From 77d4d6b0e914ca7ff6a162a2e02aff7461303d27 Mon Sep 17 00:00:00 2001 From: FixThisPlz <43014304+FixThisPlz@users.noreply.github.com> Date: Thu, 16 May 2019 17:31:33 +0300 Subject: [PATCH 1/2] Create ru.json Support for russian language. --- AdvancedLocationLoader/i18n/ru.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 AdvancedLocationLoader/i18n/ru.json diff --git a/AdvancedLocationLoader/i18n/ru.json b/AdvancedLocationLoader/i18n/ru.json new file mode 100644 index 0000000..d8c68fe --- /dev/null +++ b/AdvancedLocationLoader/i18n/ru.json @@ -0,0 +1,9 @@ +{ + "sparkle": "Несмотря на блеск, который вы увидели, здесь, кажется, ничего нет.", + "gold": "Золото", + "yesCost": "Да, стоит {{amount}} {{itemName}}", + "no": "Нет", + "notEnough": "У вас недостаточно {{itemName}} для этого.", + "cancel": "Отменить", + "teleporter": "Выберите направление:" +} From 032b243f3d32c960564776f04e6d99a0af11cae4 Mon Sep 17 00:00:00 2001 From: FixThisPlz Date: Thu, 4 Jul 2019 00:18:51 +0300 Subject: [PATCH 2/2] Update ru.json --- AdvancedLocationLoader/i18n/ru.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdvancedLocationLoader/i18n/ru.json b/AdvancedLocationLoader/i18n/ru.json index d8c68fe..8d4d56b 100644 --- a/AdvancedLocationLoader/i18n/ru.json +++ b/AdvancedLocationLoader/i18n/ru.json @@ -1,5 +1,5 @@ { - "sparkle": "Несмотря на блеск, который вы увидели, здесь, кажется, ничего нет.", + "sparkle": "Несмотря на блеск, который вы увидели, кажется здесь ничего нет.", "gold": "Золото", "yesCost": "Да, стоит {{amount}} {{itemName}}", "no": "Нет",