nextcloud/apps/files/l10n/ja.js

119 lines
10 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files",
{
"Storage not available" : "ストレージが利用できません",
"Storage invalid" : "ストレージが無効です",
"Unknown error" : "不明なエラー",
"Unable to set upload directory." : "アップロードディレクトリを設定できません。",
"Invalid Token" : "無効なトークン",
"No file was uploaded. Unknown error" : "ファイルは何もアップロードされていません。不明なエラー",
"There is no error, the file uploaded with success" : "エラーはありません。ファイルのアップロードは成功しました",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "アップロードされたファイルはphp.ini の upload_max_filesize に設定されたサイズを超えています:",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "アップロードファイルはHTMLフォームで指定された MAX_FILE_SIZE の制限を超えています",
"The uploaded file was only partially uploaded" : "アップロードファイルは一部分だけアップロードされました",
"No file was uploaded" : "ファイルはアップロードされませんでした",
"Missing a temporary folder" : "一時保存フォルダーが見つかりません",
"Failed to write to disk" : "ディスクへの書き込みに失敗しました",
"Not enough storage available" : "ストレージに十分な空き容量がありません",
2015-11-24 09:56:32 +03:00
"The target folder has been moved or deleted." : "対象のフォルダーは移動されたか、削除されました。",
"Upload failed. Could not find uploaded file" : "アップロードに失敗しました。アップロード済みのファイルを見つけることができませんでした。",
"Upload failed. Could not get file info." : "アップロードに失敗しました。ファイル情報を取得できませんでした。",
"Invalid directory." : "無効なディレクトリです。",
"Files" : "ファイル",
"All files" : "すべてのファイル",
2014-12-17 09:56:41 +03:00
"Favorites" : "お気に入り",
2015-01-30 09:55:06 +03:00
"Home" : "ホーム",
2015-08-25 19:39:10 +03:00
"Close" : "閉じる",
2015-10-19 08:55:02 +03:00
"Upload cancelled." : "アップロードはキャンセルされました。",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "ディレクトリもしくは0バイトのため {filename} をアップロードできません",
"Total file size {size1} exceeds upload limit {size2}" : "合計ファイルサイズ {size1} はアップロード制限 {size2} を超過しています。",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "空き容量が十分でなく、 {size1} をアップロードしていますが、 {size2} しか残っていません。",
"Could not get result from server." : "サーバーから結果を取得できませんでした。",
"File upload is in progress. Leaving the page now will cancel the upload." : "ファイル転送を実行中です。今このページから移動するとアップロードが中止されます。",
2015-08-25 19:39:10 +03:00
"Actions" : "アクション",
2015-01-13 09:56:58 +03:00
"Download" : "ダウンロード",
2015-09-28 12:07:18 +03:00
"Rename" : "名前の変更",
"Delete" : "削除",
"Details" : "詳細",
2014-12-19 09:56:51 +03:00
"Select" : "選択",
"Pending" : "中断",
2014-12-31 09:54:33 +03:00
"Unable to determine date" : "更新日不明",
2015-06-29 08:54:44 +03:00
"This operation is forbidden" : "この操作は禁止されています",
2015-07-03 08:54:57 +03:00
"This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。",
2015-11-26 09:55:22 +03:00
"Could not move \"{file}\"" : "\"{file}\" を移動できませんでした",
2015-11-27 09:55:14 +03:00
"{newName} already exists" : "{newName} はすでに存在します",
2015-11-28 09:55:16 +03:00
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" はフォルダー \"{dir}\" ですでに使われています。別の名前を選択してください。",
2015-11-26 09:55:22 +03:00
"Could not create file \"{file}\"" : "ファイル \"{file}\" を作成できませんでした",
"Could not create file \"{file}\" because it already exists" : "ファイル \"{file}\"は既に存在するため作成できませんでした",
"Could not create folder \"{dir}\"" : "フォルダー \"{dir}\" を作成できませんでした",
"Could not create folder \"{dir}\" because it already exists" : "フォルダー \"{dir}\" は既に存在するため作成できませんでした",
"Error deleting file \"{fileName}\"." : "\"{fileName}\" でエラーを検出しました。",
2015-05-02 08:54:49 +03:00
"No entries in this folder match '{filter}'" : "このフォルダー内で '{filter}' にマッチするものはありません",
"Name" : "名前",
"Size" : "サイズ",
"Modified" : "更新日時",
"_%n folder_::_%n folders_" : ["%n 個のフォルダー"],
"_%n file_::_%n files_" : ["%n 個のファイル"],
2015-08-25 19:39:10 +03:00
"{dirs} and {files}" : "{dirs} と {files}",
"You dont have permission to upload or create files here" : "ここにファイルをアップロードもしくは作成する権限がありません",
"_Uploading %n file_::_Uploading %n files_" : ["%n 個のファイルをアップロード中"],
2015-09-08 08:55:56 +03:00
"New" : "新規作成",
"\"{name}\" is an invalid file name." : "\"{name}\" は無効なファイル名です。",
2015-03-11 08:55:38 +03:00
"File name cannot be empty." : "ファイル名を空にすることはできません。",
2015-07-27 08:54:38 +03:00
"Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} のストレージは一杯です。ファイルの更新と同期はもうできません!",
"Your storage is full, files can not be updated or synced anymore!" : "あなたのストレージは一杯です。ファイルの更新と同期はもうできません!",
2015-07-27 08:54:38 +03:00
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} のストレージはほぼ一杯です。({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "ストレージがほぼ一杯です({usedSpacePercent}%",
2015-01-25 09:54:38 +03:00
"_matches '{filter}'_::_match '{filter}'_" : [" '{filter}' にマッチ"],
2015-08-25 19:39:10 +03:00
"Path" : "Path",
"_%n byte_::_%n bytes_" : ["%n バイト"],
2014-12-31 09:54:33 +03:00
"Favorited" : "お気に入り済",
2014-12-17 09:56:41 +03:00
"Favorite" : "お気に入り",
2015-09-08 08:55:56 +03:00
"Folder" : "フォルダー",
"New folder" : "新しいフォルダー",
2015-11-13 09:57:12 +03:00
"{newname} already exists" : "{newname} はすでに存在します",
"Upload" : "アップロード",
2015-02-15 09:54:31 +03:00
"An error occurred while trying to update the tags" : "タグを更新する際にエラーが発生しました",
2015-02-20 09:55:01 +03:00
"A new file or folder has been <strong>created</strong>" : "新しいファイルまたはフォルダーを<strong>作成</strong>したとき",
"A file or folder has been <strong>changed</strong>" : "ファイルまたはフォルダーを<strong>変更</strong>したとき",
2015-08-25 19:39:10 +03:00
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "<strong>お気に入りファイル</strong>の作成と変更の通知を制限する<em>(ストリームのみ)</em>",
2015-02-20 09:55:01 +03:00
"A file or folder has been <strong>deleted</strong>" : "ファイルまたはフォルダーを<strong>削除</strong>したとき",
"A file or folder has been <strong>restored</strong>" : "ファイルまたはフォルダーを<strong>復元</strong>したとき",
"You created %1$s" : "あなたは %1$s を作成しました",
"%2$s created %1$s" : "%2$s は%1$s を作成しました",
"%1$s was created in a public folder" : "公開フォルダーに %1$s が作成されました",
"You changed %1$s" : "あなたは %1$s を変更しました",
"%2$s changed %1$s" : "%2$s は%1$s を変更しました",
"You deleted %1$s" : "あなたは %1$s を削除しました",
"%2$s deleted %1$s" : "%2$s は %1$s を削除しました",
"You restored %1$s" : "%1$s を復元しました",
"%2$s restored %1$s" : "%2$s は、 %1$s を復元しました",
2015-10-25 08:55:04 +03:00
"Changed by %2$s" : "%2$s により更新",
"Deleted by %2$s" : "%2$s により削除",
"Restored by %2$s" : "%2$s により復元",
"Upload (max. %s)" : "アップロード ( 最大 %s )",
"File handling" : "ファイル操作",
"Maximum upload size" : "最大アップロードサイズ",
"max. possible: " : "最大容量: ",
"Save" : "保存",
2015-11-14 09:55:13 +03:00
"With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM の場合は値を変更後、反映されるのに5分程度かかります。",
"Missing permissions to edit from here." : "ここから編集するための権限がありません。",
2014-12-19 09:56:51 +03:00
"Settings" : "設定",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "<a href=\"%s\" target=\"_blank\">WebDAV経由でのファイルアクセス</a>にはこのアドレスを利用してください",
2014-12-19 09:56:51 +03:00
"Cancel upload" : "アップロードをキャンセル",
2015-03-28 08:55:46 +03:00
"No files in here" : "ファイルがありません",
2014-12-31 09:54:33 +03:00
"Upload some content or sync with your devices!" : "何かコンテンツをアップロードするか、デバイスからファイルを同期してください。",
2015-01-10 09:54:35 +03:00
"No entries found in this folder" : "このフォルダーにはエントリーがありません",
2014-12-31 09:54:33 +03:00
"Select all" : "すべて選択",
"Upload too large" : "アップロードには大きすぎます。",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "アップロードしようとしているファイルは、サーバーで規定された最大サイズを超えています。",
"Files are being scanned, please wait." : "ファイルをスキャンしています、しばらくお待ちください。",
2014-12-31 09:54:33 +03:00
"Currently scanning" : "現在スキャン中",
"No favorites" : "お気に入りなし",
2015-11-24 09:56:32 +03:00
"Files and folders you mark as favorite will show up here" : "お気に入りに登録されたファイルやフォルダーは、ここに表示されます。",
"Text file" : "テキストファイル",
"New text file.txt" : "新規のテキストファイル作成"
},
"nplurals=1; plural=0;");