Added English (default) and French locales. This directory will store key-value pairs for translation where key will be the English word/phrase and value will be the translation of that word/phrase.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"welcome": "Welcome to CropCompass",
|
||||
"dashboard": "Dashboard",
|
||||
"settings": "Settings",
|
||||
|
||||
"login_welcome_back": "Welcome Back!",
|
||||
"login_title": "Login",
|
||||
"login_subtitle": "Welcome back! Please login to your account.",
|
||||
"login_email_label": "Email",
|
||||
"login_email_placeholder": "username@gmail.com",
|
||||
"login_password_label": "Password",
|
||||
"login_password_placeholder": "********",
|
||||
"login_remember_me": "Remember Me",
|
||||
"login_forgot_password": "Forgot Password?",
|
||||
"login_button": "Login",
|
||||
"login_new_user": "New User?",
|
||||
"login_signup": "Signup",
|
||||
"main_login_heading": "Welcome to the Login Portal"
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"welcome": "Bienvenue sur CropCompass",
|
||||
"dashboard": "Tableau de bord",
|
||||
"settings": "Paramètres",
|
||||
|
||||
"login_welcome_back": "Bon retour !",
|
||||
"login_title": "Connexion",
|
||||
"login_subtitle": "Bon retour ! Veuillez vous connecter à votre compte.",
|
||||
"login_email_label": "E-mail",
|
||||
"login_email_placeholder": "nomutilisateur@gmail.com",
|
||||
"login_password_label": "Mot de passe",
|
||||
"login_password_placeholder": "********",
|
||||
"login_remember_me": "Se souvenir de moi",
|
||||
"login_forgot_password": "Mot de passe oublié ?",
|
||||
"login_button": "Connexion",
|
||||
"login_new_user": "Nouvel utilisateur ?",
|
||||
"login_signup": "S'inscrire",
|
||||
"main_login_heading": "Bienvenue sur le portail de connexion"
|
||||
}
|
||||
Reference in New Issue
Block a user