feat: add german translation
This commit is contained in:
parent
88bb67e263
commit
4bc110bca5
|
@ -137,7 +137,7 @@ const messages = { // eslint-disable-line no-unused-vars
|
|||
madeBy: 'Stworzone przez',
|
||||
donate: 'Wsparcie autora',
|
||||
},
|
||||
fr: {
|
||||
fr: { // github.com/clem3109
|
||||
name: 'Nom',
|
||||
password: 'Mot de passe',
|
||||
signIn: 'Se Connecter',
|
||||
|
@ -164,4 +164,31 @@ const messages = { // eslint-disable-line no-unused-vars
|
|||
madeBy: 'Développé par',
|
||||
donate: 'Soutenir',
|
||||
},
|
||||
de: { // github.com/florian-asche
|
||||
name: 'Name',
|
||||
password: 'Passwort',
|
||||
signIn: 'Login',
|
||||
logout: 'Logout',
|
||||
updateAvailable: 'Ein Update steht zur Verfügung!',
|
||||
update: 'Update',
|
||||
clients: 'Clients',
|
||||
new: 'Neu',
|
||||
deleteClient: 'Client löschen',
|
||||
deleteDialog1: 'Möchtest du wirklich löschen?',
|
||||
deleteDialog2: 'Diese Aktion kann nicht rückgängig gemacht werden.',
|
||||
cancel: 'Abbrechen',
|
||||
create: 'Erstellen',
|
||||
createdOn: 'Erstellt am ',
|
||||
lastSeen: 'Zuletzt Online ',
|
||||
totalDownload: 'Gesamt Download: ',
|
||||
totalUpload: 'Gesamt Upload: ',
|
||||
newClient: 'Neuer Client',
|
||||
disableClient: 'Client deaktivieren',
|
||||
enableClient: 'Client aktivieren',
|
||||
noClients: 'Es wurden noch keine Clients konfiguriert.',
|
||||
showQR: 'Zeige den QR Code',
|
||||
downloadConfig: 'Konfiguration herunterladen',
|
||||
madeBy: 'Erstellt von',
|
||||
donate: 'Spenden',
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue