Skip to content

Commit 40b0429

Browse files
committed
Fix i18n
1 parent 4eb1ab2 commit 40b0429

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11816,9 +11816,9 @@
1181611816
"xpack.uptime.pingList.expandRow": "拡張",
1181711817
"xpack.uptime.snapshot.pingsOverTimeTitle": "一定時間のピング",
1181811818
"xpack.uptime.snapshotHistogram.yAxis.title": "ピング",
11819-
"xpack.uptime.donutChart.ariaLabel": "現在のステータスを表す円グラフ、{total} 個中 {down} 個のモニターがダウンしています。",
11820-
"xpack.uptime.donutChart.legend.downRowLabel": "ダウン",
11821-
"xpack.uptime.donutChart.legend.upRowLabel": "アップ",
11819+
"xpack.uptime.snapshot.donutChart.ariaLabel": "現在のステータスを表す円グラフ、{total} 個中 {down} 個のモニターがダウンしています。",
11820+
"xpack.uptime.snapshot.donutChart.legend.downRowLabel": "ダウン",
11821+
"xpack.uptime.snapshot.donutChart.legend.upRowLabel": "アップ",
1182211822
"xpack.uptime.durationChart.emptyPrompt.description": "このモニターは選択された時間範囲で一度も {emphasizedText} していません。",
1182311823
"xpack.uptime.durationChart.emptyPrompt.title": "利用可能な期間データがありません",
1182411824
"xpack.uptime.emptyStateError.notAuthorized": "アップタイムデータの表示が承認されていません。システム管理者にお問い合わせください。",

x-pack/plugins/translations/translations/zh-CN.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11905,9 +11905,9 @@
1190511905
"xpack.uptime.pingList.expandRow": "展开",
1190611906
"xpack.uptime.snapshot.pingsOverTimeTitle": "时移 Ping 数",
1190711907
"xpack.uptime.snapshotHistogram.yAxis.title": "Ping",
11908-
"xpack.uptime.donutChart.ariaLabel": "显示当前状态的饼图。{down} 个监测已关闭,共 {total} 个。",
11909-
"xpack.uptime.donutChart.legend.downRowLabel": "关闭",
11910-
"xpack.uptime.donutChart.legend.upRowLabel": "运行",
11908+
"xpack.uptime.snapshot.donutChart.ariaLabel": "显示当前状态的饼图。{down} 个监测已关闭,共 {total} 个。",
11909+
"xpack.uptime.snapshot.donutChart.legend.downRowLabel": "关闭",
11910+
"xpack.uptime.snapshot.donutChart.legend.upRowLabel": "运行",
1191111911
"xpack.uptime.durationChart.emptyPrompt.description": "在选定时间范围内此监测从未{emphasizedText}。",
1191211912
"xpack.uptime.durationChart.emptyPrompt.title": "没有持续时间数据",
1191311913
"xpack.uptime.emptyStateError.notAuthorized": "您无权查看 Uptime 数据,请联系系统管理员。",

0 commit comments

Comments
 (0)