decidim-assemblies 0.23.2 → 0.23.3
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/config/locales/is-IS.yml +22 -0
- data/config/locales/nl.yml +3 -0
- data/config/locales/no.yml +7 -7
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3be7e066b067fe37f9b13c4adb94f7efad0072564bec6a415424274df0dc886
|
|
4
|
+
data.tar.gz: 9732152540a243e1c32975a08134c933684e86e905f2575b491888b00842c807
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1fd7989f03ec5d13b09fe660736a45753d52b3a590d7592e7aba4228a65b4cd35c57bd7e7bc4b308251518b8dd1a63aa160afaa6d0c89013248c2b90c9cdeb6a
|
|
7
|
+
data.tar.gz: 1234b0b7107a1c19487400477c269c2f39c3866ef74d4a840ba42e781d7bc15663051ab4bd448ae29a388d9b8902282329520b6d015cafcebe2e26edd26f703e
|
data/config/locales/is-IS.yml
CHANGED
|
@@ -30,6 +30,9 @@ is-IS:
|
|
|
30
30
|
internal_organisation: Innri skipulagning
|
|
31
31
|
is_transparent: Er gagnsæ
|
|
32
32
|
meta_scope: Gildissvið lýsigagna
|
|
33
|
+
participatory_scope: Hvað er ákveðið
|
|
34
|
+
participatory_structure: Hvernig það er ákveðið
|
|
35
|
+
private_space: Einkasvæði
|
|
33
36
|
published_at: Birt á
|
|
34
37
|
purpose_of_action: Tilgangur aðgerða
|
|
35
38
|
scope_id: Umfang
|
|
@@ -37,7 +40,9 @@ is-IS:
|
|
|
37
40
|
short_description: Stutt lýsing
|
|
38
41
|
show_statistics: Sýna tölfræði
|
|
39
42
|
slug: URL slug
|
|
43
|
+
special_features: Sérstakir eiginleikar
|
|
40
44
|
subtitle: Texti
|
|
45
|
+
target: Hver tekur þátt
|
|
41
46
|
title: Titill
|
|
42
47
|
twitter: Twitter
|
|
43
48
|
youtube: Youtube
|
|
@@ -50,12 +55,25 @@ is-IS:
|
|
|
50
55
|
full_name: Fullt nafn
|
|
51
56
|
gender: Kyn
|
|
52
57
|
position: Staða
|
|
58
|
+
user_id: Notandi
|
|
53
59
|
assembly_user_role:
|
|
54
60
|
email: Email
|
|
55
61
|
name: Nafn
|
|
56
62
|
role: Hlutverk
|
|
63
|
+
activerecord:
|
|
64
|
+
models:
|
|
65
|
+
decidim/assembly:
|
|
66
|
+
one: Þing
|
|
67
|
+
other: Þing
|
|
68
|
+
decidim/assembly_member:
|
|
69
|
+
one: Meðlimur þings
|
|
70
|
+
other: Meðlimir þings
|
|
57
71
|
decidim:
|
|
58
72
|
admin:
|
|
73
|
+
actions:
|
|
74
|
+
import_assembly: Flytja inn
|
|
75
|
+
new_assembly: Nýtt þing
|
|
76
|
+
new_assembly_type: Ný þing tegund
|
|
59
77
|
assemblies:
|
|
60
78
|
create:
|
|
61
79
|
success: Samkoma búin til með góðum árangri.
|
|
@@ -77,6 +95,10 @@ is-IS:
|
|
|
77
95
|
copy: Afrita
|
|
78
96
|
select: Veldu hvaða gögn þú vilt afrita
|
|
79
97
|
title: Afrit samkoma
|
|
98
|
+
assembly_imports:
|
|
99
|
+
new:
|
|
100
|
+
import: Flytja inn
|
|
101
|
+
title: Flytja inn þing
|
|
80
102
|
assembly_members:
|
|
81
103
|
edit:
|
|
82
104
|
title: Uppfæra samningsaðila.
|
data/config/locales/nl.yml
CHANGED
data/config/locales/no.yml
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
private_space: Privat området
|
|
40
40
|
promoted: Fremhevet
|
|
41
41
|
published_at: Publisert på
|
|
42
|
-
purpose_of_action:
|
|
42
|
+
purpose_of_action: Formål
|
|
43
43
|
scope_id: Tema
|
|
44
44
|
scopes_enabled: Temaer aktivert
|
|
45
45
|
short_description: Kort beskrivelse
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
birthday: Fødselsdag
|
|
56
56
|
birthplace: Fødested
|
|
57
57
|
ceased_date: Opphørt dato
|
|
58
|
-
designation_date:
|
|
59
|
-
designation_mode:
|
|
58
|
+
designation_date: Valgdato
|
|
59
|
+
designation_mode: Valgform
|
|
60
60
|
full_name: Fullt navn
|
|
61
61
|
gender: Kjønn
|
|
62
62
|
position: Stilling
|
|
@@ -209,15 +209,15 @@
|
|
|
209
209
|
assembly_member:
|
|
210
210
|
fields:
|
|
211
211
|
ceased_date: Opphørt dato
|
|
212
|
-
designation_date:
|
|
212
|
+
designation_date: Valgdato
|
|
213
213
|
full_name: Navn
|
|
214
214
|
position: Stilling
|
|
215
215
|
name: Medlem
|
|
216
216
|
positions:
|
|
217
217
|
other: Annet
|
|
218
|
-
president:
|
|
218
|
+
president: Leder
|
|
219
219
|
secretary: Sekretær
|
|
220
|
-
vice_president:
|
|
220
|
+
vice_president: Nestleder
|
|
221
221
|
assembly_user_role:
|
|
222
222
|
fields:
|
|
223
223
|
email: Epost
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
participatory_scope: Hva er bestemt
|
|
370
370
|
participatory_structure: Hvordan blir det bestemt
|
|
371
371
|
private_space: Dette er en privat forsamling
|
|
372
|
-
purpose_of_action:
|
|
372
|
+
purpose_of_action: Formål
|
|
373
373
|
read_less: Les mindre
|
|
374
374
|
read_more: Les mer
|
|
375
375
|
related_participatory_processes: Relaterte deltakerprosesser
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-assemblies
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.23.
|
|
4
|
+
version: 0.23.3
|
|
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: 2021-02-
|
|
13
|
+
date: 2021-02-23 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.23.
|
|
21
|
+
version: 0.23.3
|
|
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.23.
|
|
28
|
+
version: 0.23.3
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: decidim-admin
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
32
32
|
requirements:
|
|
33
33
|
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 0.23.
|
|
35
|
+
version: 0.23.3
|
|
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.23.
|
|
42
|
+
version: 0.23.3
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: decidim-dev
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
46
46
|
requirements:
|
|
47
47
|
- - '='
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 0.23.
|
|
49
|
+
version: 0.23.3
|
|
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.23.
|
|
56
|
+
version: 0.23.3
|
|
57
57
|
description: Assemblies component for decidim.
|
|
58
58
|
email:
|
|
59
59
|
- josepjaume@gmail.com
|