Localizable.strings 117 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128
  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. "_itunes_" = "iTunes";
  23. "_cancel_" = "キャンセル";
  24. "_tap_to_cancel_" = "タップしてキャンセル";
  25. "_cancel_request_" = "キャンセルしますか?";
  26. "_upload_file_" = "アップロードファイル";
  27. "_download_file_" = "ダウンロードファイル";
  28. "_loading_" = "読み込み中";
  29. "_loading_with_points_" = "読み込み中…";
  30. "_loading_num_" = "ファイルの読み込み中%i";
  31. "_loading_autoupload_" = "自動アップロード";
  32. "_uploading_" = "アップロード中";
  33. "_synchronization_" = "同期";
  34. "_delete_" = "削除";
  35. "_delete_file_n_" = "%iのファイル%iを削除";
  36. "_rename_" = "名前を変更";
  37. "_rename_file_" = "ファイル名を変更";
  38. "_rename_folder_" = "フォルダー名を変更";
  39. "_move_" = "移動";
  40. "_move_file_n_" = "%iのファイル%iを移動";
  41. "_creating_sharing_" = "共有を作成";
  42. "_updating_sharing_" = "共有を更新";
  43. "_removing_sharing_" = "共有を削除";
  44. "_add_" = "追加";
  45. "_login_" = "ログイン";
  46. "_save_" = "保存";
  47. "_warning_" = "警告";
  48. "_error_" = "エラー";
  49. "_no_" = "いいえ";
  50. "_yes_" = "はい";
  51. "_select_" = "選択";
  52. "_deselect_" = "選択解除";
  53. "_select_all_" = "すべて選択";
  54. "_upload_" = "アップロード";
  55. "_home_" = "ファイル";
  56. "_files_" = "ファイル";
  57. "_home_dir_" = "ホーム";
  58. "_file_to_upload_" = "アップロードするファイル";
  59. "_destination_" = "送信先";
  60. "_ok_" = "OK";
  61. "_beta_version_" = "ベータ版";
  62. "_function_in_testing_" = "テストの機能、あなたが遭遇した問題についての情報を送ってください。";
  63. "_done_" = "完了";
  64. "_clear_" = "クリア";
  65. "_passcode_too_short_" = "パスコードが短すぎます。4文字以上必要です。";
  66. "_selected_" = "選択済";
  67. "_scan_fingerprint_" = "指紋をスキャンして認証する";
  68. "_no_active_account_" = "アカウントが見つかりません";
  69. "_info_" = "情報";
  70. "_warning_" = "警告";
  71. "_email_" = "メール";
  72. "_save_exit_" = "保存せずに終了しますか?";
  73. "_video_" = "ビデオ";
  74. "_overwrite_" = "上書き";
  75. "_transfers_in_queue_" = "転送中です、しばらくお待ちください ...";
  76. "_too_errors_upload_" = "大量のエラーがあります。問題を確認してください";
  77. "_create_" = "Create";
  78. "_create_folder_" = "フォルダーを作成";
  79. "_create_folder_e2ee_" = "Create encrypted folder";
  80. "_create_folder_on_" = "ここにフォルダーを作成";
  81. "_close_" = "閉じる";
  82. "_postpone_" = "延期";
  83. "_remove_" = "削除";
  84. "_file_not_found_" = "ファイルが見つかりません";
  85. "_continue_" = "続ける";
  86. "_continue_editing_" = "編集を続ける";
  87. "_continue_request_" = "処理を継続しますか?";
  88. "_auto_upload_folder_" = "自動アップロード";
  89. "_gallery_" = "ギャラリー";
  90. "_photo_" = "写真";
  91. "_audio_" = "オーディオ";
  92. "_unknown_" = "不明";
  93. "_additional_view_options_" = "Additional view options";
  94. "_next_" = "次";
  95. "_success_" = "成功";
  96. "_initialization_" = "初期化";
  97. "_experimental_" = "実験的";
  98. "_select_dir_media_tab_" = "メディアフォルダーとして選択";
  99. "_error_creation_file_" = "ファイルを作成できませんでした";
  100. "_save_path_" = "パスを保存";
  101. "_save_settings_" = "設定を保存";
  102. "_mode_filename_" = "ファイル名モード";
  103. "_warning_owncloud_" = "ownCloudサーバーに接続しています。 これは、テストされておらず、サポートされていないため、自己責任で使用してください。 Nextcloudにアップグレードするには、https://nextcloud.com/migrationを参照してください。";
  104. "_warning_unsupported_" = "サポートされていないバージョンのNextcloudを使用しています。 データの安全性を確保するため、最新の安定したNextCloudにアップデートすることを強くお勧めします";
  105. "_restore_" = "復元";
  106. "_camera_roll_" = "カメラロール";
  107. "_tap_here_to_change_" = "変更するにはここをクリック";
  108. "_no_albums_" = "アルバムがありません";
  109. "_denied_album_" = "このアプリは「写真」にアクセスできません。プライバシー設定でアクセスを有効にすることができます";
  110. "_denied_camera_" = "このアプリは「カメラ」にアクセスできません。プライバシー設定でアクセスを有効にすることができます";
  111. "_start_" = "開始";
  112. "_force_start_" = "強制スタート";
  113. "_purchase_" = "購入";
  114. "_account_not_available_" = "%@のアカウントは、%@には存在しません。追加してファイル%@を読み取れるようにしてください。";
  115. "_the_account_" = "The account";
  116. "_does_not_exist_" = "does not exist";
  117. "_error_parameter_schema_" = "パラメータが正しくないため、処理を続行することができません。";
  118. "_comments_" = "コメント";
  119. "_sharing_" = "共有";
  120. "_details_" = "詳細";
  121. "_sub_details_" = "Subscription Details";
  122. "_subscriptions_" = "Subscriptions";
  123. "_dark_mode_" = "ダークモード";
  124. "_dark_mode_detect_" = "iOSのダークモードを検出する";
  125. "_screen_" = "画面";
  126. "_wipe_account_" = "Account is wiped from server";
  127. "_appconfig_view_title_" = "アカウント設定中 ...";
  128. "_no_permission_add_file_" = "ファイルを追加する権限がありません";
  129. "_no_permission_delete_file_" = "ファイルを削除する権限がありません";
  130. "_no_permission_modify_file_" = "ファイルを編集する権限がありません";
  131. "_no_permission_favorite_file_" = "You don't have permission to add the file to your favorites";
  132. "_request_upload_new_ver_" = "The file has been modified, do you want to upload the new version?";
  133. "_add_folder_info_" = "フォルダー情報を追加";
  134. "_back_" = "戻る";
  135. "_search_" = "検索";
  136. "_of_" = "of";
  137. "_internal_modify_" = "内部エディターでの編集";
  138. "_database_corrupt_" = "何かが間違っていました。認証情報を入力してください。しかし、心配しないでください、あなたのファイルは安全に保たれています。";
  139. "_livephoto_save_" = "Save Live Photo to Photo Album";
  140. "_livephoto_save_error_" = "ライブフォトの保存中にエラーが発生";
  141. "_file_conflict_num_" = "ファイル競合";
  142. "_file_conflicts_num_" = "ファイル競合";
  143. "_file_conflict_desc_" = "どちらのファイルを保存しますか?\n両方のバージョンを選択した場合、コピーされたファイルの名前に番号が追加されます。";
  144. "_file_conflict_new_" = "新規ファイル";
  145. "_file_conflict_exists_" = "既存のファイル";
  146. "_file_not_rewite_doc_" = "ドキュメントを上書きすることはできませんが、新しいドキュメントを作成することはできます。";
  147. "_move_or_copy_" = "Move or copy";
  148. "_copy_" = "CC";
  149. "_now_" = "現在";
  150. "_wait_" = "しばらくお待ちください…";
  151. "_attention_" = "警告";
  152. "_recent_" = "最新";
  153. "_view_in_folder_" = "フォルダー内で表示";
  154. "_leave_share_" = "この共有を外す";
  155. "_premium_" = "Premium";
  156. "_professional_" = "Professional";
  157. "_current_" = "現在";
  158. "_buy_" = "Buy";
  159. "_disabled_" = "Disabled";
  160. "_standard_" = "Standard";
  161. "_maximum_" = "Maximum";
  162. "_error_occurred_" = "An error occurred, please try again";
  163. "_retry_" = "Retry";
  164. "_images_" = "Images";
  165. /* MARK: Files lock */
  166. "_lock_" = "ロック";
  167. "_unlock_" = "Unlock";
  168. "_lock_file_" = "ファイルをロック";
  169. "_unlock_file_" = "ファイルのロックを解除";
  170. "_lock_selected_files_" = "ファイルをロック";
  171. "_unlock_selected_files_" = "ファイルをアンロック";
  172. "_locked_by_" = "%@によりロック";
  173. "_file_locked_no_override_" = "このファイルはロックされています。上書きできません。";
  174. "_lock_no_permissions_selected_" = "Not allowed for some selected files or folders";
  175. /* Remove a file from a list, don't delete it entirely */
  176. "_remove_file_" = "ファイルを削除";
  177. /* Delete file and put it into the trash */
  178. "_delete_file_" = "ファイルを削除";
  179. "_delete_folder_" = "フォルダーを削除";
  180. "_delete_photo_" = "写真を削除";
  181. "_delete_video_" = "ビデオを削除";
  182. "_automatic_Download_Image_" = "フル解像度の画像を使用";
  183. "_automatic_Download_Image_footer_" = "画像を見る際、ローカルにない場合は必ずフル解像度でダウンロードします";
  184. "_size_" = "サイズ";
  185. "_file_size_" = "Exported file size";
  186. "_dimension_" = "寸法";
  187. "_duration_" = "期間";
  188. "_model_" = "モデル";
  189. "_set_user_status_" = "ステータスを設定";
  190. "_open_settings_" = "設定を開く";
  191. "_rename_ext_title_" = "ファイルタイプを変更しますか?";
  192. "_rename_ext_message_" = "このファイルを%@から%@に変更すると、異なる動作をする可能性があります。";
  193. "_use_" = "利用";
  194. "_keep_" = "保持";
  195. "_account_request_" = "アカウントをリクエストする";
  196. "_settings_account_request_" = "起動時にアカウントをリクエストする";
  197. "_print_" = "印刷";
  198. "_alias_" = "通称";
  199. "_alias_placeholder_" = "Write the alias";
  200. "_alias_footer_" = "アカウント名には、Home、Office、Schoolなど、わかりやすい名前をつけてください ...";
  201. "_chunk_size_mb_" = "チャンクサイズ (MB)";
  202. "_chunk_footer_title_" = "チャンクファイルアップロード(0は無効)\n重要:チャンクアップロードは、アプリが「アクティブ」なときのみ機能します。";
  203. "_privacy_legal_" = "個人情報保護方針と法務方針";
  204. "_source_code_" = "ソースコードを入手";
  205. "_account_select_" = "アカウントを選択";
  206. "_account_select_to_add_" = "Select the account to add";
  207. "_host_insert_" = "Insert the hostname, for example:";
  208. "_certificate_not_found_" = "ドキュメントディレクトリ内にファイル「%@」が見つかりませんでした。";
  209. "_copy_failed_" = "コピーできませんでした";
  210. "_certificate_installed_" = "証明書がインストールされました";
  211. "_remove_local_account_" = "Remove local account";
  212. "_want_delete_account_" = "Do you want to remove local account?";
  213. "_prevent_http_redirection_"= "HTTPでのリダイレクトは許可されていません";
  214. "_pdf_vertical_" = "PDFを縦で表示";
  215. "_pdf_horizontal_" = "PDFを横で表示";
  216. "_single_file_conflict_title_" = "ファイル競合";
  217. "_multi_file_conflict_title_" = "ファイル「%@」が競合しています";
  218. "_replace_action_title_" = "入り替え";
  219. "_keep_both_action_title_" = "両方を保持";
  220. "_cancel_keep_existing_action_title_" = "キャンセルして既存を維持";
  221. "_replace_all_action_title_" = "すべて入れ替える";
  222. "_keep_both_for_all_action_title_" = "すべての人のために両方を保持する";
  223. "_more_action_title_" = "詳細";
  224. "_wait_file_preparation_" = "Please wait, preparing file upload…";
  225. "_wait_file_encryption_" = "Please wait, encrypting file…";
  226. "_passcode_counter_fail_" = "Too many failed attempts, please wait before reattempting";
  227. "_seconds_" = "seconds";
  228. /* Background of the file listing view */
  229. "_use_as_background_" = "背景に使用する";
  230. /* Background of the file listing view */
  231. "_background_" = "背景";
  232. "_dark_mode_" = "ダークモード";
  233. "_default_color_" = "デフォルトカラー";
  234. "_as_default_color_" = "デフォルトカラーに使用";
  235. // MARK: User Status
  236. /* User status */
  237. "_online_" = "オンライン";
  238. /* User status */
  239. "_away_" = "離席中";
  240. /* User status */
  241. "_dnd_" = "取り込み中";
  242. /* User status */
  243. "_dnd_description_" = "全ての通知をミュート";
  244. /* User status */
  245. "_invisible_" = "オフライン";
  246. /* User status */
  247. "_invisible_description_" = "オフライン";
  248. /* User status */
  249. "_status_message_" = "ステータスメッセージ";
  250. "_status_message_placehorder_" = "現在のオンラインステータスは?";
  251. "_online_status_" = "オンラインステータス";
  252. "_clear_status_message_" = "ステータスメッセージを消去";
  253. "_set_status_message_" = "メッセージを設定";
  254. "_clear_status_message_after_" = "メッセージ有効期限";
  255. /* User status */
  256. "_select_option_" = "オプションを選択";
  257. "_dont_clear_" = "消去しない";
  258. "_30_minutes_" = "30分";
  259. "_an_hour_" = "1時間";
  260. "_1_hour_" = "1時間";
  261. "_4_hours_" = "4時間";
  262. "day" = "今日";
  263. "_this_week_" = "今週";
  264. "_days_" = "日";
  265. "_hours_" = "時間";
  266. "_minutes_" = "分";
  267. "_network_available_" = "ネットワークが使用可能です";
  268. "_network_not_available_" = "ネットワークは使用できません";
  269. "_file_too_big_" = "暗号化および暗号解除をするにはファイルが大きすぎます";
  270. "_file_too_big_max_100_" = "ファイルが大きすぎます (最大 100 KB)";
  271. "_...loading..._" = "読み込み中…";
  272. "_download_plist_" = " ";
  273. "_no_reuploadfile_" = "ファイルを見つけたり再送信することができませんでした。アップロード要求を削除して、再読み込みを行ってください。";
  274. "_file_already_exists_" = "同名のファイルが存在するため、処理を完了できませんでした。";
  275. "_read_file_error_" = "ファイルを読み込めませんでした";
  276. "_write_file_error_" = "ファイルを書き込めませんでした";
  277. "_files_lock_error_" = "このファイルのロック状態の変更時にエラーが発生しました";
  278. "_more_" = "もっと見る";
  279. "_notifications_" = "通知";
  280. "_logout_" = "ログアウト";
  281. "_quota_space_unlimited_" = "無制限";
  282. "_quota_space_unknown_" = "不明";
  283. "_quota_using_" = "%@ / %@ を使用中";
  284. "_acknowledgements_" = "謝辞";
  285. "_settings_" = "設定";
  286. "_passcode_" = "パスワード";
  287. "_enter_password_" = "Enter password …";
  288. "_lock_" = "ロック";
  289. "_lock_active_" = "ロック: 有効";
  290. "_lock_not_active_" = "ロック: 無効";
  291. "_lock_protection_no_screen_" = "起動時に要求しない";
  292. "_lock_protection_no_screen_footer_" = "Use \"Do not ask at startup\" for the encryption option.";
  293. "_enable_touch_face_id_" = "Touch/Face ID を有効化";
  294. "_url_" = "URL";
  295. "_username_" = "ユーザーID";
  296. "_change_credentials_" = "資格情報の変更";
  297. "_wifi_only_" = "Wi-Fi接続のみ使用";
  298. "_settings_autoupload_" = "自動アップロード";
  299. "_app_version_" = "アプリのバージョン";
  300. "_app_in_use_" = "アプリが使用中";
  301. "_contact_by_email_" = "メールで連絡";
  302. "_clear_cache_" = "キャッシュをクリア";
  303. "_clear_cache_footer_" = "アプリからダウンロードしたオフラインファイルをクリアする";
  304. "_exit_" = "アプリケーションをリセットする";
  305. "_exit_footer_" = "Remove all accounts and local data from the app.";
  306. "_funct_not_enabled_" = "機能は有効化されていません";
  307. "_passcode_activate_" = "パスワードロック中";
  308. "_disabling_passcode_" = "パスワードロックの解除";
  309. "_want_exit_" = "注意! 初期状態にリセットされます。続けますか?";
  310. "_proceed_" = "続行";
  311. "_delete_cache_" = "キャッシュの削除";
  312. "_want_delete_cache_" = "キャッシュを削除しますか?(進行中の転送も削除されます。)";
  313. "_want_delete_thumbnails_" = "すべてのサムネイルも削除しますか?";
  314. "_mail_deleted_" = "メールを削除しました";
  315. "_mail_saved_" = "メールを保存しました";
  316. "_mail_sent_" = "メールを送信しました";
  317. "_mail_failure_" = "メールを送信できませんでした: %@";
  318. "_information_req_" = "情報の要求";
  319. "_write_in_english_" = "英語で書いてください";
  320. "_credentials_" = "資格情報";
  321. "_manage_account_" = "アカウント管理";
  322. "_change_password_" = "パスワードの変更";
  323. "_add_account_" = "アカウントを追加";
  324. "_delete_account_" = "アカウント削除";
  325. "_delete_active_account_" = "アクティブなアカウントを削除";
  326. "_want_delete_" = "You will delete the following: ";
  327. "_want_leave_share_" = "You will leave the following shares: ";
  328. "_no_delete_" = "いいえ、削除しません";
  329. "_yes_delete_" = "はい、削除します";
  330. "_remove_cache_" = "キャッシュを削除しています、しばらくお待ちください ...";
  331. "_optimizations_" = "最適化";
  332. "_synchronizations_" = "同期済みフォルダー";
  333. "_version_server_" = "サーバーのバージョン";
  334. "_help_" = "ヘルプ";
  335. "_change_simply_passcode_" = "パスワード種別の変更";
  336. "_quota_" = "クオータ";
  337. "_available_" = "利用可能";
  338. "_not_available_" = "利用できません";
  339. "_accounts_" = "アカウント";
  340. "_information_" = "情報";
  341. "_personal_information_" = "個人情報";
  342. "_user_full_name_" = "フルネーム";
  343. "_user_address_" = "住所";
  344. "_user_phone_" = "電話番号";
  345. "_user_email_" = "メール";
  346. "_user_web_" = "ウェブサイト";
  347. "_user_twitter_" = "Twitter";
  348. "_user_job_" = "ジョブ";
  349. "_user_businesssize_" = "事業規模";
  350. "_user_businesstype_" = "業種";
  351. "_user_city_" = "市町村";
  352. "_user_country_" = "国名";
  353. "_user_company_" = "会社名";
  354. "_user_role_" = "役職";
  355. "_user_zip_" = "郵便番号";
  356. "_user_owner_" = "所有者";
  357. "_user_employee_" = "従業員";
  358. "_user_contractor_" = "契約先";
  359. "_user_editprofile_" = "プロフィールを編集";
  360. "_select_offline_warning_" = "複数のファイルやフォルダーをオフラインで利用できるようにするには、時間がかかり、その間に多くのメモリを使用する可能性があります。";
  361. "_advanced_" = "詳細設定";
  362. "_permissions_" = "アクセス権限";
  363. "_disable_files_app_" = "Files アプリ統合を無効にする";
  364. "_disable_files_app_footer_" = "Do not permit the access of files via the iOS Files application.";
  365. "_trial_" = "トライアル";
  366. "_trial_expired_day_" = "残り日数";
  367. "_time_remaining_" = "残り%@";
  368. "_disableLocalCacheAfterUpload_footer_" = "アップロードしたファイルをローカルキャッシュに保存しない";
  369. "_disableLocalCacheAfterUpload_" = "ローカルのキャッシュを削除";
  370. "_autoupload_" = "写真・ビデオの自動アップロード";
  371. "_autoupload_select_folder_" = "ソースフォルダーを選択";
  372. "_autoupload_error_select_folder_" = "自動アップロードの有効なフォルダーを選択";
  373. "_autoupload_background_" = "バックグラウンドで自動アップロード";
  374. "_autoupload_photos_" = "写真の自動アップロード";
  375. "_autoupload_videos_" = "ビデオの自動アップロード";
  376. "_autoupload_favorites_" = "Auto upload favorites only";
  377. "_autoupload_description_" = "New photos/videos will be automatically uploaded to your server.";
  378. "_autoupload_description_background_" = "このオプションは、場所が大きく変わった際に新しい写真・ビデオを検出するトリガーのためにGPSを使用する必要があります";
  379. "_autoupload_background_title_" = "制約";
  380. "_autoupload_background_msg_" = "iOSの制限により、GPSサービスが有効にされていない限り、バックグラウンドプロセスを実行することはまだできません。 セルラネットワーク内のセルが変更されると、システムは短時間起動し、クラウドにアップロードする新しい写真をチェックします。";
  381. "_autoupload_change_location_" = "フォルダーの変更";
  382. "_autoupload_location_now_" = "フォルダー";
  383. "_autoupload_location_default_" = "デフォルトフォルダーを復元";
  384. "_autoupload_change_location_footer_" = "写真の自動アップロードに使用するフォルダーを変更する (オプションが有効な場合)";
  385. "_autoupload_not_select_home_" = "フォルダーを選択";
  386. "_autoupload_save_album_" = "フォトアルバムへ写真またはビデオをコピーする";
  387. "_autoupload_fullphotos_" = "カメラロール全体をアップロード";
  388. "_autoupload_fullphotos_footer_" = "Adjust the options above before uploading.";
  389. "_autoupload_create_subfolder_" = "サブフォルダーを利用";
  390. "_autoupload_create_subfolder_footer_" = "Store in subfolders based on year, month or daily.";
  391. "_autoupload_subfolder_granularity_" = "Subfolder Granularity";
  392. "_filenamemask_" = "ファイル名マスクを変更";
  393. "_filenamemask_footer_" = "By default, when a file is uploaded, it automatically gets the following format: yy-mm-dd hh-mm-ss plus a 4-digit counter. If you do not like this format, you can change it here except for the final 4-digit counter, which cannot be omitted.";
  394. "_autoupload_current_folder_" = "現在選択されているフォルダー";
  395. "_help_tutorial_" = "チュートリアル";
  396. "_help_intro_" = "Nextcloud の紹介";
  397. "_help_activity_verbose_" = "詳細なアクティビティのフィード";
  398. "_help_activity_mail_" = "アクティビティをメールで送信";
  399. "_help_activity_clear_" = "アクティビティのクリア";
  400. "_show_hidden_files_" = "隠しファイルを表示";
  401. "_format_compatibility_" = "最高の互換性";
  402. "_format_compatibility_footer_" = "「最高の互換性」オプションは常に写真を JPEG で保存します";
  403. "_terms_" = "Terms of Service";
  404. "_privacy_" = "プライバシー";
  405. "_privacy_policy_" = "個人情報保護方針";
  406. "_privacy_footer_" = "This app uses a service for the analysis of a crash. Your personal information is not sent with the report. If you want disable it, please change the setting \"Disable crash reporter\" to ON.";
  407. "_crashservice_title_" = "クラッシュ報告を無効";
  408. "_crashservice_alert_" = "このオプションを有効にするには、アプリケーションを再起動する必要があります。";
  409. "_upload_mov_livephoto_" = "ライブフォト";
  410. "_upload_mov_livephoto_footer_" = "\"ライブフォト \"は、可能な場合、\"ライブフォト \"形式で選択した写真を保存します";
  411. "_view_capabilities_" = "機能の表示";
  412. "_capabilities_" = "機能";
  413. "_no_capabilities_found_" = "機能が見つかりません";
  414. "_capabilities_footer_" = "Display the packages used by the app if they are installed and available on the server.";
  415. "_diagnostics_" = "診断";
  416. "_view_log_" = "View log file";
  417. "_clear_log_" = "Clear log file";
  418. "_set_log_level_" = "Set Log level";
  419. "_log_file_clear_alert_" = "Log file cleared \n successfully!";
  420. "_connect_server_anyway_" = "とにかくサーバーに接続しますか?";
  421. "_server_is_trusted_" = "このサーバーは信頼できるとお考えでしょうか?";
  422. "_connection_error_" = "接続エラー";
  423. "_serverstatus_error_" = "サーバーへの接続に失敗しました。サーバーのアドレスまたはネットワークの状態を確認してください。";
  424. "_add_your_nextcloud_" = "Add your account";
  425. "_login_url_" = "サーバーアドレス https:// ...";
  426. "_login_bottom_label_" = "まだサーバーをお持ちではありませんか?\nプロバイダーを選択してください。";
  427. "_error_multidomain_" = "アドレスは許可されていません。次のドメインのみ有効です:";
  428. "_account_already_exists_" = "アカウント %@ はすでに存在します";
  429. "_traditional_login_" = "古いログイン方法へ戻す";
  430. "_web_login_" = "ウェブログインへ戻す";
  431. "_login_url_error_" = "URLエラー、サーバーのURLを確認してください";
  432. "_webflow_not_available_" = "Webログインは利用できません。古いログイン方法を使用してください";
  433. "_favorites_" = "お気に入り";
  434. "_favorite_short_" = "Favorite";
  435. "_unfavorite_" = "お気に入りから外す";
  436. "_no_files_uploaded_" = "ファイルがアップロードされていません";
  437. "_tutorial_favorite_view_" = "お気に入りとしてマークしたファイルとフォルダーがここに表示されます";
  438. "_tutorial_offline_view_" = "ここにコピーされたファイルはオフラインで使用可能です。\n\nファイルはクラウドと同期されます。";
  439. "_tutorial_groupfolders_view_" = "No Group folders yet";
  440. "_tutorial_local_view_" = "クラウドから展開されたファイルが見つかります。\n\nこれらを共有するには iTunes へ接続してください。";
  441. "_more_" = "もっと見る";
  442. "_favorite_no_files_" = "お気に入りはまだありません";
  443. "_pull_down_" = "下に引っ張ってリフレッシュ";
  444. "_no_photo_load_" = "写真やビデオはありません";
  445. "_tutorial_autoupload_view_" = "「設定」から自動アップロードを有効にできます。";
  446. "_no_date_information_" = "No date information";
  447. "_no_camera_information_" = "No camera information";
  448. "_no_lens_information_" = "No lens information";
  449. "_today_" = "本日";
  450. "_yesterday_" = "昨日";
  451. "_time_" = "時間:%@\n\n%@";
  452. "_location_not_enabled_" = "位置情報サービスは有効化されていません";
  453. "_location_not_enabled_msg_" = "「設定」で「位置情報サービス」を有効にしてください";
  454. "_access_photo_not_enabled_" = "写真へのアクセスは有効化されていません";
  455. "_access_photo_not_enabled_msg_" = "「設定」で「写真へのアクセス」を有効にしてください";
  456. "_access_background_app_refresh_denied_" = "\"Background App Refresh\" is denied. Please enable it in \"Settings\" otherwise, new photos or videos will not be detected when the application is in the background";
  457. "_access_photo_location_not_enabled_" = "写真と位置情報へのアクセスが有効化されていません";
  458. "_access_photo_location_not_enabled_msg_" = "「設定」で「写真へのアクセス」と「位置情報サービス」を有効にしてください";
  459. "_tutorial_photo_view_" = "写真やビデオはまだアップロードされていません";
  460. "_error_createsubfolders_upload_" = "サブフォルダーの作成エラー";
  461. "_activate_autoupload_" = "自動アップロードの有効化";
  462. "_remove_photo_CameraRoll_" = "カメラロールから削除する";
  463. "_remove_photo_CameraRoll_desc_" = "アップロード後に、\"カメラロールから削除\"すると、カメラロールから写真または動画を削除してもよいかどうかを確認するメッセージが表示されます。削除済みの写真または動画は、30日間は写真アプリの「削除済み項目」に残ります。";
  464. "_never_" = "しない";
  465. "_less_a_minute_" = "1分未満";
  466. "_a_minute_ago_" = "1分前";
  467. "_minutes_ago_" = "%d 分前";
  468. "_an_hour_ago_" = "1時間前";
  469. "_hours_ago_" = "%d 時間前";
  470. "_a_day_ago_" = "1日前";
  471. "_days_ago_" = "%d 日前";
  472. "_over_30_days_" = "30 日以上";
  473. "_connection_internet_offline_" = "インターネット接続されていないかWi-Fi接続が必要です";
  474. "_insert_password_" = "パスワードを入力してください";
  475. "_update_in_progress_" = "バージョンアップ中です、しばらくお待ちください ...";
  476. "_forbidden_characters_" = "Forbidden characters: %@";
  477. "_cannot_send_mail_error_" = "アカウントがセットアップされていないか、無効なメールアドレスが入力されています";
  478. "_open_url_error_" = "このアクションのURLを開くことができません";
  479. "_photo_camera_" = "写真";
  480. "_media_" = "メディア";
  481. "_unzip_in_progress_" = "ローカルストレージで展開中 ...";
  482. "_file_unpacked_" = "ファイルがローカルストレージ上に展開されました";
  483. "_file_saved_local_" = "ファイルをローカルストレージ上に保存しました。";
  484. "_file_not_present_" = "エラー: ファイルが存在しません。再読み込みしてください。";
  485. "_order_by_" = "ソート: ";
  486. "_name_" = "Name";
  487. "_date_" = "日付";
  488. "_size_" = "サイズ";
  489. "_order_by_name_a_z_" = "名前でソート(A~Z)";
  490. "_sorted_by_name_a_z_" = "名前順にソートする (A~Z)";
  491. "_order_by_name_z_a_" = "名前でソート(Z~A)";
  492. "_sorted_by_name_z_a_" = "名前順にソートする (Z~A)";
  493. "_order_by_date_more_recent_" = "新しさでソート";
  494. "_sorted_by_date_more_recent_" = "新しい順にソートする";
  495. "_order_by_date_less_recent_" = "古さでソート";
  496. "_sorted_by_date_less_recent_" = "古い順にソートする";
  497. "_order_by_size_smallest_" = "小ささでソート";
  498. "_sorted_by_size_smallest_" = "小さい順にソートする";
  499. "_order_by_size_largest_" = "大きさでソート";
  500. "_sorted_by_size_largest_" = "大きい順にソートする";
  501. "_delete_selected_files_" = "ファイルの削除";
  502. "_move_selected_files_" = "ファイルの移動";
  503. "_move_or_copy_selected_files_" = "ファイルを移動もしくはコピーする";
  504. "_download_selected_files_" = "ファイルのダウンロード";
  505. "_download_selected_files_folders_" = "ファイルとフォルダーをダウンロード";
  506. "_error_operation_canc_" = "エラー: 処理は中断されました。";
  507. "_only_lock_passcode_" = "ロックパスワードが有効な場合だけ使用できます。「設定」で有効化してください。";
  508. "_go_to_app_settings_" = "アプリ設定に移動する";
  509. "_passcode_protection_" = "パスワード保護";
  510. "_remove_favorites_" = "お気に入りから削除";
  511. "_remove_offline_" = "オフラインから削除";
  512. "_add_favorites_" = "お気に入りに追加";
  513. "_add_offline_" = "オフラインへ追加";
  514. "_remove_passcode_" = "パスワード保護を解除";
  515. "_protect_passcode_" = "パスワードで保護";
  516. "_share_" = "共有";
  517. "_reload_" = "再読み込み";
  518. "_open_in_" = "アプリで開く...";
  519. "_open_" = "開く ...";
  520. "_remove_local_file_" = "Remove locally";
  521. "_add_local_" = "ローカルストレージへ追加";
  522. "_comm_erro_pull_down_" = "注意: サーバーとの通信でエラーが発生しました。下に引っ張って更新してください。";
  523. "_file_not_downloaded_" = "ファイルはダウンロードされていません";
  524. "_file_not_uploaded_" = "ファイルはアップロードされていません";
  525. "_folders_" = "フォルダー";
  526. "_folder_" = "フォルダー";
  527. "_files_" = "ファイル";
  528. "_file_" = "ファイル";
  529. "_folder_blocked_" = "ブロックされたフォルダー";
  530. "_downloading_progress_" = "ファイルのダウンロードを開始 ...";
  531. "_no_file_pull_down_" = "ファイルをアップロードするか下に引っ張ってリフレッシュしてください";
  532. "_browse_images_" = "画像の参照";
  533. "_synchronized_folder_" = "フォルダーの同期を維持する";
  534. "_remove_synchronized_folder_" = "同期を無効にする";
  535. "_synchronized_confirm_" = "同期を有効にすると、フォルダー内のすべてのファイルがサーバーと同期されます。続行しますか?";
  536. "_offline_folder_confirm_" = "オフラインフォルダーを有効にすると、その中のすべてのファイルがサーバーと同期されます。続行しますか?";
  537. "_file_not_found_reload_" = "ファイルが見つかりません。下に引っ張ってリフレッシュしてください";
  538. "_title_section_download_" = "ダウンロード";
  539. "_download_" = "Download";
  540. "_title_section_upload_" = "アップロード";
  541. "_group_alphabetic_yes_" = "✓ アルファベット順のグループ化";
  542. "_group_alphabetic_no_" = "アルファベット順のグループ化";
  543. "_group_typefile_yes_" = "✓ ファイル種別でグループ化";
  544. "_group_typefile_no_" = " ファイル種別でグループ化";
  545. "_group_date_yes_" = "✓ 日付でグループ化";
  546. "_group_date_no_" = "日付でグループ化";
  547. "_element_" = "エレメント";
  548. "_elements_" = "エレメント";
  549. "_tite_footer_upload_wwan_" = "%lu %@ をアップロードするために、Wi-Fi ネットワークが必要です";
  550. "_tite_footer_upload_" = "%lu %@ をアップロード";
  551. "_tite_footer_download_wwan_" = "%lu %@ をダウンロードするために、Wi-Fi ネットワークが必要です";
  552. "_tite_footer_download_" = "%lu %@ をダウンロード";
  553. "_limited_dimension_" = "最大サイズに達しました";
  554. "_save_selected_files_" = "フォトギャラリーに保存する";
  555. "_file_not_saved_cameraroll_" = "エラー: フォトアルバムにファイルを保存できませんでした";
  556. "_file_saved_cameraroll_" = "フォトアルバムにファイルを保存しました";
  557. "_directory_on_top_yes_" = "✓ フォルダーを上部に表示";
  558. "_directory_on_top_no_" = "フォルダーを上部に表示";
  559. "_show_description_" = "Show description";
  560. "_no_description_available_" = "No description available for this folder";
  561. "_folder_automatic_upload_" = "フォルダーを自動アップロード";
  562. "_search_no_record_found_" = "戻り値なし";
  563. "_search_in_progress_" = "検索中 ...";
  564. "_search_instruction_" = "ファイルを検索 (最低2文字)";
  565. "_files_no_files_" = "ファイルがありません";
  566. "_files_no_folders_" = "フォルダーがありません";
  567. "_request_in_progress_" = "サーバーへのリクエストは進行中です ...";
  568. "_personal_files_only_" = "Personal files only";
  569. "audio" = "オーディオ";
  570. "compress" = "圧縮ファイル";
  571. "directory" = "フォルダー";
  572. "document" = "文書";
  573. "image" = "画像";
  574. "template" = "テンプレート";
  575. "unknow" = "不明";
  576. "video" = "ビデオ";
  577. "_file_del_only_local_" = "サーバー上にファイルがありません";
  578. "_copy_file_" = "コピー";
  579. "_paste_file_" = "貼り付け";
  580. "_open_quicklook_" = "クイックルックで開く";
  581. "_search_this_folder_" = "このフォルダー内を検索";
  582. "_search_all_folders_" = "すべてのフォルダーを検索";
  583. "_search_sub_folder_" = "このフォルダーとサブフォルダーを検索";
  584. "_theming_is_light_" = "サーバーのテーマが明るすぎるため、適用されません";
  585. "_cancel_all_task_" = "すべての転送をキャンセルする";
  586. "_status_wait_download_" = "ダウンロード待ち";
  587. "_status_in_download_" = "ダウンロード中";
  588. "_status_downloading_" = "ダウンロード中";
  589. "_status_wait_upload_" = "Waiting to upload";
  590. "_status_wait_create_folder_" = "Waiting to create the folder";
  591. "_status_wait_delete_" = "Waiting to delete";
  592. "_status_wait_rename_" = "Waiting to rename";
  593. "_status_wait_favorite_" = "Waiting to change favorite";
  594. "_status_wait_copy_" = "Waiting to copy";
  595. "_status_wait_move_" = "Waiting to move";
  596. "_status_in_upload_" = "アップロード中";
  597. "_status_uploading_" = "アップロード中";
  598. "_status_upload_error_" = "Error, waiting to upload";
  599. "_select_media_folder_" = "Set Media folder";
  600. "_media_viewimage_show_" = "Show only images";
  601. "_media_viewvideo_show_" = "Show only video";
  602. "_media_show_all_" = "Show both";
  603. "_media_view_options_" = "View options";
  604. "_media_by_created_date_" = "作成日付でソート";
  605. "_media_by_upload_date_" = "アップロード日付でソート";
  606. "_media_by_modified_date_" = "更新日付でソート";
  607. "_insert_password_pfd_" = "保護された PDF. パスワードを入力";
  608. "_password_pdf_error_" = "パスワードが間違っています";
  609. "_error_download_photobrowser_" = "エラー: 写真をダウンロードできません";
  610. "_good_morning_" = "おはようございます";
  611. "_good_day_" = "Good day";
  612. "_good_afternoon_" = "こんにちは";
  613. "_good_evening_" = "こんばんは";
  614. "_good_night_" = "こんばんは";
  615. "_servers_" = "Servers";
  616. "_select_server_" = "Please select a server...";
  617. // MARK: Share
  618. "_share_link_" = "URLで共有";
  619. "_share_link_button_" = "リンクを送る ...";
  620. "_share_link_name_" = "リンク名";
  621. "_password_" = "パスワード";
  622. "_share_password_" = "パスワードで保護されたリンク";
  623. "_share_expirationdate_" = "リンクの有効期限を設定";
  624. "_date_" = "日付";
  625. "_share_title_" = "共有";
  626. "_add_sharee_" = "ユーザーまたはグループの追加";
  627. "_add_sharee_footer_" = "このリソースを共有するユーザーまたはグループを追加できます。共有を解除するには、すべてのユーザーとグループを削除してください。";
  628. "_find_sharee_title_" = "検索";
  629. "_find_sharee_" = "ユーザーまたはグループを検索する ...";
  630. "_find_sharee_footer_" = "検索するユーザーまたはグループの一部 (少なくとも2文字) を入力してエンターキーを押してください。共有を許可するユーザーを選択してから「完了」で確定します。";
  631. "_user_is_group_" = "(グループ)";
  632. "_direct_sharee_title_" = "共有";
  633. "_direct_sharee_footer_" = "すでに名前が分かっている場合は、名前を入力し、共有の種別を選択して「完了」を押して確定します";
  634. "_direct_sharee_" = "ユーザー名を入力してください ...";
  635. "_user_sharee_footer_" = "タップして権限を変更";
  636. "_share_type_title_" = "共有の種別";
  637. "_share_type_user_" = "ユーザー";
  638. "_share_type_group_" = "グループ";
  639. "_share_type_remote_" = "リモート";
  640. "_enforce_password_protection_" = "常にパスワード保護を有効にする";
  641. "_password_obligatory_" = "常にパスワード保護を有効にし、パスワード入力を必要にします";
  642. "_shared_with_you_by_" = "と共有中";
  643. "_shareLinksearch_placeholder_" = "Name, email, or Federated Cloud ID …";
  644. "_shareLinksearch_mail_placeholder_" = "Type a name or an email and press Search";
  645. "_new_comment_" = "あたらしいコメント";
  646. "_edit_comment_" = "コメントを編集";
  647. "_delete_comment_" = "コメントを削除";
  648. "_share_allow_editing_" = "編集を許可";
  649. "_share_read_only_" = "表示のみ";
  650. "_share_editing_" = "Can edit";
  651. "_share_allow_upload_" = "アップロードと編集を許可";
  652. "_share_file_drop_" = "ファイルドロップ(アップロードのみ)";
  653. "_share_secure_file_drop_" = "Secure file drop (upload only)";
  654. "_share_hide_download_" = "ダウンロードを隠す";
  655. "_share_password_protect_" = "パスワード保護";
  656. "_share_expiration_date_" = "有効期限を設定";
  657. "_share_note_recipient_" = "受取人への注意";
  658. "_share_delete_sharelink_" = "リンクを削除";
  659. "_share_add_sharelink_" = "別のリンクを追加";
  660. "_share_can_reshare_" = "再共有を許可";
  661. "_share_can_create_" = "作成を許可";
  662. "_share_can_change_" = "編集を許可";
  663. "_share_can_delete_" = "削除を許可";
  664. "_share_can_download_" = "Allow download";
  665. "_share_unshare_" = "共有を解除";
  666. "_share_internal_link_" = "内部リンク";
  667. "_share_internal_link_des_" = "Only works for users with access to this file/folder";
  668. "_share_reshare_disabled_" = "このファイル/フォルダの再共有は許可されていません";
  669. "_share_reshare_restricted_" = "注意: このファイル/フォルダの再共有は制限付きで許可されています";
  670. "_no_transfer_" = "まだ転送されていません";
  671. "_no_transfer_sub_" = "このデバイスからのアップロードとダウンロードがここに表示されます";
  672. "_no_activity_" = "まだアクティビティはありません";
  673. "_no_activity_footer_" = "ロードするアクティビティはもうありません";
  674. "_transfers_" = "転送";
  675. "_activity_" = "アクティビティ";
  676. "_activity_file_not_present_" = "ファイルはもう存在しません";
  677. "_trash_file_not_found_" = "It seems that the file is not in the trash. Go to the trash to update it and try again";
  678. "_list_shares_" = "共有";
  679. "_list_shares_no_files_" = "まだ共有はありません";
  680. "_tutorial_list_shares_view_" = "共有したファイルやフォルダーは、ここに表示されます。";
  681. "_create_synchronization_" = "同期を作成";
  682. "_offline_" = "オフライン";
  683. "_local_storage_" = "ローカルストレージ";
  684. "_local_storage_no_record_" = "まだファイルはありません";
  685. "_upload_photos_videos_" = "写真またはビデオのアップロード";
  686. "_upload_file_" = "アップロードファイル";
  687. "_upload_file_text_" = "テキストファイルの作成";
  688. "_create_nextcloudtext_document_" = "テキストドキュメントの作成";
  689. "_save_document_picker_" = "ここに保存";
  690. "_destination_folder_" = "送信先フォルダー";
  691. "_use_folder_auto_upload_" = "送信先として自動アップロードフォルダーを使用する";
  692. "_rename_filename_" = "名前を変更";
  693. "_filename_" = "ファイル名";
  694. "_enter_filename_" = "Enter filename …";
  695. "_default_preview_filename_footer_" = "Example preview of filename: IMG_0001.JPG";
  696. "_filename_header_" = "Enter filename";
  697. "_preview_filename_" = "プレビューファイル名の例。マスク%@を日付・時刻のために使用できます";
  698. "_add_filenametype_" = "ファイル名に種別を指定する";
  699. "_filenametype_photo_video_" = "写真・ビデオ";
  700. "_maintain_original_filename_" = "元のファイル名を維持する";
  701. "_modify_photo_" = "写真の変更";
  702. "_notifications_" = "通知";
  703. "_no_notification_" = "通知はありません";
  704. "_autoupload_filename_title_" = "自動アップロードファイル名";
  705. "_untitled_" = "Untitled";
  706. "_text_upload_title_" = "テキストファイルをアップロード";
  707. "_e2e_settings_title_" = "暗号化";
  708. "_e2e_settings_" = "End-to-End 暗号化";
  709. "_e2e_settings_start_" = "End-to-End 暗号化の開始";
  710. "_e2e_settings_not_available_" = "End-to-End 暗号化は利用できません";
  711. "_e2e_settings_activated_" = "Ent-to-End 暗号化が有効化されました";
  712. "_e2e_server_disabled_" = "End-to-end encryption app disabled on server";
  713. "_e2e_settings_view_passphrase_" = "全12の単語を含む非常に強力なパスワードを作成し、あなたの暗号化されたファイルをあなただけが閲覧し利用できるようにします。パスワードは書きとめておき、安全な場所へ保管してください。";
  714. "_e2e_settings_read_passphrase_" = "パスフレーズを閲覧";
  715. "_e2e_settings_lock_not_active_" = "ロックが有効ではありません。「設定」に戻って有効化してください";
  716. "_e2e_settings_the_passphrase_is_" = "パスフレーズ:";
  717. "_e2e_passphrase_request_title_" = "パスフレーズを要求";
  718. "_e2e_passphrase_request_message_" = "12の単語を入力";
  719. "_e2e_settings_remove_" = "ローカルで暗号化を解除";
  720. "_e2e_settings_remove_message_" = "パスフレーズと一緒に暗号化の解除を確認します。";
  721. "_e2e_set_folder_encrypted_" = "暗号化";
  722. "_e2e_remove_folder_encrypted_" = "暗号化の解除";
  723. "_e2e_goto_settings_for_enable_" = "これは暗号化されたフォルダーです。「設定」から End-to-End 暗号化を有効にしてください";
  724. "_e2e_error_" = "An internal end-to-end encryption error occurred";
  725. "_e2e_in_upload_" = "アップロード中です。すべてのファイルが転送されるまでお待ちください。";
  726. "_scans_document_" = "ドキュメントをスキャン";
  727. "_scanned_images_" = "スキャンした画像";
  728. "_scan_document_pdf_page_" = "ページ";
  729. "_scan_label_document_zone_" = "Tap or drag images down for document creation";
  730. "_filter_document_" = "Document";
  731. "_filter_original_" = "オリジナル";
  732. "_filter_bn_" = "黒、白";
  733. "_filter_grayscale_" = "グレースケール";
  734. "_quality_image_title_" = "画質のプレビュー";
  735. "_quality_high_" = "高品質の大きなファイルサイズ";
  736. "_quality_medium_" = "メディア品質の平均ファイルサイズ";
  737. "_quality_low_" = "低品質の小さなファイルサイズ";
  738. "_file_type_" = "ファイルの種類";
  739. "_pdf_password_" = "PDFパスワード";
  740. "_file_creation_" = "ファイルの作成";
  741. "_delete_all_scanned_images_" = "すべてのスキャンした画像を削除";
  742. "_text_recognition_" = "テキスト認識";
  743. /* The title on the navigation bar of the Scanning screen. */
  744. "wescan.scanning.title" = "スキャン中";
  745. /* The "Next" button on the right side of the navigation bar on the Edit screen. */
  746. "wescan.edit.button.next" = "次";
  747. /* The title on the navigation bar of the Edit screen. */
  748. "wescan.edit.title" = "スキャンの編集";
  749. /* The "Done" button on the right side of the navigation bar on the Review screen. */
  750. "wescan.review.button.done" = "完了";
  751. /* The title on the navigation bar of the Review screen. */
  752. "wescan.review.title" = "レビュー";
  753. "_trash_view_" = "ゴミ箱";
  754. "_trash_restore_all_" = "すべてのファイルを復元する";
  755. "_trash_delete_all_" = "ごみ箱を空にする";
  756. "_trash_delete_permanently_" = "完全に削除する";
  757. "_trash_delete_all_description_" = "ゴミ箱を空にしますか?";
  758. "_trash_no_trash_" = "削除ファイルなし";
  759. "_trash_no_trash_description_" = "ここから削除したファイルを復元できます";
  760. "_trash_restore_selected_" = "Restore selected files?";
  761. "_trash_delete_selected_" = "Delete selected files?";
  762. "_recover_" = "Recover";
  763. "_confirm_delete_selected_" = "Are you sure you want to delete the selected items?";
  764. "_manage_file_offline_" = "オフラインファイルの管理";
  765. "_set_available_offline_" = "オフラインで利用可能に設定";
  766. "_remove_available_offline_" = "オフラインで利用を削除";
  767. "_create_new_document_" = "新しい文書を作成する";
  768. "_create_new_spreadsheet_" = "新しいスプレッドシートを作成する";
  769. "_create_new_presentation_" = "新しいプレゼンテーションを作成する";
  770. "_go_online_" = "オンラインでドキュメントを表示します";
  771. "_intro_1_title_" = "あなたのデータを安全に管理しましょう";
  772. "_intro_2_title_" = "セキュアなコラボレーションとファイル交換";
  773. "_intro_3_title_" = "使いやすいWebメール、カレンダーと連絡先";
  774. "_intro_4_title_" = "画面共有、オンライン会議とWeb会議";
  775. "_log_in_" = "ログイン";
  776. "_sign_up_" = "他のサービスでサインアップ";
  777. "_host_your_own_server" = "自分のサーバーをホストする";
  778. "_unauthorized_" = "権限がありません";
  779. "_bad_username_password_" = "ユーザー名またはパスワードが間違っています";
  780. "_cancelled_by_user" = "転送を取り消しました";
  781. "_error_folder_destiny_is_the_same_" = "対象のフォルダーを自身の中へは移動できません";
  782. "_error_not_permission_" = "操作を完了するために必要な権限がありません";
  783. "_error_path_" = "ファイルまたはフォルダーを開けません。対象のファイルまたはフォルダーの存在を確認してください";
  784. "_file_upload_not_exitst_" = "アップロードしようとしているファイルは存在しません";
  785. "_forbidden_characters_from_server_" = "その名前は不正な文字が少なくとも1文字含まれています";
  786. "_error_not_modified_" = "リソースが変更されていない";
  787. "_not_connected_internet_" = "サーバー接続エラー";
  788. "_not_possible_connect_to_server_" = "現在、サーバーへ接続できません";
  789. "_not_possible_create_folder_" = "フォルダーを作成できませんでした";
  790. "_server_down_" = "サーバーとの接続を確立できませんでした";
  791. "_time_out_" = "タイムアウトしました。もう一度試してください。";
  792. "_unknow_response_server_" = "サーバーから意図しないレスポンスが返されました";
  793. "_user_authentication_required_" = "ユーザー認証が必要です";
  794. "_file_directory_locked_" = "ファイルかディレクトリがロックされています";
  795. "_ssl_certificate_untrusted_" = "このサーバーの証明書が不正です";
  796. "_ssl_certificate_changed_" = "このサーバーの証明書が変更されたようです";
  797. "_internal_server_" = "サーバー内部のエラー";
  798. "_file_already_exists_" = "同名のファイルが存在するため、処理を完了できませんでした。";
  799. "_file_folder_not_exists_" = "指定されたパスにソースファイルが見つかりません";
  800. "_folder_contents_nochanged_" = "フォルダーの内容は変更されていません";
  801. "_images_invalid_converted_" = "画像データが不正なためサムネイルに変換できませんでした";
  802. "_method_not_expected_" = "意図しない要求方法";
  803. "_reauthenticate_user_" = "アクセスは期限切れです。再度ログインしてください";
  804. "_server_error_retry_" = "サーバーが一時的に利用できません。";
  805. "_too_many_files_" = "対象となるファイルが多すぎます";
  806. "_too_many_request_" = "大量の要求が送信されたため速度制限に達しました";
  807. "_user_over_quota_" = "ストレージクオータの上限に達しました";
  808. "_ssl_connection_error_" = "接続時SSLエラー、もう一度試してください。";
  809. "_bad_request_" = "不正な要求";
  810. "_webdav_locked_" = "WebDAV はロックされています: ロックされたリソースへのアクセスを試行しました";
  811. "_error_user_not_available_" = "利用者はすでに存在しません";
  812. "_server_response_error_" = "サーバーレスポンス内容エラー";
  813. "_no_nextcloud_found_" = "Server not found";
  814. "_error_decompressing_" = "解凍中にエラーが発生しました。 圧縮方法が不明またはファイルが破損している可能性があります。";
  815. "_error_json_decoding_" = "メタデータの複合化時に深刻なエラーが発生 (データが正しい形式ではないため、読み取れませんでした)";
  816. "_error_check_remote_user_" = "Server responded with an error. Please log in again";
  817. "_request_entity_too_large_" = "ファイルサイズが大きすぎます";
  818. "_not_possible_download_" = "ファイルをダウンロードすることはできません";
  819. "_not_possible_upload_" = "ファイルをアップロードすることはできません";
  820. "_error_files_upload_" = "ファイルのアップロードエラー";
  821. "_method_not_allowed_" = "要求されたメソッドはサポートされていません";
  822. "_invalid_url_" = "サーバーのURLが無効";
  823. "_invalid_literal_" = "無効な検索文字列";
  824. "_invalid_date_format_" = "無効な日付フォーマット";
  825. "_invalid_data_format_" = "無効な日付フォーマット";
  826. "_error_decode_xml_" = "不正なレスポンス、XMLデコードエラーです";
  827. "_internal_generic_error_" = "内部エラー";
  828. "_editor_unknown_" = "ファイルを開くことができませんでした: エディターが不明です";
  829. "_err_file_not_found_" = "ファイルが見つかりません、削除されました";
  830. "_err_e2ee_app_version_" = "エンドツーエンド暗号化のアプリバージョンがサーバーと互換性がありません。サーバーをアップデートしてください";
  831. "_err_permission_microphone_" = "設定からマイクの使用を許可してください";
  832. "_err_permission_photolibrary_" = "設定からのPhotosを許可してください";
  833. "_err_permission_locationmanager_" = "設定でロケーションを - いつも - で許可してください";
  834. "_qrcode_not_authorized_" = "このアプリケーションはバックカメラを使う権限がありません";
  835. "_qrcode_not_supported_" = "このデバイスではQRコードに対応していません";
  836. "_create_voice_memo_" = "ボイスメモを作成する";
  837. "_voice_memo_start_" = "タップしてスタート";
  838. "_voice_memo_stop_" = "タップしてストップ";
  839. "_voice_memo_filename_" = "ボイスメモ";
  840. "_voice_memo_title_" = "ボイスメモをアップロード";
  841. "Enter Passcode" = "パスコードを入力";
  842. "Enter a new passcode" = "新しいパスコードを入力";
  843. "Confirm new passcode" = "新しいパスコードを確認";
  844. "Passcodes didn't match. Try again." = "パスコードが間違っています。もう一度試してください。";
  845. "Delete" = "削除";
  846. "Cancel" = "キャンセル";
  847. "_certificate_details_" = "証明書サーバーの詳細";
  848. "_certificate_pn_details_" = "証明書プッシュ通知の詳細";
  849. "_certificate_view_" = "Certificate Server";
  850. "_certificate_pn_view_" = "Certificate Push Notification";
  851. "_save_as_scan_" = "スキャンして保存";
  852. "_modify_" = "変更";
  853. "_overwrite_original_" = "オリジナルを上書き";
  854. "_save_as_copy_" = "コピーで保存";
  855. "_discard_changes_" = "変更を閉じて破棄する";
  856. "_message_disable_overwrite_livephoto_" = "この画像はライブフォトのため、上書きはできません。";
  857. "_discard_changes_info_" = "変更内容は破棄されます。";
  858. "_delete_files_desc_" = "ファイルを削除して空き容量を増やす";
  859. "_delete_old_files_" = "Delete, in the cache, all files older than";
  860. "_never_" = "しない";
  861. "_1_year_" = "1年";
  862. "_6_months_" = "6ヶ月";
  863. "_3_months_" = "3ヶ月";
  864. "_1_month_" = "1ヶ月";
  865. "_1_week_" = "1週間";
  866. "_1_day_" = "1日";
  867. "_monthly_" = "毎月";
  868. "_yearly_" = "毎年";
  869. "_weekly_" = "毎週";
  870. "_daily_" = "Daily";
  871. "_day_" = "日";
  872. "_used_space_" = "使用量";
  873. "_open_in_onlyoffice_" = "ONLYOFFICEで開く";
  874. "_open_in_collabora_" = "CollaboraOnlineで開く";
  875. "_login_address_detail_" = "ブラウザーで開くための、あなたの%@Webインターフェースのリンクです。";
  876. "_go_to_page_" = "ページを開く";
  877. "_page_" = "ページ";
  878. "_this_document_has_%@_pages_" = "このドキュメントは%@ページあります";
  879. "_invalid_page_" = "無効なページ";
  880. "_the_entered_page_number_does_not_exist_" = "The entered page number does not exist";
  881. "_error_something_wrong_" = "何かがおかしいです";
  882. "_resolution_" = "解像度";
  883. "_try_download_full_resolution_" = "Download full resolution image";
  884. "_full_resolution_image_info_" = "This may reveal more information about the photo.";
  885. "_copied_path_" = "パスをコピーしました";
  886. "_copy_path_" = "パスをコピー";
  887. "_certificates_" = "証明書";
  888. "_privacy_screen_" = "アプリ非アクティブ時のスプラッシュ画面";
  889. "_saving_" = "保存中...";
  890. "_video_not_streamed_" = "サーバーがビデオストリーミングを許可していないので、ダウンロードしますか?";
  891. "_video_not_streamed_e2ee_" = "The server does not allow video streaming because it is encrypted, do you want to download it?";
  892. "_scan_" = "Scan";
  893. "_in_" = "内";
  894. "_enter_passphrase_" = "Enter passphrase (12 words)";
  895. "_show_more_results_" = "Show more results";
  896. "_waiting_for_" = "Waiting for:";
  897. "_waiting_" = "Waiting …";
  898. "_reachable_wifi_" = "network reachable via Wi-Fi or cable";
  899. "_password_not_present_" = "Please re-insert your credentials.";
  900. "_copy_passphrase_" = "Copy passphrase";
  901. "_ok_copy_passphrase_" = "OK and copy passphrase";
  902. "_select_color_" = "Select the color";
  903. "_change_color_" = "色を変える";
  904. "_description_dashboardwidget_" = "Having the Dashboard always at your fingertips has never been easier.";
  905. "_description_fileswidget_" = "View your recent files and use the toolbar to speed up your operations.";
  906. "_description_toolbarwidget_" = "A toolbar to speed up your operations.";
  907. "_no_data_available_" = "No data available";
  908. "_widget_available_nc25_" = "Widget only available starting with server version 25";
  909. "_keep_running_" = "Keep the app running for a better user experience";
  910. "_recent_activity_" = "最近のアクティビティ";
  911. "_title_lockscreenwidget_" = "ステータス";
  912. "_description_lockscreenwidget_" = "Keep an eye on available space and recent activity";
  913. "_no_items_" = "No items";
  914. "_check_back_later_" = "Check back later";
  915. "_exporting_video_" = "Exporting video … Tap to cancel.";
  916. "_apps_nextcloud_detect_" = "Detected %@ apps";
  917. "_add_existing_account_" = "Other %@ Apps has been detected, do you want to add an existing account?";
  918. "_status_in_progress_" = "Status reading in progress …";
  919. "_status_e2ee_on_server_" = "The end-to-end encryption is already configured in the server but not yet enabled on this device";
  920. "_status_e2ee_not_setup_" = "The end-to-end encryption is not yet configured on the server";
  921. "_status_e2ee_configured_" = "The end-to-end encryption is correctly configured";
  922. "_e2ee_set_as_offline_" = "Not allowed for encrypted files or folders";
  923. "_change_upload_filename_" = "Do you want to save the file with a different name?";
  924. "_save_file_as_" = "Save file as %@";
  925. "_password_ascii_" = "The password cannot contain special characters";
  926. "_calendar_contacts_" = "Calendar and Contacts";
  927. "_mobile_config_" = "Download the configuration profile";
  928. "_calendar_contacts_footer_warning_" = "Configuration profile can only be downloaded if Safari is set as default browser";
  929. "_calendar_contacts_footer_" = "After downloading the profile you can install it from Settings.";
  930. "_preview_" = "プレビュー";
  931. "_crop_" = "クロップ";
  932. "_modify_image_desc_" = "Tap on a file to modify or rename.";
  933. "_message_disable_livephoto_" = "This image is a Live Photo, changing it will lose the Live Photo effect";
  934. "_enable_livephoto_" = "Enable Live Photo";
  935. "_disable_livephoto_" = "Disable Live Photo";
  936. "_undo_modify_" = "Undo modifying";
  937. "_unauthorizedFilesPasscode_" = "Files app cannot be used with an activated passcode";
  938. "_disableFilesApp_" = "Files app cannot be used because it is disabled";
  939. "_reset_application_done_" = "Reset application, done.";
  940. "_rename_already_exists_" = "A file with this name already exists";
  941. "_created_" = "作成時刻";
  942. "_recipients_" = "Recipients";
  943. "_are_sure_" = "本当に?";
  944. "_creation_" = "Creation";
  945. "_modified_" = "Modified";
  946. "_group_folders_" = "Group folders";
  947. "_play_from_files_" = "Play movie from a file";
  948. "_play_from_url_" = "Play movie from URL";
  949. "_valid_video_url_" = "Insert a valid URL";
  950. "_deletion_progess_" = "Deletion in progress";
  951. "_copying_progess_" = "Copying in progress";
  952. "_moving_progess_" = "Moving in progress";
  953. "_chunk_enough_memory_" = "It seems there is not enough space to send the file";
  954. "_chunk_create_folder_" = "The file could not be sent, please check the server log";
  955. "_chunk_files_null_" = "The file for sending could not be created";
  956. "_chunk_file_null_" = "The file could not be sent";
  957. "_chunk_move_" = "The sent file could not be reassembled, please check the server log";
  958. "_download_image_" = "Download image";
  959. "_download_video_" = "Download video";
  960. "_reset_wrong_passcode_" = "アプリケーションをリセットする";
  961. "_reset_wrong_passcode_desc_" = "Use \"Reset application\" to remove all accounts and local data after %d failed code entry attempts.";
  962. "_deviceOwnerAuthentication_" = "The biometric sensor has been temporarily disabled due to multiple failed attempts. Enter the device passcode to re-enable the sensor.";
  963. "_virus_detect_" = "Virus detected. Upload cannot be completed!";
  964. "_zoom_" = "Zoom";
  965. "_zoom_in_" = "Zoom in";
  966. "_zoom_out_" = "Zoom out";
  967. "_select_photos_" = "Select photos";
  968. "_selected_photo_" = "selected photo";
  969. "_selected_photos_" = "selected photos";
  970. "_delete_selected_photos_" = "Delete selected photos";
  971. "_media_square_" = "Square grid";
  972. "_media_ratio_" = "Aspect ratio grid";
  973. "_autoupload_notice_" = "To ensure the proper functioning of the application, it is necessary to enable Background App Refresh. Otherwise, new photos or videos will not be detected when the application is in the background.\n\nAdditionally, please note that the application will not be able to detect new photos and videos if it is manually terminated. When the app is in the background, data transfer may be slower, and new photos and/or videos will generally be detected every 10 minutes, depending on the device’s battery level.\n\nTo verify that the app is functioning correctly, you can use the log file available in Advanced settings.";
  974. "_display_" = "Display";
  975. "_appearance_" = "Appearance";
  976. "_light_" = "Light";
  977. "_dark_" = "Dark";
  978. "_use_system_style_" = "Use system style";
  979. "_account_settings_" = "Account settings";
  980. "_users_" = "ユーザー";
  981. "_users_footer_" = "Every time the app is reactivated, the account will be requested.";
  982. "_additional_view_options_" = "Additional view options";
  983. "_while_charging_" = "While charging";
  984. "_additional_options_" = "Additional options";
  985. "_keep_screen_awake_" = "Keep screen awake\nwhile transferring files";
  986. "_error_not_found_" = "The requested resource could not be found";
  987. "_error_conflict_" = "The request could not be completed due to a conflict with the current state of the resource";
  988. "_error_precondition_" = "The server does not meet one of the preconditions that the requester";
  989. // Video
  990. "_select_trace_" = "トレースを選択";
  991. "_video_processing_" = "動画処理";
  992. "_video_being_processed_" = "動画処理中 ...";
  993. "_downloading_" = "ダウンロード中";
  994. "_download_error_" = "ダウンロードエラー";
  995. "_subtitle_" = "サブタイトル";
  996. "_dts_to_ac3_" = "DTSには対応していませんので、ドルビーデジタルへの変換が必要です";
  997. "_reuired_conversion_" = "この動画は変換に時間がかかります。";
  998. "_stay_app_foreground_" = "アプリをフォアグラウンドにする ...";
  999. "_conversion_available_" = "変換はいつでもメニューで可能です";
  1000. "_video_format_not_recognized_" = "このビデオを再生するには加工が必要ですが、今すぐ加工しますか?";
  1001. "_video_must_download_" = "このビデオを再生するには、ダウンロードと加工が必要ですが、今すぐ加工しますか?";
  1002. "_conversion_max_compatibility_" = "最大互換性、変換に多くの時間がかかることがあります";
  1003. "_video_tap_for_close_" = "処理を閉じるには軽く押してください";
  1004. "_subtitle_not_found_" = "字幕が見つかりません";
  1005. "_disable_" = "無効";
  1006. "_subtitle_not_dowloaded_" = "ローカルにダウンロードされていない字幕があります";
  1007. "_user_" = "ユーザー";
  1008. "_add_subtitle_" = "Add an external subtitle";
  1009. "_add_audio_" = "Add an external audio";
  1010. "_server_maintenance_mode_" = "サーバーは現在メンテナンスモードです";
  1011. "_upload_foreground_msg_" = "Do not close %@ to complete the transfer …";
  1012. "_upload_background_msg_" = "Files upload in progress …";
  1013. "_create_folder_error_" = "An error has occurred while creating the folder:\n%@.\n\nPlease resolve the issue as soon as possible.\n\nAll uploads are suspended until the problem is resolved.\n";
  1014. "_rename_file_error_" = "An error has occurred while renaming the file:\n%@.";
  1015. "_creating_dir_progress_" = "Creating directories in progress … keep the application active";
  1016. "_creating_db_photo_progress" = "Creating photo archive in progress … keep the application active";
  1017. "_account_unauthorized_" = "Warning, %@, you are not authorized, your account has been deleted, if you have changed your password, re-authenticate.";
  1018. "_folder_offline_desc_" = "Even without an internet connection, you can organize your folders, create files. Once you're back online, your pending actions will automatically sync.";
  1019. "_offline_not_allowed_" = "This operation is not allowed in offline mode";
  1020. // Tip
  1021. "_tip_pdf_thumbnails_" = "画面右端から左にスワイプすると、サムネイルが表示されます。";
  1022. "_tip_accountrequest_" = "Touch here to change account or to add a new one";
  1023. "_tip_addcopyimage_" = "Long press to paste a copied image";
  1024. "_tip_open_mediadetail_" = "Swipe up to show the details";
  1025. // MARK: Accessibility
  1026. // Accessibility, floating panel top element
  1027. "_cart_controller_" = "カードコントローラー";
  1028. "_accessibility_add_upload_" = "追加とアップロード";
  1029. "_dismiss_menu_" = "メニューを閉じる";
  1030. "_show_profile_" = "プロフィールを表示";
  1031. // a11y: On/Off
  1032. "_on_" = "オン";
  1033. // a11y: On/Off
  1034. "_off_" = "オフ";
  1035. "_grid_view_" = "グリッドビューで表示";
  1036. "_list_view_" = "リストビューで表示";
  1037. "_list_" = "List";
  1038. "_icons_" = "Icons";
  1039. // MARK: Plan customer
  1040. "_leave_plan_title" = "We're sorry to see you go";
  1041. "_leave_plan_description" = "You'll no longer have access to:";
  1042. "_current_plan_" = "Current Plan";
  1043. "_billing_plan_" = "Billing Plan";
  1044. "_keep_plan_" = "Keep Plan";
  1045. "_leave_plan_" = "Leave Plan";
  1046. "_change_plan_" = "Change Plan";
  1047. "_manage_plan_" = "Manage Plan";
  1048. "_purchase_plan_" = "Purchase Plan";
  1049. "_restore_plan_" = "Restore Purchased Plan";
  1050. "_purchase_plan_description_" = "Purchases have been restored";
  1051. "_choose_plan_" = "You should choose a plan in order to purchase it.";
  1052. "_already_plan_" = "The selected plan has already been bought.";
  1053. "_change_billing_" = "Change Billing";
  1054. "_payment_method_" = "Payment Method";
  1055. // MARK: Mantis library
  1056. "Mantis.Done" = "完了";
  1057. "Mantis.Cancel" = "キャンセル";
  1058. "Mantis.Reset" = "リセット";
  1059. "Mantis.Original" = "オリジナル";
  1060. "Mantis.Square" = "Square";
  1061. // MARK: Assistant
  1062. "_assistant_task_unknown_" = "Unknown";
  1063. "_assistant_task_scheduled_" = "Scheduled";
  1064. "_assistant_task_in_progress_" = "In Progress";
  1065. "_assistant_task_completed_" = "Completed";
  1066. "_assistant_task_failed_" = "Failed";
  1067. "_all_" = "All";
  1068. "_input_" = "Input";
  1069. "_output_" = "Output";
  1070. "_task_details_" = "Task details";
  1071. "_assistant_" = "アシスタント";
  1072. "_new_task_" = "New %@ task";
  1073. "_no_tasks_" = "No tasks in here";
  1074. "_create_task_subtitle_" = "Use the + button to create one";
  1075. "_no_types_" = "No provider found";
  1076. "_no_types_subtitle_" = "AI Providers need to be installed to use the Assistant";
  1077. // MARK: Client certificate
  1078. "_no_client_cert_found_" = "The server is requesting a client certificate";
  1079. "_no_client_cert_found_desc_" = "Do you want to install a TLS client certificate? \n Note that only .p12 archives created through OpenSSL with the -legacy flag can work on Apple devices.";
  1080. "_client_cert_enter_password_" = "Enter the password for the chosen certificate";
  1081. "_client_cert_wrong_password_" = "Sorry, you entered an invalid password";
  1082. // MARK: Login poll
  1083. "_poll_desc_" = "Please complete the log in process in your browser";
  1084. // MARK: File name validator
  1085. "_file_name_validator_error_ends_with_space_period_" = "Name must not contain spaces at the beginning or end.";
  1086. "_file_name_validator_error_reserved_name_" = "\"%@\" is a forbidden name.";
  1087. "_file_name_validator_error_forbidden_file_extension_" = "\".%@\" is a forbidden file extension.";
  1088. "_file_name_validator_error_invalid_character_" = "Name contains an invalid character: \"%@\".";
  1089. "_file_name_validator_error_space_" = "Name must not contain spaces at the beginning or end.";
  1090. "_file_name_new_extension_" = "Changing the extension might cause this file to open in a different application.";
  1091. "_please_rename_file_" = "Please rename the file or folder.";
  1092. "hidden_file_name_warning" = "Name will result in a hidden file.";