Blame view

sources/apps/files/l10n/zh_CN.php 6.33 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
  "Could not move %s - File with this name already exists" => "无法移动 %s - 同名文件已存在",
  "Could not move %s" => "无法移动 %s",
31b7f2792   Kload   Upgrade to ownclo...
5
  "File name cannot be empty." => "文件名不能为空。",
6d9380f96   Cédric Dupont   Update sources OC...
6
7
8
9
10
11
12
13
14
15
  "\"%s\" is an invalid file name." => "“%s” 是一个无效的文件名。",
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "无效名称,'\\', '/', '<', '>', ':', '\"', '|', '?' 和 '*' 不被允许使用。",
  "The target folder has been moved or deleted." => "目标文件夹已经被移动或删除。",
  "The name %s is already used in the folder %s. Please choose a different name." => "文件名 %s 是已经在 %s 中存在的名称。请使用其他名称。",
  "Not a valid source" => "不是一个可用的源",
  "Server is not allowed to open URLs, please check the server configuration" => "服务器没有允许打开URL网址,请检查服务器配置",
  "Error while downloading %s to %s" => "当下载 %s 到 %s 时出错",
  "Error when creating the file" => "当创建文件是出错",
  "Folder name cannot be empty." => "文件夹名称不能为空",
  "Error when creating the folder" => "创建文件夹出错",
31b7f2792   Kload   Upgrade to ownclo...
16
17
  "Unable to set upload directory." => "无法设置上传文件夹。",
  "Invalid Token" => "无效密匙",
03e52840d   Kload   Init
18
  "No file was uploaded. Unknown error" => "没有文件被上传。未知错误",
31b7f2792   Kload   Upgrade to ownclo...
19
  "There is no error, the file uploaded with success" => "文件上传成功,没有错误发生",
03e52840d   Kload   Init
20
  "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "上传文件大小已超过php.ini中upload_max_filesize所规定的值",
31b7f2792   Kload   Upgrade to ownclo...
21
22
23
  "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "上传的文件长度超出了 HTML 表单中 MAX_FILE_SIZE 的限制",
  "The uploaded file was only partially uploaded" => "已上传文件只上传了部分(不完整)",
  "No file was uploaded" => "没有文件被上传",
03e52840d   Kload   Init
24
25
  "Missing a temporary folder" => "缺少临时目录",
  "Failed to write to disk" => "写入磁盘失败",
31b7f2792   Kload   Upgrade to ownclo...
26
  "Not enough storage available" => "没有足够的存储空间",
6d9380f96   Cédric Dupont   Update sources OC...
27
28
  "Upload failed. Could not find uploaded file" => "上传失败。不能发现上传的文件",
  "Upload failed. Could not get file info." => "上传失败。不能获取文件信息。",
03e52840d   Kload   Init
29
30
  "Invalid directory." => "无效文件夹。",
  "Files" => "文件",
6d9380f96   Cédric Dupont   Update sources OC...
31
32
33
34
  "All files" => "全部文件",
  "Unable to upload {filename} as it is a directory or has 0 bytes" => "不能上传文件 {filename} ,由于它是一个目录或者为0字节",
  "Total file size {size1} exceeds upload limit {size2}" => "总文件大小 {size1} 超过上传限制 {size2}",
  "Not enough free space, you are uploading {size1} but only {size2} is left" => "没有足够的可用空间,您正在上传 {size1} 的文件但是只有 {size2} 可用。",
31b7f2792   Kload   Upgrade to ownclo...
35
  "Upload cancelled." => "上传已取消",
6d9380f96   Cédric Dupont   Update sources OC...
36
  "Could not get result from server." => "不能从服务器得到结果",
31b7f2792   Kload   Upgrade to ownclo...
37
  "File upload is in progress. Leaving the page now will cancel the upload." => "文件正在上传中。现在离开此页会导致上传动作被取消。",
6d9380f96   Cédric Dupont   Update sources OC...
38
  "URL cannot be empty" => "URL不能为空",
31b7f2792   Kload   Upgrade to ownclo...
39
  "{new_name} already exists" => "{new_name} 已存在",
6d9380f96   Cédric Dupont   Update sources OC...
40
41
42
  "Could not create file" => "不能创建文件",
  "Could not create folder" => "不能创建文件夹",
  "Error fetching URL" => "获取URL出错",
