summaryrefslogtreecommitdiffstats
path: root/i18n/ja.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-12-02 10:43:14 -0300
committerGitHub <noreply@github.com>2016-12-02 10:43:14 -0300
commitc952985ffd035f95e82fef2fbc2e8bd48ab9ec3b (patch)
treef5b8c5a38ff98b76764392348c2947b1ed04a0df /i18n/ja.json
parent275188ad040864823764deb8a71c1e85c9ef00b2 (diff)
downloadchat-c952985ffd035f95e82fef2fbc2e8bd48ab9ec3b.tar.gz
chat-c952985ffd035f95e82fef2fbc2e8bd48ab9ec3b.tar.bz2
chat-c952985ffd035f95e82fef2fbc2e8bd48ab9ec3b.zip
translations PR 20161128 (#4666)
Diffstat (limited to 'i18n/ja.json')
-rw-r--r--i18n/ja.json48
1 files changed, 46 insertions, 2 deletions
diff --git a/i18n/ja.json b/i18n/ja.json
index 33db3ee86..a3b1e06d4 100644
--- a/i18n/ja.json
+++ b/i18n/ja.json
@@ -822,8 +822,20 @@
"translation": "絵文字を作成できません。ファイルはPNGまたはJPEG、GIFにしてください。"
},
{
- "id": "api.emoji.upload.large_image.app_error",
- "translation": "絵文字を作成できません。画像は128x128ピクセル以内である必要があります。"
+ "id": "api.emoji.upload.large_image.decode_error",
+ "translation": "Unable to create emoji. An error occurred when trying to decode the image."
+ },
+ {
+ "id": "api.emoji.upload.large_image.encode_error",
+ "translation": "Unable to create emoji. An error occurred when trying to encode the image."
+ },
+ {
+ "id": "api.emoji.upload.large_image.gif_decode_error",
+ "translation": "Unable to create emoji. An error occurred when trying to decode the GIF image."
+ },
+ {
+ "id": "api.emoji.upload.large_image.gif_encode_error",
+ "translation": "Unable to create emoji. An error occurred when trying to encode the GIF image."
},
{
"id": "api.file.get_file.public_disabled.app_error",
@@ -1274,6 +1286,18 @@
"translation": "投稿のファイルを削除する際にエラーが発生しました post_id=%v, err=%v"
},
{
+ "id": "api.post.disabled_all",
+ "translation": "@all has been disabled because the channel has more than {{.Users}} users."
+ },
+ {
+ "id": "api.post.disabled_channel",
+ "translation": "@channel has been disabled because the channel has more than {{.Users}} users."
+ },
+ {
+ "id": "api.post.disabled_here",
+ "translation": "@here has been disabled because the channel has more than {{.Users}} users."
+ },
+ {
"id": "api.post.get_message_for_notification.files_sent",
"translation": {
"one": "{{.Count}} ファイル送信: {{.Filenames}}{{.Count}} ファイル送信: {{.Filenames}}",
@@ -1620,6 +1644,10 @@
"translation": "既に存在するユーザーとマージしました: {{.Email}}, {{.Username}}\r\n"
},
{
+ "id": "api.slackimport.slack_add_users.merge_existing_failed",
+ "translation": "Tried to merge user with existing account: {{.Email}}, {{.Username}}, but failed to add the user to this team.\r\n"
+ },
+ {
"id": "api.slackimport.slack_add_users.unable_import",
"translation": "ユーザーをインポートできません: {{.Username}}\r\n"
},
@@ -2740,6 +2768,14 @@
"translation": "不正なAD/LDAPフィルターです"
},
{
+ "id": "ent.metrics.starting.info",
+ "translation": "Metrics and profiling server is listening on %v"
+ },
+ {
+ "id": "ent.metrics.stopping.info",
+ "translation": "Metrics and profiling server is stopping on %v"
+ },
+ {
"id": "ent.mfa.activate.authenticate.app_error",
"translation": "MFAトークンを認証できません"
},
@@ -3316,6 +3352,10 @@
"translation": "ファイル設定の最大ファイルサイズが不正です。ゼロ以上の数を指定してください。"
},
{
+ "id": "model.config.is_valid.max_notify_per_channel.app_error",
+ "translation": "チーム設定のチーム毎の最大チャンネル数が不正です。正の数を指定してください。"
+ },
+ {
"id": "model.config.is_valid.max_users.app_error",
"translation": "チーム設定のチーム毎の最大ユーザー数が不正です。正の数を指定してください。"
},
@@ -4168,6 +4208,10 @@
"translation": "チャンネルのメンバーを保存できませんでした"
},
{
+ "id": "store.sql_channel.search.app_error",
+ "translation": "チャンネルを更新する際にエラーが発生しました"
+ },
+ {
"id": "store.sql_channel.set_last_viewed_at.app_error",
"translation": "最終閲覧日時を更新できませんでした"
},