mail/l10n/pt_BR.js

115 строки
5.6 KiB
JavaScript
Исходник Обычный вид История

2014-10-30 13:57:27 +03:00
OC.L10N.register(
"mail",
{
2018-07-11 03:28:34 +03:00
"Mail" : "E-mail",
2014-10-30 13:57:27 +03:00
"Inbox" : "Caixa de Entrada",
2017-04-16 03:21:50 +03:00
"Sent" : "Enviados",
2014-10-30 13:57:27 +03:00
"Drafts" : "Rascunhos",
2017-04-16 03:21:50 +03:00
"Archive" : "Arquivados",
2014-10-30 13:57:27 +03:00
"Trash" : "Lixeira",
"Junk" : "Lixo",
"All" : "Todos",
2015-06-03 18:41:26 +03:00
"Favorites" : "Favoritos",
2017-04-16 03:21:50 +03:00
"Auto detect failed. Please use manual mode." : "A auto detecção falhou. Por favor use o modo manual.",
2018-01-10 04:45:01 +03:00
"Updating account failed: " : "Falhou ao atualizar a conta:",
2017-10-10 03:33:04 +03:00
"Creating account failed: " : "A criação de contas falhou:",
2015-05-09 22:54:49 +03:00
"Delete permanently" : "Excluir permanentemente",
2018-05-25 03:33:58 +03:00
"IMAP web client" : "Cliente web IMAP",
2018-07-11 03:28:34 +03:00
"Easy to use email client which connects to your mail server via IMAP and SMTP." : "Cliente de e-mail fácil de usar que se conecta ao seu servidor de e-mail via IMAP e SMTP.",
2019-02-07 04:32:31 +03:00
"Auto" : "Automático",
2016-11-29 04:54:22 +03:00
"Name" : "Nome",
2018-07-11 03:28:34 +03:00
"Mail Address" : "Endereço de e-mail",
2016-11-29 04:54:22 +03:00
"Password" : "Senha",
2019-02-07 04:32:31 +03:00
"Manual" : "Manual",
"IMAP Settings" : "Configuração IMAP",
2016-11-29 04:54:22 +03:00
"IMAP Host" : "Host IMAP",
2019-02-07 04:32:31 +03:00
"IMAP Security" : "Segurança IMAP",
2016-11-29 04:54:22 +03:00
"None" : "Não",
2019-02-07 04:32:31 +03:00
"SSL/TLS" : "SSL/TLS",
2016-11-29 04:54:22 +03:00
"STARTTLS" : "STARTTLS",
2017-06-16 03:30:51 +03:00
"IMAP Port" : "Porto IMAP",
2016-11-29 04:54:22 +03:00
"IMAP User" : "Usuário IMAP",
"IMAP Password" : "Senha IMAP",
2019-02-07 04:32:31 +03:00
"SMTP Settings" : "Configuração SMTP",
2016-11-29 04:54:22 +03:00
"SMTP Host" : "Host SMTP",
2019-02-07 04:32:31 +03:00
"SMTP Security" : "Segurança SMTP",
2017-06-17 03:30:04 +03:00
"SMTP Port" : "Porto SMTP",
2016-11-29 04:54:22 +03:00
"SMTP User" : "Usuário SMTP",
2017-01-23 02:31:32 +03:00
"SMTP Password" : "Senha SMTP",
2017-06-27 03:29:10 +03:00
"Connect" : "Conectar",
2019-02-06 14:11:59 +03:00
"Add mail account" : "Adicionar conta de e-mail",
"Use Gravatar and favicon avatars" : "Usar Gravatar e avatares para favicon",
"Keyboard shortcuts" : "Atalhos de teclado",
2017-01-23 02:31:32 +03:00
"from" : "de",
"to" : "para",
2019-02-07 04:32:31 +03:00
"+ cc/bcc" : "+ cc/bcc",
2017-01-23 02:31:32 +03:00
"cc" : "cc",
"bcc" : "cco",
"Subject" : "Assunto",
2019-02-07 04:32:31 +03:00
"Note that the mail came from a noreply address so\tyour reply will probably not be read." : "Observe que veio de um endereço noreply então\tsua resposta não será lida.",
"Message …" : "Mensagem...",
"Saving draft …" : "Salvando rascunho...",
"Draft saved" : "Rascunho salvo",
"Uploading attachments …" : "Enviando anexos...",
2019-02-06 14:11:59 +03:00
"Sending …" : "Enviando...",
2019-02-07 04:32:31 +03:00
"Error sending your message" : "Erro ao enviar sua mensagem",
"Go back" : "Voltar",
"Retry" : "Retentar",
2019-02-06 14:11:59 +03:00
"Message sent!" : "Mensagem enviada!",
2019-02-07 04:32:31 +03:00
"Reply sent!" : "Resposta enviada!",
"Write another message" : "Escrever outra mensagem",
2019-02-06 14:11:59 +03:00
"Send" : "Enviar",
2019-02-07 04:32:31 +03:00
"Uploading …" : "Enviando...",
2017-09-30 03:31:09 +03:00
"Upload attachment" : "Enviar anexo",
"Add attachment from Files" : "Adicionar anexo a partir de arquivos",
2019-02-06 14:11:59 +03:00
"Choose a file to add as attachment" : "Escolha um arquivo para adicionar como anexo",
"No messages in this folder" : "Sem mensagens nesta pasta",
2019-02-07 04:32:31 +03:00
"Draft: " : "Rascunho:",
"Mark read" : "Marcar como lida",
"Mark unread" : "Marcar como não lida",
2019-02-06 14:11:59 +03:00
"Delete" : "Excluir",
2019-02-07 04:32:31 +03:00
"Report this bug" : "Reportar este erro",
"Loading messages" : "Carregando mensagens",
"Not found" : "Não encontrado",
2019-02-06 14:11:59 +03:00
"Could not load your message" : "Não foi possível carregar sua mensagem",
2017-01-23 02:31:32 +03:00
"Import into calendar" : "Importar para o calendário",
2017-04-16 03:21:50 +03:00
"Download attachment" : "Baixar anexo",
2019-02-06 14:11:59 +03:00
"Save to Files" : "Salvar para arquivos",
"Choose a folder to store the attachment in" : "Escolha uma pasta para armazenar os anexos",
"Save all to Files" : "Salvar tudo para Arquivos",
2019-02-07 04:32:31 +03:00
"Choose a folder to store the attachments in" : "Escolha uma pasta para armazenar os anexos",
2019-02-06 14:11:59 +03:00
"The images have been blocked to protect your privacy." : "As imagens foram bloqueadas para proteger sua privacidade",
2019-02-07 04:32:31 +03:00
"Show images from this\tsender" : "Mostrar imagens deste\tremetente",
2019-02-06 14:11:59 +03:00
"New message" : "Nova mensagem",
"Settings" : "Configurações",
2019-03-07 04:23:55 +03:00
"Edit" : "Editar",
"Show all folders" : "Mostrar todas as pastas",
"Collapse folders" : "Esconder as pastas",
"Could not load your draft" : "Não pude carregar seu rascunho",
2019-02-06 14:11:59 +03:00
"Speed up your Mail experience with these quick shortcuts." : "Acelere o uso de seu e-mail com estes atalhos rápidos.",
"Compose new message" : "Redigir nova mensagem",
"Newer message" : "Mensagem mais recente",
"Older message" : "Mensagem mais antiga",
"Toggle star" : "Alterna para estrela",
"Toggle unread" : "Alterna para não lido",
"Search" : "Pesquisar",
"Refresh" : "Atualizar",
"Connect your mail account" : "Conectar sua conta de e-mail",
"{from}\n{subject}" : "{from}\n{subject}",
"_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n nova mensagem \nde {from}","%n novas mensagens \nde {from}"],
"Nextcloud Mail" : "E-mail Nextcloud",
"All inboxes" : "Todas as caixas de entrada",
"Could not load {tag}{name}{endtag}" : "Não foi possível carregar {tag}{name}{endtag}",
"There was a problem loading {tag}{name}{endtag}" : "Ocorreu um problema ao carregar {tag}{name}{endtag}",
"Could not load the desired message" : "Não foi possível carregar a mensagem desejada",
"Could not load the message" : "Não foi possível carregar a mensagem",
"Error loading message" : "Erro carregando mensagem",
"Forwarding to %s" : "Encaminhando para %s",
"Click here if you are not automatically redirected within the next few seconds." : "Clique aqui se você não for redirecionado automaticamente em alguns segundos",
"Redirect" : "Redirecionar",
"The link leads to %s" : "O link leva a %s",
"If you dont want to visit that page, you can return to <a href=\"%s\">Mail</a>." : "Se você não quiser visitar essa página, você pode retornar ao <a href=\"%s\">e-mail</a>.",
"Continue to %s" : "Continue para %s"
2014-10-30 13:57:27 +03:00
},
"nplurals=2; plural=(n > 1);");