Blame view

sources/apps/files/l10n/zh_CN.php 3.85 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
6
7
  "File name cannot be empty." => "文件名不能为空。",
  "Unable to set upload directory." => "无法设置上传文件夹。",
  "Invalid Token" => "无效密匙",
03e52840d   Kload   Init
8
  "No file was uploaded. Unknown error" => "没有文件被上传。未知错误",
31b7f2792   Kload   Upgrade to ownclo...
9
  "There is no error, the file uploaded with success" => "文件上传成功,没有错误发生",
03e52840d   Kload   Init
10
  "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "上传文件大小已超过php.ini中upload_max_filesize所规定的值",
31b7f2792   Kload   Upgrade to ownclo...
11
12
13
  "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
14
15
  "Missing a temporary folder" => "缺少临时目录",
  "Failed to write to disk" => "写入磁盘失败",
31b7f2792   Kload   Upgrade to ownclo...
16
  "Not enough storage available" => "没有足够的存储空间",
03e52840d   Kload   Init
17
18
  "Invalid directory." => "无效文件夹。",
  "Files" => "文件",
31b7f2792   Kload   Upgrade to ownclo...
19
20
21
22
  "Not enough space available" => "没有足够可用空间",
  "Upload cancelled." => "上传已取消",
  "File upload is in progress. Leaving the page now will cancel the upload." => "文件正在上传中。现在离开此页会导致上传动作被取消。",
  "{new_name} already exists" => "{new_name} 已存在",
03e52840d   Kload   Init
23
24
  "Share" => "分享",
  "Delete permanently" => "永久删除",
03e52840d   Kload   Init
25
  "Rename" => "重命名",
31b7f2792   Kload   Upgrade to ownclo...
26
  "Pending" => "等待",
03e52840d   Kload   Init
27
28
  "replaced {new_name} with {old_name}" => "已将 {old_name}替换成 {new_name}",
  "undo" => "撤销",
31b7f2792   Kload   Upgrade to ownclo...
29
30
31
  "_%n folder_::_%n folders_" => array("%n 文件夹"),
  "_%n file_::_%n files_" => array("%n个文件"),
  "_Uploading %n file_::_Uploading %n files_" => array(""),
03e52840d   Kload   Init
32
  "'.' is an invalid file name." => "'.' 是一个无效的文件名。",
03e52840d   Kload   Init
33
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "无效名称,'\\', '/', '<', '>', ':', '\"', '|', '?' 和 '*' 不被允许使用。",
31b7f2792   Kload   Upgrade to ownclo...
34
35
  "Your storage is full, files can not be updated or synced anymore!" => "您的存储空间已满,文件将无法更新或同步!",
  "Your storage is almost full ({usedSpacePercent}%)" => "您的存储空间即将用完 ({usedSpacePercent}%)",
03e52840d   Kload   Init
36
  "Your download is being prepared. This might take some time if the files are big." => "下载正在准备中。如果文件较大可能会花费一些时间。",
31b7f2792   Kload   Upgrade to ownclo...
37
  "Error" => "错误",
03e52840d   Kload   Init
38
39
40
  "Name" => "名称",
  "Size" => "大小",
  "Modified" => "修改日期",
31b7f2792   Kload   Upgrade to ownclo...
41
  "%s could not be renamed" => "%s 不能被重命名",
03e52840d   Kload   Init
42
43
44
45
46
47
48
49
50
51
52
53
54
  "Upload" => "上传",
  "File handling" => "文件处理",
  "Maximum upload size" => "最大上传大小",
  "max. possible: " => "最大允许: ",
  "Needed for multi-file and folder downloads." => "多文件和文件夹下载需要此项。",
  "Enable ZIP-download" => "启用 ZIP 下载",
  "0 is unlimited" => "0 为无限制",
  "Maximum input size for ZIP files" => "ZIP 文件的最大输入大小",
  "Save" => "保存",
  "New" => "新建",
  "Text file" => "文本文件",
  "Folder" => "文件夹",
  "From link" => "来自链接",
31b7f2792   Kload   Upgrade to ownclo...
55
  "Deleted files" => "已删除文件",
03e52840d   Kload   Init
56
57
58
  "Cancel upload" => "取消上传",
  "Nothing in here. Upload something!" => "这里还什么都没有。上传些东西吧!",
  "Download" => "下载",
0f30ed153   Kload   RC4
59
  "Unshare" => "取消共享",
31b7f2792   Kload   Upgrade to ownclo...
60
  "Delete" => "删除",
03e52840d   Kload   Init
61
62
63
  "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." => "文件正在被扫描,请稍候。",
31b7f2792   Kload   Upgrade to ownclo...
64
65
  "Current scanning" => "当前扫描",
  "Upgrading filesystem cache..." => "正在更新文件系统缓存..."
03e52840d   Kload   Init
66
  );
31b7f2792   Kload   Upgrade to ownclo...
67
  $PLURAL_FORMS = "nplurals=1; plural=0;";