-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
65 lines (64 loc) · 2.14 KB
/
config.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"devmode": "debug",
"lang": "en",
"use_i18n": true,
"i18n": {
"messages": [
{
"en":"Table of Contents",
"es":"Tabla de contenidos"
},
{
"en":"Principals",
"es":"Principios"
},
{
"en":"Reference",
"es":"Referencia"
},
{
"en":"Main features",
"es":"Características Principales"
},
{
"en":"Adopted Features",
"es":"Características Adoptadas"
},
{
"en":"Prevent Render-blocking resources",
"es":"Prevenir recursos que bloquean renderizado"
},
{
"en":"Check out the official page of ",
"es":"Visita el sitio oficial de "
},
{
"en":"Here is the reference documentation of QCObjects",
"es":"A continuación la documentación de referencia de QCObjects"
},
{
"en":"This website is dynamically generated using ",
"es":"Este website es generado dinámicamente usando "
},
{
"en":"and it is maintained by ",
"es":"y es mantenido por "
},
{
"en":"This document is the Main Reference Documentation!",
"es":"Este documento es la Documentación Principal de Referencia"
},
{"en":"Welcome to","es":"Bienvenido a"},
{
"en":"Here are the principals with QCObjects was made with:",
"es":"Estos son los principios con que QCObjects fue concebido:"
},
{"en":"An open source technology based in JavaScript designed to allow web developers to code targeting desktop and mobile devices into a runtime components and objects scope.",
"es":"Una tecnología open source basada en JavaScript diseñada para permitir a los desarrolladores web codificar aplicaciones mobile y desktop en un ambiente de componentes cargados en tiempo de ejecución."},
{
"en":"QCObjects is being featured by British Herald as today, the most advanced framework for modern software development.",
"es":"QCObjects es destacado por British Herald como hoy, el framework más avanzado para desarrollo de software moderno."
}
]
}
}