diff options
author | Harmony Weblate <96563367+harmony-weblate@users.noreply.github.com> | 2023-11-12 18:14:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-12 18:14:01 +0100 |
commit | a72e97400d55529c7b3593170f809605e4a04e48 (patch) | |
tree | 8e5de5c1a4212da56ee77961c15ad66c7681e2cb | |
parent | 146129c76a25d5b1c87f47430646bcb3a1c03ed2 (diff) | |
download | FlightCore-a72e97400d55529c7b3593170f809605e4a04e48.tar.gz FlightCore-a72e97400d55529c7b3593170f809605e4a04e48.zip |
i18n: Translations update from Weblate (#674)
Translated using Weblate (Russian)
Currently translated at 100.0% (114 of 114 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/ru/
Co-authored-by: Yaroslav <RikKost@users.noreply.translate.harmony.tf>
-rw-r--r-- | src-vue/src/i18n/lang/ru.json | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src-vue/src/i18n/lang/ru.json b/src-vue/src/i18n/lang/ru.json index 7fadd0a7..2888bdfd 100644 --- a/src-vue/src/i18n/lang/ru.json +++ b/src-vue/src/i18n/lang/ru.json @@ -8,7 +8,8 @@ "error": "Ошибка", "cancel": "Отмена", "informationShort": "Информация", - "downloading": "Скачивание" + "downloading": "Скачивание", + "confirm": "Подтвердить" }, "menu": { "mods": "Моды", @@ -122,7 +123,10 @@ "active": "Активный Профиль", "edit": "Редактировать Профили", "dialog": { - "title": "Профили" + "title": "Профили", + "clone": "Копировать", + "delete": "Удалить", + "delete_confirm": "Вы уверены, что удалите этот профиль?" } } }, @@ -150,6 +154,10 @@ "title": "Некорректный Профиль", "text": "Профиль, на который вы пытаетесь переключиться, больше не является корректным." } + }, + "no_new": { + "text": "Смотреть здесь нечего!", + "title": "Актуальный" } }, "channels": { |