summaryrefslogtreecommitdiffstats
path: root/i18n/ja.json
diff options
context:
space:
mode:
authorRyo ONODERA <ryo_on@yk.rim.or.jp>2016-05-16 21:03:39 +0900
committerChristopher Speller <crspeller@gmail.com>2016-05-16 08:03:39 -0400
commit565b111234f5566da632533109e1b4f4044e7116 (patch)
treed4a2c830236cf3351eefa5eadb336422df0caa57 /i18n/ja.json
parent7fa7bee9fcce79f0d1e709d1cf2484380c96747c (diff)
downloadchat-565b111234f5566da632533109e1b4f4044e7116.tar.gz
chat-565b111234f5566da632533109e1b4f4044e7116.tar.bz2
chat-565b111234f5566da632533109e1b4f4044e7116.zip
Update Japanese translation to 2016-05-15 (#3002)
Diffstat (limited to 'i18n/ja.json')
-rw-r--r--i18n/ja.json28
1 files changed, 24 insertions, 4 deletions
diff --git a/i18n/ja.json b/i18n/ja.json
index fd9d5242d..3f1af4d57 100644
--- a/i18n/ja.json
+++ b/i18n/ja.json
@@ -224,6 +224,10 @@
"translation": "ダイレクトメッセージチャンネルから脱退することはできません"
},
{
+ "id": "api.channel.leave.last_member.app_error",
+ "translation": "あなたが最後のメンバーです。脱退する代わりにプライベートグループを削除しましょう。"
+ },
+ {
"id": "api.channel.leave.left",
"translation": "%vがチャンネルから脱退しました。"
},
@@ -380,6 +384,10 @@
"translation": "Mattermostからログアウトする"
},
{
+ "id": "api.command_logout.fail_message",
+ "translation": "ログアウトに失敗しました"
+ },
+ {
"id": "api.command_logout.name",
"translation": "ログアウト"
},
@@ -524,6 +532,10 @@
"translation": "ファイルが最大の画像サイズを超過しました。"
},
{
+ "id": "api.file.file_upload.exceeds",
+ "translation": "ファイルが最大の画像サイズを超過しました。"
+ },
+ {
"id": "api.file.get_export.retrieve.app_error",
"translation": "エクスポートしたファイルを取得できませんでした。再度エクスポートしてください"
},
@@ -1696,10 +1708,18 @@
"translation": "あなたには必要な権限が付与されていません"
},
{
+ "id": "api.user.update_roles.system_admin_needed.app_error",
+ "translation": "この操作には、システム管理者の役割が必要です"
+ },
+ {
"id": "api.user.update_roles.system_admin_set.app_error",
"translation": "システム管理者の役割は、他のシステム管理者だけが設定できます"
},
{
+ "id": "api.user.update_roles.team_admin_needed.app_error",
+ "translation": "この操作には、チーム管理者の役割が必要です"
+ },
+ {
"id": "api.user.upload_profile_user.array.app_error",
"translation": "リクエストの'image'以下の配列が空です"
},
@@ -2296,10 +2316,6 @@
"translation": "LDAP設定の接続セキュリティーが不正です。'TLS'か'STARTTLS'にしてください"
},
{
- "id": "model.config.is_valid.restrict_direct_message.app_error",
- "translation": "ダイレクトメッセージの制限が無効です。'any'か'team'にしてください"
- },
- {
"id": "model.config.is_valid.listen_address.app_error",
"translation": "サービス設定の接続待ちアドレスが不正です。設定してください。"
},
@@ -2320,6 +2336,10 @@
"translation": "投稿頻度設定の1秒当たりの投稿数が不正です。正の数を指定してください。"
},
{
+ "id": "model.config.is_valid.restrict_direct_message.app_error",
+ "translation": "ダイレクトメッセージの制限が無効です。'any'か'team'にしてください"
+ },
+ {
"id": "model.config.is_valid.sql_data_src.app_error",
"translation": "SQL設定のデータソースが不正です。設定してください。"
},