81 lines
5.9 KiB
PHP
81 lines
5.9 KiB
PHP
<?php
|
||
$TRANSLATIONS = array(
|
||
"Could not move %s - File with this name already exists" => "%s を移動できませんでした ― この名前のファイルはすでに存在します",
|
||
"Could not move %s" => "%s を移動できませんでした",
|
||
"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" => "ストレージに十分な空き容量がありません",
|
||
"Invalid directory." => "無効なディレクトリです。",
|
||
"Files" => "ファイル",
|
||
"Unable to upload your file as it is a directory or has 0 bytes" => "ディレクトリもしくは0バイトのファイルはアップロードできません",
|
||
"Not enough space available" => "利用可能なスペースが十分にありません",
|
||
"Upload cancelled." => "アップロードはキャンセルされました。",
|
||
"File upload is in progress. Leaving the page now will cancel the upload." => "ファイル転送を実行中です。今このページから移動するとアップロードが中止されます。",
|
||
"URL cannot be empty." => "URLは空にできません。",
|
||
"Invalid folder name. Usage of 'Shared' is reserved by ownCloud" => "無効なフォルダ名です。'Shared' の利用はownCloudで予約済みです",
|
||
"Error" => "エラー",
|
||
"Share" => "共有",
|
||
"Delete permanently" => "完全に削除する",
|
||
"Rename" => "名前の変更",
|
||
"Pending" => "中断",
|
||
"{new_name} already exists" => "{new_name} はすでに存在しています",
|
||
"replace" => "置き換え",
|
||
"suggest name" => "推奨名称",
|
||
"cancel" => "キャンセル",
|
||
"replaced {new_name} with {old_name}" => "{old_name} を {new_name} に置換",
|
||
"undo" => "元に戻す",
|
||
"_Uploading %n file_::_Uploading %n files_" => array(""),
|
||
"files uploading" => "ファイルをアップロード中",
|
||
"'.' is an invalid file name." => "'.' は無効なファイル名です。",
|
||
"File name cannot be empty." => "ファイル名を空にすることはできません。",
|
||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "無効な名前、'\\', '/', '<', '>', ':', '\"', '|', '?', '*' は使用できません。",
|
||
"Your storage is full, files can not be updated or synced anymore!" => "あなたのストレージは一杯です。ファイルの更新と同期はもうできません!",
|
||
"Your storage is almost full ({usedSpacePercent}%)" => "あなたのストレージはほぼ一杯です({usedSpacePercent}%)",
|
||
"Your download is being prepared. This might take some time if the files are big." => "ダウンロードの準備中です。ファイルサイズが大きい場合は少し時間がかかるかもしれません。",
|
||
"Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "無効なフォルダ名です。'Shared' の利用は ownCloud が予約済みです。",
|
||
"Name" => "名前",
|
||
"Size" => "サイズ",
|
||
"Modified" => "変更",
|
||
"_%n folder_::_%n folders_" => array("%n個のフォルダ"),
|
||
"_%n file_::_%n files_" => array("%n個のファイル"),
|
||
"%s could not be renamed" => "%sの名前を変更できませんでした",
|
||
"Upload" => "アップロード",
|
||
"File handling" => "ファイル操作",
|
||
"Maximum upload size" => "最大アップロードサイズ",
|
||
"max. possible: " => "最大容量: ",
|
||
"Needed for multi-file and folder downloads." => "複数ファイルおよびフォルダのダウンロードに必要",
|
||
"Enable ZIP-download" => "ZIP形式のダウンロードを有効にする",
|
||
"0 is unlimited" => "0を指定した場合は無制限",
|
||
"Maximum input size for ZIP files" => "ZIPファイルへの最大入力サイズ",
|
||
"Save" => "保存",
|
||
"New" => "新規作成",
|
||
"Text file" => "テキストファイル",
|
||
"Folder" => "フォルダ",
|
||
"From link" => "リンク",
|
||
"Deleted files" => "削除ファイル",
|
||
"Cancel upload" => "アップロードをキャンセル",
|
||
"You don’t have write permissions here." => "あなたには書き込み権限がありません。",
|
||
"Nothing in here. Upload something!" => "ここには何もありません。何かアップロードしてください。",
|
||
"Download" => "ダウンロード",
|
||
"Unshare" => "共有解除",
|
||
"Delete" => "削除",
|
||
"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." => "ファイルをスキャンしています、しばらくお待ちください。",
|
||
"Current scanning" => "スキャン中",
|
||
"directory" => "ディレクトリ",
|
||
"directories" => "ディレクトリ",
|
||
"file" => "ファイル",
|
||
"files" => "ファイル",
|
||
"Upgrading filesystem cache..." => "ファイルシステムキャッシュを更新中..."
|
||
);
|
||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|