Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2014-07-21 20:18:20 +0400
committerThomas Steur <thomas.steur@gmail.com>2014-07-21 20:18:20 +0400
commit62ba8dfb44a4b6f8fbe5345dd0c0ea5a4d52033b (patch)
tree952146f55cd7db9fa4ec88d9e75e4c613c5adf16 /plugins/Login/lang/ja.json
parent73b1ef4b581624e20f4defc08d50f70d9c6395ed (diff)
refs #5863 moved some translations from core into plugins
Diffstat (limited to 'plugins/Login/lang/ja.json')
-rw-r--r--plugins/Login/lang/ja.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/Login/lang/ja.json b/plugins/Login/lang/ja.json
new file mode 100644
index 0000000000..fde8d2e162
--- /dev/null
+++ b/plugins/Login/lang/ja.json
@@ -0,0 +1,15 @@
+{
+ "Login": {
+ "ContactAdmin": "考えられる理由: ホストで mail() 関数が無効にされている可能性があります。<br \/>Piwik 管理者にご連絡ください。",
+ "ExceptionPasswordMD5HashExpected": "パスワードパラメータは、パスワードの MD5 ハッシュ値であることを想定されています。",
+ "InvalidOrExpiredToken": "トークンが無効または期限切れです。",
+ "InvalidUsernameEmail": "ユーザー名またはメールアドレスが無効です",
+ "LogIn": "ログイン",
+ "LoginOrEmail": "ユーザー名またはメールアドレス",
+ "LoginPasswordNotCorrect": "ユーザー名またはパスワードが正しくありません",
+ "LostYourPassword": "パスワードをお忘れですか?",
+ "PasswordRepeat": "パスワード(再入力)",
+ "PasswordsDoNotMatch": "パスワードが一致しません。",
+ "RememberMe": "次回の入力を省略"
+ }
+} \ No newline at end of file