Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pt_PT.js « l10n « systemtags « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60d38d6b298f9ef4ffc9231711a56a3c35a67181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
OC.L10N.register(
    "systemtags",
    {
    "Tags" : "Etiquetas",
    "Tagged files" : "Ficheiros etiquetados",
    "Select tags to filter by" : "Selecionar etiquetas para filtrar",
    "Please select tags to filter by" : "Selecione etiquetas para filtrar",
    "No files found for the selected tags" : "Nenhum ficheiro encontrado com as etiquetas selecionadas",
    "<strong>System tags</strong> for a file have been modified" : "<strong>Etiquetas do sistema</strong> para um ficheiro foram alteradas",
    "%1$s assigned system tag %3$s" : "%1$s recebeu a etiqueta %3$s",
    "%1$s unassigned system tag %3$s" : "%1$s perdeu a etiqueta %3$s",
    "%1$s created system tag %2$s" : "%1$s criou a etiqueta %2$s",
    "%1$s deleted system tag %2$s" : "%1$s apagou a etiqueta %2$s",
    "%1$s updated system tag %3$s to %2$s" : "%1$s atualizou a etiqueta %3$s para %2$s",
    "%1$s assigned system tag %3$s to %2$s" : "%1$s atribuiu a etiqueta %3$s a %2$s",
    "%1$s unassigned system tag %3$s from %2$s" : "%1$s retirou a etiqueta %3$s a %2$s",
    "%s (invisible)" : "%s (invisível)",
    "No files in here" : "Nenhuns ficheiros aqui",
    "No entries found in this folder" : "Não foram encontradas entradas nesta pasta",
    "Name" : "Nome",
    "Size" : "Tamanho",
    "Modified" : "Modificado"
},
"nplurals=2; plural=(n != 1);");