summaryrefslogtreecommitdiffstats
path: root/i18n/ja.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-05-19 10:34:08 -0300
committerChristopher Speller <crspeller@gmail.com>2016-05-19 09:34:08 -0400
commit98fa24f216576ca49aaca5c647a95fb4e98f717d (patch)
tree7f127863930a25a5eab5f32b72770c0ad30a809f /i18n/ja.json
parent5ea7d9bbef2cf9da229e66bd05af776479e76f56 (diff)
downloadchat-98fa24f216576ca49aaca5c647a95fb4e98f717d.tar.gz
chat-98fa24f216576ca49aaca5c647a95fb4e98f717d.tar.bz2
chat-98fa24f216576ca49aaca5c647a95fb4e98f717d.zip
daily translations 20160518 (#3050)
Diffstat (limited to 'i18n/ja.json')
-rw-r--r--i18n/ja.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/i18n/ja.json b/i18n/ja.json
index 9891c7fc1..6cf0d3184 100644
--- a/i18n/ja.json
+++ b/i18n/ja.json
@@ -1352,6 +1352,18 @@
"translation": "[MATTERMOST] Mattermost 3.0アップデートのためのあなたのアカウントの変更"
},
{
+ "id": "api.templates.username_change_body.info",
+ "translation": "Your username for {{.TeamDisplayName}} has been changed to {{.NewUsername}}.<br>If you did not make this change, please contact the system administrator."
+ },
+ {
+ "id": "api.templates.username_change_body.title",
+ "translation": "You updated your username"
+ },
+ {
+ "id": "api.templates.username_change_subject",
+ "translation": "Your username has changed for {{.TeamDisplayName}}"
+ },
+ {
"id": "api.templates.verify_body.button",
"translation": "電子メールアドレスを確認する"
},
@@ -1640,6 +1652,10 @@
"translation": "電子メールアドレス変更の確認の電子メールを送信できませんでした err=%v"
},
{
+ "id": "api.user.send_email_change_username_and_forget.error",
+ "translation": "Failed to send username change notification email successfully err=%v"
+ },
+ {
"id": "api.user.send_email_change_verify_email_and_forget.error",
"translation": "電子メールアドレス変更確認の電子メールを送信できませんでした err=%v"
},
@@ -3512,6 +3528,10 @@
"translation": "その電子メールアドレスを持つアカウントは既に存在しています"
},
{
+ "id": "store.sql_user.save.email_exists.ldap_app_error",
+ "translation": "This account does not use LDAP authentication. Please sign in using email and password."
+ },
+ {
"id": "store.sql_user.save.existing.app_error",
"translation": "既存のユーザーの更新をしなくてはいけません"
},
@@ -3528,6 +3548,10 @@
"translation": "そのユーザー名を持つアカウントは既に存在しています"
},
{
+ "id": "store.sql_user.save.username_exists.ldap_app_error",
+ "translation": "An account with that username already exists. Please contact your Administrator."
+ },
+ {
"id": "store.sql_user.update.app_error",
"translation": "アカウントを更新できませんでした"
},