decidim-meetings 0.29.2 → 0.29.3
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/models/decidim/meetings/meeting.rb +0 -5
- data/app/views/decidim/meetings/meetings/index.html.erb +9 -0
- data/app/views/decidim/meetings/meetings/new.html.erb +1 -0
- data/app/views/decidim/meetings/shared/_meetings.html.erb +1 -1
- data/config/locales/ar.yml +0 -6
- data/config/locales/bg.yml +0 -11
- data/config/locales/ca-IT.yml +693 -0
- data/config/locales/ca.yml +7 -5
- data/config/locales/cs.yml +0 -7
- data/config/locales/de.yml +52 -50
- data/config/locales/el.yml +0 -6
- data/config/locales/en.yml +3 -1
- data/config/locales/es-MX.yml +11 -9
- data/config/locales/es-PY.yml +12 -10
- data/config/locales/es.yml +12 -10
- data/config/locales/eu.yml +25 -23
- data/config/locales/fi-plain.yml +3 -6
- data/config/locales/fi.yml +3 -6
- data/config/locales/fr-CA.yml +3 -2
- data/config/locales/fr.yml +3 -2
- data/config/locales/gl.yml +0 -5
- data/config/locales/hu.yml +1 -7
- data/config/locales/id-ID.yml +0 -5
- data/config/locales/is-IS.yml +3 -0
- data/config/locales/it.yml +2 -6
- data/config/locales/ja.yml +3 -1
- data/config/locales/lb.yml +3 -6
- data/config/locales/lt.yml +0 -6
- data/config/locales/lv.yml +0 -5
- data/config/locales/nl.yml +1 -7
- data/config/locales/no.yml +0 -5
- data/config/locales/pl.yml +0 -11
- data/config/locales/pt-BR.yml +0 -6
- data/config/locales/pt.yml +0 -6
- data/config/locales/ro-RO.yml +2 -2
- data/config/locales/ru.yml +0 -5
- data/config/locales/sk.yml +1 -6
- data/config/locales/sv.yml +2 -8
- data/config/locales/tr-TR.yml +0 -6
- data/config/locales/uk.yml +3 -5
- data/config/locales/zh-CN.yml +0 -6
- data/config/locales/zh-TW.yml +0 -6
- data/lib/decidim/meetings/engine.rb +6 -1
- data/lib/decidim/meetings/version.rb +1 -1
- metadata +15 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83f87b5cd7bb6bfa8815a553aa6ee3458de50f18fb23125f4f1fd74276df10c7
|
4
|
+
data.tar.gz: aa7bf01e86f4598639efb15133a2c38606a2a6d4fd85a4150f3ed94243d19dbf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b32be7c6fb29dcead2914aaadec8c6b7605d1d25b6c915b956bb900a6fd804e759ba61dff1702cd93c01f4a9c7ccb1c827858dccc3b2392f71310f52a558211
|
7
|
+
data.tar.gz: c54bbf3929161a0970f67054ad96d4938a3d03c8342c72631529bb16d61eedb7e77600f2c303036291ea25671de12bf476dac8aafd1666e7153d5ffa85833b27
|
@@ -317,11 +317,6 @@ module Decidim
|
|
317
317
|
)
|
318
318
|
end
|
319
319
|
|
320
|
-
# Public: Overrides the `reported_content_url` Reportable concern method.
|
321
|
-
def reported_content_url
|
322
|
-
ResourceLocatorPresenter.new(self).url
|
323
|
-
end
|
324
|
-
|
325
320
|
# Public: Overrides the `reported_attributes` Reportable concern method.
|
326
321
|
def reported_attributes
|
327
322
|
[:description]
|
@@ -1,3 +1,12 @@
|
|
1
|
+
<% add_decidim_meta_tags(
|
2
|
+
description: translated_attribute(current_component.participatory_space.try(:description)),
|
3
|
+
title: t("decidim.components.pagination.page_title",
|
4
|
+
component_name: translated_attribute(current_component.name),
|
5
|
+
current_page: meetings.current_page,
|
6
|
+
total_pages: meetings.total_pages ),
|
7
|
+
url: meetings_url,
|
8
|
+
resource: current_component) %>
|
9
|
+
|
1
10
|
<%= render partial: "decidim/meetings/shared/index", locals: {
|
2
11
|
display_map: Decidim::Map.available?(:geocoding, :dynamic) && current_component.settings.maps_enabled? && search.result.not_online.exists?,
|
3
12
|
display_announcement: true,
|
@@ -11,7 +11,7 @@
|
|
11
11
|
<% if meetings.length.zero? %>
|
12
12
|
<%= cell("decidim/announcement", t("decidim.meetings.meetings.meetings.no_meetings_warning"), callout_class: "warning" ) %>
|
13
13
|
<% else %>
|
14
|
-
<h2 class="h5 md:h3 decorator"><%= t("meetings_count", scope: "decidim.meetings.meetings.count", count: meetings.total_count) %></h2>
|
14
|
+
<h2 class="h5 md:h3 decorator" aria-live="polite" aria-atomic="true"><%= t("meetings_count", scope: "decidim.meetings.meetings.count", count: meetings.total_count) %></h2>
|
15
15
|
|
16
16
|
<%= cell("decidim/announcement", t("decidim.meetings.meetings.meetings.upcoming_meetings_warning"), callout_class: "warning" ) if @forced_past_meetings %>
|
17
17
|
|
data/config/locales/ar.yml
CHANGED
@@ -310,8 +310,6 @@ ar:
|
|
310
310
|
registrations:
|
311
311
|
edit:
|
312
312
|
save: حفظ
|
313
|
-
validate: التحقق من صحة
|
314
|
-
validate_registration_code: التحقق من صحة رمز التسجيل
|
315
313
|
form:
|
316
314
|
available_slots_help: اتركه إلى 0 إذا كان لديك فتحات غير محدودة المتاحة.
|
317
315
|
invites: دعوات
|
@@ -330,9 +328,6 @@ ar:
|
|
330
328
|
update:
|
331
329
|
invalid: حدثت مشكلة أثناء حفظ إعدادات التسجيل.
|
332
330
|
success: تم حفظ إعدادات تسجيل الاجتماع بنجاح.
|
333
|
-
validate_registration_code:
|
334
|
-
invalid: رمز التسجيل هذا غير صالح.
|
335
|
-
success: تم التحقق من صحة رمز التسجيل بنجاح.
|
336
331
|
admin_log:
|
337
332
|
invite:
|
338
333
|
create: "%{user_name} دعا %{attendee_name} للانضمام إلى اجتماع %{resource_name} في الفضاء %{space_name}"
|
@@ -472,7 +467,6 @@ ar:
|
|
472
467
|
new:
|
473
468
|
back: العودة
|
474
469
|
create: إنشاء
|
475
|
-
title: إنشاء اجتماعك
|
476
470
|
registration_confirm:
|
477
471
|
cancel: إلغاء
|
478
472
|
confirm: تؤكد
|
data/config/locales/bg.yml
CHANGED
@@ -373,8 +373,6 @@ bg:
|
|
373
373
|
registrations:
|
374
374
|
edit:
|
375
375
|
save: Запази
|
376
|
-
validate: Потвърди
|
377
|
-
validate_registration_code: Валидиране на регистрационния код
|
378
376
|
form:
|
379
377
|
available_slots_help: Оставете 0, ако разполагате с неограничен брой места.
|
380
378
|
invites: Покани
|
@@ -390,9 +388,6 @@ bg:
|
|
390
388
|
update:
|
391
389
|
invalid: Възникна проблем при запазването на настройките за регистрация.
|
392
390
|
success: Настройките за регистрация бяха запазени успешно.
|
393
|
-
validate_registration_code:
|
394
|
-
invalid: Регистрационният код е невалиден.
|
395
|
-
success: Регистрационният код беше валидиран успешно.
|
396
391
|
admin_log:
|
397
392
|
invite:
|
398
393
|
create: "%{user_name} покани %{attendee_name} да се присъедини към срещата %{resource_name} в пространството %{space_name}"
|
@@ -544,7 +539,6 @@ bg:
|
|
544
539
|
new:
|
545
540
|
back: Назад
|
546
541
|
create: Създаване
|
547
|
-
title: Създайте среща
|
548
542
|
registration_confirm:
|
549
543
|
cancel: Отказ
|
550
544
|
confirm: Потвърждаване
|
@@ -597,12 +591,7 @@ bg:
|
|
597
591
|
title: Заглавие
|
598
592
|
polls:
|
599
593
|
answers:
|
600
|
-
index:
|
601
|
-
administrate: Администриране
|
602
|
-
title: Анкета
|
603
594
|
index_admin:
|
604
|
-
back_to_meeting: Назад към срещата
|
605
|
-
title: Администриране на анкета
|
606
595
|
view_poll: Вижте анкетата
|
607
596
|
questions:
|
608
597
|
closed_question:
|