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
2302a061
Commit
2302a061
authored
Apr 09, 2019
by
Hussein El Feky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typos
parent
2d8e8631
Changes
20
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
148 additions
and
148 deletions
+148
-148
LoginOptionsView.kt
...hentication/loginoptions/presentation/LoginOptionsView.kt
+13
-13
OauthHelper.kt
app/src/main/java/chat/rocket/android/helper/OauthHelper.kt
+9
-9
CheckServerPresenter.kt
...ocket/android/server/presentation/CheckServerPresenter.kt
+1
-1
SettingsFragment.kt
.../java/chat/rocket/android/settings/ui/SettingsFragment.kt
+1
-1
strings.xml
app/src/main/res/values-ar/strings.xml
+10
-10
strings.xml
app/src/main/res/values-de/strings.xml
+7
-7
strings.xml
app/src/main/res/values-es/strings.xml
+12
-12
strings.xml
app/src/main/res/values-fa/strings.xml
+3
-3
strings.xml
app/src/main/res/values-fr/strings.xml
+9
-9
strings.xml
app/src/main/res/values-hi-rIN/strings.xml
+8
-8
strings.xml
app/src/main/res/values-it/strings.xml
+10
-10
strings.xml
app/src/main/res/values-ja/strings.xml
+7
-7
strings.xml
app/src/main/res/values-pt-rBR/strings.xml
+7
-7
strings.xml
app/src/main/res/values-pt-rPT/strings.xml
+6
-6
strings.xml
app/src/main/res/values-ru-rRU/strings.xml
+7
-7
strings.xml
app/src/main/res/values-tr/strings.xml
+8
-8
strings.xml
app/src/main/res/values-uk/strings.xml
+8
-8
strings.xml
app/src/main/res/values-zh-rCN/strings.xml
+8
-8
strings.xml
app/src/main/res/values-zh-rTW/strings.xml
+7
-7
strings.xml
app/src/main/res/values/strings.xml
+7
-7
No files found.
app/src/main/java/chat/rocket/android/authentication/loginoptions/presentation/LoginOptionsView.kt
View file @
2302a061
...
...
@@ -25,18 +25,18 @@ interface LoginOptionsView : LoadingView, MessageView {
fun
setupFacebookButtonListener
(
facebookOauthUrl
:
String
,
state
:
String
)
/**
* Shows the "login by Git
h
ub" view if it is enabled by the server settings.
* Shows the "login by Git
H
ub" view if it is enabled by the server settings.
*
* REMARK: We must set up the Git
h
ub button listener before enabling it
* REMARK: We must set up the Git
H
ub button listener before enabling it
* [setupGithubButtonListener].
* @see [showAccountsView]
*/
fun
enableLoginByGithub
()
/**
* Setups the Git
h
ub button.
* Setups the Git
H
ub button.
*
* @param githubUrl The Git
h
ub OAuth URL to authenticate with.
* @param githubUrl The Git
H
ub OAuth URL to authenticate with.
* @param state A random string generated by the app, which you'll verify later
* (to protect against forgery attacks).
*/
...
...
@@ -61,36 +61,36 @@ interface LoginOptionsView : LoadingView, MessageView {
fun
setupGoogleButtonListener
(
googleUrl
:
String
,
state
:
String
)
/**
* Shows the "login by Linked
i
n" view if it is enabled by the server settings.
* Shows the "login by Linked
I
n" view if it is enabled by the server settings.
*
* REMARK: We must set up the Linked
i
n button listener before enabling it
* REMARK: We must set up the Linked
I
n button listener before enabling it
* [setupLinkedinButtonListener].
* @see [showAccountsView]
*/
fun
enableLoginByLinkedin
()
/**
* Setups the Linked
i
n button.
* Setups the Linked
I
n button.
*
* @param linkedinUrl The Linked
i
n OAuth URL to authenticate with.
* @param linkedinUrl The Linked
I
n OAuth URL to authenticate with.
* @param state A random string generated by the app, which you'll verify later
* (to protect against forgery attacks).
*/
fun
setupLinkedinButtonListener
(
linkedinUrl
:
String
,
state
:
String
)
/**
* Shows the "login by Git
l
ab" view if it is enabled by the server settings.
* Shows the "login by Git
L
ab" view if it is enabled by the server settings.
*
* REMARK: We must set up the Git
l
ab button listener before enabling it
* REMARK: We must set up the Git
L
ab button listener before enabling it
* [setupGitlabButtonListener].
* @see [showAccountsView]
*/
fun
enableLoginByGitlab
()
/**
* Setups the Git
l
ab button.
* Setups the Git
L
ab button.
*
* @param gitlabUrl The Git
l
ab OAuth URL to authenticate with.
* @param gitlabUrl The Git
L
ab OAuth URL to authenticate with.
* @param state A random string generated by the app, which you'll verify later
* (to protect against forgery attacks).
*/
...
...
@@ -99,7 +99,7 @@ interface LoginOptionsView : LoadingView, MessageView {
/**
* Shows the "login by WordPress" view if it is enabled by the server settings.
*
* REMARK: We must set up the Git
l
ab button listener before enabling it [setupWordpressButtonListener].
* REMARK: We must set up the Git
L
ab button listener before enabling it [setupWordpressButtonListener].
*/
fun
enableLoginByWordpress
()
...
...
app/src/main/java/chat/rocket/android/helper/OauthHelper.kt
View file @
2302a061
...
...
@@ -15,11 +15,11 @@ object OauthHelper {
"\"isCordova\":true}"
).
encodeToBase64
()
/**
* Returns the Git
h
ub Oauth URL.
* Returns the Git
H
ub Oauth URL.
*
* @param clientId The GitHub client ID.
* @param state An unguessable random string used to protect against forgery attacks.
* @return The Git
h
ub Oauth URL.
* @return The Git
H
ub Oauth URL.
*/
fun
getGithubOauthUrl
(
clientId
:
String
,
state
:
String
):
String
{
return
"https://github.com/login/oauth/authorize"
+
...
...
@@ -46,12 +46,12 @@ object OauthHelper {
}
/**
* Returns the Linked
i
n Oauth URL.
* Returns the Linked
I
n Oauth URL.
*
* @param clientId The Linked
i
n client ID.
* @param clientId The Linked
I
n client ID.
* @param serverUrl The server URL.
* @param state An unguessable random string used to protect against forgery attacks.
* @return The Linked
i
n Oauth URL.
* @return The Linked
I
n Oauth URL.
*/
fun
getLinkedinOauthUrl
(
clientId
:
String
,
serverUrl
:
String
,
state
:
String
):
String
{
return
"https://linkedin.com/oauth/v2/authorization"
+
...
...
@@ -62,13 +62,13 @@ object OauthHelper {
}
/**
* Returns the Git
l
ab Oauth URL.
* Returns the Git
L
ab Oauth URL.
*
* @param host The Git
l
ab host.
* @param clientId The Git
l
ab client ID.
* @param host The Git
L
ab host.
* @param clientId The Git
L
ab client ID.
* @param serverUrl The server URL.
* @param state An unguessable random string used to protect against forgery attacks.
* @return The Git
l
ab Oauth URL.
* @return The Git
L
ab Oauth URL.
*/
fun
getGitlabOauthUrl
(
host
:
String
?
=
"https://gitlab.com"
,
...
...
app/src/main/java/chat/rocket/android/server/presentation/CheckServerPresenter.kt
View file @
2302a061
...
...
@@ -452,7 +452,7 @@ abstract class CheckServerPresenter constructor(
/**
* Returns the OAuth client ID of a [serviceMap].
* REMARK: This function works for common OAuth providers (Google, Facebook, Git
h
ub and so on)
* REMARK: This function works for common OAuth providers (Google, Facebook, Git
H
ub and so on)
* as well as custom OAuth.
*
* @param serviceMap The service map to get the OAuth client ID.
...
...
app/src/main/java/chat/rocket/android/settings/ui/SettingsFragment.kt
View file @
2302a061
...
...
@@ -87,7 +87,7 @@ class SettingsFragment : Fragment(), SettingsView, AdapterView.OnItemClickListen
resources
.
getStringArray
(
R
.
array
.
settings_actions
)[
6
]
->
activity
?.
startActivity
(
context
?.
webViewIntent
(
getString
(
R
.
string
.
license_url
),
getString
(
R
.
string
.
title_licen
c
e
)
getString
(
R
.
string
.
title_licen
s
e
)
)
)
...
...
app/src/main/res/values-ar/strings.xml
View file @
2302a061
...
...
@@ -23,7 +23,7 @@
<string
name=
"title_update_profile"
>
تحديث الملف الشخصي
</string>
<string
name=
"title_about"
>
عنا
</string>
<string
name=
"title_create_channel"
>
إنشاء قناة
</string>
<string
name=
"title_licen
c
e"
>
الترخيص
</string>
<string
name=
"title_licen
s
e"
>
الترخيص
</string>
<string
name=
"title_are_you_sure"
>
هل أنت متأكد؟
</string>
<string
name=
"title_channel_details"
>
تفاصيل القناة
</string>
<string
name=
"title_topic"
>
موضوع
</string>
...
...
@@ -71,7 +71,7 @@
<item
name=
"item_share_app"
>
نشر البرنامج
</item>
<item
name=
"item_rate_us"
>
قيمنا
</item>
<item
name=
"item_contact_us"
>
اتصل بنا
</item>
<item
name=
"item_licen
c
e"
>
الترخيص
</item>
<item
name=
"item_licen
s
e"
>
الترخيص
</item>
<item
name=
"item_about"
>
عنا
</item>
</string-array>
...
...
@@ -104,12 +104,12 @@
<string
name=
"msg_invalid_file"
>
ملف غير صالح
</string>
<string
name=
"msg_invalid_server_url"
>
رابط خادم غير صحيح
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
تسجيل باستخدام فيسبوك
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
تسجيل باستخدام Git
h
ub
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
تسجيل باستخدام Git
H
ub
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
تسجيل باستخدام Google
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
تسجيل باستخدام LinkedIn
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
تسجيل باستخدام Meteor
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
تسجيل باستخدام Twitter
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
تسجيل باستخدام Git
l
ab
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
تسجيل باستخدام Git
L
ab
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
تسجيل باستخدام WordPress
</string>
<string
name=
"msg_content_description_send_message"
>
ارسال رسالة
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
إظهار طرق تسجيل أخرى
</string>
...
...
@@ -155,16 +155,16 @@
<string
name=
"msg_sent_attachment"
>
إرسال مرفق
</string>
<string
name=
"msg_welcome_to_rocket_chat"
>
أهلا بك في Rocket.Chat
</string>
<string
name=
"msg_team_communication"
>
التواصل مع الفريق
</string>
<string
name=
"msg_login_with_email"
>
تسجيل ب
<b>
عنوان البريد
</b></string>
<string
name=
"msg_login_with_email"
>
تسجيل ب
<b>
عنوان البريد
</b></string>
<string
name=
"msg_create_account"
>
إنشاء حساب
</string>
<string
name=
"msg_continue_with_facebook"
>
استمرار ب
<b>
Facebook
</b></string>
<string
name=
"msg_continue_with_github"
>
استمرار ب
<b>
Git
h
ub
</b></string>
<string
name=
"msg_continue_with_github"
>
استمرار ب
<b>
Git
H
ub
</b></string>
<string
name=
"msg_continue_with_google"
>
استمرار ب
<b>
Google
</b></string>
<string
name=
"msg_continue_with_linkedin"
>
استمرار ب
<b>
Linked
i
n
</b></string>
<string
name=
"msg_continue_with_linkedin"
>
استمرار ب
<b>
Linked
I
n
</b></string>
<string
name=
"msg_continue_with_gitlab"
>
استمرار ب
<b>
GitLab
</b></string>
<string
name=
"msg_continue_with_wordpress"
>
استمرار ب
<b>
WordPress
</b></string>
<string
name=
"msg_two_factor_authentication"
>
مصادقة مزدوجة
</string>
<string
name=
"msg__your_2fa_code"
>
ما هو رمز 2FA
?
</string>
<string
name=
"msg__your_2fa_code"
>
ما هو رمز 2FA
؟
</string>
<string
name=
"msg_permalink_copied"
>
الرابط الثابت المنسوخ
</string>
<string
name=
"msg_no_topic"
>
لا يوجد موضوع مضاف
</string>
<string
name=
"msg_no_announcement"
>
لا يوجد ملف مضاف
</string>
...
...
@@ -195,8 +195,8 @@
<string
name=
"msg_member_not_found"
>
عضو غير موجود
</string>
<string
name=
"msg_channel_created_successfully"
>
تم انشاء القناة بنجاح
</string>
<string
name=
"msg_message_copied"
>
تم نسخ الرسالة
</string>
<string
name=
"msg_delete_message"
>
تم
حذف الرسالة
</string>
<string
name=
"msg_delete_description"
>
هل أنت متأكد من حذف هذه الرسالة
</string>
<string
name=
"msg_delete_message"
>
حذف الرسالة
</string>
<string
name=
"msg_delete_description"
>
هل أنت متأكد من حذف هذه الرسالة
؟
</string>
<string
name=
"msg_view_more"
>
رؤية المزيد
</string>
<string
name=
"msg_view_less"
>
رؤية أقل
</string>
<string
name=
"msg_muted_on_this_channel"
>
لقد جعلت هذه القناة صامتة
</string>
...
...
app/src/main/res/values-de/strings.xml
View file @
2302a061
...
...
@@ -30,7 +30,7 @@
<string
name=
"title_topic"
>
Thema
</string>
<string
name=
"title_announcement"
>
Ankündigung
</string>
<string
name=
"title_description"
>
Beschreibung
</string>
<string
name=
"title_licen
c
e"
>
Lizenz
</string>
<string
name=
"title_licen
s
e"
>
Lizenz
</string>
<!-- Actions -->
<string
name=
"action_connect"
>
Verbinde
</string>
...
...
@@ -73,7 +73,7 @@
<item
name=
"item_share_app"
>
Link zur App teilen
</item>
<item
name=
"item_rate_us"
>
Bewerten Sie uns
</item>
<item
name=
"item_contact_us"
>
Kontaktieren Sie uns
</item>
<item
name=
"item_licen
c
e"
>
Lizenz
</item>
<item
name=
"item_licen
s
e"
>
Lizenz
</item>
<item
name=
"item_about"
>
Über
</item>
</string-array>
...
...
@@ -106,12 +106,12 @@
<string
name=
"msg_invalid_file"
>
Falsche Datei
</string>
<string
name=
"msg_invalid_server_url"
>
Falsche Server URL
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Login mit Facebook
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Login mit Git
h
ub
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Login mit Git
H
ub
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Login mit Google
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Login mit Linked
i
n
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Login mit Linked
I
n
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Login mit Meteor
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Login mit Twitter
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Login mit Git
l
ab
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Login mit Git
L
ab
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Login mit WordPress
</string>
<string
name=
"msg_content_description_send_message"
>
Sende Nachricht
</string>
...
...
@@ -160,9 +160,9 @@
<string
name=
"msg_login_with_email"
>
Mit
<b>
e-mail
</b>
einloggen
</string>
<string
name=
"msg_create_account"
>
Einen Account erstellen
</string>
<string
name=
"msg_continue_with_facebook"
>
Mit
<b>
Facebook
</b>
einloggen
</string>
<string
name=
"msg_continue_with_github"
>
Mit
<b>
Git
h
ub
</b>
einloggen
</string>
<string
name=
"msg_continue_with_github"
>
Mit
<b>
Git
H
ub
</b>
einloggen
</string>
<string
name=
"msg_continue_with_google"
>
Mit
<b>
Google
</b>
einloggen
</string>
<string
name=
"msg_continue_with_linkedin"
>
Mit
<b>
Linked
i
n
</b>
einloggen
</string>
<string
name=
"msg_continue_with_linkedin"
>
Mit
<b>
Linked
I
n
</b>
einloggen
</string>
<string
name=
"msg_continue_with_gitlab"
>
Mit
<b>
GitLab
</b>
einloggen
</string>
<string
name=
"msg_continue_with_wordpress"
>
Mit
<b>
WordPress
</b>
einloggen
</string>
<string
name=
"msg_two_factor_authentication"
>
Zwei-Faktor-Authentifizierung
</string>
...
...
app/src/main/res/values-es/strings.xml
View file @
2302a061
...
...
@@ -22,7 +22,7 @@
<string
name=
"title_update_profile"
>
Actualización del perfil
</string>
<string
name=
"title_about"
>
Acerca de
</string>
<string
name=
"title_create_channel"
>
Crear canal
</string>
<string
name=
"title_licen
ce"
>
Licenc
e
</string>
<!-- TODO Add translation -->
<string
name=
"title_licen
se"
>
Licens
e
</string>
<!-- TODO Add translation -->
<string
name=
"title_are_you_sure"
>
Are you sure?
</string>
<!-- TODO Add translation -->
<string
name=
"title_channel_details"
>
Channel Details
</string>
<!-- TODO add translation -->
<string
name=
"title_topic"
>
Tema
</string>
...
...
@@ -70,7 +70,7 @@
<item
name=
"item_share_app"
>
Share app
</item>
<!-- TODO Add translation -->
<item
name=
"item_rate_us"
>
Rate us
</item>
<!-- TODO Add translation -->
<item
name=
"item_contact_us"
>
Contact us
</item>
<!-- TODO Add translation -->
<item
name=
"item_licen
ce"
>
Licenc
e
</item>
<!-- TODO Add translation -->
<item
name=
"item_licen
se"
>
Licens
e
</item>
<!-- TODO Add translation -->
<item
name=
"item_about"
>
About
</item>
<!-- TODO Add translation -->
</string-array>
...
...
@@ -103,12 +103,12 @@
<string
name=
"msg_invalid_file"
>
Archivo inválido
</string>
<string
name=
"msg_invalid_server_url"
>
URL del servidor inválido
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Inicia sesión usando Facebook
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Inicia sesión usando Git
h
ub
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Inicia sesión usando Git
H
ub
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Inicia sesión usando Google
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Inicia sesión usando Linked
i
n
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Inicia sesión usando Linked
I
n
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Inicia sesión usando Meteor
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Inicia sesión usando Twitter
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Inicia sesión usando Git
l
ab
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Inicia sesión usando Git
L
ab
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Inicia sesión usando WordPress
</string>
<string
name=
"msg_content_description_send_message"
>
Enviar mensaje
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
Show more login options
</string>
<!-- TODO Translate-->
...
...
@@ -148,16 +148,16 @@
<string
name=
"msg_search"
>
Buscar
</string>
<string
name=
"msg_message_copied"
>
Mensaje copiado
</string>
<string
name=
"msg_delete_message"
>
Borrar mensaje
</string>
<string
name=
"msg_delete_description"
>
Seguro que quieres borrar este mensaje
</string>
<string
name=
"msg_delete_description"
>
¿Seguro que quieres borrar este mensaje?
</string>
<string
name=
"msg_no_search_found"
>
No se han encontrado resultados
</string>
<string
name=
"msg_welcome_to_rocket_chat"
>
Welcome to Rocket.Chat
</string>
<!-- TODO Add translation -->
<string
name=
"msg_team_communication"
>
Team Communication
</string>
<!-- TODO Translate -->
<string
name=
"msg_login_with_email"
>
Login with
<b>
e-mail
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_create_account"
>
Create an account
</string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_facebook"
>
Continue with
<b>
Facebook
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_github"
>
Continue with
<b>
Git
h
ub
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_github"
>
Continue with
<b>
Git
H
ub
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_google"
>
Continue with
<b>
Google
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_linkedin"
>
Continue with
<b>
Linked
i
n
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_linkedin"
>
Continue with
<b>
Linked
I
n
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_gitlab"
>
Continue with
<b>
GitLab
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_wordpress"
>
Continue with
<b>
WordPress
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_two_factor_authentication"
>
Two-factor Authentication
</string>
<!-- TODO Add translation -->
...
...
@@ -192,10 +192,10 @@
<string
name=
"msg_credentials_saved_successfully"
>
Credenciales guardadas con éxito
</string>
<!-- Preferences messages -->
<string
name=
"msg_analytics_tracking"
>
Analytics tracking
</string>
<!-- TODO Add translation --
>
<string
name=
"msg_send_analytics_tracking"
>
Send anonymous statics to help improving this app
</string>
<!-- TODO Add translation --
>
<string
name=
"msg_do_not_send_analytics_tracking"
>
Do not send anonymous statics to help improving this app
</string>
<!-- TODO Add translation --
>
<string
name=
"msg_not_applicable_since_it_is_a_foss_version"
>
No
t applicable since it is a FOSS version
</string>
<!-- TODO Add translation --
>
<string
name=
"msg_analytics_tracking"
>
Seguimiento analítico
</string
>
<string
name=
"msg_send_analytics_tracking"
>
Envía estadísticas anónimas para ayudar a mejorar esta aplicación
</string
>
<string
name=
"msg_do_not_send_analytics_tracking"
>
No envíe estadísticas anónimas para ayudar a mejorar esta aplicación
</string
>
<string
name=
"msg_not_applicable_since_it_is_a_foss_version"
>
No
aplica ya que es una versión FOSS
</string
>
<!-- System messages -->
<string
name=
"message_room_name_changed"
>
Nombre de la sala cambiado para: %1$s por %2$s
</string>
...
...
app/src/main/res/values-fa/strings.xml
View file @
2302a061
...
...
@@ -22,7 +22,7 @@
<string
name=
"title_update_profile"
>
به روزرسانی نمایه
</string>
<string
name=
"title_about"
>
درباره
</string>
<string
name=
"title_create_channel"
>
ایجاد کانال
</string>
<string
name=
"title_licen
c
e"
>
مجوز
</string>
<string
name=
"title_licen
s
e"
>
مجوز
</string>
<string
name=
"title_are_you_sure"
>
آیا مطمئن هستید؟
</string>
<string
name=
"title_channel_details"
>
جزئیات کانال
</string>
<string
name=
"title_topic"
>
موضوع
</string>
...
...
@@ -70,7 +70,7 @@
<item
name=
"change_language"
>
Change language
</item>
<!-- TODO Add translation -->
<item
name=
"item_rate_us"
>
به ما امتیاز دهید
</item>
<item
name=
"item_contact_us"
>
تماس با ما
</item>
<item
name=
"item_licen
c
e"
>
مجوز
</item>
<item
name=
"item_licen
s
e"
>
مجوز
</item>
<item
name=
"item_about"
>
درباره
</item>
</string-array>
...
...
@@ -87,7 +87,7 @@
<string
name=
"msg_email"
>
ایمیل
</string>
<string
name=
"msg_avatar_url"
>
URL تصویر نمایه
</string>
<string
name=
"msg_or_continue_using_social_accounts"
>
یا به استفاده از سرورهای اجتماعی ادامه دهید
</string>
<string
name=
"msg_new_user"
>
%1$s کاربر جدید
?
</string>
<string
name=
"msg_new_user"
>
%1$s کاربر جدید
؟
</string>
<string
name=
"msg_forgot__your_password"
>
گذرواژهتان را فراموش کردید؟
</string>
<string
name=
"msg_reset"
>
راه اندازی مجدد
</string>
<string
name=
"msg_check_your_email_to_reset_your_password"
>
ایمیل فرستاده شد. صندوق ورودی خود را برای تعویض گذرواژه چک کنید
</string>
...
...
app/src/main/res/values-fr/strings.xml
View file @
2302a061
...
...
@@ -22,7 +22,7 @@
<string
name=
"title_update_profile"
>
Mettre à jour le profil
</string>
<string
name=
"title_about"
>
À propos
</string>
<string
name=
"title_create_channel"
>
Créer salon
</string>
<string
name=
"title_licen
c
e"
>
les permis
</string>
<string
name=
"title_licen
s
e"
>
les permis
</string>
<string
name=
"title_are_you_sure"
>
Êtes-vous sûr?
</string>
<string
name=
"title_channel_details"
>
Détails de la chaîne
</string>
<string
name=
"title_topic"
>
Sujet
</string>
...
...
@@ -70,7 +70,7 @@
<item
name=
"item_share_app"
>
Partager l\'application
</item>
<item
name=
"item_rate_us"
>
Évaluez nous
</item>
<item
name=
"item_contact_us"
>
Contactez nous
</item>
<item
name=
"item_licen
c
e"
>
les permis
</item>
<item
name=
"item_licen
s
e"
>
les permis
</item>
<item
name=
"item_about"
>
Sur
</item>
</string-array>
...
...
@@ -88,7 +88,7 @@
<string
name=
"msg_avatar_url"
>
URL de l\'avatar
</string>
<string
name=
"msg_or_continue_using_social_accounts"
>
Ou continuer en utilisant les comptes sociaux
</string>
<string
name=
"msg_new_user"
>
Nouvel utilisateur? %1$s
</string>
<string
name=
"msg_forgot__your_password"
>
Mot de passe oublié
? %1$s
</string>
<string
name=
"msg_forgot__your_password"
>
Mot de passe oublié? %1$s
</string>
<string
name=
"msg_reset"
>
Réinitialiser
</string>
<string
name=
"msg_check_your_email_to_reset_your_password"
>
Email envoyé ! Consultez votre boîte mail pour réinitialiser votre mot de passe.
</string>
<string
name=
"msg_invalid_email"
>
Veuillez entrer une adresse valide
</string>
...
...
@@ -103,12 +103,12 @@
<string
name=
"msg_invalid_file"
>
Fichier non valide
</string>
<string
name=
"msg_invalid_server_url"
>
URL de serveur non valide
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Connectez-vous en utilisant Facebook
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Connectez-vous en utilisant Git
h
ub
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Connectez-vous en utilisant Git
H
ub
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Connectez-vous en utilisant Google
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Connectez-vous en utilisant Linked
i
n
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Connectez-vous en utilisant Linked
I
n
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Connectez-vous en utilisant Meteor
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Connectez-vous en utilisant Twitter
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Connectez-vous en utilisant Git
l
ab
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Connectez-vous en utilisant Git
L
ab
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Connectez-vous en utilisant WordPress
</string>
<string
name=
"msg_content_description_send_message"
>
Envoyer message
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
montrer plus d\'options le login
</string>
...
...
@@ -152,15 +152,15 @@
<string
name=
"msg_file_description"
>
Description du fichier
</string>
<string
name=
"msg_send"
>
envoyer
</string>
<string
name=
"msg_delete_message"
>
Supprimer Message
</string>
<string
name=
"msg_delete_description"
>
Êtes-vous sûr de vouloir supprimer ce message
</string>
<string
name=
"msg_delete_description"
>
Êtes-vous sûr de vouloir supprimer ce message
?
</string>
<string
name=
"msg_welcome_to_rocket_chat"
>
Bienvenue à Rocket.Chat
</string>
<string
name=
"msg_team_communication"
>
Communication d\'équipe
</string>
<string
name=
"msg_login_with_email"
>
le login avec
<b>
e-mail
</b></string>
<string
name=
"msg_create_account"
>
Créer un compte
</string>
<string
name=
"msg_continue_with_facebook"
>
Continuer avec
<b>
Facebook
</b></string>
<string
name=
"msg_continue_with_github"
>
Continuer avec
<b>
Git
h
ub
</b></string>
<string
name=
"msg_continue_with_github"
>
Continuer avec
<b>
Git
H
ub
</b></string>
<string
name=
"msg_continue_with_google"
>
Continuer avec
<b>
Google
</b></string>
<string
name=
"msg_continue_with_linkedin"
>
Continuer avec
<b>
Linked
i
n
</b></string>
<string
name=
"msg_continue_with_linkedin"
>
Continuer avec
<b>
Linked
I
n
</b></string>
<string
name=
"msg_continue_with_gitlab"
>
Continuer avec
<b>
GitLab
</b></string>
<string
name=
"msg_continue_with_wordpress"
>
Continuer avec
<b>
WordPress
</b></string>
<string
name=
"msg_two_factor_authentication"
>
authentification à deux facteurs
</string>
...
...
app/src/main/res/values-hi-rIN/strings.xml
View file @
2302a061
...
...
@@ -22,7 +22,7 @@
<string
name=
"title_update_profile"
>
प्रोफ़ाइल अपडेट करें
</string>
<string
name=
"title_about"
>
परिचय
</string>
<string
name=
"title_create_channel"
>
चैनल बनाएं
</string>
<string
name=
"title_licen
c
e"
>
लाइसेंस
</string>
<string
name=
"title_licen
s
e"
>
लाइसेंस
</string>
<string
name=
"title_are_you_sure"
>
क्या आपको यकीन है?
</string>
<string
name=
"title_channel_details"
>
चैनल विवरण
</string>
<string
name=
"title_topic"
>
विषय
</string>
...
...
@@ -70,7 +70,7 @@
<item
name=
"item_share_app"
>
ऐप शेयर करें
</item>
<item
name=
"item_rate_us"
>
हमें रेटिंग दें
</item>
<item
name=
"item_contact_us"
>
हमसे संपर्क करें
</item>
<item
name=
"item_licen
c
e"
>
लाइसेंस
</item>
<item
name=
"item_licen
s
e"
>
लाइसेंस
</item>
<item
name=
"item_about"
>
के बारे में
</item>
</string-array>
...
...
@@ -103,12 +103,12 @@
<string
name=
"msg_invalid_file"
>
अवैध फाइल
</string>
<string
name=
"msg_invalid_server_url"
>
अमान्य सर्वर यूआरL
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Facebook द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Git
h
ub द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Git
H
ub द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Google द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Linked
i
n द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Linked
I
n द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Meteor द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Twitter द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Git
l
ab द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Git
L
ab द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
WordPress द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_send_message"
>
मेसेज भेजें
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
अधिक लॉगिन विकल्प दिखाएं
</string>
...
...
@@ -154,15 +154,15 @@
<string
name=
"msg_send"
>
भेजें
</string>
<string
name=
"msg_sent_attachment"
>
एक अनुलग्नक भेजा
</string>
<string
name=
"msg_delete_message"
>
संदेश को हटाएं
</string>
<string
name=
"msg_delete_description"
>
क्या आप निश्चित रूप से यह संदेश हटाना चाहते हैं
</string>
<string
name=
"msg_delete_description"
>
क्या आप निश्चित रूप से यह संदेश हटाना चाहते हैं
?
</string>
<string
name=
"msg_welcome_to_rocket_chat"
>
Rocket.Chat में आपका स्वागत है
</string>
<string
name=
"msg_team_communication"
>
टीम संचार
</string>
<string
name=
"msg_login_with_email"
>
ई-मेल के साथ लॉगिन करें
</string>
<string
name=
"msg_create_account"
>
खाता बनाएं
</string>
<string
name=
"msg_continue_with_facebook"
><b>
Facebook
</b>
के साथ जारी रखें
</string>
<string
name=
"msg_continue_with_github"
><b>
Git
h
ub
</b>
के साथ जारी रखें
</string>
<string
name=
"msg_continue_with_github"
><b>
Git
H
ub
</b>
के साथ जारी रखें
</string>
<string
name=
"msg_continue_with_google"
><b>
Google
</b>
के साथ जारी रखें
</string>
<string
name=
"msg_continue_with_linkedin"
><b>
Linked
i
n
</b>
के साथ जारी रखें
</string>
<string
name=
"msg_continue_with_linkedin"
><b>
Linked
I
n
</b>
के साथ जारी रखें
</string>
<string
name=
"msg_continue_with_gitlab"
><b>
GitLab
</b>
के साथ जारी रखें
</string>
<string
name=
"msg_continue_with_wordpress"
><b>
WordPress
</b>
के साथ जारी रखें
</string>
<string
name=
"msg_two_factor_authentication"
>
दो तरीकों से प्रमाणीकरण
</string>
...
...
app/src/main/res/values-it/strings.xml
View file @
2302a061
...
...
@@ -22,8 +22,8 @@
<string
name=
"title_update_profile"
>
Aggiorna Profilo
</string>
<string
name=
"title_about"
>
Informazioni
</string>
<string
name=
"title_create_channel"
>
Crea Canale
</string>
<string
name=
"title_licen
c
e"
>
licenza
</string>
<string
name=
"title_are_you_sure"
>
Sei sicuro che vuoi uscire
?
</string>
<string
name=
"title_licen
s
e"
>
licenza
</string>
<string
name=
"title_are_you_sure"
>
Sei sicuro che vuoi uscire?
</string>
<string
name=
"title_channel_details"
>
Allegare un file
</string>
<string
name=
"title_topic"
>
Argomento
</string>
<string
name=
"title_announcement"
>
Annuncio
</string>
...
...
@@ -70,7 +70,7 @@
<item
name=
"item_share_app"
>
Condividi app
</item>
<item
name=
"item_rate_us"
>
Votaci
</item>
<item
name=
"item_contact_us"
>
Contattaci
</item>
<item
name=
"item_licen
c
e"
>
Licenza
</item>
<item
name=
"item_licen
s
e"
>
Licenza
</item>
<item
name=
"item_about"
>
Di
</item>
</string-array>
...
...
@@ -103,12 +103,12 @@
<string
name=
"msg_invalid_file"
>
Documento non valido
</string>
<string
name=
"msg_invalid_server_url"
>
URL del server non valido
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Accedi usando Facebook
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Accedi usando Git
h
ub
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Accedi usando Git
H
ub
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Accedi usando Google
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Accedi usando Linked
i
n
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Accedi usando Linked
I
n
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Accedi usando Meteor
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Accedi usando Twitter
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Accedi usando Git
l
ab
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Accedi usando Git
L
ab
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Accedi usando WordPress
</string>
<string
name=
"msg_content_description_send_message"
>
Invia messaggio
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
Mostra ulteriori opzioni di accesso
</string>
...
...
@@ -154,13 +154,13 @@
<string
name=
"msg_login_with_email"
>
Accedi con
<b>
e-mail
</b></string>
<string
name=
"msg_create_account"
>
Crea un utente
</string>
<string
name=
"msg_continue_with_facebook"
>
Continua con
<b>
Facebook
</b></string>
<string
name=
"msg_continue_with_github"
>
Continua con
<b>
Git
h
ub
</b></string>
<string
name=
"msg_continue_with_github"
>
Continua con
<b>
Git
H
ub
</b></string>
<string
name=
"msg_continue_with_google"
>
Continua con
<b>
Google
</b></string>
<string
name=
"msg_continue_with_linkedin"
>
Continua con
<b>
Linked
i
n
</b></string>
<string
name=
"msg_continue_with_linkedin"
>
Continua con
<b>
Linked
I
n
</b></string>
<string
name=
"msg_continue_with_gitlab"
>
Continua con
<b>
GitLab
</b></string>
<string
name=
"msg_continue_with_wordpress"
>
Continua con
<b>
WordPress
</b></string>
<string
name=
"msg_two_factor_authentication"
>
Autenticazione a 2 fattori (2FA)
</string>
<string
name=
"msg__your_2fa_code"
>
Qual è il tuo codice 2FA
?
</string>
<string
name=
"msg__your_2fa_code"
>
Qual è il tuo codice 2FA?
</string>
<string
name=
"msg_permalink_copied"
>
Permalink copiato
</string>
<string
name=
"msg_no_topic"
>
No topic
</string>
<!-- TODO Add translation -->
<string
name=
"msg_no_announcement"
>
No announcement
</string>
<!-- TODO Add translation -->
...
...
@@ -188,7 +188,7 @@
<string
name=
"msg_channel_created_successfully"
>
Canale creato con successo
</string>
<string
name=
"msg_message_copied"
>
Messaggio copiato
</string>
<string
name=
"msg_delete_message"
>
Cancellare Messaggio
</string>
<string
name=
"msg_delete_description"
>
Sei sicuro di voler eliminare questo messaggio
?
</string>
<string
name=
"msg_delete_description"
>
Sei sicuro di voler eliminare questo messaggio?
</string>
<string
name=
"msg_view_more"
>
vedere di più
</string>
<string
name=
"msg_view_less"
>
vedere di meno
</string>
<string
name=
"msg_muted_on_this_channel"
>
Sei disattivato su questo canale
</string>
...
...
app/src/main/res/values-ja/strings.xml
View file @
2302a061
...
...
@@ -21,7 +21,7 @@
<string
name=
"title_password"
>
パスワードの変更
</string>
<string
name=
"title_update_profile"
>
プロフィールの更新
</string>
<string
name=
"title_about"
>
About
</string>
<!-- TODO Add translation -->
<string
name=
"title_licen
ce"
>
Licenc
e
</string>
<!-- TODO Add translation -->
<string
name=
"title_licen
se"
>
Licens
e
</string>
<!-- TODO Add translation -->
<string
name=
"title_create_channel"
>
新しいチャネルを作成
</string>
<string
name=
"title_are_you_sure"
>
本気ですか?
</string>
<string
name=
"title_channel_details"
>
Channel Details
</string>
<!-- TODO add translation -->
...
...
@@ -70,7 +70,7 @@
<item
name=
"item_share_app"
>
Share app
</item>
<!-- TODO Add translation -->
<item
name=
"item_rate_us"
>
Rate us
</item>
<!-- TODO Add translation -->
<item
name=
"item_contact_us"
>
Contact us
</item>
<!-- TODO Add translation -->
<item
name=
"item_licen
ce"
>
Licenc
e
</item>
<!-- TODO Add translation -->
<item
name=
"item_licen
se"
>
Licens
e
</item>
<!-- TODO Add translation -->
<item
name=
"item_about"
>
About
</item>
<!-- TODO Add translation -->
</string-array>
...
...
@@ -103,12 +103,12 @@
<string
name=
"msg_invalid_file"
>
無効なファイル
</string>
<string
name=
"msg_invalid_server_url"
>
無効なサーバー URL
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Facebookでログイン
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Git
h
ubでログイン
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Git
H
ubでログイン
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Googleでログイン
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Linked
i
nでログイン
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Linked
I
nでログイン
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Meteorでログイン
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Twitterでログイン
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Git
l
abでログイン
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Git
L
abでログイン
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
WordPressでログイン
</string>
<string
name=
"msg_content_description_send_message"
>
メッセージを送信
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
その他ログインオプション
</string>
...
...
@@ -157,9 +157,9 @@
<string
name=
"msg_login_with_email"
><b>
e-mail
</b>
でログイン
</string>
<string
name=
"msg_create_account"
>
アカウントを作成
</string>
<string
name=
"msg_continue_with_facebook"
><b>
Facebook
</b>
でログイン
</string>
<string
name=
"msg_continue_with_github"
><b>
Git
h
ub
</b>
でログイン
</string>
<string
name=
"msg_continue_with_github"
><b>
Git
H
ub
</b>
でログイン
</string>
<string
name=
"msg_continue_with_google"
><b>
Google
</b>
でログイン
</string>
<string
name=
"msg_continue_with_linkedin"
><b>
Linked
i
n
</b>
でログイン
</string>
<string
name=
"msg_continue_with_linkedin"
><b>
Linked
I
n
</b>
でログイン
</string>
<string
name=
"msg_continue_with_gitlab"
><b>
GitLab
</b>
でログイン
</string>
<string
name=
"msg_continue_with_wordpress"
><b>
WordPress
</b>
でログイン
</string>
<string
name=
"msg_two_factor_authentication"
>
二要素認証
</string>
...
...
app/src/main/res/values-pt-rBR/strings.xml
View file @
2302a061
...
...
@@ -22,7 +22,7 @@
<string
name=
"title_update_profile"
>
Editar perfil
</string>
<string
name=
"title_about"
>
Sobre
</string>
<string
name=
"title_create_channel"
>
Criar chat
</string>
<string
name=
"title_licen
c
e"
>
Licença
</string>
<string
name=
"title_licen
s
e"
>
Licença
</string>
<string
name=
"title_are_you_sure"
>
Você tem certeza?
</string>
<string
name=
"title_channel_details"
>
Detalhes do canal
</string>
<string
name=
"title_topic"
>
Tópico
</string>
...
...
@@ -70,7 +70,7 @@
<item
name=
"item_share_app"
>
Compartilhar app
</item>
<item
name=
"item_rate_us"
>
Classifique-nos
</item>
<item
name=
"item_contact_us"
>
Contate-nos
</item>
<item
name=
"item_licen
c
e"
>
Licença
</item>
<item
name=
"item_licen
s
e"
>
Licença
</item>
<item
name=
"item_about"
>
Sobre
</item>
</string-array>
...
...
@@ -103,12 +103,12 @@
<string
name=
"msg_invalid_file"
>
Arquivo inválido
</string>
<string
name=
"msg_invalid_server_url"
>
URL de servidor inválido
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Fazer login através do Facebook
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Fazer login através do Git
h
ub
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Fazer login através do Git
H
ub
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Fazer login através do Google
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Fazer login através do Linked
i
n
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Fazer login através do Linked
I
n
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Fazer login através do Meteor
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Fazer login através do Twitter
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Fazer login através do Git
l
ab
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Fazer login através do Git
L
ab
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Fazer login através do WordPress
</string>
<string
name=
"msg_content_description_send_message"
>
Enviar mensagem
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
Mostrar mais opções de login
</string>
...
...
@@ -159,9 +159,9 @@
<string
name=
"msg_login_with_email"
>
Fazer login com
<b>
e-mail
</b></string>
<string
name=
"msg_create_account"
>
Criar conta
</string>
<string
name=
"msg_continue_with_facebook"
>
Continuar com
<b>
Facebook
</b></string>
<string
name=
"msg_continue_with_github"
>
Continuar com
<b>
Git
h
ub
</b></string>
<string
name=
"msg_continue_with_github"
>
Continuar com
<b>
Git
H
ub
</b></string>
<string
name=
"msg_continue_with_google"
>
Continuar com
<b>
Google
</b></string>
<string
name=
"msg_continue_with_linkedin"
>
Continuar com
<b>
Linked
i
n
</b></string>
<string
name=
"msg_continue_with_linkedin"
>
Continuar com
<b>
Linked
I
n
</b></string>
<string
name=
"msg_continue_with_gitlab"
>
Continuar com
<b>
GitLab
</b></string>
<string
name=
"msg_continue_with_wordpress"
>
Continuar com
<b>
WordPress
</b></string>
<string
name=
"msg_two_factor_authentication"
>
Autenticação de dois fatores
</string>
...
...
app/src/main/res/values-pt-rPT/strings.xml
View file @
2302a061
...
...
@@ -22,7 +22,7 @@
<string
name=
"title_update_profile"
>
Actualizar perfil
</string>
<string
name=
"title_about"
>
Acerca
</string>
<string
name=
"title_create_channel"
>
Criar Canal
</string>
<string
name=
"title_licen
c
e"
>
Licença
</string>
<string
name=
"title_licen
s
e"
>
Licença
</string>
<string
name=
"title_are_you_sure"
>
Tem a certeza?
</string>
<string
name=
"title_channel_details"
>
Detalhes do Canal
</string>
<string
name=
"title_topic"
>
Tópico
</string>
...
...
@@ -68,7 +68,7 @@
<item
name=
"item_share_app"
>
Partilhe a aplicação
</item>
<item
name=
"item_rate_us"
>
Avalie-nos
</item>
<item
name=
"item_contact_us"
>
Contacte-nos
</item>
<item
name=
"item_licen
c
e"
>
Licença
</item>
<item
name=
"item_licen
s
e"
>
Licença
</item>
<item
name=
"item_about"
>
Acerca
</item>
</string-array>
...
...
@@ -100,12 +100,12 @@
<string
name=
"msg_invalid_file"
>
Ficheiro inválido
</string>
<string
name=
"msg_invalid_server_url"
>
URL de servidor inválido
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Entre utilizando Facebook
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Entre utilizando Git
h
ub
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Entre utilizando Git
H
ub
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Entre utilizando Google
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Entre utilizando LinkedIn
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Entre utilizando Meteor
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Entre utilizando Twitter
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Entre utilizando Git
l
ab
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Entre utilizando Git
L
ab
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Entre utilizando WordPress
</string>
<string
name=
"msg_content_description_send_message"
>
Enviar mensagem
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
Mostrar mais opções de entrada
</string>
...
...
@@ -154,9 +154,9 @@
<string
name=
"msg_login_with_email"
>
Entre com
<b>
e-mail
</b></string>
<string
name=
"msg_create_account"
>
Crie uma conta
</string>
<string
name=
"msg_continue_with_facebook"
>
Continue com
<b>
Facebook
</b></string>
<string
name=
"msg_continue_with_github"
>
Continue com
<b>
Git
h
ub
</b></string>
<string
name=
"msg_continue_with_github"
>
Continue com
<b>
Git
H
ub
</b></string>
<string
name=
"msg_continue_with_google"
>
Continue com
<b>
Google
</b></string>
<string
name=
"msg_continue_with_linkedin"
>
Continue com
<b>
Linked
i
n
</b></string>
<string
name=
"msg_continue_with_linkedin"
>
Continue com
<b>
Linked
I
n
</b></string>
<string
name=
"msg_continue_with_gitlab"
>
Continue com
<b>
GitLab
</b></string>
<string
name=
"msg_continue_with_wordpress"
>
Continue com
<b>
WordPress
</b></string>
<string
name=
"msg_two_factor_authentication"
>
Autenticação 2FA
</string>
...
...
app/src/main/res/values-ru-rRU/strings.xml
View file @
2302a061
...
...
@@ -26,7 +26,7 @@
<string
name=
"title_topic"
>
Тема
</string>
<string
name=
"title_announcement"
>
Объявление
</string>
<string
name=
"title_description"
>
Описание
</string>
<string
name=
"title_licen
c
e"
>
Лицензия
</string>
<string
name=
"title_licen
s
e"
>
Лицензия
</string>
<string
name=
"title_are_you_sure"
>
Вы уверены?
</string>
<!-- Actions -->
...
...
@@ -70,7 +70,7 @@
<item
name=
"item_share_app"
>
Поделиться приложением
</item>
<item
name=
"item_rate_us"
>
Оцените нас
</item>
<item
name=
"item_contact_us"
>
Связаться с нами
</item>
<item
name=
"item_licen
c
e"
>
Лицензия
</item>
<item
name=
"item_licen
s
e"
>
Лицензия
</item>
<item
name=
"item_about"
>
О программе
</item>
</string-array>
...
...
@@ -103,12 +103,12 @@
<string
name=
"msg_invalid_file"
>
Неверный файл
</string>
<string
name=
"msg_invalid_server_url"
>
Неверный URL-адрес сервера.
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Войти с помощью Facebook
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Войти с помощью Git
h
ub
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Войти с помощью Git
H
ub
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Войти с помощью Google
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Войти с помощью Linked
i
n
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Войти с помощью Linked
I
n
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Войти с помощью Meteor
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Войти с помощью Twitter
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Войти с помощью Git
l
ab
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Войти с помощью Git
L
ab
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Войти с помощью WordPress
</string>
<string
name=
"msg_content_description_send_message"
>
Отправить сообщение
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
Больше параметров входа
</string>
...
...
@@ -156,9 +156,9 @@
<string
name=
"msg_login_with_email"
>
Войти с помощью
<b>
e-mail
</b></string>
<string
name=
"msg_create_account"
>
Создать аккаунт
</string>
<string
name=
"msg_continue_with_facebook"
>
Войти с помощью
<b>
Facebook
</b></string>
<string
name=
"msg_continue_with_github"
>
Войти с помощью
<b>
Git
h
ub
</b></string>
<string
name=
"msg_continue_with_github"
>
Войти с помощью
<b>
Git
H
ub
</b></string>
<string
name=
"msg_continue_with_google"
>
Войти с помощью
<b>
Google
</b></string>
<string
name=
"msg_continue_with_linkedin"
>
Войти с помощью
<b>
Linked
i
n
</b></string>
<string
name=
"msg_continue_with_linkedin"
>
Войти с помощью
<b>
Linked
I
n
</b></string>
<string
name=
"msg_continue_with_gitlab"
>
Войти с помощью
<b>
GitLab
</b></string>
<string
name=
"msg_continue_with_wordpress"
>
Войти с помощью
<b>
WordPress
</b></string>
<string
name=
"msg_two_factor_authentication"
>
Двухфакторная аутентификация
</string>
...
...
app/src/main/res/values-tr/strings.xml
View file @
2302a061
...
...
@@ -22,7 +22,7 @@
<string
name=
"title_update_profile"
>
Profilinizi Düzenleyin
</string>
<string
name=
"title_about"
>
Hakkında
</string>
<string
name=
"title_create_channel"
>
Yeni Kanal Oluştur
</string>
<string
name=
"title_licen
ce"
>
Licenc
e
</string>
<!-- TODO Add translation -->
<string
name=
"title_licen
se"
>
Licens
e
</string>
<!-- TODO Add translation -->
<string
name=
"title_are_you_sure"
>
Are you sure?
</string>
<!-- TODO Add translation -->
<string
name=
"title_channel_details"
>
Channel Details
</string>
<!-- TODO add translation -->
<string
name=
"title_topic"
>
konu
</string>
...
...
@@ -70,7 +70,7 @@
<item
name=
"item_share_app"
>
Share app
</item>
<!-- TODO Add translation -->
<item
name=
"item_rate_us"
>
Rate us
</item>
<!-- TODO Add translation -->
<item
name=
"item_contact_us"
>
Contact us
</item>
<!-- TODO Add translation -->
<item
name=
"item_licen
ce"
>
Licenc
e
</item>
<!-- TODO Add translation -->
<item
name=
"item_licen
se"
>
Licens
e
</item>
<!-- TODO Add translation -->
<item
name=
"item_about"
>
About
</item>
<!-- TODO Add translation -->
</string-array>
...
...
@@ -103,13 +103,13 @@
<string
name=
"msg_invalid_file"
>
Geçersiz dosya
</string>
<string
name=
"msg_invalid_server_url"
>
Geçersiz sunucu adresi
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Facebook Hesabı ile Giriş Yap
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Git
h
ub Hesabı ile Giriş Yap
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Git
H
ub Hesabı ile Giriş Yap
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Google Hesabı ile Giriş Yap
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
LinkedIn Hesabı ile Giriş Yap
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Meteor Hesabı ile Giriş Yap
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Twitter Hesabı ile Giriş Yap
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Git
l
ab Hesabı ile Giriş Yap
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Word
p
ress Hesabı ile Giriş Yap
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Git
L
ab Hesabı ile Giriş Yap
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Word
P
ress Hesabı ile Giriş Yap
</string>
<string
name=
"msg_content_description_send_message"
>
Mesaj gönder
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
Show more login options
</string>
<!-- TODO Add translation -->
<string
name=
"msg_content_description_show_attachment_options"
>
Dosya eki seçeneklerini göster
</string>
...
...
@@ -157,9 +157,9 @@
<string
name=
"msg_login_with_email"
>
Login with
<b>
e-mail
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_create_account"
>
Create an account
</string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_facebook"
>
Continue with
<b>
Facebook
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_github"
>
Continue with
<b>
Git
h
ub
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_github"
>
Continue with
<b>
Git
H
ub
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_google"
>
Continue with
<b>
Google
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_linkedin"
>
Continue with
<b>
Linked
i
n
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_linkedin"
>
Continue with
<b>
Linked
I
n
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_gitlab"
>
Continue with
<b>
GitLab
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_wordpress"
>
Continue with
<b>
WordPress
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_two_factor_authentication"
>
Two-factor Authentication
</string>
<!-- TODO Add translation -->
...
...
@@ -178,7 +178,7 @@
<string
name=
"msg_channel_created_successfully"
>
Kanal başarıyla oluşturuldu
</string>
<string
name=
"msg_message_copied"
>
Mesaj kopyalandı
</string>
<string
name=
"msg_delete_message"
>
Mesajı Sil
</string>
<string
name=
"msg_delete_description"
>
Bu mesajı silmek istediğinizden emin misiniz
</string>
<string
name=
"msg_delete_description"
>
Bu mesajı silmek istediğinizden emin misiniz
?
</string>
<string
name=
"msg_view_more"
>
Daha fazla göster
</string>
<string
name=
"msg_view_less"
>
Daha az göster
</string>
<string
name=
"msg_permalink_copied"
>
Permalink copied
</string>
<!-- TODO - Add proper translation -->
...
...
app/src/main/res/values-uk/strings.xml
View file @
2302a061
...
...
@@ -22,7 +22,7 @@
<string
name=
"title_update_profile"
>
Оновити профіль
</string>
<string
name=
"title_about"
>
"Про програму"
</string>
<string
name=
"title_create_channel"
>
Створити новий канал
</string>
<string
name=
"title_licen
ce"
>
Licenc
e
</string>
<!-- TODO Add translation -->
<string
name=
"title_licen
se"
>
Licens
e
</string>
<!-- TODO Add translation -->
<string
name=
"title_are_you_sure"
>
Are you sure?
</string>
<!-- TODO Add translation -->
<string
name=
"title_channel_details"
>
Channel Details
</string>
<!-- TODO add translation -->
<string
name=
"title_topic"
>
Тема
</string>
...
...
@@ -70,7 +70,7 @@
<item
name=
"item_share_app"
>
Share app
</item>
<!-- TODO Add translation -->
<item
name=
"item_rate_us"
>
Rate us
</item>
<!-- TODO Add translation -->
<item
name=
"item_contact_us"
>
Contact us
</item>
<!-- TODO Add translation -->
<item
name=
"item_licen
ce"
>
Licenc
e
</item>
<!-- TODO Add translation -->
<item
name=
"item_licen
se"
>
Licens
e
</item>
<!-- TODO Add translation -->
<item
name=
"item_about"
>
About
</item>
<!-- TODO Add translation -->
</string-array>
...
...
@@ -103,13 +103,13 @@
<string
name=
"msg_invalid_file"
>
Неправильний файл
</string>
<string
name=
"msg_invalid_server_url"
>
Неправильний URL-адреса сервера.
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Увійти за допомогою Facebook
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Увійти за допомогою Git
h
ub
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Увійти за допомогою Git
H
ub
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Увійти за допомогою Google
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Увійти за допомогою Linked
i
n
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Увійти за допомогою Linked
I
n
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Увійти за допомогою Meteor
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Увійти за допомогою Twitter
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Увійти за допомогою Git
l
ab
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Увійти за допомогою Word
p
ress
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Увійти за допомогою Git
L
ab
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Увійти за допомогою Word
P
ress
</string>
<string
name=
"msg_content_description_send_message"
>
Надіслати повідомлення
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
Show more login options
</string>
<!-- TODO Translate-->
<string
name=
"msg_content_description_show_attachment_options"
>
Показати параметри долучення
</string>
...
...
@@ -155,9 +155,9 @@
<string
name=
"msg_login_with_email"
>
Login with
<b>
e-mail
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_create_account"
>
Create an account
</string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_facebook"
>
Continue with
<b>
Facebook
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_github"
>
Continue with
<b>
Git
h
ub
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_github"
>
Continue with
<b>
Git
H
ub
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_google"
>
Continue with
<b>
Google
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_linkedin"
>
Continue with
<b>
Linked
i
n
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_linkedin"
>
Continue with
<b>
Linked
I
n
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_gitlab"
>
Continue with
<b>
GitLab
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_wordpress"
>
Continue with
<b>
WordPress
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_two_factor_authentication"
>
Two-factor Authentication
</string>
<!-- TODO Add translation -->
...
...
app/src/main/res/values-zh-rCN/strings.xml
View file @
2302a061
...
...
@@ -22,7 +22,7 @@
<string
name=
"title_update_profile"
>
更新资料
</string>
<string
name=
"title_about"
>
关于
</string>
<string
name=
"title_create_channel"
>
新建频道
</string>
<string
name=
"title_licen
c
e"
>
许可证
</string>
<string
name=
"title_licen
s
e"
>
许可证
</string>
<string
name=
"title_are_you_sure"
>
你确定?
</string>
<string
name=
"title_channel_details"
>
频道信息
</string>
<string
name=
"title_topic"
>
主题
</string>
...
...
@@ -70,7 +70,7 @@
<item
name=
"item_share_app"
>
分享app
</item>
<item
name=
"item_rate_us"
>
给我们打分
</item>
<item
name=
"item_contact_us"
>
联系我们
</item>
<item
name=
"item_licen
c
e"
>
许可证
</item>
<item
name=
"item_licen
s
e"
>
许可证
</item>
<item
name=
"item_about"
>
关于
</item>
</string-array>
...
...
@@ -103,12 +103,12 @@
<string
name=
"msg_invalid_file"
>
无效文件
</string>
<string
name=
"msg_invalid_server_url"
>
无效的服务器地址
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
使用Facebook账户登录
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
使用Git
h
ub账户登录
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
使用Git
H
ub账户登录
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
使用Google账户登录
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
使用Linked
i
n账户登录
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
使用Linked
I
n账户登录
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
使用Meteor账户登录
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
使用Twitter账户登录
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
使用Git
l
ab账户登录
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
使用Git
L
ab账户登录
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
使用WordPress账户登录
</string>
<string
name=
"msg_content_description_send_message"
>
发送消息
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
显示更多登录选项
</string>
...
...
@@ -154,9 +154,9 @@
<string
name=
"msg_login_with_email"
>
使用
<b>
邮箱
</b>
登录
</string>
<string
name=
"msg_create_account"
>
新建账户
</string>
<string
name=
"msg_continue_with_facebook"
>
使用
<b>
Facebook
</b>
账号继续
</string>
<string
name=
"msg_continue_with_github"
>
使用
<b>
Git
h
ub
</b>
账号继续
</string>
<string
name=
"msg_continue_with_github"
>
使用
<b>
Git
H
ub
</b>
账号继续
</string>
<string
name=
"msg_continue_with_google"
>
使用
<b>
Google
</b>
账号继续
</string>
<string
name=
"msg_continue_with_linkedin"
>
使用
<b>
Linked
i
n
</b>
账号继续
</string>
<string
name=
"msg_continue_with_linkedin"
>
使用
<b>
Linked
I
n
</b>
账号继续
</string>
<string
name=
"msg_continue_with_gitlab"
>
使用
<b>
GitLab
</b>
账号继续
</string>
<string
name=
"msg_continue_with_wordpress"
>
使用
<b>
WordPress
</b>
账号继续
</string>
<string
name=
"msg_two_factor_authentication"
>
两步认证
</string>
...
...
@@ -188,7 +188,7 @@
<string
name=
"msg_channel_created_successfully"
>
成功建立频道
</string>
<string
name=
"msg_message_copied"
>
消息已拷贝
</string>
<string
name=
"msg_delete_message"
>
删除消息
</string>
<string
name=
"msg_delete_description"
>
您确定要删除这条消息吗
</string>
<string
name=
"msg_delete_description"
>
您确定要删除这条消息吗
?
</string>
<string
name=
"msg_view_more"
>
显示更多
</string>
<string
name=
"msg_view_less"
>
显示更少
</string>
<string
name=
"msg_muted_on_this_channel"
>
您被禁言了
</string>
...
...
app/src/main/res/values-zh-rTW/strings.xml
View file @
2302a061
...
...
@@ -22,7 +22,7 @@
<string
name=
"title_update_profile"
>
更新資料
</string>
<string
name=
"title_about"
>
關於
</string>
<string
name=
"title_create_channel"
>
建立新頻道
</string>
<string
name=
"title_licen
c
e"
>
許可
</string>
<string
name=
"title_licen
s
e"
>
許可
</string>
<string
name=
"title_are_you_sure"
>
確定嗎?
</string>
<string
name=
"title_channel_details"
>
頻道訊息
</string>
<string
name=
"title_topic"
>
主題
</string>
...
...
@@ -70,7 +70,7 @@
<item
name=
"item_share_app"
>
分享這個App
</item>
<item
name=
"item_rate_us"
>
給我們一個評價
</item>
<item
name=
"item_contact_us"
>
聯絡我們
</item>
<item
name=
"item_licen
c
e"
>
許可證
</item>
<item
name=
"item_licen
s
e"
>
許可證
</item>
<item
name=
"item_about"
>
關於
</item>
</string-array>
...
...
@@ -103,12 +103,12 @@
<string
name=
"msg_invalid_file"
>
無效的檔案
</string>
<string
name=
"msg_invalid_server_url"
>
無效的伺服器地址
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
使用Facebook帳戶登入
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
使用Git
h
ub帳戶登入
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
使用Git
H
ub帳戶登入
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
使用Google帳戶登入
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
使用Linked
i
n帳戶登入
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
使用Linked
I
n帳戶登入
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
使用Meteor帳戶登入
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
使用Twitter帳戶登入
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
使用Git
l
ab帳戶登入
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
使用Git
L
ab帳戶登入
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
使用WordPress帳戶登入
</string>
<string
name=
"msg_content_description_send_message"
>
發送訊息
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
顯示更多登入選像
</string>
...
...
@@ -154,9 +154,9 @@
<string
name=
"msg_login_with_email"
>
使用
<b>
信箱
</b>
登入
</string>
<string
name=
"msg_create_account"
>
新增帳戶
</string>
<string
name=
"msg_continue_with_facebook"
>
使用
<b>
Facebook
</b>
帳號繼續
</string>
<string
name=
"msg_continue_with_github"
>
使用
<b>
Git
h
ub
</b>
帳號繼續
</string>
<string
name=
"msg_continue_with_github"
>
使用
<b>
Git
H
ub
</b>
帳號繼續
</string>
<string
name=
"msg_continue_with_google"
>
使用
<b>
Google
</b>
帳號繼續
</string>
<string
name=
"msg_continue_with_linkedin"
>
使用
<b>
Linked
i
n
</b>
帳號繼續
</string>
<string
name=
"msg_continue_with_linkedin"
>
使用
<b>
Linked
I
n
</b>
帳號繼續
</string>
<string
name=
"msg_continue_with_gitlab"
>
使用
<b>
GitLab
</b>
帳號繼續
</string>
<string
name=
"msg_continue_with_wordpress"
>
使用
<b>
WordPress
</b>
帳號繼續
</string>
<string
name=
"msg_two_factor_authentication"
>
兩步驟認證(2FA)
</string>
...
...
app/src/main/res/values/strings.xml
View file @
2302a061
...
...
@@ -34,7 +34,7 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<string
name=
"title_update_profile"
>
Update profile
</string>
<string
name=
"title_about"
>
About
</string>
<string
name=
"title_create_channel"
>
Create Channel
</string>
<string
name=
"title_licen
ce"
>
Licenc
e
</string>
<string
name=
"title_licen
se"
>
Licens
e
</string>
<string
name=
"title_are_you_sure"
>
Are you sure?
</string>
<string
name=
"title_channel_details"
>
Channel Details
</string>
<string
name=
"title_topic"
>
Topic
</string>
...
...
@@ -82,7 +82,7 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<item
name=
"item_share_app"
>
Share app
</item>
<item
name=
"item_rate_us"
>
Rate us
</item>
<item
name=
"item_contact_us"
>
Contact us
</item>
<item
name=
"item_licen
ce"
>
Licenc
e
</item>
<item
name=
"item_licen
se"
>
Licens
e
</item>
<item
name=
"item_about"
>
About
</item>
</string-array>
...
...
@@ -116,12 +116,12 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<string
name=
"msg_invalid_file"
>
Invalid file
</string>
<string
name=
"msg_invalid_server_url"
>
Invalid server URL
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Login using Facebook
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Login using Git
h
ub
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Login using Git
H
ub
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Login using Google
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Login using LinkedIn
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Login using Meteor
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Login using Twitter
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Login using Git
l
ab
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Login using Git
L
ab
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Login using WordPress
</string>
<string
name=
"msg_content_description_send_message"
>
Send message
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
Show more login options
</string>
...
...
@@ -170,9 +170,9 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<string
name=
"msg_login_with_email"
>
Login with
<b>
e-mail
</b></string>
<string
name=
"msg_create_account"
>
Create an account
</string>
<string
name=
"msg_continue_with_facebook"
>
Continue with
<b>
Facebook
</b></string>
<string
name=
"msg_continue_with_github"
>
Continue with
<b>
Git
h
ub
</b></string>
<string
name=
"msg_continue_with_github"
>
Continue with
<b>
Git
H
ub
</b></string>
<string
name=
"msg_continue_with_google"
>
Continue with
<b>
Google
</b></string>
<string
name=
"msg_continue_with_linkedin"
>
Continue with
<b>
Linked
i
n
</b></string>
<string
name=
"msg_continue_with_linkedin"
>
Continue with
<b>
Linked
I
n
</b></string>
<string
name=
"msg_continue_with_gitlab"
>
Continue with
<b>
GitLab
</b></string>
<string
name=
"msg_continue_with_wordpress"
>
Continue with
<b>
WordPress
</b></string>
<string
name=
"msg_two_factor_authentication"
>
Two-factor Authentication
</string>
...
...
@@ -204,7 +204,7 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<string
name=
"msg_channel_created_successfully"
>
Channel created successfully
</string>
<string
name=
"msg_message_copied"
>
Message copied
</string>
<string
name=
"msg_delete_message"
>
Delete Message
</string>
<string
name=
"msg_delete_description"
>
Are you sure you want to delete this message
</string>
<string
name=
"msg_delete_description"
>
Are you sure you want to delete this message
?
</string>
<string
name=
"msg_view_more"
>
view more
</string>
<string
name=
"msg_view_less"
>
view less
</string>
<string
name=
"msg_muted_on_this_channel"
>
You are muted on this channel
</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