decidim-pages 0.21.0 → 0.22.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.
- checksums.yaml +4 -4
- data/app/assets/images/decidim/pages/icon.svg +1 -8
- data/config/locales/bg-BG.yml +30 -0
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/el.yml +29 -0
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/fr-CA.yml +30 -0
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/ja-JP.yml +29 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lv-LV.yml +31 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/pt.yml +2 -2
- data/config/locales/ro-RO.yml +31 -0
- data/config/locales/sk-SK.yml +32 -0
- data/config/locales/sk.yml +32 -0
- data/config/locales/sl.yml +8 -0
- data/config/locales/sr-CS.yml +1 -0
- data/lib/decidim/pages/version.rb +1 -1
- metadata +23 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e70a0ace8335c6c447929ff9a3320f61645a914c2c68ee04960647e19a91b74
|
|
4
|
+
data.tar.gz: ce4c58723ea65adeaa89ae9b490ef27d3ccd69e161c166ba64548dec2b4cb49e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3db935fa387d4062e3c655407796f528e0c4afcd61299331bed7e50edb87d13150e6a541f84c8f9134db3cf727115e0b6c7f82d9cf514d11a30e5ffbe4cf9d45
|
|
7
|
+
data.tar.gz: 99c4bef9a802d9b4cf592f294955d77f113bef33b9c8fef6654e089c65ce34133442e8bc70794af6fb80a981a6569b63e6e0ad90fdd24fc76335365bafaa4955
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.02 36.02">
|
|
2
|
-
<path d="M373,545.54a18,18,0,1,1,18-18A18,18,0,0,1,373,545.54Zm0-34a16,16,0,1,0,16,16A16,16,0,0,0,373,511.53Z" transform="translate(-354.99 -509.53)"/>
|
|
3
|
-
<path d="M377.73,536.41h-9.46a1,1,0,1,1,0-2h9.46A1,1,0,0,1,377.73,536.41Z" transform="translate(-354.99 -509.53)"/>
|
|
4
|
-
<path d="M375,525.54h-6.73a1,1,0,1,1,0-2H375A1,1,0,1,1,375,525.54Z" transform="translate(-354.99 -509.53)"/>
|
|
5
|
-
<path d="M375,535.41a1,1,0,0,1-1-1v-9.87a1,1,0,1,1,2,0v9.87A1,1,0,0,1,375,535.41Z" transform="translate(-354.99 -509.53)"/>
|
|
6
|
-
<path d="M373,523a3,3,0,1,1,3-3A3,3,0,0,1,373,523Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,373,519Z" transform="translate(-354.99 -509.53)"/>
|
|
7
|
-
<path d="M371,535.41a1,1,0,0,1-1-1v-9.87a1,1,0,1,1,2,0v9.87A1,1,0,0,1,371,535.41Z" transform="translate(-354.99 -509.53)"/>
|
|
8
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.02 36.02"><path d="M373,545.54a18,18,0,1,1,18-18A18,18,0,0,1,373,545.54Zm0-34a16,16,0,1,0,16,16A16,16,0,0,0,373,511.53Z" transform="translate(-354.99 -509.53)"/><path d="M377.73,536.41h-9.46a1,1,0,1,1,0-2h9.46A1,1,0,0,1,377.73,536.41Z" transform="translate(-354.99 -509.53)"/><path d="M375,525.54h-6.73a1,1,0,1,1,0-2H375A1,1,0,1,1,375,525.54Z" transform="translate(-354.99 -509.53)"/><path d="M375,535.41a1,1,0,0,1-1-1v-9.87a1,1,0,1,1,2,0v9.87A1,1,0,0,1,375,535.41Z" transform="translate(-354.99 -509.53)"/><path d="M373,523a3,3,0,1,1,3-3A3,3,0,0,1,373,523Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,373,519Z" transform="translate(-354.99 -509.53)"/><path d="M371,535.41a1,1,0,0,1-1-1v-9.87a1,1,0,1,1,2,0v9.87A1,1,0,0,1,371,535.41Z" transform="translate(-354.99 -509.53)"/></svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
bg:
|
|
2
|
+
activerecord:
|
|
3
|
+
models:
|
|
4
|
+
decidim/pages/page:
|
|
5
|
+
one: Страница
|
|
6
|
+
other: Страници
|
|
7
|
+
decidim:
|
|
8
|
+
admin_log:
|
|
9
|
+
page:
|
|
10
|
+
update: "%{user_name} обнови страницата %{resource_name} в %{space_name}"
|
|
11
|
+
components:
|
|
12
|
+
pages:
|
|
13
|
+
name: Страница
|
|
14
|
+
settings:
|
|
15
|
+
global:
|
|
16
|
+
announcement: Обявяване
|
|
17
|
+
step:
|
|
18
|
+
announcement: Обявяване
|
|
19
|
+
pages:
|
|
20
|
+
admin:
|
|
21
|
+
models:
|
|
22
|
+
components:
|
|
23
|
+
body: Тяло
|
|
24
|
+
pages:
|
|
25
|
+
edit:
|
|
26
|
+
save: Обновяване
|
|
27
|
+
title: Редактиране на страница
|
|
28
|
+
update:
|
|
29
|
+
invalid: Възникна проблем при запазване на страницата.
|
|
30
|
+
success: Страницата е успешно съхранена.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
da:
|
data/config/locales/el.yml
CHANGED
|
@@ -1 +1,30 @@
|
|
|
1
1
|
el:
|
|
2
|
+
activerecord:
|
|
3
|
+
models:
|
|
4
|
+
decidim/pages/page:
|
|
5
|
+
one: Σελίδα
|
|
6
|
+
other: Σελίδες
|
|
7
|
+
decidim:
|
|
8
|
+
admin_log:
|
|
9
|
+
page:
|
|
10
|
+
update: "Ο χρήστης %{user_name} ενημέρωσε τη σελίδα %{resource_name} στον χώρο %{space_name}"
|
|
11
|
+
components:
|
|
12
|
+
pages:
|
|
13
|
+
name: Σελίδα
|
|
14
|
+
settings:
|
|
15
|
+
global:
|
|
16
|
+
announcement: Ανακοίνωση
|
|
17
|
+
step:
|
|
18
|
+
announcement: Ανακοίνωση
|
|
19
|
+
pages:
|
|
20
|
+
admin:
|
|
21
|
+
models:
|
|
22
|
+
components:
|
|
23
|
+
body: Σώμα
|
|
24
|
+
pages:
|
|
25
|
+
edit:
|
|
26
|
+
save: Ενημέρωση
|
|
27
|
+
title: Επεξεργασία σελίδας
|
|
28
|
+
update:
|
|
29
|
+
invalid: Υπήρξε ένα πρόβλημα κατά την αποθήκευση της σελίδας.
|
|
30
|
+
success: Η σελίδα αποθηκεύτηκε με επιτυχία.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
et:
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
fr-CA:
|
|
2
|
+
activerecord:
|
|
3
|
+
models:
|
|
4
|
+
decidim/pages/page:
|
|
5
|
+
one: Page
|
|
6
|
+
other: Pages
|
|
7
|
+
decidim:
|
|
8
|
+
admin_log:
|
|
9
|
+
page:
|
|
10
|
+
update: "%{user_name} a mis à jour la page %{resource_name} dans %{space_name}"
|
|
11
|
+
components:
|
|
12
|
+
pages:
|
|
13
|
+
name: Page
|
|
14
|
+
settings:
|
|
15
|
+
global:
|
|
16
|
+
announcement: Message d'annonce
|
|
17
|
+
step:
|
|
18
|
+
announcement: Message d'annonce
|
|
19
|
+
pages:
|
|
20
|
+
admin:
|
|
21
|
+
models:
|
|
22
|
+
components:
|
|
23
|
+
body: Corps du texte
|
|
24
|
+
pages:
|
|
25
|
+
edit:
|
|
26
|
+
save: Mettre à jour
|
|
27
|
+
title: Modifier la page
|
|
28
|
+
update:
|
|
29
|
+
invalid: Erreurs lors de la sauvegarde de la page.
|
|
30
|
+
success: Page enregistrée avec succès.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ga:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
hr:
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
ja:
|
|
2
|
+
activerecord:
|
|
3
|
+
models:
|
|
4
|
+
decidim/pages/page:
|
|
5
|
+
other: ページ
|
|
6
|
+
decidim:
|
|
7
|
+
admin_log:
|
|
8
|
+
page:
|
|
9
|
+
update: "%{user_name} が %{resource_name} の %{space_name} ページを更新しました"
|
|
10
|
+
components:
|
|
11
|
+
pages:
|
|
12
|
+
name: ページ
|
|
13
|
+
settings:
|
|
14
|
+
global:
|
|
15
|
+
announcement: お知らせ
|
|
16
|
+
step:
|
|
17
|
+
announcement: お知らせ
|
|
18
|
+
pages:
|
|
19
|
+
admin:
|
|
20
|
+
models:
|
|
21
|
+
components:
|
|
22
|
+
body: 本文
|
|
23
|
+
pages:
|
|
24
|
+
edit:
|
|
25
|
+
save: 更新
|
|
26
|
+
title: ページを編集
|
|
27
|
+
update:
|
|
28
|
+
invalid: ページの保存中に問題が発生しました。
|
|
29
|
+
success: ページを保存しました。
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
lt:
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
lv:
|
|
2
|
+
activerecord:
|
|
3
|
+
models:
|
|
4
|
+
decidim/pages/page:
|
|
5
|
+
zero: Lapas
|
|
6
|
+
one: Lapa
|
|
7
|
+
other: Lapas
|
|
8
|
+
decidim:
|
|
9
|
+
admin_log:
|
|
10
|
+
page:
|
|
11
|
+
update: "%{user_name} atjaunināja %{resource_name} lapu telpā %{space_name}"
|
|
12
|
+
components:
|
|
13
|
+
pages:
|
|
14
|
+
name: Lapa
|
|
15
|
+
settings:
|
|
16
|
+
global:
|
|
17
|
+
announcement: Paziņojums
|
|
18
|
+
step:
|
|
19
|
+
announcement: Paziņojums
|
|
20
|
+
pages:
|
|
21
|
+
admin:
|
|
22
|
+
models:
|
|
23
|
+
components:
|
|
24
|
+
body: Pamatteksts
|
|
25
|
+
pages:
|
|
26
|
+
edit:
|
|
27
|
+
save: Atjaunināt
|
|
28
|
+
title: Rediģēt lapu
|
|
29
|
+
update:
|
|
30
|
+
invalid: Saglabājot lapu, radās problēma.
|
|
31
|
+
success: Lapa ir veiksmīgi saglabāta
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
mt:
|
data/config/locales/pt-BR.yml
CHANGED
data/config/locales/pt.yml
CHANGED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
ro:
|
|
2
|
+
activerecord:
|
|
3
|
+
models:
|
|
4
|
+
decidim/pages/page:
|
|
5
|
+
one: Pagină
|
|
6
|
+
few: Pagini
|
|
7
|
+
other: Pagini
|
|
8
|
+
decidim:
|
|
9
|
+
admin_log:
|
|
10
|
+
page:
|
|
11
|
+
update: "%{user_name} a actualizat pagina %{resource_name} în %{space_name}"
|
|
12
|
+
components:
|
|
13
|
+
pages:
|
|
14
|
+
name: Pagină
|
|
15
|
+
settings:
|
|
16
|
+
global:
|
|
17
|
+
announcement: Anunţ
|
|
18
|
+
step:
|
|
19
|
+
announcement: Anunţ
|
|
20
|
+
pages:
|
|
21
|
+
admin:
|
|
22
|
+
models:
|
|
23
|
+
components:
|
|
24
|
+
body: Corp
|
|
25
|
+
pages:
|
|
26
|
+
edit:
|
|
27
|
+
save: Actualizare
|
|
28
|
+
title: Editare pagină
|
|
29
|
+
update:
|
|
30
|
+
invalid: A apărut o eroare la salvarea paginii.
|
|
31
|
+
success: Pagină salvată cu succes.
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
sk:
|
|
2
|
+
activerecord:
|
|
3
|
+
models:
|
|
4
|
+
decidim/pages/page:
|
|
5
|
+
one: Stránka
|
|
6
|
+
few: Stránky
|
|
7
|
+
many: Stránky
|
|
8
|
+
other: Stránky
|
|
9
|
+
decidim:
|
|
10
|
+
admin_log:
|
|
11
|
+
page:
|
|
12
|
+
update: "%{user_name} aktualizoval stránku %{resource_name} v priestore %{space_name}"
|
|
13
|
+
components:
|
|
14
|
+
pages:
|
|
15
|
+
name: Stránka
|
|
16
|
+
settings:
|
|
17
|
+
global:
|
|
18
|
+
announcement: Oznámenie
|
|
19
|
+
step:
|
|
20
|
+
announcement: Oznámenie
|
|
21
|
+
pages:
|
|
22
|
+
admin:
|
|
23
|
+
models:
|
|
24
|
+
components:
|
|
25
|
+
body: Telo
|
|
26
|
+
pages:
|
|
27
|
+
edit:
|
|
28
|
+
save: Aktualizovať
|
|
29
|
+
title: Upraviť stránku
|
|
30
|
+
update:
|
|
31
|
+
invalid: Vyskytol sa problém s ukladaním stránky.
|
|
32
|
+
success: Stránka úspešne uložená.
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
sk:
|
|
2
|
+
activerecord:
|
|
3
|
+
models:
|
|
4
|
+
decidim/pages/page:
|
|
5
|
+
one: Stránka
|
|
6
|
+
few: Stránky
|
|
7
|
+
many: Stránky
|
|
8
|
+
other: Stránky
|
|
9
|
+
decidim:
|
|
10
|
+
admin_log:
|
|
11
|
+
page:
|
|
12
|
+
update: "%{user_name} aktualizoval stránku %{resource_name} v priestore %{space_name}"
|
|
13
|
+
components:
|
|
14
|
+
pages:
|
|
15
|
+
name: Stránka
|
|
16
|
+
settings:
|
|
17
|
+
global:
|
|
18
|
+
announcement: Oznámenie
|
|
19
|
+
step:
|
|
20
|
+
announcement: Oznámenie
|
|
21
|
+
pages:
|
|
22
|
+
admin:
|
|
23
|
+
models:
|
|
24
|
+
components:
|
|
25
|
+
body: Telo
|
|
26
|
+
pages:
|
|
27
|
+
edit:
|
|
28
|
+
save: Aktualizovať
|
|
29
|
+
title: Upraviť stránku
|
|
30
|
+
update:
|
|
31
|
+
invalid: Vyskytol sa problém s ukladaním stránky.
|
|
32
|
+
success: Stránka úspešne uložená.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
sr:
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-pages
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.22.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2020-
|
|
13
|
+
date: 2020-09-01 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: decidim-core
|
|
@@ -18,42 +18,42 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.
|
|
21
|
+
version: 0.22.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - '='
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 0.
|
|
28
|
+
version: 0.22.0
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: decidim-dev
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
32
32
|
requirements:
|
|
33
33
|
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 0.
|
|
35
|
+
version: 0.22.0
|
|
36
36
|
type: :development
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - '='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 0.
|
|
42
|
+
version: 0.22.0
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: decidim-participatory_processes
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
46
46
|
requirements:
|
|
47
47
|
- - '='
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 0.
|
|
49
|
+
version: 0.22.0
|
|
50
50
|
type: :development
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
54
|
- - '='
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
|
-
version: 0.
|
|
56
|
+
version: 0.22.0
|
|
57
57
|
description: A pages component for decidim's participatory processes.
|
|
58
58
|
email:
|
|
59
59
|
- josepjaume@gmail.com
|
|
@@ -86,9 +86,11 @@ files:
|
|
|
86
86
|
- app/views/decidim/pages/application/show.html.erb
|
|
87
87
|
- config/locales/ar-SA.yml
|
|
88
88
|
- config/locales/ar.yml
|
|
89
|
+
- config/locales/bg-BG.yml
|
|
89
90
|
- config/locales/ca.yml
|
|
90
91
|
- config/locales/cs-CZ.yml
|
|
91
92
|
- config/locales/cs.yml
|
|
93
|
+
- config/locales/da-DK.yml
|
|
92
94
|
- config/locales/de.yml
|
|
93
95
|
- config/locales/el-GR.yml
|
|
94
96
|
- config/locales/el.yml
|
|
@@ -97,22 +99,35 @@ files:
|
|
|
97
99
|
- config/locales/es-MX.yml
|
|
98
100
|
- config/locales/es-PY.yml
|
|
99
101
|
- config/locales/es.yml
|
|
102
|
+
- config/locales/et-EE.yml
|
|
100
103
|
- config/locales/eu.yml
|
|
101
104
|
- config/locales/fi-pl.yml
|
|
102
105
|
- config/locales/fi-plain.yml
|
|
103
106
|
- config/locales/fi.yml
|
|
107
|
+
- config/locales/fr-CA.yml
|
|
104
108
|
- config/locales/fr.yml
|
|
109
|
+
- config/locales/ga-IE.yml
|
|
105
110
|
- config/locales/gl.yml
|
|
111
|
+
- config/locales/hr-HR.yml
|
|
106
112
|
- config/locales/hu.yml
|
|
107
113
|
- config/locales/id-ID.yml
|
|
108
114
|
- config/locales/is-IS.yml
|
|
109
115
|
- config/locales/it.yml
|
|
116
|
+
- config/locales/ja-JP.yml
|
|
117
|
+
- config/locales/lt-LT.yml
|
|
118
|
+
- config/locales/lv-LV.yml
|
|
119
|
+
- config/locales/mt-MT.yml
|
|
110
120
|
- config/locales/nl.yml
|
|
111
121
|
- config/locales/no.yml
|
|
112
122
|
- config/locales/pl.yml
|
|
113
123
|
- config/locales/pt-BR.yml
|
|
114
124
|
- config/locales/pt.yml
|
|
125
|
+
- config/locales/ro-RO.yml
|
|
115
126
|
- config/locales/ru.yml
|
|
127
|
+
- config/locales/sk-SK.yml
|
|
128
|
+
- config/locales/sk.yml
|
|
129
|
+
- config/locales/sl.yml
|
|
130
|
+
- config/locales/sr-CS.yml
|
|
116
131
|
- config/locales/sv.yml
|
|
117
132
|
- config/locales/tr-TR.yml
|
|
118
133
|
- config/locales/uk.yml
|