forked from otacke/h5p-image-juxtaposition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
es.json
57 lines (57 loc) · 1.67 KB
/
es.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
{
"semantics": [
{
"label": "Título",
"placeholder": "Aquí puedes agregar un título opcional.",
"description": "El título que te gustaría mostrar antes de la imagen antes/despúes"
},
{
"label": "Primera imagen",
"fields": [
{
"label": "Primera imagen",
"description": "Por favor, asegúrese de que la primera imagen tenga el mismo tamaño que la segunda imagen."
},
{
"label": "Texto para la primera imagen",
"description": "Texto para poner sobre la primera imagen"
}
]
},
{
"label": "Segunda imagen",
"fields": [
{
"label": "Segunda imagen",
"description": "Por favor, asegúrese de que la segunda imagen tenga el mismo tamaño que la primera imagen."
},
{
"label": "Texto para la segunda imagen",
"description": "Texto para poner sobre la segunda imagen"
}
]
},
{
"label": "Configuraciones de comportamiento",
"description": "Estas opciones te permitirán establecer algunos detalles",
"fields": [
{
"label": "Orientación del control deslizante",
"description": "Horizontal se moverá hacia la izquierda y hacia la derecha, la vertical se moverá hacia arriba y hacia abajo."
},
{
"label": "Slider orientation",
"description": "Horizontal will move left and right, vertical will move up and down.",
"options": [
{
"label": "Horizontal"
},
{
"label": "Vertical"
}
]
}
]
}
]
}