diff --git a/ui/src/i18n/pt.js b/ui/src/i18n/pt.js index e3e754c8a..ffbcb96ec 100644 --- a/ui/src/i18n/pt.js +++ b/ui/src/i18n/pt.js @@ -53,32 +53,44 @@ export default deepmerge(portugueseMessages, { user: { name: 'Usuário |||| Usuários', fields: { - name: 'Nome' - } - }, - transcoding: { - name: 'Conversão |||| Conversões', - fields: { + userName: 'Usuário', + isAdmin: 'Admin?', + lastLoginAt: 'Últ. Login', + updatedAt: 'Últ. Atualização', name: 'Nome' } }, player: { name: 'Tocador |||| Tocadores', fields: { - name: 'Nome' + name: 'Nome', + transcodingId: 'Conversão', + maxBitRate: 'Bitrate máx', + client: 'Cliente', + userName: 'Usuário', + lastSeen: 'Últ. acesso' + } + }, + transcoding: { + name: 'Conversão |||| Conversões', + fields: { + name: 'Nome', + targetFormat: 'Formato', + defaultBitRate: 'Bitrate padrão', + command: 'Comando' } } }, ra: { auth: { - welcome1: 'Thanks for installing Navidrome!', - welcome2: 'To start, create an admin user', - confirmPassword: 'Confirm Password', - buttonCreateAdmin: 'Create Admin' + welcome1: 'Obrigado por instalar Navidrome!', + welcome2: 'Para iniciar, crie um usuário admin', + confirmPassword: 'Confirme a senha', + buttonCreateAdmin: 'Criar Admin' }, validation: { - invalidChars: 'Please only use letter and numbers', - passwordDoesNotMatch: 'Password does not match' + invalidChars: 'Somente use letras e numeros', + passwordDoesNotMatch: 'Senha não confere' } }, menu: { diff --git a/ui/src/player/PlayerEdit.js b/ui/src/player/PlayerEdit.js index 89b208998..a2707f9c7 100644 --- a/ui/src/player/PlayerEdit.js +++ b/ui/src/player/PlayerEdit.js @@ -19,7 +19,6 @@ const PlayerEdit = (props) => ( ( } exporter={false} {...props}> - + (r.maxBitRate ? r.maxBitRate : 'Unlimited')} />