decidim-admin 0.26.4 → 0.26.7

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.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/app/commands/decidim/admin/publish_component.rb +1 -1
  3. data/app/commands/decidim/admin/unblock_user.rb +1 -1
  4. data/app/controllers/decidim/admin/block_user_controller.rb +3 -3
  5. data/app/controllers/decidim/admin/newsletter_templates_controller.rb +1 -1
  6. data/app/controllers/decidim/admin/newsletters_controller.rb +1 -1
  7. data/app/forms/decidim/admin/block_user_form.rb +2 -2
  8. data/app/helpers/decidim/admin/bulk_actions_helper.rb +1 -6
  9. data/app/models/decidim/admin/fake_newsletter.rb +20 -0
  10. data/app/packs/src/decidim/admin/draggable-list.js +1 -1
  11. data/app/packs/stylesheets/decidim/admin/extra/_quill.scss +7 -0
  12. data/app/permissions/decidim/admin/permissions.rb +32 -2
  13. data/app/views/decidim/admin/moderated_users/index.html.erb +1 -1
  14. data/app/views/decidim/admin/officializations/index.html.erb +14 -10
  15. data/app/views/decidim/admin/static_pages/_form.html.erb +1 -1
  16. data/config/locales/ar.yml +26 -16
  17. data/config/locales/ca.yml +21 -10
  18. data/config/locales/cs.yml +16 -4
  19. data/config/locales/de.yml +17 -8
  20. data/config/locales/el.yml +0 -5
  21. data/config/locales/en.yml +13 -2
  22. data/config/locales/es-MX.yml +17 -6
  23. data/config/locales/es-PY.yml +17 -6
  24. data/config/locales/es.yml +20 -9
  25. data/config/locales/eu.yml +32 -19
  26. data/config/locales/fa-IR.yml +1 -0
  27. data/config/locales/fi-plain.yml +15 -4
  28. data/config/locales/fi.yml +19 -8
  29. data/config/locales/fr-CA.yml +15 -4
  30. data/config/locales/fr.yml +15 -4
  31. data/config/locales/gl.yml +0 -5
  32. data/config/locales/hu.yml +36 -22
  33. data/config/locales/id-ID.yml +1 -3
  34. data/config/locales/is-IS.yml +4 -3
  35. data/config/locales/it.yml +1 -6
  36. data/config/locales/ja.yml +21 -9
  37. data/config/locales/ka-GE.yml +1 -0
  38. data/config/locales/kaa.yml +1 -0
  39. data/config/locales/lb.yml +0 -5
  40. data/config/locales/lt.yml +0 -5
  41. data/config/locales/lv.yml +1 -5
  42. data/config/locales/nl.yml +1 -6
  43. data/config/locales/no.yml +0 -5
  44. data/config/locales/pl.yml +0 -5
  45. data/config/locales/pt-BR.yml +1 -6
  46. data/config/locales/pt.yml +0 -5
  47. data/config/locales/ro-RO.yml +26 -14
  48. data/config/locales/ru.yml +4 -3
  49. data/config/locales/sk.yml +1 -5
  50. data/config/locales/sr-CS.yml +8 -4
  51. data/config/locales/sv.yml +15 -8
  52. data/config/locales/tr-TR.yml +2 -5
  53. data/config/locales/uk.yml +4 -3
  54. data/config/locales/zh-CN.yml +1 -5
  55. data/config/locales/zh-TW.yml +1075 -0
  56. data/lib/decidim/admin/test/manage_moderations_examples.rb +7 -1
  57. data/lib/decidim/admin/version.rb +1 -1
  58. metadata +11 -8
@@ -14,17 +14,24 @@ fi-pl:
14
14
  description: Kuvaus
15
15
  file: Tiedosto
16
16
  title: Liitetiedoston tai kuvan nimi
17
+ weight: Järjestysnumero
17
18
  attachment_collection:
18
19
  description: Kuvaus
19
20
  name: Nimi
