summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-07-29 13:43:39 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-07-29 13:43:39 +0300
commitb1595b1a1d644e45fbea2f441416b7470430b184 (patch)
treed1ede59b892c7b33c751b0767f53dba3f8318b5d /src/components
parentccd5ce16f56cd6fb3b4c332c0274d97f1b798970 (diff)
downloadwebui-vue-b1595b1a1d644e45fbea2f441416b7470430b184.tar.xz
upd locales
Diffstat (limited to 'src/components')
-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',