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

es.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5709403b7220b68c9dcd15c99f80d9059e621af8 (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" : "Sus recuerdos bajo su control",
    "Your photos" : "Tus fotos",
    "Your videos" : "Tus vídeos",
    "Favorites" : "Favoritos",
    "Your folders" : "Tus carpetas",
    "Shared with you" : "Compartido contigo",
    "Tagged photos" : "Fotos etiquetadas",
    "Locations" : "Ubicaciones",
    "Settings" : "Ajustes",
    "Open the full size \"{name}\" image" : "Abrir la imagen \"{name}\" a tamaño completo",
    "Open the \"{name}\" sub-directory" : "Abrir el subdirectorio \"{name}\"",
    "Share this folder" : "Compartir esta carpeta",
    "Back to {folder}" : "Atrás a {folder}",
    "View" : "Ver",
    "Enable squared photos view" : "Habilitar vista de fotos cuadradas",
    "This folder does not exist" : "Esta carpeta no existe",
    "An error occurred" : "Ocurrió un error",
    "No photos in here" : "No hay fotos aquí",
    "No tags yet" : "Todavía no hay etiquetas",
    "Photos with tags will show up here" : "Las fotos con etiquetas aparecerán aquí",
    "Your albums" : "Tus álbumes",
    "Shared albums" : "Álbumes compartidos",
    "This folder does not exists" : "Esta carpeta no existe"
},
"nplurals=2; plural=(n != 1);");