decidim-admin 0.28.0 → 0.28.2
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/admin/content_block_cell.rb +1 -1
- data/app/commands/decidim/admin/destroy_category.rb +1 -1
- data/app/controllers/decidim/admin/application_controller.rb +2 -1
- data/app/controllers/decidim/admin/area_types_controller.rb +1 -1
- data/app/controllers/decidim/admin/authorization_workflows_controller.rb +5 -1
- data/app/controllers/decidim/admin/conflicts_controller.rb +23 -0
- data/app/controllers/decidim/admin/impersonatable_users_controller.rb +3 -1
- data/app/controllers/decidim/admin/impersonations_controller.rb +1 -0
- data/app/controllers/decidim/admin/managed_users/impersonation_logs_controller.rb +2 -0
- data/app/controllers/decidim/admin/moderated_users_controller.rb +10 -0
- data/app/controllers/decidim/admin/moderations_controller.rb +10 -0
- data/app/controllers/decidim/admin/officializations_controller.rb +2 -0
- data/app/controllers/decidim/admin/organization_controller.rb +7 -4
- data/app/controllers/decidim/admin/scope_types_controller.rb +1 -1
- data/app/controllers/decidim/admin/static_page_topics_controller.rb +10 -0
- data/app/controllers/decidim/admin/user_groups_controller.rb +2 -0
- data/app/controllers/decidim/admin/users_controller.rb +2 -0
- data/app/events/decidim/resource_hidden_event.rb +5 -1
- data/app/helpers/decidim/admin/admin_terms_helper.rb +1 -1
- data/app/helpers/decidim/admin/filterable_helper.rb +1 -1
- data/app/packs/entrypoints/decidim_admin_overrides.scss +2 -0
- data/app/packs/images/decidim/admin/.keep +0 -0
- data/app/packs/src/decidim/admin/application.js +14 -1
- data/app/packs/src/decidim/admin/choose_language.js +2 -0
- data/app/packs/src/decidim/admin/dynamic_fields.component.js +2 -1
- data/app/packs/src/decidim/admin/participatory_space_search.js +1 -1
- data/app/packs/stylesheets/decidim/admin/_filters.scss +1 -1
- data/app/packs/stylesheets/decidim/admin/_legacy_foundation.scss +10 -0
- data/app/packs/stylesheets/decidim/admin/_sidebar-menu.scss +4 -4
- data/app/packs/stylesheets/decidim/admin/_tabs.scss +6 -0
- data/app/packs/stylesheets/decidim/admin/decidim_application.scss +5 -0
- data/app/views/decidim/admin/admin_terms/show.html.erb +2 -2
- data/app/views/decidim/admin/area_types/edit.html.erb +2 -2
- data/app/views/decidim/admin/area_types/index.html.erb +2 -2
- data/app/views/decidim/admin/area_types/new.html.erb +2 -2
- data/app/views/decidim/admin/areas/edit.html.erb +2 -2
- data/app/views/decidim/admin/areas/index.html.erb +2 -2
- data/app/views/decidim/admin/areas/new.html.erb +2 -2
- data/app/views/decidim/admin/attachment_collections/edit.html.erb +2 -2
- data/app/views/decidim/admin/attachment_collections/index.html.erb +2 -2
- data/app/views/decidim/admin/attachment_collections/new.html.erb +2 -2
- data/app/views/decidim/admin/attachments/edit.html.erb +2 -2
- data/app/views/decidim/admin/attachments/index.html.erb +2 -2
- data/app/views/decidim/admin/attachments/new.html.erb +2 -2
- data/app/views/decidim/admin/authorization_workflows/index.html.erb +2 -2
- data/app/views/decidim/admin/block_user/new.html.erb +3 -4
- data/app/views/decidim/admin/categories/edit.html.erb +2 -2
- data/app/views/decidim/admin/categories/index.html.erb +7 -3
- data/app/views/decidim/admin/categories/new.html.erb +2 -2
- data/app/views/decidim/admin/components/edit.html.erb +2 -2
- data/app/views/decidim/admin/components/index.html.erb +2 -2
- data/app/views/decidim/admin/components/new.html.erb +2 -2
- data/app/views/decidim/admin/conflicts/index.html.erb +2 -2
- data/app/views/decidim/admin/dashboard/show.html.erb +2 -2
- data/app/views/decidim/admin/help_sections/_form.html.erb +2 -2
- data/app/views/decidim/admin/impersonatable_users/index.html.erb +2 -2
- data/app/views/decidim/admin/impersonations/new.html.erb +2 -2
- data/app/views/decidim/admin/imports/new.html.erb +2 -2
- data/app/views/decidim/admin/managed_users/impersonation_logs/index.html.erb +2 -2
- data/app/views/decidim/admin/managed_users/promotions/new.html.erb +2 -2
- data/app/views/decidim/admin/moderated_users/index.html.erb +2 -2
- data/app/views/decidim/admin/moderations/index.html.erb +2 -2
- data/app/views/decidim/admin/moderations/reports/index.html.erb +2 -2
- data/app/views/decidim/admin/moderations/reports/show.html.erb +2 -2
- data/app/views/decidim/admin/newsletter_templates/index.html.erb +5 -6
- data/app/views/decidim/admin/newsletter_templates/show.html.erb +16 -12
- data/app/views/decidim/admin/newsletters/edit.html.erb +2 -2
- data/app/views/decidim/admin/newsletters/index.html.erb +2 -2
- data/app/views/decidim/admin/newsletters/new.html.erb +2 -2
- data/app/views/decidim/admin/newsletters/select_recipients_to_deliver.html.erb +13 -9
- data/app/views/decidim/admin/newsletters/show.html.erb +29 -26
- data/app/views/decidim/admin/officializations/index.html.erb +1 -1
- data/app/views/decidim/admin/officializations/new.html.erb +2 -2
- data/app/views/decidim/admin/organization/_form.html.erb +5 -3
- data/app/views/decidim/admin/organization/edit.html.erb +2 -2
- data/app/views/decidim/admin/organization_appearance/edit.html.erb +2 -2
- data/app/views/decidim/admin/organization_external_domain_whitelist/edit.html.erb +2 -2
- data/app/views/decidim/admin/participatory_space_private_users/index.html.erb +2 -2
- data/app/views/decidim/admin/participatory_space_private_users/new.html.erb +2 -2
- data/app/views/decidim/admin/resource_permissions/edit.html.erb +2 -2
- data/app/views/decidim/admin/scope_types/edit.html.erb +2 -2
- data/app/views/decidim/admin/scope_types/index.html.erb +2 -2
- data/app/views/decidim/admin/scope_types/new.html.erb +2 -2
- data/app/views/decidim/admin/scopes/edit.html.erb +2 -2
- data/app/views/decidim/admin/scopes/index.html.erb +2 -2
- data/app/views/decidim/admin/scopes/new.html.erb +2 -2
- data/app/views/decidim/admin/shared/_filters.html.erb +1 -1
- data/app/views/decidim/admin/shared/_js-callout.html.erb +2 -2
- data/app/views/decidim/admin/shared/landing_page/_content_blocks.html.erb +2 -2
- data/app/views/decidim/admin/shared/landing_page_content_blocks/edit.html.erb +2 -2
- data/app/views/decidim/admin/static_page_topics/edit.html.erb +2 -2
- data/app/views/decidim/admin/static_page_topics/index.html.erb +2 -2
- data/app/views/decidim/admin/static_page_topics/new.html.erb +2 -2
- data/app/views/decidim/admin/static_pages/edit.html.erb +2 -2
- data/app/views/decidim/admin/static_pages/index.html.erb +2 -2
- data/app/views/decidim/admin/static_pages/new.html.erb +2 -2
- data/app/views/decidim/admin/user_groups/index.html.erb +2 -2
- data/app/views/decidim/admin/user_groups_csv_verifications/new.html.erb +2 -2
- data/app/views/decidim/admin/users/index.html.erb +2 -2
- data/app/views/decidim/admin/users/new.html.erb +2 -2
- data/app/views/layouts/decidim/admin/_breadcrumb.html.erb +1 -1
- data/app/views/layouts/decidim/admin/_header.html.erb +4 -0
- data/app/views/layouts/decidim/admin/_js_configuration.html.erb +1 -0
- data/app/views/layouts/decidim/admin/_sidebar_menu.html.erb +2 -2
- data/config/assets.rb +1 -0
- data/config/locales/ar.yml +11 -8
- data/config/locales/bg.yml +1025 -3
- data/config/locales/ca.yml +4 -1
- data/config/locales/cs.yml +6 -8
- data/config/locales/de.yml +15 -12
- data/config/locales/el.yml +2 -12
- data/config/locales/en.yml +4 -1
- data/config/locales/es-MX.yml +11 -8
- data/config/locales/es-PY.yml +11 -8
- data/config/locales/es.yml +20 -17
- data/config/locales/eu.yml +8 -5
- data/config/locales/fi-plain.yml +4 -1
- data/config/locales/fi.yml +6 -3
- data/config/locales/fr-CA.yml +5 -2
- data/config/locales/fr.yml +4 -1
- data/config/locales/ga-IE.yml +2 -4
- data/config/locales/gl.yml +8 -7
- data/config/locales/he-IL.yml +50 -0
- data/config/locales/hu.yml +36 -6
- data/config/locales/id-ID.yml +5 -0
- data/config/locales/is-IS.yml +5 -0
- data/config/locales/it.yml +8 -9
- data/config/locales/ja.yml +8 -4
- data/config/locales/ko.yml +774 -0
- data/config/locales/lb.yml +8 -10
- data/config/locales/lt.yml +3 -14
- data/config/locales/lv.yml +8 -0
- data/config/locales/nl.yml +7 -9
- data/config/locales/no.yml +20 -9
- data/config/locales/pl.yml +74 -4
- data/config/locales/pt-BR.yml +50 -12
- data/config/locales/pt.yml +8 -10
- data/config/locales/ro-RO.yml +2 -13
- data/config/locales/ru.yml +5 -0
- data/config/locales/sk.yml +5 -0
- data/config/locales/sl.yml +5 -0
- data/config/locales/sq-AL.yml +490 -0
- data/config/locales/sr-CS.yml +5 -0
- data/config/locales/sv.yml +7 -9
- data/config/locales/th-TH.yml +101 -0
- data/config/locales/tr-TR.yml +11 -0
- data/config/locales/uk.yml +5 -0
- data/config/locales/zh-CN.yml +5 -0
- data/config/locales/zh-TW.yml +3 -11
- data/decidim-admin.gemspec +43 -0
- data/lib/decidim/admin/engine.rb +1 -25
- data/lib/decidim/admin/menu.rb +13 -4
- data/lib/decidim/admin/test/admin_participatory_space_access_examples.rb +27 -0
- data/lib/decidim/admin/test/commands/destroy_category_examples.rb +9 -0
- data/lib/decidim/admin/test/invite_participatory_space_admins_shared_examples.rb +180 -0
- data/lib/decidim/admin/test/invite_participatory_space_collaborators_shared_examples.rb +67 -0
- data/lib/decidim/admin/test/invite_participatory_space_moderators_shared_examples.rb +77 -0
- data/lib/decidim/admin/test/invite_participatory_space_users_shared_context.rb +33 -0
- data/lib/decidim/admin/test/manage_attachment_collections_examples.rb +12 -11
- data/lib/decidim/admin/test/manage_categories_examples.rb +11 -8
- data/lib/decidim/admin/test/manage_hide_content_examples.rb +4 -0
- data/lib/decidim/admin/test.rb +1 -0
- data/lib/decidim/admin/version.rb +1 -1
- metadata +20 -13
- data/app/mailers/decidim/admin/application_mailer.rb +0 -12
- data/config/environment.rb +0 -3
data/config/locales/eu.yml
CHANGED
@@ -188,6 +188,7 @@ eu:
|
|
188
188
|
export: Esportatu dena
|
189
189
|
export-selection: Esportatu hautaketa
|
190
190
|
import: Inportatu
|
191
|
+
manage: Kudeatu
|
191
192
|
newsletter:
|
192
193
|
new: Beste buletin bat
|
193
194
|
participatory_space_private_user:
|
@@ -288,7 +289,7 @@ eu:
|
|
288
289
|
block_user:
|
289
290
|
new:
|
290
291
|
action: Blokeatu kontua eta bidali justifikazioa
|
291
|
-
already_reported_html: Ekintza honekin jarraituz
|
292
|
+
already_reported_html: Ekintza honekin jarraituz, parte-hartzailearen eduki guztiak ere ezkutatuko dituzu.
|
292
293
|
description: Erabiltzaile baten blokeoak kontu erabilezina utziko du. Zure justifikazioan zein irizpideren arabera desblokeatuko zenukeen azaldu dezakezu.
|
293
294
|
justification: Justifikazioa
|
294
295
|
title: Blokeatu erabiltzaile hau %{name}
|
@@ -379,8 +380,8 @@ eu:
|
|
379
380
|
dashboard:
|
380
381
|
pending_moderations:
|
381
382
|
anouncement:
|
382
|
-
one:
|
383
|
-
other: '%{count}
|
383
|
+
one: Moderazio bat falta da
|
384
|
+
other: '%{count} moderazio daude zain'
|
384
385
|
goto_moderation: Joan moderazio globaletara
|
385
386
|
title: Zain dauden moderazioak
|
386
387
|
show:
|
@@ -562,12 +563,14 @@ eu:
|
|
562
563
|
appearance: Itxura
|
563
564
|
area_types: Arlo motak
|
564
565
|
areas: Arloak
|
566
|
+
components: Osagaiak
|
565
567
|
configuration: Konfigurazioa
|
566
568
|
content: Eduki salatua
|
567
|
-
external_domain_whitelist:
|
569
|
+
external_domain_whitelist: Baimendutako kanpoko domeinuak
|
568
570
|
help_sections: Laguntza atalak
|
569
571
|
homepage: Orrialde nagusia
|
570
572
|
impersonations: Inpertsonazioak
|
573
|
+
manage: Kudeatu
|
571
574
|
moderation: Moderazio globalak
|
572
575
|
newsletters: Buletinak
|
573
576
|
participants: Parte-hartzaileak
|
@@ -854,7 +857,7 @@ eu:
|
|
854
857
|
external_domain:
|
855
858
|
down: Jaitsi
|
856
859
|
external_domain: Kanpoko domeinua
|
857
|
-
remove:
|
860
|
+
remove: Ezabatu
|
858
861
|
up: Igo
|
859
862
|
form:
|
860
863
|
add: Gehitu zerrenda zurian
|
data/config/locales/fi-plain.yml
CHANGED
@@ -188,6 +188,7 @@ fi-pl:
|
|
188
188
|
export: Vie kaikki
|
189
189
|
export-selection: Vie valitut
|
190
190
|
import: Tuo
|
191
|
+
manage: Hallitse
|
191
192
|
newsletter:
|
192
193
|
new: Uusi uutiskirje
|
193
194
|
participatory_space_private_user:
|
@@ -288,7 +289,7 @@ fi-pl:
|
|
288
289
|
block_user:
|
289
290
|
new:
|
290
291
|
action: Estä tili ja lähetä perustelut
|
291
|
-
already_reported_html: Tämä toiminto piilottaa myös kaiken sisällön, jonka kyseinen osallistuja on luonut.
|
292
|
+
already_reported_html: Tämä toiminto piilottaa myös kaiken sisällön, jonka kyseinen osallistuja on luonut.
|
292
293
|
description: Estämällä käyttäjän estät kyseisen käyttäjän pääsyn hänen omalle tililleen. Voit antaa perusteluissasi ja ohjeistuksissasi tietoa siitä, mitä kyseinen käyttäjä voi tehdä palauttaakseen pääsyn tililleen.
|
293
294
|
justification: Perustelut
|
294
295
|
title: Estä käyttäjä %{name}
|
@@ -571,12 +572,14 @@ fi-pl:
|
|
571
572
|
appearance: Ulkoasu
|
572
573
|
area_types: Aluetyypit
|
573
574
|
areas: Alueet
|
575
|
+
components: Komponentit
|
574
576
|
configuration: Asetukset
|
575
577
|
content: Ilmoitettu sisältö
|
576
578
|
external_domain_whitelist: Sallitut ulkoiset verkko-osoitteet
|
577
579
|
help_sections: Ohjeosiot
|
578
580
|
homepage: Kotisivu
|
579
581
|
impersonations: Esiintymiset toisena käyttäjänä
|
582
|
+
manage: Hallitse
|
580
583
|
moderation: Yleiset moderoinnit
|
581
584
|
newsletters: Uutiskirjeet
|
582
585
|
participants: Osallistujat
|
data/config/locales/fi.yml
CHANGED
@@ -56,7 +56,7 @@ fi:
|
|
56
56
|
enable_omnipresent_banner: Näytä kaikkialla näkyvä banneri
|
57
57
|
enable_participatory_space_filters: Ota käyttöön osallistumistilan suodattimet
|
58
58
|
facebook_handler: Facebook-käsittelijä
|
59
|
-
favicon:
|
59
|
+
favicon: Kuvake
|
60
60
|
force_authentication: Kirjautuminen vaaditaan
|
61
61
|
force_users_to_authenticate_before_access_organization: Pakota käyttäjät kirjautumaan ennen organisaatioon pääsyä
|
62
62
|
from: Lähettäjän sähköpostiosoite
|
@@ -188,6 +188,7 @@ fi:
|
|
188
188
|
export: Vie kaikki
|
189
189
|
export-selection: Vie valitut
|
190
190
|
import: Tuo
|
191
|
+
manage: Hallitse
|
191
192
|
newsletter:
|
192
193
|
new: Uusi uutiskirje
|
193
194
|
participatory_space_private_user:
|
@@ -288,7 +289,7 @@ fi:
|
|
288
289
|
block_user:
|
289
290
|
new:
|
290
291
|
action: Estä tili ja lähetä perustelut
|
291
|
-
already_reported_html: Tämä toiminto piilottaa myös kaiken sisällön, jonka kyseinen osallistuja on luonut.
|
292
|
+
already_reported_html: Tämä toiminto piilottaa myös kaiken sisällön, jonka kyseinen osallistuja on luonut.
|
292
293
|
description: Estämällä käyttäjän estät kyseisen käyttäjän pääsyn hänen omalle tililleen. Voit antaa perusteluissasi ja ohjeistuksissasi tietoa siitä, mitä kyseinen käyttäjä voi tehdä palauttaakseen pääsyn tililleen.
|
293
294
|
justification: Perustelut
|
294
295
|
title: Estä käyttäjä %{name}
|
@@ -571,12 +572,14 @@ fi:
|
|
571
572
|
appearance: Ulkoasu
|
572
573
|
area_types: Aluetyypit
|
573
574
|
areas: Alueet
|
575
|
+
components: Komponentit
|
574
576
|
configuration: Asetukset
|
575
577
|
content: Ilmoitettu sisältö
|
576
578
|
external_domain_whitelist: Sallitut ulkoiset verkko-osoitteet
|
577
579
|
help_sections: Ohjeosiot
|
578
580
|
homepage: Kotisivu
|
579
581
|
impersonations: Esiintymiset toisena käyttäjänä
|
582
|
+
manage: Hallitse
|
580
583
|
moderation: Yleiset moderoinnit
|
581
584
|
newsletters: Uutiskirjeet
|
582
585
|
participants: Osallistujat
|
@@ -960,7 +963,7 @@ fi:
|
|
960
963
|
success: Tunnisteen poistaminen onnistui.
|
961
964
|
share_tokens:
|
962
965
|
empty: Aktiivisia tunnisteita ei ole tällä hetkellä.
|
963
|
-
help: Näitä tunnisteita käytetään jaettaessa tätä julkaisematonta kohdetta muille käyttäjille. Ne piilotetaan, kun kohde julkaistaan. Klikkaa tunnisteen
|
966
|
+
help: Näitä tunnisteita käytetään jaettaessa tätä julkaisematonta kohdetta muille käyttäjille. Ne piilotetaan, kun kohde julkaistaan. Klikkaa tunnisteen jakokuvaketta vieraillaksesi jaettavassa URL-osoitteessa.
|
964
967
|
title: Jakotunnisteet
|
965
968
|
shared:
|
966
969
|
gallery:
|
data/config/locales/fr-CA.yml
CHANGED
@@ -188,6 +188,7 @@ fr-CA:
|
|
188
188
|
export: Tout exporter
|
189
189
|
export-selection: Exporter la sélection
|
190
190
|
import: Importer
|
191
|
+
manage: Gérer
|
191
192
|
newsletter:
|
192
193
|
new: Nouvelle newsletter
|
193
194
|
participatory_space_private_user:
|
@@ -288,7 +289,7 @@ fr-CA:
|
|
288
289
|
block_user:
|
289
290
|
new:
|
290
291
|
action: Bloquer le compte et envoyer la justification
|
291
|
-
already_reported_html: En poursuivant cette action, vous masquerez également tous les contenus du participant.
|
292
|
+
already_reported_html: En poursuivant cette action, vous masquerez également tous les contenus du participant.
|
292
293
|
description: Bloquer un utilisateur rendra son compte inutilisable. Vous devriez fournir dans votre justification des actions à effectuer par ce dernier pour envisager le déblocage.
|
293
294
|
justification: Justification
|
294
295
|
title: Bloquer l'utilisateur %{name}
|
@@ -571,12 +572,14 @@ fr-CA:
|
|
571
572
|
appearance: Apparence
|
572
573
|
area_types: Types de périmètre d'assemblée
|
573
574
|
areas: Zones d'application
|
575
|
+
components: Fonctionnalités
|
574
576
|
configuration: Configuration
|
575
577
|
content: Contenu signalé
|
576
578
|
external_domain_whitelist: Domaines externes autorisés
|
577
579
|
help_sections: Sections d'aide
|
578
580
|
homepage: Page d'accueil
|
579
581
|
impersonations: Utilisateurs représentés
|
582
|
+
manage: Gérer
|
580
583
|
moderation: Modération globale
|
581
584
|
newsletters: Bulletins d'information (newsletter)
|
582
585
|
participants: Participants
|
@@ -863,7 +866,7 @@ fr-CA:
|
|
863
866
|
external_domain:
|
864
867
|
down: Descendre
|
865
868
|
external_domain: Domaine externe
|
866
|
-
remove:
|
869
|
+
remove: Retirer
|
867
870
|
up: Monter
|
868
871
|
form:
|
869
872
|
add: Ajouter à la liste blanche
|
data/config/locales/fr.yml
CHANGED
@@ -188,6 +188,7 @@ fr:
|
|
188
188
|
export: Tout exporter
|
189
189
|
export-selection: Exporter la sélection
|
190
190
|
import: Importer
|
191
|
+
manage: Gérer
|
191
192
|
newsletter:
|
192
193
|
new: Nouvelle newsletter
|
193
194
|
participatory_space_private_user:
|
@@ -288,7 +289,7 @@ fr:
|
|
288
289
|
block_user:
|
289
290
|
new:
|
290
291
|
action: Bloquer le compte et envoyer la justification
|
291
|
-
already_reported_html: En poursuivant cette action, vous masquerez également tous les contenus du participant.
|
292
|
+
already_reported_html: En poursuivant cette action, vous masquerez également tous les contenus du participant.
|
292
293
|
description: Bloquer un utilisateur rendra son compte inutilisable, vous devriez fournir dans votre justification les conditions de déblocage de l'utilisateur.
|
293
294
|
justification: Justification
|
294
295
|
title: Bloquer l'utilisateur %{name}
|
@@ -571,12 +572,14 @@ fr:
|
|
571
572
|
appearance: Apparence
|
572
573
|
area_types: Types de périmètre d'assemblée
|
573
574
|
areas: Périmètres d'assemblée
|
575
|
+
components: Fonctionnalités
|
574
576
|
configuration: Configuration
|
575
577
|
content: Contenu signalé
|
576
578
|
external_domain_whitelist: Domaines externes autorisés
|
577
579
|
help_sections: Sections d'aide
|
578
580
|
homepage: Page d'accueil
|
579
581
|
impersonations: Utilisateurs représentés
|
582
|
+
manage: Gérer
|
580
583
|
moderation: Modération globale
|
581
584
|
newsletters: Bulletins d'information (newsletter)
|
582
585
|
participants: Participants
|
data/config/locales/ga-IE.yml
CHANGED
@@ -68,6 +68,7 @@ ga:
|
|
68
68
|
category:
|
69
69
|
new: Catagóir nua
|
70
70
|
import: Iompórtáil
|
71
|
+
manage: Bainistigh
|
71
72
|
per_page: In aghaidh an leathanach
|
72
73
|
reject: Diúltaigh
|
73
74
|
share: Roinn
|
@@ -192,6 +193,7 @@ ga:
|
|
192
193
|
admins: Riaracháin
|
193
194
|
areas: Ceantair
|
194
195
|
homepage: Leathanach baile
|
196
|
+
manage: Bainistigh
|
195
197
|
scopes: Scóip
|
196
198
|
settings: Socruithe
|
197
199
|
static_pages: Leathanaigh
|
@@ -316,10 +318,6 @@ ga:
|
|
316
318
|
organization_external_domain_whitelist:
|
317
319
|
edit:
|
318
320
|
update: Nuashonraigh
|
319
|
-
external_domain:
|
320
|
-
down: Ísligh
|
321
|
-
remove: Bain as
|
322
|
-
up: Ardaigh
|
323
321
|
participatory_space_private_users:
|
324
322
|
new:
|
325
323
|
create: Cruthaigh
|
data/config/locales/gl.yml
CHANGED
@@ -150,6 +150,7 @@ gl:
|
|
150
150
|
export: Exportar todo
|
151
151
|
export-selection: Exportar selección
|
152
152
|
import: Importar
|
153
|
+
manage: Xestionar
|
153
154
|
newsletter:
|
154
155
|
new: Novo boletín
|
155
156
|
participatory_space_private_user:
|
@@ -300,9 +301,6 @@ gl:
|
|
300
301
|
dashboard:
|
301
302
|
show:
|
302
303
|
view_more_logs: Ver máis rexistros
|
303
|
-
domain_whitelist:
|
304
|
-
form:
|
305
|
-
domain_too_short: Dominio curto de máis
|
306
304
|
exports:
|
307
305
|
export_as: "%{name} como %{export_format}"
|
308
306
|
formats:
|
@@ -472,6 +470,7 @@ gl:
|
|
472
470
|
help_sections: Seccións de axuda
|
473
471
|
homepage: Páxina de inicio
|
474
472
|
impersonations: Impersonacións
|
473
|
+
manage: Xestionar
|
475
474
|
moderation: Moderacións globais
|
476
475
|
newsletters: Boletíns informativos
|
477
476
|
participants: Participantes
|
@@ -716,10 +715,7 @@ gl:
|
|
716
715
|
omnipresent_banner_appearance_title: Editar o banner omnipresente
|
717
716
|
organization_external_domain_whitelist:
|
718
717
|
edit:
|
719
|
-
update:
|
720
|
-
external_domain:
|
721
|
-
external_domain: Dominio externo
|
722
|
-
remove: Eliminar
|
718
|
+
update: Actualización
|
723
719
|
participatory_space_private_users:
|
724
720
|
create:
|
725
721
|
error: Produciuse un erro engadindo un usuario privado a este espazo participativo.
|
@@ -936,3 +932,8 @@ gl:
|
|
936
932
|
errors:
|
937
933
|
messages:
|
938
934
|
invalid_json: JSON non válido
|
935
|
+
layouts:
|
936
|
+
decidim:
|
937
|
+
admin:
|
938
|
+
global_moderations:
|
939
|
+
title: Moderacións globais
|
@@ -0,0 +1,50 @@
|
|
1
|
+
---
|
2
|
+
he:
|
3
|
+
activemodel:
|
4
|
+
attributes:
|
5
|
+
area:
|
6
|
+
area_type: סוג איזור
|
7
|
+
name: שם
|
8
|
+
organization: ארגון
|
9
|
+
area_type:
|
10
|
+
name: שם
|
11
|
+
organization: ארגון
|
12
|
+
plural: רבים
|
13
|
+
attachment:
|
14
|
+
attachment_collection_id: תיקייה
|
15
|
+
description: תיאור
|
16
|
+
file: קובץ
|
17
|
+
title: צרופה או שם קובץ
|
18
|
+
weight: סידור המיקום
|
19
|
+
attachment_collection:
|
20
|
+
description: תיאור
|
21
|
+
name: שם
|
22
|
+
weight: סידור המיקום
|
23
|
+
category:
|
24
|
+
description: תיאור
|
25
|
+
name: שם
|
26
|
+
parent_id: הורה
|
27
|
+
weight: סידור המיקום
|
28
|
+
component:
|
29
|
+
name: שם
|
30
|
+
published_at: פורסם בתאריך
|
31
|
+
weight: סידור המיקום
|
32
|
+
external_domain:
|
33
|
+
value: ערך
|
34
|
+
help_section:
|
35
|
+
content: תוכן
|
36
|
+
id: מספר מזהה
|
37
|
+
import:
|
38
|
+
user_group_id: יצירת ייבוא כ
|
39
|
+
newsletter:
|
40
|
+
body: גוף
|
41
|
+
send_to_all_users: שליחה לכל המשתמשים.ות
|
42
|
+
send_to_followers: שליחה לכל העוקבים.ות
|
43
|
+
send_to_participants: שליחה למשתתפים.ות
|
44
|
+
subject: נושא
|
45
|
+
organization:
|
46
|
+
admin_terms_of_service_body: גוף התנאים וההגבלות של המנהל.ת
|
47
|
+
alert_color: התראה
|
48
|
+
available_authorizations: הרשאות זמינות
|
49
|
+
badges_enabled: אפשר תגיות
|
50
|
+
comments_max_length: אורך מקסימלי לתגובות (השאירו 0 לערך ברירת המחדל)
|
data/config/locales/hu.yml
CHANGED
@@ -38,6 +38,9 @@ hu:
|
|
38
38
|
user_group_id: Az importáltak létrehozása mint
|
39
39
|
newsletter:
|
40
40
|
body: Szöveg
|
41
|
+
send_to_all_users: Küldés az összes felhasználónak
|
42
|
+
send_to_followers: Küldés a követőknek
|
43
|
+
send_to_participants: Küldés a résztvevőknek
|
41
44
|
subject: Tárgy
|
42
45
|
organization:
|
43
46
|
admin_terms_of_service_body: Az adminisztrátori szolgáltatási feltételek szövegtörzse
|
@@ -93,6 +96,7 @@ hu:
|
|
93
96
|
tertiary_color: Harmadlagos
|
94
97
|
time_zone: Időzóna
|
95
98
|
tos_version: Használati feltételek
|
99
|
+
twitter_handler: X kezelő
|
96
100
|
user_groups_enabled: Csoportok engedélyezése
|
97
101
|
users_registration_mode: Felhasználói regisztrációs mód
|
98
102
|
warning_color: Figyelmeztetés
|
@@ -127,6 +131,7 @@ hu:
|
|
127
131
|
weight: Pozíció sorrend
|
128
132
|
static_page_topic:
|
129
133
|
description: Leírás
|
134
|
+
name: Téma neve
|
130
135
|
show_in_footer: Mutassa a láblécben
|
131
136
|
title: Cím
|
132
137
|
weight: Pozíció sorrend
|
@@ -183,6 +188,7 @@ hu:
|
|
183
188
|
export: Összes exportálása
|
184
189
|
export-selection: Kiválasztottak exportálása
|
185
190
|
import: Import
|
191
|
+
manage: Kezelés
|
186
192
|
newsletter:
|
187
193
|
new: Új hírlevél
|
188
194
|
participatory_space_private_user:
|
@@ -283,7 +289,7 @@ hu:
|
|
283
289
|
block_user:
|
284
290
|
new:
|
285
291
|
action: Fiók blokkolása és igazolás küldése
|
286
|
-
already_reported_html: Ezt a műveletet folytatva elrejti a résztvevők összes tartalmát is.
|
292
|
+
already_reported_html: Ezt a műveletet folytatva elrejti a résztvevők összes tartalmát is.
|
287
293
|
description: Egy felhasználó letiltása használhatatlanná teszi a fiókját. Az indoklásban megadhat bármilyen iránymutatást arra vonatkozóan, hogy miként lehetne feloldani a felhasználó blokkolását.
|
288
294
|
justification: Indoklás
|
289
295
|
title: '%{name} felhasználó blokkolása'
|
@@ -356,11 +362,22 @@ hu:
|
|
356
362
|
title: Átvezetés
|
357
363
|
'true': 'Igen'
|
358
364
|
user_name: Felhasználó
|
365
|
+
content_blocks:
|
366
|
+
create:
|
367
|
+
error: Hiba történt a tartalom blokk létrehozásakor.
|
368
|
+
success: A tartalmi blokk sikeresen létrehozva.
|
369
|
+
destroy:
|
370
|
+
error: Probléma merült fel a tartalmi blokk törlésével kapcsolatban.
|
371
|
+
success: A tartalomblokk sikeresen törlésre került.
|
372
|
+
edit:
|
373
|
+
active_content_blocks: Aktív tartalom blokkok
|
374
|
+
add: Tartalmi blokk hozzáadása
|
375
|
+
destroy_confirmation: Biztos, hogy törölni szeretné ezt a tartalmi blokkot?
|
376
|
+
inactive_content_blocks: Inaktív tartalmi blokkok
|
377
|
+
title: Oldal tartalom
|
378
|
+
update: Frissítés
|
359
379
|
dashboard:
|
360
380
|
pending_moderations:
|
361
|
-
anouncement:
|
362
|
-
one: Van %{count} várakozó moderálás
|
363
|
-
other: '%{count} függőben lévő moderálni való'
|
364
381
|
goto_moderation: Menj a globális moderációkhoz
|
365
382
|
title: Függő moderációk
|
366
383
|
show:
|
@@ -368,7 +385,7 @@ hu:
|
|
368
385
|
view_more_logs: További naplók megtekintése
|
369
386
|
domain_whitelist:
|
370
387
|
form:
|
371
|
-
domain_too_short: Túl rövid domain
|
388
|
+
domain_too_short: Túl rövid domain név
|
372
389
|
update:
|
373
390
|
error: Nem sikerült frissíteni a domain fehérlistát.
|
374
391
|
success: A domain fehérlista sikeresen frissült.
|
@@ -438,7 +455,7 @@ hu:
|
|
438
455
|
report_count_eq: Jelentések száma
|
439
456
|
reported_id_string_or_reported_content_cont: Keresés %{gyűjtemény} a jelentendő azonosító vagy tartalom alapján.
|
440
457
|
title_cont: Keresés %{collection} cím alapján.
|
441
|
-
user_name_or_user_email_cont: Keresés itt %{collection}
|
458
|
+
user_name_or_user_email_cont: Keresés itt %{collection} név vagy emailcím alapján.
|
442
459
|
user_name_or_user_nickname_or_user_email_cont: Keresés %{collection} email, név vagy becenév alapján.
|
443
460
|
state_eq:
|
444
461
|
label: Állapot
|
@@ -557,6 +574,7 @@ hu:
|
|
557
574
|
help_sections: Súgó szakaszok
|
558
575
|
homepage: Homepage
|
559
576
|
impersonations: Felhatalmazások
|
577
|
+
manage: Kezelés
|
560
578
|
moderation: Globális moderációk
|
561
579
|
newsletters: Hírlevelek
|
562
580
|
participants: Résztvevők
|
@@ -565,6 +583,7 @@ hu:
|
|
565
583
|
scopes: Hatáskörök
|
566
584
|
see_site: Oldal megtekintése
|
567
585
|
settings: Beállítások
|
586
|
+
static_page_topics: Témák
|
568
587
|
static_pages: Oldalak
|
569
588
|
user_groups: Felhasználói csoportok
|
570
589
|
users: Résztvevők
|
@@ -633,6 +652,7 @@ hu:
|
|
633
652
|
fields:
|
634
653
|
created_at: Létrehozás dátuma
|
635
654
|
email: Email
|
655
|
+
last_sign_in_at: Utolsó bejelentkezés ideje
|
636
656
|
name: Név
|
637
657
|
role: Szerepkör
|
638
658
|
roles:
|
@@ -805,6 +825,7 @@ hu:
|
|
805
825
|
instagram: Instagram
|
806
826
|
rich_text_editor_in_public_views_help: Néhány szövegmezőbe, a résztvevők HTML tag-eket tudnak majd beilleszteni a szövegszerkesztő segítségével.
|
807
827
|
social_handlers: Social
|
828
|
+
twitter: X
|
808
829
|
url: URL
|
809
830
|
youtube: Youtube
|
810
831
|
update:
|
@@ -823,6 +844,7 @@ hu:
|
|
823
844
|
saturation: Telítettség
|
824
845
|
title: Színválasztó
|
825
846
|
update_suggested_colors: A javasolt színekre frissítés
|
847
|
+
cta_button_path_help_html: 'Felülírhatod, hogy a kezdőlap felhívás gombja link hova mutasson. Részleges, ne pedig teljes URL címeket használj. A megengedett karakterek: betű, szám, kötőjel vagy perjel, de mindig betűvel kell kezdődnie. A felhívás gomb az üdvözlő szöveg és a leírás között jelenik meg a nyitólapon. Példa: %{url}'
|
826
848
|
cta_button_text_help: A felhívás gomb szövegét a szervezethez tartozó minden egyes nyelven megjelenítheted. Amennyiben nincs beállítva, akkor akkor az alapértelmezett értéket fogja használni. A felhívás gomb az üdvözlő szöveg és a leírás között jelenik meg a nyitólapon.
|
827
849
|
homepage_appearance_title: Honlap megjelenésének szerkesztése
|
828
850
|
homepage_highlighted_content_banner_title: Kiemelt banner
|
@@ -859,6 +881,8 @@ hu:
|
|
859
881
|
invalid: Probléma adódott a CSV fájl beolvasásával. Kérjük, győződjön meg róla, hogy követte az utasításokat.
|
860
882
|
success: A CSV fájl sikeresen feltöltődött, meghívó e-mailt küldünk a résztvevőknek. Ez eltarthat egy ideig.
|
861
883
|
new:
|
884
|
+
csv_upload:
|
885
|
+
title: Töltse fel a CSV fájlját
|
862
886
|
destroy:
|
863
887
|
button: Az összes privát felhasználó törlése
|
864
888
|
confirm: Biztos, hogy törölni szeretné az összes privát résztvevőt? Ezt a műveletet nem lehet visszacsinálni, nem tudja majd visszaállítani őket.
|
@@ -983,9 +1007,15 @@ hu:
|
|
983
1007
|
areas: Területek
|
984
1008
|
authorization_workflows: Ellenőrzési módszerek
|
985
1009
|
dashboard: Vezérlőpult
|
1010
|
+
edit_external_domains: Külső domain kivétellista
|
1011
|
+
edit_landing_page: Az oldal tartalma
|
1012
|
+
edit_organization_appearance: Honlap megjelenésének szerkesztése
|
986
1013
|
impersonatable_users: Kezelhető résztvevők
|
987
1014
|
impersonations: Résztvevők kezelése
|
1015
|
+
menu: Menü
|
988
1016
|
metrics: Mérőszámok
|
1017
|
+
page_topics: Témák
|
1018
|
+
pages: Oldalak
|
989
1019
|
panel: Admin
|
990
1020
|
participants: Résztvevők
|
991
1021
|
scope_types: Hatáskör típusok
|
data/config/locales/id-ID.yml
CHANGED
@@ -112,6 +112,7 @@ id:
|
|
112
112
|
actions:
|
113
113
|
add: Menambahkan
|
114
114
|
browse: Jelajahi
|
115
|
+
manage: Mengelola
|
115
116
|
permissions: Izin
|
116
117
|
reject: Menolak
|
117
118
|
verify: Memeriksa
|
@@ -296,6 +297,7 @@ id:
|
|
296
297
|
help_sections: Bagian bantuan
|
297
298
|
homepage: Homepage
|
298
299
|
impersonations: Peniruan identitas
|
300
|
+
manage: Mengelola
|
299
301
|
newsletters: Nawala
|
300
302
|
participants: Peserta
|
301
303
|
scope_types: Tipe lingkup
|
@@ -450,6 +452,9 @@ id:
|
|
450
452
|
images:
|
451
453
|
layout_appearance_title: Edit tampilan tata letak
|
452
454
|
omnipresent_banner_appearance_title: Edit spanduk yang ada di mana-mana
|
455
|
+
organization_external_domain_whitelist:
|
456
|
+
edit:
|
457
|
+
update: Memperbarui
|
453
458
|
participatory_space_private_users:
|
454
459
|
create:
|
455
460
|
error: Terjadi kesalahan saat menambahkan pengguna pribadi untuk ruang partisipatif ini.
|
data/config/locales/is-IS.yml
CHANGED
@@ -123,6 +123,7 @@ is:
|
|
123
123
|
category:
|
124
124
|
new: Nýr flokkur
|
125
125
|
import: Flytja inn
|
126
|
+
manage: Stjórna
|
126
127
|
newsletter:
|
127
128
|
new: Nýtt fréttabréf
|
128
129
|
per_page: Á hveri síðu
|
@@ -273,6 +274,7 @@ is:
|
|
273
274
|
areas: Svæði
|
274
275
|
configuration: Stillingar
|
275
276
|
impersonations: Impersonations
|
277
|
+
manage: Stjórna
|
276
278
|
newsletters: Fréttabréf
|
277
279
|
scope_types: Gildissvið
|
278
280
|
scopes: Scopes
|
@@ -406,6 +408,9 @@ is:
|
|
406
408
|
homepage_highlighted_content_banner_title: Hápunktur efni borði
|
407
409
|
images:
|
408
410
|
layout_appearance_title: Breyta útliti útlits
|
411
|
+
organization_external_domain_whitelist:
|
412
|
+
edit:
|
413
|
+
update: Uppfæra
|
409
414
|
participatory_space_private_users:
|
410
415
|
new:
|
411
416
|
create: Búa til
|
data/config/locales/it.yml
CHANGED
@@ -151,6 +151,7 @@ it:
|
|
151
151
|
export: Esporta tutto
|
152
152
|
export-selection: Esporta selezione
|
153
153
|
import: Importazione
|
154
|
+
manage: Gestisci
|
154
155
|
newsletter:
|
155
156
|
new: Nuova newsletter
|
156
157
|
participatory_space_private_user:
|
@@ -301,9 +302,6 @@ it:
|
|
301
302
|
dashboard:
|
302
303
|
show:
|
303
304
|
view_more_logs: Visualizza più registri
|
304
|
-
domain_whitelist:
|
305
|
-
form:
|
306
|
-
domain_too_short: Dominio troppo corto
|
307
305
|
exports:
|
308
306
|
export_as: "%{name} esporta come %{export_format}"
|
309
307
|
formats:
|
@@ -435,11 +433,12 @@ it:
|
|
435
433
|
appearance: Aspetto
|
436
434
|
area_types: Tipi di ambito territoriale
|
437
435
|
areas: Ambiti territoriali
|
436
|
+
components: Componenti
|
438
437
|
configuration: Configurazione
|
439
|
-
external_domain_whitelist: Consenti l'uso di domini esterni
|
440
438
|
help_sections: Sezioni di Aiuto
|
441
439
|
homepage: Homepage
|
442
440
|
impersonations: Impersonificazioni
|
441
|
+
manage: Gestisci
|
443
442
|
moderation: Moderazione globale
|
444
443
|
newsletters: Newsletters
|
445
444
|
participants: Partecipanti
|
@@ -688,11 +687,6 @@ it:
|
|
688
687
|
organization_external_domain_whitelist:
|
689
688
|
edit:
|
690
689
|
update: Aggiorna
|
691
|
-
external_domain:
|
692
|
-
down: Giù
|
693
|
-
external_domain: Dominio esterno
|
694
|
-
remove: Rimuovi
|
695
|
-
up: Su
|
696
690
|
form:
|
697
691
|
add: Aggiungi alla whitelist
|
698
692
|
title: Whitelist di domini esterni
|
@@ -906,3 +900,8 @@ it:
|
|
906
900
|
errors:
|
907
901
|
messages:
|
908
902
|
invalid_json: Problemi con la trasmissione tramite JSON (JSON non valido)
|
903
|
+
layouts:
|
904
|
+
decidim:
|
905
|
+
admin:
|
906
|
+
global_moderations:
|
907
|
+
title: Moderazione globale
|
data/config/locales/ja.yml
CHANGED
@@ -188,6 +188,7 @@ ja:
|
|
188
188
|
export: 全てエクスポート
|
189
189
|
export-selection: 選択したものをエクスポート
|
190
190
|
import: インポート
|
191
|
+
manage: 管理
|
191
192
|
newsletter:
|
192
193
|
new: 新しいニュースレター
|
193
194
|
participatory_space_private_user:
|
@@ -288,7 +289,7 @@ ja:
|
|
288
289
|
block_user:
|
289
290
|
new:
|
290
291
|
action: アカウントをブロックして理由を送信
|
291
|
-
already_reported_html:
|
292
|
+
already_reported_html: このアクションを続けると、参加者のすべてのコンテンツも非表示になります。
|
292
293
|
description: ユーザーをブロックすると、そのアカウントは利用できなくなります。ユーザーのブロックを解除することを検討する方法に関するガイドラインを判定通知に含めることができます。
|
293
294
|
justification: 判定理由
|
294
295
|
title: ユーザー %{name} をブロックする
|
@@ -379,7 +380,7 @@ ja:
|
|
379
380
|
dashboard:
|
380
381
|
pending_moderations:
|
381
382
|
anouncement:
|
382
|
-
other:
|
383
|
+
other: 保留中のモデレーションが%{count} 件あります
|
383
384
|
goto_moderation: グローバルモデレーションへ移動
|
384
385
|
title: 保留中のモデレーション
|
385
386
|
show:
|
@@ -566,12 +567,14 @@ ja:
|
|
566
567
|
appearance: 外観
|
567
568
|
area_types: エリア種別
|
568
569
|
areas: エリア
|
570
|
+
components: コンポーネント
|
569
571
|
configuration: 設定
|
570
572
|
content: 報告されたコンテンツ
|
571
573
|
external_domain_whitelist: 許可された外部ドメイン
|
572
574
|
help_sections: ヘルプセクション
|
573
575
|
homepage: ホームページ
|
574
576
|
impersonations: なりすまし
|
577
|
+
manage: 管理
|
575
578
|
moderation: グローバルモデレーション
|
576
579
|
newsletters: ニュースレター
|
577
580
|
participants: 参加者
|
@@ -844,6 +847,7 @@ ja:
|
|
844
847
|
cta_button_path_help_html: 'ホームページにあるCall to Actionボタンのリンク先を上書きすることができます。完全なURLではなく、相対パスを使用してください。 英字、数字、ハイフン、スラッシュを使用でき、英字で始まる必要があります。 Call To Actionボタンは、ホームページ内のウェルカムテキストと説明の間に表示されます。例: %{url}'
|
845
848
|
cta_button_text_help: 組織の利用可能な言語ごとにホームページの [Call To Action] ボタンのテキストを上書きできます。 設定されていない場合は、デフォルト値が使用されます。 Call To Actionボタンは、ウェルカムテキストと説明の間のホームページに表示されます。
|
846
849
|
header_snippets:
|
850
|
+
header_snippets_help_html: このフィールドはHTMLヘッダ要素内に何かを追加する際に使用します。 最も一般的な用途は、追加の JavaScript や CSS を必要とするサードパーティのサービスを統合することです。 また、HTML にメタタグを追加するためにも使用できます。 これは公開ページでのみ表示され、管理セクションでは表示されないことに注意してください。 コードが外部 API と相互作用する場合や、アプリケーション・セキュリティ・ガイドラインに準拠していない場合、コンテンツセキュリティポリシーを変更する必要があります。より詳しい使い方については、 <a href="https://docs.decidim.org/develop/en/customize/content_security_policy">ドキュメントサイト</a> をご覧ください。
|
847
851
|
title: HTML ヘッダーのスニペット
|
848
852
|
homepage_appearance_title: ホームページの外観を編集
|
849
853
|
homepage_highlighted_content_banner_title: ハイライトされたコンテンツバナー
|
@@ -855,10 +859,10 @@ ja:
|
|
855
859
|
edit:
|
856
860
|
update: 更新
|
857
861
|
external_domain:
|
858
|
-
down:
|
862
|
+
down: 下へ
|
859
863
|
external_domain: 外部ドメイン
|
860
864
|
remove: 削除
|
861
|
-
up:
|
865
|
+
up: 上へ
|
862
866
|
form:
|
863
867
|
add: ホワイトリストに追加
|
864
868
|
title: 外部ドメインのホワイトリスト
|