🐛 fix: Implement encryption and obfuscation features in protocol configuration
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"bandwidth_placeholder": "Geben Sie die Bandbreite ein, lassen Sie das Feld leer für BBR",
|
||||
"basic": "Grundkonfiguration",
|
||||
"cancel": "Abbrechen",
|
||||
"cipher": "Verschlüsselungsalgorithmus",
|
||||
"city": "Stadt",
|
||||
"config": {
|
||||
"actions": {
|
||||
@@ -49,9 +50,19 @@
|
||||
"drawerEditTitle": "Server bearbeiten",
|
||||
"edit": "Bearbeiten",
|
||||
"enabled": "Aktiviert",
|
||||
"encryption_method": "Verschlüsselungsmethode",
|
||||
"encryption": "Verschlüsselungsmethode",
|
||||
"encryption_client_padding": "Client-Padding",
|
||||
"encryption_mode": "Modus",
|
||||
"encryption_password": "Passwort",
|
||||
"encryption_password_placeholder": "Leer lassen für automatische Generierung, manuell ersetzen für post-quanten Verschlüsselung",
|
||||
"encryption_private_key": "Privater Schlüssel",
|
||||
"encryption_private_key_placeholder": "Leer lassen für automatische Generierung, manuell ersetzen für post-quanten Verschlüsselung",
|
||||
"encryption_rtt": "RTT",
|
||||
"encryption_server_padding": "Server-Padding",
|
||||
"encryption_ticket": "Ticketzeit",
|
||||
"expireTime": "Ablaufzeit",
|
||||
"expired": "Abgelaufen",
|
||||
"extra": "Zusätzliche Konfiguration",
|
||||
"flow": "Fluss",
|
||||
"hop_interval": "Hop-Intervall",
|
||||
"hop_ports": "Hop-Ports",
|
||||
@@ -64,12 +75,16 @@
|
||||
"migrateFailed": "Datenmigration fehlgeschlagen",
|
||||
"migrated": "Daten erfolgreich migriert",
|
||||
"migrating": "Wird migriert...",
|
||||
"mode": "Modus",
|
||||
"multiplex": "Multiplex",
|
||||
"name": "Name",
|
||||
"noData": "Keine Daten",
|
||||
"notAvailable": "Nicht verfügbar",
|
||||
"obfs": "Obfuskation",
|
||||
"obfs_host": "Obfs-Host",
|
||||
"obfs_password": "Obfuskationspasswort",
|
||||
"obfs_password_placeholder": "Obfuskationspasswort eingeben",
|
||||
"obfs_path": "Obfs-Pfad",
|
||||
"offline": "Offline",
|
||||
"online": "Online",
|
||||
"onlineUsers": "Online-Benutzer",
|
||||
@@ -78,8 +93,6 @@
|
||||
"pageTitle": "Server",
|
||||
"path": "Pfad",
|
||||
"please_select": "Bitte auswählen",
|
||||
"plugin": "Plugin-Konfiguration",
|
||||
"plugin_opts": "Plugin-Optionen",
|
||||
"port": "Port",
|
||||
"protocol_configurations": "Protokollkonfigurationen",
|
||||
"protocol_configurations_desc": "Aktivieren und konfigurieren Sie die erforderlichen Protokolltypen",
|
||||
|
||||
Reference in New Issue
Block a user