Skip to content

Commit

Permalink
Merge pull request #1722 from rkopicki/main
Browse files Browse the repository at this point in the history
Add Polish (pl) localization
  • Loading branch information
1024jp authored Sep 23, 2024
2 parents d5b2853 + daf8119 commit 07ebc96
Show file tree
Hide file tree
Showing 69 changed files with 8,043 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CotEditor/Credits.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@
"name" : "Emir SARI",
"url" : "https://github.com/bitigchi"
}
],
"pl" : [
{
"name" : "Rafał Kopicki",
"url" : "https://github.com/rkopicki"
}
]
},
"contributors" : [
Expand Down
78 changes: 78 additions & 0 deletions CotEditor/Localizables/About.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
"value" : "Over %@"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@…"
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -141,6 +147,12 @@
"value" : "en iedereen die CotEditor steunt!"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "oraz wszyscy, którzy wspierają CotEditora!"
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -224,6 +236,12 @@
"value" : "Code Bijdragers"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Współautorzy kodu"
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -306,6 +324,12 @@
"value" : "CotEditor is een open source programma\ngelicentieerd onder de Apache-licentie, versie 2.0."
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "CotEditor jest programem o otwartym kodzie źródłowym licencjonowanym na podstawie licencji Apache, wersja 2.0."
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -388,6 +412,12 @@
"value" : "CotEditor gebruikt de volgende geweldige technologieën. We zijn degenen die ons hun waardevolle werk laten gebruiken zeer dankbaar."
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "CotEditor wykorzystuje poniższe niesamowite technologie. Jesteśmy głęboko wdzięczni tym, którzy pozwolili nam skorzystać ze swojej cennej pracy."
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -471,6 +501,12 @@
"value" : "Credits"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Uznania"
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -554,6 +590,12 @@
"value" : "Licenties"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Licencje"
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -637,6 +679,12 @@
"value" : "Lokalisatie"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Lokalizacja"
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -720,6 +768,12 @@
"value" : "alleen op niet-AppStore versie"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "tylko w wersji poza App Store"
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -802,6 +856,12 @@
"value" : "oorspronkelijke ontwikkelaar"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "pierwotny deweloper"
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -885,6 +945,12 @@
"value" : "Speciale dank"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Specjalne podziękowania"
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -968,6 +1034,12 @@
"value" : "Het CotEditor-project"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Projekt CotEditor"
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -1057,6 +1129,12 @@
"value" : "Versie %1$@ (%2$@)"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Wersja %1$@ (%2$@)"
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
Expand Down
24 changes: 24 additions & 0 deletions CotEditor/Localizables/AddRemoveButton.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
"value" : "Voeg toe"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Dodaj"
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -141,6 +147,12 @@
"value" : "Voeg nieuwe item toe"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Dodaj nowy element"
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -224,6 +236,12 @@
"value" : "Verwijder"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Usuń"
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -307,6 +325,12 @@
"value" : "Verwijder geselecteerde items"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Usuń wybrane elementy"
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
Expand Down
Loading

0 comments on commit 07ebc96

Please sign in to comment.