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": "traffic",
"updatedTimeAgo": "updated ${timeago}",
"remaining": "remaining",
"remainingDuration": "${duration} days remaining",
"expired": "expired",
"noTraffic": "no traffic"
"noTraffic": "no traffic",
"gigaByte": "GB"
},
"add": {
"buttonText": "add new profile",
@@ -36,11 +37,15 @@
"invalidUrlMsg": "unexpected url"
},
"update": {
"buttonTxt": "update",
"failureMsg": "failed to update profile: ${reason}",
"successMsg": "successfully updated profile"
},
"edit": {
"buttonTxt": "edit"
},
"delete": {
"buttonText": "delete",
"buttonTxt": "delete",
"confirmationMsg": "delete profile for ever? this can not be undone",
"successMsg": "successfully deleted profile"
},

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": "پروفایل با موفقیت حذف شد"
},