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

es.json « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ddf0f3866a15b4b979a1aad7a429a80cdc25030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ "translations": {
    "Can not read the file." : "No se puede leer el archivo.",
    "Invalid file path supplied." : "Ruta de archivo inválida.",
    "Cannot save file as it has been modified since opening" : "No es posible guardar el archivo; pues ha sido modificado",
    "Insufficient permissions" : "Permisos insuficientes",
    "File path not supplied" : "No se ha proporcionado la ruta del archivo",
    "File mtime not supplied" : "No se ha proporcionado la hora de modificación del archivo (mtime)",
    "Save" : "Guardar",
    "Search" : "Buscar",
    "Next" : "Siguiente",
    "Clear" : "Borrar",
    "Saving..." : "Guardando...",
    "An error occurred!" : "¡Ocurrió un error!",
    "There are unsaved changes in the text editor" : "Hay cambios sin guardar en el editor de textos",
    "There were unsaved changes, click here to go back" : "Hay cambios sin guardar, haga clic aquí para volver"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}