зеркало из https://github.com/nextcloud/photos.git
28 строки
1.1 KiB
JavaScript
28 строки
1.1 KiB
JavaScript
OC.L10N.register(
|
|
"photos",
|
|
{
|
|
"Photos" : "Fotos",
|
|
"Your memories under your control" : "O seus recordos baixo o seu control",
|
|
"Your photos" : "As súas fotos",
|
|
"Your videos" : "Os seus vídeos",
|
|
"Favorites" : "Favoritos",
|
|
"Your folders" : "Os seus cartafoles",
|
|
"Tagged photos" : "Fotos etiquetadas",
|
|
"Locations" : "Localizacións",
|
|
"Settings" : "Axustes",
|
|
"Open the full size \"{name}\" image" : "Abrir a imaxe «{name}» a tamaño completo",
|
|
"Open the \"{name}\" sub-directory" : "Abrir o subdirectorio «{name}»",
|
|
"Share this folder" : "Compartir este cartafol",
|
|
"Back to {folder}" : "Volver a {folder}",
|
|
"View" : "Ver",
|
|
"Enable squared photos view" : "Activar a vista de fotos cadradas",
|
|
"This folder does not exists" : "Este cartafol non existe",
|
|
"An error occurred" : "Produciuse un erro",
|
|
"No photos in here" : "Aquí non hai fotos",
|
|
"No tags yet" : "Non hai nada etiquetado",
|
|
"Photos with tags will show up here" : "As fotos etiquetadas aparecerán aquí",
|
|
"Your albums" : "Os seus álbums",
|
|
"Shared albums" : "Albums compartidos"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|