[APM] Fix query bar Japanese translation (#68037)

The order of the `select` statement items were reversed in the translation for `xpack.apm.kueryBar.placeholder`, causing an error in the KueryBar component which caused the page to fail to load.

Fix the translation, which fixes the error.

Fixes #67082.
This commit is contained in:
Nathan L Smith 2020-06-03 10:49:48 -05:00 committed by GitHub
parent d7b830a6bf
commit a2f44bc27f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4221,7 +4221,7 @@
"xpack.apm.jvmsTable.nonHeapMemoryColumnLabel": "非ヒープ領域の平均",
"xpack.apm.jvmsTable.threadCountColumnLabel": "最大スレッド数",
"xpack.apm.kueryBar.disabledPlaceholder": "サービスマップの検索は利用できません",
"xpack.apm.kueryBar.placeholder": "検索 {event, select,\n トランザクション {transactions}\n メトリック: {metric}\n エラー {errors}\n その他 {transactions, errors and metrics}\n } (E.g. {queryExample})",
"xpack.apm.kueryBar.placeholder": "検索 {event, select,\n transaction {トランザクション}\n metric {メトリック}\n error {エラー}\n other {その他}\n } (E.g. {queryExample})",
"xpack.apm.license.betaBadge": "ベータ",
"xpack.apm.license.betaTooltipMessage": "現在、この機能はベータです。不具合を見つけた場合やご意見がある場合、サポートに問い合わせるか、またはディスカッションフォーラムにご報告ください。",
"xpack.apm.license.button": "トライアルを開始",