decidim-system 0.7.4 → 0.8.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 +5 -5
- data/README.md +3 -1
- data/app/assets/javascripts/decidim/system/application.js.es6 +1 -1
- data/app/views/decidim/system/organizations/edit.html.erb +1 -1
- data/app/views/decidim/system/organizations/new.html.erb +1 -1
- data/config/locales/it.yml +2 -2
- data/config/locales/nl.yml +6 -6
- data/config/locales/pt.yml +71 -0
- data/config/locales/uk.yml +1 -1
- data/lib/decidim/system/version.rb +1 -1
- metadata +25 -38
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: d144ecb8f3e031e7374a51d19e13d0caad03a0f9
|
|
4
|
+
data.tar.gz: d7a9529dbf2b375f97c924b00bb93dcefbebcf52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1bab008100643ce2fe298fba29b0c700efae94c46191caa133a8d6e9b00bb51cd14791c523060bab29576e5f12d16b94b49fe2d5fccb457c72c94e46fbf6fe43
|
|
7
|
+
data.tar.gz: fdf9acec04f4973a3f4c20987fb7ce3fe29b2060f9bb166e138999a8254841dfd6adb7138321029c7fe49b01caa100d9779d2d11ccc749600e25734227a3fcb0
|
data/README.md
CHANGED
|
@@ -14,8 +14,9 @@ gem 'decidim-system'
|
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
And then execute:
|
|
17
|
+
|
|
17
18
|
```bash
|
|
18
|
-
|
|
19
|
+
bundle
|
|
19
20
|
```
|
|
20
21
|
|
|
21
22
|
## Multi-tenancy in Decidim
|
|
@@ -62,4 +63,5 @@ Remember that System admins and regular Admins are completely different users (t
|
|
|
62
63
|
system user to login in as an organization admin.
|
|
63
64
|
|
|
64
65
|
## License
|
|
66
|
+
|
|
65
67
|
The gem is available as open source under the terms of the [AGPLv3 License](https://opensource.org/licenses/AGPL-3.0).
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
<div class="field">
|
|
16
16
|
<%= f.label :available_authorizations %>
|
|
17
|
-
<%= f.collection_check_boxes :available_authorizations, Decidim.
|
|
17
|
+
<%= f.collection_check_boxes :available_authorizations, Decidim.authorization_workflows, :name, :description %>
|
|
18
18
|
</div>
|
|
19
19
|
|
|
20
20
|
<div class="actions">
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
|
|
56
56
|
<div class="field">
|
|
57
57
|
<%= f.label :available_authorizations %>
|
|
58
|
-
<%= f.collection_check_boxes :available_authorizations, Decidim.
|
|
58
|
+
<%= f.collection_check_boxes :available_authorizations, Decidim.authorization_workflows, :name, :description %>
|
|
59
59
|
</div>
|
|
60
60
|
|
|
61
61
|
<div class="actions">
|
data/config/locales/it.yml
CHANGED
|
@@ -27,7 +27,7 @@ it:
|
|
|
27
27
|
success: Admin modificato con successo
|
|
28
28
|
default_pages:
|
|
29
29
|
placeholders:
|
|
30
|
-
content: Si prega di aggiungere contenuto significativo alla pagina statica %{page}
|
|
30
|
+
content: Si prega di aggiungere contenuto significativo alla pagina statica %{page} sul pannello di amministrazione.
|
|
31
31
|
title: Titolo predefinito per %{page}
|
|
32
32
|
menu:
|
|
33
33
|
admins: Amministratori
|
|
@@ -57,7 +57,7 @@ it:
|
|
|
57
57
|
index:
|
|
58
58
|
title: Organizzazioni
|
|
59
59
|
new:
|
|
60
|
-
reference_prefix_hint: Il prefisso di riferimento
|
|
60
|
+
reference_prefix_hint: Il prefisso di riferimento è utilizzato solamente per identificare le risorse in tutte le organizzazioni
|
|
61
61
|
secondary_hosts_hint: Inserisci ciascun elemento in una nuova linea
|
|
62
62
|
title: Nuova Organizzazione
|
|
63
63
|
update:
|
data/config/locales/nl.yml
CHANGED
|
@@ -27,7 +27,7 @@ nl:
|
|
|
27
27
|
success: Admin succesvol bijgewerkt
|
|
28
28
|
default_pages:
|
|
29
29
|
placeholders:
|
|
30
|
-
content: Voeg relevante inhoud aan het statische pagina van %{page} op het dashboard
|
|
30
|
+
content: Voeg relevante inhoud aan het statische pagina van %{page} op het admin dashboard.
|
|
31
31
|
title: Standaard titel voor %{page}
|
|
32
32
|
menu:
|
|
33
33
|
admins: Admins
|
|
@@ -38,7 +38,7 @@ nl:
|
|
|
38
38
|
fields:
|
|
39
39
|
created_at: Gemaakt bij
|
|
40
40
|
email: E-mail
|
|
41
|
-
name:
|
|
41
|
+
name: Admin
|
|
42
42
|
validations:
|
|
43
43
|
email_uniqueness: Een andere admin met dezelfde e-mail bestaat al
|
|
44
44
|
organization:
|
|
@@ -53,12 +53,12 @@ nl:
|
|
|
53
53
|
error: Er is een fout opgetreden bij het aanmaken van een nieuwe organisatie.
|
|
54
54
|
success: Organisatie is succesvol gemaakt.
|
|
55
55
|
edit:
|
|
56
|
-
secondary_hosts_hint: Voer elk van hen
|
|
56
|
+
secondary_hosts_hint: Voer elk van hen op een nieuwe regel in
|
|
57
57
|
index:
|
|
58
58
|
title: Organisaties
|
|
59
59
|
new:
|
|
60
|
-
reference_prefix_hint: Het
|
|
61
|
-
secondary_hosts_hint: Voer elk van hen
|
|
60
|
+
reference_prefix_hint: Het referentie-voorvoegsel wordt gebruikt ter identificatie van unieke middelen over alle organisaties
|
|
61
|
+
secondary_hosts_hint: Voer elk van hen op een nieuwe regel in
|
|
62
62
|
title: Nieuwe organisatie
|
|
63
63
|
update:
|
|
64
64
|
error: Er is een fout opgetreden bij het bijwerken van deze organisatie.
|
|
@@ -66,6 +66,6 @@ nl:
|
|
|
66
66
|
shared:
|
|
67
67
|
notices:
|
|
68
68
|
no_organization_warning_html: U moet een organisatie aanmaken om te beginnen. Zorg ervoor dat u %{guide} leest voordat u verder gaat.
|
|
69
|
-
our_getting_started_guide:
|
|
69
|
+
our_getting_started_guide: onze handleiding voor beginners
|
|
70
70
|
titles:
|
|
71
71
|
dashboard: Dashboard
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
pt:
|
|
2
|
+
decidim:
|
|
3
|
+
system:
|
|
4
|
+
actions:
|
|
5
|
+
confirm_destroy: Tem certeza de que deseja excluir isso?
|
|
6
|
+
destroy: Destruir
|
|
7
|
+
edit: Editar
|
|
8
|
+
new: Novo
|
|
9
|
+
save: Salve
|
|
10
|
+
title: Ações
|
|
11
|
+
admins:
|
|
12
|
+
create:
|
|
13
|
+
error: Ocorreu um erro ao criar um novo administrador.
|
|
14
|
+
success: Admin criado com sucesso
|
|
15
|
+
destroy:
|
|
16
|
+
success: Admin destruído com sucesso
|
|
17
|
+
edit:
|
|
18
|
+
title: Edit admin
|
|
19
|
+
update: Atualizar
|
|
20
|
+
index:
|
|
21
|
+
title: Administradores
|
|
22
|
+
new:
|
|
23
|
+
create: Crio
|
|
24
|
+
title: Novo administrador
|
|
25
|
+
update:
|
|
26
|
+
error: Ocorreu um erro ao atualizar este administrador.
|
|
27
|
+
success: Admin atualizado com sucesso
|
|
28
|
+
default_pages:
|
|
29
|
+
placeholders:
|
|
30
|
+
content: Adicione conteúdo significativo à página estática %{page} no painel do administrador.
|
|
31
|
+
title: Título padrão para %{page}
|
|
32
|
+
menu:
|
|
33
|
+
admins: Administradores
|
|
34
|
+
dashboard: painel de controle
|
|
35
|
+
organizations: Organizações
|
|
36
|
+
models:
|
|
37
|
+
admin:
|
|
38
|
+
fields:
|
|
39
|
+
created_at: Criado em
|
|
40
|
+
email: O email
|
|
41
|
+
name: Administrador
|
|
42
|
+
validations:
|
|
43
|
+
email_uniqueness: outro administrador com o mesmo e-mail já existe
|
|
44
|
+
organization:
|
|
45
|
+
actions:
|
|
46
|
+
save_and_invite: Criar organização e convidar admin
|
|
47
|
+
fields:
|
|
48
|
+
created_at: Criado em
|
|
49
|
+
name: Nome
|
|
50
|
+
name: Organização
|
|
51
|
+
organizations:
|
|
52
|
+
create:
|
|
53
|
+
error: Ocorreu um erro ao criar uma nova organização.
|
|
54
|
+
success: Organização criada com sucesso.
|
|
55
|
+
edit:
|
|
56
|
+
secondary_hosts_hint: Insira cada um deles em uma nova linha
|
|
57
|
+
index:
|
|
58
|
+
title: Organizações
|
|
59
|
+
new:
|
|
60
|
+
reference_prefix_hint: O prefixo de referência é usado para identificar exclusivamente recursos em todas as organizações
|
|
61
|
+
secondary_hosts_hint: Insira cada um deles em uma nova linha
|
|
62
|
+
title: Nova organização
|
|
63
|
+
update:
|
|
64
|
+
error: Ocorreu um erro ao atualizar essa organização.
|
|
65
|
+
success: Organização atualizada com sucesso.
|
|
66
|
+
shared:
|
|
67
|
+
notices:
|
|
68
|
+
no_organization_warning_html: Você deve criar uma organização para começar. Certifique-se de ler %{guide} antes de prosseguir.
|
|
69
|
+
our_getting_started_guide: nosso guia inicial
|
|
70
|
+
titles:
|
|
71
|
+
dashboard: painel de controle
|
data/config/locales/uk.yml
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-system
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
@@ -10,22 +10,36 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2017-
|
|
13
|
+
date: 2017-12-05 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
|
+
- !ruby/object:Gem::Dependency
|
|
16
|
+
name: active_link_to
|
|
17
|
+
requirement: !ruby/object:Gem::Requirement
|
|
18
|
+
requirements:
|
|
19
|
+
- - "~>"
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: 1.0.0
|
|
22
|
+
type: :runtime
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
requirements:
|
|
26
|
+
- - "~>"
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
version: 1.0.0
|
|
15
29
|
- !ruby/object:Gem::Dependency
|
|
16
30
|
name: decidim-core
|
|
17
31
|
requirement: !ruby/object:Gem::Requirement
|
|
18
32
|
requirements:
|
|
19
33
|
- - '='
|
|
20
34
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.
|
|
35
|
+
version: 0.8.0
|
|
22
36
|
type: :runtime
|
|
23
37
|
prerelease: false
|
|
24
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
39
|
requirements:
|
|
26
40
|
- - '='
|
|
27
41
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 0.
|
|
42
|
+
version: 0.8.0
|
|
29
43
|
- !ruby/object:Gem::Dependency
|
|
30
44
|
name: devise
|
|
31
45
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -68,20 +82,6 @@ dependencies:
|
|
|
68
82
|
- - "~>"
|
|
69
83
|
- !ruby/object:Gem::Version
|
|
70
84
|
version: 1.7.1
|
|
71
|
-
- !ruby/object:Gem::Dependency
|
|
72
|
-
name: sassc-rails
|
|
73
|
-
requirement: !ruby/object:Gem::Requirement
|
|
74
|
-
requirements:
|
|
75
|
-
- - "~>"
|
|
76
|
-
- !ruby/object:Gem::Version
|
|
77
|
-
version: 1.3.0
|
|
78
|
-
type: :runtime
|
|
79
|
-
prerelease: false
|
|
80
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
81
|
-
requirements:
|
|
82
|
-
- - "~>"
|
|
83
|
-
- !ruby/object:Gem::Version
|
|
84
|
-
version: 1.3.0
|
|
85
85
|
- !ruby/object:Gem::Dependency
|
|
86
86
|
name: jquery-rails
|
|
87
87
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -97,47 +97,33 @@ dependencies:
|
|
|
97
97
|
- !ruby/object:Gem::Version
|
|
98
98
|
version: 4.3.1
|
|
99
99
|
- !ruby/object:Gem::Dependency
|
|
100
|
-
name:
|
|
101
|
-
requirement: !ruby/object:Gem::Requirement
|
|
102
|
-
requirements:
|
|
103
|
-
- - "~>"
|
|
104
|
-
- !ruby/object:Gem::Version
|
|
105
|
-
version: 3.0.0
|
|
106
|
-
type: :runtime
|
|
107
|
-
prerelease: false
|
|
108
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
109
|
-
requirements:
|
|
110
|
-
- - "~>"
|
|
111
|
-
- !ruby/object:Gem::Version
|
|
112
|
-
version: 3.0.0
|
|
113
|
-
- !ruby/object:Gem::Dependency
|
|
114
|
-
name: active_link_to
|
|
100
|
+
name: sassc-rails
|
|
115
101
|
requirement: !ruby/object:Gem::Requirement
|
|
116
102
|
requirements:
|
|
117
103
|
- - "~>"
|
|
118
104
|
- !ruby/object:Gem::Version
|
|
119
|
-
version: 1.
|
|
105
|
+
version: 1.3.0
|
|
120
106
|
type: :runtime
|
|
121
107
|
prerelease: false
|
|
122
108
|
version_requirements: !ruby/object:Gem::Requirement
|
|
123
109
|
requirements:
|
|
124
110
|
- - "~>"
|
|
125
111
|
- !ruby/object:Gem::Version
|
|
126
|
-
version: 1.
|
|
112
|
+
version: 1.3.0
|
|
127
113
|
- !ruby/object:Gem::Dependency
|
|
128
114
|
name: decidim-dev
|
|
129
115
|
requirement: !ruby/object:Gem::Requirement
|
|
130
116
|
requirements:
|
|
131
117
|
- - '='
|
|
132
118
|
- !ruby/object:Gem::Version
|
|
133
|
-
version: 0.
|
|
119
|
+
version: 0.8.0
|
|
134
120
|
type: :development
|
|
135
121
|
prerelease: false
|
|
136
122
|
version_requirements: !ruby/object:Gem::Requirement
|
|
137
123
|
requirements:
|
|
138
124
|
- - '='
|
|
139
125
|
- !ruby/object:Gem::Version
|
|
140
|
-
version: 0.
|
|
126
|
+
version: 0.8.0
|
|
141
127
|
description: System administration to create new organization in an installation.
|
|
142
128
|
email:
|
|
143
129
|
- josepjaume@gmail.com
|
|
@@ -210,6 +196,7 @@ files:
|
|
|
210
196
|
- config/locales/it.yml
|
|
211
197
|
- config/locales/nl.yml
|
|
212
198
|
- config/locales/pl.yml
|
|
199
|
+
- config/locales/pt.yml
|
|
213
200
|
- config/locales/ru.yml
|
|
214
201
|
- config/locales/uk.yml
|
|
215
202
|
- config/routes.rb
|
|
@@ -238,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
238
225
|
version: '0'
|
|
239
226
|
requirements: []
|
|
240
227
|
rubyforge_project:
|
|
241
|
-
rubygems_version: 2.
|
|
228
|
+
rubygems_version: 2.6.13
|
|
242
229
|
signing_key:
|
|
243
230
|
specification_version: 4
|
|
244
231
|
summary: System administration
|