decidim-system 0.27.4 → 0.28.0.rc5
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 +2 -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 +2 -2
- 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 +5 -3
- data/app/views/decidim/system/admins/index.html.erb +5 -31
- data/app/views/decidim/system/admins/new.html.erb +5 -3
- data/app/views/decidim/system/dashboard/show.html.erb +15 -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 +6 -9
- 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/devise/shared/_links.html.erb +5 -11
- data/app/views/decidim/system/oauth_applications/_form.html.erb +5 -20
- data/app/views/decidim/system/oauth_applications/edit.html.erb +11 -11
- data/app/views/decidim/system/oauth_applications/index.html.erb +8 -8
- data/app/views/decidim/system/oauth_applications/new.html.erb +11 -11
- data/app/views/decidim/system/oauth_applications/show.html.erb +22 -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 +35 -26
- data/app/views/decidim/system/organizations/index.html.erb +5 -4
- data/app/views/decidim/system/organizations/new.html.erb +34 -45
- 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 +27 -30
- data/app/views/layouts/decidim/system/login.html.erb +10 -9
- data/config/environment.rb +3 -0
- data/config/locales/ar.yml +0 -14
- data/config/locales/bg.yml +0 -1
- data/config/locales/ca.yml +96 -12
- data/config/locales/cs.yml +97 -12
- data/config/locales/de.yml +92 -15
- data/config/locales/el.yml +9 -12
- data/config/locales/en.yml +97 -12
- data/config/locales/es-MX.yml +97 -12
- data/config/locales/es-PY.yml +97 -12
- data/config/locales/es.yml +97 -12
- data/config/locales/eu.yml +112 -27
- data/config/locales/fi-plain.yml +96 -12
- data/config/locales/fi.yml +96 -12
- data/config/locales/fr-CA.yml +65 -12
- data/config/locales/fr.yml +81 -12
- data/config/locales/ga-IE.yml +0 -2
- data/config/locales/gl.yml +0 -14
- data/config/locales/hu.yml +19 -11
- data/config/locales/id-ID.yml +0 -11
- data/config/locales/is-IS.yml +0 -4
- data/config/locales/it.yml +0 -14
- data/config/locales/ja.yml +64 -12
- data/config/locales/lt.yml +19 -12
- data/config/locales/lv.yml +0 -11
- data/config/locales/nl.yml +0 -13
- data/config/locales/no.yml +0 -14
- data/config/locales/pl.yml +0 -14
- data/config/locales/pt-BR.yml +0 -14
- data/config/locales/pt.yml +0 -14
- data/config/locales/ro-RO.yml +3 -13
- data/config/locales/ru.yml +0 -11
- data/config/locales/sk.yml +0 -11
- data/config/locales/sl.yml +0 -8
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sv.yml +0 -14
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/tr-TR.yml +3 -14
- data/config/locales/uk.yml +0 -10
- data/config/locales/zh-CN.yml +0 -12
- data/config/locales/zh-TW.yml +8 -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 +28 -24
- data/app/packs/entrypoints/decidim_system.scss +0 -1
- 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/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
|
@@ -57,14 +59,32 @@ en:
|
|
57
59
|
title: New admin
|
58
60
|
update:
|
59
61
|
error: There was a problem updating this admin.
|
60
|
-
success: Admin successfully updated
|
62
|
+
success: Admin successfully updated.
|
61
63
|
dashboard:
|
62
64
|
show:
|
65
|
+
admins: Admins
|
63
66
|
current_organizations: Current organizations
|
64
67
|
default_pages:
|
65
68
|
placeholders:
|
66
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.
|
67
71
|
title: Default title for %{page}
|
72
|
+
terms-of-service: Terms of service
|
73
|
+
devise:
|
74
|
+
passwords:
|
75
|
+
edit:
|
76
|
+
change_your_password: Change your password
|
77
|
+
minimum_characters: "(%{minimum} characters minimum)"
|
78
|
+
new:
|
79
|
+
forgot_your_password: Forgot your password
|
80
|
+
send_me_reset_password_instructions: Send me reset password instructions
|
81
|
+
shared:
|
82
|
+
links:
|
83
|
+
did_not_receive_confirmation_instructions?: Did not receive confirmation instructions?
|
84
|
+
did_not_receive_unlock_instructions?: Did not receive unlock instructions?
|
85
|
+
forgot_your_password?: Forgot your password?
|
86
|
+
log_in: Log in
|
87
|
+
sign_up: Sign up
|
68
88
|
menu:
|
69
89
|
admins: Admins
|
70
90
|
dashboard: Dashboard
|
@@ -75,7 +95,6 @@ en:
|
|
75
95
|
fields:
|
76
96
|
created_at: Created at
|
77
97
|
email: Email
|
78
|
-
name: Admin
|
79
98
|
validations:
|
80
99
|
email_uniqueness: another admin with the same email already exists
|
81
100
|
oauth_application:
|
@@ -83,17 +102,16 @@ en:
|
|
83
102
|
created_at: Created at
|
84
103
|
name: OAuth application name
|
85
104
|
organization_name: Organization
|
86
|
-
name: OAuth application
|
87
105
|
organization:
|
88
106
|
actions:
|
89
107
|
save_and_invite: Create organization & invite admin
|
90
108
|
fields:
|
109
|
+
content_security_policy: Content security policy
|
91
110
|
created_at: Created at
|
92
111
|
file_upload_settings: File upload settings
|
93
112
|
name: Name
|
94
113
|
omniauth_settings: Omniauth settings
|
95
114
|
smtp_settings: SMTP settings
|
96
|
-
name: Organization
|
97
115
|
oauth_applications:
|
98
116
|
create:
|
99
117
|
error: There was a problem creating this application.
|
@@ -121,9 +139,60 @@ en:
|
|
121
139
|
show: Show advanced settings
|
122
140
|
create:
|
123
141
|
error: There was a problem creating a new organization.
|
124
|
-
|
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.
|
125
191
|
edit:
|
192
|
+
confirm_resend_invitation: Are you sure you want to resend the invitation?
|
193
|
+
resend_invitation: Resend invitation
|
126
194
|
secondary_hosts_hint: Enter each one of them in a new line
|
195
|
+
title: Edit organization
|
127
196
|
file_upload_settings:
|
128
197
|
content_types:
|
129
198
|
admin_hint: These MIME types are allowed for the admin section uploads. Admin users should be aware of the risks with uploading some document formats, so you can expect them to be more cautious with the file uploads.
|
@@ -145,8 +214,12 @@ en:
|
|
145
214
|
index:
|
146
215
|
title: Organizations
|
147
216
|
new:
|
148
|
-
|
149
|
-
|
217
|
+
default: Default?
|
218
|
+
enabled: Enabled
|
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.
|
221
|
+
reference_prefix_hint: The reference prefix is used to uniquely identify resources across all organization.
|
222
|
+
secondary_hosts_hint: Enter each one of them in a new line.
|
150
223
|
title: New organization
|
151
224
|
omniauth_settings:
|
152
225
|
decidim:
|
@@ -166,11 +239,14 @@ en:
|
|
166
239
|
twitter:
|
167
240
|
api_key: API key
|
168
241
|
api_secret: API secret
|
242
|
+
resend_invitation:
|
243
|
+
error: There was a problem sending the invitation.
|
244
|
+
success: Invitation successfully sent.
|
169
245
|
smtp_settings:
|
170
246
|
fieldsets:
|
171
247
|
sender: Sender
|
172
248
|
instructions:
|
173
|
-
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.'
|
174
250
|
placeholder:
|
175
251
|
from_email: your-organization@example.org
|
176
252
|
from_label: your-organization-name
|
@@ -180,10 +256,19 @@ en:
|
|
180
256
|
users_registration_mode:
|
181
257
|
disabled: Access only can be done with external accounts
|
182
258
|
enabled: Allow participants to register and login
|
183
|
-
existing:
|
259
|
+
existing: Do not allow participants to register, but allow existing participants to login
|
184
260
|
shared:
|
185
261
|
notices:
|
186
262
|
no_organization_warning_html: You must create an organization to get started. Make sure you read %{guide} before proceeding.
|
187
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
|
188
267
|
titles:
|
189
268
|
dashboard: Dashboard
|
269
|
+
decidim: Decidim
|
270
|
+
layouts:
|
271
|
+
decidim:
|
272
|
+
system:
|
273
|
+
login_items:
|
274
|
+
logout: Logout
|
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
|
@@ -57,14 +59,32 @@ es-MX:
|
|
57
59
|
title: Nuevo administrador
|
58
60
|
update:
|
59
61
|
error: Se ha producido un error al actualizar este administrador.
|
60
|
-
success:
|
62
|
+
success: Administradora actualizada correctamente.
|
61
63
|
dashboard:
|
62
64
|
show:
|
65
|
+
admins: Administradoras
|
63
66
|
current_organizations: Organizaciones actuales
|
64
67
|
default_pages:
|
65
68
|
placeholders:
|
66
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.
|
67
71
|
title: Título predeterminado para %{page}
|
72
|
+
terms-of-service: Términos y condiciones de uso
|
73
|
+
devise:
|
74
|
+
passwords:
|
75
|
+
edit:
|
76
|
+
change_your_password: Cambia tu contraseña
|
77
|
+
minimum_characters: "(%{minimum} caracteres como mínimo)"
|
78
|
+
new:
|
79
|
+
forgot_your_password: '¿Has olvidado tu contraseña?'
|
80
|
+
send_me_reset_password_instructions: Envíame las instrucciones para restablecer la contraseña
|
81
|
+
shared:
|
82
|
+
links:
|
83
|
+
did_not_receive_confirmation_instructions?: '¿No has recibido las instrucciones de confirmación?'
|
84
|
+
did_not_receive_unlock_instructions?: '¿No has recibido las instrucciones de desbloqueo?'
|
85
|
+
forgot_your_password?: '¿Olvidaste tu contraseña?'
|
86
|
+
log_in: Iniciar sesión
|
87
|
+
sign_up: Regístrate
|
68
88
|
menu:
|
69
89
|
admins: Administradores
|
70
90
|
dashboard: Panel de control
|
@@ -75,7 +95,6 @@ es-MX:
|
|
75
95
|
fields:
|
76
96
|
created_at: Fecha de creación
|
77
97
|
email: Correo electrónico
|
78
|
-
name: Administrador
|
79
98
|
validations:
|
80
99
|
email_uniqueness: ya existe otro administrador con este correo electrónico
|
81
100
|
oauth_application:
|
@@ -83,17 +102,16 @@ es-MX:
|
|
83
102
|
created_at: Creado el
|
84
103
|
name: Nombre de la aplicación OAuth
|
85
104
|
organization_name: Organización
|
86
|
-
name: Aplicación OAuth
|
87
105
|
organization:
|
88
106
|
actions:
|
89
107
|
save_and_invite: Crear organización e invitar a administrador
|
90
108
|
fields:
|
109
|
+
content_security_policy: Política de seguridad de los contenidos
|
91
110
|
created_at: Fecha de creación
|
92
111
|
file_upload_settings: Ajustes de subida de archivos
|
93
112
|
name: Nombre
|
94
113
|
omniauth_settings: Ajustes de Omniauth
|
95
114
|
smtp_settings: Configuración de SMTP
|
96
|
-
name: Organización
|
97
115
|
oauth_applications:
|
98
116
|
create:
|
99
117
|
error: Se ha producido un error al crear esta aplicación.
|
@@ -121,9 +139,60 @@ es-MX:
|
|
121
139
|
show: Mostrar configuración avanzada
|
122
140
|
create:
|
123
141
|
error: Se ha producido un error al crear una nueva organización.
|
124
|
-
|
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.
|
125
191
|
edit:
|
192
|
+
confirm_resend_invitation: '¿Seguro que quieres reenviar la invitación?'
|
193
|
+
resend_invitation: Reenviar invitación
|
126
194
|
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea
|
195
|
+
title: Editar la organizacion
|
127
196
|
file_upload_settings:
|
128
197
|
content_types:
|
129
198
|
admin_hint: Estos tipos MIME están permitidos para subirse desde el panel de administración. Las personas administradoras deben ser conscientes de los riesgos al subir algunos formatos de documentos, por lo que cabe esperar que sean más cautelosas con las subidas de archivos.
|
@@ -145,8 +214,12 @@ es-MX:
|
|
145
214
|
index:
|
146
215
|
title: Organizaciones
|
147
216
|
new:
|
148
|
-
|
149
|
-
|
217
|
+
default: '¿Por defecto?'
|
218
|
+
enabled: Habilitado
|
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.
|
221
|
+
reference_prefix_hint: El prefijo de referencia se utiliza para identificar de forma única los recursos del conjunto de la organización.
|
222
|
+
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea.
|
150
223
|
title: Nueva organización
|
151
224
|
omniauth_settings:
|
152
225
|
decidim:
|
@@ -166,11 +239,14 @@ es-MX:
|
|
166
239
|
twitter:
|
167
240
|
api_key: Clave API
|
168
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.
|
169
245
|
smtp_settings:
|
170
246
|
fieldsets:
|
171
247
|
sender: Remitente
|
172
248
|
instructions:
|
173
|
-
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.'
|
174
250
|
placeholder:
|
175
251
|
from_email: tu-organizacion@example.org
|
176
252
|
from_label: el-nombre-de-tu-organizacion
|
@@ -180,10 +256,19 @@ es-MX:
|
|
180
256
|
users_registration_mode:
|
181
257
|
disabled: Solo se puede acceder desde cuentas externas
|
182
258
|
enabled: Permitir a los usuarios registrarse e iniciar sesión
|
183
|
-
existing: No permitir que
|
259
|
+
existing: No permitir que se regustren nuevas participantes, pero permitir a las participantes existentes iniciar sesión
|
184
260
|
shared:
|
185
261
|
notices:
|
186
262
|
no_organization_warning_html: Debes crear una organización para comenzar. Asegúrate de leer %{guide} antes de continuar.
|
187
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
|
188
267
|
titles:
|
189
268
|
dashboard: Panel de control
|
269
|
+
decidim: Decidim
|
270
|
+
layouts:
|
271
|
+
decidim:
|
272
|
+
system:
|
273
|
+
login_items:
|
274
|
+
logout: Cerrar sesión
|
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
|
@@ -57,14 +59,32 @@ es-PY:
|
|
57
59
|
title: Nuevo administrador
|
58
60
|
update:
|
59
61
|
error: Se ha producido un error al actualizar este administrador.
|
60
|
-
success:
|
62
|
+
success: Administradora actualizada correctamente.
|
61
63
|
dashboard:
|
62
64
|
show:
|
65
|
+
admins: Administradoras
|
63
66
|
current_organizations: Organizaciones actuales
|
64
67
|
default_pages:
|
65
68
|
placeholders:
|
66
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.
|
67
71
|
title: Título predeterminado para %{page}
|
72
|
+
terms-of-service: Términos y condiciones de uso
|
73
|
+
devise:
|
74
|
+
passwords:
|
75
|
+
edit:
|
76
|
+
change_your_password: Cambia tu contraseña
|
77
|
+
minimum_characters: "(%{minimum} caracteres como mínimo)"
|
78
|
+
new:
|
79
|
+
forgot_your_password: '¿Has olvidado tu contraseña?'
|
80
|
+
send_me_reset_password_instructions: Envíame las instrucciones para restablecer la contraseña
|
81
|
+
shared:
|
82
|
+
links:
|
83
|
+
did_not_receive_confirmation_instructions?: '¿No has recibido las instrucciones de confirmación?'
|
84
|
+
did_not_receive_unlock_instructions?: '¿No has recibido las instrucciones de desbloqueo?'
|
85
|
+
forgot_your_password?: '¿Olvidaste tu contraseña?'
|
86
|
+
log_in: Iniciar sesión
|
87
|
+
sign_up: Regístrate
|
68
88
|
menu:
|
69
89
|
admins: Administradores
|
70
90
|
dashboard: Panel de control
|
@@ -75,7 +95,6 @@ es-PY:
|
|
75
95
|
fields:
|
76
96
|
created_at: Fecha de creación
|
77
97
|
email: Correo electrónico
|
78
|
-
name: Administrador
|
79
98
|
validations:
|
80
99
|
email_uniqueness: ya existe otro administrador con este correo electrónico
|
81
100
|
oauth_application:
|
@@ -83,17 +102,16 @@ es-PY:
|
|
83
102
|
created_at: Creado el
|
84
103
|
name: Nombre de la aplicación OAuth
|
85
104
|
organization_name: Organización
|
86
|
-
name: Aplicación OAuth
|
87
105
|
organization:
|
88
106
|
actions:
|
89
107
|
save_and_invite: Crear organización e invitar a administrador
|
90
108
|
fields:
|
109
|
+
content_security_policy: Política de seguridad de los contenidos
|
91
110
|
created_at: Fecha de creación
|
92
111
|
file_upload_settings: Ajustes de subida de archivos
|
93
112
|
name: Nombre
|
94
113
|
omniauth_settings: Ajustes de Omniauth
|
95
114
|
smtp_settings: Configuración de SMTP
|
96
|
-
name: Organización
|
97
115
|
oauth_applications:
|
98
116
|
create:
|
99
117
|
error: Se ha producido un error al crear esta aplicación.
|
@@ -121,9 +139,60 @@ es-PY:
|
|
121
139
|
show: Mostrar configuración avanzada
|
122
140
|
create:
|
123
141
|
error: Se ha producido un error al crear una nueva organización.
|
124
|
-
|
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.
|
125
191
|
edit:
|
192
|
+
confirm_resend_invitation: '¿Seguro que quieres reenviar la invitación?'
|
193
|
+
resend_invitation: Reenviar invitación
|
126
194
|
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea
|
195
|
+
title: Editar la organizacion
|
127
196
|
file_upload_settings:
|
128
197
|
content_types:
|
129
198
|
admin_hint: Estos tipos MIME están permitidos para subirse desde el panel de administración. Las personas administradoras deben ser conscientes de los riesgos al subir algunos formatos de documentos, por lo que cabe esperar que sean más cautelosas con las subidas de archivos.
|
@@ -145,8 +214,12 @@ es-PY:
|
|
145
214
|
index:
|
146
215
|
title: Organizaciones
|
147
216
|
new:
|
148
|
-
|
149
|
-
|
217
|
+
default: '¿Por defecto?'
|
218
|
+
enabled: Habilitado
|
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.
|
221
|
+
reference_prefix_hint: El prefijo de referencia se utiliza para identificar de forma única los recursos del conjunto de la organización.
|
222
|
+
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea.
|
150
223
|
title: Nueva organización
|
151
224
|
omniauth_settings:
|
152
225
|
decidim:
|
@@ -166,11 +239,14 @@ es-PY:
|
|
166
239
|
twitter:
|
167
240
|
api_key: Clave API
|
168
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.
|
169
245
|
smtp_settings:
|
170
246
|
fieldsets:
|
171
247
|
sender: Remitente
|
172
248
|
instructions:
|
173
|
-
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.'
|
174
250
|
placeholder:
|
175
251
|
from_email: tu-organizacion@example.org
|
176
252
|
from_label: el-nombre-de-tu-organizacion
|
@@ -180,10 +256,19 @@ es-PY:
|
|
180
256
|
users_registration_mode:
|
181
257
|
disabled: El acceso solo se puede hacer con cuentas externas.
|
182
258
|
enabled: Permitir a los usuarios registrarse e iniciar sesión
|
183
|
-
existing: No
|
259
|
+
existing: No permitir que se regustren nuevas participantes, pero permitir a las participantes existentes iniciar sesión
|
184
260
|
shared:
|
185
261
|
notices:
|
186
262
|
no_organization_warning_html: Debes crear una organización para comenzar. Asegúrate de leer %{guide} antes de continuar.
|
187
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
|
188
267
|
titles:
|
189
268
|
dashboard: Panel de control
|
269
|
+
decidim: Decidim
|
270
|
+
layouts:
|
271
|
+
decidim:
|
272
|
+
system:
|
273
|
+
login_items:
|
274
|
+
logout: Cerrar sesión
|