Update ru-RU.json (#2247)

ty Scaldy for help♥♥♥
This commit is contained in:
TotallyNotOndre 2023-07-04 06:32:15 +03:00 committed by GitHub
parent 5b9508d7a4
commit 5090b17b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,9 +64,9 @@
"resources": { "resources": {
"loading": "Загружаем ресурсы...", "loading": "Загружаем ресурсы...",
"finish": "Загрузка ресурсов завершена.", "finish": "Загрузка ресурсов завершена.",
"custom": "🇺🇸Find additional resources at: 'Anime-Game-Servers/CustomGCResources'.", "custom": "Ищите дополнительные ресурсы в репозитории: 'Anime-Game-Servers/CustomGCResources'.",
"missing_server": "🇺🇸To fully use questing, it is recommended to add the 'Server' folder.", "missing_server": "Для полноценной поддержки квестов, рекомендуется добавить папку 'Server'.",
"missing_scenes": "🇺🇸To fully use questing, it is recommended to add the 'ScriptSceneData' folder." "missing_scenes": "Для полноценной поддержки квестов, рекомендуется добавить папку 'ScriptSceneData'."
} }
} }
}, },
@ -87,7 +87,7 @@
"artifactId": "Некорректный ID артефакта.", "artifactId": "Некорректный ID артефакта.",
"avatarId": "Некорректный ID персонажа.", "avatarId": "Некорректный ID персонажа.",
"avatarLevel": "Некорректный уровень персонажа (avatarLevel).", "avatarLevel": "Некорректный уровень персонажа (avatarLevel).",
"cfgId": "🇺🇸Invalid cfg ID.", "cfgId": "Некорректный ID конфига.",
"entityId": "Некорректный ID сущности.", "entityId": "Некорректный ID сущности.",
"itemId": "Некорректный ID предмета.", "itemId": "Некорректный ID предмета.",
"itemLevel": "Некорректный уровень предмета (itemLevel).", "itemLevel": "Некорректный уровень предмета (itemLevel).",
@ -171,8 +171,8 @@
"description": "Позволяет войти в подземелье" "description": "Позволяет войти в подземелье"
}, },
"entity": { "entity": {
"description": "🇺🇸Modify an existing entity's properties", "description": "Изменяет свойства выбранной сущности",
"not_found_error": "🇺🇸Entity does not exist" "not_found_error": "Сущность не найдена"
}, },
"give": { "give": {
"usage_relic": "Применение: give <ID_артефакта> [ID_глав_хар-ки] [<ID доп_хар-ки>[,<раз>]]... [lv<уровень 0-20>]", "usage_relic": "Применение: give <ID_артефакта> [ID_глав_хар-ки] [<ID доп_хар-ки>[,<раз>]]... [lv<уровень 0-20>]",
@ -239,31 +239,31 @@
"not_found": "Квест не найден.", "not_found": "Квест не найден.",
"invalid_id": "Некорректный ID квеста.", "invalid_id": "Некорректный ID квеста.",
"description": "Добавляет (add) или завершает (finish) квесты", "description": "Добавляет (add) или завершает (finish) квесты",
"running": "🇺🇸Quest %s is %s (%s).", "running": "Квест %s %s (%s).",
"talking": "🇺🇸Talk %s is %s for main quest %s (%s).", "talking": "Разговор %s %s для главного квеста %s (%s).",
"state": { "state": {
"none": "🇺🇸unknown (none)", "none": "неизвестно (none)",
"unstarted": "🇺🇸unfinished (not started, not completed)", "unstarted": "незавершен (не начат)",
"unfinished": "🇺🇸unfinished (started, not completed)", "unfinished": "незавершен (начат, но не закончен)",
"finished": "🇺🇸finished (completed)", "finished": "завершен",
"failed": "🇺🇸finished (completed, but failed)", "failed": "завершен (но провален)",
"exists": "🇺🇸found", "exists": "найден",
"not_exists": "🇺🇸not found" "not_exists": "не найден"
}, },
"enabled": "🇺🇸Questing enabled." "enabled": "Квестинг включен."
}, },
"group": { "group": {
"invalid_groupid": "🇺🇸Invalid group ID.", "invalid_groupid": "Некорректный ID Группы.",
"invalid_suiteid": "🇺🇸Invalid suite ID.", "invalid_suiteid": "Некорректный ID Комплекта.",
"group_not_found": "🇺🇸Group not found.", "group_not_found": "Группа не найдена.",
"description": "🇺🇸Alter group loading", "description": "Меняет загрузку группы",
"refreshed": "🇺🇸Group %s refreshed." "refreshed": "Группа %s обновлена."
}, },
"cutscene": { "cutscene": {
"description": "Odtwarza przerywnik filmowy" "description": "Odtwarza przerywnik filmowy"
}, },
"sound": { "sound": {
"description": "🇺🇸Plays a sound" "description": "Проигрывает звук"
}, },
"reload": { "reload": {
"reload_start": "Перезагружаем файл конфигурации.", "reload_start": "Перезагружаем файл конфигурации.",
@ -408,7 +408,7 @@
"description": "Разблокировывает доступ к серверу (\"разбанивает\")" "description": "Разблокировывает доступ к серверу (\"разбанивает\")"
}, },
"troubleshoot": { "troubleshoot": {
"description": "🇺🇸Generate debugging information for troubleshooting." "description": "Генерирует отладочную информацию для решения проблем."
} }
}, },
"gacha": { "gacha": {
@ -462,9 +462,9 @@
"disabling_plugin": "Отключаем Плагин: %s", "disabling_plugin": "Отключаем Плагин: %s",
"disabling_failed": "Ошибка отключения Плагина: %s", "disabling_failed": "Ошибка отключения Плагина: %s",
"invalid_api": { "invalid_api": {
"not_present": "🇺🇸Plugin %s does not specify an API version.", "not_present": "В Плагине %s не указана версия API.",
"lower": "🇺🇸Plugin %s is using API version %s, while the server is using API version %s.", "lower": "Плагин %s использует версию API %s, однако сервер работает на версии API %s.",
"outdated": "🇺🇸Plugin %s is using an outdated API method." "outdated": "Плагин %s использует устаревший API метод."
} }
} }
} }