Skip to content

Commit

Permalink
missing translations added
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Mar 26, 2023
1 parent b0e7738 commit 9f3458e
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,4 +358,7 @@
<string name="password_changed">Passwort geändert</string>
<string name="my_code">Mein Code</string>
<string name="scan_code">Code scannen</string>
<string name="hint_enter_code">Konfigurationscode</string>
<string name="code_required">Code erforderlich</string>
<string name="configure_connection">Verbindung konfigurieren</string>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,7 @@
<string name="password_changed">Contraseña cambiada</string>
<string name="my_code">Mi código</string>
<string name="scan_code">Escanear código</string>
<string name="hint_enter_code">Código de configuración</string>
<string name="code_required">Código requerido</string>
<string name="configure_connection">Configurar conexión</string>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -356,4 +356,7 @@
<string name="password_changed">Mot de passe modifié</string>
<string name="my_code">Mon code</string>
<string name="scan_code">Scanner le code</string>
<string name="hint_enter_code">Code de configuration</string>
<string name="code_required">Code requis</string>
<string name="configure_connection">Configurer la connexion</string>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values-hi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,7 @@
<string name="password_changed">पासवर्ड बदल गया</string>
<string name="my_code">मेरा कोड</string>
<string name="scan_code">स्कैन कोड</string>
<string name="hint_enter_code">कॉन्फ़िगरेशन कोड</string>
<string name="code_required">कोड आवश्यक है</string>
<string name="configure_connection">कनेक्शन कॉन्फ़िगर करें</string>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values-ko/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,7 @@
<string name="password_changed">암호 변경됨</string>
<string name="my_code">내 코드</string>
<string name="scan_code">코드 스캔</string>
<string name="hint_enter_code">구성 코드</string>
<string name="code_required">필요한 코드</string>
<string name="configure_connection">연결 설정</string>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values-pt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -357,4 +357,7 @@
<string name="password_changed">Senha alterada</string>
<string name="my_code">Meu código</string>
<string name="scan_code">Escanear Código</string>
<string name="hint_enter_code">Código de configuração</string>
<string name="code_required">Código necessário</string>
<string name="configure_connection">Configurar conexão</string>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,4 +336,7 @@
<string name="password_changed">Пароль изменен</string>
<string name="my_code">Мой код</string>
<string name="scan_code">Сканировать код</string>
<string name="hint_enter_code">Код конфигурации</string>
<string name="code_required">Требуется код</string>
<string name="configure_connection">Настроить подключение</string>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -356,4 +356,7 @@
<string name="password_changed">密碼已更改</string>
<string name="my_code">我的代碼</string>
<string name="scan_code">掃碼</string>
<string name="hint_enter_code">配置代碼</string>
<string name="code_required">需要代碼</string>
<string name="configure_connection">配置連接</string>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -357,4 +357,7 @@
<string name="password_changed">密码已更改</string>
<string name="my_code">我的代码</string>
<string name="scan_code">扫码</string>
<string name="hint_enter_code">配置代码</string>
<string name="code_required">需要代码</string>
<string name="configure_connection">配置连接</string>
</resources>

0 comments on commit 9f3458e

Please sign in to comment.