{% extends "base.html" %} {% block title_extra %} โ€” {{ _('nav_settings') }}{% endblock %} {% block content %}
โš™๏ธ {{ _('settings_title') }}

{{ _('appearance') }}

{{ _('captcha_title') }}

{{ _('guest_settings_title') }}

{{ _('guest_enable_hint') }}
{{ _('guest_user_hint') }}
{% if settings.guest.password_hash %} {% endif %}
{{ _('guest_allow_create_hint') }}
{{ _('xui_inbound_hint') }}

{{ _('telegram_bot_title') }}

{{ _('bot_status') }}: {% if bot_running %} {{ _('bot_running') }} {% else %} {{ _('bot_stopped') }} {% endif %}

{{ _('bot_hint') }}

๐ŸŒ {{ _('tunnels_title') }}

{{ _('local_server') }} {{ _('active') }}
{{ request.url.scheme }}://{{ request.url.netloc }}
Cloudflare Quick Tunnel {{ _('not_installed') }}
{{ _('tunnel_no_public_url') }}
ngrok Tunnel + Authtoken {{ _('not_installed') }}
{{ _('tunnel_no_public_url') }}
Cloudflare WARP {{ _('not_installed') }}
{{ _('warp_status_unknown') }}
{{ _('warp_hint') }}

{{ _('tunnels_hint') }}

๐Ÿ”’ {{ _('ssl_title') }}

{{ _('or_paste_text') }}

{{ _('ssl_hint') }}

{{ _('import_users_title') }}

{{ _('sync_hint') }}
{{ _('xui_servers_manage_hint') }}
{{ _('xui_sync_hint') }}

{{ _('xui_servers_title') }}

{{ _('xui_servers_hint') }}
{% if xui_servers %} {% for s in xui_servers %}
๐ŸŒ€
{{ s.name }}
{{ s.url }} {% if s.sub_url %}ยท sub: {{ s.sub_url }}{% endif %}
{% endfor %} {% else %}
{{ _('xui_servers_empty') }}
{% endif %}

๐Ÿ“ค {{ _('backup_title') }}

โฌ‡๏ธ {{ _('download_backup') }}

{{ _('restore_confirm') }}

๐Ÿ”‘ {{ _('api_tokens_title') }}

{{ _('api_tokens_hint') }}

{{ _('api_tokens_empty') }}

โ„น๏ธ {{ _('about_title') }}

{{ _('current_version') }} {{ current_version }}
{% endblock %}