Philip H
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
27 additions and
0 deletions
-
src/www/js/i18n.js
|
|
@ -353,4 +353,31 @@ const messages = { // eslint-disable-line no-unused-vars |
|
|
|
madeBy: 'Gert af', |
|
|
|
donate: 'Gefa', |
|
|
|
}, |
|
|
|
pt: { |
|
|
|
name: 'Nome', |
|
|
|
password: 'Palavra Chave', |
|
|
|
signIn: 'Entrar', |
|
|
|
logout: 'Sair', |
|
|
|
updateAvailable: 'Existe uma atualização disponível!', |
|
|
|
update: 'Atualizar', |
|
|
|
clients: 'Clientes', |
|
|
|
new: 'Novo', |
|
|
|
deleteClient: 'Apagar Clientes', |
|
|
|
deleteDialog1: 'Tem certeza que pretende apagar', |
|
|
|
deleteDialog2: 'Esta ação não pode ser revertida.', |
|
|
|
cancel: 'Cancelar', |
|
|
|
create: 'Criar', |
|
|
|
createdOn: 'Criado em ', |
|
|
|
lastSeen: 'Último acesso em ', |
|
|
|
totalDownload: 'Total Download: ', |
|
|
|
totalUpload: 'Total Upload: ', |
|
|
|
newClient: 'Novo Cliente', |
|
|
|
disableClient: 'Desativar Cliente', |
|
|
|
enableClient: 'Ativar Cliente', |
|
|
|
noClients: 'Não existem ainda clientes.', |
|
|
|
showQR: 'Apresentar o código QR', |
|
|
|
downloadConfig: 'Descarregar Configuração', |
|
|
|
madeBy: 'Feito por', |
|
|
|
donate: 'Doar', |
|
|
|
}, |
|
|
|
}; |
|
|
|