nextcloud/apps/calendar/l10n/pt_BR.php

81 lines
2.6 KiB
PHP

<?php $TRANSLATIONS = array(
"Timezone changed" => "Fuso horário alterado",
"Invalid request" => "Pedido inválido",
"Calendar" => "Calendário",
"Wrong calendar" => "Calendário incorreto",
"Birthday" => "Aniversário",
"Business" => "Negócio",
"Call" => "Chamada",
"Clients" => "Clientes",
"Deliverer" => "Entrega",
"Holidays" => "Feriados",
"Ideas" => "Idéias",
"Journey" => "Jornada",
"Jubilee" => "Jubileu",
"Meeting" => "Reunião",
"Other" => "Outros",
"Personal" => "Pessoal",
"Projects" => "Projetos",
"Questions" => "Perguntas",
"Work" => "Trabalho",
"Does not repeat" => "Não repetir",
"Daily" => "Diariamente",
"Weekly" => "Semanal",
"Every Weekday" => "Cada dia da semana",
"Bi-Weekly" => "De duas em duas semanas",
"Monthly" => "Mensal",
"Yearly" => "Anual",
"Not an array" => "Não é um array",
"All day" => "Todo o dia",
"Missing fields" => "Campos incompletos",
"Title" => "Título",
"From Date" => "Desde a Data",
"From Time" => "Desde a Hora",
"To Date" => "Até a Data",
"To Time" => "Até a Hora",
"The event ends before it starts" => "O evento termina antes de começar",
"There was a database fail" => "Houve uma falha de banco de dados",
"Week" => "Semana",
"Month" => "Mês",
"List" => "Lista",
"Today" => "Hoje",
"Calendars" => "Calendários",
"There was a fail, while parsing the file." => "Houve uma falha, ao analisar o arquivo.",
"Choose active calendars" => "Escolha calendários ativos",
"New Calendar" => "Novo Calendário",
"CalDav Link" => "Link para CalDav",
"Download" => "Baixar",
"Edit" => "Editar",
"Delete" => "Excluir",
"New calendar" => "Novo calendário",
"Edit calendar" => "Editar calendário",
"Displayname" => "Mostrar Nome",
"Active" => "Ativo",
"Calendar color" => "Cor do Calendário",
"Save" => "Salvar",
"Submit" => "Submeter",
"Cancel" => "Cancelar",
"Edit an event" => "Editar um evento",
"Export" => "Exportar",
"Title of the Event" => "Título do evento",
"Category" => "Categoria",
"Select category" => "Selecionar categoria",
"All Day Event" => "Evento de dia inteiro",
"From" => "De",
"To" => "Para",
"Advanced options" => "Opções avançadas",
"Repeat" => "Repetir",
"Location" => "Local",
"Location of the Event" => "Local do evento",
"Description" => "Descrição",
"Description of the Event" => "Descrição do Evento",
"Please choose the calendar" => "Por favor, escolha o calendário",
"Import" => "Importar",
"Create a new event" => "Criar um novo evento",
"Timezone" => "Fuso horário",
"Timeformat" => "Formato da Hora",
"24h" => "24h",
"12h" => "12h",
"Calendar CalDAV syncing address:" => "Sincronização de endereço do calendário CalDAV :"
);