Skip to content

Commit

Permalink
Update/fix Ukrainian localization (1.19.3) (#227)
Browse files Browse the repository at this point in the history
* Added resource pack strings
* Abbreviated some strings to fit button widths
* General rephrasing to make it more consistent with vanilla localization
  • Loading branch information
BurrConnie authored Jul 5, 2024
1 parent 1aba21d commit 1fc1ba4
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/main/resources/assets/continuity/lang/uk_ua.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"options.continuity.title": "Налаштування Continuity",
"options.continuity.title": "Параметри Continuity",
"options.continuity.connected_textures": "З'єднані текстури",
"options.continuity.connected_textures.tooltip": "Увімкнути/вимкнути з'єднані текстури для блоків.",
"options.continuity.emissive_textures": "Текстури, що світяться",
"options.continuity.emissive_textures.tooltip": "Увімкнути/вимкнути текстури, що світяться для блоків та моделів предметів.",
"options.continuity.connected_textures.tooltip": "Увімкнути з'єднані текстури для блоків.",
"options.continuity.emissive_textures": "Випромінюючі текстури",
"options.continuity.emissive_textures.tooltip": "Увімкнути випромінюючі текстури для блоків та моделів предметів.",
"options.continuity.custom_block_layers": "Власні шари блоків",
"options.continuity.custom_block_layers.tooltip": "Увімкнути/вимкнути власні шари текстур для блоків."
"options.continuity.custom_block_layers.tooltip": "Увімкнути власні шари текстур для блоків.",
"resourcePack.continuity.default.name": "Станд. з'єдн. текстури",
"resourcePack.continuity.default.description": "Книжні полиці, пісковик та скло",
"resourcePack.continuity.glass_pane_culling_fix.name": "Виправл. скляні панелі",
"resourcePack.continuity.glass_pane_culling_fix.description": "Виправл. поглинення горизонтальних граней"
}

0 comments on commit 1fc1ba4

Please sign in to comment.