Skip to content

Commit 8a78b18

Browse files
authored
#4547: cleanup ru i18n (#4587)
1 parent 0c3fa26 commit 8a78b18

File tree

12 files changed

+64
-34
lines changed

12 files changed

+64
-34
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"about": {
3-
"title": "О приложении Spring Boot Admin",
4-
"label": "О нас"
3+
"title": "О Spring Boot Admin",
4+
"label": "О проекте"
55
}
66
}
Lines changed: 40 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
{
22
"applications": {
3+
"actions": {
4+
"journal": "Журнал",
5+
"notification_filters": "Фильтры уведомлений",
6+
"unregister": "Удалить регистрацию",
7+
"shutdown": "Остановить",
8+
"restart": "Перезапустить"
9+
},
310
"all_up": "все доступны",
11+
"all_down": "все недоступны",
12+
"all_unknown": "все в неизвестном состоянии",
13+
"some_unknown": "некоторые экземпляры в неизвестном состоянии",
14+
"some_down": "экземпляры недоступны",
415
"applications": "Приложения",
16+
"fetching_notification_filters_failed": "Ошибка загрузки фильтров уведомлений.",
17+
"notification_filter": {
18+
"none": "Фильтры уведомлений не установлены.",
19+
"removed": "Фильтр уведомлений удалён."
20+
},
521
"instances": "Экземпляры",
6-
"some_down": "экземпляры недоступны",
722
"loading_applications": "Загрузка приложений...",
823
"no_applications_registered": "Нет зарегистрированных приложений.",
924
"notifications_suppressed_for": "Уведомления для <code>{name}</code> отключены на",
@@ -13,13 +28,31 @@
1328
"status": "Статус",
1429
"label": "Приложения",
1530
"up": "ОК",
16-
"shutdown": "Shutdown application <code>{name}</code>?",
17-
"restart": "Restart application <code>{name}</code>?",
18-
"restarted": "Successfully restarted application <code>{name}</code>"
31+
"down": "недоступен",
32+
"offline": "оффлайн",
33+
"shutdown": "Остановить приложение <code>{name}</code>?",
34+
"shutdown_successful": "Приложение {name} успешно остановлено.",
35+
"refreshed": "Приложения обновлены.",
36+
"restart": "Перезапустить приложение <code>{name}</code>?",
37+
"restarted": "Приложение <code>{name}</code> успешно перезапущено.",
38+
"unregister": "Удалить регистрацию приложения <code>{name}</code>?",
39+
"unregister_successful": "Регистрация приложения <code>{name}</code> успешно удалена.",
40+
"unregister_failed": "Ошибка удаления регистрации приложения <code>{name}</code> ({error})."
1941
},
2042
"instances": {
21-
"shutdown": "Shutdown instance <code>{name}</code>?",
22-
"restart": "Restart instance <code>{name}</code>?",
23-
"restarted": "Successfully restarted instance"
43+
"shutdown": "Остановить экземпляр <code>{name}</code>?",
44+
"shutdown_successful": "Экземпляр {name} успешно остановлен.",
45+
"shutdown_failed": "Ошибка остановки экземпляра {name}.",
46+
"restart": "Перезапустить экземпляр <code>{name}</code>?",
47+
"restarted": "Экземпляр {name} успешно перезапущен.",
48+
"unregister": "Удалить регистрацию экземпляра <code>{name}</code>?",
49+
"unregister_successful": "Регистрация экземпляра <code>{name}</code> успешно удалена.",
50+
"unregister_failed": "Ошибка удаления регистрации экземпляра <code>{name}</code> ({error})."
51+
},
52+
"notification_filter_center": {
53+
"description": "Уведомления для следующих приложений или экземпляров будут отключены."
54+
},
55+
"filter": {
56+
"no_results": "Нет результатов, соответствующих вашему фильтру."
2457
}
2558
}

spring-boot-admin-server-ui/src/main/frontend/views/instances/auditevents/i18n.ru.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"no_audit_events_found": "События аудита не найдены.",
88
"principal": "Принципал",
99
"remote_address": "Адрес",
10-
"session_id": "Id сессии",
10+
"session_id": "Идентификатор сессии",
1111
"timestamp": "Время",
1212
"type": "Тип",
1313
"label": "Журнал аудита"

