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

Create uk_ua.json #22

Merged
merged 2 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# indev

# 1.4.2
- Add uk_ua translation (#22 by @unroman)

# 1.4.1
- Fix hover mode ascending on sneak+jump (Issue #13)

Expand All @@ -23,4 +26,4 @@ Improved the fix for lava turning into ice, should now not break other mods usin
Added a hover mode akin to Iron Jetpacks

# 1.0
Initial Release
Initial Release
21 changes: 21 additions & 0 deletions src/main/resources/assets/per_aspera/lang/uk_ua.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"per_aspera.msg.jet_suit_toggle": "Реактивний скафандр ",
"per_aspera.msg.thruster_boots_toggle": "Двигунні чоботи ",
"per_aspera.msg.jet_suit_toggle_hover": "Зависання реактивного скафандра ",
"per_aspera.msg.jet_suit_on": "увімк.",
"per_aspera.msg.jet_suit_off": "вимк.",

"per_aspera.key_category": "Per Aspera",
"per_aspera.key.toggle_jet_suit": "Увімкнути/вимкнути реактивний скафандр чи двигунні чоботи",
"per_aspera.key.toggle_jet_suit_hover": "Увімкнути/вимкнути режим зависання",

"item.per_aspera.jet_suit_flash_card": "Флеш-картка реактивного скафандра",
"item.per_aspera.thruster_boots": "Двигунні чоботи",

"per_aspera.gui.jet_suit_customization.title": "Оберіть стиль частинок для вашого реактивного скафандра",
"per_aspera.gui.jet_suit_customization.soul_fire_flame": "Вогонь душ",
"per_aspera.gui.jet_suit_customization.end_rod": "Стрижень Енду",
"per_aspera.gui.jet_suit_customization.bubble": "Бульбашки",

"per_aspera.hud.thruster_boots_charge": "Двигунні чоботи на %d%%"
}