decidim-system 0.2.0 → 0.3.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2df493bab1e9da36eb51281da4b3cece41341407
|
|
4
|
+
data.tar.gz: 58e2e7617677a2353d65f72d2f1349fad946bf11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 072d694e9ae856111563227365ed2259835ce520654f90025b26d67ace0c10759176bce4319aae22510e31239160a9aaadc3a35ce65baf2d310521a1d371f1a4
|
|
7
|
+
data.tar.gz: 8630b5d82960affc1aa12fb961d800d17f4a1be09b4bb20701a0123d8c22ed3a23f63e70c4ef1232f2129b0129b863a0aae5b986740927e372c66aa520e9268b
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
it:
|
|
2
|
+
decidim:
|
|
3
|
+
system:
|
|
4
|
+
actions:
|
|
5
|
+
confirm_destroy: Sei sicuro di voler cancellare?
|
|
6
|
+
destroy: Elimina
|
|
7
|
+
edit: Modifica
|
|
8
|
+
new: Nuovo
|
|
9
|
+
save: Salva
|
|
10
|
+
title: Azioni
|
|
11
|
+
admins:
|
|
12
|
+
create:
|
|
13
|
+
error: C'è stato un errore durante la creazione del nuovo utente con profilo Admin.
|
|
14
|
+
success: L'utente Admin è stato creato.
|
|
15
|
+
destroy:
|
|
16
|
+
success: L'utente Admin è stato eliminato
|
|
17
|
+
edit:
|
|
18
|
+
title: Modifica Admin
|
|
19
|
+
update: Aggiorna
|
|
20
|
+
index:
|
|
21
|
+
title: Amministratori
|
|
22
|
+
new:
|
|
23
|
+
create: Crea
|
|
24
|
+
title: Nuovo Amministratore
|
|
25
|
+
update:
|
|
26
|
+
error: E' successo un errore durante la modifica di questo utente Admin.
|
|
27
|
+
success: Admin modificato con successo
|
|
28
|
+
default_pages:
|
|
29
|
+
placeholders:
|
|
30
|
+
content: Possibilmente aggiungi dei contenuto significativo a questa pagina sul cruscotto Admin.
|
|
31
|
+
title: Titolo predefinito per %{page}
|
|
32
|
+
menu:
|
|
33
|
+
admins: Amministratori
|
|
34
|
+
dashboard: Cruscotto
|
|
35
|
+
organizations: Organizzazioni
|
|
36
|
+
models:
|
|
37
|
+
admin:
|
|
38
|
+
fields:
|
|
39
|
+
created_at: Data/ora di creazione
|
|
40
|
+
validations:
|
|
41
|
+
email_uniqueness: Esiste già un utente Admin con l'email che hai indicato.
|
|
42
|
+
organization:
|
|
43
|
+
actions:
|
|
44
|
+
save_and_invite: Crea una nuova organizzazione e invita un utente Admin
|
|
45
|
+
fields:
|
|
46
|
+
created_at: Data/ora di creazione
|
|
47
|
+
name: Nome
|
|
48
|
+
name: Organizzazione
|
|
49
|
+
page:
|
|
50
|
+
name: Pagina
|
|
51
|
+
organizations:
|
|
52
|
+
create:
|
|
53
|
+
error: C'è stato un errore durante la creazione di una nuova organizzazione.
|
|
54
|
+
success: OK, è stata aggiunta la nuova organizzazione.
|
|
55
|
+
edit:
|
|
56
|
+
secondary_hosts_hint: Inserisci ciascun elemento in una nuova linea
|
|
57
|
+
index:
|
|
58
|
+
title: Organizzazioni
|
|
59
|
+
new:
|
|
60
|
+
secondary_hosts_hint: Inserisci ciascun elemento in una nuova linea
|
|
61
|
+
title: Nuova Organizzazione
|
|
62
|
+
update:
|
|
63
|
+
error: C'è stato un errore durante l'aggiornamento di questa organizzazione.
|
|
64
|
+
success: OK, l'Organizzazione è stata aggiornata.
|
|
65
|
+
titles:
|
|
66
|
+
dashboard: Cruscotto
|
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.3.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: 2017-06-
|
|
13
|
+
date: 2017-06-16 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: decidim-core
|
|
@@ -18,28 +18,28 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.
|
|
21
|
+
version: 0.3.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.3.0
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: rails
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
32
32
|
requirements:
|
|
33
33
|
- - "~>"
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 5.
|
|
35
|
+
version: 5.1.1
|
|
36
36
|
type: :runtime
|
|
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: 5.
|
|
42
|
+
version: 5.1.1
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: devise
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -158,14 +158,14 @@ dependencies:
|
|
|
158
158
|
requirements:
|
|
159
159
|
- - '='
|
|
160
160
|
- !ruby/object:Gem::Version
|
|
161
|
-
version: 0.
|
|
161
|
+
version: 0.3.0
|
|
162
162
|
type: :development
|
|
163
163
|
prerelease: false
|
|
164
164
|
version_requirements: !ruby/object:Gem::Requirement
|
|
165
165
|
requirements:
|
|
166
166
|
- - '='
|
|
167
167
|
- !ruby/object:Gem::Version
|
|
168
|
-
version: 0.
|
|
168
|
+
version: 0.3.0
|
|
169
169
|
description: System administration to create new organization in an installation.
|
|
170
170
|
email:
|
|
171
171
|
- josepjaume@gmail.com
|
|
@@ -235,6 +235,7 @@ files:
|
|
|
235
235
|
- config/locales/eu.yml
|
|
236
236
|
- config/locales/fi.yml
|
|
237
237
|
- config/locales/fr.yml
|
|
238
|
+
- config/locales/it.yml
|
|
238
239
|
- config/locales/nl.yml
|
|
239
240
|
- config/routes.rb
|
|
240
241
|
- db/migrate/20160919105637_devise_create_decidim_admins.rb
|