Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AloqaIM-Android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
AloqaIM-Android
Commits
e199faa5
Commit
e199faa5
authored
Aug 05, 2018
by
divyanshu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2FA string translation
parent
673d180b
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
22 additions
and
1 deletion
+22
-1
fragment_authentication_two_fa.xml
app/src/main/res/layout/fragment_authentication_two_fa.xml
+1
-1
strings.xml
app/src/main/res/values-de/strings.xml
+3
-0
strings.xml
app/src/main/res/values-es/strings.xml
+3
-0
strings.xml
app/src/main/res/values-fr/strings.xml
+3
-0
strings.xml
app/src/main/res/values-hi-rIN/strings.xml
+3
-0
strings.xml
app/src/main/res/values-pt-rBR/strings.xml
+3
-0
strings.xml
app/src/main/res/values-ru/strings.xml
+3
-0
strings.xml
app/src/main/res/values/strings.xml
+3
-0
No files found.
app/src/main/res/layout/fragment_authentication_two_fa.xml
View file @
e199faa5
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<Button
<Button
android:id=
"@+id/button_log_in"
android:id=
"@+id/button_log_in"
style=
"@style/Authentication.Button"
style=
"@style/Authentication.Button"
android:text=
"
C
onfirm"
android:text=
"
@string/action_c
onfirm"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/text_two_factor_auth"
app:layout_constraintTop_toBottomOf=
"@id/text_two_factor_auth"
...
...
app/src/main/res/values-de/strings.xml
View file @
e199faa5
...
@@ -43,6 +43,7 @@
...
@@ -43,6 +43,7 @@
<string
name=
"action_join_community"
>
Trete der Community bei
</string>
<string
name=
"action_join_community"
>
Trete der Community bei
</string>
<string
name=
"action_create_server"
>
Erstelle einen neuen Server
</string>
<string
name=
"action_create_server"
>
Erstelle einen neuen Server
</string>
<string
name=
"action_register"
>
Registrieren
</string>
<string
name=
"action_register"
>
Registrieren
</string>
<string
name=
"action_confirm"
>
bestätigen
</string>
<!-- Settings List -->
<!-- Settings List -->
<string-array
name=
"settings_actions"
>
<string-array
name=
"settings_actions"
>
...
@@ -140,6 +141,8 @@
...
@@ -140,6 +141,8 @@
<string
name=
"msg_continue_with_google"
>
Weiter mit Google
</string>
<string
name=
"msg_continue_with_google"
>
Weiter mit Google
</string>
<string
name=
"msg_continue_with_linkedin"
>
Weiter mit Linkedin
</string>
<string
name=
"msg_continue_with_linkedin"
>
Weiter mit Linkedin
</string>
<string
name=
"msg_continue_with_gitlab"
>
Weiter mit GitLab
</string>
<string
name=
"msg_continue_with_gitlab"
>
Weiter mit GitLab
</string>
<string
name=
"msg_two_factor_authentication"
>
Zwei-Faktor-Authentifizierung
</string>
<string
name=
"msg__your_2fa_code"
>
Was ist dein 2FA-Code?
</string>
<!-- Create channel messages -->
<!-- Create channel messages -->
<string
name=
"msg_private_channel"
>
Privat
</string>
<string
name=
"msg_private_channel"
>
Privat
</string>
...
...
app/src/main/res/values-es/strings.xml
View file @
e199faa5
...
@@ -43,6 +43,7 @@
...
@@ -43,6 +43,7 @@
<string
name=
"action_join_community"
>
Únete a la comunidad
</string>
<string
name=
"action_join_community"
>
Únete a la comunidad
</string>
<string
name=
"action_create_server"
>
Crea un nuevo servidor
</string>
<string
name=
"action_create_server"
>
Crea un nuevo servidor
</string>
<string
name=
"action_register"
>
Registro
</string>
<string
name=
"action_register"
>
Registro
</string>
<string
name=
"action_confirm"
>
confirmar
</string>
<!-- Settings List -->
<!-- Settings List -->
<string-array
name=
"settings_actions"
>
<string-array
name=
"settings_actions"
>
...
@@ -138,6 +139,8 @@
...
@@ -138,6 +139,8 @@
<string
name=
"msg_continue_with_google"
>
Continuar con Google
</string>
<string
name=
"msg_continue_with_google"
>
Continuar con Google
</string>
<string
name=
"msg_continue_with_linkedin"
>
Continuar con Linkedin
</string>
<string
name=
"msg_continue_with_linkedin"
>
Continuar con Linkedin
</string>
<string
name=
"msg_continue_with_gitlab"
>
Continuar con GitLab
</string>
<string
name=
"msg_continue_with_gitlab"
>
Continuar con GitLab
</string>
<string
name=
"msg_two_factor_authentication"
>
Autenticación de dos factores
</string>
<string
name=
"msg__your_2fa_code"
>
¿Cuál es tu código 2FA?
</string>
<!-- Create channel messages -->
<!-- Create channel messages -->
<string
name=
"msg_private_channel"
>
Privado
</string>
<string
name=
"msg_private_channel"
>
Privado
</string>
...
...
app/src/main/res/values-fr/strings.xml
View file @
e199faa5
...
@@ -47,6 +47,7 @@
...
@@ -47,6 +47,7 @@
<string
name=
"action_join_community"
>
Rejoindre la communauté
</string>
<string
name=
"action_join_community"
>
Rejoindre la communauté
</string>
<string
name=
"action_create_server"
>
Créer un nouveau serveur
</string>
<string
name=
"action_create_server"
>
Créer un nouveau serveur
</string>
<string
name=
"action_register"
>
registre
</string>
<string
name=
"action_register"
>
registre
</string>
<string
name=
"action_confirm"
>
confirmer
</string>
<!-- Settings List -->
<!-- Settings List -->
<string-array
name=
"settings_actions"
>
<string-array
name=
"settings_actions"
>
...
@@ -156,6 +157,8 @@
...
@@ -156,6 +157,8 @@
<string
name=
"msg_continue_with_google"
>
Continuer avec Google
</string>
<string
name=
"msg_continue_with_google"
>
Continuer avec Google
</string>
<string
name=
"msg_continue_with_linkedin"
>
Continuer avec Linkedin
</string>
<string
name=
"msg_continue_with_linkedin"
>
Continuer avec Linkedin
</string>
<string
name=
"msg_continue_with_gitlab"
>
Continuer avec GitLab
</string>
<string
name=
"msg_continue_with_gitlab"
>
Continuer avec GitLab
</string>
<string
name=
"msg_two_factor_authentication"
>
Authentification à deux facteurs
</string>
<string
name=
"msg__your_2fa_code"
>
Quel est votre code 2FA?
</string>
<!-- Create channel messages -->
<!-- Create channel messages -->
// TODO: Add proper translation.
// TODO: Add proper translation.
...
...
app/src/main/res/values-hi-rIN/strings.xml
View file @
e199faa5
...
@@ -44,6 +44,7 @@
...
@@ -44,6 +44,7 @@
<string
name=
"action_join_community"
>
समुदाय में शामिल हों
</string>
<string
name=
"action_join_community"
>
समुदाय में शामिल हों
</string>
<string
name=
"action_create_server"
>
नया सर्वर बनाएं
</string>
<string
name=
"action_create_server"
>
नया सर्वर बनाएं
</string>
<string
name=
"action_register"
>
रजिस्टर
</string>
<string
name=
"action_register"
>
रजिस्टर
</string>
<string
name=
"action_confirm"
>
पुष्टि करें
</string>
<!-- Settings List -->
<!-- Settings List -->
<string-array
name=
"settings_actions"
>
<string-array
name=
"settings_actions"
>
...
@@ -142,6 +143,8 @@
...
@@ -142,6 +143,8 @@
<string
name=
"msg_continue_with_google"
>
Google के साथ जारी रखें
</string>
<string
name=
"msg_continue_with_google"
>
Google के साथ जारी रखें
</string>
<string
name=
"msg_continue_with_linkedin"
>
Linkedin के साथ जारी रखें
</string>
<string
name=
"msg_continue_with_linkedin"
>
Linkedin के साथ जारी रखें
</string>
<string
name=
"msg_continue_with_gitlab"
>
GitLab के साथ जारी रखें
</string>
<string
name=
"msg_continue_with_gitlab"
>
GitLab के साथ जारी रखें
</string>
<string
name=
"msg_two_factor_authentication"
>
दो तरीकों से प्रमाणीकरण
</string>
<string
name=
"msg__your_2fa_code"
>
आपका 2 एफए कोड क्या है?
</string>
<!-- Create channel messages -->
<!-- Create channel messages -->
<string
name=
"msg_private_channel"
>
प्राइवेट
</string>
<string
name=
"msg_private_channel"
>
प्राइवेट
</string>
...
...
app/src/main/res/values-pt-rBR/strings.xml
View file @
e199faa5
...
@@ -44,6 +44,7 @@
...
@@ -44,6 +44,7 @@
<string
name=
"action_join_community"
>
Junte-se à comunidade
</string>
<string
name=
"action_join_community"
>
Junte-se à comunidade
</string>
<string
name=
"action_create_server"
>
Crie um novo servidor
</string>
<string
name=
"action_create_server"
>
Crie um novo servidor
</string>
<string
name=
"action_register"
>
registo
</string>
<string
name=
"action_register"
>
registo
</string>
<string
name=
"action_confirm"
>
confirme
</string>
<!-- Settings List -->
<!-- Settings List -->
<string-array
name=
"settings_actions"
>
<string-array
name=
"settings_actions"
>
...
@@ -144,6 +145,8 @@
...
@@ -144,6 +145,8 @@
<string
name=
"msg_continue_with_google"
>
Continue com o Google
</string>
<string
name=
"msg_continue_with_google"
>
Continue com o Google
</string>
<string
name=
"msg_continue_with_linkedin"
>
Continue com o Linkedin
</string>
<string
name=
"msg_continue_with_linkedin"
>
Continue com o Linkedin
</string>
<string
name=
"msg_continue_with_gitlab"
>
Continue com o GitLab
</string>
<string
name=
"msg_continue_with_gitlab"
>
Continue com o GitLab
</string>
<string
name=
"msg_two_factor_authentication"
>
Autenticação de dois fatores
</string>
<string
name=
"msg__your_2fa_code"
>
Qual é o seu código 2FA?
</string>
<!-- Create channel messages -->
<!-- Create channel messages -->
<string
name=
"msg_private_channel"
>
Privado
</string>
<string
name=
"msg_private_channel"
>
Privado
</string>
...
...
app/src/main/res/values-ru/strings.xml
View file @
e199faa5
...
@@ -44,6 +44,7 @@
...
@@ -44,6 +44,7 @@
<string
name=
"action_join_community"
>
Присоединиться к сообществу
</string>
<string
name=
"action_join_community"
>
Присоединиться к сообществу
</string>
<string
name=
"action_create_server"
>
Создать новый сервер
</string>
<string
name=
"action_create_server"
>
Создать новый сервер
</string>
<string
name=
"action_register"
>
регистр
</string>
<string
name=
"action_register"
>
регистр
</string>
<string
name=
"action_confirm"
>
подтвердить
</string>
<!-- Settings List -->
<!-- Settings List -->
<string-array
name=
"settings_actions"
>
<string-array
name=
"settings_actions"
>
...
@@ -143,6 +144,8 @@
...
@@ -143,6 +144,8 @@
<string
name=
"msg_continue_with_google"
>
Продолжить работу с Google
</string>
<string
name=
"msg_continue_with_google"
>
Продолжить работу с Google
</string>
<string
name=
"msg_continue_with_linkedin"
>
Продолжить работу с Linkedin
</string>
<string
name=
"msg_continue_with_linkedin"
>
Продолжить работу с Linkedin
</string>
<string
name=
"msg_continue_with_gitlab"
>
Продолжить работу с GitLab
</string>
<string
name=
"msg_continue_with_gitlab"
>
Продолжить работу с GitLab
</string>
<string
name=
"msg_two_factor_authentication"
>
Двухфакторная аутентификация
</string>
<string
name=
"msg__your_2fa_code"
>
Какой у вас код 2FA?
</string>
<!-- Create channel messages -->
<!-- Create channel messages -->
<string
name=
"msg_private_channel"
>
Приватный
</string>
<string
name=
"msg_private_channel"
>
Приватный
</string>
...
...
app/src/main/res/values/strings.xml
View file @
e199faa5
...
@@ -44,6 +44,7 @@
...
@@ -44,6 +44,7 @@
<string
name=
"action_join_community"
>
Join in the community
</string>
<string
name=
"action_join_community"
>
Join in the community
</string>
<string
name=
"action_create_server"
>
Create a new server
</string>
<string
name=
"action_create_server"
>
Create a new server
</string>
<string
name=
"action_register"
>
Register
</string>
<string
name=
"action_register"
>
Register
</string>
<string
name=
"action_confirm"
>
Confirm
</string>
<!-- Settings List -->
<!-- Settings List -->
<string-array
name=
"settings_actions"
>
<string-array
name=
"settings_actions"
>
...
@@ -140,6 +141,8 @@
...
@@ -140,6 +141,8 @@
<string
name=
"msg_continue_with_google"
>
Continue with Google
</string>
<string
name=
"msg_continue_with_google"
>
Continue with Google
</string>
<string
name=
"msg_continue_with_linkedin"
>
Continue with Linkedin
</string>
<string
name=
"msg_continue_with_linkedin"
>
Continue with Linkedin
</string>
<string
name=
"msg_continue_with_gitlab"
>
Continue with GitLab
</string>
<string
name=
"msg_continue_with_gitlab"
>
Continue with GitLab
</string>
<string
name=
"msg_two_factor_authentication"
>
Two-factor Authentication
</string>
<string
name=
"msg__your_2fa_code"
>
What’s your 2FA code?
</string>
<!-- Create channel messages -->
<!-- Create channel messages -->
<string
name=
"msg_private_channel"
>
Private
</string>
<string
name=
"msg_private_channel"
>
Private
</string>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment