summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/ja.json
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-05-09 03:15:25 -0400
committerCorey Hulen <corey@hulen.com>2016-05-09 00:15:25 -0700
commitb58ccf06046d67df879e50950087559a9decc57a (patch)
tree2990efde06690098613807df815294ea8744b143 /webapp/i18n/ja.json
parentbe16307c0644ca833316373c5715ae598746240c (diff)
downloadchat-b58ccf06046d67df879e50950087559a9decc57a.tar.gz
chat-b58ccf06046d67df879e50950087559a9decc57a.tar.bz2
chat-b58ccf06046d67df879e50950087559a9decc57a.zip
PLT-2765 Limit username UI to 22 characters (#2918)
* Shortened username length to 22 characters * Update user_settings_general.jsx * Added username requirements to account settings page * Switched to double quotes to escape ' in JSX, must use double quotes * Update en.json * Update user_settings_general.jsx * Update es.json * Update fr.json * Update ja.json * Update pt.json * Added missing {
Diffstat (limited to 'webapp/i18n/ja.json')
-rw-r--r--webapp/i18n/ja.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/webapp/i18n/ja.json b/webapp/i18n/ja.json
index 1b1b56302..61d4d36c3 100644
--- a/webapp/i18n/ja.json
+++ b/webapp/i18n/ja.json
@@ -1276,9 +1276,7 @@
"user.settings.general.title": "全般の設定",
"user.settings.general.uploadImage": "画像をアップロードするには「編集する」をクリックしてください",
"user.settings.general.username": "ユーザー名",
- "user.settings.general.usernameInfo": "チームメイトが簡単に認識し覚えておけるものを選択してください。",
"user.settings.general.usernameReserved": "このユーザー名は予約されています。他のユーザー名を使ってください。",
- "user.settings.general.usernameRestrictions": "ユーザー名は英小文字で始めてください。また{min}から{max} 文字の英数字と'.'、'-'、'_'の記号だけで構成してください。",
"user.settings.general.validEmail": "有効な電子メールアドレスを入力してください",
"user.settings.general.validImage": "JPGまたはPNG画像だけがプロフィール画像として使用できます",
"user.settings.import_theme.cancel": "キャンセル",