decidim-meetings 0.31.2 → 0.31.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/cells/decidim/meetings/content_blocks/highlighted_meetings_cell.rb +4 -0
- data/app/cells/decidim/meetings/dates_and_map/show.erb +13 -5
- data/app/cells/decidim/meetings/dates_and_map_cell.rb +18 -2
- data/app/cells/decidim/meetings/highlighted_meetings_for_component/show.erb +0 -7
- data/app/cells/decidim/meetings/highlighted_meetings_for_component_cell.rb +0 -8
- data/app/cells/decidim/meetings/meeting_l/image.erb +21 -3
- data/app/cells/decidim/meetings/meeting_l_cell.rb +18 -0
- data/app/packs/stylesheets/decidim/meetings/_item.scss +2 -2
- data/app/views/decidim/meetings/admin/meetings/_meeting-tr.html.erb +2 -2
- data/app/views/decidim/meetings/admin/poll/_question.html.erb +1 -1
- data/app/views/decidim/meetings/meetings/_meeting.html.erb +2 -2
- data/app/views/decidim/meetings/shared/_meetings.html.erb +1 -1
- data/config/locales/ar.yml +0 -2
- data/config/locales/bg.yml +0 -2
- data/config/locales/ca-IT.yml +3 -3
- data/config/locales/ca.yml +3 -3
- data/config/locales/cs.yml +3 -1
- data/config/locales/de.yml +0 -2
- data/config/locales/el.yml +0 -2
- data/config/locales/es-MX.yml +2 -2
- data/config/locales/es-PY.yml +2 -2
- data/config/locales/es.yml +4 -4
- data/config/locales/eu.yml +2 -2
- data/config/locales/fi-plain.yml +1 -3
- data/config/locales/fi.yml +0 -2
- data/config/locales/fr-CA.yml +0 -2
- data/config/locales/fr.yml +0 -2
- data/config/locales/gl.yml +1 -2
- data/config/locales/hu.yml +0 -2
- data/config/locales/id-ID.yml +1 -2
- data/config/locales/is-IS.yml +1 -1
- data/config/locales/it.yml +1 -3
- data/config/locales/lb.yml +0 -3
- data/config/locales/lt.yml +0 -2
- data/config/locales/lv.yml +0 -2
- data/config/locales/nl.yml +1 -3
- data/config/locales/no.yml +0 -2
- data/config/locales/pl.yml +0 -2
- data/config/locales/pt-BR.yml +2 -1
- data/config/locales/pt.yml +0 -2
- data/config/locales/ro-RO.yml +0 -2
- data/config/locales/ru.yml +0 -2
- data/config/locales/sk.yml +0 -2
- data/config/locales/sv.yml +21 -23
- data/config/locales/tr-TR.yml +0 -2
- data/config/locales/uk.yml +1 -2
- data/config/locales/zh-CN.yml +0 -2
- data/config/locales/zh-TW.yml +0 -2
- data/lib/decidim/meetings/version.rb +1 -1
- metadata +14 -15
- data/app/cells/decidim/meetings/meeting_month/show.erb +0 -33
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2256baf9074920aeb9ff02d97de64ff6e2f084eb637a204e30d80c3d82afc9be
|
|
4
|
+
data.tar.gz: ce75563edd7a82d79684729fb9036078e1c5975474d2ccf801dbee3296fc900f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48ecd8c38214aefef94bf6710ef706a2d75f4c35b8620cd08ed7776801eaafc257341dc16c83175cbe9625d41e5583c1ae349f85abd973f0a59dca02a62a17d9
|
|
7
|
+
data.tar.gz: f255f4c29236ff3044285162186182d9412e52fde1a440bef6dc7190ac91cd8d1c5eb4d7dd7371574b7bd6e5e319e9bb928293528915de0b7c28c0b1ec08b193
|
|
@@ -10,6 +10,10 @@ module Decidim
|
|
|
10
10
|
"decidim/meetings/highlighted_meetings_for_component"
|
|
11
11
|
end
|
|
12
12
|
|
|
13
|
+
def extra_list_cell_options
|
|
14
|
+
{ show_space: model.scope_name == "homepage" }
|
|
15
|
+
end
|
|
16
|
+
|
|
13
17
|
def see_all_path
|
|
14
18
|
meetings_directory_path if model.scope_name == "homepage"
|
|
15
19
|
end
|
|
@@ -1,17 +1,25 @@
|
|
|
1
1
|
<div class="meeting__calendar-container">
|
|
2
2
|
<div class="meeting__calendar meeting__calendar__lg">
|
|
3
3
|
<div class="meeting__calendar-month mb-4">
|
|
4
|
-
<p><%= l(start_time, format:
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
<p><%= l(start_time, format: same_month? ? "%B" : "%b") %></p>
|
|
5
|
+
<% unless same_month? %>
|
|
6
|
+
<p class="meeting__calendar-separator">-</p>
|
|
7
|
+
<p><%= l(end_time, format: "%b") %></p>
|
|
8
|
+
<% end %>
|
|
7
9
|
</div>
|
|
8
10
|
<div class="meeting__calendar-day">
|
|
9
11
|
<p><%= l(start_time, format: "%d") %></p>
|
|
10
|
-
|
|
11
|
-
|
|
12
|
+
<% unless same_day? && same_month? %>
|
|
13
|
+
<p class="meeting__calendar-separator">-</p>
|
|
14
|
+
<p><%= l(end_time, format: "%d") %></p>
|
|
15
|
+
<% end %>
|
|
12
16
|
</div>
|
|
13
17
|
<div class="meeting__calendar-year">
|
|
14
18
|
<p><%= year %></p>
|
|
19
|
+
<% unless same_year? %>
|
|
20
|
+
<p class="meeting__calendar-separator">-</p>
|
|
21
|
+
<p><%= end_year %></p>
|
|
22
|
+
<% end %>
|
|
15
23
|
</div>
|
|
16
24
|
</div>
|
|
17
25
|
|
|
@@ -21,14 +21,30 @@ module Decidim
|
|
|
21
21
|
l model.start_time, format: "%Y"
|
|
22
22
|
end
|
|
23
23
|
|
|
24
|
+
def end_year
|
|
25
|
+
return nil if model.end_time.blank?
|
|
26
|
+
|
|
27
|
+
l model.end_time, format: "%Y"
|
|
28
|
+
end
|
|
29
|
+
|
|
24
30
|
private
|
|
25
31
|
|
|
26
32
|
def same_month?
|
|
27
|
-
|
|
33
|
+
return true if end_time.blank?
|
|
34
|
+
|
|
35
|
+
start_time.year == end_time.year && start_time.month == end_time.month
|
|
28
36
|
end
|
|
29
37
|
|
|
30
38
|
def same_day?
|
|
31
|
-
|
|
39
|
+
return true if end_time.blank?
|
|
40
|
+
|
|
41
|
+
start_time.to_date == end_time.to_date
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
def same_year?
|
|
45
|
+
return true if end_time.blank?
|
|
46
|
+
|
|
47
|
+
start_time.year == end_time.year
|
|
32
48
|
end
|
|
33
49
|
|
|
34
50
|
def display_map?
|
|
@@ -20,13 +20,6 @@
|
|
|
20
20
|
</div>
|
|
21
21
|
<% end %>
|
|
22
22
|
<div class="meeting-list__block-list">
|
|
23
|
-
<% if show_calendar? %>
|
|
24
|
-
<div class="meeting-list__block-list-aside">
|
|
25
|
-
<% calendar_months.each do |start_date| %>
|
|
26
|
-
<%= cell "decidim/meetings/meeting_month", collection, start_date: %>
|
|
27
|
-
<% end %>
|
|
28
|
-
</div>
|
|
29
|
-
<% end %>
|
|
30
23
|
<div class="card__list-list">
|
|
31
24
|
<span class="meeting-list__block-list-title"><%= title %></span>
|
|
32
25
|
<% collection.includes(:component).each do |meeting| %>
|
|
@@ -72,14 +72,6 @@ module Decidim
|
|
|
72
72
|
collection.collect(&:type_of_meeting).all?("online")
|
|
73
73
|
end
|
|
74
74
|
|
|
75
|
-
def show_calendar?
|
|
76
|
-
@show_calendar ||= show_upcoming_meetings? && collection.minimum(:start_time).before?(2.months.from_now.beginning_of_month)
|
|
77
|
-
end
|
|
78
|
-
|
|
79
|
-
def calendar_months
|
|
80
|
-
[Date.current, Date.current.next_month]
|
|
81
|
-
end
|
|
82
|
-
|
|
83
75
|
def past_meetings
|
|
84
76
|
@past_meetings ||= base_relation.past.order(end_time: :desc, start_time: :desc)
|
|
85
77
|
end
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
<time class="card__calendar" datetime="<%= meeting.start_time.iso8601 %>">
|
|
2
|
-
<span class="card__calendar-month"
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
<span class="card__calendar-month">
|
|
3
|
+
<p><%= l(meeting.start_time, format: same_month? ? "%B" : "%b") %></p>
|
|
4
|
+
<% unless same_month? %>
|
|
5
|
+
<p class="card__calendar-separator">-</p>
|
|
6
|
+
<p><%= l(meeting.end_time, format: "%b") %></p>
|
|
7
|
+
<% end %>
|
|
8
|
+
</span>
|
|
9
|
+
<span class="card__calendar-day">
|
|
10
|
+
<p><%= l(meeting.start_time, format: "%d") %></p>
|
|
11
|
+
<% unless same_day? && same_month? %>
|
|
12
|
+
<p class="card__calendar-separator">-</p>
|
|
13
|
+
<p><%= l(meeting.end_time, format: "%d") %></p>
|
|
14
|
+
<% end %>
|
|
15
|
+
</span>
|
|
16
|
+
<span class="card__calendar-year">
|
|
17
|
+
<p><%= l(meeting.start_time, format: "%Y") %></p>
|
|
18
|
+
<% unless same_year? %>
|
|
19
|
+
<p class="card__calendar-separator">-</p>
|
|
20
|
+
<p><%= l(meeting.end_time, format: "%Y") %></p>
|
|
21
|
+
<% end %>
|
|
22
|
+
</span>
|
|
5
23
|
</time>
|
|
@@ -36,6 +36,24 @@ module Decidim
|
|
|
36
36
|
@current_space ||= current_component.participatory_space
|
|
37
37
|
end
|
|
38
38
|
|
|
39
|
+
def same_month?
|
|
40
|
+
return true if meeting.end_time.blank?
|
|
41
|
+
|
|
42
|
+
meeting.start_time.year == meeting.end_time.year && meeting.start_time.month == meeting.end_time.month
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
def same_day?
|
|
46
|
+
return true if meeting.end_time.blank?
|
|
47
|
+
|
|
48
|
+
meeting.start_time.to_date == meeting.end_time.to_date
|
|
49
|
+
end
|
|
50
|
+
|
|
51
|
+
def same_year?
|
|
52
|
+
return true if meeting.end_time.blank?
|
|
53
|
+
|
|
54
|
+
meeting.start_time.year == meeting.end_time.year
|
|
55
|
+
end
|
|
56
|
+
|
|
39
57
|
def metadata_cell
|
|
40
58
|
"decidim/meetings/meeting_card_metadata"
|
|
41
59
|
end
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
&-month,
|
|
36
36
|
&-day,
|
|
37
37
|
&-year {
|
|
38
|
-
@apply inline-flex items-center justify-
|
|
38
|
+
@apply inline-flex items-center justify-center empty:[&>p]:hidden;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
&-separator {
|
|
42
|
-
@apply mx-
|
|
42
|
+
@apply mx-4 font-normal text-sm;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
&__lg {
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
</td>
|
|
7
7
|
<td class="!text-left" data-label="<%= t("models.meeting.fields.title", scope: "decidim.meetings") %>">
|
|
8
8
|
<% if allowed_to? :update, :meeting, meeting: meeting %>
|
|
9
|
-
<%= link_to present(meeting).title(html_escape: true),
|
|
9
|
+
<%= link_to present(meeting).title(html_escape: true), Decidim::ResourceLocatorPresenter.new(meeting).edit %>
|
|
10
10
|
<% else %>
|
|
11
11
|
<%= present(meeting).title(html_escape: true) %><br>
|
|
12
12
|
<% end %>
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
|
|
46
46
|
<td class="table-list__actions" data-label="<%= t("actions.title", scope: "decidim.meetings") %>">
|
|
47
47
|
<% if is_linked %>
|
|
48
|
-
<%= t("index.linked_meeting_warning_html", href:
|
|
48
|
+
<%= t("index.linked_meeting_warning_html", href: Decidim::ResourceLocatorPresenter.new(meeting).edit, name: present(meeting).space_title, scope: "decidim.meetings.admin.meetings") %>
|
|
49
49
|
<% else %>
|
|
50
50
|
<%= render partial: "decidim/meetings/admin/meetings/meeting_actions", locals: { meeting:, view: } %>
|
|
51
51
|
<% end %>
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
</button>
|
|
26
26
|
|
|
27
27
|
<% if editable %>
|
|
28
|
-
<button class="button button__xs button__transparent-secondary small alert remove-question button--title">
|
|
28
|
+
<button type="button" class="button button__xs button__transparent-secondary small alert remove-question button--title">
|
|
29
29
|
<span class="hidden md:block"><%= t("remove", scope: "decidim.forms.admin.questionnaires.question") %></span>
|
|
30
30
|
</button>
|
|
31
31
|
<% end %>
|
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
<% end %>
|
|
56
56
|
</section>
|
|
57
57
|
|
|
58
|
-
<%= cell "decidim/tab_panels", tab_panel_items %>
|
|
59
|
-
|
|
60
58
|
<% if meeting.agenda.present? && meeting.agenda.visible? %>
|
|
61
59
|
<section class="layout-main__section">
|
|
62
60
|
<%= render "meeting_agenda" %>
|
|
63
61
|
</section>
|
|
64
62
|
<% end %>
|
|
65
63
|
|
|
64
|
+
<%= cell "decidim/tab_panels", tab_panel_items %>
|
|
65
|
+
|
|
66
66
|
<% if meeting.closed? && meeting.closing_visible? %>
|
|
67
67
|
<section class="layout-main__section">
|
|
68
68
|
<%= render "meeting_minutes" %>
|
data/config/locales/ar.yml
CHANGED
|
@@ -111,7 +111,6 @@ ar:
|
|
|
111
111
|
success: تم تكرار الاجتماع بنجاح.
|
|
112
112
|
new:
|
|
113
113
|
copy: نسخ
|
|
114
|
-
title: اجتماع مكرر
|
|
115
114
|
components:
|
|
116
115
|
meetings:
|
|
117
116
|
actions:
|
|
@@ -245,7 +244,6 @@ ar:
|
|
|
245
244
|
non_user: مشارك غير موجود
|
|
246
245
|
select_user: اختر المشارك
|
|
247
246
|
index:
|
|
248
|
-
invite_attendee: دعوة الحضور
|
|
249
247
|
invites: تدعو
|
|
250
248
|
meeting_closes:
|
|
251
249
|
edit:
|
data/config/locales/bg.yml
CHANGED
|
@@ -135,7 +135,6 @@ bg:
|
|
|
135
135
|
success: Срещата беше дублирана успешно.
|
|
136
136
|
new:
|
|
137
137
|
copy: Копиране
|
|
138
|
-
title: Дублиране на срещата
|
|
139
138
|
components:
|
|
140
139
|
meetings:
|
|
141
140
|
actions:
|
|
@@ -278,7 +277,6 @@ bg:
|
|
|
278
277
|
non_user: Несъществуващ участник
|
|
279
278
|
select_user: Избор на участник
|
|
280
279
|
index:
|
|
281
|
-
invite_attendee: Изпращане на покана на участника
|
|
282
280
|
invites: Покани
|
|
283
281
|
registrations_disabled: Не можете да поканите участник, защото регистрациите са изключени.
|
|
284
282
|
meeting_closes:
|
data/config/locales/ca-IT.yml
CHANGED
|
@@ -230,7 +230,7 @@ ca-IT:
|
|
|
230
230
|
notification_title: S'ha confirmat el teu registre per a la trobada <a href="%{resource_url}">%{resource_title}</a>. El teu codi de registre és %{registration_code}.
|
|
231
231
|
meeting_registrations_over_percentage:
|
|
232
232
|
email_intro: Les inscripcions per la trobada "%{resource_title}" superen el %{percentage}%.
|
|
233
|
-
email_outro: Has rebut aquesta notificació perquè administres l'espai
|
|
233
|
+
email_outro: Has rebut aquesta notificació perquè administres l'espai de participació en el que s'inclou aquesta trobada.
|
|
234
234
|
email_subject: Les inscripcions per la trobada "%{resource_title}" superen el %{percentage}%
|
|
235
235
|
notification_title: Les inscripcions per la trobada <a href="%{resource_path}">%{resource_title}</a> superen el %{percentage}%.
|
|
236
236
|
meeting_updated:
|
|
@@ -354,7 +354,7 @@ ca-IT:
|
|
|
354
354
|
non_user: Participant no existent
|
|
355
355
|
select_user: Selecciona la participant
|
|
356
356
|
index:
|
|
357
|
-
invite_attendee: Convidar assistent
|
|
357
|
+
invite_attendee: Convidar a una assistent
|
|
358
358
|
invites: Invitacions
|
|
359
359
|
registrations_disabled: No pots convidar a cap persona perquè les inscripcions estan inhabilitades.
|
|
360
360
|
meeting_closes:
|
|
@@ -521,7 +521,7 @@ ca-IT:
|
|
|
521
521
|
meetings:
|
|
522
522
|
index:
|
|
523
523
|
meetings: Trobades
|
|
524
|
-
space_type: Espai
|
|
524
|
+
space_type: Espai de participació
|
|
525
525
|
iframe_access_level:
|
|
526
526
|
all: Totes les visites
|
|
527
527
|
registered: Participants inscrites a aquesta trobada
|
data/config/locales/ca.yml
CHANGED
|
@@ -230,7 +230,7 @@ ca:
|
|
|
230
230
|
notification_title: S'ha confirmat el teu registre per a la trobada <a href="%{resource_url}">%{resource_title}</a>. El teu codi de registre és %{registration_code}.
|
|
231
231
|
meeting_registrations_over_percentage:
|
|
232
232
|
email_intro: Les inscripcions per la trobada "%{resource_title}" superen el %{percentage}%.
|
|
233
|
-
email_outro: Has rebut aquesta notificació perquè administres l'espai
|
|
233
|
+
email_outro: Has rebut aquesta notificació perquè administres l'espai de participació en el que s'inclou aquesta trobada.
|
|
234
234
|
email_subject: Les inscripcions per la trobada "%{resource_title}" superen el %{percentage}%
|
|
235
235
|
notification_title: Les inscripcions per la trobada <a href="%{resource_path}">%{resource_title}</a> superen el %{percentage}%.
|
|
236
236
|
meeting_updated:
|
|
@@ -354,7 +354,7 @@ ca:
|
|
|
354
354
|
non_user: Participant no existent
|
|
355
355
|
select_user: Selecciona la participant
|
|
356
356
|
index:
|
|
357
|
-
invite_attendee: Convidar assistent
|
|
357
|
+
invite_attendee: Convidar a una assistent
|
|
358
358
|
invites: Invitacions
|
|
359
359
|
registrations_disabled: No pots convidar a cap persona perquè les inscripcions estan inhabilitades.
|
|
360
360
|
meeting_closes:
|
|
@@ -521,7 +521,7 @@ ca:
|
|
|
521
521
|
meetings:
|
|
522
522
|
index:
|
|
523
523
|
meetings: Trobades
|
|
524
|
-
space_type: Espai
|
|
524
|
+
space_type: Espai de participació
|
|
525
525
|
iframe_access_level:
|
|
526
526
|
all: Totes les visites
|
|
527
527
|
registered: Participants inscrites a aquesta trobada
|
data/config/locales/cs.yml
CHANGED
|
@@ -152,7 +152,7 @@ cs:
|
|
|
152
152
|
success: Duplicitní schůzka úspěšně.
|
|
153
153
|
new:
|
|
154
154
|
copy: Kopírovat
|
|
155
|
-
title:
|
|
155
|
+
title: Duplikovat schůzku
|
|
156
156
|
tooltips:
|
|
157
157
|
cannot_close_meetings: Tuto schůzku nelze zavřít, protože ji vytvořil účastník
|
|
158
158
|
cannot_duplicate_meetings: Tuto schůzku nelze duplikovat, protože byla vytvořena účastníkem
|
|
@@ -264,6 +264,8 @@ cs:
|
|
|
264
264
|
email_outro: Toto upozornění jste obdrželi, protože postupujete po schůzce "%{resource_title}". Můžete jej odhlásit od předchozího odkazu.
|
|
265
265
|
email_subject: Schůzka "%{resource_title}" povolila registrace.
|
|
266
266
|
notification_title: Schůzka <a href="%{resource_path}">%{resource_title}</a> povolila registrace.
|
|
267
|
+
upcoming_meeting:
|
|
268
|
+
default_body: Schůzka "{{meeting_title}}" začne za méně než {{before_hours}}h.
|
|
267
269
|
forms:
|
|
268
270
|
meetings:
|
|
269
271
|
attendees_count_help_text: Nezapomeňte uvést celkový počet účastníků na vaší schůzce, ať už osobní, online nebo smíšené.
|
data/config/locales/de.yml
CHANGED
|
@@ -146,7 +146,6 @@ de:
|
|
|
146
146
|
success: Veranstaltung erfolgreich dupliziert.
|
|
147
147
|
new:
|
|
148
148
|
copy: Kopieren
|
|
149
|
-
title: Veranstaltung duplizieren
|
|
150
149
|
tooltips:
|
|
151
150
|
cannot_close_meetings: Diese Veranstaltung kann nicht abgeschlossen werden, da sie von einem Teilnehmenden erstellt wurde
|
|
152
151
|
cannot_duplicate_meetings: Dieses Meeting kann nicht dupliziert werden, da es von einem Teilnehmenden erstellt wurde
|
|
@@ -354,7 +353,6 @@ de:
|
|
|
354
353
|
non_user: Nicht existierender Benutzer
|
|
355
354
|
select_user: Nutzer wählen
|
|
356
355
|
index:
|
|
357
|
-
invite_attendee: Teilnehmer einladen
|
|
358
356
|
invites: Lädt ein
|
|
359
357
|
registrations_disabled: Sie können keine Teilnehmende einladen, weil Registrierungen deaktiviert sind.
|
|
360
358
|
meeting_closes:
|
data/config/locales/el.yml
CHANGED
|
@@ -113,7 +113,6 @@ el:
|
|
|
113
113
|
success: Η σύσκεψη αντιγράφτηκε με επιτυχία.
|
|
114
114
|
new:
|
|
115
115
|
copy: Αντιγραφή
|
|
116
|
-
title: Διπλή σύσκεψη
|
|
117
116
|
components:
|
|
118
117
|
meetings:
|
|
119
118
|
actions:
|
|
@@ -254,7 +253,6 @@ el:
|
|
|
254
253
|
non_user: Ο συμμετέχων δεν υπάρχει
|
|
255
254
|
select_user: Επιλέξτε συμμετέχοντα
|
|
256
255
|
index:
|
|
257
|
-
invite_attendee: Πρόσκληση συμμετέχοντα
|
|
258
256
|
invites: Προσκλήσεις
|
|
259
257
|
registrations_disabled: Δεν μπορείτε να προσκαλέσετε έναν συμμετέχοντα επειδή οι εγγραφές είναι απενεργοποιημένες.
|
|
260
258
|
meeting_closes:
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -354,7 +354,7 @@ es-MX:
|
|
|
354
354
|
non_user: Usuario no existente
|
|
355
355
|
select_user: Seleccionar usuario
|
|
356
356
|
index:
|
|
357
|
-
invite_attendee: Invitar a
|
|
357
|
+
invite_attendee: Invitar a una asistente
|
|
358
358
|
invites: Invitaciones
|
|
359
359
|
registrations_disabled: No puedes invitar a nadie porque las inscripciones están deshabilitadas.
|
|
360
360
|
meeting_closes:
|
|
@@ -459,7 +459,7 @@ es-MX:
|
|
|
459
459
|
other: Ha habido %{count} inscripciones.
|
|
460
460
|
reserved_slots_help: Déjalo a 0 si no tienes espacios reservados.
|
|
461
461
|
reserved_slots_less_than: Debe ser menor que o igual a %{count}
|
|
462
|
-
title:
|
|
462
|
+
title: Inscripciones
|
|
463
463
|
update:
|
|
464
464
|
invalid: Se ha producido un problema al guardar la configuración de la inscripción.
|
|
465
465
|
success: Se han guardado correctamente las configuraciones de inscripciones de encuentros.
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -354,7 +354,7 @@ es-PY:
|
|
|
354
354
|
non_user: Usuario no existente
|
|
355
355
|
select_user: Selecciona un usuario
|
|
356
356
|
index:
|
|
357
|
-
invite_attendee: Invitar asistente
|
|
357
|
+
invite_attendee: Invitar a una asistente
|
|
358
358
|
invites: Invitaciones
|
|
359
359
|
registrations_disabled: No puedes invitar a nadie porque las inscripciones están deshabilitadas.
|
|
360
360
|
meeting_closes:
|
|
@@ -459,7 +459,7 @@ es-PY:
|
|
|
459
459
|
other: Ha habido %{count} registros.
|
|
460
460
|
reserved_slots_help: Déjalo a 0 si no tienes espacios reservados.
|
|
461
461
|
reserved_slots_less_than: Debe ser menor que o igual a %{count}
|
|
462
|
-
title:
|
|
462
|
+
title: Inscripciones
|
|
463
463
|
update:
|
|
464
464
|
invalid: Se ha producido un problema al guardar la configuración de la inscripción.
|
|
465
465
|
success: Se han guardado correctamente las configuraciones de inscripciones de encuentros.
|
data/config/locales/es.yml
CHANGED
|
@@ -230,7 +230,7 @@ es:
|
|
|
230
230
|
notification_title: Tu inscripción al encuentro <a href="%{resource_url}">%{resource_title}</a> ha sido confirmada. Tu código de registro es %{registration_code}.
|
|
231
231
|
meeting_registrations_over_percentage:
|
|
232
232
|
email_intro: Las inscripciones para el encuentro "%{resource_title}" superan el %{percentage}%.
|
|
233
|
-
email_outro: Has recibido esta notificación porque administras el espacio
|
|
233
|
+
email_outro: Has recibido esta notificación porque administras el espacio de participación del encuentro.
|
|
234
234
|
email_subject: Las inscripciones para el encuentro "%{resource_title}" superan el %{percentage}%
|
|
235
235
|
notification_title: Las inscripciones para el encuentro <a href="%{resource_path}">%{resource_title}</a> superan el %{percentage}%.
|
|
236
236
|
meeting_updated:
|
|
@@ -354,7 +354,7 @@ es:
|
|
|
354
354
|
non_user: Participante no existente
|
|
355
355
|
select_user: Seleccionar participante
|
|
356
356
|
index:
|
|
357
|
-
invite_attendee: Invitar asistente
|
|
357
|
+
invite_attendee: Invitar a una asistente
|
|
358
358
|
invites: Invitaciones
|
|
359
359
|
registrations_disabled: No puedes invitar a nadie porque las inscripciones están deshabilitadas.
|
|
360
360
|
meeting_closes:
|
|
@@ -459,7 +459,7 @@ es:
|
|
|
459
459
|
other: Ha habido %{count} inscripciones.
|
|
460
460
|
reserved_slots_help: Déjalo a 0 si no tienes espacios reservados.
|
|
461
461
|
reserved_slots_less_than: Debe ser inferior o igual que %{count}
|
|
462
|
-
title:
|
|
462
|
+
title: Inscripciones
|
|
463
463
|
update:
|
|
464
464
|
invalid: Se ha producido un error al guardar la configuración de la inscripción.
|
|
465
465
|
success: La configuración de las inscripciones del encuentro se ha guardado correctamente.
|
|
@@ -521,7 +521,7 @@ es:
|
|
|
521
521
|
meetings:
|
|
522
522
|
index:
|
|
523
523
|
meetings: Encuentros
|
|
524
|
-
space_type: Espacio
|
|
524
|
+
space_type: Espacio de participación
|
|
525
525
|
iframe_access_level:
|
|
526
526
|
all: Todos los visitantes
|
|
527
527
|
registered: Participantes inscritas en este encuentro
|
data/config/locales/eu.yml
CHANGED
|
@@ -146,7 +146,7 @@ eu:
|
|
|
146
146
|
success: Topaketa zuzen bikoiztu da.
|
|
147
147
|
new:
|
|
148
148
|
copy: Kopiatu
|
|
149
|
-
title:
|
|
149
|
+
title: Bikoiztu topaketa
|
|
150
150
|
tooltips:
|
|
151
151
|
cannot_close_meetings: Ezin da topaketa hau itxi parte-hartzaile batek sortu baitu
|
|
152
152
|
cannot_duplicate_meetings: Ezin da topaketa hau bikoiztu parte-hartzaile batek sortu baitu
|
|
@@ -354,7 +354,7 @@ eu:
|
|
|
354
354
|
non_user: Parte-hartzailea ez dago
|
|
355
355
|
select_user: Hautatu parte-hartzailea
|
|
356
356
|
index:
|
|
357
|
-
invite_attendee: Gonbidatu
|
|
357
|
+
invite_attendee: Gonbidatu laguntzailea
|
|
358
358
|
invites: Gonbidapenak
|
|
359
359
|
registrations_disabled: Ezin duzu inor gonbidatu izen-emateak desgaituta daudelako.
|
|
360
360
|
meeting_closes:
|
data/config/locales/fi-plain.yml
CHANGED
|
@@ -146,7 +146,6 @@ fi-pl:
|
|
|
146
146
|
success: Tapahtuman monistaminen onnistui.
|
|
147
147
|
new:
|
|
148
148
|
copy: Kopioi
|
|
149
|
-
title: Monista tapahtuma
|
|
150
149
|
tooltips:
|
|
151
150
|
cannot_close_meetings: Tätä tapaamista ei voi sulkea, koska se on osallistujan luoma
|
|
152
151
|
cannot_duplicate_meetings: Tätä tapaamista ei voi kopioida, koska se on osallistujan luoma
|
|
@@ -354,7 +353,6 @@ fi-pl:
|
|
|
354
353
|
non_user: Käyttäjää ei ole olemassa
|
|
355
354
|
select_user: Valitse käyttäjä
|
|
356
355
|
index:
|
|
357
|
-
invite_attendee: Kutsu osallistuja
|
|
358
356
|
invites: Kutsut
|
|
359
357
|
registrations_disabled: Et voi kutsua osallistujaa, koska ilmoittautumiset on poistettu käytöstä.
|
|
360
358
|
meeting_closes:
|
|
@@ -459,7 +457,7 @@ fi-pl:
|
|
|
459
457
|
other: Tapahtumaan on %{count} ilmoittautumista.
|
|
460
458
|
reserved_slots_help: Jätä arvoksi 0, jos sinulla ei ole varattuja paikkoja.
|
|
461
459
|
reserved_slots_less_than: Täytyy olla vähemmän tai yhtä paljon kuin %{count}
|
|
462
|
-
title:
|
|
460
|
+
title: Ilmoittautumiset
|
|
463
461
|
update:
|
|
464
462
|
invalid: Ilmoittautumisasetusten tallentamisessa esiintyi ongelma.
|
|
465
463
|
success: Tapahtumailmoittautumisasetukset tallennettiin onnistuneesti.
|
data/config/locales/fi.yml
CHANGED
|
@@ -146,7 +146,6 @@ fi:
|
|
|
146
146
|
success: Tapaamisen kopioiminen onnistui.
|
|
147
147
|
new:
|
|
148
148
|
copy: Kopioi
|
|
149
|
-
title: Kopioi tapaaminen
|
|
150
149
|
tooltips:
|
|
151
150
|
cannot_close_meetings: Tätä tapaamista ei voi sulkea, koska se on osallistujan luoma
|
|
152
151
|
cannot_duplicate_meetings: Tätä tapaamista ei voi kopioida, koska se on osallistujan luoma
|
|
@@ -354,7 +353,6 @@ fi:
|
|
|
354
353
|
non_user: Käyttäjää ei ole olemassa
|
|
355
354
|
select_user: Valitse käyttäjä
|
|
356
355
|
index:
|
|
357
|
-
invite_attendee: Kutsu osallistuja
|
|
358
356
|
invites: Kutsut
|
|
359
357
|
registrations_disabled: Et voi kutsua osallistujaa, koska ilmoittautumiset on poistettu käytöstä.
|
|
360
358
|
meeting_closes:
|
data/config/locales/fr-CA.yml
CHANGED
|
@@ -146,7 +146,6 @@ fr-CA:
|
|
|
146
146
|
success: Cette rencontre a été dupliquée avec succès.
|
|
147
147
|
new:
|
|
148
148
|
copy: Copier
|
|
149
|
-
title: Dupliquer une rencontre
|
|
150
149
|
tooltips:
|
|
151
150
|
cannot_close_meetings: Impossible de fermer cette réunion car elle a été créée par un participant
|
|
152
151
|
cannot_duplicate_meetings: Impossible de dupliquer cette réunion car elle a été créée par un participant
|
|
@@ -344,7 +343,6 @@ fr-CA:
|
|
|
344
343
|
non_user: Utilisateur non existant
|
|
345
344
|
select_user: Sélectionner un utilisateur
|
|
346
345
|
index:
|
|
347
|
-
invite_attendee: Inviter un participant
|
|
348
346
|
invites: Invitations
|
|
349
347
|
registrations_disabled: Vous ne pouvez pas inviter un participant car les inscriptions sont désactivées.
|
|
350
348
|
meeting_closes:
|
data/config/locales/fr.yml
CHANGED
|
@@ -146,7 +146,6 @@ fr:
|
|
|
146
146
|
success: Cette rencontre a été dupliquée avec succès.
|
|
147
147
|
new:
|
|
148
148
|
copy: Copier
|
|
149
|
-
title: Dupliquer une rencontre
|
|
150
149
|
tooltips:
|
|
151
150
|
cannot_close_meetings: Impossible de fermer cette réunion car elle a été créée par un participant
|
|
152
151
|
cannot_duplicate_meetings: Impossible de dupliquer cette réunion car elle a été créée par un participant
|
|
@@ -344,7 +343,6 @@ fr:
|
|
|
344
343
|
non_user: Utilisateur non existant
|
|
345
344
|
select_user: Sélectionner un utilisateur
|
|
346
345
|
index:
|
|
347
|
-
invite_attendee: Inviter un participant
|
|
348
346
|
invites: Invitations
|
|
349
347
|
registrations_disabled: Vous ne pouvez pas inviter un participant car les inscriptions sont désactivées.
|
|
350
348
|
meeting_closes:
|
data/config/locales/gl.yml
CHANGED
|
@@ -64,7 +64,6 @@ gl:
|
|
|
64
64
|
success: Reunión duplicada con éxito.
|
|
65
65
|
new:
|
|
66
66
|
copy: Copiar
|
|
67
|
-
title: Reunión duplicada
|
|
68
67
|
components:
|
|
69
68
|
meetings:
|
|
70
69
|
actions:
|
|
@@ -183,7 +182,6 @@ gl:
|
|
|
183
182
|
non_user: Usuario non existente
|
|
184
183
|
select_user: Seleccionar usuario
|
|
185
184
|
index:
|
|
186
|
-
invite_attendee: Invitar asistente
|
|
187
185
|
invites: Invitacións
|
|
188
186
|
meeting_closes:
|
|
189
187
|
edit:
|
|
@@ -220,6 +218,7 @@ gl:
|
|
|
220
218
|
one: Houbo un rexistro de %{count}.
|
|
221
219
|
other: Houbo %{count} rexistros.
|
|
222
220
|
reserved_slots_less_than: Debe ser inferior ou igual a %{count}
|
|
221
|
+
title: Rexistros
|
|
223
222
|
update:
|
|
224
223
|
invalid: Produciuse un problema ao gardar a configuración de rexistro.
|
|
225
224
|
success: A configuración das inscricións da xuntanza gardouse correctamente.
|
data/config/locales/hu.yml
CHANGED
|
@@ -82,7 +82,6 @@ hu:
|
|
|
82
82
|
success: Találkozó duplikálása sikeres.
|
|
83
83
|
new:
|
|
84
84
|
copy: Másolás
|
|
85
|
-
title: Találkozó duplikálása
|
|
86
85
|
components:
|
|
87
86
|
meetings:
|
|
88
87
|
actions:
|
|
@@ -214,7 +213,6 @@ hu:
|
|
|
214
213
|
non_user: Nemlétező felhasználó
|
|
215
214
|
select_user: Felhasználó kiválasztása
|
|
216
215
|
index:
|
|
217
|
-
invite_attendee: Résztvevő meghívása
|
|
218
216
|
invites: Meghívottak
|
|
219
217
|
meeting_closes:
|
|
220
218
|
edit:
|
data/config/locales/id-ID.yml
CHANGED
|
@@ -47,7 +47,6 @@ id:
|
|
|
47
47
|
success: Pertemuan duplikat berhasil.
|
|
48
48
|
new:
|
|
49
49
|
copy: Salinan
|
|
50
|
-
title: Pertemuan duplikat
|
|
51
50
|
components:
|
|
52
51
|
meetings:
|
|
53
52
|
actions:
|
|
@@ -164,7 +163,6 @@ id:
|
|
|
164
163
|
non_user: Pengguna tidak ada
|
|
165
164
|
select_user: Pilih pengguna
|
|
166
165
|
index:
|
|
167
|
-
invite_attendee: Undang hadirin
|
|
168
166
|
invites: Undangan
|
|
169
167
|
meeting_closes:
|
|
170
168
|
edit:
|
|
@@ -198,6 +196,7 @@ id:
|
|
|
198
196
|
registrations_count:
|
|
199
197
|
other: Ada %{count} pendaftaran.
|
|
200
198
|
reserved_slots_less_than: Harus kurang dari atau sama dengan %{count}
|
|
199
|
+
title: Pendaftaran
|
|
201
200
|
update:
|
|
202
201
|
invalid: Terjadi masalah saat menyimpan pengaturan pendaftaran.
|
|
203
202
|
success: Pengaturan pendaftaran rapat berhasil disimpan.
|
data/config/locales/is-IS.yml
CHANGED
|
@@ -27,7 +27,6 @@ is:
|
|
|
27
27
|
meeting_copies:
|
|
28
28
|
new:
|
|
29
29
|
copy: Afrita
|
|
30
|
-
title: Afrita fundi
|
|
31
30
|
components:
|
|
32
31
|
meetings:
|
|
33
32
|
actions:
|
|
@@ -107,6 +106,7 @@ is:
|
|
|
107
106
|
form:
|
|
108
107
|
available_slots_help: Leyfi það til 0 ef þú hefur ótakmarkaða rifa í boði.
|
|
109
108
|
reserved_slots_less_than: Verður að vera minna en eða jafnt við %{count}
|
|
109
|
+
title: Skráningar
|
|
110
110
|
update:
|
|
111
111
|
success: Fundir skráningarstillingar voru vistaðar með góðum árangri.
|
|
112
112
|
admin_log:
|
data/config/locales/it.yml
CHANGED
|
@@ -75,7 +75,6 @@ it:
|
|
|
75
75
|
success: Riunione duplicata con successo.
|
|
76
76
|
new:
|
|
77
77
|
copy: copia
|
|
78
|
-
title: Riunione duplicata
|
|
79
78
|
components:
|
|
80
79
|
meetings:
|
|
81
80
|
actions:
|
|
@@ -205,7 +204,6 @@ it:
|
|
|
205
204
|
non_user: Utente non esistente
|
|
206
205
|
select_user: Seleziona utente
|
|
207
206
|
index:
|
|
208
|
-
invite_attendee: Invita il partecipante
|
|
209
207
|
invites: Inviti
|
|
210
208
|
meeting_closes:
|
|
211
209
|
edit:
|
|
@@ -257,7 +255,7 @@ it:
|
|
|
257
255
|
one: C'è stata %{count} registrazione.
|
|
258
256
|
other: Ci sono state %{count} registrazioni.
|
|
259
257
|
reserved_slots_less_than: Deve essere minore o uguale a %{count}
|
|
260
|
-
title:
|
|
258
|
+
title: Iscrizioni
|
|
261
259
|
update:
|
|
262
260
|
invalid: Si è verificato un problema salvando le impostazioni di registrazione.
|
|
263
261
|
success: Le impostazioni di registrazione delle riunioni sono state salvate correttamente.
|
data/config/locales/lb.yml
CHANGED
|
@@ -73,7 +73,6 @@ lb:
|
|
|
73
73
|
success: Dupliziertes Meeting erfolgreich
|
|
74
74
|
new:
|
|
75
75
|
copy: Kopieren
|
|
76
|
-
title: Doppelte Besprechung
|
|
77
76
|
components:
|
|
78
77
|
meetings:
|
|
79
78
|
actions:
|
|
@@ -159,7 +158,6 @@ lb:
|
|
|
159
158
|
non_user: Nicht existierender Benutzer
|
|
160
159
|
select_user: Nutzer wählen
|
|
161
160
|
index:
|
|
162
|
-
invite_attendee: Teilnehmer einladen
|
|
163
161
|
invites: Lädt ein
|
|
164
162
|
meeting_closes:
|
|
165
163
|
edit:
|
|
@@ -208,7 +206,6 @@ lb:
|
|
|
208
206
|
one: Es wurde %{count} registriert.
|
|
209
207
|
other: Es gab %{count} Registrierungen.
|
|
210
208
|
reserved_slots_less_than: Muss kleiner oder gleich %{count}
|
|
211
|
-
title: Anmeldungen
|
|
212
209
|
update:
|
|
213
210
|
invalid: Beim Speichern der Registrierungseinstellungen ist ein Problem aufgetreten.
|
|
214
211
|
success: Die Registrierungseinstellungen wurden erfolgreich gespeichert.
|
data/config/locales/lt.yml
CHANGED
|
@@ -122,7 +122,6 @@ lt:
|
|
|
122
122
|
success: Susitikimas dubliuotas.
|
|
123
123
|
new:
|
|
124
124
|
copy: Kopijuoti
|
|
125
|
-
title: Dubliuoti susirinkimą
|
|
126
125
|
components:
|
|
127
126
|
meetings:
|
|
128
127
|
actions:
|
|
@@ -265,7 +264,6 @@ lt:
|
|
|
265
264
|
non_user: Neegzistuojantis dalyvis
|
|
266
265
|
select_user: Pasirinkti dalyvį
|
|
267
266
|
index:
|
|
268
|
-
invite_attendee: Kviesti dalyvį
|
|
269
267
|
invites: Pakvietimai
|
|
270
268
|
registrations_disabled: Negalite kviesti dalyvio, nes registracija išjungta.
|
|
271
269
|
meeting_closes:
|
data/config/locales/lv.yml
CHANGED
|
@@ -53,7 +53,6 @@ lv:
|
|
|
53
53
|
success: Sanāksme veiksmīgi dublēta.
|
|
54
54
|
new:
|
|
55
55
|
copy: Kopēt
|
|
56
|
-
title: Dublēt sanāksmi
|
|
57
56
|
components:
|
|
58
57
|
meetings:
|
|
59
58
|
actions:
|
|
@@ -170,7 +169,6 @@ lv:
|
|
|
170
169
|
non_user: Neeksistējošs dalībnieks
|
|
171
170
|
select_user: Izvēlieties dalībnieku
|
|
172
171
|
index:
|
|
173
|
-
invite_attendee: Uzaicināt apmeklētāju
|
|
174
172
|
invites: Ielūgumi
|
|
175
173
|
meeting_closes:
|
|
176
174
|
edit:
|
data/config/locales/nl.yml
CHANGED
|
@@ -82,7 +82,6 @@ nl:
|
|
|
82
82
|
success: Vergadering succesvol gedupliceerd.
|
|
83
83
|
new:
|
|
84
84
|
copy: Kopiëren
|
|
85
|
-
title: Event dupliceren
|
|
86
85
|
components:
|
|
87
86
|
meetings:
|
|
88
87
|
actions:
|
|
@@ -212,7 +211,6 @@ nl:
|
|
|
212
211
|
non_user: Niet-bestaande gebruiker
|
|
213
212
|
select_user: Selecteer gebruiker
|
|
214
213
|
index:
|
|
215
|
-
invite_attendee: Nodig een deelnemer uit
|
|
216
214
|
invites: Uitnodigingen
|
|
217
215
|
meeting_closes:
|
|
218
216
|
edit:
|
|
@@ -265,7 +263,7 @@ nl:
|
|
|
265
263
|
one: Er is %{count} registratie geweest.
|
|
266
264
|
other: Er zijn %{count} registraties geweest.
|
|
267
265
|
reserved_slots_less_than: Moet kleiner of gelijk zijn aan %{count}
|
|
268
|
-
title:
|
|
266
|
+
title: registraties
|
|
269
267
|
update:
|
|
270
268
|
invalid: Er is een probleem opgetreden bij het opslaan van de registratie-instellingen.
|
|
271
269
|
success: Instellingen bijeenkomst registraties succesvol opgeslagen.
|
data/config/locales/no.yml
CHANGED
|
@@ -74,7 +74,6 @@
|
|
|
74
74
|
success: Møtet ble duplisert.
|
|
75
75
|
new:
|
|
76
76
|
copy: Kopier
|
|
77
|
-
title: Duplisert møte
|
|
78
77
|
components:
|
|
79
78
|
meetings:
|
|
80
79
|
actions:
|
|
@@ -204,7 +203,6 @@
|
|
|
204
203
|
non_user: Ikke eksisterende deltaker
|
|
205
204
|
select_user: Velg deltaker
|
|
206
205
|
index:
|
|
207
|
-
invite_attendee: Inviter deltaker
|
|
208
206
|
invites: Invitasjoner
|
|
209
207
|
meeting_closes:
|
|
210
208
|
edit:
|
data/config/locales/pl.yml
CHANGED
|
@@ -141,7 +141,6 @@ pl:
|
|
|
141
141
|
success: Zduplikowano spotkanie.
|
|
142
142
|
new:
|
|
143
143
|
copy: Kopiuj
|
|
144
|
-
title: Duplikat spotkania
|
|
145
144
|
components:
|
|
146
145
|
meetings:
|
|
147
146
|
actions:
|
|
@@ -286,7 +285,6 @@ pl:
|
|
|
286
285
|
non_user: Nieistniejący użytkownik
|
|
287
286
|
select_user: Wybierz użytkownika
|
|
288
287
|
index:
|
|
289
|
-
invite_attendee: Zaproś uczestnika
|
|
290
288
|
invites: Zaproszeni
|
|
291
289
|
registrations_disabled: Nie można zaprosić uczestnika, ponieważ rejestracja jest wyłączona.
|
|
292
290
|
meeting_closes:
|
data/config/locales/pt-BR.yml
CHANGED
|
@@ -459,7 +459,7 @@ pt-BR:
|
|
|
459
459
|
other: Houve %{count} inscrições.
|
|
460
460
|
reserved_slots_help: Deixe em 0 se você não tiver slots reservados.
|
|
461
461
|
reserved_slots_less_than: Deve ser menor ou igual a %{count}
|
|
462
|
-
title:
|
|
462
|
+
title: Inscrições
|
|
463
463
|
update:
|
|
464
464
|
invalid: Ocorreu um problema ao salvar as configurações de registro.
|
|
465
465
|
success: Configurações de registro de reunião salvas com sucesso.
|
|
@@ -802,6 +802,7 @@ pt-BR:
|
|
|
802
802
|
follows_count: O número de seguir que o evento tem
|
|
803
803
|
id: O identificador único do evento
|
|
804
804
|
iframe_access_level: O nível de acesso iframe do evento
|
|
805
|
+
iframe_embed_type: O tipo de iframe incorporado na reunião
|
|
805
806
|
latitude: A latitude do evento
|
|
806
807
|
location: A localização do evento
|
|
807
808
|
location_hints: Uma dica sobre a localização em que o evento está acontecendo
|
data/config/locales/pt.yml
CHANGED
|
@@ -75,7 +75,6 @@ pt:
|
|
|
75
75
|
success: Reunião duplicada corretamente.
|
|
76
76
|
new:
|
|
77
77
|
copy: Copiar
|
|
78
|
-
title: Reunião duplicada
|
|
79
78
|
components:
|
|
80
79
|
meetings:
|
|
81
80
|
actions:
|
|
@@ -205,7 +204,6 @@ pt:
|
|
|
205
204
|
non_user: Participante inexistente
|
|
206
205
|
select_user: Selecione o participante
|
|
207
206
|
index:
|
|
208
|
-
invite_attendee: Convidar participante
|
|
209
207
|
invites: Convites
|
|
210
208
|
meeting_closes:
|
|
211
209
|
edit:
|
data/config/locales/ro-RO.yml
CHANGED
|
@@ -112,7 +112,6 @@ ro:
|
|
|
112
112
|
success: Întâlnire duplicată cu succes.
|
|
113
113
|
new:
|
|
114
114
|
copy: Copiază
|
|
115
|
-
title: Duplicarea reuniunii
|
|
116
115
|
tooltips:
|
|
117
116
|
cannot_close_meetings: Nu se poate închide această întâlnire deoarece este creată de un participant
|
|
118
117
|
cannot_duplicate_meetings: Nu se poate duplica această întâlnire deoarece este creată de un participant
|
|
@@ -281,7 +280,6 @@ ro:
|
|
|
281
280
|
non_user: Participant neexistent
|
|
282
281
|
select_user: Selecteză un participant
|
|
283
282
|
index:
|
|
284
|
-
invite_attendee: Invită participantul
|
|
285
283
|
invites: Invitații
|
|
286
284
|
meeting_closes:
|
|
287
285
|
edit:
|
data/config/locales/ru.yml
CHANGED
|
@@ -56,7 +56,6 @@ ru:
|
|
|
56
56
|
success: Успешно создана копия встречи.
|
|
57
57
|
new:
|
|
58
58
|
copy: Копировать
|
|
59
|
-
title: Скопировать встречу
|
|
60
59
|
components:
|
|
61
60
|
meetings:
|
|
62
61
|
actions:
|
|
@@ -171,7 +170,6 @@ ru:
|
|
|
171
170
|
non_user: Не существующий участник
|
|
172
171
|
select_user: Выберите участника
|
|
173
172
|
index:
|
|
174
|
-
invite_attendee: Пригласить участника
|
|
175
173
|
invites: Приглашения
|
|
176
174
|
meeting_closes:
|
|
177
175
|
edit:
|
data/config/locales/sk.yml
CHANGED
|
@@ -56,7 +56,6 @@ sk:
|
|
|
56
56
|
success: Duplicitné schôdzka úspešne.
|
|
57
57
|
new:
|
|
58
58
|
copy: kopírovať
|
|
59
|
-
title: Duplicitné schôdzka
|
|
60
59
|
components:
|
|
61
60
|
meetings:
|
|
62
61
|
actions:
|
|
@@ -173,7 +172,6 @@ sk:
|
|
|
173
172
|
non_user: Neexistujúca užívateľ
|
|
174
173
|
select_user: Vyberte používateľa
|
|
175
174
|
index:
|
|
176
|
-
invite_attendee: Pozvať účastníka
|
|
177
175
|
invites: Pozvánky
|
|
178
176
|
meeting_closes:
|
|
179
177
|
edit:
|
data/config/locales/sv.yml
CHANGED
|
@@ -146,17 +146,16 @@ sv:
|
|
|
146
146
|
success: Mötet har duplicerats.
|
|
147
147
|
new:
|
|
148
148
|
copy: Kopiera
|
|
149
|
-
title: Duplicera möte
|
|
150
149
|
tooltips:
|
|
151
150
|
cannot_close_meetings: Det går inte att stänga mötet eftersom det är skapat av en deltagare
|
|
152
151
|
cannot_duplicate_meetings: Det går inte att kopiera mötet eftersom det är skapat av en deltagare
|
|
153
152
|
cannot_edit_meetings: Det går inte att redigera mötet eftersom det är skapat av en deltagare
|
|
154
153
|
cannot_manage_agenda_meetings: Det går inte att ändra dagordningen för mötet eftersom den är skapad av en deltagare
|
|
155
|
-
cannot_manage_attachments_meetings:
|
|
156
|
-
cannot_manage_poll_meetings:
|
|
157
|
-
cannot_manage_registrations_meetings:
|
|
158
|
-
cannot_mark_attendee: Kan inte markera som deltagare
|
|
159
|
-
deleted_meetings_info:
|
|
154
|
+
cannot_manage_attachments_meetings: Det går inte att redigera bilagor för mötet eftersom det är skapat av en deltagare
|
|
155
|
+
cannot_manage_poll_meetings: Det går inte att redigera undersökningar för mötet eftersom det är skapat av en deltagare
|
|
156
|
+
cannot_manage_registrations_meetings: Det går inte att redigera anmälningar för mötet eftersom det är skapat av en deltagare, inte använder anmälningsfunktionen eller använder en extern anmälningsfunktion
|
|
157
|
+
cannot_mark_attendee: Kan inte markera som deltagare eftersom den redan är markerad
|
|
158
|
+
deleted_meetings_info: Det går inte att ta bort mötet eftersom det är skapat av en deltagare.
|
|
160
159
|
components:
|
|
161
160
|
meetings:
|
|
162
161
|
actions:
|
|
@@ -234,17 +233,17 @@ sv:
|
|
|
234
233
|
email_subject: De tilldelade platserna för mötet "%{resource_title}" är över %{percentage}%
|
|
235
234
|
notification_title: De tilldelade platserna för mötet <a href="%{resource_path}">%{resource_title}</a> är över %{percentage}%.
|
|
236
235
|
meeting_updated:
|
|
237
|
-
email_intro: 'Mötet "%{resource_title}" har uppdaterats med ändringar
|
|
236
|
+
email_intro: 'Mötet "%{resource_title}" har uppdaterats med ändringar av %{changed_fields}. Du kan se den nya versionen på sidan:'
|
|
238
237
|
email_outro: Du har fått det här meddelandet eftersom du följer mötet "%{resource_title}". Du kan sluta följa det från föregående länk.
|
|
239
238
|
email_subject: Mötet "%{resource_title}" uppdaterades
|
|
240
239
|
field_names:
|
|
241
|
-
address:
|
|
242
|
-
end_time:
|
|
243
|
-
location:
|
|
244
|
-
start_time:
|
|
245
|
-
notification_title: Mötet <a href="%{resource_path}">%{resource_title}</a> har uppdaterats med ändringar
|
|
240
|
+
address: adressen
|
|
241
|
+
end_time: sluttiden
|
|
242
|
+
location: platsen
|
|
243
|
+
start_time: starttiden
|
|
244
|
+
notification_title: Mötet <a href="%{resource_path}">%{resource_title}</a> har uppdaterats med ändringar av %{changed_fields}.
|
|
246
245
|
meeting_waitlist_added:
|
|
247
|
-
notification_title: Du har lagts till i väntelistan för <a href="%{resource_url}">%{resource_title}</a
|
|
246
|
+
notification_title: Du har lagts till i väntelistan för mötet <a href="%{resource_url}">%{resource_title}</a>.
|
|
248
247
|
registration_code_validated:
|
|
249
248
|
email_intro: Din anmälningskod "%{registration_code}" till mötet "%{resource_title}" har validerats.
|
|
250
249
|
email_outro: Du har fått det här meddelandet eftersom din anmälningskod till mötet "%{resource_title}" har validerats.
|
|
@@ -261,11 +260,11 @@ sv:
|
|
|
261
260
|
email_subject: Mötet "%{resource_title}" har aktiverat registreringar.
|
|
262
261
|
notification_title: Mötet <a href="%{resource_path}">%{resource_title}</a> har aktiverat registreringar.
|
|
263
262
|
upcoming_meeting:
|
|
264
|
-
default_body: Mötet "{{meeting_title}}"
|
|
265
|
-
email_intro: Mötet "%{resource_title}"
|
|
263
|
+
default_body: Mötet "{{meeting_title}}" börjar om mindre än {{before_hours}}h.
|
|
264
|
+
email_intro: Mötet "%{resource_title}" börjar om mindre än %{reminders_before_hours}h.
|
|
266
265
|
email_outro: Du har fått detta meddelande eftersom du följer mötet %{resource_title}. Du kan sluta följa det från föregående länk.
|
|
267
|
-
email_subject: Mötet "%{resource_title}"
|
|
268
|
-
notification_title: Mötet <a href="%{resource_path}">%{resource_title}</a>
|
|
266
|
+
email_subject: Mötet "%{resource_title}" börjar om mindre än %{reminders_before_hours}h.
|
|
267
|
+
notification_title: Mötet <a href="%{resource_path}">%{resource_title}</a> börjar om mindre än %{reminders_before_hours}h.
|
|
269
268
|
forms:
|
|
270
269
|
meetings:
|
|
271
270
|
attendees_count_help_text: Glöm inte att räkna det totala antalet deltagare på mötet, oavsett om det är på plats, digitalt eller ett hybridmöte.
|
|
@@ -354,7 +353,6 @@ sv:
|
|
|
354
353
|
non_user: Icke befintlig deltagare
|
|
355
354
|
select_user: Välj deltagare
|
|
356
355
|
index:
|
|
357
|
-
invite_attendee: Bjud in deltagare
|
|
358
356
|
invites: Inbjudningar
|
|
359
357
|
registrations_disabled: Det går inte att bjuda in deltagare eftersom registreringen är stängd.
|
|
360
358
|
meeting_closes:
|
|
@@ -386,9 +384,9 @@ sv:
|
|
|
386
384
|
select_an_iframe_access_level: Välj vem som får tillgång till iframe
|
|
387
385
|
index:
|
|
388
386
|
linked_meeting_warning_html: Mötet måste redigeras från <br><a href="%{href}">%{name}</a>
|
|
389
|
-
published:
|
|
387
|
+
published: Publicerade
|
|
390
388
|
title: Möten
|
|
391
|
-
unpublished:
|
|
389
|
+
unpublished: Opublicerade
|
|
392
390
|
linked_spaces:
|
|
393
391
|
assign: Tilldela
|
|
394
392
|
link_a_space: Länka en process
|
|
@@ -408,11 +406,11 @@ sv:
|
|
|
408
406
|
invalid: Det gick inte att publicera mötet.
|
|
409
407
|
success: Mötet har publicerats.
|
|
410
408
|
reminders:
|
|
411
|
-
reminder_enabled: Skicka en påminnelse
|
|
409
|
+
reminder_enabled: Skicka en påminnelse om mötet
|
|
412
410
|
reminder_message: Innehåll i påminnelse via e-post
|
|
413
411
|
reminder_message_help_text: Anpassa meddelandet efter behov. Använd {{meeting_title}} för att visa mötesnamnet.
|
|
414
412
|
send_reminder: Schemalagd påminnelse via e-post
|
|
415
|
-
send_reminder_help_text:
|
|
413
|
+
send_reminder_help_text: Antal timmar innan mötet som påminnelse ska skickas.
|
|
416
414
|
title: Påminnelser
|
|
417
415
|
service:
|
|
418
416
|
description: Beskrivning
|
|
@@ -846,7 +844,7 @@ sv:
|
|
|
846
844
|
statistics:
|
|
847
845
|
attendees_count: Mötesdeltagare
|
|
848
846
|
meetings_count: Möten
|
|
849
|
-
meetings_count_tooltip:
|
|
847
|
+
meetings_count_tooltip: Antal möten som har ägt rum, digitalt och fysiskt.
|
|
850
848
|
participatory_space_meetings_count: Möten
|
|
851
849
|
devise:
|
|
852
850
|
mailer:
|
data/config/locales/tr-TR.yml
CHANGED
|
@@ -56,7 +56,6 @@ tr:
|
|
|
56
56
|
success: Toplantı başarıyla kopyalandı.
|
|
57
57
|
new:
|
|
58
58
|
copy: Kopyala
|
|
59
|
-
title: Yinelenen toplantı
|
|
60
59
|
components:
|
|
61
60
|
meetings:
|
|
62
61
|
actions:
|
|
@@ -183,7 +182,6 @@ tr:
|
|
|
183
182
|
non_user: Mevcut olmayan katılımcı
|
|
184
183
|
select_user: Katılımcı seç
|
|
185
184
|
index:
|
|
186
|
-
invite_attendee: Katılımcı davet et
|
|
187
185
|
invites: Davetler
|
|
188
186
|
meeting_closes:
|
|
189
187
|
edit:
|
data/config/locales/uk.yml
CHANGED
|
@@ -55,7 +55,6 @@ uk:
|
|
|
55
55
|
success: Успішно створено копію зустрічі.
|
|
56
56
|
new:
|
|
57
57
|
copy: Скопіювати
|
|
58
|
-
title: Створити копію зустрічі
|
|
59
58
|
components:
|
|
60
59
|
meetings:
|
|
61
60
|
actions:
|
|
@@ -153,7 +152,6 @@ uk:
|
|
|
153
152
|
non_user: Не чинний учасник
|
|
154
153
|
select_user: Оберіть учасника
|
|
155
154
|
index:
|
|
156
|
-
invite_attendee: Запросити учасника
|
|
157
155
|
invites: Запрошення
|
|
158
156
|
meeting_closes:
|
|
159
157
|
edit:
|
|
@@ -184,6 +182,7 @@ uk:
|
|
|
184
182
|
available_slots_help: Залиште це число нульовим, якщо у вас не обмежена кількість місць.
|
|
185
183
|
invites: Запрошення
|
|
186
184
|
reserved_slots_less_than: Має бути меншим або рівним %{count}
|
|
185
|
+
title: Реєстрації
|
|
187
186
|
update:
|
|
188
187
|
invalid: При спробі зберегти налаштування реєстрації сталася помилка.
|
|
189
188
|
success: Налаштування реєстрації на зустріч успішно збережено.
|
data/config/locales/zh-CN.yml
CHANGED
|
@@ -48,7 +48,6 @@ zh-CN:
|
|
|
48
48
|
success: 会议成功重复。
|
|
49
49
|
new:
|
|
50
50
|
copy: 复制
|
|
51
|
-
title: 复制会议
|
|
52
51
|
components:
|
|
53
52
|
meetings:
|
|
54
53
|
actions:
|
|
@@ -171,7 +170,6 @@ zh-CN:
|
|
|
171
170
|
non_user: 非现有参与者
|
|
172
171
|
select_user: 选择参与者
|
|
173
172
|
index:
|
|
174
|
-
invite_attendee: 邀请参与者
|
|
175
173
|
invites: 邀请
|
|
176
174
|
meeting_closes:
|
|
177
175
|
edit:
|
data/config/locales/zh-TW.yml
CHANGED
|
@@ -111,7 +111,6 @@ zh-TW:
|
|
|
111
111
|
success: 成功複製會議。
|
|
112
112
|
new:
|
|
113
113
|
copy: 複製
|
|
114
|
-
title: 複製會議
|
|
115
114
|
components:
|
|
116
115
|
meetings:
|
|
117
116
|
actions:
|
|
@@ -251,7 +250,6 @@ zh-TW:
|
|
|
251
250
|
non_user: 不存在的參與者。
|
|
252
251
|
select_user: 選擇參與者
|
|
253
252
|
index:
|
|
254
|
-
invite_attendee: 邀請的與會者
|
|
255
253
|
invites: 邀請
|
|
256
254
|
registrations_disabled: 你無法邀請參加者,因為註冊已被禁用。
|
|
257
255
|
meeting_closes:
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-meetings
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.31.
|
|
4
|
+
version: 0.31.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2026-
|
|
13
|
+
date: 2026-03-26 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: decidim-core
|
|
@@ -18,28 +18,28 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.31.
|
|
21
|
+
version: 0.31.3
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - '='
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 0.31.
|
|
28
|
+
version: 0.31.3
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: decidim-forms
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
32
32
|
requirements:
|
|
33
33
|
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 0.31.
|
|
35
|
+
version: 0.31.3
|
|
36
36
|
type: :runtime
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - '='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 0.31.
|
|
42
|
+
version: 0.31.3
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: icalendar
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -60,56 +60,56 @@ dependencies:
|
|
|
60
60
|
requirements:
|
|
61
61
|
- - '='
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
|
-
version: 0.31.
|
|
63
|
+
version: 0.31.3
|
|
64
64
|
type: :development
|
|
65
65
|
prerelease: false
|
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
|
67
67
|
requirements:
|
|
68
68
|
- - '='
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
|
-
version: 0.31.
|
|
70
|
+
version: 0.31.3
|
|
71
71
|
- !ruby/object:Gem::Dependency
|
|
72
72
|
name: decidim-assemblies
|
|
73
73
|
requirement: !ruby/object:Gem::Requirement
|
|
74
74
|
requirements:
|
|
75
75
|
- - '='
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
|
-
version: 0.31.
|
|
77
|
+
version: 0.31.3
|
|
78
78
|
type: :development
|
|
79
79
|
prerelease: false
|
|
80
80
|
version_requirements: !ruby/object:Gem::Requirement
|
|
81
81
|
requirements:
|
|
82
82
|
- - '='
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
|
-
version: 0.31.
|
|
84
|
+
version: 0.31.3
|
|
85
85
|
- !ruby/object:Gem::Dependency
|
|
86
86
|
name: decidim-dev
|
|
87
87
|
requirement: !ruby/object:Gem::Requirement
|
|
88
88
|
requirements:
|
|
89
89
|
- - '='
|
|
90
90
|
- !ruby/object:Gem::Version
|
|
91
|
-
version: 0.31.
|
|
91
|
+
version: 0.31.3
|
|
92
92
|
type: :development
|
|
93
93
|
prerelease: false
|
|
94
94
|
version_requirements: !ruby/object:Gem::Requirement
|
|
95
95
|
requirements:
|
|
96
96
|
- - '='
|
|
97
97
|
- !ruby/object:Gem::Version
|
|
98
|
-
version: 0.31.
|
|
98
|
+
version: 0.31.3
|
|
99
99
|
- !ruby/object:Gem::Dependency
|
|
100
100
|
name: decidim-participatory_processes
|
|
101
101
|
requirement: !ruby/object:Gem::Requirement
|
|
102
102
|
requirements:
|
|
103
103
|
- - '='
|
|
104
104
|
- !ruby/object:Gem::Version
|
|
105
|
-
version: 0.31.
|
|
105
|
+
version: 0.31.3
|
|
106
106
|
type: :development
|
|
107
107
|
prerelease: false
|
|
108
108
|
version_requirements: !ruby/object:Gem::Requirement
|
|
109
109
|
requirements:
|
|
110
110
|
- - '='
|
|
111
111
|
- !ruby/object:Gem::Version
|
|
112
|
-
version: 0.31.
|
|
112
|
+
version: 0.31.3
|
|
113
113
|
description: A meetings component for decidim's participatory spaces.
|
|
114
114
|
email:
|
|
115
115
|
- josepjaume@gmail.com
|
|
@@ -142,7 +142,6 @@ files:
|
|
|
142
142
|
- app/cells/decidim/meetings/meeting_cell.rb
|
|
143
143
|
- app/cells/decidim/meetings/meeting_l/image.erb
|
|
144
144
|
- app/cells/decidim/meetings/meeting_l_cell.rb
|
|
145
|
-
- app/cells/decidim/meetings/meeting_month/show.erb
|
|
146
145
|
- app/cells/decidim/meetings/meeting_month_cell.rb
|
|
147
146
|
- app/cells/decidim/meetings/meeting_url/show.erb
|
|
148
147
|
- app/cells/decidim/meetings/meeting_url_cell.rb
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
<table class="meeting-calendar__month">
|
|
2
|
-
<caption><%= month_name %></caption>
|
|
3
|
-
<thead>
|
|
4
|
-
<% abbr_day_names.each_with_index do |day, i| %>
|
|
5
|
-
<th><abbr title="<%= day_names[i] %>"><%= day %></abbr></th>
|
|
6
|
-
<% end %>
|
|
7
|
-
</thead>
|
|
8
|
-
<tbody>
|
|
9
|
-
<% weeks.each do |days| %>
|
|
10
|
-
<tr>
|
|
11
|
-
<% is_first_day = first_day_of_month?(days.first) %>
|
|
12
|
-
|
|
13
|
-
<% if is_first_day %>
|
|
14
|
-
<% (7 - days.length).times do %>
|
|
15
|
-
<td></td>
|
|
16
|
-
<% end %>
|
|
17
|
-
<% end %>
|
|
18
|
-
|
|
19
|
-
<% days.each do |day| %>
|
|
20
|
-
<%= content_tag :td, class: day_class(day) do %>
|
|
21
|
-
<time datetime="<%= day %>"><%= l(day, format: "%d") %></time>
|
|
22
|
-
<% end %>
|
|
23
|
-
<% end %>
|
|
24
|
-
|
|
25
|
-
<% if !is_first_day %>
|
|
26
|
-
<% (7 - days.length).times do %>
|
|
27
|
-
<td></td>
|
|
28
|
-
<% end %>
|
|
29
|
-
<% end %>
|
|
30
|
-
</tr>
|
|
31
|
-
<% end %>
|
|
32
|
-
</tbody>
|
|
33
|
-
</table>
|