21
+ weight: Järjestysnumero
20
22
  category:
21
23
  description: Kuvaus
22
24
  name: Nimi
23
25
  parent_id: Yläaihepiiri
26
+ weight: Järjestysnumero
24
27
  component:
25
28
  name: Nimi
26
29
  published_at: Julkaistu osoitteessa
27
30
  weight: Järjestysnumero
31
+ external_domain:
32
+ value: Arvo
33
+ help_section:
34
+ content: Sisältö
28
35
  id: ID
29
36
  import:
30
37
  user_group_id: Tuo käyttäjänä
@@ -92,6 +99,9 @@ fi-pl:
92
99
  welcome_notification_body: Tervetuloilmoituksen runko
93
100
  welcome_notification_subject: Tervetuloilmoituksen otsikko
94
101
  youtube_handler: YouTube-käsittelijä
102
+ participatory_space_private_user:
103
+ email: Sähköpostiosoite
104
+ name: Nimi
95
105
  scope:
96
106
  code: Koodi
97
107
  name: Nimi
@@ -113,6 +123,7 @@ fi-pl:
113
123
  show_in_footer: Näytä alatunnisteessa
114
124
  slug: URL-tunniste
115
125
  title: Otsikko
126
+ topic_id: Aihe
116
127
  weight: Järjestysnumero
117
128
  static_page_topic:
118
129
  description: Kuvaus
@@ -632,7 +643,7 @@ fi-pl:
632
643
  nickname: Nimimerkki
633
644
  reason: Syy
634
645
  reports: Ilmoitusten määrä
635
- title: Ilmoitettujen käyttäjien lista
646
+ title: Ilmoitetut osallistujat
636
647
  report:
637
648
  reasons:
638
649
  does_not_belong: Ei kuulu
@@ -643,7 +654,7 @@ fi-pl:
643
654
  unblocked: Ei estetty
644
655
  moderations:
645
656
  index:
646
- title: Moderoinnit
657
+ title: Ilmoitettu sisältö
647
658
  report:
648
659
  reasons:
649
660
  does_not_belong: Ei kuulu
@@ -1038,7 +1049,7 @@ fi-pl:
1038
1049
  models:
1039
1050
  moderation:
1040
1051
  fields:
1041
- created_at: Luonnin ajankohta
1052
+ created_at: Luontipäivämäärä
1042
1053
  deleted_resource: Poistettu tietue
1043
1054
  hidden_at: Piilotuksen ajankohta
1044
1055
  participatory_space: Osallistumistila
@@ -1046,7 +1057,7 @@ fi-pl:
1046
1057
  reportable_id: ID
1047
1058
  reportable_type: Tyyppi
1048
1059
  reported_content_url: Raportoidun sisällön URL
1049
- reports: Raportit
1060
+ reports: Ilmoitukset
1050
1061
  visit_url: Vieraile URL-osoitteessa
1051
1062
  report:
1052
1063
  fields:
@@ -14,17 +14,24 @@ fi:
14
14
  description: Kuvaus
15
15
  file: Tiedosto
16
16
  title: Liitetiedoston tai kuvan nimi
17
+ weight: Järjestysnumero
17
18
  attachment_collection:
18
19
  description: Kuvaus
19
20
  name: Nimi
21
+ weight: Järjestysnumero
20
22
  category:
21
23
  description: Kuvaus
22
24
  name: Nimi
23
25
  parent_id: Yläaihepiiri
26
+ weight: Järjestysnumero
24
27
  component:
25
28
  name: Nimi
26
29
  published_at: Julkaistu osoitteessa
27
30
  weight: Järjestysnumero
31
+ external_domain:
32
+ value: Arvo
33
+ help_section:
34
+ content: Sisältö
28
35
  id: ID
29
36
  import:
30
37
  user_group_id: Tuo käyttäjänä
@@ -33,7 +40,7 @@ fi:
33
40
  subject: Otsikko
34
41
  organization:
