Blame view

sources/apps/files/l10n/ja_JP.php 5.54 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
  <?php $TRANSLATIONS = array(
  "Could not move %s - File with this name already exists" => "%s を移動できませんでした ― この名前のファイルはすでに存在します",
  "Could not move %s" => "%s を移動できませんでした",
  "Unable to rename file" => "ファイル名の変更ができません",
  "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" => "ファイル",
  "Share" => "共有",
  "Delete permanently" => "完全に削除する",
  "Delete" => "削除",
  "Rename" => "名前の変更",
  "Pending" => "保留",
  "{new_name} already exists" => "{new_name} はすでに存在しています",
  "replace" => "置き換え",
  "suggest name" => "推奨名称",
  "cancel" => "キャンセル",
  "replaced {new_name} with {old_name}" => "{old_name} を {new_name} に置換",
  "undo" => "元に戻す",
  "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" => "閉じる",
  "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" => "リンク",
  "Deleted files" => "削除ファイル",
  "Cancel upload" => "アップロードをキャンセル",
  "You don’t have write permissions here." => "あなたには書き込み権限がありません。",
  "Nothing in here. Upload something!" => "ここには何もありません。何かアップロードしてください。",
  "Download" => "ダウンロード",
  "Unshare" => "共有しない",
  "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..." => "ファイルシステムキャッシュを更新中..."
  );