mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-30 19:06:59 -05:00
Update pl.coffee
This commit is contained in:
parent
93028483b9
commit
50469a8ae4
1 changed files with 8 additions and 8 deletions
|
@ -1,20 +1,20 @@
|
||||||
module.exports = nativeDescription: "język polski", englishDescription: "Polish", translation:
|
module.exports = nativeDescription: "język polski", englishDescription: "Polish", translation:
|
||||||
common:
|
common:
|
||||||
loading: "Ładowanie..."
|
loading: "Ładowanie..."
|
||||||
saving: "Zapisuję..."
|
saving: "Zapisywanie..."
|
||||||
sending: "Wysyłanie…"
|
sending: "Wysyłanie…"
|
||||||
cancel: "Anuluj"
|
cancel: "Anuluj"
|
||||||
# save: "Save"
|
save: "Zapisz"
|
||||||
delay_1_sec: "1 sekunda"
|
delay_1_sec: "1 sekunda"
|
||||||
delay_3_sec: "3 sekunda"
|
delay_3_sec: "3 sekundy"
|
||||||
delay_5_sec: "5 sekunda"
|
delay_5_sec: "5 sekund"
|
||||||
manual: "Ręcznie"
|
manual: "Ręcznie"
|
||||||
# fork: "Fork"
|
# fork: "Fork"
|
||||||
play: "Graj"
|
play: "Graj"
|
||||||
|
|
||||||
modal:
|
modal:
|
||||||
close: "Zamknij"
|
close: "Zamknij"
|
||||||
okay: "Ok"
|
okay: "OK"
|
||||||
|
|
||||||
not_found:
|
not_found:
|
||||||
page_not_found: "Strona nie istnieje"
|
page_not_found: "Strona nie istnieje"
|
||||||
|
@ -27,11 +27,11 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
|
||||||
admin: "Admin"
|
admin: "Admin"
|
||||||
home: "Główna"
|
home: "Główna"
|
||||||
contribute: "Współpraca"
|
contribute: "Współpraca"
|
||||||
legal: "Dewiza"
|
legal: "Nota prawna"
|
||||||
about: "O nas"
|
about: "O nas"
|
||||||
contact: "Kontakt"
|
contact: "Kontakt"
|
||||||
twitter_follow: "Podążaj"
|
twitter_follow: "Subskrybuj"
|
||||||
# employers: "Employers"
|
employers: "Pracodawcy"
|
||||||
|
|
||||||
# versions:
|
# versions:
|
||||||
# save_version_title: "Save New Version"
|
# save_version_title: "Save New Version"
|
||||||
|
|
Loading…
Reference in a new issue