diff options
Diffstat (limited to 'settings/l10n/ja_JP.php')
-rw-r--r-- | settings/l10n/ja_JP.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/settings/l10n/ja_JP.php b/settings/l10n/ja_JP.php index b027613cdb1..919de33420c 100644 --- a/settings/l10n/ja_JP.php +++ b/settings/l10n/ja_JP.php @@ -2,6 +2,8 @@ $TRANSLATIONS = array( "Unable to load list from App Store" => "アプリストアからリストをロードできません", "Authentication error" => "認証エラー", +"Your full name has been changed." => "姓名が変更されました", +"Unable to change full name" => "姓名を変更できません", "Group already exists" => "グループは既に存在しています", "Unable to add group" => "グループを追加できません", "Email saved" => "メールアドレスを保存しました", @@ -46,6 +48,11 @@ $TRANSLATIONS = array( "A valid password must be provided" => "有効なパスワードを指定する必要があります", "Warning: Home directory for user \"{user}\" already exists" => "警告: ユーザ \"{user}\" のホームディレクトリはすでに存在します", "__language_name__" => "Japanese (日本語)", +"Everything (fatal issues, errors, warnings, info, debug)" => "すべて (致命的な問題、エラー、警告、情報、デバッグ)", +"Info, warnings, errors and fatal issues" => "情報と警告、エラー、致命的な問題", +"Warnings, errors and fatal issues" => "警告とエラー、致命的な問題", +"Errors and fatal issues" => "エラーと致命的な問題", +"Fatal issues only" => "致命的な問題のみ", "Security Warning" => "セキュリティ警告", "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "データディレクトリとファイルがインターネットからアクセス可能になっている可能性があります。.htaccessファイルが機能していません。データディレクトリがアクセスされないようにウェブサーバーを設定するか、ウェブサーバーのドキュメントルートからデータディレクトリを移動するように強くお勧めします。", "Setup Warning" => "セットアップ警告", @@ -104,6 +111,7 @@ $TRANSLATIONS = array( "Current password" => "Current password", "New password" => "新しいパスワードを入力", "Change password" => "パスワードを変更", +"Full Name" => "姓名", "Email" => "メール", "Your email address" => "あなたのメールアドレス", "Fill in an email address to enable password recovery" => "※パスワード回復を有効にするにはメールアドレスの入力が必要です", @@ -127,10 +135,12 @@ $TRANSLATIONS = array( "Admin Recovery Password" => "管理者復旧パスワード", "Enter the recovery password in order to recover the users files during password change" => "パスワード変更の間のユーザーのファイルを回復するために、リカバリパスワードを入力してください", "Default Storage" => "デフォルトストレージ", +"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "ストレージの割り当てを入力してください (例: \"512MB\" や \"12 GB\")", "Unlimited" => "無制限", "Other" => "その他", "Username" => "ユーザー名", "Storage" => "ストレージ", +"change full name" => "姓名を変更", "set new password" => "新しいパスワードを設定", "Default" => "デフォルト" ); |