decidim-meetings 0.31.2 → 0.31.4

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.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/meetings/content_blocks/highlighted_meetings_cell.rb +4 -0
  3. data/app/cells/decidim/meetings/dates_and_map/show.erb +13 -5
  4. data/app/cells/decidim/meetings/dates_and_map_cell.rb +18 -2
  5. data/app/cells/decidim/meetings/highlighted_meetings_for_component/show.erb +0 -7
  6. data/app/cells/decidim/meetings/highlighted_meetings_for_component_cell.rb +0 -8
  7. data/app/cells/decidim/meetings/meeting_l/image.erb +21 -3
  8. data/app/cells/decidim/meetings/meeting_l_cell.rb +18 -0
  9. data/app/packs/stylesheets/decidim/meetings/_item.scss +2 -2
  10. data/app/views/decidim/meetings/admin/meetings/_meeting-tr.html.erb +2 -2
  11. data/app/views/decidim/meetings/admin/poll/_question.html.erb +1 -1
  12. data/app/views/decidim/meetings/meetings/_meeting.html.erb +2 -2
  13. data/app/views/decidim/meetings/meetings/_meeting_aside.html.erb +1 -1
  14. data/app/views/decidim/meetings/meetings/edit.html.erb +5 -1
  15. data/app/views/decidim/meetings/meetings/new.html.erb +4 -1
  16. data/app/views/decidim/meetings/shared/_meetings.html.erb +1 -1
  17. data/config/locales/ar.yml +0 -2
  18. data/config/locales/bg.yml +0 -2
  19. data/config/locales/ca-IT.yml +3 -3
  20. data/config/locales/ca.yml +3 -3
  21. data/config/locales/cs.yml +3 -1
  22. data/config/locales/de.yml +0 -2
  23. data/config/locales/el.yml +0 -2
  24. data/config/locales/es-MX.yml +2 -2
  25. data/config/locales/es-PY.yml +2 -2
  26. data/config/locales/es.yml +4 -4
  27. data/config/locales/eu.yml +2 -2
  28. data/config/locales/fi-plain.yml +2 -2
  29. data/config/locales/fr-CA.yml +0 -2
  30. data/config/locales/fr.yml +0 -2
  31. data/config/locales/gl.yml +1 -2
  32. data/config/locales/hu.yml +0 -2
  33. data/config/locales/id-ID.yml +1 -2
  34. data/config/locales/is-IS.yml +1 -1
  35. data/config/locales/it.yml +1 -3
  36. data/config/locales/lb.yml +0 -3
  37. data/config/locales/lt.yml +0 -2
  38. data/config/locales/lv.yml +0 -2
  39. data/config/locales/nl.yml +1 -3
  40. data/config/locales/no.yml +0 -2
  41. data/config/locales/pl.yml +0 -2
  42. data/config/locales/pt-BR.yml +2 -1
  43. data/config/locales/pt.yml +0 -2
  44. data/config/locales/ro-RO.yml +0 -2
  45. data/config/locales/ru.yml +0 -2
  46. data/config/locales/sk.yml +0 -2
  47. data/config/locales/sv.yml +21 -23
  48. data/config/locales/tr-TR.yml +0 -2
  49. data/config/locales/uk.yml +1 -2
  50. data/config/locales/zh-CN.yml +0 -2
  51. data/config/locales/zh-TW.yml +0 -2
  52. data/lib/decidim/meetings/version.rb +1 -1
  53. metadata +14 -15
  54. 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: 35902d518ee15fe3ef82fb75fd6d7f005b25751e2616e683d4c44dc413a8ffee
4
- data.tar.gz: fb95871088927e4e78ed9ed4e744e710714cfea48f5322dedb272ec2e0ad6fc2
3
+ metadata.gz: b498361fd63ed332b8a5b867de7933eaf2ae6188d6c8937b10f47e9c4f8e6f7d
4
+ data.tar.gz: 76dba488bc1da6d056c38e3b15175c643b3db97b053cb31e868116e03060bfeb
5
5
  SHA512:
6
- metadata.gz: aa740ffccc5781b4a9ca35131bc8d69a9fb128030233f6b2646029ce346032df70c00be05e6124244b1eea79179da973f7a16b8eb27ecd9ac7c8f12397bfdc0d
7
- data.tar.gz: 366d890eef3292f1291ec5bd6287a22963f1c4590d669b28b22ed96970ffbbf477d72b30bfe7e11ad20bbddf9a6f64d16bcf26a682a887585f86250840e501b8
6
+ metadata.gz: 5451c1e85af2bdb4133ad992fab0fe3f1816d7e42111e3a46a84acb999e0d68238d91279fe5bdd9183bf1748d8e6f52936ceaf78c8e3e71781a408efccbd85fe
7
+ data.tar.gz: ac32e1077835bf0662d86d819f1fad3c1031ce666143b2545760bb355bad181566c0f97baf5f24537a4bc3a10d7f3e6bda94bfb75d8e0a02421d91f80f932fd5
@@ -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: !same_month? ? "%b" : "%B") %></p>
5
- <p class="meeting__calendar-separator"><%= "-" if !same_month? %></p>
6
- <p><%= l(end_time, format: "%b") if !same_month? %></p>
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
- <p class="meeting__calendar-separator"><%= "-" if !same_day? || !same_month? %></p>
11
- <p><%= l(end_time, format: "%d") if !same_day? || !same_month? %></p>
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
- start_time.month == end_time.month
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
- start_time.day == end_time.day
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"><%= l(meeting.start_time, format: "%b") %></span>
3
- <span class="card__calendar-day"><%= l(meeting.start_time, format: "%d") %></span>
4
- <span class="card__calendar-year"><%= l(meeting.start_time, format: "%Y") %></span>
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-evenly empty:[&>p]:hidden;
38
+ @apply inline-flex items-center justify-center empty:[&>p]:hidden;
39
39
  }
