decidim-admin 0.26.8 → 0.27.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of decidim-admin might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/cells/decidim/admin/attachments_privacy_warning/show.erb +3 -0
- data/app/cells/decidim/admin/attachments_privacy_warning_cell.rb +19 -0
- data/app/commands/decidim/admin/block_user.rb +3 -8
- data/app/commands/decidim/admin/close_session_managed_user.rb +1 -1
- data/app/commands/decidim/admin/create_area.rb +1 -1
- data/app/commands/decidim/admin/create_area_type.rb +6 -3
- data/app/commands/decidim/admin/create_attachment.rb +14 -6
- data/app/commands/decidim/admin/create_attachment_collection.rb +13 -4
- data/app/commands/decidim/admin/create_category.rb +6 -4
- data/app/commands/decidim/admin/create_component.rb +1 -1
- data/app/commands/decidim/admin/create_import.rb +4 -5
- data/app/commands/decidim/admin/create_import_example.rb +1 -1
- data/app/commands/decidim/admin/create_newsletter.rb +1 -1
- data/app/commands/decidim/admin/create_participatory_space_private_user.rb +1 -1
- data/app/commands/decidim/admin/create_scope.rb +1 -1
- data/app/commands/decidim/admin/create_scope_type.rb +6 -3
- data/app/commands/decidim/admin/create_static_page.rb +1 -1
- data/app/commands/decidim/admin/create_static_page_topic.rb +1 -1
- data/app/commands/decidim/admin/deliver_newsletter.rb +6 -6
- data/app/commands/decidim/admin/destroy_area.rb +1 -1
- data/app/commands/decidim/admin/destroy_category.rb +6 -3
- data/app/commands/decidim/admin/destroy_component.rb +1 -1
- data/app/commands/decidim/admin/destroy_newsletter.rb +1 -1
- data/app/commands/decidim/admin/destroy_participatory_space_private_user.rb +1 -1
- data/app/commands/decidim/admin/destroy_scope.rb +1 -1
- data/app/commands/decidim/admin/destroy_share_token.rb +1 -1
- data/app/commands/decidim/admin/destroy_static_page.rb +1 -1
- data/app/commands/decidim/admin/destroy_static_page_topic.rb +1 -1
- data/app/commands/decidim/admin/hide_resource.rb +2 -2
- data/app/commands/decidim/admin/impersonate_user.rb +1 -1
- data/app/commands/decidim/admin/invite_admin.rb +1 -1
- data/app/commands/decidim/admin/officialize_user.rb +1 -1
- data/app/commands/decidim/admin/process_participatory_space_private_user_import_csv.rb +7 -3
- data/app/commands/decidim/admin/process_user_group_verification_csv.rb +8 -4
- data/app/commands/decidim/admin/promote_managed_user.rb +1 -1
- data/app/commands/decidim/admin/publish_component.rb +2 -2
- data/app/commands/decidim/admin/reject_user_group.rb +1 -1
- data/app/commands/decidim/admin/remove_admin.rb +1 -1
- data/app/commands/decidim/admin/reorder_content_blocks.rb +1 -1
- data/app/commands/decidim/admin/transfer_user.rb +1 -1
- data/app/commands/decidim/admin/unblock_user.rb +2 -2
- data/app/commands/decidim/admin/unhide_resource.rb +1 -1
- data/app/commands/decidim/admin/unofficialize_user.rb +1 -1
- data/app/commands/decidim/admin/unpublish_component.rb +1 -1
- data/app/commands/decidim/admin/unreport_resource.rb +1 -1
- data/app/commands/decidim/admin/unreport_user.rb +1 -1
- data/app/commands/decidim/admin/update_area.rb +1 -1
- data/app/commands/decidim/admin/update_area_type.rb +8 -3
- data/app/commands/decidim/admin/update_attachment.rb +4 -3
- data/app/commands/decidim/admin/update_attachment_collection.rb +8 -3
- data/app/commands/decidim/admin/update_category.rb +9 -5
- data/app/commands/decidim/admin/update_component.rb +8 -5
- data/app/commands/decidim/admin/update_component_permissions.rb +9 -6
- data/app/commands/decidim/admin/update_content_block.rb +1 -1
- data/app/commands/decidim/admin/update_external_domain_whitelist.rb +6 -3
- data/app/commands/decidim/admin/update_help_sections.rb +17 -3
- data/app/commands/decidim/admin/update_newsletter.rb +1 -1
- data/app/commands/decidim/admin/update_organization.rb +1 -1
- data/app/commands/decidim/admin/update_organization_appearance.rb +1 -1
- data/app/commands/decidim/admin/update_organization_tos_version.rb +1 -1
- data/app/commands/decidim/admin/update_resource_permissions.rb +2 -2
- data/app/commands/decidim/admin/update_scope.rb +1 -1
- data/app/commands/decidim/admin/update_scope_type.rb +8 -3
- data/app/commands/decidim/admin/update_static_page.rb +1 -1
- data/app/commands/decidim/admin/update_static_page_topic.rb +1 -1
- data/app/commands/decidim/admin/update_user_groups.rb +1 -1
- data/app/commands/decidim/admin/verify_user_group.rb +1 -1
- data/app/controllers/concerns/decidim/admin/filterable.rb +1 -1
- data/app/controllers/concerns/decidim/admin/participatory_space_export.rb +3 -1
- data/app/controllers/decidim/admin/admin_terms_controller.rb +1 -1
- data/app/controllers/decidim/admin/application_controller.rb +1 -1
- data/app/controllers/decidim/admin/area_types_controller.rb +6 -3
- data/app/controllers/decidim/admin/block_user_controller.rb +3 -3
- data/app/controllers/decidim/admin/categories_controller.rb +3 -3
- data/app/controllers/decidim/admin/component_permissions_controller.rb +1 -1
- data/app/controllers/decidim/admin/components/base_controller.rb +1 -0
- data/app/controllers/decidim/admin/components_controller.rb +1 -1
- data/app/controllers/decidim/admin/concerns/has_attachment_collections.rb +6 -3
- data/app/controllers/decidim/admin/concerns/has_attachments.rb +6 -3
- data/app/controllers/decidim/admin/concerns/has_private_users_csv_import.rb +7 -0
- data/app/controllers/decidim/admin/dashboard_controller.rb +4 -3
- data/app/controllers/decidim/admin/exports_controller.rb +4 -1
- data/app/controllers/decidim/admin/help_sections_controller.rb +1 -1
- data/app/controllers/decidim/admin/metrics_controller.rb +2 -1
- data/app/controllers/decidim/admin/moderations_controller.rb +9 -7
- data/app/controllers/decidim/admin/newsletter_templates_controller.rb +1 -1
- data/app/controllers/decidim/admin/newsletters_controller.rb +1 -1
- data/app/controllers/decidim/admin/organization_controller.rb +3 -4
- data/app/controllers/decidim/admin/organization_external_domain_whitelist_controller.rb +1 -1
- data/app/controllers/decidim/admin/reminders_controller.rb +61 -0
- data/app/controllers/decidim/admin/resource_permissions_controller.rb +3 -3
- data/app/controllers/decidim/admin/scope_types_controller.rb +6 -3
- data/app/controllers/decidim/admin/static_page_topics_controller.rb +3 -1
- data/app/controllers/decidim/admin/static_pages_controller.rb +1 -7
- data/app/forms/decidim/admin/block_user_form.rb +2 -2
- data/app/forms/decidim/admin/category_form.rb +1 -2
- data/app/forms/decidim/admin/component_form.rb +16 -7
- data/app/forms/decidim/admin/import_example_form.rb +1 -5
- data/app/forms/decidim/admin/import_form.rb +7 -10
- data/app/forms/decidim/admin/managed_user_promotion_form.rb +1 -1
- data/app/forms/decidim/admin/participatory_space_private_user_csv_import_form.rb +7 -4
- data/app/forms/decidim/admin/permission_form.rb +9 -8
- data/app/forms/decidim/admin/permissions_form.rb +1 -10
- data/app/forms/decidim/admin/user_group_csv_verification_form.rb +2 -2
- data/app/helpers/decidim/admin/bulk_actions_helper.rb +6 -5
- data/app/helpers/decidim/admin/moderations/reports_helper.rb +11 -2
- data/app/helpers/decidim/admin/reminders_helper.rb +12 -0
- data/app/helpers/decidim/admin/settings_helper.rb +11 -57
- data/app/models/decidim/admin/fake_newsletter.rb +0 -20
- data/app/packs/entrypoints/decidim_admin.js +3 -6
- data/app/packs/src/decidim/admin/admin_autocomplete.js +82 -0
- data/app/packs/src/decidim/admin/application.js +0 -16
- data/app/packs/src/decidim/admin/choose_language.js +9 -11
- data/app/packs/src/decidim/admin/draggable-list.js +1 -1
- data/app/packs/src/decidim/admin/dynamic_fields.component.js +0 -1
- data/app/packs/stylesheets/decidim/admin/_decidim.scss +0 -1
- data/app/packs/stylesheets/decidim/admin/extra/_quill.scss +0 -7
- data/app/packs/stylesheets/decidim/admin/modules/_autocomplete.scss +5 -0
- data/app/packs/stylesheets/decidim/admin/modules/_forms.scss +0 -6
- data/app/packs/stylesheets/decidim/admin/modules/_import_result.scss +10 -0
- data/app/packs/stylesheets/decidim/admin/modules/_modules.scss +3 -0
- data/app/packs/stylesheets/decidim/admin/modules/_upload_modal.scss +42 -0
- data/app/permissions/decidim/admin/permissions.rb +4 -46
- data/app/presenters/decidim/admin/dashboard_metric_charts_presenter.rb +3 -1
- data/app/queries/decidim/admin/active_users_counter.rb +1 -1
- data/app/queries/decidim/admin/newsletter_recipients.rb +2 -2
- data/app/queries/decidim/admin/user_filter.rb +1 -1
- data/app/queries/decidim/admin/user_groups_evaluation.rb +1 -1
- data/app/views/decidim/admin/area_types/edit.html.erb +0 -1
- data/app/views/decidim/admin/area_types/index.html.erb +0 -1
- data/app/views/decidim/admin/area_types/new.html.erb +0 -1
- data/app/views/decidim/admin/areas/edit.html.erb +0 -1
- data/app/views/decidim/admin/areas/index.html.erb +0 -1
- data/app/views/decidim/admin/areas/new.html.erb +0 -1
- data/app/views/decidim/admin/attachment_collections/edit.html.erb +0 -1
- data/app/views/decidim/admin/attachment_collections/index.html.erb +0 -1
- data/app/views/decidim/admin/attachment_collections/new.html.erb +0 -1
- data/app/views/decidim/admin/attachments/edit.html.erb +0 -1
- data/app/views/decidim/admin/attachments/index.html.erb +1 -1
- data/app/views/decidim/admin/attachments/new.html.erb +0 -1
- data/app/views/decidim/admin/authorization_workflows/index.html.erb +0 -1
- data/app/views/decidim/admin/categories/_form.html.erb +0 -4
- data/app/views/decidim/admin/categories/edit.html.erb +0 -1
- data/app/views/decidim/admin/categories/index.html.erb +0 -1
- data/app/views/decidim/admin/categories/new.html.erb +0 -1
- data/app/views/decidim/admin/categories/show.html.erb +1 -2
- data/app/views/decidim/admin/components/edit.html.erb +0 -1
- data/app/views/decidim/admin/components/index.html.erb +0 -1
- data/app/views/decidim/admin/components/new.html.erb +1 -1
- data/app/views/decidim/admin/conflicts/index.html.erb +0 -1
- data/app/views/decidim/admin/dashboard/show.html.erb +1 -1
- data/app/views/decidim/admin/help_sections/show.erb +0 -1
- data/app/views/decidim/admin/impersonatable_users/index.html.erb +0 -1
- data/app/views/decidim/admin/impersonations/new.html.erb +0 -1
- data/app/views/decidim/admin/imports/new.html.erb +1 -1
- data/app/views/decidim/admin/logs/index.html.erb +0 -1
- data/app/views/decidim/admin/moderated_users/index.html.erb +1 -2
- data/app/views/decidim/admin/moderations/index.html.erb +4 -9
- data/app/views/decidim/admin/moderations/reports/index.html.erb +1 -5
- data/app/views/decidim/admin/newsletter_templates/index.html.erb +0 -1
- data/app/views/decidim/admin/newsletter_templates/show.html.erb +0 -1
- data/app/views/decidim/admin/newsletters/index.html.erb +0 -1
- data/app/views/decidim/admin/newsletters/new.html.erb +0 -1
- data/app/views/decidim/admin/newsletters/show.html.erb +0 -1
- data/app/views/decidim/admin/officializations/index.html.erb +10 -15
- data/app/views/decidim/admin/officializations/new.html.erb +0 -1
- data/app/views/decidim/admin/organization/edit.html.erb +0 -1
- data/app/views/decidim/admin/organization_appearance/edit.html.erb +0 -1
- data/app/views/decidim/admin/organization_appearance/form/_images.html.erb +5 -4
- data/app/views/decidim/admin/organization_external_domain_whitelist/edit.html.erb +0 -1
- data/app/views/decidim/admin/participatory_space_private_users/index.html.erb +1 -1
- data/app/views/decidim/admin/participatory_space_private_users_csv_imports/new.html.erb +20 -1
- data/app/views/decidim/admin/reminders/new.html.erb +21 -0
- data/app/views/decidim/admin/resource_permissions/edit.html.erb +1 -1
- data/app/views/decidim/admin/scope_types/edit.html.erb +0 -1
- data/app/views/decidim/admin/scope_types/index.html.erb +0 -1
- data/app/views/decidim/admin/scope_types/new.html.erb +0 -1
- data/app/views/decidim/admin/scopes/edit.html.erb +0 -1
- data/app/views/decidim/admin/scopes/index.html.erb +0 -1
- data/app/views/decidim/admin/scopes/new.html.erb +0 -1
- data/app/views/decidim/admin/shared/_gallery.html.erb +6 -1
- data/app/views/decidim/admin/shared/_js-callout.html.erb +6 -0
- data/app/views/decidim/admin/shared/landing_page_content_blocks/edit.html.erb +0 -1
- data/app/views/decidim/admin/static_page_topics/edit.html.erb +0 -1
- data/app/views/decidim/admin/static_page_topics/new.html.erb +0 -1
- data/app/views/decidim/admin/static_pages/_form.html.erb +1 -1
- data/app/views/decidim/admin/static_pages/edit.html.erb +0 -1
- data/app/views/decidim/admin/static_pages/index.html.erb +0 -1
- data/app/views/decidim/admin/static_pages/new.html.erb +0 -1
- data/app/views/decidim/admin/user_groups/index.html.erb +0 -1
- data/app/views/decidim/admin/user_groups_csv_verifications/new.html.erb +0 -1
- data/app/views/decidim/admin/users/index.html.erb +0 -1
- data/app/views/decidim/admin/users/new.html.erb +0 -1
- data/app/views/decidim/admin/users_statistics/_users_count.html.erb +2 -2
- data/app/views/layouts/decidim/admin/_application.html.erb +2 -0
- data/app/views/layouts/decidim/admin/global_moderations.html.erb +0 -1
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +33 -31
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +32 -29
- data/config/locales/cs.yml +43 -38
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +28 -28
- data/config/locales/el.yml +4 -64
- data/config/locales/en.yml +25 -23
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +29 -26
- data/config/locales/es-PY.yml +29 -26
- data/config/locales/es.yml +32 -29
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +22 -40
- data/config/locales/fi-plain.yml +28 -25
- data/config/locales/fi.yml +33 -30
- data/config/locales/fr-CA.yml +28 -25
- data/config/locales/fr.yml +43 -40
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +22 -4
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +35 -222
- data/config/locales/id-ID.yml +4 -7
- data/config/locales/is-IS.yml +5 -8
- data/config/locales/it.yml +13 -6
- data/config/locales/ja.yml +32 -30
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +7 -5
- data/config/locales/lt.yml +18 -141
- data/config/locales/lv.yml +6 -4
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +8 -66
- data/config/locales/no.yml +18 -10
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +26 -6
- data/config/locales/pt-BR.yml +7 -69
- data/config/locales/pt.yml +7 -5
- data/config/locales/ro-RO.yml +21 -36
- data/config/locales/ru.yml +4 -7
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +6 -4
- data/config/locales/sl.yml +1 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +5 -10
- data/config/locales/sv.yml +30 -18
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +7 -8
- data/config/locales/uk.yml +4 -6
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +6 -4
- data/config/locales/zh-TW.yml +1 -1075
- data/lib/decidim/admin/engine.rb +1 -12
- data/lib/decidim/admin/form_builder.rb +2 -1
- data/lib/decidim/admin/import/importer.rb +9 -7
- data/lib/decidim/admin/import/readers/json.rb +1 -1
- data/lib/decidim/admin/test/commands/create_attachment_collection_examples.rb +15 -2
- data/lib/decidim/admin/test/commands/create_category_examples.rb +16 -6
- data/lib/decidim/admin/test/commands/destroy_category_examples.rb +29 -1
- data/lib/decidim/admin/test/commands/update_attachment_collection_examples.rb +15 -2
- data/lib/decidim/admin/test/commands/update_category_examples.rb +16 -6
- data/lib/decidim/admin/test/filters_participatory_space_user_roles_examples.rb +4 -4
- data/lib/decidim/admin/test/filters_participatory_space_users_examples.rb +4 -4
- data/lib/decidim/admin/test/forms/category_form_examples.rb +1 -21
- data/lib/decidim/admin/test/manage_attachments_examples.rb +9 -2
- data/lib/decidim/admin/test/manage_categories_examples.rb +0 -10
- data/lib/decidim/admin/test/manage_component_permissions_examples.rb +0 -2
- data/lib/decidim/admin/test/manage_moderations_examples.rb +27 -79
- data/lib/decidim/admin/test.rb +0 -1
- data/lib/decidim/admin/version.rb +1 -1
- metadata +22 -25
- data/app/controllers/concerns/decidim/admin/needs_admin_tos_accepted.rb +0 -42
- data/app/controllers/decidim/admin/space_publications_controller.rb +0 -63
- data/app/packs/src/decidim/admin/autocomplete.component.js +0 -146
- data/app/packs/src/decidim/admin/autocomplete.component.test.js +0 -19
- data/app/packs/stylesheets/decidim/admin/components/_autocomplete_select.component.scss +0 -19
- data/config/environment.rb +0 -1
- data/config/locales/fa-IR.yml +0 -1
- data/config/locales/gn-PY.yml +0 -1
- data/config/locales/ka-GE.yml +0 -1
- data/config/locales/kaa.yml +0 -200
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
- data/lib/decidim/admin/test/needs_admin_tos_accepted_examples.rb +0 -9
data/config/locales/hu.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
hu:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -14,34 +15,23 @@ hu:
|
|
14
15
|
description: Leírás
|
15
16
|
file: Fájl
|
16
17
|
title: Melléklet vagy kép neve
|
17
|
-
weight: Sorrend rendezése
|
18
18
|
attachment_collection:
|
19
19
|
description: Leírás
|
20
20
|
name: Név
|
21
|
-
weight: Sorrend rendezése
|
22
21
|
category:
|
23
22
|
description: Leírás
|
24
23
|
name: Név
|
25
24
|
parent_id: Parent
|
26
|
-
weight: Sorrend rendezése
|
27
25
|
component:
|
28
26
|
name: Név
|
29
27
|
published_at: Publikálva
|
30
|
-
weight:
|
31
|
-
external_domain:
|
32
|
-
value: Érték
|
33
|
-
help_section:
|
34
|
-
content: Tartalom
|
28
|
+
weight: Rendelési pozíció
|
35
29
|
id: ID
|
36
|
-
import:
|
37
|
-
user_group_id: Az importáltak létrehozása mint
|
38
30
|
newsletter:
|
39
31
|
body: Szöveg
|
40
32
|
subject: Tárgy
|
41
33
|
organization:
|
42
|
-
admin_terms_of_use_body: A szövegtörzse az admin felhasználási feltételeinek
|
43
34
|
alert_color: Figyelmeztetés
|
44
|
-
available_authorizations: Elérhető authorizációk
|
45
35
|
badges_enabled: Jelvények engedélyezése
|
46
36
|
comments_max_length: Kommentek maximális hossza (Hagyjon 0 -t az alapértékhez)
|
47
37
|
cta_button_path: Felhívás gomb elérési útvonala
|
@@ -50,12 +40,8 @@ hu:
|
|
50
40
|
default_locale: Alapértelmezett hely
|
51
41
|
description: Leírás
|
52
42
|
enable_omnipresent_banner: Mindenhol megjelenő banner mutatása
|
53
|
-
enable_participatory_space_filters: A részvételi terek szűrőjének engedélyezése
|
54
43
|
facebook_handler: Facebook handler
|
55
44
|
favicon: Ikon
|
56
|
-
force_authentication: Kényszerített authentikáció
|
57
|
-
force_users_to_authenticate_before_access_organization: A felhasználók authentikációjának kényszerítése mielőtt a szervezethez csatlakoznak
|
58
|
-
from: A küldő emailcíme
|
59
45
|
github_handler: GitHub handler
|
60
46
|
header_snippets: Fejléc részletek
|
61
47
|
highlight_alternative_color: Kiemelés, alternatíva
|
@@ -80,9 +66,6 @@ hu:
|
|
80
66
|
omnipresent_banner_short_description: Rövid leírás
|
81
67
|
omnipresent_banner_title: Cím
|
82
68
|
omnipresent_banner_url: URL
|
83
|
-
organization_admin_email: A szervezet admin emailje
|
84
|
-
organization_admin_name: A szervezet admin neve
|
85
|
-
organization_locales: A szervezet helyi sajátossága
|
86
69
|
primary_color: Elsődleges
|
87
70
|
reference_prefix: Hivatkozási előtag
|
88
71
|
rich_text_editor_in_public_views: A résztvevők számára a szövegszerkesztő felület engedélyezése
|
@@ -92,16 +75,12 @@ hu:
|
|
92
75
|
success_color: Siker
|
93
76
|
time_zone: Időzóna
|
94
77
|
tos_version: Használati feltételek
|
95
|
-
twitter_handler: Twitter
|
78
|
+
twitter_handler: Twitter handler
|
96
79
|
user_groups_enabled: Csoportok engedélyezése
|
97
|
-
users_registration_mode: Felhasználói regisztrációs mód
|
98
80
|
warning_color: Figyelmeztetés
|
99
81
|
welcome_notification_body: Üdvözlő értesítés szövegtörzse
|
100
82
|
welcome_notification_subject: Üdvözlő üzenet tárgya
|
101
|
-
youtube_handler: YouTube
|
102
|
-
participatory_space_private_user:
|
103
|
-
email: Email
|
104
|
-
name: Név
|
83
|
+
youtube_handler: YouTube handler
|
105
84
|
scope:
|
106
85
|
code: Kód
|
107
86
|
name: Név
|
@@ -114,41 +93,28 @@ hu:
|
|
114
93
|
organization: Szervezet
|
115
94
|
plural: Plurális
|
116
95
|
settings:
|
117
|
-
scope_id:
|
96
|
+
scope_id: Hatáskör
|
118
97
|
static_page:
|
119
|
-
allow_public_access: Hozzáférés engedélyezése authentikáció nélkül
|
120
98
|
changed_notably: Észrevehető változások történtek.
|
121
99
|
content: Tartalom
|
122
100
|
organization: Szervezet
|
123
101
|
show_in_footer: Mutassa a láblécben
|
124
102
|
slug: URL slug
|
125
103
|
title: Cím
|
126
|
-
topic_id: Téma
|
127
|
-
weight: Pozíció sorrend
|
128
104
|
static_page_topic:
|
129
105
|
description: Leírás
|
130
106
|
show_in_footer: Mutassa a láblécben
|
131
107
|
title: Cím
|
132
|
-
weight: Pozíció sorrend
|
133
108
|
user_group_csv_verification:
|
134
109
|
file: Fájl
|
135
110
|
errors:
|
136
111
|
models:
|
137
|
-
newsletter:
|
138
|
-
attributes:
|
139
|
-
base:
|
140
|
-
at_least_one_space: Válasszon legalább egy részvételi teret
|
141
112
|
organization:
|
142
113
|
attributes:
|
143
114
|
official_img_footer:
|
144
115
|
allowed_file_content_types: Érvénytelen képfájl
|
145
116
|
official_img_header:
|
146
117
|
allowed_file_content_types: Érvénytelen képfájl
|
147
|
-
new_import:
|
148
|
-
attributes:
|
149
|
-
file:
|
150
|
-
invalid_file: Nem érvényes fájl, ellenőrizze le, hogy helyesen van formázva a fájl
|
151
|
-
invalid_mime_type: Érvénytelen MIME típus
|
152
118
|
activerecord:
|
153
119
|
attributes:
|
154
120
|
decidim/static_page:
|
@@ -167,42 +133,31 @@ hu:
|
|
167
133
|
admin:
|
168
134
|
actions:
|
169
135
|
add: Hozzáad
|
170
|
-
attachment:
|
171
|
-
new: Új csatolmány
|
172
|
-
attachment_collection:
|
173
|
-
new: Új melléklet gyűjtemény
|
174
136
|
browse: Böngészés
|
175
137
|
category:
|
176
138
|
new: Új kategória
|
177
139
|
export: Összes exportálása
|
178
|
-
export-selection: Kiválasztottak exportálása
|
179
140
|
import: Import
|
180
141
|
manage: Kezelés
|
181
142
|
new: Új %{name}
|
182
143
|
newsletter:
|
183
144
|
new: Új hírlevél
|
184
|
-
participatory_space_private_user:
|
185
|
-
new: Új privát felhasználó a részvételi térben
|
186
145
|
per_page: Oldalanként
|
187
146
|
permissions: Engedélyek
|
188
147
|
reject: Elutasít
|
189
|
-
share: Megosztás
|
190
148
|
user:
|
191
|
-
new: Új
|
149
|
+
new: Új adminisztrátor
|
192
150
|
verify: Ellenőrzés
|
193
151
|
admin_terms_of_use:
|
194
152
|
accept:
|
195
153
|
error: Hiba történt az adminra vonatkozó általános szerződési feltételek elfogadása során.
|
196
154
|
success: Nagyszerű! Elfogadtad az admin felhasználási feltételeket.
|
197
155
|
actions:
|
198
|
-
|
199
|
-
are_you_sure: Biztosan visszautasítod az adminokra vonatkozó feltételek elfogadását?
|
200
|
-
refuse: Visszautasítja az admin feltételeket
|
156
|
+
refuse: Admin feltételek elutasítása
|
201
157
|
title: Elfogadom a felhasználási feltételeket
|
202
158
|
required_review:
|
203
159
|
alert: 'Szükséges: az admin felhasználási feltételek áttekintése'
|
204
|
-
|
205
|
-
cta: Tekintse át őket most.
|
160
|
+
cta: Áttekintés most.
|
206
161
|
title: Admin felhasználási feltételek
|
207
162
|
area_types:
|
208
163
|
create:
|
@@ -224,7 +179,6 @@ hu:
|
|
224
179
|
error: Hiba történt az új terület létrehozásakor.
|
225
180
|
success: Terület létrehozása sikeres.
|
226
181
|
destroy:
|
227
|
-
has_spaces: Ez a terület mással összefüggő terekkel rendelkezik. Kérjük, győződjön meg róla, hogy egyetlen részvételi tér sem hivatkozik erre a területre, mielőtt törölné.
|
228
182
|
success: Terület eltávolítása sikeres
|
229
183
|
edit:
|
230
184
|
title: Terület szerkesztése
|
@@ -271,15 +225,11 @@ hu:
|
|
271
225
|
update:
|
272
226
|
error: Hiba történt a melléklet frissítése során.
|
273
227
|
success: Melléklet frissítése sikeres.
|
228
|
+
attachments_privacy_warning:
|
229
|
+
message: Legyen óvatos a mellékletek kezelése során. Bármely résztvevő megoszthatja a dokumentumokat bárkivel.
|
274
230
|
autocomplete:
|
275
231
|
no_results: Nincs találat
|
276
232
|
search_prompt: Legalább három karakter szükséges a kereséshez
|
277
|
-
block_user:
|
278
|
-
new:
|
279
|
-
action: Fiók blokkolása és igazolás küldése
|
280
|
-
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.
|
281
|
-
justification: Indoklás
|
282
|
-
title: '%{name} felhasználó blokkolása'
|
283
233
|
categories:
|
284
234
|
create:
|
285
235
|
error: Hiba történt a kategória létrehozása során.
|
@@ -322,7 +272,6 @@ hu:
|
|
322
272
|
headers:
|
323
273
|
actions: Műveletek
|
324
274
|
name: Elem neve
|
325
|
-
scope: Komponens hatóköre
|
326
275
|
type: Elem típusa
|
327
276
|
new:
|
328
277
|
add: Elem hozzáadása
|
@@ -340,26 +289,18 @@ hu:
|
|
340
289
|
'false': 'Nincs'
|
341
290
|
managed_user_name: Kezelt felhasználó
|
342
291
|
solved: Megoldva
|
343
|
-
title: Ellenőrzési konfliktusok
|
344
292
|
transfer:
|
345
293
|
email: Email
|
346
294
|
error: Hiba történt a jelenlegi résztvevő kezelt résztvevővé transzferálása során.
|
347
295
|
name: Név
|
348
296
|
reason: Ok
|
349
|
-
success: Az átvitel sikeresen befejezve.
|
350
297
|
title: Átvezetés
|
351
298
|
'true': 'Igen'
|
352
299
|
user_name: Felhasználó
|
353
300
|
dashboard:
|
354
301
|
show:
|
355
302
|
view_more_logs: További naplók megtekintése
|
356
|
-
welcome:
|
357
|
-
domain_whitelist:
|
358
|
-
form:
|
359
|
-
domain_too_short: Túl rövid domain
|
360
|
-
update:
|
361
|
-
error: Nem lehetett frissíteni a domain whitelistet
|
362
|
-
success: A domain whiteliste sikeresen frissítésre került
|
303
|
+
welcome: Üdvözölünk az Admin Panelben.
|
363
304
|
exports:
|
364
305
|
export_as: "%{name} mint %{export_format}"
|
365
306
|
formats:
|
@@ -373,7 +314,6 @@ hu:
|
|
373
314
|
label: Kategória
|
374
315
|
filter_label: Szűrés
|
375
316
|
invitation_accepted_at_present:
|
376
|
-
label: Meghívás elfogadva
|
377
317
|
values:
|
378
318
|
'false': 'Nem'
|
379
319
|
'true': 'Igen'
|
@@ -382,13 +322,6 @@ hu:
|
|
382
322
|
values:
|
383
323
|
'false': 'Nincs'
|
384
324
|
'true': 'Igen'
|
385
|
-
moderated_users:
|
386
|
-
reports_reason_eq:
|
387
|
-
label: A jelentés oka
|
388
|
-
values:
|
389
|
-
does_not_belong: Nem tartozik hozzá
|
390
|
-
offensive: Offenzív
|
391
|
-
spam: Spam
|
392
325
|
moderations:
|
393
326
|
reportable_type_string_eq:
|
394
327
|
label: Típus
|
@@ -405,9 +338,6 @@ hu:
|
|
405
338
|
'true': Elfogadva
|
406
339
|
user_invitation_sent_at_not_null:
|
407
340
|
label: Meghívó kiküldve
|
408
|
-
values:
|
409
|
-
'false': Nincs elküldve
|
410
|
-
'true': Elküldve
|
411
341
|
private_space_eq:
|
412
342
|
label: Magán
|
413
343
|
values:
|
@@ -423,24 +353,9 @@ hu:
|
|
423
353
|
search_label: Keresés
|
424
354
|
search_placeholder:
|
425
355
|
name_or_nickname_or_email_cont: Keresés %{collection} email, név vagy becenév alapján.
|
426
|
-
report_count_eq: Jelentések száma
|
427
|
-
reported_id_string_or_reported_content_cont: Keresés %{gyűjtemény} a jelentendő azonosító vagy tartalom alapján.
|
428
356
|
title_cont: Keresés %{collection} cím alapján.
|
429
|
-
user_name_or_user_email_cont: Keresés itt %{collection} néva vagy emailcím alapján.
|
430
|
-
user_name_or_user_nickname_or_user_email_cont: Keresés %{collection} email, név vagy becenév alapján.
|
431
357
|
state_eq:
|
432
358
|
label: Állapot
|
433
|
-
values:
|
434
|
-
all: Összes
|
435
|
-
pending: Függőben levő
|
436
|
-
rejected: Elutasított
|
437
|
-
verified: Ellenőrizve
|
438
|
-
forms:
|
439
|
-
file_help:
|
440
|
-
import:
|
441
|
-
explanation: 'Útmutató a fájlhoz:'
|
442
|
-
message_1: A CSV, JSON és Excel (.xls) fájlok támogatottak
|
443
|
-
message_2: CSV fájlok esetén az oszlopok közötti elválasztójelnek pontosvesszőnek (";") kell lennie
|
444
359
|
help_sections:
|
445
360
|
error: Hiba történt a súgószakaszok frissítésekor
|
446
361
|
form:
|
@@ -452,7 +367,7 @@ hu:
|
|
452
367
|
all: Összes
|
453
368
|
managed: Felügyelt
|
454
369
|
not_managed: Nem felügyelt
|
455
|
-
filter_by: Szűrés ez alapján
|
370
|
+
filter_by: 'Szűrés ez alapján:'
|
456
371
|
impersonate: Megszemélyesítés
|
457
372
|
impersonate_new_managed_user: Új résztvevő kezelése
|
458
373
|
managed: Felügyelt
|
@@ -480,43 +395,14 @@ hu:
|
|
480
395
|
impersonate_existing_user: '"%{name}" felhasználó kezelése'
|
481
396
|
impersonate_new_managed_user: Új résztvevő kezelése
|
482
397
|
imports:
|
483
|
-
and: és
|
484
|
-
data_errors:
|
485
|
-
duplicate_headers:
|
486
|
-
detail: Kérjük, csak egyszer ellenőrizze, hogy a fájl tartalmazza-e a szükséges oszlopokat vagy fejléceket.
|
487
|
-
message:
|
488
|
-
one: Oszlop megkettőzése %{columns}.
|
489
|
-
other: '%{columns} Oszlopok megkettőzése.'
|
490
|
-
invalid_indexes:
|
491
|
-
lines:
|
492
|
-
detail: Ellenőrizze a sorok helyes formázását, valamint hogy érvényes rekordokat tartalmaznak.
|
493
|
-
message:
|
494
|
-
one: Hibát találtam az import fájlban a következő sorban %{indexes}.
|
495
|
-
other: Hibát találtam az import fájlban a következő sorokban %{indexes}.
|
496
|
-
records:
|
497
|
-
detail: Ellenőrizze a sorok helyes formázását, valamint hogy érvényes rekordokat tartalmaznak.
|
498
|
-
message:
|
499
|
-
one: Hibát találtam az importfájlban a rendelésszámmal rendelkező rekordnál %{indexes}.
|
500
|
-
other: Hibát találtam az importfájlban a rendelésszámmal rendelkező rekordoknál %{indexes}.
|
501
|
-
missing_headers:
|
502
|
-
detail: Kérjük, ellenőrizze, hogy a fájl tartalmazza-e a szükséges oszlopokat.
|
503
|
-
message:
|
504
|
-
one: Hiányzó oszlop %{columns}.
|
505
|
-
other: Hiányzó oszlopok száma %{columns}.
|
506
|
-
error: Hiba történt az importálás során
|
507
|
-
example_error: Nem sikerült példát létrehozni a megadott típusra
|
508
398
|
new:
|
509
399
|
accepted_mime_types:
|
510
400
|
csv: csv
|
511
401
|
json: json
|
512
|
-
xlsx:
|
402
|
+
xlsx: xlsx
|
513
403
|
actions:
|
514
404
|
back: Vissza
|
515
|
-
download_example: Példa letöltése
|
516
|
-
download_example_format: Példa mint %{name}
|
517
|
-
file_legend: Adjon hozzá egy importált fájlt, amelyet elemezni fog.
|
518
405
|
import: Import
|
519
|
-
notice: "%{count} %{resource_name} sikeresen importálva"
|
520
406
|
logs:
|
521
407
|
logs_list:
|
522
408
|
no_logs_yet: Még nincsenek naplók
|
@@ -537,14 +423,11 @@ hu:
|
|
537
423
|
areas: Területek
|
538
424
|
configuration: Beállítások
|
539
425
|
dashboard: Vezérlőpult
|
540
|
-
external_domain_whitelist: Engedélyezett külső domainek
|
541
426
|
help_sections: Súgó szakaszok
|
542
427
|
homepage: Homepage
|
543
428
|
impersonations: Felhatalmazások
|
544
|
-
moderation: Globális moderációk
|
545
429
|
newsletters: Hírlevelek
|
546
430
|
participants: Résztvevők
|
547
|
-
reported_users: Jelentett felhasználók
|
548
431
|
scope_types: Hatáskör típusok
|
549
432
|
scopes: Hatáskörök
|
550
433
|
settings: Beállítások
|
@@ -577,16 +460,16 @@ hu:
|
|
577
460
|
impersonation_log:
|
578
461
|
fields:
|
579
462
|
admin: Admin
|
580
|
-
ended_at: '
|
581
|
-
expired_at: '
|
463
|
+
ended_at: 'Befejeződik:'
|
464
|
+
expired_at: 'Lejár:'
|
582
465
|
reason: Indok
|
583
|
-
started_at: '
|
466
|
+
started_at: 'Kezdődik:'
|
584
467
|
user: Résztvevő
|
585
468
|
newsletter:
|
586
469
|
fields:
|
587
|
-
created_at: Létrehozva
|
470
|
+
created_at: 'Létrehozva:'
|
588
471
|
progress: Folyamat
|
589
|
-
sent_at: Elküldve
|
472
|
+
sent_at: 'Elküldve:'
|
590
473
|
sent_to: Címzett
|
591
474
|
subject: Tárgy
|
592
475
|
name: Hírlevél
|
@@ -600,17 +483,9 @@ hu:
|
|
600
483
|
fields:
|
601
484
|
name: Név
|
602
485
|
plural: Plurális
|
603
|
-
share_token:
|
604
|
-
fields:
|
605
|
-
created_at: Létrehozva
|
606
|
-
expires_at: Lejárat ekkor
|
607
|
-
last_used_at: Utoljára használva
|
608
|
-
times_used: Ennyiszer volt használva
|
609
|
-
token: Token
|
610
|
-
user: Létrehozta
|
611
486
|
static_page:
|
612
487
|
fields:
|
613
|
-
created_at: Létrehozva
|
488
|
+
created_at: 'Létrehozva:'
|
614
489
|
title: Cím
|
615
490
|
user:
|
616
491
|
fields:
|
@@ -626,35 +501,15 @@ hu:
|
|
626
501
|
user_group:
|
627
502
|
fields:
|
628
503
|
actions: Műveletek
|
629
|
-
created_at: Létrehozva
|
504
|
+
created_at: 'Létrehozva:'
|
630
505
|
document_number: Dokumentum száma
|
631
506
|
name: Név
|
632
507
|
phone: Telefon
|
633
508
|
state: Állapot
|
634
509
|
users_count: Résztvevők száma
|
635
|
-
moderated_users:
|
636
|
-
index:
|
637
|
-
actions:
|
638
|
-
block: Felhasználó tiltása
|
639
|
-
title: Műveletek
|
640
|
-
unblock: Felhasználó feloldása
|
641
|
-
unreport: Jelentés visszavonása
|
642
|
-
name: Név
|
643
|
-
nickname: Felhasználónév
|
644
|
-
reason: Indok
|
645
|
-
reports: Jelentések száma
|
646
|
-
title: Jelentett résztvevők
|
647
|
-
report:
|
648
|
-
reasons:
|
649
|
-
does_not_belong: Nem tartozik hozzá
|
650
|
-
offensive: Offenzív
|
651
|
-
spam: Spam
|
652
|
-
tabs:
|
653
|
-
blocked: Letiltva
|
654
|
-
unblocked: Nincs letiltva
|
655
510
|
moderations:
|
656
511
|
index:
|
657
|
-
title:
|
512
|
+
title: Moderálás
|
658
513
|
report:
|
659
514
|
reasons:
|
660
515
|
does_not_belong: Nem tartozik hozzá
|
@@ -686,7 +541,6 @@ hu:
|
|
686
541
|
newsletters:
|
687
542
|
create:
|
688
543
|
error: Hiba történt a hírlevél létrehozása során.
|
689
|
-
success: A hírlevél létrehozása sikeres. Kérjük, ellenőrizze a hírlevelet, mielőtt elküldené.
|
690
544
|
deliver:
|
691
545
|
error: Hiba történt a hírlevél kézbesítése során.
|
692
546
|
success: Hírlevél kézbesítése sikeres.
|
@@ -698,7 +552,7 @@ hu:
|
|
698
552
|
title: Hírlevél szerkesztése
|
699
553
|
index:
|
700
554
|
all: mind
|
701
|
-
all_users: 'Minden felhasználó
|
555
|
+
all_users: 'Minden felhasználó'
|
702
556
|
and: 'és '
|
703
557
|
confirm_delete: Biztosan törölni szeretnéd ezt a hírlevelet?
|
704
558
|
followers: 'követők '
|
@@ -751,7 +605,7 @@ hu:
|
|
751
605
|
actions: Műveletek
|
752
606
|
badge: Jelvény
|
753
607
|
block: Felhasználó tiltása
|
754
|
-
created_at: Létrehozva
|
608
|
+
created_at: 'Létrehozva:'
|
755
609
|
name: Név
|
756
610
|
nickname: Becenév
|
757
611
|
not_officialized: Nem hivatalos
|
@@ -764,20 +618,17 @@ hu:
|
|
764
618
|
unblock: Felhasználó tiltásának törlése
|
765
619
|
unofficialize: Hivatalossá tétel visszavonása
|
766
620
|
new:
|
767
|
-
badge: A
|
621
|
+
badge: A hitelesítés jelvénye
|
768
622
|
officialize: Hivatalossá tétel
|
769
623
|
title: '"%{name}" hivatalossá tétele'
|
770
624
|
show_email_modal:
|
771
625
|
close_modal: Ablak bezárás
|
772
|
-
description: Ha közvetlenül kapcsolatba kell lépnie egy résztvevővel, akkor kattintson a Megjelenítés gombra az e-mail cím megtekintéséhez. Ez a művelet naplózásra kerül.
|
773
626
|
email_address: E-mail cím
|
774
627
|
full_name: Teljes név
|
775
628
|
hidden: rejtett
|
776
629
|
show: Megjelenítés
|
777
|
-
title: A résztvevő e-mail címének megjelenítése
|
778
630
|
unblock:
|
779
631
|
error: Hiba történt a résztvevő feloldásának feloldása során
|
780
|
-
success: Sikeresen feloldotta a résztvevő tiltását
|
781
632
|
organization:
|
782
633
|
edit:
|
783
634
|
title: Szervezet szerkesztése
|
@@ -789,7 +640,6 @@ hu:
|
|
789
640
|
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.
|
790
641
|
social_handlers: Social
|
791
642
|
twitter: Twitter
|
792
|
-
url: URL
|
793
643
|
youtube: Youtube
|
794
644
|
update:
|
795
645
|
error: Hiba történt a szervezet frissítése során.
|
@@ -800,7 +650,6 @@ hu:
|
|
800
650
|
form:
|
801
651
|
colors:
|
802
652
|
colors_title: Szervezet színei
|
803
|
-
colors_warning_html: Óvatosan! A színek megváltoztatása megtörik az akadálymentes kontrasztokat. Ellenőrizheti a kontrasztot a <a href="%{link}">WebAIM Contrast Checker</a> vagy más, hasonló eszköz segítségével.
|
804
653
|
header_snippets_help: Ebben a mezőben a HTML fejlécet szerkesztheted. Ennek akkor van jelentősége, ha olyan külső szolgáltatásokat szeretnél intergálni, amelyekhez JavaScript vagy CSS szükséges. Sőt, metacímkéket is hozzáadhatsz. Ez az adminban nem, csak a nyilvános oldalakon jelenik majd meg.
|
805
654
|
cta_button_path_help: '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}'
|
806
655
|
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.
|
@@ -810,17 +659,6 @@ hu:
|
|
810
659
|
layout_appearance_title: Elrendezés szerkesztése
|
811
660
|
preview: Előnézet
|
812
661
|
omnipresent_banner_appearance_title: Mindenhol megjelenő banner szerkesztése
|
813
|
-
organization_external_domain_whitelist:
|
814
|
-
edit:
|
815
|
-
update: Frissítés
|
816
|
-
external_domain:
|
817
|
-
down: Le
|
818
|
-
external_domain: Külső domain
|
819
|
-
remove: Eltávolítás
|
820
|
-
up: Fel
|
821
|
-
form:
|
822
|
-
add: Hozzáadás a kivétellistához
|
823
|
-
title: Külső domain kivétellista
|
824
662
|
organization_homepage:
|
825
663
|
edit:
|
826
664
|
active_content_blocks: Aktív tartalomblokkok
|
@@ -836,29 +674,28 @@ hu:
|
|
836
674
|
error: Hiba történt egy privát felhasználó törlésével a részvételi helyen.
|
837
675
|
success: Privát felhasználó részvételi helyhez való hozzáférése törölve.
|
838
676
|
index:
|
839
|
-
import_via_csv: Importálás CSV -ből
|
840
677
|
title: Részvételi tér privát felhasználója
|
841
678
|
new:
|
842
679
|
create: Létrehozás
|
843
680
|
title: Új részvételi tér privát felhasználója.
|
844
681
|
participatory_space_private_users_csv_imports:
|
845
682
|
create:
|
846
|
-
invalid: Hiba történt a CSV fájl
|
683
|
+
invalid: Hiba történt a CSV fájl olvasásakor.
|
847
684
|
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.
|
848
685
|
new:
|
849
|
-
explanation: 'Töltse fel a CSV-fájlt. Két oszlopnak kell lennie, e-mail címmel a fájl első oszlopában, és a fájl utolsó oszlopában (e-mail, név) azoknak a felhasználóknak az adataival, akiket fel akar venni a részvételi térbe, fejlécek nélkül. Kerülje az olyan érvénytelen karakterek használatát, mint a `<>?%&^*#@()[]=+:;"{}\|` a felhasználónévben.'
|
850
686
|
title: Töltse fel a CSV fájlod
|
851
687
|
upload: Feltölt
|
688
|
+
reminders:
|
689
|
+
create:
|
690
|
+
error: Hiba történt a bejegyzés létrehozása során.
|
691
|
+
new:
|
692
|
+
submit: Küldés
|
852
693
|
resource_permissions:
|
853
694
|
edit:
|
854
695
|
submit: Beküldés
|
855
696
|
title: Engedélyek szerkesztése
|
856
697
|
update:
|
857
698
|
success: Engedélyek frissítése sikeres.
|
858
|
-
resources:
|
859
|
-
index:
|
860
|
-
headers:
|
861
|
-
scope: Hatókör
|
862
699
|
scope_types:
|
863
700
|
create:
|
864
701
|
error: Hiba történt az új hatáskör-típus létrehozásakor.
|
@@ -890,22 +727,11 @@ hu:
|
|
890
727
|
update:
|
891
728
|
error: Hiba történt a hatáskör frissítése során.
|
892
729
|
success: Hatáskör frissítése sikeres
|
893
|
-
share_tokens:
|
894
|
-
actions:
|
895
|
-
confirm_destroy: Biztosan törlöd ezt a tokent?
|
896
|
-
destroy: Törlés
|
897
|
-
share: Megosztás
|
898
|
-
destroy:
|
899
|
-
error: Hiba történt a token törlése során.
|
900
|
-
success: A token törlése sikeres.
|
901
|
-
share_tokens:
|
902
|
-
empty: Nincs aktív token
|
903
|
-
help: Ezeket a tokeneket arra használják, hogy ezt a nem közzétett erőforrást nyilvánosan megosszák valamely felhasználóval. Az erőforrás közzétételekor elrejtésre kerülnek. Kattintson a token megosztási ikonjára a megosztható URL-cím megtekintéséhez.
|
904
|
-
title: Tokenek megosztása
|
905
730
|
shared:
|
906
731
|
gallery:
|
907
732
|
add_images: Képek hozzáadása
|
908
733
|
delete_image: Kép törlése
|
734
|
+
edit_images: Kép szerkesztése
|
909
735
|
gallery_legend: Képgaléria hozzáadása (opcionális)
|
910
736
|
static_page_topics:
|
911
737
|
create:
|
@@ -959,14 +785,13 @@ hu:
|
|
959
785
|
impersonatable_users: Kezelhető résztvevők
|
960
786
|
impersonations: Résztvevők kezelése
|
961
787
|
metrics: Mérőszámok
|
962
|
-
panel: Admin
|
963
788
|
participants: Résztvevők
|
964
789
|
scope_types: Hatáskör típusok
|
965
790
|
scopes: Hatáskörök
|
966
791
|
static_pages: Oldalak
|
967
792
|
statistics: Tevékenység
|
968
793
|
user_groups: Csoportok
|
969
|
-
users:
|
794
|
+
users: Adminisztrátorok
|
970
795
|
user_group:
|
971
796
|
csv_verify:
|
972
797
|
invalid: Hiba történt a CSV fájl olvasásában.
|
@@ -1002,7 +827,7 @@ hu:
|
|
1002
827
|
role: Szerep
|
1003
828
|
new:
|
1004
829
|
create: Meghívás
|
1005
|
-
title:
|
830
|
+
title: Új adminisztrátor létrehozása
|
1006
831
|
users_statistics:
|
1007
832
|
users_count:
|
1008
833
|
admins: Adminok
|
@@ -1012,17 +837,7 @@ hu:
|
|
1012
837
|
no_users_count_statistics_yet: Nincsenek felhasználói statisztikák még
|
1013
838
|
participants: Résztvevők
|
1014
839
|
view_public_page: Nyilvános oldal megtekintése
|
1015
|
-
forms:
|
1016
|
-
errors:
|
1017
|
-
impersonate_user:
|
1018
|
-
reason: Indokolnod kell a nem menedzselt résztvevők kezelését
|
1019
840
|
metrics:
|
1020
|
-
blocked_users:
|
1021
|
-
object: letiltott felhasználók
|
1022
|
-
title: Letiltott felhasználók
|
1023
|
-
reported_users:
|
1024
|
-
object: jelentett felhasználók
|
1025
|
-
title: Jelentett felhasználók
|
1026
841
|
user_reports:
|
1027
842
|
object: felhasználói jelentések
|
1028
843
|
title: Felhasználói jelentések
|
@@ -1050,11 +865,9 @@ hu:
|
|
1050
865
|
moderation:
|
1051
866
|
fields:
|
1052
867
|
created_at: Létrehozás dátuma
|
1053
|
-
|
1054
|
-
hidden_at: Rejtve
|
868
|
+
hidden_at: 'Rejtett itt:'
|
1055
869
|
participatory_space: Részvételi tér
|
1056
870
|
report_count: Számol
|
1057
|
-
reportable_id: ID
|
1058
871
|
reportable_type: Típus
|
1059
872
|
reported_content_url: Jelentett URL tartalom
|
1060
873
|
reports: Jelentések
|
@@ -1077,4 +890,4 @@ hu:
|
|
1077
890
|
settings:
|
1078
891
|
title: Beállítások
|
1079
892
|
users:
|
1080
|
-
title:
|
893
|
+
title: résztvevők
|
data/config/locales/id-ID.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
id:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -245,7 +246,6 @@ id:
|
|
245
246
|
dashboard:
|
246
247
|
show:
|
247
248
|
view_more_logs: Lihat lebih banyak log
|
248
|
-
welcome: Selamat datang di Panel Admin Decidim.
|
249
249
|
exports:
|
250
250
|
export_as: "%{name} sebagai %{export_format}"
|
251
251
|
notice: Ekspor Anda sedang dalam proses. Anda akan menerima email setelah selesai.
|
@@ -397,6 +397,8 @@ id:
|
|
397
397
|
state: Negara
|
398
398
|
users_count: Jumlah pengguna
|
399
399
|
moderations:
|
400
|
+
index:
|
401
|
+
title: Moderasi
|
400
402
|
report:
|
401
403
|
reasons:
|
402
404
|
does_not_belong: Bukan milik
|
@@ -500,9 +502,6 @@ id:
|
|
500
502
|
new:
|
501
503
|
create: Membuat
|
502
504
|
title: Pengguna Pribadi Ruang Partisipatif Baru.
|
503
|
-
participatory_space_private_users_csv_imports:
|
504
|
-
create:
|
505
|
-
invalid: Ada kesalahan saat membaca file CSV.
|
506
505
|
resource_permissions:
|
507
506
|
edit:
|
508
507
|
submit: Menyerahkan
|
@@ -595,7 +594,6 @@ id:
|
|
595
594
|
scopes: Scopes
|
596
595
|
static_pages: Halaman
|
597
596
|
user_groups: Grup Pengguna
|
598
|
-
users: Peserta
|
599
597
|
user_group:
|
600
598
|
csv_verify:
|
601
599
|
invalid: Ada kesalahan saat membaca file CSV.
|
@@ -631,7 +629,6 @@ id:
|
|
631
629
|
role: Peran
|
632
630
|
new:
|
633
631
|
create: Undang
|
634
|
-
title: Undang pengguna sebagai administrator
|
635
632
|
users_statistics:
|
636
633
|
users_count:
|
637
634
|
admins: Admin
|
@@ -659,10 +656,10 @@ id:
|
|
659
656
|
models:
|
660
657
|
moderation:
|
661
658
|
fields:
|
662
|
-
created_at: Tanggal pembuatan
|
663
659
|
hidden_at: Tersembunyi di
|
664
660
|
report_count: Menghitung
|
665
661
|
reported_content_url: URL konten yang dilaporkan
|
662
|
+
reports: Laporan
|
666
663
|
visit_url: Kunjungi URL
|
667
664
|
errors:
|
668
665
|
messages:
|