summaryrefslogtreecommitdiffstats
path: root/i18n/ja.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-12-12 13:13:20 -0300
committerChristopher Speller <crspeller@gmail.com>2017-12-12 08:13:20 -0800
commite57a7667ef95ad43dd502518c0b99824a48bacf1 (patch)
tree9d1eacdc42afc5f42b5534551f73b52c8737637b /i18n/ja.json
parent39cf3a998ddcb7ba34ec04b075c6d301d5605ac3 (diff)
downloadchat-e57a7667ef95ad43dd502518c0b99824a48bacf1.tar.gz
chat-e57a7667ef95ad43dd502518c0b99824a48bacf1.tar.bz2
chat-e57a7667ef95ad43dd502518c0b99824a48bacf1.zip
translations PR 20171211 (#7966)
Diffstat (limited to 'i18n/ja.json')
-rw-r--r--i18n/ja.json124
1 files changed, 122 insertions, 2 deletions
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}}"
}
},
{
@@ -1333,6 +1333,10 @@
"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から削除できません。"
},
@@ -3587,6 +3591,10 @@
"translation": "有効なプラグインを取得できませんでした"
},
{
+ "id": "app.plugin.id_length.app_error",
+ "translation": "プラグインIDは{{.Max}}文字未満でなくてはなりません。"
+ },
+ {
"id": "app.plugin.install.app_error",
"translation": "プラグインをインストールできません。"
},
@@ -3935,6 +3943,10 @@
"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インデックス設定を設定できませんでした"
},
@@ -3943,6 +3955,10 @@
"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サーバーへ接続できませんでした"
},
@@ -4031,6 +4047,10 @@
"translation": "不正なAD/LDAPフィルターです"
},
{
+ "id": "ent.message_export.generic.license.error",
+ "translation": "ライセンスはメッセージのエクスポートをサポートしていません。"
+ },
+ {
"id": "ent.metrics.starting.info",
"translation": "メトリクスとプロファイリングのサーバーは%vで接続待ちです"
},
@@ -4367,6 +4387,26 @@
"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",
@@ -4735,6 +4775,30 @@
"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}}以下に設定してください。"
},
@@ -5031,6 +5095,14 @@
"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です"
},
@@ -5727,6 +5799,34 @@
"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": "コマンド数を数えられませんでした"
},
@@ -5787,6 +5887,10 @@
"translation": "コンプライアンスリポートを取得する際にエラーが発生しました"
},
{
+ "id": "store.sql_compliance.message_export.app_error",
+ "translation": "メッセージエクスポートデータを選択できませんでした"
+ },
+ {
"id": "store.sql_compliance.save.saving.app_error",
"translation": "コンプライアンスリポート保存する際にエラーが発生しました"
},
@@ -5991,6 +6095,22 @@
"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": "投稿数を取得できませんでした"
},