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

es_SV.js « l10n - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3233ff35b2837b0471b36f5a24a932c1eabe2fec (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
OC.L10N.register(
    "notes",
    {
    "Notes" : "Notas",
    "The last viewed note cannot be accessed. " : "No se puede acceder a la última nota consultada. ",
    "Error" : "Error",
    "New note" : "Nota nueva",
    "Settings" : "Configuraciones ",
    "There are unsaved notes. Leaving the page will discard all changes!" : "Hay notas sin salvar. ¡Al salir de la página perderá todos los cambios!",
    "All notes" : "Todas las notas",
    "Categories" : "Categorías",
    "Today" : "Hoy",
    "Yesterday" : "Ayer",
    "This week" : "Esta semana",
    "This month" : "Este mes",
    "Rename" : "Renombrar",
    "Delete note" : "Borrar nota",
    "Remove from favorites" : "Eliminar de favoritos",
    "Add to favorites" : "Agregar a tus favoritos",
    "Details" : "Detalles",
    "Preview" : "Previsualizar",
    "Edit" : "Editar",
    "Category" : "Categoría",
    "Uncategorized" : "Sin categoría",
    "Saving failed!" : "¡Falla al guardar!",
    "_%n word_::_%n words_" : ["%n palabra","%n palabras"],
    "Android app" : "Aplicación Android",
    "iOS app" : "Aplicación iOS"
},
"nplurals=2; plural=(n != 1);");