generated from TerminalMC/Framework
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from mpustovoi/mc1.21
Create `ru_ru.json` (mpustovoi)
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
common/src/main/resources/assets/clientsort/lang/ru_ru.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"screen.${mod_id}.default": "Клиентская сортировка", | ||
"screen.${mod_id}.options": "Параметры клиентской сортировки", | ||
|
||
"message.${mod_id}.install_cloth": "Установите Cloth Config API для доступа к параметрам мода.", | ||
"message.${mod_id}.go_modrinth": "Посмотреть на Modrinth", | ||
|
||
"${mod_id}.key_group": "Клиентская сортировка", | ||
"key.${mod_id}.sort": "Сортировать инвентарь", | ||
|
||
"option.${mod_id}.general": "Общие", | ||
"option.${mod_id}.interaction_rate_server": "Скорость сетевого взаимодействия", | ||
"option.${mod_id}.interaction_rate_client": "Скорость локального взаимодействия", | ||
"option.${mod_id}.interaction_rate.tooltip": "Уменьшите, чтобы ускорить сортировку, увеличьте, если у вас возникли проблемы со скоростью передачи пакетов", | ||
"option.${mod_id}.hotbar_mode": "Режим горячей панели", | ||
"option.${mod_id}.sorting": "Сортировка", | ||
"option.${mod_id}.sort_mode": "Режим сортировки", | ||
"option.${mod_id}.shift_sort_mode": "Режим сортировки по Shift", | ||
"option.${mod_id}.ctrl_sort_mode": "Режим сортировки по Ctrl", | ||
"option.${mod_id}.alt_sort_mode": "Режим сортировки по Alt", | ||
"option.${mod_id}.optimized_creative_sorting": "Оптимизированная творческая сортировка", | ||
|
||
"hotbar_mode.${mod_id}.merge": "Слияние", | ||
"hotbar_mode.${mod_id}.merge.tooltip": "Горячая панель будет рассматриваться как часть основного инвентаря", | ||
"hotbar_mode.${mod_id}.split": "Разделение", | ||
"hotbar_mode.${mod_id}.split.tooltip": "Горячая панель будет рассматриваться как другой инвентарь", | ||
"hotbar_mode.${mod_id}.off": "Выключено", | ||
"hotbar_mode.${mod_id}.off.tooltip": "Горячая панель не может быть отсортирована", | ||
|
||
"sort_order.${mod_id}.none": "Никакая", | ||
"sort_order.${mod_id}.alphabet": "Алфавитная", | ||
"sort_order.${mod_id}.creative": "Творческая", | ||
"sort_order.${mod_id}.quantity": "По количеству", | ||
"sort_order.${mod_id}.raw_id": "Необработанные идентификаторы", | ||
|
||
"option.${mod_id}.error.low": "Слишком низко", | ||
"option.${mod_id}.error.high": "Слишком высоко" | ||
} |