Skip to content

Commit b100032

Browse files
committed
Observability i18n fixes
* Format `xpack.apm.percentOfParent` correctly so the transactions page in APM doesn't crash. In English it reads like, "(X% of transaction)". I'm not sure what the intention of the changed translation is, but I've changed it to be the equivalent of "(X% transaction)". A correction to the Japanese form here would be appreciated, but this fixes the crash and gets the message across. * Format `xpack.infra.logs.customizeLogs.textSizeRadioGroup` correctly. This was not causing the whole logs page to crash, but was causing an error in the JS console.
1 parent 1f155de commit b100032

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • x-pack/plugins/translations/translations

x-pack/plugins/translations/translations/ja-JP.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4257,7 +4257,7 @@
42574257
"xpack.apm.metrics.transactionChart.transactionDurationLabel": "トランザクション時間",
42584258
"xpack.apm.metrics.transactionChart.transactionsPerMinuteLabel": "1 分あたりのトランザクション数",
42594259
"xpack.apm.notAvailableLabel": "N/A",
4260-
"xpack.apm.percentOfParent": "({parentType, select, transaction { 件中 {value} 件のトランザクション} トレース {trace} })",
4260+
"xpack.apm.percentOfParent": "({value} {parentType, select, transaction {トランザクション} trace {トレース} })",
42614261
"xpack.apm.propertiesTable.agentFeature.noDataAvailableLabel": "利用可能なデータがありません",
42624262
"xpack.apm.propertiesTable.agentFeature.noResultFound": "\"{value}\"に対する結果が見つかりませんでした。",
42634263
"xpack.apm.propertiesTable.tabs.exceptionStacktraceLabel": "例外のスタックトレース",
@@ -7430,7 +7430,7 @@
74307430
"xpack.infra.logs.customizeLogs.customizeButtonLabel": "カスタマイズ",
74317431
"xpack.infra.logs.customizeLogs.lineWrappingFormRowLabel": "改行",
74327432
"xpack.infra.logs.customizeLogs.textSizeFormRowLabel": "テキストサイズ",
7433-
"xpack.infra.logs.customizeLogs.textSizeRadioGroup": "{textScale, select, small {小さい} 中くらい {Medium} 大きい {Large} その他の {{textScale}} }",
7433+
"xpack.infra.logs.customizeLogs.textSizeRadioGroup": "{textScale, select, small {小さい} medium {中くらい} large {大きい} other {{textScale}}}",
74347434
"xpack.infra.logs.customizeLogs.wrapLongLinesSwitchLabel": "長い行を改行",
74357435
"xpack.infra.logs.emptyView.checkForNewDataButtonLabel": "新規データを確認",
74367436
"xpack.infra.logs.emptyView.noLogMessageDescription": "フィルターを調整してみてください。",

0 commit comments

Comments
 (0)