Fix grammar in Polish translation and make it more natural (#1267)

* Fix grammar in Polish translation and make it more natural

* docs: improve pl card translation

Co-authored-by: rickstaa <rick.staa@outlook.com>
This commit is contained in:
Michał Miszczyszyn 2022-02-17 08:41:22 +01:00 committed by GitHub
parent a79887ab92
commit 70a59fafbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ const statCardLocales = ({ name, apostrophe }) => {
my: "Jumlah PR",
sk: "Všetky PR",
tr: "Toplam PR",
pl: "Wszystkie PR",
pl: "Wszystkie PR-y",
},
"statcard.issues": {
ar: "مجموع التحسينات",
@ -136,7 +136,7 @@ const statCardLocales = ({ name, apostrophe }) => {
my: "Jumlah Isu Dilaporkan",
sk: "Všetky problémy",
tr: "Toplam Hata",
pl: "Wszystkie problemy",
pl: "Wszystkie Issues",
},
"statcard.contribs": {
ar: "ساهم في",
@ -163,7 +163,7 @@ const statCardLocales = ({ name, apostrophe }) => {
my: "Menyumbang kepada",
sk: "Účasti",
tr: "Katkı Verildi",
pl: "Udziały",
pl: "Kontrybucje",
},
};
};