@paroicms/playground_demo2 0.63.1 → 0.65.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +28 -0
- package/package.json +7 -7
- package/site-schema.json +11 -6
- package/site-schema.l10n.de.json +99 -0
- package/site-schema.l10n.es.json +99 -0
- package/site-schema.l10n.it.json +99 -0
- package/site-schema.l10n.pt.json +99 -0
- package/theme/locales/de.json +10 -0
- package/theme/locales/es.json +10 -0
- package/theme/locales/it.json +10 -0
- package/theme/locales/pt.json +10 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @paroicms/playground_demo2@0.
|
|
2
|
+
> @paroicms/playground_demo2@0.65.0 build
|
|
3
3
|
> npm run scss
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @paroicms/playground_demo2@0.
|
|
6
|
+
> @paroicms/playground_demo2@0.65.0 scss
|
|
7
7
|
> npm run _scss -- --no-source-map --style=compressed
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @paroicms/playground_demo2@0.
|
|
10
|
+
> @paroicms/playground_demo2@0.65.0 _scss
|
|
11
11
|
> sass theme/assets/scss/index.scss theme/assets/css/index.css --no-source-map --style=compressed
|
|
12
12
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @paroicms/playground_seoul
|
|
2
2
|
|
|
3
|
+
## 0.65.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 311801d: Add locales in Spanish, German, Italian, Portuguese
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [311801d]
|
|
12
|
+
- @paroicms/content-loading-plugin@0.22.0
|
|
13
|
+
- @paroicms/internal-link-plugin@0.17.0
|
|
14
|
+
- @paroicms/contact-form-plugin@0.29.0
|
|
15
|
+
- @paroicms/quill-editor-plugin@1.37.0
|
|
16
|
+
- @paroicms/list-field-plugin@0.22.0
|
|
17
|
+
- @paroicms/video-plugin@0.32.0
|
|
18
|
+
|
|
19
|
+
## 0.64.0
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- ae7ef6b: Allow websites in non-core languages
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies [ae7ef6b]
|
|
28
|
+
- @paroicms/contact-form-plugin@0.28.0
|
|
29
|
+
- @paroicms/list-field-plugin@0.21.0
|
|
30
|
+
|
|
3
31
|
## 0.63.1
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paroicms/playground_demo2",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.65.0",
|
|
4
4
|
"description": "Demonstration website for ParoiCMS",
|
|
5
5
|
"author": "Paroi Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"_pino-pretty": "pino-pretty -U false -x 'stats:25' -X 'stats:grey' -t 'yyyy-mm-dd HH:MM:ss.l' -i 'hostname,pid,fqdn'"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@paroicms/contact-form-plugin": "0.
|
|
27
|
-
"@paroicms/content-loading-plugin": "0.
|
|
28
|
-
"@paroicms/internal-link-plugin": "0.
|
|
29
|
-
"@paroicms/list-field-plugin": "0.
|
|
26
|
+
"@paroicms/contact-form-plugin": "0.29.0",
|
|
27
|
+
"@paroicms/content-loading-plugin": "0.22.0",
|
|
28
|
+
"@paroicms/internal-link-plugin": "0.17.0",
|
|
29
|
+
"@paroicms/list-field-plugin": "0.22.0",
|
|
30
30
|
"@paroicms/public-menu-plugin": "0.15.1",
|
|
31
|
-
"@paroicms/quill-editor-plugin": "1.
|
|
32
|
-
"@paroicms/video-plugin": "0.
|
|
31
|
+
"@paroicms/quill-editor-plugin": "1.37.0",
|
|
32
|
+
"@paroicms/video-plugin": "0.32.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"concurrently": "~9.1.2",
|
package/site-schema.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ParoiCMSSiteSchemaFormatVersion": "9",
|
|
3
|
-
"languages": ["
|
|
3
|
+
"languages": ["en", "fr"],
|
|
4
4
|
"plugins": [
|
|
5
5
|
{
|
|
6
6
|
"name": "@paroicms/quill-editor-plugin",
|
|
@@ -184,7 +184,8 @@
|
|
|
184
184
|
"documentKind": "routing",
|
|
185
185
|
"route": {
|
|
186
186
|
"en": "posts",
|
|
187
|
-
"fr": "articles"
|
|
187
|
+
"fr": "articles",
|
|
188
|
+
"es": "artículos"
|
|
188
189
|
},
|
|
189
190
|
"withFeaturedImage": true,
|
|
190
191
|
"routingChildren": ["tags"],
|
|
@@ -217,7 +218,8 @@
|
|
|
217
218
|
"documentKind": "routing",
|
|
218
219
|
"route": {
|
|
219
220
|
"en": "tag",
|
|
220
|
-
"fr": "tag"
|
|
221
|
+
"fr": "tag",
|
|
222
|
+
"es": "etiqueta"
|
|
221
223
|
},
|
|
222
224
|
"redirectTo": "parent",
|
|
223
225
|
"withFeaturedImage": true,
|
|
@@ -242,7 +244,8 @@
|
|
|
242
244
|
"documentKind": "routing",
|
|
243
245
|
"route": {
|
|
244
246
|
"en": "about-us",
|
|
245
|
-
"fr": "a-propos"
|
|
247
|
+
"fr": "a-propos",
|
|
248
|
+
"es": "sobre-nosotros"
|
|
246
249
|
},
|
|
247
250
|
"withFeaturedImage": true,
|
|
248
251
|
"fields": [
|
|
@@ -268,7 +271,8 @@
|
|
|
268
271
|
"documentKind": "routing",
|
|
269
272
|
"route": {
|
|
270
273
|
"en": "contact-us",
|
|
271
|
-
"fr": "contactez-nous"
|
|
274
|
+
"fr": "contactez-nous",
|
|
275
|
+
"es": "contáctenos"
|
|
272
276
|
},
|
|
273
277
|
"withFeaturedImage": false,
|
|
274
278
|
"fields": ["shortTitle", "htmlContent"]
|
|
@@ -279,7 +283,8 @@
|
|
|
279
283
|
"documentKind": "routing",
|
|
280
284
|
"route": {
|
|
281
285
|
"en": "search",
|
|
282
|
-
"fr": "recherche"
|
|
286
|
+
"fr": "recherche",
|
|
287
|
+
"es": "buscar"
|
|
283
288
|
},
|
|
284
289
|
"withFeaturedImage": false,
|
|
285
290
|
"fields": ["htmlContent"]
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nodeTypes": {
|
|
3
|
+
"home": {
|
|
4
|
+
"label": "Startseite",
|
|
5
|
+
"lists": {
|
|
6
|
+
"partners": {
|
|
7
|
+
"label": "Partner",
|
|
8
|
+
"addPart": "Einen Partner hinzufügen",
|
|
9
|
+
"reorderParts": "Partner neu ordnen"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"partner": {
|
|
14
|
+
"label": "Partner",
|
|
15
|
+
"fields": {
|
|
16
|
+
"url": {
|
|
17
|
+
"label": "URL"
|
|
18
|
+
},
|
|
19
|
+
"color": {
|
|
20
|
+
"label": "Farbe"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"list": {
|
|
24
|
+
"addPart": "Ein Seitenbild hinzufügen"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"sideImage": {
|
|
28
|
+
"label": "Seitenbild"
|
|
29
|
+
},
|
|
30
|
+
"exhibition": {
|
|
31
|
+
"label": "Ausstellung",
|
|
32
|
+
"addChild": "Ein Regal hinzufügen"
|
|
33
|
+
},
|
|
34
|
+
"shelf": {
|
|
35
|
+
"label": "Regal",
|
|
36
|
+
"addChild": "Einen Artikel hinzufügen",
|
|
37
|
+
"fields": {
|
|
38
|
+
"color": {
|
|
39
|
+
"label": "Farbe"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"videoPage": {
|
|
44
|
+
"label": "Video-Seite"
|
|
45
|
+
},
|
|
46
|
+
"pages": {
|
|
47
|
+
"label": "Seiten",
|
|
48
|
+
"addChild": "Eine Seite hinzufügen"
|
|
49
|
+
},
|
|
50
|
+
"page": {
|
|
51
|
+
"label": "Seite",
|
|
52
|
+
"fields": {
|
|
53
|
+
"testTime": {
|
|
54
|
+
"label": "Aktualisierungszeit (Test)",
|
|
55
|
+
"validateBtn": "Validieren"
|
|
56
|
+
},
|
|
57
|
+
"testDate": {
|
|
58
|
+
"label": "Aktualisierungsdatum (Test)"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"posts": {
|
|
63
|
+
"label": "Beiträge",
|
|
64
|
+
"addChild": "Einen Beitrag hinzufügen"
|
|
65
|
+
},
|
|
66
|
+
"post": {
|
|
67
|
+
"label": "Beitrag",
|
|
68
|
+
"fields": {
|
|
69
|
+
"tags": {
|
|
70
|
+
"label": "Tags"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"tags": {
|
|
75
|
+
"label": "Tags",
|
|
76
|
+
"addChild": "Ein Tag hinzufügen"
|
|
77
|
+
},
|
|
78
|
+
"tag": {
|
|
79
|
+
"label": "Beitrag-Tag"
|
|
80
|
+
},
|
|
81
|
+
"aboutPage": {
|
|
82
|
+
"label": "Über uns Seite",
|
|
83
|
+
"fields": {
|
|
84
|
+
"testTime": {
|
|
85
|
+
"label": "Aktualisierungszeit (Test)"
|
|
86
|
+
},
|
|
87
|
+
"testDate": {
|
|
88
|
+
"label": "Aktualisierungsdatum (Test)"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"contactPage": {
|
|
93
|
+
"label": "Kontaktseite"
|
|
94
|
+
},
|
|
95
|
+
"searchPage": {
|
|
96
|
+
"label": "Suchseite"
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nodeTypes": {
|
|
3
|
+
"home": {
|
|
4
|
+
"label": "Página de inicio",
|
|
5
|
+
"lists": {
|
|
6
|
+
"partners": {
|
|
7
|
+
"label": "Socios",
|
|
8
|
+
"addPart": "Agregar un socio",
|
|
9
|
+
"reorderParts": "Reordenar los socios"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"partner": {
|
|
14
|
+
"label": "Socio",
|
|
15
|
+
"fields": {
|
|
16
|
+
"url": {
|
|
17
|
+
"label": "URL"
|
|
18
|
+
},
|
|
19
|
+
"color": {
|
|
20
|
+
"label": "Color"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"list": {
|
|
24
|
+
"addPart": "Agregar una imagen lateral"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"sideImage": {
|
|
28
|
+
"label": "Imagen lateral"
|
|
29
|
+
},
|
|
30
|
+
"exhibition": {
|
|
31
|
+
"label": "Exposición",
|
|
32
|
+
"addChild": "Agregar un estante"
|
|
33
|
+
},
|
|
34
|
+
"shelf": {
|
|
35
|
+
"label": "Estante",
|
|
36
|
+
"addChild": "Agregar un artículo",
|
|
37
|
+
"fields": {
|
|
38
|
+
"color": {
|
|
39
|
+
"label": "Color"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"videoPage": {
|
|
44
|
+
"label": "Página de video"
|
|
45
|
+
},
|
|
46
|
+
"pages": {
|
|
47
|
+
"label": "Páginas",
|
|
48
|
+
"addChild": "Agregar una página"
|
|
49
|
+
},
|
|
50
|
+
"page": {
|
|
51
|
+
"label": "Página",
|
|
52
|
+
"fields": {
|
|
53
|
+
"testTime": {
|
|
54
|
+
"label": "Hora de actualización (Prueba)"
|
|
55
|
+
},
|
|
56
|
+
"testDate": {
|
|
57
|
+
"label": "Fecha de actualización (Prueba)"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"posts": {
|
|
62
|
+
"label": "Artículos",
|
|
63
|
+
"addChild": "Agregar un artículo"
|
|
64
|
+
},
|
|
65
|
+
"post": {
|
|
66
|
+
"label": "Artículo",
|
|
67
|
+
"fields": {
|
|
68
|
+
"tags": {
|
|
69
|
+
"label": "Etiquetas"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"tags": {
|
|
74
|
+
"label": "Etiquetas",
|
|
75
|
+
"addChild": "Agregar una etiqueta"
|
|
76
|
+
},
|
|
77
|
+
"tag": {
|
|
78
|
+
"label": "Etiqueta de artículo"
|
|
79
|
+
},
|
|
80
|
+
"aboutPage": {
|
|
81
|
+
"label": "Página acerca de",
|
|
82
|
+
"fields": {
|
|
83
|
+
"testTime": {
|
|
84
|
+
"label": "Hora de actualización (Prueba)",
|
|
85
|
+
"validateBtn": "Validar"
|
|
86
|
+
},
|
|
87
|
+
"testDate": {
|
|
88
|
+
"label": "Fecha de actualización (Prueba)"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"contactPage": {
|
|
93
|
+
"label": "Página de contacto"
|
|
94
|
+
},
|
|
95
|
+
"searchPage": {
|
|
96
|
+
"label": "Página de búsqueda"
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nodeTypes": {
|
|
3
|
+
"home": {
|
|
4
|
+
"label": "Pagina iniziale",
|
|
5
|
+
"lists": {
|
|
6
|
+
"partners": {
|
|
7
|
+
"label": "Partner",
|
|
8
|
+
"addPart": "Aggiungi un partner",
|
|
9
|
+
"reorderParts": "Riordina partner"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"partner": {
|
|
14
|
+
"label": "Partner",
|
|
15
|
+
"fields": {
|
|
16
|
+
"url": {
|
|
17
|
+
"label": "URL"
|
|
18
|
+
},
|
|
19
|
+
"color": {
|
|
20
|
+
"label": "Colore"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"list": {
|
|
24
|
+
"addPart": "Aggiungi un'immagine laterale"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"sideImage": {
|
|
28
|
+
"label": "Immagine laterale"
|
|
29
|
+
},
|
|
30
|
+
"exhibition": {
|
|
31
|
+
"label": "Mostra",
|
|
32
|
+
"addChild": "Aggiungi uno scaffale"
|
|
33
|
+
},
|
|
34
|
+
"shelf": {
|
|
35
|
+
"label": "Scaffale",
|
|
36
|
+
"addChild": "Aggiungi un articolo",
|
|
37
|
+
"fields": {
|
|
38
|
+
"color": {
|
|
39
|
+
"label": "Colore"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"videoPage": {
|
|
44
|
+
"label": "Pagina video"
|
|
45
|
+
},
|
|
46
|
+
"pages": {
|
|
47
|
+
"label": "Pagine",
|
|
48
|
+
"addChild": "Aggiungi una pagina"
|
|
49
|
+
},
|
|
50
|
+
"page": {
|
|
51
|
+
"label": "Pagina",
|
|
52
|
+
"fields": {
|
|
53
|
+
"testTime": {
|
|
54
|
+
"label": "Ora di aggiornamento (Test)",
|
|
55
|
+
"validateBtn": "Valida"
|
|
56
|
+
},
|
|
57
|
+
"testDate": {
|
|
58
|
+
"label": "Data di aggiornamento (Test)"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"posts": {
|
|
63
|
+
"label": "Articoli",
|
|
64
|
+
"addChild": "Aggiungi un articolo"
|
|
65
|
+
},
|
|
66
|
+
"post": {
|
|
67
|
+
"label": "Articolo",
|
|
68
|
+
"fields": {
|
|
69
|
+
"tags": {
|
|
70
|
+
"label": "Tag"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"tags": {
|
|
75
|
+
"label": "Tag",
|
|
76
|
+
"addChild": "Aggiungi un tag"
|
|
77
|
+
},
|
|
78
|
+
"tag": {
|
|
79
|
+
"label": "Tag Articolo"
|
|
80
|
+
},
|
|
81
|
+
"aboutPage": {
|
|
82
|
+
"label": "Pagina chi siamo",
|
|
83
|
+
"fields": {
|
|
84
|
+
"testTime": {
|
|
85
|
+
"label": "Ora di aggiornamento (Test)"
|
|
86
|
+
},
|
|
87
|
+
"testDate": {
|
|
88
|
+
"label": "Data di aggiornamento (Test)"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"contactPage": {
|
|
93
|
+
"label": "Pagina di contatto"
|
|
94
|
+
},
|
|
95
|
+
"searchPage": {
|
|
96
|
+
"label": "Pagina di ricerca"
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nodeTypes": {
|
|
3
|
+
"home": {
|
|
4
|
+
"label": "Página inicial",
|
|
5
|
+
"lists": {
|
|
6
|
+
"partners": {
|
|
7
|
+
"label": "Parceiros",
|
|
8
|
+
"addPart": "Adicionar um parceiro",
|
|
9
|
+
"reorderParts": "Reordenar parceiros"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"partner": {
|
|
14
|
+
"label": "Parceiro",
|
|
15
|
+
"fields": {
|
|
16
|
+
"url": {
|
|
17
|
+
"label": "URL"
|
|
18
|
+
},
|
|
19
|
+
"color": {
|
|
20
|
+
"label": "Cor"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"list": {
|
|
24
|
+
"addPart": "Adicionar uma imagem lateral"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"sideImage": {
|
|
28
|
+
"label": "Imagem lateral"
|
|
29
|
+
},
|
|
30
|
+
"exhibition": {
|
|
31
|
+
"label": "Exposição",
|
|
32
|
+
"addChild": "Adicionar uma prateleira"
|
|
33
|
+
},
|
|
34
|
+
"shelf": {
|
|
35
|
+
"label": "Prateleira",
|
|
36
|
+
"addChild": "Adicionar um artigo",
|
|
37
|
+
"fields": {
|
|
38
|
+
"color": {
|
|
39
|
+
"label": "Cor"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"videoPage": {
|
|
44
|
+
"label": "Página de vídeo"
|
|
45
|
+
},
|
|
46
|
+
"pages": {
|
|
47
|
+
"label": "Páginas",
|
|
48
|
+
"addChild": "Adicionar uma página"
|
|
49
|
+
},
|
|
50
|
+
"page": {
|
|
51
|
+
"label": "Página",
|
|
52
|
+
"fields": {
|
|
53
|
+
"testTime": {
|
|
54
|
+
"label": "Hora de atualização (Teste)",
|
|
55
|
+
"validateBtn": "Validar"
|
|
56
|
+
},
|
|
57
|
+
"testDate": {
|
|
58
|
+
"label": "Data de atualização (Teste)"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"posts": {
|
|
63
|
+
"label": "Artigos",
|
|
64
|
+
"addChild": "Adicionar um artigo"
|
|
65
|
+
},
|
|
66
|
+
"post": {
|
|
67
|
+
"label": "Artigo",
|
|
68
|
+
"fields": {
|
|
69
|
+
"tags": {
|
|
70
|
+
"label": "Tags"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"tags": {
|
|
75
|
+
"label": "Tags",
|
|
76
|
+
"addChild": "Adicionar uma tag"
|
|
77
|
+
},
|
|
78
|
+
"tag": {
|
|
79
|
+
"label": "Tag de Artigo"
|
|
80
|
+
},
|
|
81
|
+
"aboutPage": {
|
|
82
|
+
"label": "Página sobre nós",
|
|
83
|
+
"fields": {
|
|
84
|
+
"testTime": {
|
|
85
|
+
"label": "Hora de atualização (Teste)"
|
|
86
|
+
},
|
|
87
|
+
"testDate": {
|
|
88
|
+
"label": "Data de atualização (Teste)"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"contactPage": {
|
|
93
|
+
"label": "Página de contato"
|
|
94
|
+
},
|
|
95
|
+
"searchPage": {
|
|
96
|
+
"label": "Página de pesquisa"
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Home": "Startseite",
|
|
3
|
+
"Read more": "Mehr lesen",
|
|
4
|
+
"This page does not exist. We offer you to <a href='/'>return to home page</a>.": "Diese Seite existiert nicht. Wir bieten Ihnen an, <a href='/'>zur Startseite zurückzukehren</a>.",
|
|
5
|
+
"All posts": "Alle Beiträge",
|
|
6
|
+
"Latest posts": "Neueste Beiträge",
|
|
7
|
+
"Pages": "Seiten",
|
|
8
|
+
"Previous": "Vorherige",
|
|
9
|
+
"Next": "Nächste"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Home": "Inicio",
|
|
3
|
+
"Read more": "Leer más",
|
|
4
|
+
"This page does not exist. We offer you to <a href='/'>return to home page</a>.": "Esta página no existe. Te ofrecemos <a href='/'>volver a la página de inicio</a>.",
|
|
5
|
+
"All posts": "Todos los artículos",
|
|
6
|
+
"Latest posts": "Artículos recientes",
|
|
7
|
+
"Pages": "Páginas",
|
|
8
|
+
"Previous": "Anterior",
|
|
9
|
+
"Next": "Siguiente"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Home": "Home",
|
|
3
|
+
"Read more": "Leggi di più",
|
|
4
|
+
"This page does not exist. We offer you to <a href='/'>return to home page</a>.": "Questa pagina non esiste. Ti offriamo di <a href='/'>tornare alla pagina iniziale</a>.",
|
|
5
|
+
"All posts": "Tutti gli articoli",
|
|
6
|
+
"Latest posts": "Articoli recenti",
|
|
7
|
+
"Pages": "Pagine",
|
|
8
|
+
"Previous": "Precedente",
|
|
9
|
+
"Next": "Successivo"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Home": "Início",
|
|
3
|
+
"Read more": "Ler mais",
|
|
4
|
+
"This page does not exist. We offer you to <a href='/'>return to home page</a>.": "Esta página não existe. Oferecemos a você <a href='/'>voltar à página inicial</a>.",
|
|
5
|
+
"All posts": "Todos os artigos",
|
|
6
|
+
"Latest posts": "Artigos recentes",
|
|
7
|
+
"Pages": "Páginas",
|
|
8
|
+
"Previous": "Anterior",
|
|
9
|
+
"Next": "Próximo"
|
|
10
|
+
}
|