decidim-admin 0.30.9 → 0.31.0.rc1
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/show.erb +1 -1
- data/app/commands/decidim/admin/content_blocks/update_content_block.rb +3 -12
- data/app/commands/decidim/admin/create_attachment.rb +0 -1
- data/app/commands/decidim/admin/destroy_participatory_space_private_user.rb +0 -10
- data/app/commands/decidim/admin/hide_menu_component.rb +1 -1
- data/app/commands/decidim/admin/publish_component.rb +0 -1
- data/app/commands/decidim/admin/unpublish_component.rb +0 -1
- data/app/commands/decidim/admin/unreport_user.rb +1 -1
- data/app/commands/decidim/admin/update_organization.rb +18 -3
- data/app/controllers/concerns/decidim/admin/content_blocks/landing_page_content_blocks.rb +1 -1
- data/app/controllers/concerns/decidim/admin/filterable.rb +1 -1
- data/app/controllers/decidim/admin/area_types_controller.rb +2 -2
- data/app/controllers/decidim/admin/areas_controller.rb +2 -2
- data/app/controllers/decidim/admin/block_user_controller.rb +2 -2
- data/app/controllers/decidim/admin/component_permissions_controller.rb +1 -1
- data/app/controllers/decidim/admin/components_controller.rb +2 -2
- data/app/controllers/decidim/admin/concerns/has_attachment_collections.rb +2 -2
- data/app/controllers/decidim/admin/concerns/has_attachments.rb +2 -2
- data/app/controllers/decidim/admin/concerns/has_private_users.rb +3 -3
- data/app/controllers/decidim/admin/concerns/has_private_users_csv_import.rb +1 -1
- data/app/controllers/decidim/admin/conflicts_controller.rb +1 -1
- data/app/controllers/decidim/admin/dashboard_controller.rb +0 -9
- data/app/controllers/decidim/admin/impersonations_controller.rb +1 -1
- data/app/controllers/decidim/admin/imports_controller.rb +1 -1
- data/app/controllers/decidim/admin/managed_users/promotions_controller.rb +1 -1
- data/app/controllers/decidim/admin/newsletters_controller.rb +4 -4
- data/app/controllers/decidim/admin/organization_appearance_controller.rb +1 -3
- data/app/controllers/decidim/admin/organization_controller.rb +32 -1
- data/app/controllers/decidim/admin/organization_external_domain_allowlist_controller.rb +1 -1
- data/app/controllers/decidim/admin/organization_homepage_controller.rb +4 -0
- data/app/controllers/decidim/admin/participatory_space/user_role_controller.rb +2 -2
- data/app/controllers/decidim/admin/reminders_controller.rb +1 -1
- data/app/controllers/decidim/admin/resource_permissions_controller.rb +1 -1
- data/app/controllers/decidim/admin/scope_types_controller.rb +2 -2
- data/app/controllers/decidim/admin/scopes_controller.rb +2 -2
- data/app/controllers/decidim/admin/share_tokens_controller.rb +2 -2
- data/app/controllers/decidim/admin/static_page_topics_controller.rb +2 -2
- data/app/controllers/decidim/admin/static_pages_controller.rb +2 -2
- data/app/controllers/decidim/admin/statistics_controller.rb +34 -0
- data/app/controllers/decidim/admin/taxonomies_controller.rb +2 -2
- data/app/controllers/decidim/admin/taxonomy_filters_controller.rb +2 -2
- data/app/controllers/decidim/admin/taxonomy_items_controller.rb +2 -2
- data/app/controllers/decidim/admin/users_controller.rb +1 -1
- data/app/forms/decidim/admin/block_user_form.rb +1 -1
- data/app/forms/decidim/admin/block_users_form.rb +1 -1
- data/app/forms/decidim/admin/organization_form.rb +35 -6
- data/app/helpers/decidim/admin/filterable_helper.rb +27 -8
- data/app/helpers/decidim/admin/icon_link_helper.rb +2 -3
- data/app/helpers/decidim/admin/icon_with_tooltip_helper.rb +1 -2
- data/app/helpers/decidim/admin/imports_helper.rb +0 -5
- data/app/helpers/decidim/admin/menu_helper.rb +3 -2
- data/app/helpers/decidim/admin/moderations/reports_helper.rb +2 -2
- data/app/helpers/decidim/admin/resource_permissions_helper.rb +13 -13
- data/app/helpers/decidim/admin/settings_helper.rb +12 -16
- data/app/jobs/decidim/admin/newsletter_job.rb +1 -0
- data/app/packs/entrypoints/decidim_admin.js +2 -3
- data/app/packs/entrypoints/decidim_admin.scss +1 -1
- data/app/packs/entrypoints/decidim_admin_overrides.scss +1 -1
- data/app/packs/src/decidim/admin/admin_autocomplete.js +12 -18
- data/app/packs/src/decidim/admin/application.js +11 -10
- data/app/packs/src/decidim/admin/budget_rule_toggler.component.js +84 -34
- data/app/packs/src/decidim/admin/controllers/slug/controller.js +25 -0
- data/app/packs/src/decidim/admin/controllers/slug/slug.test.js +239 -0
- data/app/packs/src/decidim/admin/css_preview.js +1 -1
- data/app/packs/src/decidim/admin/draggable-list.js +1 -1
- data/app/packs/src/decidim/admin/draggable-table.js +18 -36
- data/app/packs/src/decidim/admin/dynamic_fields.component.js +13 -12
- data/app/packs/src/decidim/admin/external_domain_allowlist.js +1 -1
- data/app/packs/src/decidim/admin/form.js +21 -4
- data/app/packs/src/decidim/admin/global_moderations.js +2 -2
- data/app/packs/src/decidim/admin/managed_moderated_users.js +2 -2
- data/app/packs/src/decidim/admin/moderations.js +1 -1
- data/app/packs/src/decidim/admin/newsletters.js +1 -1
- data/app/packs/src/decidim/admin/officializations.js +1 -1
- data/app/packs/src/decidim/admin/participatory_space_search.js +2 -2
- data/app/packs/src/decidim/admin/proposal_infinite_edit.js +1 -1
- data/app/packs/src/decidim/admin/resources_permissions.js +1 -1
- data/app/packs/src/decidim/admin/sort_list.component.js +2 -3
- data/app/packs/src/decidim/admin/sortable.js +1 -1
- data/app/packs/src/decidim/admin/sync_radio_buttons.js +1 -1
- data/app/packs/src/decidim/admin/tab_focus.js +1 -1
- data/app/packs/src/decidim/admin/text_copy.js +1 -1
- data/app/packs/src/decidim/admin/triadic_color_picker.js +1 -1
- data/app/packs/stylesheets/decidim/admin/_datepicker.scss +2 -2
- data/app/packs/stylesheets/decidim/admin/_dropdown.scss +12 -2
- data/app/packs/stylesheets/decidim/admin/_filters.scss +1 -57
- data/app/packs/stylesheets/decidim/admin/_forms.scss +14 -31
- data/app/packs/stylesheets/decidim/admin/_item_edit.scss +2 -10
- data/app/packs/stylesheets/decidim/admin/_item_show.scss +1 -5
- data/app/packs/stylesheets/decidim/admin/_legacy_foundation.scss +0 -412
- data/app/packs/stylesheets/decidim/admin/_main-nav.scss +75 -3
- data/app/packs/stylesheets/decidim/admin/_secondary-nav.scss +6 -10
- data/app/packs/stylesheets/decidim/admin/_select_picker.scss +1 -1
- data/app/packs/stylesheets/decidim/admin/_sidebar-menu.scss +4 -8
- data/app/packs/stylesheets/decidim/admin/_table-list.scss +26 -8
- data/app/packs/stylesheets/decidim/admin/_tabs.scss +4 -0
- data/app/packs/stylesheets/decidim/admin/_taxonomies.scss +7 -3
- data/app/packs/stylesheets/decidim/admin/application.scss +28 -29
- data/app/permissions/decidim/admin/permissions.rb +17 -5
- data/app/presenters/decidim/admin/dashboard_statistic_charts_presenter.rb +18 -0
- data/app/queries/decidim/admin/user_filter.rb +3 -3
- data/app/views/decidim/admin/area_types/index.html.erb +34 -11
- data/app/views/decidim/admin/areas/index.html.erb +32 -12
- data/app/views/decidim/admin/attachment_collections/index.html.erb +42 -14
- data/app/views/decidim/admin/attachments/index.html.erb +32 -13
- data/app/views/decidim/admin/block_user/bulk_new.html.erb +1 -1
- data/app/views/decidim/admin/block_user/new.html.erb +1 -1
- data/app/views/decidim/admin/components/_actions.html.erb +114 -54
- data/app/views/decidim/admin/components/_component_row.html.erb +5 -5
- data/app/views/decidim/admin/components/_components_table.html.erb +1 -1
- data/app/views/decidim/admin/components/_form.html.erb +4 -4
- data/app/views/decidim/admin/components/index.html.erb +12 -13
- data/app/views/decidim/admin/dashboard/show.html.erb +9 -21
- data/app/views/decidim/admin/exports/_dropdown.html.erb +16 -14
- data/app/views/decidim/admin/help_sections/_form.html.erb +1 -1
- data/app/views/decidim/admin/impersonatable_users/index.html.erb +68 -33
- data/app/views/decidim/admin/imports/_dropdown.html.erb +13 -11
- data/app/views/decidim/admin/imports/new.html.erb +13 -12
- data/app/views/decidim/admin/moderated_users/bulk_actions/_dropdown.html.erb +29 -32
- data/app/views/decidim/admin/moderated_users/index.html.erb +61 -21
- data/app/views/decidim/admin/moderations/_moderation-tr.html.erb +87 -32
- data/app/views/decidim/admin/moderations/_report.html.erb +2 -4
- data/app/views/decidim/admin/moderations/bulk_actions/_dropdown.html.erb +30 -34
- data/app/views/decidim/admin/moderations/index.html.erb +1 -1
- data/app/views/decidim/admin/moderations/reports/index.html.erb +1 -2
- data/app/views/decidim/admin/newsletters/index.html.erb +64 -21
- data/app/views/decidim/admin/officializations/index.html.erb +91 -37
- data/app/views/decidim/admin/organization/_form.html.erb +6 -92
- data/app/views/decidim/admin/organization/edit.html.erb +1 -5
- data/app/views/decidim/admin/organization/form/_admin_terms_of_service.html.erb +15 -0
- data/app/views/decidim/admin/organization/form/_basic_configuration.html.erb +31 -0
- data/app/views/decidim/admin/{organization_appearance → organization}/form/_colors.html.erb +9 -9
- data/app/views/decidim/admin/organization/form/_extra_features.html.erb +84 -0
- data/app/views/decidim/admin/{organization_appearance/form/_images.html.erb → organization/form/_logos.html.erb} +4 -4
- data/app/views/decidim/admin/organization/form/_welcome_notification.html.erb +25 -0
- data/app/views/decidim/admin/organization_external_domain_allowlist/_external_domain.html.erb +8 -6
- data/app/views/decidim/admin/participatory_space_private_users/index.html.erb +49 -22
- data/app/views/decidim/admin/resource_permissions/edit.html.erb +1 -1
- data/app/views/decidim/admin/scope_types/index.html.erb +31 -12
- data/app/views/decidim/admin/scopes/index.html.erb +40 -13
- data/app/views/decidim/admin/share_tokens/_form.html.erb +1 -1
- data/app/views/decidim/admin/share_tokens/edit.html.erb +1 -1
- data/app/views/decidim/admin/share_tokens/index.html.erb +69 -12
- data/app/views/decidim/admin/share_tokens/new.html.erb +1 -1
- data/app/views/decidim/admin/shared/_filters.html.erb +8 -10
- data/app/views/decidim/admin/shared/landing_page/_content_blocks.html.erb +14 -11
- data/app/views/decidim/admin/shared/landing_page_content_blocks/edit.html.erb +2 -4
- data/app/views/decidim/admin/static_page_topics/index.html.erb +31 -10
- data/app/views/decidim/admin/static_pages/_form.html.erb +1 -1
- data/app/views/decidim/admin/static_pages/_topic.html.erb +46 -16
- data/app/views/decidim/admin/statistics/_statistics.html.erb +13 -0
- data/app/views/decidim/admin/statistics/index.html.erb +6 -0
- data/app/views/decidim/admin/taxonomies/_form.html.erb +1 -1
- data/app/views/decidim/admin/taxonomies/_row.html.erb +24 -6
- data/app/views/decidim/admin/taxonomies/_table.html.erb +2 -2
- data/app/views/decidim/admin/taxonomies/_taxonomy_actions.html.erb +48 -15
- data/app/views/decidim/admin/taxonomies/edit.html.erb +10 -0
- data/app/views/decidim/admin/taxonomy_filters/_form.html.erb +1 -1
- data/app/views/decidim/admin/taxonomy_filters/_table.html.erb +52 -15
- data/app/views/decidim/admin/taxonomy_filters/new.html.erb +1 -1
- data/app/views/decidim/admin/taxonomy_filters_selector/_component_table.html.erb +38 -23
- data/app/views/decidim/admin/taxonomy_items/_form.html.erb +1 -1
- data/app/views/decidim/admin/users/index.html.erb +48 -24
- data/app/views/layouts/decidim/admin/_application.html.erb +3 -6
- data/app/views/layouts/decidim/admin/_header.html.erb +3 -1
- data/app/views/layouts/decidim/admin/_js_configuration.html.erb +11 -12
- data/app/views/layouts/decidim/admin/_sidebar_menu.html.erb +1 -1
- data/app/views/layouts/decidim/admin/_title_bar.html.erb +4 -4
- data/app/views/layouts/decidim/admin/_title_bar_responsive.html.erb +4 -4
- data/app/views/layouts/decidim/admin/insights.html.erb +6 -0
- data/config/assets.rb +2 -2
- data/config/locales/ar.yml +26 -96
- data/config/locales/bg.yml +37 -114
- data/config/locales/bs-BA.yml +7 -62
- data/config/locales/ca-IT.yml +79 -145
- data/config/locales/ca.yml +79 -145
- data/config/locales/cs.yml +61 -134
- data/config/locales/de.yml +82 -137
- data/config/locales/el.yml +28 -132
- data/config/locales/en.yml +66 -132
- data/config/locales/eo.yml +1 -8
- data/config/locales/es-MX.yml +78 -144
- data/config/locales/es-PY.yml +78 -144
- data/config/locales/es.yml +87 -153
- data/config/locales/eu.yml +98 -164
- data/config/locales/fi-plain.yml +71 -137
- data/config/locales/fi.yml +69 -135
- data/config/locales/fr-CA.yml +83 -185
- data/config/locales/fr.yml +83 -185
- data/config/locales/ga-IE.yml +14 -39
- data/config/locales/gl.yml +22 -103
- data/config/locales/he-IL.yml +1 -15
- data/config/locales/hu.yml +40 -108
- data/config/locales/id-ID.yml +10 -70
- data/config/locales/is-IS.yml +6 -43
- data/config/locales/it.yml +74 -122
- data/config/locales/ja.yml +80 -146
- data/config/locales/kaa.yml +3 -22
- data/config/locales/ko.yml +15 -77
- data/config/locales/lb.yml +25 -104
- data/config/locales/lt.yml +35 -108
- data/config/locales/lv.yml +13 -84
- data/config/locales/nl.yml +25 -104
- data/config/locales/no.yml +24 -103
- data/config/locales/pl.yml +38 -116
- data/config/locales/pt-BR.yml +26 -295
- data/config/locales/pt.yml +25 -104
- data/config/locales/ro-RO.yml +50 -112
- data/config/locales/ru.yml +11 -67
- data/config/locales/sk.yml +9 -842
- data/config/locales/sl.yml +1 -24
- data/config/locales/sq-AL.yml +14 -55
- data/config/locales/sr-CS.yml +14 -69
- data/config/locales/sv.yml +89 -144
- data/config/locales/th-TH.yml +1 -15
- data/config/locales/tr-TR.yml +37 -277
- data/config/locales/uk.yml +9 -52
- data/config/locales/val-ES.yml +0 -1
- data/config/locales/zh-CN.yml +11 -82
- data/config/locales/zh-TW.yml +33 -106
- data/config/routes.rb +5 -11
- data/lib/decidim/admin/engine.rb +5 -1
- data/lib/decidim/admin/form_builder.rb +4 -2
- data/lib/decidim/admin/menu.rb +32 -16
- data/lib/decidim/admin/test/admin_participatory_space_access_examples.rb +0 -20
- data/lib/decidim/admin/test/filterable_examples.rb +8 -18
- data/lib/decidim/admin/test/filters_participatory_space_users_examples.rb +1 -1
- data/lib/decidim/admin/test/invite_participatory_space_admins_shared_examples.rb +4 -4
- data/lib/decidim/admin/test/invite_participatory_space_collaborators_shared_examples.rb +2 -2
- data/lib/decidim/admin/test/invite_participatory_space_moderators_shared_examples.rb +9 -6
- data/lib/decidim/admin/test/invite_participatory_space_users_shared_context.rb +1 -0
- data/lib/decidim/admin/test/manage_attachment_collections_examples.rb +5 -1
- data/lib/decidim/admin/test/manage_attachments_examples.rb +4 -11
- data/lib/decidim/admin/test/manage_component_permissions_examples.rb +31 -4
- data/lib/decidim/admin/test/manage_hide_content_examples.rb +0 -1
- data/lib/decidim/admin/test/manage_moderations_examples.rb +12 -5
- data/lib/decidim/admin/test/manage_participatory_space_publications_examples.rb +12 -6
- data/lib/decidim/admin/test/manage_resource_soft_deletion_examples.rb +19 -4
- data/lib/decidim/admin/test/manage_taxonomy_filters_examples.rb +28 -8
- data/lib/decidim/admin/version.rb +1 -1
- metadata +22 -37
- data/app/commands/decidim/admin/process_user_group_verification_csv.rb +0 -44
- data/app/commands/decidim/admin/reject_user_group.rb +0 -42
- data/app/commands/decidim/admin/update_organization_appearance.rb +0 -39
- data/app/commands/decidim/admin/update_user_groups.rb +0 -44
- data/app/commands/decidim/admin/verify_user_group.rb +0 -43
- data/app/controllers/concerns/decidim/admin/user_groups/filterable.rb +0 -45
- data/app/controllers/concerns/decidim/admin/user_groups.rb +0 -24
- data/app/controllers/decidim/admin/metrics_controller.rb +0 -23
- data/app/controllers/decidim/admin/user_groups_controller.rb +0 -76
- data/app/controllers/decidim/admin/user_groups_csv_verifications_controller.rb +0 -36
- data/app/forms/decidim/admin/organization_appearance_form.rb +0 -88
- data/app/forms/decidim/admin/user_group_csv_verification_form.rb +0 -25
- data/app/jobs/decidim/admin/destroy_private_users_follows_job.rb +0 -37
- data/app/jobs/decidim/admin/verify_user_group_from_csv_job.rb +0 -30
- data/app/packs/src/decidim/admin/welcome_notification.js +0 -32
- data/app/packs/stylesheets/decidim/admin/_bulk_actions.scss +0 -16
- data/app/presenters/decidim/admin/dashboard_metric_charts_presenter.rb +0 -33
- data/app/queries/decidim/admin/user_groups_evaluation.rb +0 -56
- data/app/views/decidim/admin/metrics/_metrics.html.erb +0 -16
- data/app/views/decidim/admin/metrics/index.html.erb +0 -7
- data/app/views/decidim/admin/organization_appearance/_form.html.erb +0 -100
- data/app/views/decidim/admin/organization_appearance/edit.html.erb +0 -18
- data/app/views/decidim/admin/organization_appearance/form/_header_snippets.html.erb +0 -17
- data/app/views/decidim/admin/user_groups/index.html.erb +0 -68
- data/app/views/decidim/admin/user_groups_csv_verifications/new.html.erb +0 -31
- data/lib/decidim/admin/test/admin_participatory_space_component_access_examples.rb +0 -36
- /data/app/views/decidim/admin/{organization_appearance → organization}/form/_minimap.html.erb +0 -0
data/config/locales/en.yml
CHANGED
|
@@ -34,11 +34,9 @@ en:
|
|
|
34
34
|
help_section:
|
|
35
35
|
content: Content
|
|
36
36
|
id: ID
|
|
37
|
-
import:
|
|
38
|
-
user_group_id: Create imports as
|
|
39
37
|
newsletter:
|
|
40
38
|
body: Body
|
|
41
|
-
send_to_all_users: Send to all
|
|
39
|
+
send_to_all_users: Send to all users
|
|
42
40
|
send_to_followers: Send to followers
|
|
43
41
|
send_to_participants: Send to participants
|
|
44
42
|
subject: Subject
|
|
@@ -48,12 +46,9 @@ en:
|
|
|
48
46
|
available_authorizations: Available authorizations
|
|
49
47
|
badges_enabled: Enable badges
|
|
50
48
|
comments_max_length: Comments max length (Leave 0 for default value)
|
|
51
|
-
cta_button_path: Call To Action button path
|
|
52
|
-
cta_button_text: Call To Action button text
|
|
53
49
|
customize_welcome_notification: Customize welcome notification
|
|
54
50
|
default_locale: Default locale
|
|
55
51
|
description: Description
|
|
56
|
-
enable_machine_translations: Enable machine translations
|
|
57
52
|
enable_omnipresent_banner: Show omnipresent banner
|
|
58
53
|
enable_participatory_space_filters: Enable participatory space filters
|
|
59
54
|
facebook_handler: Facebook handler
|
|
@@ -65,13 +60,6 @@ en:
|
|
|
65
60
|
header_snippets: Header snippets
|
|
66
61
|
highlight_alternative_color: Highlight, alternative
|
|
67
62
|
highlight_color: Highlight
|
|
68
|
-
highlighted_content_banner_action_subtitle: Action button subtitle
|
|
69
|
-
highlighted_content_banner_action_title: Action button title
|
|
70
|
-
highlighted_content_banner_action_url: Action button URL
|
|
71
|
-
highlighted_content_banner_enabled: Show the highlighted content banner
|
|
72
|
-
highlighted_content_banner_image: Image
|
|
73
|
-
highlighted_content_banner_short_description: Short description
|
|
74
|
-
highlighted_content_banner_title: Title
|
|
75
63
|
host: Host
|
|
76
64
|
instagram_handler: Instagram handler
|
|
77
65
|
logo: Logo
|
|
@@ -98,7 +86,6 @@ en:
|
|
|
98
86
|
time_zone: Time Zone
|
|
99
87
|
tos_version: Terms of service version
|
|
100
88
|
twitter_handler: X handler
|
|
101
|
-
user_groups_enabled: Enable groups
|
|
102
89
|
users_registration_mode: Users registration mode
|
|
103
90
|
warning_color: Warning
|
|
104
91
|
welcome_notification_body: Welcome notification body
|
|
@@ -138,9 +125,6 @@ en:
|
|
|
138
125
|
show_in_footer: Show in the footer
|
|
139
126
|
title: Title
|
|
140
127
|
weight: Order position
|
|
141
|
-
taxonomy:
|
|
142
|
-
item_name: Item name
|
|
143
|
-
parent_id: Parent
|
|
144
128
|
user_group_csv_verification:
|
|
145
129
|
file: File
|
|
146
130
|
errors:
|
|
@@ -183,12 +167,17 @@ en:
|
|
|
183
167
|
decidim:
|
|
184
168
|
admin:
|
|
185
169
|
actions:
|
|
170
|
+
actions: Actions
|
|
171
|
+
actions_label: Actions for %{resource}
|
|
186
172
|
add: Add
|
|
187
173
|
attachment:
|
|
188
174
|
new: New attachment
|
|
189
175
|
attachment_collection:
|
|
190
176
|
new: New attachment folder
|
|
177
|
+
attachment_collections: Add folder
|
|
178
|
+
attachments: Add attachment
|
|
191
179
|
browse: Browse
|
|
180
|
+
configure: Configure
|
|
192
181
|
confirm_delete_component: |
|
|
193
182
|
Are you sure you want to delete this component?<br>
|
|
194
183
|
This component contains:<br>
|
|
@@ -196,25 +185,24 @@ en:
|
|
|
196
185
|
<li class="font-bold">%{resources_count} resources</li>
|
|
197
186
|
</ul>
|
|
198
187
|
If you change your mind, you can restore it later.
|
|
199
|
-
export: Export
|
|
188
|
+
export: Export
|
|
200
189
|
export-selection: Export selection
|
|
201
190
|
import: Import
|
|
202
|
-
|
|
191
|
+
menu_hidden: Hide from menu
|
|
192
|
+
moderate: Manage moderations
|
|
203
193
|
newsletter:
|
|
204
194
|
new: New newsletter
|
|
205
195
|
participatory_space_private_user:
|
|
206
196
|
new: New participatory space private user
|
|
207
197
|
per_page: Per page
|
|
208
|
-
permissions:
|
|
209
|
-
reject: Reject
|
|
198
|
+
permissions: Manage permissions
|
|
210
199
|
restore: Restore
|
|
211
200
|
send_me_a_test_email: Send me a test email
|
|
212
201
|
share: Share
|
|
213
|
-
share_tokens:
|
|
214
|
-
soft_delete:
|
|
202
|
+
share_tokens: Share link
|
|
203
|
+
soft_delete: Move to trash
|
|
215
204
|
user:
|
|
216
205
|
new: New admin
|
|
217
|
-
verify: Verify
|
|
218
206
|
view_deleted_components: View deleted components
|
|
219
207
|
admin_terms_of_service:
|
|
220
208
|
accept:
|
|
@@ -305,13 +293,13 @@ en:
|
|
|
305
293
|
block_user:
|
|
306
294
|
bulk_new:
|
|
307
295
|
action: Block accounts and send justification
|
|
308
|
-
already_reported_html:
|
|
296
|
+
already_reported_html: Continuing with this action you will also hide all the participants contents.
|
|
309
297
|
description: Blocking a user will render their account unusable. You may provide in your justification any guidelines on ways you would consider unblocking the user.
|
|
310
298
|
justification: Justification
|
|
311
299
|
title: Block Users
|
|
312
300
|
new:
|
|
313
301
|
action: Block account and send justification
|
|
314
|
-
already_reported_html:
|
|
302
|
+
already_reported_html: Continuing with this action you will also hide all the participants contents.
|
|
315
303
|
description: Blocking a user will render their account unusable. You may provide in your justification any guidelines on ways you would consider unblocking the user.
|
|
316
304
|
justification: Justification
|
|
317
305
|
title: Block User %{name}
|
|
@@ -364,7 +352,7 @@ en:
|
|
|
364
352
|
attempts: Attempts
|
|
365
353
|
'false': 'No'
|
|
366
354
|
index:
|
|
367
|
-
text: Search by current user email, name or nickname
|
|
355
|
+
text: Search by current user email, name or nickname
|
|
368
356
|
managed_user_name: Managed User
|
|
369
357
|
solved: Solved
|
|
370
358
|
title: Verification conflicts
|
|
@@ -405,7 +393,7 @@ en:
|
|
|
405
393
|
form:
|
|
406
394
|
domain_too_short: Domain too short
|
|
407
395
|
update:
|
|
408
|
-
error: Failed to update list of allowed external domains
|
|
396
|
+
error: Failed to update list of allowed external domains
|
|
409
397
|
success: The list of allowed external domain successfully updated.
|
|
410
398
|
exports:
|
|
411
399
|
export_as: "%{name} as %{export_format}"
|
|
@@ -466,11 +454,11 @@ en:
|
|
|
466
454
|
remove_all: Remove all
|
|
467
455
|
search_label: Search
|
|
468
456
|
search_placeholder:
|
|
469
|
-
name_or_nickname_or_email_cont: Search %{collection} by email, name or nickname
|
|
457
|
+
name_or_nickname_or_email_cont: Search %{collection} by email, name or nickname
|
|
470
458
|
report_count_eq: Report count eq
|
|
471
|
-
reported_id_string_or_reported_content_cont: Search %{collection} by reportable id or content
|
|
472
|
-
title_cont: Search %{collection} by title
|
|
473
|
-
user_name_or_user_nickname_or_user_email_cont: Search %{collection} by email, name or nickname
|
|
459
|
+
reported_id_string_or_reported_content_cont: Search %{collection} by reportable id or content
|
|
460
|
+
title_cont: Search %{collection} by title
|
|
461
|
+
user_name_or_user_nickname_or_user_email_cont: Search %{collection} by email, name or nickname
|
|
474
462
|
state_eq:
|
|
475
463
|
label: State
|
|
476
464
|
values:
|
|
@@ -487,6 +475,10 @@ en:
|
|
|
487
475
|
explanation: 'Guidance for file:'
|
|
488
476
|
message_1: CSV, JSON and Excel (.xlsx) files are supported
|
|
489
477
|
message_2: For CSV files, the separator between columns must be a semicolon (";")
|
|
478
|
+
import_csv:
|
|
479
|
+
explanation: 'Guidance for file:'
|
|
480
|
+
message_1: CSV files are supported
|
|
481
|
+
message_2: ".csv file with emails data"
|
|
490
482
|
help_sections:
|
|
491
483
|
error: There was a problem updating the help sections.
|
|
492
484
|
form:
|
|
@@ -565,7 +557,7 @@ en:
|
|
|
565
557
|
logs:
|
|
566
558
|
filters:
|
|
567
559
|
participatory_space: Find participatory space
|
|
568
|
-
text: Search by user email, name or nickname
|
|
560
|
+
text: Search by user email, name or nickname
|
|
569
561
|
user: User
|
|
570
562
|
logs_list:
|
|
571
563
|
no_logs_yet: There are no logs yet.
|
|
@@ -592,8 +584,9 @@ en:
|
|
|
592
584
|
content: Reported content
|
|
593
585
|
external_domain_allowlist: Allowed external domains
|
|
594
586
|
help_sections: Help sections
|
|
595
|
-
homepage: Homepage
|
|
587
|
+
homepage: Homepage layout
|
|
596
588
|
impersonations: Impersonations
|
|
589
|
+
insights: Insights
|
|
597
590
|
manage: Manage
|
|
598
591
|
moderation: Global moderations
|
|
599
592
|
newsletters: Newsletters
|
|
@@ -606,13 +599,10 @@ en:
|
|
|
606
599
|
share_tokens: Access links
|
|
607
600
|
static_page_topics: Topics
|
|
608
601
|
static_pages: Pages
|
|
602
|
+
statistics: Statistics
|
|
609
603
|
taxonomies: Taxonomies
|
|
610
604
|
taxonomy_filters: Taxonomy filters
|
|
611
|
-
user_groups: Groups
|
|
612
605
|
users: Participants
|
|
613
|
-
metrics:
|
|
614
|
-
metrics:
|
|
615
|
-
see_more_metrics: See more metrics
|
|
616
606
|
models:
|
|
617
607
|
area:
|
|
618
608
|
fields:
|
|
@@ -681,16 +671,6 @@ en:
|
|
|
681
671
|
admin: Admin
|
|
682
672
|
user_manager: Participant manager
|
|
683
673
|
name: Participant
|
|
684
|
-
user_group:
|
|
685
|
-
fields:
|
|
686
|
-
actions: Actions
|
|
687
|
-
created_at: Created at
|
|
688
|
-
document_number: Document number
|
|
689
|
-
name: Name
|
|
690
|
-
nickname: Nickname
|
|
691
|
-
phone: Phone
|
|
692
|
-
state: State
|
|
693
|
-
users_count: Participants count
|
|
694
674
|
moderated_users:
|
|
695
675
|
index:
|
|
696
676
|
actions:
|
|
@@ -709,7 +689,7 @@ en:
|
|
|
709
689
|
update_moderated_user_button: Unreport users
|
|
710
690
|
title: Actions
|
|
711
691
|
unblock: Unblock User
|
|
712
|
-
unreport:
|
|
692
|
+
unreport: Undo the report
|
|
713
693
|
cancel: Cancel
|
|
714
694
|
name: Name
|
|
715
695
|
nickname: Nickname
|
|
@@ -733,10 +713,10 @@ en:
|
|
|
733
713
|
title: Hide
|
|
734
714
|
update_moderation_button: Hide selected resources
|
|
735
715
|
unhide:
|
|
736
|
-
title:
|
|
716
|
+
title: Undo the hide
|
|
737
717
|
update_moderation_button: Unhide selected resources
|
|
738
718
|
unreport:
|
|
739
|
-
title:
|
|
719
|
+
title: Undo the report
|
|
740
720
|
update_moderation_button: Unreport selected resources
|
|
741
721
|
cancel: Cancel
|
|
742
722
|
selected: selected
|
|
@@ -864,7 +844,7 @@ en:
|
|
|
864
844
|
index:
|
|
865
845
|
actions: Actions
|
|
866
846
|
badge: Badge
|
|
867
|
-
block: Block
|
|
847
|
+
block: Block
|
|
868
848
|
created_at: Created At
|
|
869
849
|
name: Name
|
|
870
850
|
nickname: Nickname
|
|
@@ -873,9 +853,10 @@ en:
|
|
|
873
853
|
officialized: Officialized
|
|
874
854
|
reofficialize: Reofficialize
|
|
875
855
|
reports: Reports
|
|
876
|
-
|
|
856
|
+
send_message: Send message
|
|
857
|
+
show_email: Show email
|
|
877
858
|
status: Status
|
|
878
|
-
unblock: Unblock
|
|
859
|
+
unblock: Unblock
|
|
879
860
|
unofficialize: Unofficialize
|
|
880
861
|
new:
|
|
881
862
|
badge: Officialization badge
|
|
@@ -896,41 +877,33 @@ en:
|
|
|
896
877
|
title: Edit organization
|
|
897
878
|
update: Update
|
|
898
879
|
form:
|
|
880
|
+
admin_terms_of_service: Admin terms of service
|
|
881
|
+
basic_configuration: Basic configuration
|
|
882
|
+
colors:
|
|
883
|
+
choose_color: Choose a primary color
|
|
884
|
+
colors_title: Organization colors
|
|
885
|
+
colors_warning_html: Warning! Changing these colors can break the accessibility contrasts. You can check the contrast of your choosing with <a href="https://webaim.org/resources/contrastchecker">WebAIM Contrast Checker</a> or other similar tools.
|
|
886
|
+
explanation: This tool helps you out to choose a color scheme, made up of hues equally spaced around the color wheel, that will be used in the organization's website.
|
|
887
|
+
legend_html: Main application colors, based on the <a href="https://www.color-meanings.com/triadic-colors/">Triadic algorithm</a>. The <i>secondary</i> color is auto-calculated from the primary color and the saturation you chose.
|
|
888
|
+
saturation: Saturation
|
|
889
|
+
title: Color chooser
|
|
890
|
+
update_suggested_colors: Update suggested colors
|
|
891
|
+
extra_features: Extra features
|
|
899
892
|
facebook: Facebook
|
|
900
893
|
github: GitHub
|
|
901
894
|
instagram: Instagram
|
|
895
|
+
logos:
|
|
896
|
+
organization_logos: Organization logos
|
|
897
|
+
preview: Preview
|
|
902
898
|
rich_text_editor_in_public_views_help: In some text areas, participants will be able to insert some HTML tags by using the rich text editor.
|
|
903
899
|
social_handlers: Social
|
|
904
900
|
twitter: X
|
|
905
901
|
url: URL
|
|
902
|
+
welcome_notification: Welcome notification
|
|
906
903
|
youtube: YouTube
|
|
907
904
|
update:
|
|
908
905
|
error: There was a problem updating this organization.
|
|
909
906
|
success: Organization updated successfully.
|
|
910
|
-
organization_appearance:
|
|
911
|
-
edit:
|
|
912
|
-
update: Update
|
|
913
|
-
form:
|
|
914
|
-
colors:
|
|
915
|
-
choose_color: Choose a primary color
|
|
916
|
-
colors_title: Organization colors
|
|
917
|
-
colors_warning_html: Warning! Changing these colors can break the accessibility contrasts. You can check the contrast of your choosing with <a href="https://webaim.org/resources/contrastchecker">WebAIM Contrast Checker</a> or other similar tools.
|
|
918
|
-
explanation: This tool helps you out to choose a color scheme, made up of hues equally spaced around the color wheel, that will be used in the organization's website.
|
|
919
|
-
legend_html: Main application colors, based on the <a href="https://www.color-meanings.com/triadic-colors/">Triadic algorithm</a>. The <i>secondary</i> color is auto-calculated from the primary color and the saturation you chose.
|
|
920
|
-
saturation: Saturation
|
|
921
|
-
title: Color chooser
|
|
922
|
-
update_suggested_colors: Update suggested colors
|
|
923
|
-
cta_button_path_help_html: 'You can overwrite where the Call To Action button in the homepage links to. Use partial paths, not full URLs here. Accepts letters, numbers, dashes and slashes, and must start with a letter. The Call To Action button is shown in the homepage between the welcome text and the description. Example: %{url}'
|
|
924
|
-
cta_button_text_help: You can overwrite the Call To Action button text in the homepage for each available language in your organization. If not set, the default value will be used. The Call To Action button is shown in the homepage between the welcome text and the description.
|
|
925
|
-
header_snippets:
|
|
926
|
-
header_snippets_help_html: Use this field to add things to the HTML head. The most common use is to integrate third-party services that require some extra JavaScript or CSS. Also, you can use it to add extra meta tags to the HTML. Note that this will only be rendered in public pages, not in the admin section. If the code interacts with external APIs or does not comply with the application security guidelines, it will be necessary to change the Content Security Policy. Read more about <a href="https://docs.decidim.org/develop/en/customize/content_security_policy">on the documentation site</a> .
|
|
927
|
-
title: HTML header snippets
|
|
928
|
-
homepage_appearance_title: Edit homepage appearance
|
|
929
|
-
homepage_highlighted_content_banner_title: Highligted content banner
|
|
930
|
-
images:
|
|
931
|
-
layout_appearance_title: Edit layout appearance
|
|
932
|
-
preview: Preview
|
|
933
|
-
omnipresent_banner_appearance_title: Edit omnipresent banner
|
|
934
907
|
organization_external_domain_allowlist:
|
|
935
908
|
edit:
|
|
936
909
|
update: Update
|
|
@@ -1103,14 +1076,14 @@ en:
|
|
|
1103
1076
|
title: Edit topic
|
|
1104
1077
|
update: Update topic
|
|
1105
1078
|
new:
|
|
1106
|
-
create:
|
|
1079
|
+
create: New topic
|
|
1107
1080
|
title: New topic
|
|
1108
1081
|
update:
|
|
1109
1082
|
error: There was a problem updating this topic.
|
|
1110
1083
|
success: Topic updated successfully
|
|
1111
1084
|
static_pages:
|
|
1112
1085
|
actions:
|
|
1113
|
-
view: View
|
|
1086
|
+
view: View
|
|
1114
1087
|
create:
|
|
1115
1088
|
error: There was a problem creating a new page.
|
|
1116
1089
|
success: Page created successfully.
|
|
@@ -1127,7 +1100,7 @@ en:
|
|
|
1127
1100
|
index:
|
|
1128
1101
|
last_notable_change: Last notable change
|
|
1129
1102
|
new:
|
|
1130
|
-
create:
|
|
1103
|
+
create: New page
|
|
1131
1104
|
title: New page
|
|
1132
1105
|
topic:
|
|
1133
1106
|
empty: There are no pages under this topic.
|
|
@@ -1138,9 +1111,9 @@ en:
|
|
|
1138
1111
|
taxonomies:
|
|
1139
1112
|
actions:
|
|
1140
1113
|
actions: Actions
|
|
1141
|
-
destroy: Delete
|
|
1142
|
-
edit: Edit
|
|
1143
|
-
filters:
|
|
1114
|
+
destroy: Delete
|
|
1115
|
+
edit: Edit
|
|
1116
|
+
filters: Apply filters
|
|
1144
1117
|
breadcrumb:
|
|
1145
1118
|
edit: Edit taxonomy
|
|
1146
1119
|
new: New taxonomy
|
|
@@ -1252,24 +1225,23 @@ en:
|
|
|
1252
1225
|
authorization_workflows: Verification methods
|
|
1253
1226
|
dashboard: Dashboard
|
|
1254
1227
|
edit_external_domains: Allowed list of external domains
|
|
1255
|
-
edit_landing_page: Page contents
|
|
1256
|
-
edit_organization_appearance: Edit homepage appearance
|
|
1257
1228
|
impersonatable_users: Manageable participants
|
|
1258
1229
|
impersonations: Participants management
|
|
1259
1230
|
menu: Menu
|
|
1260
|
-
metrics: Metrics
|
|
1261
1231
|
page_topics: Topics
|
|
1262
1232
|
pages: Pages
|
|
1263
1233
|
panel: Admin
|
|
1264
1234
|
participants: Participants
|
|
1265
1235
|
scope_types: Scope types
|
|
1266
1236
|
scopes: Scopes
|
|
1267
|
-
statistics:
|
|
1237
|
+
statistics: Statistics
|
|
1268
1238
|
taxonomies: Taxonomies
|
|
1269
1239
|
taxonomy_filters: Taxonomy filters for "%{taxonomy}"
|
|
1270
|
-
user_groups: Groups
|
|
1271
1240
|
users: Administrators
|
|
1272
1241
|
tooltips:
|
|
1242
|
+
cannot_destroy_taxonomy_filter: Cannot destroy this taxonomy filter
|
|
1243
|
+
cannot_edit_taxonomy_filter: Cannot edit this taxonomy filter
|
|
1244
|
+
deleted_attachment_collections_info: Cannot delete this folder because it has attachments.
|
|
1273
1245
|
deleted_component_info: This component can only be deleted if status is 'Unpublished'.
|
|
1274
1246
|
trash_management:
|
|
1275
1247
|
restore:
|
|
@@ -1278,32 +1250,6 @@ en:
|
|
|
1278
1250
|
soft_delete:
|
|
1279
1251
|
invalid: There was a problem deleting %{resource_name}.
|
|
1280
1252
|
success: "%{resource_name} successfully deleted."
|
|
1281
|
-
user_group:
|
|
1282
|
-
csv_verify:
|
|
1283
|
-
invalid: There was a problem reading the CSV file.
|
|
1284
|
-
success: CSV file uploaded successfully, we are verifying the groups matching the criteria. This might take a while.
|
|
1285
|
-
reject:
|
|
1286
|
-
invalid: There was a problem rejecting this group.
|
|
1287
|
-
success: Group successfully rejected.
|
|
1288
|
-
verify:
|
|
1289
|
-
invalid: There was a problem verifying this group.
|
|
1290
|
-
success: Group successfully verified.
|
|
1291
|
-
user_groups:
|
|
1292
|
-
index:
|
|
1293
|
-
state:
|
|
1294
|
-
pending: Pending
|
|
1295
|
-
rejected: Rejected
|
|
1296
|
-
verified: Verified
|
|
1297
|
-
verify_via_csv: Verify via CSV
|
|
1298
|
-
user_groups_csv_verifications:
|
|
1299
|
-
new:
|
|
1300
|
-
example_file: 'Example file:'
|
|
1301
|
-
explanation: Upload your CSV file. It must have the official emails of the groups in your organization in the first column of the file, without headers. Only groups that have confirmed their email and that have an email appearing in the CSV file will be validated.
|
|
1302
|
-
explanation_example: |
|
|
1303
|
-
acme@example.org
|
|
1304
|
-
bubba.gump@example.org
|
|
1305
|
-
title: Upload your CSV file
|
|
1306
|
-
upload: Upload
|
|
1307
1253
|
users:
|
|
1308
1254
|
create:
|
|
1309
1255
|
error: There was a problem inviting this admin.
|
|
@@ -1324,26 +1270,12 @@ en:
|
|
|
1324
1270
|
last_day: Last day
|
|
1325
1271
|
last_month: Last month
|
|
1326
1272
|
last_week: Last week
|
|
1327
|
-
no_users_count_statistics_yet: There are no
|
|
1273
|
+
no_users_count_statistics_yet: There are no users count statistics yet.
|
|
1328
1274
|
participants: Participants
|
|
1329
|
-
components:
|
|
1330
|
-
settings:
|
|
1331
|
-
global:
|
|
1332
|
-
taxonomy_filters_unavailable: Selecting taxonomy filters will be possible after the component is created.
|
|
1333
1275
|
forms:
|
|
1334
1276
|
errors:
|
|
1335
1277
|
impersonate_user:
|
|
1336
1278
|
reason: You need to provide a reason when managing a non-managed participant.
|
|
1337
|
-
metrics:
|
|
1338
|
-
blocked_users:
|
|
1339
|
-
object: blocked users
|
|
1340
|
-
title: Blocked users
|
|
1341
|
-
reported_users:
|
|
1342
|
-
object: reported users
|
|
1343
|
-
title: Reported users
|
|
1344
|
-
user_reports:
|
|
1345
|
-
object: user reports
|
|
1346
|
-
title: User reports
|
|
1347
1279
|
moderations:
|
|
1348
1280
|
actions:
|
|
1349
1281
|
expand: Expand
|
|
@@ -1352,8 +1284,8 @@ en:
|
|
|
1352
1284
|
not_hidden: Not hidden
|
|
1353
1285
|
parent_hidden: You cannot unhide this resource because its parent is still hidden.
|
|
1354
1286
|
title: Actions
|
|
1355
|
-
unhide:
|
|
1356
|
-
unreport:
|
|
1287
|
+
unhide: Undo the hide
|
|
1288
|
+
unreport: Undo the report
|
|
1357
1289
|
admin:
|
|
1358
1290
|
reportable:
|
|
1359
1291
|
bulk_action:
|
|
@@ -1408,5 +1340,7 @@ en:
|
|
|
1408
1340
|
admin:
|
|
1409
1341
|
global_moderations:
|
|
1410
1342
|
title: Global moderations
|
|
1343
|
+
insights:
|
|
1344
|
+
title: Insights
|
|
1411
1345
|
taxonomy_filters_selector:
|
|
1412
1346
|
title: Filters
|
data/config/locales/eo.yml
CHANGED
|
@@ -28,26 +28,19 @@ eo:
|
|
|
28
28
|
newsletter:
|
|
29
29
|
body: Korpo
|
|
30
30
|
subject: Temo
|
|
31
|
-
participatory_space_private_user:
|
|
32
|
-
name: Nomo
|
|
33
|
-
participatory_space_private_user_csv_import:
|
|
34
|
-
file: Dosiero
|
|
35
31
|
decidim:
|
|
36
32
|
admin:
|
|
37
33
|
managed_users:
|
|
38
34
|
promotions:
|
|
39
35
|
new:
|
|
40
36
|
explanation: Administritaj partoprenantoj povas esti promociitaj al normaj partoprenantoj. Ĝi signifas, ke ili estos invititaj al la sistemo kaj vi ne povos administri ilin denove. La invitita partoprenanto ricevos retpoŝton por akcepti vian inviton.
|
|
37
|
+
new_managed_user_promotion: Nova administrita partoprenanto-promocio
|
|
41
38
|
models:
|
|
42
39
|
impersonation_log:
|
|
43
40
|
fields:
|
|
44
41
|
ended_at: Finita je
|
|
45
42
|
participatory_space_private_user:
|
|
46
43
|
name: Privata partoprenanto
|
|
47
|
-
user_group:
|
|
48
|
-
fields:
|
|
49
|
-
document_number: Dokumento Nombro
|
|
50
|
-
name: Nomo
|
|
51
44
|
newsletters:
|
|
52
45
|
select_recipients_to_deliver:
|
|
53
46
|
all_users_help: Sendu la informilon al ĉiuj konfirmitaj partoprenantoj.
|