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!"