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

es.js « l10n - github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e22b794c72726df1f7f00561cb2825501d6f465e (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
40
41
42
43
44
45
46
47
48
49
50
OC.L10N.register(
    "onlyoffice",
    {
    "Access denied" : "Acceso denegado",
    "Invalid request" : "Solicitud inválida",
    "Files not found" : "Archivos no encontrados",
    "File not found" : "Archivo no encontrado",
    "Not permitted" : "No permitido",
    "Download failed" : "Error en la descarga",
    "The required folder was not found" : "No se encontró la carpeta necesaria",
    "You don't have enough permission to create" : "No tiene suficiente permiso para crear",
    "Template not found" : "Plantilla no encontrada",
    "Can't create file" : "No se puede crear archivo",
    "Format is not supported" : "Formato no se soporta",
    "Conversion is not required" : "No se requiere conversión",
    "Failed to download converted file" : "Fallo en la descarga del archivo convertido",
    "ONLYOFFICE app is not configured. Please contact admin" : "Aplicación ONLYOFFICE no está configurada. Por favor, contacte con admin",
    "FileId is empty" : "Id del archivo es vacío",
    "You do not have enough permissions to view the file" : "No tiene suficientes permisos para ver el archivo",
    "Error occurred in the document service" : "Se ha producido un error en el servicio de documentos",
    "Not supported version" : "Versión no compatible",
    "ONLYOFFICE cannot be reached. Please contact admin" : "No se puede acceder al ONLYOFFICE. Por favor, contacte con admin",
    "Loading, please wait." : "Cargando, espere, por favor.",
    "File created" : "Archivo creado",
    "Open in ONLYOFFICE" : "Abrir en ONLYOFFICE",
    "Convert with ONLYOFFICE" : "Convertir con ONLYOFFICE",
    "Document" : "Documento",
    "Spreadsheet" : "Hoja de cálculo",
    "Presentation" : "Presentación",
    "Error when trying to connect" : "Error al intentar establecer la conexión",
    "Settings have been successfully updated" : "Ajustes han sido actualizados con éxito",
    "Server can't read xml" : "Servidor no puede leer xml",
    "Bad Response. Errors: " : "Respuesta Mala. Errores:",
    "Documentation" : "Documentación",
    "ONLYOFFICE Document Service Location specifies the address of the server with the document services installed. Please change the '<documentserver>' for the server address in the below line." : "Ubicación del Servidor de Documentos de ONLYOFFICE especifica la dirección del servidor con los servicios de documentos instalados. Por favor, cambie '<documentserver>' para la dirección de servidor en la línea inferior.",
    "Encryption App is enabled, the application cannot work. You can continue working with the application if you enable master key." : "Aplicación de encriptación está activada, esta aplicación no puede funcionar. Usted puede seguir trabajando con la aplicación si activa la clave maestra.",
    "Document Editing Service address" : "Dirección del Servicio de Edición de Documentos",
    "Advanced server settings" : "Ajustes de servidor avanzados",
    "Document Editing Service address for internal requests from the server" : "Dirección del Servicio de Edición de Documentos para solicitudes internas del servidor",
    "Server address for internal requests from the Document Editing Service" : "Dirección de servidor para solicitudes internas del Servicio de Edición de Documentos",
    "Secret key (leave blank to disable)" : "Clave secreta (deje en blanco o desactive)",
    "Open file in the same tab" : "Abrir archivo en la misma pestaña",
    "The default application for opening the format" : "La aplicación predeterminada para abrir el formato",
    "Open the file for editing (due to format restrictions, the data might be lost when saving to the formats from the list below)" : "Abrir archivo para editar (debido a las restricciones de formato los datos podrían perderse al guardar en los formatos de la siguiente lista)",
    "View details" : "Ver detalles",
    "Save" : "Guardar",
    "Mixed Active Content is not allowed. HTTPS address for Document Server is required." : "Contenido Mixto Activo no está permitido. Se requiere la dirección HTTPS para Servidor de Documentos.",
    "Restrict access to editors to following groups" : "Restringir el acceso a editores a siguientes grupos"
},
"nplurals=2; plural=(n != 1);");