Skip to content

Commit

Permalink
Fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Sep 14, 2020
1 parent a59fafc commit ee43b9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -1432,10 +1432,7 @@
"discover.localMenu.saveTitle": "保存",
"discover.localMenu.shareSearchDescription": "検索を共有します",
"discover.localMenu.shareTitle": "共有",
"discover.noResults.addressShardFailuresTitle": "シャードエラーの解決",
"discover.noResults.expandYourTimeRangeTitle": "時間範囲を拡大",
"discover.noResults.indexFailureIndexText": "インデックス {failureIndex}",
"discover.noResults.indexFailureShardText": "{index}、シャード {failureShard}",
"discover.noResults.queryMayNotMatchTitle": "1つ以上の表示されているインデックスに日付フィールドが含まれています。クエリが現在の時間範囲のデータと一致しないか、現在選択された時間範囲にデータが全く存在しない可能性があります。データが存在する時間範囲に変えることができます。",
"discover.noResults.searchExamples.400to499StatusCodeExampleTitle": "400-499のすべてのステータスコードを検索",
"discover.noResults.searchExamples.400to499StatusCodeWithPhpExtensionExampleTitle": "400-499のphp拡張子のステータスコードを検索",
Expand All @@ -1446,7 +1443,6 @@
"discover.noResults.searchExamples.queryStringSyntaxLinkText": "クエリ文字列の構文",
"discover.noResults.searchExamples.refineYourQueryTitle": "クエリの調整",
"discover.noResults.searchExamples.statusField200StatusCodeExampleTitle": "ステータスフィールドの200を検索",
"discover.noResults.shardFailuresDescription": "次のシャードエラーが発生しました。",
"discover.notifications.invalidTimeRangeText": "指定された時間範囲が無効です。(開始:'{from}'、終了:'{to}')",
"discover.notifications.invalidTimeRangeTitle": "無効な時間範囲",
"discover.notifications.notSavedSearchTitle": "検索「{savedSearchTitle}」は保存されませんでした。",
Expand Down
4 changes: 0 additions & 4 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -1433,10 +1433,7 @@
"discover.localMenu.saveTitle": "保存",
"discover.localMenu.shareSearchDescription": "共享搜索",
"discover.localMenu.shareTitle": "共享",
"discover.noResults.addressShardFailuresTitle": "解决分片错误",
"discover.noResults.expandYourTimeRangeTitle": "展开时间范围",
"discover.noResults.indexFailureIndexText": "索引 {failureIndex}",
"discover.noResults.indexFailureShardText": "{index},分片 {failureShard}",
"discover.noResults.queryMayNotMatchTitle": "您正在查看的一个或多个索引包含日期字段。您的查询在当前时间范围内可能不匹配任何数据,也可能在当前选定的时间范围内没有任何数据。您可以尝试将时间范围更改为包含数据的时间范围。",
"discover.noResults.searchExamples.400to499StatusCodeExampleTitle": "查找所有介于 400-499 之间的状态代码",
"discover.noResults.searchExamples.400to499StatusCodeWithPhpExtensionExampleTitle": "查找状态代码 400-499 以及扩展名 php",
Expand All @@ -1447,7 +1444,6 @@
"discover.noResults.searchExamples.queryStringSyntaxLinkText": "查询字符串语法",
"discover.noResults.searchExamples.refineYourQueryTitle": "优化您的查询",
"discover.noResults.searchExamples.statusField200StatusCodeExampleTitle": "在状态字段中查找 200",
"discover.noResults.shardFailuresDescription": "发生了以下分片错误:",
"discover.notifications.invalidTimeRangeText": "提供的时间范围无效。(起始:“{from}”,结束:“{to}”)",
"discover.notifications.invalidTimeRangeTitle": "时间范围无效",
"discover.notifications.notSavedSearchTitle": "搜索“{savedSearchTitle}”未保存。",
Expand Down

0 comments on commit ee43b9e

Please sign in to comment.