Skip to content

Commit

Permalink
Merge pull request #186 from rbarte/correct-polish-translation
Browse files Browse the repository at this point in the history
Correct polish translation including list of translations.
  • Loading branch information
p3x-robot committed Sep 21, 2023
2 parents 137f32c + a1fa138 commit d250ecd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/translation/pl-PL.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const translation = {
checkbox: 'Zminimalizuj do paska zadań',
message: {
yes: 'Przycisk zamknij naprawdę zamyka aplikację.',
no: 'Przycisk zamknij, zamiast zamykania, minimalizuje aplikację do paska zadań.',
no: 'Przycisk zamknij, zamiast zamykać, minimalizuje aplikację do paska zadań.',

}
},
Expand Down Expand Up @@ -94,7 +94,7 @@ const translation = {
cut: 'Wytnij',
copy: 'Kopiuj',
paste: 'Wklej',
pasteandmatchstyle: 'Wklej i dostosuj do formatowaniaj',
pasteandmatchstyle: 'Wklej i dostosuj do formatowania',
delete: 'Usuń',
selectall: 'Zaznacz wszystko',
},
Expand All @@ -121,15 +121,15 @@ const translation = {
personal: 'Osobiste',
},
translations: {
'en-US': 'Angielski / English',
'de-DE': 'Niemiecki / German',
'pt-BR': 'Portugalski / Portuguese',
'es-ES': 'Hiszpański / Spanish',
'en-US': 'English',
'de-DE': 'Deutsch / German',
'pt-BR': 'Português / Portuguese',
'es-ES': 'Español / Spanish',
'fr-FR': 'Français / French',
'nl-NL': 'Francuski / Dutch',
'it-IT': 'Włoski / Italian',
'zh-CN': 'Chiński uproszczony / Simplified Chinese',
'ru-RU': 'Rosyjski / Russian',
'nl-NL': 'Nederlands / Dutch',
'it-IT': 'Italiano / Italian',
'zh-CN': '简体中文 / Simplified Chinese',
'ru-RU': 'Русский / Russian',
'pl-PL': 'Polski / Polish',
'tr-TR': 'Türkçe / Turkish',
}
Expand Down

0 comments on commit d250ecd

Please sign in to comment.