From 178848406b13bdb493f5a8985b99912bc0ec253b Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Wed, 12 Sep 2018 01:50:34 -0400 Subject: [PATCH] New translations strings.yml (Russian) --- src/main/resources/lang/ru-RU/strings.yml | 78 +++++++++++------------ 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/src/main/resources/lang/ru-RU/strings.yml b/src/main/resources/lang/ru-RU/strings.yml index 8b6b13470..36d67a862 100644 --- a/src/main/resources/lang/ru-RU/strings.yml +++ b/src/main/resources/lang/ru-RU/strings.yml @@ -332,30 +332,30 @@ eventEditorStormTitle: "Событие <Шторм>" eventEditorThunderTitle: "Событие <Гроза>" eventEditorMobSpawnsTitle: "Событие <Спавн мобов>" eventEditorMobsTitle: "Мобы" -eventEditorAddMobTypesTitle: "- Add Mob -" -eventEditorPotionEffectsTitle: "- Event Potion Effects -" -eventEditorPotionTypesTitle: "- Event Potion Types -" -eventEditorWorldsTitle: "- Worlds -" -eventEditorSetName: "Set name" -eventEditorSetMessage: "Set message" -eventEditorClearInv: "Clear player inventory" -eventEditorFailQuest: "Fail the quest" -eventEditorSetExplosions: "Set explosion locations" -eventEditorSetLightning: "Set lightning strike locations" -eventEditorSetEffects: "Set effects" -eventEditorSetStorm: "Set storm" -eventEditorSetThunder: "Set thunder" -eventEditorSetMobSpawns: "Set mob spawns" -eventEditorSetPotionEffects: "Set potion effects" -eventEditorSetHunger: "Set player hunger level" -eventEditorSetSaturation: "Set player saturation level" -eventEditorSetHealth: "Set player health level" -eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)" -eventEditorSetTimer: "Set time to fail quest" -eventEditorCancelTimer: "Cancel the quest timer" -eventEditorSetTeleport: "Set player teleport location" -eventEditorSetCommands: "Set commands to execute" -eventEditorItems: "Event Items" +eventEditorAddMobTypesTitle: "Добавить моба" +eventEditorPotionEffectsTitle: "Событие <эффект зелья>" +eventEditorPotionTypesTitle: "Событие <Вид зелья>" +eventEditorWorldsTitle: "Миры" +eventEditorSetName: "Установите имя" +eventEditorSetMessage: "Установите сообщение" +eventEditorClearInv: "Очистить инвентарь игрока" +eventEditorFailQuest: "Квест провален" +eventEditorSetExplosions: "Установить места для взрывов" +eventEditorSetLightning: "Установить места для гроз" +eventEditorSetEffects: "Установить эффекты" +eventEditorSetStorm: "Установить шторм" +eventEditorSetThunder: "Установить грозу" +eventEditorSetMobSpawns: "Установить места для спавна мобов" +eventEditorSetPotionEffects: "Установить эффекты зелий" +eventEditorSetHunger: "Установить уровень голодания" +eventEditorSetSaturation: "Установить уровень насыщения" +eventEditorSetHealth: "Установить уровень здоровья" +eventEditorEnterTimerSeconds: "Установить время (в секундах) за которое должен выполнятся квест (используйте cancel-timer для события отменить таймер)" +eventEditorSetTimer: "Установить время провала квеста" +eventEditorCancelTimer: "Отменить таймер для квеста (cancel-timer)" +eventEditorSetTeleport: "Установить место для телепорта" +eventEditorSetCommands: "Установить команду для выполнения" +eventEditorItems: "Предметы по событию" eventEditorSetItems: "Give items" eventEditorItemsCleared: "Event items cleared." eventEditorAddItem: "Add item" @@ -400,21 +400,21 @@ eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!" eventEditorInvalidMob: "is not a valid mob name!" eventEditorSetMobName: "Set custom name for mob" eventEditorSetMobType: "Set mob type" -eventEditorSetMobItemInHand: "Set item in hand" -eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand" -eventEditorSetMobBoots: "Set boots" -eventEditorSetMobBootsDrop: "Set drop chance of boots" -eventEditorSetMobLeggings: "Set leggings" -eventEditorSetMobLeggingsDrop: "Set drop chance of leggings" -eventEditorSetMobChestPlate: "Set chest plate" -eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate" -eventEditorSetMobHelmet: "Set helmet" -eventEditorSetMobHelmetDrop: "Set drop chance of helmet" -eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn" -eventEditorSetDropChance: "Set the drop chance" -eventEditorPotionEffects: "Event Potion Effects" -eventEditorSetPotionEffectTypes: "Set potion effect types" -eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!" +eventEditorSetMobItemInHand: "Установить предмет в руке" +eventEditorSetMobItemInHandDrop: "Установить шанс дропа (в руке)" +eventEditorSetMobBoots: "Одеть ботинки" +eventEditorSetMobBootsDrop: "Установить шанс дропа ботинок" +eventEditorSetMobLeggings: "Одеть поножи" +eventEditorSetMobLeggingsDrop: "Установить шанс дропа понож" +eventEditorSetMobChestPlate: "Одеть нагрудник" +eventEditorSetMobChestPlateDrop: "Установить шанс дропа нагрудника" +eventEditorSetMobHelmet: "Одеть шлем" +eventEditorSetMobHelmetDrop: "Установить шанс дропа шлема" +eventEditorSetMobSpawnAmount: "Установить кол-во спавна мобов" +eventEditorSetDropChance: "Установить шанс дропа" +eventEditorPotionEffects: "Событие <эффект зелья>" +eventEditorSetPotionEffectTypes: "Установить эффекты зелий" +eventEditorMustSetPotionTypesFirst: "Сначала необходимо задать типы эффект зелья!" eventEditorSetPotionDurations: "Set potion effect durations" eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!" eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"