decidim-system 0.27.6 → 0.28.0.rc4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -7
- data/app/commands/decidim/system/create_admin.rb +1 -1
- data/app/commands/decidim/system/create_default_content_blocks.rb +1 -14
- data/app/commands/decidim/system/create_default_pages.rb +23 -4
- data/app/commands/decidim/system/populate_help.rb +2 -2
- data/app/commands/decidim/system/register_organization.rb +15 -2
- data/app/commands/decidim/system/update_admin.rb +1 -1
- data/app/commands/decidim/system/update_organization.rb +2 -1
- data/app/controllers/decidim/system/application_controller.rb +1 -1
- data/app/controllers/decidim/system/dashboard_controller.rb +1 -0
- data/app/controllers/decidim/system/organizations_controller.rb +30 -4
- data/app/forms/decidim/system/admin_form.rb +1 -1
- data/app/forms/decidim/system/update_organization_form.rb +14 -2
- data/app/jobs/decidim/system/application_job.rb +1 -1
- data/app/packs/entrypoints/decidim_system.js +5 -3
- data/app/packs/stylesheets/decidim/system/application.scss +108 -21
- data/app/views/decidim/system/admins/_form.html.erb +1 -7
- data/app/views/decidim/system/admins/edit.html.erb +3 -3
- data/app/views/decidim/system/admins/index.html.erb +3 -31
- data/app/views/decidim/system/admins/new.html.erb +3 -3
- data/app/views/decidim/system/dashboard/show.html.erb +13 -3
- data/app/views/decidim/system/devise/mailers/password_change.html.erb +1 -1
- data/app/views/decidim/system/devise/mailers/reset_password_instructions.html.erb +2 -2
- data/app/views/decidim/system/devise/passwords/edit.html.erb +5 -8
- data/app/views/decidim/system/devise/passwords/new.html.erb +5 -5
- data/app/views/decidim/system/devise/sessions/new.html.erb +10 -12
- data/app/views/decidim/system/oauth_applications/_form.html.erb +5 -20
- data/app/views/decidim/system/oauth_applications/edit.html.erb +9 -11
- data/app/views/decidim/system/oauth_applications/index.html.erb +6 -8
- data/app/views/decidim/system/oauth_applications/new.html.erb +9 -11
- data/app/views/decidim/system/oauth_applications/show.html.erb +20 -23
- data/app/views/decidim/system/organizations/_advanced_settings.html.erb +10 -8
- data/app/views/decidim/system/organizations/_csp_settings.html.erb +12 -0
- data/app/views/decidim/system/organizations/_file_upload_settings.erb +23 -46
- data/app/views/decidim/system/organizations/_omniauth_provider.html.erb +13 -16
- data/app/views/decidim/system/organizations/_omniauth_settings.html.erb +6 -8
- data/app/views/decidim/system/organizations/_smtp_settings.html.erb +12 -22
- data/app/views/decidim/system/organizations/edit.html.erb +29 -26
- data/app/views/decidim/system/organizations/index.html.erb +3 -4
- data/app/views/decidim/system/organizations/new.html.erb +29 -42
- data/app/views/decidim/system/shared/_admins_list.html.erb +27 -0
- data/app/views/decidim/system/shared/_notices.html.erb +4 -6
- data/app/views/decidim/system/shared/_organizations_list.html.erb +10 -3
- data/app/views/layouts/decidim/system/_header.html.erb +2 -2
- data/app/views/layouts/decidim/system/_login_items.html.erb +3 -7
- data/app/views/layouts/decidim/system/_sidebar.html.erb +3 -7
- data/app/views/layouts/decidim/system/application.html.erb +24 -28
- data/app/views/layouts/decidim/system/login.html.erb +10 -9
- data/config/locales/ar.yml +0 -14
- data/config/locales/bg.yml +0 -203
- data/config/locales/ca.yml +69 -13
- data/config/locales/cs.yml +70 -13
- data/config/locales/de.yml +62 -13
- data/config/locales/el.yml +7 -12
- data/config/locales/en.yml +70 -13
- data/config/locales/eo.yml +0 -7
- data/config/locales/es-MX.yml +70 -13
- data/config/locales/es-PY.yml +70 -13
- data/config/locales/es.yml +70 -13
- data/config/locales/eu.yml +69 -12
- data/config/locales/fa-IR.yml +0 -5
- data/config/locales/fi-plain.yml +69 -13
- data/config/locales/fi.yml +71 -15
- data/config/locales/fr-CA.yml +44 -19
- data/config/locales/fr.yml +54 -13
- data/config/locales/ga-IE.yml +0 -4
- data/config/locales/gl.yml +0 -14
- data/config/locales/hu.yml +0 -38
- data/config/locales/id-ID.yml +0 -10
- data/config/locales/is-IS.yml +0 -10
- data/config/locales/it.yml +0 -14
- data/config/locales/ja.yml +43 -19
- data/config/locales/lb.yml +0 -5
- data/config/locales/lt.yml +17 -12
- data/config/locales/lv.yml +0 -27
- data/config/locales/nl.yml +0 -22
- data/config/locales/no.yml +0 -14
- data/config/locales/pl.yml +0 -14
- data/config/locales/pt-BR.yml +0 -40
- data/config/locales/pt.yml +0 -14
- data/config/locales/ro-RO.yml +3 -21
- data/config/locales/ru.yml +0 -27
- data/config/locales/sk.yml +0 -27
- data/config/locales/sl.yml +0 -26
- data/config/locales/sr-CS.yml +0 -17
- data/config/locales/sv.yml +0 -14
- data/config/locales/tr-TR.yml +3 -14
- data/config/locales/uk.yml +0 -21
- data/config/locales/zh-CN.yml +0 -12
- data/config/locales/zh-TW.yml +6 -11
- data/config/routes.rb +6 -2
- data/db/seeds.rb +1 -1
- data/lib/decidim/system/engine.rb +2 -25
- data/lib/decidim/system/menu.rb +35 -0
- data/lib/decidim/system/version.rb +1 -1
- data/lib/tasks/decidim_system.rake +1 -1
- metadata +24 -31
- data/app/packs/entrypoints/decidim_system.scss +0 -1
- data/app/packs/images/decidim/system/.keep +0 -0
- data/app/packs/src/decidim/system/application.js +0 -41
- data/app/packs/stylesheets/decidim/system/_actions.scss +0 -8
- data/app/packs/stylesheets/decidim/system/_forms.scss +0 -36
- data/app/packs/stylesheets/decidim/system/_foundation_and_overrides.scss +0 -53
- data/app/packs/stylesheets/decidim/system/_layout.scss +0 -18
- data/app/packs/stylesheets/decidim/system/_login.scss +0 -37
- data/app/packs/stylesheets/decidim/system/_settings.scss +0 -569
- data/app/packs/stylesheets/decidim/system/_sidebar.scss +0 -83
- data/app/packs/stylesheets/decidim/system/_tables.scss +0 -6
- data/app/views/decidim/system/admins/show.html.erb +0 -9
- data/app/views/decidim/system/organizations/show.html.erb +0 -10
- data/config/locales/he-IL.yml +0 -1
- data/decidim-system.gemspec +0 -35
data/config/locales/en.yml
CHANGED
@@ -38,15 +38,17 @@ en:
|
|
38
38
|
confirm_destroy: Are you sure you want to delete this?
|
39
39
|
destroy: Delete
|
40
40
|
edit: Edit
|
41
|
-
|
41
|
+
new_admin: New admin
|
42
|
+
new_oauth_application: New OAUTH application
|
43
|
+
new_organization: New organization
|
42
44
|
save: Save
|
43
45
|
title: Actions
|
44
46
|
admins:
|
45
47
|
create:
|
46
48
|
error: There was a problem creating a new admin.
|
47
|
-
success: Admin successfully created
|
49
|
+
success: Admin successfully created.
|
48
50
|
destroy:
|
49
|
-
success: Admin successfully deleted
|
51
|
+
success: Admin successfully deleted.
|
50
52
|
edit:
|
51
53
|
title: Edit admin
|
52
54
|
update: Update
|
@@ -55,19 +57,19 @@ en:
|
|
55
57
|
new:
|
56
58
|
create: Create
|
57
59
|
title: New admin
|
58
|
-
show:
|
59
|
-
destroy: Destroy
|
60
|
-
edit: Edit
|
61
60
|
update:
|
62
61
|
error: There was a problem updating this admin.
|
63
|
-
success: Admin successfully updated
|
62
|
+
success: Admin successfully updated.
|
64
63
|
dashboard:
|
65
64
|
show:
|
65
|
+
admins: Admins
|
66
66
|
current_organizations: Current organizations
|
67
67
|
default_pages:
|
68
68
|
placeholders:
|
69
69
|
content: Please add meaningful content to the %{page} static page on the admin dashboard.
|
70
|
+
summary: Please add meaningful summary to the %{page} static page on the admin dashboard.
|
70
71
|
title: Default title for %{page}
|
72
|
+
terms-of-service: Terms of service
|
71
73
|
devise:
|
72
74
|
passwords:
|
73
75
|
edit:
|
@@ -93,7 +95,6 @@ en:
|
|
93
95
|
fields:
|
94
96
|
created_at: Created at
|
95
97
|
email: Email
|
96
|
-
name: Admin
|
97
98
|
validations:
|
98
99
|
email_uniqueness: another admin with the same email already exists
|
99
100
|
oauth_application:
|
@@ -101,17 +102,16 @@ en:
|
|
101
102
|
created_at: Created at
|
102
103
|
name: OAuth application name
|
103
104
|
organization_name: Organization
|
104
|
-
name: OAuth application
|
105
105
|
organization:
|
106
106
|
actions:
|
107
107
|
save_and_invite: Create organization & invite admin
|
108
108
|
fields:
|
109
|
+
content_security_policy: Content security policy
|
109
110
|
created_at: Created at
|
110
111
|
file_upload_settings: File upload settings
|
111
112
|
name: Name
|
112
113
|
omniauth_settings: Omniauth settings
|
113
114
|
smtp_settings: SMTP settings
|
114
|
-
name: Organization
|
115
115
|
oauth_applications:
|
116
116
|
create:
|
117
117
|
error: There was a problem creating this application.
|
@@ -139,8 +139,58 @@ en:
|
|
139
139
|
show: Show advanced settings
|
140
140
|
create:
|
141
141
|
error: There was a problem creating a new organization.
|
142
|
-
|
142
|
+
success_html: |
|
143
|
+
<p>
|
144
|
+
Organization successfully created.
|
145
|
+
</p>
|
146
|
+
<ol>
|
147
|
+
<li>You may need to update your application code, as to allow requests to %{host} you need to add the following to your
|
148
|
+
environment configuration (i.e. <code>config/environment/production.rb</code>) or your <code>config/application.rb</code>:
|
149
|
+
<p> config.hosts << "%{host}" </p>
|
150
|
+
</li>
|
151
|
+
<li>
|
152
|
+
After that is done, you will be able to access to your platform through <a href="http://%{host}">http://%{host}</a>
|
153
|
+
</li>
|
154
|
+
<li>
|
155
|
+
We have sent an email to <b>%{email}</b> that you need to confirm.
|
156
|
+
</li>
|
157
|
+
</ol>
|
158
|
+
csp_settings:
|
159
|
+
connect_src: Connect src
|
160
|
+
connect_src_hint: |
|
161
|
+
The connect-src directive restricts the URLs which can be loaded using <script> elements.
|
162
|
+
The platform will add 'self', but allows you to add more. leave it blank if you are unsure.
|
163
|
+
default_src: Default src
|
164
|
+
default_src_hint: |
|
165
|
+
The default-src directive is the default policy for loading content such as JavaScript, Images, CSS, Fonts, AJAX requests, Frames, HTML5 Media.
|
166
|
+
The platform will add "'self' 'unsafe-inline'", but allows you to add more. leave it blank if you are unsure.
|
167
|
+
font_src: Font src
|
168
|
+
font_src_hint: |
|
169
|
+
The font-src directive restricts the URLs which can be loaded using @font-face.
|
170
|
+
The platform will add 'self', but allows you to add more. leave it blank if you are unsure.
|
171
|
+
frame_src: Frame src
|
172
|
+
frame_src_hint: |
|
173
|
+
The frame-src directive restricts the URLs which can be loaded using <frame>, <iframe> and <object> elements.
|
174
|
+
The platform will add 'self', but allows you to add more. leave it blank if you are unsure.
|
175
|
+
img_src: Img src
|
176
|
+
img_src_hint: |
|
177
|
+
The img-src directive restricts the URLs which can be loaded using <img>, <image>, <picture> and <svg> elements.
|
178
|
+
The platform will add 'self', but allows you to add more. leave it blank if you are unsure.
|
179
|
+
media_src: Media src
|
180
|
+
media_src_hint: |
|
181
|
+
The media-src directive restricts the URLs which can be loaded using the <video>, <audio> and <source> elements.
|
182
|
+
The platform will add 'self', but allows you to add more. leave it blank if you are unsure.
|
183
|
+
script_src: Script src
|
184
|
+
script_src_hint: |
|
185
|
+
The script-src directive restricts the URLs which can be loaded using <script> elements.
|
186
|
+
The platform will add "'self' 'unsafe-inline' 'unsafe-eval'", but allows you to add more. leave it blank if you are unsure.
|
187
|
+
style_src: Style src
|
188
|
+
style_src_hint: |
|
189
|
+
The style-src directive restricts the URLs which can be loaded using <style> elements.
|
190
|
+
The platform will add "'self' 'unsafe-inline'", but allows you to add more. leave it blank if you are unsure.
|
143
191
|
edit:
|
192
|
+
confirm_resend_invitation: Are you sure you want to resend the invitation?
|
193
|
+
resend_invitation: Resend invitation
|
144
194
|
secondary_hosts_hint: Enter each one of them in a new line
|
145
195
|
title: Edit organization
|
146
196
|
file_upload_settings:
|
@@ -167,6 +217,7 @@ en:
|
|
167
217
|
default: Default?
|
168
218
|
enabled: Enabled
|
169
219
|
locale: Locale
|
220
|
+
organization_admin_email_hint: We will send an email to this address so you can confirm it and set up your password.
|
170
221
|
reference_prefix_hint: The reference prefix is used to uniquely identify resources across all organization.
|
171
222
|
secondary_hosts_hint: Enter each one of them in a new line.
|
172
223
|
title: New organization
|
@@ -188,11 +239,14 @@ en:
|
|
188
239
|
twitter:
|
189
240
|
api_key: API key
|
190
241
|
api_secret: API secret
|
242
|
+
resend_invitation:
|
243
|
+
error: There was a problem sending the invitation.
|
244
|
+
success: Invitation successfully sent.
|
191
245
|
smtp_settings:
|
192
246
|
fieldsets:
|
193
247
|
sender: Sender
|
194
248
|
instructions:
|
195
|
-
from_label: 'Email sender will be: "your-organization-name <your-organization@example.org>". Leave blank to use the ''Email address'' as label'
|
249
|
+
from_label: 'Email sender will be: "your-organization-name <your-organization@example.org>". Leave blank to use the ''Email address'' as label.'
|
196
250
|
placeholder:
|
197
251
|
from_email: your-organization@example.org
|
198
252
|
from_label: your-organization-name
|
@@ -202,11 +256,14 @@ en:
|
|
202
256
|
users_registration_mode:
|
203
257
|
disabled: Access only can be done with external accounts
|
204
258
|
enabled: Allow participants to register and login
|
205
|
-
existing:
|
259
|
+
existing: Do not allow participants to register, but allow existing participants to login
|
206
260
|
shared:
|
207
261
|
notices:
|
208
262
|
no_organization_warning_html: You must create an organization to get started. Make sure you read %{guide} before proceeding.
|
209
263
|
our_getting_started_guide: our getting started guide
|
264
|
+
organizations_list:
|
265
|
+
confirm_resend_invitation: Are you sure you want to resend the invitation?
|
266
|
+
resend_invitation: Resend invitation
|
210
267
|
titles:
|
211
268
|
dashboard: Dashboard
|
212
269
|
decidim: Decidim
|
data/config/locales/eo.yml
CHANGED
data/config/locales/es-MX.yml
CHANGED
@@ -38,15 +38,17 @@ es-MX:
|
|
38
38
|
confirm_destroy: '¿Seguro que lo quieres eliminar?'
|
39
39
|
destroy: Borrar
|
40
40
|
edit: Editar
|
41
|
-
|
41
|
+
new_admin: Añadir administradora
|
42
|
+
new_oauth_application: Añadir aplicación OAUTH
|
43
|
+
new_organization: Añadir organización
|
42
44
|
save: Guardar
|
43
45
|
title: Acciones
|
44
46
|
admins:
|
45
47
|
create:
|
46
48
|
error: Se ha producido un error al crear un nuevo administrador.
|
47
|
-
success:
|
49
|
+
success: Administradora creada correctamente.
|
48
50
|
destroy:
|
49
|
-
success:
|
51
|
+
success: Administradora eliminada correctamente.
|
50
52
|
edit:
|
51
53
|
title: Editar administrador
|
52
54
|
update: Actualizar
|
@@ -55,19 +57,19 @@ es-MX:
|
|
55
57
|
new:
|
56
58
|
create: Crear
|
57
59
|
title: Nuevo administrador
|
58
|
-
show:
|
59
|
-
destroy: Eliminar
|
60
|
-
edit: Editar
|
61
60
|
update:
|
62
61
|
error: Se ha producido un error al actualizar este administrador.
|
63
|
-
success:
|
62
|
+
success: Administradora actualizada correctamente.
|
64
63
|
dashboard:
|
65
64
|
show:
|
65
|
+
admins: Administradoras
|
66
66
|
current_organizations: Organizaciones actuales
|
67
67
|
default_pages:
|
68
68
|
placeholders:
|
69
69
|
content: Agrega contenido significativo a la página estática de %{page} en el panel de admin.
|
70
|
+
summary: Por favor, agrega un resumen significativo a la página estática %{page} en el panel de administración.
|
70
71
|
title: Título predeterminado para %{page}
|
72
|
+
terms-of-service: Términos y condiciones de uso
|
71
73
|
devise:
|
72
74
|
passwords:
|
73
75
|
edit:
|
@@ -93,7 +95,6 @@ es-MX:
|
|
93
95
|
fields:
|
94
96
|
created_at: Fecha de creación
|
95
97
|
email: Correo electrónico
|
96
|
-
name: Administrador
|
97
98
|
validations:
|
98
99
|
email_uniqueness: ya existe otro administrador con este correo electrónico
|
99
100
|
oauth_application:
|
@@ -101,17 +102,16 @@ es-MX:
|
|
101
102
|
created_at: Creado el
|
102
103
|
name: Nombre de la aplicación OAuth
|
103
104
|
organization_name: Organización
|
104
|
-
name: Aplicación OAuth
|
105
105
|
organization:
|
106
106
|
actions:
|
107
107
|
save_and_invite: Crear organización e invitar a administrador
|
108
108
|
fields:
|
109
|
+
content_security_policy: Política de seguridad de los contenidos
|
109
110
|
created_at: Fecha de creación
|
110
111
|
file_upload_settings: Ajustes de subida de archivos
|
111
112
|
name: Nombre
|
112
113
|
omniauth_settings: Ajustes de Omniauth
|
113
114
|
smtp_settings: Configuración de SMTP
|
114
|
-
name: Organización
|
115
115
|
oauth_applications:
|
116
116
|
create:
|
117
117
|
error: Se ha producido un error al crear esta aplicación.
|
@@ -139,8 +139,58 @@ es-MX:
|
|
139
139
|
show: Mostrar configuración avanzada
|
140
140
|
create:
|
141
141
|
error: Se ha producido un error al crear una nueva organización.
|
142
|
-
|
142
|
+
success_html: |
|
143
|
+
<p>
|
144
|
+
Organización creada correctamente.
|
145
|
+
</p>
|
146
|
+
<ol>
|
147
|
+
<li>Es posible que necesite actualizar el código de tu aplicación, en cuanto a permitir peticiones a %{host}, necesitas añadir lo siguiente a tu configuración de entorno
|
148
|
+
(p.e <code>config/environment/production.rb</code>) o tu <code>config/application.rb</code>:
|
149
|
+
<p>config.hosts << "%{host}" </p>
|
150
|
+
</li>
|
151
|
+
<li>
|
152
|
+
Hecho esto, tendrías que poder acceder a tu plataforma a través de <a href="http://%{host}">http://%{host}</a>
|
153
|
+
</li>
|
154
|
+
<li>
|
155
|
+
Te hemos enviado un correo electrónico a <b>%{email}</b> que necesitas confirmar.
|
156
|
+
</li>
|
157
|
+
</ol>
|
158
|
+
csp_settings:
|
159
|
+
connect_src: Direcciones de conexión (connect-src)
|
160
|
+
connect_src_hint: |
|
161
|
+
Las direcciones de conexión (connect-src) delimitan las URL que se pueden cargar en los elementos <script>.
|
162
|
+
Decidim añade automáticamente el valor 'self', pero, si quieres, puedes añadir otros valores. Deja el valor en blanco si no sabes lo que significa.
|
163
|
+
default_src: SRC por defecto
|
164
|
+
default_src_hint: |
|
165
|
+
Default-src es la convención predeterminada para todo el contenido externo, como JavaScript, imágenes, CSS, fuentes, llamadas asincrónicas, marcos y archivos multimedia HTML5.
|
166
|
+
Decidim añade automáticamente el valor "'self' 'unsafe-inline'", pero, si quieres, puedes añadir otros valores. Deja el valor en blanco si no sabe lo que significa.
|
167
|
+
font_src: Direcciones de fuentes (font-src)
|
168
|
+
font_src_hint: |
|
169
|
+
La directiva font-src restringe las URL que se pueden cargar con @font-face.
|
170
|
+
Decidim añade automáticamente 'self', pero, si quieres, puedes añadir otros valores. Déjalo en blanco si no sabes lo que significa.
|
171
|
+
frame_src: Direcciones de marco (frame-src)
|
172
|
+
frame_src_hint: |
|
173
|
+
La directiva frame-src restringe las URL que se pueden cargar con elementos <frame>, <iframe> y <object>.
|
174
|
+
Decidim añade automáticamente 'self', pero, si quieres, puedes añadir otros valores. Déjalo en blanco si no sabes lo que significa.
|
175
|
+
img_src: Direcciones de imagen (img-src)
|
176
|
+
img_src_hint: |
|
177
|
+
Las URL de imagen (img-src) delimitan las URL que se pueden cargar usando los elementos <img>, <image>, <picture> y <svg>.
|
178
|
+
Decidim añade automáticamente 'self', pero, si quieres, puedes añadir otros valores. Déjalo en blanco si no sabes lo que significa.
|
179
|
+
media_src: Direcciones multimedia (media-src)
|
180
|
+
media_src_hint: |
|
181
|
+
Las direcciones multimedia (media-src) delimitan las URL que se pueden cargar en los elementos <video>, <audio> y <source>.
|
182
|
+
Decidim añade automáticamente el valor 'self', pero, si quieres, puedes añadir otros valores. Deja el valor en blanco si no sabes lo que significa.
|
183
|
+
script_src: Direcciones de script (script-src)
|
184
|
+
script_src_hint: |
|
185
|
+
Las direcciones de script (script-src) delimitan las URL que se pueden cargar en los elementos <script>.
|
186
|
+
Decidim añade automáticamente el valor '"self' 'unsafe-inline' 'unsafe-eval'", pero, si lo deseas, puedes añadir otros valores. Deja el valor en blanco si no sabes lo que significa.
|
187
|
+
style_src: Direcciones de estilo (style-src)
|
188
|
+
style_src_hint: |
|
189
|
+
Las direcciones de estilo (style-src) limitan las URL que se pueden cargar en los elementos <style>.
|
190
|
+
Decidim añade automáticamente el valor "'self' 'unsafe-inline'", pero, si quieres, puedes añadir otros valores. Deja el valor en blanco si no sabes lo que significa.
|
143
191
|
edit:
|
192
|
+
confirm_resend_invitation: '¿Seguro que quieres reenviar la invitación?'
|
193
|
+
resend_invitation: Reenviar invitación
|
144
194
|
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea
|
145
195
|
title: Editar la organizacion
|
146
196
|
file_upload_settings:
|
@@ -167,6 +217,7 @@ es-MX:
|
|
167
217
|
default: '¿Por defecto?'
|
168
218
|
enabled: Habilitado
|
169
219
|
locale: Configuración regional
|
220
|
+
organization_admin_email_hint: Te enviaremos un correo electrónico a esta dirección para que la puedas confirmar y configurar tu contraseña.
|
170
221
|
reference_prefix_hint: El prefijo de referencia se utiliza para identificar de forma única los recursos del conjunto de la organización.
|
171
222
|
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea.
|
172
223
|
title: Nueva organización
|
@@ -188,11 +239,14 @@ es-MX:
|
|
188
239
|
twitter:
|
189
240
|
api_key: Clave API
|
190
241
|
api_secret: Secreto API
|
242
|
+
resend_invitation:
|
243
|
+
error: Se ha producido un error al volver a enviar la invitación.
|
244
|
+
success: Invitación enviada con éxito.
|
191
245
|
smtp_settings:
|
192
246
|
fieldsets:
|
193
247
|
sender: Remitente
|
194
248
|
instructions:
|
195
|
-
from_label: 'El remitente de correo electrónico será: "
|
249
|
+
from_label: 'El remitente de correo electrónico será: "nombre-de-tu-organizacion <your-organization@example.org>". Déjalo en blanco para usar la ''dirección de correo electrónico'' como etiqueta.'
|
196
250
|
placeholder:
|
197
251
|
from_email: tu-organizacion@example.org
|
198
252
|
from_label: el-nombre-de-tu-organizacion
|
@@ -202,11 +256,14 @@ es-MX:
|
|
202
256
|
users_registration_mode:
|
203
257
|
disabled: Solo se puede acceder desde cuentas externas
|
204
258
|
enabled: Permitir a los usuarios registrarse e iniciar sesión
|
205
|
-
existing: No permitir que
|
259
|
+
existing: No permitir que se regustren nuevas participantes, pero permitir a las participantes existentes iniciar sesión
|
206
260
|
shared:
|
207
261
|
notices:
|
208
262
|
no_organization_warning_html: Debes crear una organización para comenzar. Asegúrate de leer %{guide} antes de continuar.
|
209
263
|
our_getting_started_guide: nuestra guía de inicio
|
264
|
+
organizations_list:
|
265
|
+
confirm_resend_invitation: '¿Seguro que quieres reenviar la invitación?'
|
266
|
+
resend_invitation: Reenviar la invitación
|
210
267
|
titles:
|
211
268
|
dashboard: Panel de control
|
212
269
|
decidim: Decidim
|
data/config/locales/es-PY.yml
CHANGED
@@ -38,15 +38,17 @@ es-PY:
|
|
38
38
|
confirm_destroy: '¿Seguro que lo quieres eliminar?'
|
39
39
|
destroy: Borrar
|
40
40
|
edit: Editar
|
41
|
-
|
41
|
+
new_admin: Añadir administradora
|
42
|
+
new_oauth_application: Añadir aplicación OAUTH
|
43
|
+
new_organization: Añadir organización
|
42
44
|
save: Guardar
|
43
45
|
title: Acciones
|
44
46
|
admins:
|
45
47
|
create:
|
46
48
|
error: Se ha producido un error al crear un nuevo administrador.
|
47
|
-
success:
|
49
|
+
success: Administradora creada correctamente.
|
48
50
|
destroy:
|
49
|
-
success:
|
51
|
+
success: Administradora eliminada correctamente.
|
50
52
|
edit:
|
51
53
|
title: Editar administrador
|
52
54
|
update: Actualizar
|
@@ -55,19 +57,19 @@ es-PY:
|
|
55
57
|
new:
|
56
58
|
create: Crear
|
57
59
|
title: Nuevo administrador
|
58
|
-
show:
|
59
|
-
destroy: Eliminar
|
60
|
-
edit: Editar
|
61
60
|
update:
|
62
61
|
error: Se ha producido un error al actualizar este administrador.
|
63
|
-
success:
|
62
|
+
success: Administradora actualizada correctamente.
|
64
63
|
dashboard:
|
65
64
|
show:
|
65
|
+
admins: Administradoras
|
66
66
|
current_organizations: Organizaciones actuales
|
67
67
|
default_pages:
|
68
68
|
placeholders:
|
69
69
|
content: Agrega contenido significativo a la página estática de %{page} en el panel de admin.
|
70
|
+
summary: Por favor, agrega un resumen significativo a la página estática %{page} en el panel de administración.
|
70
71
|
title: Título predeterminado para %{page}
|
72
|
+
terms-of-service: Términos y condiciones de uso
|
71
73
|
devise:
|
72
74
|
passwords:
|
73
75
|
edit:
|
@@ -93,7 +95,6 @@ es-PY:
|
|
93
95
|
fields:
|
94
96
|
created_at: Fecha de creación
|
95
97
|
email: Correo electrónico
|
96
|
-
name: Administrador
|
97
98
|
validations:
|
98
99
|
email_uniqueness: ya existe otro administrador con este correo electrónico
|
99
100
|
oauth_application:
|
@@ -101,17 +102,16 @@ es-PY:
|
|
101
102
|
created_at: Creado el
|
102
103
|
name: Nombre de la aplicación OAuth
|
103
104
|
organization_name: Organización
|
104
|
-
name: Aplicación OAuth
|
105
105
|
organization:
|
106
106
|
actions:
|
107
107
|
save_and_invite: Crear organización e invitar a administrador
|
108
108
|
fields:
|
109
|
+
content_security_policy: Política de seguridad de los contenidos
|
109
110
|
created_at: Fecha de creación
|
110
111
|
file_upload_settings: Ajustes de subida de archivos
|
111
112
|
name: Nombre
|
112
113
|
omniauth_settings: Ajustes de Omniauth
|
113
114
|
smtp_settings: Configuración de SMTP
|
114
|
-
name: Organización
|
115
115
|
oauth_applications:
|
116
116
|
create:
|
117
117
|
error: Se ha producido un error al crear esta aplicación.
|
@@ -139,8 +139,58 @@ es-PY:
|
|
139
139
|
show: Mostrar configuración avanzada
|
140
140
|
create:
|
141
141
|
error: Se ha producido un error al crear una nueva organización.
|
142
|
-
|
142
|
+
success_html: |
|
143
|
+
<p>
|
144
|
+
Organización creada correctamente.
|
145
|
+
</p>
|
146
|
+
<ol>
|
147
|
+
<li>Es posible que necesite actualizar el código de tu aplicación, en cuanto a permitir peticiones a %{host}, necesitas añadir lo siguiente a tu configuración de entorno
|
148
|
+
(p.e <code>config/environment/production.rb</code>) o tu <code>config/application.rb</code>:
|
149
|
+
<p>config.hosts << "%{host}" </p>
|
150
|
+
</li>
|
151
|
+
<li>
|
152
|
+
Hecho esto, tendrías que poder acceder a tu plataforma a través de <a href="http://%{host}">http://%{host}</a>
|
153
|
+
</li>
|
154
|
+
<li>
|
155
|
+
Te hemos enviado un correo electrónico a <b>%{email}</b> que necesitas confirmar.
|
156
|
+
</li>
|
157
|
+
</ol>
|
158
|
+
csp_settings:
|
159
|
+
connect_src: Direcciones de conexión (connect-src)
|
160
|
+
connect_src_hint: |
|
161
|
+
Las direcciones de conexión (connect-src) delimitan las URL que se pueden cargar en los elementos <script>.
|
162
|
+
Decidim añade automáticamente el valor 'self', pero, si quieres, puedes añadir otros valores. Deja el valor en blanco si no sabes lo que significa.
|
163
|
+
default_src: SRC por defecto
|
164
|
+
default_src_hint: |
|
165
|
+
Default-src es la convención predeterminada para todo el contenido externo, como JavaScript, imágenes, CSS, fuentes, llamadas asincrónicas, marcos y archivos multimedia HTML5.
|
166
|
+
Decidim añade automáticamente el valor "'self' 'unsafe-inline'", pero, si quieres, puedes añadir otros valores. Deja el valor en blanco si no sabe lo que significa.
|
167
|
+
font_src: Direcciones de fuentes (font-src)
|
168
|
+
font_src_hint: |
|
169
|
+
La directiva font-src restringe las URL que se pueden cargar con @font-face.
|
170
|
+
Decidim añade automáticamente 'self', pero, si quieres, puedes añadir otros valores. Déjalo en blanco si no sabes lo que significa.
|
171
|
+
frame_src: Direcciones de marco (frame-src)
|
172
|
+
frame_src_hint: |
|
173
|
+
La directiva frame-src restringe las URL que se pueden cargar con elementos <frame>, <iframe> y <object>.
|
174
|
+
Decidim añade automáticamente 'self', pero, si quieres, puedes añadir otros valores. Déjalo en blanco si no sabes lo que significa.
|
175
|
+
img_src: Direcciones de imagen (img-src)
|
176
|
+
img_src_hint: |
|
177
|
+
Las URL de imagen (img-src) delimitan las URL que se pueden cargar usando los elementos <img>, <image>, <picture> y <svg>.
|
178
|
+
Decidim añade automáticamente 'self', pero, si quieres, puedes añadir otros valores. Déjalo en blanco si no sabes lo que significa.
|
179
|
+
media_src: Direcciones multimedia (media-src)
|
180
|
+
media_src_hint: |
|
181
|
+
Las direcciones multimedia (media-src) delimitan las URL que se pueden cargar en los elementos <video>, <audio> y <source>.
|
182
|
+
Decidim añade automáticamente el valor 'self', pero, si quieres, puedes añadir otros valores. Deja el valor en blanco si no sabes lo que significa.
|
183
|
+
script_src: Direcciones de script (script-src)
|
184
|
+
script_src_hint: |
|
185
|
+
Las direcciones de script (script-src) delimitan las URL que se pueden cargar en los elementos <script>.
|
186
|
+
Decidim añade automáticamente el valor '"self' 'unsafe-inline' 'unsafe-eval'", pero, si lo deseas, puedes añadir otros valores. Deja el valor en blanco si no sabes lo que significa.
|
187
|
+
style_src: Direcciones de estilo (style-src)
|
188
|
+
style_src_hint: |
|
189
|
+
Las direcciones de estilo (style-src) limitan las URL que se pueden cargar en los elementos <style>.
|
190
|
+
Decidim añade automáticamente el valor "'self' 'unsafe-inline'", pero, si quieres, puedes añadir otros valores. Deja el valor en blanco si no sabes lo que significa.
|
143
191
|
edit:
|
192
|
+
confirm_resend_invitation: '¿Seguro que quieres reenviar la invitación?'
|
193
|
+
resend_invitation: Reenviar invitación
|
144
194
|
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea
|
145
195
|
title: Editar la organizacion
|
146
196
|
file_upload_settings:
|
@@ -167,6 +217,7 @@ es-PY:
|
|
167
217
|
default: '¿Por defecto?'
|
168
218
|
enabled: Habilitado
|
169
219
|
locale: Configuración regional
|
220
|
+
organization_admin_email_hint: Te enviaremos un correo electrónico a esta dirección para que la puedas confirmar y configurar tu contraseña.
|
170
221
|
reference_prefix_hint: El prefijo de referencia se utiliza para identificar de forma única los recursos del conjunto de la organización.
|
171
222
|
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea.
|
172
223
|
title: Nueva organización
|
@@ -188,11 +239,14 @@ es-PY:
|
|
188
239
|
twitter:
|
189
240
|
api_key: Clave API
|
190
241
|
api_secret: Secreto API
|
242
|
+
resend_invitation:
|
243
|
+
error: Se ha producido un error al volver a enviar la invitación.
|
244
|
+
success: Invitación enviada con éxito.
|
191
245
|
smtp_settings:
|
192
246
|
fieldsets:
|
193
247
|
sender: Remitente
|
194
248
|
instructions:
|
195
|
-
from_label: 'El remitente de correo electrónico será: "
|
249
|
+
from_label: 'El remitente de correo electrónico será: "nombre-de-tu-organizacion <your-organization@example.org>". Déjalo en blanco para usar la ''dirección de correo electrónico'' como etiqueta.'
|
196
250
|
placeholder:
|
197
251
|
from_email: tu-organizacion@example.org
|
198
252
|
from_label: el-nombre-de-tu-organizacion
|
@@ -202,11 +256,14 @@ es-PY:
|
|
202
256
|
users_registration_mode:
|
203
257
|
disabled: El acceso solo se puede hacer con cuentas externas.
|
204
258
|
enabled: Permitir a los usuarios registrarse e iniciar sesión
|
205
|
-
existing: No
|
259
|
+
existing: No permitir que se regustren nuevas participantes, pero permitir a las participantes existentes iniciar sesión
|
206
260
|
shared:
|
207
261
|
notices:
|
208
262
|
no_organization_warning_html: Debes crear una organización para comenzar. Asegúrate de leer %{guide} antes de continuar.
|
209
263
|
our_getting_started_guide: nuestra guía de inicio
|
264
|
+
organizations_list:
|
265
|
+
confirm_resend_invitation: '¿Seguro que quieres reenviar la invitación?'
|
266
|
+
resend_invitation: Reenviar la invitación
|
210
267
|
titles:
|
211
268
|
dashboard: Panel de control
|
212
269
|
decidim: Decidim
|