diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js index 162fadb..48122d3 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js @@ -461,6 +461,20 @@ export default { // Node admin 'node.title': 'Node', + 'node.service_checking': '正在检查节点服务…', + 'node.service_not_installed': '未安装为服务', + 'node.service_state_active': '运行中', + 'node.service_state_inactive': '已停止', + 'node.service_state_failed': '失败', + 'node.service_state_activating': '正在启动…', + 'node.service_state_deactivating': '正在停止…', + 'node.service_state_unknown': '未知', + 'node.service_start': '启动', + 'node.service_starting': '正在启动…', + 'node.service_stop': '停止', + 'node.service_stopping': '正在停止…', + 'node.service_restart': '重启', + 'node.service_restarting': '正在重启…', 'node.not_operator': '无法连接到您的 node。请确保它正在运行。', 'node.offline': 'Node 已离线', 'node.retry': '重试', |