70 lines
5.1 KiB
PHP
70 lines
5.1 KiB
PHP
<?php $TRANSLATIONS = array(
|
||
"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" => "ディスクへの書き込みに失敗しました",
|
||
"Invalid directory." => "無効なディレクトリです。",
|
||
"Files" => "ファイル",
|
||
"Unshare" => "共有しない",
|
||
"Delete permanently" => "完全に削除する",
|
||
"Delete" => "削除",
|
||
"Rename" => "名前の変更",
|
||
"{new_name} already exists" => "{new_name} はすでに存在しています",
|
||
"replace" => "置き換え",
|
||
"suggest name" => "推奨名称",
|
||
"cancel" => "キャンセル",
|
||
"replaced {new_name}" => "{new_name} を置換",
|
||
"undo" => "元に戻す",
|
||
"replaced {new_name} with {old_name}" => "{old_name} を {new_name} に置換",
|
||
"perform delete operation" => "削除を実行",
|
||
"'.' 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." => "ダウンロードの準備中です。ファイルサイズが大きい場合は少し時間がかかるかもしれません。",
|
||
"Unable to upload your file as it is a directory or has 0 bytes" => "ディレクトリもしくは0バイトのファイルはアップロードできません",
|
||
"Upload Error" => "アップロードエラー",
|
||
"Close" => "閉じる",
|
||
"Pending" => "保留",
|
||
"1 file uploading" => "ファイルを1つアップロード中",
|
||
"{count} files uploading" => "{count} ファイルをアップロード中",
|
||
"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 が予約済みです。",
|
||
"Name" => "名前",
|
||
"Size" => "サイズ",
|
||
"Modified" => "更新日時",
|
||
"1 folder" => "1 フォルダ",
|
||
"{count} folders" => "{count} フォルダ",
|
||
"1 file" => "1 ファイル",
|
||
"{count} files" => "{count} ファイル",
|
||
"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" => "リンク",
|
||
"Trash" => "ゴミ箱",
|
||
"Cancel upload" => "アップロードをキャンセル",
|
||
"Nothing in here. Upload something!" => "ここには何もありません。何かアップロードしてください。",
|
||
"Download" => "ダウンロード",
|
||
"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" => "スキャン中",
|
||
"Upgrading filesystem cache..." => "ファイルシステムキャッシュを更新中..."
|
||
);
|