chore(i18n): components.settings.sysproxy.*
This commit is contained in:
@@ -293,23 +293,8 @@
|
||||
"Install": "Installieren",
|
||||
"Uninstall": "Deinstallieren",
|
||||
"System Proxy": "Systemproxy",
|
||||
"System Proxy Setting": "Systemproxy-Einstellungen",
|
||||
"Current System Proxy": "Aktueller Systemproxy",
|
||||
"Enable status": "Aktivierungsstatus: ",
|
||||
"Enabled": "Aktiviert",
|
||||
"Disabled": "Deaktiviert",
|
||||
"Server Addr": "Serveradresse: ",
|
||||
"Proxy Host": "Proxy-Host",
|
||||
"Invalid Proxy Host Format": "Ungültiges Format für den Proxy-Host",
|
||||
"Proxy Guard": "Systemproxy-Schutz",
|
||||
"Proxy Guard Info": "Aktivieren Sie diese Option, um zu verhindern, dass andere Software die Proxy-Einstellungen des Betriebssystems ändert.",
|
||||
"Guard Duration": "Proxy-Schutz-Intervall",
|
||||
"Always use Default Bypass": "Immer die Standard-Umgehung verwenden",
|
||||
"Proxy Bypass": "Proxy-Umgehungseinstellungen: ",
|
||||
"Bypass": "Aktuelle Umgehung: ",
|
||||
"Use PAC Mode": "PAC-Modus verwenden",
|
||||
"PAC Script Content": "PAC-Skriptinhalt",
|
||||
"PAC URL": "PAC-Adresse: ",
|
||||
"Auto Launch": "Beim Start automatisch starten",
|
||||
"Administrator mode may not support auto launch": "Der Administrator-Modus unterstützt möglicherweise keine automatische Startfunktion.",
|
||||
"Network Interface": "Netzwerkschnittstelle",
|
||||
@@ -355,8 +340,6 @@
|
||||
"Uninstalling Service...": "Service wird deinstalliert...",
|
||||
"Service Installed Successfully": "Service erfolgreich installiert",
|
||||
"Service Uninstalled Successfully": "Service erfolgreich deinstalliert",
|
||||
"Proxy Daemon Duration Cannot be Less than 1 Second": "Das Intervall des Proxy-Daemons darf nicht weniger als 1 Sekunde betragen.",
|
||||
"Invalid Bypass Format": "Ungültiges Format für die Proxy-Umgehung",
|
||||
"Core Version Updated": "Kernversion wurde aktualisiert",
|
||||
"Clash Core Restarted": "Clash-Kern wurde neu gestartet",
|
||||
"Currently on the Latest Version": "Sie verwenden bereits die neueste Version",
|
||||
@@ -1043,6 +1026,36 @@
|
||||
"portableError": "Die portable Version unterstützt keine In-App-Aktualisierung. Bitte laden Sie die Dateien manuell herunter und ersetzen Sie sie.",
|
||||
"breakChangeError": "Dies ist eine wichtige Aktualisierung. Die In-App-Aktualisierung wird nicht unterstützt. Bitte deinstallieren Sie die Software und laden Sie die neue Version manuell herunter und installieren Sie sie."
|
||||
}
|
||||
},
|
||||
"sysproxy": {
|
||||
"title": "Systemproxy-Einstellungen",
|
||||
"fieldsets": {
|
||||
"currentStatus": "Aktueller Systemproxy"
|
||||
},
|
||||
"fields": {
|
||||
"enableStatus": "Aktivierungsstatus: ",
|
||||
"serverAddr": "Serveradresse: ",
|
||||
"pacUrl": "PAC-Adresse: ",
|
||||
"proxyHost": "Proxy-Host",
|
||||
"usePacMode": "PAC-Modus verwenden",
|
||||
"proxyGuard": "Systemproxy-Schutz",
|
||||
"guardDuration": "Proxy-Schutz-Intervall",
|
||||
"alwaysUseDefaultBypass": "Immer die Standard-Umgehung verwenden",
|
||||
"proxyBypass": "Proxy-Umgehungseinstellungen: ",
|
||||
"bypass": "Aktuelle Umgehung: ",
|
||||
"pacScriptContent": "PAC-Skriptinhalt"
|
||||
},
|
||||
"tooltips": {
|
||||
"proxyGuard": "Aktivieren Sie diese Option, um zu verhindern, dass andere Software die Proxy-Einstellungen des Betriebssystems ändert."
|
||||
},
|
||||
"messages": {
|
||||
"durationTooShort": "Das Intervall des Proxy-Daemons darf nicht weniger als 1 Sekunde betragen.",
|
||||
"invalidBypass": "Ungültiges Format für die Proxy-Umgehung",
|
||||
"invalidProxyHost": "Ungültiges Format für den Proxy-Host"
|
||||
},
|
||||
"actions": {
|
||||
"editPac": "Bearbeiten PAC"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user