|
1 | 1 | OC.L10N.register( |
2 | 2 | "richdocuments", |
3 | 3 | { |
4 | | - "Please contact the \"%s\" administrator." : "请联系管理员“%s”。", |
5 | | - "New Document.odt" : "新建文档.odt", |
6 | | - "New Spreadsheet.ods" : "新建表格.ods", |
7 | | - "New Presentation.odp" : "新建幻灯片.odp", |
8 | | - "Can't create document" : "无法创建文档", |
9 | | - "You don't have permission to rename this document" : "您没有重命名该文档的权限", |
10 | | - "Saved" : "已保存", |
11 | 4 | "Saving..." : "保存中...", |
12 | | - "None" : "不提醒", |
13 | | - "All" : "全部", |
14 | | - "Failed to load the document, please contact your administrator." : "无法加载文档,请联系管理员。", |
15 | | - "Failed to load documents." : "载入文档失败", |
16 | | - "No documents were found. Upload or create a document to get started!" : "未找到任何文档。开始上传或者创建文档!", |
| 5 | + "Download this revision" : "下载此修订版本", |
| 6 | + "Restore this revision" : "恢复此修订版本", |
17 | 7 | "Latest revision" : "最新版本", |
18 | 8 | "More versions..." : "更多版本...", |
19 | 9 | "Just now" : "刚刚", |
20 | | - "No connection to server. Trying to reconnect." : "无法连接到服务,正在尝试重新连接。", |
| 10 | + "Failed to revert the document to older version" : "文件回滚旧版本失败", |
21 | 11 | "Save" : "保存", |
22 | 12 | "Loading documents..." : "载入文档...", |
23 | | - "'.' is an invalid file name." : "'.' 是一个无效的文件名。", |
24 | | - "File name cannot be empty." : "文件名不能为空。", |
25 | | - "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "无效名称,'\\', '/', '<', '>', ':', '\"', '|', '?' 和 '*' 不被允许使用。", |
26 | | - "\"{name}\" is an invalid file name." : "“{name}”是一个无效的文件名。", |
27 | | - "Shared" : "已共享", |
28 | | - "Error" : "错误", |
29 | | - "Error while sharing" : "共享时出错", |
30 | | - "Error while unsharing" : "取消共享时出错", |
31 | | - "Error while changing permissions" : "修改权限时出错", |
32 | | - "Shared with you and the group {group} by {owner}" : "{owner} 共享给您及 {group} 组", |
33 | | - "Shared with you by {owner}" : "{owner} 与您共享", |
34 | | - "Share with users or groups …" : "分享给其他用户或组 ...", |
35 | | - "Share with users, groups or remote users …" : "分享给其他用户、组或远程用户 ...", |
36 | | - "Share" : "共享", |
37 | | - "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "使用语法 username@example.com/owncloud 分享给其他 ownCloud 上的用户", |
38 | | - "Share link" : "分享链接", |
39 | | - "The public link will expire no later than {days} days after it is created" : "这个共享链接将在创建后 {days} 天失效", |
40 | | - "Link" : "链接", |
41 | | - "Password protect" : "密码保护", |
42 | | - "Password" : "密码", |
43 | | - "Choose a password for the public link" : "为共享链接设置密码", |
44 | | - "Allow editing" : "允许编辑", |
45 | | - "Email link to person" : "发送链接到个人", |
46 | | - "Send" : "发送", |
47 | | - "Set expiration date" : "设置过期日期", |
48 | | - "Expiration" : "过期", |
49 | | - "Expiration date" : "过期日期", |
50 | | - "An error occured. Please try again" : "发生了一个错误请重新尝试", |
51 | | - "Adding user..." : "添加用户中...", |
52 | | - "group" : "群组", |
53 | | - "remote" : "远程", |
54 | | - "Resharing is not allowed" : "不允许二次共享", |
55 | | - "Shared in {item} with {user}" : "在 {item} 与 {user} 共享。", |
56 | | - "Unshare" : "取消共享", |
57 | | - "notify by email" : "以邮件通知", |
58 | | - "can share" : "可共享", |
59 | | - "can edit" : "可编辑", |
60 | | - "access control" : "访问控制", |
61 | | - "create" : "创建", |
62 | | - "change" : "更改", |
63 | | - "delete" : "删除", |
64 | | - "Password protected" : "密码已受保护", |
65 | | - "Error unsetting expiration date" : "取消设置过期日期时出错", |
66 | | - "Error setting expiration date" : "设置过期日期时出错", |
67 | | - "Sending ..." : "正在发送...", |
68 | | - "Email sent" : "邮件已发送", |
69 | | - "Warning" : "警告", |
70 | 13 | "Edit" : "编辑", |
| 14 | + "View" : "查看", |
71 | 15 | "Document" : "文档", |
72 | 16 | "Spreadsheet" : "表格", |
73 | 17 | "Presentation" : "幻灯片", |
74 | 18 | "Could not create file" : "不能创建文件", |
75 | | - "guest" : "访客", |
| 19 | + "New Document.odt" : "新建文档.odt", |
| 20 | + "New Spreadsheet.ods" : "新建表格.ods", |
| 21 | + "New Presentation.odp" : "新建幻灯片.odp", |
| 22 | + "New Document.docx" : "新文档.docx", |
| 23 | + "New Spreadsheet.xlsx" : "新表格.xlsx", |
| 24 | + "New Presentation.pptx" : "新幻灯.pptx", |
| 25 | + "Can't create document" : "无法创建文档", |
| 26 | + "Saved" : "已保存", |
| 27 | + "Saved with error: Collabora Online should use the same protocol as the server installation." : "保存时出错:在线协作应使用与服务器安装相同的协议。", |
76 | 28 | "Collabora Online" : "在线协作", |
| 29 | + "Collabora Online server" : "在线协作服务器", |
| 30 | + "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "类WOPI客户端提供编辑功能在线协作服务器的网址URL (端口) ", |
77 | 31 | "Apply" : "应用", |
78 | | - "Groups" : "群组", |
79 | | - "New Document" : "新建文档", |
80 | | - "New Spreadsheet" : "新建表格", |
81 | | - "New Presentation" : "新建幻灯片", |
82 | | - "Upload (max. %s)" : "上传 (最大 %s)", |
83 | | - "Upload" : "上传", |
| 32 | + "Use OOXML by default for new files" : "为新文件默认使用面向对象XML", |
84 | 33 | "Wrong password. Please retry." : "密码错误,请重新尝试。", |
| 34 | + "Password" : "密码", |
85 | 35 | "OK" : "确定", |
86 | 36 | "Guest %s" : "访客 %s", |
87 | 37 | "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "该链接已失效或不存在。详情请联系文件分享者。" |
|
0 commit comments