From 83511a20e056204d371b4dee6887347fc21982bc Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Wed, 29 Aug 2018 11:12:39 -0400 Subject: [PATCH] New translations strings.yml (Russian) --- src/main/resources/lang/ru-RU/strings.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/lang/ru-RU/strings.yml b/src/main/resources/lang/ru-RU/strings.yml index e9d889e3b..4eeba101c 100644 --- a/src/main/resources/lang/ru-RU/strings.yml +++ b/src/main/resources/lang/ru-RU/strings.yml @@ -223,10 +223,10 @@ stageEditorDelayMessagePrompt: "Введите сообщение задержк stageEditorScriptPrompt: "Введите название скрипта, , " stageEditorStartMessagePrompt: "Введите стартовое сообщение, , " stageEditorCompleteMessagePrompt: "Введите сообщение завершения, , " -stageEditorPasswordDisplayPrompt: "Enter password display, " -stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)" -stageEditorPasswordPhrasePrompt: "Enter password phrases, , " -stageEditorPasswordPhraseHint: "(This is the text that a player must enter to complete the objective)" +stageEditorPasswordDisplayPrompt: "Введите отображаемый пароль, " +stageEditorPasswordDisplayHint: "(Этот текст будет показан игрокам как их задание)" +stageEditorPasswordPhrasePrompt: "Введите фразы пароля, , " +stageEditorPasswordPhraseHint: "(Игрок должен ввести этот текст, чтобы выполнить задание)" stageEditorObjectiveOverridePrompt: "Enter objective display override, , " stageEditorObjectiveOverrideHint: "(This override will display your own text as the objective)" stageEditorObjectiveOverrideCleared: "Objective display override cleared."