chore(i18n): 为剩余15页预建命名空间 stub 并注册(并行 retrofit 脚手架)
这个提交包含在:
@@ -0,0 +1,5 @@
|
|||||||
|
// Strings for the autoScan page. Fill zh/en with identical key structure.
|
||||||
|
module.exports = {
|
||||||
|
zh: {},
|
||||||
|
en: {}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
// Strings for the bindSuccess page. Fill zh/en with identical key structure.
|
||||||
|
module.exports = {
|
||||||
|
zh: {},
|
||||||
|
en: {}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
// Strings for the bleConnect page. Fill zh/en with identical key structure.
|
||||||
|
module.exports = {
|
||||||
|
zh: {},
|
||||||
|
en: {}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
// Strings for the contact page. Fill zh/en with identical key structure.
|
||||||
|
module.exports = {
|
||||||
|
zh: {},
|
||||||
|
en: {}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
// Strings for the help page. Fill zh/en with identical key structure.
|
||||||
|
module.exports = {
|
||||||
|
zh: {},
|
||||||
|
en: {}
|
||||||
|
}
|
||||||
@@ -9,6 +9,21 @@ var manual = require('./manual')
|
|||||||
var report = require('./report')
|
var report = require('./report')
|
||||||
var home = require('./home')
|
var home = require('./home')
|
||||||
var history = require('./history')
|
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 = {
|
var namespaces = {
|
||||||
common: common,
|
common: common,
|
||||||
@@ -17,7 +32,22 @@ var namespaces = {
|
|||||||
manual: manual,
|
manual: manual,
|
||||||
report: report,
|
report: report,
|
||||||
home: home,
|
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 = {}
|
var zh = {}
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
// Strings for the login page. Fill zh/en with identical key structure.
|
||||||
|
module.exports = {
|
||||||
|
zh: {},
|
||||||
|
en: {}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
// Strings for the register page. Fill zh/en with identical key structure.
|
||||||
|
module.exports = {
|
||||||
|
zh: {},
|
||||||
|
en: {}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
// Strings for the scan page. Fill zh/en with identical key structure.
|
||||||
|
module.exports = {
|
||||||
|
zh: {},
|
||||||
|
en: {}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
// Strings for the setup page. Fill zh/en with identical key structure.
|
||||||
|
module.exports = {
|
||||||
|
zh: {},
|
||||||
|
en: {}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
// Strings for the subPlans page. Fill zh/en with identical key structure.
|
||||||
|
module.exports = {
|
||||||
|
zh: {},
|
||||||
|
en: {}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
// Strings for the subPrompt page. Fill zh/en with identical key structure.
|
||||||
|
module.exports = {
|
||||||
|
zh: {},
|
||||||
|
en: {}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
// Strings for the subSuccess page. Fill zh/en with identical key structure.
|
||||||
|
module.exports = {
|
||||||
|
zh: {},
|
||||||
|
en: {}
|
||||||
|
}
|
||||||
@@ -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: {}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
// Strings for the wearCheck page. Fill zh/en with identical key structure.
|
||||||
|
module.exports = {
|
||||||
|
zh: {},
|
||||||
|
en: {}
|
||||||
|
}
|
||||||
在新工单中引用
屏蔽一个用户