decidim-admin 0.28.0 → 0.28.1
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/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
@@ -1,8 +1,8 @@
|
|
1
1
|
<% add_decidim_page_title(t(".title")) %>
|
2
2
|
<div class="item_show__header">
|
3
|
-
<
|
3
|
+
<h1 class="item_show__header-title">
|
4
4
|
<%= t ".title" %>
|
5
|
-
</
|
5
|
+
</h1>
|
6
6
|
</div>
|
7
7
|
<div class="item__edit-form">
|
8
8
|
<%= decidim_form_for(@form, html: { class: "form-defaults form scope_types_new" }) do |f| %>
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<% add_decidim_page_title(t(".title")) %>
|
2
2
|
<div class="item_show__header">
|
3
|
-
<
|
3
|
+
<h1 class="item_show__header-title">
|
4
4
|
<%= t ".title" %>
|
5
|
-
</
|
5
|
+
</h1>
|
6
6
|
</div>
|
7
7
|
<div class="item__edit-form">
|
8
8
|
<%= decidim_form_for(@form, html: { class: "form-defaults form edit_scope" }) do |f| %>
|
@@ -1,13 +1,13 @@
|
|
1
1
|
<% add_decidim_page_title(t("decidim.admin.titles.scopes")) %>
|
2
2
|
<div class="card">
|
3
3
|
<div class="item_show__header">
|
4
|
-
<
|
4
|
+
<h1 class="item_show__header-title">
|
5
5
|
<% if parent_scope %>
|
6
6
|
<%= scope_breadcrumbs(parent_scope).join(" - ").html_safe %> <%= link_to t("actions.add", scope: "decidim.admin"), new_scope_scope_path(parent_scope), class: "button button__sm button__secondary" if allowed_to? :create, :scope %><%= link_to t("actions.edit", scope: "decidim.admin"), edit_scope_path(parent_scope), class: "button button__sm button__secondary" if allowed_to? :edit, :scope, scope: parent_scope %>
|
7
7
|
<% else %>
|
8
8
|
<%= t "decidim.admin.titles.scopes" %> <%= link_to t("actions.add", scope: "decidim.admin"), new_scope_path, class: "button button__sm button__secondary" if allowed_to? :create, :scope %>
|
9
9
|
<% end %>
|
10
|
-
</
|
10
|
+
</h1>
|
11
11
|
</div>
|
12
12
|
<% if @scopes.any? %>
|
13
13
|
<div class="table-scroll">
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<% add_decidim_page_title(t(".title")) %>
|
2
2
|
<div class="item_show__header">
|
3
|
-
<
|
3
|
+
<h1 class="item_show__header-title">
|
4
4
|
<%= t ".title" %>
|
5
|
-
</
|
5
|
+
</h1>
|
6
6
|
</div>
|
7
7
|
<div class="item__edit-form">
|
8
8
|
<%= decidim_form_for(@form, url: current_scopes_path, html: { class: " form form-defaults new_scope" }) do |f| %>
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<div class="fcell">
|
3
3
|
<ul class="dropdown menu" data-dropdown-menu data-close-on-click-inside="false">
|
4
4
|
<li>
|
5
|
-
<a href="#" class="dropdown button">
|
5
|
+
<a href="#" class="dropdown button button__sm button__secondary">
|
6
6
|
<%= t("filter_label", scope: "decidim.admin.filters") %>
|
7
7
|
<%= icon "arrow-down-s-line", class: "dropdown-filter-icon" %>
|
8
8
|
</a>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<% add_decidim_page_title(t("edit_landing_page", scope: "decidim.admin.titles")) %>
|
2
2
|
<div class="card edit_content_blocks">
|
3
3
|
<div class="item_show__header">
|
4
|
-
<
|
4
|
+
<h1 class="item_show__header-title">
|
5
5
|
<%= content_blocks_title %>
|
6
6
|
|
7
7
|
<div>
|
@@ -17,7 +17,7 @@
|
|
17
17
|
</ul>
|
18
18
|
</div>
|
19
19
|
</div>
|
20
|
-
</
|
20
|
+
</h1>
|
21
21
|
</div>
|
22
22
|
|
23
23
|
<div class="card-section-draggable-list">
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<% add_decidim_page_title(t(content_block.public_name_key)) %>
|
2
2
|
<div class="item_show__header">
|
3
|
-
<
|
3
|
+
<h1 class="item_show__header-title">
|
4
4
|
<%= t content_block.public_name_key %>
|
5
|
-
</
|
5
|
+
</h1>
|
6
6
|
</div>
|
7
7
|
<div class="item__edit item__edit-1col">
|
8
8
|
<div class="item__edit-form">
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<% add_decidim_page_title(t(".title")) %>
|
2
2
|
<div class="item_show__header">
|
3
|
-
<
|
3
|
+
<h1 class="item_show__header-title">
|
4
4
|
<%= t ".title" %>
|
5
|
-
</
|
5
|
+
</h1>
|
6
6
|
</div>
|
7
7
|
<div class="item__edit item__edit-1col">
|
8
8
|
<div class="item__edit-form">
|
@@ -2,12 +2,12 @@
|
|
2
2
|
|
3
3
|
<div class="card" id="page_topics">
|
4
4
|
<div class="item_show__header">
|
5
|
-
<
|
5
|
+
<h1 class="item_show__header-title">
|
6
6
|
<%= t("page_topics", scope: "decidim.admin.titles") %>
|
7
7
|
<% if allowed_to? :create, :attachment_collection %>
|
8
8
|
<%= link_to t("static_page_topics.new.create", scope: "decidim.admin"), [:new, :static_page_topic], class: "button button__sm button__secondary expanded small new" %>
|
9
9
|
<% end %>
|
10
|
-
</
|
10
|
+
</h1>
|
11
11
|
</div>
|
12
12
|
<% if topics.any? %>
|
13
13
|
<div class="table-scroll">
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<% add_decidim_page_title(t(".title")) %>
|
2
2
|
<div class="item_show__header">
|
3
|
-
<
|
3
|
+
<h1 class="item_show__header-title">
|
4
4
|
<%= t ".title" %>
|
5
|
-
</
|
5
|
+
</h1>
|
6
6
|
</div>
|
7
7
|
<div class="item__edit item__edit-1col">
|
8
8
|
<div class="item__edit-form">
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<% add_decidim_page_title t(".title") %>
|
2
2
|
<div class="item_show__header">
|
3
|
-
<
|
3
|
+
<h1 class="item_show__header-title">
|
4
4
|
<%= t ".title" %>
|
5
|
-
</
|
5
|
+
</h1>
|
6
6
|
</div>
|
7
7
|
<div class="item__edit item__edit-1col">
|
8
8
|
<div class="item__edit-form">
|
@@ -1,12 +1,12 @@
|
|
1
1
|
<% add_decidim_page_title(t("pages", scope: "decidim.admin.titles")) %>
|
2
2
|
|
3
3
|
<div class="item_show__header">
|
4
|
-
<
|
4
|
+
<h1 class="item_show__header-title">
|
5
5
|
<%= t("pages", scope: "decidim.admin.titles") %>
|
6
6
|
<% if allowed_to? :create, :static_page %>
|
7
7
|
<%= link_to t("static_pages.new.create", scope: "decidim.admin"), [:new, :static_page], class: "button button__sm button__secondary expanded small new" %>
|
8
8
|
<% end %>
|
9
|
-
</
|
9
|
+
</h1>
|
10
10
|
</div>
|
11
11
|
|
12
12
|
<% @topics.each do |topic| %>
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<% add_decidim_page_title(t(".title")) %>
|
2
2
|
<div class="item_show__header">
|
3
|
-
<
|
3
|
+
<h1 class="item_show__header-title">
|
4
4
|
<%= t ".title" %>
|
5
|
-
</
|
5
|
+
</h1>
|
6
6
|
</div>
|
7
7
|
<div class="item__edit item__edit-1col">
|
8
8
|
<div class="item__edit-form">
|
@@ -1,10 +1,10 @@
|
|
1
1
|
<% add_decidim_page_title(t("decidim.admin.titles.user_groups")) %>
|
2
2
|
<div class="card" id="user-groups">
|
3
3
|
<div class="item_show__header">
|
4
|
-
<
|
4
|
+
<h1 class="item_show__header-title">
|
5
5
|
<%= t "decidim.admin.titles.user_groups" %>
|
6
6
|
<%= link_to t(".verify_via_csv"), new_user_groups_csv_verification_path, class: "button button__sm button__secondary" %>
|
7
|
-
</
|
7
|
+
</h1>
|
8
8
|
</div>
|
9
9
|
<%= admin_filter_selector %>
|
10
10
|
<div class="table-scroll">
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<% add_decidim_page_title(t(".title")) %>
|
2
2
|
<div class="item_show__header">
|
3
|
-
<
|
3
|
+
<h1 class="item_show__header-title">
|
4
4
|
<%= t ".title" %>
|
5
|
-
</
|
5
|
+
</h1>
|
6
6
|
</div>
|
7
7
|
<div class="item__edit item__edit-1col">
|
8
8
|
<div class="item__edit-form">
|
@@ -1,12 +1,12 @@
|
|
1
1
|
<% add_decidim_page_title(t("decidim.admin.titles.users")) %>
|
2
2
|
<div class="card">
|
3
3
|
<div class="item_show__header">
|
4
|
-
<
|
4
|
+
<h1 class="item_show__header-title">
|
5
5
|
<%= t "decidim.admin.titles.users" %>
|
6
6
|
<% if allowed_to? :create, :admin_user %>
|
7
7
|
<%= link_to t("actions.user.new", scope: "decidim.admin"), [:new, :user], class: "button button__sm button__secondary" %>
|
8
8
|
<% end %>
|
9
|
-
</
|
9
|
+
</h1>
|
10
10
|
</div>
|
11
11
|
<%= admin_filter_selector %>
|
12
12
|
<div class="table-scroll">
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<% add_decidim_page_title(t(".title")) %>
|
2
2
|
<div class="item_show__header">
|
3
|
-
<
|
3
|
+
<h1 class="item_show__header-title">
|
4
4
|
<%= t ".title" %>
|
5
|
-
</
|
5
|
+
</h1>
|
6
6
|
</div>
|
7
7
|
<div class="item__edit item__edit-1col">
|
8
8
|
<div class="item__edit-form">
|
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
<% breadcrumb_items(:admin).each_with_index do |item, i| %>
|
10
10
|
<span class="text-white">/</span>
|
11
|
-
<% item_label =
|
11
|
+
<% item_label = translated_attribute(item[:label]) %>
|
12
12
|
<% if item[:url].present? && !is_active_link?(item[:url], :exclusive) %>
|
13
13
|
<%= link_to(item_label, item[:url], class: "process-title-content-breadcrumb", data: { "external-link": false }, "aria-current": (item[:active] ? "page" : nil)) %>
|
14
14
|
<% else %>
|
@@ -1,5 +1,9 @@
|
|
1
1
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2
2
|
<%= csrf_meta_tags %>
|
3
|
+
<%= legacy_favicon %>
|
4
|
+
<%= favicon %>
|
5
|
+
<%= apple_favicon %>
|
6
|
+
<%= append_stylesheet_pack_tag "decidim_admin_overrides", media: "all" %>
|
3
7
|
<%= stylesheet_pack_tag "decidim_core", "decidim_admin", media: "all" %>
|
4
8
|
<%= javascript_pack_tag "decidim_core", "decidim_admin", defer: false %>
|
5
9
|
<%= snippets.display(:head) %>
|
data/config/assets.rb
CHANGED
@@ -4,5 +4,6 @@ base_path = File.expand_path("..", __dir__)
|
|
4
4
|
|
5
5
|
Decidim::Webpacker.register_path("#{base_path}/app/packs")
|
6
6
|
Decidim::Webpacker.register_entrypoints(
|
7
|
+
decidim_admin_overrides: "#{base_path}/app/packs/entrypoints/decidim_admin_overrides.scss",
|
7
8
|
decidim_admin: "#{base_path}/app/packs/entrypoints/decidim_admin.js"
|
8
9
|
)
|
data/config/locales/ar.yml
CHANGED
@@ -298,9 +298,6 @@ ar:
|
|
298
298
|
dashboard:
|
299
299
|
show:
|
300
300
|
view_more_logs: عرض المزيد من السجلات
|
301
|
-
domain_whitelist:
|
302
|
-
form:
|
303
|
-
domain_too_short: نطاق الدومين قصير جداً
|
304
301
|
exports:
|
305
302
|
export_as: "%{name} ك %{export_format}"
|
306
303
|
formats:
|
@@ -453,11 +450,13 @@ ar:
|
|
453
450
|
help_sections: أقسام المساعدة
|
454
451
|
homepage: الصفحة الرئيسية
|
455
452
|
impersonations: التقليد
|
453
|
+
manage: تدبير
|
456
454
|
newsletters: الرسائل الإخبارية
|
457
455
|
participants: المشاركون
|
458
456
|
scope_types: أنواع المجال
|
459
457
|
scopes: مجالات
|
460
458
|
settings: الإعدادات
|
459
|
+
static_page_topics: المواضيع
|
461
460
|
static_pages: صفحات
|
462
461
|
user_groups: المجموعات
|
463
462
|
users: المشاركون
|
@@ -673,11 +672,6 @@ ar:
|
|
673
672
|
organization_external_domain_whitelist:
|
674
673
|
edit:
|
675
674
|
update: تحديث
|
676
|
-
external_domain:
|
677
|
-
down: أسفل
|
678
|
-
external_domain: نطاق خارجي
|
679
|
-
remove: إزالة
|
680
|
-
up: أعلى
|
681
675
|
form:
|
682
676
|
add: إضافة إلى القائمة البيضاء
|
683
677
|
participatory_space_private_users:
|
@@ -791,8 +785,10 @@ ar:
|
|
791
785
|
areas: المناطق
|
792
786
|
authorization_workflows: طرق التحقق
|
793
787
|
dashboard: لوحة القيادة
|
788
|
+
edit_organization_appearance: تعديل مظهر الصفحة الرئيسية
|
794
789
|
impersonatable_users: المشاركون في الإدارة
|
795
790
|
impersonations: إدارة المشاركين
|
791
|
+
menu: القائمة الرئيسية
|
796
792
|
pages: الصفحات
|
797
793
|
panel: مدير
|
798
794
|
participants: المشاركين
|
@@ -876,6 +872,7 @@ ar:
|
|
876
872
|
participatory_space: الفضاء التشاركي
|
877
873
|
reportable_type: النوع
|
878
874
|
reported_content_url: تم الإبلاغ عن عنوان URL للمحتوى
|
875
|
+
reports: السبب
|
879
876
|
visit_url: زيارة العنوان الشبكي
|
880
877
|
report:
|
881
878
|
fields:
|
@@ -885,3 +882,8 @@ ar:
|
|
885
882
|
errors:
|
886
883
|
messages:
|
887
884
|
invalid_json: JSON غير صالح
|
885
|
+
layouts:
|
886
|
+
decidim:
|
887
|
+
admin:
|
888
|
+
global_moderations:
|
889
|
+
title: مُشرف عام
|
data/config/locales/bg.yml
CHANGED
@@ -114,9 +114,34 @@ bg:
|
|
114
114
|
title: Заглавие
|
115
115
|
decidim:
|
116
116
|
admin:
|
117
|
+
conflicts:
|
118
|
+
transfer:
|
119
|
+
error: Възникна проблем при прехвърлянето на текущия участник към управляван участник.
|
120
|
+
domain_whitelist:
|
121
|
+
update:
|
122
|
+
error: Неуспешно актуализиране на белия списък на домейни.
|
123
|
+
success: Белият списък на домейни е актуализиран успешно.
|
124
|
+
filters:
|
125
|
+
search_placeholder:
|
126
|
+
user_name_or_user_email_cont: Търси в %{collection} по име или имейл.
|
127
|
+
state_eq:
|
128
|
+
label: Състояние
|
129
|
+
values:
|
130
|
+
rejected: Отхвърлен
|
131
|
+
menu:
|
132
|
+
manage: Управление
|
117
133
|
organization_appearance:
|
118
134
|
form:
|
119
135
|
colors:
|
120
136
|
colors_title: Цветове на организацията
|
121
137
|
images:
|
122
138
|
layout_appearance_title: Редактиране външния вид шаблона
|
139
|
+
organization_external_domain_whitelist:
|
140
|
+
form:
|
141
|
+
add: Добави към белия списък
|
142
|
+
title: Бял списък с външни домейни
|
143
|
+
static_pages:
|
144
|
+
index:
|
145
|
+
last_notable_change: Последна значима промяна
|
146
|
+
titles:
|
147
|
+
edit_external_domains: Бял списък с външни домейни
|
data/config/locales/ca.yml
CHANGED
@@ -288,7 +288,7 @@ ca:
|
|
288
288
|
block_user:
|
289
289
|
new:
|
290
290
|
action: Bloquejar compte i enviar justificació
|
291
|
-
already_reported_html: Si segueixes amb aquesta
|
291
|
+
already_reported_html: Si segueixes amb aquesta acció, amagaràs tots els continguts de la participant.
|
292
292
|
description: El bloqueig d'una usuària deixarà el seu compte inutilitzable. Pots proporcionar en la teva justificació els criteris sota els quals consideraries desbloquejar-la.
|
293
293
|
justification: Justificació
|
294
294
|
title: Bloquejar a la usuària %{name}
|
@@ -577,6 +577,7 @@ ca:
|
|
577
577
|
help_sections: Seccions d'ajuda
|
578
578
|
homepage: Pàgina d'inici
|
579
579
|
impersonations: Impersonacions
|
580
|
+
manage: Gestionar
|
580
581
|
moderation: Moderacions globals
|
581
582
|
newsletters: Butlletins
|
582
583
|
participants: Participants
|
data/config/locales/cs.yml
CHANGED
@@ -288,7 +288,7 @@ cs:
|
|
288
288
|
block_user:
|
289
289
|
new:
|
290
290
|
action: Blokovat účet a odeslat odůvodnění
|
291
|
-
already_reported_html: Pokračováním v této akci také skryjete veškerý obsah účastníků.
|
291
|
+
already_reported_html: Pokračováním v této akci také skryjete veškerý obsah účastníků.
|
292
292
|
description: Blokováním uživatele bude jejich účet nepoužitelný. Ve svém zdůvodnění můžete uvést veškerá pravidla pro způsob, jakým byste uvažovali o odblokování uživatele.
|
293
293
|
justification: Odůvodnění
|
294
294
|
title: Blokovat uživatele %{name}
|
@@ -378,11 +378,6 @@ cs:
|
|
378
378
|
update: Aktualizovat
|
379
379
|
dashboard:
|
380
380
|
pending_moderations:
|
381
|
-
anouncement:
|
382
|
-
one: Je zde %{count} čekající na moderování
|
383
|
-
few: Jsou zde %{count} čekající na moderování
|
384
|
-
many: Je zde %{count} čekajících na moderování
|
385
|
-
other: Je tu %{count} čekajících na moderování
|
386
381
|
goto_moderation: Přejít na globální moderaci
|
387
382
|
title: Čekající moderování
|
388
383
|
show:
|
@@ -587,6 +582,7 @@ cs:
|
|
587
582
|
help_sections: Sekce nápovědy
|
588
583
|
homepage: Domovská stránka
|
589
584
|
impersonations: V zastoupení
|
585
|
+
manage: Spravovat
|
590
586
|
moderation: Globální moderace
|
591
587
|
newsletters: Zpravodaje
|
592
588
|
participants: Účastníci
|
@@ -869,11 +865,11 @@ cs:
|
|
869
865
|
omnipresent_banner_appearance_title: Upravit všudypřítomný banner
|
870
866
|
organization_external_domain_whitelist:
|
871
867
|
edit:
|
872
|
-
update:
|
868
|
+
update: Aktualizace
|
873
869
|
external_domain:
|
874
870
|
down: Dolů
|
875
871
|
external_domain: Externí doména
|
876
|
-
remove:
|
872
|
+
remove: Odstranit
|
877
873
|
up: Nahoru
|
878
874
|
form:
|
879
875
|
add: Přidat do seznamu povolených
|
data/config/locales/de.yml
CHANGED
@@ -288,7 +288,7 @@ de:
|
|
288
288
|
block_user:
|
289
289
|
new:
|
290
290
|
action: Konto sperren und Begründung senden
|
291
|
-
already_reported_html: Wenn Sie diese Aktion fortsetzen, werden Sie auch alle Inhalte der Teilnehmenden ausblenden.
|
291
|
+
already_reported_html: Wenn Sie diese Aktion fortsetzen, werden Sie auch alle Inhalte der Teilnehmenden ausblenden.
|
292
292
|
description: Das Blockieren eines Benutzers wird sein Konto unbrauchbar machen. Sie können begründen und Richtlinien dafür bieten, wie der Benutzer vorgehen könnte, damit Sie in Betracht ziehen, die Blockierung wieder aufzuheben.
|
293
293
|
justification: Begründung
|
294
294
|
title: Benutzer %{name} blockieren
|
@@ -379,8 +379,8 @@ de:
|
|
379
379
|
dashboard:
|
380
380
|
pending_moderations:
|
381
381
|
anouncement:
|
382
|
-
one: Es gibt %{count}
|
383
|
-
other: Es gibt %{count}
|
382
|
+
one: Es gibt %{count} zu moderierender Beitrag
|
383
|
+
other: Es gibt %{count} zu moderierende Beiträge
|
384
384
|
goto_moderation: Gehe zur globalen Moderation
|
385
385
|
title: Offene Moderationen
|
386
386
|
show:
|
@@ -461,7 +461,7 @@ de:
|
|
461
461
|
user_name_or_user_email_cont: In %{collection} nach Name oder E-Mail suchen.
|
462
462
|
user_name_or_user_nickname_or_user_email_cont: '%{collection} nach E-Mail, Name oder Kontoname durchsuchen.'
|
463
463
|
state_eq:
|
464
|
-
label:
|
464
|
+
label: Status
|
465
465
|
values:
|
466
466
|
all: Alle
|
467
467
|
pending: Ausstehend
|
@@ -577,6 +577,7 @@ de:
|
|
577
577
|
help_sections: Hilfeabschnitte
|
578
578
|
homepage: Startseite
|
579
579
|
impersonations: Identitätswechsel
|
580
|
+
manage: Verwalten
|
580
581
|
moderation: Globale Moderationen
|
581
582
|
newsletters: Newsletter
|
582
583
|
participants: Teilnehmer
|
data/config/locales/el.yml
CHANGED
@@ -282,7 +282,6 @@ el:
|
|
282
282
|
block_user:
|
283
283
|
new:
|
284
284
|
action: Αποκλεισμός λογαριασμού και αποστολή αιτιολόγησης
|
285
|
-
already_reported_html: Συνεχίζοντας με αυτήν την ενέργεια θα αποκρύψετε επίσης όλα τα περιεχόμενα των συμμετεχόντων. <a href="%{link}">Φραγή του λογαριασμού</a>.
|
286
285
|
description: Ο αποκλεισμός ενός χρήστη θα καταστήσει τον λογαριασμό του μη χρησιμοποιήσιμο. Μπορείτε να δώσετε στην αιτιολόγησή σας οποιεσδήποτε κατευθυντήριες γραμμές σχετικά με τους τρόπους με τους οποίους θα εξετάζατε το ενδεχόμενο άρσης του αποκλεισμού του χρήστη.
|
287
286
|
justification: Αιτιολόγηση
|
288
287
|
title: Αποκλεισμός Χρήστη %{name}
|
@@ -357,16 +356,11 @@ el:
|
|
357
356
|
user_name: Χρήστης
|
358
357
|
dashboard:
|
359
358
|
pending_moderations:
|
360
|
-
anouncement:
|
361
|
-
one: Υπάρχουν %{count} έγκριση σε εκκρεμότητα
|
362
|
-
other: Υπάρχουν %{count} εγκρίσεις σε εκκρεμότητα
|
363
359
|
goto_moderation: Πηγαίνετε στις καθολικές εγκρίσεις
|
364
360
|
title: Εκκρεμείς εγκρίσεις
|
365
361
|
show:
|
366
362
|
view_more_logs: Προβολή περισσότερων αρχείων καταγραφής
|
367
363
|
domain_whitelist:
|
368
|
-
form:
|
369
|
-
domain_too_short: Πολύ σύντομος τομέας
|
370
364
|
update:
|
371
365
|
error: Απέτυχε η ενημέρωση της λίστας επιτρεπόμενων τομέων.
|
372
366
|
success: Η λίστα επιτρεπόμενων τομέων ενημερώθηκε με επιτυχία.
|
@@ -551,10 +545,10 @@ el:
|
|
551
545
|
areas: Τομείς
|
552
546
|
configuration: Διαμόρφωση
|
553
547
|
content: Περιεχόμενο που αναφέρθηκε
|
554
|
-
external_domain_whitelist: Επιτρεπόμενοι εξωτερικοί τομείς
|
555
548
|
help_sections: Ενότητες βοήθειας
|
556
549
|
homepage: Αρχική σελίδα
|
557
550
|
impersonations: Αναπαραστάσεις
|
551
|
+
manage: Διαχείριση
|
558
552
|
moderation: Καθολικές εποπτεύσεις
|
559
553
|
newsletters: Ενημερωτικά δελτία
|
560
554
|
participants: Συμμετέχοντες
|
@@ -827,11 +821,6 @@ el:
|
|
827
821
|
organization_external_domain_whitelist:
|
828
822
|
edit:
|
829
823
|
update: Ενημέρωση
|
830
|
-
external_domain:
|
831
|
-
down: Κάτω
|
832
|
-
external_domain: Εξωτερικός τομέας
|
833
|
-
remove: Αφαίρεση
|
834
|
-
up: Πάνω
|
835
824
|
form:
|
836
825
|
add: Προσθήκη στη λευκή λίστα
|
837
826
|
title: Εξωτερική λευκή λίστα τομέων
|
data/config/locales/en.yml
CHANGED
@@ -288,7 +288,7 @@ en:
|
|
288
288
|
block_user:
|
289
289
|
new:
|
290
290
|
action: Block account and send justification
|
291
|
-
already_reported_html: Continuing with this action you will also hide all the participants contents.
|
291
|
+
already_reported_html: Continuing with this action you will also hide all the participants contents.
|
292
292
|
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.
|
293
293
|
justification: Justification
|
294
294
|
title: Block User %{name}
|
@@ -577,6 +577,7 @@ en:
|
|
577
577
|
help_sections: Help sections
|
578
578
|
homepage: Homepage
|
579
579
|
impersonations: Impersonations
|
580
|
+
manage: Manage
|
580
581
|
moderation: Global moderations
|
581
582
|
newsletters: Newsletters
|
582
583
|
participants: Participants
|
data/config/locales/es-MX.yml
CHANGED
@@ -288,7 +288,7 @@ es-MX:
|
|
288
288
|
block_user:
|
289
289
|
new:
|
290
290
|
action: Bloquear cuenta y enviar justificación
|
291
|
-
already_reported_html: Continuando con esta acción también esconderás todos los contenidos de la participante.
|
291
|
+
already_reported_html: Continuando con esta acción también esconderás todos los contenidos de la participante.
|
292
292
|
description: El bloqueo de una usuaria dejará su cuenta inutilizable. Puedes proporcionar en tu justificación los criterios bajo los cuales considerarías desbloquearla.
|
293
293
|
justification: Justificación
|
294
294
|
title: Bloquear a la usuaria %{name}
|
@@ -388,7 +388,7 @@ es-MX:
|
|
388
388
|
view_more_logs: Ver más registros
|
389
389
|
domain_whitelist:
|
390
390
|
form:
|
391
|
-
domain_too_short:
|
391
|
+
domain_too_short: El dominio es demasiado corto
|
392
392
|
update:
|
393
393
|
error: Error al actualizar la lista de dominios autorizados.
|
394
394
|
success: Se ha actualizado correctamente el listado de dominios autorizados.
|
@@ -577,6 +577,7 @@ es-MX:
|
|
577
577
|
help_sections: Secciones de ayuda
|
578
578
|
homepage: Página principal
|
579
579
|
impersonations: Impersonaciones
|
580
|
+
manage: Gestionar
|
580
581
|
moderation: Moderaciones globales
|
581
582
|
newsletters: Boletines
|
582
583
|
participants: Participantes
|
data/config/locales/es-PY.yml
CHANGED
@@ -288,7 +288,7 @@ es-PY:
|
|
288
288
|
block_user:
|
289
289
|
new:
|
290
290
|
action: Bloquear cuenta y enviar justificación
|
291
|
-
already_reported_html: Continuando con esta acción también esconderás todos los contenidos de la participante.
|
291
|
+
already_reported_html: Continuando con esta acción también esconderás todos los contenidos de la participante.
|
292
292
|
description: El bloqueo de una usuaria dejará su cuenta inutilizable. Puedes proporcionar en tu justificación los criterios bajo los cuales considerarías desbloquearla.
|
293
293
|
justification: Justificación
|
294
294
|
title: Bloquear a la usuaria %{name}
|
@@ -388,7 +388,7 @@ es-PY:
|
|
388
388
|
view_more_logs: Ver más registros
|
389
389
|
domain_whitelist:
|
390
390
|
form:
|
391
|
-
domain_too_short:
|
391
|
+
domain_too_short: El dominio es demasiado corto
|
392
392
|
update:
|
393
393
|
error: Error al actualizar la lista de dominios autorizados.
|
394
394
|
success: Se ha actualizado correctamente el listado de dominios autorizados.
|
@@ -577,6 +577,7 @@ es-PY:
|
|
577
577
|
help_sections: Secciones de ayuda
|
578
578
|
homepage: Página principal
|
579
579
|
impersonations: Impersonaciones
|
580
|
+
manage: Gestionar
|
580
581
|
moderation: Moderaciones globales
|
581
582
|
newsletters: Boletines
|
582
583
|
participants: Participantes
|
data/config/locales/es.yml
CHANGED
@@ -288,7 +288,7 @@ es:
|
|
288
288
|
block_user:
|
289
289
|
new:
|
290
290
|
action: Bloquear cuenta y enviar justificación
|
291
|
-
already_reported_html: Continuando con esta acción también esconderás todos los contenidos de la participante.
|
291
|
+
already_reported_html: Continuando con esta acción también esconderás todos los contenidos de la participante.
|
292
292
|
description: El bloqueo de una usuaria dejará su cuenta inutilizable. Puedes proporcionar en tu justificación los criterios bajo los cuales considerarías desbloquearla.
|
293
293
|
justification: Justificación
|
294
294
|
title: Bloquear a la usuaria %{name}
|
@@ -388,7 +388,7 @@ es:
|
|
388
388
|
view_more_logs: Ver más registros
|
389
389
|
domain_whitelist:
|
390
390
|
form:
|
391
|
-
domain_too_short:
|
391
|
+
domain_too_short: El dominio es demasiado corto
|
392
392
|
update:
|
393
393
|
error: Error al actualizar la lista de dominios autorizados.
|
394
394
|
success: Se ha actualizado correctamente el listado de dominios autorizados.
|
@@ -577,6 +577,7 @@ es:
|
|
577
577
|
help_sections: Secciones de ayuda
|
578
578
|
homepage: Página principal
|
579
579
|
impersonations: Impersonaciones
|
580
|
+
manage: Gestionar
|
580
581
|
moderation: Moderaciones globales
|
581
582
|
newsletters: Boletines
|
582
583
|
participants: Participantes
|