From 6aa07215d4f71899472654a746e0ccad81edd11b Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Sun, 28 Jan 2018 18:10:58 -0500 Subject: [PATCH] New translations strings.yml (Russian) --- src/main/resources/lang/ru-RU/strings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/lang/ru-RU/strings.yml b/src/main/resources/lang/ru-RU/strings.yml index 57759ce8f..4116537cc 100644 --- a/src/main/resources/lang/ru-RU/strings.yml +++ b/src/main/resources/lang/ru-RU/strings.yml @@ -258,7 +258,7 @@ 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!" -stageEditorInvalidDye: "недопустимый цвет!" +stageEditorInvalidDye: "is not a valid dye color!" stageEditorInvalidEvent: "is not a valid event name!" stageEditorDuplicateEvent: "Событие уже в списке!" stageEditorInvalidDelay: "Delay must be at least one second!"