add Norwegian and Polish lang
This commit is contained in:
parent
ec872acba1
commit
2fd233ee52
|
@ -83,4 +83,58 @@ const messages = { // eslint-disable-line no-unused-vars
|
||||||
donate: 'Bağış Yap',
|
donate: 'Bağış Yap',
|
||||||
changeLang: 'Dil Değiştir',
|
changeLang: 'Dil Değiştir',
|
||||||
},
|
},
|
||||||
|
no: { // github.com/digvalley
|
||||||
|
name: 'Navn',
|
||||||
|
password: 'Passord',
|
||||||
|
signIn: 'Logg Inn',
|
||||||
|
logout: 'Logg Ut',
|
||||||
|
updateAvailable: 'En ny oppdatering er tilgjengelig!',
|
||||||
|
update: 'Oppdater',
|
||||||
|
clients: 'Klienter',
|
||||||
|
new: 'Ny',
|
||||||
|
deleteClient: 'Slett Klient',
|
||||||
|
deleteDialog1: 'Er du sikker på at du vil slette?',
|
||||||
|
deleteDialog2: 'Denne handlingen kan ikke angres',
|
||||||
|
cancel: 'Avbryt',
|
||||||
|
create: 'Opprett',
|
||||||
|
createdOn: 'Opprettet ',
|
||||||
|
lastSeen: 'Sist sett ',
|
||||||
|
totalDownload: 'Total Nedlasting: ',
|
||||||
|
totalUpload: 'Total Opplasting: ',
|
||||||
|
newClient: 'Ny Klient',
|
||||||
|
disableClient: 'Deaktiver Klient',
|
||||||
|
enableClient: 'Aktiver Klient',
|
||||||
|
noClients: 'Ingen klienter opprettet enda.',
|
||||||
|
showQR: 'Vis QR Kode',
|
||||||
|
downloadConfig: 'Last Ned Konfigurasjon',
|
||||||
|
madeBy: 'Laget av',
|
||||||
|
donate: 'Doner',
|
||||||
|
},
|
||||||
|
pl: { // github.com/archont94
|
||||||
|
name: 'Nazwa',
|
||||||
|
password: 'Hasło',
|
||||||
|
signIn: 'Zaloguj się',
|
||||||
|
logout: 'Wyloguj się',
|
||||||
|
updateAvailable: 'Dostępna aktualizacja!',
|
||||||
|
update: 'Aktualizuj',
|
||||||
|
clients: 'Klienci',
|
||||||
|
new: 'Stwórz klienta',
|
||||||
|
deleteClient: 'Usuń klienta',
|
||||||
|
deleteDialog1: 'Jesteś pewny że chcesz usunąć',
|
||||||
|
deleteDialog2: 'Tej akcji nie da się cofnąć.',
|
||||||
|
cancel: 'Anuluj',
|
||||||
|
create: 'Stwórz',
|
||||||
|
createdOn: 'Utworzono ',
|
||||||
|
lastSeen: 'Ostatnio widziany ',
|
||||||
|
totalDownload: 'Całkowite pobieranie: ',
|
||||||
|
totalUpload: 'Całkowite wysyłanie: ',
|
||||||
|
newClient: 'Nowy klient',
|
||||||
|
disableClient: 'Wyłączenie klienta',
|
||||||
|
enableClient: 'Włączenie klienta',
|
||||||
|
noClients: 'Nie ma jeszcze klientów.',
|
||||||
|
showQR: 'Pokaż kod QR',
|
||||||
|
downloadConfig: 'Pobierz konfigurację',
|
||||||
|
madeBy: 'Stworzone przez',
|
||||||
|
donate: 'Wsparcie autora',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue