feat: add setting and Active devices

This commit is contained in:
2025-07-29 15:48:30 +03:30
parent b96855fa28
commit 32ea4dceeb
16 changed files with 985 additions and 325 deletions

View File

@@ -0,0 +1,9 @@
{
"active": {
"activeDevices": "نشست های فعال",
"activeDevicesCaption": "مشاهده و مدیریت تمام نشست های فعال شما",
"deletDevicesButton": "حذف بقیه نشست ها",
"deleteDevice": "حذف نشست",
"currentDevice": "دستگاه فعلی"
}
}

View File

@@ -0,0 +1,14 @@
{
"settings": {
"title": "تنظیمات پایه",
"description": "تنظیمات پایه‌ای حساب خود را تغییر دهید",
"editButton": "ویرایش",
"rejectButton": "لغو",
"saveButton": "ذخیره",
"theme": "تم و رنگ",
"light": "روشن",
"dark": "تاریک",
"language": "زبان/language",
"calendar": "فرمت تقویم و تاریخ"
}
}