Skip to content

Commit d368f1d

Browse files
committed
Merge pull request 'Release v1.8.1' (#47) from bugfix/EVO-725-texts into master
Reviewed-on: https://git.tech.wbsrv.ru/web-server/angie-console-light/pulls/47
2 parents 4828ba8 + e0f042b commit d368f1d

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v1.8.1](https://github.com/webserver-llc/angie-console-light/releases/tag/1.8.1) (2025-09-08)
4+
5+
### Fixed
6+
- Fixed incorrect terms in Settings and tooltips
7+
38
## [v1.8.0](https://github.com/webserver-llc/angie-console-light/releases/tag/1.8.0) (2025-06-26)
49

510
### Added
@@ -47,7 +52,7 @@
4752
- Added switching the server to the "draining" state in the upstream context
4853

4954
## [v1.2.1](https://github.com/webserver-llc/angie-console-light/releases/tag/1.2.1) (2023-12-26)
50-
- Added an active health checks in the Stream context
55+
- Added an active health probe in the Stream context
5156

5257
## [v1.2.0](https://github.com/webserver-llc/angie-console-light/releases/tag/1.2.0) (2023-12-25)
5358
- Upstream editing added in the Stream context

locales/en/upstreams/peer-tooltip.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Failed": "Failed",
3-
"Passive health check failed": "Passive health check failed",
4-
"Active health check failed": "Active health check failed",
3+
"Passive health check failed": "Passive health probe failed",
4+
"Active health check failed": "Active health probe failed",
55
"Checking": "Checking",
66
"Up": "Up",
77
"Down": "Down",

locales/ru/pages/configfiles.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Copy": "Скопировать",
3-
"The <2>config_files</2> object is unavailable; check your configuration and ensure the <6>api_config_files</6> directive is enabled.": "Объект <2>config_files</2> не доступен; проверьте конфигурацию и убедитесь, что директива <6>api_config_files</6> включена.",
3+
"The <2>config_files</2> object is unavailable; check your configuration and ensure the <6>api_config_files</6> directive is enabled.": "Объект <2>config_files</2> недоступен; проверьте конфигурацию и убедитесь, что директива <6>api_config_files</6> включена.",
44
"Config Files": "Конфигурация"
55
}

locales/ru/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Update every": "Обновлять каждые",
44
"sec": "сек.",
55
"4xx warnings threshold": "Пороговое значение ошибок для 4xx",
6-
"Calculate hit ratio for the past": "Вычислять за последние",
6+
"Calculate hit ratio for the past": "Вычислять коэффициент попадания в кэш за последние",
77
"Non synced data threshold": "Пороговое значение для несинхронизированных данных",
88
"Resolver errors threshold": "Пороговое значение ошибок DNS",
99
"Save": "Сохранить",

locales/ru/upstreams/peer-tooltip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"Busy": "Занят",
99
"Type: backup": "Тип: запасной",
1010
"Total downtime:": "Простаивает",
11-
"Down since:": "Не доступен с"
11+
"Down since:": "Недоступен с"
1212
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angie-console-light",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Angie Console Light",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)