35
42
  admin_terms_of_use_body: Hallintakäyttäjien käyttöehtojen sisältöteksti
36
- alert_color: Ilmoitus
43
+ alert_color: Virhe
37
44
  available_authorizations: Käytettävissä olevat tunnistautumistavat
38
45
  badges_enabled: Ota kunniamerkit käyttöön
39
46
  comments_max_length: Kommenttien maksimipituus (jätä arvoksi 0 käyttääksesi oletusarvoa)
@@ -92,6 +99,9 @@ fi:
92
99
  welcome_notification_body: Tervetuloilmoituksen runko
93
100
  welcome_notification_subject: Tervetuloilmoituksen otsikko
94
101
  youtube_handler: YouTube-käsittelijä
102
+ participatory_space_private_user:
103
+ email: Sähköpostiosoite
104
+ name: Nimi
95
105
  scope:
96
106
  code: Koodi
97
107
  name: Nimi
@@ -113,6 +123,7 @@ fi:
113
123
  show_in_footer: Näytä alatunnisteessa
114
124
  slug: URL-tunniste
115
125
  title: Otsikko
126
+ topic_id: Aihe
116
127
  weight: Järjestysnumero
117
128
  static_page_topic:
118
129
  description: Kuvaus
@@ -632,7 +643,7 @@ fi:
632
643
  nickname: Nimimerkki
633
644
  reason: Syy
634
645
  reports: Ilmoitusten määrä
635
- title: Ilmoitettujen käyttäjien lista
646
+ title: Ilmoitetut osallistujat
636
647
  report:
637
648
  reasons:
638
649
  does_not_belong: Ei kuulu
@@ -643,7 +654,7 @@ fi:
643
654
  unblocked: Ei estetty
644
655
  moderations:
645
656
  index:
646
- title: Moderoinnit
657
+ title: Ilmoitettu sisältö
647
658
  report:
648
659
  reasons:
649
660
  does_not_belong: Ei kuulu
@@ -812,8 +823,8 @@ fi:
812
823
  title: Sallittujen ulkoisten verkkotunnusten lista
813
824
  organization_homepage:
814
825
  edit:
815
- active_content_blocks: Aktiiviset sisältöblokit
816
- inactive_content_blocks: Ei-aktiiviset sisältöblokit
826
+ active_content_blocks: Aktiiviset sisältölohkot
827
+ inactive_content_blocks: Käytöstä poistetut sisältölohkot
817
828
  organization_homepage_content_blocks:
818
829
  edit:
819
830
  update: Päivitä
@@ -984,7 +995,7 @@ fi:
984
995
  success: Käyttäjän kutsuminen onnistui.
985
996
  destroy:
986
997
  error: Hallintakäyttäjän poisto epäonnistui.
987
- success: Käyttäjä ei ole enää hallinnointikäyttäjä.
998
+ success: Käyttäjä ei ole enää hallintakäyttäjä.
988
999
  form:
989
1000
  email: Sähköposti
990
1001
  name: Nimi
@@ -1038,7 +1049,7 @@ fi:
1038
1049
  models:
1039
1050
  moderation:
1040
1051
  fields:
1041
- created_at: Luonnin ajankohta
1052
+ created_at: Luontipäivämäärä
1042
1053
  deleted_resource: Poistettu tietue
1043
1054
  hidden_at: Piilotuksen ajankohta
1044
1055
  participatory_space: Osallistumistila
@@ -1046,7 +1057,7 @@ fi:
1046
1057
  reportable_id: ID
1047
1058
  reportable_type: Tyyppi
1048
1059
  reported_content_url: Raportoidun sisällön URL
1049
- reports: Raportit
1060
+ reports: Ilmoitukset
1050
1061
  visit_url: Vieraile URL-osoitteessa
1051
1062
  report:
1052
1063
  fields:
@@ -14,17 +14,24 @@ fr-CA:
14
14
  description: Description
15
15
  file: Fichier
