mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-03 10:30:51 +08:00
fix(i18n): correct traffic unit display for gift card template rewards
This commit is contained in:
2
public/assets/admin/assets/index.js
vendored
2
public/assets/admin/assets/index.js
vendored
File diff suppressed because one or more lines are too long
4
public/assets/admin/locales/en-US.js
vendored
4
public/assets/admin/locales/en-US.js
vendored
@@ -1277,9 +1277,9 @@ window.XBOARD_TRANSLATIONS['en-US'] = {
|
||||
"placeholder": "Enter the reward amount in Yuan"
|
||||
},
|
||||
"transfer_enable": {
|
||||
"label": "Reward Traffic (in bytes)",
|
||||
"label": "Reward Traffic (in GB)",
|
||||
"short_label": "Traffic",
|
||||
"placeholder": "Enter the reward traffic in bytes"
|
||||
"placeholder": "Enter the reward traffic in GB"
|
||||
},
|
||||
"expire_days": {
|
||||
"label": "Extend Validity (in days)",
|
||||
|
||||
4
public/assets/admin/locales/zh-CN.js
vendored
4
public/assets/admin/locales/zh-CN.js
vendored
@@ -1281,9 +1281,9 @@ window.XBOARD_TRANSLATIONS['zh-CN'] = {
|
||||
"placeholder": "请输入奖励的金额(元)"
|
||||
},
|
||||
"transfer_enable": {
|
||||
"label": "奖励流量 (字节)",
|
||||
"label": "奖励流量 (GB)",
|
||||
"short_label": "流量",
|
||||
"placeholder": "请输入奖励的流量(字节)"
|
||||
"placeholder": "请输入奖励的流量(GB)"
|
||||
},
|
||||
"expire_days": {
|
||||
"label": "延长有效期 (天)",
|
||||
|
||||
Reference in New Issue
Block a user