Reworked user portal. devided admin and user UI
Build and Publish / Build and Publish Docker Image (push) Successful in 3m7s
Build and Publish / Build and Publish Docker Image (push) Successful in 3m7s
This commit is contained in:
@@ -88,6 +88,7 @@ translations! {
|
||||
configs_create: "Create" , "Создать";
|
||||
configs_sync: "Sync Secret" , "Синхронизировать Secret";
|
||||
configs_rollout_heading: "Apply status" , "Статус применения";
|
||||
configs_server_status: "Server status" , "Статус серверов";
|
||||
configs_refresh: "Refresh" , "Обновить";
|
||||
configs_config_updated: "Config updated" , "Конфиг обновлён";
|
||||
configs_loading_status: "Loading status..." , "Загрузка статуса...";
|
||||
@@ -111,6 +112,9 @@ translations! {
|
||||
configs_status_pending_apply: "pending apply" , "ждёт применения";
|
||||
configs_status_error: "reload error" , "ошибка reload";
|
||||
configs_status_unknown: "unknown" , "неизвестно";
|
||||
configs_status_online: "online" , "онлайн";
|
||||
configs_status_offline: "offline" , "оффлайн";
|
||||
configs_status_unavailable: "status unavailable" , "статус недоступен";
|
||||
configs_never: "n/a" , "н/д";
|
||||
configs_servers: "Servers" , "Серверы";
|
||||
configs_loading_servers: "Loading servers..." , "Загрузка серверов...";
|
||||
@@ -125,6 +129,32 @@ translations! {
|
||||
configs_no: "no" , "нет";
|
||||
configs_empty: "No configs yet." , "Конфигов пока нет.";
|
||||
configs_name_placeholder: "Client name" , "Имя клиента";
|
||||
configs_portal_kicker: "Client portal" , "Клиентский портал";
|
||||
configs_portal_heading: "My VPN keys" , "Мои VPN-ключи";
|
||||
configs_key_status: "Key status" , "Статус ключей";
|
||||
configs_active_keys: "Active" , "Активные";
|
||||
configs_total_keys: "Total" , "Всего";
|
||||
configs_new_key: "New key" , "Новый ключ";
|
||||
configs_empty_title: "Create your first key" , "Создайте первый ключ";
|
||||
configs_empty_hint: "It will appear here after creation." , "После создания он появится здесь.";
|
||||
configs_enabled_state: "active" , "активен";
|
||||
configs_disabled_state: "disabled" , "отключён";
|
||||
configs_copy_link: "Copy" , "Копировать";
|
||||
configs_qr_code: "QR code" , "QR-код";
|
||||
configs_choose_server: "Choose server" , "Выбрать сервер";
|
||||
configs_updated: "Updated" , "Обновлён";
|
||||
configs_key_ready: "Ready" , "Готов";
|
||||
notice_success_title: "Done" , "Готово";
|
||||
notice_warning_title: "Needs attention" , "Нужно внимание";
|
||||
notice_error_title: "Something went wrong" , "Что-то сломалось";
|
||||
notice_sync_warning_title: "Saved, but not applied" , "Сохранено, но не применено";
|
||||
notice_sync_warning_message: "The key list changed, but VPN servers did not receive the new config yet." , "Список ключей изменён, но VPN-серверы пока не получили новый конфиг.";
|
||||
notice_create_success: "Key created." , "Ключ создан.";
|
||||
notice_update_success: "Key updated." , "Ключ обновлён.";
|
||||
notice_delete_success: "Key deleted." , "Ключ удалён.";
|
||||
notice_server_list_error_title: "Server list unavailable" , "Список серверов недоступен";
|
||||
notice_server_list_error_message: "Could not load VPN servers." , "Не удалось загрузить VPN-серверы.";
|
||||
notice_detail: "Detail" , "Детали";
|
||||
|
||||
// VPN server management
|
||||
servers_empty: "No registered servers." , "Нет зарегистрированных серверов.";
|
||||
|
||||
Reference in New Issue
Block a user