decidim-admin 0.28.0 → 0.28.1
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/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 +2 -0
- 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/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 +8 -0
- 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/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/config/assets.rb +1 -0
- data/config/locales/ar.yml +10 -8
- data/config/locales/bg.yml +25 -0
- data/config/locales/ca.yml +2 -1
- data/config/locales/cs.yml +4 -8
- data/config/locales/de.yml +5 -4
- data/config/locales/el.yml +1 -12
- data/config/locales/en.yml +2 -1
- data/config/locales/es-MX.yml +3 -2
- data/config/locales/es-PY.yml +3 -2
- data/config/locales/es.yml +3 -2
- data/config/locales/eu.yml +6 -5
- data/config/locales/fi-plain.yml +2 -1
- data/config/locales/fi.yml +4 -3
- data/config/locales/fr-CA.yml +3 -2
- data/config/locales/fr.yml +2 -1
- data/config/locales/ga-IE.yml +1 -4
- data/config/locales/gl.yml +7 -7
- data/config/locales/he-IL.yml +50 -0
- data/config/locales/hu.yml +35 -6
- data/config/locales/id-ID.yml +4 -0
- data/config/locales/is-IS.yml +4 -0
- data/config/locales/it.yml +6 -9
- data/config/locales/ja.yml +6 -4
- data/config/locales/ko.yml +774 -0
- data/config/locales/lb.yml +7 -10
- data/config/locales/lt.yml +1 -14
- data/config/locales/lv.yml +7 -0
- data/config/locales/nl.yml +6 -9
- data/config/locales/no.yml +19 -9
- data/config/locales/pl.yml +71 -4
- data/config/locales/pt-BR.yml +49 -12
- data/config/locales/pt.yml +7 -10
- data/config/locales/ro-RO.yml +1 -13
- data/config/locales/ru.yml +4 -0
- data/config/locales/sk.yml +4 -0
- data/config/locales/sl.yml +4 -0
- data/config/locales/sq-AL.yml +77 -0
- data/config/locales/sr-CS.yml +4 -0
- data/config/locales/sv.yml +6 -9
- data/config/locales/tr-TR.yml +10 -0
- data/config/locales/uk.yml +4 -0
- data/config/locales/zh-CN.yml +4 -0
- data/config/locales/zh-TW.yml +1 -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/commands/destroy_category_examples.rb +9 -0
- data/lib/decidim/admin/version.rb +1 -1
- metadata +19 -15
- data/config/environment.rb +0 -3
data/config/locales/eu.yml
CHANGED
|
@@ -288,7 +288,7 @@ eu:
|
|
|
288
288
|
block_user:
|
|
289
289
|
new:
|
|
290
290
|
action: Blokeatu kontua eta bidali justifikazioa
|
|
291
|
-
already_reported_html: Ekintza honekin jarraituz
|
|
291
|
+
already_reported_html: Ekintza honekin jarraituz, parte-hartzailearen eduki guztiak ere ezkutatuko dituzu.
|
|
292
292
|
description: Erabiltzaile baten blokeoak kontu erabilezina utziko du. Zure justifikazioan zein irizpideren arabera desblokeatuko zenukeen azaldu dezakezu.
|
|
293
293
|
justification: Justifikazioa
|
|
294
294
|
title: Blokeatu erabiltzaile hau %{name}
|
|
@@ -379,8 +379,8 @@ eu:
|
|
|
379
379
|
dashboard:
|
|
380
380
|
pending_moderations:
|
|
381
381
|
anouncement:
|
|
382
|
-
one:
|
|
383
|
-
other: '%{count}
|
|
382
|
+
one: Moderazio bat falta da
|
|
383
|
+
other: '%{count} moderazio daude zain'
|
|
384
384
|
goto_moderation: Joan moderazio globaletara
|
|
385
385
|
title: Zain dauden moderazioak
|
|
386
386
|
show:
|
|
@@ -564,10 +564,11 @@ eu:
|
|
|
564
564
|
areas: Arloak
|
|
565
565
|
configuration: Konfigurazioa
|
|
566
566
|
content: Eduki salatua
|
|
567
|
-
external_domain_whitelist:
|
|
567
|
+
external_domain_whitelist: Baimendutako kanpoko domeinuak
|
|
568
568
|
help_sections: Laguntza atalak
|
|
569
569
|
homepage: Orrialde nagusia
|
|
570
570
|
impersonations: Inpertsonazioak
|
|
571
|
+
manage: Kudeatu
|
|
571
572
|
moderation: Moderazio globalak
|
|
572
573
|
newsletters: Buletinak
|
|
573
574
|
participants: Parte-hartzaileak
|
|
@@ -854,7 +855,7 @@ eu:
|
|
|
854
855
|
external_domain:
|
|
855
856
|
down: Jaitsi
|
|
856
857
|
external_domain: Kanpoko domeinua
|
|
857
|
-
remove:
|
|
858
|
+
remove: Ezabatu
|
|
858
859
|
up: Igo
|
|
859
860
|
form:
|
|
860
861
|
add: Gehitu zerrenda zurian
|
data/config/locales/fi-plain.yml
CHANGED
|
@@ -288,7 +288,7 @@ fi-pl:
|
|
|
288
288
|
block_user:
|
|
289
289
|
new:
|
|
290
290
|
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.
|
|
291
|
+
already_reported_html: Tämä toiminto piilottaa myös kaiken sisällön, jonka kyseinen osallistuja on luonut.
|
|
292
292
|
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
293
|
justification: Perustelut
|
|
294
294
|
title: Estä käyttäjä %{name}
|
|
@@ -577,6 +577,7 @@ fi-pl:
|
|
|
577
577
|
help_sections: Ohjeosiot
|
|
578
578
|
homepage: Kotisivu
|
|
579
579
|
impersonations: Esiintymiset toisena käyttäjänä
|
|
580
|
+
manage: Hallitse
|
|
580
581
|
moderation: Yleiset moderoinnit
|
|
581
582
|
newsletters: Uutiskirjeet
|
|
582
583
|
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
|
|
@@ -288,7 +288,7 @@ fi:
|
|
|
288
288
|
block_user:
|
|
289
289
|
new:
|
|
290
290
|
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.
|
|
291
|
+
already_reported_html: Tämä toiminto piilottaa myös kaiken sisällön, jonka kyseinen osallistuja on luonut.
|
|
292
292
|
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
293
|
justification: Perustelut
|
|
294
294
|
title: Estä käyttäjä %{name}
|
|
@@ -577,6 +577,7 @@ fi:
|
|
|
577
577
|
help_sections: Ohjeosiot
|
|
578
578
|
homepage: Kotisivu
|
|
579
579
|
impersonations: Esiintymiset toisena käyttäjänä
|
|
580
|
+
manage: Hallitse
|
|
580
581
|
moderation: Yleiset moderoinnit
|
|
581
582
|
newsletters: Uutiskirjeet
|
|
582
583
|
participants: Osallistujat
|
|
@@ -960,7 +961,7 @@ fi:
|
|
|
960
961
|
success: Tunnisteen poistaminen onnistui.
|
|
961
962
|
share_tokens:
|
|
962
963
|
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
|
|
964
|
+
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
965
|
title: Jakotunnisteet
|
|
965
966
|
shared:
|
|
966
967
|
gallery:
|
data/config/locales/fr-CA.yml
CHANGED
|
@@ -288,7 +288,7 @@ fr-CA:
|
|
|
288
288
|
block_user:
|
|
289
289
|
new:
|
|
290
290
|
action: Bloquer le compte et envoyer la justification
|
|
291
|
-
already_reported_html: En poursuivant cette action, vous masquerez également tous les contenus du participant.
|
|
291
|
+
already_reported_html: En poursuivant cette action, vous masquerez également tous les contenus du participant.
|
|
292
292
|
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
293
|
justification: Justification
|
|
294
294
|
title: Bloquer l'utilisateur %{name}
|
|
@@ -577,6 +577,7 @@ fr-CA:
|
|
|
577
577
|
help_sections: Sections d'aide
|
|
578
578
|
homepage: Page d'accueil
|
|
579
579
|
impersonations: Utilisateurs représentés
|
|
580
|
+
manage: Gérer
|
|
580
581
|
moderation: Modération globale
|
|
581
582
|
newsletters: Bulletins d'information (newsletter)
|
|
582
583
|
participants: Participants
|
|
@@ -863,7 +864,7 @@ fr-CA:
|
|
|
863
864
|
external_domain:
|
|
864
865
|
down: Descendre
|
|
865
866
|
external_domain: Domaine externe
|
|
866
|
-
remove:
|
|
867
|
+
remove: Retirer
|
|
867
868
|
up: Monter
|
|
868
869
|
form:
|
|
869
870
|
add: Ajouter à la liste blanche
|
data/config/locales/fr.yml
CHANGED
|
@@ -288,7 +288,7 @@ fr:
|
|
|
288
288
|
block_user:
|
|
289
289
|
new:
|
|
290
290
|
action: Bloquer le compte et envoyer la justification
|
|
291
|
-
already_reported_html: En poursuivant cette action, vous masquerez également tous les contenus du participant.
|
|
291
|
+
already_reported_html: En poursuivant cette action, vous masquerez également tous les contenus du participant.
|
|
292
292
|
description: Bloquer un utilisateur rendra son compte inutilisable, vous devriez fournir dans votre justification les conditions de déblocage de l'utilisateur.
|
|
293
293
|
justification: Justification
|
|
294
294
|
title: Bloquer l'utilisateur %{name}
|
|
@@ -577,6 +577,7 @@ fr:
|
|
|
577
577
|
help_sections: Sections d'aide
|
|
578
578
|
homepage: Page d'accueil
|
|
579
579
|
impersonations: Utilisateurs représentés
|
|
580
|
+
manage: Gérer
|
|
580
581
|
moderation: Modération globale
|
|
581
582
|
newsletters: Bulletins d'information (newsletter)
|
|
582
583
|
participants: Participants
|
data/config/locales/ga-IE.yml
CHANGED
|
@@ -192,6 +192,7 @@ ga:
|
|
|
192
192
|
admins: Riaracháin
|
|
193
193
|
areas: Ceantair
|
|
194
194
|
homepage: Leathanach baile
|
|
195
|
+
manage: Bainistigh
|
|
195
196
|
scopes: Scóip
|
|
196
197
|
settings: Socruithe
|
|
197
198
|
static_pages: Leathanaigh
|
|
@@ -316,10 +317,6 @@ ga:
|
|
|
316
317
|
organization_external_domain_whitelist:
|
|
317
318
|
edit:
|
|
318
319
|
update: Nuashonraigh
|
|
319
|
-
external_domain:
|
|
320
|
-
down: Ísligh
|
|
321
|
-
remove: Bain as
|
|
322
|
-
up: Ardaigh
|
|
323
320
|
participatory_space_private_users:
|
|
324
321
|
new:
|
|
325
322
|
create: Cruthaigh
|
data/config/locales/gl.yml
CHANGED
|
@@ -300,9 +300,6 @@ gl:
|
|
|
300
300
|
dashboard:
|
|
301
301
|
show:
|
|
302
302
|
view_more_logs: Ver máis rexistros
|
|
303
|
-
domain_whitelist:
|
|
304
|
-
form:
|
|
305
|
-
domain_too_short: Dominio curto de máis
|
|
306
303
|
exports:
|
|
307
304
|
export_as: "%{name} como %{export_format}"
|
|
308
305
|
formats:
|
|
@@ -472,6 +469,7 @@ gl:
|
|
|
472
469
|
help_sections: Seccións de axuda
|
|
473
470
|
homepage: Páxina de inicio
|
|
474
471
|
impersonations: Impersonacións
|
|
472
|
+
manage: Xestionar
|
|
475
473
|
moderation: Moderacións globais
|
|
476
474
|
newsletters: Boletíns informativos
|
|
477
475
|
participants: Participantes
|
|
@@ -716,10 +714,7 @@ gl:
|
|
|
716
714
|
omnipresent_banner_appearance_title: Editar o banner omnipresente
|
|
717
715
|
organization_external_domain_whitelist:
|
|
718
716
|
edit:
|
|
719
|
-
update:
|
|
720
|
-
external_domain:
|
|
721
|
-
external_domain: Dominio externo
|
|
722
|
-
remove: Eliminar
|
|
717
|
+
update: Actualización
|
|
723
718
|
participatory_space_private_users:
|
|
724
719
|
create:
|
|
725
720
|
error: Produciuse un erro engadindo un usuario privado a este espazo participativo.
|
|
@@ -936,3 +931,8 @@ gl:
|
|
|
936
931
|
errors:
|
|
937
932
|
messages:
|
|
938
933
|
invalid_json: JSON non válido
|
|
934
|
+
layouts:
|
|
935
|
+
decidim:
|
|
936
|
+
admin:
|
|
937
|
+
global_moderations:
|
|
938
|
+
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
|
|
@@ -283,7 +288,7 @@ hu:
|
|
|
283
288
|
block_user:
|
|
284
289
|
new:
|
|
285
290
|
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.
|
|
291
|
+
already_reported_html: Ezt a műveletet folytatva elrejti a résztvevők összes tartalmát is.
|
|
287
292
|
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
293
|
justification: Indoklás
|
|
289
294
|
title: '%{name} felhasználó blokkolása'
|
|
@@ -356,11 +361,22 @@ hu:
|
|
|
356
361
|
title: Átvezetés
|
|
357
362
|
'true': 'Igen'
|
|
358
363
|
user_name: Felhasználó
|
|
364
|
+
content_blocks:
|
|
365
|
+
create:
|
|
366
|
+
error: Hiba történt a tartalom blokk létrehozásakor.
|
|
367
|
+
success: A tartalmi blokk sikeresen létrehozva.
|
|
368
|
+
destroy:
|
|
369
|
+
error: Probléma merült fel a tartalmi blokk törlésével kapcsolatban.
|
|
370
|
+
success: A tartalomblokk sikeresen törlésre került.
|
|
371
|
+
edit:
|
|
372
|
+
active_content_blocks: Aktív tartalom blokkok
|
|
373
|
+
add: Tartalmi blokk hozzáadása
|
|
374
|
+
destroy_confirmation: Biztos, hogy törölni szeretné ezt a tartalmi blokkot?
|
|
375
|
+
inactive_content_blocks: Inaktív tartalmi blokkok
|
|
376
|
+
title: Oldal tartalom
|
|
377
|
+
update: Frissítés
|
|
359
378
|
dashboard:
|
|
360
379
|
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
380
|
goto_moderation: Menj a globális moderációkhoz
|
|
365
381
|
title: Függő moderációk
|
|
366
382
|
show:
|
|
@@ -368,7 +384,7 @@ hu:
|
|
|
368
384
|
view_more_logs: További naplók megtekintése
|
|
369
385
|
domain_whitelist:
|
|
370
386
|
form:
|
|
371
|
-
domain_too_short: Túl rövid domain
|
|
387
|
+
domain_too_short: Túl rövid domain név
|
|
372
388
|
update:
|
|
373
389
|
error: Nem sikerült frissíteni a domain fehérlistát.
|
|
374
390
|
success: A domain fehérlista sikeresen frissült.
|
|
@@ -438,7 +454,7 @@ hu:
|
|
|
438
454
|
report_count_eq: Jelentések száma
|
|
439
455
|
reported_id_string_or_reported_content_cont: Keresés %{gyűjtemény} a jelentendő azonosító vagy tartalom alapján.
|
|
440
456
|
title_cont: Keresés %{collection} cím alapján.
|
|
441
|
-
user_name_or_user_email_cont: Keresés itt %{collection}
|
|
457
|
+
user_name_or_user_email_cont: Keresés itt %{collection} név vagy emailcím alapján.
|
|
442
458
|
user_name_or_user_nickname_or_user_email_cont: Keresés %{collection} email, név vagy becenév alapján.
|
|
443
459
|
state_eq:
|
|
444
460
|
label: Állapot
|
|
@@ -557,6 +573,7 @@ hu:
|
|
|
557
573
|
help_sections: Súgó szakaszok
|
|
558
574
|
homepage: Homepage
|
|
559
575
|
impersonations: Felhatalmazások
|
|
576
|
+
manage: Kezelés
|
|
560
577
|
moderation: Globális moderációk
|
|
561
578
|
newsletters: Hírlevelek
|
|
562
579
|
participants: Résztvevők
|
|
@@ -565,6 +582,7 @@ hu:
|
|
|
565
582
|
scopes: Hatáskörök
|
|
566
583
|
see_site: Oldal megtekintése
|
|
567
584
|
settings: Beállítások
|
|
585
|
+
static_page_topics: Témák
|
|
568
586
|
static_pages: Oldalak
|
|
569
587
|
user_groups: Felhasználói csoportok
|
|
570
588
|
users: Résztvevők
|
|
@@ -633,6 +651,7 @@ hu:
|
|
|
633
651
|
fields:
|
|
634
652
|
created_at: Létrehozás dátuma
|
|
635
653
|
email: Email
|
|
654
|
+
last_sign_in_at: Utolsó bejelentkezés ideje
|
|
636
655
|
name: Név
|
|
637
656
|
role: Szerepkör
|
|
638
657
|
roles:
|
|
@@ -805,6 +824,7 @@ hu:
|
|
|
805
824
|
instagram: Instagram
|
|
806
825
|
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
826
|
social_handlers: Social
|
|
827
|
+
twitter: X
|
|
808
828
|
url: URL
|
|
809
829
|
youtube: Youtube
|
|
810
830
|
update:
|
|
@@ -823,6 +843,7 @@ hu:
|
|
|
823
843
|
saturation: Telítettség
|
|
824
844
|
title: Színválasztó
|
|
825
845
|
update_suggested_colors: A javasolt színekre frissítés
|
|
846
|
+
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
847
|
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
848
|
homepage_appearance_title: Honlap megjelenésének szerkesztése
|
|
828
849
|
homepage_highlighted_content_banner_title: Kiemelt banner
|
|
@@ -859,6 +880,8 @@ hu:
|
|
|
859
880
|
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
881
|
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
882
|
new:
|
|
883
|
+
csv_upload:
|
|
884
|
+
title: Töltse fel a CSV fájlját
|
|
862
885
|
destroy:
|
|
863
886
|
button: Az összes privát felhasználó törlése
|
|
864
887
|
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 +1006,15 @@ hu:
|
|
|
983
1006
|
areas: Területek
|
|
984
1007
|
authorization_workflows: Ellenőrzési módszerek
|
|
985
1008
|
dashboard: Vezérlőpult
|
|
1009
|
+
edit_external_domains: Külső domain kivétellista
|
|
1010
|
+
edit_landing_page: Az oldal tartalma
|
|
1011
|
+
edit_organization_appearance: Honlap megjelenésének szerkesztése
|
|
986
1012
|
impersonatable_users: Kezelhető résztvevők
|
|
987
1013
|
impersonations: Résztvevők kezelése
|
|
1014
|
+
menu: Menü
|
|
988
1015
|
metrics: Mérőszámok
|
|
1016
|
+
page_topics: Témák
|
|
1017
|
+
pages: Oldalak
|
|
989
1018
|
panel: Admin
|
|
990
1019
|
participants: Résztvevők
|
|
991
1020
|
scope_types: Hatáskör típusok
|
data/config/locales/id-ID.yml
CHANGED
|
@@ -296,6 +296,7 @@ id:
|
|
|
296
296
|
help_sections: Bagian bantuan
|
|
297
297
|
homepage: Homepage
|
|
298
298
|
impersonations: Peniruan identitas
|
|
299
|
+
manage: Mengelola
|
|
299
300
|
newsletters: Nawala
|
|
300
301
|
participants: Peserta
|
|
301
302
|
scope_types: Tipe lingkup
|
|
@@ -450,6 +451,9 @@ id:
|
|
|
450
451
|
images:
|
|
451
452
|
layout_appearance_title: Edit tampilan tata letak
|
|
452
453
|
omnipresent_banner_appearance_title: Edit spanduk yang ada di mana-mana
|
|
454
|
+
organization_external_domain_whitelist:
|
|
455
|
+
edit:
|
|
456
|
+
update: Memperbarui
|
|
453
457
|
participatory_space_private_users:
|
|
454
458
|
create:
|
|
455
459
|
error: Terjadi kesalahan saat menambahkan pengguna pribadi untuk ruang partisipatif ini.
|
data/config/locales/is-IS.yml
CHANGED
|
@@ -273,6 +273,7 @@ is:
|
|
|
273
273
|
areas: Svæði
|
|
274
274
|
configuration: Stillingar
|
|
275
275
|
impersonations: Impersonations
|
|
276
|
+
manage: Stjórna
|
|
276
277
|
newsletters: Fréttabréf
|
|
277
278
|
scope_types: Gildissvið
|
|
278
279
|
scopes: Scopes
|
|
@@ -406,6 +407,9 @@ is:
|
|
|
406
407
|
homepage_highlighted_content_banner_title: Hápunktur efni borði
|
|
407
408
|
images:
|
|
408
409
|
layout_appearance_title: Breyta útliti útlits
|
|
410
|
+
organization_external_domain_whitelist:
|
|
411
|
+
edit:
|
|
412
|
+
update: Uppfæra
|
|
409
413
|
participatory_space_private_users:
|
|
410
414
|
new:
|
|
411
415
|
create: Búa til
|
data/config/locales/it.yml
CHANGED
|
@@ -301,9 +301,6 @@ it:
|
|
|
301
301
|
dashboard:
|
|
302
302
|
show:
|
|
303
303
|
view_more_logs: Visualizza più registri
|
|
304
|
-
domain_whitelist:
|
|
305
|
-
form:
|
|
306
|
-
domain_too_short: Dominio troppo corto
|
|
307
304
|
exports:
|
|
308
305
|
export_as: "%{name} esporta come %{export_format}"
|
|
309
306
|
formats:
|
|
@@ -436,10 +433,10 @@ it:
|
|
|
436
433
|
area_types: Tipi di ambito territoriale
|
|
437
434
|
areas: Ambiti territoriali
|
|
438
435
|
configuration: Configurazione
|
|
439
|
-
external_domain_whitelist: Consenti l'uso di domini esterni
|
|
440
436
|
help_sections: Sezioni di Aiuto
|
|
441
437
|
homepage: Homepage
|
|
442
438
|
impersonations: Impersonificazioni
|
|
439
|
+
manage: Gestisci
|
|
443
440
|
moderation: Moderazione globale
|
|
444
441
|
newsletters: Newsletters
|
|
445
442
|
participants: Partecipanti
|
|
@@ -688,11 +685,6 @@ it:
|
|
|
688
685
|
organization_external_domain_whitelist:
|
|
689
686
|
edit:
|
|
690
687
|
update: Aggiorna
|
|
691
|
-
external_domain:
|
|
692
|
-
down: Giù
|
|
693
|
-
external_domain: Dominio esterno
|
|
694
|
-
remove: Rimuovi
|
|
695
|
-
up: Su
|
|
696
688
|
form:
|
|
697
689
|
add: Aggiungi alla whitelist
|
|
698
690
|
title: Whitelist di domini esterni
|
|
@@ -906,3 +898,8 @@ it:
|
|
|
906
898
|
errors:
|
|
907
899
|
messages:
|
|
908
900
|
invalid_json: Problemi con la trasmissione tramite JSON (JSON non valido)
|
|
901
|
+
layouts:
|
|
902
|
+
decidim:
|
|
903
|
+
admin:
|
|
904
|
+
global_moderations:
|
|
905
|
+
title: Moderazione globale
|
data/config/locales/ja.yml
CHANGED
|
@@ -288,7 +288,7 @@ ja:
|
|
|
288
288
|
block_user:
|
|
289
289
|
new:
|
|
290
290
|
action: アカウントをブロックして理由を送信
|
|
291
|
-
already_reported_html:
|
|
291
|
+
already_reported_html: このアクションを続けると、参加者のすべてのコンテンツも非表示になります。
|
|
292
292
|
description: ユーザーをブロックすると、そのアカウントは利用できなくなります。ユーザーのブロックを解除することを検討する方法に関するガイドラインを判定通知に含めることができます。
|
|
293
293
|
justification: 判定理由
|
|
294
294
|
title: ユーザー %{name} をブロックする
|
|
@@ -379,7 +379,7 @@ ja:
|
|
|
379
379
|
dashboard:
|
|
380
380
|
pending_moderations:
|
|
381
381
|
anouncement:
|
|
382
|
-
other:
|
|
382
|
+
other: 保留中のモデレーションが%{count} 件あります
|
|
383
383
|
goto_moderation: グローバルモデレーションへ移動
|
|
384
384
|
title: 保留中のモデレーション
|
|
385
385
|
show:
|
|
@@ -572,6 +572,7 @@ ja:
|
|
|
572
572
|
help_sections: ヘルプセクション
|
|
573
573
|
homepage: ホームページ
|
|
574
574
|
impersonations: なりすまし
|
|
575
|
+
manage: 管理
|
|
575
576
|
moderation: グローバルモデレーション
|
|
576
577
|
newsletters: ニュースレター
|
|
577
578
|
participants: 参加者
|
|
@@ -844,6 +845,7 @@ ja:
|
|
|
844
845
|
cta_button_path_help_html: 'ホームページにあるCall to Actionボタンのリンク先を上書きすることができます。完全なURLではなく、相対パスを使用してください。 英字、数字、ハイフン、スラッシュを使用でき、英字で始まる必要があります。 Call To Actionボタンは、ホームページ内のウェルカムテキストと説明の間に表示されます。例: %{url}'
|
|
845
846
|
cta_button_text_help: 組織の利用可能な言語ごとにホームページの [Call To Action] ボタンのテキストを上書きできます。 設定されていない場合は、デフォルト値が使用されます。 Call To Actionボタンは、ウェルカムテキストと説明の間のホームページに表示されます。
|
|
846
847
|
header_snippets:
|
|
848
|
+
header_snippets_help_html: このフィールドはHTMLヘッダ要素内に何かを追加する際に使用します。 最も一般的な用途は、追加の JavaScript や CSS を必要とするサードパーティのサービスを統合することです。 また、HTML にメタタグを追加するためにも使用できます。 これは公開ページでのみ表示され、管理セクションでは表示されないことに注意してください。 コードが外部 API と相互作用する場合や、アプリケーション・セキュリティ・ガイドラインに準拠していない場合、コンテンツセキュリティポリシーを変更する必要があります。より詳しい使い方については、 <a href="https://docs.decidim.org/develop/en/customize/content_security_policy">ドキュメントサイト</a> をご覧ください。
|
|
847
849
|
title: HTML ヘッダーのスニペット
|
|
848
850
|
homepage_appearance_title: ホームページの外観を編集
|
|
849
851
|
homepage_highlighted_content_banner_title: ハイライトされたコンテンツバナー
|
|
@@ -855,10 +857,10 @@ ja:
|
|
|
855
857
|
edit:
|
|
856
858
|
update: 更新
|
|
857
859
|
external_domain:
|
|
858
|
-
down:
|
|
860
|
+
down: 下へ
|
|
859
861
|
external_domain: 外部ドメイン
|
|
860
862
|
remove: 削除
|
|
861
|
-
up:
|
|
863
|
+
up: 上へ
|
|
862
864
|
form:
|
|
863
865
|
add: ホワイトリストに追加
|
|
864
866
|
title: 外部ドメインのホワイトリスト
|