richdocuments/l10n/zh_CN.php

94 lines
4.3 KiB
PHP
Raw Normal View History

2014-10-27 16:29:45 -04:00
<?php
$TRANSLATIONS = array(
2014-10-30 00:43:20 -04:00
"Documents" => "文档",
2014-05-07 00:44:19 -04:00
"Can't create document" => "无法创建文档",
2014-02-27 00:44:08 -05:00
"You don't have permission to rename this document" => "您没有重命名该文档的权限",
2014-07-05 00:43:25 -04:00
"Directory saved successfully." => "目录保存成功。",
2014-10-30 00:43:20 -04:00
"An error occurred while changing directory." => "修改目录时发生了一个错误。",
"Saved" => "已保存",
2014-12-20 00:43:17 -05:00
"Format filter server is down or misconfigured" => "格式过滤服务器无法连接或配置错误",
2014-10-30 00:43:20 -04:00
"Conversion failed. Check log for details." => "转换失败,请检查日志了解详情。",
2014-12-20 00:43:17 -05:00
"Saving..." => "保存中...",
2014-05-12 00:44:33 -04:00
"Failed to load documents." => "载入文档失败",
2014-07-19 00:43:08 -04:00
"No documents were found. Upload or create a document to get started!" => "未找到任何文档。开始上传或者创建文档!",
2013-12-02 15:23:07 -05:00
"No connection to server. Trying to reconnect." => "无法连接到服务,正在尝试重新连接。",
2014-02-27 00:44:08 -05:00
"Leaving this page in Editor mode might cause unsaved data. It is recommended to use 'Close' button instead." => "从编辑模式离开当前页面可能会导致数据丢失。建议改用“关闭”按钮。",
2013-12-02 15:23:07 -05:00
"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 编辑器打开。同时,此文档可能已经关闭分享或者已经被删除。",
2014-03-15 01:11:32 -04:00
"Save" => "保存",
2014-12-20 00:43:17 -05:00
"Loading documents..." => "载入文档...",
2013-12-07 20:22:36 -05:00
"'.' is an invalid file name." => "'.' 是一个无效的文件名。",
"File name cannot be empty." => "文件名不能为空。",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "无效名称,'\\', '/', '<', '>', ':', '\"', '|', '?' 和 '*' 不被允许使用。",
2013-12-02 15:23:07 -05:00
"Align Left" => "左对齐",
"Alignment" => "对齐",
"Align Right" => "右对齐",
2014-02-27 00:44:08 -05:00
"Annotate" => "注释",
2013-12-02 15:23:07 -05:00
"Background" => "背景",
"Bold" => "粗体",
"Bottom" => "底部",
2013-11-20 16:10:05 -05:00
"Cancel" => "取消",
2014-07-05 00:43:25 -04:00
"Center" => "居中",
2014-02-27 00:44:08 -05:00
"Clone" => "克隆",
2014-12-20 00:43:17 -05:00
"Clone this Style" => "复制此样式",
2014-07-15 00:43:40 -04:00
"Close" => "关闭",
2013-12-02 15:23:07 -05:00
"Color" => "颜色",
2013-11-20 16:10:05 -05:00
"Create" => "创建",
2014-07-05 00:43:25 -04:00
"Decrease Indent" => "减少缩进",
2013-12-02 15:23:07 -05:00
"Default Style" => "默认样式",
2013-11-20 16:10:05 -05:00
"Delete" => "删除",
2014-05-05 00:44:20 -04:00
"Family" => "字体族",
2013-12-02 15:23:07 -05:00
"Font" => "字体",
"Font Effects" => "字体效果",
"Format" => "格式",
"Increase Indent" => "增加缩进",
"Insert Image" => "插入图片",
"Invite Members" => "邀请用户",
"Italic" => "斜体",
2014-07-05 00:43:25 -04:00
"Justified" => "两端对齐",
2014-07-19 00:43:08 -04:00
"Justify" => "对齐",
2014-07-05 00:43:25 -04:00
"Left" => "左对齐",
2013-11-20 16:10:05 -05:00
"Loading" => "加载中",
2013-12-02 15:23:07 -05:00
"Members" => "成员",
2014-07-05 00:43:25 -04:00
"New Name:" => "新样式名称:",
2014-12-20 00:43:17 -05:00
"OK" => "确定",
2013-11-20 16:10:05 -05:00
"Open" => "打开",
"Options" => "选项",
2014-07-05 00:43:25 -04:00
"Paragraph..." => "段落....",
"Paragraph Styles" => "段落样式",
2013-12-02 15:23:07 -05:00
"Redo" => "重做",
2014-07-05 00:43:25 -04:00
"Right" => "右对齐",
2013-11-20 16:10:05 -05:00
"Size" => "大小",
2014-07-05 00:43:25 -04:00
"Spacing" => "边距",
"Strikethrough" => "删除线",
2013-12-02 15:23:07 -05:00
"Style" => "样式",
2013-11-20 16:10:05 -05:00
"Text" => "文本",
2014-07-05 00:43:25 -04:00
"Top" => "顶部",
2013-12-02 15:23:07 -05:00
"Underline" => "下划线",
"Undo" => "撤消",
"Unknown Author" => "未知作者",
2013-12-04 18:14:05 -05:00
"Edit" => "编辑",
2014-12-20 00:43:17 -05:00
"Share" => "共享",
2014-07-05 00:43:25 -04:00
"guest" => "访客",
"MS Word support (requires openOffice/libreOffice)" => "Microsoft Word 支持 (需要 openOffice/libreOffice)",
2014-05-07 00:44:19 -04:00
"Local" => "本地",
2014-07-05 00:43:25 -04:00
"openOffice/libreOffice is installed on this server. Path to binary is provided via preview_libreoffice_path in config.php" => "此服务器已经安装 openOffice/libreOfficeconfig.php 中的 preview_libreoffice_path 指定了程序的路径",
2014-05-07 00:44:19 -04:00
"External" => "外部",
2014-07-05 00:43:25 -04:00
"openOffice/libreOffice is installed on external server running a format filter server" => "openOffice/libreOffice 安装在一台运行有 Format Filter Server 的外部服务器上",
2014-11-12 00:43:25 -05:00
"Disabled" => "禁用",
2014-12-20 00:43:17 -05:00
"No MS Word support" => "无 MS Word 支持",
2014-05-07 00:44:19 -04:00
"scheme://domain.tld[:port]" => "scheme://domain.tld[:port]",
"Server URL" => "服务器 URL",
2014-07-19 00:43:08 -04:00
"Apply and test" => "应用并测试",
2013-12-02 15:23:07 -05:00
"New document" => "新建文档",
2014-06-04 00:43:15 -04:00
"Upload (max. %s)" => "上传 (最大 %s)",
2013-11-13 17:05:11 -05:00
"Upload" => "上传",
2014-02-27 00:44:08 -05:00
"Save new documents to" => "保存新文档到",
2013-12-02 15:23:07 -05:00
"Wrong password. Please retry." => "密码错误,请重新尝试。",
"Password" => "密码",
2014-05-07 00:44:19 -04:00
"Guest %s" => "访客 %s",
2014-02-27 00:44:08 -05:00
"This link has been expired or is never existed. Please contact the person who shared it with you for details." => "该链接已失效或不存在。详情请联系文件分享者。",
"Advanced feature-set" => "高级功能",
"(Unstable)" => "(非稳定)"
2013-08-28 17:35:04 -04:00
);
2014-10-27 16:29:45 -04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";