40
40
 
41
41
  &-separator {
42
- @apply mx-2 font-normal text-sm;
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), edit_meeting_path(meeting) %>
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: edit_meeting_path(meeting), name: present(meeting).space_title, scope: "decidim.meetings.admin.meetings") %>
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" %>
@@ -28,7 +28,7 @@
28
28
  <h3 class="meeting__aside-block__title"><%= t("organizations", scope: "decidim.meetings.meetings.show") %></h3>
29
29
  <ul class="meeting__aside-block__list">
30
30
  <% meeting.attending_organizations.split("\n").each do |organizations| %>
31
- <li><%= organizations %></li>
31
+ <li class="break-all"><%= organizations %></li>
32
32
  <% end %>
33
33
  </ul>
34
34
  <% end %>
@@ -15,7 +15,11 @@
15
15
  <%= icon "arrow-left-line" %>
16
16
  <%= t("back", scope: "decidim.meetings.meetings.edit") %>
17
17
  <% end %>
18
- <%= f.submit t("update", scope: "decidim.meetings.meetings.edit"), class: "button button__sm md:button__lg button__secondary", data: { disable: true } %>
18
+
19
+ <button type="submit" class="button button__sm md:button__lg button__secondary">
20
+ <span><%= t("update", scope: "decidim.meetings.meetings.edit") %></span>
21
+ </button>
22
+
19
23
  </div>
20
24
  <% end %>
21
25
  <% end %>
@@ -16,7 +16,10 @@
16
16
  <%= icon "arrow-left-line" %>
17
17
  <%= t("back", scope: "decidim.meetings.meetings.new") %>
18
18
  <% end %>
19
- <%= f.submit t("create", scope: "decidim.meetings.meetings.new"), class: "button button__sm md:button__lg button__secondary", data: { disable: true } %>
19
+
20
+ <button type="submit" class="button button__sm md:button__lg button__secondary">
21
+ <span><%= t("create", scope: "decidim.meetings.meetings.new") %></span>
22
+ </button>
20
23
  </div>
21
24
  <% end %>
22
25
  <% end %>
@@ -17,7 +17,7 @@
17
17
 
18
18
  <div class="card__list-list">
19
19
  <% meetings.each do |meeting| %>
20
- <%= card_for meeting %>
20
+ <%= card_for meeting, context: { show_space: component.blank? } %>
21
21
  <% end %>
22
22
  </div>
23
23
 
@@ -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:
@@ -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:
@@ -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 participatiu de la trobada.
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 participatiu
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
@@ -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 participatiu de la trobada.
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 participatiu
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
@@ -152,7 +152,7 @@ cs:
152
152
  success: Duplicitní schůzka úspěšně.
153
153
  new:
154
154
  copy: Kopírovat
155
- title: Duplicitní schůzka
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é.
@@ -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:
@@ -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:
@@ -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 un 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-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: Registros
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.
@@ -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: Registros
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.
@@ -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 participativo del encuentro.
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: Registros
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 participativo
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
@@ -146,7 +146,7 @@ eu:
146
146
  success: Topaketa zuzen bikoiztu da.
147
147
  new:
148
148
  copy: Kopiatu
149
- title: Topaketa bikoiztu
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:
@@ -146,7 +146,7 @@ fi-pl:
146
146
  success: Tapahtuman monistaminen onnistui.
147
147
  new:
148
148
  copy: Kopioi
149
- title: Monista tapahtuma
149
+ title: Kopioi tapaaminen
150
150
  tooltips:
151
151
  cannot_close_meetings: Tätä tapaamista ei voi sulkea, koska se on osallistujan luoma
152
152
  cannot_duplicate_meetings: Tätä tapaamista ei voi kopioida, koska se on osallistujan luoma
@@ -459,7 +459,7 @@ fi-pl:
459
459
  other: Tapahtumaan on %{count} ilmoittautumista.
460
460
  reserved_slots_help: Jätä arvoksi 0, jos sinulla ei ole varattuja paikkoja.
461
461
  reserved_slots_less_than: Täytyy olla vähemmän tai yhtä paljon kuin %{count}
462
- title: Rekisteröitymiset
462
+ title: Ilmoittautumiset
463
463
  update:
464
464
  invalid: Ilmoittautumisasetusten tallentamisessa esiintyi ongelma.
465
465
  success: Tapahtumailmoittautumisasetukset tallennettiin onnistuneesti.
@@ -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:
@@ -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:
@@ -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.
@@ -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:
@@ -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.