decidim-meetings 0.28.5 → 0.28.6
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 -7
- data/config/locales/ca-IT.yml +661 -0
- data/config/locales/ca.yml +5 -3
- data/config/locales/cs.yml +0 -6
- data/config/locales/de.yml +51 -49
- data/config/locales/el.yml +0 -6
- data/config/locales/en.yml +3 -1
- data/config/locales/es-MX.yml +8 -6
- data/config/locales/es-PY.yml +9 -7
- data/config/locales/es.yml +9 -7
- data/config/locales/eu.yml +26 -24
- 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 +7 -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 -7
- 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 -4
- 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: d876bcb3a61eabc022b9181ccc6b9c9d8dcac31494a4a269e18c07773fd69204
|
4
|
+
data.tar.gz: 1dc4052fcd0e02abd08248d8340981efd9c83886c212275f4b77a0a29134331f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1345bc6b631617d6248cf3d315f9711307b65b72055a473451d463c4ddebe52e186f97fd5f8dcc16f67602ddfdf6d7cfa6bf400a3aa6ac13c0aa216e2bea33db
|
7
|
+
data.tar.gz: b915dd0af1a7acd5e9095205352543fdaddfafe9741532a611271eea937ecc26d41a10a729432fbba3282c6c463bcbe0bf0f35248e70ffc1b4a13fa14f9017f4
|
@@ -311,11 +311,6 @@ module Decidim
|
|
311
311
|
)
|
312
312
|
end
|
313
313
|
|
314
|
-
# Public: Overrides the `reported_content_url` Reportable concern method.
|
315
|
-
def reported_content_url
|
316
|
-
ResourceLocatorPresenter.new(self).url
|
317
|
-
end
|
318
|
-
|
319
314
|
# Public: Overrides the `reported_attributes` Reportable concern method.
|
320
315
|
def reported_attributes
|
321
316
|
[: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
@@ -314,8 +314,6 @@ ar:
|
|
314
314
|
registrations:
|
315
315
|
edit:
|
316
316
|
save: حفظ
|
317
|
-
validate: التحقق من صحة
|
318
|
-
validate_registration_code: التحقق من صحة رمز التسجيل
|
319
317
|
form:
|
320
318
|
available_slots_help: اتركه إلى 0 إذا كان لديك فتحات غير محدودة المتاحة.
|
321
319
|
invites: دعوات
|
@@ -334,9 +332,6 @@ ar:
|
|
334
332
|
update:
|
335
333
|
invalid: حدثت مشكلة أثناء حفظ إعدادات التسجيل.
|
336
334
|
success: تم حفظ إعدادات تسجيل الاجتماع بنجاح.
|
337
|
-
validate_registration_code:
|
338
|
-
invalid: رمز التسجيل هذا غير صالح.
|
339
|
-
success: تم التحقق من صحة رمز التسجيل بنجاح.
|
340
335
|
admin_log:
|
341
336
|
invite:
|
342
337
|
create: "%{user_name} دعا %{attendee_name} للانضمام إلى اجتماع %{resource_name} في الفضاء %{space_name}"
|
@@ -479,7 +474,6 @@ ar:
|
|
479
474
|
new:
|
480
475
|
back: العودة
|
481
476
|
create: إنشاء
|
482
|
-
title: إنشاء اجتماعك
|
483
477
|
registration_confirm:
|
484
478
|
cancel: إلغاء
|
485
479
|
confirm: تؤكد
|
data/config/locales/bg.yml
CHANGED
@@ -354,8 +354,6 @@ bg:
|
|
354
354
|
registrations:
|
355
355
|
edit:
|
356
356
|
save: Запази
|
357
|
-
validate: Потвърди
|
358
|
-
validate_registration_code: Валидиране на регистрационния код
|
359
357
|
form:
|
360
358
|
available_slots_help: Оставете 0, ако разполагате с неограничен брой места.
|
361
359
|
invites: Покани
|
@@ -371,9 +369,6 @@ bg:
|
|
371
369
|
update:
|
372
370
|
invalid: Възникна проблем при запазването на настройките за регистрация.
|
373
371
|
success: Настройките за регистрация бяха запазени успешно.
|
374
|
-
validate_registration_code:
|
375
|
-
invalid: Регистрационният код е невалиден.
|
376
|
-
success: Регистрационният код беше валидиран успешно.
|
377
372
|
admin_log:
|
378
373
|
invite:
|
379
374
|
create: "%{user_name} покани %{attendee_name} да се присъедини към срещата %{resource_name} в пространството %{space_name}"
|
@@ -436,7 +431,6 @@ bg:
|
|
436
431
|
new_meeting: 'Нова среща:'
|
437
432
|
layouts:
|
438
433
|
live_event:
|
439
|
-
administrate: Администриране
|
440
434
|
close: затваряне
|
441
435
|
questions: Въпроси
|
442
436
|
mailer:
|
@@ -525,7 +519,6 @@ bg:
|
|
525
519
|
new:
|
526
520
|
back: Назад
|
527
521
|
create: Създаване
|
528
|
-
title: Създайте среща
|
529
522
|
registration_confirm:
|
530
523
|
cancel: Отказ
|
531
524
|
confirm: Потвърждаване
|