Skip to content

Translations update from Weblate #4234

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

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
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@ ckeditor.plugin.office.importer.fail=Office 导入失败。
ckeditor.plugin.office.importer.noUploadURL=未配置文件上传 URL。
ckeditor.plugin.office.importer.failedToLoadForm=加载表单失败。
### Missing: ckeditor.plugin.resource.notSpecified=The {0} is not specified.
ckeditor.plugin.resource.selectValue=请为链接位置选择一个值。
ckeditor.plugin.save.leaveConfirmationMessage=有未保存的更改。你想丢弃它们吗?
ckeditor.plugin.save.failed=由于 CKEditor 内部错误,无法保存内容。您应该尝试复制重要的更改并重新加载编辑器。
### Missing: ckeditor.plugin.source.conversionFailed=Failed to perform the conversion.
ckeditor.plugin.selection.restoring=正在恢复选择内容...
### Missing: ckeditor.plugin.toolbar.basicStyles=Basic Styles
### Missing: ckeditor.plugin.toolbar.lists=Lists
### Missing: ckeditor.plugin.toolbar.bulletedlist=Bulleted List
Expand Down Expand Up @@ -251,6 +253,11 @@ ckeditor.plugin.realtime.notification.sourcearea.temporarilyLeftSession=暂时
ckeditor.plugin.realtime.notification.sourcearea.rejoiningSession.noChanges=未进行任何更改。重新加入实时会话。
ckeditor.plugin.realtime.notification.sourcearea.rejoiningSession.alone=有未保存的更改,但没有其他人在实时会话中。重新加入。
ckeditor.plugin.realtime.notification.sourcearea.notRejoiningSession=无法重新加入实时会话,因为有未保存的更改。
ckeditor.plugin.upload.downloadingPastedImages=正在下载粘贴的图片:{0} / {1}
ckeditor.plugin.upload.imageDownloadFailed=未能下载 {0} 张中的 {1} 张粘贴的图片
ckeditor.plugin.upload.starting=将在 {0} 秒后开始上传
ckeditor.plugin.upload.uploadingPastedImages=正在上传粘贴的图片:{0} / {1}
ckeditor.plugin.upload.imageUploadFailed=未能上传 {0} 张中的 {1} 张粘贴的图片
ckeditor.inline.failedToInit=初始化CKEditor失败。
ckeditor.upload.error.csrf=缺少 CSRF 令牌。
ckeditor.upload.error.emptyReturn=上传文件时出错:它可能超过配置的最大上传大小。
Expand All @@ -276,6 +283,7 @@ resource.attach.label=附件
### Missing: resource.user.placeholder=alias
### Missing: resourcePicker.attach.hint=Select an attachment
### Missing: resourcePicker.doc.hint=Select a page
resourcePicker.dropdown.toggle.title=切换资源类型的显示。
### Missing: entityResourceSuggester.doc.placeholder=Find a page...
### Missing: entityResourceSuggester.attach.placeholder=Find an attachment...
entityResourceSuggester.create.resolvedInSpace=创建新页面…
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2642,13 +2642,13 @@ xe.invitation.messageStatus.accepted=\u5DF2\u63A5\u53D7
xe.invitation.messageStatus.declined=\u5DF2\u62D2\u7EDD
xe.invitation.messageStatus.canceled=\u5DF2\u53D6\u6D88
xe.invitation.messageStatus.reported=\u62A5\u544A\u4E3A\u5783\u573E\u90AE\u4EF6
### Missing: xe.invitation.messageStatus.investigated=Spam report investigated
### Missing: xe.invitation.messageStatus.unknown=Unknown status ({0})
### Missing: xe.invitation.messageStatus.sendingFailed=Failed to send message
xe.invitation.messageStatus.investigated=\u5783\u573E\u90AE\u4EF6\u62A5\u544A\u5DF2\u8C03\u67E5
xe.invitation.messageStatus.unknown=\u672A\u77E5\u72B6\u6001 ({0})
xe.invitation.messageStatus.sendingFailed=\u53D1\u9001\u6D88\u606F\u5931\u8D25

### Office importer application
### Missing: xe.officeimporter.notallowed=Guests are not allowed to view the contents of this page.
### Missing: xe.officeimporter.error.normaluser=This application requires an active Office Server which we could not locate. Please contact your administrator to resolve this issue.
xe.officeimporter.notallowed=\u8BBF\u5BA2\u6CA1\u6709\u6743\u9650\u67E5\u770B\u6B64\u9875\u9762\u7684\u5185\u5BB9\u3002
xe.officeimporter.error.normaluser=\u6B64\u5E94\u7528\u7A0B\u5E8F\u9700\u8981\u4E00\u4E2A\u6D3B\u52A8\u7684Office Server\uFF0C\u4F46\u6211\u4EEC\u627E\u4E0D\u5230\u5B83\u3002\u8BF7\u4E0E\u7BA1\u7406\u5458\u8054\u7CFB\u4EE5\u89E3\u51B3\u6B64\u95EE\u9898\u3002
### Missing: xe.officeimporter.error.adminuser=You need to setup an Office Server to make the Office Importer application available to your users. Please look at the Office Importer {0}documentation{1} for instructions on how to setup and configure an Office Server.
xe.officeimporter.import.title=\u529E\u516C\u5BFC\u5165\u5668
xe.officeimporter.import.document=\u6587\u6863
Expand Down
Loading