@paroicms/playground_demo2 0.64.0 → 0.65.1

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.
@@ -1,12 +1,12 @@
1
1
 
2
- > @paroicms/playground_demo2@0.64.0 build
2
+ > @paroicms/playground_demo2@0.65.1 build
3
3
  > npm run scss
4
4
 
5
5
 
6
- > @paroicms/playground_demo2@0.64.0 scss
6
+ > @paroicms/playground_demo2@0.65.1 scss
7
7
  > npm run _scss -- --no-source-map --style=compressed
8
8
 
9
9
 
10
- > @paroicms/playground_demo2@0.64.0 _scss
10
+ > @paroicms/playground_demo2@0.65.1 _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,30 @@
1
1
  # @paroicms/playground_seoul
2
2
 
3
+ ## 0.65.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0b265ec]
8
+ - @paroicms/content-loading-plugin@0.23.0
9
+ - @paroicms/internal-link-plugin@0.18.0
10
+ - @paroicms/quill-editor-plugin@1.38.0
11
+
12
+ ## 0.65.0
13
+
14
+ ### Minor Changes
15
+
16
+ - 311801d: Add locales in Spanish, German, Italian, Portuguese
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [311801d]
21
+ - @paroicms/content-loading-plugin@0.22.0
22
+ - @paroicms/internal-link-plugin@0.17.0
23
+ - @paroicms/contact-form-plugin@0.29.0
24
+ - @paroicms/quill-editor-plugin@1.37.0
25
+ - @paroicms/list-field-plugin@0.22.0
26
+ - @paroicms/video-plugin@0.32.0
27
+
3
28
  ## 0.64.0
4
29
 
5
30
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/playground_demo2",
3
- "version": "0.64.0",
3
+ "version": "0.65.1",
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.28.0",
27
- "@paroicms/content-loading-plugin": "0.21.1",
28
- "@paroicms/internal-link-plugin": "0.16.1",
29
- "@paroicms/list-field-plugin": "0.21.0",
26
+ "@paroicms/contact-form-plugin": "0.29.0",
27
+ "@paroicms/content-loading-plugin": "0.23.0",
28
+ "@paroicms/internal-link-plugin": "0.18.0",
29
+ "@paroicms/list-field-plugin": "0.22.0",
30
30
  "@paroicms/public-menu-plugin": "0.15.1",
31
- "@paroicms/quill-editor-plugin": "1.36.2",
32
- "@paroicms/video-plugin": "0.31.1"
31
+ "@paroicms/quill-editor-plugin": "1.38.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": ["es", "fr"],
3
+ "languages": ["en", "fr"],
4
4
  "plugins": [
5
5
  {
6
6
  "name": "@paroicms/quill-editor-plugin",
@@ -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": "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
+ }