Blame view

sources/apps/files/l10n/ja_JP.php 8.38 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
  "Could not move %s - File with this name already exists" => "%s を移動できませんでした ― この名前のファイルはすでに存在します",
  "Could not move %s" => "%s を移動できませんでした",
31b7f2792   Kload   Upgrade to ownclo...
5
6
7
8
9
10
11
12
13
14
15
  "File name cannot be empty." => "ファイル名を空にすることはできません。",
  "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" => "フォルダの生成エラー",
  "Unable to set upload directory." => "アップロードディレクトリを設定出来ません。",
  "Invalid Token" => "無効なトークン",
03e52840d   Kload   Init
16
17
18
  "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 に設定されたサイズを超えています:",
31b7f2792   Kload   Upgrade to ownclo...
19
20
  "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" => "アップロードファイルは一部分だけアップロードされました",
03e52840d   Kload   Init
21
  "No file was uploaded" => "ファイルはアップロードされませんでした",
31b7f2792   Kload   Upgrade to ownclo...
22
  "Missing a temporary folder" => "一時保存フォルダが見つかりません",
03e52840d   Kload   Init
23
24
  "Failed to write to disk" => "ディスクへの書き込みに失敗しました",
  "Not enough storage available" => "ストレージに十分な空き容量がありません",
31b7f2792   Kload   Upgrade to ownclo...
25
26
  "Upload failed. Could not get file info." => "アップロードに失敗。ファイル情報を取得できませんでした。",
  "Upload failed. Could not find uploaded file" => "アップロードに失敗。アップロード済みのファイルを見つけることができませんでした。",
03e52840d   Kload   Init
27
28
  "Invalid directory." => "無効なディレクトリです。",
  "Files" => "ファイル",
31b7f2792   Kload   Upgrade to ownclo...
29
30
31
32
33
34
35
36
37
38
  "Unable to upload {filename} as it is a directory or has 0 bytes" => "ディレクトリもしくは0バイトのため {filename} をアップロードできません",
  "Not enough space available" => "利用可能なスペースが十分にありません",
  "Upload cancelled." => "アップロードはキャンセルされました。",
  "Could not get result from server." => "サーバから結果を取得できませんでした。",
  "File upload is in progress. Leaving the page now will cancel the upload." => "ファイル転送を実行中です。今このページから移動するとアップロードが中止されます。",
  "URL cannot be empty" => "URL は空にできません",
  "In the home folder 'Shared' is a reserved filename" => "ホームフォルダでは、'Shared' はシステムが使用する予約済みのファイル名です",
  "{new_name} already exists" => "{new_name} はすでに存在しています",
  "Could not create file" => "ファイルを作成できませんでした",
  "Could not create folder" => "フォルダを作成できませんでした",
03e52840d   Kload   Init
39
40
  "Share" => "共有",
  "Delete permanently" => "完全に削除する",
03e52840d   Kload   Init
41
  "Rename" => "名前の変更",
31b7f2792   Kload   Upgrade to ownclo...
42
43
  "Pending" => "中断",
  "Could not rename file" => "ファイルの名前変更ができませんでした",
03e52840d   Kload   Init
44
45
  "replaced {new_name} with {old_name}" => "{old_name} を {new_name} に置換",
  "undo" => "元に戻す",
31b7f2792   Kload   Upgrade to ownclo...
46
47
48
49
50
  "Error deleting file." => "ファイルの削除エラー。",
  "_%n folder_::_%n folders_" => array("%n 個のフォルダ"),
  "_%n file_::_%n files_" => array("%n 個のファイル"),
  "{dirs} and {files}" => "{dirs} と {files}",
  "_Uploading %n file_::_Uploading %n files_" => array("%n 個のファイルをアップロード中"),
03e52840d   Kload   Init
51
  "'.' is an invalid file name." => "'.' は無効なファイル名です。",
03e52840d   Kload   Init
52
53
54
  "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}%)",
31b7f2792   Kload   Upgrade to ownclo...
55
56
57
  "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." => "暗号化アプリの無効なプライベートキーです。あなたの暗号化されたファイルへアクセスするために、個人設定からプライベートキーのパスワードを更新してください。",
  "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "暗号化の機能は無効化されましたが、ファイルはすでに暗号化されています。個人設定からファイルを複合を行ってください。",
03e52840d   Kload   Init
58
  "Your download is being prepared. This might take some time if the files are big." => "ダウンロードの準備中です。ファイルサイズが大きい場合は少し時間がかかるかもしれません。",
31b7f2792   Kload   Upgrade to ownclo...
59
60
  "Error moving file" => "ファイルの移動エラー",
  "Error" => "エラー",
03e52840d   Kload   Init
61
62
63
  "Name" => "名前",
  "Size" => "サイズ",
  "Modified" => "更新日時",
31b7f2792   Kload   Upgrade to ownclo...
64
65
  "Invalid folder name. Usage of 'Shared' is reserved." => "無効なフォルダ名。「Shared」の利用は予約されています。",
  "%s could not be renamed" => "%sの名前を変更できませんでした",
03e52840d   Kload   Init
66
67
68
69
70
71
72
73
74
  "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" => "保存",
31b7f2792   Kload   Upgrade to ownclo...
75
  "New" => "新規作成",
03e52840d   Kload   Init
76
77
78
  "Text file" => "テキストファイル",
  "Folder" => "フォルダ",
  "From link" => "リンク",
31b7f2792   Kload   Upgrade to ownclo...
79
  "Deleted files" => "ゴミ箱",
03e52840d   Kload   Init
80
  "Cancel upload" => "アップロードをキャンセル",
31b7f2792   Kload   Upgrade to ownclo...
81
  "You don’t have permission to upload or create files here" => "ここにファイルをアップロードもしくは作成する権限がありません",
03e52840d   Kload   Init
82
83
  "Nothing in here. Upload something!" => "ここには何もありません。何かアップロードしてください。",
  "Download" => "ダウンロード",
0f30ed153   Kload   RC4
84
  "Unshare" => "共有解除",
31b7f2792   Kload   Upgrade to ownclo...
85
86
  "Delete" => "削除",
  "Upload too large" => "アップロードには大きすぎます。",
03e52840d   Kload   Init
87
88
89
90
91
  "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..." => "ファイルシステムキャッシュを更新中..."
  );
31b7f2792   Kload   Upgrade to ownclo...
92
  $PLURAL_FORMS = "nplurals=1; plural=0;";