decidim-core 0.29.2 → 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/cells/decidim/participatory_space_dropdown_metadata/show.erb +5 -3
- data/app/cells/decidim/profile_actions/show.erb +1 -1
- data/app/cells/decidim/report_button/already_reported_modal.erb +2 -2
- data/app/cells/decidim/report_button/flag_modal.erb +13 -27
- data/app/cells/decidim/report_button_cell.rb +2 -8
- data/app/cells/decidim/report_user_button/already_reported_modal.erb +11 -0
- data/app/cells/decidim/report_user_button/flag_modal.erb +46 -0
- data/app/cells/decidim/report_user_button/show.erb +2 -0
- data/app/cells/decidim/report_user_button_cell.rb +59 -0
- data/app/cells/decidim/resource_types_filter/show.erb +1 -1
- data/app/cells/decidim/resource_types_filter_cell.rb +6 -6
- data/app/cells/decidim/user_activity/show.erb +1 -1
- data/app/commands/decidim/create_omniauth_registration.rb +14 -8
- data/app/commands/decidim/create_report.rb +6 -7
- data/app/commands/decidim/invite_user.rb +1 -1
- data/app/commands/decidim/search.rb +14 -0
- data/app/controllers/concerns/decidim/participatory_space_context.rb +4 -1
- data/app/controllers/decidim/profiles_controller.rb +2 -2
- data/app/controllers/decidim/reports_controller.rb +7 -2
- data/app/controllers/decidim/user_activities_controller.rb +1 -1
- data/app/forms/decidim/account_form.rb +5 -2
- 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/orders_helper.rb +2 -1
- data/app/helpers/decidim/paginate_helper.rb +1 -1
- data/app/helpers/decidim/participatory_space_helpers.rb +1 -1
- data/app/helpers/decidim/tooltip_helper.rb +4 -1
- data/app/jobs/decidim/hide_child_resources_job.rb +24 -0
- data/app/mailers/decidim/notifications_digest_mailer.rb +7 -1
- data/app/mailers/decidim/reported_mailer.rb +18 -2
- data/app/models/decidim/action_log.rb +1 -9
- data/app/models/decidim/report.rb +1 -1
- data/app/models/decidim/user.rb +0 -4
- data/app/models/decidim/user_base_entity.rb +4 -0
- data/app/packs/src/decidim/datepicker/datepicker_functions.js +3 -3
- data/app/packs/src/decidim/index.js +4 -2
- data/app/packs/src/decidim/input_character_counter.js +1 -1
- data/app/packs/src/decidim/map/provider/here.js +1 -1
- data/app/packs/stylesheets/decidim/_cards.scss +1 -1
- data/app/packs/stylesheets/decidim/_content_blocks.scss +4 -0
- data/app/packs/stylesheets/decidim/_hashtags.scss +5 -0
- data/app/packs/stylesheets/decidim/_header.scss +65 -40
- data/app/packs/stylesheets/decidim/application.scss +1 -0
- data/app/permissions/decidim/default_permissions.rb +2 -0
- data/app/presenters/decidim/log/user_presenter.rb +1 -0
- data/app/presenters/decidim/notification_to_mailer_presenter.rb +7 -3
- data/app/presenters/decidim/user_presenter.rb +1 -1
- data/app/queries/decidim/last_activity.rb +25 -0
- data/app/services/decidim/base_diff_renderer.rb +2 -0
- data/app/services/decidim/static_map_generator.rb +1 -1
- data/app/views/decidim/last_activities/index.html.erb +1 -1
- 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_automatically.html.erb +25 -0
- data/app/views/decidim/reported_mailer/hidden_manually.html.erb +25 -0
- data/app/views/decidim/reported_mailer/report.html.erb +1 -1
- data/app/views/decidim/searches/_count.html.erb +1 -1
- data/app/views/decidim/searches/_filters.html.erb +40 -38
- data/app/views/decidim/shared/_orders.html.erb +2 -2
- 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/footer/_main_legal.html.erb +1 -1
- 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 +41 -34
- data/config/locales/bg.yml +10 -30
- data/config/locales/bs-BA.yml +2 -0
- data/config/locales/ca-IT.yml +2122 -0
- data/config/locales/ca.yml +69 -30
- data/config/locales/cs.yml +73 -36
- data/config/locales/de.yml +64 -26
- data/config/locales/el.yml +10 -21
- data/config/locales/en.yml +56 -17
- data/config/locales/eo.yml +2 -0
- data/config/locales/es-MX.yml +69 -30
- data/config/locales/es-PY.yml +74 -35
- data/config/locales/es.yml +72 -33
- data/config/locales/eu.yml +128 -91
- data/config/locales/fi-plain.yml +44 -34
- data/config/locales/fi.yml +46 -36
- data/config/locales/fr-CA.yml +72 -29
- data/config/locales/fr.yml +71 -28
- data/config/locales/ga-IE.yml +4 -4
- data/config/locales/gl.yml +25 -20
- data/config/locales/hu.yml +9 -29
- data/config/locales/id-ID.yml +24 -21
- data/config/locales/is-IS.yml +10 -6
- data/config/locales/it.yml +35 -32
- data/config/locales/ja.yml +70 -30
- data/config/locales/lb.yml +24 -27
- data/config/locales/lt.yml +5 -23
- data/config/locales/lv.yml +18 -20
- data/config/locales/nl.yml +23 -23
- data/config/locales/no.yml +18 -21
- data/config/locales/pl.yml +7 -27
- data/config/locales/pt-BR.yml +11 -30
- data/config/locales/pt.yml +18 -21
- data/config/locales/ro-RO.yml +239 -92
- data/config/locales/ru.yml +23 -13
- data/config/locales/sk.yml +29 -23
- data/config/locales/sl.yml +4 -0
- data/config/locales/sr-CS.yml +2 -0
- data/config/locales/sv.yml +49 -37
- data/config/locales/tr-TR.yml +25 -28
- data/config/locales/uk.yml +12 -7
- data/config/locales/zh-CN.yml +18 -20
- data/config/locales/zh-TW.yml +8 -22
- 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/asset_router/storage.rb +7 -2
- data/lib/decidim/attributes/time_with_zone.rb +5 -1
- data/lib/decidim/content_parsers/blob_parser.rb +10 -8
- data/lib/decidim/content_parsers/user_parser.rb +1 -1
- data/lib/decidim/core/test/shared_examples/reports_examples.rb +48 -6
- data/lib/decidim/core/test/shared_examples/social_share_examples.rb +32 -0
- data/lib/decidim/core/test/shared_examples/uncommentable_component_examples.rb +26 -0
- data/lib/decidim/core/test/shared_examples/versions_controller_examples.rb +26 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/map/provider/dynamic_map/here.rb +1 -40
- data/lib/decidim/map/provider/static_map/here.rb +34 -0
- data/lib/decidim/moderation_tools.rb +16 -2
- data/lib/decidim/nicknamizable.rb +6 -9
- data/lib/decidim/reportable.rb +6 -2
- data/lib/decidim/translatable_attributes.rb +5 -1
- data/lib/tasks/upgrade/clean_hidden_resources.rake +33 -0
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +23 -20
- metadata +17 -15
- data/app/cells/decidim/author/flag.erb +0 -6
- data/app/cells/decidim/author/flag_user.erb +0 -14
- data/app/cells/decidim/flag_modal/flag_user.erb +0 -34
- data/app/cells/decidim/flag_modal/show.erb +0 -52
- data/app/cells/decidim/flag_modal_cell.rb +0 -56
- data/app/cells/decidim/profile_sidebar/show.erb +0 -167
- data/app/cells/decidim/profile_sidebar_cell.rb +0 -68
- data/app/packs/src/decidim/vendor/leaflet-tilelayer-here.js +0 -212
- data/app/views/decidim/reported_mailer/hide.html.erb +0 -9
data/config/locales/de.yml
CHANGED
@@ -4,10 +4,19 @@ de:
|
|
4
4
|
attributes:
|
5
5
|
account:
|
6
6
|
delete_reason: Grund, Ihr Konto zu löschen
|
7
|
+
attachment:
|
8
|
+
documents: Dokumente
|
9
|
+
image: Bild
|
10
|
+
photos: Fotos
|
7
11
|
common:
|
8
12
|
created_at: Erstellt am
|
13
|
+
content_block_attachment:
|
14
|
+
background_image: Hintergrundbild
|
15
|
+
main_image: Hauptbild
|
9
16
|
conversation:
|
10
17
|
body: Haupttext
|
18
|
+
editor_image:
|
19
|
+
file: Datei
|
11
20
|
group:
|
12
21
|
about: Über
|
13
22
|
avatar: Profilbild
|
@@ -16,12 +25,15 @@ de:
|
|
16
25
|
name: Name
|
17
26
|
nickname: Spitzname
|
18
27
|
phone: Telefonnummer
|
28
|
+
import:
|
29
|
+
file: Datei
|
19
30
|
message:
|
20
31
|
body: Haupttext
|
21
32
|
report:
|
22
33
|
details: Zusätzliche Kommentare
|
23
34
|
user:
|
24
35
|
about: Über
|
36
|
+
avatar: Profilbild
|
25
37
|
email: Ihre E-Mail
|
26
38
|
encrypted_password: Passwort
|
27
39
|
locale: Spracheinstellung
|
@@ -33,6 +45,14 @@ de:
|
|
33
45
|
personal_url: Persönliche URL
|
34
46
|
remove_avatar: Avatar entfernen
|
35
47
|
tos_agreement: Nutzungsvereinbarung
|
48
|
+
user_group:
|
49
|
+
avatar: Profilbild
|
50
|
+
errors:
|
51
|
+
models:
|
52
|
+
user:
|
53
|
+
attributes:
|
54
|
+
nickname:
|
55
|
+
format: Der Spitzname muss Kleinbuchstaben sein und keine Leerzeichen enthalten
|
36
56
|
models:
|
37
57
|
decidim/attachment_created_event: Anhang
|
38
58
|
decidim/component_published_event: Aktive Komponente
|
@@ -146,6 +166,7 @@ de:
|
|
146
166
|
front_page_link: Zur Startseite gehen
|
147
167
|
logo: "Offizielles Logo von %{organization}"
|
148
168
|
opens_in_new_tab: In neuem Tab öffnen
|
169
|
+
secondary_menu: Sekundäres Menü
|
149
170
|
skip_button: Zu Hauptinhalten überspringen
|
150
171
|
account:
|
151
172
|
blocked: Dieses Konto wurde wegen Verletzung der Nutzungsbedingungen gesperrt
|
@@ -467,7 +488,7 @@ de:
|
|
467
488
|
comment: Kommentar
|
468
489
|
debate: Debatte
|
469
490
|
initiative: Initiative
|
470
|
-
meeting:
|
491
|
+
meeting: Veranstaltung
|
471
492
|
order: Budget-Abstimmung
|
472
493
|
post: Beitrag
|
473
494
|
proposal: Vorschlag
|
@@ -499,6 +520,8 @@ de:
|
|
499
520
|
dummy_step_attribute1: Dummy-Schritt-Attribut 1
|
500
521
|
dummy_step_attribute2: Dummy-Schritt-Attribut 2
|
501
522
|
dummy_step_translatable_text: Übersetzbarer Blindtext des Schritts
|
523
|
+
pagination:
|
524
|
+
page_title: "%{component_name} - Seite %{current_page} von %{total_pages}"
|
502
525
|
contact: Kontakt
|
503
526
|
content_blocks:
|
504
527
|
announcement:
|
@@ -547,7 +570,7 @@ de:
|
|
547
570
|
metrics:
|
548
571
|
name: Organisationsmetriken
|
549
572
|
participatory_space_metrics:
|
550
|
-
name:
|
573
|
+
name: Teilnahme an Zahlen
|
551
574
|
participatory_space_stats:
|
552
575
|
name: Statistiken
|
553
576
|
social_networks_metadata:
|
@@ -665,7 +688,6 @@ de:
|
|
665
688
|
drag_and_drop_help: Sie können Bilder per Drag & Drop hinzufügen oder per Copy & Paste.
|
666
689
|
endorsement_buttons_cell:
|
667
690
|
already_endorsed: Gefällt mir nicht
|
668
|
-
endorse: Gefällt mir
|
669
691
|
endorsements:
|
670
692
|
identities:
|
671
693
|
done: Erledigt
|
@@ -739,6 +761,11 @@ de:
|
|
739
761
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title}. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
740
762
|
email_subject: Abgelehnte Änderung für %{amendable_title} von %{emendation_author_nickname}
|
741
763
|
notification_title: Die <a href="%{emendation_path}">Änderung</a> für <a href="%{amendable_path}">%{amendable_title}</a> von <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> wurde abgelehnt.
|
764
|
+
emendation_promoted:
|
765
|
+
follower:
|
766
|
+
email_intro: 'Eine Änderung wurde für %{amendable_title} abgelehnt. Sie können es auf dieser Seite sehen:'
|
767
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title} mitverfasst haben.
|
768
|
+
email_subject: Eine Änderung von %{emendation_author_nickname} ist als neuer %{amendable_type} veröffentlicht worden
|
742
769
|
attachments:
|
743
770
|
attachment_created:
|
744
771
|
email_intro: 'Ein neues Dokument wurde zu %{resource_title} hinzugefügt. Sie können es auf dieser Seite sehen:'
|
@@ -883,7 +910,7 @@ de:
|
|
883
910
|
error: Beim Folgen dieser Ressource ist ein Fehler aufgetreten.
|
884
911
|
participatory_space: Folgen Sie <span>%{resource_name}</span>
|
885
912
|
destroy:
|
886
|
-
button:
|
913
|
+
button: Nicht mehr folgen
|
887
914
|
error: Beim Entfolgen dieser Ressource ist ein Fehler aufgetreten.
|
888
915
|
forms:
|
889
916
|
attachment_link:
|
@@ -1181,20 +1208,26 @@ de:
|
|
1181
1208
|
not_started: Noch nicht begonnen
|
1182
1209
|
remaining: "%{time_distance} verbleibend"
|
1183
1210
|
metrics:
|
1211
|
+
blocked_users:
|
1212
|
+
description: Anzahl der blockierten Teilnehmenden
|
1184
1213
|
download:
|
1185
1214
|
csv: Daten herunterladen (CSV)
|
1186
1215
|
followers:
|
1187
1216
|
description: Anzahl der Benutzer, die dieser Teilnahme folgen
|
1188
1217
|
object: Anhänger
|
1189
|
-
title:
|
1218
|
+
title: Follower
|
1190
1219
|
participants:
|
1191
1220
|
description: Anzahl der aktiven Benutzer in der Organisation
|
1192
1221
|
object: Teilnehmer
|
1193
1222
|
title: Teilnehmer
|
1223
|
+
reported_users:
|
1224
|
+
description: Anzahl der gemeldeten Teilnehmenden
|
1225
|
+
user_reports:
|
1226
|
+
description: Anzahl der von Teilnehmenden getätigten Meldungen
|
1194
1227
|
users:
|
1195
1228
|
description: Anzahl der Benutzer in der Organisation
|
1196
1229
|
object: Benutzer
|
1197
|
-
title:
|
1230
|
+
title: Teilnehmer
|
1198
1231
|
newsletter_mailer:
|
1199
1232
|
newsletter:
|
1200
1233
|
no_reply_notice: Diese E-Mail wurde von einer Benachrichtigungs-E-Mail-Adresse versendet, die keine eingehende E-Mails akzeptieren kann. Bitte antworten Sie nicht auf diese Nachricht.
|
@@ -1256,10 +1289,12 @@ de:
|
|
1256
1289
|
notifications_digest_mailer:
|
1257
1290
|
header:
|
1258
1291
|
daily: Tägliche Zusammenfassung
|
1292
|
+
real_time: In Echtzeit
|
1259
1293
|
weekly: Wöchentliche Zusammenfassung
|
1260
1294
|
hello: Hallo %{name}
|
1261
1295
|
intro:
|
1262
1296
|
daily: 'Dies sind die Benachrichtigungen vom letzten Tag basierend auf den Aktivitäten, denen Sie folgen:'
|
1297
|
+
real_time: 'Es gibt eine Benachrichtigung über die Aktivität, die du folgst:'
|
1263
1298
|
weekly: 'Dies sind die Benachrichtigungen der letzten Woche, basierend auf den Aktivitäten, die Sie folgen:'
|
1264
1299
|
outro: Sie haben diese Benachrichtigung erhalten, weil Sie diesen Inhalt oder seine Verfassenden folgen. Sie können dem Inhalt direkt auf seiner Seite entfolgen.
|
1265
1300
|
see_more: Weitere Benachrichtigungen ansehen
|
@@ -1374,41 +1409,41 @@ de:
|
|
1374
1409
|
members: Mitglieder
|
1375
1410
|
officialized: Offizieller Teilnehmer
|
1376
1411
|
send_private_message: Private Nachricht senden
|
1377
|
-
sidebar:
|
1378
|
-
badges:
|
1379
|
-
info: Abzeichen werden verdient, indem bestimmte Aktivitäten in der Plattform ausgeführt werden.
|
1380
|
-
title: Abzeichen
|
1381
1412
|
user:
|
1382
1413
|
actions:
|
1383
1414
|
create_user_group: Gruppe erstellen
|
1384
1415
|
disabled_message: Nachricht
|
1385
1416
|
edit_profile: Profil bearbeiten
|
1386
1417
|
edit_user_group: Gruppenprofil bearbeiten
|
1387
|
-
invite_user:
|
1388
|
-
join_user_group:
|
1418
|
+
invite_user: Nutzer einladen
|
1419
|
+
join_user_group: Anfrage zur Teilnahme an der Gruppe
|
1389
1420
|
leave_user_group: Gruppe verlassen
|
1390
1421
|
manage_user_group: Gruppe verwalten
|
1391
1422
|
manage_user_group_admins: Admins verwalten
|
1392
1423
|
manage_user_group_users: Mitglieder verwalten
|
1393
1424
|
message: Nachricht
|
1394
|
-
resend_email_confirmation_instructions: E-Mail-Bestätigungsanweisungen erneut
|
1425
|
+
resend_email_confirmation_instructions: Senden Sie die E-Mail-Bestätigungsanweisungen erneut
|
1395
1426
|
confirmation_instructions_sent: E-Mail-Bestätigungsanweisungen gesendet.
|
1396
|
-
create_user_group: Gruppe erstellen
|
1397
|
-
edit_profile: Profil bearbeiten
|
1398
|
-
edit_user_group: Gruppenprofil bearbeiten
|
1399
1427
|
fill_in_email_to_confirm_it: Bitte geben Sie die E-Mail-Adresse Ihrer Gruppe zur Bestätigung ein.
|
1400
|
-
invite_user: Nutzer einladen
|
1401
|
-
join_user_group: Anfrage zur Teilnahme an der Gruppe
|
1402
|
-
leave_user_group: Gruppe verlassen
|
1403
|
-
manage_user_group_admins: Admins verwalten
|
1404
|
-
manage_user_group_users: Mitglieder verwalten
|
1405
|
-
resend_email_confirmation_instructions: Senden Sie die E-Mail-Bestätigungsanweisungen erneut
|
1406
1428
|
reported_mailer:
|
1407
|
-
|
1429
|
+
hidden_automatically:
|
1430
|
+
content: Gemeldeter Inhalt
|
1431
|
+
details: Details
|
1408
1432
|
hello: Hallo %{name},
|
1409
1433
|
manage_moderations: Moderationen verwalten
|
1434
|
+
participatory_space: Beteiligungsbereich
|
1435
|
+
reason: Begründung
|
1410
1436
|
report_html: <p>Der folgende <a href="%{url}">Inhalt</a> wurde automatisch ausgeblendet.</p>
|
1411
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
|
1412
1447
|
report:
|
1413
1448
|
authors: Autoren
|
1414
1449
|
content: Gemeldeter Inhalt
|
@@ -1426,6 +1461,10 @@ de:
|
|
1426
1461
|
create:
|
1427
1462
|
error: Beim Erstellen des Berichts ist ein Fehler aufgetreten. Bitte, versuche es noch einmal.
|
1428
1463
|
success: Der Bericht wurde erfolgreich erstellt und wird von einem Administrator überprüft.
|
1464
|
+
hide:
|
1465
|
+
success: Diese Ressource wurde ausgeblendet.
|
1466
|
+
parent_hidden:
|
1467
|
+
report_details: Die übergeordnete Ressource wurde ausgeblendet
|
1429
1468
|
resource_endorsements:
|
1430
1469
|
create:
|
1431
1470
|
error: Bei der Befürwortung ist ein Fehler aufgetreten.
|
@@ -1494,14 +1533,13 @@ de:
|
|
1494
1533
|
flag_user_modal:
|
1495
1534
|
already_reported: Dieser Inhalt wurde bereits gemeldet und wird von einem Administrator überprüft.
|
1496
1535
|
block: Diesen Teilnehmer blockieren
|
1497
|
-
|
1498
|
-
description: Was ist unangebracht über den Benutzer?
|
1536
|
+
description: Was ist unangemessen an diesem Teilnehmenden?
|
1499
1537
|
does_not_belong: Enthält illegale Aktivitäten, Selbstmorddrohungen, persönliche Informationen oder etwas anderes, von dem Sie denken, dass es nicht auf %{organization_name} gehört.
|
1500
1538
|
hide: Alle dessen Inhalte verbergen
|
1501
1539
|
offensive: Enthält Formen von Rassismus, Sexismus, Verleumdungen, persönliche Angriffe, Morddrohungen, Selbstmordanträge oder andere Formen von seelischer Gewalt.
|
1502
1540
|
report: Melden
|
1503
1541
|
spam: Enthält Clickbait, Werbung, Scams oder Script Bots.
|
1504
|
-
title: Unangemessenen
|
1542
|
+
title: Unangemessenen Teilnehmenden melden
|
1505
1543
|
floating_help:
|
1506
1544
|
help: Hilfe
|
1507
1545
|
follow_button:
|
data/config/locales/el.yml
CHANGED
@@ -31,6 +31,8 @@ el:
|
|
31
31
|
personal_url: Προσωπική ιστοσελίδα
|
32
32
|
remove_avatar: Αφαίρεση avatar
|
33
33
|
tos_agreement: Όροι Παροχής Υπηρεσιών
|
34
|
+
user_group:
|
35
|
+
avatar: Άβαταρ
|
34
36
|
models:
|
35
37
|
decidim/attachment_created_event: Συνημμένο
|
36
38
|
decidim/component_published_event: Ενεργό στοιχείο
|
@@ -436,6 +438,8 @@ el:
|
|
436
438
|
view_all: Προβολή όλων
|
437
439
|
metrics:
|
438
440
|
name: Μετρικά οργανισμού
|
441
|
+
participatory_space_metrics:
|
442
|
+
name: Μετρικά
|
439
443
|
static_page:
|
440
444
|
section:
|
441
445
|
name: Ενότητα
|
@@ -516,7 +520,6 @@ el:
|
|
516
520
|
drag_and_drop_help: Προσθήκη εικόνων σύροντας τις & ρίχνοντας ή επικολλώντας αυτές.
|
517
521
|
endorsement_buttons_cell:
|
518
522
|
already_endorsed: Δεν μου αρέσει
|
519
|
-
endorse: Μου αρέσει
|
520
523
|
endorsements:
|
521
524
|
identities:
|
522
525
|
done: Τέλος
|
@@ -910,6 +913,8 @@ el:
|
|
910
913
|
new_conversation: Νέα συνομιλία
|
911
914
|
next: Επόμενο
|
912
915
|
title: Συνομιλίες
|
916
|
+
reply_form:
|
917
|
+
placeholder: Η απάντησή σας...
|
913
918
|
show:
|
914
919
|
back: Πίσω σε όλες τις συνομιλίες
|
915
920
|
chat_with: Συνομιλία με
|
@@ -924,11 +929,9 @@ el:
|
|
924
929
|
participants:
|
925
930
|
description: Αριθμός ενεργών συμμετεχόντων στον οργανισμό
|
926
931
|
object: συμμετέχοντες
|
927
|
-
title: Συμμετέχοντες
|
928
932
|
users:
|
929
933
|
description: Αριθμός συμμετεχόντων στον οργανισμό
|
930
934
|
object: συμμετέχοντες
|
931
|
-
title: Συμμετέχοντες
|
932
935
|
newsletter_mailer:
|
933
936
|
newsletter:
|
934
937
|
unsubscribe: Για να εξαιρεθείτε από τη λήψη αυτού του τύπου email, πατήστε <a href="%{link}" target="_blank" class="unsubscribe">Κατάργηση εγγραφής</a>.
|
@@ -1057,14 +1060,12 @@ el:
|
|
1057
1060
|
conversations: Συνομιλίες
|
1058
1061
|
followers: Ακόλουθοι
|
1059
1062
|
following: Ακολουθεί
|
1063
|
+
group_admins: Διαχείριση διαχειριστών
|
1064
|
+
group_members: Διαχείριση μελών
|
1060
1065
|
groups: Ομάδες
|
1061
1066
|
members: Μέλη
|
1062
1067
|
officialized: Επίσημος συμμετέχων
|
1063
1068
|
send_private_message: Αποστολή προσωπικού μηνύματος
|
1064
|
-
sidebar:
|
1065
|
-
badges:
|
1066
|
-
info: Τα εμβλήματα κερδίζονται πραγματοποιώντας μια συγκεκριμένη δραστηριότητα στην πλατφόρμα.
|
1067
|
-
title: Εμβλήματα
|
1068
1069
|
user:
|
1069
1070
|
actions:
|
1070
1071
|
create_user_group: Δημιουργία ομάδας
|
@@ -1072,26 +1073,14 @@ el:
|
|
1072
1073
|
edit_user_group: Επεξεργασία προφίλ ομάδας
|
1073
1074
|
invite_user: Πρόσκληση συμμετέχοντα
|
1074
1075
|
join_user_group: Αίτημα συμμετοχής σε ομάδα
|
1076
|
+
leave_user_group: Αποχώρηση από την ομάδα
|
1075
1077
|
manage_user_group_admins: Διαχείριση διαχειριστών
|
1076
1078
|
manage_user_group_users: Διαχείριση μελών
|
1077
1079
|
message: Μήνυμα
|
1080
|
+
resend_email_confirmation_instructions: Επανάληψη αποστολής των οδηγιών επιβεβαίωσης μέσω email
|
1078
1081
|
confirmation_instructions_sent: Στάλθηκαν οι οδηγίες επιβεβαίωσης email.
|
1079
|
-
create_user_group: Δημιουργία ομάδας
|
1080
|
-
edit_profile: Επεξεργασία προφίλ
|
1081
|
-
edit_user_group: Επεξεργασία προφίλ ομάδας
|
1082
1082
|
fill_in_email_to_confirm_it: Συμπληρώστε τη διεύθυνση email της ομάδας σας για να την επιβεβαιώσετε.
|
1083
|
-
invite_user: Πρόσκληση συμμετέχοντα
|
1084
|
-
join_user_group: Αίτημα συμμετοχής σε ομάδα
|
1085
|
-
leave_user_group: Αποχώρηση από την ομάδα
|
1086
|
-
manage_user_group_admins: Διαχείριση διαχειριστών
|
1087
|
-
manage_user_group_users: Διαχείριση μελών
|
1088
|
-
resend_email_confirmation_instructions: Επανάληψη αποστολής των οδηγιών επιβεβαίωσης μέσω email
|
1089
1083
|
reported_mailer:
|
1090
|
-
hide:
|
1091
|
-
hello: Γεια σας %{name},
|
1092
|
-
manage_moderations: Διαχείριση εποπτεύσεων
|
1093
|
-
report_html: <p>Το παρακάτω <a href="%{url}">περιεχόμενο</a> αποκρύφτηκε αυτόματα.</p>
|
1094
|
-
subject: Ένας πόρος αποκρύφτηκε αυτόματα
|
1095
1084
|
report:
|
1096
1085
|
authors: Συγγραφείς
|
1097
1086
|
content: Αναφερόμενο περιεχόμενο
|
data/config/locales/en.yml
CHANGED
@@ -4,10 +4,19 @@ en:
|
|
4
4
|
attributes:
|
5
5
|
account:
|
6
6
|
delete_reason: Reason to delete your account
|
7
|
+
attachment:
|
8
|
+
documents: Documents
|
9
|
+
image: Image
|
10
|
+
photos: Photos
|
7
11
|
common:
|
8
12
|
created_at: Created at
|
13
|
+
content_block_attachment:
|
14
|
+
background_image: Background image
|
15
|
+
main_image: Main image
|
9
16
|
conversation:
|
10
17
|
body: Body
|
18
|
+
editor_image:
|
19
|
+
file: File
|
11
20
|
group:
|
12
21
|
about: About
|
13
22
|
avatar: Avatar
|
@@ -16,12 +25,15 @@ en:
|
|
16
25
|
name: Name
|
17
26
|
nickname: Nickname
|
18
27
|
phone: Phone
|
28
|
+
import:
|
29
|
+
file: File
|
19
30
|
message:
|
20
31
|
body: Body
|
21
32
|
report:
|
22
33
|
details: Additional comments
|
23
34
|
user:
|
24
35
|
about: About
|
36
|
+
avatar: Avatar
|
25
37
|
email: Your email
|
26
38
|
encrypted_password: Password
|
27
39
|
locale: Locale
|
@@ -33,6 +45,14 @@ en:
|
|
33
45
|
personal_url: Personal URL
|
34
46
|
remove_avatar: Remove avatar
|
35
47
|
tos_agreement: Terms of service agreement
|
48
|
+
user_group:
|
49
|
+
avatar: Avatar
|
50
|
+
errors:
|
51
|
+
models:
|
52
|
+
user:
|
53
|
+
attributes:
|
54
|
+
nickname:
|
55
|
+
format: The nickname must be lowercase and contain no spaces
|
36
56
|
models:
|
37
57
|
decidim/attachment_created_event: Attachment
|
38
58
|
decidim/component_published_event: Active component
|
@@ -146,6 +166,7 @@ en:
|
|
146
166
|
front_page_link: Go to front page
|
147
167
|
logo: "%{organization}'s official logo"
|
148
168
|
opens_in_new_tab: Opens in new tab
|
169
|
+
secondary_menu: Secondary menu
|
149
170
|
skip_button: Skip to main content
|
150
171
|
account:
|
151
172
|
blocked: This account has been blocked due to terms of service violation
|
@@ -499,6 +520,8 @@ en:
|
|
499
520
|
dummy_step_attribute1: Dummy Step Attribute 1
|
500
521
|
dummy_step_attribute2: Dummy Step Attribute 2
|
501
522
|
dummy_step_translatable_text: Dummy Step Translatable Text
|
523
|
+
pagination:
|
524
|
+
page_title: "%{component_name} - Page %{current_page} of %{total_pages}"
|
502
525
|
contact: Contact
|
503
526
|
content_blocks:
|
504
527
|
announcement:
|
@@ -741,6 +764,11 @@ en:
|
|
741
764
|
email_outro: You have received this notification because you are following %{amendable_title}. You can stop receiving notifications following the previous link.
|
742
765
|
email_subject: Amendment rejected for %{amendable_title} from %{emendation_author_nickname}
|
743
766
|
notification_title: The <a href="%{emendation_path}">amendment</a> created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> has been rejected for <a href="%{amendable_path}">%{amendable_title}</a>.
|
767
|
+
emendation_promoted:
|
768
|
+
follower:
|
769
|
+
email_intro: 'An emendation has been published for %{amendable_title}. You can see it from this page:'
|
770
|
+
email_outro: You have received this notification because you are an author of %{amendable_title}.
|
771
|
+
email_subject: An emendation from %{emendation_author_nickname} has been published as a new %{amendable_type}
|
744
772
|
attachments:
|
745
773
|
attachment_created:
|
746
774
|
email_intro: 'A new document has been added to %{resource_title}. You can see it from this page:'
|
@@ -1183,6 +1211,8 @@ en:
|
|
1183
1211
|
not_started: Not started yet
|
1184
1212
|
remaining: "%{time_distance} remaining"
|
1185
1213
|
metrics:
|
1214
|
+
blocked_users:
|
1215
|
+
description: Number of blocked participants
|
1186
1216
|
download:
|
1187
1217
|
csv: Download data (CSV)
|
1188
1218
|
followers:
|
@@ -1193,6 +1223,10 @@ en:
|
|
1193
1223
|
description: Number of active participants in organization
|
1194
1224
|
object: participants
|
1195
1225
|
title: Participants
|
1226
|
+
reported_users:
|
1227
|
+
description: Number of reported participants
|
1228
|
+
user_reports:
|
1229
|
+
description: Number of reports done by participants
|
1196
1230
|
users:
|
1197
1231
|
description: Number of participants in organization
|
1198
1232
|
object: participants
|
@@ -1258,10 +1292,12 @@ en:
|
|
1258
1292
|
notifications_digest_mailer:
|
1259
1293
|
header:
|
1260
1294
|
daily: Daily Notification Digest
|
1295
|
+
real_time: Real time
|
1261
1296
|
weekly: Weekly Notification Digest
|
1262
1297
|
hello: Hello %{name},
|
1263
1298
|
intro:
|
1264
1299
|
daily: 'These are the notifications from the last day based on the activity you are following:'
|
1300
|
+
real_time: 'These is a notification on the activity you are following:'
|
1265
1301
|
weekly: 'These are the notifications from the last week based on the activity you are following:'
|
1266
1302
|
outro: You have received these notifications because you are following this content or its authors. You can unfollow them from their respective pages.
|
1267
1303
|
see_more: See more notifications
|
@@ -1376,10 +1412,6 @@ en:
|
|
1376
1412
|
members: Members
|
1377
1413
|
officialized: Official participant
|
1378
1414
|
send_private_message: Send private message
|
1379
|
-
sidebar:
|
1380
|
-
badges:
|
1381
|
-
info: Badges are earned by performing specific activity in the platform.
|
1382
|
-
title: Badges
|
1383
1415
|
user:
|
1384
1416
|
actions:
|
1385
1417
|
create_user_group: Create group
|
@@ -1395,22 +1427,26 @@ en:
|
|
1395
1427
|
message: Message
|
1396
1428
|
resend_email_confirmation_instructions: Resend email confirmation instructions
|
1397
1429
|
confirmation_instructions_sent: Email confirmation instructions sent.
|
1398
|
-
create_user_group: Create group
|
1399
|
-
edit_profile: Edit profile
|
1400
|
-
edit_user_group: Edit group profile
|
1401
1430
|
fill_in_email_to_confirm_it: Please, fill in your group's email to confirm it.
|
1402
|
-
invite_user: Invite participant
|
1403
|
-
join_user_group: Request to join group
|
1404
|
-
leave_user_group: Leave group
|
1405
|
-
manage_user_group_admins: Manage admins
|
1406
|
-
manage_user_group_users: Manage members
|
1407
|
-
resend_email_confirmation_instructions: Resend email confirmation instructions
|
1408
1431
|
reported_mailer:
|
1409
|
-
|
1432
|
+
hidden_automatically:
|
1433
|
+
content: Reported content
|
1434
|
+
details: Details
|
1410
1435
|
hello: Hello %{name},
|
1411
1436
|
manage_moderations: Manage moderations
|
1437
|
+
participatory_space: Participatory space
|
1438
|
+
reason: Reason
|
1412
1439
|
report_html: <p>The following <a href="%{url}">content</a> has been hidden automatically.</p>
|
1413
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}
|
1414
1450
|
report:
|
1415
1451
|
authors: Authors
|
1416
1452
|
content: Reported content
|
@@ -1428,6 +1464,10 @@ en:
|
|
1428
1464
|
create:
|
1429
1465
|
error: An error ocurred while creating the report. Please, try it again.
|
1430
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.
|
1469
|
+
parent_hidden:
|
1470
|
+
report_details: The parent resource was hidden
|
1431
1471
|
resource_endorsements:
|
1432
1472
|
create:
|
1433
1473
|
error: There was a problem during the endorsement action.
|
@@ -1496,14 +1536,13 @@ en:
|
|
1496
1536
|
flag_user_modal:
|
1497
1537
|
already_reported: This content is already reported and it will be reviewed by an admin.
|
1498
1538
|
block: Block this participant
|
1499
|
-
|
1500
|
-
description: What is inappropriate about the user?
|
1539
|
+
description: What is inappropriate about this participant?
|
1501
1540
|
does_not_belong: Contains illegal activity, suicide threats, personal information, or something else you think does not belong on %{organization_name}.
|
1502
1541
|
hide: Hide all their contents
|
1503
1542
|
offensive: Contains racism, sexism, slurs, personal attacks, death threats, suicide requests or any form of hate speech.
|
1504
1543
|
report: Report
|
1505
1544
|
spam: Contains clickbait, advertising, scams or script bots.
|
1506
|
-
title: Report inappropriate
|
1545
|
+
title: Report inappropriate participant
|
1507
1546
|
floating_help:
|
1508
1547
|
help: Help
|
1509
1548
|
follow_button:
|
data/config/locales/eo.yml
CHANGED
@@ -23,6 +23,8 @@ eo:
|
|
23
23
|
password_confirmation: Konfirmu vian pasvorton
|
24
24
|
personal_url: Persona URL
|
25
25
|
remove_avatar: Forigi avataron
|
26
|
+
user_group:
|
27
|
+
avatar: Avataro
|
26
28
|
models:
|
27
29
|
decidim/attachment_created_event: Ligiteco
|
28
30
|
decidim/component_published_event: Aktiva komponanto
|