decidim-core 0.28.1 → 0.28.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/address/online.erb +2 -2
- data/app/cells/decidim/address_cell.rb +4 -0
- data/app/cells/decidim/announcement/show.erb +2 -2
- data/app/cells/decidim/author/show.erb +5 -5
- data/app/cells/decidim/card/show.erb +1 -1
- data/app/cells/decidim/card_g/show.erb +1 -1
- data/app/cells/decidim/card_g_cell.rb +5 -2
- data/app/cells/decidim/card_l/image.erb +2 -2
- data/app/cells/decidim/card_l_cell.rb +5 -2
- data/app/cells/decidim/card_metadata/show.erb +2 -2
- data/app/cells/decidim/content_blocks/hero_cell.rb +1 -1
- data/app/cells/decidim/content_blocks/highlighted_content_banner/show.erb +1 -1
- data/app/cells/decidim/content_blocks/participatory_space_hero_cell.rb +2 -2
- data/app/cells/decidim/data_consent/category.erb +1 -1
- data/app/cells/decidim/nav_links/show.erb +2 -2
- data/app/cells/decidim/notification/moderated.erb +12 -0
- data/app/cells/decidim/notification_cell.rb +5 -1
- data/app/cells/decidim/profile/details.erb +1 -1
- data/app/cells/decidim/progress_bar/show.erb +1 -1
- data/app/cells/decidim/progress_bar_cell.rb +2 -0
- data/app/cells/decidim/report_button/flag_modal.erb +5 -1
- data/app/cells/decidim/resource_types_filter/show.erb +3 -3
- data/app/cells/decidim/statistic/show.erb +2 -2
- data/app/cells/decidim/upload_modal/modal.erb +3 -4
- data/app/commands/decidim/create_omniauth_registration.rb +10 -4
- data/app/controllers/concerns/decidim/devise_controllers.rb +1 -0
- data/app/controllers/concerns/decidim/force_authentication.rb +1 -1
- data/app/controllers/concerns/decidim/paginable.rb +1 -1
- data/app/controllers/concerns/decidim/use_organization_time_zone.rb +1 -1
- data/app/controllers/decidim/application_controller.rb +1 -0
- data/app/controllers/decidim/gamification/badges_controller.rb +2 -0
- data/app/controllers/decidim/links_controller.rb +15 -2
- data/app/helpers/concerns/decidim/flash_helper_extensions.rb +2 -2
- data/app/helpers/decidim/check_boxes_tree_helper.rb +1 -2
- data/app/helpers/decidim/paginate_helper.rb +3 -5
- data/app/mailers/decidim/application_mailer.rb +40 -6
- data/app/models/decidim/attachment.rb +3 -3
- data/app/models/decidim/component.rb +4 -1
- data/app/models/decidim/content_block.rb +2 -2
- data/app/models/decidim/user.rb +12 -12
- data/app/packs/src/decidim/a11y.js +14 -0
- data/app/packs/src/decidim/abide_form_validator_fixer.js +44 -0
- data/app/packs/src/decidim/direct_uploads/upload_modal.js +2 -6
- data/app/packs/src/decidim/index.js +29 -1
- data/app/packs/src/decidim/input_character_counter.js +1 -1
- data/app/packs/stylesheets/decidim/_accordion.scss +2 -2
- data/app/packs/stylesheets/decidim/_cards.scss +2 -2
- data/app/packs/stylesheets/decidim/_dropdown.scss +9 -9
- data/app/packs/stylesheets/decidim/_forms.scss +4 -4
- data/app/packs/stylesheets/decidim/_layout.scss +3 -3
- data/app/packs/stylesheets/decidim/_modal_update.scss +1 -3
- data/app/packs/stylesheets/decidim/_tooltip.scss +10 -10
- data/app/packs/stylesheets/decidim/editor.scss +1 -1
- data/app/presenters/decidim/admin_log/organization_presenter.rb +1 -1
- data/app/presenters/decidim/log/resource_presenter.rb +7 -1
- data/app/services/decidim/download_your_data_exporter.rb +36 -25
- data/app/services/decidim/log/diff_changeset_calculator.rb +1 -1
- data/app/services/decidim/open_data_exporter.rb +8 -7
- data/app/views/decidim/account/show.html.erb +2 -2
- data/app/views/decidim/application/_document.html.erb +2 -2
- data/app/views/decidim/endorsements/update_buttons_and_counters.js.erb +2 -1
- data/app/views/decidim/gamification/badges/index.html.erb +34 -33
- data/app/views/decidim/links/_modal.html.erb +1 -1
- data/app/views/decidim/links/new.html.erb +3 -1
- data/app/views/decidim/manifests/show.json.erb +5 -5
- data/app/views/decidim/messaging/conversations/create.js.erb +1 -1
- data/app/views/decidim/notifications_settings/show.html.erb +6 -6
- data/app/views/decidim/pages/_tabbed.html.erb +2 -2
- data/app/views/decidim/searches/_filters.html.erb +2 -2
- data/app/views/decidim/shared/_filters.html.erb +2 -2
- data/app/views/decidim/shared/_orders.html.erb +2 -2
- data/app/views/decidim/shared/filters/_collection.html.erb +5 -3
- data/app/views/decidim/shared/filters/_dropdown_label.html.erb +21 -19
- data/app/views/layouts/decidim/_logo.html.erb +1 -1
- data/app/views/layouts/decidim/_wrapper.html.erb +1 -1
- data/app/views/layouts/decidim/footer/_main_intro.html.erb +1 -1
- data/app/views/layouts/decidim/footer/_main_links.html.erb +3 -1
- data/app/views/layouts/decidim/header/_main_links_desktop.html.erb +5 -3
- data/app/views/layouts/decidim/header/_main_links_mobile_account.html.erb +1 -1
- data/app/views/layouts/decidim/header/_menu_breadcrumb_items.html.erb +2 -0
- data/app/views/layouts/decidim/shared/_layout_user_profile.html.erb +2 -2
- data/config/locales/ar.yml +1 -5
- data/config/locales/bg.yml +878 -1
- data/config/locales/ca.yml +5 -3
- data/config/locales/cs.yml +3 -1
- data/config/locales/de.yml +3 -1
- data/config/locales/el.yml +8 -1
- data/config/locales/en.yml +3 -1
- data/config/locales/es-MX.yml +8 -6
- data/config/locales/es-PY.yml +8 -6
- data/config/locales/es.yml +32 -30
- data/config/locales/eu.yml +4 -2
- data/config/locales/fi-plain.yml +6 -4
- data/config/locales/fi.yml +32 -30
- data/config/locales/fr-CA.yml +2 -0
- data/config/locales/fr.yml +2 -0
- data/config/locales/ga-IE.yml +8 -0
- data/config/locales/gl.yml +1 -0
- data/config/locales/hu.yml +1 -2
- data/config/locales/is-IS.yml +3 -0
- data/config/locales/it.yml +7 -1
- data/config/locales/ja.yml +3 -1
- data/config/locales/kaa.yml +5 -0
- data/config/locales/lb.yml +7 -1
- data/config/locales/lt.yml +8 -2
- data/config/locales/lv.yml +8 -1
- data/config/locales/nl.yml +7 -1
- data/config/locales/no.yml +7 -1
- data/config/locales/pl.yml +35 -0
- data/config/locales/pt-BR.yml +0 -1
- data/config/locales/pt.yml +7 -1
- data/config/locales/ro-RO.yml +8 -0
- data/config/locales/ru.yml +8 -0
- data/config/locales/sk.yml +8 -1
- data/config/locales/sl.yml +8 -0
- data/config/locales/sv.yml +132 -88
- data/config/locales/tr-TR.yml +21 -4
- data/config/locales/uk.yml +10 -0
- data/config/locales/zh-CN.yml +0 -1
- data/config/locales/zh-TW.yml +8 -1
- data/db/migrate/20181025082245_add_timestamps_to_components.rb +5 -1
- data/decidim-core.gemspec +0 -1
- data/lib/decidim/asset_router/storage.rb +214 -11
- data/lib/decidim/core/engine.rb +8 -0
- data/lib/decidim/core/seeds.rb +1 -1
- data/lib/decidim/core/test/shared_examples/attachable_interface_examples.rb +1 -1
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +76 -6
- data/lib/decidim/core/test/shared_examples/follows_examples.rb +8 -3
- data/lib/decidim/core/test/shared_examples/logo_email.rb +2 -2
- data/lib/decidim/core/test/shared_examples/paginated_resource_examples.rb +5 -5
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/core.rb +6 -1
- data/lib/decidim/events/base_event.rb +4 -0
- data/lib/decidim/organization_settings.rb +10 -2
- data/lib/decidim/seven_zip_wrapper.rb +29 -0
- data/lib/tasks/upgrade/decidim_fix_categorization.rake +101 -1
- metadata +13 -25
- data/app/services/decidim/zip_stream/writer.rb +0 -39
data/config/locales/ca.yml
CHANGED
@@ -533,8 +533,8 @@ ca:
|
|
533
533
|
html_content: Contingut HTML
|
534
534
|
name: Bloc HTML
|
535
535
|
last_activity:
|
536
|
-
name:
|
537
|
-
title:
|
536
|
+
name: Darrera activitat
|
537
|
+
title: Darrera activitat
|
538
538
|
view_all: Veure-ho tot
|
539
539
|
last_activity_settings_form:
|
540
540
|
max_last_activity_users: Número màxim d'avatars de participants amb activitat recent a mostrar
|
@@ -913,6 +913,7 @@ ca:
|
|
913
913
|
filename: Nom del fitxer
|
914
914
|
remove: Eliminar
|
915
915
|
replace: Reemplaçar
|
916
|
+
save: Desar
|
916
917
|
title: Títol
|
917
918
|
title_required: Un títol és necessari!
|
918
919
|
uploaded: Pujat
|
@@ -1040,7 +1041,7 @@ ca:
|
|
1040
1041
|
last_activities:
|
1041
1042
|
all: Tots els tipus d'activitats
|
1042
1043
|
index:
|
1043
|
-
last_activity:
|
1044
|
+
last_activity: Darrera activitat
|
1044
1045
|
name: Darreres activitats
|
1045
1046
|
no_activities_warning: No hi ha res a mostrar per a aquest tipus d'activitat.
|
1046
1047
|
linked_resource_from:
|
@@ -1235,6 +1236,7 @@ ca:
|
|
1235
1236
|
no_notifications: Encara no hi ha notificacions.
|
1236
1237
|
show:
|
1237
1238
|
missing_event: Vaja, aquesta notificació pertany a un element que ja no està disponible. Pots descartar-la.
|
1239
|
+
moderated: Contingut moderat
|
1238
1240
|
notifications_digest_mailer:
|
1239
1241
|
header:
|
1240
1242
|
daily: Resum diari de notificacions
|
data/config/locales/cs.yml
CHANGED
@@ -388,7 +388,7 @@ cs:
|
|
388
388
|
'1': Vytvořte svůj pozměňovací návrh
|
389
389
|
'2': Porovnejte váš pozměňovací návrh
|
390
390
|
'3': Dokončete váš pozměňovací návrh
|
391
|
-
'4':
|
391
|
+
'4': Publikovat svůj pozměňovací návrh
|
392
392
|
anonymous_user: Anonymní
|
393
393
|
application:
|
394
394
|
document:
|
@@ -956,6 +956,7 @@ cs:
|
|
956
956
|
filename: Název souboru
|
957
957
|
remove: Odebrat
|
958
958
|
replace: Nahradit
|
959
|
+
save: Uložit
|
959
960
|
title: Název
|
960
961
|
title_required: Název je povinný!
|
961
962
|
uploaded: Nahráno
|
@@ -1278,6 +1279,7 @@ cs:
|
|
1278
1279
|
no_notifications: Zatím žádné oznámení.
|
1279
1280
|
show:
|
1280
1281
|
missing_event: Jejda, toto oznámení patří k položce, která již není k dispozici. Můžete ho zahodit.
|
1282
|
+
moderated: Obsah upraven
|
1281
1283
|
notifications_digest_mailer:
|
1282
1284
|
header:
|
1283
1285
|
daily: Denní výběr oznámení
|
data/config/locales/de.yml
CHANGED
@@ -360,7 +360,7 @@ de:
|
|
360
360
|
'1': Erstellen Sie Ihre Änderung
|
361
361
|
'2': Vergleichen Sie Ihren Änderungsvorschlag
|
362
362
|
'3': Vervollständigen Sie Ihren Änderungsvorschlag
|
363
|
-
'4':
|
363
|
+
'4': Änderung veröffentlichen
|
364
364
|
anonymous_user: Anonym
|
365
365
|
application:
|
366
366
|
document:
|
@@ -918,6 +918,7 @@ de:
|
|
918
918
|
filename: Dateiname
|
919
919
|
remove: Entfernen
|
920
920
|
replace: Ersetzen
|
921
|
+
save: Speichern
|
921
922
|
title: Titel
|
922
923
|
title_required: Titel ist erforderlich!
|
923
924
|
uploaded: Hochgeladen
|
@@ -1240,6 +1241,7 @@ de:
|
|
1240
1241
|
no_notifications: Noch keine Benachrichtigungen
|
1241
1242
|
show:
|
1242
1243
|
missing_event: Hoppla, diese Benachrichtigung gehört zu einem Artikel, der nicht mehr verfügbar ist. Du kannst sie verwerfen.
|
1244
|
+
moderated: Inhalt moderiert
|
1243
1245
|
notifications_digest_mailer:
|
1244
1246
|
header:
|
1245
1247
|
daily: Tägliche Zusammenfassung
|
data/config/locales/el.yml
CHANGED
@@ -284,7 +284,6 @@ el:
|
|
284
284
|
'1': Δημιουργήστε την τροποποίησή σας
|
285
285
|
'2': Συγκρίνετε την τροποποίησή σας
|
286
286
|
'3': Ολοκληρώστε την τροποποίησή σας
|
287
|
-
'4': Δημοσιεύστε την τροποποίησή σας
|
288
287
|
anonymous_user: Ανώνυμη
|
289
288
|
application:
|
290
289
|
document:
|
@@ -476,6 +475,7 @@ el:
|
|
476
475
|
registrations:
|
477
476
|
new:
|
478
477
|
already_have_an_account?: Έχετε ήδη λογαριασμό;
|
478
|
+
log_in: Σύνδεση
|
479
479
|
newsletter: Λάβετε ένα περιστασιακό ενημερωτικό δελτίο με σχετικές πληροφορίες
|
480
480
|
newsletter_title: Άδεια επικοινωνίας
|
481
481
|
sign_up: Εγγραφή
|
@@ -1338,10 +1338,14 @@ el:
|
|
1338
1338
|
signed_up_but_unconfirmed: Ένα μήνυμα με σύνδεσμο επιβεβαίωσης έχει σταλεί στη διεύθυνση email σας. Ακολουθήστε τον σύνδεσμο για να ενεργοποιήσετε τον λογαριασμό σας.
|
1339
1339
|
update_needs_confirmation: Ενημερώσατε τον λογαριασμό σας με επιτυχία, αλλά πρέπει να επαληθεύσουμε τη νέα σας διεύθυνση email. Ελέγξτε το email σας και ακολουθήστε τον σύνδεσμο επιβεβαίωσης για να επιβεβαιώσετε τη νέα σας διεύθυνση email.
|
1340
1340
|
updated: Ο λογαριασμός σας ενημερώθηκε με επιτυχία.
|
1341
|
+
sessions:
|
1342
|
+
new:
|
1343
|
+
log_in: Σύνδεση
|
1341
1344
|
shared:
|
1342
1345
|
links:
|
1343
1346
|
back: Πίσω
|
1344
1347
|
forgot_your_password: Ξεχάσατε τον κωδικό πρόσβασής σας;
|
1348
|
+
log_in: Σύνδεση
|
1345
1349
|
sign_up: Εγγραφή
|
1346
1350
|
minimum_password_length:
|
1347
1351
|
one: "(%{count} χαρακτήρας ελάχιστο)"
|
@@ -1389,8 +1393,11 @@ el:
|
|
1389
1393
|
cc_by_license: Άδεια Creative Commons
|
1390
1394
|
decidim_logo: Λογότυπο decidim
|
1391
1395
|
download_open_data: Λήψη αρχείων Open Data
|
1396
|
+
log_in: Σύνδεση
|
1392
1397
|
made_with_open_source: Ο ιστότοπος δημιουργήθηκε με <a target="_blank" href="https://github.com/decidim/decidim">δωρεάν λογισμικό</a>.
|
1393
1398
|
sign_up: Εγγραφή
|
1399
|
+
header:
|
1400
|
+
log_in: Σύνδεση
|
1394
1401
|
impersonation_warning:
|
1395
1402
|
close_session: Κλείσιμο συνεδρίας
|
1396
1403
|
description_html: Διαχειρίζεστε τον συμμετέχοντα <b>%{user_name}</b>.
|
data/config/locales/en.yml
CHANGED
@@ -920,6 +920,7 @@ en:
|
|
920
920
|
filename: Filename
|
921
921
|
remove: Remove
|
922
922
|
replace: Replace
|
923
|
+
save: Save
|
923
924
|
title: Title
|
924
925
|
title_required: Title is required!
|
925
926
|
uploaded: Uploaded
|
@@ -1242,6 +1243,7 @@ en:
|
|
1242
1243
|
no_notifications: No notifications yet.
|
1243
1244
|
show:
|
1244
1245
|
missing_event: Oops, this notification belongs to an item that is no longer available. You can discard it.
|
1246
|
+
moderated: Content moderated
|
1245
1247
|
notifications_digest_mailer:
|
1246
1248
|
header:
|
1247
1249
|
daily: Daily Notification Digest
|
@@ -1448,7 +1450,7 @@ en:
|
|
1448
1450
|
past: Past
|
1449
1451
|
filters_small_view:
|
1450
1452
|
filter: Filter
|
1451
|
-
filter_and_search: Filter and
|
1453
|
+
filter_and_search: Filter and search
|
1452
1454
|
filter_by: Filter by
|
1453
1455
|
results:
|
1454
1456
|
view_all: View all (%{count})
|
data/config/locales/es-MX.yml
CHANGED
@@ -360,7 +360,7 @@ es-MX:
|
|
360
360
|
'1': Crea tu enmienda
|
361
361
|
'2': Compara tu enmienda
|
362
362
|
'3': Completa tu enmienda
|
363
|
-
'4':
|
363
|
+
'4': Publica tu enmienda
|
364
364
|
anonymous_user: Anónimo
|
365
365
|
application:
|
366
366
|
document:
|
@@ -591,7 +591,7 @@ es-MX:
|
|
591
591
|
username_help: Nombre público que aparece en tus mensajes. Con el objetivo de garantizar el anonimato, puede ser cualquier nombre.
|
592
592
|
registrations:
|
593
593
|
create:
|
594
|
-
error:
|
594
|
+
error: Se ha producido un error al crear tu cuenta.
|
595
595
|
new:
|
596
596
|
already_have_an_account?: '¿Ya tienes una cuenta?'
|
597
597
|
log_in: Entra
|
@@ -916,6 +916,7 @@ es-MX:
|
|
916
916
|
filename: Nombre del archivo
|
917
917
|
remove: Eliminar
|
918
918
|
replace: Reemplazar
|
919
|
+
save: Guardar
|
919
920
|
title: Título
|
920
921
|
title_required: '¡Se requiere un título!'
|
921
922
|
uploaded: Subido
|
@@ -1238,6 +1239,7 @@ es-MX:
|
|
1238
1239
|
no_notifications: No hay notificaciones aún.
|
1239
1240
|
show:
|
1240
1241
|
missing_event: Vaya, esta notificación pertenece a un elemento que ya no está disponible. Puedes descartarla.
|
1242
|
+
moderated: Contenido moderado
|
1241
1243
|
notifications_digest_mailer:
|
1242
1244
|
header:
|
1243
1245
|
daily: Resumen diario de notificaciones
|
@@ -1378,7 +1380,7 @@ es-MX:
|
|
1378
1380
|
manage_user_group_admins: Gestionar administradoras
|
1379
1381
|
manage_user_group_users: Gestionar miembros
|
1380
1382
|
message: Mensaje
|
1381
|
-
resend_email_confirmation_instructions:
|
1383
|
+
resend_email_confirmation_instructions: Reenvía un correo electrónico con las instrucciones de confirmación
|
1382
1384
|
confirmation_instructions_sent: Instrucciones de confirmación enviadas por correo electrónico.
|
1383
1385
|
create_user_group: Crear un grupo
|
1384
1386
|
edit_profile: Editar perfil
|
@@ -1492,7 +1494,7 @@ es-MX:
|
|
1492
1494
|
floating_help:
|
1493
1495
|
help: Ayuda
|
1494
1496
|
follow_button:
|
1495
|
-
log_in_before_follow:
|
1497
|
+
log_in_before_follow: Por favor, inicia sesión antes de realizar esta acción
|
1496
1498
|
login_modal:
|
1497
1499
|
please_log_in: Por favor, inicia la sesión
|
1498
1500
|
sign_up: Regístrate
|
@@ -1807,7 +1809,7 @@ es-MX:
|
|
1807
1809
|
animals-nature: Animales y naturaleza
|
1808
1810
|
custom: Personalizado
|
1809
1811
|
flags: Banderas
|
1810
|
-
food-drink:
|
1812
|
+
food-drink: Comida y bebida
|
1811
1813
|
objects: Objetos
|
1812
1814
|
people-body: Personas y cuerpo
|
1813
1815
|
recents: Usados recientemente
|
@@ -1828,7 +1830,7 @@ es-MX:
|
|
1828
1830
|
errors:
|
1829
1831
|
messages:
|
1830
1832
|
allowed_file_content_types: 'solo se permiten archivos con las siguientes extensiones: %{types}'
|
1831
|
-
already_confirmed: ya ha sido confirmado, por favor,
|
1833
|
+
already_confirmed: ya ha sido confirmado, por favor, intenta iniciar sesión de nuevo
|
1832
1834
|
blank: no puede estar en blanco
|
1833
1835
|
cannot_be_blank: no puede estar en blanco
|
1834
1836
|
confirmation: no coincide con %{attribute}
|
data/config/locales/es-PY.yml
CHANGED
@@ -360,7 +360,7 @@ es-PY:
|
|
360
360
|
'1': Crea tu enmienda
|
361
361
|
'2': Compara tu enmienda
|
362
362
|
'3': Completa tu enmienda
|
363
|
-
'4':
|
363
|
+
'4': Publica tu enmienda
|
364
364
|
anonymous_user: Anónimo
|
365
365
|
application:
|
366
366
|
document:
|
@@ -591,7 +591,7 @@ es-PY:
|
|
591
591
|
username_help: Nombre público que aparece en tus mensajes. Con el objetivo de garantizar el anonimato, puede ser cualquier nombre.
|
592
592
|
registrations:
|
593
593
|
create:
|
594
|
-
error:
|
594
|
+
error: Se ha producido un error al crear tu cuenta.
|
595
595
|
new:
|
596
596
|
already_have_an_account?: '¿Ya tienes una cuenta?'
|
597
597
|
log_in: Entra
|
@@ -916,6 +916,7 @@ es-PY:
|
|
916
916
|
filename: Nombre del archivo
|
917
917
|
remove: Eliminar
|
918
918
|
replace: Reemplazar
|
919
|
+
save: Guardar
|
919
920
|
title: Título
|
920
921
|
title_required: '¡Se requiere un título!'
|
921
922
|
uploaded: Subido
|
@@ -1238,6 +1239,7 @@ es-PY:
|
|
1238
1239
|
no_notifications: No hay notificaciones aún.
|
1239
1240
|
show:
|
1240
1241
|
missing_event: Vaya, esta notificación pertenece a un elemento que ya no está disponible. Puedes descartarla.
|
1242
|
+
moderated: Contenido moderado
|
1241
1243
|
notifications_digest_mailer:
|
1242
1244
|
header:
|
1243
1245
|
daily: Resumen diario de notificaciones
|
@@ -1378,7 +1380,7 @@ es-PY:
|
|
1378
1380
|
manage_user_group_admins: Gestionar administradoras
|
1379
1381
|
manage_user_group_users: Gestionar miembros
|
1380
1382
|
message: Mensaje
|
1381
|
-
resend_email_confirmation_instructions:
|
1383
|
+
resend_email_confirmation_instructions: Reenvía un correo electrónico con las instrucciones de confirmación
|
1382
1384
|
confirmation_instructions_sent: Instrucciones de confirmación enviadas por correo electrónico.
|
1383
1385
|
create_user_group: Crea un grupo
|
1384
1386
|
edit_profile: Editar perfil
|
@@ -1492,7 +1494,7 @@ es-PY:
|
|
1492
1494
|
floating_help:
|
1493
1495
|
help: Ayuda
|
1494
1496
|
follow_button:
|
1495
|
-
log_in_before_follow:
|
1497
|
+
log_in_before_follow: Por favor, inicia sesión antes de realizar esta acción
|
1496
1498
|
login_modal:
|
1497
1499
|
please_log_in: Por favor, inicia la sesión
|
1498
1500
|
sign_up: Regístrate
|
@@ -1807,7 +1809,7 @@ es-PY:
|
|
1807
1809
|
animals-nature: Animales y naturaleza
|
1808
1810
|
custom: Personalizado
|
1809
1811
|
flags: Banderas
|
1810
|
-
food-drink:
|
1812
|
+
food-drink: Comida y bebida
|
1811
1813
|
objects: Objetos
|
1812
1814
|
people-body: Personas y cuerpo
|
1813
1815
|
recents: Usados recientemente
|
@@ -1828,7 +1830,7 @@ es-PY:
|
|
1828
1830
|
errors:
|
1829
1831
|
messages:
|
1830
1832
|
allowed_file_content_types: 'solo se permiten archivos con las siguientes extensiones: %{types}'
|
1831
|
-
already_confirmed: ya ha sido confirmado, por favor,
|
1833
|
+
already_confirmed: ya ha sido confirmado, por favor, intenta iniciar sesión de nuevo
|
1832
1834
|
blank: no puede estar en blanco
|
1833
1835
|
cannot_be_blank: no puede estar en blanco
|
1834
1836
|
confirmation: no coincide con %{attribute}
|
data/config/locales/es.yml
CHANGED
@@ -103,7 +103,7 @@ es:
|
|
103
103
|
half_a_minute: medio minuto
|
104
104
|
less_than_x_minutes:
|
105
105
|
one: hace menos de un minuto
|
106
|
-
other:
|
106
|
+
other: hace menos de %{count} minutos
|
107
107
|
less_than_x_seconds:
|
108
108
|
one: hace menos de un segundo
|
109
109
|
other: hace menos de %{count} segundos
|
@@ -357,7 +357,7 @@ es:
|
|
357
357
|
'1': Crea tu enmienda
|
358
358
|
'2': Compara tu enmienda
|
359
359
|
'3': Completa tu enmienda
|
360
|
-
'4':
|
360
|
+
'4': Publica tu enmienda
|
361
361
|
anonymous_user: Anónima
|
362
362
|
application:
|
363
363
|
document:
|
@@ -431,7 +431,7 @@ es:
|
|
431
431
|
ok:
|
432
432
|
title: Has sido autorizada mientras estás en esta página. Por favor, vuelve a cargar la página para realizar tu acción.
|
433
433
|
pending:
|
434
|
-
explanation: Para realizar esta acción, debes estar autorizada con "%{authorization}", pero tu autorización todavía está en
|
434
|
+
explanation: Para realizar esta acción, debes estar autorizada con "%{authorization}", pero tu autorización todavía está en curso.
|
435
435
|
resume: Comprueba el progreso de tu autorización "%{authorization}".
|
436
436
|
title: La autorización aún está en progreso
|
437
437
|
unauthorized:
|
@@ -588,7 +588,7 @@ es:
|
|
588
588
|
username_help: Nombre público que aparece en tus aportaciones. Con el objetivo de garantizar el anonimato, puede ser cualquier nombre.
|
589
589
|
registrations:
|
590
590
|
create:
|
591
|
-
error:
|
591
|
+
error: Se ha producido un error al crear tu cuenta.
|
592
592
|
new:
|
593
593
|
already_have_an_account?: '¿Ya tienes una cuenta?'
|
594
594
|
log_in: Entra
|
@@ -618,7 +618,7 @@ es:
|
|
618
618
|
Por favor, considera volver a marcar la casilla de selección del boletín a continuación.<br>
|
619
619
|
Es muy importante para nosotras que puedas recibir correos electrónicos ocasionales para hacer avisos importantes, siempre puedes cambiar esto en la página de configuración de notificaciones.</p>
|
620
620
|
<p>Si no marcas la casilla, es posible que te pierdas información relevante sobre nuevas oportunidades de participación dentro de la plataforma.<br>
|
621
|
-
Si aún deseas evitar recibir boletines, entendemos perfectamente tu decisión.</p>
|
621
|
+
Si aún así deseas evitar recibir boletines, entendemos perfectamente tu decisión.</p>
|
622
622
|
<p>¡Gracias por leer esto!</p>
|
623
623
|
title: Notificaciones de boletines
|
624
624
|
omniauth_buttons:
|
@@ -633,7 +633,7 @@ es:
|
|
633
633
|
authorizations:
|
634
634
|
new:
|
635
635
|
authorize: Autoriza la aplicación
|
636
|
-
by_organization_link_html:
|
636
|
+
by_organization_link_html: por %{link}
|
637
637
|
cancel: Cancelar
|
638
638
|
connect_your_account_html: Conecta tu cuenta iniciando sesión en %{organization}>.
|
639
639
|
publish_content: Publique contenido para tí
|
@@ -643,7 +643,7 @@ es:
|
|
643
643
|
this_application_will_be_able_to: 'Esta aplicación podrá:'
|
644
644
|
this_application_will_not_be_able_to: 'Esta aplicación no podrá:'
|
645
645
|
update_profile: Actualiza tu perfil
|
646
|
-
wants_to_use_your_account_html: "
|
646
|
+
wants_to_use_your_account_html: "%{application_name} quiere usar tu cuenta"
|
647
647
|
download_your_data:
|
648
648
|
export:
|
649
649
|
ready: Listo
|
@@ -656,8 +656,8 @@ es:
|
|
656
656
|
request_data: Solicita datos
|
657
657
|
editor_images:
|
658
658
|
create:
|
659
|
-
error: Error al
|
660
|
-
success: Imagen
|
659
|
+
error: Error al subir la imagen.
|
660
|
+
success: Imagen subida correctamente.
|
661
661
|
drag_and_drop_help: Puedes añadir imágenes arrastrando y soltándolas o también pegándolas.
|
662
662
|
endorsement_buttons_cell:
|
663
663
|
already_endorsed: No me gusta
|
@@ -852,7 +852,7 @@ es:
|
|
852
852
|
result: Resultados
|
853
853
|
fingerprint:
|
854
854
|
check: Verificar huella digital
|
855
|
-
explanation: La siguiente cadena de texto es una representación abreviada y
|
855
|
+
explanation: La siguiente cadena de texto es una representación abreviada y encriptada de este contenido. Es útil para garantizar que el contenido no haya sido alterado, ya que una única modificación daría lugar a un valor totalmente diferente.
|
856
856
|
online_calculator_name: Calculadora MD5 en línea
|
857
857
|
replicate_help: Esta huella digital se calcula utilizando un algoritmo hash SHA256. Para poder replicarlo tú mismo, puedes usar una %{online_calculator_link} y copiar y pegar los datos de origen.
|
858
858
|
source: Origen
|
@@ -913,6 +913,7 @@ es:
|
|
913
913
|
filename: Nombre del archivo
|
914
914
|
remove: Eliminar
|
915
915
|
replace: Reemplazar
|
916
|
+
save: Guardar
|
916
917
|
title: Título
|
917
918
|
title_required: '¡Se requiere un título!'
|
918
919
|
uploaded: Subido
|
@@ -1142,7 +1143,7 @@ es:
|
|
1142
1143
|
index:
|
1143
1144
|
new_conversation: Nueva conversación
|
1144
1145
|
next: Siguiente
|
1145
|
-
no_conversations: Aún no tienes ninguna
|
1146
|
+
no_conversations: Aún no tienes ninguna conversación.
|
1146
1147
|
title: Conversaciones
|
1147
1148
|
reply_form:
|
1148
1149
|
placeholder: Tu respuesta...
|
@@ -1235,6 +1236,7 @@ es:
|
|
1235
1236
|
no_notifications: Aún no hay notificaciones.
|
1236
1237
|
show:
|
1237
1238
|
missing_event: Vaya, esta notificación pertenece a un elemento que ya no está disponible. Puedes descartarla.
|
1239
|
+
moderated: Contenido moderado
|
1238
1240
|
notifications_digest_mailer:
|
1239
1241
|
header:
|
1240
1242
|
daily: Resumen diario de notificaciones
|
@@ -1250,7 +1252,7 @@ es:
|
|
1250
1252
|
show:
|
1251
1253
|
administrators: Administradoras
|
1252
1254
|
allow_public_contact: Permitir que cualquier participante me envíe un mensaje directo, incluso si no la sigo.
|
1253
|
-
allow_push_notifications:
|
1255
|
+
allow_push_notifications: Recibe notificaciones emergentes para estar al día de lo que pasa en la plataforma. Puedes desactivarlas en cualquier momento.
|
1254
1256
|
direct_messages: Recibir mensajes directos de cualquiera
|
1255
1257
|
email_on_moderations: Quiero recibir un correo electrónico cada vez que se reporta algo o a alguien para moderación.
|
1256
1258
|
everything_followed: Todo lo que sigo
|
@@ -1266,7 +1268,7 @@ es:
|
|
1266
1268
|
notifications_sending_frequency: '¿Con qué frecuencia quieres recibir el correo resumen de notificaciones?'
|
1267
1269
|
own_activity: Mi propia actividad, como cuando alguien comenta en mi propuesta o me menciona
|
1268
1270
|
push_notifications: Notificaciones emergentes
|
1269
|
-
push_notifications_reminder: Para
|
1271
|
+
push_notifications_reminder: Para recibir notificaciones de la plataforma, primero tienes que permitirlas en la configuración de tu navegador.
|
1270
1272
|
receive_notifications_about: Quiero recibir notificaciones
|
1271
1273
|
update_notifications_settings: Guardar cambios
|
1272
1274
|
update:
|
@@ -1316,7 +1318,7 @@ es:
|
|
1316
1318
|
participatory_space:
|
1317
1319
|
metrics:
|
1318
1320
|
headline: Métricas
|
1319
|
-
link:
|
1321
|
+
link: Mostrar todas
|
1320
1322
|
terms_of_service:
|
1321
1323
|
accept:
|
1322
1324
|
error: Se ha producido un error al aceptar los términos y condiciones de uso.
|
@@ -1331,14 +1333,14 @@ es:
|
|
1331
1333
|
modal_button: Rechazar los términos y condiciones de uso
|
1332
1334
|
modal_title: '¿Confirmas que no aceptas los términos y condiciones de uso actualizados?'
|
1333
1335
|
required_review:
|
1334
|
-
alert: Hemos actualizado nuestros
|
1335
|
-
body: Por favor, dedica un momento a revisar la actualización de nuestros
|
1336
|
-
title: 'Requerido:
|
1336
|
+
alert: Hemos actualizado nuestros términos y condiciones de uso, por favor, revísalos.
|
1337
|
+
body: Por favor, dedica un momento a revisar la actualización de nuestros términos y condiciones de uso. De lo contrario, no podrás participar en la plataforma.
|
1338
|
+
title: 'Requerido: revisa las actualizaciones en nuestros términos y condiciones de uso'
|
1337
1339
|
participatory_space_private_users:
|
1338
1340
|
not_allowed: No tienes permiso para visualizar este contenido
|
1339
1341
|
passwords:
|
1340
1342
|
update:
|
1341
|
-
error:
|
1343
|
+
error: Se ha producido un error al actualizar la contraseña.
|
1342
1344
|
success: La contraseña se ha actualizado correctamente.
|
1343
1345
|
profile:
|
1344
1346
|
deleted: Participante eliminada
|
@@ -1375,7 +1377,7 @@ es:
|
|
1375
1377
|
manage_user_group_admins: Gestionar administradoras
|
1376
1378
|
manage_user_group_users: Gestionar miembros
|
1377
1379
|
message: Mensaje
|
1378
|
-
resend_email_confirmation_instructions:
|
1380
|
+
resend_email_confirmation_instructions: Reenvía un correo electrónico con las instrucciones de confirmación
|
1379
1381
|
confirmation_instructions_sent: Instrucciones de confirmación enviadas por correo electrónico.
|
1380
1382
|
create_user_group: Crea un grupo
|
1381
1383
|
edit_profile: Edita el perfil
|
@@ -1477,7 +1479,7 @@ es:
|
|
1477
1479
|
title: Reportar contenido inapropiado
|
1478
1480
|
flag_user_modal:
|
1479
1481
|
already_reported: Este contenido ya ha sido reportado y será revisado por una administradora.
|
1480
|
-
block:
|
1482
|
+
block: Bloquear a esta participante
|
1481
1483
|
close: Cerrar
|
1482
1484
|
description: '¿Qué es inapropiado de la usuaria?'
|
1483
1485
|
does_not_belong: Contiene actividad ilegal, amenazas de suicidio, información personal o cualquier otra cosa que creas que no pertenece a %{organization_name}.
|
@@ -1489,7 +1491,7 @@ es:
|
|
1489
1491
|
floating_help:
|
1490
1492
|
help: Ayuda
|
1491
1493
|
follow_button:
|
1492
|
-
log_in_before_follow:
|
1494
|
+
log_in_before_follow: Por favor, inicia sesión antes de realizar esta acción
|
1493
1495
|
login_modal:
|
1494
1496
|
please_log_in: Por favor, inicia la sesión
|
1495
1497
|
sign_up: Regístrate
|
@@ -1723,7 +1725,7 @@ es:
|
|
1723
1725
|
links:
|
1724
1726
|
back: Volver
|
1725
1727
|
didn_t_receive_confirmation_instructions: '¿No has recibido las instrucciones de confirmación?'
|
1726
|
-
didn_t_receive_unlock_instructions: '¿No has recibido las instrucciones
|
1728
|
+
didn_t_receive_unlock_instructions: '¿No has recibido las instrucciones de desbloqueo?'
|
1727
1729
|
forgot_your_password: '¿Olvidaste tu contraseña?'
|
1728
1730
|
log_in: Entra
|
1729
1731
|
log_in_with_provider: Inicia sesión con %{provider}
|
@@ -1777,19 +1779,19 @@ es:
|
|
1777
1779
|
control:
|
1778
1780
|
blockquote: Cita
|
1779
1781
|
bold: Negrita
|
1780
|
-
bulletList: Lista
|
1781
|
-
codeBlock: Bloque de
|
1782
|
+
bulletList: Lista en viñetas
|
1783
|
+
codeBlock: Bloque de código
|
1782
1784
|
common:
|
1783
|
-
eraseStyles: Borrar
|
1785
|
+
eraseStyles: Borrar estilos
|
1784
1786
|
hardBreak: Salto de línea
|
1785
1787
|
heading: Estilo de texto
|
1786
1788
|
image: Imagen
|
1787
1789
|
indent:
|
1788
|
-
indent: Aumentar la
|
1789
|
-
outdent:
|
1790
|
+
indent: Aumentar la sangría
|
1791
|
+
outdent: Reducir la sangría
|
1790
1792
|
italic: Cursiva
|
1791
1793
|
link: Enlace
|
1792
|
-
orderedList: Lista
|
1794
|
+
orderedList: Lista numerada
|
1793
1795
|
underline: Subrayado
|
1794
1796
|
videoEmbed: Incrustar vídeo
|
1795
1797
|
textStyle:
|
@@ -1804,7 +1806,7 @@ es:
|
|
1804
1806
|
animals-nature: Animales y naturaleza
|
1805
1807
|
custom: Personalizado
|
1806
1808
|
flags: Banderas
|
1807
|
-
food-drink:
|
1809
|
+
food-drink: Comida y bebida
|
1808
1810
|
objects: Objetos
|
1809
1811
|
people-body: Personas y cuerpo
|
1810
1812
|
recents: Usados recientemente
|
@@ -1825,7 +1827,7 @@ es:
|
|
1825
1827
|
errors:
|
1826
1828
|
messages:
|
1827
1829
|
allowed_file_content_types: 'solo se permiten archivos con las siguientes extensiones: %{types}'
|
1828
|
-
already_confirmed: ya ha sido confirmado, por favor,
|
1830
|
+
already_confirmed: ya ha sido confirmado, por favor, intenta iniciar sesión de nuevo
|
1829
1831
|
blank: no puede estar en blanco
|
1830
1832
|
cannot_be_blank: no puede estar en blanco
|
1831
1833
|
confirmation: no coincide con %{attribute}
|
data/config/locales/eu.yml
CHANGED
@@ -903,6 +903,7 @@ eu:
|
|
903
903
|
filename: Fitxategiaren izena
|
904
904
|
remove: Kendu
|
905
905
|
replace: Ordezkatu
|
906
|
+
save: Gorde
|
906
907
|
title: Izenburua
|
907
908
|
title_required: Izenburua behar da!
|
908
909
|
uploaded: Igota
|
@@ -1225,6 +1226,7 @@ eu:
|
|
1225
1226
|
no_notifications: Oraindik ez dago jakinarazpenik.
|
1226
1227
|
show:
|
1227
1228
|
missing_event: Aiba, jakinarazpen hau dagoeneko eskuragarri ez dagoen item batena da. Baztertu dezakezu.
|
1229
|
+
moderated: Eduki moderatua
|
1228
1230
|
notifications_digest_mailer:
|
1229
1231
|
header:
|
1230
1232
|
daily: Jakinarazpenen eguneroko laburpena
|
@@ -1911,13 +1913,13 @@ eu:
|
|
1911
1913
|
decidim_logo: Decidim-en logoa
|
1912
1914
|
decidim_title: Decidim
|
1913
1915
|
download_open_data: Deskargatu Open Data fitxategiak
|
1914
|
-
log_in:
|
1916
|
+
log_in: Hasi saioa
|
1915
1917
|
made_with_open_source: Gune hau egiteko, <a target="_blank" href="https://github.com/decidim/decidim">software libre</a> erabili da.
|
1916
1918
|
resources: Baliabideak
|
1917
1919
|
sign_up: Erregistratu
|
1918
1920
|
terms_and_conditions: Terminoak eta baldintzak
|
1919
1921
|
header:
|
1920
|
-
log_in:
|
1922
|
+
log_in: Hasi saioa
|
1921
1923
|
main_menu: Menu nagusia
|
1922
1924
|
user_menu: Erabiltzailearen menua
|
1923
1925
|
impersonation_warning:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -913,6 +913,7 @@ fi-pl:
|
|
913
913
|
filename: Tiedoston nimi
|
914
914
|
remove: Poista
|
915
915
|
replace: Korvaa
|
916
|
+
save: Tallenna
|
916
917
|
title: Tiedosto-otsikko
|
917
918
|
title_required: Tiedosto-otsikko tarvitaan!
|
918
919
|
uploaded: Ladattu
|
@@ -1235,6 +1236,7 @@ fi-pl:
|
|
1235
1236
|
no_notifications: Ei vielä ilmoituksia.
|
1236
1237
|
show:
|
1237
1238
|
missing_event: Hups, tämä ilmoitus kuuluu kohteeseen, joka ei ole enää käytettävissä. Voit merkitä sen luetuksi.
|
1239
|
+
moderated: Sisältö moderoitu
|
1238
1240
|
notifications_digest_mailer:
|
1239
1241
|
header:
|
1240
1242
|
daily: Päivittäinen ilmoitusyhteenveto
|
@@ -1276,7 +1278,7 @@ fi-pl:
|
|
1276
1278
|
name: Offline
|
1277
1279
|
show:
|
1278
1280
|
message_1: Verkkoyhteytesi näyttää olevan poissa käytöstä tällä hetkellä.
|
1279
|
-
message_2: Yritä myöhemmin
|
1281
|
+
message_2: Yritä myöhemmin uudestaan.
|
1280
1282
|
retry: Yritä uudestaan
|
1281
1283
|
open_data:
|
1282
1284
|
not_available_yet: Avoimet datatiedostot eivät ole vielä käytettävissä, yritä uudelleen muutaman minuutin kuluttua.
|
@@ -1375,7 +1377,7 @@ fi-pl:
|
|
1375
1377
|
manage_user_group_admins: Hallinnoi ylläpitäjiä
|
1376
1378
|
manage_user_group_users: Hallinnoi jäseniä
|
1377
1379
|
message: Viesti
|
1378
|
-
resend_email_confirmation_instructions: Lähetä sähköpostin vahvistusohjeet
|
1380
|
+
resend_email_confirmation_instructions: Lähetä sähköpostin vahvistusohjeet uudestaan
|
1379
1381
|
confirmation_instructions_sent: Sähköpostivahvistuksen ohjeet lähetetty.
|
1380
1382
|
create_user_group: Luo ryhmä
|
1381
1383
|
edit_profile: Muokkaa profiilia
|
@@ -1441,7 +1443,7 @@ fi-pl:
|
|
1441
1443
|
past: Menneet
|
1442
1444
|
filters_small_view:
|
1443
1445
|
filter: Suodata
|
1444
|
-
filter_and_search:
|
1446
|
+
filter_and_search: Suodatus ja haku
|
1445
1447
|
filter_by: Suodata
|
1446
1448
|
results:
|
1447
1449
|
view_all: Näytä kaikki (%{count})
|
@@ -1826,7 +1828,7 @@ fi-pl:
|
|
1826
1828
|
errors:
|
1827
1829
|
messages:
|
1828
1830
|
allowed_file_content_types: 'ainoastaan seuraavat tiedostomuodot on sallittu: %{types}'
|
1829
|
-
already_confirmed: on jo vahvistettu, yritä kirjautua sisään
|
1831
|
+
already_confirmed: on jo vahvistettu, yritä kirjautua sisään uudestaan
|
1830
1832
|
blank: ei voi olla tyhjä
|
1831
1833
|
cannot_be_blank: ei voi olla tyhjä
|
1832
1834
|
confirmation: ei täsmää kentän %{attribute} kanssa
|