|
@ -23,6 +23,7 @@ const messages = { // eslint-disable-line no-unused-vars |
|
|
disableClient: 'Disable Client', |
|
|
disableClient: 'Disable Client', |
|
|
enableClient: 'Enable Client', |
|
|
enableClient: 'Enable Client', |
|
|
noClients: 'There are no clients yet.', |
|
|
noClients: 'There are no clients yet.', |
|
|
|
|
|
noPrivKey: 'This client has no known private key. Cannot create Configuration.', |
|
|
showQR: 'Show QR Code', |
|
|
showQR: 'Show QR Code', |
|
|
downloadConfig: 'Download Configuration', |
|
|
downloadConfig: 'Download Configuration', |
|
|
madeBy: 'Made by', |
|
|
madeBy: 'Made by', |
|
@ -213,6 +214,7 @@ const messages = { // eslint-disable-line no-unused-vars |
|
|
disableClient: 'Client deaktivieren', |
|
|
disableClient: 'Client deaktivieren', |
|
|
enableClient: 'Client aktivieren', |
|
|
enableClient: 'Client aktivieren', |
|
|
noClients: 'Es wurden noch keine Clients konfiguriert.', |
|
|
noClients: 'Es wurden noch keine Clients konfiguriert.', |
|
|
|
|
|
noPrivKey: 'Es ist kein Private Key für diesen Client bekannt. Eine Konfiguration kann nicht erstellt werden.', |
|
|
showQR: 'Zeige den QR Code', |
|
|
showQR: 'Zeige den QR Code', |
|
|
downloadConfig: 'Konfiguration herunterladen', |
|
|
downloadConfig: 'Konfiguration herunterladen', |
|
|
madeBy: 'Erstellt von', |
|
|
madeBy: 'Erstellt von', |
|
|