spring-boot-admin-server-ui/src/main/frontend/views/instances/details/i18n.ru.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"process": {
4747
"cpus": "Процессоры",
48-
"pid": "PID",
48+
"pid": "PID (Идентификатор процесса)",
4949
"parent_pid": "Родительский PID",
5050
"owner": "Владелец",
5151
"process_cpu_usage": "Использование процессами",

spring-boot-admin-server-ui/src/main/frontend/views/instances/httptrace/i18n.ru.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"successful_requests": "успешные запросы",
1111
"total_requests": "всего запросов"
1212
},
13-
"content_type_response": "Response Content-Type",
14-
"content_type_request": "Request Content-Type",
15-
"length_request": "Request Длина",
13+
"content_type_response": "Тип содержимого ответа",
14+
"content_type_request": "Тип содержимого запроса",
15+
"length_request": "Длина запроса",
1616
"fetching_failed": "Ошибка трассировки.",
1717
"limit": "ограничение",
1818
"filter": {
@@ -21,7 +21,7 @@
2121
"server_errors": "ошибки сервера",
2222
"success": "успех"
2323
},
24-
"length_response": "Response Длина",
24+
"length_response": "Длина ответа",
2525
"method": "Метод",
2626
"no_traces_found": "Трассировка не найдена.",
2727
"status": "Статус",

spring-boot-admin-server-ui/src/main/frontend/views/instances/jolokia/i18n.ru.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"executing": "Выполнение...",
99
"execution_failed": "Ошибка при выполнении.",
1010
"execution_successful": "Выполнено успешно.",
11-
"mbeans": "MBeans"
11+
"mbeans": "MBeans",
12+
"execute_modal_header": "Выполнить <code>{name}</code>?"
1213
}
1314
}
1415
}

spring-boot-admin-server-ui/src/main/frontend/views/instances/mappings/i18n.ru.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
"mappings": {
44
"label": "Маппинги",
55
"class": "Класс",
6-
"consumes": "Consumes",
7-
6+
"consumes": "Потребляет",
87
"filter_name": "Название фильтра",
98
"handler": "Обработчик",
109
"headers": "Заголовки",
1110
"http-verb": "Метод",
1211
"mappings_not_supported_spring_boot_1": "Маппинги не поддерживаются для приложений на Spring Boot 1.x.",
1312
"parameters": "Параметры",
14-
"produces": "Produces",
13+
"produces": "Производит",
1514
"servlet_name": "Имя сервлета",
16-
"url_pattern": "Url паттерн"
15+
"url_pattern": "URL-шаблон"
1716
}
1817
}
1918
}

spring-boot-admin-server-ui/src/main/frontend/views/instances/quartz/i18n.ru.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"instances": {
33
"quartz": {
44
"label": "Quartz",
5-
"no_data": "Нет информации о кварце"
5+
"no_data": "Нет информации о Quartz"
66
}
77
}
88
}

spring-boot-admin-server-ui/src/main/frontend/views/instances/scheduledtasks/i18n.ru.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
"label": "Планировщик заданий",
55
"no_scheduledtasks": "Нет запланированных заданий.",
66
"cron": {
7-
"expression": "Expression",
8-
"runnable": "Runnable",
9-
"title": "Cron"
7+
"expression": "Выражение",
8+
"runnable": "Выполняемый объект",
9+
"title": "Крон"
1010
},
11-
1211
"fixed_delay": {
1312
"initial_delay_ms": "Начальная задержка (мс)",
1413
"interval_ms": "Интервал (мс)",

spring-boot-admin-server-ui/src/main/frontend/views/instances/sessions/i18n.ru.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
"created_at": "Создано",
77
"expired": "Истекла",
88
"expiry": "Истечение",
9-
109
"last_accessed_at": "Последний доступ",
1110
"loading_sessions": "Загрузка сессий...",
1211
"max_inactive_interval": "Максимальный неактивный<br>интервал",
1312
"no_sessions_found": "Сессии не найдены",
14-
"session_id": "Id сессии",
13+
"session_id": "Идентификатор сессии",
1514
"unlimited": "Неограничен"
1615
}
1716
}

0 commit comments

Comments
 (0)