From 294c982fbb554c9f273e7b4130cd1dfda31b8fcc Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Mon, 5 Feb 2018 17:31:20 -0500 Subject: [PATCH] New translations strings.yml (Russian) --- src/main/resources/lang/ru-RU/strings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/lang/ru-RU/strings.yml b/src/main/resources/lang/ru-RU/strings.yml index 79ccd81f8..6dadf7123 100644 --- a/src/main/resources/lang/ru-RU/strings.yml +++ b/src/main/resources/lang/ru-RU/strings.yml @@ -245,12 +245,12 @@ stageEditorInvalidEnchantment: "is not a valid enchantment name!" stageEditorInvalidNPC: "is not a valid NPC ID!" stageEditorInvalidMob: "is not a valid mob name!" stageEditorInvalidItemName: "is not a valid item name!" -stageEditorInvalidNumber: "не является числом" +stageEditorInvalidNumber: "не является числом!" stageEditorInvalidDye: "is not a valid dye color!" stageEditorInvalidEvent: "is not a valid event name!" stageEditorDuplicateEvent: "Событие уже в списке!" stageEditorInvalidDelay: "Delay must be at least one second!" -stageEditorInvalidScript: "Скрипт переподключения не найден!" +stageEditorInvalidScript: "Скрипт Denizen не найден!" stageEditorNoCitizens: "Citizens не установлен!" stageEditorNoDenizen: "Denizen не установлен!" stageEditorPositiveAmount: "Количество должно быть положительным числом!"