nextcloud/apps/contacts/l10n/pt_BR.php

33 lines
999 B
PHP

<?php $TRANSLATIONS = array(
"This is not your addressbook." => "Este não é o seu agenda de endereços.",
"Contact could not be found." => "Contato não pôde ser encontrado.",
"Information about vCard is incorrect. Please reload the page." => "Informações sobre vCard é incorreta. Por favor, recarregue a página.",
"Address" => "Endereço",
"Telephone" => "Telefone",
"Email" => "E-mail",
"Organization" => "Organização",
"Work" => "Trabalho",
"Home" => "Home",
"Mobile" => "Móvel",
"Text" => "Texto",
"Voice" => "Voz",
"Fax" => "Fax",
"Video" => "Vídeo",
"Pager" => "Pager",
"This is not your contact." => "Este não é o seu contato.",
"Add Contact" => "Adicionar Contato",
"Name" => "Nome",
"PO Box" => "Caixa Postal",
"Extended" => "Estendido",
"Street" => "Rua",
"City" => "Cidade",
"Region" => "Região",
"Zipcode" => "CEP",
"Country" => "País",
"Create Contact" => "Criar Contato",
"Edit" => "Editar",
"Delete" => "Excluir",
"Birthday" => "Aniversário",
"Phone" => "Telefone"
);