Skip to content

Commit 0a08b8f

Browse files
committed
Merge branch 'master' into dev
2 parents b70e179 + f67e2c5 commit 0a08b8f

File tree

13 files changed

+25
-18
lines changed

13 files changed

+25
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,4 @@
241241
]
242242
}
243243
}
244-
}
244+
}

public/locales/fr/modules/weather.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
}
4141
},
4242
"error": "Une erreur s'est produite"
43-
}
43+
}

public/locales/hu/modules/weather.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
}
4141
},
4242
"error": "Hiba történt"
43-
}
43+
}

public/locales/it/modules/weather.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
}
4141
},
4242
"error": "Si è verificato un errore"
43-
}
43+
}

public/locales/lv/modules/weather.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
}
4141
},
4242
"error": "Radās kļūda"
43-
}
43+
}

public/locales/nl/modules/weather.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
}
4141
},
4242
"error": "Er is een fout opgetreden"
43-
}
43+
}

public/locales/no/modules/weather.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
}
4141
},
4242
"error": "En feil oppstod"
43-
}
43+
}

public/locales/pt/modules/weather.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
}
4141
},
4242
"error": "Ocorreu um erro"
43-
}
43+
}

public/locales/ru/modules/health-monitoring.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"descriptor": {
33
"name": "Мониторинг состояния системы",
4-
"description": "",
4+
"description": "Информация о вашем NAS",
55
"settings": {
66
"title": "",
77
"fahrenheit": {
8-
"label": ""
8+
"label": "По Фаренгейту"
99
},
1010
"cpu": {
1111
"label": "",
@@ -87,13 +87,13 @@
8787
"info": {
8888
"uptime": "Время работы",
8989
"uptimeFormat": "",
90-
"updates": "",
90+
"updates": "Обновления",
9191
"reboot": "Перезагрузка"
9292
},
9393
"errors": {
9494
"general": {
95-
"title": "",
96-
"text": ""
95+
"title": "Не удалось найти ваш NAS",
96+
"text": "Проблема с подключением к вашему NAS. Пожалуйста, проверьте свою конфигурацию/интеграцию."
9797
}
9898
},
9999
"headings": {

public/locales/sk/modules/weather.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
}
4141
},
4242
"error": "Vyskytla sa chyba"
43-
}
43+
}

0 commit comments

Comments
 (0)