You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zh_CN.php 3.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "帮助",
  4. "Personal" => "个人",
  5. "Settings" => "设置",
  6. "Users" => "用户",
  7. "Admin" => "管理",
  8. "web services under your control" => "您控制的web服务",
  9. "ZIP download is turned off." => "ZIP 下载已经关闭",
  10. "Files need to be downloaded one by one." => "需要逐一下载文件",
  11. "Back to Files" => "回到文件",
  12. "Selected files too large to generate zip file." => "选择的文件太大,无法生成 zip 文件。",
  13. "App does not provide an info.xml file" => "应用未提供 info.xml 文件",
  14. "Application is not enabled" => "应用程序未启用",
  15. "Authentication error" => "认证出错",
  16. "Token expired. Please reload page." => "Token 过期,请刷新页面。",
  17. "Files" => "文件",
  18. "Text" => "文本",
  19. "Images" => "图片",
  20. "%s enter the database username." => "%s 输入数据库用户名。",
  21. "%s enter the database name." => "%s 输入数据库名称。",
  22. "%s you may not use dots in the database name" => "%s 您不能在数据库名称中使用英文句号。",
  23. "MS SQL username and/or password not valid: %s" => "MS SQL 用户名和/或密码无效:%s",
  24. "You need to enter either an existing account or the administrator." => "你需要输入一个数据库中已有的账户或管理员账户。",
  25. "MySQL username and/or password not valid" => "MySQL 数据库用户名和/或密码无效",
  26. "DB Error: \"%s\"" => "数据库错误:\"%s\"",
  27. "Offending command was: \"%s\"" => "冲突命令为:\"%s\"",
  28. "MySQL user '%s'@'localhost' exists already." => "MySQL 用户 '%s'@'localhost' 已存在。",
  29. "Drop this user from MySQL" => "建议从 MySQL 数据库中丢弃 Drop 此用户",
  30. "MySQL user '%s'@'%%' already exists" => "MySQL 用户 '%s'@'%%' 已存在",
  31. "Drop this user from MySQL." => "建议从 MySQL 数据库中丢弃 Drop 此用户。",
  32. "Oracle connection could not be established" => "不能建立甲骨文连接",
  33. "Oracle username and/or password not valid" => "Oracle 数据库用户名和/或密码无效",
  34. "Offending command was: \"%s\", name: %s, password: %s" => "冲突命令为:\"%s\",名称:%s,密码:%s",
  35. "PostgreSQL username and/or password not valid" => "PostgreSQL 数据库用户名和/或密码无效",
  36. "Set an admin username." => "请设置一个管理员用户名。",
  37. "Set an admin password." => "请设置一个管理员密码。",
  38. "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "您的Web服务器尚未正确设置以允许文件同步, 因为WebDAV的接口似乎已损坏.",
  39. "Please double check the <a href='%s'>installation guides</a>." => "请认真检查<a href='%s'>安装指南</a>.",
  40. "seconds ago" => "秒前",
  41. "_%n minute ago_::_%n minutes ago_" => array("%n 分钟前"),
  42. "_%n hour ago_::_%n hours ago_" => array("%n 小时前"),
  43. "today" => "今天",
  44. "yesterday" => "昨天",
  45. "_%n day go_::_%n days ago_" => array("%n 天前"),
  46. "last month" => "上月",
  47. "_%n month ago_::_%n months ago_" => array("%n 月前"),
  48. "last year" => "去年",
  49. "years ago" => "年前",
  50. "Could not find category \"%s\"" => "无法找到分类 \"%s\""
  51. );
  52. $PLURAL_FORMS = "nplurals=1; plural=0;";