🐛 fix: Implement encryption and obfuscation features in protocol configuration
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"bandwidth_placeholder": "Skriv inn båndbredde, la stå tomt for BBR",
|
||||
"basic": "Grunnleggende Konfigurasjon",
|
||||
"cancel": "Avbryt",
|
||||
"cipher": "Krypteringsalgoritme",
|
||||
"city": "By",
|
||||
"config": {
|
||||
"actions": {
|
||||
@@ -49,9 +50,19 @@
|
||||
"drawerEditTitle": "Rediger server",
|
||||
"edit": "Rediger",
|
||||
"enabled": "Aktivert",
|
||||
"encryption_method": "Krypteringsmetode",
|
||||
"encryption": "Krypteringsmetode",
|
||||
"encryption_client_padding": "Klient Padding",
|
||||
"encryption_mode": "Modus",
|
||||
"encryption_password": "Passord",
|
||||
"encryption_password_placeholder": "La stå tom for automatisk generering, erstatt manuelt for post-kvantum kryptering",
|
||||
"encryption_private_key": "Privat nøkkel",
|
||||
"encryption_private_key_placeholder": "La stå tom for automatisk generering, erstatt manuelt for post-kvantum kryptering",
|
||||
"encryption_rtt": "RTT",
|
||||
"encryption_server_padding": "Server Padding",
|
||||
"encryption_ticket": "Billettid",
|
||||
"expireTime": "Utløpstid",
|
||||
"expired": "Utløpt",
|
||||
"extra": "Ekstra konfigurasjon",
|
||||
"flow": "Flyt",
|
||||
"hop_interval": "Hoppintervall",
|
||||
"hop_ports": "Hoppporter",
|
||||
@@ -64,12 +75,16 @@
|
||||
"migrateFailed": "Datamigrering mislyktes",
|
||||
"migrated": "Data migrert med suksess",
|
||||
"migrating": "Migrerer...",
|
||||
"mode": "Modus",
|
||||
"multiplex": "Multiplex",
|
||||
"name": "Navn",
|
||||
"noData": "Ingen data",
|
||||
"notAvailable": "Ikke tilgjengelig",
|
||||
"obfs": "Obfuskering",
|
||||
"obfs_host": "Obfs Vert",
|
||||
"obfs_password": "Obfuskasjonspassord",
|
||||
"obfs_password_placeholder": "Skriv inn obfuskasjonspassord",
|
||||
"obfs_path": "Obfs Sti",
|
||||
"offline": "Frakoblet",
|
||||
"online": "På nett",
|
||||
"onlineUsers": "Brukere på nett",
|
||||
@@ -78,8 +93,6 @@
|
||||
"pageTitle": "Servere",
|
||||
"path": "Sti",
|
||||
"please_select": "Vennligst velg",
|
||||
"plugin": "Plugin Konfigurasjon",
|
||||
"plugin_opts": "Plugin Alternativer",
|
||||
"port": "Port",
|
||||
"protocol_configurations": "Protokoll Konfigurasjoner",
|
||||
"protocol_configurations_desc": "Aktiver og konfigurer de nødvendige protokolltypene",
|
||||
|
||||
Reference in New Issue
Block a user