feat(i18n): 剩余15页全量接入中英(登录/注册/扫码/绑定/佩戴/扫描/治疗/订阅/帮助等)
- 3 个并行 agent 各管 5 页,互不重叠命名空间 - 全 App 18 页均 i18n.bind,22 命名空间/400 键中英对齐 - 动态文案(时长/天数/价格/区域)JS 内 i18n.t 计算;区域标签复用 common.regions
这个提交包含在:
@@ -1,5 +1,29 @@
|
||||
// Strings for the subPrompt page. Fill zh/en with identical key structure.
|
||||
module.exports = {
|
||||
zh: {},
|
||||
en: {}
|
||||
zh: {
|
||||
title: '使用设置',
|
||||
subtitle: '试用期已结束',
|
||||
selectMode: '选择模式',
|
||||
normalMode: '普通模式',
|
||||
normalModeSub: '6色循环',
|
||||
smartMode: '智能模式',
|
||||
smartModeSub: '订阅解锁',
|
||||
trialEndedTitle: '试用已结束',
|
||||
trialEndedSub: '订阅后继续使用智能模式',
|
||||
subscribeNow: '立即订阅',
|
||||
useNormalFirst: '先使用普通模式'
|
||||
},
|
||||
en: {
|
||||
title: 'Settings',
|
||||
subtitle: 'Your free trial has ended',
|
||||
selectMode: 'Choose a mode',
|
||||
normalMode: 'Standard Mode',
|
||||
normalModeSub: '6-color cycle',
|
||||
smartMode: 'Smart Mode',
|
||||
smartModeSub: 'Unlock with subscription',
|
||||
trialEndedTitle: 'Trial ended',
|
||||
trialEndedSub: 'Subscribe to keep using Smart Mode',
|
||||
subscribeNow: 'Subscribe Now',
|
||||
useNormalFirst: 'Use Standard Mode for now'
|
||||
}
|
||||
}
|
||||
|
||||
在新工单中引用
屏蔽一个用户