Add accessability semantics

This commit is contained in:
problematicconsumer
2023-09-12 00:05:44 +03:30
parent d54917868b
commit 18bffd8646
10 changed files with 156 additions and 105 deletions

View File

@@ -21,7 +21,9 @@
},
"stats": {
"traffic": "Live Traffic",
"trafficTotal": "Total Traffic"
"trafficTotal": "Total Traffic",
"uplink": "Uplink",
"downlink": "Downlink"
}
},
"profile": {
@@ -54,7 +56,8 @@
"successMsg": "Profile updated successfully"
},
"edit": {
"buttonTxt": "Edit"
"buttonTxt": "Edit",
"selectActiveTxt": "Select active profile"
},
"delete": {
"buttonTxt": "Delete",

View File

@@ -21,7 +21,9 @@
},
"stats": {
"traffic": "مصرف لحظه‌ای",
"trafficTotal": "مصرف کل"
"trafficTotal": "مصرف کل",
"uplink": "ارسال",
"downlink": "دریافت"
}
},
"profile": {
@@ -54,7 +56,8 @@
"successMsg": "پروفایل با موفقیت بروزرسانی شد"
},
"edit": {
"buttonTxt": "ویرایش"
"buttonTxt": "ویرایش",
"selectActiveTxt": "انتخاب پروفایل فعال"
},
"delete": {
"buttonTxt": "حذف",