Skip to content

Commit 5aa56c6

Browse files
committed
Fixes & New Strings
1 parent 8fdb609 commit 5aa56c6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

frontend/src/locale/lang/ru.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"access-list.pass-auth": "Pass Auth to Upstream",
88
"access-list.public": "Публично доступен",
99
"access-list.public.subtitle": "Без аутентификации",
10-
"access-list.satisfy-any": "Любое соответствие",
10+
"access-list.satisfy-any": "Любое совпадение",
1111
"access-list.subtitle": "{users} {users, plural, one {User} other {Users}}, {rules} {rules, plural, one {Rule} other {Rules}} - Created: {date}",
1212
"access-lists": "Списки доступа",
1313
"action.add": "Добавить",
@@ -21,7 +21,7 @@
2121
"action.permissions": "Разрешения",
2222
"action.renew": "Продлить",
2323
"action.view-details": "Просмотреть детали",
24-
"auditlogs": "Audit Logs",
24+
"auditlogs": "Журнал аудита",
2525
"cancel": "Отменить",
2626
"certificate": "Сертификат",
2727
"certificate.custom-certificate": "Сертификат",
@@ -49,7 +49,7 @@
4949
"certificates.http.reachability-ok": "Your server is reachable and creating certificates should be possible.",
5050
"certificates.http.reachability-other": "There is a server found at this domain but it returned an unexpected status code {code}. Is it the NPM server? Please make sure your domain points to the IP where your NPM instance is running.",
5151
"certificates.http.reachability-wrong-data": "There is a server found at this domain but it returned an unexpected data. Is it the NPM server? Please make sure your domain points to the IP where your NPM instance is running.",
52-
"certificates.http.test-results": "Test Results",
52+
"certificates.http.test-results": "Результаты проверки",
5353
"certificates.http.warning": "These domains must be already configured to point to this installation.",
5454
"certificates.request.subtitle": "через Let's Encrypt",
5555
"certificates.request.title": "Получить новый сертификат",
@@ -69,7 +69,7 @@
6969
"column.provider": "Провайдер",
7070
"column.roles": "Роли",
7171
"column.rules": "Правила",
72-
"column.satisfy": "Соответствие",
72+
"column.satisfy": "Совпадение",
7373
"column.satisfy-all": "Все",
7474
"column.satisfy-any": "Любое",
7575
"column.scheme": "Схема",
@@ -80,7 +80,7 @@
8080
"dashboard": "Обзор",
8181
"dead-host": "404-хост",
8282
"dead-hosts": "404-хосты",
83-
"dead-hosts.count": "{count} {count, plural, one {404 Host} other {404 Hosts}}",
83+
"dead-hosts.count": "{count} {count, plural, one {404-хост} few {404-хоста} many {404-хостов} other {404-хоста}}",
8484
"disabled": "Выключен",
8585
"domain-names": "Домены",
8686
"domain-names.max": "Максимум доменов: {count}",
@@ -142,13 +142,13 @@
142142
"object.delete": "Удалить {object}",
143143
"object.delete.content": "Вы уверены, что хотите удалить {object}?",
144144
"object.edit": "Изменить {object}",
145-
"object.empty": "Нет {objects}",
146-
"object.event.created": "Создан {object}",
147-
"object.event.deleted": "Удален {object}",
148-
"object.event.disabled": "Выключен {object}",
149-
"object.event.enabled": "Включен {object}",
150-
"object.event.renewed": "Продлен {object}",
151-
"object.event.updated": "Обновлен {object}",
145+
"object.empty": "{objects} отстутствуют",
146+
"object.event.created": "{object} создан",
147+
"object.event.deleted": "{object} удален",
148+
"object.event.disabled": "{object} выключен",
149+
"object.event.enabled": "{object} включен",
150+
"object.event.renewed": "{object} продлен",
151+
"object.event.updated": "{object} обновлен",
152152
"offline": "Офлайн",
153153
"online": "Онлайн",
154154
"options": "Параметры",
@@ -163,7 +163,7 @@
163163
"permissions.visibility.title": "Видимость элементов",
164164
"permissions.visibility.user": "Созданные элементы",
165165
"proxy-host": "Прокси-хост",
166-
"proxy-host.forward-host": "Хост/IP перенаправления",
166+
"proxy-host.forward-host": "Хост / IP перенаправления",
167167
"proxy-hosts": "Прокси-хосты",
168168
"proxy-hosts.count": "{count} {count, plural, one {прокси-хост} few {прокси-хоста} many {прокси-хостов} other {прокси-хоста}}",
169169
"public": "Публичный",
@@ -198,7 +198,7 @@
198198
"test": "Проверить",
199199
"user": "Пользователь",
200200
"user.change-password": "Изменить пароль",
201-
"user.confirm-password": "Подтвердить пароль",
201+
"user.confirm-password": "Повторите пароль",
202202
"user.current-password": "Текущий пароль",
203203
"user.edit-profile": "Изменить профиль",
204204
"user.full-name": "Полное имя",
@@ -208,8 +208,8 @@
208208
"user.nickname": "Псевдоним",
209209
"user.set-password": "Задать пароль",
210210
"user.set-permissions": "Set Permissions for {name}",
211-
"user.switch-dark": "Switch to Dark mode",
212-
"user.switch-light": "Switch to Light mode",
211+
"user.switch-dark": "Включить тёмную тему",
212+
"user.switch-light": "Включить светлую тему",
213213
"username": "Логин",
214214
"users": "Пользователи"
215215
}

0 commit comments

Comments
 (0)