add: locale and i18n

This commit is contained in:
Mahyar Khanbolooki
2025-07-24 03:14:21 +03:30
parent b9d14478a1
commit 1b3fac2f43
38 changed files with 385 additions and 69 deletions
+39
View File
@@ -0,0 +1,39 @@
{
"Enter": {
"Heading": "Login",
"Description": "Please enter your mobile number to log in.",
"LabelPhoneNumber": "Mobile Number",
"ButtonSubmit": "Next"
},
"OTP": {
"Heading": "Enter Activation Code",
"Description": "Please enter the 6-digit code sent to the number {phoneNumber}.",
"Label": "",
"TimerRunning": "{seconds} seconds left to receive the code",
"TimerOut": "Didnt receive the code?",
"TimerReset": "Try again",
"ButtonSubmit": "Next"
},
"NewPassword": {
"HeadingCreatePass": "Choose Password",
"HeadingResetPass": "Change Password",
"Description": "The new password must be a combination of uppercase and lowercase letters and symbols, like A126bdz@",
"LabelPass": "Password",
"LabelRepeatPass": "Repeat Password",
"ButtonSubmit": "Login"
},
"EnterPass": {
"Heading": "Login",
"Description": "Please enter your password.",
"LabelPass": "Password",
"ButtonRecover": "Recover Password",
"LabelRememberance": "Remember me",
"ButtonSubmit": "Enter Menu"
},
"Errors": {
"PasswordLength": "Password must be at least 6 characters long",
"PasswordMatch": "Repeated password does not match",
"PhoneNumberFormat": "Phone number format is incorrect",
"OTPFormat": "Activation code is incomplete"
}
}
+39
View File
@@ -0,0 +1,39 @@
{
"Enter": {
"Heading": "ورود به سیستم",
"Description": "برای ورود شماره همراه خود را وارد نمایید.",
"LabelPhoneNumber": "شماره همراه",
"ButtonSubmit": "بعدی"
},
"OTP": {
"Heading": "کد فعالسازی را وارد کنید",
"Description": "کد ۶ رقمی ارسال شده به شماره {phoneNumber} را وارد نمایید.",
"Label": "",
"TimerRunning": "{seconds} ثانیه دیگر تا دریافت کد",
"TimerOut": "کد را دریافت نکردید؟",
"TimerReset": "دوباره امتحان کنید",
"ButtonSubmit": "بعدی"
},
"NewPassword": {
"HeadingCreatePass": "انتخاب کلمه عبور",
"HeadingResetPass": "تغییر کلمه عبور",
"Description": "کلمه عبور جدید باید ترکیبی از حروف بزرگ و کوچک و نشانه ها باشد مثل A126bdz@",
"LabelPass": "کلمه عبور",
"LabelRepeatPass": "تکرار کلمه عبور",
"ButtonSubmit": "ورود"
},
"EnterPass": {
"Heading": "ورود به سیستم",
"Description": "کلمه عبور خود را وارد نمایید.",
"LabelPass": "کلمه عبور",
"ButtonRecover": "بازیابی کلمه عبور",
"LabelRememberance": "مرا به خاطر بسپار",
"ButtonSubmit": "ورود به منو"
},
"Errors": {
"PasswordLength": "کلمه عبور باید شامل حداقل 6 کاراکتر باشد",
"PasswordMatch": "تکرار کلمه عبور مطابقت ندارد",
"PhoneNumberFormat": "فرمت شماره تلفن اشتباه است",
"OTPFormat": "کد فعالسازی کامل نیست"
}
}