mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
feat: show traffic reset period on tariff cards
Display daily/weekly/monthly reset badge next to traffic and devices. Hidden for NO_RESET tariffs.
This commit is contained in:
@@ -246,6 +246,11 @@
|
||||
"locationsLabel": "Locations",
|
||||
"locations_one": "{{count}} location",
|
||||
"locations_other": "{{count}} locations",
|
||||
"trafficReset": {
|
||||
"DAY": "Resets daily",
|
||||
"WEEK": "Resets weekly",
|
||||
"MONTH": "Resets monthly"
|
||||
},
|
||||
"traffic": "Traffic",
|
||||
"unlimited": "Unlimited",
|
||||
"used": "Used",
|
||||
|
||||
@@ -241,6 +241,11 @@
|
||||
"servers_other": "{{count}} سرور",
|
||||
"locationsLabel": "مکانها",
|
||||
"locations_other": "{{count}} مکان",
|
||||
"trafficReset": {
|
||||
"DAY": "بازنشانی روزانه",
|
||||
"WEEK": "بازنشانی هفتگی",
|
||||
"MONTH": "بازنشانی ماهانه"
|
||||
},
|
||||
"traffic": "ترافیک",
|
||||
"unlimited": "نامحدود",
|
||||
"used": "استفاده شده",
|
||||
|
||||
@@ -261,6 +261,11 @@
|
||||
"locations_one": "{{count}} локация",
|
||||
"locations_few": "{{count}} локации",
|
||||
"locations_many": "{{count}} локаций",
|
||||
"trafficReset": {
|
||||
"DAY": "Сброс ежедневно",
|
||||
"WEEK": "Сброс еженедельно",
|
||||
"MONTH": "Сброс ежемесячно"
|
||||
},
|
||||
"traffic": "Трафик",
|
||||
"unlimited": "Безлимит",
|
||||
"used": "Использовано",
|
||||
|
||||
@@ -241,6 +241,11 @@
|
||||
"servers_other": "{{count}} 个服务器",
|
||||
"locationsLabel": "位置",
|
||||
"locations_other": "{{count}} 个位置",
|
||||
"trafficReset": {
|
||||
"DAY": "每日重置",
|
||||
"WEEK": "每周重置",
|
||||
"MONTH": "每月重置"
|
||||
},
|
||||
"traffic": "流量",
|
||||
"unlimited": "无限",
|
||||
"used": "已使用",
|
||||
|
||||
Reference in New Issue
Block a user