Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added polish localization (pl_pl.json) #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions src/main/resources/assets/pickyourpoison/lang/pl_pl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"entity.pickyourpoison.poison_dart_frog": "Drzewołaz",
"entity.pickyourpoison.poison_dart": "Zatruta Rzutka",
"item.pickyourpoison.poison_dart_frog_spawn_egg": "Jajo Przyzywające Drzewołaza",
"item.pickyourpoison.blue_poison_dart_frog_bowl": "Miska z Niebieskim Drzewołazem",
"item.pickyourpoison.golden_poison_dart_frog_bowl": "Miska ze Złotym Drzewołazem",
"item.pickyourpoison.green_poison_dart_frog_bowl": "Miska z Zielonym Drzewołazem",
"item.pickyourpoison.orange_poison_dart_frog_bowl": "Miska z Pomarańczowym Drzewołazem",
"item.pickyourpoison.crimson_poison_dart_frog_bowl": "Miska z Karmazynowym Drzewołazem",
"item.pickyourpoison.red_poison_dart_frog_bowl": "Miska z Czerwonym Drzewołazem",
"item.pickyourpoison.luxalamander_bowl": "Miska z Luxalamandrą",
"item.pickyourpoison.rana_bowl": "Miska z Raną",
"item.pickyourpoison.throwing_dart": "Rzutka",
"item.pickyourpoison.comatose_poison_dart": "Zatruta Rzutka",
"item.pickyourpoison.batrachotoxin_poison_dart": "Zatruta Rzutka",
"item.pickyourpoison.numbness_poison_dart": "Zatruta Rzutka",
"item.pickyourpoison.vulnerability_poison_dart": "Zatruta Rzutka",
"item.pickyourpoison.torpor_poison_dart": "Zatruta Rzutka",
"item.pickyourpoison.stimulation_poison_dart": "Zatruta Rzutka",
"item.pickyourpoison.blindness_poison_dart": "Zatruta Rzutka",
"effect.pickyourpoison.batrachotoxin": "Batrachotoksyna",
"effect.pickyourpoison.comatose": "Nieprzytomność",
"effect.pickyourpoison.vulnerability": "Wrażliwość",
"effect.pickyourpoison.numbness": "Drętwienie",
"effect.pickyourpoison.torpor": "Apatia",
"effect.pickyourpoison.stimulation": "Stymulacja",
"death.attack.batrachotoxin": "%1$s chrząknął",
"death.attack.batrachotoxin.player": "%1$s chrząknął w walce z %2$s",
"death.attack.stimulation": "Serce %1$s nie wytrzymało.",
"death.attack.stimulation.player": "Serce %1$s nie wytrzymało w ucieczce przed %2$s",
"death.attack.backlash": "%1$s nie przeżył reakcji",
"death.attack.backlash.player": "%1$s nie przeżył reakcji w walce z %2$s",
"pickyourpoison.subtitles.entity.poison_dart_frog.ambient": "Drzewołaz rechocze",
"pickyourpoison.subtitles.entity.poison_dart_frog.hurt": "Drzewołaz cierpi",
"pickyourpoison.subtitles.entity.poison_dart_frog.death": "Drzewołaz umiera",
"pickyourpoison.subtitles.entity.poison_dart.hit": "Drzewołaz uderza",
"pickyourpoison.subtitles.item.poison_dart_frog_bowl.fill": "Drzewołaz złapany",
"pickyourpoison.subtitles.item.poison_dart_frog_bowl.empty": "Miska opróżniona",
"pickyourpoison.subtitles.item.poison_dart_frog_bowl.lick": "Lizanie",
"pickyourpoison.subtitles.item.poison_dart.coat": "Zatrucie rzutki",
"pickyourpoison.subtitles.item.poison_dart.throw": "Zatruta rzutka przelatuje",
"pickyourpoison:advancements.husbandry.taste_test.title": "Smakosz",
"pickyourpoison:advancements.husbandry.taste_test.description": "Poliż drzewołaza w misce",
"pickyourpoison:advancements.husbandry.taste_the_rainbow.title": "Poczuj tęcze!",
"pickyourpoison:advancements.husbandry.taste_the_rainbow.description": "Czekaj... to nawet nie są Skittles!",
"pickyourpoison:modmenu.dashboard": "Panel"
}