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
3b9ee13378
commit
0820dd9041
1 changed files with 77 additions and 77 deletions
|
@ -1,4 +1,4 @@
|
||||||
module.exports = nativeDescription: "język polski", englishDescription: "Polish", translation:
|
module.exports = nativeDescription: "polski", englishDescription: "Polish", translation:
|
||||||
home:
|
home:
|
||||||
slogan: "Naucz się programowania grając"
|
slogan: "Naucz się programowania grając"
|
||||||
no_ie: "CodeCombat nie działa na Internet Explorer 8 lub starszym. Przepraszamy!" # Warning that only shows up in IE8 and older
|
no_ie: "CodeCombat nie działa na Internet Explorer 8 lub starszym. Przepraszamy!" # Warning that only shows up in IE8 and older
|
||||||
|
@ -30,7 +30,7 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
|
||||||
about: "O nas"
|
about: "O nas"
|
||||||
contact: "Kontakt"
|
contact: "Kontakt"
|
||||||
twitter_follow: "Subskrybuj"
|
twitter_follow: "Subskrybuj"
|
||||||
# teachers: "Teachers"
|
teachers: "Nauczyciele"
|
||||||
|
|
||||||
modal:
|
modal:
|
||||||
close: "Zamknij"
|
close: "Zamknij"
|
||||||
|
@ -53,31 +53,31 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
|
||||||
players: "graczy" # Hover over a level on /play
|
players: "graczy" # Hover over a level on /play
|
||||||
hours_played: "rozegranych godzin" # Hover over a level on /play
|
hours_played: "rozegranych godzin" # Hover over a level on /play
|
||||||
# items: "Items" # Tooltip on item shop button from /play
|
# items: "Items" # Tooltip on item shop button from /play
|
||||||
# unlock: "Unlock" # For purchasing items and heroes
|
unlock: "Odblokuj" # For purchasing items and heroes
|
||||||
# confirm: "Confirm"
|
confirm: "Potwierdź"
|
||||||
# owned: "Owned" # For items you own
|
# owned: "Owned" # For items you own
|
||||||
# locked: "Locked"
|
locked: "Zablokowane"
|
||||||
# purchasable: "Purchasable" # For a hero you unlocked but haven't purchased
|
# purchasable: "Purchasable" # For a hero you unlocked but haven't purchased
|
||||||
# available: "Available"
|
available: "Dostępny"
|
||||||
# skills_granted: "Skills Granted" # Property documentation details
|
# skills_granted: "Skills Granted" # Property documentation details
|
||||||
# heroes: "Heroes" # Tooltip on hero shop button from /play
|
heroes: "Bohaterowie" # Tooltip on hero shop button from /play
|
||||||
# achievements: "Achievements" # Tooltip on achievement list button from /play
|
achievements: "Osiągnięcia" # Tooltip on achievement list button from /play
|
||||||
# account: "Account" # Tooltip on account button from /play
|
account: "Konto" # Tooltip on account button from /play
|
||||||
# settings: "Settings" # Tooltip on settings button from /play
|
settings: "Opcje" # Tooltip on settings button from /play
|
||||||
# poll: "Poll" # Tooltip on poll button from /play
|
poll: "Ankieta" # Tooltip on poll button from /play
|
||||||
# next: "Next" # Go from choose hero to choose inventory before playing a level
|
next: "Dalej" # Go from choose hero to choose inventory before playing a level
|
||||||
# change_hero: "Change Hero" # Go back from choose inventory to choose hero
|
change_hero: "Wybierz bohatera" # Go back from choose inventory to choose hero
|
||||||
# choose_inventory: "Equip Items"
|
# choose_inventory: "Equip Items"
|
||||||
# buy_gems: "Buy Gems"
|
buy_gems: "Kup klejnoty"
|
||||||
# subscription_required: "Subscription Required"
|
# subscription_required: "Subscription Required"
|
||||||
# older_campaigns: "Older Campaigns"
|
older_campaigns: "Starsze kampanie"
|
||||||
# anonymous: "Anonymous Player"
|
anonymous: "Anonimowy gracz"
|
||||||
level_difficulty: "Poziom trudności: "
|
level_difficulty: "Poziom trudności: "
|
||||||
campaign_beginner: "Kampania dla początkujących"
|
campaign_beginner: "Kampania dla początkujących"
|
||||||
# awaiting_levels_adventurer_prefix: "We release five levels per week."
|
awaiting_levels_adventurer_prefix: "Wydajemy pięć poziomów na tydzień."
|
||||||
# awaiting_levels_adventurer: "Sign up as an Adventurer"
|
awaiting_levels_adventurer: "Zapisz się jako Podróżnik"
|
||||||
# awaiting_levels_adventurer_suffix: "to be the first to play new levels."
|
awaiting_levels_adventurer_suffix: "aby jako pierwszy grać nowe poziomy."
|
||||||
# adjust_volume: "Adjust volume"
|
adjust_volume: "Dopasuj głośność"
|
||||||
choose_your_level: "Wybierz poziom" # The rest of this section is the old play view at /play-old and isn't very important.
|
choose_your_level: "Wybierz poziom" # The rest of this section is the old play view at /play-old and isn't very important.
|
||||||
adventurer_prefix: "Możesz wybrać jeden z poniższych poziomów lub omówić poziom na "
|
adventurer_prefix: "Możesz wybrać jeden z poniższych poziomów lub omówić poziom na "
|
||||||
adventurer_forum: "forum Podróżników"
|
adventurer_forum: "forum Podróżników"
|
||||||
|
@ -106,7 +106,7 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
|
||||||
log_in: "Zaloguj się"
|
log_in: "Zaloguj się"
|
||||||
logging_in: "Logowanie..."
|
logging_in: "Logowanie..."
|
||||||
log_out: "Wyloguj się"
|
log_out: "Wyloguj się"
|
||||||
# forgot_password: "Forgot your password?"
|
forgot_password: "Nie pamiętasz hasła?"
|
||||||
# authenticate_gplus: "Authenticate G+"
|
# authenticate_gplus: "Authenticate G+"
|
||||||
# load_profile: "Load G+ Profile"
|
# load_profile: "Load G+ Profile"
|
||||||
# finishing: "Finishing"
|
# finishing: "Finishing"
|
||||||
|
@ -121,65 +121,65 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
|
||||||
log_in: "zaloguj się używając hasła"
|
log_in: "zaloguj się używając hasła"
|
||||||
social_signup: "lub zaloguj się używając konta Facebook lub G+:"
|
social_signup: "lub zaloguj się używając konta Facebook lub G+:"
|
||||||
required: "Musisz się zalogować zanim przejdziesz dalej."
|
required: "Musisz się zalogować zanim przejdziesz dalej."
|
||||||
# login_switch: "Already have an account?"
|
login_switch: "Masz już konto?"
|
||||||
|
|
||||||
recover:
|
recover:
|
||||||
recover_account_title: "Odzyskaj konto"
|
recover_account_title: "Odzyskaj konto"
|
||||||
send_password: "Wyślij hasło tymczasowe"
|
send_password: "Wyślij hasło tymczasowe"
|
||||||
# recovery_sent: "Recovery email sent."
|
# recovery_sent: "Recovery email sent."
|
||||||
|
|
||||||
# items:
|
items:
|
||||||
# primary: "Primary"
|
primary: "Główne"
|
||||||
# secondary: "Secondary"
|
secondary: "Drugorzędne"
|
||||||
# armor: "Armor"
|
armor: "Zbroja"
|
||||||
# accessories: "Accessories"
|
accessories: "Akcesoria"
|
||||||
# misc: "Misc"
|
misc: "Różne"
|
||||||
# books: "Books"
|
books: "Książki"
|
||||||
|
|
||||||
common:
|
common:
|
||||||
# back: "Back" # When used as an action verb, like "Navigate backward"
|
back: "Wstecz" # When used as an action verb, like "Navigate backward"
|
||||||
# continue: "Continue" # When used as an action verb, like "Continue forward"
|
continue: "Dalej" # When used as an action verb, like "Continue forward"
|
||||||
loading: "Ładowanie..."
|
loading: "Ładowanie..."
|
||||||
saving: "Zapisywanie..."
|
saving: "Zapisywanie..."
|
||||||
sending: "Wysyłanie…"
|
sending: "Wysyłanie…"
|
||||||
# send: "Send"
|
send: "Wyślij"
|
||||||
cancel: "Anuluj"
|
cancel: "Anuluj"
|
||||||
save: "Zapisz"
|
save: "Zapisz"
|
||||||
# publish: "Publish"
|
publish: "Opublikuj"
|
||||||
# create: "Create"
|
create: "Stwórz"
|
||||||
manual: "Ręcznie"
|
manual: "Ręcznie"
|
||||||
fork: "Fork"
|
fork: "Fork"
|
||||||
play: "Graj" # When used as an action verb, like "Play next level"
|
play: "Graj" # When used as an action verb, like "Play next level"
|
||||||
# retry: "Retry"
|
retry: "Ponów"
|
||||||
# actions: "Actions"
|
actions: "Akcje"
|
||||||
# info: "Info"
|
info: "Informacje"
|
||||||
# help: "Help"
|
help: "Pomoc"
|
||||||
# watch: "Watch"
|
watch: "Obserwuj"
|
||||||
# unwatch: "Unwatch"
|
unwatch: "Nie obserwuj"
|
||||||
# submit_patch: "Submit Patch"
|
submit_patch: "Prześlij łatkę"
|
||||||
# submit_changes: "Submit Changes"
|
submit_changes: "Prześlij zmiany"
|
||||||
|
|
||||||
general:
|
general:
|
||||||
and: "i"
|
and: "i"
|
||||||
name: "Imię"
|
name: "Imię"
|
||||||
# date: "Date"
|
date: "Data"
|
||||||
body: "Zawartość"
|
body: "Zawartość"
|
||||||
version: "Wersja"
|
version: "Wersja"
|
||||||
# pending: "Pending"
|
pending: "W trakcie"
|
||||||
# accepted: "Accepted"
|
accepted: "Przyjęto"
|
||||||
# rejected: "Rejected"
|
rejected: "Odrzucono"
|
||||||
# withdrawn: "Withdrawn"
|
withdrawn: "Wycofano"
|
||||||
# submitter: "Submitter"
|
submitter: "Przesyłający"
|
||||||
# submitted: "Submitted"
|
submitted: "Przesłano"
|
||||||
commit_msg: "Wiadomość do commitu"
|
commit_msg: "Wiadomość do commitu"
|
||||||
# review: "Review"
|
# review: "Review"
|
||||||
# version_history: "Version History"
|
version_history: "Historia wersji"
|
||||||
version_history_for: "Historia wersji dla: "
|
version_history_for: "Historia wersji dla: "
|
||||||
# select_changes: "Select two changes below to see the difference."
|
select_changes: "Zaznacz dwie zmiany poniżej aby zobaczyć różnice."
|
||||||
# undo_prefix: "Undo"
|
undo_prefix: "Cofnij"
|
||||||
# undo_shortcut: "(Ctrl+Z)"
|
undo_shortcut: "(Ctrl+Z)"
|
||||||
# redo_prefix: "Redo"
|
redo_prefix: "Ponów"
|
||||||
# redo_shortcut: "(Ctrl+Shift+Z)"
|
redo_shortcut: "(Ctrl+Shift+Z)"
|
||||||
# play_preview: "Play preview of current level"
|
# play_preview: "Play preview of current level"
|
||||||
result: "Wynik"
|
result: "Wynik"
|
||||||
results: "Wyniki"
|
results: "Wyniki"
|
||||||
|
@ -201,38 +201,38 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
|
||||||
easy: "Łatwy"
|
easy: "Łatwy"
|
||||||
medium: "Średni"
|
medium: "Średni"
|
||||||
hard: "Trudny"
|
hard: "Trudny"
|
||||||
# player: "Player"
|
player: "Gracz"
|
||||||
# player_level: "Level" # Like player level 5, not like level: Dungeons of Kithgard
|
player_level: "Poziom" # Like player level 5, not like level: Dungeons of Kithgard
|
||||||
# warrior: "Warrior"
|
warrior: "Wojownik"
|
||||||
# ranger: "Ranger"
|
# ranger: "Ranger"
|
||||||
# wizard: "Wizard"
|
wizard: "Czarodziej"
|
||||||
|
|
||||||
# units:
|
units:
|
||||||
# second: "second"
|
second: "sekunda"
|
||||||
# seconds: "seconds"
|
seconds: "sekund"
|
||||||
# minute: "minute"
|
minute: "minuta"
|
||||||
# minutes: "minutes"
|
minutes: "minut"
|
||||||
# hour: "hour"
|
hour: "godzina"
|
||||||
# hours: "hours"
|
hours: "godzin"
|
||||||
# day: "day"
|
day: "dzień"
|
||||||
# days: "days"
|
days: "dni"
|
||||||
# week: "week"
|
week: "tydzień"
|
||||||
# weeks: "weeks"
|
weeks: "tygodni"
|
||||||
# month: "month"
|
month: "miesiąc"
|
||||||
# months: "months"
|
months: "miesięcy"
|
||||||
# year: "year"
|
year: "rok"
|
||||||
# years: "years"
|
years: "lat"
|
||||||
|
|
||||||
play_level:
|
play_level:
|
||||||
done: "Zrobione"
|
done: "Zrobione"
|
||||||
home: "Strona główna" # Not used any more, will be removed soon.
|
home: "Strona główna" # Not used any more, will be removed soon.
|
||||||
# level: "Level" # Like "Level: Dungeons of Kithgard"
|
level: "Poziom" # Like "Level: Dungeons of Kithgard"
|
||||||
# skip: "Skip"
|
skip: "Pomiń"
|
||||||
game_menu: "Menu gry"
|
game_menu: "Menu gry"
|
||||||
guide: "Przewodnik"
|
guide: "Przewodnik"
|
||||||
restart: "Zacznij od nowa"
|
restart: "Zacznij od nowa"
|
||||||
goals: "Cele"
|
goals: "Cele"
|
||||||
# goal: "Goal"
|
goal: "Cel"
|
||||||
# running: "Running..."
|
# running: "Running..."
|
||||||
success: "Sukces!"
|
success: "Sukces!"
|
||||||
incomplete: "Niekompletne"
|
incomplete: "Niekompletne"
|
||||||
|
|
Loading…
Reference in a new issue