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

Update zh-CN.json #1503

Merged
merged 2 commits into from
May 31, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-config-ui-x",
"displayName": "Homebridge UI",
"version": "4.50.3",
"version": "4.50.4",
"description": "A web based management, configuration and control platform for Homebridge.",
"license": "MIT",
"author": "oznu <dev@oz.nu>",
Expand Down
6 changes: 3 additions & 3 deletions ui/src/i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
"menu.label_plugins": "插件",
"menu.label_status": "状态",
"menu.label_ui_settings": "用户界面设置",
"menu.linux.label_restart_server": "重启服务",
"menu.linux.label_shutdown_server": "关闭服务",
"menu.linux.label_restart_server": "重启服务器",
"menu.linux.label_shutdown_server": "关闭服务器",
"menu.linux.label_terminal": "终端",
"menu.tooltip_logout": "注销",
"menu.tooltip_restart": "重启 HomeBridge",
Expand Down Expand Up @@ -395,4 +395,4 @@
"users.toast_failed_to_update_user": "更新用户信息失败",
"users.toast_updated_user": "用户信息已更新",
"users.toast_user_deleted": "用户已删除"
}
}