nextcloud/apps/files/l10n/ja_JP.php

93 lines
8.4 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-10 03:10:29 +04:00
"Could not move %s - File with this name already exists" => "%s を移動できませんでした ― この名前のファイルはすでに存在します",
"Could not move %s" => "%s を移動できませんでした",
2013-10-27 15:27:22 +04:00
"File name cannot be empty." => "ファイル名を空にすることはできません。",
2013-10-29 15:31:51 +04:00
"File name must not contain \"/\". Please choose a different name." => "ファイル名には \"/\" を含めることはできません。別の名前を選択してください。",
"The name %s is already used in the folder %s. Please choose a different name." => "%s はフォルダ %s ないですでに使われています。別の名前を選択してください。",
"Not a valid source" => "有効なソースではありません",
"Error while downloading %s to %s" => "%s から %s へのダウンロードエラー",
"Error when creating the file" => "ファイルの生成エラー",
"Folder name cannot be empty." => "フォルダ名は空にできません",
"Folder name must not contain \"/\". Please choose a different name." => "フォルダ名には \"/\" を含めることはできません。別の名前を選択してください。",
"Error when creating the folder" => "フォルダの生成エラー",
2013-07-02 17:35:55 +04:00
"Unable to set upload directory." => "アップロードディレクトリを設定出来ません。",
"Invalid Token" => "無効なトークン",
2013-01-05 03:03:58 +04:00
"No file was uploaded. Unknown error" => "ファイルは何もアップロードされていません。不明なエラー",
2012-06-06 02:29:28 +04:00
"There is no error, the file uploaded with success" => "エラーはありません。ファイルのアップロードは成功しました",
2012-12-04 03:07:11 +04:00
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "アップロードされたファイルはphp.ini の upload_max_filesize に設定されたサイズを超えています:",
2013-04-27 04:24:29 +04:00
"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" => "アップロードファイルは一部分だけアップロードされました",
2012-01-11 04:06:59 +04:00
"No file was uploaded" => "ファイルはアップロードされませんでした",
2013-04-27 04:24:29 +04:00
"Missing a temporary folder" => "一時保存フォルダが見つかりません",
2012-06-06 02:29:28 +04:00
"Failed to write to disk" => "ディスクへの書き込みに失敗しました",
2013-02-10 03:10:29 +04:00
"Not enough storage available" => "ストレージに十分な空き容量がありません",
2013-09-30 18:19:22 +04:00
"Upload failed. Could not get file info." => "アップロードに失敗。ファイル情報を取得できませんでした。",
"Upload failed. Could not find uploaded file" => "アップロードに失敗。アップロード済みのファイルを見つけることができませんでした。",
2013-01-07 03:06:32 +04:00
"Invalid directory." => "無効なディレクトリです。",
2012-01-11 04:06:59 +04:00
"Files" => "ファイル",
2013-09-30 18:19:22 +04:00
"Unable to upload {filename} as it is a directory or has 0 bytes" => "ディレクトリもしくは0バイトのため {filename} をアップロードできません",
2013-06-29 04:09:10 +04:00
"Not enough space available" => "利用可能なスペースが十分にありません",
"Upload cancelled." => "アップロードはキャンセルされました。",
2013-09-30 18:19:22 +04:00
"Could not get result from server." => "サーバから結果を取得できませんでした。",
2013-06-29 04:09:10 +04:00
"File upload is in progress. Leaving the page now will cancel the upload." => "ファイル転送を実行中です。今このページから移動するとアップロードが中止されます。",
2013-10-29 15:31:51 +04:00
"URL cannot be empty" => "URL は空にできません",
"In the home folder 'Shared' is a reserved filename" => "ホームフォルダでは、'Shared' はシステムが使用する予約済みのファイル名です",
2013-10-27 10:32:11 +04:00
"{new_name} already exists" => "{new_name} はすでに存在しています",
2013-10-29 15:31:51 +04:00
"Could not create file" => "ファイルを作成できませんでした",
"Could not create folder" => "フォルダを作成できませんでした",
2013-04-24 20:31:36 +04:00
"Share" => "共有",
2013-02-08 03:13:16 +04:00
"Delete permanently" => "完全に削除する",
2012-09-25 04:05:18 +04:00
"Rename" => "名前の変更",
2013-04-27 04:24:29 +04:00
"Pending" => "中断",
2013-10-29 15:31:51 +04:00
"Could not rename file" => "ファイルの名前変更ができませんでした",
2012-10-23 04:06:03 +04:00
"replaced {new_name} with {old_name}" => "{old_name} を {new_name} に置換",
2013-03-04 03:07:35 +04:00
"undo" => "元に戻す",
2013-11-29 23:10:40 +04:00
"Error deleting file." => "ファイルの削除エラー。",
2013-10-27 10:32:11 +04:00
"_%n folder_::_%n folders_" => array("%n 個のフォルダ"),
"_%n file_::_%n files_" => array("%n 個のファイル"),
2013-09-01 21:30:40 +04:00
"{dirs} and {files}" => "{dirs} と {files}",
2013-08-19 23:14:38 +04:00
"_Uploading %n file_::_Uploading %n files_" => array("%n 個のファイルをアップロード中"),
2013-01-08 03:31:36 +04:00
"'.' is an invalid file name." => "'.' は無効なファイル名です。",
2012-11-27 03:10:47 +04:00
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "無効な名前、'\\', '/', '<', '>', ':', '\"', '|', '?', '*' は使用できません。",
2013-01-30 03:25:41 +04:00
"Your storage is full, files can not be updated or synced anymore!" => "あなたのストレージは一杯です。ファイルの更新と同期はもうできません!",
"Your storage is almost full ({usedSpacePercent}%)" => "あなたのストレージはほぼ一杯です({usedSpacePercent}%",
2013-10-16 08:31:48 +04:00
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "暗号化アプリは有効ですが、あなたの暗号化キーは初期化されていません。ログアウトした後に、再度ログインしてください",
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "暗号化アプリの無効なプライベートキーです。あなたの暗号化されたファイルへアクセスするために、個人設定からプライベートキーのパスワードを更新してください。",
2013-08-21 16:14:27 +04:00
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "暗号化の機能は無効化されましたが、ファイルはすでに暗号化されています。個人設定からファイルを複合を行ってください。",
2013-01-23 03:06:18 +04:00
"Your download is being prepared. This might take some time if the files are big." => "ダウンロードの準備中です。ファイルサイズが大きい場合は少し時間がかかるかもしれません。",
2013-09-30 18:19:22 +04:00
"Error moving file" => "ファイルの移動エラー",
2013-10-27 10:32:11 +04:00
"Error" => "エラー",
2012-09-26 15:22:37 +04:00
"Name" => "名前",
2012-06-06 02:29:28 +04:00
"Size" => "サイズ",
2013-10-27 10:32:11 +04:00
"Modified" => "更新日時",
2013-11-16 07:56:31 +04:00
"Invalid folder name. Usage of 'Shared' is reserved." => "無効なフォルダ名。「Shared」の利用は予約されています。",
2013-07-03 04:04:16 +04:00
"%s could not be renamed" => "%sの名前を変更できませんでした",
2013-01-27 03:06:21 +04:00
"Upload" => "アップロード",
2012-06-06 02:29:28 +04:00
"File handling" => "ファイル操作",
2012-01-11 04:06:59 +04:00
"Maximum upload size" => "最大アップロードサイズ",
2012-06-06 02:29:28 +04:00
"max. possible: " => "最大容量: ",
"Needed for multi-file and folder downloads." => "複数ファイルおよびフォルダのダウンロードに必要",
"Enable ZIP-download" => "ZIP形式のダウンロードを有効にする",
"0 is unlimited" => "0を指定した場合は無制限",
"Maximum input size for ZIP files" => "ZIPファイルへの最大入力サイズ",
2012-09-06 04:06:37 +04:00
"Save" => "保存",
2013-04-16 04:17:30 +04:00
"New" => "新規作成",
2012-01-27 03:59:24 +04:00
"Text file" => "テキストファイル",
2013-12-03 02:28:29 +04:00
"New folder" => "新しいフォルダ",
2012-01-27 03:59:24 +04:00
"Folder" => "フォルダ",
2012-11-14 03:03:38 +04:00
"From link" => "リンク",
2013-11-03 21:44:12 +04:00
"Deleted files" => "ゴミ箱",
2012-06-06 02:29:28 +04:00
"Cancel upload" => "アップロードをキャンセル",
2013-10-29 15:31:51 +04:00
"You dont have permission to upload or create files here" => "ここにファイルをアップロードもしくは作成する権限がありません",
2012-01-11 04:06:59 +04:00
"Nothing in here. Upload something!" => "ここには何もありません。何かアップロードしてください。",
"Download" => "ダウンロード",
2013-08-16 09:32:30 +04:00
"Delete" => "削除",
2013-04-27 04:24:29 +04:00
"Upload too large" => "アップロードには大きすぎます。",
2012-06-06 02:29:28 +04:00
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "アップロードしようとしているファイルは、サーバで規定された最大サイズを超えています。",
"Files are being scanned, please wait." => "ファイルをスキャンしています、しばらくお待ちください。",
2013-02-04 03:05:52 +04:00
"Current scanning" => "スキャン中",
"Upgrading filesystem cache..." => "ファイルシステムキャッシュを更新中..."
2012-01-11 04:06:59 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";