diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-06-29 02:09:10 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-06-29 02:09:10 +0200 |
commit | d2f50bc0890821aeee5d293387b9840ad9d78da6 (patch) | |
tree | 53a3b8e37c87d83b8a08b371a73ecb6b25ff7772 /apps/files/l10n/ja_JP.php | |
parent | dfa6aa25c3bec3cba027b5bf89f75303fe7bce06 (diff) | |
download | nextcloud-server-d2f50bc0890821aeee5d293387b9840ad9d78da6.tar.gz nextcloud-server-d2f50bc0890821aeee5d293387b9840ad9d78da6.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ja_JP.php')
-rw-r--r-- | apps/files/l10n/ja_JP.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files/l10n/ja_JP.php b/apps/files/l10n/ja_JP.php index 55dcf3640e7..af1ba3489d1 100644 --- a/apps/files/l10n/ja_JP.php +++ b/apps/files/l10n/ja_JP.php @@ -12,6 +12,13 @@ "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" => "完全に削除する", "Delete" => "削除", @@ -32,13 +39,7 @@ "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バイトのファイルはアップロードできません", -"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" => "エラー", "Name" => "名前", "Size" => "サイズ", "Modified" => "変更", @@ -46,7 +47,6 @@ "{count} folders" => "{count} フォルダ", "1 file" => "1 ファイル", "{count} files" => "{count} ファイル", -"Invalid folder name. Usage of 'Shared' is reserved by ownCloud" => "無効なフォルダ名です。'Shared' の利用はownCloudで予約済みです", "Unable to rename file" => "ファイル名の変更ができません", "Upload" => "アップロード", "File handling" => "ファイル操作", |