ja.js 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. OC.L10N.register(
  2. "files",
  3. {
  4. "Added to favorites" : "お気に入りに追加",
  5. "Removed from favorites" : "お気に入りから削除",
  6. "You added {file} to your favorites" : "{file} をお気に入りに追加しました",
  7. "You removed {file} from your favorites" : "{file} をお気に入りから削除しました",
  8. "Favorites" : "お気に入り",
  9. "File changes" : "ファイル更新",
  10. "Created by {user}" : "{user} が作成しました",
  11. "Changed by {user}" : "{user} が更新しました",
  12. "Deleted by {user}" : "{user} が削除しました",
  13. "Restored by {user}" : "{user} が復元しました",
  14. "Renamed by {user}" : "{user} が作成しました",
  15. "Moved by {user}" : "{user} が移動しました",
  16. "\"remote account\"" : "\"リモートアカウント\"",
  17. "You created {file}" : "{file} を作成しました",
  18. "You created an encrypted file in {file}" : "{file} で暗号化ファイルを作成しました",
  19. "{user} created {file}" : "{user} が {file} を作成しました",
  20. "{user} created an encrypted file in {file}" : "{user}が{file}に暗号化ファイルを作成しました",
  21. "{file} was created in a public folder" : "公開フォルダーに {file} が作成されました",
  22. "You changed {file}" : "{file} を更新しました",
  23. "You changed an encrypted file in {file}" : "{file}で暗号化されたファイルを変更しました。",
  24. "{user} changed {file}" : "{user} が {file} を更新しました",
  25. "{user} changed an encrypted file in {file}" : "{user}が{file}に暗号化ファイルを変更しました",
  26. "You deleted {file}" : "{file} を削除しました",
  27. "You deleted an encrypted file in {file}" : "{file}で暗号化されたファイルを削除しました。",
  28. "{user} deleted {file}" : "{user} が {file} を削除しました",
  29. "{user} deleted an encrypted file in {file}" : "{user}が{file}で暗号化されたファイルを削除しました",
  30. "You restored {file}" : "{file} を復元しました",
  31. "{user} restored {file}" : "{user} が {file} を復元しました",
  32. "You renamed {oldfile} (hidden) to {newfile} (hidden)" : "{oldfile}(非表示) の名前を {newfile}(非表示) に変更しました",
  33. "You renamed {oldfile} (hidden) to {newfile}" : "{oldfile} (非表示)の名前を{newfile}に変更しました",
  34. "You renamed {oldfile} to {newfile} (hidden)" : "{oldfile}の名前を{newfile}(非表示)に変更しました",
  35. "You renamed {oldfile} to {newfile}" : "{oldfile} を {newfile} に変更しました",
  36. "{user} renamed {oldfile} (hidden) to {newfile} (hidden)" : "{user} は {oldfile}(非表示) の名前を {newfile}(非表示) に変更しました",
  37. "{user} renamed {oldfile} (hidden) to {newfile}" : "{user} は {oldfile} (非表示) の名前を {newfile} に変更しました",
  38. "{user} renamed {oldfile} to {newfile} (hidden)" : "{user}は{oldfile}を{newfile} (非表示)に名前変更しました",
  39. "{user} renamed {oldfile} to {newfile}" : "{user} が {oldfile} を{newfile} に変更しました",
  40. "You moved {oldfile} to {newfile}" : "{oldfile} を {newfile} に移動しました",
  41. "{user} moved {oldfile} to {newfile}" : "{user} が {oldfile} を {newfile} に移動しました",
  42. "A file has been added to or removed from your <strong>favorites</strong>" : "<strong>お気に入り</strong>にファイルが追加または削除されたとき",
  43. "Files" : "ファイル",
  44. "A file or folder has been <strong>changed</strong>" : "ファイルまたはフォルダーが<strong>変更</strong>されたとき",
  45. "A favorite file or folder has been <strong>changed</strong>" : "お気に入りのファイルまたはフォルダーが <strong>変更</strong>されたとき",
  46. "Failed to authorize" : "認証に失敗しました",
  47. "Invalid folder path" : "無効なフォルダーパス",
  48. "Folder not found" : "フォルダーが見つかりません",
  49. "Upload (max. %s)" : "アップロード ( 最大 %s )",
  50. "Accept" : "承諾",
  51. "Reject" : "拒否",
  52. "Incoming ownership transfer from {user}" : "{user} からの所有権転送を受信",
  53. "Do you want to accept {path}?\n\nNote: The transfer process after accepting may take up to 1 hour." : "{path} を承諾しますか?\n\n注意:承諾後の転送処理には最大 1 時間かかる場合があります。",
  54. "Ownership transfer denied" : "所有権の譲渡が拒否されました",
  55. "Your ownership transfer of {path} was denied by {user}." : "{path}の所有権の譲渡が{user}によって拒否されました。",
  56. "Ownership transfer failed" : "所有権の譲渡に失敗しました",
  57. "Your ownership transfer of {path} to {user} failed." : "{path}の{user}への所有権転送に失敗しました。",
  58. "The ownership transfer of {path} from {user} failed." : "{user} からの {path} の所有権転送に失敗しました。",
  59. "Ownership transfer done" : "所有権の譲渡が完了しました",
  60. "Your ownership transfer of {path} to {user} has completed." : "{user} への {path} の所有権転送が完了しました。",
  61. "The ownership transfer of {path} from {user} has completed." : "{user} からの {path} の所有権転送が完了しました。",
  62. "in %s" : "%s で",
  63. "Transferred from %1$s on %2$s" : "%1$sから%2$sに転送",
  64. "Files compatibility" : "ファイルの互換性",
  65. "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "ファイルをすべてのクライアントと同期できるようにするために、ファイル名を制限することを許可します。デフォルトではPOSIX(LinuxやmacOSなど)で有効なすべてのファイル名が許可されています。",
  66. "Enforce Windows compatibility" : "Windowsとの互換性を強制",
  67. "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "予約名や特殊文字のような、Windowsシステムにおいて有効でないファイル名をブロックします。これは大文字、小文字の互換性を強制するものではありません。",
  68. "File Management" : "ファイル管理",
  69. "Current directory path" : "現在のディレクトリパス",
  70. "Home" : "ホーム",
  71. "Target folder does not exist any more" : "対象フォルダーがもう存在しません",
  72. "Reload current directory" : "カレントディレクトリの再読み込み",
  73. "Go to the \"{dir}\" directory" : "\"{dir}\" ディレクトリに移動する",
  74. "Drag and drop files here to upload" : "ここにファイルをドラッグ&ドロップしてアップロードする",
  75. "Your have used your space quota and cannot upload files anymore" : "あなたのクォータ容量を使い果たし、ファイルをアップロードできなくなりました。",
  76. "You don’t have permission to upload or create files here" : "ここにファイルをアップロードまたは作成する権限がありません",
  77. "Favorite" : "お気に入り",
  78. "\"{displayName}\" action executed successfully" : "\"{displayName}\" アクションは正常に実行された",
  79. "\"{displayName}\" action failed" : "\"{displayName}\" アクションは失敗しました",
  80. "Toggle selection for file \"{displayName}\"" : "ファイル \"{displayName}\" の選択を切り替える",
  81. "Toggle selection for folder \"{displayName}\"" : "フォルダ \"{displayName}\" の選択を切り替える",
  82. "File is loading" : "ファイル読み込み中",
  83. "Folder is loading" : "フォルダーを読み込み中",
  84. "Rename file" : "ファイル名の変更",
  85. "Filename" : "ファイル名",
  86. "Folder name" : "フォルダー名",
  87. "This node is unavailable" : "このノードは利用できません",
  88. "Another entry with the same name already exists." : "同じ名前の別のエントリがすでに存在しています。",
  89. "Invalid filename." : "無効なファイル名。",
  90. "Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" から \"{newName}\" に名前を変更済み",
  91. "Pending" : "保留中",
  92. "Clear filter" : "フィルターをクリア",
  93. "Modified" : "更新日時",
  94. "Type" : "タイプ",
  95. "Active filters" : "有効なフィルター",
  96. "Remove filter" : "フィルターを削除",
  97. "Total rows summary" : "総行数のサマリー",
  98. "Name" : "名前",
  99. "Size" : "サイズ",
  100. "Toggle selection for all files and folders" : "すべてのファイルとフォルダの選択を切り替える",
  101. "Actions" : "アクション",
  102. "(selected)" : "(選択済み)",
  103. "\"{displayName}\" failed on some elements " : "いくつかの要素で \"{displayName}\" が失敗しました。",
  104. "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" バッチアクションが正常に実行されました。",
  105. "{count} selected" : "{count} 選択",
  106. "List of files and folders." : "ファイルとフォルダの一覧。",
  107. "Column headers with buttons are sortable." : "ボタン付きの列ヘッダはソート可能です。",
  108. "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "このリストはパフォーマンスの都合上、すべてレンダリングされているわけではありません。リスト内を移動すると、ファイルが次々と表示されていきます。",
  109. "File not found" : "ファイルが見つかりません",
  110. "Storage information" : "ストレージ情報",
  111. "Storage quota" : "ストレージのクォータ",
  112. "{usedQuotaByte} used" : "{usedQuotaByte} 使用されています",
  113. "{used} of {quota} used" : "{used} / {quota} 使用中",
  114. "{relative}% used" : "{relative}% 使用されています",
  115. "Could not refresh storage stats" : "ストレージの状態を更新できませんでした",
  116. "Your storage is full, files can not be updated or synced anymore!" : "ストレージは一杯です。ファイルの更新と同期はできません!",
  117. "Create" : "作成",
  118. "New folder" : "新しいフォルダー",
  119. "Create new folder" : "新しいフォルダーを作成",
  120. "This name is already in use." : "この名前は既に使用されています。",
  121. "Fill template fields" : "テンプレートフィールドへの入力",
  122. "Submitting fields…" : "フィールドを送信中…",
  123. "Submit" : "提出する",
  124. "Transfer ownership of a file or folder" : "ファイルまたはフォルダーの所有権を譲渡する",
  125. "Choose file or folder to transfer" : "譲渡するファイルまたはフォルダーを選択してください",
  126. "Change" : "変更",
  127. "New owner" : "新しい所有者",
  128. "Choose a file or folder to transfer" : "譲渡するファイルまたはフォルダーを選択してください",
  129. "Transfer" : "転送",
  130. "Transfer {path} to {userid}" : "{path} を {userid} に転送する",
  131. "Invalid path selected" : "無効なパスが選択されました",
  132. "Unknown error" : "不明なエラー",
  133. "Ownership transfer request sent" : "所有権転送のリクエストを送信しました",
  134. "Cannot transfer ownership of a file or folder you do not own" : "所有していないファイルまたはフォルダーの所有権を譲渡することはできません",
  135. "Select file or folder to link to" : "リンク先のファイルまたはフォルダを選択",
  136. "Choose {file}" : "{file}を選択",
  137. "New" : "新規作成",
  138. "Loading current folder" : "現在のフォルダの読み込み中",
  139. "Retry" : "リトライ",
  140. "No files in here" : "ファイルがありません",
  141. "Upload some content or sync with your devices!" : "何かコンテンツをアップロードするか、デバイスからファイルを同期してください。",
  142. "Go back" : "戻る",
  143. "Share" : "共有",
  144. "Shared by link" : "URLリンクで共有中",
  145. "Shared" : "共有中",
  146. "Switch to list view" : "リスト表示へ切り替え",
  147. "Switch to grid view" : "グリッド表示へ切り替え",
  148. "Upload was cancelled by user" : "アップロードはユーザーによってキャンセルされました",
  149. "Not enough free space" : "十分な空き容量がありません",
  150. "Operation is blocked by access control" : "アクセス制御により操作がブロックされました",
  151. "Error during upload: {message}" : "アップロード中にエラーが発生しました: {message}",
  152. "Error during upload, status code {status}" : "アップロード中のエラー、ステータスコード {status}",
  153. "Unknown error during upload" : "不明なエラーがアップロード中に発生しました",
  154. "Filter filenames…" : "ファイルネームフィルター…",
  155. "Views" : "表示",
  156. "Files settings" : "ファイルの設定",
  157. "File cannot be accessed" : "ファイルにアクセスできません",
  158. "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "ファイルが見つからないか、あなたがそれを表示する権限を持っていない可能性があります。送信者に共有するように依頼してください。",
  159. "Your files" : "あなたのファイル",
  160. "Open in files" : "ファイルで開く",
  161. "Sort favorites first" : "お気に入りを最初に並べる",
  162. "Sort folders before files" : "ファイルよりもフォルダを先に並べ替えます",
  163. "Show hidden files" : "隠しファイルを表示",
  164. "Crop image previews" : "プレビュー画像を切り抜く",
  165. "Enable the grid view" : "グリッド表示を有効にする",
  166. "Enable folder tree" : "フォルダーツリーを有効にする",
  167. "Additional settings" : "追加設定",
  168. "WebDAV" : "WebDAV",
  169. "WebDAV URL" : "WebDAV URL",
  170. "Copy to clipboard" : "クリップボードにコピー",
  171. "Use this address to access your Files via WebDAV" : "このアドレスを使用すれば、WebDAV経由でファイルにアクセスできます",
  172. "If you have enabled 2FA, you must create and use a new app password by clicking here." : "2FAを有効にしている場合は、ここをクリックして新しいアプリのパスワードを作成し、使用する必要があります。",
  173. "Clipboard is not available" : "クリップボードは利用できません",
  174. "WebDAV URL copied to clipboard" : "WebDAVのURLがクリップボードにコピーされました",
  175. "Owner" : "作成者",
  176. "Remove from favorites" : "お気に入りから削除",
  177. "Add to favorites" : "お気に入りに追加",
  178. "Tags" : "タグ",
  179. "You" : "自分",
  180. "Shared multiple times with different people" : "異なる人と複数回共有",
  181. "Unable to change the favourite state of the file" : "ファイルのお気に入りの状態を変更できません",
  182. "Error while loading the file data" : "ファイルデータの読み込み中にエラーが発生しました",
  183. "Pick a template for {name}" : "{name} のテンプレートを選択してください",
  184. "Create a new file with the selected template" : "選択したテンプレートを使用して新しいファイルを作成します",
  185. "Creating file" : "ファイル作成",
  186. "Blank" : "ブランク",
  187. "Unable to create new file from template" : "テンプレートから新しいファイルを作成できません",
  188. "Deletion cancelled" : "削除はキャンセルされました",
  189. "Delete permanently" : "完全に削除する",
  190. "Delete and unshare" : "削除して共有を解除",
  191. "Leave this share" : "この共有から抜ける",
  192. "Leave these shares" : "これらの共有から抜ける",
  193. "Disconnect storage" : "ストレージを切断する",
  194. "Disconnect storages" : "ストレージを切断する",
  195. "Delete file" : "ファイルを削除",
  196. "Delete files" : "ファイルの削除",
  197. "Delete folder" : "フォルダーを削除",
  198. "Delete folders" : "フォルダを削除",
  199. "Delete" : "削除",
  200. "_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["{count}アイテムを完全に削除しようとしています"],
  201. "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["あなたは {count} 個のアイテムを削除しようとしています"],
  202. "Confirm deletion" : "削除の確認",
  203. "Cancel" : "キャンセル",
  204. "Edit file locally" : "ファイルをローカルで編集",
  205. "Edit online" : "オンラインで編集",
  206. "Failed to redirect to client" : "クライアントへリダイレクトできませんでした",
  207. "Edit locally" : "ローカルで編集",
  208. "Moving \"{source}\" to \"{destination}\" …" : "\"{source}\" を \"{destination}\"に移動",
  209. "Copying \"{source}\" to \"{destination}\" …" : "\"{source}\" を \"{destination}\"にコピー",
  210. "You cannot move a file/folder onto itself or into a subfolder of itself" : "ファイル/フォルダをそれ自身の上に移動したり、それ自身のサブフォルダに移動したりすることはできません。",
  211. "(copy)" : "(copy)",
  212. "(copy %n)" : "(copy %n)",
  213. "Move cancelled" : "移動はキャンセルされました",
  214. "A file or folder with that name already exists in this folder" : "その名前のファイルまたはフォルダが、このフォルダに既に存在します",
  215. "The files are locked" : "ファイルはロックされています",
  216. "The file does not exist anymore" : "ファイルはもう存在しません",
  217. "Choose destination" : "移動先を選択",
  218. "Copy to {target}" : "{target} にコピー",
  219. "Copy" : "コピー",
  220. "Move to {target}" : "{target} に移動",
  221. "Move" : "移動",
  222. "Move or copy operation failed" : "移動またはコピー操作は失敗しました",
  223. "Move or copy" : "移動またはコピー",
  224. "Cancelled move or copy of \"{filename}\"." : "\"{filename}\"の移動またはコピーをキャンセルしました。",
  225. "Cancelled move or copy operation" : "キャンセルされた移動またはコピー操作",
  226. "Open folder {displayName}" : "フォルダ {displayName} を開く",
  227. "Open in Files" : "ファイルアプリで開く",
  228. "Rename" : "名前の変更",
  229. "Open details" : "詳細を開く",
  230. "View in folder" : "フォルダー内で表示",
  231. "Today" : "今日",
  232. "Last 7 days" : "7日以内",
  233. "Last 30 days" : "30日以内",
  234. "This year ({year})" : "今年 ({year})",
  235. "Last year ({year})" : "去年 ({year})",
  236. "Documents" : "ドキュメント",
  237. "Spreadsheets" : "スプレッドシート",
  238. "Presentations" : "プレゼンテーション",
  239. "PDFs" : "PDF",
  240. "Folders" : "フォルダー",
  241. "Audio" : "オーディオ",
  242. "Photos and images" : "写真と画像",
  243. "Videos" : "動画",
  244. "New folder creation cancelled" : "新しいフォルダーの作成がキャンセルされました",
  245. "Created new folder \"{name}\"" : "新規フォルダ \"{name}\" を作成しました",
  246. "Unable to initialize the templates directory" : "テンプレートディレクトリを初期化できませんでした",
  247. "Create templates folder" : "テンプレートフォルダーの作成",
  248. "Templates" : "テンプレート",
  249. "New template folder" : "新しいテンプレートフォルダ",
  250. "In folder" : "フォルダ内",
  251. "Search in folder: {folder}" : "フォルダ内を検索: {folder}",
  252. "One of the dropped files could not be processed" : "ドロップされたファイルの1つが処理できませんでした",
  253. "Your browser does not support the Filesystem API. Directories will not be uploaded" : "お使いのブラウザはファイルシステムAPIをサポートしていません。ディレクトリはアップロードされません",
  254. "No files to upload" : "アップロードするファイルがありません",
  255. "Unable to create the directory {directory}" : "ディレクトリ {directory} を作成できません",
  256. "Some files could not be uploaded" : "いくつかのファイルがアップロードできませんでした",
  257. "Files uploaded successfully" : "ファイルが正常にアップロードされました",
  258. "No files to process" : "処理するファイルがありません",
  259. "Some files could not be copied" : "いくつかのファイルがコピーできません",
  260. "Some files could not be moved" : "いくつかのファイルが移動できません",
  261. "Files copied successfully" : "ファイルが正常にコピーされました",
  262. "Files moved successfully" : "ファイルの移動に成功しました",
  263. "Conflicts resolution skipped" : "コンフリクトの解決はスキップされました",
  264. "Upload cancelled" : "アップロードはキャンセルされました",
  265. "This operation is forbidden" : "この操作は禁止されています",
  266. "This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。",
  267. "Storage is temporarily not available" : "ストレージは一時的に利用できません",
  268. "Unexpected error: {error}" : "予期せぬエラー: {error}",
  269. "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} フォルダ"],
  270. "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ファイル"],
  271. "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ファイルと {folderCount} フォルダ"],
  272. "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} ファイルと 1 フォルダ"],
  273. "{fileCount} files and {folderCount} folders" : "{fileCount} ファイルと {folderCount} フォルダ",
  274. "Filename must not be empty." : "ファイル名は空白にできません。",
  275. "\"{char}\" is not allowed inside a filename." : "\"{char}\"はファイル名には使用できません。",
  276. "\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\"は予約名であり、ファイル名には使用できません。",
  277. "\"{extension}\" is not an allowed filetype." : "\"{extension}\" は許可されたファイルタイプではありません。",
  278. "Filenames must not end with \"{extension}\"." : "ファイル名は \"{extension}\"で終了できません。",
  279. "List of favorite files and folders." : "お気に入りのファイルやフォルダーの一覧",
  280. "No favorites yet" : "まだお気に入りはありません",
  281. "Files and folders you mark as favorite will show up here" : "お気に入りに登録されたファイルやフォルダーは、ここに表示されます。",
  282. "All files" : "すべてのファイル",
  283. "List of your files and folders." : "ファイルやフォルダーの一覧",
  284. "All folders" : "全てのフォルダー",
  285. "Personal Files" : "個人ファイル",
  286. "List of your files and folders that are not shared." : "共有されていないファイルやフォルダの一覧。",
  287. "No personal files found" : "個人ファイルは見つかりませんでした",
  288. "Files that are not shared will show up here." : "共有されていないファイルは、ここに表示されます。",
  289. "Recent" : "最新",
  290. "List of recently modified files and folders." : "最近変更されたファイルとフォルダーのリスト",
  291. "No recently modified files" : "最近更新されたファイルはありません",
  292. "Files and folders you recently modified will show up here." : "最近変更したファイルやフォルダーがここに表示されます。",
  293. "You do not have permission to upload or create files here" : "ここにファイルをアップロードまたは作成する権限がありません",
  294. "No entries found in this folder" : "このフォルダーにはエントリーがありません",
  295. "Select all" : "すべて選択",
  296. "Upload too large" : "アップロードには大きすぎます。",
  297. "The files you are trying to upload exceed the maximum size for file uploads on this server." : "アップロードしようとしているファイルは、このサーバーのファイルアップロード時の最大サイズを超えています。",
  298. "File could not be found" : "ファイルを見つけられませんでした",
  299. "Download" : "ダウンロード",
  300. "Show list view" : "リストビューで表示",
  301. "Show grid view" : "グリッドビューで表示",
  302. "Close" : "閉じる",
  303. "Could not create folder \"{dir}\"" : "フォルダー \"{dir}\" を作成できませんでした",
  304. "This will stop your current uploads." : "現在のアップロードが停止されます。",
  305. "Upload cancelled." : "アップロードはキャンセルされました。",
  306. "Processing files …" : "ファイルの処理中...",
  307. "…" : "…",
  308. "Unable to upload {filename} as it is a directory or has 0 bytes" : "ディレクトリであるか、または0バイトのため {filename} をアップロードできません",
  309. "Not enough free space, you are uploading {size1} but only {size2} is left" : "空き容量が十分でなく、 {size1} をアップロードしていますが、 {size2} しか残っていません。",
  310. "Target folder \"{dir}\" does not exist any more" : "対象フォルダー \"{dir}\" がもう存在しません",
  311. "An unknown error has occurred" : "不明なエラーが発生しました",
  312. "File could not be uploaded" : "ファイルをアップロードできませんでした",
  313. "Uploading …" : "アップロード中...",
  314. "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})",
  315. "Uploading … ({currentNumber}/{total})" : "アップロード中… ({currentNumber}/{total})",
  316. "{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中 {loadedSize} ({bitrate})",
  317. "Uploading that item is not supported" : "そのアイテムのアップロードに対応していません",
  318. "Error when assembling chunks, status code {status}" : "チャンクを組み立てる際のエラー、ステータスコード{status}",
  319. "Choose target folder" : "ターゲットフォルダーを選択",
  320. "Set reminder" : "リマインダーを設定",
  321. "Open" : "開く",
  322. "Could not load info for file \"{file}\"" : "\"{file}\" ファイルの情報を読み込めませんでした",
  323. "Details" : "詳細",
  324. "Please select tag(s) to add to the selection" : "選択項目に付与するタグを選択してください",
  325. "Apply tag(s) to selection" : "選択項目にタグを適用",
  326. "Select directory \"{dirName}\"" : "ディレクトリを選択: \"{dirName}\"",
  327. "Select file \"{fileName}\"" : "ファイルを選択: \"{fileName}\"",
  328. "Unable to determine date" : "更新日不明",
  329. "Could not move \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"を移動できませんでした",
  330. "Could not move \"{file}\"" : "\"{file}\" を移動できませんでした",
  331. "copy" : "コピー",
  332. "Could not copy \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"をコピーできませんでした",
  333. "Could not copy \"{file}\"" : "\"{file}\"をコピーできませんでした",
  334. "Copied {origin} inside {destination}" : "コピー先{origin} {destination}内",
  335. "Copied {origin} and {nbfiles} other files inside {destination}" : "コピー先{origin}と{nbfiles}他のファイル{destination}",
  336. "{newName} already exists" : "{newName} はすでに存在します",
  337. "Could not rename \"{fileName}\", it does not exist any more" : "ファイルが存在しないため,\"{fileName}\"の名前変更ができませんでした",
  338. "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" はフォルダー \"{dir}\" ですでに使われています。別の名前を選択してください。",
  339. "Could not rename \"{fileName}\"" : "\"{fileName}\"の名前変更ができませんでした",
  340. "Could not create file \"{file}\"" : "ファイル \"{file}\" を作成できませんでした",
  341. "Could not create file \"{file}\" because it already exists" : "ファイル \"{file}\"はすでに存在するため作成できません",
  342. "Could not create folder \"{dir}\" because it already exists" : "フォルダー \"{dir}\" はすでに存在するため作成できません",
  343. "Could not fetch file details \"{file}\"" : "\"{file}\" の詳細が取得できませんでした",
  344. "Error deleting file \"{fileName}\"." : "ファイル\"{fileName}\"の削除エラー。",
  345. "No search results in other folders for {tag}{filter}{endtag}" : "他のフォルダーに {tag}{filter}{endtag} の検索結果はありません",
  346. "Enter more than two characters to search in other folders" : "他のフォルダーで検索するには、3文字以上を入力してください",
  347. "_%n folder_::_%n folders_" : ["%n 個のフォルダー"],
  348. "_%n file_::_%n files_" : ["%n 個のファイル"],
  349. "{dirs} and {files}" : "{dirs} と {files}",
  350. "_including %n hidden_::_including %n hidden_" : ["%n 個の隠しファイルが含まれています"],
  351. "_Uploading %n file_::_Uploading %n files_" : ["%n 個のファイルをアップロード中"],
  352. "New file/folder menu" : "新規ファイル/フォルダメニュー",
  353. "Select file range" : "ファイルを範囲選択",
  354. "{used}%" : "{used}%",
  355. "{used} used" : "{used} 使用中",
  356. "\"{name}\" is an invalid file name." : "\"{name}\" は無効なファイル名です。",
  357. "File name cannot be empty." : "ファイル名を空にすることはできません。",
  358. "\"/\" is not allowed inside a file name." : "\"/\" はファイル名に利用できません。",
  359. "\"{name}\" is not an allowed filetype" : "\"{name}\" は無効なファイル形式です",
  360. "Storage of {owner} is full, files cannot be updated or synced anymore!" : "{owner} のストレージは一杯です。ファイルの更新と同期はできません!",
  361. "Group folder \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "グループフォルダー ”{mountPoint}\" がいっぱいになり、ファイルを更新または同期できなくなりました。",
  362. "External storage \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "外部ストレージ \"{mountPoint}\" がいっぱいになり、ファイルを更新または同期できなくなりました。",
  363. "Your storage is full, files cannot be updated or synced anymore!" : "ストレージがいっぱいで、ファイルを更新または同期できなくなりました。",
  364. "Storage of {owner} is almost full ({usedSpacePercent}%)." : "{owner} のストレージがほぼ一杯 ({usedSpacePercent}%) です",
  365. "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "グループフォルダー \"{mountPoint}\" がほぼいっぱい ({usedSpacePercent}%) です。",
  366. "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "外部ストレージ \"{mountPoint}\" はほぼいっぱい ({usedSpacePercent}%) です",
  367. "Your storage is almost full ({usedSpacePercent}%)." : "ストレージがほぼいっぱい ({usedSpacePercent}%) です ",
  368. "_matches \"{filter}\"_::_match \"{filter}\"_" : [" \"{filter}\" にマッチ"],
  369. "Direct link was copied (only works for users who have access to this file/folder)" : "直接リンクがコピーされました(ただしこのファイルやフォルダにアクセスできる人だけが使用可能です)",
  370. "Path" : "Path",
  371. "_%n byte_::_%n bytes_" : ["%n バイト"],
  372. "Favorited" : "お気に入り済",
  373. "Copy direct link (only works for users who have access to this file/folder)" : "ダイレクトリンクをコピー (このファイル/フォルダーにアクセスできるユーザーのみ)",
  374. "Upload file" : "ファイルをアップロード",
  375. "Not favorited" : "お気に入りではありません",
  376. "An error occurred while trying to update the tags" : "タグを更新する際にエラーが発生しました",
  377. "\"remote user\"" : "\"リモートユーザー\"",
  378. "{newName} already exists." : "{newName} すでに存在しています。",
  379. "\"{segment}\" is not allowed inside a filename." : "\"{segment}\"はファイル名には使用できません。",
  380. "\"{segment}\" is a forbidden file or folder name." : "\"{segment}\"は禁止されているファイル名またはフォルダー名です。 ",
  381. "\"{segment}\" is not an allowed filetype." : "\"{segment}\" は許可されたファイルタイプではありません。",
  382. "Filenames must not end with \"{segment}\"." : "ファイル名は \"{segment}\"で終了できません。",
  383. "Name cannot be empty" : "名前は空にできません",
  384. "Another entry with the same name already exists" : "同じ名前の別のエントリがすでに存在しています",
  385. "Could not rename \"{oldName}\", it does not exist any more" : "\"{oldName}\" の名前を変更できませんでした、それは既に存在しません。",
  386. "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{newName}\" という名前は \"{dir}\" フォルダですでに使用されています。別の名前を選択してください。",
  387. "Could not rename \"{oldName}\"" : "\"{oldName}\" の名前を変更できませんでした。",
  388. "Storage informations" : "ストレージ情報",
  389. "Choose file" : "ファイルを選択",
  390. "Go to the previous folder" : "前のフォルダへ移動",
  391. "Open the files app settings" : "ファイルアプリの設定を開く",
  392. "You might not have have permissions to view it, ask the sender to share it" : "閲覧権限がない可能性があるため、送信者に共有を依頼してください",
  393. "The file should now open locally. If you don't see this happening, make sure that the desktop client is installed on your system." : "ファイルがローカルで開かれます。これが発生しない場合は、デスクトップクライアントがシステムにインストールされていることを確認してください。",
  394. "Retry local edit" : "ローカル編集を再試行する",
  395. "The files is locked" : "ファイルはロックされています",
  396. "Create new templates folder" : "新しいテンプレートフォルダーを作成",
  397. "List of favorites files and folders." : "お気に入りのファイルやフォルダーの一覧",
  398. "Toggle %1$s sublist" : "サブリスト %1$s を切り替え",
  399. "Text file" : "テキストファイル",
  400. "New text file.txt" : "新規のテキストファイル作成",
  401. "Direct link was copied (only works for people who have access to this file/folder)" : "ダイレクトリンクがコピーされました(このファイルやフォルダにアクセスできる人にのみ機能します)",
  402. "Copy direct link (only works for people who have access to this file/folder)" : "ダイレクトリンクをコピー (このファイル/フォルダにアクセスできる人にのみ機能します)",
  403. "Favored" : "好評",
  404. "Favor" : "好意的",
  405. "Not favored" : "好ましくない"
  406. },
  407. "nplurals=1; plural=0;");