forked from mosip/android-registration-client
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Piyush7034/language-switch
Integrated l18n files for internationalization
- Loading branch information
Showing
12 changed files
with
396 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
arb-dir: lib/l10n | ||
template-arb-file: app_en.arb | ||
output-localization-file: app_localizations.dart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"english": "الإنكليزية", | ||
"arabic": "العربية", | ||
"french": "الفرنسية", | ||
"locale": "ara", | ||
"help": "تعليمات", | ||
"mosip": "موسيب", | ||
"welcome": "مرحبا بكم في", | ||
"community_reg_text": "عميل تسجيل المجتمع!", | ||
"info_text": "يرجى تسجيل الدخول للوصول إلى الميزات.", | ||
"login_text": "تسجيل الدخول", | ||
"language": "اللغة", | ||
"username": "اسم المستخدم", | ||
"enter_username": "أدخل اسم المستخدم", | ||
"next_button": "مقبل", | ||
"password": "شعار", | ||
"enter_password": "أدخل كلمة المرور", | ||
"forgot_password": "نسيت كلمة المرور", | ||
"login_button": "تسجيل الدخول", | ||
"back_button": "ظهر", | ||
"login_failed": "فشل تسجيل الدخول.. حاول مرة أخرى!", | ||
"user_validated": "تم التحقق من صحة المستخدم!", | ||
"username_required": "اسم المستخدم مطلوب!", | ||
"password_required": "كلمة المرور مطلوبة!", | ||
"username_exceed": "يجب ألا يتجاوز اسم المستخدم 50 حرفا!", | ||
"password_exceed": "يجب ألا تتجاوز كلمة المرور 50 حرفا!", | ||
"username_incorrect": "لم يتم العثور على المستخدم!", | ||
"password_incorrect": "كلمة المرور غير صحيحة!" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"english": "English", | ||
"arabic": "Arabic", | ||
"french": "French", | ||
"locale": "eng", | ||
"help": "HELP", | ||
"mosip": "MOSIP", | ||
"welcome": "Welcome to", | ||
"community_reg_text": "Community Registration Client!", | ||
"info_text": "Please login to access the features.", | ||
"login_text": "Login", | ||
"language": "Language", | ||
"username": "Username", | ||
"enter_username": "Enter Username", | ||
"next_button": "NEXT", | ||
"password": "Password", | ||
"enter_password": "Enter Password", | ||
"forgot_password": "Forgot Password", | ||
"login_button": "LOGIN", | ||
"back_button": "BACK", | ||
"login_failed": "Login Failed..Try Again!", | ||
"user_validated": "User Validated!", | ||
"username_required": "Username is required!", | ||
"password_required": "Password is required!", | ||
"username_exceed": "Username should not exceed 50 characters!", | ||
"password_exceed": "Password should not exceed 50 characters!", | ||
"username_incorrect": "User not found!", | ||
"password_incorrect": "Password incorrect!" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"english": "English", | ||
"arabic": "Arabic", | ||
"french": "French", | ||
"locale": "fre", | ||
"help": "AIDE", | ||
"mosip": "MOSIP", | ||
"welcome": "Bienvenue à", | ||
"community_reg_text": "Client d’inscription communautaire", | ||
"info_text": "Veuillez vous connecter pour accéder aux fonctionnalités.", | ||
"login_text": "Connectez-vous", | ||
"language": "Langue", | ||
"username": "Nom d’utilisateur", | ||
"enter_username": "Entrez le nom d’utilisateur", | ||
"next_button": "PROCHAINE", | ||
"password": "Mot de passe", | ||
"enter_password": "Entrez le mot de passe", | ||
"forgot_password": "Mot de passe oublié", | ||
"login_button": "CONNECTEZ-VOUS", | ||
"back_button": "PRÉCÉDENT", | ||
"login_failed": "Echec de la connexion.. Réessayez!", | ||
"user_validated": "Utilisateur validé !", | ||
"username_required": "Le nom d’utilisateur est requis!", | ||
"password_required": "Le mot de passe est requis!", | ||
"username_exceed": "Le nom d’utilisateur ne doit pas dépasser 50 caractères!", | ||
"password_exceed": "Le mot de passe ne doit pas dépasser 50 caractères!", | ||
"username_incorrect": "Utilisateur introuvable !", | ||
"password_incorrect": "Mot de passe incorrect!" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.