summaryrefslogtreecommitdiff
path: root/src/components/_sila/Global/Chart.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/_sila/Global/Chart.vue')
-rw-r--r--src/components/_sila/Global/Chart.vue6
1 files changed, 3 insertions, 3 deletions
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',