16
16
  title: Nom de la pièce jointe ou de l'image
17
+ weight: Rang d'affichage
17
18
  attachment_collection:
18
19
  description: Description
19
20
  name: Titre
21
+ weight: Rang d'affichage
20
22
  category:
21
23
  description: Description
22
24
  name: Titre
23
25
  parent_id: Parent
26
+ weight: Rang d'affichage
24
27
  component:
25
28
  name: Titre
26
29
  published_at: Publiée à
27
30
  weight: Rang
31
+ external_domain:
32
+ value: Valeur
33
+ help_section:
34
+ content: Contenu
28
35
  id: ID
29
36
  import:
30
37
  user_group_id: Créer des imports en tant que
@@ -92,6 +99,9 @@ fr-CA:
92
99
  welcome_notification_body: Corps du mail de bienvenue
93
100
  welcome_notification_subject: Objet du mail de bienvenue
94
101
  youtube_handler: Gestionnaire YouTube
102
+ participatory_space_private_user:
103
+ email: Email
104
+ name: Nom
95
105
  scope:
96
106
  code: Code
97
107
  name: Titre
@@ -113,6 +123,7 @@ fr-CA:
113
123
  show_in_footer: Montrer dans le pied de page
114
124
  slug: Identifiant
115
125
  title: Titre
126
+ topic_id: Sujet
116
127
  weight: Rang
117
128
  static_page_topic:
118
129
  description: La description
@@ -191,7 +202,7 @@ fr-CA:
191
202
  required_review:
192
203
  alert: 'Obligatoire: Consultez nos conditions d''utilisation administrateur'
193
204
  callout: Veuillez prendre un moment pour consulter les conditions d'utilisation de l'administration. Sinon, vous ne pourrez pas gérer la plateforme.
194
- cta: Consulter les maintenant.
205
+ cta: Consultez les maintenant.
195
206
  title: Conditions d'utilisation administrateur
196
207
  area_types:
197
208
  create:
@@ -632,7 +643,7 @@ fr-CA:
632
643
  nickname: Pseudonyme
633
644
  reason: Raison du signalement
634
645
  reports: Nombre de signalements
635
- title: Liste des utilisateurs signalés
646
+ title: Participants signalés
636
647
  report:
637
648
  reasons:
638
649
  does_not_belong: N'appartient pas
@@ -643,7 +654,7 @@ fr-CA:
643
654
  unblocked: Non bloqué
644
655
  moderations:
645
656
  index:
646
- title: Modérations
657
+ title: Contenu signalé
647
658
  report:
648
659
  reasons:
649
660
  does_not_belong: N'appartient pas
@@ -1046,7 +1057,7 @@ fr-CA:
1046
1057
  reportable_id: ID
1047
1058
  reportable_type: Type
1048
1059
  reported_content_url: URL
1049
- reports: Motif
1060
+ reports: Signalements
1050
1061
  visit_url: Visitez l'URL
1051
1062
  report:
1052
1063
  fields:
@@ -14,17 +14,24 @@ fr:
14
14
  description: Description
15
15
  file: Fichier
16
16
  title: Nom de la pièce jointe ou de l'image
17
+ weight: Rang d'affichage
17
18
  attachment_collection:
18
19
  description: Description
19
20
  name: Titre
21
+ weight: Rang d'affichage
20
22
  category:
21
23
  description: Description
22
24
  name: Titre
23
25
  parent_id: Parent
26
+ weight: Rang d'affichage
24
27
  component:
25
28
  name: Titre
26
29
  published_at: Publiée à
27
30
  weight: Rang d'affichage
31
+ external_domain:
32
+ value: Valeur
33
+ help_section:
34
+ content: Contenu
28
35
  id: ID
29
36
  import:
30
37
  user_group_id: Créer des imports en tant que
@@ -92,6 +99,9 @@ fr:
92
99
  welcome_notification_body: Corps du mail de bienvenue
93
100
  welcome_notification_subject: Objet du mail de bienvenue
