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 #34

Open
wants to merge 1 commit into
base: 1.19.2
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
30 changes: 30 additions & 0 deletions common/src/main/resources/assets/locksmith/lang/uk_ua.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"block.locksmith.lock_button": "Блокувальна кнопка",
"block.locksmith.locksmithing_table": "Стіл ключаря",
"container.locksmith.lock_picking": "Злом замка",
"container.locksmith.locked": "Замкнено %s",
"container.locksmith.locksmithing_table": "Стіл ключаря",
"item.locksmith.blank_key": "Заготовина ключа",
"item.locksmith.blank_lock": "Заготовина замка",
"item.locksmith.blank_lock_button": "Заготовина блокувальної кнопки",
"item.locksmith.key": "Ключ",
"item.locksmith.key.copy": "Копія",
"item.locksmith.key.original": "Оригінал",
"item.locksmith.keyring": "Кільце ключів",
"item.locksmith.lock": "Замкнено",
"item.locksmith.lock.key": "Потребує %s",
"item.locksmith.lockpick": "Відмичка",
"lock.locksmith.locked": "Замкнено.",
"screen.locksmith.locksmithing_table.invalid_key": "Недійсний ключ",
"screen.locksmith.locksmithing_table.invalid_key.tooltip": "У ключа відсутній ідентифікатор замка. Зазвичай це трапляється, коли ключ з'являється в, але не з заготовини ключа в столі ключаря.",
"screen.locksmith.locksmithing_table.missing_input": "Заготовина відсутня",
"screen.locksmith.locksmithing_table.missing_input.tooltip": "Вам потрібно розмістити заготовину ключа або замок в нижньому слоті, щоб створити або скопіювати ключ.",
"screen.locksmith.locksmithing_table.missing_key": "Ключ відсутній",
"screen.locksmith.locksmithing_table.missing_key.tooltip": "Ви повинні розмістити ключ у верхній слот.",
"screen.locksmith.locksmithing_table.unoriginal_key": "Скопійований ключ",
"screen.locksmith.locksmithing_table.unoriginal_key.tooltip": "Лише оригінальний ключ може створювати копії.",
"stat.locksmith.interact_with_locksmithing_table": "Взаємодій зі столом ключаря",
"stat.locksmith.pick_lock": "Зламано замків",
"subtitles.locksmith.item.lock.locked": "Замок замкнено",
"subtitles.locksmith.item.lock.place": "Замок розміщено"
}