From 8503fd26689b79f70cb6024b33ef9b20a5d8d63e Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Sat, 27 Jan 2018 04:10:45 -0500 Subject: [PATCH] New translations strings.yml (Russian) --- src/main/resources/lang/ru-RU/strings.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/lang/ru-RU/strings.yml b/src/main/resources/lang/ru-RU/strings.yml index 7a244ac4d..84dd219c5 100644 --- a/src/main/resources/lang/ru-RU/strings.yml +++ b/src/main/resources/lang/ru-RU/strings.yml @@ -194,20 +194,20 @@ stageEditorAddPasswordDisplay: "Add password display" stageEditorAddPasswordPhrases: "Добавить кодовуюые фразу(ы)" stageEditorNoPasswordDisplays: "No password displays set" stageObjectiveOverride: "Objective Display Override" -stageEditorCustom: "Custom Objectives" +stageEditorCustom: "Пользовательские Цели" stageEditorNoModules: "Нет загруженных модулей" stageEditorModuleNotFound: "Пользовательский модуль целей не найден." -stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return." -stageEditorCustomAlreadyAdded: "That custom objective has already been added!" -stageEditorCustomCleared: "Custom objectives cleared." +stageEditorCustomPrompt: "Введите название новой пользовательской цели, или введите ‘clear’, чтобы убрать все пользовательские цели, или ‘cancel’, чтобы вернуться." +stageEditorCustomAlreadyAdded: "Эта пользовательская цель уже была добавлена!" +stageEditorCustomCleared: "Пользовательские цели очищены." stageEditorCustomDataPrompt: "Введите значение для :" stageEditorEnterBlockNames: "Введите названия блоков (или ID), разделяя каждое пробелом, или введите 'cancel', чтобы вернуться." stageEditorBreakBlocksPrompt: "Введите количества (числа) для разрушения, разделяя каждое пробелом, или введите 'cancel', чтобы вернуться." stageEditorDamageBlocksPrompt: "Введите количества (числа) для разрушения, разделяя каждое пробелом, или введите 'cancel', чтобы вернуться." stageEditorPlaceBlocksPrompt: "Введите количества (числа) для установки блоков, разделяя каждое пробелом, или введите 'cancel', чтобы вернуться." stageEditorUseBlocksPrompt: "Введите количества (число) использований, разделяя каждое пробелом, или введите 'cancel', чтобы вернуться." -stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return." -stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return." +stageEditorCutBlocksPrompt: "Введите количества (число) срезаний блоков, разделяя каждое пробелом, или введите 'cancel', чтобы вернуться." +stageEditorEnterBlockDurability: "Введите прочность блока (числа), разделяя каждое пробелом, или введите ‘cancel’, чтобы вернуться." stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel" stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel" stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."