94
101
  youtube_handler: Gestionnaire YouTube
102
+ participatory_space_private_user:
103
+ email: Email
104
+ name: Nom
95
105
  scope:
96
106
  code: Code
97
107
  name: Titre
@@ -113,6 +123,7 @@ fr:
113
123
  show_in_footer: Montrer dans le pied de page
114
124
  slug: Identifiant
115
125
  title: Titre
126
+ topic_id: Sujet
116
127
  weight: Rang d'affichage
117
128
  static_page_topic:
118
129
  description: La description
@@ -632,7 +643,7 @@ fr:
632
643
  nickname: Pseudonyme
633
644
  reason: Raison du signalement
634
645
  reports: Nombre de signalements
635
- title: Liste des utilisateurs signalés
646
+ title: Participants signalés
636
647
  report:
637
648
  reasons:
638
649
  does_not_belong: N'appartient pas
@@ -643,7 +654,7 @@ fr:
643
654
  unblocked: Non bloqué
644
655
  moderations:
645
656
  index:
646
- title: Modérations
657
+ title: Contenu signalé
647
658
  report:
648
659
  reasons:
649
660
  does_not_belong: N'appartient pas
@@ -809,7 +820,7 @@ fr:
809
820
  up: Monter
810
821
  form:
811
822
  add: Ajouter à la liste blanche
812
- title: Liste blanche du domaine externe
823
+ title: Liste des domaines externes autorisés
813
824
  organization_homepage:
814
825
  edit:
815
826
  active_content_blocks: Blocs de contenu actif
@@ -1046,7 +1057,7 @@ fr:
1046
1057
  reportable_id: ID
1047
1058
  reportable_type: Type
1048
1059
  reported_content_url: URL
1049
- reports: Motif
1060
+ reports: Signalements
1050
1061
  visit_url: Visitez l'URL
1051
1062
  report:
1052
1063
  fields:
@@ -179,11 +179,9 @@ gl:
179
179
  error: Produciuse un erro ao aceptar os termos de uso do panel de administración.
180
180
  success: Xenial! Aceptaches os termos de uso do panel de administración.
181
181
  actions:
182
- refuse: Rexeitar os termos de uso
183
182
  title: Concordo cos termos e condicións de uso
184
183
  required_review:
185
184
  alert: 'Requirido: Revisa os nosos termos de uso do panel de administración'
186
- cta: Revísaos agora.
187
185
  title: Termos de uso do panel de administración
188
186
  area_types:
189
187
  create:
@@ -617,7 +615,6 @@ gl:
617
615
  nickname: Alcume
618
616
  reason: Motivo
619
617
  reports: Número de denuncias
620
- title: Listando os usuarios reportados
621
618
  report:
622
619
  reasons:
623
620
  does_not_belong: Non pertence
@@ -627,8 +624,6 @@ gl:
627
624
  blocked: Bloqueados
628
625
  unblocked: Sen bloquear
629
626
  moderations:
630
- index:
631
- title: Moderacións
632
627
  report:
633
628
  reasons:
634
629
  does_not_belong: Non pertence
@@ -14,17 +14,24 @@ hu:
14
14
  description: Leírás
15
15
  file: Fájl
16
16
  title: Melléklet vagy kép neve
17
+ weight: Sorrend rendezése
17
18
  attachment_collection:
18
19
  description: Leírás
19
20
  name: Név
21
+ weight: Sorrend rendezése
20
22
  category:
21
23
  description: Leírás
22
24
  name: Név
23
25
  parent_id: Parent
26
+ weight: Sorrend rendezése
24
27
  component:
25
28
  name: Név
26
29
  published_at: Publikálva
27
30
  weight: Pozíció sorrend
31
+ external_domain:
32
+ value: Érték
33
+ help_section:
34
+ content: Tartalom
28
35
  id: ID
29
36
  import:
30
37
  user_group_id: Az importáltak létrehozása mint
