forked from RocketChat/Rocket.Chat.Electron
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Added missing translations for Chinese language (zh)
Fixes: RocketChat#2834
- Loading branch information
Showing
1 changed file
with
355 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,355 @@ | ||
{ } | ||
{ | ||
"contextMenu": { | ||
"cut": "剪切(&T)", | ||
"copy": "复制(&C)", | ||
"paste": "粘贴(&P)", | ||
"selectAll": "全选(&A)", | ||
"undo": "撤销(&U)", | ||
"redo": "重做(&R)", | ||
"spelling": "拼写检查", | ||
"spellingLanguages": "拼写语言", | ||
"moreSpellingSuggestions": "更多拼写建议", | ||
"noSpellingSuggestions": "无建议", | ||
"copyLinkAddress": "复制链接地址", | ||
"copyLinkText": "复制链接文本", | ||
"openLink": "打开链接", | ||
"saveImageAs": "另存图片...", | ||
"copyImage": "复制图片" | ||
}, | ||
"dialog": { | ||
"about": { | ||
"title": "关于{{- appName}}", | ||
"version": "版本: <1>{{-version}}</1>", | ||
"checkUpdates": "检查更新", | ||
"checkUpdatesOnStart": "启动时检查更新", | ||
"noUpdatesAvailable": "无可用更新。", | ||
"copyright": "版权所有 {{copyright}}", | ||
"errorWhenLookingForUpdates": "查找更新时发生错误" | ||
}, | ||
"addServer": { | ||
"title": "添加服务器", | ||
"message": "您想要将\"{{- host}}\"添加到服务器列表中吗?", | ||
"add": "添加", | ||
"cancel": "取消" | ||
}, | ||
"addServerError": { | ||
"title": "无效的主机", | ||
"message": "无法验证主机\"{{- host}}\",因此未添加。" | ||
}, | ||
"certificateError": { | ||
"title": "证书错误", | ||
"message": "您信任来自\"{{- issuerName}}\"的证书吗?", | ||
"yes": "是", | ||
"no": "否" | ||
}, | ||
"downloadRemoval": { | ||
"title": "您确定吗?", | ||
"message": "删除此下载?", | ||
"yes": "是", | ||
"no": "否" | ||
}, | ||
"resetAppData": { | ||
"title": "重置应用数据", | ||
"message": "这将注销您在所有团队的身份并将应用重置为原始设置。此操作无法撤销。", | ||
"yes": "是", | ||
"cancel": "取消" | ||
}, | ||
"clearPermittedScreenCaptureServers": { | ||
"title": "清除允许的屏幕捕获服务器", | ||
"message": "这将清除所有屏幕捕获服务器的权限,使它们再次请求权限。此操作无法撤销。", | ||
"yes": "是", | ||
"cancel": "取消" | ||
}, | ||
"screenshare": { | ||
"title": "共享您的屏幕", | ||
"announcement": "选择要共享的屏幕" | ||
}, | ||
"update": { | ||
"title": "可用更新", | ||
"announcement": "新版本可用", | ||
"message": "Rocket.Chat桌面应用有新版本可用!", | ||
"currentVersion": "当前版本:", | ||
"newVersion": "新版本:", | ||
"install": "安装更新", | ||
"remindLater": "稍后提醒", | ||
"skip": "跳过此版本" | ||
}, | ||
"updateDownloading": { | ||
"title": "正在下载更新", | ||
"message": "更新准备就绪时您将收到通知", | ||
"ok": "确定" | ||
}, | ||
"updateInstallLater": { | ||
"title": "稍后安装", | ||
"message": "退出应用后将安装更新", | ||
"ok": "确定" | ||
}, | ||
"updateReady": { | ||
"title": "准备安装更新", | ||
"message": "更新已下载", | ||
"installNow": "立即安装", | ||
"installLater": "稍后安装" | ||
}, | ||
"updateSkip": { | ||
"title": "跳过更新", | ||
"message": "我们会在下一个更新可用时通知您\n如果改变主意,您可以从\"关于\"菜单中检查更新。", | ||
"ok": "确定" | ||
}, | ||
"selectClientCertificate": { | ||
"announcement": "选择证书", | ||
"select": "选择", | ||
"validDates": "有效期从 {{-validStart,}} 到 {{-validExpiry,}}" | ||
}, | ||
"openingExternalProtocol": { | ||
"title": "使用自定义协议打开链接", | ||
"message": "{{- protocol }} 链接需要外部应用程序。", | ||
"detail": "请求的链接是 {{- url }} 。您要继续吗?", | ||
"dontAskAgain": "总是在相关应用程序中打开此类链接", | ||
"yes": "是", | ||
"no": "否" | ||
}, | ||
"allowVideoCallCaptureScreen": { | ||
"title": "视频通话正在尝试捕获您的屏幕", | ||
"message": "视频通话正在请求权限以捕获您的屏幕。", | ||
"detail": "来自服务器 {{- url }} 的视频通话需要权限,以便与其他人共享您的屏幕。", | ||
"dontAskAgain": "总是允许来自此服务器的视频通话捕获您的屏幕", | ||
"yes": "允许", | ||
"no": "取消" | ||
}, | ||
"outlookCalendar": { | ||
"title": "Outlook日历", | ||
"encryptionUnavailableTitle": "加密不可用", | ||
"encryptionUnavailable": "您的操作系统不支持加密。\n您的凭据将以明文存储。", | ||
"field_required": "此字段为必填项", | ||
"remember_credentials": "记住我的凭据", | ||
"cancel": " 取消", | ||
"submit": "登录" | ||
}, | ||
"supportedVersion": { | ||
"title": "工作区版本不受支持" | ||
} | ||
}, | ||
"downloads": { | ||
"title": "下载", | ||
"notifications": { | ||
"downloadFinished": "下载完成", | ||
"downloadInterrupted": "下载中断", | ||
"downloadCancelled": "下载已取消", | ||
"downloadFailed": "下载失败", | ||
"downloadExpired": "下载已过期", | ||
"downloadExpiredMessage": "请从源重新尝试下载。" | ||
}, | ||
"filters": { | ||
"search": "搜索", | ||
"server": "服务器", | ||
"mimeType": "类型", | ||
"status": "状态", | ||
"clear": "清除过滤器", | ||
"all": "全部", | ||
"mimes": { | ||
"images": "图片", | ||
"videos": "视频", | ||
"audios": "音频", | ||
"texts": "文本", | ||
"files": "文件" | ||
}, | ||
"statuses": { | ||
"paused": "已暂停", | ||
"cancelled": "已取消" | ||
} | ||
}, | ||
"item": { | ||
"cancel": "取消", | ||
"copyLink": "复制链接", | ||
"errored": "下载已取消", | ||
"pause": "暂停", | ||
"progressSize": "{{receivedBytes, byteSize}} / {{totalBytes, byteSize}} ({{ratio, percentage}})", | ||
"remove": "从列表中移除", | ||
"resume": "恢复", | ||
"retry": "重试", | ||
"showInFolder": "在文件夹中显示" | ||
}, | ||
"showingResults": "显示结果 {{first}} - {{last}} 共 {{count}}" | ||
}, | ||
"certificatesManager": { | ||
"title": "证书管理器", | ||
"trustedCertificates": "受信任的证书", | ||
"notTrustedCertificates": "不受信任的证书", | ||
"item": { | ||
"domain": "域", | ||
"actions": "操作", | ||
"remove": "移除" | ||
} | ||
}, | ||
"settings": { | ||
"title": "设置", | ||
"general": "通用", | ||
"certificates": "证书", | ||
"options": { | ||
"report": { | ||
"title": "向开发人员报告错误", | ||
"description": "匿名向开发人员报告错误。共享的信息包括应用程序版本号、操作系统类型、服务器URL、设备语言和错误类型。不会共享内容或用户名。", | ||
"masDescription": "从Mac App Store安装时,此选项被禁用,错误将通过Mac App Store的错误报告流程报告。" | ||
}, | ||
"flashFrame": { | ||
"title": "启用闪烁窗口", | ||
"titleDarwin": "警报时切换应用程序图标", | ||
"description": "闪烁窗口以吸引用户的注意。", | ||
"onLinux": "某些Linux发行版不支持此功能。", | ||
"descriptionDarwin": "在警报时在应用程序图标上反复弹跳,以吸引用户的注意。" | ||
}, | ||
"hardwareAcceleration": { | ||
"title": "硬件加速", | ||
"description": "在可用时启用硬件加速。更改后,应用程序将重新加载。" | ||
}, | ||
"internalVideoChatWindow": { | ||
"title": "使用应用程序窗口打开视频聊天", | ||
"description": "设置后,视频聊天将使用应用程序的窗口打开,否则将使用默认浏览器。 <strong>Google Meet</strong> 不支持Electron应用程序中的屏幕共享,因此此配置不会更改Meet呼叫的行为,Meet呼叫将在浏览器中打开。", | ||
"masDescription": "从Mac App Store安装时,此选项被禁用,出于安全原因,它将默认使用浏览器打开视频聊天。" | ||
}, | ||
"minimizeOnClose": { | ||
"title": "关闭时最小化", | ||
"description": "关闭应用程序时将最小化应用程序,否则将退出应用程序。需要禁用托盘图标才能生效。" | ||
}, | ||
"menubar": { | ||
"title": "菜单栏", | ||
"description": "在窗口顶部显示菜单栏。" | ||
}, | ||
"sidebar": { | ||
"title": "侧边栏", | ||
"description": "在窗口左侧显示带有服务器列表、下载和设置的侧边栏。" | ||
}, | ||
"trayIcon": { | ||
"title": "托盘图标", | ||
"description": "在系统托盘中显示托盘图标。如果托盘图标处于活动状态,则应用程序将在关闭时隐藏到托盘。否则,将退出应用程序。" | ||
}, | ||
"clearPermittedScreenCaptureServers": { | ||
"title": "清除屏幕捕获权限", | ||
"description": "清除已选择的屏幕捕获权限,以便在视频通话中不再请求。" | ||
}, | ||
"allowScreenCaptureOnVideoCalls": { | ||
"title": "允许视频通话捕获屏幕", | ||
"description": "允许在视频通话中捕获屏幕。每次视频通话都会请求权限。" | ||
}, | ||
"ntlmCredentials": { | ||
"title": "NTLM凭据", | ||
"description": "允许在连接到服务器时使用NTLM凭据。", | ||
"domains": "将使用凭据的域。用逗号分隔。使用*匹配所有域。" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"authNeeded": "需要认证,请尝试<strong>{{- auth}}</strong>", | ||
"connectTimeout": "连接超时", | ||
"differentCertificate": "证书与上一个不同。\n\n {{- detail}}", | ||
"noValidServerFound": "在URL找不到有效的服务器", | ||
"offline": "检查您的互联网连接!" | ||
}, | ||
"landing": { | ||
"invalidUrl": "无效的URL", | ||
"validating": "验证中...", | ||
"inputUrl": "输入您的服务器URL", | ||
"connect": "连接" | ||
}, | ||
"menus": { | ||
"about": "关于{{- appName}}", | ||
"addNewServer": "添加新服务器", | ||
"back": "返回(&B)", | ||
"clearTrustedCertificates": "清除受信任的证书", | ||
"close": "关闭", | ||
"copy": "复制(&C)", | ||
"cut": "剪切(&T)", | ||
"disableGpu": "禁用GPU", | ||
"documentation": "文档", | ||
"downloads": "下载", | ||
"settings": "设置", | ||
"editMenu": "编辑(&E)", | ||
"fileMenu": "文件(&F)", | ||
"forward": "前进(&F)", | ||
"helpMenu": "帮助(&H)", | ||
"hide": "隐藏{{- appName}}", | ||
"hideOthers": "隐藏其他", | ||
"learnMore": "了解更多", | ||
"minimize": "最小化", | ||
"openDevTools": "打开开发工具(&D)", | ||
"openDevToolsOnAllWindows": "在所有窗口上打开开发工具(&D)", | ||
"paste": "粘贴(&P)", | ||
"quit": "退出{{- appName}}(&Q)", | ||
"redo": "重做(&R)", | ||
"reload": "重新加载(&R)", | ||
"reloadIgnoringCache": "重新加载忽略缓存", | ||
"reportIssue": "报告问题", | ||
"resetAppData": "重置应用数据", | ||
"resetZoom": "重置缩放", | ||
"selectAll": "全选(&A)", | ||
"services": "服务", | ||
"showFullScreen": "全屏", | ||
"showMenuBar": "显示菜单栏", | ||
"showOnUnreadMessage": "在未读消息上显示", | ||
"showServerList": "服务器列表", | ||
"showTrayIcon": "托盘图标", | ||
"toggleDevTools": "切换开发工具(&D)", | ||
"undo": "撤销(&U)", | ||
"unhide": "显示全部", | ||
"viewMenu": "视图(&V)", | ||
"windowMenu": "窗口(&W)", | ||
"zoomIn": "放大", | ||
"zoomOut": "缩小" | ||
}, | ||
"loadingError": { | ||
"title": "服务器加载失败", | ||
"announcement": "休斯顿,我们有问题", | ||
"reload": "重新加载" | ||
}, | ||
"unsupportedServer": { | ||
"title": "{{instanceDomain}}正在运行不受支持的Rocket.Chat版本", | ||
"announcement": "管理员需要将工作区更新到受支持的版本,以便重新启用来自移动和桌面应用程序的访问。", | ||
"moreInformation": "了解更多" | ||
}, | ||
"selfxss": { | ||
"title": "停止!", | ||
"description": "这是一个面向开发人员的浏览器功能。如果有人告诉您在此处粘贴东西以启用Rocket.Chat功能或\"黑客\"某人的帐户,这是一种骗局,并且会让他们访问您的Rocket.Chat帐户。", | ||
"moreInfo": "请查看 https://go.rocket.chat/i/xss 了解更多信息。" | ||
}, | ||
"sidebar": { | ||
"addNewServer": "添加新服务器", | ||
"downloads": "下载", | ||
"settings": "设置", | ||
"item": { | ||
"reload": "重新加载服务器", | ||
"remove": "移除服务器", | ||
"openDevTools": "打开开发工具", | ||
"clearCache": "清除缓存", | ||
"clearStorageData": "清除存储数据", | ||
"copyCurrentUrl": "复制当前URL" | ||
} | ||
}, | ||
"touchBar": { | ||
"formatting": "格式", | ||
"selectServer": "选择服务器" | ||
}, | ||
"tray": { | ||
"menu": { | ||
"show": "显示", | ||
"hide": "隐藏", | ||
"quit": "退出" | ||
}, | ||
"tooltip": { | ||
"noUnreadMessage": "{{- appName}}: 没有未读消息", | ||
"unreadMention": "{{- appName}}: 您有一条未读提及/直接消息", | ||
"unreadMention_plural": "{{- appName}}: 您有 {{- count}} 条未读提及/直接消息", | ||
"unreadMessage": "{{- appName}}: 您有未读消息" | ||
}, | ||
"balloon": { | ||
"stillRunning": { | ||
"title": "{{- appName}}仍在运行", | ||
"content": "{{- appName }}已设置为在系统托盘/通知区域中保持运行。" | ||
} | ||
} | ||
}, | ||
"taskbar": { | ||
"unreadMessage": "未读消息", | ||
"unreadMention": "未读提及", | ||
"noUnreadMessage": "没有未读消息" | ||
} | ||
} |