decidim-core 0.31.5 → 0.31.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/cells/decidim/amendable/amend_button_card/show.erb +2 -2
- data/app/cells/decidim/author_cell.rb +0 -4
- data/app/cells/decidim/content_blocks/cta_settings_form/show.erb +1 -1
- data/app/cells/decidim/content_blocks/hero_settings_form/show.erb +2 -2
- data/app/cells/decidim/content_blocks/highlighted_content_banner_cell.rb +1 -1
- data/app/cells/decidim/content_blocks/highlighted_content_banner_settings_form/show.erb +1 -1
- data/app/cells/decidim/content_blocks/highlighted_participatory_spaces_cell.rb +1 -1
- data/app/cells/decidim/content_blocks/participatory_space_hero_settings_form/show.erb +1 -1
- data/app/cells/decidim/content_blocks/static_page/section_settings_form/show.erb +3 -1
- data/app/cells/decidim/content_blocks/static_page/summary_settings_form/show.erb +3 -1
- data/app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form/show.erb +4 -2
- data/app/cells/decidim/resource_types_filter/show.erb +2 -2
- data/app/commands/decidim/destroy_account.rb +12 -1
- data/app/commands/decidim/multiple_attachments_methods.rb +28 -27
- data/app/controllers/concerns/decidim/devise_controllers.rb +10 -0
- data/app/jobs/decidim/process_inactive_participant_job.rb +0 -7
- data/app/mailers/decidim/delete_user_mailer.rb +14 -0
- data/app/mailers/decidim/participants_account_mailer.rb +0 -16
- data/app/models/decidim/moderation.rb +1 -1
- data/app/models/decidim/participatory_space_private_user.rb +1 -1
- data/app/models/decidim/user_base_entity.rb +17 -2
- data/app/models/decidim/user_moderation.rb +1 -1
- data/app/packs/src/decidim/controllers/form_validator/form_validator.js +6 -6
- data/app/packs/src/decidim/controllers/form_validator/form_validator.test.js +23 -1
- data/app/packs/src/decidim/controllers/mention/controller.js +296 -140
- data/app/packs/src/decidim/controllers/mention/input_mentions.test.js +120 -457
- data/app/packs/src/decidim/controllers/multiple_mentions/controller.js +68 -32
- data/app/packs/src/decidim/controllers/multiple_mentions/input_multiple_mentions.test.js +30 -23
- data/app/packs/src/decidim/direct_uploads/upload_field.js +4 -4
- data/app/packs/src/decidim/direct_uploads/upload_modal.js +11 -7
- data/app/packs/src/decidim/geocoding/reverse_geocoding.js +15 -5
- data/app/packs/src/decidim/geocoding/reverse_geocoding.test.js +197 -0
- data/app/packs/src/decidim/index.js +4 -3
- data/app/packs/src/decidim/sw/sw.js +1 -1
- data/app/packs/src/decidim/utilities/text.js +6 -6
- data/app/packs/stylesheets/decidim/_conversations.scss +14 -0
- data/app/packs/stylesheets/decidim/_editor_suggestions.scss +49 -0
- data/app/packs/stylesheets/decidim/_floating_help.scss +1 -1
- data/app/packs/stylesheets/decidim/_tom_select.scss +23 -0
- data/app/packs/stylesheets/decidim/application.scss +2 -0
- data/app/packs/stylesheets/decidim/editor.scss +2 -33
- data/app/packs/stylesheets/decidim/geocoding_addons.scss +10 -2
- data/app/presenters/decidim/menu_item_presenter.rb +9 -3
- data/app/presenters/decidim/stats_presenter.rb +1 -1
- data/app/uploaders/decidim/image_uploader.rb +1 -1
- data/app/views/decidim/delete_user_mailer/delete.html.erb +6 -0
- data/app/views/decidim/gamification/badges/index.html.erb +1 -1
- data/app/views/decidim/homepage/show.html.erb +1 -1
- data/app/views/decidim/last_activities/index.html.erb +1 -1
- data/app/views/decidim/messaging/conversations/_error_modal.html.erb +11 -19
- data/app/views/decidim/messaging/conversations/error.js.erb +12 -7
- data/app/views/decidim/newsletters/unsubscribe.html.erb +1 -1
- data/app/views/decidim/offline/show.html.erb +1 -1
- data/app/views/decidim/pages/index.html.erb +1 -1
- data/app/views/decidim/profiles/show.html.erb +1 -1
- data/app/views/decidim/shared/_resource_actions.html.erb +4 -4
- data/app/views/decidim/user_activities/index.html.erb +1 -1
- data/app/views/layouts/decidim/_wrapper.html.erb +2 -2
- data/app/views/layouts/decidim/header/_menu_breadcrumb_mobile_tablet.html.erb +1 -1
- data/app/views/layouts/decidim/shared/_layout_center.html.erb +1 -1
- data/app/views/layouts/decidim/shared/_layout_item.html.erb +1 -1
- data/app/views/layouts/decidim/shared/_layout_two_col.html.erb +1 -1
- data/config/locales/ar.yml +0 -5
- data/config/locales/bg.yml +0 -6
- data/config/locales/ca-IT.yml +9 -10
- data/config/locales/ca.yml +9 -10
- data/config/locales/cs.yml +2 -13
- data/config/locales/de.yml +5 -17
- data/config/locales/el.yml +0 -4
- data/config/locales/en.yml +8 -9
- data/config/locales/es-MX.yml +8 -9
- data/config/locales/es-PY.yml +8 -9
- data/config/locales/es.yml +8 -9
- data/config/locales/eu.yml +48 -49
- data/config/locales/fi-plain.yml +9 -9
- data/config/locales/fi.yml +9 -9
- data/config/locales/fr-CA.yml +9 -9
- data/config/locales/fr.yml +9 -9
- data/config/locales/gl.yml +0 -3
- data/config/locales/hu.yml +0 -5
- data/config/locales/id-ID.yml +0 -3
- data/config/locales/it.yml +1 -3
- data/config/locales/ja.yml +24 -21
- data/config/locales/lb.yml +0 -5
- data/config/locales/lt.yml +0 -5
- data/config/locales/lv.yml +0 -3
- data/config/locales/nl.yml +0 -5
- data/config/locales/no.yml +0 -5
- data/config/locales/pl.yml +2 -8
- data/config/locales/pt-BR.yml +2 -15
- data/config/locales/pt.yml +0 -5
- data/config/locales/ro-RO.yml +1 -14
- data/config/locales/sk.yml +1 -14
- data/config/locales/sv.yml +2 -11
- data/config/locales/tr-TR.yml +0 -6
- data/config/locales/zh-CN.yml +0 -5
- data/config/locales/zh-TW.yml +0 -5
- data/lib/decidim/api/functions/user_entity_list.rb +2 -0
- data/lib/decidim/attachment_attributes.rb +58 -9
- data/lib/decidim/command.rb +1 -1
- data/lib/decidim/content_renderers/base_renderer.rb +112 -0
- data/lib/decidim/content_renderers/blob_renderer.rb +4 -7
- data/lib/decidim/content_renderers/mention_resource_renderer.rb +10 -6
- data/lib/decidim/content_renderers/resource_renderer.rb +16 -7
- data/lib/decidim/content_renderers/user_renderer.rb +11 -9
- data/lib/decidim/core/content_blocks/registry_manager.rb +4 -4
- data/lib/decidim/core/engine.rb +8 -0
- data/lib/decidim/core/test/factories.rb +3 -0
- data/lib/decidim/core/test/shared_examples/admin_resource_gallery_examples.rb +10 -10
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +6 -6
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/map/autocomplete.rb +4 -3
- data/lib/decidim/searchable.rb +5 -0
- data/lib/decidim/view_model.rb +1 -1
- data/lib/tasks/decidim_mailers_tasks.rake +31 -9
- metadata +11 -10
- data/app/commands/decidim/gallery_methods.rb +0 -107
- data/app/packs/src/decidim/vendor/tribute.js +0 -1890
- data/app/packs/stylesheets/decidim/_tribute.scss +0 -36
- data/app/views/decidim/participants_account_mailer/removal_notification.html.erb +0 -11
data/config/locales/cs.yml
CHANGED
|
@@ -447,10 +447,6 @@ cs:
|
|
|
447
447
|
withdraw:
|
|
448
448
|
error: Při stahování pozměňovacího návrhu došlo k chybě.
|
|
449
449
|
success: Pozměňovací návrh byl úspěšně stažen.
|
|
450
|
-
wizard_step_form:
|
|
451
|
-
steps:
|
|
452
|
-
'1': Vytvořte svůj pozměňovací návrh
|
|
453
|
-
'2': Publikovat svůj pozměňovací návrh
|
|
454
450
|
anonymous_user: Anonymní
|
|
455
451
|
application:
|
|
456
452
|
document:
|
|
@@ -589,7 +585,7 @@ cs:
|
|
|
589
585
|
global:
|
|
590
586
|
amendments_enabled: Pozměňovací návrhy povoleny
|
|
591
587
|
comments_enabled: Komentáře povoleny
|
|
592
|
-
comments_max_length: Maximální
|
|
588
|
+
comments_max_length: Maximální počet znaků na komentář
|
|
593
589
|
define_taxonomy_filters: Před použitím tohoto nastavení prosím definujte některé filtry pro tento participační prostor.
|
|
594
590
|
dummy_global_attribute1: Zástupný atribut 1
|
|
595
591
|
dummy_global_attribute2: Zástupný atribut 2
|
|
@@ -1244,7 +1240,6 @@ cs:
|
|
|
1244
1240
|
create:
|
|
1245
1241
|
error: Konverzace nebyla zahájena. Zkuste to znovu později.
|
|
1246
1242
|
error_modal:
|
|
1247
|
-
close: Zavřít okno
|
|
1248
1243
|
correct_errors: Opravte chyby a zkuste to znovu.
|
|
1249
1244
|
intro: 'Došlo k následujícím chybám ve vaší zprávě:'
|
|
1250
1245
|
ok: OK
|
|
@@ -1550,13 +1545,6 @@ cs:
|
|
|
1550
1545
|
log_in: přihlásit se
|
|
1551
1546
|
never_logged_in: nikdy se nepřihlásil
|
|
1552
1547
|
subject: Upozornění na neaktivní účet
|
|
1553
|
-
removal_notification:
|
|
1554
|
-
body: Váš %{organization_name} účet byl odstraněn z důvodu neaktivity.
|
|
1555
|
-
greetings_html: |
|
|
1556
|
-
S pozdravem,<br>
|
|
1557
|
-
%{organization_name}
|
|
1558
|
-
hello: Dobrý den %{username},
|
|
1559
|
-
subject: Neaktivní účet byl smazán
|
|
1560
1548
|
passwords:
|
|
1561
1549
|
update:
|
|
1562
1550
|
error: Došlo k problému s aktualizací hesla.
|
|
@@ -1849,6 +1837,7 @@ cs:
|
|
|
1849
1837
|
submit_button: Odeslat pozvánku
|
|
1850
1838
|
no_invitations_remaining: Žádné zbývající pozvánky
|
|
1851
1839
|
send_instructions: Pozvánka byla odeslána na %{email}.
|
|
1840
|
+
updated_not_active: Pozvánka úspěšně přijata.
|
|
1852
1841
|
mailer:
|
|
1853
1842
|
confirmation_instructions:
|
|
1854
1843
|
action: Potvrďte svůj účet
|
data/config/locales/de.yml
CHANGED
|
@@ -421,10 +421,6 @@ de:
|
|
|
421
421
|
withdraw:
|
|
422
422
|
error: Beim Zurückziehen der Änderung ist ein Problem aufgetreten.
|
|
423
423
|
success: Die Änderung wurde erfolgreich zurückgezogen.
|
|
424
|
-
wizard_step_form:
|
|
425
|
-
steps:
|
|
426
|
-
'1': Erstellen Sie Ihre Änderung
|
|
427
|
-
'2': Änderung veröffentlichen
|
|
428
424
|
anonymous_user: Anonym
|
|
429
425
|
application:
|
|
430
426
|
document:
|
|
@@ -557,7 +553,6 @@ de:
|
|
|
557
553
|
global:
|
|
558
554
|
amendments_enabled: Änderungen aktiviert
|
|
559
555
|
comments_enabled: Kommentare aktiviert
|
|
560
|
-
comments_max_length: Maximallänge der Kommentare
|
|
561
556
|
define_taxonomy_filters: Bitte definieren Sie einige Filter für diesen partizipativen Bereich, bevor Sie diese Einstellung verwenden.
|
|
562
557
|
dummy_global_attribute1: Dummy-Attribut 1
|
|
563
558
|
dummy_global_attribute2: Dummy-Attribut 2
|
|
@@ -708,12 +703,12 @@ de:
|
|
|
708
703
|
notice: |-
|
|
709
704
|
<p>Hallo, sind Sie sicher, dass Sie keinen Newsletter erhalten möchten?
|
|
710
705
|
Bitte prüfen Sie noch einmal, ob Sie das Kästchen mit der Bestellung des Newsletters nicht doch ankreuzen möchten.
|
|
711
|
-
Es ist sehr wichtig für uns, dass Sie gelegentlich E-Mails erhalten können,
|
|
706
|
+
Es ist sehr wichtig für uns, dass Sie gelegentlich E-Mails erhalten können,
|
|
712
707
|
damit wir Ihnen wichtige Informationen mitteilen können. Sie können die
|
|
713
708
|
Seite mit den Einstellungen für Mitteilungen jederzeit ändern.</p>
|
|
714
709
|
<p>Wenn Sie das Kästchen nicht ankreuzen, könnten Sie vielleicht wichtige Informationen
|
|
715
|
-
|
|
716
|
-
Wenn Sie dennoch keinen Newsletter erhalten möchten,
|
|
710
|
+
über neue Möglichkeiten der Teilnahme an der Plattform verpassen.<br>
|
|
711
|
+
Wenn Sie dennoch keinen Newsletter erhalten möchten,
|
|
717
712
|
haben wir vollstes Verständnis für Ihre Entscheidung.</p>
|
|
718
713
|
<p>Vielen Dank, dass Sie sich die Zeit zum Lesen genommen haben!</p>
|
|
719
714
|
title: Newsletter Benachrichtigungen
|
|
@@ -808,6 +803,7 @@ de:
|
|
|
808
803
|
invitation_sent_at: Datum und Uhrzeit, an dem die Einladung versendet wurde
|
|
809
804
|
invitations_count: Die Anzahl der an diesen Benutzer gesendeten Einladungen
|
|
810
805
|
invited_by: Der Benutzer, der diesen Benutzer eingeladen hat
|
|
806
|
+
last_sign_in_at: Datum und Uhrzeit des letzten Logins
|
|
811
807
|
locale: Die Plattformsprache, die dieser Benutzer ausgewählt hat
|
|
812
808
|
managed: Ob dieser Benutzer von einem anderen Benutzer verwaltet wird
|
|
813
809
|
name: Der Name des Benutzers
|
|
@@ -1209,7 +1205,6 @@ de:
|
|
|
1209
1205
|
create:
|
|
1210
1206
|
error: Die Unterhaltung wurde nicht gestartet. Versuchen Sie es später noch einmal.
|
|
1211
1207
|
error_modal:
|
|
1212
|
-
close: Fenster schließen
|
|
1213
1208
|
correct_errors: Bitte korrigiere diese Fehler und versuche es erneut.
|
|
1214
1209
|
intro: 'Es gab folgende Fehler bei Ihrer Nachricht:'
|
|
1215
1210
|
ok: OK
|
|
@@ -1367,7 +1362,7 @@ de:
|
|
|
1367
1362
|
one: "%{count} Ressource"
|
|
1368
1363
|
other: "%{count} Ressourcen"
|
|
1369
1364
|
spaces: Bereiche
|
|
1370
|
-
title: Open Data Dateien für %{organization}
|
|
1365
|
+
title: Open Data Dateien für %{organization}
|
|
1371
1366
|
moderated_users:
|
|
1372
1367
|
about: Die Beschreibung des Kontos
|
|
1373
1368
|
block_reasons: Der Grund der Blockierung eines Kontos durch einen Admin
|
|
@@ -1520,13 +1515,6 @@ de:
|
|
|
1520
1515
|
log_in: anmelden
|
|
1521
1516
|
never_logged_in: Nie angemeldet
|
|
1522
1517
|
subject: Inaktive Kontowarnung
|
|
1523
|
-
removal_notification:
|
|
1524
|
-
body: Ihr %{organization_name} Konto wurde aufgrund von Inaktivität gelöscht.
|
|
1525
|
-
greetings_html: |
|
|
1526
|
-
Freundliche Grüsse,<br>
|
|
1527
|
-
%{organization_name}
|
|
1528
|
-
hello: Hallo %{username},
|
|
1529
|
-
subject: Inaktives Konto gelöscht
|
|
1530
1518
|
passwords:
|
|
1531
1519
|
update:
|
|
1532
1520
|
error: Es gab ein Problem bei der Aktualisierung des Passwortes.
|
data/config/locales/el.yml
CHANGED
|
@@ -261,9 +261,6 @@ el:
|
|
|
261
261
|
update_draft:
|
|
262
262
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση του πρόχειρου τροποποίησης.
|
|
263
263
|
success: Το πρόχειρο τροποποίησης ενημερώθηκε επιτυχώς.
|
|
264
|
-
wizard_step_form:
|
|
265
|
-
steps:
|
|
266
|
-
'1': Δημιουργήστε την τροποποίησή σας
|
|
267
264
|
anonymous_user: Ανώνυμη
|
|
268
265
|
application:
|
|
269
266
|
document:
|
|
@@ -371,7 +368,6 @@ el:
|
|
|
371
368
|
global:
|
|
372
369
|
amendments_enabled: Οι τροποποιήσεις ενεργοποιήθηκαν
|
|
373
370
|
comments_enabled: Τα σχόλια ενεργοποιήθηκαν
|
|
374
|
-
comments_max_length: Μέγιστο μήκος σχολίων
|
|
375
371
|
dummy_global_attribute1: Εικονικό χαρακτηριστικό 1
|
|
376
372
|
dummy_global_attribute2: Εικονικό χαρακτηριστικό 2
|
|
377
373
|
dummy_global_translatable_text: Εικονικό μετατρέψιμο κείμενο
|
data/config/locales/en.yml
CHANGED
|
@@ -557,7 +557,7 @@ en:
|
|
|
557
557
|
global:
|
|
558
558
|
amendments_enabled: Amendments enabled
|
|
559
559
|
comments_enabled: Comments enabled
|
|
560
|
-
comments_max_length:
|
|
560
|
+
comments_max_length: Max characters per comment
|
|
561
561
|
define_taxonomy_filters: Please define some filters for this participatory space before using this setting.
|
|
562
562
|
dummy_global_attribute1: Dummy Attribute 1
|
|
563
563
|
dummy_global_attribute2: Dummy Attribute 2
|
|
@@ -664,6 +664,13 @@ en:
|
|
|
664
664
|
all: All
|
|
665
665
|
filter_taxonomy_values:
|
|
666
666
|
all: All
|
|
667
|
+
delete_user_mailer:
|
|
668
|
+
delete:
|
|
669
|
+
body_1: Your account has been deactivated and is no longer accessible. Your personal data is scheduled for permanent deletion in accordance with our data retention policies.
|
|
670
|
+
body_2: For security reasons, some authorization-related data will be retained; if you create a new account and authorize again, it may be linked to your new account.
|
|
671
|
+
greetings_html: Kind regards,<br/><a href="%{organization_url}">%{organization_name}</a>
|
|
672
|
+
hello: Dear %{username},
|
|
673
|
+
subject: Your account has been deleted
|
|
667
674
|
devise:
|
|
668
675
|
omniauth_registrations:
|
|
669
676
|
create:
|
|
@@ -1219,7 +1226,6 @@ en:
|
|
|
1219
1226
|
create:
|
|
1220
1227
|
error: Conversation not started. Try again later.
|
|
1221
1228
|
error_modal:
|
|
1222
|
-
close: Close modal
|
|
1223
1229
|
correct_errors: Please correct the errors and try again.
|
|
1224
1230
|
intro: 'There were the following errors with your message:'
|
|
1225
1231
|
ok: OK
|
|
@@ -1531,13 +1537,6 @@ en:
|
|
|
1531
1537
|
log_in: log in
|
|
1532
1538
|
never_logged_in: never logged in
|
|
1533
1539
|
subject: Inactive account warning
|
|
1534
|
-
removal_notification:
|
|
1535
|
-
body: Your %{organization_name} account has been deleted due to inactivity.
|
|
1536
|
-
greetings_html: |
|
|
1537
|
-
Kind regards,<br>
|
|
1538
|
-
%{organization_name}
|
|
1539
|
-
hello: Dear %{username},
|
|
1540
|
-
subject: Inactive account deleted
|
|
1541
1540
|
passwords:
|
|
1542
1541
|
update:
|
|
1543
1542
|
error: There was a problem updating the password.
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -557,7 +557,7 @@ es-MX:
|
|
|
557
557
|
global:
|
|
558
558
|
amendments_enabled: Enmiendas habilitadas
|
|
559
559
|
comments_enabled: Comentarios habilitados
|
|
560
|
-
comments_max_length:
|
|
560
|
+
comments_max_length: Máximo de caracteres por comentario
|
|
561
561
|
define_taxonomy_filters: Por favor, define algunos filtros para este espacio de participación antes de utilizar esta configuración.
|
|
562
562
|
dummy_global_attribute1: Atributo de prueba 1
|
|
563
563
|
dummy_global_attribute2: Atributo de prueba 2
|
|
@@ -664,6 +664,13 @@ es-MX:
|
|
|
664
664
|
all: Todos
|
|
665
665
|
filter_taxonomy_values:
|
|
666
666
|
all: Todas
|
|
667
|
+
delete_user_mailer:
|
|
668
|
+
delete:
|
|
669
|
+
body_1: Tu cuenta ha sido desactivada y ya no es accesible. Tus datos personales están programados para su eliminación permanente de acuerdo con nuestras políticas de retención de datos.
|
|
670
|
+
body_2: Por razones de seguridad, se conservarán algunos datos relacionados con la verificación; de este modo si crearas una nueva cuenta y la verificaras de nuevo, se podría vincular la autorización con esta nueva cuenta.
|
|
671
|
+
greetings_html: Atentamente,<br/><a href="%{organization_url}">%{organization_name}</a>
|
|
672
|
+
hello: Hola %{username},
|
|
673
|
+
subject: Tu cuenta ha sido eliminada
|
|
667
674
|
devise:
|
|
668
675
|
omniauth_registrations:
|
|
669
676
|
create:
|
|
@@ -1215,7 +1222,6 @@ es-MX:
|
|
|
1215
1222
|
create:
|
|
1216
1223
|
error: No se ha iniciado la conversación. Vuelve a intentarlo más tarde.
|
|
1217
1224
|
error_modal:
|
|
1218
|
-
close: Cerrar modal
|
|
1219
1225
|
correct_errors: Por favor, corrige los errores e inténtalo de nuevo.
|
|
1220
1226
|
intro: 'Se han producido los siguientes errores en tu mensaje:'
|
|
1221
1227
|
ok: De acuerdo
|
|
@@ -1527,13 +1533,6 @@ es-MX:
|
|
|
1527
1533
|
log_in: entra
|
|
1528
1534
|
never_logged_in: nunca ha iniciado sesión
|
|
1529
1535
|
subject: Aviso de cuenta inactiva
|
|
1530
|
-
removal_notification:
|
|
1531
|
-
body: Tu cuenta en %{organization_name} ha sido eliminada por inactividad.
|
|
1532
|
-
greetings_html: |
|
|
1533
|
-
Atentamente,<br>
|
|
1534
|
-
%{organization_name}
|
|
1535
|
-
hello: Estimado/a %{username},
|
|
1536
|
-
subject: Aviso de cuenta inactiva
|
|
1537
1536
|
passwords:
|
|
1538
1537
|
update:
|
|
1539
1538
|
error: Ha habido un problema al actualizar la contraseña.
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -557,7 +557,7 @@ es-PY:
|
|
|
557
557
|
global:
|
|
558
558
|
amendments_enabled: Enmiendas habilitadas
|
|
559
559
|
comments_enabled: Comentarios habilitados
|
|
560
|
-
comments_max_length:
|
|
560
|
+
comments_max_length: Máximo de caracteres por comentario
|
|
561
561
|
define_taxonomy_filters: Por favor, define algunos filtros para este espacio de participación antes de utilizar esta configuración.
|
|
562
562
|
dummy_global_attribute1: Atributo ficticio 1
|
|
563
563
|
dummy_global_attribute2: Atributo ficticio 2
|
|
@@ -664,6 +664,13 @@ es-PY:
|
|
|
664
664
|
all: Todos
|
|
665
665
|
filter_taxonomy_values:
|
|
666
666
|
all: Todas
|
|
667
|
+
delete_user_mailer:
|
|
668
|
+
delete:
|
|
669
|
+
body_1: Tu cuenta ha sido desactivada y ya no es accesible. Tus datos personales están programados para su eliminación permanente de acuerdo con nuestras políticas de retención de datos.
|
|
670
|
+
body_2: Por razones de seguridad, se conservarán algunos datos relacionados con la verificación; de este modo si crearas una nueva cuenta y la verificaras de nuevo, se podría vincular la autorización con esta nueva cuenta.
|
|
671
|
+
greetings_html: Atentamente,<br/><a href="%{organization_url}">%{organization_name}</a>
|
|
672
|
+
hello: Hola %{username},
|
|
673
|
+
subject: Tu cuenta ha sido eliminada
|
|
667
674
|
devise:
|
|
668
675
|
omniauth_registrations:
|
|
669
676
|
create:
|
|
@@ -1215,7 +1222,6 @@ es-PY:
|
|
|
1215
1222
|
create:
|
|
1216
1223
|
error: No se ha iniciado la conversación. Vuelve a intentarlo más tarde.
|
|
1217
1224
|
error_modal:
|
|
1218
|
-
close: Cerrar modal
|
|
1219
1225
|
correct_errors: Por favor, corrige los errores e inténtalo de nuevo.
|
|
1220
1226
|
intro: 'Se han producido los siguientes errores en tu mensaje:'
|
|
1221
1227
|
ok: De acuerdo
|
|
@@ -1527,13 +1533,6 @@ es-PY:
|
|
|
1527
1533
|
log_in: entra
|
|
1528
1534
|
never_logged_in: nunca ha iniciado sesión
|
|
1529
1535
|
subject: Aviso de cuenta inactiva
|
|
1530
|
-
removal_notification:
|
|
1531
|
-
body: Tu cuenta en %{organization_name} ha sido eliminada por inactividad.
|
|
1532
|
-
greetings_html: |
|
|
1533
|
-
Atentamente,<br>
|
|
1534
|
-
%{organization_name}
|
|
1535
|
-
hello: Estimado/a %{username},
|
|
1536
|
-
subject: Aviso de cuenta inactiva
|
|
1537
1536
|
passwords:
|
|
1538
1537
|
update:
|
|
1539
1538
|
error: Ha habido un problema al actualizar la contraseña.
|
data/config/locales/es.yml
CHANGED
|
@@ -554,7 +554,7 @@ es:
|
|
|
554
554
|
global:
|
|
555
555
|
amendments_enabled: Enmiendas habilitadas
|
|
556
556
|
comments_enabled: Comentarios habilitados
|
|
557
|
-
comments_max_length:
|
|
557
|
+
comments_max_length: Máximo de caracteres por comentario
|
|
558
558
|
define_taxonomy_filters: Por favor, define algunos filtros para este espacio de participación antes de utilizar esta configuración.
|
|
559
559
|
dummy_global_attribute1: Atributo de prueba 1
|
|
560
560
|
dummy_global_attribute2: Atributo de prueba 2
|
|
@@ -661,6 +661,13 @@ es:
|
|
|
661
661
|
all: Todos
|
|
662
662
|
filter_taxonomy_values:
|
|
663
663
|
all: Todas
|
|
664
|
+
delete_user_mailer:
|
|
665
|
+
delete:
|
|
666
|
+
body_1: Tu cuenta ha sido desactivada y ya no es accesible. Tus datos personales están programados para su eliminación permanente de acuerdo con nuestras políticas de retención de datos.
|
|
667
|
+
body_2: Por razones de seguridad, se conservarán algunos datos relacionados con la verificación; de este modo si crearas una nueva cuenta y la verificaras de nuevo, se podría vincular la autorización con esta nueva cuenta.
|
|
668
|
+
greetings_html: Atentamente,<br/><a href="%{organization_url}">%{organization_name}</a>
|
|
669
|
+
hello: Hola %{username},
|
|
670
|
+
subject: Tu cuenta ha sido eliminada
|
|
664
671
|
devise:
|
|
665
672
|
omniauth_registrations:
|
|
666
673
|
create:
|
|
@@ -1212,7 +1219,6 @@ es:
|
|
|
1212
1219
|
create:
|
|
1213
1220
|
error: No se ha iniciado la conversación. Vuelve a intentarlo más tarde.
|
|
1214
1221
|
error_modal:
|
|
1215
|
-
close: Cerrar modal
|
|
1216
1222
|
correct_errors: Por favor, corrige los errores e inténtalo de nuevo.
|
|
1217
1223
|
intro: 'Se han producido los siguientes errores en tu mensaje:'
|
|
1218
1224
|
ok: De acuerdo
|
|
@@ -1524,13 +1530,6 @@ es:
|
|
|
1524
1530
|
log_in: entra
|
|
1525
1531
|
never_logged_in: nunca ha iniciado sesión
|
|
1526
1532
|
subject: Aviso de cuenta inactiva
|
|
1527
|
-
removal_notification:
|
|
1528
|
-
body: Tu cuenta en %{organization_name} ha sido eliminada por inactividad.
|
|
1529
|
-
greetings_html: |
|
|
1530
|
-
Atentamente,<br>
|
|
1531
|
-
%{organization_name}
|
|
1532
|
-
hello: Estimado/a %{username},
|
|
1533
|
-
subject: Aviso de cuenta inactiva
|
|
1534
1533
|
passwords:
|
|
1535
1534
|
update:
|
|
1536
1535
|
error: Se ha producido un error al actualizar la contraseña.
|