Refactor profile tile
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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": "پروفایل با موفقیت حذف شد"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user