feat: add setting and Active devices
This commit is contained in:
9
public/locales/en/activeDevices.json
Normal file
9
public/locales/en/activeDevices.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"active": {
|
||||
"activeDevices": "Active devices",
|
||||
"activeDevicesCaption": "Watch and manage all your active devices",
|
||||
"deletDevicesButton": "Remove rest of the devices",
|
||||
"deleteDevice": "Remove device",
|
||||
"currentDevice": "Current device"
|
||||
}
|
||||
}
|
||||
17
public/locales/en/security.json
Normal file
17
public/locales/en/security.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"securityForm": {
|
||||
"password": "Password",
|
||||
"determinePassword": "Log in to your Harmony account more easily by setting a strong password.",
|
||||
"addPassword": "Add password",
|
||||
"notDeterminedPassword": "You have not set a password for this account yet.",
|
||||
"newPassword": "New password",
|
||||
"confirmPassword": "Confirm password",
|
||||
"confirm": "Confirm",
|
||||
"hasNumber": "Contains number",
|
||||
"hasMinLength": "at least 8 character",
|
||||
"hasUpperAndLower": "Contains a lowercase and uppercase letter",
|
||||
"hasSpecialChar": "Contains sign (!@#$%^&*)",
|
||||
"notCompatibility": "Confirm password is not the same as password.",
|
||||
"alertSuccess": "Password has successfully changed"
|
||||
}
|
||||
}
|
||||
14
public/locales/en/setting.json
Normal file
14
public/locales/en/setting.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"settings": {
|
||||
"title": "Base settings",
|
||||
"description": "Change your base settings",
|
||||
"editButton": "Edit",
|
||||
"rejectButton": "Reject",
|
||||
"saveButton": "Save",
|
||||
"theme": "Theme and color",
|
||||
"light": "Light",
|
||||
"dark": "Dark",
|
||||
"language": "زبان/language",
|
||||
"calendar": "Calendar and date format"
|
||||
}
|
||||
}
|
||||
9
public/locales/fa/activeDevices.json
Normal file
9
public/locales/fa/activeDevices.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"active": {
|
||||
"activeDevices": "نشست های فعال",
|
||||
"activeDevicesCaption": "مشاهده و مدیریت تمام نشست های فعال شما",
|
||||
"deletDevicesButton": "حذف بقیه نشست ها",
|
||||
"deleteDevice": "حذف نشست",
|
||||
"currentDevice": "دستگاه فعلی"
|
||||
}
|
||||
}
|
||||
14
public/locales/fa/setting.json
Normal file
14
public/locales/fa/setting.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"settings": {
|
||||
"title": "تنظیمات پایه",
|
||||
"description": "تنظیمات پایهای حساب خود را تغییر دهید",
|
||||
"editButton": "ویرایش",
|
||||
"rejectButton": "لغو",
|
||||
"saveButton": "ذخیره",
|
||||
"theme": "تم و رنگ",
|
||||
"light": "روشن",
|
||||
"dark": "تاریک",
|
||||
"language": "زبان/language",
|
||||
"calendar": "فرمت تقویم و تاریخ"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user