translations PR 20170424 (#6224)
Этот коммит содержится в:
34
i18n/ja.json
34
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"
|
||||
|
||||
Ссылка в новой задаче
Block a user