decidim-system 0.25.0.rc4 → 0.26.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of decidim-system might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/controllers/decidim/system/application_controller.rb +1 -0
- data/config/brakeman.ignore +37 -0
- data/config/locales/ca.yml +1 -1
- data/config/locales/es-MX.yml +6 -0
- data/config/locales/es-PY.yml +6 -0
- data/config/locales/es.yml +6 -0
- data/config/locales/eu.yml +117 -3
- data/config/locales/ga-IE.yml +47 -0
- data/config/locales/ja.yml +1 -1
- data/config/locales/lb.yml +8 -0
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/pt.yml +89 -0
- data/config/locales/ro-RO.yml +5 -5
- data/config/locales/val-ES.yml +1 -0
- data/lib/decidim/system/engine.rb +4 -0
- data/lib/decidim/system/version.rb +1 -1
- metadata +13 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d3af724f85ed6f621e977bf717a3f7302afc5e2a11a5f4bca7bf9a9e31f80b2
|
4
|
+
data.tar.gz: d816136b204ac151182ae18f8d02b0b1a7f5302f83d7f0f054538ea74d9e37fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ca206bbd45e6f29a40c92e6987670a6365a4aa04f9a5b6bce4dcff77c3ea0f583853b62f1e4a039b38d4d88a7b8ad0bad3cc840ccf2ce316b0b91db50f652c3
|
7
|
+
data.tar.gz: bdd4835be76c6d0721fa95332eabe1f68c9334d07124033a0f6b8197f52b7a136acc1ed6df80f474b6faba01a01deaaad6303dc794a67a165795169a4f8d14fd
|
@@ -0,0 +1,37 @@
|
|
1
|
+
{
|
2
|
+
"ignored_warnings": [
|
3
|
+
{
|
4
|
+
"warning_type": "Cross-Site Scripting",
|
5
|
+
"warning_code": 2,
|
6
|
+
"fingerprint": "b05e389333830ab35fadd2e9c91b043b998f8a0c9715a6ab12aefba59fab9408",
|
7
|
+
"check_name": "CrossSiteScripting",
|
8
|
+
"message": "Unescaped parameter value",
|
9
|
+
"file": "app/views/decidim/system/organizations/show.html.erb",
|
10
|
+
"line": 4,
|
11
|
+
"link": "https://brakemanscanner.org/docs/warning_types/cross_site_scripting",
|
12
|
+
"code": "translated_attribute(Organization.find(params[:id]).description)",
|
13
|
+
"render_path": [
|
14
|
+
{
|
15
|
+
"type": "controller",
|
16
|
+
"class": "Decidim::System::OrganizationsController",
|
17
|
+
"method": "show",
|
18
|
+
"line": 38,
|
19
|
+
"file": "app/controllers/decidim/system/organizations_controller.rb",
|
20
|
+
"rendered": {
|
21
|
+
"name": "decidim/system/organizations/show",
|
22
|
+
"file": "app/views/decidim/system/organizations/show.html.erb"
|
23
|
+
}
|
24
|
+
}
|
25
|
+
],
|
26
|
+
"location": {
|
27
|
+
"type": "template",
|
28
|
+
"template": "decidim/system/organizations/show"
|
29
|
+
},
|
30
|
+
"user_input": "params[:id]",
|
31
|
+
"confidence": "Weak",
|
32
|
+
"note": ""
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"updated": "2021-09-12 08:06:17 +0000",
|
36
|
+
"brakeman_version": "5.1.1"
|
37
|
+
}
|
data/config/locales/ca.yml
CHANGED
@@ -116,7 +116,7 @@ ca:
|
|
116
116
|
success: S'ha actualitzat l'aplicació correctament.
|
117
117
|
organizations:
|
118
118
|
advanced_settings:
|
119
|
-
hide:
|
119
|
+
hide: Amagar la configuració avançada
|
120
120
|
show: Mostra la configuració avançada
|
121
121
|
create:
|
122
122
|
error: S'ha produït un error en crear una nova organització.
|
data/config/locales/es-MX.yml
CHANGED
@@ -57,6 +57,9 @@ es-MX:
|
|
57
57
|
update:
|
58
58
|
error: Se ha producido un error al actualizar este administrador.
|
59
59
|
success: Administrador actualizado correctamente
|
60
|
+
dashboard:
|
61
|
+
show:
|
62
|
+
current_organizations: Organizaciones actuales
|
60
63
|
default_pages:
|
61
64
|
placeholders:
|
62
65
|
content: Agrega contenido significativo a la página estática de %{page} en el panel de admin.
|
@@ -112,6 +115,9 @@ es-MX:
|
|
112
115
|
error: Se ha producido un error al actualizar esta aplicación.
|
113
116
|
success: Aplicación actualizada correctamente.
|
114
117
|
organizations:
|
118
|
+
advanced_settings:
|
119
|
+
hide: Ocultar configuración avanzada
|
120
|
+
show: Mostrar configuración avanzada
|
115
121
|
create:
|
116
122
|
error: Se ha producido un error al crear una nueva organización.
|
117
123
|
success: Organización creada correctamente.
|
data/config/locales/es-PY.yml
CHANGED
@@ -57,6 +57,9 @@ es-PY:
|
|
57
57
|
update:
|
58
58
|
error: Se ha producido un error al actualizar este administrador.
|
59
59
|
success: Administrador actualizado correctamente
|
60
|
+
dashboard:
|
61
|
+
show:
|
62
|
+
current_organizations: Organizaciones actuales
|
60
63
|
default_pages:
|
61
64
|
placeholders:
|
62
65
|
content: Agrega contenido significativo a la página estática de %{page} en el panel de admin.
|
@@ -112,6 +115,9 @@ es-PY:
|
|
112
115
|
error: Se ha producido un error al actualizar esta aplicación.
|
113
116
|
success: Aplicación actualizada correctamente.
|
114
117
|
organizations:
|
118
|
+
advanced_settings:
|
119
|
+
hide: Ocultar configuración avanzada
|
120
|
+
show: Mostrar configuración avanzada
|
115
121
|
create:
|
116
122
|
error: Se ha producido un error al crear una nueva organización.
|
117
123
|
success: Organización creada correctamente.
|
data/config/locales/es.yml
CHANGED
@@ -57,6 +57,9 @@ es:
|
|
57
57
|
update:
|
58
58
|
error: Se ha producido un error al actualizar esta administradora.
|
59
59
|
success: Administradora actualizada correctamente
|
60
|
+
dashboard:
|
61
|
+
show:
|
62
|
+
current_organizations: Organizaciones actuales
|
60
63
|
default_pages:
|
61
64
|
placeholders:
|
62
65
|
content: Por favor, agrega contenido significativo a la página estática de %{page} en el panel de administración.
|
@@ -112,6 +115,9 @@ es:
|
|
112
115
|
error: Se ha producido un error al actualizar esta aplicación.
|
113
116
|
success: Aplicación actualizada correctamente.
|
114
117
|
organizations:
|
118
|
+
advanced_settings:
|
119
|
+
hide: Ocultar configuración avanzada
|
120
|
+
show: Mostrar configuración avanzada
|
115
121
|
create:
|
116
122
|
error: Se ha producido un error al crear una nueva organización.
|
117
123
|
success: Organización creada correctamente.
|
data/config/locales/eu.yml
CHANGED
@@ -1,9 +1,41 @@
|
|
1
1
|
eu:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
oauth_application:
|
5
|
+
name: OAuth Aplikazioaren izena
|
6
|
+
organization_logo: Antolatzailearen logoa (karratua)
|
7
|
+
organization_name: Antolatzailea
|
8
|
+
organization_url: Antolatzailearen URLa
|
9
|
+
redirect_uri: Berbideratu URI
|
10
|
+
organization:
|
11
|
+
address: SMTP host-aren izena
|
12
|
+
from_email: Korreo elektronikoaren helbidea
|
13
|
+
from_label: Etiketa
|
14
|
+
password: Pasahitza
|
15
|
+
port: Ataka
|
16
|
+
user_name: Erabiltzaile-izena
|
17
|
+
organization_file_uploads:
|
18
|
+
allowed_content_types:
|
19
|
+
admin: Administrazio-panelaren MIME motak
|
20
|
+
default: MIME motak, lehenetsita
|
21
|
+
allowed_file_extensions:
|
22
|
+
admin: "\nAdministrazio-panelaren artxibo-luzapenak"
|
23
|
+
default: Artxibo-luzapenak, erantsita
|
24
|
+
image: Irudien artxibo-luzapenak
|
25
|
+
maximum_file_size:
|
26
|
+
avatar: Avatar-artxiboaren tamaina
|
27
|
+
default: Artxibo-tamaina, lehenetsita
|
28
|
+
errors:
|
29
|
+
models:
|
30
|
+
oauth_application:
|
31
|
+
attributes:
|
32
|
+
redirect_uri:
|
33
|
+
must_be_ssl: Berbideratzeko URIa URI SSL izan behar da
|
2
34
|
decidim:
|
3
35
|
system:
|
4
36
|
actions:
|
5
37
|
confirm_destroy: '‘Ziur zaude ezabatu nahi duzula?’'
|
6
|
-
destroy:
|
38
|
+
destroy: Ezabatu
|
7
39
|
edit: Editatu
|
8
40
|
new: Berria
|
9
41
|
save: Gorde
|
@@ -25,6 +57,9 @@ eu:
|
|
25
57
|
update:
|
26
58
|
error: Errorea gertatu da administratzaile hau eguneratzean.
|
27
59
|
success: Administratzailea zuzen eguneratu da
|
60
|
+
dashboard:
|
61
|
+
show:
|
62
|
+
current_organizations: Uneko antolatzaileak
|
28
63
|
default_pages:
|
29
64
|
placeholders:
|
30
65
|
content: Gehitu eduki adierazgarria %{page} (a)ren orri estatikoaren administrazio-panelean.
|
@@ -32,6 +67,7 @@ eu:
|
|
32
67
|
menu:
|
33
68
|
admins: Administratzaileak
|
34
69
|
dashboard: Kontrol-panela
|
70
|
+
oauth_applications: OAuth Aplikazioak
|
35
71
|
organizations: Erakundeak
|
36
72
|
models:
|
37
73
|
admin:
|
@@ -41,25 +77,103 @@ eu:
|
|
41
77
|
name: Administratzailea
|
42
78
|
validations:
|
43
79
|
email_uniqueness: beste administratzaile bat dago, helbide elektroniko hauxe bera duena
|
80
|
+
oauth_application:
|
81
|
+
fields:
|
82
|
+
created_at: Sortze-data
|
83
|
+
name: OAuth Aplikazioaren izena
|
84
|
+
organization_name: Antolatzailea
|
85
|
+
name: OAuth Aplikazioa
|
44
86
|
organization:
|
45
87
|
actions:
|
46
88
|
save_and_invite: Sortu erakundea eta gonbit egin administratzaileari
|
47
89
|
fields:
|
48
90
|
created_at: Tan sortua
|
91
|
+
file_upload_settings: Fitxategiak igotzearen doikuntzak
|
49
92
|
name: Izena
|
93
|
+
omniauth_settings: Omniauth doikuntzak
|
94
|
+
smtp_settings: SMTP konfigurazioa
|
50
95
|
name: Erakundea
|
96
|
+
oauth_applications:
|
97
|
+
create:
|
98
|
+
error: Errore bat gertatu da aplikazio hau sortzean.
|
99
|
+
success: Aplikazioa ondo sortu da.
|
100
|
+
destroy:
|
101
|
+
error: Errorea izan da aukera hau ezabatzean.
|
102
|
+
success: Aplikazioa ondo ezabatu da.
|
103
|
+
edit:
|
104
|
+
save: Gorde
|
105
|
+
title: Aplikazioa editatu
|
106
|
+
form:
|
107
|
+
select_organization: Aukeratu antolatzaile bat
|
108
|
+
index:
|
109
|
+
confirm_delete: Ziur zaude aplikazio hau ezabatu nahi duzula?
|
110
|
+
title: OAuth Aplikazioak
|
111
|
+
new:
|
112
|
+
save: Gorde
|
113
|
+
title: Aplikazio berria
|
114
|
+
update:
|
115
|
+
error: Errorea izan da aplikazio hau eguneratzean.
|
116
|
+
success: Aplikazioa ondo eguneratu da.
|
51
117
|
organizations:
|
118
|
+
advanced_settings:
|
119
|
+
hide: Ezkutatu ezarpen aurreratua
|
120
|
+
show: Erakutsi aukera aurreratua
|
52
121
|
create:
|
53
|
-
error: Errorea
|
54
|
-
success:
|
122
|
+
error: Errorea izan da antolatzaile berri bat sortzean.
|
123
|
+
success: Antolatzailea zuzen sortu da.
|
55
124
|
edit:
|
56
125
|
secondary_hosts_hint: Sartu haietako bakoitza lerro batean
|
126
|
+
file_upload_settings:
|
127
|
+
content_types:
|
128
|
+
admin_hint: MIME mota horiek baimenduta daude administrazio-paneletik igotzeko. Administratzaileek dokumentuen formatu batzuk igotzean dauden arriskuez jabetu behar dute, eta, beraz, artxiboen igoeretan zuhurragoak izatea espero daiteke.
|
129
|
+
default_hint: MIME mota hauek, lehenetsiz, baimenduta daude erabiltzaile guztientzat.
|
130
|
+
intro_html: 'Gehitu izartxoa duten komodinak MIME motetarako, adibidez: <code>image/*</code>.'
|
131
|
+
title: Baimendutako MIME motak
|
132
|
+
file_extensions:
|
133
|
+
admin_hint: Artxibo-luzapen hauek baimenduta daude administrazio-paneletik igotzeko. Administratzaileek dokumentuen formatu batzuk igotzean dauden arriskuez jabetu behar dute, eta, beraz, artxiboen igoeretan zuhurragoak izatea espero daiteke.
|
134
|
+
default_hint: Artxibo-luzapen hauek, lehenetsiz, baimenduta daude erabiltzaile guztientzat.
|
135
|
+
image_hint: Artxibo-luzapen hauek baimenduta daude edozein motatako irudi-igoeratarako.
|
136
|
+
title: Baimendutako fitxategi-luzapenak
|
137
|
+
file_sizes:
|
138
|
+
avatar_hint: Megabytes (MB). Fitxategiaren tamainaren muga hori erabiltzen da avatar-irudiak igotzeko.
|
139
|
+
default_hint: Megabytes (MB). Fitxategiaren tamainaren muga hori fitxategien igoera guztietarako erabiltzen den lehenetsia da, kontrakoa zehaztu ezean.
|
140
|
+
title: Gehieneko fitxategi tamaina
|
141
|
+
intro: |
|
142
|
+
Mesedez, kontuz ibili doikuntza horiek aldatzean.
|
143
|
+
Zenbat eta aukera gutxiago, hobe.
|
144
|
+
Fitxategi espezifikoen luzapenak edo MIME motakoak baimentzeak segurtasun-arriskuen eraginpean jar ditzake sistemaren erabiltzaileak, eta webgunearen irisgarritasunari ere eragin diezaioke.
|
57
145
|
index:
|
58
146
|
title: Erakundeak
|
59
147
|
new:
|
60
148
|
reference_prefix_hint: Erreferentzia-aurrizkia erabiltzen da erakunde guztien baliabideak modu bakarrean identifikatzeko
|
61
149
|
secondary_hosts_hint: Sartu haietako bakoitza lerro batean
|
62
150
|
title: Erakunde berria
|
151
|
+
omniauth_settings:
|
152
|
+
decidim:
|
153
|
+
client_id: Bezeroaren IDa
|
154
|
+
client_secret: Bezeroaren sekretua
|
155
|
+
site_url: Guneko URLa
|
156
|
+
enabled: Gaituta
|
157
|
+
enabled_by_default: Hornitzaile hau lehenetsiz gaituta dago. Editatu ahal da, baina ezin da desaktibatu.
|
158
|
+
facebook:
|
159
|
+
app_id: Apparen IDa
|
160
|
+
app_secret: Aplikazio-sekretua
|
161
|
+
google_oauth2:
|
162
|
+
client_id: Bezeroaren IDa
|
163
|
+
client_secret: Bezeroaren sekretua
|
164
|
+
icon: Ikonoa
|
165
|
+
icon_path: Ikonoaren bidea
|
166
|
+
twitter:
|
167
|
+
api_key: API giltza
|
168
|
+
api_secret: API sekretua
|
169
|
+
smtp_settings:
|
170
|
+
fieldsets:
|
171
|
+
sender: Bidaltzailea
|
172
|
+
instructions:
|
173
|
+
from_label: 'Posta elektronikoaren bidaltzailea honako hau izango da: "Erakundearen izena < your-organization@example.org>". Utzi hutsik ''Helbide elektronikoa'' eremua etiketa gisa erabiltzeko'
|
174
|
+
placeholder:
|
175
|
+
from_email: zure-erakundea@example.org
|
176
|
+
from_label: erakundearen izena
|
63
177
|
update:
|
64
178
|
error: Errorea gertatu da erakunde hau eguneratzean.
|
65
179
|
success: Erakundea zuzen eguneratu da.
|
data/config/locales/ga-IE.yml
CHANGED
@@ -1 +1,48 @@
|
|
1
1
|
ga:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
organization:
|
5
|
+
from_label: Lipéad
|
6
|
+
password: Pasfhocal
|
7
|
+
port: Port
|
8
|
+
decidim:
|
9
|
+
system:
|
10
|
+
actions:
|
11
|
+
destroy: Scrios
|
12
|
+
edit: Eagar
|
13
|
+
new: Nua
|
14
|
+
save: Sábháil
|
15
|
+
title: Gníomhartha
|
16
|
+
admins:
|
17
|
+
edit:
|
18
|
+
update: Nuashonraigh
|
19
|
+
index:
|
20
|
+
title: Riaracháin
|
21
|
+
new:
|
22
|
+
create: Cruthaigh
|
23
|
+
menu:
|
24
|
+
admins: Riaracháin
|
25
|
+
models:
|
26
|
+
admin:
|
27
|
+
fields:
|
28
|
+
email: Seoladh ríomhphoist
|
29
|
+
name: Riarachán
|
30
|
+
organization:
|
31
|
+
fields:
|
32
|
+
name: Ainm
|
33
|
+
oauth_applications:
|
34
|
+
edit:
|
35
|
+
save: Sábháil
|
36
|
+
new:
|
37
|
+
save: Sábháil
|
38
|
+
organizations:
|
39
|
+
omniauth_settings:
|
40
|
+
enabled: Cumasaithe
|
41
|
+
facebook:
|
42
|
+
app_id: ID Aipe
|
43
|
+
icon: Deilbhín
|
44
|
+
twitter:
|
45
|
+
api_key: Eochair API
|
46
|
+
smtp_settings:
|
47
|
+
fieldsets:
|
48
|
+
sender: Seoltóir
|
data/config/locales/ja.yml
CHANGED
data/config/locales/pt-BR.yml
CHANGED
data/config/locales/pt.yml
CHANGED
@@ -1,4 +1,36 @@
|
|
1
1
|
pt:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
oauth_application:
|
5
|
+
name: Nome de Aplicativo OAuth
|
6
|
+
organization_logo: Logótipo da organização (quadrado)
|
7
|
+
organization_name: Organização
|
8
|
+
organization_url: URL da organização
|
9
|
+
redirect_uri: URI de redireccionamento
|
10
|
+
organization:
|
11
|
+
address: SMTP hostname
|
12
|
+
from_email: Endereço de e-mail
|
13
|
+
from_label: Rótulo
|
14
|
+
password: Palavra-chave
|
15
|
+
port: Porta
|
16
|
+
user_name: Nome de utilizador
|
17
|
+
organization_file_uploads:
|
18
|
+
allowed_content_types:
|
19
|
+
admin: Tipos MIME de administrador
|
20
|
+
default: Tipos MIME por defeito
|
21
|
+
allowed_file_extensions:
|
22
|
+
admin: Extensões de ficheiros de administrador
|
23
|
+
default: Extensões de ficheiros por defeito
|
24
|
+
image: Extensões de ficheiros de imagem
|
25
|
+
maximum_file_size:
|
26
|
+
avatar: Dimensão de ficheiro de avatar
|
27
|
+
default: Dimensão de ficheiro por defeito
|
28
|
+
errors:
|
29
|
+
models:
|
30
|
+
oauth_application:
|
31
|
+
attributes:
|
32
|
+
redirect_uri:
|
33
|
+
must_be_ssl: O URI de redireccionamento deve ser um URI SSL
|
2
34
|
decidim:
|
3
35
|
system:
|
4
36
|
actions:
|
@@ -25,6 +57,9 @@ pt:
|
|
25
57
|
update:
|
26
58
|
error: Ocorreu um problema ao atualizar este administrador.
|
27
59
|
success: Administrador atualizado corretamente
|
60
|
+
dashboard:
|
61
|
+
show:
|
62
|
+
current_organizations: Organizações actuais
|
28
63
|
default_pages:
|
29
64
|
placeholders:
|
30
65
|
content: Por favor adicione conteúdo relevante à página estática %{page} no painel de administrador.
|
@@ -32,6 +67,7 @@ pt:
|
|
32
67
|
menu:
|
33
68
|
admins: Administradores
|
34
69
|
dashboard: Painel de controlo
|
70
|
+
oauth_applications: Aplicativos OAuth
|
35
71
|
organizations: Organizações
|
36
72
|
models:
|
37
73
|
admin:
|
@@ -41,21 +77,69 @@ pt:
|
|
41
77
|
name: Administrador
|
42
78
|
validations:
|
43
79
|
email_uniqueness: já existe outro administrador com o mesmo e-mail
|
80
|
+
oauth_application:
|
81
|
+
fields:
|
82
|
+
created_at: Criado em
|
83
|
+
name: Nome do aplicativo OAuth
|
84
|
+
organization_name: Organização
|
85
|
+
name: Aplicativo OAuth
|
44
86
|
organization:
|
45
87
|
actions:
|
46
88
|
save_and_invite: Criar organização e convidar administrador
|
47
89
|
fields:
|
48
90
|
created_at: Criado em
|
91
|
+
file_upload_settings: Definições para envio de ficheiro
|
49
92
|
name: Nome
|
50
93
|
omniauth_settings: Configurações Omniauth
|
51
94
|
smtp_settings: Configurações SMTP
|
52
95
|
name: Organização
|
96
|
+
oauth_applications:
|
97
|
+
create:
|
98
|
+
error: Houve um problema ao criar este modelo.
|
99
|
+
success: Aplicativo criado com êxito.
|
100
|
+
destroy:
|
101
|
+
error: Houve um problema ao destruir este aplicativo
|
102
|
+
success: Aplicativo destruído com êxito.
|
103
|
+
edit:
|
104
|
+
save: Guardar
|
105
|
+
title: Editar aplicativo
|
106
|
+
form:
|
107
|
+
select_organization: Seleccionar uma organização
|
108
|
+
index:
|
109
|
+
confirm_delete: Tem a certeza que quer eliminar este identificador?
|
110
|
+
title: Aplicativos OAuth
|
111
|
+
new:
|
112
|
+
save: Guardar
|
113
|
+
title: Nova aplicativo
|
114
|
+
update:
|
115
|
+
error: Houve um problema ao actualizar esta votação
|
116
|
+
success: Aplicativo actualizado com êxito.
|
53
117
|
organizations:
|
118
|
+
advanced_settings:
|
119
|
+
hide: Esconder definições avançadas
|
120
|
+
show: Mostrar definições avançadas
|
54
121
|
create:
|
55
122
|
error: Ocorreu um problema ao criar uma nova organização.
|
56
123
|
success: Organização criada corretamente.
|
57
124
|
edit:
|
58
125
|
secondary_hosts_hint: Insira cada um deles em uma nova linha
|
126
|
+
file_upload_settings:
|
127
|
+
content_types:
|
128
|
+
admin_hint: Estes tipos MIME são autorizados para a secção de envio dos administradores. Os utilizadores administradores devem estar ao corrente dos riscos ao enviarem alguns formatos de documentos, por isso pode esperar deles serem mais cautelosos com o envio de ficheiros.
|
129
|
+
default_hint: Estes tipos MIME estão atribuidos a todos os utilizadores por defeito.
|
130
|
+
intro_html: Adicionou asteriscos como caracteres polivalentes para os tipos MIME, exemplo <code> image/*</code>
|
131
|
+
title: Tipos MIME permitidos
|
132
|
+
file_extensions:
|
133
|
+
admin_hint: Estas extensões de ficheiros não são autorizadas para a secção de envio dos administradores. Os utilizadores administradores devem estar ao corrente dos riscos ao enviarem alguns formatos de documentos, por isso pode esperar deles serem mais cautelosos com o envio de ficheiros.
|
134
|
+
default_hint: Estas extensões de ficheiro são permitidas a todos os utilizadores por defeito.
|
135
|
+
image_hint: Estas extensões de ficheiros são permitiras para todo o tipo de envio de imagens
|
136
|
+
title: Extensões de ficheiros de imagem permitidas
|
137
|
+
file_sizes:
|
138
|
+
avatar_hint: Megabytes (MB). Este limite de dimensão é utilizado para o envio de imagens de avatares.
|
139
|
+
default_hint: Megabytes (MB). Este limite de dimensão é o utilizado por defeito para todos os ficheiros enviados a menos que outro seja especificado.
|
140
|
+
title: Dimensão máxima de ficheiros
|
141
|
+
intro: |
|
142
|
+
Por favor seja especialmente cuidadoso quando considerar alterar estas definições. Quanto menos permitir, melhor. Permitir extensões de ficheiro ou tipos MIME pode expor o sistemas utilizadores a riscos de segurança e também pode afectar a acessibilidade deste sítio web.
|
59
143
|
index:
|
60
144
|
title: Organizações
|
61
145
|
new:
|
@@ -81,7 +165,12 @@ pt:
|
|
81
165
|
api_key: Chave de API
|
82
166
|
api_secret: Segredo de API
|
83
167
|
smtp_settings:
|
168
|
+
fieldsets:
|
169
|
+
sender: Remetente
|
170
|
+
instructions:
|
171
|
+
from_label: 'O remetente do email será “nome-sua-organizacao <your-organization@example.org>”. Deixe em branco para usar ‘Endereço de e-mail’ como rótulo'
|
84
172
|
placeholder:
|
173
|
+
from_email: sua-organizacao@exemplo.org
|
85
174
|
from_label: nome-da-sua-organização
|
86
175
|
update:
|
87
176
|
error: Ocorreu um problema ao atualizar esta organização.
|
data/config/locales/ro-RO.yml
CHANGED
@@ -34,7 +34,7 @@ ro:
|
|
34
34
|
decidim:
|
35
35
|
system:
|
36
36
|
actions:
|
37
|
-
confirm_destroy:
|
37
|
+
confirm_destroy: Sigur dorești să ştergi acest element?
|
38
38
|
destroy: Ștergere
|
39
39
|
edit: Editare
|
40
40
|
new: Nou
|
@@ -52,7 +52,7 @@ ro:
|
|
52
52
|
index:
|
53
53
|
title: Administratori
|
54
54
|
new:
|
55
|
-
create:
|
55
|
+
create: Creează
|
56
56
|
title: Administrator nou
|
57
57
|
update:
|
58
58
|
error: A apărut o eroare la actualizarea administratorului.
|
@@ -85,7 +85,7 @@ ro:
|
|
85
85
|
name: Aplicație OAuth
|
86
86
|
organization:
|
87
87
|
actions:
|
88
|
-
save_and_invite:
|
88
|
+
save_and_invite: Creează grupul de lucru și invită un administrator
|
89
89
|
fields:
|
90
90
|
created_at: Creat la
|
91
91
|
file_upload_settings: Setări pentru încărcarea fișierului
|
@@ -106,7 +106,7 @@ ro:
|
|
106
106
|
form:
|
107
107
|
select_organization: Selectați o organizație
|
108
108
|
index:
|
109
|
-
confirm_delete:
|
109
|
+
confirm_delete: Sigur dorești să ștergi această aplicație?
|
110
110
|
title: Aplicații OAuth
|
111
111
|
new:
|
112
112
|
save: Salveaza
|
@@ -182,7 +182,7 @@ ro:
|
|
182
182
|
existing: Nu permiteţi participanţilor să se înregistreze, dar permiteţi participanţilor existenţi să se autentifice
|
183
183
|
shared:
|
184
184
|
notices:
|
185
|
-
no_organization_warning_html: Trebuie să
|
185
|
+
no_organization_warning_html: Trebuie să creezi o organizație pentru a începe. Asigură-te că ai citit %{guide} înainte de a continua.
|
186
186
|
our_getting_started_guide: ghidul nostru de început
|
187
187
|
titles:
|
188
188
|
dashboard: Panou
|
@@ -0,0 +1 @@
|
|
1
|
+
val:
|
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-system
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.0.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josep Jaume Rey Peroy
|
8
8
|
- Marc Riera Casals
|
9
9
|
- Oriol Gual Oliva
|
10
|
-
autorequire:
|
10
|
+
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2022-01-24 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: active_link_to
|
@@ -32,14 +32,14 @@ dependencies:
|
|
32
32
|
requirements:
|
33
33
|
- - '='
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: 0.
|
35
|
+
version: 0.26.0.rc1
|
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: 0.
|
42
|
+
version: 0.26.0.rc1
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: devise
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
@@ -88,14 +88,14 @@ dependencies:
|
|
88
88
|
requirements:
|
89
89
|
- - '='
|
90
90
|
- !ruby/object:Gem::Version
|
91
|
-
version: 0.
|
91
|
+
version: 0.26.0.rc1
|
92
92
|
type: :development
|
93
93
|
prerelease: false
|
94
94
|
version_requirements: !ruby/object:Gem::Requirement
|
95
95
|
requirements:
|
96
96
|
- - '='
|
97
97
|
- !ruby/object:Gem::Version
|
98
|
-
version: 0.
|
98
|
+
version: 0.26.0.rc1
|
99
99
|
description: System administration to create new organization in an installation.
|
100
100
|
email:
|
101
101
|
- josepjaume@gmail.com
|
@@ -183,6 +183,7 @@ files:
|
|
183
183
|
- app/views/layouts/decidim/system/application.html.erb
|
184
184
|
- app/views/layouts/decidim/system/login.html.erb
|
185
185
|
- config/assets.rb
|
186
|
+
- config/brakeman.ignore
|
186
187
|
- config/locales/am-ET.yml
|
187
188
|
- config/locales/ar-SA.yml
|
188
189
|
- config/locales/ar.yml
|
@@ -224,6 +225,7 @@ files:
|
|
224
225
|
- config/locales/ko-KR.yml
|
225
226
|
- config/locales/ko.yml
|
226
227
|
- config/locales/lb-LU.yml
|
228
|
+
- config/locales/lb.yml
|
227
229
|
- config/locales/lt-LT.yml
|
228
230
|
- config/locales/lt.yml
|
229
231
|
- config/locales/lv.yml
|
@@ -248,6 +250,7 @@ files:
|
|
248
250
|
- config/locales/ti-ER.yml
|
249
251
|
- config/locales/tr-TR.yml
|
250
252
|
- config/locales/uk.yml
|
253
|
+
- config/locales/val-ES.yml
|
251
254
|
- config/locales/vi-VN.yml
|
252
255
|
- config/locales/vi.yml
|
253
256
|
- config/locales/zh-CN.yml
|
@@ -264,7 +267,7 @@ homepage: https://github.com/decidim/decidim
|
|
264
267
|
licenses:
|
265
268
|
- AGPL-3.0
|
266
269
|
metadata: {}
|
267
|
-
post_install_message:
|
270
|
+
post_install_message:
|
268
271
|
rdoc_options: []
|
269
272
|
require_paths:
|
270
273
|
- lib
|
@@ -279,8 +282,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
279
282
|
- !ruby/object:Gem::Version
|
280
283
|
version: 1.3.1
|
281
284
|
requirements: []
|
282
|
-
rubygems_version: 3.1.
|
283
|
-
signing_key:
|
285
|
+
rubygems_version: 3.1.6
|
286
|
+
signing_key:
|
284
287
|
specification_version: 4
|
285
288
|
summary: Decidim system administration
|
286
289
|
test_files: []
|