03e52840d   Kload   Init
43
44
  "Share" => "分享",
  "Delete permanently" => "永久删除",
6d9380f96   Cédric Dupont   Update sources OC...
45
  "Delete" => "删除",
03e52840d   Kload   Init
46
  "Rename" => "重命名",
03e52840d   Kload   Init
47
  "Your download is being prepared. This might take some time if the files are big." => "下载正在准备中。如果文件较大可能会花费一些时间。",
6d9380f96   Cédric Dupont   Update sources OC...
48
49
50
  "Pending" => "等待",
  "Error moving file." => "移动文件出错。",
  "Error moving file" => "移动文件错误",
31b7f2792   Kload   Upgrade to ownclo...
51
  "Error" => "错误",
6d9380f96   Cédric Dupont   Update sources OC...
52
53
  "Could not rename file" => "不能重命名文件",
  "Error deleting file." => "删除文件出错。",
03e52840d   Kload   Init
54
55
56
  "Name" => "名称",
  "Size" => "大小",
  "Modified" => "修改日期",
6d9380f96   Cédric Dupont   Update sources OC...
57
58
59
60
61
62
63
64
65
66
  "_%n folder_::_%n folders_" => array("%n 文件夹"),
  "_%n file_::_%n files_" => array("%n个文件"),
  "_Uploading %n file_::_Uploading %n files_" => array("上传 %n 个文件"),
  "\"{name}\" is an invalid file name." => "“{name}”是一个无效的文件名。",
  "Your storage is full, files can not be updated or synced anymore!" => "您的存储空间已满,文件将无法更新或同步!",
  "Your storage is almost full ({usedSpacePercent}%)" => "您的存储空间即将用完 ({usedSpacePercent}%)",
  "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "加密应用被启用了,但是你的加密密钥没有初始化,请重新登出登录系统一次。",
  "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "无效的私有密钥。请到您的个人配置里去更新私有密钥,来恢复对加密文件的访问。",
  "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "加密是被禁用的,但是您的文件还是被加密了。请到您的个人配置里设置文件加密选项。",
  "{dirs} and {files}" => "{dirs} 和 {files}",
31b7f2792   Kload   Upgrade to ownclo...
67
  "%s could not be renamed" => "%s 不能被重命名",
6d9380f96   Cédric Dupont   Update sources OC...
68
  "Upload (max. %s)" => "上传 (最大 %s)",
03e52840d   Kload   Init
69
70
71
  "File handling" => "文件处理",
  "Maximum upload size" => "最大上传大小",
  "max. possible: " => "最大允许: ",
03e52840d   Kload   Init
72
  "Save" => "保存",
6d9380f96   Cédric Dupont   Update sources OC...
73
74
  "WebDAV" => "WebDAV",
  "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "使用这个地址 <a href=\"%s\" target=\"_blank\">通过 WebDAV 访问您的文件</a>",
03e52840d   Kload   Init
75
  "New" => "新建",
6d9380f96   Cédric Dupont   Update sources OC...
76
  "New text file" => "创建文本文件",
03e52840d   Kload   Init
77
  "Text file" => "文本文件",
6d9380f96   Cédric Dupont   Update sources OC...
78
  "New folder" => "增加文件夹",
03e52840d   Kload   Init
79
80
  "Folder" => "文件夹",
  "From link" => "来自链接",
6d9380f96   Cédric Dupont   Update sources OC...
81
  "You don’t have permission to upload or create files here" => "您没有权限来上传湖州哦和创建文件",
03e52840d   Kload   Init
82
83
  "Nothing in here. Upload something!" => "这里还什么都没有。上传些东西吧!",
  "Download" => "下载",
03e52840d   Kload   Init
84
85
86
  "Upload too large" => "上传文件过大",
  "The files you are trying to upload exceed the maximum size for file uploads on this server." => "您正尝试上传的文件超过了此服务器可以上传的最大容量限制",
  "Files are being scanned, please wait." => "文件正在被扫描,请稍候。",
6d9380f96   Cédric Dupont   Update sources OC...
87
  "Currently scanning" => "正在扫描"
03e52840d   Kload   Init
88
  );
31b7f2792   Kload   Upgrade to ownclo...
89
  $PLURAL_FORMS = "nplurals=1; plural=0;";