decidim-admin 0.22.0 → 0.23.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of decidim-admin might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/decidim/admin/application.js.es6 +3 -0
- data/app/assets/javascripts/decidim/admin/bundle.js +26 -32
- data/app/assets/javascripts/decidim/admin/bundle.js.map +1 -1
- data/app/assets/javascripts/decidim/admin/choose_language.js +12 -0
- data/app/assets/javascripts/decidim/admin/form.js.es6 +1 -0
- data/app/assets/javascripts/decidim/admin/newsletters.js.es6 +4 -0
- data/app/assets/javascripts/decidim/admin/scope_picker_enabler.component.js.es6 +14 -0
- data/app/assets/stylesheets/decidim/admin/modules/_callouts.scss +11 -0
- data/app/assets/stylesheets/decidim/admin/modules/_forms.scss +14 -0
- data/app/assets/stylesheets/decidim/admin/modules/_loading-spinner.scss +8 -0
- data/app/assets/stylesheets/decidim/admin/modules/_tabs.scss +7 -0
- data/app/commands/decidim/admin/create_attachment.rb +2 -2
- data/app/commands/decidim/admin/destroy_share_token.rb +46 -0
- data/app/commands/decidim/admin/update_content_block.rb +23 -0
- data/app/commands/decidim/admin/update_organization.rb +11 -0
- data/app/controllers/concerns/decidim/admin/participatory_space_export.rb +8 -2
- data/app/controllers/decidim/admin/application_controller.rb +1 -0
- data/app/controllers/decidim/admin/components_controller.rb +11 -1
- data/app/controllers/decidim/admin/newsletters_controller.rb +10 -0
- data/app/controllers/decidim/admin/organization_homepage_content_blocks_controller.rb +1 -0
- data/app/controllers/decidim/admin/share_tokens_controller.rb +30 -0
- data/app/forms/decidim/admin/attachment_form.rb +3 -0
- data/app/forms/decidim/admin/component_form.rb +6 -0
- data/app/forms/decidim/admin/organization_appearance_form.rb +5 -4
- data/app/forms/decidim/admin/organization_form.rb +20 -0
- data/app/forms/decidim/admin/participatory_space_private_user_csv_import_form.rb +14 -0
- data/app/forms/decidim/admin/participatory_space_private_user_form.rb +8 -2
- data/app/frontend/components/autocomplete.component.test.tsx +2 -1
- data/app/frontend/components/autocomplete.component.tsx +29 -0
- data/app/helpers/decidim/admin/application_helper.rb +1 -0
- data/app/helpers/decidim/admin/newsletters_helper.rb +3 -1
- data/app/helpers/decidim/admin/resource_scope_helper.rb +43 -0
- data/app/helpers/decidim/admin/settings_helper.rb +5 -0
- data/app/permissions/decidim/admin/permissions.rb +1 -1
- data/app/queries/decidim/admin/newsletter_recipients.rb +9 -5
- data/app/views/decidim/admin/components/_component.html.erb +5 -0
- data/app/views/decidim/admin/components/_form.html.erb +4 -0
- data/app/views/decidim/admin/components/index.html.erb +1 -0
- data/app/views/decidim/admin/exports/_dropdown.html.erb +6 -2
- data/app/views/decidim/admin/organization/_form.html.erb +21 -0
- data/app/views/decidim/admin/share_tokens/_share_tokens.html.erb +57 -0
- data/app/views/decidim/admin/static_pages/_form.html.erb +1 -1
- data/app/views/layouts/decidim/admin/_header.html.erb +1 -0
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +0 -35
- data/config/locales/bg.yml +135 -0
- data/config/locales/ca.yml +37 -37
- data/config/locales/cs.yml +63 -63
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +35 -36
- data/config/locales/el.yml +6 -36
- data/config/locales/en.yml +36 -36
- data/config/locales/eo.yml +51 -0
- data/config/locales/es-MX.yml +36 -36
- data/config/locales/es-PY.yml +36 -36
- data/config/locales/es.yml +42 -42
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +0 -35
- data/config/locales/fi-plain.yml +36 -36
- data/config/locales/fi.yml +36 -36
- data/config/locales/fr-CA.yml +36 -36
- data/config/locales/fr.yml +42 -42
- data/config/locales/gl.yml +0 -35
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +9 -36
- data/config/locales/id-ID.yml +0 -35
- data/config/locales/is-IS.yml +0 -34
- data/config/locales/is.yml +568 -0
- data/config/locales/it.yml +16 -46
- data/config/locales/ja-JP.yml +8 -2
- data/config/locales/ja.yml +849 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/{lv-LV.yml → lv.yml} +0 -36
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +11 -36
- data/config/locales/no.yml +23 -36
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +66 -67
- data/config/locales/pt-BR.yml +0 -35
- data/config/locales/pt.yml +6 -36
- data/config/locales/ro-RO.yml +6 -36
- data/config/locales/ru.yml +0 -35
- data/config/locales/sk.yml +0 -36
- data/config/locales/sl.yml +1 -10
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +0 -35
- data/config/locales/sv.yml +32 -38
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +0 -35
- data/config/locales/uk.yml +0 -37
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +849 -0
- data/config/locales/zh-TW.yml +1 -0
- data/config/routes.rb +1 -1
- data/lib/decidim/admin/engine.rb +10 -8
- data/lib/decidim/admin/form_builder.rb +2 -2
- data/lib/decidim/admin/test/manage_attachment_collections_examples.rb +1 -1
- data/lib/decidim/admin/test/manage_component_permissions_examples.rb +15 -15
- data/lib/decidim/admin/version.rb +1 -1
- metadata +36 -21
- data/app/commands/decidim/admin/create_oauth_application.rb +0 -36
- data/app/commands/decidim/admin/destroy_oauth_application.rb +0 -39
- data/app/commands/decidim/admin/update_oauth_application.rb +0 -39
- data/app/controllers/decidim/admin/oauth_applications_controller.rb +0 -90
- data/app/forms/decidim/admin/oauth_application_form.rb +0 -32
- data/app/views/decidim/admin/oauth_applications/_form.html.erb +0 -19
- data/app/views/decidim/admin/oauth_applications/edit.html.erb +0 -13
- data/app/views/decidim/admin/oauth_applications/index.html.erb +0 -40
- data/app/views/decidim/admin/oauth_applications/new.html.erb +0 -13
- data/app/views/decidim/admin/oauth_applications/show.html.erb +0 -27
data/config/locales/en.yml
CHANGED
@@ -30,16 +30,11 @@ en:
|
|
30
30
|
newsletter:
|
31
31
|
body: Body
|
32
32
|
subject: Subject
|
33
|
-
oauth_application:
|
34
|
-
name: Name
|
35
|
-
organization_logo: Organization logo (square)
|
36
|
-
organization_name: Organization name
|
37
|
-
organization_url: Organization URL
|
38
|
-
redirect_uri: Redirect URI
|
39
33
|
organization:
|
40
34
|
address: SMTP hostname
|
41
35
|
alert_color: Alert
|
42
36
|
badges_enabled: Enable badges
|
37
|
+
comments_max_length: Comments max length (Leave 0 for default value)
|
43
38
|
cta_button_path: Call To Action button path
|
44
39
|
cta_button_text: Call To Action button text
|
45
40
|
customize_welcome_notification: Customize welcome notification
|
@@ -62,6 +57,9 @@ en:
|
|
62
57
|
highlighted_content_banner_title: Title
|
63
58
|
instagram_handler: Instagram handler
|
64
59
|
logo: Logo
|
60
|
+
machine_translation_display_priority: Machine translation display priority
|
61
|
+
machine_translation_display_priority_original: Original text first
|
62
|
+
machine_translation_display_priority_translation: Translated text first
|
65
63
|
name: Name
|
66
64
|
official_img_footer: Official logo footer
|
67
65
|
official_img_header: Official logo header
|
@@ -115,10 +113,6 @@ en:
|
|
115
113
|
file: File
|
116
114
|
errors:
|
117
115
|
models:
|
118
|
-
oauth_application:
|
119
|
-
attributes:
|
120
|
-
redirect_uri:
|
121
|
-
must_be_ssl: The redirect URI must be a SSL URI
|
122
116
|
organization:
|
123
117
|
attributes:
|
124
118
|
official_img_footer:
|
@@ -150,6 +144,7 @@ en:
|
|
150
144
|
per_page: Per page
|
151
145
|
permissions: Permissions
|
152
146
|
reject: Reject
|
147
|
+
share: Share
|
153
148
|
verify: Verify
|
154
149
|
admin_terms_of_use:
|
155
150
|
accept:
|
@@ -277,6 +272,7 @@ en:
|
|
277
272
|
headers:
|
278
273
|
actions: Actions
|
279
274
|
name: Component name
|
275
|
+
scope: Component scope
|
280
276
|
type: Component type
|
281
277
|
new:
|
282
278
|
add: Add component
|
@@ -295,6 +291,11 @@ en:
|
|
295
291
|
welcome: Welcome to the Decidim Admin Panel.
|
296
292
|
exports:
|
297
293
|
export_as: "%{name} as %{export_format}"
|
294
|
+
formats:
|
295
|
+
CSV: CSV
|
296
|
+
Excel: Excel
|
297
|
+
FormPDF: PDF
|
298
|
+
JSON: JSON
|
298
299
|
notice: Your export is currently in progress. You'll receive an email when it's complete.
|
299
300
|
filters:
|
300
301
|
category_id_eq:
|
@@ -385,7 +386,6 @@ en:
|
|
385
386
|
homepage: Homepage
|
386
387
|
impersonations: Impersonations
|
387
388
|
newsletters: Newsletters
|
388
|
-
oauth_applications: OAuth applications
|
389
389
|
participants: Participants
|
390
390
|
scope_types: Scope types
|
391
391
|
scopes: Scopes
|
@@ -432,11 +432,6 @@ en:
|
|
432
432
|
sent_to: Sent to
|
433
433
|
subject: Subject
|
434
434
|
name: Newsletter
|
435
|
-
oauth_application:
|
436
|
-
fields:
|
437
|
-
created_at: Created at
|
438
|
-
name: Name
|
439
|
-
name: OAuth application
|
440
435
|
participatory_space_private_user:
|
441
436
|
name: Participatory space private participant
|
442
437
|
scope:
|
@@ -447,6 +442,14 @@ en:
|
|
447
442
|
fields:
|
448
443
|
name: Name
|
449
444
|
plural: Plural
|
445
|
+
share_token:
|
446
|
+
fields:
|
447
|
+
created_at: Created at
|
448
|
+
expires_at: Expires at
|
449
|
+
last_used_at: Last time used
|
450
|
+
times_used: Times used
|
451
|
+
token: Token
|
452
|
+
user: Created by
|
450
453
|
static_page:
|
451
454
|
fields:
|
452
455
|
created_at: Created at
|
@@ -543,25 +546,6 @@ en:
|
|
543
546
|
update:
|
544
547
|
error: There was a problem updating this newsletter.
|
545
548
|
success: Newsletter updated successfully. Please review it before sending.
|
546
|
-
oauth_applications:
|
547
|
-
create:
|
548
|
-
error: There was a problem creating this application.
|
549
|
-
success: Application created successfully.
|
550
|
-
destroy:
|
551
|
-
error: There was a problem destroying this application.
|
552
|
-
success: Application destroyed successfully.
|
553
|
-
edit:
|
554
|
-
save: Save
|
555
|
-
title: Edit application
|
556
|
-
index:
|
557
|
-
confirm_delete: Are you sure you want to delete this application?
|
558
|
-
title: OAuth applications
|
559
|
-
new:
|
560
|
-
save: Save
|
561
|
-
title: New application
|
562
|
-
update:
|
563
|
-
error: There was a problem updating this application.
|
564
|
-
success: Application updated successfully.
|
565
549
|
officializations:
|
566
550
|
create:
|
567
551
|
success: Participant successfully officialized
|
@@ -648,7 +632,7 @@ en:
|
|
648
632
|
invalid: There was a problem reading the CSV file.
|
649
633
|
success: CSV file uploaded successfully, we're sending an invitation email to participants. This might take a while.
|
650
634
|
new:
|
651
|
-
explanation: Upload your CSV file. It must have two columns with email in the first column of the file and name in the last column of the file (email, name) of the users that you want to add to the participatory space, without headers.
|
635
|
+
explanation: Upload your CSV file. It must have two columns with email in the first column of the file and name in the last column of the file (email, name) of the users that you want to add to the participatory space, without headers. Avoid using invalid chars like `<>?%&^*#@()[]=+:;"{}\|` in user name.
|
652
636
|
title: Upload your CSV file
|
653
637
|
upload: Upload
|
654
638
|
resource_permissions:
|
@@ -657,6 +641,10 @@ en:
|
|
657
641
|
title: Edit permissions
|
658
642
|
update:
|
659
643
|
success: Permissions updated successfully.
|
644
|
+
resources:
|
645
|
+
index:
|
646
|
+
headers:
|
647
|
+
scope: Scope
|
660
648
|
scope_types:
|
661
649
|
create:
|
662
650
|
error: There was a problem creating a new scope type.
|
@@ -688,6 +676,18 @@ en:
|
|
688
676
|
update:
|
689
677
|
error: There was a problem updating this scope.
|
690
678
|
success: Scope updated successfully
|
679
|
+
share_tokens:
|
680
|
+
actions:
|
681
|
+
confirm_destroy: Are you sure you want to delete this token?
|
682
|
+
destroy: Delete
|
683
|
+
share: Share
|
684
|
+
destroy:
|
685
|
+
error: There was a problem destroying the token.
|
686
|
+
success: Token destroyed successfully.
|
687
|
+
share_tokens:
|
688
|
+
empty: There are no active tokens
|
689
|
+
help: These tokens are used to publicly share this unpublished resource to any user. They will be hidden when the resource is published. Click on the token's share icon to visit the shareable URL.
|
690
|
+
title: Share tokens
|
691
691
|
shared:
|
692
692
|
gallery:
|
693
693
|
add_images: Add images
|
@@ -0,0 +1,51 @@
|
|
1
|
+
eo:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
area:
|
5
|
+
area_type: Areo tipo
|
6
|
+
name: Nomo
|
7
|
+
organization: Organizo
|
8
|
+
area_type:
|
9
|
+
name: Nomo
|
10
|
+
organization: Organizo
|
11
|
+
plural: Multnombro
|
12
|
+
attachment:
|
13
|
+
attachment_collection_id: Dosierujo
|
14
|
+
description: Priskribo
|
15
|
+
file: Dosiero
|
16
|
+
attachment_collection:
|
17
|
+
description: Priskribo
|
18
|
+
name: Nomo
|
19
|
+
category:
|
20
|
+
description: Priskribo
|
21
|
+
name: Nomo
|
22
|
+
parent_id: Gepatro
|
23
|
+
component:
|
24
|
+
name: Nomo
|
25
|
+
published_at: Eldonita ĉe
|
26
|
+
weight: Pezo
|
27
|
+
id: ID
|
28
|
+
newsletter:
|
29
|
+
body: Korpo
|
30
|
+
subject: Temo
|
31
|
+
decidim:
|
32
|
+
admin:
|
33
|
+
actions:
|
34
|
+
new: Nova %{name}
|
35
|
+
managed_users:
|
36
|
+
promotions:
|
37
|
+
new:
|
38
|
+
explanation: Administritaj partoprenantoj povas esti promociitaj al normaj partoprenantoj. Ĝi signifas, ke ili estos invititaj al la sistemo kaj vi ne povos administri ilin denove. La invitita partoprenanto ricevos retpoŝton por akcepti vian inviton.
|
39
|
+
new_managed_user_promotion: Nova administrita partoprenanto-promocio
|
40
|
+
models:
|
41
|
+
impersonation_log:
|
42
|
+
fields:
|
43
|
+
ended_at: Finita je
|
44
|
+
participatory_space_private_user:
|
45
|
+
name: Privata partoprenanto
|
46
|
+
user_group:
|
47
|
+
fields:
|
48
|
+
document_number: Dokumento Nombro
|
49
|
+
newsletters:
|
50
|
+
select_recipients_to_deliver:
|
51
|
+
all_users_help: Sendu la informilon al ĉiuj konfirmitaj partoprenantoj.
|
data/config/locales/es-MX.yml
CHANGED
@@ -29,16 +29,11 @@ es-MX:
|
|
29
29
|
newsletter:
|
30
30
|
body: Cuerpo
|
31
31
|
subject: Asunto
|
32
|
-
oauth_application:
|
33
|
-
name: Nombre
|
34
|
-
organization_logo: Logotipo de la organización (cuadrado)
|
35
|
-
organization_name: Nombre de la organización
|
36
|
-
organization_url: URL de organización
|
37
|
-
redirect_uri: Redirigir URI
|
38
32
|
organization:
|
39
33
|
address: Nombre de host SMTP
|
40
34
|
alert_color: Alerta
|
41
35
|
badges_enabled: Habilitar insignias
|
36
|
+
comments_max_length: Longitud máxima de los comentarios (deja 0 si quieres mantener la configuración por defecto)
|
42
37
|
cta_button_path: Ruta del botón de acción principal
|
43
38
|
cta_button_text: Texto del botón de acción principal
|
44
39
|
customize_welcome_notification: Personalizar notificación de bienvenida
|
@@ -61,6 +56,9 @@ es-MX:
|
|
61
56
|
highlighted_content_banner_title: Título
|
62
57
|
instagram_handler: Nombre de Instagram
|
63
58
|
logo: Logo
|
59
|
+
machine_translation_display_priority: Prioridad de la traducción automática
|
60
|
+
machine_translation_display_priority_original: Texto original primero
|
61
|
+
machine_translation_display_priority_translation: Texto traducido primero
|
64
62
|
name: Nombre
|
65
63
|
official_img_footer: Logotipo oficial de pie de página
|
66
64
|
official_img_header: Logotipo oficial de cabecera
|
@@ -114,10 +112,6 @@ es-MX:
|
|
114
112
|
file: Expediente
|
115
113
|
errors:
|
116
114
|
models:
|
117
|
-
oauth_application:
|
118
|
-
attributes:
|
119
|
-
redirect_uri:
|
120
|
-
must_be_ssl: El URI de redirección debe ser un URI SSL
|
121
115
|
organization:
|
122
116
|
attributes:
|
123
117
|
official_img_footer:
|
@@ -149,6 +143,7 @@ es-MX:
|
|
149
143
|
per_page: Por página
|
150
144
|
permissions: Permisos
|
151
145
|
reject: Rechazar
|
146
|
+
share: Compartir
|
152
147
|
verify: Verificar
|
153
148
|
admin_terms_of_use:
|
154
149
|
accept:
|
@@ -276,6 +271,7 @@ es-MX:
|
|
276
271
|
headers:
|
277
272
|
actions: Comportamiento
|
278
273
|
name: Nombre del componente
|
274
|
+
scope: Ámbito del componente
|
279
275
|
type: Tipo de componente
|
280
276
|
new:
|
281
277
|
add: Agregar componente
|
@@ -294,6 +290,11 @@ es-MX:
|
|
294
290
|
welcome: Bienvenido al panel de administración de Decidim.
|
295
291
|
exports:
|
296
292
|
export_as: "%{name} como %{export_format}"
|
293
|
+
formats:
|
294
|
+
CSV: CSV
|
295
|
+
Excel: Excel
|
296
|
+
FormPDF: PDF
|
297
|
+
JSON: JSON
|
297
298
|
notice: Su exportación está actualmente en curso. Recibirá un correo electrónico cuando esté completo.
|
298
299
|
filters:
|
299
300
|
category_id_eq:
|
@@ -384,7 +385,6 @@ es-MX:
|
|
384
385
|
homepage: Página principal
|
385
386
|
impersonations: Impersonaciones
|
386
387
|
newsletters: Boletines
|
387
|
-
oauth_applications: Aplicaciones OAuth
|
388
388
|
participants: Participantes
|
389
389
|
scope_types: Tipos de ámbito
|
390
390
|
scopes: Ámbitos
|
@@ -431,11 +431,6 @@ es-MX:
|
|
431
431
|
sent_to: Enviado a
|
432
432
|
subject: Asunto
|
433
433
|
name: Boletín
|
434
|
-
oauth_application:
|
435
|
-
fields:
|
436
|
-
created_at: Creado en
|
437
|
-
name: Nombre
|
438
|
-
name: Aplicación OAuth
|
439
434
|
participatory_space_private_user:
|
440
435
|
name: Usuario privado de espacio participativo
|
441
436
|
scope:
|
@@ -446,6 +441,14 @@ es-MX:
|
|
446
441
|
fields:
|
447
442
|
name: Nombre
|
448
443
|
plural: Plural
|
444
|
+
share_token:
|
445
|
+
fields:
|
446
|
+
created_at: Creado el
|
447
|
+
expires_at: Caduca el
|
448
|
+
last_used_at: Último uso
|
449
|
+
times_used: Veces utilizado
|
450
|
+
token: Token
|
451
|
+
user: Creado por
|
449
452
|
static_page:
|
450
453
|
fields:
|
451
454
|
created_at: Fecha de creación
|
@@ -542,25 +545,6 @@ es-MX:
|
|
542
545
|
update:
|
543
546
|
error: Se ha producido un error al actualizar este boletín.
|
544
547
|
success: Boletín actualizado correctamente. Por favor revísalo antes de enviarlo.
|
545
|
-
oauth_applications:
|
546
|
-
create:
|
547
|
-
error: Se ha producido un error al crear esta aplicación.
|
548
|
-
success: Aplicación creada con éxito.
|
549
|
-
destroy:
|
550
|
-
error: Se ha producido un error al destruir esta aplicación.
|
551
|
-
success: Aplicación eliminada con éxito.
|
552
|
-
edit:
|
553
|
-
save: Guardar
|
554
|
-
title: Editar aplicación
|
555
|
-
index:
|
556
|
-
confirm_delete: '¿Estás seguro que quieres eliminar esta aplicación?'
|
557
|
-
title: Aplicaciones OAuth
|
558
|
-
new:
|
559
|
-
save: Guardar
|
560
|
-
title: Nueva aplicación
|
561
|
-
update:
|
562
|
-
error: Se ha producido un error al actualizar esta aplicación.
|
563
|
-
success: Aplicación actualizada con éxito.
|
564
548
|
officializations:
|
565
549
|
create:
|
566
550
|
success: Usuario oficializado con éxito
|
@@ -647,7 +631,7 @@ es-MX:
|
|
647
631
|
invalid: Se ha producido un error al leer el archivo CSV.
|
648
632
|
success: Archivo CSV subido correctamente, estamos enviando un correo electrónico de invitación a las participantes. Esto puede tardar un tiempo.
|
649
633
|
new:
|
650
|
-
explanation: Sube tu archivo CSV. Debe tener dos columnas con correo electrónico en la primera columna del archivo y nombre en la última columna del archivo (correo electrónico, nombre) de
|
634
|
+
explanation: 'Sube tu archivo CSV. Debe tener dos columnas con correo electrónico en la primera columna del archivo y el nombre en la última columna del archivo (correo electrónico, nombre) de los usuarios que deseas añadir al espacio participativo, sin encabezados. Evitar usar caracteres no válidos como `<>?%&^*#@()[]=+:;"{}\|` en el nombre de usuario.'
|
651
635
|
title: Sube tu archivo CSV
|
652
636
|
upload: Subir
|
653
637
|
resource_permissions:
|
@@ -656,6 +640,10 @@ es-MX:
|
|
656
640
|
title: Editar permisos
|
657
641
|
update:
|
658
642
|
success: Permisos actualizados con éxito.
|
643
|
+
resources:
|
644
|
+
index:
|
645
|
+
headers:
|
646
|
+
scope: Ámbito
|
659
647
|
scope_types:
|
660
648
|
create:
|
661
649
|
error: Se ha producido un error al crear un nuevo tipo de ámbito.
|
@@ -687,6 +675,18 @@ es-MX:
|
|
687
675
|
update:
|
688
676
|
error: Se produjo un error en la actualización de este ámbito.
|
689
677
|
success: Ámbito actualizado correctamente
|
678
|
+
share_tokens:
|
679
|
+
actions:
|
680
|
+
confirm_destroy: '¿Seguro que quieres eliminar este token?'
|
681
|
+
destroy: Eliminar
|
682
|
+
share: Compartir
|
683
|
+
destroy:
|
684
|
+
error: Se ha producido un error al eliminar este token.
|
685
|
+
success: Token eliminado correctamente.
|
686
|
+
share_tokens:
|
687
|
+
empty: No hay tokens activos
|
688
|
+
help: Estos tokens se utilizan para compartir públicamente este recurso no publicado a cualquier usuario. Se ocultarán cuando se publique el recurso. Haz clic en el icono de compartir el token para visitar la URL compartible.
|
689
|
+
title: Compartir tokens
|
690
690
|
shared:
|
691
691
|
gallery:
|
692
692
|
add_images: Añadir imágenes
|
data/config/locales/es-PY.yml
CHANGED
@@ -29,16 +29,11 @@ es-PY:
|
|
29
29
|
newsletter:
|
30
30
|
body: Cuerpo
|
31
31
|
subject: Asunto
|
32
|
-
oauth_application:
|
33
|
-
name: Nombre
|
34
|
-
organization_logo: Logotipo de la organización (cuadrado)
|
35
|
-
organization_name: Nombre de la organización
|
36
|
-
organization_url: URL de organización
|
37
|
-
redirect_uri: Redirigir URI
|
38
32
|
organization:
|
39
33
|
address: Nombre de host SMTP
|
40
34
|
alert_color: Alerta
|
41
35
|
badges_enabled: Habilitar insignias
|
36
|
+
comments_max_length: Longitud máxima de los comentarios (deja 0 si quieres mantener la configuración por defecto)
|
42
37
|
cta_button_path: Ruta del botón de acción principal
|
43
38
|
cta_button_text: Texto del botón de acción principal
|
44
39
|
customize_welcome_notification: Personalizar notificación de bienvenida
|
@@ -61,6 +56,9 @@ es-PY:
|
|
61
56
|
highlighted_content_banner_title: Título
|
62
57
|
instagram_handler: Nombre de Instagram
|
63
58
|
logo: Logo
|
59
|
+
machine_translation_display_priority: Prioridad de la traducción automática
|
60
|
+
machine_translation_display_priority_original: Texto original primero
|
61
|
+
machine_translation_display_priority_translation: Texto traducido primero
|
64
62
|
name: Nombre
|
65
63
|
official_img_footer: Logotipo oficial de pie de página
|
66
64
|
official_img_header: Logotipo oficial de cabecera
|
@@ -114,10 +112,6 @@ es-PY:
|
|
114
112
|
file: Expediente
|
115
113
|
errors:
|
116
114
|
models:
|
117
|
-
oauth_application:
|
118
|
-
attributes:
|
119
|
-
redirect_uri:
|
120
|
-
must_be_ssl: El URI de redirección debe ser un URI SSL
|
121
115
|
organization:
|
122
116
|
attributes:
|
123
117
|
official_img_footer:
|
@@ -149,6 +143,7 @@ es-PY:
|
|
149
143
|
per_page: Por página
|
150
144
|
permissions: Permisos
|
151
145
|
reject: Rechazar
|
146
|
+
share: Compartir
|
152
147
|
verify: Verificar
|
153
148
|
admin_terms_of_use:
|
154
149
|
accept:
|
@@ -276,6 +271,7 @@ es-PY:
|
|
276
271
|
headers:
|
277
272
|
actions: Comportamiento
|
278
273
|
name: Nombre del componente
|
274
|
+
scope: Ámbito del componente
|
279
275
|
type: Tipo de componente
|
280
276
|
new:
|
281
277
|
add: Agregar componente
|
@@ -294,6 +290,11 @@ es-PY:
|
|
294
290
|
welcome: Bienvenido al panel de administración de Decidim.
|
295
291
|
exports:
|
296
292
|
export_as: "%{name} como %{export_format}"
|
293
|
+
formats:
|
294
|
+
CSV: CSV
|
295
|
+
Excel: Excel
|
296
|
+
FormPDF: PDF
|
297
|
+
JSON: JSON
|
297
298
|
notice: Su exportación está actualmente en curso. Recibirá un correo electrónico cuando esté completo.
|
298
299
|
filters:
|
299
300
|
category_id_eq:
|
@@ -384,7 +385,6 @@ es-PY:
|
|
384
385
|
homepage: Página principal
|
385
386
|
impersonations: Impersonaciones
|
386
387
|
newsletters: Boletines
|
387
|
-
oauth_applications: Aplicaciones OAuth
|
388
388
|
participants: Participantes
|
389
389
|
scope_types: Tipos de ámbito
|
390
390
|
scopes: Ámbitos
|
@@ -431,11 +431,6 @@ es-PY:
|
|
431
431
|
sent_to: Enviado a
|
432
432
|
subject: Asunto
|
433
433
|
name: Boletín
|
434
|
-
oauth_application:
|
435
|
-
fields:
|
436
|
-
created_at: Creado en
|
437
|
-
name: Nombre
|
438
|
-
name: Aplicación OAuth
|
439
434
|
participatory_space_private_user:
|
440
435
|
name: Usuario privado de espacio participativo
|
441
436
|
scope:
|
@@ -446,6 +441,14 @@ es-PY:
|
|
446
441
|
fields:
|
447
442
|
name: Nombre
|
448
443
|
plural: Plural
|
444
|
+
share_token:
|
445
|
+
fields:
|
446
|
+
created_at: Creado el
|
447
|
+
expires_at: Caduca el
|
448
|
+
last_used_at: Último uso
|
449
|
+
times_used: Veces utilizado
|
450
|
+
token: Token
|
451
|
+
user: Creado por
|
449
452
|
static_page:
|
450
453
|
fields:
|
451
454
|
created_at: Fecha de creación
|
@@ -542,25 +545,6 @@ es-PY:
|
|
542
545
|
update:
|
543
546
|
error: Se ha producido un error al actualizar este boletín.
|
544
547
|
success: Boletín actualizado correctamente. Por favor revísalo antes de enviarlo.
|
545
|
-
oauth_applications:
|
546
|
-
create:
|
547
|
-
error: Se ha producido un error al crear esta aplicación.
|
548
|
-
success: Aplicación creada con éxito.
|
549
|
-
destroy:
|
550
|
-
error: Se ha producido un error al destruir esta aplicación.
|
551
|
-
success: Aplicación eliminada con éxito.
|
552
|
-
edit:
|
553
|
-
save: Guardar
|
554
|
-
title: Editar aplicación
|
555
|
-
index:
|
556
|
-
confirm_delete: '¿Estás seguro que quieres eliminar esta aplicación?'
|
557
|
-
title: Aplicaciones OAuth
|
558
|
-
new:
|
559
|
-
save: Guardar
|
560
|
-
title: Nueva aplicación
|
561
|
-
update:
|
562
|
-
error: Se ha producido un error al actualizar esta aplicación.
|
563
|
-
success: Aplicación actualizada con éxito.
|
564
548
|
officializations:
|
565
549
|
create:
|
566
550
|
success: Usuario oficializado con éxito
|
@@ -647,7 +631,7 @@ es-PY:
|
|
647
631
|
invalid: Se ha producido un error al leer el archivo CSV.
|
648
632
|
success: Archivo CSV subido correctamente, estamos enviando un correo electrónico de invitación a las participantes. Esto puede tardar un tiempo.
|
649
633
|
new:
|
650
|
-
explanation: Sube tu archivo CSV. Debe tener dos columnas con correo electrónico en la primera columna del archivo y nombre en la última columna del archivo (correo electrónico, nombre) de
|
634
|
+
explanation: 'Sube tu archivo CSV. Debe tener dos columnas con correo electrónico en la primera columna del archivo y el nombre en la última columna del archivo (correo electrónico, nombre) de los usuarios que deseas añadir al espacio participativo, sin encabezados. Evitar usar caracteres no válidos como `<>?%&^*#@()[]=+:;"{}\|` en el nombre de usuario.'
|
651
635
|
title: Sube tu archivo CSV
|
652
636
|
upload: Subir
|
653
637
|
resource_permissions:
|
@@ -656,6 +640,10 @@ es-PY:
|
|
656
640
|
title: Editar permisos
|
657
641
|
update:
|
658
642
|
success: Permisos actualizados con éxito.
|
643
|
+
resources:
|
644
|
+
index:
|
645
|
+
headers:
|
646
|
+
scope: Ámbito
|
659
647
|
scope_types:
|
660
648
|
create:
|
661
649
|
error: Se ha producido un error al crear un nuevo tipo de ámbito.
|
@@ -687,6 +675,18 @@ es-PY:
|
|
687
675
|
update:
|
688
676
|
error: Se produjo un error en la actualización de este ámbito.
|
689
677
|
success: Ámbito actualizado correctamente
|
678
|
+
share_tokens:
|
679
|
+
actions:
|
680
|
+
confirm_destroy: '¿Seguro que quieres eliminar este token?'
|
681
|
+
destroy: Eliminar
|
682
|
+
share: Compartir
|
683
|
+
destroy:
|
684
|
+
error: Se ha producido un error al eliminar este token.
|
685
|
+
success: Token eliminado correctamente.
|
686
|
+
share_tokens:
|
687
|
+
empty: No hay tokens activos
|
688
|
+
help: Estos tokens se utilizan para compartir públicamente este recurso no publicado a cualquier usuario. Se ocultarán cuando se publique el recurso. Haz clic en el icono de compartir el token para visitar la URL compartible.
|
689
|
+
title: Compartir tokens
|
690
690
|
shared:
|
691
691
|
gallery:
|
692
692
|
add_images: Añadir imágenes
|