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

feat: update translations #10

Merged
merged 1 commit into from
Aug 28, 2024
Merged
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
30 changes: 29 additions & 1 deletion src/main/resources/assets/pissnshit/lang/hu_hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,41 @@
"item.pissnshit.piss_bottle": "Húgy Palack",
"item.pissnshit.shit": "Szar",
"item.pissnshit.holy_shit": "Szent Szar",
"item.pissnshit.flushed": "Kipirult",
"block.pissnshit.piss": "Húgy",
"block.pissnshit.shit_block": "Szar Blokk",
"block.pissnshit.shit_candle": "Szar Gyertya",
"block.pissnshit.shit_candle.tooltip": "§8§oSzar szaga van...",
"block.pissnshit.mechanical_sanctifier": "Mechanikus Szentelő",
"block.pissnshit.mechanical_toilet": "Mechanikus Toalett",
"effect.pissnshit.diarrhea": "Hasmenés",
"item.minecraft.potion.effect.diarrhea_potion": "Hasmenés bájitala",
"item.minecraft.splash_potion.effect.diarrhea_potion": "Hasmenés robbanó bájitala",
"item.minecraft.lingering_potion.effect.diarrhea_potion": "Hasmenés időző bájitala",
"item.minecraft.tipped_arrow.effect.diarrhea_potion": "Hasmenés nyila",
"advancements.pissnshit.root.title": "Create: Húgy & Szar",
"advancements.pissnshit.root.description": "Elvesztetted a játékot. Komolyan, miért használod ezt a modot?",
"advancements.pissnshit.shitty_encounter.title": "Szaros Találkozás",
"advancements.pissnshit.shitty_encounter.description": "Szerezz egy kis szart a beleid kiürítésével, vagy bukkanj rá egy kis szarra.",
"advancements.pissnshit.the_pope.title": "A Pápa",
"advancements.pissnshit.the_pope.description": "Szentelj meg egy darab szart.",
"advancements.pissnshit.shit_cubed.title": "Szar³",
"advancements.pissnshit.shit_cubed.description": "Készíts egy szarblokkot.",
"advancements.pissnshit.chemical_attack.title": "Vegyi Támadás",
"advancements.pissnshit.chemical_attack.description": "Készíts egy szaros gyertyát.",
"advancements.pissnshit.yellow_liquid.title": "Sárga Folyadék",
"advancements.pissnshit.yellow_liquid.description": "Szerezz egy üveg húgyt.",
"advancements.pissnshit.piss_cubed.title": "Húgy³",
"advancements.pissnshit.piss_cubed.description": "Szerezz egy vödör húgyt.",
"advancements.pissnshit.mechanical_marvel.title": "Mechanikus Áttörés",
"advancements.pissnshit.mechanical_marvel.description": "Készits egy mechanikus toalettet.",
"advancements.pissnshit.flushed.title": "Kipirult",
"advancements.pissnshit.flushed.description": "Használd az újonnan működő mechanikus toaletted.",
"death.attack.fullOfPiss": "%1$s tele lett húgyal.",
"death.attack.fullOfShit": "%1$s tele lett szarral.",
"gamerule.pissSourceConversion": "Húgy forrássá alakulása",
"itemGroup.pissnshit.creative_tab": "Create: Húgy & Szar",
"screen.pissnshit.disclaimer.title": "Felhívás",
"screen.pissnshit.disclaimer.message": "Köszönjük, hogy telepítette a §6Create: Húgy & Szar§r-t.\n\nMielőtt folytatnád, szeretnénk figyelmeztetni, hogy ez a mod egyesek számára sértő tartalmat tartalmazhat, nyugodtan folytathatod vagy kiléphetsz a Minecraftból.",
"text.autoconfig.pissnshit.title": "Create: Húgy & Szar Konfiguráció",
"text.autoconfig.pissnshit.option.shittingMechanics": "Szarásmechanika",
"text.autoconfig.pissnshit.option.pissingMechanics": "Húgyozásmechanika",
Expand Down
Loading