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

es_AR.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb7e38169378dbdcddc2d18e70d28223cead1abe (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
30
31
32
33
34
35
36
37
38
39
OC.L10N.register(
    "photos",
    {
    "Photos" : "Fotos",
    "Your memories under your control" : "Tus recuerdos bajo tu control",
    "Videos" : "Videos",
    "Folders" : "Carpetas",
    "Favorites" : "Favoritos",
    "On this day" : "En este día",
    "Shared with you" : "Compartido con usted",
    "Tags" : "Etiquetas",
    "Locations" : "Ubicaciones",
    "Photos settings" : "Configuración de fotos",
    "Back" : "Atrás",
    "Save" : "Guardar",
    "Copy public link" : "Copiar link publico",
    "An error occurred" : "Ocurrió un error",
    "Open the full size \"{name}\" image" : "Abrir imagen a tamaño completo \"{nombre}\"",
    "Open the \"{name}\" sub-directory" : "Abra el subdirectorio \"{nombre}\"",
    "Back to {folder}" : "Volver a {carpeta}",
    "Share this folder" : "Compartir esta carpeta",
    "_{years} year ago_::_{years} years ago_" : ["Hace {years} año","Hace {years} años","Hace {years} años"],
    "Enable squared photos view" : "Habilitar vista de fotos cuadradas",
    "View" : "Ver",
    "Favorite" : "Favorito",
    "Remove from favorites" : "Eliminado de favoritos",
    "This folder does not exist" : "Esta carpeta no existe",
    "No photos in here" : "No hay fotos aquí",
    "Shared albums" : "Álbumes compartidos",
    "No tags yet" : "Todavía no hay etiquetas",
    "Photos with tags will show up here" : "Las fotos con etiquetas aparecerán aquí",
    "Add" : "Añadir",
    "Tagged photos" : "Fotos etiquetadas",
    "Your photos" : "Tus fotos",
    "Your videos" : "Tus vídeos",
    "Your folders" : "Tus carpetas",
    "Settings" : "Ajustes"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");