From 58e7c6050cfa48ce621e06191269c8b812e2a663 Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Mon, 5 Feb 2018 15:40:45 -0500 Subject: [PATCH] New translations strings.yml (Russian) --- src/main/resources/lang/ru-RU/strings.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/lang/ru-RU/strings.yml b/src/main/resources/lang/ru-RU/strings.yml index f6b59c5f4..79ccd81f8 100644 --- a/src/main/resources/lang/ru-RU/strings.yml +++ b/src/main/resources/lang/ru-RU/strings.yml @@ -245,15 +245,15 @@ 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: "is not a number!" +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: "Denizen script not found!" -stageEditorNoCitizens: "Citizens is not installed!" -stageEditorNoDenizen: "Denizen is not installed!" -stageEditorPositiveAmount: "You must enter a positive number!" +stageEditorInvalidScript: "Скрипт переподключения не найден!" +stageEditorNoCitizens: "Citizens не установлен!" +stageEditorNoDenizen: "Denizen не установлен!" +stageEditorPositiveAmount: "Количество должно быть положительным числом!" stageEditorNoNumber: "Input was not a number!" stageEditorNotGreaterThanZero: "is not greater than 0!" stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"