From e57a7667ef95ad43dd502518c0b99824a48bacf1 Mon Sep 17 00:00:00 2001 From: enahum Date: Tue, 12 Dec 2017 13:13:20 -0300 Subject: translations PR 20171211 (#7966) --- i18n/ja.json | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 122 insertions(+), 2 deletions(-) (limited to 'i18n/ja.json') diff --git a/i18n/ja.json b/i18n/ja.json index b05199083..ad9e52704 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -719,7 +719,7 @@ "id": "api.command_groupmsg.invalid_user.app_error", "translation": { "one": "ユーザーが見付かりません: {{.Users}}", - "other": "" + "other": "ユーザーが見付かりません: {{.Users}}" } }, { @@ -1332,6 +1332,10 @@ "id": "api.file.move_file.configured.app_error", "translation": "ファイルストレージが正しく設定されていません。S3またはローカルサーバーファイルストレージを設定してください。" }, + { + "id": "api.file.move_file.copy_within_s3.app_error", + "translation": "S3内でファイルをコピーできませんでした。" + }, { "id": "api.file.move_file.delete_from_s3.app_error", "translation": "ファイルをS3から削除できません。" @@ -3586,6 +3590,10 @@ "id": "app.plugin.get_plugins.app_error", "translation": "有効なプラグインを取得できませんでした" }, + { + "id": "app.plugin.id_length.app_error", + "translation": "プラグインIDは{{.Max}}文字未満でなくてはなりません。" + }, { "id": "app.plugin.install.app_error", "translation": "プラグインをインストールできません。" @@ -3934,6 +3942,10 @@ "id": "ent.elasticsearch.start.create_bulk_processor_failed.app_error", "translation": "Elasticsearch Bulk Processorを生成することが出来ませんでした" }, + { + "id": "ent.elasticsearch.start.create_bulk_processor_failed.app_error", + "translation": "Elasticsearch Bulk Processorを生成することが出来ませんでした" + }, { "id": "ent.elasticsearch.start.index_settings_failed", "translation": "Elasticsearchインデックス設定を設定できませんでした" @@ -3942,6 +3954,10 @@ "id": "ent.elasticsearch.start.start_bulk_processor_failed.app_error", "translation": "Elasticsearch Bulk Processorを開始することが出来ませんでした" }, + { + "id": "ent.elasticsearch.start.start_bulk_processor_failed.app_error", + "translation": "Elasticsearch Bulk Processorを開始することが出来ませんでした" + }, { "id": "ent.elasticsearch.test_config.connect_failed", "translation": "Elasticsearchサーバーへ接続できませんでした" @@ -4030,6 +4046,10 @@ "id": "ent.ldap.validate_filter.app_error", "translation": "不正なAD/LDAPフィルターです" }, + { + "id": "ent.message_export.generic.license.error", + "translation": "ライセンスはメッセージのエクスポートをサポートしていません。" + }, { "id": "ent.metrics.starting.info", "translation": "メトリクスとプロファイリングのサーバーは%vで接続待ちです" @@ -4366,6 +4386,26 @@ "id": "model.channel_member.is_valid.user_id.app_error", "translation": "不正なユーザーIDです" }, + { + "id": "model.channel_member_history.is_valid.channel_id.app_error", + "translation": "不正なチャンネルIDです" + }, + { + "id": "model.channel_member_history.is_valid.join_time.app_error", + "translation": "不正な参加日時です" + }, + { + "id": "model.channel_member_history.is_valid.leave_time.app_error", + "translation": "不正な脱退日時です" + }, + { + "id": "model.channel_member_history.is_valid.user_email.app_error", + "translation": "不正なユーザー電子メールです" + }, + { + "id": "model.channel_member_history.is_valid.user_id.app_error", + "translation": "不正なユーザーIDです" + }, { "id": "model.client.connecting.app_error", "translation": "サーバーに接続中にエラーになりました" @@ -4540,7 +4580,7 @@ }, { "id": "model.config.is_valid.data_retention.deletion_job_start_time.app_error", - "translation": "データ保持ジョブの開始時間は HH:MM 形式の24時間表示でなくてはなりません。" + "translation": "データ保持処理の開始時刻は HH:MM 形式の24時間表示でなくてはなりません。" }, { "id": "model.config.is_valid.data_retention.file_retention_days_too_low.app_error", @@ -4734,6 +4774,30 @@ "id": "model.config.is_valid.max_users.app_error", "translation": "チーム設定のチーム毎の最大ユーザー数が不正です。正の数を指定してください。" }, + { + "id": "model.config.is_valid.message_export.batch_size.app_error", + "translation": "メッセージエクスポート処理の BatchSize は正の整数でなくてはなりません" + }, + { + "id": "model.config.is_valid.message_export.daily_runtime.app_error", + "translation": "メッセージエクスポート処理の DailyRuntime はHH:MM形式の24時間表記でなくてはなりません。" + }, + { + "id": "model.config.is_valid.message_export.enable.app_error", + "translation": "メッセージエクスポート処理の EnableExport 設定はtrueかfalseでなくてはなりません" + }, + { + "id": "model.config.is_valid.message_export.export_from.app_error", + "translation": "メッセージエクスポート処理の ExportFromTimestamp は(ユニックス標準時からの秒数で表される)タイムスタンプでなくてはなりません。このタイムスタンプ以降に投稿されたメッセージのみエクスポートされます。" + }, + { + "id": "model.config.is_valid.message_export.file_location.app_error", + "translation": "メッセーエクスポート処理の FileLocation はエクスポートデータが書き込まれる書き込み可能なディレクトリでなくてはなりません" + }, + { + "id": "model.config.is_valid.message_export.file_location.relative", + "translation": "メッセージエクスポート処理の FileLocation は FileSettings.Directory のサブディレクトリでなくてはなりません" + }, { "id": "model.config.is_valid.password_length.app_error", "translation": "最小パスワード長さは、{{.MinLength}}以上、{{.MaxLength}}以下に設定してください。" @@ -5030,6 +5094,14 @@ "id": "model.outgoing_hook.is_valid.words.app_error", "translation": "不正なトリガーワードです" }, + { + "id": "model.plugin_key_value.is_valid.key.app_error", + "translation": "不正なキーです。{{.Min}}文字以上 {{.Max}}文字以下でなくてはなりません。" + }, + { + "id": "model.plugin_key_value.is_valid.plugin_id.app_error", + "translation": "不正なプラグインIDです。{{.Min}}文字以上 {{.Max}}文字以下でなくてはなりません。" + }, { "id": "model.post.is_valid.channel_id.app_error", "translation": "不正なチャンネルIDです" @@ -5726,6 +5798,34 @@ "id": "store.sql_channel.update_member.app_error", "translation": "チャンネルのメンバーを更新する際にエラーが発生しました" }, + { + "id": "store.sql_channel_member_history.get_all.app_error", + "translation": "記録を取得できませんでした" + }, + { + "id": "store.sql_channel_member_history.get_users_in_channel_at.app_error", + "translation": "指定日時のチャンネル内ユーザーを取得できませんでした" + }, + { + "id": "store.sql_channel_member_history.get_users_in_channel_during.app_error", + "translation": "指定日時内のチャンネル内ユーザーを取得できませんでした" + }, + { + "id": "store.sql_channel_member_history.log_join_event.app_error", + "translation": "チャンネルメンバーの履歴を記録できませんでした" + }, + { + "id": "store.sql_channel_member_history.log_leave_event.select_error", + "translation": "チャンネルメンバーの履歴を記録できませんでした。参加記録が見つかりません" + }, + { + "id": "store.sql_channel_member_history.log_leave_event.update_error", + "translation": "チャンネルメンバーの履歴を記録できませんでした。既存の参加記録を更新できませんでした" + }, + { + "id": "store.sql_channel_member_history.permanent_delete_batch.app_error", + "translation": "記録を破棄できませんでした" + }, { "id": "store.sql_command.analytics_command_count.app_error", "translation": "コマンド数を数えられませんでした" @@ -5786,6 +5886,10 @@ "id": "store.sql_compliance.get.finding.app_error", "translation": "コンプライアンスリポートを取得する際にエラーが発生しました" }, + { + "id": "store.sql_compliance.message_export.app_error", + "translation": "メッセージエクスポートデータを選択できませんでした" + }, { "id": "store.sql_compliance.save.saving.app_error", "translation": "コンプライアンスリポート保存する際にエラーが発生しました" @@ -5990,6 +6094,22 @@ "id": "store.sql_oauth.update_app.updating.app_error", "translation": "アプリケーションを更新する際にエラーが発生しました" }, + { + "id": "store.sql_plugin_store.delete.app_error", + "translation": "プラグインのキーを削除できませんでした" + }, + { + "id": "store.sql_plugin_store.get.app_error", + "translation": "プラグインのキーを取得できませんでした" + }, + { + "id": "store.sql_plugin_store.save.app_error", + "translation": "プラグインのキーを保存、更新できませんでした" + }, + { + "id": "store.sql_plugin_store.save_unique.app_error", + "translation": "一意名制約に違反するため、プラグインのキーを保存、更新できませんでした" + }, { "id": "store.sql_post.analytics_posts_count.app_error", "translation": "投稿数を取得できませんでした" -- cgit v1.2.3-1-g7c22