calendar/l10n/pt_BR.js

431 lines
26 KiB
JavaScript
Raw Permalink Normal View History

2018-02-12 22:15:39 +00:00
OC.L10N.register(
"calendar",
{
2019-10-22 02:19:59 +00:00
"User-Session unexpectedly expired" : "Sessão do usuário expirou inesperadamente",
"Provided email-address is not valid" : "O e-mail fornecido não é válido",
2018-02-12 22:15:39 +00:00
"%s has published the calendar »%s«" : "%s publicou o calendário »%s«",
2019-10-22 02:19:59 +00:00
"Unexpected error sending email. Please contact your administrator." : "Erro inesperado ao enviar e-mail. Entre em contato com o administrador.",
"Successfully sent email to %1$s" : "E-mail enviado com sucesso para %1$s",
2018-02-12 22:15:39 +00:00
"Hello," : "Olá,",
"We wanted to inform you that %s has published the calendar »%s«." : "Informamos que %s publicou o calendário »%s«.",
"Open »%s«" : "Abrir »%s«",
"Cheers!" : "Saudações!",
2020-09-04 02:22:41 +00:00
"Upcoming events" : "Próximos eventos",
2020-02-18 02:23:53 +00:00
"Calendar" : "Calendário",
2018-05-26 00:17:01 +00:00
"A Calendar app for Nextcloud" : "Um aplicativo de Calendário para Nextcloud",
2020-09-15 02:15:33 +00:00
"The Calendar app is a user interface for Nextcloud's CalDAV server. Easily sync events from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Contacts - more to come.\n* 🌐 **WebCal Support!** Want to see your favorite teams matchdays in your calendar? No problem!\n* 🙋 **Attendees!** Invite people to your events\n* ⌚️ **Free/Busy!** See when your attendees are available to meet\n* ⏰ **Reminders!** Get alarms for events inside your browser and via email\n* 🔍 Search! Find your events at ease\n* ☑️ Tasks! See tasks with a due date directly in the calendar\n* 🙈 **Were not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries." : "O aplicativo Calendário é uma interface de usuário para o servidor CalDAV do Nextcloud. Sincronize facilmente eventos de vários dispositivos com o Nextcloud e edite-os online.\n\n* 🚀 **Integração com outros aplicativos Nextcloud!** Atualmente Contatos - mais por vir.\n* 🌐 **Suporte WebCal!** Deseja ver as partidas do seu time no calendário? Sem problemas!\n* 🙋 **Participantes!** Convide pessoas para seus eventos\n* ⌚️ **Disponibilidade:** Veja quando seus participantes estarão disponíveis para atender\n* ⏰ **Lembretes!** Receba alarmes para eventos no seu navegador e via e-mail.\n* 🔍 Pesquise! Encontre seus eventos facilmente\n* ☑️ Tarefas! Veja as tarefas com a data de entrega diretamente no calendário\n* 🙈 **Não estamos reinventando a roda!** Baseado nas excelentes bibliotecas [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) e [fullcalendar](https://github.com/fullcalendar/fullcalendar).",
2019-10-22 02:19:59 +00:00
"Previous day" : "Dia anterior",
"Previous week" : "Semana anterior",
"Previous month" : "Mês anterior",
"Next day" : "Próximo dia",
"Next week" : "Próxima semana",
"Next month" : "Próximo mês",
2019-10-25 02:20:07 +00:00
"+ New event" : "+ Novo evento",
2019-10-20 02:21:35 +00:00
"Today" : "Hoje",
2018-02-12 22:15:39 +00:00
"Day" : "Dia",
"Week" : "Semana",
"Month" : "Mês",
2020-09-04 02:22:41 +00:00
"List" : "Lista",
2019-10-22 02:19:59 +00:00
"Untitled calendar" : "Calendário sem título",
"Edit name" : "Editar nome",
2019-11-23 02:20:52 +00:00
"Saving name …" : "Salvando nome...",
2019-10-22 02:19:59 +00:00
"Edit color" : "Editar cor",
2019-11-23 02:20:52 +00:00
"Saving color …" : "Salvando cor...",
2019-10-22 02:19:59 +00:00
"Copy private link" : "Copiar link privado",
2018-02-12 22:15:39 +00:00
"Download" : "Baixar",
2019-10-22 02:19:59 +00:00
"Unshare from me" : "Descompartilhar comigo",
2019-10-20 02:21:35 +00:00
"Delete" : "Excluir",
2019-10-22 02:19:59 +00:00
"An error occurred, unable to change visibility of the calendar." : "Erro ao alterar a visibilidade do calendário.",
"An error occurred, unable to delete the calendar." : "Erro ao excluir o calendário.",
"Calendar link copied to clipboard." : "Link do calendário copiado para a área de transferência.",
"Calendar link could not be copied to clipboard." : "Não foi possível copiar o link da agenda para a área de transferência.",
"An error occurred, unable to rename the calendar." : "Erro ao renomear o calendário.",
"An error occurred, unable to change the calendar's color." : "Erro ao alterar a cor do calendário.",
"_Unsharing the calendar in {countdown} second_::_Unsharing the calendar in {countdown} seconds_" : ["Descompartilhando o calendário em {countdown} segundo","Descompartilhando o calendário em {countdown} segundos"],
"_Deleting the calendar in {countdown} second_::_Deleting the calendar in {countdown} seconds_" : ["Excluindo o calendário em {countdown} segundo","Excluindo o calendário em {countdown} segundos"],
2018-02-12 22:15:39 +00:00
"Share link" : "Compartilhar link",
2019-10-22 02:19:59 +00:00
"Publish calendar" : "Publicar calendário",
"Publishing calendar" : "Calendário de publicação",
"Copy public link" : "Copiar link público",
"Send link to calendar via email" : "Enviar link para o calendário via e-mail",
2019-12-05 02:21:46 +00:00
"Enter one address" : "Digite um endereço",
2019-11-23 02:20:52 +00:00
"Sending email …" : "Enviando e-mail...",
2019-10-22 02:19:59 +00:00
"Copy subscription link" : "Copiar link de inscrição",
2019-11-23 02:20:52 +00:00
"Copying link …" : "Copiando link...",
2019-10-22 02:19:59 +00:00
"Copied link" : "Link copiado",
"Could not copy link" : "Não foi possível copiar o link",
"Copy embedding code" : "Copiar código de incorporação",
2019-11-23 02:20:52 +00:00
"Copying code …" : "Copiando código...",
2019-10-22 02:19:59 +00:00
"Copied code" : "Código copiado",
"Could not copy code" : "Não foi possível copiar o código",
"Delete share link" : "Excluir compartilhamento do link",
2019-11-23 02:20:52 +00:00
"Deleting share link …" : "Excluindo link de compartilhamento...",
2019-10-22 02:19:59 +00:00
"An error occurred, unable to publish calendar." : "Erro ao publicar calendário.",
2019-12-05 02:21:46 +00:00
"An error occurred, unable to send email." : "Erro ao tentar enviar o e-mail.",
2019-10-22 02:19:59 +00:00
"Embed code copied to clipboard." : "Código de incorporação copiado para a área de transferência.",
"Embed code could not be copied to clipboard." : "O código de incorporação não pôde ser copiado para a área de transferência.",
"Unpublishing calendar failed" : "Erro ao despublicar o calendário",
"Share with users or groups" : "Compartilhar com usuários ou grupos",
"No users or groups" : "Nenhum usuário ou grupo",
2019-10-20 02:21:35 +00:00
"can edit" : "pode editar",
2019-10-22 02:19:59 +00:00
"Unshare with {displayName}" : "Descompartilhar com {displayName}",
"An error occurred, unable to change the unshare the calendar." : "Erro ao descompartilhar o calendário.",
"An error occurred, unable to change the permission of the share." : "Erro ao alterar a permissão do compartilhamento.",
2019-10-27 02:18:30 +00:00
"+ New calendar" : "+ Novo calendário",
2018-02-12 22:15:39 +00:00
"New calendar" : "Novo calendário",
2019-11-23 02:20:52 +00:00
"Creating calendar …" : "Criando calendário...",
2019-10-27 02:18:30 +00:00
"New calendar with task list" : "Novo calendário com lista de tarefas",
2020-02-01 02:22:45 +00:00
"New subscription from link (read-only)" : "Nova subscrição do link (somente leitura)",
2019-11-23 02:20:52 +00:00
"Creating subscription …" : "Criando assinatura...",
2019-10-22 02:19:59 +00:00
"An error occurred, unable to create the calendar." : "Erro ao criar o calendário.",
"Please enter a valid link (starting with http://, https://, webcal://, or webcals://)" : "Digite um link válido (começando com http://, https://, webcal://, ou webcals://)",
"Trash bin" : "Lixeira",
"You do not have any deleted calendars or events" : "Você não tem nenhum calendário ou evento excluído",
"Name" : "Nome",
"Deleted" : "Excluído",
"Restore" : "Restaurar",
"Delete permanently" : "Excluir permanentemente",
"Untitled event" : "Evento sem título",
"Could not load deleted calendars and objects" : "Não foi possível carregar calendários e objetos excluídos",
"Could not restore calendar or event" : "Não foi possível restaurar o calendário ou evento",
"_Elements in the trash bin are deleted after {numDays} day_::_Elements in the trash bin are deleted after {numDays} days_" : ["O elemento da lixeira será excluído após {numDays} dia","Os elementos da lixeira são excluídos após {numDays} dias"],
2020-06-24 02:21:58 +00:00
"Could not update calendar order." : "Não foi possível atualizar o pedido da agenda.",
2019-10-22 02:19:59 +00:00
"Import calendars" : "Importar calendários",
2019-11-23 02:20:52 +00:00
"Please select a calendar to import into …" : "Selecione o calendário para onde importar...",
2019-10-22 02:19:59 +00:00
"Filename" : "Nome de arquivo",
"Calendar to import into" : "Calendário a importar",
2019-10-20 02:21:35 +00:00
"Cancel" : "Cancelar",
2019-10-22 02:19:59 +00:00
"_Import calendar_::_Import calendars_" : ["Importar calendário","Importar calendários"],
2020-02-28 02:24:27 +00:00
"{filename} is an unsupported file-type" : "{filename} é um tipo de arquivo não suportado",
"{filename} could not be parsed" : "{filename} não pôde ser analisado",
"No valid files found, aborting import" : "Nenhum arquivo válido encontrado, importação interrompida",
2019-10-22 02:19:59 +00:00
"Import partially failed. Imported {accepted} out of {total}." : "Erro na importação. Importado {accepted} de {total}.",
"_Successfully imported %n event_::_Successfully imported %n events._" : ["%n evento importado.","%n eventos importados."],
"Automatic" : "Automático",
2020-03-29 02:26:09 +00:00
"Automatic ({detected})" : "Automático ({detected})",
2019-10-22 02:19:59 +00:00
"New setting was not saved successfully." : "A nova configuração não foi salva.",
2020-05-02 02:21:36 +00:00
"Shortcut overview" : "Visão geral de atalhos",
2020-05-01 02:22:02 +00:00
"or" : "ou",
2020-05-02 02:21:36 +00:00
"Navigation" : "Navegação",
"Previous period" : "Período anterior",
"Next period" : "Próximo período",
"Views" : "Visualizações",
"Day view" : "Visão diária",
"Week view" : "Visão semanal",
"Month view" : "Visão mensal",
"List view" : "Exibição de lista",
2020-05-01 02:22:02 +00:00
"Actions" : "Ações",
2020-05-02 02:21:36 +00:00
"Create event" : "Criar evento",
"Show shortcuts" : "Mostrar atalhos",
2019-10-22 02:19:59 +00:00
"Enable birthday calendar" : "Ativar calendário de aniversários",
2020-04-19 02:22:07 +00:00
"Show tasks in calendar" : "Mostrar tarefas no calendário",
2019-10-22 02:19:59 +00:00
"Enable simplified editor" : "Ativar o editor simplificado",
2020-02-27 02:24:09 +00:00
"Limit visible events per view" : "Limitar eventos visíveis por visualização",
2019-10-22 02:19:59 +00:00
"Show weekends" : "Mostrar fins de semana",
2019-04-12 00:16:33 +00:00
"Show week numbers" : "Exibir o número das semanas",
"Time increments" : "Incrementos de tempo",
"Default reminder" : "Lembrete padrão",
2020-03-30 02:24:11 +00:00
"Copy primary CalDAV address" : "Copiar endereço CalDAV primário",
2019-10-22 02:19:59 +00:00
"Copy iOS/macOS CalDAV address" : "Copiar endereço iOS/macOS CalDAV",
2020-05-02 02:21:36 +00:00
"Show keyboard shortcuts" : "Mostrar atalhos de teclado",
"Settings & import" : "Configurações e importação",
"No reminder" : "Nenhum lembrete",
2019-10-22 02:19:59 +00:00
"CalDAV link copied to clipboard." : "Link CalDAV copiado para a área de transferência.",
"CalDAV link could not be copied to clipboard." : "Link CalDAV não copiado para a área de transferência.",
"before at" : "antes das",
"Notification" : "Notificação",
2019-10-20 02:21:35 +00:00
"Email" : "E-mail",
2019-10-22 02:19:59 +00:00
"Audio notification" : "Notificação de áudio",
"Other notification" : "Outras notificações",
"Relative to event" : "Relativo ao evento",
"On date" : "Na data",
2019-12-05 02:21:46 +00:00
"Edit time" : "Editar horário",
"Save time" : "Salvar horário",
2020-08-23 02:22:04 +00:00
"Remove reminder" : "Remover lembrete",
2019-10-22 02:19:59 +00:00
"on" : "ligado",
"at" : "em",
2019-12-08 02:22:16 +00:00
"+ Add reminder" : "+ Adicionar lembrete",
2019-10-22 02:19:59 +00:00
"_second_::_seconds_" : ["segundo","segundos"],
"_minute_::_minutes_" : ["minuto","minutos"],
"_hour_::_hours_" : ["hora","horas"],
"_day_::_days_" : ["dia","dias"],
"_week_::_weeks_" : ["semana","semanas"],
2019-11-08 02:20:44 +00:00
"No reminders yet" : "Sem comentários ainda",
2020-01-15 02:23:49 +00:00
"Availability of attendees, resources and rooms" : "Disponibilidade de participantes, recursos e salas",
"{organizer} (organizer)" : "{organizer} (organizador)",
"Free" : "Livre",
2020-08-22 02:22:08 +00:00
"Busy (tentative)" : "Ocupado (talvez)",
2020-01-14 02:23:38 +00:00
"Busy" : "Ocupado",
2020-01-15 02:23:49 +00:00
"Out of office" : "Fora do escritório",
2020-01-14 02:23:38 +00:00
"Unknown" : "Desconhecido",
"Available." : "Disponível. ",
"Not available." : "Não disponível. ",
"Invitation accepted." : "Convite aceito. ",
"Accepted {organizerName}'s invitation." : "Aceitou o convite de {organizerName}. ",
"Invitation declined." : "Convite recusado. ",
"Declined {organizerName}'s invitation." : "Recusou o convite de {organizerName}. ",
"Invitation is delegated." : "O convite está delegado. ",
"Participation marked as tentative." : "Participação marcada como provisória. ",
"Invitation sent." : "Convite enviado. ",
"Has not responded to {organizerName}'s invitation yet." : "Ainda não respondeu ao convite de {organizerName}. ",
2020-08-22 02:22:08 +00:00
"Create Talk room for this event" : "Criar sala no Talk para este evento",
"Show busy times" : "Mostrar horários ocupados",
2020-01-08 02:37:02 +00:00
"Successfully appended link to talk room to description." : "O link para a sala Talk foi adicionado com sucesso na descrição",
"Error creating Talk room" : "Erro ao criar a sala Talk",
"Send email" : "Enviar e-mail",
2020-08-22 02:22:08 +00:00
"Chairperson" : "Organizador",
"Required participant" : "Participante obrigatório",
2019-10-22 02:19:59 +00:00
"Optional participant" : "Participante opcional",
"Non-participant" : "Não participante",
2020-08-23 02:22:04 +00:00
"Remove attendee" : "Remover participante",
"Search for emails, users, contacts, resources or rooms" : "Pesquise por e-mails, usuários, contatos, recursos ou salas ",
2019-10-22 02:19:59 +00:00
"No match found" : "Nenhuma correspondência encontrada",
2019-11-08 02:20:44 +00:00
"No attendees yet" : "Nenhum participante ainda",
2019-10-22 02:19:59 +00:00
"(organizer)" : "(organizador)",
2020-10-16 02:23:46 +00:00
"To send out invitations and handle responses, [linkopen]add your email address in personal settings[linkclose]." : "Para enviar convites e gerenciar respostas, [linkopen] adicione seu endereço de e-mail nas configurações pessoais [linkclose].",
2020-08-23 02:22:04 +00:00
"Remove color" : "Remover cor",
2019-10-25 02:20:07 +00:00
"Event title" : "Título do evento",
2020-03-30 02:24:11 +00:00
"All day" : "Dia inteiro",
"Cannot modify all-day setting for events that are part of a recurrence-set." : "Não é possível modificar a configuração de dia inteiro para eventos que fazem parte de um conjunto de recorrência. ",
2019-10-22 02:19:59 +00:00
"from {startDate}" : "de {startDate}",
"from {startDate} at {startTime}" : "de {startDate} às {startTime}",
"to {endDate}" : "até {endDate}",
"to {endDate} at {endTime}" : "até {endDate} às {endTime}",
"End repeat" : "Terminar repetição",
"Select to end repeat" : "Selecione para finalizar a repetição",
2019-10-20 02:21:35 +00:00
"never" : "nunca",
2019-10-22 02:19:59 +00:00
"on date" : "na data",
2019-10-20 02:21:35 +00:00
"after" : "após",
2019-10-22 02:19:59 +00:00
"_time_::_times_" : ["vez","vezes"],
"This event is the recurrence-exception of a recurrence-set. You cannot add a recurrence-rule to it." : "Este evento é a exceção de recorrência de um conjunto de recorrência. Você não pode adicionar uma regra de recorrência a ele.",
2019-10-22 02:19:59 +00:00
"first" : "primeiro",
"third" : "terceiro",
"fourth" : "quarto",
"fifth" : "quinto",
"second to last" : "segundos atrás",
"last" : "último",
"Changes to the recurrence-rule will only apply to this and all future occurrences." : "Alterações na regra de recorrência serão aplicadas somente a esta e a todas as ocorrências futuras.",
2019-10-20 02:21:35 +00:00
"Repeat" : "Repetir",
2019-10-22 02:19:59 +00:00
"Repeat every" : "Repetir a cada",
"By day of the month" : "Pelo dia do mês",
"On the" : "Em",
"_month_::_months_" : ["mês","meses"],
"_year_::_years_" : ["ano","anos"],
"Monday" : "Segunda-feira",
"weekday" : "Dia da semana",
"weekend day" : "dia da semana",
"Summary" : "Resumo",
"The recurrence definition of this event is not fully supported by Nextcloud. If you edit the recurrence-options, certain recurrences may be lost." : "A definição de recorrência deste evento não é totalmente suportada pelo Nextcloud. Se você editar as opções de recorrência, determinadas recorrências poderão ser perdidas.",
2019-10-20 02:21:35 +00:00
"More" : "Mais",
2019-10-22 02:19:59 +00:00
"Save" : "Salvar",
2019-10-20 02:21:35 +00:00
"Update" : "Atualizar",
2019-10-22 02:19:59 +00:00
"Update this occurrence" : "Atualizar esta ocorrência",
"Update this and all future" : "Atualizar este e todos os futuros",
"Public calendar does not exist" : "Calendário público não existe",
"Maybe the share was deleted or has expired?" : "Talvez o compartilhamento esteja excluído ou expirado?",
2019-10-27 02:18:30 +00:00
"Please select a timezone:" : "Selecione um fuso horário:",
2020-03-13 02:24:02 +00:00
"Pick a time" : "Escolha um horário",
"Pick a date" : "Escolha uma data",
2020-01-17 02:23:17 +00:00
"from {formattedDate}" : "de {formattedDate}",
"to {formattedDate}" : "até {formattedDate}",
"on {formattedDate}" : "em {formattedDate}",
"from {formattedDate} at {formattedTime}" : "de {formattedDate} às {formattedTime}",
"to {formattedDate} at {formattedTime}" : "até {formattedDate} às {formattedTime}",
"on {formattedDate} at {formattedTime}" : "em {formattedDate} às {formattedTime}",
"{formattedDate} at {formattedTime}" : "{formattedDate} às {formattedTime}",
"Please enter a valid date" : "Digite uma data válida",
"Please enter a valid date and time" : "Digite uma data e hora válida",
2019-10-22 02:19:59 +00:00
"Type to search timezone" : "Digite para pesquisar fuso horário",
"Personal" : "Pessoal",
2019-10-24 02:19:42 +00:00
"The automatic timezone detection determined your timezone to be UTC.\nThis is most likely the result of security measures of your web browser.\nPlease set your timezone manually in the calendar settings." : "A detecção automática de fuso horário determinou que seu fuso horário fosse UTC.\nProvavelmente, isso é resultado de medidas de segurança do seu navegador web.\nDefina seu fuso horário manualmente nas configurações do calendário.",
2020-01-22 02:23:52 +00:00
"Your configured timezone ({timezoneId}) was not found. Falling back to UTC.\nPlease change your timezone in the settings and report this issue." : "O fuso horário ({timezoneId}) configurado não foi encontrado. Voltando para UTC.\nAltere seu fuso horário nas configurações e relate esse problema.",
2020-09-04 02:22:41 +00:00
"No more events today" : "Sem mais eventos para hoje",
"No upcoming events" : "Nenhum evento próximo",
2020-09-04 02:22:41 +00:00
"Create a new event" : "Criar um novo evento",
2020-09-02 02:22:42 +00:00
"[Today]" : "[Hoje]",
"[Tomorrow]" : "[Amanhã]",
"[Yesterday]" : "[Ontem]",
2020-09-04 02:22:41 +00:00
"[Last] dddd" : "[Último] dddd",
"Event does not exist" : "O evento não existe",
2019-10-22 02:19:59 +00:00
"Delete this occurrence" : "Excluir esta ocorrência",
"Delete this and all future" : "Excluir esta e todas as futuras",
2019-10-20 02:21:35 +00:00
"Details" : "Detalhes",
"Attendees" : "Participantes",
"Reminders" : "Lembretes",
"Close" : "Fechar",
2020-09-03 02:21:49 +00:00
"Show more details" : "Mostrar mais detalhes",
2019-10-22 02:19:59 +00:00
"Subscribe to {name}" : "Inscrever-se em {name}",
2019-11-01 02:10:53 +00:00
"Download {name}" : "Baixar {name}",
"Anniversary" : "Aniversário",
"Appointment" : "Compromisso",
"Business" : "Negócio",
"Education" : "Educação",
"Holiday" : "Feriado",
"Meeting" : "Reunião",
"Miscellaneous" : "Diversos",
"Non-working hours" : "Horas fora do expediente",
"Not in office" : "Fora do escritório",
"Phone call" : "Chamada telefônica",
"Sick day" : "Dia ruim",
"Special occasion" : "Ocasião especial",
"Travel" : "Viagem",
"Vacation" : "Férias",
2019-11-08 02:20:44 +00:00
"Midnight on the day the event starts" : "Meia-noite do dia em que o evento começa",
"_%n day before the event at {formattedHourMinute}_::_%n days before the event at {formattedHourMinute}_" : ["%n dia antes do evento às {formattedHourMinute}","%n dias antes do evento às {formattedHourMinute}"],
2020-03-30 02:24:11 +00:00
"_%n week before the event at {formattedHourMinute}_::_%n weeks before the event at {formattedHourMinute}_" : ["%n semana antes do evento às {formattedHourMinute}","%n semanas antes do evento às {formattedHourMinute}"],
2019-11-08 02:20:44 +00:00
"on the day of the event at {formattedHourMinute}" : "no dia do evento às {formattedHourMinute}",
"at the event's start" : "no início do evento",
"at the event's end" : "no fim do evento",
2020-03-30 02:24:11 +00:00
"{time} before the event starts" : "{time} antes de iniciar o evento",
2019-11-08 02:20:44 +00:00
"{time} before the event ends" : "{time} antes do evento terminar",
"{time} after the event starts" : "{time} após o evento iniciar",
"{time} after the event ends" : "{time} após o evento terminar",
"on {time}" : "às {time}",
2019-11-25 02:20:23 +00:00
"on {time} ({timezoneId})" : "às {time} ({timezoneId})",
2019-11-08 02:20:44 +00:00
"Week {number} of {year}" : "Semana {number} de {year}",
2019-11-24 02:21:41 +00:00
"Does not repeat" : "Não repetir",
"Daily" : "Diariamente",
"Weekly" : "Semanalmente",
"Monthly" : "Mensalmente",
"Yearly" : "Anualmente",
"_Every %n day_::_Every %n days_" : ["A cada %n dia","A cada %n dias"],
"_Every %n week_::_Every %n weeks_" : ["A cada %n semana","A cada %n semanas"],
"_Every %n month_::_Every %n months_" : ["A cada %n mês","A cada %n meses"],
"_Every %n year_::_Every %n years_" : ["A cada %n ano","A cada %n anos"],
"_on {weekday}_::_on {weekdays}_" : ["em {weekday}","em {weekdays}"],
"_on day {dayOfMonthList}_::_on days {dayOfMonthList}_" : ["no dia {dayOfMonthList}","nos dias {dayOfMonthList}"],
"on the {ordinalNumber} {byDaySet}" : "no {ordinalNumber} {byDaySet}",
"in {monthNames}" : "em {monthNames}",
"in {monthNames} on the {ordinalNumber} {byDaySet}" : "em {monthNames} no {ordinalNumber} {byDaySet}",
2019-11-25 02:20:23 +00:00
"until {untilDate}" : "até {untilDate}",
"_%n time_::_%n times_" : ["%n vez","%n vezes"],
2020-04-19 02:22:07 +00:00
"Untitled task" : "Tarefa sem título",
2020-08-29 02:22:54 +00:00
"Please ask your administrator to enable the Tasks App." : "Peça ao administrador para ativar o aplicativo Tarefas.",
"Prev" : "Anterior",
"Next" : "Próximo",
"Prev year" : "Ano anterior",
"Next year" : "Próximo ano",
"Year" : "Ano",
2020-09-03 02:21:49 +00:00
"W" : "S",
"%n more" : "%n mais",
"No events to display" : "Não há mais eventos a mostrar",
2020-08-29 02:22:54 +00:00
"_+%n more_::_+%n more_" : ["mais +%n","mais +%n"],
2020-09-05 02:21:54 +00:00
"No events" : "Sem eventos",
"Create a new event or change the visible time-range" : "Crie um novo evento ou altere o intervalo de tempo visível",
2020-09-04 02:22:41 +00:00
"It might have been deleted, or there was a typo in a link" : "Pode ter sido excluído ou houve um erro de digitação no link",
"It might have been deleted, or there was a typo in the link" : "Pode ter sido excluído ou houve um erro de digitação no link",
2019-11-01 02:10:53 +00:00
"When shared show" : "Quando compartilhando mostrar",
2020-08-22 02:22:08 +00:00
"When shared show full event" : "Quando compartilhado, mostrar evento completo",
2019-11-01 02:10:53 +00:00
"When shared show only busy" : "Quando compartilhado, mostrar somente ocupado",
"When shared hide this event" : "Quando compartilhado, ocultar este evento",
"The visibility of this event in shared calendars." : "A visibilidade deste evento em calendários compartilhados.",
"Location" : "Localização",
"Add a location" : "Adicionar uma localização",
"Description" : "Descrição",
"Add a description" : "Adicionar uma descrição",
"Status" : "Status",
"Confirmed" : "Confirmado",
2020-08-22 02:22:08 +00:00
"Tentative" : "Talvez",
2020-08-26 02:21:57 +00:00
"Canceled" : "Cancelado",
2019-11-01 02:10:53 +00:00
"Confirmation about the overall status of the event." : "Confirmação sobre o status geral do evento.",
"Show as" : "Mostrar como",
"Take this event into account when calculating free-busy information." : "Leve esse evento em consideração ao calcular informações de disponibilidade.",
"Categories" : "Categorias",
"Categories help you to structure and organize your events." : "As categorias ajudam a estruturar e organizar seus eventos.",
"Search or add categories" : "Pesquisar ou adicionar categorias",
"Add this as a new category" : "Adicione isso como uma nova categoria",
"Custom color" : "Cor personalizada",
2019-11-08 02:20:44 +00:00
"Special color of this event. Overrides the calendar-color." : "Cor especial deste evento. Substitui a cor do calendário.",
2020-01-08 02:37:02 +00:00
"Chat room for event" : "Sala de bato-papo para evento",
2019-11-08 02:20:44 +00:00
"Imported {filename}" : "Importado {filename}",
"Meditation" : "Meditação",
"Relaxing" : "Relaxamento",
"Relax" : "Relaxamento",
"Presentation" : "Apresentação",
"Present" : "Apresentação",
"Camping" : "Acampamento",
"Camp" : "Acampamento",
"Movie" : "Filme",
"Cinema" : "Cinema",
"Graduation" : "Formatura",
"Brainstorm" : "Brainstorm",
"Baseball" : "Beisebol",
"Meet" : "Reunião",
2020-01-31 02:23:16 +00:00
"Planning" : "Planejamento",
"Pointing" : "Apontar",
"Retrospective" : "Retrospectiva",
2020-01-30 02:23:40 +00:00
"Review" : "Revisar",
2019-11-08 02:20:44 +00:00
"Office" : "Escritório",
2020-01-14 02:23:38 +00:00
"Contributor week" : "Semana do colaborador",
2019-11-08 02:20:44 +00:00
"Mail" : "Correspondência",
"Soccer" : "Futebol",
"Football" : "Futebol americano",
"Gaming" : "Jogo",
"Drive" : "Dirigir",
"Bicycle" : "Bicicleta",
"Cycle" : "Bicicleta",
"Biking" : "Ciclismo",
"Bike" : "Bicicleta ",
2019-11-08 02:20:44 +00:00
"Podcast" : "Podcast",
"Basketball" : "Basquete",
"Fishing" : "Pesca",
"Hiking" : "Caminhada",
"Hike" : "Caminhada",
"Art" : "Arte",
"Exhibition" : "Exibição",
"Museum" : "Museu",
"Pilates" : "Pilates",
"Park" : "Parque",
"Studying" : "Estudo",
"Doctor" : "Doutor",
"Health" : "Saúde",
2020-01-12 02:24:10 +00:00
"Dentist" : "Dentista",
2019-11-08 02:20:44 +00:00
"Interview" : "Entrevista",
"Training" : "Treinamento",
2020-01-14 02:23:38 +00:00
"Practice" : "Prática",
2019-11-08 02:20:44 +00:00
"Sports" : "Esportes",
"Exercise" : "Exercício",
"Work out" : "Ginástica",
"Working out" : "Ginástica",
2020-01-28 02:24:00 +00:00
"Gym" : "Academia",
2019-11-08 02:20:44 +00:00
"Barber" : "Barbeiro",
"Haircut" : "Cortar cabelo",
"Exam" : "Exame",
"Working" : "Trabalho",
"New Years Eve" : "Véspera de Ano Novo",
"NYE" : "NYE",
"Fireworks" : "Fogos de artifício",
"Running" : "Corrida",
"Go for a run" : "Ir correr",
"Marathon" : "Maratona",
2020-05-06 02:21:33 +00:00
"Video-conference" : "Vídeo-conferência",
"Conference-call" : "Conferência-chamada",
"Video-call" : "Vídeo-chamada",
"Video-chat" : "Vídeo-chat",
"Video-meeting" : "Vídeo-reunião",
2019-11-08 02:20:44 +00:00
"Call" : "Chamada",
"Calling" : "Chamada",
"Christmas" : "Natal",
"Conference" : "Conferência",
"Pizza" : "Pizza",
"Travelling" : "Viagem",
"Journey" : "Jornada",
"Collaborate" : "Colaborativo",
2020-01-31 02:23:16 +00:00
"Pair" : "Par",
2019-11-08 02:20:44 +00:00
"Lecture" : "Leitura",
"Seminar" : "Seminário",
"Photograph" : "Fotografia",
"Party" : "Festa",
"Celebration" : "Comemoração",
2019-11-08 02:20:44 +00:00
"Celebrate" : "Comemorar",
"Shopping" : "Compras",
"Skate" : "Skate",
"Skateboard" : "Skate",
"Wine tasting" : "Degustação de vinho",
"Golf" : "Golfe",
"Dinner" : "Jantar",
2020-01-31 02:23:16 +00:00
"Lunch" : "Rodar",
2019-11-08 02:20:44 +00:00
"Global" : "Global"
2018-02-12 22:15:39 +00:00
},
"nplurals=2; plural=(n > 1);");