wip: i18n

- Change locales json to one-dimensional format
This commit is contained in:
Elvis Liao
2024-09-27 00:42:40 +08:00
parent b3f1e1e444
commit e820e5599b
6 changed files with 259 additions and 142 deletions

View File

@@ -1,11 +1,108 @@
{
"username": "username",
"password": "password",
"email": "email",
"logout": "logout",
"setting": "setting",
"account": "account",
"template": "template",
"save": "save",
"no.data": "no.data",
"status": "status",
"operation": "operation",
"enable": "enable",
"disable": "disable",
"deploy": "deploy",
"download": "download",
"delete": "delete",
"cancel": "cancel",
"confirm": "confirm",
"edit": "edit",
"succeed": "succeed",
"add": "add",
"document": "document",
"basic.setting": "basic.setting",
"advanced.setting": "advanced.setting",
"operation.succeed": "operation.succeed",
"save.succeed": "save.succeed",
"save.failed": "save.failed",
"login.submit": "login.submit",
"login.username.no.empty.message": "login.username.no.empty.message",
"login.password.length.message": "login.password.length.message",
"menu.dashboard": "menu.dashboard",
"menu.domain.management": "menu.domain.management",
"menu.auth.management": "menu.auth.management",
"menu.deploy.log": "menu.deploy.log"
"theme.light": "theme.light",
"theme.dark": "theme.dark",
"theme.system": "theme.system",
"dashboard": "dashboard",
"dashboard.all": "dashboard.all",
"dashboard.near.expired": "dashboard.near.expired",
"dashboard.enabled": "dashboard.enabled",
"dashboard.not.enabled": "dashboard.not.enabled",
"dashboard.unit": "dashboard.unit",
"deployment.log.name": "deployment.log.name",
"deployment.log.empty": "deployment.log.empty",
"deployment.log.status": "deployment.log.status",
"deployment.log.stage": "deployment.log.stage",
"deployment.log.last.execution.time": "deployment.log.last.execution.time",
"deployment.log.detail.button.text": "deployment.log.detail.button.text",
"deployment.log.detail": "deployment.log.detail",
"pagination.next": "pagination.next",
"pagination.prev": "pagination.prev",
"domain": "domain",
"domain.add": "domain.add",
"domain.delete": "domain.delete",
"domain.not.empty.verify.message": "domain.not.empty.verify.message",
"domain.management.name": "domain.management.name",
"domain.management.start.deploy.succeed.tips": "domain.management.start.deploy.succeed.tips",
"domain.management.execution.failed": "domain.management.execution.failed",
"domain.management.execution.failed.tips": "domain.management.execution.failed.tips",
"domain.management.empty": "domain.management.empty",
"domain.management.expiry.date": "domain.management.expiry.date",
"domain.management.expiry.date1": "domain.management.expiry.date1",
"domain.management.expiry.date2": "domain.management.expiry.date2",
"domain.management.last.execution.time": "domain.management.last.execution.time",
"domain.management.last.execution.status": "domain.management.last.execution.status",
"domain.management.last.execution.stage": "domain.management.last.execution.stage",
"domain.management.enable": "domain.management.enable",
"domain.management.start.deploying": "domain.management.start.deploying",
"domain.management.forced.deployment": "domain.management.forced.deployment",
"domain.management.delete.confirm": "domain.management.delete.confirm",
"domain.management.edit.title": "domain.management.edit.title",
"domain.management.edit.dns.label": "domain.management.edit.dns.label",
"domain.management.edit.dns.verify.tips": "domain.management.edit.dns.verify.tips",
"domain.management.edit.target.type.verify.tips": "domain.management.edit.target.type.verify.tips",
"domain.management.edit.succeed.tips": "domain.management.edit.succeed.tips",
"domain.management.edit.target.access.verify.msg": "domain.management.edit.target.access.verify.msg",
"domain.management.edit.email.not.empty.message": "domain.management.edit.email.not.empty.message",
"domain.management.edit.email.description": "domain.management.edit.email.description",
"domain.management.add.succeed.tips": "domain.management.add.succeed.tips",
"email.add": "email.add",
"email.list": "email.list",
"email.valid.message": "email.valid.message",
"email.already.exist": "email.already.exist",
"email.not.empty.message": "email.not.empty.message",
"setting.notify.menu": "setting.notify.menu",
"setting.submit": "setting.submit",
"setting.account.email.valid.message": "setting.account.email.valid.message",
"setting.account.email.placeholder": "setting.account.email.placeholder",
"setting.account.email.change.succeed": "setting.account.email.change.succeed",
"setting.account.email.change.failed": "setting.account.email.change.failed",
"setting.account.log.back.in": "setting.account.log.back.in",
"setting.password.length.message": "setting.password.length.message",
"setting.password.not.match": "setting.password.not.match",
"setting.password.change.succeed": "setting.password.change.succeed",
"setting.password.change.failed": "setting.password.change.failed",
"setting.password.current.password": "setting.password.current.password",
"setting.password.new.password": "setting.password.new.password",
"setting.password.confirm.password": "setting.password.confirm.password",
"setting.notify.template.save.succeed": "setting.notify.template.save.succeed",
"setting.notify.template.variables.tips.title": "setting.notify.template.variables.tips.title",
"setting.notify.template.variables.tips.content": "setting.notify.template.variables.tips.content",
"setting.notify.config.enable": "setting.notify.config.enable",
"setting.notify.config.save.succeed": "setting.notify.config.save.succeed",
"setting.notify.config.save.failed": "setting.notify.config.save.failed",
"setting.notify.config.save.failed.url.not.valid": "setting.notify.config.save.failed.url.not.valid",
"deploy.progress.check": "deploy.progress.check",
"deploy.progress.apply": "deploy.progress.apply",
"deploy.progress.deploy": "deploy.progress.deploy"
}