nextcloud/apps/files_sharing/l10n/pt_BR.php

34 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"Shared with you" => "Compartilhado com você",
"Shared with others" => "Compartilhados com outros",
"Shared by link" => "Compartilhado por link",
"No files have been shared with you yet." => "Nenhum arquivo ainda foi compartilhado com você.",
"You haven't shared any files yet." => "Você ainda não compartilhou nenhum arquivo.",
"You haven't shared any files by link yet." => "Você ainda não compartilhou nenhum arquivo por link.",
"Could not load template" => "Não foi possível carregar modelo",
"Saved" => "Salvo",
"Reset" => "Resetar",
"Shared by {owner}" => "Compartilhado por {owner}",
"Shared by" => "Compartilhada por",
"This share is password-protected" => "Este compartilhamento esta protegido por senha",
"The password is wrong. Try again." => "Senha incorreta. Tente novamente.",
"Password" => "Senha",
"Name" => "Nome",
"Share time" => "Tempo de compartilhamento",
"Sorry, this link doesnt seem to work anymore." => "Desculpe, este link parece não mais funcionar.",
"Reasons might be:" => "As razões podem ser:",
"the item was removed" => "o item foi removido",
"the link expired" => "o link expirou",
"sharing is disabled" => "compartilhamento está desativada",
"For more info, please ask the person who sent this link." => "Para mais informações, por favor, pergunte a pessoa que enviou este link.",
"Download" => "Baixar",
"Download %s" => "Baixar %s",
"Direct link" => "Link direto",
"Mail templates" => "Modelo de email",
"Theme" => "Tema",
"Template" => "Modelo",
"Save" => "Guardar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";