lib.po 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. #
  5. # Translators:
  6. # Charlie Mak <makchamhim72@gmail.com>, 2013
  7. # modokwang <modokwang@gmail.com>, 2013
  8. # Xuetian Weng <wengxt@gmail.com>, 2013
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: ownCloud\n"
  12. "Report-Msgid-Bugs-To: translations@owncloud.org\n"
  13. "POT-Creation-Date: 2013-11-21 10:01-0500\n"
  14. "PO-Revision-Date: 2013-11-21 15:01+0000\n"
  15. "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
  16. "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. "Language: zh_CN\n"
  21. "Plural-Forms: nplurals=1; plural=0;\n"
  22. #: private/app.php:243
  23. #, php-format
  24. msgid ""
  25. "App \"%s\" can't be installed because it is not compatible with this version"
  26. " of ownCloud."
  27. msgstr ""
  28. #: private/app.php:255
  29. msgid "No app name specified"
  30. msgstr ""
  31. #: private/app.php:360
  32. msgid "Help"
  33. msgstr "帮助"
  34. #: private/app.php:373
  35. msgid "Personal"
  36. msgstr "个人"
  37. #: private/app.php:384
  38. msgid "Settings"
  39. msgstr "设置"
  40. #: private/app.php:396
  41. msgid "Users"
  42. msgstr "用户"
  43. #: private/app.php:409
  44. msgid "Admin"
  45. msgstr "管理"
  46. #: private/app.php:873
  47. #, php-format
  48. msgid "Failed to upgrade \"%s\"."
  49. msgstr ""
  50. #: private/avatar.php:60
  51. msgid "Unknown filetype"
  52. msgstr "未知的文件类型"
  53. #: private/avatar.php:65
  54. msgid "Invalid image"
  55. msgstr "无效的图像"
  56. #: private/defaults.php:36
  57. msgid "web services under your control"
  58. msgstr "您控制的web服务"
  59. #: private/files.php:66 private/files.php:98
  60. #, php-format
  61. msgid "cannot open \"%s\""
  62. msgstr ""
  63. #: private/files.php:228
  64. msgid "ZIP download is turned off."
  65. msgstr "ZIP 下载已经关闭"
  66. #: private/files.php:229
  67. msgid "Files need to be downloaded one by one."
  68. msgstr "需要逐一下载文件"
  69. #: private/files.php:230 private/files.php:258
  70. msgid "Back to Files"
  71. msgstr "回到文件"
  72. #: private/files.php:255
  73. msgid "Selected files too large to generate zip file."
  74. msgstr "选择的文件太大,无法生成 zip 文件。"
  75. #: private/files.php:256
  76. msgid ""
  77. "Please download the files separately in smaller chunks or kindly ask your "
  78. "administrator."
  79. msgstr ""
  80. #: private/installer.php:63
  81. msgid "No source specified when installing app"
  82. msgstr ""
  83. #: private/installer.php:70
  84. msgid "No href specified when installing app from http"
  85. msgstr ""
  86. #: private/installer.php:75
  87. msgid "No path specified when installing app from local file"
  88. msgstr ""
  89. #: private/installer.php:89
  90. #, php-format
  91. msgid "Archives of type %s are not supported"
  92. msgstr ""
  93. #: private/installer.php:103
  94. msgid "Failed to open archive when installing app"
  95. msgstr ""
  96. #: private/installer.php:125
  97. msgid "App does not provide an info.xml file"
  98. msgstr "应用未提供 info.xml 文件"
  99. #: private/installer.php:131
  100. msgid "App can't be installed because of not allowed code in the App"
  101. msgstr ""
  102. #: private/installer.php:140
  103. msgid ""
  104. "App can't be installed because it is not compatible with this version of "
  105. "ownCloud"
  106. msgstr ""
  107. #: private/installer.php:146
  108. msgid ""
  109. "App can't be installed because it contains the <shipped>true</shipped> tag "
  110. "which is not allowed for non shipped apps"
  111. msgstr ""
  112. #: private/installer.php:159
  113. msgid ""
  114. "App can't be installed because the version in info.xml/version is not the "
  115. "same as the version reported from the app store"
  116. msgstr ""
  117. #: private/installer.php:169
  118. msgid "App directory already exists"
  119. msgstr ""
  120. #: private/installer.php:182
  121. #, php-format
  122. msgid "Can't create app folder. Please fix permissions. %s"
  123. msgstr ""
  124. #: private/json.php:28
  125. msgid "Application is not enabled"
  126. msgstr "应用程序未启用"
  127. #: private/json.php:39 private/json.php:62 private/json.php:73
  128. msgid "Authentication error"
  129. msgstr "认证出错"
  130. #: private/json.php:51
  131. msgid "Token expired. Please reload page."
  132. msgstr "Token 过期,请刷新页面。"
  133. #: private/search/provider/file.php:18 private/search/provider/file.php:36
  134. msgid "Files"
  135. msgstr "文件"
  136. #: private/search/provider/file.php:27 private/search/provider/file.php:34
  137. msgid "Text"
  138. msgstr "文本"
  139. #: private/search/provider/file.php:30
  140. msgid "Images"
  141. msgstr "图片"
  142. #: private/setup/abstractdatabase.php:22
  143. #, php-format
  144. msgid "%s enter the database username."
  145. msgstr "%s 输入数据库用户名。"
  146. #: private/setup/abstractdatabase.php:25
  147. #, php-format
  148. msgid "%s enter the database name."
  149. msgstr "%s 输入数据库名称。"
  150. #: private/setup/abstractdatabase.php:28
  151. #, php-format
  152. msgid "%s you may not use dots in the database name"
  153. msgstr "%s 您不能在数据库名称中使用英文句号。"
  154. #: private/setup/mssql.php:20
  155. #, php-format
  156. msgid "MS SQL username and/or password not valid: %s"
  157. msgstr "MS SQL 用户名和/或密码无效:%s"
  158. #: private/setup/mssql.php:21 private/setup/mysql.php:13
  159. #: private/setup/oci.php:114 private/setup/postgresql.php:24
  160. #: private/setup/postgresql.php:70
  161. msgid "You need to enter either an existing account or the administrator."
  162. msgstr "你需要输入一个数据库中已有的账户或管理员账户。"
  163. #: private/setup/mysql.php:12
  164. msgid "MySQL username and/or password not valid"
  165. msgstr "MySQL 数据库用户名和/或密码无效"
  166. #: private/setup/mysql.php:67 private/setup/oci.php:54
  167. #: private/setup/oci.php:121 private/setup/oci.php:147
  168. #: private/setup/oci.php:154 private/setup/oci.php:165
  169. #: private/setup/oci.php:172 private/setup/oci.php:181
  170. #: private/setup/oci.php:189 private/setup/oci.php:198
  171. #: private/setup/oci.php:204 private/setup/postgresql.php:89
  172. #: private/setup/postgresql.php:98 private/setup/postgresql.php:115
  173. #: private/setup/postgresql.php:125 private/setup/postgresql.php:134
  174. #, php-format
  175. msgid "DB Error: \"%s\""
  176. msgstr "数据库错误:\"%s\""
  177. #: private/setup/mysql.php:68 private/setup/oci.php:55
  178. #: private/setup/oci.php:122 private/setup/oci.php:148
  179. #: private/setup/oci.php:155 private/setup/oci.php:166
  180. #: private/setup/oci.php:182 private/setup/oci.php:190
  181. #: private/setup/oci.php:199 private/setup/postgresql.php:90
  182. #: private/setup/postgresql.php:99 private/setup/postgresql.php:116
  183. #: private/setup/postgresql.php:126 private/setup/postgresql.php:135
  184. #, php-format
  185. msgid "Offending command was: \"%s\""
  186. msgstr "冲突命令为:\"%s\""
  187. #: private/setup/mysql.php:85
  188. #, php-format
  189. msgid "MySQL user '%s'@'localhost' exists already."
  190. msgstr "MySQL 用户 '%s'@'localhost' 已存在。"
  191. #: private/setup/mysql.php:86
  192. msgid "Drop this user from MySQL"
  193. msgstr "建议从 MySQL 数据库中丢弃 Drop 此用户"
  194. #: private/setup/mysql.php:91
  195. #, php-format
  196. msgid "MySQL user '%s'@'%%' already exists"
  197. msgstr "MySQL 用户 '%s'@'%%' 已存在"
  198. #: private/setup/mysql.php:92
  199. msgid "Drop this user from MySQL."
  200. msgstr "建议从 MySQL 数据库中丢弃 Drop 此用户。"
  201. #: private/setup/oci.php:34
  202. msgid "Oracle connection could not be established"
  203. msgstr "不能建立甲骨文连接"
  204. #: private/setup/oci.php:41 private/setup/oci.php:113
  205. msgid "Oracle username and/or password not valid"
  206. msgstr "Oracle 数据库用户名和/或密码无效"
  207. #: private/setup/oci.php:173 private/setup/oci.php:205
  208. #, php-format
  209. msgid "Offending command was: \"%s\", name: %s, password: %s"
  210. msgstr "冲突命令为:\"%s\",名称:%s,密码:%s"
  211. #: private/setup/postgresql.php:23 private/setup/postgresql.php:69
  212. msgid "PostgreSQL username and/or password not valid"
  213. msgstr "PostgreSQL 数据库用户名和/或密码无效"
  214. #: private/setup.php:28
  215. msgid "Set an admin username."
  216. msgstr "请设置一个管理员用户名。"
  217. #: private/setup.php:31
  218. msgid "Set an admin password."
  219. msgstr "请设置一个管理员密码。"
  220. #: private/setup.php:195
  221. msgid ""
  222. "Your web server is not yet properly setup to allow files synchronization "
  223. "because the WebDAV interface seems to be broken."
  224. msgstr "您的Web服务器尚未正确设置以允许文件同步, 因为WebDAV的接口似乎已损坏."
  225. #: private/setup.php:196
  226. #, php-format
  227. msgid "Please double check the <a href='%s'>installation guides</a>."
  228. msgstr "请认真检查<a href='%s'>安装指南</a>."
  229. #: private/tags.php:194
  230. #, php-format
  231. msgid "Could not find category \"%s\""
  232. msgstr "无法找到分类 \"%s\""
  233. #: private/template/functions.php:130
  234. msgid "seconds ago"
  235. msgstr "秒前"
  236. #: private/template/functions.php:131
  237. msgid "%n minute ago"
  238. msgid_plural "%n minutes ago"
  239. msgstr[0] "%n 分钟前"
  240. #: private/template/functions.php:132
  241. msgid "%n hour ago"
  242. msgid_plural "%n hours ago"
  243. msgstr[0] "%n 小时前"
  244. #: private/template/functions.php:133
  245. msgid "today"
  246. msgstr "今天"
  247. #: private/template/functions.php:134
  248. msgid "yesterday"
  249. msgstr "昨天"
  250. #: private/template/functions.php:136
  251. msgid "%n day go"
  252. msgid_plural "%n days ago"
  253. msgstr[0] "%n 天前"
  254. #: private/template/functions.php:138
  255. msgid "last month"
  256. msgstr "上月"
  257. #: private/template/functions.php:139
  258. msgid "%n month ago"
  259. msgid_plural "%n months ago"
  260. msgstr[0] "%n 月前"
  261. #: private/template/functions.php:141
  262. msgid "last year"
  263. msgstr "去年"
  264. #: private/template/functions.php:142
  265. msgid "years ago"
  266. msgstr "年前"
  267. #: private/template.php:297 public/util.php:108
  268. msgid "Caused by:"
  269. msgstr ""