Blame view

sources/apps/documents/l10n/zh_CN.php 2.89 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
  <?php $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
2
3
4
  "Can't create document" => "无法创建文档",
  "You don't have permission to rename this document" => "您没有重命名该文档的权限",
  "Documents" => "文档",
d1bafeea1   Kload   [fix] Upgrade to ...
5
  "Failed to load documents." => "载入文档失败",
6d9380f96   Cédric Dupont   Update sources OC...
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  "No documents are found. Please upload or create a document!" => "未找到任何文档。请上传或者创建文档!",
  "Share" => "共享",
  "Close" => "关闭",
  "No connection to server. Trying to reconnect." => "无法连接到服务,正在尝试重新连接。",
  "Leaving this page in Editor mode might cause unsaved data. It is recommended to use 'Close' button instead." => "从编辑模式离开当前页面可能会导致数据丢失。建议改用“关闭”按钮。",
  "Failed to load this document. Please check if it can be opened with an external odt editor. This might also mean it has been unshared or deleted recently." => "打开文档失败,请检查此文档是否可以使用外部 ODT 编辑器打开。同时,此文档可能已经关闭分享或者已经被删除。",
  "Save" => "保存",
  "Loading documents..." => "载入文档......",
  "'.' is an invalid file name." => "'.' 是一个无效的文件名。",
  "File name cannot be empty." => "文件名不能为空。",
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "无效名称,'\\', '/', '<', '>', ':', '\"', '|', '?' 和 '*' 不被允许使用。",
  "Align Left" => "左对齐",
  "Alignment" => "对齐",
  "Align Right" => "右对齐",
  "Annotate" => "注释",
  "Background" => "背景",
  "Bold" => "粗体",
  "Bottom" => "底部",
d1bafeea1   Kload   [fix] Upgrade to ...
24
  "Cancel" => "取消",
6d9380f96   Cédric Dupont   Update sources OC...
25
26
  "Clone" => "克隆",
  "Color" => "颜色",
d1bafeea1   Kload   [fix] Upgrade to ...
27
  "Create" => "创建",
6d9380f96   Cédric Dupont   Update sources OC...
28
  "Default Style" => "默认样式",
d1bafeea1   Kload   [fix] Upgrade to ...
29
  "Delete" => "删除",
6d9380f96   Cédric Dupont   Update sources OC...
30
31
32
33
34
35
36
37
  "Family" => "字体族",
  "Font" => "字体",
  "Font Effects" => "字体效果",
  "Format" => "格式",
  "Increase Indent" => "增加缩进",
  "Insert Image" => "插入图片",
  "Invite Members" => "邀请用户",
  "Italic" => "斜体",
d1bafeea1   Kload   [fix] Upgrade to ...
38
  "Loading" => "加载中",
6d9380f96   Cédric Dupont   Update sources OC...
39
  "Members" => "成员",
d1bafeea1   Kload   [fix] Upgrade to ...
40
41
42
  "OK" => "OK",
  "Open" => "打开",
  "Options" => "选项",
6d9380f96   Cédric Dupont   Update sources OC...
43
  "Redo" => "重做",
d1bafeea1   Kload   [fix] Upgrade to ...
44
  "Size" => "大小",
6d9380f96   Cédric Dupont   Update sources OC...
45
  "Style" => "样式",
d1bafeea1   Kload   [fix] Upgrade to ...
46
  "Text" => "文本",
6d9380f96   Cédric Dupont   Update sources OC...
47
48
49
50
51
52
53
54
55
56
57
  "Underline" => "下划线",
  "Undo" => "撤消",
  "Unknown Author" => "未知作者",
  "Edit" => "编辑",
  "Local" => "本地",
  "External" => "外部",
  "scheme://domain.tld[:port]" => "scheme://domain.tld[:port]",
  "Server URL" => "服务器 URL",
  "Apply" => "应用",
  "New document" => "新建文档",
  "Upload (max. %s)" => "上传 (最大 %s)",
d1bafeea1   Kload   [fix] Upgrade to ...
58
  "Upload" => "上传",
6d9380f96   Cédric Dupont   Update sources OC...
59
60
61
62
63
64
65
  "Save new documents to" => "保存新文档到",
  "Wrong password. Please retry." => "密码错误,请重新尝试。",
  "Password" => "密码",
  "Guest %s" => "访客 %s",
  "This link has been expired or is never existed. Please contact the person who shared it with you for details." => "该链接已失效或不存在。详情请联系文件分享者。",
  "Advanced feature-set" => "高级功能",
  "(Unstable)" => "(非稳定)"
d1bafeea1   Kload   [fix] Upgrade to ...
66
  );