Skip to content

Commit

Permalink
Update strings.js
Browse files Browse the repository at this point in the history
Some more PT-BR translations.
  • Loading branch information
maxoliverbr committed Nov 20, 2023
1 parent 6596ee2 commit 621d666
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/js/intl/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2066,6 +2066,7 @@ exports.strings = {
'__desc__': 'Cancel button label after completing a level',
'es_AR': 'Cancelar',
'en_US': 'Cancel',
'pt_BR': 'Cancelar',
'es_MX': 'Cancelar',
'de_DE': 'Abbrechen',
'zh_TW': '取消',
Expand All @@ -2080,6 +2081,7 @@ exports.strings = {
'__desc__': 'Confirm button label after completing a level',
'es_AR': 'Confirmar',
'en_US': 'Confirm',
'pt_BR': 'Confirmar',
'es_MX': 'Confirmar',
'de_DE': 'Bestätigen',
'zh_TW': '確認',
Expand All @@ -2094,6 +2096,7 @@ exports.strings = {
'__desc__': 'Label in the top of the left-side menu. Remember to leave some space on the sides',
'es_AR': 'Nivel',
'en_US': ' Level ',
'pt_BR': ' Nível ',
'es_MX': 'Nivel',
'de_DE': ' Level ',
'zh_TW': '關卡 ',
Expand All @@ -2106,6 +2109,7 @@ exports.strings = {
'__desc__': 'Levels command label in the bottom command helper bar.',
'es_AR': 'Niveles',
'en_US': 'Levels',
'pt_BR': 'Níveis',
'es_MX': 'Niveles',
'de_DE': 'Levels',
'zh_TW': '關卡',
Expand All @@ -2128,6 +2132,7 @@ exports.strings = {
'__desc__': 'Reset command label in the bottom command helper bar.',
'es_AR': 'Reiniciar',
'en_US': 'Reset',
'pt_BR': 'Reiniciar',
'es_MX': 'Reiniciar',
'de_DE': 'Zurücksetzen',
'zh_TW': '重新開始',
Expand All @@ -2139,6 +2144,7 @@ exports.strings = {
'__desc__': 'Undo command label in the bottom command helper bar.',
'es_AR': 'Deshacer',
'en_US': 'Undo',
'pt_BR': 'Desfazer',
'es_MX': 'Deshacer',
'de_DE': 'Rückgängig',
'zh_TW': '回到上一步',
Expand All @@ -2161,6 +2167,7 @@ exports.strings = {
'__desc__': 'Help command label in the bottom command helper bar.',
'es_AR': 'Ayuda',
'en_US': 'Help',
'pt_BR': 'Ajuda',
'es_MX': 'Ayuda',
'de_DE': 'Hilfe',
'zh_TW': '幫助',
Expand All @@ -2172,6 +2179,7 @@ exports.strings = {
'__desc__': 'Message that appears in git console when command is not supported in the current environment.',
'es_AR': '¡El comando es valido, pero no está soportado en este ambiente! intentá ingresar un nivel o un constructor de nivel para usar ese comando',
'en_US': 'That command is valid, but not supported in this current environment! Try entering a level or level builder to use that command',
'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',
'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': '這項指令輸入正確,然而目前的環境不支援此指令。試著前往關卡或關卡建造器中使用此指令。',
Expand All @@ -2186,6 +2194,7 @@ exports.strings = {
'__desc__': 'Title for the popup',
'es_AR': 'Rebase interactivo',
'en_US': 'Interactive Rebase',
'pt_BR': 'Rebase interativo',
'es_MX': 'Rebase interactivo',
'de_DE': 'Interaktives Rebase',
'zh_TW': '互動式 Rebase',
Expand Down

0 comments on commit 621d666

Please sign in to comment.