Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing ru messages #1199

Merged
merged 1 commit into from
Nov 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/js/intl/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@ exports.strings = {
'es_MX': 'La orden "{command}" no es compatible, ¡disculpa!',
'es_ES': 'El comando "{command}" no está soportado, ¡disculpa!',
'fr_FR': 'La commande "{command}" n\'est pas supportée, désolé !',
'ru_RU': 'Команда "{command}" не поддерживается, извините!',
'vi': 'Xin lỗi, lệnh "{command}" không được hỗ trợ!'
},
///////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -2083,6 +2084,7 @@ exports.strings = {
'es_MX': 'Cancelar',
'de_DE': 'Abbrechen',
'fr_FR': 'Annuler',
'ru_RU': 'Отмена',
'zh_TW': '取消',
'pl' : 'Powrót',
'it_IT': "Annulla",
Expand All @@ -2098,6 +2100,7 @@ exports.strings = {
'pt_BR': 'Confirmar',
'es_MX': 'Confirmar',
'fr_FR': 'Confirmer',
'ru_RU': 'Подтвердить',
'de_DE': 'Bestätigen',
'zh_TW': '確認',
'pl' : 'Dalej',
Expand All @@ -2114,6 +2117,7 @@ exports.strings = {
'pt_BR': ' Nível ',
'es_MX': 'Nivel',
'fr_FR': ' Niveau ',
'ru_RU': ' Уровень ',
'de_DE': ' Level ',
'zh_TW': '關卡 ',
'it_IT': " Livello ",
Expand All @@ -2128,6 +2132,7 @@ exports.strings = {
'pt_BR': 'Níveis',
'es_MX': 'Niveles',
'fr_FR': 'Niveaux',
'ru_RU': 'Уровни',
'de_DE': 'Levels',
'zh_TW': '關卡',
'it_IT': "Livelli",
Expand All @@ -2140,6 +2145,7 @@ exports.strings = {
'en_US': 'Solution',
'es_MX': 'Solución',
'fr_FR': 'Solution',
'ru_RU': 'Решение',
'de_DE': 'Lösung',
'zh_TW': '解答',
'it_IT': "Soluzione",
Expand All @@ -2154,6 +2160,7 @@ exports.strings = {
'pt_BR': 'Reiniciar',
'es_MX': 'Reiniciar',
'fr_FR': 'Réinitialiser',
'ru_RU': 'Заново',
'de_DE': 'Zurücksetzen',
'zh_TW': '重新開始',
'it_IT': "Reset",
Expand All @@ -2167,6 +2174,7 @@ exports.strings = {
'pt_BR': 'Desfazer',
'es_MX': 'Deshacer',
'fr_FR': 'Annuler',
'ru_RU': 'Вернуть',
'de_DE': 'Rückgängig',
'zh_TW': '回到上一步',
'it_IT': "Annulla",
Expand All @@ -2179,6 +2187,7 @@ exports.strings = {
'en_US': 'Objective',
'es_MX': 'Objetivo',
'fr_FR': 'Objectif',
'ru_RU': 'Задание',
'de_DE': 'Zielvorgabe',
'zh_TW': '目標',
'it_IT': "Obiettivo",
Expand All @@ -2193,6 +2202,7 @@ exports.strings = {
'pt_BR': 'Ajuda',
'es_MX': 'Ayuda',
'fr_FR': 'Aide',
'ru_RU': 'Помощь',
'de_DE': 'Hilfe',
'zh_TW': '幫助',
'it_IT': "Aiuto",
Expand All @@ -2206,6 +2216,7 @@ exports.strings = {
'pt_BR': 'Este comando é válido, mas não suportado no ambiente atual! Tente entrar num nível ou construtor de nível para usar este comando',
'es_MX': '¡El comando es válido, pero no es suportado en este ambiente! Intenta ingresar un nivel o un constructor de niveles para usar ese comando',
'fr_FR': 'Cette commande est valide, mais n\'est pas supportée dans le contexte actuel ! Essayez de démarrer un niveau ou l\'éditeur de niveaux pour utiliser cette commande',
'ru_RU': 'Эта команда валидна, но не поддерживается в текущем окружении! Попробуйте войти в уровень или сборщик уровней чтобы использовать эту команду',
'de_DE': 'Der Befehl ist gültig, aber in der aktuellen Umgebung nicht unterstützt! Rufe ein Level oder den Level-Editor auf, um diesen Befehl zu nutzen',
'zh_TW': '這項指令輸入正確,然而目前的環境不支援此指令。試著前往關卡或關卡建造器中使用此指令。',
'it_IT':
Expand All @@ -2222,6 +2233,7 @@ exports.strings = {
'pt_BR': 'Rebase interativo',
'es_MX': 'Rebase interactivo',
'fr_FR': 'Rebase interactif',
'ru_RU': 'Интерактивное перебазирование',
'de_DE': 'Interaktives Rebase',
'zh_TW': '互動式 Rebase',
'it_IT': "Rebase interattivo",
Expand Down
Loading