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

pt_PT.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 908b20749ce9fe3700a07066909a898192bb3d1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "photos",
    {
    "Photos" : "Fotos",
    "Your memories under your control" : "As suas memórias estão sob o seu controlo",
    "Your photos" : "As suas fotos",
    "Favorites" : "Favoritos",
    "Your albums" : "Os seus álbuns",
    "Shared albums" : "Álbuns partilhados",
    "Tagged photos" : "Fotos marcadas",
    "Locations" : "Localizações",
    "Open the full size \"{name}\" image" : "Abrir a foto \"{name}\" no tamanho original",
    "Open the \"{name}\" sub-directory" : "Abrir a sub-diretoria \"{name}\"",
    "Share this folder" : "Partilhar esta pasta",
    "Back to {folder}" : "Ir para {folder}",
    "This folder does not exists" : "Esta pasta não existe",
    "An error occurred" : "Ocorreu um erro",
    "No photos in here" : "Aqui não existem fotos ",
    "No tags yet" : "Ainda sem marcações",
    "Photos with tags will show up here" : "Fotos com marcações serão mostradas aqui"
},
"nplurals=2; plural=(n != 1);");