Localizable.strings 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  1. //
  2. // Localizable.strings
  3. // Nextcloud iOS
  4. //
  5. // Copyright © 2017 Marino Faggiana. All rights reserved.
  6. //
  7. // Author Marino Faggiana <m.faggiana@twsweb.it>
  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_" = "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. "_auto_upload_folder_" = "自动上传";
  78. "_gallery_" = "相册";
  79. "_photo_" = "照片";
  80. "_audio_" = "音频";
  81. "_unknown_" = "未知";
  82. "_next_" = "下一个";
  83. "_success_" = "成功";
  84. "_initialization_" = "初始化";
  85. "_experimental_" = "试验";
  86. "_select_dir_media_tab_" = "Select as folder \"Media\"";
  87. "_error_creation_file_" = "Ops! Could not create the file";
  88. "_save_path_" = "Save path";
  89. "_save_settings_" = "Save settings";
  90. "_mode_filename_" = "Filename mode";
  91. "_warning_owncloud_" = "You are connected to an ownCloud server. This is untested and unsupported, use at your own risk. To upgrade to Nextcloud, see https://nextcloud.com/migration";
  92. "_warning_unsupported_" = "You are using an unsupported version of Nextcloud. For the safety of your data we strongly recommend updating to the latest stable Nextcloud";
  93. "_restore_" = "Restore";
  94. // App
  95. "_network_available_" = "网络可用";
  96. "_network_not_available_" = "网络不可用";
  97. // Networking
  98. "_file_too_big_" = "文件太大无法加解密";
  99. "_file_too_big_max_100_" = "文件太大{最大100kb)";
  100. "_...loading..._" = "加载中...";
  101. "_download_plist_" = " ";
  102. "_no_reuploadfile_" = "无法找到并重新发送文件。删除上传并重新加载文件进行上传。";
  103. "_file_already_exists_" = "无法完成该操作,存在具有相同名称的文件";
  104. "_read_file_error_" = "无法读取文件";
  105. // More
  106. "_more_" = "更多";
  107. "_notifications_" = "通知";
  108. "_logout_" = "退出";
  109. "_quota_space_unlimited_" = "Unlimited";
  110. "_quota_space_unknown_" = "Unknown";
  111. "_quota_using_" = "你已使用 %@ 总容量 %@";
  112. // Settings
  113. "_acknowledgements_" = "致谢";
  114. "_settings_" = "设置";
  115. "_passcode_" = "密码";
  116. "_lock_" = "锁";
  117. "_lock_active_" = "锁定:已开启";
  118. "_lock_not_active_" = "锁定:已关闭";
  119. "_lock_protection_no_screen_" = "启动时不询问";
  120. "_lock_protection_no_screen_footer_" = "“请勿在启动时询问”仅用于受保护的文件夹或用于加密选项";
  121. "_url_" = "超链接";
  122. "_username_" = "用户名";
  123. "_change_credentials_" = "更改你的证书";
  124. "_wifi_only_" = "仅使用 Wi-Fi 连接";
  125. "_settings_autoupload_" = "自动上传";
  126. "_app_version_" = "程序版本";
  127. "_app_in_use_" = "正在使用程序";
  128. "_contact_by_email_" = "通过 E-mail 联系我们";
  129. "_clear_cache_" = "清空缓存(已用 %@)";
  130. "_clear_cache_no_size_" = "清空缓存";
  131. "_exit_" = "退出";
  132. "_funct_not_enabled_" = "功能未启用";
  133. "_passcode_activate_" = "密码锁定";
  134. "_disabling_passcode_" = "删除密码锁定";
  135. "_want_exit_" = "请注意! 将被重置为初始状态。 要继续吗?";
  136. "_proceed_" = "进行";
  137. "_delete_cache_" = "删除缓存";
  138. "_want_delete_cache_" = "你想删除缓存吗?";
  139. "_delete_cache_and_db_" = "Yes and remove the transfers in progress";
  140. "_want_delete_thumbnails_" = "是否删除所有缩略图?";
  141. "_mail_deleted_" = "删除的邮件";
  142. "_mail_saved_" = "保存的邮件";
  143. "_mail_sent_" = "邮件已发送";
  144. "_mail_failure_" = "无法发送电子邮件:%@";
  145. "_information_req_" = "信息请求";
  146. "_write_in_english_" = "请用英文给我们写信";
  147. "_credentials_" = "证书";
  148. "_manage_account_" = "管理账户";
  149. "_change_password_" = "更改密码";
  150. "_add_account_" = "新增帐户";
  151. "_delete_account_" = "删除帐户";
  152. "_want_delete_" = "你真的要删除吗?";
  153. "_no_delete_" = "不,不要删除";
  154. "_yes_delete_" = "是的,删除";
  155. "_remove_cache_" = "请稍后,正在删除缓存...";
  156. "_optimizations_" = "优化";
  157. "_synchronizations_" = "同步文件夹";
  158. "_version_server_" = "服务器版本";
  159. "_help_" = "帮助";
  160. "_lock_protection_simply_" = "弱密码保护";
  161. "_change_simply_passcode_" = "修改密码类型";
  162. "_quota_" = "配额";
  163. "_available_" = "可用";
  164. "_cloud_account_" = "云端账户";
  165. "_information_" = "信息";
  166. "_personal_information_" = "个人信息";
  167. "_user_full_name_" = "全名";
  168. "_user_address_" = "地址";
  169. "_user_phone_" = "电话号码";
  170. "_user_email_" = "电子邮件";
  171. "_user_web_" = "网站";
  172. "_user_twitter_" = "Twitter";
  173. "_favorite_offline_" = "收藏夹可离线使用";
  174. "_favorite_offline_footer_" = "使所有收藏夹离线可能需要一段时间,并在执行过程中使用大量存储。";
  175. "_advanced_" = "高级";
  176. "Skip" = "跳过";
  177. "Start" = "开始";
  178. "_disable_files_app_" = "Disable Files App integration";
  179. "_disable_files_app_footer_" = "Do not permit the access of files across the Apple Files application";
  180. // Manage AutoUpload
  181. "_autoupload_" = "自动上传照片/视频 ";
  182. "_autoupload_select_folder_" = "Select the \"Auto upload\" folder";
  183. "_autoupload_error_select_folder_" = "Select a valid folder for the \"Auto upload\"";
  184. "_autoupload_background_" = "在后台自动上传";
  185. "_autoupload_photos_" = "自动上传图像";
  186. "_autoupload_videos_" = "自动上传视频";
  187. "_autoupload_description_" = "新的照片/视频将会上传到你的云盘中";
  188. "_autoupload_description_background_" = "该选项需要使用GPS触发检测位置发生明显变化的摄像机中的新照片/视频";
  189. "_autoupload_background_title_" = "限制";
  190. "_autoupload_background_msg_" = "由于iOS限制,除非启用了GPS服务,否则尚无法执行后台处理。 一旦蜂窝网络中的蜂窝网络被更改,系统会在短时间内唤醒,并检查新的照片以上传到云端。";
  191. "_autoupload_change_location_" = "更改文件夹";
  192. "_autoupload_location_now_" = "文件夹";
  193. "_autoupload_location_default_" = "恢复默认文件夹";
  194. "_autoupload_change_location_footer_" = "变更“自动上传相机照片”的文件夹(如果选项已启用)";
  195. "_autoupload_not_select_home_" = "选择一个文件夹";
  196. "_autoupload_save_album_" = "复制照片或视频到照片专辑";
  197. "_autoupload_fullphotos_" = "上传整个相机相片";
  198. "_autoupload_fullphotos_footer_" = "上传前先调整此选项";
  199. "_autoupload_create_subfolder_" = "使用子目录";
  200. "_autoupload_create_subfolder_footer_" = "存储在以年和月命名的子文件夹";
  201. "_autoupload_filenamemask_" = "更改文件名掩码";
  202. "_autoupload_filenamemask_footer_" = "更改自动文件名掩码";
  203. // Manage Help
  204. "_help_tutorial_" = "教程";
  205. "_help_intro_" = "Nextcloud介绍";
  206. "_help_activity_verbose_" = "详细动态";
  207. "_help_activity_mail_" = "通过电子邮件发送动态信息";
  208. "_help_activity_clear_" = "清空动态";
  209. // Manage Advanced
  210. "_show_hidden_files_" = "显示隐藏文件";
  211. "_format_compatibility_" = "最佳兼容性";
  212. "_format_compatibility_footer_" = "\"Most compatible\" will save, when possible, photos as JPEG";
  213. // Login
  214. "_connect_server_anyway_" = "你想连接到服务器吗?";
  215. "_connection_error_" = "连接错误";
  216. "_serverstatus_error_" = "无法链接服务器,请检查服务器地址或网络状态。";
  217. "_add_your_nextcloud_" = "添加您的Nextcloud帐号";
  218. "_login_url_" = "服务器地址 https://...";
  219. "_login_bottom_label_" = "还没有服务器?\n选择其中一个提供者。";
  220. "_error_multidomain_" = "地址不允许,只有以下域是有效的:";
  221. "_account_already_exists_" = "账户%@已经存在";
  222. "_traditional_login_" = "采用旧的登录方式";
  223. "_web_login_" = "采用网页登录方式";
  224. // Favorite
  225. "_favorites_" = "收藏";
  226. "_favorite_" = "收藏";
  227. "_unfavorite_" = "取消收藏";
  228. "_no_files_uploaded_" = "没有文件被上传";
  229. "_tutorial_favorite_view_" = "您标记为收藏的文件和文件夹将显示在此处";
  230. "_tutorial_offline_view_" = "复制到此处的文件可以离线使用。\n\n它们将会与云端同步。";
  231. "_tutorial_local_view_" = "您会发现云端的解压缩文件。\n\n连接到iTunes共享这些文件。";
  232. "_more_" = "更多";
  233. "_favorite_no_files_" = "还没有“我喜欢的”";
  234. // Auto Upload
  235. "_pull_down_" = "下拉刷新";
  236. "_no_photo_load_" = "没有照片或视频";
  237. "_tutorial_autoupload_view_" = "你可以在“设置”中开启自动上传";
  238. "_no_date_" = "没有日期";
  239. "_today_" = "今天";
  240. "_time_" = "时间:%@\n\n%@";
  241. "_location_not_enabled_" = "Location Services not enabled";
  242. "_location_not_enabled_msg_" = "请在手机“设置”中打开“定位服务”";
  243. "_access_photo_not_enabled_" = "Access to Photos not enabled";
  244. "_access_photo_not_enabled_msg_" = "请在手机“设置”中打开“照片访问”";
  245. "_access_photo_location_not_enabled_" = "Access to Photos and Location not enabled";
  246. "_access_photo_location_not_enabled_msg_" = "请在手机“设置”中打开“照片访问”和“定位服务”";
  247. "_tutorial_photo_view_" = "尚未上传照片或视频";
  248. "_create_full_upload_" = "创建存档...可能需要很长时间,请稍候。";
  249. "_error_createsubfolders_upload_" = "创建子目录错误";
  250. "_activate_autoupload_" = "启用自动上传";
  251. // Utility
  252. "_never_" = "从不";
  253. "_less_a_minute_" = "少于1分钟";
  254. "_minutes_ago_" = "%d 分钟前";
  255. "_hours_ago_" = "%d 小时前";
  256. "_days_ago_" = "%d 天前";
  257. "_over_30_days_" = "大于30天";
  258. "_connection_internet_offline_" = "Internet连接显示为脱机或需要Wi-Fi";
  259. "_insert_password_" = "输入密码";
  260. "_update_in_progress_" = "版本升级,请稍候...";
  261. "_forbidden_characters_" = "文件或文件夹包含非法字符";
  262. "_mail_not_can_send_mail_" = "没有帐户设置,或输入错误的电子邮件地址";
  263. // File
  264. "_photo_camera_" = "照片";
  265. "_media_" = "Media";
  266. "_unzip_in_progress_" = "在本地存储中进行提取...";
  267. "_file_unpacked_" = "在本地存储上文件解压缩";
  268. "_file_saved_local_" = "文件已存储到本地";
  269. "_file_not_present_" = "错误:文件不存在,请重新加载。";
  270. "_order_by_" = "Sort by";
  271. "_order_by_name_a_z_" = "Sort by name (from A to Z)";
  272. "_order_by_name_z_a_" = "Sort by name (from Z to A)";
  273. "_order_by_date_more_recent_" = "Sort from the most recent";
  274. "_order_by_date_less_recent_" = "Sort from the less recent";
  275. "_order_by_size_smallest_" = "Sort from the smallest";
  276. "_order_by_size_largest_" = "Sort from the largest";
  277. "_delete_selected_files_" = "删除文件";
  278. "_move_selected_files_" = "移动文件";
  279. "_download_selected_files_" = "下载文件";
  280. "_download_selected_files_folders_" = "下载文件和文件夹";
  281. "_error_operation_canc_" = "错误:操作已取消。";
  282. "_only_lock_passcode_" = "仅适用于锁定密码激活。 在“设置”中激活它。";
  283. "_passcode_protection_" = "密码保护";
  284. "_remove_favorites_" = "取消收藏";
  285. "_remove_offline_" = "从离线中移除";
  286. "_add_favorites_" = "收藏";
  287. "_add_offline_" = "添加到离线";
  288. "_remove_passcode_" = "取消密码保护";
  289. "_protect_passcode_" = "密码保护";
  290. "_share_" = "分享";
  291. "_reload_" = "刷新";
  292. "_open_in_" = "在...中打开";
  293. "_remove_local_file_" = "从缓存里面移除";
  294. "_add_local_" = "Add to local storage";
  295. "_comm_erro_pull_down_" = "注意:与服务器通信错误。下拉刷新。";
  296. "_file_not_downloaded_" = "文件还没有下载";
  297. "_file_not_uploaded_" = "文件未上传";
  298. "_folders_" = "folders";
  299. "_folder_" = "folder";
  300. "_files_" = "files";
  301. "_file_" = "file";
  302. "_folder_blocked_" = "文件夹阻塞";
  303. "_downloading_progress_" = "文件开始下载...";
  304. "_no_file_pull_down_" = "上传文件或下拉刷新";
  305. "_browse_images_" = "Browse images";
  306. "_synchronized_folder_" = "Keep the folder synchronized";
  307. "_remove_synchronized_folder_" = "关闭同步";
  308. "_synchronized_confirm_" = "Enabling the synchronization, all files in the folder will be synchronized with the server, continuous ?";
  309. "_offline_folder_confirm_" = "启用离线文件夹后,其中的所有文件将与服务器同步,是否继续?";
  310. "_file_not_found_reload_" = "找不到文件,下拉刷新";
  311. "_title_section_download_" = "下载";
  312. "_title_section_upload_" = "上传";
  313. "_group_alphabetic_yes_" = "按字母顺序排列";
  314. "_group_alphabetic_no_" = "按字母顺序排列";
  315. "_group_typefile_yes_" = "✓ 按类别分组";
  316. "_group_typefile_no_" = "按文件类型分组";
  317. "_group_date_yes_" = "✓ 按日期分组";
  318. "_group_date_no_" = "按日期分组";
  319. "_element_" = "项目";
  320. "_elements_" = "项目";
  321. "_tite_footer_upload_wwan_" = " 需要 Wi-Fi 网络, %lu %@ 待上传";
  322. "_tite_footer_upload_" = "%lu %@ 待上传";
  323. "_tite_footer_download_wwan_" = " 需要 Wi-Fi 网络, %lu %@ 来下载";
  324. "_tite_footer_download_" = "%lu %@ 来下载";
  325. "_limited_dimension_" = "达到最大尺寸";
  326. "_save_selected_files_" = "将图片和视频保存到相册";
  327. "_file_not_saved_cameraroll_" = "错误:文件未保存在照片专辑中";
  328. "_file_saved_cameraroll_" = "文件保存在照片专辑中";
  329. "_directory_on_top_yes_" = "✓ 顶端目录";
  330. "_directory_on_top_no_" = "顶端目录";
  331. "_folder_automatic_upload_" = "Folder for \"Auto upload\"";
  332. "_search_no_record_found_" = "没有结果";
  333. "_search_in_progress_" = "搜索中...";
  334. "_search_instruction_" = "搜索文件(最少两个字)";
  335. "_files_no_files_" = "此处没有文件";
  336. "audio" = "AUDIO";
  337. "compress" = "COMPRESS";
  338. "directory" = "FOLDERS";
  339. "document" = "DOCUMENTS";
  340. "image" = "IMAGES";
  341. "template" = "TEMPLATES";
  342. "unknow" = "未知";
  343. "video" = "VIDEO";
  344. "_file_del_only_local_" = "文件不存在于服务器上";
  345. "_copy_file_" = "Copy file";
  346. "_copy_files_" = "Copy files";
  347. "_paste_file_" = "Paste file";
  348. "_paste_files_" = "Paste files";
  349. "_search_this_folder_" = "在该目录中搜索";
  350. "_search_all_folders_" = "在所有目录中搜索";
  351. "_search_sub_folder_" = "在当前和子文件夹中搜索";
  352. "_theming_is_light_" = "服务器主题太亮了,不适用";
  353. "_cancel_all_task_" = "Cancel all transfers";
  354. "_status_wait_download_" = "Waiting for download";
  355. "_status_in_download_" = "In download";
  356. "_status_downloading_" = "Downloading";
  357. "_status_wait_upload_" = "Waiting for upload";
  358. "_status_in_upload_" = "In upload";
  359. "_status_uploading_" = "Uploading";
  360. // Media
  361. "_select_media_folder_" = "Select the \"Media\" folder";
  362. "_media_viewimage_show_" = "Show images";
  363. "_media_viewimage_hide_" = "Hide images";
  364. "_media_viewvideo_show_" = "Show video";
  365. "_media_viewvideo_hide_" = "Hide video";
  366. // Files Preview
  367. "_insert_password_pfd_" = "加密PDF,输入密码";
  368. "_password_pdf_error_" = "错误密码";
  369. "_error_download_photobrowser_" = "错误:不能下载照片";
  370. // Share
  371. "_share_link_" = "分享链接";
  372. "_share_link_button_" = "发送链接到...";
  373. "_password_" = "密码";
  374. "_share_password_" = "密码保护链接";
  375. "_share_expirationdate_" = "设置过期日期链接";
  376. "_date_" = "日期";
  377. "_share_title_" = "共享";
  378. "_add_sharee_" = "增加用户或群组";
  379. "_add_sharee_footer_" = "您可以通过添加用户或组来共享此资源。 要删除共享,请删除所有用户和组";
  380. "_find_sharee_title_" = "Search";
  381. "_find_sharee_" = "搜索用户或组群...";
  382. "_find_sharee_footer_" = "输入要搜索的用户或组的名称的一部分(至少2个字符),然后“回车”,选择可以访问共享的用户,然后确认“完成”";
  383. "_user_is_group_" = " (group)";
  384. "_direct_sharee_title_" = "共享";
  385. "_direct_sharee_footer_" = "如果你一直知道名字,输入它,选择分享的类型并且点击“完成\"去确认";
  386. "_direct_sharee_" = "输入用户名";
  387. "_user_sharee_footer_" = "点击修改权限";
  388. "_share_type_title_" = "共享类型";
  389. "_share_type_user_" = "用户";
  390. "_share_type_group_" = "群组";
  391. "_share_type_remote_" = "远程";
  392. // Share Permission
  393. "_share_permission_title_" = "Privileges";
  394. "_share_permission_edit_" = "Can edit";
  395. "_share_permission_file_can_write_" = "Can write file";
  396. "_share_permission_create_" = "Can create";
  397. "_share_permission_create_file_" = "Can create files";
  398. "_share_permission_create_folder_" = "Can create folders";
  399. "_share_permission_change_" = "Can change";
  400. "_share_permission_delete_" = "Can delete";
  401. "_share_permission_share_" = "可以共享";
  402. "_share_permission_rename_" = "Can rename";
  403. "_share_permission_move_" = "Can move";
  404. "_share_permission_read_" = "可以读取";
  405. "_share_permission_info_" = "Sharing information";
  406. "_share_permission_path_" = "文件/文件夹";
  407. "_share_permission_type_" = "Type";
  408. "_share_permission_typeuser_" = "用户";
  409. "_share_permission_typegroup_" = "组";
  410. "_share_permission_typepubliclink_" = "Link";
  411. "_share_permission_typefederated_" = "Federated";
  412. "_share_permission_owner_" = "所有者";
  413. "_share_permission_date_" = "日期";
  414. "_share_permission_email_" = "email 通知";
  415. "_share_link_readonly_" = "Read only";
  416. "_share_link_modify_" = "Allow editing";
  417. "_share_link_upload_" = "File drop (upload only)";
  418. "_share_link_upload_modify_" = "Allow upload and editing";
  419. // ShareInfoCMOC
  420. "_type_resource_connect_you_" = "与您共享的";
  421. "_type_resource_external_" = "外部存储空间";
  422. // Share Ext
  423. "_destiny_folder_" = "文件夹:%@";
  424. "_no_transfer_" = "没有文件传输";
  425. "_no_transfer_sub_" = "此设备发起的上传和下载都会显示在这里";
  426. "_no_activity_" = "暂无动态";
  427. "_transfers_" = "传输";
  428. "_activity_" = "动态";
  429. "_activity_file_not_present_" = "文件不存在";
  430. // List Shares
  431. "_list_shares_" = "共享";
  432. "_list_shares_no_files_" = "目前还没有共享";
  433. "_tutorial_list_shares_view_" = "您共享的文件和文件夹将在此处显示";
  434. // Offline - Local Storage
  435. "_create_synchronization_" = "创建同步";
  436. "_offline_" = "离线";
  437. "_local_storage_" = "本地存储";
  438. "_local_storage_no_record_" = "还没有文件";
  439. // Create Cloud
  440. "_upload_photos_videos_" = "上传照片和视频";
  441. "_upload_file_" = "上传文件";
  442. "_upload_file_text_" = "创建文本文件";
  443. // Document Picker
  444. "_save_document_picker_" = "保存在这里";
  445. // CreateFormUploadAssets
  446. "_destination_folder_" = "目标文件夹";
  447. "_use_folder_auto_upload_" = "Use the \"Auto upload\" folder as destination";
  448. "_rename_filename_" = "重命名";
  449. "_filename_" = "文件名";
  450. "_preview_filename_" = "文件名示例,您可以使用%@代表日期/时间";
  451. "_forbidden_characters_" = "文件或文件夹包含非法字符";
  452. "_add_filenametype_" = "在文件名种指定类型";
  453. "_filenametype_photo_video_" = "照片/视频";
  454. "_maintain_original_filename_" = "Maintain original filename";
  455. // Notification
  456. "_notification_" = "通告";
  457. // Photo Browser
  458. "Done" = "完成";
  459. "Select Photos" = "选择照片";
  460. "photo" = "照片";
  461. "photos" = "照片";
  462. "of" = "of";
  463. "%i of %i" = "%1$i of %2$i";
  464. // Manage Auto Upload FileName
  465. "_autoupload_filename_title_" = "自动上传文件名";
  466. // Text File
  467. "_untitled_txt_" = "Untitled.txt";
  468. // EndToEnd Encryption
  469. "_e2e_settings_title_" = "加密";
  470. "_e2e_settings_" = "端到端加密";
  471. "_e2e_settings_start_" = "开始端到端加密";
  472. "_e2e_settings_not_available_" = "端到端加密不可用";
  473. "_e2e_settings_activated_" = "端到端加密已激活";
  474. "_e2e_settings_view_passphrase_" = "这12个词构成一个非常安全的密码,以供只有您可以查看以及使用您的加密文件夹。请把它记下来并妥善保存。";
  475. "_e2e_settings_read_passphrase_" = "读取密码";
  476. "_e2e_settings_lock_not_active_" = "锁没有激活,返回到“设置”并激活它";
  477. "_e2e_settings_the_passphrase_is_" = "密码是:";
  478. "_e2e_passphrase_request_title_" = "需要密码";
  479. "_e2e_passphrase_request_message_" = "插入12个单词";
  480. "_e2e_settings_remove_" = "删除本地加密";
  481. "_e2e_settings_remove_message_" = "输入密码以确认删除加密";
  482. "_e2e_set_folder_encrypted_" = "加密";
  483. "_e2e_remove_folder_encrypted_" = "解密";
  484. "_e2e_goto_settings_for_enable_" = "这是加密文件夹,请到“设置”中启用端到端加密";
  485. "_e2e_delete_folder_not_permitted_" = "不允许删除标记为“加密”的目录";
  486. "_e2e_error_encode_metadata_" = "解码元数据时发生严重内部错误";
  487. "_e2e_error_decode_metadata_" = "解密元数据时发生严重内部错误";
  488. "_e2e_error_create_encrypted_" = "无法创建加密的文件";
  489. "_e2e_error_update_metadata_" = "元数据更新错误";
  490. "_e2e_error_store_metadata_" = "无法保存元数据";
  491. "_e2e_error_send_metadata_" = "无法发送元数据";
  492. "_e2e_error_delete_metadata_" = "无法删除元数据";
  493. "_e2e_error_get_metadata_" = "无法获取元数据";
  494. "_e2e_error_not_enabled_" = "严重内部错误 端到端加密未启用";
  495. "_e2e_error_record_not_found_" = "严重内部错误 未找到记录";
  496. "_e2e_error_unlock_" = "无法解锁文件夹";
  497. "_e2e_error_lock_" = "无法锁定文件夹";
  498. "_e2e_error_delete_mark_folder_" = "解密选中的文件夹";
  499. "_e2e_error_mark_folder_" = "加密文件夹";
  500. "_e2e_error_directory_not_empty_" = "此文件夹不是空的。";
  501. // Scan Document
  502. "_scans_document_" = "Scans document";
  503. "_scanned_images_" = "Scanned images";
  504. "_scan_document_pdf_page_" = "Page";
  505. "_scan_label_document_zone_" = "Drag images down for document creation";
  506. "_filter_original_" = "Original";
  507. "_filter_bn_" = "Black & White";
  508. "_filter_grayscale_" = "Grayscale";
  509. "_quality_image_title_" = "Image quality";
  510. "_quality_high_" = "Large file size of high quality";
  511. "_quality_medium_" = "Average file size of medium quality";
  512. "_quality_low_" = "Small file size of low quality";
  513. "_file_type_" = "File type";
  514. "_pdf_password_" = "PDF Password";
  515. "_file_creation_" = "File creation";
  516. /* The title on the navigation bar of the Scanning screen. */
  517. "wescan.scanning.title" = "Scanning";
  518. /* The "Next" button on the right side of the navigation bar on the Edit screen. */
  519. "wescan.edit.button.next" = "Next";
  520. /* The title on the navigation bar of the Edit screen. */
  521. "wescan.edit.title" = "Edit Scan";
  522. /* The "Done" button on the right side of the navigation bar on the Review screen. */
  523. "wescan.review.button.done" = "Done";
  524. /* The title on the navigation bar of the Review screen. */
  525. "wescan.review.title" = "Review";
  526. // Trah
  527. "_trash_view_" = "Deleted files";
  528. "_trash_restore_all_" = "Restore all files";
  529. "_trash_delete_all_" = "Empty trash";
  530. "_trash_no_trash_" = "No files yet";
  531. "_trash_restore_selected_" = "Restore selected files";
  532. "_trash_delete_selected_" = "Deleted selected files";
  533. // On the device
  534. "_on_the_device_" = "On the device";
  535. "_set_available_offline_" = "Set as available offline";
  536. "_remove_available_offline_" = "Remove as available offline";
  537. // Intro
  538. "_intro_1_title_" = "Keep your data secure and under your control";
  539. "_intro_2_title_" = "Secure collaboration & file exchange";
  540. "_intro_3_title_" = "Easy-to-use web mail, calendering & contacts";
  541. "_intro_4_title_" = "Screensharing, online meetings & web conferences";
  542. "_log_in_" = "Log in";
  543. "_sign_up_" = "Sign up with provider";
  544. "_host_your_own_server" = "Host your own server";
  545. // Error
  546. "_bad_username_password_" = "Wrong username or password";
  547. "_cancelled_by_user" = "Transfer canceled";
  548. "_error_folder_destiny_is_the_same_" = "It is not possible to move the folder into itself";
  549. "_error_not_permission_" = "You don't have permission to complete the operation";
  550. "_error_path_" = "Unable to open this file or folder. Please make sure it exists";
  551. "_file_upload_not_exitst_" = "The file that you want to upload does not exist";
  552. "_forbidden_characters_from_server_" = "The name contains at least one invalid character";
  553. "_not_connected_internet_" = "Server connection error";
  554. "_not_possible_connect_to_server_" = "It is not possible to connect to the server at this time";
  555. "_not_possible_create_folder_" = "Folder could not be created";
  556. "_server_down_" = "Could not establish contact with server";
  557. "_time_out_" = "Timeout, try again";
  558. "_unknow_response_server_" = "Unexpected response from server";
  559. "_user_autentication_required_" = "User autentication required";
  560. "_file_directory_locked_" = "File or directory locked";
  561. "_ssl_certificate_untrusted_" = "The certificate for this server is invalid";
  562. "_internal_server_" = "Internal server error";
  563. "_file_already_exists_" = "无法完成该操作,存在具有相同名称的文件";
  564. "_file_folder_not_exists_" = "The source file wasn't found at the specified path";
  565. "_folder_contents_nochanged_" = "The folder contents have not changed";
  566. "_images_invalid_converted_" = "The image is invalid and cannot be converted to a thumbnail";
  567. "_method_not_expected_" = "Unexpected request method";
  568. "_reauthenticate_user_" = "Access expired, log in again";
  569. "_server_error_retry_" = "The server is temporarily unavailable";
  570. "_too_many_files_" = "Too many files would be involved in this operation";
  571. "_too_many_request_" = "Sending too many requests caused the rate limit to be reached";
  572. "_user_over_quota_" = "Storage quota is reached";
  573. "_ssl_connection_error_" = "Connection SSL error, try again";
  574. "_bad_request_" = "Bad request";
  575. "_webdav_locked_" = "WebDAV Locked: Trying to access locked resource";
  576. "_error_user_not_available_" = "The user is no longer available";
  577. "_server_response_error_" = "Server response content error";
  578. // BKPasscode
  579. "%d Failed Passcode Attempts" = "%d failed passcode attempts";
  580. "%d Failed Password Attempts" = "%d failed password attempts";
  581. "1 Failed Passcode Attempt" = "1 failed passcode attempt";
  582. "1 Failed Password Attempt" = "1 failed password attempt";
  583. "Do you want to use Touch ID for authentication?" = "Do you want to use Touch/Face ID for authentication?";
  584. "Done" = "完成";
  585. "Enable Touch ID" = "Enable Touch/Face ID";
  586. "Enter a different passcode. Cannot re-use the same passcode." = "Enter a different passcode. Cannot re-use the same passcode.";
  587. "Enter a different password. Cannot re-use the same password." = "Enter a different password. Cannot re-use the same password.";
  588. "Enter a passcode" = "Enter a passcode";
  589. "Enter a password" = "Enter a password";
  590. "Enter your new passcode" = "Enter your new passcode";
  591. "Enter your new password" = "Enter your new password";
  592. "Enter your old passcode" = "Enter your old passcode";
  593. "Enter your old password" = "Enter your old password";
  594. "Enter your passcode" = "Enter your passcode";
  595. "Enter your password" = "Enter your password";
  596. "Invalid Passcode" = "Invalid passcode";
  597. "Invalid Password" = "Invalid password";
  598. "Passcodes did not match.\nTry again." = "Passcodes did not match.\nTry again.";
  599. "Password did not match.\nTry again." = "Password did not match.\nTry again.";
  600. "Re-enter your passcode" = "Re-enter your passcode";
  601. "Re-enter your password" = "Re-enter your password";
  602. "Try again in %d minutes" = "Try again in %d minutes";
  603. "Try again in 1 minute" = "Try again in 1 minute";