chore(i18n): 为剩余15页预建命名空间 stub 并注册(并行 retrofit 脚手架)

这个提交包含在:
Guoguo
2026-07-19 05:45:09 -07:00
父节点 28c711cd00
当前提交 f5eaf05067
修改 16 个文件,包含 106 行新增1 行删除
+5
查看文件
@@ -0,0 +1,5 @@
// Strings for the autoScan page. Fill zh/en with identical key structure.
module.exports = {
zh: {},
en: {}
}
+5
查看文件
@@ -0,0 +1,5 @@
// Strings for the bindSuccess page. Fill zh/en with identical key structure.
module.exports = {
zh: {},
en: {}
}
+5
查看文件
@@ -0,0 +1,5 @@
// Strings for the bleConnect page. Fill zh/en with identical key structure.
module.exports = {
zh: {},
en: {}
}
+5
查看文件
@@ -0,0 +1,5 @@
// Strings for the contact page. Fill zh/en with identical key structure.
module.exports = {
zh: {},
en: {}
}
+5
查看文件
@@ -0,0 +1,5 @@
// Strings for the help page. Fill zh/en with identical key structure.
module.exports = {
zh: {},
en: {}
}
+31 -1
查看文件
@@ -9,6 +9,21 @@ var manual = require('./manual')
var report = require('./report')
var home = require('./home')
var history = require('./history')
var login = require('./login')
var register = require('./register')
var scan = require('./scan')
var bleConnect = require('./bleConnect')
var bindSuccess = require('./bindSuccess')
var wearCheck = require('./wearCheck')
var autoScan = require('./autoScan')
var setup = require('./setup')
var treating = require('./treating')
var treatmentDone = require('./treatmentDone')
var subPrompt = require('./subPrompt')
var subPlans = require('./subPlans')
var subSuccess = require('./subSuccess')
var help = require('./help')
var contact = require('./contact')
var namespaces = {
common: common,
@@ -17,7 +32,22 @@ var namespaces = {
manual: manual,
report: report,
home: home,
history: history
history: history,
login: login,
register: register,
scan: scan,
bleConnect: bleConnect,
bindSuccess: bindSuccess,
wearCheck: wearCheck,
autoScan: autoScan,
setup: setup,
treating: treating,
treatmentDone: treatmentDone,
subPrompt: subPrompt,
subPlans: subPlans,
subSuccess: subSuccess,
help: help,
contact: contact
}
var zh = {}
+5
查看文件
@@ -0,0 +1,5 @@
// Strings for the login page. Fill zh/en with identical key structure.
module.exports = {
zh: {},
en: {}
}
+5
查看文件
@@ -0,0 +1,5 @@
// Strings for the register page. Fill zh/en with identical key structure.
module.exports = {
zh: {},
en: {}
}
+5
查看文件
@@ -0,0 +1,5 @@
// Strings for the scan page. Fill zh/en with identical key structure.
module.exports = {
zh: {},
en: {}
}
+5
查看文件
@@ -0,0 +1,5 @@
// Strings for the setup page. Fill zh/en with identical key structure.
module.exports = {
zh: {},
en: {}
}
+5
查看文件
@@ -0,0 +1,5 @@
// Strings for the subPlans page. Fill zh/en with identical key structure.
module.exports = {
zh: {},
en: {}
}
+5
查看文件
@@ -0,0 +1,5 @@
// Strings for the subPrompt page. Fill zh/en with identical key structure.
module.exports = {
zh: {},
en: {}
}
+5
查看文件
@@ -0,0 +1,5 @@
// Strings for the subSuccess page. Fill zh/en with identical key structure.
module.exports = {
zh: {},
en: {}
}
+5
查看文件
@@ -0,0 +1,5 @@
// Strings for the treating page. Fill zh/en with identical key structure.
module.exports = {
zh: {},
en: {}
}
@@ -0,0 +1,5 @@
// Strings for the treatmentDone page. Fill zh/en with identical key structure.
module.exports = {
zh: {},
en: {}
}
+5
查看文件
@@ -0,0 +1,5 @@
// Strings for the wearCheck page. Fill zh/en with identical key structure.
module.exports = {
zh: {},
en: {}
}