diff options
Diffstat (limited to 'core/l10n/ja_JP.php')
-rw-r--r-- | core/l10n/ja_JP.php | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php index bf8313f7176..00587e85301 100644 --- a/core/l10n/ja_JP.php +++ b/core/l10n/ja_JP.php @@ -8,14 +8,6 @@ $TRANSLATIONS = array( "Updating filecache, this may take really long..." => "ファイルキャッシュを更新しています、しばらく掛かる恐れがあります...", "Updated filecache" => "ファイルキャッシュ更新完了", "... %d%% done ..." => "... %d%% 完了 ...", -"Category type not provided." => "カテゴリタイプは提供されていません。", -"No category to add?" => "追加するカテゴリはありませんか?", -"This category already exists: %s" => "このカテゴリはすでに存在します: %s", -"Object type not provided." => "オブジェクトタイプは提供されていません。", -"%s ID not provided." => "%s ID は提供されていません。", -"Error adding %s to favorites." => "お気に入りに %s を追加エラー", -"No categories selected for deletion." => "削除するカテゴリが選択されていません。", -"Error removing %s from favorites." => "お気に入りから %s の削除エラー", "No image or file provided" => "画像もしくはファイルが提供されていません", "Unknown filetype" => "不明なファイルタイプ", "Invalid image" => "無効な画像", @@ -67,12 +59,9 @@ $TRANSLATIONS = array( "(all selected)" => "(全て選択)", "({count} selected)" => "({count} 選択)", "Error loading file exists template" => "既存ファイルのテンプレートの読み込みエラー", -"The object type is not specified." => "オブジェクタイプが指定されていません。", -"Error" => "エラー", -"The app name is not specified." => "アプリ名がしていされていません。", -"The required file {file} is not installed!" => "必要なファイル {file} がインストールされていません!", "Shared" => "共有中", "Share" => "共有", +"Error" => "エラー", "Error while sharing" => "共有でエラー発生", "Error while unsharing" => "共有解除でエラー発生", "Error while changing permissions" => "権限変更でエラー発生", @@ -104,6 +93,9 @@ $TRANSLATIONS = array( "Sending ..." => "送信中...", "Email sent" => "メールを送信しました", "Warning" => "警告", +"The object type is not specified." => "オブジェクタイプが指定されていません。", +"Delete" => "削除", +"Add" => "追加", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "更新に成功しました。この問題を <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a> にレポートしてください。", "The update was successful. Redirecting you to ownCloud now." => "更新に成功しました。今すぐownCloudにリダイレクトします。", "%s password reset" => "%s パスワードリセット", @@ -126,8 +118,6 @@ $TRANSLATIONS = array( "Help" => "ヘルプ", "Access forbidden" => "アクセスが禁止されています", "Cloud not found" => "見つかりません", -"Edit categories" => "カテゴリを編集", -"Add" => "追加", "Security Warning" => "セキュリティ警告", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "あなたのPHPのバージョンには、Null Byte攻撃(CVE-2006-7243)という脆弱性が含まれています。", "Please update your PHP installation to use %s securely." => "%s を安全に利用する為に インストールされているPHPをアップデートしてください。", |