You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"certificateDescription": "To set up the node, you need to configure this certificate to establish a secure connection between the main server and the node",
59
59
"selectNode": "Select a node",
60
+
"noNodes": "No nodes configured",
61
+
"noNodesDescription": "Master Panel doesn't have any cores configured. You need to add and configure a node from",
62
+
"noNodesDescription2": "and connect it to the panel.",
60
63
"logs": {
61
64
"title": "Logs",
62
65
"description": "View and monitor node logs",
@@ -516,8 +519,8 @@
516
519
"admin.disable": "Disabled Admin",
517
520
"admin.enable": "Enabled Admin",
518
521
"deleteAdmin.prompt": "Are you sure you want to remove the <b>{{name}}</b> admin?",
519
-
"activeUsers.prompt": "Do you want to activate all users under this {{name}}?",
520
-
"disableUsers.prompt": "Do you want to disable all users under this {{name}}?",
522
+
"activeUsers.prompt": "Do you want to activate all users under {{name}}?",
523
+
"disableUsers.prompt": "Do you want to disable all users under {{name}}?",
521
524
"manageAccounts": "Control, Update, and Arrange User Accounts",
522
525
"manageGroups": "Control, Update, and Arrange User Groups",
Copy file name to clipboardExpand all lines: dashboard/public/statics/locales/ru.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,9 @@
70
70
"certificateDownloaded": "Сертификат успешно загружен",
71
71
"certificateDescription": "Для настройки узла необходимо настроить этот сертификат для установки безопасного соединения между основным сервером и узлом",
72
72
"selectNode": "Выберите узел",
73
+
"noNodes": "Узлы не настроены",
74
+
"noNodesDescription": "Главная панель не имеет настроенных ядер. Вам нужно добавить и настроить узел из",
75
+
"noNodesDescription2": "и подключить его к панели.",
73
76
"logs": {
74
77
"title": "Журналы",
75
78
"description": "Просмотр и мониторинг журналов узла",
0 commit comments