From 4e086311ad869a2de6a115afa0ae9bf56ad8639e Mon Sep 17 00:00:00 2001 From: enahum Date: Thu, 27 Apr 2017 09:57:26 -0300 Subject: translations PR 20170424 (#6224) --- i18n/ja.json | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) (limited to 'i18n/ja.json') diff --git a/i18n/ja.json b/i18n/ja.json index a0faf44b1..1e19260c0 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -1001,6 +1001,10 @@ "id": "api.emoji.init.debug", "translation": "絵文字APIルートを初期化しています" }, + { + "id": "api.emoji.init.debug", + "translation": "絵文字APIルートを初期化しています" + }, { "id": "api.emoji.storage.app_error", "translation": "ファイルストレージが正しく設定されていません。S3またはローカルサーバーファイルストレージを設定してください。" @@ -1683,10 +1687,6 @@ "id": "api.preference.save_preferences.set.app_error", "translation": "他のユーザーの設定は変更できません" }, - { - "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": "チャンネルIDがURL内の投稿IDと一致しないためリアクションを削除できませんでした" @@ -1699,10 +1699,18 @@ "id": "api.reaction.list_reactions.mismatched_channel_id.app_error", "translation": "チャンネルIDがURL内の投稿IDと一致しないためリアクションを取得できませんでした" }, + { + "id": "api.reaction.save_reaction.invalid.app_error", + "translation": "リアクションが正しくありません。" + }, { "id": "api.reaction.save_reaction.mismatched_channel_id.app_error", "translation": "チャンネルIDがURL内の投稿IDと一致しないためリアクションを保存できませんでした" }, + { + "id": "api.reaction.save_reaction.user_id.app_error", + "translation": "他のユーザーのリアクションを保存することはできません。" + }, { "id": "api.reaction.send_reaction_event.post.app_error", "translation": "リアクションに対するウェブソケットイベントを送信する際に、投稿を取得することができませんでした" @@ -3607,6 +3615,10 @@ "id": "model.authorize.is_valid.redirect_uri.app_error", "translation": "不正な転送URLです" }, + { + "id": "model.authorize.is_valid.response_type.app_error", + "translation": "不正なレスポンス形式" + }, { "id": "model.authorize.is_valid.scope.app_error", "translation": "不正なスコープです" @@ -3703,6 +3715,14 @@ "id": "model.client.create_emoji.writer.app_error", "translation": "リクエストを書き込めません" }, + { + "id": "model.client.get_flagged_posts_in_channel.missing_parameter.app_error", + "translation": "チャンネルパラメーターがありません" + }, + { + "id": "model.client.get_flagged_posts_in_team.missing_parameter.app_error", + "translation": "チームパラメータがありません" + }, { "id": "model.client.login.app_error", "translation": "認証トークンが一致しません" @@ -3949,7 +3969,7 @@ }, { "id": "model.config.is_valid.max_file_size.app_error", - "translation": "ファイル設定の最大ファイルサイズが不正です。ゼロ以上の数を指定してください。" + "translation": "ファイル設定の最大ファイルサイズが不正です。0より大きい値にしてください。" }, { "id": "model.config.is_valid.max_notify_per_channel.app_error", @@ -5187,6 +5207,10 @@ "id": "store.sql_post.save.existing.app_error", "translation": "既存の投稿は更新できません。" }, + { + "id": "store.sql_post.search.disabled", + "translation": "このサーバーでは検索が無効になっています。システム管理者に問い合わせてください。" + }, { "id": "store.sql_post.search.warn", "translation": "投稿検索時のクエリエラー: %v" -- cgit v1.2.3-1-g7c22