server/apps/files/l10n/ja_JP.php

75 lines
5.5 KiB
PHP
Raw Normal View History

2012-01-11 00:06:59 +00:00
<?php $TRANSLATIONS = array(
2013-02-09 23:10:29 +00:00
"Could not move %s - File with this name already exists" => "%s を移動できませんでした ― この名前のファイルはすでに存在します",
"Could not move %s" => "%s を移動できませんでした",
"Unable to rename file" => "ファイル名の変更ができません",
2013-01-04 23:03:58 +00:00
"No file was uploaded. Unknown error" => "ファイルは何もアップロードされていません。不明なエラー",
2012-06-05 22:29:28 +00:00
"There is no error, the file uploaded with success" => "エラーはありません。ファイルのアップロードは成功しました",
2012-12-03 23:07:11 +00:00
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "アップロードされたファイルはphp.ini の upload_max_filesize に設定されたサイズを超えています:",
2013-04-27 00:24:29 +00: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 00:06:59 +00:00
"No file was uploaded" => "ファイルはアップロードされませんでした",
2013-04-27 00:24:29 +00:00
"Missing a temporary folder" => "一時保存フォルダが見つかりません",
2012-06-05 22:29:28 +00:00
"Failed to write to disk" => "ディスクへの書き込みに失敗しました",
2013-02-09 23:10:29 +00:00
"Not enough storage available" => "ストレージに十分な空き容量がありません",
2013-01-06 23:06:32 +00:00
"Invalid directory." => "無効なディレクトリです。",
2012-01-11 00:06:59 +00:00
"Files" => "ファイル",
2013-04-24 16:31:36 +00:00
"Share" => "共有",
2013-02-07 23:13:16 +00:00
"Delete permanently" => "完全に削除する",
2012-07-30 00:05:41 +00:00
"Delete" => "削除",
2012-09-25 00:05:18 +00:00
"Rename" => "名前の変更",
2013-04-27 00:24:29 +00:00
"Pending" => "中断",
2012-10-19 00:08:00 +00:00
"{new_name} already exists" => "{new_name} はすでに存在しています",
2012-08-21 00:09:12 +00:00
"replace" => "置き換え",
2012-09-10 00:04:59 +00:00
"suggest name" => "推奨名称",
2012-08-21 00:09:12 +00:00
"cancel" => "キャンセル",
2012-10-23 00:06:03 +00:00
"replaced {new_name} with {old_name}" => "{old_name} を {new_name} に置換",
2013-03-03 23:07:35 +00:00
"undo" => "元に戻す",
2013-02-03 23:05:52 +00:00
"perform delete operation" => "削除を実行",
2013-04-08 00:18:28 +00:00
"1 file uploading" => "ファイルを1つアップロード中",
2013-04-09 00:14:02 +00:00
"files uploading" => "ファイルをアップロード中",
2013-01-07 23:31:36 +00:00
"'.' is an invalid file name." => "'.' は無効なファイル名です。",
"File name cannot be empty." => "ファイル名を空にすることはできません。",
2012-11-26 23:10:47 +00:00
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "無効な名前、'\\', '/', '<', '>', ':', '\"', '|', '?', '*' は使用できません。",
2013-01-29 23:25:41 +00:00
"Your storage is full, files can not be updated or synced anymore!" => "あなたのストレージは一杯です。ファイルの更新と同期はもうできません!",
"Your storage is almost full ({usedSpacePercent}%)" => "あなたのストレージはほぼ一杯です({usedSpacePercent}%",
2013-01-22 23:06:18 +00:00
"Your download is being prepared. This might take some time if the files are big." => "ダウンロードの準備中です。ファイルサイズが大きい場合は少し時間がかかるかもしれません。",
2012-11-22 23:03:17 +00:00
"Unable to upload your file as it is a directory or has 0 bytes" => "ディレクトリもしくは0バイトのファイルはアップロードできません",
2013-04-09 00:14:02 +00:00
"Not enough space available" => "利用可能なスペースが十分にありません",
2012-07-30 00:05:41 +00:00
"Upload cancelled." => "アップロードはキャンセルされました。",
2012-09-01 00:04:00 +00:00
"File upload is in progress. Leaving the page now will cancel the upload." => "ファイル転送を実行中です。今このページから移動するとアップロードが中止されます。",
2013-01-09 23:05:53 +00:00
"URL cannot be empty." => "URLは空にできません。",
"Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "無効なフォルダ名です。'Shared' の利用は ownCloud が予約済みです。",
2013-04-09 00:14:02 +00:00
"Error" => "エラー",
2012-09-26 11:22:37 +00:00
"Name" => "名前",
2012-06-05 22:29:28 +00:00
"Size" => "サイズ",
2013-04-27 00:24:29 +00:00
"Modified" => "変更",
2012-10-19 00:08:00 +00:00
"1 folder" => "1 フォルダ",
"{count} folders" => "{count} フォルダ",
"1 file" => "1 ファイル",
"{count} files" => "{count} ファイル",
2013-01-26 23:06:21 +00:00
"Upload" => "アップロード",
2012-06-05 22:29:28 +00:00
"File handling" => "ファイル操作",
2012-01-11 00:06:59 +00:00
"Maximum upload size" => "最大アップロードサイズ",
2012-06-05 22:29:28 +00: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 00:06:37 +00:00
"Save" => "保存",
2013-04-16 00:17:30 +00:00
"New" => "新規作成",
2012-01-26 23:59:24 +00:00
"Text file" => "テキストファイル",
"Folder" => "フォルダ",
2012-11-13 23:03:38 +00:00
"From link" => "リンク",
2013-02-15 23:05:50 +00:00
"Deleted files" => "削除ファイル",
2012-06-05 22:29:28 +00:00
"Cancel upload" => "アップロードをキャンセル",
2013-03-02 23:06:56 +00:00
"You dont have write permissions here." => "あなたには書き込み権限がありません。",
2012-01-11 00:06:59 +00:00
"Nothing in here. Upload something!" => "ここには何もありません。何かアップロードしてください。",
"Download" => "ダウンロード",
2013-04-27 00:24:29 +00:00
"Unshare" => "共有解除",
"Upload too large" => "アップロードには大きすぎます。",
2012-06-05 22:29:28 +00: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-03 23:05:52 +00:00
"Current scanning" => "スキャン中",
"Upgrading filesystem cache..." => "ファイルシステムキャッシュを更新中..."
2012-01-11 00:06:59 +00:00
);