@@ -85,13 +92,15 @@ hu:
85
92
  success_color: Siker
86
93
  time_zone: Időzóna
87
94
  tos_version: Használati feltételek
88
- twitter_handler: Twitter handler
95
+ twitter_handler: Twitter kezelő
89
96
  user_groups_enabled: Csoportok engedélyezése
90
97
  users_registration_mode: Felhasználói regisztrációs mód
91
98
  warning_color: Figyelmeztetés
92
99
  welcome_notification_body: Üdvözlő értesítés szövegtörzse
93
100
  welcome_notification_subject: Üdvözlő üzenet tárgya
94
- youtube_handler: YouTube handler
101
+ youtube_handler: YouTube kezelő
102
+ participatory_space_private_user:
103
+ name: Név
95
104
  scope:
96
105
  code: Kód
97
106
  name: Név
@@ -113,6 +122,7 @@ hu:
113
122
  show_in_footer: Mutassa a láblécben
114
123
  slug: URL slug
115
124
  title: Cím
125
+ topic_id: Téma
116
126
  weight: Pozíció sorrend
117
127
  static_page_topic:
118
128
  description: Leírás
@@ -184,13 +194,14 @@ hu:
184
194
  error: Hiba történt az adminra vonatkozó általános szerződési feltételek elfogadása során.
185
195
  success: Nagyszerű! Elfogadtad az admin felhasználási feltételeket.
186
196
  actions:
197
+ accept: Egyetértek a feltételekkel
187
198
  are_you_sure: Biztosan visszautasítod az adminokra vonatkozó feltételek elfogadását?
188
- refuse: Admin feltételek elutasítása
199
+ refuse: Visszautasítja az admin feltételeket
189
200
  title: Elfogadom a felhasználási feltételeket
190
201
  required_review:
191
202
  alert: 'Szükséges: az admin felhasználási feltételek áttekintése'
192
203
  callout: Kérünk nézz rá az adminokra vonatkozó felhasználási feltételekre. Máskülönben nem fogod tudni adminisztrálni a platformot.
193
- cta: Áttekintés most.
204
+ cta: Tekintse át őket most.
194
205
  title: Admin felhasználási feltételek
195
206
  area_types:
196
207
  create:
@@ -440,7 +451,7 @@ hu:
440
451
  all: Összes
441
452
  managed: Felügyelt
442
453
  not_managed: Nem felügyelt
443
- filter_by: 'Szűrés ez alapján:'
454
+ filter_by: Szűrés ez alapján
444
455
  impersonate: Megszemélyesítés
445
456
  impersonate_new_managed_user: Új résztvevő kezelése
446
457
  managed: Felügyelt
@@ -488,13 +499,16 @@ hu:
488
499
  other: Hibát találtam az importfájlban a rendelésszámmal rendelkező rekordoknál %{indexes}.
489
500
  missing_headers:
490
501
  detail: Kérjük, ellenőrizze, hogy a fájl tartalmazza-e a szükséges oszlopokat.
502
+ message:
503
+ one: Hiányzó oszlop %{columns}.
504
+ other: Hiányzó oszlopok száma %{columns}.
491
505
  error: Hiba történt az importálás során
492
506
  example_error: Nem sikerült példát létrehozni a megadott típusra
493
507
  new:
494
508
  accepted_mime_types:
495
509
  csv: csv
496
510
  json: json
497
- xlsx: xlsx
511
+ xlsx: Xlsx
498
512
  actions:
499
513
  back: Vissza
500
514
  download_example: Példa letöltése
@@ -562,16 +576,16 @@ hu:
562
576
  impersonation_log:
563
577
  fields:
564
578
  admin: Admin
565
- ended_at: 'Befejeződik:'
566
- expired_at: 'Lejár:'
579
+ ended_at: 'Véget ért:'
580
+ expired_at: 'Lejárt:'
567
581
  reason: Indok
568
- started_at: 'Kezdődik:'
582
+ started_at: 'Elkezdődött:'
569
583
  user: Résztvevő
