translations PR 20180129 (#8164)
Этот коммит содержится в:
86
i18n/ja.json
86
i18n/ja.json
@@ -153,7 +153,7 @@
|
||||
},
|
||||
{
|
||||
"id": "api.channel.add_member.added",
|
||||
"translation": "%vは、%vによってチャンネルに追加されました"
|
||||
"translation": "%v は %v によってチャンネルに追加されました。"
|
||||
},
|
||||
{
|
||||
"id": "api.channel.add_member.find_channel.app_error",
|
||||
@@ -199,6 +199,14 @@
|
||||
"id": "api.channel.can_manage_channel.public_restricted_team_admin.app_error",
|
||||
"translation": "公開チャンネルの作成と管理は、チーム管理者かシステム管理者しかできません。"
|
||||
},
|
||||
{
|
||||
"id": "api.channel.change_channel_privacy.private_to_public",
|
||||
"translation": "このチャンネルは公開チャンネルに変更されたため、全てのチームメンバーが参加できるようになりました。"
|
||||
},
|
||||
{
|
||||
"id": "api.channel.change_channel_privacy.public_to_private",
|
||||
"translation": "このチャンネルは非公開チャンネルに変更されました。"
|
||||
},
|
||||
{
|
||||
"id": "api.channel.create_channel.direct_channel.app_error",
|
||||
"translation": "ダイレクトメッセージチャンネルを作成するにはcreateDirectChannel APIを使用してください"
|
||||
@@ -233,7 +241,7 @@
|
||||
},
|
||||
{
|
||||
"id": "api.channel.delete_channel.archived",
|
||||
"translation": "%vがチャンネルをアーカイブしました。"
|
||||
"translation": "%v がチャンネルをアーカイブしました。"
|
||||
},
|
||||
{
|
||||
"id": "api.channel.delete_channel.cannot.app_error",
|
||||
@@ -361,7 +369,7 @@
|
||||
},
|
||||
{
|
||||
"id": "api.channel.remove_member.removed",
|
||||
"translation": "%vはチャンネルから削除されました。"
|
||||
"translation": "%v はチャンネルから削除されました。"
|
||||
},
|
||||
{
|
||||
"id": "api.channel.remove_member.unable.app_error",
|
||||
@@ -2312,7 +2320,7 @@
|
||||
},
|
||||
{
|
||||
"id": "api.team.remove_user_from_team.removed",
|
||||
"translation": "%v はチャンネルから削除されました。"
|
||||
"translation": "%v はチームから削除されました。"
|
||||
},
|
||||
{
|
||||
"id": "api.team.signup_team.email_disabled.app_error",
|
||||
@@ -3370,6 +3378,54 @@
|
||||
"id": "app.import.validate_post_import_data.user_missing.error",
|
||||
"translation": "必須の投稿設定値 User が存在しません。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_reaction_import_data.create_at_before_parent.error",
|
||||
"translation": "リアクション作成日時の設定値は親に当たる投稿の作成日時よりも大きくなくてはなりません。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_reaction_import_data.create_at_missing.error",
|
||||
"translation": "必須のリアクション設定値 create_at が存在しません。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_reaction_import_data.create_at_zero.error",
|
||||
"translation": "リアクションの作成日時には0を設定できません。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_reaction_import_data.emoji_name_length.error",
|
||||
"translation": "リアクション絵文字名の設定値が許可された最大長を超えています。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_reaction_import_data.emoji_name_missing.error",
|
||||
"translation": "必須のリアクション設定値 EmojiName が存在しません。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_reaction_import_data.user_missing.error",
|
||||
"translation": "必須のリアクション設定値 User が存在しません。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_reply_import_data.create_at_before_parent.error",
|
||||
"translation": "返信作成日時の設定値は親に当たる投稿の作成日時よりも大きくなくてはなりません。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_reply_import_data.create_at_missing.error",
|
||||
"translation": "必須の返信設定値 create_at が存在しません。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_reply_import_data.create_at_zero.error",
|
||||
"translation": "返信の作成日時には0を設定できません。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_reply_import_data.message_length.error",
|
||||
"translation": "返信メッセージの設定値が許可された最大長を超えています。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_reply_import_data.message_missing.error",
|
||||
"translation": "必須の返信設定値 Message が存在しません。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_reply_import_data.user_missing.error",
|
||||
"translation": "必須の返信設定値 User が存在しません。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_team_import_data.allowed_domains_length.error",
|
||||
"translation": "チームの許可されたドメインが長すぎます。"
|
||||
@@ -3506,6 +3562,10 @@
|
||||
"id": "app.import.validate_user_import_data.position_length.error",
|
||||
"translation": "ユーザーの役職が長すぎます。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.profile_image.error",
|
||||
"translation": "不正なプロフィール画像です。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.roles_invalid.error",
|
||||
"translation": "ユーザーの役割が正しくありません。"
|
||||
@@ -4582,6 +4642,10 @@
|
||||
"id": "model.compliance.is_valid.start_end_at.app_error",
|
||||
"translation": "有効終了は有効開始の後でなくてはいけません"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.atmos_camo_image_proxy_options.app_error",
|
||||
"translation": "atmos/camo 画像プロキシの設定が不正です。共有キーを設定する必要があります。"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.cluster_email_batching.app_error",
|
||||
"translation": "クラスタリングが有効化されている場合、電子メールバッチ処理は有効化できません。"
|
||||
@@ -4694,6 +4758,10 @@
|
||||
"id": "model.config.is_valid.file_thumb_width.app_error",
|
||||
"translation": "ファイル設定のサムネイルの幅が不正です。ゼロ以上の数を指定してください。"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.image_proxy_type.app_error",
|
||||
"translation": "画像プロキシタイプの設定が不正です。"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.ldap_basedn",
|
||||
"translation": "AD/LDAP項目 \"ベースDN\" は必須です。"
|
||||
@@ -5336,7 +5404,7 @@
|
||||
},
|
||||
{
|
||||
"id": "model.user.is_valid.position.app_error",
|
||||
"translation": "不正な役職: 35文字以上にはできません"
|
||||
"translation": "不正な役職: 128文字以上にはできません"
|
||||
},
|
||||
{
|
||||
"id": "model.user.is_valid.pwd.app_error",
|
||||
@@ -6778,6 +6846,10 @@
|
||||
"id": "store.sql_user_access_token.get.app_error",
|
||||
"translation": "パーソナルアクセストークンを取得できませんでした"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_user_access_token.get_all.app_error",
|
||||
"translation": "パーソナルアクセストークンを取得できませんでした"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_user_access_token.get_by_token.app_error",
|
||||
"translation": "トークンによってパーソナルアクセストークンを取得することができませんでした"
|
||||
@@ -6790,6 +6862,10 @@
|
||||
"id": "store.sql_user_access_token.save.app_error",
|
||||
"translation": "パーソナルアクセストークンを保存できませんでした。"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_user_access_token.search.app_error",
|
||||
"translation": "アクセストークンを探す際にエラーが発生しました"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_webhooks.analytics_incoming_count.app_error",
|
||||
"translation": "内向きのウェブフック数を取得できませんでした"
|
||||
|
||||
Ссылка в новой задаче
Block a user