Refactor profile tile

This commit is contained in:
problematicconsumer
2023-07-24 19:45:58 +03:30
parent 49948398b5
commit 0f0d52e55b
16 changed files with 389 additions and 424 deletions

View File

@@ -24,9 +24,10 @@
"subscription": {
"traffic": "ترافیک",
"updatedTimeAgo": "بروزرسانی شده در ${timeago}",
"remaining": "باقی مانده",
"remainingDuration": "${duration} روز باقی مانده",
"expired": "منقضی شده",
"noTraffic": "پایان ترافیک"
"noTraffic": "پایان ترافیک",
"gigaByte": "گیگ"
},
"add": {
"buttonText": "افزودن پروفایل جدید",
@@ -36,11 +37,15 @@
"invalidUrlMsg": "لینک نامعتبر"
},
"update": {
"buttonTxt": "بروزرسانی",
"failureMsg": "در بروزرسانی پروفایل خطایی رخ داد: ${reason}",
"successMsg": "پروفایل با موفقیت بروزرسانی شد"
},
"edit": {
"buttonTxt": "ویرایش"
},
"delete": {
"buttonText": "حذف",
"buttonTxt": "حذف",
"confirmationMsg": "حذف پروفایل برای همیشه؟ این عمل قابل لغو نیست.",
"successMsg": "پروفایل با موفقیت حذف شد"
},