From b1595b1a1d644e45fbea2f441416b7470430b184 Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Fri, 29 Jul 2022 13:43:39 +0300 Subject: upd locales --- src/components/_sila/Global/Chart.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/_sila/Global') diff --git a/src/components/_sila/Global/Chart.vue b/src/components/_sila/Global/Chart.vue index cfe4e372..dd2135a5 100644 --- a/src/components/_sila/Global/Chart.vue +++ b/src/components/_sila/Global/Chart.vue @@ -58,7 +58,7 @@ export default { zIndex: '1000', width: 2, label: { - text: 'Пороговое значение предупреждения', + text: this.$t('chart.thresholdWarning'), align: 'right', style: { fontFamily: 'Inter, sans-serif', @@ -210,7 +210,7 @@ export default { value: this.shutdown, width: 2, label: { - text: 'Пороговое значения отказ', + text: this.$t('chart.thresholdFailure'), align: 'right', style: { fontFamily: 'Inter', @@ -276,7 +276,7 @@ export default { value: this.shutdown, width: 2, label: { - text: 'Пороговое значения отказ', + text: this.$t('chart.thresholdWarning'), align: 'right', style: { fontFamily: 'Inter', -- cgit v1.2.3