fix(i18n): correct traffic unit display for gift card template rewards

This commit is contained in:
xboard
2025-07-14 00:39:54 +08:00
parent a838a43ae5
commit 0311a93252
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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)",

View File

@@ -1281,9 +1281,9 @@ window.XBOARD_TRANSLATIONS['zh-CN'] = {
"placeholder": "请输入奖励的金额(元)"
},
"transfer_enable": {
"label": "奖励流量 (字节)",
"label": "奖励流量 (GB)",
"short_label": "流量",
"placeholder": "请输入奖励的流量(字节)"
"placeholder": "请输入奖励的流量(GB)"
},
"expire_days": {
"label": "延长有效期 (天)",