From 04d51008e9176b5eca636d2876e5cdb50141e14f Mon Sep 17 00:00:00 2001 From: immails <45512165+immails@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:30:11 +0700 Subject: [PATCH] Update ru_ru.json --- .../resources/assets/locksmith/lang/ru_ru.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/common/src/main/resources/assets/locksmith/lang/ru_ru.json b/common/src/main/resources/assets/locksmith/lang/ru_ru.json index 620f91e..bf6cb21 100644 --- a/common/src/main/resources/assets/locksmith/lang/ru_ru.json +++ b/common/src/main/resources/assets/locksmith/lang/ru_ru.json @@ -1,9 +1,9 @@ { - "block.locksmith.lock_button": "Кнопка с прорезью", - "block.locksmith.locksmithing_table": "Стол ключника", + "block.locksmith.lock_button": "Кнопка с замком", + "block.locksmith.locksmithing_table": "Стол Ключника", "container.locksmith.lock_picking": "Взлом", - "container.locksmith.locked": "%s (Закрыто)", - "container.locksmith.locksmithing_table": "Стол ключника", + "container.locksmith.locked": "%s Закрыт", + "container.locksmith.locksmithing_table": "Стол Ключника", "item.locksmith.blank_key": "Заготовка ключа", "item.locksmith.blank_lock": "Заготовка замка", "item.locksmith.blank_lock_button": "Заготовка кнопки с прорезью", @@ -12,11 +12,11 @@ "item.locksmith.key.original": "Оригинал", "item.locksmith.keyring": "Связка ключей", "item.locksmith.lock": "Замок", - "item.locksmith.lock.key": "Нужен %s", + "item.locksmith.lock.key": "Требуется %s", "item.locksmith.lockpick": "Отмычка", - "lock.locksmith.locked": "Зактыто", - "screen.locksmith.locksmithing_table.invalid_key": "Ключ инвалид", - "screen.locksmith.locksmithing_table.invalid_key.tooltip": "У ключа отсутствует 'Lock id'. Это обычно случается если ключ спавнится/выдаётся а не создаётся с помощью заготовки.", + "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": "Нужен ключ",