From 40afc39684890d9560f3ff34a9435c003dbba999 Mon Sep 17 00:00:00 2001 From: enahum Date: Sun, 11 Dec 2016 01:49:38 -0300 Subject: translations PR 20161208 (#4740) --- i18n/ja.json | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 89 insertions(+), 5 deletions(-) (limited to 'i18n/ja.json') diff --git a/i18n/ja.json b/i18n/ja.json index a3b1e06d4..35eba1ffa 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -683,6 +683,10 @@ "id": "api.context.invalid_token.error", "translation": "不正なセッショントークンです token=%v、err=%v" }, + { + "id": "api.context.invalidate_all_caches", + "translation": "Purging all caches" + }, { "id": "api.context.last_activity_at.error", "translation": "LastActivityAtを更新できませんでした user_id=%v、session_id=%v、err=%v" @@ -791,7 +795,11 @@ }, { "id": "api.emoji.create.too_large.app_error", - "translation": "絵文字を作成できません。画像サイズは64KB未満でなければなりません。" + "translation": "絵文字を作成できません。画像サイズは1MB未満でなければなりません。" + }, + { + "id": "api.emoji.delete.delete_reactions.app_error", + "translation": "Unable to delete reactions when deleting emoji with emoji name %v" }, { "id": "api.emoji.delete.permissions.app_error", @@ -879,7 +887,7 @@ }, { "id": "api.file.handle_images_forget.decode.error", - "translation": "画像をデコードできません err=%v" + "translation": "画像をデコードできません err=%v" }, { "id": "api.file.handle_images_forget.encode_jpeg.error", @@ -1275,7 +1283,7 @@ }, { "id": "api.post.delete_flagged_post.app_error.warn", - "translation": "投稿を削除する際に、フラッグの付いた投稿の設定を削除できません。err=%v" + "translation": "投稿を削除する際に、フラグの付いた投稿の設定を削除できません。err=%v" }, { "id": "api.post.delete_post.permissions.app_error", @@ -1503,6 +1511,22 @@ "id": "api.preference.save_preferences.set_details.app_error", "translation": "session.user_id={{.SessionUserId}}, preference.user_id={{.PreferenceUserId}}" }, + { + "id": "api.reaction.delete_reaction.mismatched_channel_id.app_error", + "translation": "Failed to delete reaction when channel id in URL doesn't match post id in URL" + }, + { + "id": "api.reaction.list_reactions.mismatched_channel_id.app_error", + "translation": "Failed to get reactions when channel id in URL doesn't match post id in URL" + }, + { + "id": "api.reaction.save_reaction.mismatched_channel_id.app_error", + "translation": "Failed to save reaction when channel id in URL doesn't match post id in URL" + }, + { + "id": "api.reaction.send_reaction_event.post.app_error", + "translation": "Failed to get post when sending websocket event for reaction" + }, { "id": "api.saml.save_certificate.app_error", "translation": "証明書が正常に保存されませんでした。" @@ -3353,7 +3377,7 @@ }, { "id": "model.config.is_valid.max_notify_per_channel.app_error", - "translation": "チーム設定のチーム毎の最大チャンネル数が不正です。正の数を指定してください。" + "translation": "チーム設定のチャンネル毎の最大通知数が不正です。 正の数を指定してください。" }, { "id": "model.config.is_valid.max_users.app_error", @@ -3707,6 +3731,22 @@ "id": "model.preference.is_valid.value.app_error", "translation": "値が長過ぎます" }, + { + "id": "model.reaction.is_valid.create_at.app_error", + "translation": "作成日時は有効な時刻にしてください" + }, + { + "id": "model.reaction.is_valid.emoji_name.app_error", + "translation": "不正な絵文字名です" + }, + { + "id": "model.reaction.is_valid.post_id.app_error", + "translation": "不正な投稿IDです" + }, + { + "id": "model.reaction.is_valid.user_id.app_error", + "translation": "不正なユーザーIDです" + }, { "id": "model.team.is_valid.characters.app_error", "translation": "名前は2文字以上の小文字の英数字にしてください" @@ -3719,6 +3759,10 @@ "id": "model.team.is_valid.create_at.app_error", "translation": "作成日時は有効な時刻にしてください" }, + { + "id": "model.team.is_valid.description.app_error", + "translation": "不正な説明です" + }, { "id": "model.team.is_valid.domains.app_error", "translation": "許可されたドメインが不正です" @@ -4209,7 +4253,7 @@ }, { "id": "store.sql_channel.search.app_error", - "translation": "チャンネルを更新する際にエラーが発生しました" + "translation": "チャンネルを検索する際にエラーが発生しました" }, { "id": "store.sql_channel.set_last_viewed_at.app_error", @@ -4575,6 +4619,46 @@ "id": "store.sql_preference.update.app_error", "translation": "設定を更新できませんでした" }, + { + "id": "store.sql_reaction.delete.begin.app_error", + "translation": "Unable to open transaction while deleting reaction" + }, + { + "id": "store.sql_reaction.delete.commit.app_error", + "translation": "Unable to commit transaction while deleting reaction" + }, + { + "id": "store.sql_reaction.delete.save.app_error", + "translation": "Unable to delete reaction" + }, + { + "id": "store.sql_reaction.delete_all_with_emoj_name.delete_reactions.app_error", + "translation": "Unable to delete reactions with the given emoji name" + }, + { + "id": "store.sql_reaction.delete_all_with_emoj_name.get_reactions.app_error", + "translation": "Unable to get reactions with the given emoji name" + }, + { + "id": "store.sql_reaction.delete_all_with_emoji_name.update_post.warn", + "translation": "Unable to update Post.HasReactions while removing reactions post_id=%v, error=%v" + }, + { + "id": "store.sql_reaction.get_for_post.app_error", + "translation": "Unable to get reactions for post" + }, + { + "id": "store.sql_reaction.save.begin.app_error", + "translation": "Unable to open transaction while saving reaction" + }, + { + "id": "store.sql_reaction.save.commit.app_error", + "translation": "Unable to commit transaction while saving reaction" + }, + { + "id": "store.sql_reaction.save.save.app_error", + "translation": "Unable to save reaction" + }, { "id": "store.sql_session.analytics_session_count.app_error", "translation": "セッション数を取得できませんでした" -- cgit v1.2.3-1-g7c22