nextcloud/apps/files_sharing/l10n/pt_PT.php

28 lines
1.4 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" => "Partilhado consigo ",
"Shared with others" => "Partilhado com outros",
"Shared by link" => "Partilhado pela hiperligação",
"No files have been shared with you yet." => "Ainda não partilhados quaisquer ficheuiros consigo.",
"You haven't shared any files yet." => "Ainda não partilhou quaisquer ficheiros.",
"You haven't shared any files by link yet." => "Ainda não partilhou quaisquer ficheiros por hiperligação.",
"Shared by {owner}" => "Partilhado por {dono}",
"Shared by" => "Partilhado por",
"This share is password-protected" => "Esta partilha está protegida por senha",
"The password is wrong. Try again." => "A senha está errada. Por favor, tente de novo.",
"Password" => "Senha",
"Name" => "Nome",
"Share time" => "Hora da Partilha",
"Sorry, this link doesnt seem to work anymore." => "Desculpe, mas esta hiperligação parece já não estar a funcionar.",
"Reasons might be:" => "As razões poderão ser:",
"the item was removed" => "o item foi removido",
"the link expired" => "A hiperligação expirou",
"sharing is disabled" => "a partilha está desativada",
"For more info, please ask the person who sent this link." => "Para mais informação, por favor, pergunte à pessoa que lhe enviou esta hiperligação.",
"Save" => "Guardar",
"Download" => "Transferir",
"Download %s" => "Transferir %s",
"Direct link" => "Hiperligação direta"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";