Localizable.strings 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785
  1. //
  2. // Localizable.strings
  3. // Nextcloud
  4. //
  5. // Copyright © 2017 Marino Faggiana. All rights reserved.
  6. //
  7. // Author Marino Faggiana <marino.faggiana@nextcloud.com>
  8. //
  9. // This program is free software: you can redistribute it and/or modify
  10. // it under the terms of the GNU General Public License as published by
  11. // the Free Software Foundation, either version 3 of the License, or
  12. // (at your option) any later version.
  13. //
  14. // This program is distributed in the hope that it will be useful,
  15. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. // GNU General Public License for more details.
  18. //
  19. // You should have received a copy of the GNU General Public License
  20. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. //
  22. // General
  23. "_cancel_" = "取消";
  24. "_upload_file_" = "上传文件";
  25. "_download_file_" = "下载文件";
  26. "_loading_" = "载入中";
  27. "_loading_with_points_" = "载入中...";
  28. "_loading_num_" = "载入文件 %i";
  29. "_loading_autoupload_" = "自动上传";
  30. "_uploading_" = "上传中";
  31. "_synchronization_" = "同步";
  32. "_delete_" = "删除";
  33. "_delete_file_n_" = "删除文件 %i / %i";
  34. "_rename_" = "重命名";
  35. "_move_" = "移动";
  36. "_move_file_n_" = "移动文件 %i / %i";
  37. "_creating_sharing_" = "创建共享";
  38. "_updating_sharing_" = "更新共享";
  39. "_removing_sharing_" = "移除共享";
  40. "_add_" = "添加";
  41. "_login_" = "登录";
  42. "_save_" = "保存";
  43. "_warning_" = "警告";
  44. "_error_" = "错误";
  45. "_error_e2ee_" = "错误 E2EE";
  46. "_no_" = "否";
  47. "_yes_" = "是";
  48. "_select_" = "选择";
  49. "_select_all_" = "全选";
  50. "_upload_" = "上传";
  51. "_home_" = "文件";
  52. "_file_to_upload_" = "待上传文件";
  53. "_destination_" = "目的地";
  54. "_ok_" = "好的";
  55. "_beta_version_" = "测试版本";
  56. "_function_in_testing_" = "功能测试中,请发送有关您遇到的任何问题的信息。";
  57. "_done_" = "完成";
  58. "_passcode_too_short_" = "安全码长度不合要求,请输入至少 4 个字符";
  59. "_selected_" = "已选中";
  60. "_scan_fingerprint_" = "扫描指纹用以身份验证";
  61. "_no_active_account_" = "没有找到帐户";
  62. "_info_" = "信息";
  63. "_warning_" = "警告";
  64. "_email_" = "邮件";
  65. "_save_exit_" = "您想不保存就退出?";
  66. "_video_" = "视频";
  67. "_overwrite_" = "覆盖";
  68. "_transfers_in_queue_" = "正在进行传输,请稍候...";
  69. "_too_errors_automatic_all_"= "错误太多,请到“控制中心”验证问题";
  70. "_create_folder_" = "新建文件夹";
  71. "_create_folder_on_" = "新建文件夹在";
  72. "_close_" = "关闭";
  73. "_postpone_" = "推迟";
  74. "_remove_" = "移除";
  75. "_file_not_found_" = "未找到文件";
  76. "_continue_" = "继续";
  77. "_continue_request_" = "您想继续吗?";
  78. "_auto_upload_folder_" = "自动上传";
  79. "_gallery_" = "相册";
  80. "_photo_" = "照片";
  81. "_audio_" = "音频";
  82. "_unknown_" = "未知";
  83. "_next_" = "下一个";
  84. "_success_" = "成功";
  85. "_initialization_" = "初始化";
  86. "_experimental_" = "试验";
  87. "_select_dir_media_tab_" = "选择作为媒体文件夹";
  88. "_error_creation_file_" = "咦!无法创建文件";
  89. "_save_path_" = "保存路径";
  90. "_save_settings_" = "保存设置";
  91. "_mode_filename_" = "文件名模式";
  92. "_warning_owncloud_" = "您连接了一个 ownCloud 服务器。这未经测试且不受支持,使用风险自负。建议您将服务器升级到 Nextcloud,详情查阅 https://nextcloud.com/migration";
  93. "_warning_unsupported_" = "您正在使用的 Nextcloud 版本不受支持。为了您的数据安全,我们强烈建议升级 Nextcloud 到最新版本。";
  94. "_restore_" = "恢复";
  95. "_camera_roll_" = "相机胶卷";
  96. "_tap_here_to_change_" = "点击这里修改";
  97. "_no_albums_" = "没有相册";
  98. "_denied_album_" = "此应用没有访问照片的权限,可以在隐私设置里启用";
  99. "_denied_camera_" = "此应用没有访问相机的权限,可以在隐私设置里启用。";
  100. "_start_" = "开始";
  101. "_purchase_" = "购买";
  102. "_account_not_available_" = "%@的账号%@不存在,请添加它以能够读取文件%@";
  103. "_error_parameter_schema_" = "错误的参数,无法继续";
  104. "_comments_" = "评论";
  105. "_sharing_" = "正在共享";
  106. // App
  107. "_network_available_" = "网络可用";
  108. "_network_not_available_" = "网络不可用";
  109. // Networking
  110. "_file_too_big_" = "文件太大无法加密/解密";
  111. "_file_too_big_max_100_" = "文件太大(最大 100 kb)";
  112. "_...loading..._" = "加载中...";
  113. "_download_plist_" = " ";
  114. "_no_reuploadfile_" = "无法找到并重新发送文件。先取消上传,重新加载文件后再进行上传。";
  115. "_file_already_exists_" = "无法完成该操作,存在同名文件";
  116. "_read_file_error_" = "无法读取文件";
  117. // More
  118. "_more_" = "更多";
  119. "_notifications_" = "通知";
  120. "_logout_" = "退出";
  121. "_quota_space_unlimited_" = "无限制";
  122. "_quota_space_unknown_" = "未知";
  123. "_quota_using_" = "您已使用 %@,总容量 %@";
  124. // Settings
  125. "_acknowledgements_" = "致谢";
  126. "_settings_" = "设置";
  127. "_passcode_" = "密码";
  128. "_lock_" = "应用锁";
  129. "_lock_active_" = "锁定:已开启";
  130. "_lock_not_active_" = "锁定:已关闭";
  131. "_lock_protection_no_screen_" = "启动时不询问";
  132. "_lock_protection_no_screen_footer_" = "使用“启动时不询问”仅用于受保护的文件夹或加密选项";
  133. "_url_" = "超链接";
  134. "_username_" = "用户名";
  135. "_change_credentials_" = "更改您的证书";
  136. "_wifi_only_" = "仅使用 Wi-Fi 连接";
  137. "_settings_autoupload_" = "自动上传";
  138. "_app_version_" = "程序版本";
  139. "_app_in_use_" = "正在使用程序";
  140. "_contact_by_email_" = "通过 E-mail 联系我们";
  141. "_clear_cache_" = "清空缓存";
  142. "_clear_cache_footer_" = "清空应用中下载和离线的文件";
  143. "_exit_" = "重置程序";
  144. "_exit_footer_" = "移除应用中所有账户和本地数据";
  145. "_funct_not_enabled_" = "功能未启用";
  146. "_passcode_activate_" = "密码锁定";
  147. "_disabling_passcode_" = "取消密码锁定";
  148. "_want_exit_" = "请注意!将被重置为初始状态。要继续吗?";
  149. "_proceed_" = "进行";
  150. "_delete_cache_" = "删除缓存";
  151. "_want_delete_cache_" = "您确定要删除缓存(这也会将正在进行中的传输移除)吗?";
  152. "_want_delete_thumbnails_" = "是否删除所有缩略图?";
  153. "_mail_deleted_" = "删除的邮件";
  154. "_mail_saved_" = "保存的邮件";
  155. "_mail_sent_" = "邮件已发送";
  156. "_mail_failure_" = "无法发送电子邮件:%@";
  157. "_information_req_" = "信息请求";
  158. "_write_in_english_" = "请用英文给我们写信";
  159. "_credentials_" = "证书";
  160. "_manage_account_" = "管理账户";
  161. "_change_password_" = "更改密码";
  162. "_add_account_" = "新增帐户";
  163. "_delete_account_" = "移除账号";
  164. "_want_delete_" = "您真的要删除吗?";
  165. "_no_delete_" = "不,不要删除";
  166. "_yes_delete_" = "是的,删除";
  167. "_remove_cache_" = "请稍后,正在删除缓存...";
  168. "_optimizations_" = "优化";
  169. "_synchronizations_" = "同步文件夹";
  170. "_version_server_" = "服务器版本";
  171. "_help_" = "帮助";
  172. "_lock_protection_simply_" = "弱密码保护";
  173. "_change_simply_passcode_" = "修改密码类型";
  174. "_quota_" = "配额";
  175. "_available_" = "可用";
  176. "_accounts_" = "账号";
  177. "_information_" = "信息";
  178. "_personal_information_" = "个人信息";
  179. "_user_full_name_" = "全名";
  180. "_user_address_" = "地址";
  181. "_user_phone_" = "电话号码";
  182. "_user_email_" = "电子邮件";
  183. "_user_web_" = "网站";
  184. "_user_twitter_" = "Twitter";
  185. "_user_job_" = "职业";
  186. "_user_businesssize_" = "企业大小";
  187. "_user_businesstype_" = "企业类型";
  188. "_user_city_" = "城市";
  189. "_user_country_" = "国家";
  190. "_user_company_" = "公司";
  191. "_user_role_" = "角色";
  192. "_user_zip_" = "邮政编码";
  193. "_user_owner_" = "所有者";
  194. "_user_employee_" = "雇员";
  195. "_user_contractor_" = "承包商";
  196. "_user_editprofile_" = "编辑简介";
  197. "_favorite_offline_" = "收藏可离线使用";
  198. "_favorite_offline_footer_" = "离线所有收藏可能需要一段时间,而且会占用大量的存储空间。";
  199. "_advanced_" = "高级";
  200. "_disable_files_app_" = "禁用“文件应用”集成";
  201. "_disable_files_app_footer_" = "禁止通过苹果官方的文件应用访问文件";
  202. "_trial_" = "试用";
  203. "_trial_expired_day_" = "剩余天数";
  204. // Manage AutoUpload
  205. "_autoupload_" = "自动上传照片/视频 ";
  206. "_autoupload_select_folder_" = "选择“自动上传”的文件夹";
  207. "_autoupload_error_select_folder_" = "选择一个有效的文件夹用作“自动上传”";
  208. "_autoupload_background_" = "在后台自动上传";
  209. "_autoupload_photos_" = "自动上传照片";
  210. "_autoupload_videos_" = "自动上传视频";
  211. "_autoupload_description_" = "新的照片/视频将会上传到您的云盘中";
  212. "_autoupload_description_background_" = "该选项需要使用GPS触发检测位置发生明显变化的摄像机中的新照片/视频";
  213. "_autoupload_background_title_" = "限制";
  214. "_autoupload_background_msg_" = "由于 iOS 限制,除非启用了 GPS 服务,否则无法执行后台处理。 一旦移动网络发生变化,系统会在短时间内唤醒,检查新的照片并上传到云端。";
  215. "_autoupload_change_location_" = "更改文件夹";
  216. "_autoupload_location_now_" = "文件夹";
  217. "_autoupload_location_default_" = "恢复默认文件夹";
  218. "_autoupload_change_location_footer_" = "更改“自动上传相机照片”的文件夹(如果选项已启用)";
  219. "_autoupload_not_select_home_" = "选择一个文件夹";
  220. "_autoupload_save_album_" = "复制照片或视频到相册";
  221. "_autoupload_fullphotos_" = "上传整个相机胶卷";
  222. "_autoupload_fullphotos_footer_" = "上传前先调整以上选项";
  223. "_autoupload_create_subfolder_" = "使用子目录";
  224. "_autoupload_create_subfolder_footer_" = "存储在以年和月命名的子文件夹";
  225. "_autoupload_filenamemask_" = "更改文件名掩码";
  226. "_autoupload_filenamemask_footer_" = "更改自动文件名掩码";
  227. "_autoupload_current_folder_" = "当前选中目录";
  228. // Manage Help
  229. "_help_tutorial_" = "教程";
  230. "_help_intro_" = "Nextcloud 介绍";
  231. "_help_activity_verbose_" = "详细动态";
  232. "_help_activity_mail_" = "用电子邮件发送动态";
  233. "_help_activity_clear_" = "清空动态";
  234. // Manage Advanced
  235. "_show_hidden_files_" = "显示隐藏文件";
  236. "_format_compatibility_" = "最佳兼容性";
  237. "_format_compatibility_footer_" = "“最佳兼容性”会将照片尽可能的保存为 JPEG 格式";
  238. "_privacy_" = "隐私";
  239. "_privacy_footer_" = "Nextcloud iOS 使用一个服务来对程序崩溃进行分析,您的个人信息不会随报告一同发送。如果您想禁用此服务,请启用 \"禁用崩溃报告器\" 选项";
  240. "_crashservice_title_" = "禁用崩溃报告器";
  241. "_crashservice_alert_" = "此选项要求重启应用以生效";
  242. // Login
  243. "_connect_server_anyway_" = "无论如何都要连接该服务器吗?";
  244. "_connection_error_" = "连接错误";
  245. "_serverstatus_error_" = "服务器连接失败,请检查服务器地址或网络状态";
  246. "_add_your_nextcloud_" = "添加您的 Nextcloud 帐号";
  247. "_login_url_" = "服务器地址 https://...";
  248. "_login_bottom_label_" = "还没有服务器?\n选择其中一个提供者。";
  249. "_error_multidomain_" = "地址不允许,只有以下域名是有效的:";
  250. "_account_already_exists_" = "账户%@已经存在";
  251. "_traditional_login_" = "改用旧的登录方式";
  252. "_web_login_" = "改用网页登录方式";
  253. // Favorite
  254. "_favorites_" = "收藏";
  255. "_favorite_" = "收藏";
  256. "_unfavorite_" = "取消收藏";
  257. "_no_files_uploaded_" = "没有文件被上传";
  258. "_tutorial_favorite_view_" = "您标记为收藏的文件和文件夹将显示在此处";
  259. "_tutorial_offline_view_" = "复制到此处的文件可以离线使用。\n\n它们将会与云端同步。";
  260. "_tutorial_local_view_" = "您会发现云端的解压缩文件。\n\n连接到 iTunes 共享这些文件。";
  261. "_more_" = "更多";
  262. "_favorite_no_files_" = "暂无收藏";
  263. // Auto Upload
  264. "_pull_down_" = "下拉刷新";
  265. "_no_photo_load_" = "没有照片或视频";
  266. "_tutorial_autoupload_view_" = "您可以在“设置”中开启自动上传";
  267. "_no_date_" = "没有日期";
  268. "_today_" = "今天";
  269. "_yesterday_" = "昨天";
  270. "_time_" = "时间:%@\n\n%@";
  271. "_location_not_enabled_" = "未启用定位服务";
  272. "_location_not_enabled_msg_" = "请在手机“设置”中打开“定位服务”";
  273. "_access_photo_not_enabled_" = "未启用照片访问";
  274. "_access_photo_not_enabled_msg_" = "请在手机“设置”中打开“照片访问”";
  275. "_access_photo_location_not_enabled_" = "照片访问和定位服务未启用";
  276. "_access_photo_location_not_enabled_msg_" = "请在手机“设置”中打开“照片访问”和“定位服务”";
  277. "_tutorial_photo_view_" = "尚未上传照片或视频";
  278. "_create_full_upload_" = "创建存档...可能需要很长时间,请稍候。";
  279. "_error_createsubfolders_upload_" = "创建子目录错误";
  280. "_activate_autoupload_" = "启用自动上传";
  281. // Utility
  282. "_never_" = "从不";
  283. "_less_a_minute_" = "少于1分钟";
  284. "_minutes_ago_" = "%d 分钟前";
  285. "_hours_ago_" = "%d 小时前";
  286. "_days_ago_" = "%d 天前";
  287. "_over_30_days_" = "超过 30 天";
  288. "_connection_internet_offline_" = "网络连接似乎断了或需要 Wi-Fi 连接";
  289. "_insert_password_" = "输入密码";
  290. "_update_in_progress_" = "版本升级,请稍候...";
  291. "_forbidden_characters_" = "文件或文件夹包含无效字符";
  292. "_mail_not_can_send_mail_" = "账户不存在或输入的 E-mail 不正确";
  293. // File
  294. "_photo_camera_" = "照片";
  295. "_media_" = "媒体";
  296. "_unzip_in_progress_" = "在本地存储进行提取...";
  297. "_file_unpacked_" = "文件在本地存储上解压";
  298. "_file_saved_local_" = "文件已存储到本地。";
  299. "_file_not_present_" = "错误:文件不存在,请重新加载。";
  300. "_order_by_" = "排序";
  301. "_order_by_name_a_z_" = "名称(A-Z)";
  302. "_order_by_name_z_a_" = "名称(Z-A)";
  303. "_order_by_date_more_recent_" = "最新";
  304. "_order_by_date_less_recent_" = "最早";
  305. "_order_by_size_smallest_" = "从小到大";
  306. "_order_by_size_largest_" = "从大到小";
  307. "_delete_selected_files_" = "删除文件";
  308. "_move_selected_files_" = "移动文件";
  309. "_download_selected_files_" = "下载文件";
  310. "_download_selected_files_folders_" = "下载文件和文件夹";
  311. "_error_operation_canc_" = "错误:操作已取消。";
  312. "_only_lock_passcode_" = "仅适用于锁定密码激活。 在“设置”中激活它。";
  313. "_passcode_protection_" = "密码保护";
  314. "_remove_favorites_" = "取消收藏";
  315. "_remove_offline_" = "取消离线";
  316. "_add_favorites_" = "添加收藏";
  317. "_add_offline_" = "添加离线";
  318. "_remove_passcode_" = "取消密码保护";
  319. "_protect_passcode_" = "密码保护";
  320. "_share_" = "共享";
  321. "_reload_" = "刷新";
  322. "_open_in_" = "在...中打开";
  323. "_remove_local_file_" = "移出缓存";
  324. "_add_local_" = "添加到本地存储";
  325. "_comm_erro_pull_down_" = "注意:与服务器通信错误。下拉刷新。";
  326. "_file_not_downloaded_" = "尚未下载文件";
  327. "_file_not_uploaded_" = "尚未上传文件";
  328. "_folders_" = "文件夹";
  329. "_folder_" = "文件夹";
  330. "_files_" = "文件";
  331. "_file_" = "文件";
  332. "_folder_blocked_" = "屏蔽的文件夹";
  333. "_downloading_progress_" = "开始下载文件...";
  334. "_no_file_pull_down_" = "上传文件或下拉刷新";
  335. "_browse_images_" = "浏览图片";
  336. "_synchronized_folder_" = "保持文件夹同步";
  337. "_remove_synchronized_folder_" = "关闭同步";
  338. "_synchronized_confirm_" = "启用同步,文件夹中的所有文件将与服务器同步,是否继续?";
  339. "_offline_folder_confirm_" = "启用离线文件夹,其中的所有文件将与服务器同步,是否继续?";
  340. "_file_not_found_reload_" = "找不到文件,下拉刷新";
  341. "_title_section_download_" = "下载";
  342. "_title_section_upload_" = "上传";
  343. "_group_alphabetic_yes_" = "✓ 按字母顺序排列";
  344. "_group_alphabetic_no_" = "按字母顺序排列";
  345. "_group_typefile_yes_" = "✓ 按类别分组";
  346. "_group_typefile_no_" = "按文件类型分组";
  347. "_group_date_yes_" = "✓ 按日期分组";
  348. "_group_date_no_" = "按日期分组";
  349. "_element_" = "元素";
  350. "_elements_" = "元素";
  351. "_tite_footer_upload_wwan_" = " 需要 Wi-Fi 网络,%lu %@ 待上传";
  352. "_tite_footer_upload_" = "%lu %@ 待上传";
  353. "_tite_footer_download_wwan_" = " 需要 Wi-Fi 网络,%lu %@ 待下载";
  354. "_tite_footer_download_" = "%lu %@ 待下载";
  355. "_limited_dimension_" = "达到最大尺寸";
  356. "_save_selected_files_" = "将图片和视频保存到相册";
  357. "_file_not_saved_cameraroll_" = "错误:文件没有被保存到相册";
  358. "_file_saved_cameraroll_" = "文件已被保存到相册";
  359. "_directory_on_top_yes_" = "✓ 顶端目录";
  360. "_directory_on_top_no_" = "顶端目录";
  361. "_folder_automatic_upload_" = "“自动上传”的文件夹";
  362. "_search_no_record_found_" = "没有结果";
  363. "_search_in_progress_" = "搜索中...";
  364. "_search_instruction_" = "搜索文件(最少 2 个字)";
  365. "_files_no_files_" = "此处没有文件";
  366. "_files_no_folders_" = "这里没有文件夹";
  367. "_request_in_progress_" = "正在向服务器发送请求...";
  368. "audio" = "音频";
  369. "compress" = "压缩";
  370. "directory" = "文件夹";
  371. "document" = "文档";
  372. "image" = "图片";
  373. "template" = "模板";
  374. "unknow" = "未知";
  375. "video" = "视频";
  376. "_file_del_only_local_" = "文件不在服务器上";
  377. "_copy_file_" = "复制文件";
  378. "_copy_files_" = "复制文件";
  379. "_paste_file_" = "粘贴文件";
  380. "_paste_files_" = "粘贴文件";
  381. "_search_this_folder_" = "搜索此文件夹";
  382. "_search_all_folders_" = "搜索所有文件夹";
  383. "_search_sub_folder_" = "搜索此文件夹和子文件夹";
  384. "_theming_is_light_" = "服务器主题太鲜艳,不适用";
  385. "_cancel_all_task_" = "取消所有传输";
  386. "_status_wait_download_" = "等待下载";
  387. "_status_in_download_" = "下载中";
  388. "_status_downloading_" = "正在下载";
  389. "_status_wait_upload_" = "等待上传";
  390. "_status_in_upload_" = "上传中";
  391. "_status_uploading_" = "正在上传";
  392. // Media
  393. "_select_media_folder_" = "选择“媒体”文件夹";
  394. "_media_viewimage_show_" = "显示图片";
  395. "_media_viewimage_hide_" = "隐藏图片";
  396. "_media_viewvideo_show_" = "显示视频";
  397. "_media_viewvideo_hide_" = "隐藏视频";
  398. // Files Preview
  399. "_insert_password_pfd_" = "加密 PDF,输入密码";
  400. "_password_pdf_error_" = "密码错误";
  401. "_error_download_photobrowser_" = "错误:不能下载照片";
  402. // Share
  403. "_share_link_" = "共享链接";
  404. "_share_link_button_" = "发送链接到...";
  405. "_password_" = "密码";
  406. "_share_password_" = "密码保护链接";
  407. "_share_expirationdate_" = "设置链接有效期";
  408. "_date_" = "日期";
  409. "_share_title_" = "共享";
  410. "_add_sharee_" = "增加用户或组";
  411. "_add_sharee_footer_" = "您可以通过添加用户或组来共享此资源。 要删除共享,请删除所有用户和组";
  412. "_find_sharee_title_" = "搜索";
  413. "_find_sharee_" = "搜索用户或组...";
  414. "_find_sharee_footer_" = "输入要搜索的用户或组名称的一部分(至少2个字符)按“回车”确认,选择允许访问共享的用户,点击“完成”确认";
  415. "_user_is_group_" = " (分组)";
  416. "_direct_sharee_title_" = "共享";
  417. "_direct_sharee_footer_" = "如果您已经知道名字,请直接输入,然后选择共享的类型并且点击“完成\"确认";
  418. "_direct_sharee_" = "输入用户名...";
  419. "_user_sharee_footer_" = "点击修改权限";
  420. "_share_type_title_" = "共享类型";
  421. "_share_type_user_" = "用户";
  422. "_share_type_group_" = "群组";
  423. "_share_type_remote_" = "远程";
  424. "_enforce_password_protection_" = "强制密码保护";
  425. "_password_obligatory_" = "已启用强制密码保护,必须设置密码";
  426. "_shared_with_you_by_" = "与您共享,由";
  427. "_shareLinksearch_placeholder_" = "搜索用户或分组 ...";
  428. "_new_comment_" = "新评论";
  429. "_edit_comment_" = "编辑评论";
  430. "_delete_comment_" = "删除评论";
  431. "_share_allow_editing_" = "Allow editing";
  432. "_share_read_only_" = "Read only";
  433. "_share_allow_upload_" = "Allow upload and editing";
  434. "_share_file_drop_" = "File drop (upload only)";
  435. "_share_hide_download_" = "Hide download";
  436. "_share_password_protect_" = "Password protect";
  437. "_share_expiration_date_" = "Set expiration date";
  438. "_share_note_recipient_" = "Note to recipient";
  439. "_share_delete_sharelink_" = "Delete share link";
  440. "_share_add_sharelink_" = "Add another link";
  441. "_share_can_reshare_" = "Can reshare";
  442. "_share_can_create_" = "Can create";
  443. "_share_can_change_" = "Can change";
  444. "_share_can_delete_" = "Can delete";
  445. "_share_unshare_" = "Unshare";
  446. // Share Permission
  447. "_share_permission_title_" = "权限";
  448. "_share_permission_edit_" = "可以编辑";
  449. "_share_permission_file_can_write_" = "允许写文件";
  450. "_share_permission_create_" = "可以创建";
  451. "_share_permission_create_file_" = "允许创建文件";
  452. "_share_permission_create_folder_" = "可以创建文件夹";
  453. "_share_permission_change_" = "可以修改";
  454. "_share_permission_delete_" = "可以删除";
  455. "_share_permission_share_" = "可以共享";
  456. "_share_permission_rename_" = "可以重命名";
  457. "_share_permission_move_" = "可以移动";
  458. "_share_permission_read_" = "可以读取";
  459. "_share_permission_info_" = "共享信息";
  460. "_share_permission_path_" = "文件/文件夹";
  461. "_share_permission_type_" = "类型";
  462. "_share_permission_typeuser_" = "用户";
  463. "_share_permission_typegroup_" = "群组";
  464. "_share_permission_typepubliclink_" = "链接";
  465. "_share_permission_typefederated_" = "联合";
  466. "_share_permission_owner_" = "所有者";
  467. "_share_permission_date_" = "日期";
  468. "_share_permission_email_" = "电子邮件通知";
  469. "_share_link_readonly_" = "只读";
  470. "_share_link_modify_" = "允许编辑";
  471. "_share_link_upload_" = "丢弃文件(仅上传)";
  472. "_share_link_upload_modify_" = "允许上传和编辑";
  473. "_share_link_hide_download_" = "隐藏下载";
  474. // ShareInfoCMOC
  475. "_type_resource_connect_you_" = "与您共享的";
  476. "_type_resource_external_" = "外部存储";
  477. // Share Ext
  478. "_destiny_folder_" = "文件夹:%@";
  479. "_no_transfer_" = "没有文件传输";
  480. "_no_transfer_sub_" = "此设备发起的上传和下载都会显示在这里";
  481. "_no_activity_" = "暂无动态";
  482. "_transfers_" = "传输";
  483. "_activity_" = "动态";
  484. "_activity_file_not_present_" = "文件不存在";
  485. "_trash_file_not_found_" = "此文件看起来不在回收站中,请到回收站刷新并重试";
  486. // List Shares
  487. "_list_shares_" = "共享";
  488. "_list_shares_no_files_" = "目前还没有共享";
  489. "_tutorial_list_shares_view_" = "您共享的文件和文件夹将在此处显示";
  490. // Offline - Local Storage
  491. "_create_synchronization_" = "创建同步";
  492. "_offline_" = "离线";
  493. "_local_storage_" = "本地存储";
  494. "_local_storage_no_record_" = "还没有文件";
  495. // Create Cloud
  496. "_upload_photos_videos_" = "上传照片和视频";
  497. "_upload_file_" = "上传文件";
  498. "_upload_file_text_" = "创建文本文件";
  499. // Document Picker
  500. "_save_document_picker_" = "保存在这里";
  501. // CreateFormUploadAssets
  502. "_destination_folder_" = "目标文件夹";
  503. "_use_folder_auto_upload_" = "使用“自动上传”文件夹作为目的地";
  504. "_rename_filename_" = "重命名";
  505. "_filename_" = "文件名";
  506. "_preview_filename_" = "文件名的示例预览。您可以使用 %@ 代表日期/时间";
  507. "_forbidden_characters_" = "文件或文件夹包含无效字符";
  508. "_add_filenametype_" = "在文件名种指定类型";
  509. "_filenametype_photo_video_" = "照片/视频";
  510. "_maintain_original_filename_" = "保持原文件名";
  511. "_modify_photo_" = "编辑照片";
  512. // Notification
  513. "_notification_" = "通知";
  514. // Photo Browser
  515. "Done" = "完成";
  516. "Select Photos" = "选择照片";
  517. "photo" = "照片";
  518. "photos" = "照片";
  519. "of" = "的";
  520. "%i of %i" = "%1$i 的 %2$i";
  521. // Manage Auto Upload FileName
  522. "_autoupload_filename_title_" = "自动上传文件名";
  523. // Text File
  524. "_untitled_txt_" = "未命名.txt";
  525. "_text_upload_title_" = "上传文本文件";
  526. // EndToEnd Encryption
  527. "_e2e_settings_title_" = "加密";
  528. "_e2e_settings_" = "端到端加密";
  529. "_e2e_settings_start_" = "开始端到端加密";
  530. "_e2e_settings_not_available_" = "端到端加密不可用";
  531. "_e2e_settings_activated_" = "端到端加密已激活";
  532. "_e2e_settings_view_passphrase_" = "这 12 个词构成一个非常安全的密码,以供只有您可以查看以及使用您的加密文件夹。请把它记下来并妥善保存。";
  533. "_e2e_settings_read_passphrase_" = "读取密语";
  534. "_e2e_settings_lock_not_active_" = "锁没有激活,返回到“设置”并激活它";
  535. "_e2e_settings_the_passphrase_is_" = "密语是:";
  536. "_e2e_passphrase_request_title_" = "需要密语";
  537. "_e2e_passphrase_request_message_" = "插入 12 个单词";
  538. "_e2e_settings_remove_" = "删除本地加密";
  539. "_e2e_settings_remove_message_" = "确认删除加密以及密语";
  540. "_e2e_set_folder_encrypted_" = "加密";
  541. "_e2e_remove_folder_encrypted_" = "解密";
  542. "_e2e_goto_settings_for_enable_" = "这是加密文件夹,请到“设置”中启用端到端加密";
  543. "_e2e_delete_folder_not_permitted_" = "不允许删除标记为“加密”的目录";
  544. "_e2e_error_encode_metadata_" = "解码元数据时发生严重内部错误";
  545. "_e2e_error_decode_metadata_" = "解密元数据时发生严重内部错误";
  546. "_e2e_error_create_encrypted_" = "无法创建加密的文件";
  547. "_e2e_error_update_metadata_" = "元数据更新错误";
  548. "_e2e_error_store_metadata_" = "无法保存元数据";
  549. "_e2e_error_send_metadata_" = "无法发送元数据";"_e2e_error_delete_metadata_" = "无法删除元数据";
  550. "_e2e_error_get_metadata_" = "无法获取元数据";
  551. "_e2e_error_not_enabled_" = "严重内部错误 端到端加密未启用";
  552. "_e2e_error_record_not_found_" = "严重内部错误 未找到记录";
  553. "_e2e_error_unlock_" = "无法解锁文件夹";
  554. "_e2e_error_lock_" = "无法锁定文件夹";
  555. "_e2e_error_delete_mark_folder_" = "解密选中的文件夹";
  556. "_e2e_error_mark_folder_" = "加密文件夹";
  557. "_e2e_error_directory_not_empty_" = "此文件夹不是空的。";
  558. // Scan Document
  559. "_scans_document_" = "扫描文档";
  560. "_scanned_images_" = "扫描图片";
  561. "_scan_document_pdf_page_" = "页面";
  562. "_scan_label_document_zone_" = "把图片拖动下来创建文档";
  563. "_filter_original_" = "原图";
  564. "_filter_bn_" = "黑白";
  565. "_filter_grayscale_" = "灰度";
  566. "_quality_image_title_" = "图片质量";
  567. "_quality_high_" = "大文件高质量";
  568. "_quality_medium_" = "中等尺寸文件中等质量";
  569. "_quality_low_" = "小文件低质量";
  570. "_file_type_" = "文件类型";
  571. "_pdf_password_" = "PDF 密码";
  572. "_file_creation_" = "文件创建";
  573. "_delete_all_scanned_images_" = "是否要删除所有扫描的图片?";
  574. "_text_recognition_" = "文字识别";
  575. /* The title on the navigation bar of the Scanning screen. */
  576. "wescan.scanning.title" = "扫描";
  577. /* The "Next" button on the right side of the navigation bar on the Edit screen. */
  578. "wescan.edit.button.next" = "下一个";
  579. /* The title on the navigation bar of the Edit screen. */
  580. "wescan.edit.title" = "编辑";
  581. /* The "Done" button on the right side of the navigation bar on the Review screen. */
  582. "wescan.review.button.done" = "完成";
  583. /* The title on the navigation bar of the Review screen. */
  584. "wescan.review.title" = "预览";
  585. // Trah
  586. "_trash_view_" = "回收站";
  587. "_trash_restore_all_" = "恢复所有文件";
  588. "_trash_delete_all_" = "清空回收站";
  589. "_trash_no_trash_" = "没有文件被删除";
  590. "_trash_no_trash_description_" = "您可以在这里恢复已删除的文件";
  591. "_trash_restore_selected_" = "恢复已选文件";
  592. "_trash_delete_selected_" = "已删除选择的文件";
  593. // Offline
  594. "_manage_file_offline_" = "管理离线文件";
  595. "_set_available_offline_" = "可以设置离线";
  596. "_remove_available_offline_" = "从允许离线中移除";
  597. // Richdocuments
  598. "_create_new_document_" = "新建文档";
  599. "_create_new_spreadsheet_" = "新建表格";
  600. "_create_new_presentation_" = "新建演示";
  601. "_go_online_" = "请在线查看文档";
  602. // Intro
  603. "_intro_1_title_" = "确保您的数据安全并受您的控制";
  604. "_intro_2_title_" = "安全协作 & 文件交换";
  605. "_intro_3_title_" = "易用的在线邮件、日历 & 联系人";
  606. "_intro_4_title_" = "屏幕共享、在线会议 & 网络会议";
  607. "_log_in_" = "登陆";
  608. "_sign_up_" = "在服务商处注册";
  609. "_host_your_own_server" = "托管您自己的服务器";
  610. // Error
  611. "_bad_username_password_" = "用户名或密码错误";
  612. "_cancelled_by_user" = "传输被撤销";
  613. "_error_folder_destiny_is_the_same_" = "无法将文件夹移动到自身";
  614. "_error_not_permission_" = "您没有完成此操作的权限";
  615. "_error_path_" = "无法打开该文件或文件夹。请检查它是否存在";
  616. "_file_upload_not_exitst_" = "您要上传的文件不存在";
  617. "_forbidden_characters_from_server_" = "名称必须包含 1 个有效字符";
  618. "_not_connected_internet_" = "服务器连接错误";
  619. "_not_possible_connect_to_server_" = "此刻无法连接到服务器";
  620. "_not_possible_create_folder_" = "无法创建文件夹";
  621. "_server_down_" = "无法与服务器建立联系";
  622. "_time_out_" = "超时,请重试";
  623. "_unknow_response_server_" = "来自服务器的意外响应";
  624. "_user_authentication_required_" = "需要验证用户身份";
  625. "_file_directory_locked_" = "文件和目录已锁定";
  626. "_ssl_certificate_untrusted_" = "该服务器证书无效";
  627. "_internal_server_" = "内部服务器错误";
  628. "_file_already_exists_" = "无法完成该操作,存在同名文件";
  629. "_file_folder_not_exists_" = "在指定的路径中找不到源文件";
  630. "_folder_contents_nochanged_" = "文件夹内容未更改";
  631. "_images_invalid_converted_" = "图像无效,无法转换为缩略图";
  632. "_method_not_expected_" = "意外的请求方法";
  633. "_reauthenticate_user_" = "会话过期,请重新登录";
  634. "_server_error_retry_" = "服务器暂时不可用";
  635. "_too_many_files_" = "太多文件将受此操作影响";
  636. "_too_many_request_" = "发送过多请求会导致达到速率限制";
  637. "_user_over_quota_" = "已达到存储限额";
  638. "_ssl_connection_error_" = "连接 SSL 错误,请重试";
  639. "_bad_request_" = "请求错误";
  640. "_webdav_locked_" = "WebDAV 已锁定:尝试访问锁定的资源";
  641. "_error_user_not_available_" = "该用户不可用";
  642. "_server_response_error_" = "服务器响应内容错误";
  643. "_no_nextcloud_found_" = "Nextcloud服务器没有找到";
  644. "_error_decompressing_" = "解压缩时发生错误。未知压缩方法可文件已损坏";
  645. "_error_json_decoding_" = "解码元数据时出现严重内部错误(数据无法读取,因为它的格式不正确)";
  646. // BKPasscode
  647. "%d Failed Passcode Attempts" = "密码 %d 次尝试失败";
  648. "%d Failed Password Attempts" = "密码 %d 次尝试失败";
  649. "1 Failed Passcode Attempt" = "安全码 1 次尝试失败";
  650. "1 Failed Password Attempt" = "密码 1 次尝试失败";
  651. "Do you want to use Touch ID for authentication?" = "您想使用Touch / Face ID进行身份验证吗?";
  652. "Done" = "完成";
  653. "Enable Touch ID" = "启用 Touch/Face ID";
  654. "Enter a different passcode. Cannot re-use the same passcode." = "输入一个不同的 passcode。同一个 passcode 不能重复使用。";
  655. "Enter a different password. Cannot re-use the same password." = "输入一个不同的密码。同一个密码不能重复使用。";
  656. "Enter a passcode" = "输入安全码";
  657. "Enter a password" = "输入密码";
  658. "Enter your new passcode" = "输入新安全码";
  659. "Enter your new password" = "输入新密码";
  660. "Enter your old passcode" = "输入旧安全码";
  661. "Enter your old password" = "输入旧密码";
  662. "Enter your passcode" = "输入密码";
  663. "Enter your password" = "输入密码";
  664. "Invalid Passcode" = "密码无效";
  665. "Invalid Password" = "密码无效";
  666. "Passcodes did not match.\nTry again." = "密码不匹配。\n请重试。";
  667. "Password did not match.\nTry again." = "密码不匹配。\n请重试。";
  668. "Re-enter your passcode" = "再次输入密码";
  669. "Re-enter your password" = "再次输入密码";
  670. "Try again in %d minutes" = "请 %d 分钟后再试";
  671. "Try again in 1 minute" = "请 1 分钟后再试";
  672. // QRCode
  673. "_qrcode_not_authorized_" = "此应用未获得使用后置摄像头的权限";
  674. "_qrcode_not_supported_" = "当前设备不支持二维码";
  675. // Voice Memo
  676. "_create_voice_memo_" = "创建语音备忘";
  677. "_voice_memo_start_" = "点击开始";
  678. "_voice_memo_stop_" = "点击结束";
  679. "_voice_memo_filename_" = "语音备忘";
  680. "_voice_memo_title_" = "上传语音备忘";