diff --git a/config/i18n/en.yml b/config/i18n/en.yml index e6d4142..aa1c148 100644 --- a/config/i18n/en.yml +++ b/config/i18n/en.yml @@ -38,6 +38,9 @@ field.status: Status field.state: State field.type: Type field.image: Image +field.address: Address +field.driver: Driver +field.scope: Scope # menu menu.dashboard: Dashboard @@ -100,6 +103,7 @@ container.description: A container is a running instance of image. # volume pages volume.title: Volume volume.description: Create and manage persistent storage that can be attached to containers. +volume.field.mount: Mount point # registry pages registry.title: Registry @@ -125,6 +129,7 @@ service.template.button.create: Create service # stack pages stack.title: Stack stack.description: A stack is a logical grouping of related services that are usually deployed together and require each other to work as intended. +stack.button.deploy: Deploy # secret pages secret.title: Secret @@ -154,4 +159,7 @@ event.description: Manage all user events. # profile pages profile.title: Profile -profile.description: User profiles. \ No newline at end of file +profile.description: User profiles. +profile.field.password.current: Current password +profile.field.password.new: New password +profile.field.password.confirm: Password confirmation \ No newline at end of file diff --git a/config/i18n/zh.yml b/config/i18n/zh.yml index 6a30f9a..0cf3e2d 100644 --- a/config/i18n/zh.yml +++ b/config/i18n/zh.yml @@ -38,6 +38,9 @@ field.status: 状态 field.state: 状态 field.type: 类型 field.image: 镜像 +field.address: 地址 +field.driver: 驱动 +field.scope: 范围 # menu menu.dashboard: 仪表盘 @@ -100,6 +103,7 @@ container.description: 容器是镜像的运行实例。 # volume pages volume.title: 数据卷 volume.description: 创建和管理能够附加到容器的持久化存储。 +volume.field.mount: 挂载点 # registry pages registry.title: 镜像仓库 @@ -125,6 +129,7 @@ service.template.button.create: 创建服务 # stack pages stack.title: 编排 stack.description: 编排是相关服务的一个逻辑分组,这些服务通常互相依赖,需要一块部署。 +stack.button.deploy: 部署 # secret pages secret.title: 私密配置 @@ -154,4 +159,7 @@ event.description: 管理用户操作日志。 # profile pages profile.title: 资料 -profile.description: 用户个人信息。 \ No newline at end of file +profile.description: 用户个人信息。 +profile.field.password.current: 当前密码 +profile.field.password.new: 新密码 +profile.field.password.confirm: 新密码确认 \ No newline at end of file diff --git a/views/network/detail.jet b/views/network/detail.jet index 219a33a..f591d8f 100644 --- a/views/network/detail.jet +++ b/views/network/detail.jet @@ -48,9 +48,9 @@