Browse Source

Added Portuguese Language (#856)

Thank you @RuiRibeiro-P4L!
pull/858/head
Philip H 1 year ago
committed by GitHub
parent
commit
f5c7d6b1d5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 27
      src/www/js/i18n.js

27
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',
},
};

Loading…
Cancel
Save