This commit is contained in:
Domipoke
2026-06-25 19:58:23 +02:00
parent 372c622025
commit 955801c666
147 changed files with 18829 additions and 0 deletions
@@ -0,0 +1,40 @@
{
"panel": {
"emptyTitle": "Kein VPN gefunden",
"emptyDescription": "Verwende den Netzwerk-Manager um ein VPN hinzuzufügen"
},
"toast": {
"connectedTo": "Verbunden mit {name}",
"disconnectedFrom": "Von {Name} getrennt",
"connectionError": "Verbindungsaufbau mit {name} fehlgeschlagen",
"disconnectionError": "Die Trennung von {name} ist fehlgeschlagen",
"vpnRemoved": "VPN \"{name}\" wurde entfernt",
"vpnRemoveError": "Der VPN \"{name}\" konnte nicht entfernt werden"
},
"settings": {
"pluginSettings": "Plugin Einstellungen",
"connectedColor": "Verknüpfte Farbe",
"connectedColorDescription": "Wähle die Farbe für das Symbol und den Text aus, die bei bestehender Verbindung angezeigt werden sollen",
"disconnectedColor": "Nicht verknüpfte Farbe",
"disconnectedColorDescription": "Wähle die Farbe für das Symbol und den Text bei unterbrochener Verbindung aus",
"vpnConnections": "VPN Verbindungen",
"noVpnConnections": "Keine VPN Verbindungen konfiguriert",
"addVpn": "VPN hinzufügen",
"addWireguard": "WireGuard hinzufügen",
"disableToastNotifications": "Toast-Benachrichtigungen deaktivieren",
"disableToastNotificationsDescription": "Keine Toast-Benachrichtigungen anzeigen, wenn eine VPN-Verbindung hergestellt oder getrennt wird"
},
"common": {
"vpn": "VPN",
"refresh": "Aktualisieren",
"connected": "Verbunden",
"disconnected": "Getrennt",
"connect": "Verbinden",
"disconnect": "Trennen",
"close": "Schließen",
"settings": "Einstellungen",
"edit": "Bearbeiten",
"delete": "Löschen",
"cancel": "Abbrechen"
}
}
@@ -0,0 +1,40 @@
{
"panel": {
"emptyTitle": "No VPN found",
"emptyDescription": "Use Network Manager to add a VPN"
},
"toast": {
"connectedTo": "Connected to {name}",
"disconnectedFrom": "Disconnected from {name}",
"connectionError": "Failed to connect {name}",
"disconnectionError": "Failed to disconnect {name}",
"vpnRemoved": "VPN \"{name}\" removed",
"vpnRemoveError": "Failed to remove VPN \"{name}\""
},
"settings": {
"pluginSettings": "Plugin settings",
"connectedColor": "Connected color",
"connectedColorDescription": "Chose the color to use for icon and text when connected",
"disconnectedColor": "Disconnected color",
"disconnectedColorDescription": "Chose the color to use for icon and text when disconnected",
"vpnConnections": "VPN Connections",
"noVpnConnections": "No VPN connections configured.",
"addVpn": "Add VPN",
"addWireguard": "Add WireGuard",
"disableToastNotifications": "Disable toast notifications",
"disableToastNotificationsDescription": "Do not show toast notifications when a VPN connects or disconnects"
},
"common": {
"vpn": "VPN",
"refresh": "Refresh",
"connected": "Connected",
"disconnected": "Disconnected",
"connect": "Connect",
"disconnect": "Disconnect",
"close": "Close",
"settings": "Settings",
"edit": "Edit",
"delete": "Delete",
"cancel": "Cancel"
}
}
@@ -0,0 +1,40 @@
{
"panel": {
"emptyTitle": "VPN не найден",
"emptyDescription": "Используйте Менеджер Подключений для добавления VPN"
},
"toast": {
"connectedTo": "Подключиться к {name}",
"disconnectedFrom": "Отключиться от {name}",
"connectionError": "Ошибка подключения к {name}",
"disconnectionError": "Ошибка отключения от {name}",
"vpnRemoved": "VPN \"{name}\" удалён",
"vpnRemoveError": "Ошибка удаления VPN \"{name}\""
},
"settings": {
"pluginSettings": "Настройка плагина",
"connectedColor": "Цвет активного подключения",
"connectedColorDescription": "Выберите цвет значка и текста при активном подключении",
"disconnectedColor": "Цвет отсутствия подключения",
"disconnectedColorDescription": "Выберите цвет значка и текста при отсутствии подключения",
"vpnConnections": "VPN-соединения",
"noVpnConnections": "VPN-подключения не настроены.",
"addVpn": "Добавить VPN",
"addWireguard": "Добавить WireGuard",
"disableToastNotifications": "Отключить уведомления",
"disableToastNotificationsDescription": "Не показывать уведомления о статусе VPN-соединения"
},
"common": {
"vpn": "VPN",
"refresh": "Обновить",
"connected": "Подключено",
"disconnected": "Отключено",
"connect": "Подключить",
"disconnect": "Отключить",
"close": "Закрыть",
"settings": "Настройки",
"edit": "Редактировать",
"delete": "Удалить",
"cancel": "Отмена"
}
}