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.js 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. OC.L10N.register(
  2. "lib",
  3. {
  4. "Cannot write into \"config\" directory!" : "无法写入 \"config\" 目录!",
  5. "This can usually be fixed by giving the webserver write access to the config directory" : "对 Web 服务器设置 config 目录的写权限可以修复这个问题.",
  6. "See %s" : "查看 %s",
  7. "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "对 Web 服务器%s设置 config 目录%s的写权限可以修复这个问题.",
  8. "Sample configuration detected" : "示例配置检测",
  9. "%1$s and %2$s" : "%1$s 和 %2$s",
  10. "%1$s, %2$s and %3$s" : "%1$s, %2$s 和 %3$s",
  11. "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s 和 %4$s",
  12. "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s 和 %5$s",
  13. "PHP %s or higher is required." : "要求 PHP 版本 %s 或者更高。",
  14. "PHP with a version lower than %s is required." : "需要版本低于 %s 的PHP.",
  15. "Following databases are supported: %s" : "支持以下数据库: %s",
  16. "The command line tool %s could not be found" : "命令行工具 %s 未找到",
  17. "The library %s is not available." : "库文件 %s 不可用",
  18. "Following platforms are supported: %s" : "支持以下平台:%s",
  19. "Server version %s or higher is required." : "需要服务器版本 %s 或更高版本。",
  20. "Server version %s or lower is required." : "需要服务器版本 %s 或更低版本。",
  21. "Unknown filetype" : "未知的文件类型",
  22. "Invalid image" : "无效的图像",
  23. "Avatar image is not square" : "头像图像不是正方形",
  24. "today" : "今天",
  25. "yesterday" : "昨天",
  26. "_%n day ago_::_%n days ago_" : ["%n 天前"],
  27. "last month" : "上月",
  28. "_%n month ago_::_%n months ago_" : ["%n 月前"],
  29. "last year" : "去年",
  30. "_%n year ago_::_%n years ago_" : ["%n 年前"],
  31. "_%n hour ago_::_%n hours ago_" : ["%n 小时前"],
  32. "_%n minute ago_::_%n minutes ago_" : ["%n 分钟前"],
  33. "seconds ago" : "秒前",
  34. "File name is a reserved word" : "文件名包含敏感字符",
  35. "File name contains at least one invalid character" : "文件名中存在至少一个非法字符",
  36. "File name is too long" : "文件名过长",
  37. "Dot files are not allowed" : ".文件 不被允许",
  38. "Empty filename is not allowed" : "不允许使用空名称。",
  39. "APCu" : "APCu",
  40. "Redis" : "Redis",
  41. "Server settings" : "服务器设置",
  42. "Sharing" : "分享",
  43. "Encryption" : "加密",
  44. "Additional settings" : "其他设置",
  45. "Tips & tricks" : "小提示",
  46. "%s enter the database username and name." : "%s 输入数据库用户名和名称.",
  47. "%s enter the database username." : "%s 输入数据库用户名。",
  48. "%s enter the database name." : "%s 输入数据库名称。",
  49. "%s you may not use dots in the database name" : "%s 您不能在数据库名称中使用英文句号。",
  50. "Oracle connection could not be established" : "不能建立甲骨文连接",
  51. "Oracle username and/or password not valid" : "Oracle 数据库用户名和/或密码无效",
  52. "DB Error: \"%s\"" : "数据库错误:\"%s\"",
  53. "Offending command was: \"%s\"" : "冲突命令为:\"%s\"",
  54. "You need to enter either an existing account or the administrator." : "你需要输入一个数据库中已有的账户或管理员账户。",
  55. "Offending command was: \"%s\", name: %s, password: %s" : "冲突命令为:\"%s\",名称:%s,密码:%s",
  56. "PostgreSQL username and/or password not valid" : "PostgreSQL 数据库用户名和/或密码无效",
  57. "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X 不被支持并且 %s 在这个平台上无法正常工作。请自行承担风险!",
  58. "For the best results, please consider using a GNU/Linux server instead." : "为了达到最好的效果,请考虑使用 GNU/Linux 服务器。",
  59. "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "看起来这个 %s 实例运行在32位PHP环境中并且已在php.ini中配置open_basedir。这将在文件超过4GB时出现问题,我们极力反对这样做。",
  60. "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "请删除php.ini中的open_basedir设置或切换到64位PHP。",
  61. "Set an admin username." : "请设置一个管理员用户名。",
  62. "Set an admin password." : "请设置一个管理员密码。",
  63. "Can't create or write into the data directory %s" : "无法创建或写入数据目录 %s",
  64. "Invalid Federated Cloud ID" : "无效的联合云ID",
  65. "%s shared »%s« with you" : "%s 向您分享了 »%s«",
  66. "%s via %s" : "%s 通过 %s",
  67. "Sharing %s failed, because the file does not exist" : "共享 %s 失败,因为文件不存在。",
  68. "You are not allowed to share %s" : "您无权分享 %s",
  69. "Sharing %s failed, because the user %s does not exist" : "共享 %s 失败,因为用户 %s 不存在",
  70. "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "共享 %s 失败,因为用户 %s 不是 %s 所属的任何组的用户",
  71. "Sharing %s failed, because this item is already shared with %s" : "共享 %s 失败,因为它已经共享给 %s",
  72. "Sharing %s failed, because the group %s does not exist" : "共享 %s 失败,因为 %s 组不存在",
  73. "Sharing %s failed, because %s is not a member of the group %s" : "共享 %s 失败,因为 %s 不是 %s 组的成员",
  74. "Sharing %s failed, because sharing with links is not allowed" : "共享 %s 失败,因为不允许用链接共享",
  75. "Not allowed to create a federated share with the same user" : "不能给你自己分享文件",
  76. "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "文件:%s 分享失败,联合云无法找到 %s,请检查设置或联系管理员。",
  77. "Share type %s is not valid for %s" : "%s 不是 %s 的合法共享类型",
  78. "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "设置 %s 权限失败,因为权限超出了 %s 已有权限。",
  79. "Setting permissions for %s failed, because the item was not found" : "设置 %s 的权限失败,因为未找到到对应项",
  80. "Sharing backend %s must implement the interface OCP\\Share_Backend" : "共享后端 %s 必须实现 OCP\\Share_Backend 接口",
  81. "Sharing backend %s not found" : "未找到共享后端 %s",
  82. "Sharing backend for %s not found" : "%s 的共享后端未找到",
  83. "Sharing %s failed, because the permissions exceed permissions granted to %s" : "共享 %s 失败,因为权限超过了 %s 已有权限",
  84. "Sharing %s failed, because resharing is not allowed" : "共享 %s 失败,因为不允许二次共享",
  85. "Sharing %s failed, because the sharing backend for %s could not find its source" : "共享 %s 失败,因为 %s 使用的共享后端未找到它的来源",
  86. "Sharing %s failed, because the file could not be found in the file cache" : "共享 %s 失败,因为未在文件缓存中找到文件。",
  87. "Cannot increase permissions of %s" : "无法提升 %s 的权限",
  88. "Expiration date is in the past" : "到期日期已过.",
  89. "Cannot set expiration date more than %s days in the future" : "无法将过期日期设置为超过 %s 天.",
  90. "Could not find category \"%s\"" : "无法找到分类 \"%s\"",
  91. "Sunday" : "星期日",
  92. "Monday" : "星期一",
  93. "Tuesday" : "星期二",
  94. "Wednesday" : "星期三",
  95. "Thursday" : "星期四",
  96. "Friday" : "星期五",
  97. "Saturday" : "星期六",
  98. "Sun." : "周日",
  99. "Mon." : "周一",
  100. "Tue." : "周二",
  101. "Wed." : "周三",
  102. "Thu." : "周四",
  103. "Fri." : "周五",
  104. "Sat." : "周六",
  105. "Su" : "日",
  106. "Mo" : "一",
  107. "Tu" : "二",
  108. "We" : "三",
  109. "Th" : "四",
  110. "Fr" : "五",
  111. "Sa" : "六",
  112. "January" : "一月",
  113. "February" : "二月",
  114. "March" : "三月",
  115. "April" : "四月",
  116. "May" : "五月",
  117. "June" : "六月",
  118. "July" : "七月",
  119. "August" : "八月",
  120. "September" : "九月",
  121. "October" : "十月",
  122. "November" : "十一月",
  123. "December" : "十二月",
  124. "Jan." : "一月",
  125. "Feb." : "二月",
  126. "Mar." : "三月",
  127. "Apr." : "四月",
  128. "May." : "五月",
  129. "Jun." : "六月",
  130. "Jul." : "七月",
  131. "Aug." : "八月",
  132. "Sep." : "九月",
  133. "Oct." : "十月",
  134. "Nov." : "十一月",
  135. "Dec." : "十二月",
  136. "Apps" : "应用",
  137. "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "在用户名中只允许使用以下字符:“a-z”,“A-Z”,“0-9”和\"_.@-'\"",
  138. "A valid username must be provided" : "必须提供合法的用户名",
  139. "Username contains whitespace at the beginning or at the end" : "用户名在开头或结尾处包含空格",
  140. "A valid password must be provided" : "必须提供合法的密码",
  141. "The username is already being used" : "用户名已被使用",
  142. "Login canceled by app" : "已通过应用取消登录",
  143. "User disabled" : "用户已禁用",
  144. "Help" : "帮助",
  145. "Personal" : "个人",
  146. "Users" : "用户",
  147. "Admin" : "管理",
  148. "App \"%s\" cannot be installed because appinfo file cannot be read." : "无法安装应用\"%s\",因为无法读取appinfo文件.",
  149. "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "应用程式 \"%s\" 无法安装,因为它与这个版本的服务器不兼容.",
  150. "No app name specified" : "没有指定的 App 名称",
  151. "App '%s' could not be installed!" : "应用程序 '%s' 无法被安装!",
  152. "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "应用程序 \"%s\" 无法被安装,因为为满足下列依赖关系: %s",
  153. "File is currently busy, please try again later" : "文件当前正忙,请稍后再试",
  154. "Can't read file" : "无法读取文件",
  155. "Application is not enabled" : "应用程序未启用",
  156. "Authentication error" : "认证出错",
  157. "Token expired. Please reload page." : "Token 过期,请刷新页面。",
  158. "Unknown user" : "未知用户",
  159. "No database drivers (sqlite, mysql, or postgresql) installed." : "没有安装数据库驱动 (SQLite、MySQL 或 PostgreSQL)。",
  160. "Cannot write into \"config\" directory" : "无法写入“config”目录",
  161. "Cannot write into \"apps\" directory" : "无法写入“apps”目录",
  162. "Cannot create \"data\" directory (%s)" : "无法创建“apps”目录 (%s)",
  163. "Setting locale to %s failed" : "设置语言为 %s 失败",
  164. "Please install one of these locales on your system and restart your webserver." : "请在您的系统中安装下述一种语言并重启 Web 服务器.",
  165. "Please ask your server administrator to install the module." : "请联系服务器管理员安装模块.",
  166. "PHP module %s not installed." : "PHP %s 模块未安装.",
  167. "PHP setting \"%s\" is not set to \"%s\"." : "PHP 选项 \"%s\" 未设置为 \"%s\".",
  168. "Adjusting this setting in php.ini will make Nextcloud run again" : "在 php.ini 中调整该设置将导致 Nextcloud 重新运行",
  169. "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload 当前设置为 \"%s\", 预期值为 \"0\"",
  170. "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "请在 php.ini 中设置 <code>mbstring.func_overload</code> 为 <code>0</code> 以解决该问题",
  171. "libxml2 2.7.0 is at least required. Currently %s is installed." : "至少需要 libxml2 2.7.0. 当前安装 %s.",
  172. "To fix this issue update your libxml2 version and restart your web server." : "升级您的 libxml2 版本然后重启 Web 服务器以解决该问题.",
  173. "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "这可能由缓存/加速器导致的, 例如 Zend OPcache 或 eAccelerator.",
  174. "PHP modules have been installed, but they are still listed as missing?" : "PHP 模块已经安装, 但仍然显示未安装?",
  175. "Please ask your server administrator to restart the web server." : "请联系服务器管理员重启 Web 服务器.",
  176. "PostgreSQL >= 9 required" : "要求 PostgreSQL >= 9",
  177. "Please upgrade your database version" : "请升级您的数据库版本",
  178. "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "请更改权限为 0770 以避免其他用户查看目录.",
  179. "Data directory (%s) is readable by other users" : "数据目录 (%s) 能被其他用户读取",
  180. "Data directory (%s) must be an absolute path" : "数据目录 (%s) 必须为绝对路径",
  181. "Check the value of \"datadirectory\" in your configuration" : "请检查配置文件中 \"datadirectory\" 的值",
  182. "Data directory (%s) is invalid" : "数据目录 (%s) 无效",
  183. "Please check that the data directory contains a file \".ocdata\" in its root." : "请检查根目录下 data 目录中包含名为 \".ocdata\" 的文件.",
  184. "Could not obtain lock type %d on \"%s\"." : "无法在 \"%s\" 上获取锁类型 %d.",
  185. "Storage unauthorized. %s" : "存储认证失败. %s",
  186. "Storage incomplete configuration. %s" : "存储未完成配置. %s",
  187. "Storage connection error. %s" : "存储连接错误. %s",
  188. "Storage is temporarily not available" : "存储暂时不可用",
  189. "Storage connection timeout. %s" : "存储连接超时. %s",
  190. "4-byte characters are not supported in file names" : "文件名中不支持 4 字节字符",
  191. "App directory already exists" : "应用目录已经存在",
  192. "Can't create app folder. Please fix permissions. %s" : "无法创建应用文件夹. 请修改权限. %s",
  193. "Archive does not contain a directory named %s" : "压缩文件中不包含目录 %s",
  194. "No source specified when installing app" : "安装应用时未指定来源",
  195. "No href specified when installing app from http" : "从 http 安装应用时未指定链接",
  196. "No path specified when installing app from local file" : "从本地文件安装应用时未指定路径",
  197. "Archives of type %s are not supported" : "不支持 %s 的压缩格式",
  198. "Failed to open archive when installing app" : "安装应用时打开文件失败",
  199. "App does not provide an info.xml file" : "应用未提供 info.xml 文件",
  200. "App cannot be installed because appinfo file cannot be read." : "无法安装应用, 因为无法读取应用信息文件",
  201. "Signature could not get checked. Please contact the app developer and check your admin screen." : "签名检查失败. 请联系应用开发者并检查您的管理界面",
  202. "App can't be installed because of not allowed code in the App" : "无法安装应用, 因为应用中包含不允许的代码",
  203. "App can't be installed because it is not compatible with this version of the server" : "无法安装应用, 因为应用不兼容当前服务器的版本",
  204. "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "无法安装应用, 因为应用包含 <shipped>true</shipped> 标签",
  205. "App can't be installed because the version in info.xml is not the same as the version reported from the app store" : "无法安装应用, 因为 info.xml 中的版本与应用市场中的版本不同",
  206. "Logging" : "日志",
  207. "Recommended" : "推荐",
  208. "Microsoft Windows Platform is not supported" : "不支持 Microsoft Windows 平台",
  209. "Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself." : "不支持在 Microsoft Windows 平台运行 Nextcloud 服务器. 如果您没有迁移服务器的计划, 我们建议您在虚拟机中使用 Linux 服务器.",
  210. "Storage not available" : "存储空间不可用"
  211. },
  212. "nplurals=1; plural=0;");