570
584
  newsletter:
571
585
  fields:
572
- created_at: 'Létrehozva:'
586
+ created_at: Létrehozva
573
587
  progress: Folyamat
574
- sent_at: 'Elküldve:'
588
+ sent_at: Elküldve
575
589
  sent_to: Címzett
576
590
  subject: Tárgy
577
591
  name: Hírlevél
@@ -595,7 +609,7 @@ hu:
595
609
  user: Létrehozta
596
610
  static_page:
597
611
  fields:
598
- created_at: 'Létrehozva:'
612
+ created_at: Létrehozva
599
613
  title: Cím
600
614
  user:
601
615
  fields:
@@ -611,7 +625,7 @@ hu:
611
625
  user_group:
612
626
  fields:
613
627
  actions: Műveletek
614
- created_at: 'Létrehozva:'
628
+ created_at: Létrehozva
615
629
  document_number: Dokumentum száma
616
630
  name: Név
617
631
  phone: Telefon
@@ -628,7 +642,7 @@ hu:
628
642
  nickname: Felhasználónév
629
643
  reason: Indok
630
644
  reports: Jelentések száma
631
- title: Jelentett felhasználók listája
645
+ title: Jelentett résztvevők
632
646
  report:
633
647
  reasons:
634
648
  does_not_belong: Nem tartozik hozzá
@@ -639,7 +653,7 @@ hu:
639
653
  unblocked: Nincs letiltva
640
654
  moderations:
641
655
  index:
642
- title: Moderálás
656
+ title: Jelentett tartalom
643
657
  report:
644
658
  reasons:
645
659
  does_not_belong: Nem tartozik hozzá
@@ -683,7 +697,7 @@ hu:
683
697
  title: Hírlevél szerkesztése
684
698
  index:
685
699
  all: mind
686
- all_users: 'Minden felhasználó'
700
+ all_users: 'Minden felhasználó '
687
701
  and: 'és '
688
702
  confirm_delete: Biztosan törölni szeretnéd ezt a hírlevelet?
689
703
  followers: 'követők '
@@ -736,7 +750,7 @@ hu:
736
750
  actions: Műveletek
737
751
  badge: Jelvény
738
752
  block: Felhasználó tiltása
739
- created_at: 'Létrehozva:'
753
+ created_at: Létrehozva
740
754
  name: Név
741
755
  nickname: Becenév
742
756
  not_officialized: Nem hivatalos
@@ -749,7 +763,7 @@ hu:
749
763
  unblock: Felhasználó tiltásának törlése
750
764
  unofficialize: Hivatalossá tétel visszavonása
751
765
  new:
752
- badge: A hitelesítés jelvénye
766
+ badge: A hivatalosság jelvénye
753
767
  officialize: Hivatalossá tétel
754
768
  title: '"%{name}" hivatalossá tétele'
755
769
  show_email_modal:
@@ -1003,10 +1017,10 @@ hu:
1003
1017
  reason: Indokolnod kell a nem menedzselt résztvevők kezelését
1004
1018
  metrics:
1005
1019
  blocked_users:
1006
- object: Letiltott felhasználók
1020
+ object: letiltott felhasználók
1007
1021
  title: Letiltott felhasználók
1008
1022
  reported_users:
1009
- object: Jelentett felhasználók
1023
+ object: jelentett felhasználók
1010
1024
  title: Jelentett felhasználók
1011
1025
  user_reports:
1012
1026
  object: felhasználói jelentések
@@ -1036,7 +1050,7 @@ hu:
1036
1050
  fields:
1037
1051
  created_at: Létrehozás dátuma
1038
1052
  deleted_resource: Törölt erőforrás
1039
- hidden_at: 'Rejtett itt:'
1053
+ hidden_at: Rejtve
1040
1054
  participatory_space: Részvételi tér
1041
1055
  report_count: Számol
1042
1056
  reportable_id: ID
