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

pt_BR.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0dfdbe676268727d75612c16ee9b95e7fb473c20 (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
25
26
27
28
29
OC.L10N.register(
    "photos",
    {
    "Photos" : "Fotos",
    "Your memories under your control" : "Suas memórias sob seu controle",
    "Your photos" : "Suas fotos",
    "Your videos" : "Seus vídeos",
    "Favorites" : "Favoritos",
    "On this day" : "Nesse dia",
    "Your folders" : "Suas pastas",
    "Shared with you" : "Compartilhado com você",
    "Tagged photos" : "Fotos marcadas",
    "Locations" : "Localizações",
    "Photos settings" : "Configurações de fotos",
    "Open the full size \"{name}\" image" : "Abrir a imagem \"{name}\" no tamanho normal",
    "Open the \"{name}\" sub-directory" : "Abrir o subdiretório \"{name}\"",
    "Share this folder" : "Compartilhar esta pasta",
    "Back to {folder}" : "Voltar para {folder}",
    "_{years} year ago_::_{years} years ago_" : ["{anos} ano atrás","{anos} anos atrás","{anos} anos atrás"],
    "View" : "Exibição",
    "Enable squared photos view" : "Ativar exibição de fotos quadradas",
    "This folder does not exist" : "Esta pasta não existe",
    "An error occurred" : "Ocorreu um erro",
    "No photos in here" : "Não há fotos aqui",
    "No tags yet" : "Ainda não há marcações",
    "Photos with tags will show up here" : "Fotos com marcações serão mostradas aqui",
    "Settings" : "Configurações"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");