зеркало из https://github.com/nextcloud/photos.git
25 строки
1.0 KiB
JavaScript
25 строки
1.0 KiB
JavaScript
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",
|
|
"Tagged photos" : "Fotos marcadas",
|
|
"Locations" : "Localizações",
|
|
"Settings" : "Configuraçõ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}",
|
|
"View" : "Ver",
|
|
"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",
|
|
"Your albums" : "Os seus álbuns",
|
|
"Shared albums" : "Álbuns partilhados"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|