diff options
Diffstat (limited to 'core/l10n/ja_JP.php')
-rw-r--r-- | core/l10n/ja_JP.php | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php new file mode 100644 index 00000000000..ae2b47253cc --- /dev/null +++ b/core/l10n/ja_JP.php @@ -0,0 +1,34 @@ +<?php $TRANSLATIONS = array( +"You will receive a link to reset your password via Email." => "パスワードをリセットするリンクがメールで届きます。", +"Requested" => "送信されました", +"Login failed!" => "ログインに失敗しました。", +"Username" => "ユーザ名", +"Request reset" => "リセットを要求する。", +"Your password was reset" => "あなたのパスワードはリセットされました。", +"New password" => "新しいパスワードを入力", +"Reset password" => "パスワードをリセット", +"Personal" => "個人設定", +"Users" => "ユーザ", +"Apps" => "アプリ", +"Admin" => "管理者", +"Help" => "ヘルプ", +"Cloud not found" => "見つけられません", +"Create an <strong>admin account</strong>" => "<strong>管理者アカウント</strong>を作成してください", +"Password" => "パスワード", +"Advanced" => "詳細設定", +"Data folder" => "データフォルダ", +"Configure the database" => "データベースを設定してください", +"will be used" => "が使用されます", +"Database user" => "データベースのユーザ名", +"Database password" => "データベースのパスワード", +"Database name" => "データベース名", +"Database host" => "データベースのホスト名", +"Finish setup" => "セットアップを完了します", +"Log out" => "ログアウト", +"Settings" => "設定", +"Lost your password?" => "パスワードがわからなくなりましたか?", +"remember" => "パスワードを記憶する", +"You are logged out." => "ログアウトしました。", +"prev" => "前", +"next" => "次" +); |