decidim-core 0.29.3 → 0.29.4
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/address/show.erb +3 -3
- data/app/cells/decidim/author/show.erb +2 -4
- data/app/cells/decidim/content_blocks/participatory_space_extra_data/extra_data.erb +2 -2
- data/app/cells/decidim/participatory_space_dropdown_metadata/metadata.erb +4 -4
- data/app/commands/decidim/create_report.rb +5 -1
- data/app/commands/decidim/invite_user.rb +1 -1
- data/app/controllers/concerns/decidim/participatory_space_context.rb +4 -1
- data/app/controllers/decidim/reports_controller.rb +6 -1
- data/app/forms/decidim/omniauth_registration_form.rb +1 -1
- data/app/forms/decidim/registration_form.rb +1 -1
- data/app/helpers/decidim/menu_helper.rb +2 -2
- data/app/helpers/decidim/paginate_helper.rb +1 -1
- data/app/helpers/decidim/tooltip_helper.rb +4 -1
- data/app/mailers/decidim/notifications_digest_mailer.rb +7 -1
- data/app/mailers/decidim/reported_mailer.rb +17 -2
- data/app/packs/src/decidim/input_character_counter.js +1 -1
- data/app/packs/stylesheets/decidim/_cards.scss +1 -1
- data/app/packs/stylesheets/decidim/_header.scss +54 -35
- data/app/permissions/decidim/default_permissions.rb +2 -0
- data/app/presenters/decidim/notification_to_mailer_presenter.rb +7 -3
- data/app/queries/decidim/last_activity.rb +25 -0
- data/app/views/decidim/messaging/conversations/_reply_form.html.erb +1 -2
- data/app/views/decidim/messaging/conversations/_start.html.erb +1 -1
- data/app/views/decidim/reported_mailer/hidden_manually.html.erb +25 -0
- data/app/views/decidim/shared/_results_per_page.html.erb +1 -1
- data/app/views/kaminari/decidim/_page.html.erb +1 -1
- data/app/views/kaminari/decidim/_paginator.html.erb +1 -1
- data/app/views/layouts/decidim/_logo.html.erb +2 -2
- data/app/views/layouts/decidim/header/_menu_breadcrumb_main_dropdown_desktop.html.erb +5 -11
- data/app/views/layouts/decidim/header/_menu_breadcrumb_mobile_tablet.html.erb +5 -5
- data/config/locales/ar.yml +0 -6
- data/config/locales/bg.yml +0 -6
- data/config/locales/ca-IT.yml +12 -1
- data/config/locales/ca.yml +12 -1
- data/config/locales/cs.yml +18 -4
- data/config/locales/de.yml +16 -2
- data/config/locales/el.yml +0 -6
- data/config/locales/en.yml +12 -1
- data/config/locales/es-MX.yml +13 -2
- data/config/locales/es-PY.yml +13 -2
- data/config/locales/es.yml +12 -1
- data/config/locales/eu.yml +17 -5
- data/config/locales/fi-plain.yml +0 -6
- data/config/locales/fi.yml +0 -6
- data/config/locales/fr-CA.yml +14 -4
- data/config/locales/fr.yml +14 -4
- data/config/locales/gl.yml +0 -5
- data/config/locales/hu.yml +0 -6
- data/config/locales/id-ID.yml +0 -5
- data/config/locales/is-IS.yml +0 -5
- data/config/locales/it.yml +0 -5
- data/config/locales/ja.yml +16 -6
- data/config/locales/lb.yml +0 -5
- data/config/locales/lt.yml +0 -6
- data/config/locales/lv.yml +0 -5
- data/config/locales/nl.yml +0 -5
- data/config/locales/no.yml +0 -5
- data/config/locales/pl.yml +0 -6
- data/config/locales/pt-BR.yml +0 -6
- data/config/locales/pt.yml +0 -5
- data/config/locales/ro-RO.yml +0 -10
- data/config/locales/ru.yml +0 -5
- data/config/locales/sk.yml +0 -5
- data/config/locales/sv.yml +28 -12
- data/config/locales/tr-TR.yml +1 -5
- data/config/locales/uk.yml +0 -5
- data/config/locales/zh-CN.yml +0 -5
- data/config/locales/zh-TW.yml +0 -6
- data/db/migrate/20171212103803_create_unique_nicknames.rb +1 -1
- data/db/migrate/20180221101934_fix_nickname_index.rb +1 -1
- data/db/migrate/20180706104107_add_nickname_to_managed_users.rb +1 -1
- data/db/migrate/20181001124950_move_users_groups_to_users_table.rb +1 -1
- data/db/migrate/20190412131728_fix_user_names.rb +1 -1
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/nicknamizable.rb +6 -9
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +1 -1
- metadata +8 -7
- /data/app/views/decidim/reported_mailer/{hide.html.erb → hidden_automatically.html.erb} +0 -0
data/config/locales/bg.yml
CHANGED
@@ -663,7 +663,6 @@ bg:
|
|
663
663
|
drag_and_drop_help: Добавете изображения чрез плъзгане и пускане или поставяне (paste).
|
664
664
|
endorsement_buttons_cell:
|
665
665
|
already_endorsed: Не харесвам
|
666
|
-
endorse: Харесвам
|
667
666
|
endorsements:
|
668
667
|
identities:
|
669
668
|
done: Готово
|
@@ -1384,11 +1383,6 @@ bg:
|
|
1384
1383
|
confirmation_instructions_sent: Изпратени са инструкции за потвърждение по имейл.
|
1385
1384
|
fill_in_email_to_confirm_it: Моля, попълнете електронната поща на групата си, за да я потвърдите.
|
1386
1385
|
reported_mailer:
|
1387
|
-
hide:
|
1388
|
-
hello: Здравейте %{name},
|
1389
|
-
manage_moderations: Управлявай модераторите
|
1390
|
-
report_html: <p>Следното <a href="%{url}">съдържание</a> е скрито автоматично.</p>
|
1391
|
-
subject: Ресурсът е скрит автоматично
|
1392
1386
|
report:
|
1393
1387
|
authors: Автори
|
1394
1388
|
content: Докладвано съдържание
|
data/config/locales/ca-IT.yml
CHANGED
@@ -1422,7 +1422,7 @@ ca-IT:
|
|
1422
1422
|
confirmation_instructions_sent: Instruccions de confirmació enviades per correu electrònic.
|
1423
1423
|
fill_in_email_to_confirm_it: Si us plau, omple el correu electrònic del teu grup per confirmar-lo.
|
1424
1424
|
reported_mailer:
|
1425
|
-
|
1425
|
+
hidden_automatically:
|
1426
1426
|
content: Contingut reportat
|
1427
1427
|
details: Detalls
|
1428
1428
|
hello: Hola %{name},
|
@@ -1431,6 +1431,15 @@ ca-IT:
|
|
1431
1431
|
reason: Motiu
|
1432
1432
|
report_html: <p>El següent <a href="%{url}">contingut</a> s'ha ocultat automàticament.</p>
|
1433
1433
|
subject: Un contingut s'ha ocultat automàticament
|
1434
|
+
hidden_manually:
|
1435
|
+
content: Contingut reportat
|
1436
|
+
details: Detalls
|
1437
|
+
hello: Hola %{name},
|
1438
|
+
manage_moderations: Gestiona moderacions
|
1439
|
+
participatory_space: Espai de participació
|
1440
|
+
reason: Motiu
|
1441
|
+
report_html: <p>El següent <a href="%{url}">contingut</a> s'ha ocultat automàticament per %{moderator}.</p>
|
1442
|
+
subject: Un recurs ha estat amagat per %{moderator}
|
1434
1443
|
report:
|
1435
1444
|
authors: Autores
|
1436
1445
|
content: Contingut reportat
|
@@ -1448,6 +1457,8 @@ ca-IT:
|
|
1448
1457
|
create:
|
1449
1458
|
error: S'ha produït un error en denunciar el contingut. Si us plau, torna-ho a intentar.
|
1450
1459
|
success: El contingut s'ha denunciat amb èxit i serà revisat per una administradora.
|
1460
|
+
hide:
|
1461
|
+
success: Aquest recurs s'ha amagat.
|
1451
1462
|
parent_hidden:
|
1452
1463
|
report_details: El recurs principal estava amagat
|
1453
1464
|
resource_endorsements:
|
data/config/locales/ca.yml
CHANGED
@@ -1422,7 +1422,7 @@ ca:
|
|
1422
1422
|
confirmation_instructions_sent: Instruccions de confirmació enviades per correu electrònic.
|
1423
1423
|
fill_in_email_to_confirm_it: Si us plau, omple el correu electrònic del teu grup per confirmar-lo.
|
1424
1424
|
reported_mailer:
|
1425
|
-
|
1425
|
+
hidden_automatically:
|
1426
1426
|
content: Contingut reportat
|
1427
1427
|
details: Detalls
|
1428
1428
|
hello: Hola %{name},
|
@@ -1431,6 +1431,15 @@ ca:
|
|
1431
1431
|
reason: Motiu
|
1432
1432
|
report_html: <p>El següent <a href="%{url}">contingut</a> s'ha ocultat automàticament.</p>
|
1433
1433
|
subject: Un contingut s'ha ocultat automàticament
|
1434
|
+
hidden_manually:
|
1435
|
+
content: Contingut reportat
|
1436
|
+
details: Detalls
|
1437
|
+
hello: Hola %{name},
|
1438
|
+
manage_moderations: Gestiona moderacions
|
1439
|
+
participatory_space: Espai de participació
|
1440
|
+
reason: Motiu
|
1441
|
+
report_html: <p>El següent <a href="%{url}">contingut</a> s'ha ocultat automàticament per %{moderator}.</p>
|
1442
|
+
subject: Un recurs ha estat amagat per %{moderator}
|
1434
1443
|
report:
|
1435
1444
|
authors: Autores
|
1436
1445
|
content: Contingut reportat
|
@@ -1448,6 +1457,8 @@ ca:
|
|
1448
1457
|
create:
|
1449
1458
|
error: S'ha produït un error en denunciar el contingut. Si us plau, torna-ho a intentar.
|
1450
1459
|
success: El contingut s'ha denunciat amb èxit i serà revisat per una administradora.
|
1460
|
+
hide:
|
1461
|
+
success: Aquest recurs s'ha amagat.
|
1451
1462
|
parent_hidden:
|
1452
1463
|
report_details: El recurs principal estava amagat
|
1453
1464
|
resource_endorsements:
|
data/config/locales/cs.yml
CHANGED
@@ -6,6 +6,7 @@ cs:
|
|
6
6
|
delete_reason: Důvod odstranění vašeho účtu
|
7
7
|
attachment:
|
8
8
|
documents: Dokumenty
|
9
|
+
image: Obrázek
|
9
10
|
photos: Fotky
|
10
11
|
common:
|
11
12
|
created_at: Vytvořeno v
|
@@ -721,7 +722,7 @@ cs:
|
|
721
722
|
drag_and_drop_help: Přidejte obrázky přetažením nebo vložením.
|
722
723
|
endorsement_buttons_cell:
|
723
724
|
already_endorsed: Nelíbí se mi
|
724
|
-
endorse:
|
725
|
+
endorse: Like
|
725
726
|
endorsements:
|
726
727
|
identities:
|
727
728
|
done: Hotovo
|
@@ -1464,11 +1465,22 @@ cs:
|
|
1464
1465
|
confirmation_instructions_sent: Pokyny pro potvrzení e-mailu byly odeslány.
|
1465
1466
|
fill_in_email_to_confirm_it: Pro potvrzení vyplňte e-mailovou adresu skupiny.
|
1466
1467
|
reported_mailer:
|
1467
|
-
|
1468
|
-
|
1469
|
-
|
1468
|
+
hidden_automatically:
|
1469
|
+
details: Podrobnosti
|
1470
|
+
hello: Dobrý den %{name},
|
1471
|
+
participatory_space: Participativní prostor
|
1472
|
+
reason: Důvod
|
1470
1473
|
report_html: <p>Následující <a href="%{url}">obsah</a> byl automaticky skryt.</p>
|
1471
1474
|
subject: Zdroj byl automaticky skryt
|
1475
|
+
hidden_manually:
|
1476
|
+
content: Nahlášený obsah
|
1477
|
+
details: Podrobnosti
|
1478
|
+
hello: Dobrý den %{name},
|
1479
|
+
manage_moderations: Spravovat moderace
|
1480
|
+
participatory_space: Participativní prostor
|
1481
|
+
reason: Důvod
|
1482
|
+
report_html: <p>Následující <a href="%{url}">obsah</a> byl skrytý od %{moderator}.</p>
|
1483
|
+
subject: Zdroj byl skryt %{moderator}
|
1472
1484
|
report:
|
1473
1485
|
authors: Autoři
|
1474
1486
|
content: Nahlášený obsah
|
@@ -1486,6 +1498,8 @@ cs:
|
|
1486
1498
|
create:
|
1487
1499
|
error: Při vytváření shromáždění došlo k chybě. Zkuste to znovu.
|
1488
1500
|
success: Zpráva byla úspěšně vytvořena a bude kontrolována administrátorem.
|
1501
|
+
hide:
|
1502
|
+
success: Tento zdroj byl skryt.
|
1489
1503
|
parent_hidden:
|
1490
1504
|
report_details: Nadřazený dokument byl skryt
|
1491
1505
|
resource_endorsements:
|
data/config/locales/de.yml
CHANGED
@@ -688,7 +688,6 @@ de:
|
|
688
688
|
drag_and_drop_help: Sie können Bilder per Drag & Drop hinzufügen oder per Copy & Paste.
|
689
689
|
endorsement_buttons_cell:
|
690
690
|
already_endorsed: Gefällt mir nicht
|
691
|
-
endorse: Gefällt mir
|
692
691
|
endorsements:
|
693
692
|
identities:
|
694
693
|
done: Erledigt
|
@@ -1427,11 +1426,24 @@ de:
|
|
1427
1426
|
confirmation_instructions_sent: E-Mail-Bestätigungsanweisungen gesendet.
|
1428
1427
|
fill_in_email_to_confirm_it: Bitte geben Sie die E-Mail-Adresse Ihrer Gruppe zur Bestätigung ein.
|
1429
1428
|
reported_mailer:
|
1430
|
-
|
1429
|
+
hidden_automatically:
|
1430
|
+
content: Gemeldeter Inhalt
|
1431
|
+
details: Details
|
1431
1432
|
hello: Hallo %{name},
|
1432
1433
|
manage_moderations: Moderationen verwalten
|
1434
|
+
participatory_space: Beteiligungsbereich
|
1435
|
+
reason: Begründung
|
1433
1436
|
report_html: <p>Der folgende <a href="%{url}">Inhalt</a> wurde automatisch ausgeblendet.</p>
|
1434
1437
|
subject: Eine Ressource wurde automatisch ausgeblendet
|
1438
|
+
hidden_manually:
|
1439
|
+
content: Gemeldeter Inhalt
|
1440
|
+
details: Details
|
1441
|
+
hello: Hallo %{name},
|
1442
|
+
manage_moderations: Moderationen verwalten
|
1443
|
+
participatory_space: Beteiligungsbereich
|
1444
|
+
reason: Begründung
|
1445
|
+
report_html: <p>Der folgende <a href="%{url}">Inhalt</a> wurde durch %{moderator} ausgeblendet.</p>
|
1446
|
+
subject: Eine Ressource wurde durch %{moderator} ausgeblendet
|
1435
1447
|
report:
|
1436
1448
|
authors: Autoren
|
1437
1449
|
content: Gemeldeter Inhalt
|
@@ -1449,6 +1461,8 @@ de:
|
|
1449
1461
|
create:
|
1450
1462
|
error: Beim Erstellen des Berichts ist ein Fehler aufgetreten. Bitte, versuche es noch einmal.
|
1451
1463
|
success: Der Bericht wurde erfolgreich erstellt und wird von einem Administrator überprüft.
|
1464
|
+
hide:
|
1465
|
+
success: Diese Ressource wurde ausgeblendet.
|
1452
1466
|
parent_hidden:
|
1453
1467
|
report_details: Die übergeordnete Ressource wurde ausgeblendet
|
1454
1468
|
resource_endorsements:
|
data/config/locales/el.yml
CHANGED
@@ -520,7 +520,6 @@ el:
|
|
520
520
|
drag_and_drop_help: Προσθήκη εικόνων σύροντας τις & ρίχνοντας ή επικολλώντας αυτές.
|
521
521
|
endorsement_buttons_cell:
|
522
522
|
already_endorsed: Δεν μου αρέσει
|
523
|
-
endorse: Μου αρέσει
|
524
523
|
endorsements:
|
525
524
|
identities:
|
526
525
|
done: Τέλος
|
@@ -1082,11 +1081,6 @@ el:
|
|
1082
1081
|
confirmation_instructions_sent: Στάλθηκαν οι οδηγίες επιβεβαίωσης email.
|
1083
1082
|
fill_in_email_to_confirm_it: Συμπληρώστε τη διεύθυνση email της ομάδας σας για να την επιβεβαιώσετε.
|
1084
1083
|
reported_mailer:
|
1085
|
-
hide:
|
1086
|
-
hello: Γεια σας %{name},
|
1087
|
-
manage_moderations: Διαχείριση εποπτεύσεων
|
1088
|
-
report_html: <p>Το παρακάτω <a href="%{url}">περιεχόμενο</a> αποκρύφτηκε αυτόματα.</p>
|
1089
|
-
subject: Ένας πόρος αποκρύφτηκε αυτόματα
|
1090
1084
|
report:
|
1091
1085
|
authors: Συγγραφείς
|
1092
1086
|
content: Αναφερόμενο περιεχόμενο
|
data/config/locales/en.yml
CHANGED
@@ -1429,7 +1429,7 @@ en:
|
|
1429
1429
|
confirmation_instructions_sent: Email confirmation instructions sent.
|
1430
1430
|
fill_in_email_to_confirm_it: Please, fill in your group's email to confirm it.
|
1431
1431
|
reported_mailer:
|
1432
|
-
|
1432
|
+
hidden_automatically:
|
1433
1433
|
content: Reported content
|
1434
1434
|
details: Details
|
1435
1435
|
hello: Hello %{name},
|
@@ -1438,6 +1438,15 @@ en:
|
|
1438
1438
|
reason: Reason
|
1439
1439
|
report_html: <p>The following <a href="%{url}">content</a> has been hidden automatically.</p>
|
1440
1440
|
subject: A resource has been hidden automatically
|
1441
|
+
hidden_manually:
|
1442
|
+
content: Reported content
|
1443
|
+
details: Details
|
1444
|
+
hello: Hello %{name},
|
1445
|
+
manage_moderations: Manage moderations
|
1446
|
+
participatory_space: Participatory space
|
1447
|
+
reason: Reason
|
1448
|
+
report_html: <p>The following <a href="%{url}">content</a> has been hidden by %{moderator}.</p>
|
1449
|
+
subject: A resource has been hidden by %{moderator}
|
1441
1450
|
report:
|
1442
1451
|
authors: Authors
|
1443
1452
|
content: Reported content
|
@@ -1455,6 +1464,8 @@ en:
|
|
1455
1464
|
create:
|
1456
1465
|
error: An error ocurred while creating the report. Please, try it again.
|
1457
1466
|
success: The report has been created successfully and it will be reviewed by an admin.
|
1467
|
+
hide:
|
1468
|
+
success: This resource has been hidden.
|
1458
1469
|
parent_hidden:
|
1459
1470
|
report_details: The parent resource was hidden
|
1460
1471
|
resource_endorsements:
|
data/config/locales/es-MX.yml
CHANGED
@@ -1425,15 +1425,24 @@ es-MX:
|
|
1425
1425
|
confirmation_instructions_sent: Instrucciones de confirmación enviadas por correo electrónico.
|
1426
1426
|
fill_in_email_to_confirm_it: Por favor, introduce el correo electrónico de tu grupo para confirmarlo.
|
1427
1427
|
reported_mailer:
|
1428
|
-
|
1428
|
+
hidden_automatically:
|
1429
1429
|
content: Contenido reportado
|
1430
1430
|
details: Detalles
|
1431
1431
|
hello: Hola %{name},
|
1432
|
-
manage_moderations:
|
1432
|
+
manage_moderations: Gestiona moderaciones
|
1433
1433
|
participatory_space: Espacio de participación
|
1434
1434
|
reason: Motivo
|
1435
1435
|
report_html: <p>El siguiente <a href="%{url}">contenido</a> se ha ocultado automáticamente.</p>
|
1436
1436
|
subject: Un contenido se ha ocultado de forma automática
|
1437
|
+
hidden_manually:
|
1438
|
+
content: Contenido reportado
|
1439
|
+
details: Detalles
|
1440
|
+
hello: Hola %{name},
|
1441
|
+
manage_moderations: Gestiona moderaciones
|
1442
|
+
participatory_space: Espacio de participación
|
1443
|
+
reason: Razón
|
1444
|
+
report_html: <p>El siguiente <a href="%{url}">contenido</a> se ha ocultado automáticamente por %{moderator}.</p>
|
1445
|
+
subject: Un recurso ha sido oculto por %{moderator}
|
1437
1446
|
report:
|
1438
1447
|
authors: Autoras
|
1439
1448
|
content: Contenido reportado
|
@@ -1451,6 +1460,8 @@ es-MX:
|
|
1451
1460
|
create:
|
1452
1461
|
error: Se ha producido un error al denunciar el contenido. Por favor, inténtalo otra vez.
|
1453
1462
|
success: La denuncia se ha creado correctament y será revisada por un administrador.
|
1463
|
+
hide:
|
1464
|
+
success: Se ha ocultado este recurso.
|
1454
1465
|
parent_hidden:
|
1455
1466
|
report_details: El recurso principal estaba oculto
|
1456
1467
|
resource_endorsements:
|
data/config/locales/es-PY.yml
CHANGED
@@ -1425,15 +1425,24 @@ es-PY:
|
|
1425
1425
|
confirmation_instructions_sent: Instrucciones de confirmación enviadas por correo electrónico.
|
1426
1426
|
fill_in_email_to_confirm_it: Por favor, introduce el correo electrónico de tu grupo para confirmarlo.
|
1427
1427
|
reported_mailer:
|
1428
|
-
|
1428
|
+
hidden_automatically:
|
1429
1429
|
content: Contenido reportado
|
1430
1430
|
details: Detalles
|
1431
1431
|
hello: Hola %{name},
|
1432
|
-
manage_moderations:
|
1432
|
+
manage_moderations: Gestiona moderaciones
|
1433
1433
|
participatory_space: Espacio de participación
|
1434
1434
|
reason: Motivo
|
1435
1435
|
report_html: <p>El siguiente <a href="%{url}">contenido</a> se ha ocultado automáticamente.</p>
|
1436
1436
|
subject: Un contenido se ha ocultado de forma automática
|
1437
|
+
hidden_manually:
|
1438
|
+
content: Contenido reportado
|
1439
|
+
details: Detalles
|
1440
|
+
hello: Hola %{name},
|
1441
|
+
manage_moderations: Gestiona moderaciones
|
1442
|
+
participatory_space: Espacio de participación
|
1443
|
+
reason: Razón
|
1444
|
+
report_html: <p>El siguiente <a href="%{url}">contenido</a> se ha ocultado automáticamente por %{moderator}.</p>
|
1445
|
+
subject: Un recurso ha sido oculto por %{moderator}
|
1437
1446
|
report:
|
1438
1447
|
authors: Autoras
|
1439
1448
|
content: Contenido reportado
|
@@ -1451,6 +1460,8 @@ es-PY:
|
|
1451
1460
|
create:
|
1452
1461
|
error: Se ha producido un error al denunciar el contenido. Por favor, inténtalo otra vez.
|
1453
1462
|
success: La denuncia se ha creado correctament y será revisada por un administrador.
|
1463
|
+
hide:
|
1464
|
+
success: Se ha ocultado este recurso.
|
1454
1465
|
parent_hidden:
|
1455
1466
|
report_details: El recurso principal estaba oculto
|
1456
1467
|
resource_endorsements:
|
data/config/locales/es.yml
CHANGED
@@ -1422,7 +1422,7 @@ es:
|
|
1422
1422
|
confirmation_instructions_sent: Instrucciones de confirmación enviadas por correo electrónico.
|
1423
1423
|
fill_in_email_to_confirm_it: Por favor, introduce el correo electrónico de tu grupo para confirmarlo.
|
1424
1424
|
reported_mailer:
|
1425
|
-
|
1425
|
+
hidden_automatically:
|
1426
1426
|
content: Contenido reportado
|
1427
1427
|
details: Detalles
|
1428
1428
|
hello: Hola %{name},
|
@@ -1431,6 +1431,15 @@ es:
|
|
1431
1431
|
reason: Motivo
|
1432
1432
|
report_html: <p>El siguiente <a href="%{url}">contenido</a> se ha ocultado automáticamente.</p>
|
1433
1433
|
subject: Un contenido se ha ocultado de forma automática
|
1434
|
+
hidden_manually:
|
1435
|
+
content: Contenido reportado
|
1436
|
+
details: Detalles
|
1437
|
+
hello: Hola %{name},
|
1438
|
+
manage_moderations: Gestiona moderaciones
|
1439
|
+
participatory_space: Espacio de participación
|
1440
|
+
reason: Razón
|
1441
|
+
report_html: <p>El siguiente <a href="%{url}">contenido</a> se ha ocultado automáticamente por %{moderator}.</p>
|
1442
|
+
subject: Un recurso ha sido oculto por %{moderator}
|
1434
1443
|
report:
|
1435
1444
|
authors: Autoras
|
1436
1445
|
content: Contenido reportado
|
@@ -1448,6 +1457,8 @@ es:
|
|
1448
1457
|
create:
|
1449
1458
|
error: Se ha producido un error al denunciar el contenido. Por favor, inténtalo otra vez.
|
1450
1459
|
success: El contenido se ha denunciado con éxito y será revisado por una administradora.
|
1460
|
+
hide:
|
1461
|
+
success: Se ha ocultado este recurso.
|
1451
1462
|
parent_hidden:
|
1452
1463
|
report_details: El recurso principal estaba oculto
|
1453
1464
|
resource_endorsements:
|
data/config/locales/eu.yml
CHANGED
@@ -1247,7 +1247,7 @@ eu:
|
|
1247
1247
|
body: Testua
|
1248
1248
|
cta_text: Ekintza-botoiaren testua
|
1249
1249
|
cta_url: Ekintza-botoiaren URLa
|
1250
|
-
interpolations_hint: 'Iradokizuna: "%{name}" erabil dezakezu sarreraren,
|
1250
|
+
interpolations_hint: 'Iradokizuna: "%{name}" erabil dezakezu sarreraren, tetsuaren, ekintza-botoiaren testuaren edo gaiaren edozein lekutan, eta horren ordez parte-hartzailearen izena agertuko da.'
|
1251
1251
|
introduction: Sarrera
|
1252
1252
|
main_image: Irudi nagusia
|
1253
1253
|
newsletters:
|
@@ -1423,14 +1423,24 @@ eu:
|
|
1423
1423
|
confirmation_instructions_sent: Berresteko jarraibideak helbide elektronikoz bidalita.
|
1424
1424
|
fill_in_email_to_confirm_it: Mesedez, sartu zure taldearen helbide elektronikoa, berresteko.
|
1425
1425
|
reported_mailer:
|
1426
|
-
|
1426
|
+
hidden_automatically:
|
1427
|
+
content: Erreportatutako edukia
|
1427
1428
|
details: Xehetasunak
|
1428
|
-
hello: Kaixo, %{name}
|
1429
|
+
hello: 'Kaixo, %{name}:'
|
1429
1430
|
manage_moderations: Kudeatu moderazioak
|
1430
|
-
participatory_space:
|
1431
|
+
participatory_space: Espazio parte-hartzailea
|
1431
1432
|
reason: Arrazoia
|
1432
1433
|
report_html: <p>Hurrengo <a href="%{url}">edukia</a>automatikoki ezkutatu da</p>
|
1433
1434
|
subject: Eduki bat automatikoki ezkutatu da
|
1435
|
+
hidden_manually:
|
1436
|
+
content: Erreportatutako edukia
|
1437
|
+
details: Xehetasunak
|
1438
|
+
hello: 'Kaixo, %{name}:'
|
1439
|
+
manage_moderations: Kudeatu moderazioak
|
1440
|
+
participatory_space: Espazio parte-hartzailea
|
1441
|
+
reason: Arrazoia
|
1442
|
+
report_html: <p>Hurrengo <a href="%{url}">edukia</a>automatikoki ezkutatu da</p>
|
1443
|
+
subject: '%{moderator} -k baliabidea ezkutatu du'
|
1434
1444
|
report:
|
1435
1445
|
authors: Egileak
|
1436
1446
|
content: Erreportatutako edukia
|
@@ -1448,6 +1458,8 @@ eu:
|
|
1448
1458
|
create:
|
1449
1459
|
error: Errore bat egon da edukia salatzean. Mesedez, saiatu berriro.
|
1450
1460
|
success: Salaketa zuzen sortu da, eta administratzaile batek aztertuko du.
|
1461
|
+
hide:
|
1462
|
+
success: Baliabide hau ezkutatu egin da.
|
1451
1463
|
parent_hidden:
|
1452
1464
|
report_details: Baliabide nagusia ezkutatu egin zen
|
1453
1465
|
resource_endorsements:
|
@@ -1878,7 +1890,7 @@ eu:
|
|
1878
1890
|
file_size_is_less_than_or_equal_to: fitxategiaren pisuak %{count} izan behar du, edo gutxiago
|
1879
1891
|
invalid_time_zone: ordu-zona ez da baliozkoa
|
1880
1892
|
long_words: luzeegiak diren hitzak ditu (35 karaktere baino gehiago)
|
1881
|
-
must_start_with_caps: letra
|
1893
|
+
must_start_with_caps: letra larriz hasi behartu
|
1882
1894
|
nesting_too_deep: ezin da egon azpikategoria batean
|
1883
1895
|
not_found: ezin izan da aurkitu. Lehenago konturik sortu duzu?
|
1884
1896
|
not_locked: ez zen blokeatuta
|
data/config/locales/fi-plain.yml
CHANGED
@@ -676,7 +676,6 @@ fi-pl:
|
|
676
676
|
drag_and_drop_help: Lisää kuvia raahaamalla ja pudottamalla tai liittämällä niitä leikepöydältä.
|
677
677
|
endorsement_buttons_cell:
|
678
678
|
already_endorsed: Poista tykkäys
|
679
|
-
endorse: Tykkää
|
680
679
|
endorsements:
|
681
680
|
identities:
|
682
681
|
done: Valmis
|
@@ -1414,11 +1413,6 @@ fi-pl:
|
|
1414
1413
|
confirmation_instructions_sent: Sähköpostivahvistuksen ohjeet lähetetty.
|
1415
1414
|
fill_in_email_to_confirm_it: Syötä ryhmäsi sähköpostiosoite ja vahvista se.
|
1416
1415
|
reported_mailer:
|
1417
|
-
hide:
|
1418
|
-
hello: Hei %{name},
|
1419
|
-
manage_moderations: Hallitse moderointeja
|
1420
|
-
report_html: <p>Tämä <a href="%{url}">sisältö</a> on piilotettu automaattisesti.</p>
|
1421
|
-
subject: Resurssi on piilotettu automaattisesti
|
1422
1416
|
report:
|
1423
1417
|
authors: Tekijät
|
1424
1418
|
content: Ilmoitettu sisältö
|
data/config/locales/fi.yml
CHANGED
@@ -676,7 +676,6 @@ fi:
|
|
676
676
|
drag_and_drop_help: Lisää kuvia raahaamalla ja pudottamalla tai liittämällä niitä leikepöydältä.
|
677
677
|
endorsement_buttons_cell:
|
678
678
|
already_endorsed: Poista tykkäys
|
679
|
-
endorse: Tykkää
|
680
679
|
endorsements:
|
681
680
|
identities:
|
682
681
|
done: Valmis
|
@@ -1414,11 +1413,6 @@ fi:
|
|
1414
1413
|
confirmation_instructions_sent: Sähköpostivahvistuksen ohjeet lähetetty.
|
1415
1414
|
fill_in_email_to_confirm_it: Syötä ryhmäsi sähköpostiosoite ja vahvista se.
|
1416
1415
|
reported_mailer:
|
1417
|
-
hide:
|
1418
|
-
hello: Hei %{name},
|
1419
|
-
manage_moderations: Hallitse moderointeja
|
1420
|
-
report_html: <p>Tämä <a href="%{url}">sisältö</a> on piilotettu automaattisesti.</p>
|
1421
|
-
subject: Resurssi on piilotettu automaattisesti
|
1422
1416
|
report:
|
1423
1417
|
authors: Tekijät
|
1424
1418
|
content: Ilmoitettu sisältö
|
data/config/locales/fr-CA.yml
CHANGED
@@ -687,7 +687,6 @@ fr-CA:
|
|
687
687
|
drag_and_drop_help: Ajoutez des images en les glissant - déposant ou en les collant depuis votre presse-papier.
|
688
688
|
endorsement_buttons_cell:
|
689
689
|
already_endorsed: Je n'aime pas
|
690
|
-
endorse: J’aime
|
691
690
|
endorsements:
|
692
691
|
identities:
|
693
692
|
done: Terminé
|
@@ -1425,15 +1424,24 @@ fr-CA:
|
|
1425
1424
|
confirmation_instructions_sent: Instructions de confirmation d'email envoyées.
|
1426
1425
|
fill_in_email_to_confirm_it: Veuillez compléter le mail de votre groupe pour confirmer celui-ci.
|
1427
1426
|
reported_mailer:
|
1428
|
-
|
1427
|
+
hidden_automatically:
|
1428
|
+
content: Contenu signalé
|
1429
|
+
details: Détails
|
1430
|
+
hello: Bonjour %{name},
|
1431
|
+
manage_moderations: Gérer les modérations
|
1432
|
+
participatory_space: Espace participatif
|
1433
|
+
reason: Motif
|
1434
|
+
report_html: <p>Le <a href="%{url}">contenu</a> suivant a été masqué automatiquement.</p>
|
1435
|
+
subject: Une ressource a été masquée automatiquement
|
1436
|
+
hidden_manually:
|
1429
1437
|
content: Contenu signalé
|
1430
1438
|
details: Détails
|
1431
1439
|
hello: Bonjour %{name},
|
1432
1440
|
manage_moderations: Gérer les modérations
|
1433
1441
|
participatory_space: Espace participatif
|
1434
1442
|
reason: Motif
|
1435
|
-
report_html: <p>Le <a href="%{url}">contenu
|
1436
|
-
subject: Une ressource a été
|
1443
|
+
report_html: <p>Le <a href="%{url}">contenu</a> suivant a été masqué automatiquement.</p>
|
1444
|
+
subject: Une ressource a été masquée par %{moderator}
|
1437
1445
|
report:
|
1438
1446
|
authors: Auteurs
|
1439
1447
|
content: Contenu signalé
|
@@ -1451,6 +1459,8 @@ fr-CA:
|
|
1451
1459
|
create:
|
1452
1460
|
error: Une erreur s'est produite lors de la création du rapport. Veuillez essayer à nouveau.
|
1453
1461
|
success: Le contenu a été signalé, il sera examiné par un administrateur.
|
1462
|
+
hide:
|
1463
|
+
success: Cette ressource a été masquée.
|
1454
1464
|
parent_hidden:
|
1455
1465
|
report_details: La ressource parente a été masquée
|
1456
1466
|
resource_endorsements:
|
data/config/locales/fr.yml
CHANGED
@@ -687,7 +687,6 @@ fr:
|
|
687
687
|
drag_and_drop_help: Ajoutez des images en les glissant - déposant ou en les collant depuis votre presse-papier.
|
688
688
|
endorsement_buttons_cell:
|
689
689
|
already_endorsed: Je n'aime pas
|
690
|
-
endorse: J’aime
|
691
690
|
endorsements:
|
692
691
|
identities:
|
693
692
|
done: Terminé
|
@@ -1425,15 +1424,24 @@ fr:
|
|
1425
1424
|
confirmation_instructions_sent: Instructions de confirmation d'email envoyées.
|
1426
1425
|
fill_in_email_to_confirm_it: Veuillez compléter le mail de votre groupe pour confirmer celui-ci.
|
1427
1426
|
reported_mailer:
|
1428
|
-
|
1427
|
+
hidden_automatically:
|
1428
|
+
content: Contenu signalé
|
1429
|
+
details: Détails
|
1430
|
+
hello: Bonjour %{name},
|
1431
|
+
manage_moderations: Gérer les modérations
|
1432
|
+
participatory_space: Espace participatif
|
1433
|
+
reason: Motif
|
1434
|
+
report_html: <p>Le <a href="%{url}">contenu</a> suivant a été masqué automatiquement.</p>
|
1435
|
+
subject: Une ressource a été masquée automatiquement
|
1436
|
+
hidden_manually:
|
1429
1437
|
content: Contenu signalé
|
1430
1438
|
details: Détails
|
1431
1439
|
hello: Bonjour %{name},
|
1432
1440
|
manage_moderations: Gérer les modérations
|
1433
1441
|
participatory_space: Espace participatif
|
1434
1442
|
reason: Motif
|
1435
|
-
report_html: <p>Le <a href="%{url}">contenu
|
1436
|
-
subject: Une ressource a été
|
1443
|
+
report_html: <p>Le <a href="%{url}">contenu</a> suivant a été masqué automatiquement.</p>
|
1444
|
+
subject: Une ressource a été masquée par %{moderator}
|
1437
1445
|
report:
|
1438
1446
|
authors: Auteurs
|
1439
1447
|
content: Contenu signalé
|
@@ -1451,6 +1459,8 @@ fr:
|
|
1451
1459
|
create:
|
1452
1460
|
error: Une erreur s'est produite lors de la création du rapport. Veuillez essayer à nouveau.
|
1453
1461
|
success: Le contenu a été signalé, il sera examiné par un administrateur.
|
1462
|
+
hide:
|
1463
|
+
success: Cette ressource a été masquée.
|
1454
1464
|
parent_hidden:
|
1455
1465
|
report_details: La ressource parente a été masquée
|
1456
1466
|
resource_endorsements:
|
data/config/locales/gl.yml
CHANGED
@@ -740,11 +740,6 @@ gl:
|
|
740
740
|
manage_user_group_users: Xestionar membros
|
741
741
|
resend_email_confirmation_instructions: Reenvía as instrucións de confirmación de correo electrónico
|
742
742
|
reported_mailer:
|
743
|
-
hide:
|
744
|
-
hello: Ola %{name},
|
745
|
-
manage_moderations: Xestionar moderacións
|
746
|
-
report_html: <p> O seguinte <a href="%{url}">content</a> ocultouse automaticamente.</p>
|
747
|
-
subject: Ocultouse un recurso automaticamente
|
748
743
|
report:
|
749
744
|
hello: Ola %{name},
|
750
745
|
report_html: <p> Informáronse os seguintes <a href="%{url}">content</a>.</p>
|
data/config/locales/hu.yml
CHANGED
@@ -598,7 +598,6 @@ hu:
|
|
598
598
|
drag_and_drop_help: Képek hozzáadása húzással és ejtéssel vagy beillesztéssel.
|
599
599
|
endorsement_buttons_cell:
|
600
600
|
already_endorsed: Nem tetszik
|
601
|
-
endorse: Tetszik
|
602
601
|
endorsements:
|
603
602
|
identities:
|
604
603
|
done: Kész
|
@@ -1264,11 +1263,6 @@ hu:
|
|
1264
1263
|
confirmation_instructions_sent: A megerősítő email az utasításokkal elküldve.
|
1265
1264
|
fill_in_email_to_confirm_it: Kérjük, töltse ki a csoport e-mailjét a megerősítéshez.
|
1266
1265
|
reported_mailer:
|
1267
|
-
hide:
|
1268
|
-
hello: Helló %{name}!
|
1269
|
-
manage_moderations: Moderálódások kezelése
|
1270
|
-
report_html: <p>A következő <a href="%{url}">tartalom</a>automatikusan el volt rejtve.</p>
|
1271
|
-
subject: Egy erőforrás automatikusan elrejtve
|
1272
1266
|
report:
|
1273
1267
|
authors: Szerzők
|
1274
1268
|
content: Jelentett tartalom
|
data/config/locales/id-ID.yml
CHANGED
@@ -678,11 +678,6 @@ id:
|
|
678
678
|
manage_user_group_users: Kelola anggota
|
679
679
|
resend_email_confirmation_instructions: Kirim ulang instruksi konfirmasi email
|
680
680
|
reported_mailer:
|
681
|
-
hide:
|
682
|
-
hello: Halo %{name},
|
683
|
-
manage_moderations: Kelola moderasi
|
684
|
-
report_html: <p>berikut <a href="%{url}">konten</a> telah disembunyikan secara otomatis.</p>
|
685
|
-
subject: Sumber daya telah disembunyikan secara otomatis
|
686
681
|
report:
|
687
682
|
hello: Halo %{name},
|
688
683
|
report_html: <p> <a href="%{url}">konten</a> berikut telah dilaporkan.</p>
|
data/config/locales/is-IS.yml
CHANGED
@@ -257,11 +257,6 @@ is:
|
|
257
257
|
newsletter_notifications: Ég vil fá fréttabréf
|
258
258
|
update_notifications_settings: Vista breytingar
|
259
259
|
reported_mailer:
|
260
|
-
hide:
|
261
|
-
hello: Halló %{name},
|
262
|
-
manage_moderations: Stjórna meðlimum
|
263
|
-
report_html: <p>Eftirfarandi <a href="%{url}">efni</a> hefur verið falið sjálfkrafa.</p>
|
264
|
-
subject: Úrræði hefur verið falið sjálfkrafa
|
265
260
|
report:
|
266
261
|
hello: Halló %{name},
|
267
262
|
report_html: <p>Eftirfarandi <a href="%{url}">efni</a> hefur verið tilkynnt.</p>
|
data/config/locales/it.yml
CHANGED
@@ -938,11 +938,6 @@ it:
|
|
938
938
|
manage_user_group_users: Gestisci i membri
|
939
939
|
resend_email_confirmation_instructions: Rispedire le istruzioni per la conferma dell'email
|
940
940
|
reported_mailer:
|
941
|
-
hide:
|
942
|
-
hello: Ciao %{name},
|
943
|
-
manage_moderations: Gestire le moderazioni
|
944
|
-
report_html: <p>Il seguente <a href="%{url}">contenuto</a> è stato nascosto automaticamente.</p>
|
945
|
-
subject: Un contenuto è stato cancellato automaticamente
|
946
941
|
report:
|
947
942
|
authors: Autori
|
948
943
|
content: Contenuto segnalato
|