chore: i18n for connections module
This commit is contained in:
@@ -110,6 +110,20 @@
|
||||
"switchInterrupted": "Profile switch interrupted by new selection",
|
||||
"batchDeleted": "Selected profiles deleted successfully"
|
||||
}
|
||||
},
|
||||
"connections": {
|
||||
"title": "Verbindungen",
|
||||
"summary": {
|
||||
"downloaded": "Heruntergeladen",
|
||||
"uploaded": "Hochgeladen"
|
||||
},
|
||||
"actions": {
|
||||
"listView": "Listenansicht",
|
||||
"tableView": "Tabellenansicht",
|
||||
"pause": "Pausieren",
|
||||
"resume": "Fortsetzen",
|
||||
"closeAll": "Alle schließen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Label-Home": "Startseite",
|
||||
@@ -871,6 +885,31 @@
|
||||
"fileInput": {
|
||||
"chooseFile": "Datei auswählen"
|
||||
}
|
||||
},
|
||||
"connection": {
|
||||
"fields": {
|
||||
"host": "Host",
|
||||
"downloaded": "Heruntergeladen",
|
||||
"uploaded": "Hochgeladen",
|
||||
"dlSpeed": "Download-Geschwindigkeit",
|
||||
"ulSpeed": "Upload-Geschwindigkeit",
|
||||
"chains": "Ketten",
|
||||
"rule": "Regel",
|
||||
"process": "Prozess",
|
||||
"time": "Verbindungszeit",
|
||||
"source": "Quelladresse",
|
||||
"destination": "Zieladresse",
|
||||
"destinationPort": "Zielport",
|
||||
"type": "Typ"
|
||||
},
|
||||
"actions": {
|
||||
"closeConnection": "Verbindung schließen"
|
||||
},
|
||||
"order": {
|
||||
"default": "Default",
|
||||
"uploadSpeed": "Upload-Geschwindigkeit",
|
||||
"downloadSpeed": "Download-Geschwindigkeit"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user