@@ -1062,4 +1076,4 @@ hu:
1062
1076
  settings:
1063
1077
  title: Beállítások
1064
1078
  users:
1065
- title: résztvevők
1079
+ title: Résztvevők
@@ -397,8 +397,6 @@ id:
397
397
  state: Negara
398
398
  users_count: Jumlah pengguna
399
399
  moderations:
400
- index:
401
- title: Moderasi
402
400
  report:
403
401
  reasons:
404
402
  does_not_belong: Bukan milik
@@ -661,10 +659,10 @@ id:
661
659
  models:
662
660
  moderation:
663
661
  fields:
662
+ created_at: Tanggal pembuatan
664
663
  hidden_at: Tersembunyi di
665
664
  report_count: Menghitung
666
665
  reported_content_url: URL konten yang dilaporkan
667
- reports: Laporan
668
666
  visit_url: Kunjungi URL
669
667
  errors:
670
668
  messages:
@@ -371,8 +371,6 @@ is-IS:
371
371
  phone: Sími
372
372
  state: Ríki
373
373
  moderations:
374
- index:
375
- title: Moderations
376
374
  report:
377
375
  reasons:
378
376
  does_not_belong: Tilheyrir ekki
@@ -445,6 +443,9 @@ is-IS:
445
443
  homepage_highlighted_content_banner_title: Hápunktur efni borði
446
444
  images:
447
445
  layout_appearance_title: Breyta útliti útlits
446
+ organization_homepage_content_blocks:
447
+ edit:
448
+ update: Uppfæra
448
449
  participatory_space_private_users:
449
450
  new:
450
451
  create: Búa til
@@ -533,10 +534,10 @@ is-IS:
533
534
  models:
534
535
  moderation:
535
536
  fields:
537
+ created_at: Sköpunardegi
536
538
  hidden_at: Falinn á
537
539
  report_count: Telja
538
540
  reported_content_url: Tilkynnt efni vefslóð
539
- reports: Skýrslur
540
541
  visit_url: Heimsókn vefslóð
541
542
  errors:
542
543
  messages:
@@ -180,12 +180,10 @@ it:
180
180
  success: Ottimo! Hai accettato i termini d'uso dell'amministratrice/tore.
181
181
  actions:
182
182
  are_you_sure: Sei sicuro di voler rifiutare i termini di utilizzo dell'amministratore?
183
- refuse: Rifiuta i termini di amministrazione
184
183
  title: Accetta i termini e le condizioni di utilizzo
185
184
  required_review:
186
185
  alert: 'Richiesto: Rivedi i nostri termini di utilizzo dell''amministratrice/tore'
187
186
  callout: Ti preghiamo di prendere un momento per rivedere i Termini di utilizzo dell'amministratore. Altrimenti non sarai in grado di gestire la piattaforma.
188
- cta: Rivedili ora.
189
187
  title: Termini di utilizzo dell'amministratore
190
188
  area_types:
191
189
  create:
@@ -591,7 +589,6 @@ it:
591
589
  nickname: Nickname
592
590
  reason: Motivazione
593
591
  reports: Numero di segnalazioni
594
- title: Elencando gli utenti segnalati
595
592
  report:
596
593
  reasons:
597
594
  does_not_belong: Non appartiene
@@ -601,8 +598,6 @@ it:
601
598
  blocked: Bloccato
602
599
  unblocked: Non Bloccato
603
600
  moderations:
604
- index:
605
- title: Moderazione
606
601
  report:
607
602
  reasons:
608
603
  does_not_belong: Non appartiene
@@ -774,7 +769,7 @@ it:
774
769
  inactive_content_blocks: Blocchi di contenuto inattivo
775
770
  organization_homepage_content_blocks:
776
771
  edit:
777
- update: Aggiornare
772
+ update: Aggiorna
778
773
  participatory_space_private_users:
779
774
  create:
780
775
  error: Si è verificato un errore durante l'aggiunta di un utente privato per questo spazio partecipativo.