decidim-admin 0.28.4 → 0.28.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/commands/decidim/admin/block_user.rb +1 -0
- data/app/controllers/decidim/admin/block_user_controller.rb +1 -1
- data/app/controllers/decidim/admin/conflicts_controller.rb +1 -1
- data/app/controllers/decidim/admin/impersonations_controller.rb +1 -0
- data/app/controllers/decidim/admin/newsletters_controller.rb +2 -1
- data/app/controllers/decidim/admin/organization_controller.rb +1 -1
- data/app/forms/decidim/admin/help_section_form.rb +1 -1
- data/app/forms/decidim/admin/impersonate_user_form.rb +5 -0
- data/app/forms/decidim/admin/organization_appearance_form.rb +2 -2
- data/app/forms/decidim/admin/organization_form.rb +2 -2
- data/app/forms/decidim/admin/static_page_form.rb +1 -1
- data/app/forms/decidim/admin/transfer_user_form.rb +15 -0
- data/app/packs/src/decidim/admin/newsletters.js +18 -9
- data/app/packs/stylesheets/decidim/admin/_moderations.scss +8 -0
- data/app/permissions/decidim/admin/permissions.rb +12 -0
- data/app/queries/decidim/admin/newsletter_recipients.rb +9 -5
- data/app/views/decidim/admin/conflicts/edit.html.erb +21 -11
- data/app/views/decidim/admin/moderated_users/index.html.erb +2 -2
- data/app/views/decidim/admin/newsletter_templates/index.html.erb +0 -1
- data/app/views/decidim/admin/shared/landing_page_content_blocks/edit.html.erb +1 -1
- data/config/locales/ar.yml +62 -7
- data/config/locales/bg.yml +2 -2
- data/config/locales/bn-BD.yml +1 -0
- data/config/locales/bs-BA.yml +529 -0
- data/config/locales/ca-IT.yml +1153 -0
- data/config/locales/ca.yml +14 -7
- data/config/locales/cs.yml +8 -1
- data/config/locales/de.yml +16 -9
- data/config/locales/el.yml +4 -3
- data/config/locales/en.yml +8 -1
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +12 -5
- data/config/locales/es-PY.yml +12 -5
- data/config/locales/es.yml +10 -3
- data/config/locales/eu.yml +168 -149
- data/config/locales/fi-plain.yml +14 -7
- data/config/locales/fi.yml +31 -24
- data/config/locales/fr-CA.yml +11 -4
- data/config/locales/fr.yml +10 -3
- data/config/locales/ga-IE.yml +1 -6
- data/config/locales/gl.yml +6 -4
- data/config/locales/he-IL.yml +6 -0
- data/config/locales/hu.yml +7 -7
- data/config/locales/id-ID.yml +9 -5
- data/config/locales/is-IS.yml +13 -6
- data/config/locales/it.yml +173 -7
- data/config/locales/ja.yml +13 -6
- data/config/locales/kaa.yml +5 -3
- data/config/locales/ko.yml +11 -4
- data/config/locales/lb.yml +10 -8
- data/config/locales/lt.yml +2 -1
- data/config/locales/lv.yml +6 -4
- data/config/locales/nl.yml +7 -5
- data/config/locales/no.yml +6 -4
- data/config/locales/pl.yml +4 -4
- data/config/locales/pt-BR.yml +2 -3
- data/config/locales/pt.yml +11 -5
- data/config/locales/ro-RO.yml +7 -6
- data/config/locales/ru.yml +8 -8
- data/config/locales/sk.yml +7 -7
- data/config/locales/sl.yml +7 -2
- data/config/locales/sq-AL.yml +13 -6
- data/config/locales/sr-CS.yml +6 -5
- data/config/locales/sv.yml +11 -4
- data/config/locales/th-TH.yml +14 -0
- data/config/locales/tr-TR.yml +7 -9
- data/config/locales/uk.yml +5 -7
- data/config/locales/zh-CN.yml +3 -10
- data/config/locales/zh-TW.yml +2 -1
- data/config/routes.rb +1 -1
- data/decidim-admin.gemspec +1 -1
- data/lib/decidim/admin/engine.rb +1 -0
- data/lib/decidim/admin/test/manage_moderations_examples.rb +1 -1
- data/lib/decidim/admin/version.rb +1 -1
- metadata +12 -9
data/config/locales/ca.yml
CHANGED
@@ -106,6 +106,8 @@ ca:
|
|
106
106
|
participatory_space_private_user:
|
107
107
|
email: Correu electrònic
|
108
108
|
name: Nom
|
109
|
+
participatory_space_private_user_csv_import:
|
110
|
+
file: Arxiu
|
109
111
|
scope:
|
110
112
|
code: Codi
|
111
113
|
name: Nom
|
@@ -358,7 +360,7 @@ ca:
|
|
358
360
|
title: Conflictes de verificació
|
359
361
|
transfer:
|
360
362
|
email: Correu electrònic
|
361
|
-
error:
|
363
|
+
error: Hi ha hagut un problema transferint la participant actual a una participant gestionada.
|
362
364
|
name: Nom
|
363
365
|
reason: Raó
|
364
366
|
success: La transferència s'ha completat correctament.
|
@@ -645,7 +647,7 @@ ca:
|
|
645
647
|
plural: Plural
|
646
648
|
share_token:
|
647
649
|
fields:
|
648
|
-
created_at:
|
650
|
+
created_at: Data de creació
|
649
651
|
expires_at: Caduca el
|
650
652
|
last_used_at: Darrer cop que es va fer servir
|
651
653
|
times_used: Cops utilitzat
|
@@ -720,6 +722,11 @@ ca:
|
|
720
722
|
report_language: Idioma de l'informe
|
721
723
|
report_reason: Motiu
|
722
724
|
title: Detalls de l'informe
|
725
|
+
new_import:
|
726
|
+
accepted_mime_types:
|
727
|
+
csv: CSV
|
728
|
+
json: JSON
|
729
|
+
xlsx: XLSX
|
723
730
|
newsletter_templates:
|
724
731
|
index:
|
725
732
|
preview_template: Previsualitzar
|
@@ -892,7 +899,7 @@ ca:
|
|
892
899
|
success: L'arxiu CSV s'ha carregat amb èxit, estem enviant un correu d'invitació a les participants. Això pot trigar una estona.
|
893
900
|
new:
|
894
901
|
csv_upload:
|
895
|
-
title: Puja el
|
902
|
+
title: Puja el fitxer CSV
|
896
903
|
destroy:
|
897
904
|
button: Esborrar totes les participants privades
|
898
905
|
confirm: Segur que vols esborrar totes les participants privades? Aquesta acció no es pot desfer, no podràs recuperar-les.
|
@@ -1049,9 +1056,9 @@ ca:
|
|
1049
1056
|
user_groups:
|
1050
1057
|
index:
|
1051
1058
|
state:
|
1052
|
-
pending:
|
1053
|
-
rejected:
|
1054
|
-
verified:
|
1059
|
+
pending: Pendents
|
1060
|
+
rejected: Rebutjada
|
1061
|
+
verified: Verificades
|
1055
1062
|
verify_via_csv: Verifica mitjançant CSV
|
1056
1063
|
user_groups_csv_verifications:
|
1057
1064
|
new:
|
@@ -1061,7 +1068,7 @@ ca:
|
|
1061
1068
|
acme@example.org
|
1062
1069
|
bubba.gump@example.org
|
1063
1070
|
title: Puja el fitxer CSV
|
1064
|
-
upload:
|
1071
|
+
upload: Carrega
|
1065
1072
|
users:
|
1066
1073
|
create:
|
1067
1074
|
error: S'ha produït un error en convidar aquesta participant.
|
data/config/locales/cs.yml
CHANGED
@@ -106,6 +106,8 @@ cs:
|
|
106
106
|
participatory_space_private_user:
|
107
107
|
email: E-mail
|
108
108
|
name: Název
|
109
|
+
participatory_space_private_user_csv_import:
|
110
|
+
file: Soubor
|
109
111
|
scope:
|
110
112
|
code: Kód
|
111
113
|
name: Název
|
@@ -730,6 +732,11 @@ cs:
|
|
730
732
|
report_language: Jazyk zprávy
|
731
733
|
report_reason: Důvod
|
732
734
|
title: Detaily hlášení
|
735
|
+
new_import:
|
736
|
+
accepted_mime_types:
|
737
|
+
csv: CSV
|
738
|
+
json: JSON
|
739
|
+
xlsx: XLSX
|
733
740
|
newsletter_templates:
|
734
741
|
index:
|
735
742
|
preview_template: Náhled
|
@@ -1073,7 +1080,7 @@ cs:
|
|
1073
1080
|
acme@example.org
|
1074
1081
|
bubba.gump@example.org
|
1075
1082
|
title: Nahrát soubor CSV
|
1076
|
-
upload:
|
1083
|
+
upload: Nahrát
|
1077
1084
|
users:
|
1078
1085
|
create:
|
1079
1086
|
error: Při pozvání tohoto administrátora došlo k chybě.
|
data/config/locales/de.yml
CHANGED
@@ -78,8 +78,8 @@ de:
|
|
78
78
|
machine_translation_display_priority_original: Originaltext zuerst
|
79
79
|
machine_translation_display_priority_translation: Übersetzter Text zuerst
|
80
80
|
name: Name
|
81
|
-
official_img_footer: Offizielles Logo
|
82
|
-
official_url: Offizielle
|
81
|
+
official_img_footer: Offizielles Footer-Logo
|
82
|
+
official_url: Offizielle URL der Organisation
|
83
83
|
omnipresent_banner_short_description: Kurze Beschreibung
|
84
84
|
omnipresent_banner_title: Titel
|
85
85
|
omnipresent_banner_url: URL
|
@@ -106,6 +106,8 @@ de:
|
|
106
106
|
participatory_space_private_user:
|
107
107
|
email: E-Mail
|
108
108
|
name: Name
|
109
|
+
participatory_space_private_user_csv_import:
|
110
|
+
file: Datei
|
109
111
|
scope:
|
110
112
|
code: Code
|
111
113
|
name: Name
|
@@ -454,7 +456,7 @@ de:
|
|
454
456
|
'false': Veröffentlicht
|
455
457
|
'true': Unveröffentlicht
|
456
458
|
scope_id_eq:
|
457
|
-
label:
|
459
|
+
label: Umfang
|
458
460
|
search_label: Suche
|
459
461
|
search_placeholder:
|
460
462
|
name_or_nickname_or_email_cont: Suche in %{collection} nach E-Mail, Name oder Kontoname.
|
@@ -720,6 +722,11 @@ de:
|
|
720
722
|
report_language: Berichtssprache
|
721
723
|
report_reason: Grund
|
722
724
|
title: Berichtdetails
|
725
|
+
new_import:
|
726
|
+
accepted_mime_types:
|
727
|
+
csv: CSV
|
728
|
+
json: JSON
|
729
|
+
xlsx: XLSX
|
723
730
|
newsletter_templates:
|
724
731
|
index:
|
725
732
|
preview_template: Vorschau
|
@@ -763,7 +770,7 @@ de:
|
|
763
770
|
confirm_deliver: Möchten Sie diesen Newsletter wirklich versenden? Diese Aktion kann nicht rückgängig gemacht werden.
|
764
771
|
deliver: Newsletter versenden
|
765
772
|
followers_help: Sendet den Newsletter an alle bestätigten Benutzer, die den ausgewählten Teilnehmerräumen in der Liste folgen.
|
766
|
-
none:
|
773
|
+
none: Keiner
|
767
774
|
participants_help: Sendet den Newsletter an alle bestätigten Benutzer, die an den ausgewählten Teilnehmerräumen der Liste teilgenommen haben.
|
768
775
|
recipients_count: Dieser Newsletter wird an <strong id='recipients_count'>%{count}</strong> Teilnehmer gesendet.
|
769
776
|
scopes_help: Sendet den Newsletter an Teilnehmer, die einen der gewählten Themenbereiche in den "Meine Interessen" Einstellungen ihres Kontos aktiviert haben.
|
@@ -859,7 +866,7 @@ de:
|
|
859
866
|
homepage_appearance_title: Homepage-Erscheinungsbild bearbeiten
|
860
867
|
homepage_highlighted_content_banner_title: Highlighted Inhaltsbanner
|
861
868
|
images:
|
862
|
-
layout_appearance_title: Layout-
|
869
|
+
layout_appearance_title: Layout-Aussehen bearbeiten
|
863
870
|
preview: Vorschau
|
864
871
|
omnipresent_banner_appearance_title: Bearbeiten Sie das allgegenwärtige Banner
|
865
872
|
organization_external_domain_whitelist:
|
@@ -869,7 +876,7 @@ de:
|
|
869
876
|
down: Runter
|
870
877
|
external_domain: Externe Domain
|
871
878
|
remove: Entfernen
|
872
|
-
up:
|
879
|
+
up: Nach oben
|
873
880
|
form:
|
874
881
|
add: Zur Whitelist hinzufügen
|
875
882
|
title: Externe Domain-Whitelist
|
@@ -892,7 +899,7 @@ de:
|
|
892
899
|
success: CSV-Datei wurde erfolgreich hochgeladen, wir senden eine Einladungs-E-Mail an die Teilnehmenden. Dies kann eine Weile dauern.
|
893
900
|
new:
|
894
901
|
csv_upload:
|
895
|
-
title: CSV-Datei
|
902
|
+
title: Laden Sie Ihre CSV-Datei hoch
|
896
903
|
destroy:
|
897
904
|
button: Alle private Teilnehmende auswählen
|
898
905
|
confirm: Sind Sie sicher, dass Sie alle private Teilnehmende entfernen möchten? Diese Aktion kann nicht rückgängig gemacht werden. Sie werden sie nicht wiederherstellen können.
|
@@ -923,7 +930,7 @@ de:
|
|
923
930
|
resources:
|
924
931
|
index:
|
925
932
|
headers:
|
926
|
-
scope:
|
933
|
+
scope: Umfang
|
927
934
|
scope_types:
|
928
935
|
create:
|
929
936
|
error: Beim Erstellen eines neuen Geltungstyps ist ein Fehler aufgetreten.
|
@@ -1049,7 +1056,7 @@ de:
|
|
1049
1056
|
user_groups:
|
1050
1057
|
index:
|
1051
1058
|
state:
|
1052
|
-
pending:
|
1059
|
+
pending: Ausstehend
|
1053
1060
|
rejected: Abgelehnt
|
1054
1061
|
verified: Überprüft
|
1055
1062
|
verify_via_csv: Überprüfen Sie über CSV
|
data/config/locales/el.yml
CHANGED
@@ -348,7 +348,6 @@ el:
|
|
348
348
|
title: Διενέξεις επαλήθευσης
|
349
349
|
transfer:
|
350
350
|
email: E-mail
|
351
|
-
error: Υπήρξε ένα πρόβλημα κατά τη μεταφορά του τρέχοντος συμμετέχοντα σε διαχειριζόμενο συμμετέχοντα.
|
352
351
|
name: Όνομα
|
353
352
|
reason: Αιτία
|
354
353
|
success: Η τρέχουσα μεταφορά έχει ολοκληρωθεί με επιτυχία.
|
@@ -637,7 +636,7 @@ el:
|
|
637
636
|
created_at: Δημιουργήθηκε στις
|
638
637
|
document_number: Αριθμός εγγράφου
|
639
638
|
name: Όνομα
|
640
|
-
nickname:
|
639
|
+
nickname: Ψευδώνυμο
|
641
640
|
phone: Τηλέφωνο
|
642
641
|
state: Κατάσταση
|
643
642
|
users_count: Πλήθος συμμετεχόντων
|
@@ -842,6 +841,8 @@ el:
|
|
842
841
|
create:
|
843
842
|
success: Το αρχείο CSV μεταφορτώθηκε με επιτυχία. Στέλνουμε πρόσκληση στους συμμετέχοντες μέσω email. Αυτή η διαδικασία μπορεί να χρειαστεί λίγη ώρα.
|
844
843
|
new:
|
844
|
+
csv_upload:
|
845
|
+
title: Αποστολή του αρχείου σας CSV
|
845
846
|
example_file: 'Παράδειγμα αρχείου:'
|
846
847
|
upload: Αποστολή
|
847
848
|
reminders:
|
@@ -974,7 +975,7 @@ el:
|
|
974
975
|
user_groups:
|
975
976
|
index:
|
976
977
|
state:
|
977
|
-
pending:
|
978
|
+
pending: Εκκρεμεί
|
978
979
|
rejected: Απορρίφθηκε
|
979
980
|
verified: Επαληθεύτηκε
|
980
981
|
verify_via_csv: Επαλήθευση μέσω CSV
|
data/config/locales/en.yml
CHANGED
@@ -106,6 +106,8 @@ en:
|
|
106
106
|
participatory_space_private_user:
|
107
107
|
email: Email
|
108
108
|
name: Name
|
109
|
+
participatory_space_private_user_csv_import:
|
110
|
+
file: File
|
109
111
|
scope:
|
110
112
|
code: Code
|
111
113
|
name: Name
|
@@ -358,7 +360,7 @@ en:
|
|
358
360
|
title: Verification conflicts
|
359
361
|
transfer:
|
360
362
|
email: Email
|
361
|
-
error: There was a problem
|
363
|
+
error: There was a problem transferring the current participant to managed participant.
|
362
364
|
name: Name
|
363
365
|
reason: Reason
|
364
366
|
success: The current transfer has been successfully completed.
|
@@ -720,6 +722,11 @@ en:
|
|
720
722
|
report_language: Report language
|
721
723
|
report_reason: Reason
|
722
724
|
title: Report details
|
725
|
+
new_import:
|
726
|
+
accepted_mime_types:
|
727
|
+
csv: CSV
|
728
|
+
json: JSON
|
729
|
+
xlsx: XLSX
|
723
730
|
newsletter_templates:
|
724
731
|
index:
|
725
732
|
preview_template: Preview
|
data/config/locales/eo.yml
CHANGED
data/config/locales/es-MX.yml
CHANGED
@@ -106,6 +106,8 @@ es-MX:
|
|
106
106
|
participatory_space_private_user:
|
107
107
|
email: Correo electrónico
|
108
108
|
name: Nombre
|
109
|
+
participatory_space_private_user_csv_import:
|
110
|
+
file: Archivo
|
109
111
|
scope:
|
110
112
|
code: Código
|
111
113
|
name: Nombre
|
@@ -358,7 +360,7 @@ es-MX:
|
|
358
360
|
title: Conflictos de verificación
|
359
361
|
transfer:
|
360
362
|
email: Correo electrónico
|
361
|
-
error:
|
363
|
+
error: Se ha producido un error transfiriendo la participante actual a una participante gestionada.
|
362
364
|
name: Nombre
|
363
365
|
reason: Motivo
|
364
366
|
success: La transferencia actual se ha completado correctamente.
|
@@ -645,7 +647,7 @@ es-MX:
|
|
645
647
|
plural: Plural
|
646
648
|
share_token:
|
647
649
|
fields:
|
648
|
-
created_at:
|
650
|
+
created_at: Fecha de creación
|
649
651
|
expires_at: Caduca el
|
650
652
|
last_used_at: Último uso
|
651
653
|
times_used: Veces utilizado
|
@@ -668,11 +670,11 @@ es-MX:
|
|
668
670
|
name: Usuario
|
669
671
|
user_group:
|
670
672
|
fields:
|
671
|
-
actions:
|
673
|
+
actions: Comportamiento
|
672
674
|
created_at: Fecha de creación
|
673
675
|
document_number: Número del documento
|
674
676
|
name: Nombre
|
675
|
-
nickname:
|
677
|
+
nickname: Apodo
|
676
678
|
phone: Teléfono
|
677
679
|
state: Estado
|
678
680
|
users_count: Número de usuarios
|
@@ -720,6 +722,11 @@ es-MX:
|
|
720
722
|
report_language: Idioma del informe
|
721
723
|
report_reason: Motivo
|
722
724
|
title: Detalles del informe
|
725
|
+
new_import:
|
726
|
+
accepted_mime_types:
|
727
|
+
csv: CSV
|
728
|
+
json: JSON
|
729
|
+
xlsx: XLSX
|
723
730
|
newsletter_templates:
|
724
731
|
index:
|
725
732
|
preview_template: Previsualizar
|
@@ -763,7 +770,7 @@ es-MX:
|
|
763
770
|
confirm_deliver: '¿Estás seguro de que quieres enviar este boletín? Esta acción no se puede deshacer.'
|
764
771
|
deliver: Enviar boletín
|
765
772
|
followers_help: Envía el boletín de noticias a todas las participantes confirmadas que sigan cualquier espacio participativo seleccionado en la lista.
|
766
|
-
none:
|
773
|
+
none: Ninguna
|
767
774
|
participants_help: Envía el boletín de noticias a todas las participantes confirmadas que hayan participado en cualquier espacio participativo seleccionado de la lista.
|
768
775
|
recipients_count: Este boletín se enviará a <strong id='recipients_count'>%{count}</strong> usuarias.
|
769
776
|
scopes_help: Envía el boletín de noticias a las participantes que tengan cualquiera de los ámbitos activados en su configuración de "Mis intereses".
|
data/config/locales/es-PY.yml
CHANGED
@@ -106,6 +106,8 @@ es-PY:
|
|
106
106
|
participatory_space_private_user:
|
107
107
|
email: Correo electrónico
|
108
108
|
name: Nombre
|
109
|
+
participatory_space_private_user_csv_import:
|
110
|
+
file: Archivo
|
109
111
|
scope:
|
110
112
|
code: Código
|
111
113
|
name: Nombre
|
@@ -358,7 +360,7 @@ es-PY:
|
|
358
360
|
title: Conflictos de verificación
|
359
361
|
transfer:
|
360
362
|
email: Correo electrónico
|
361
|
-
error:
|
363
|
+
error: Se ha producido un error transfiriendo la participante actual a una participante gestionada.
|
362
364
|
name: Nombre
|
363
365
|
reason: Motivo
|
364
366
|
success: La transferencia actual se ha completado correctamente.
|
@@ -645,7 +647,7 @@ es-PY:
|
|
645
647
|
plural: Plural
|
646
648
|
share_token:
|
647
649
|
fields:
|
648
|
-
created_at:
|
650
|
+
created_at: Fecha de creación
|
649
651
|
expires_at: Caduca el
|
650
652
|
last_used_at: Último uso
|
651
653
|
times_used: Veces utilizado
|
@@ -668,11 +670,11 @@ es-PY:
|
|
668
670
|
name: Usuario
|
669
671
|
user_group:
|
670
672
|
fields:
|
671
|
-
actions:
|
673
|
+
actions: Comportamiento
|
672
674
|
created_at: Fecha de creación
|
673
675
|
document_number: Número del documento
|
674
676
|
name: Nombre
|
675
|
-
nickname:
|
677
|
+
nickname: Apodo
|
676
678
|
phone: Teléfono
|
677
679
|
state: Estado
|
678
680
|
users_count: Número de usuarios
|
@@ -720,6 +722,11 @@ es-PY:
|
|
720
722
|
report_language: Idioma del informe
|
721
723
|
report_reason: Motivo
|
722
724
|
title: Detalles del informe
|
725
|
+
new_import:
|
726
|
+
accepted_mime_types:
|
727
|
+
csv: CSV
|
728
|
+
json: JSON
|
729
|
+
xlsx: XLSX
|
723
730
|
newsletter_templates:
|
724
731
|
index:
|
725
732
|
preview_template: Previsualizar
|
@@ -763,7 +770,7 @@ es-PY:
|
|
763
770
|
confirm_deliver: '¿Estás seguro de que quieres enviar este boletín? Esta acción no se puede deshacer.'
|
764
771
|
deliver: Enviar boletín
|
765
772
|
followers_help: Envía el boletín de noticias a todas las participantes confirmadas que sigan cualquier espacio participativo seleccionado en la lista.
|
766
|
-
none:
|
773
|
+
none: Ninguna
|
767
774
|
participants_help: Envía el boletín de noticias a todas las participantes confirmadas que hayan participado en cualquier espacio participativo seleccionado de la lista.
|
768
775
|
recipients_count: Este boletín se enviará a <strong id='recipients_count'>%{count}</strong> usuarias.
|
769
776
|
scopes_help: Envía el boletín de noticias a las participantes que tengan cualquiera de los ámbitos activados en su configuración de "Mis intereses".
|
data/config/locales/es.yml
CHANGED
@@ -106,6 +106,8 @@ es:
|
|
106
106
|
participatory_space_private_user:
|
107
107
|
email: Correo electrónico
|
108
108
|
name: Nombre
|
109
|
+
participatory_space_private_user_csv_import:
|
110
|
+
file: Archivo
|
109
111
|
scope:
|
110
112
|
code: Código
|
111
113
|
name: Nombre
|
@@ -358,7 +360,7 @@ es:
|
|
358
360
|
title: Conflictos de verificación
|
359
361
|
transfer:
|
360
362
|
email: Correo electrónico
|
361
|
-
error:
|
363
|
+
error: Se ha producido un error transfiriendo la participante actual a una participante gestionada.
|
362
364
|
name: Nombre
|
363
365
|
reason: Motivo
|
364
366
|
success: La transferencia actual se ha completado correctamente.
|
@@ -645,7 +647,7 @@ es:
|
|
645
647
|
plural: Plural
|
646
648
|
share_token:
|
647
649
|
fields:
|
648
|
-
created_at:
|
650
|
+
created_at: Fecha de creación
|
649
651
|
expires_at: Caduca el
|
650
652
|
last_used_at: Último uso
|
651
653
|
times_used: Veces utilizado
|
@@ -720,6 +722,11 @@ es:
|
|
720
722
|
report_language: Idioma del informe
|
721
723
|
report_reason: Motivo
|
722
724
|
title: Detalles del informe
|
725
|
+
new_import:
|
726
|
+
accepted_mime_types:
|
727
|
+
csv: CSV
|
728
|
+
json: JSON
|
729
|
+
xlsx: XLSX
|
723
730
|
newsletter_templates:
|
724
731
|
index:
|
725
732
|
preview_template: Previsualizar
|
@@ -763,7 +770,7 @@ es:
|
|
763
770
|
confirm_deliver: '¿Seguro que quieres enviar este boletín? Esta acción no se puede deshacer.'
|
764
771
|
deliver: Enviar boletín
|
765
772
|
followers_help: Envía el boletín de noticias a todas las participantes confirmadas que sigan cualquier espacio participativo seleccionado en la lista.
|
766
|
-
none:
|
773
|
+
none: Ninguna
|
767
774
|
participants_help: Envía el boletín de noticias a todas las participantes confirmadas que hayan participado en cualquier espacio participativo seleccionado de la lista.
|
768
775
|
recipients_count: Este boletín se enviará a <strong id='recipients_count'>%{count}</strong> usuarias.
|
769
776
|
scopes_help: Envía el boletín de noticias a las participantes que tengan cualquiera de los ámbitos activados en su configuración de "Mis intereses".
|