Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix translation for zh-CN, restart HomeBridge at the top bar and restart server in the dropdown list. #431

Merged
merged 1 commit into from
Dec 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ui/src/i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
"menu.label_config": "配置",
"menu.label_plugins": "插件",
"menu.label_status": "状态",
"menu.linux.label_restart_server": "重启 Homebridge",
"menu.linux.label_restart_server": "重启 Server",
"menu.linux.label_shutdown_server": "关闭 Server",
"menu.linux.label_terminal": "终端",
"menu.tooltip_logout": "注销",
"menu.tooltip_restart": "重启",
"menu.tooltip_restart": "重启 HomeBridge",
"menu.tooltip_user_accounts": "用户帐户",
"menu.tooltip_view_logs": "查看日志",
"platform.docker.restart_container.message_run_with_restart_always": "确保使用 <strong>--restart=always</strong> 启动 Docker 容器",
Expand Down Expand Up @@ -202,4 +202,4 @@
"users.toast_failed_to_update_user": "更新用户信息失败",
"users.toast_updated_user": "用户信息已更新",
"users.toast_user_deleted": "用户已删除"
}
}