Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_CN.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 86bc519e8f5efd6485eaa80b98a452a32b34f6ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
OC.L10N.register(
    "richdocuments",
    {
    "Saving…" : "保存中",
    "All" : "全部",
    "Download this revision" : "下载此修订版本",
    "Restore this revision" : "恢复此修订版本",
    "Latest revision" : "最新版本",
    "More versions…" : "更多版本…",
    "Just now" : "刚刚",
    "Failed to revert the document to older version" : "文件回滚旧版本失败",
    "Save" : "保存",
    "Loading documents…" : "载入文档...",
    "Edit" : "编辑",
    "New Document" : "新建文档",
    "New Spreadsheet" : "新建表格",
    "New Presentation" : "新建幻灯片",
    "Could not create file" : "不能创建文件",
    "New Document.odt" : "新建文档.odt",
    "New Spreadsheet.ods" : "新建表格.ods",
    "New Presentation.odp" : "新建幻灯片.odp",
    "New Document.docx" : "新文档.docx",
    "New Spreadsheet.xlsx" : "新表格.xlsx",
    "New Presentation.pptx" : "新幻灯.pptx",
    "Can't create document" : "无法创建文档",
    "Saved" : "已保存",
    "Saved with error: Collabora Online should use the same protocol as the server installation." : "保存时出错:在线协作应使用与服务器安装相同的协议。",
    "Collabora Online" : "在线协作",
    "Collabora Online server" : "在线协作服务器",
    "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "类WOPI客户端提供编辑功能在线协作服务器的网址URL (端口) ",
    "Apply" : "应用",
    "Use OOXML by default for new files" : "为新文件默认使用面向对象XML",
    "Wrong password. Please retry." : "密码错误,请重新尝试。",
    "Password" : "密码",
    "OK" : "确定",
    "Guest %s" : "访客 %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "该链接已失效或不存在。详情请联系文件分享者。"
},
"nplurals=1; plural=0;");