decidim-meetings 0.26.4 → 0.26.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/app/commands/decidim/meetings/admin/copy_meeting.rb +23 -4
  3. data/app/commands/decidim/meetings/admin/create_meeting.rb +1 -0
  4. data/app/commands/decidim/meetings/admin/publish_meeting.rb +1 -1
  5. data/app/commands/decidim/meetings/admin/update_meeting.rb +1 -0
  6. data/app/controllers/decidim/meetings/admin/meeting_copies_controller.rb +2 -2
  7. data/app/forms/decidim/meetings/admin/meeting_form.rb +10 -9
  8. data/app/helpers/decidim/meetings/application_helper.rb +13 -2
  9. data/app/presenters/decidim/meetings/meeting_presenter.rb +1 -6
  10. data/app/views/decidim/meetings/admin/meeting_copies/new.html.erb +1 -1
  11. data/app/views/decidim/meetings/admin/meetings/_form.html.erb +1 -1
  12. data/app/views/decidim/meetings/admin/registrations/_form.html.erb +1 -1
  13. data/app/views/decidim/meetings/meetings/_linked_meetings.html.erb +1 -1
  14. data/config/locales/ar.yml +253 -5
  15. data/config/locales/bg.yml +0 -6
  16. data/config/locales/ca.yml +17 -10
  17. data/config/locales/cs.yml +15 -8
  18. data/config/locales/de.yml +12 -10
  19. data/config/locales/el.yml +0 -6
  20. data/config/locales/en.yml +17 -10
  21. data/config/locales/es-MX.yml +17 -10
  22. data/config/locales/es-PY.yml +17 -10
  23. data/config/locales/es.yml +17 -10
  24. data/config/locales/eu.yml +195 -156
  25. data/config/locales/fa-IR.yml +1 -0
  26. data/config/locales/fi-plain.yml +17 -10
  27. data/config/locales/fi.yml +17 -10
  28. data/config/locales/fr-CA.yml +16 -9
  29. data/config/locales/fr.yml +16 -9
  30. data/config/locales/ga-IE.yml +0 -4
  31. data/config/locales/gl.yml +0 -9
  32. data/config/locales/hu.yml +0 -10
  33. data/config/locales/id-ID.yml +0 -6
  34. data/config/locales/is-IS.yml +0 -2
  35. data/config/locales/it.yml +0 -7
  36. data/config/locales/ja.yml +21 -14
  37. data/config/locales/ka-GE.yml +1 -0
  38. data/config/locales/kaa.yml +1 -0
  39. data/config/locales/lb.yml +0 -6
  40. data/config/locales/lt.yml +0 -10
  41. data/config/locales/lv.yml +0 -6
  42. data/config/locales/nl.yml +0 -10
  43. data/config/locales/no.yml +0 -10
  44. data/config/locales/pl.yml +0 -6
  45. data/config/locales/pt-BR.yml +0 -6
  46. data/config/locales/pt.yml +0 -7
  47. data/config/locales/ro-RO.yml +19 -10
  48. data/config/locales/ru.yml +0 -6
  49. data/config/locales/sk.yml +0 -6
  50. data/config/locales/sl.yml +0 -3
  51. data/config/locales/sv.yml +11 -9
  52. data/config/locales/tr-TR.yml +0 -6
  53. data/config/locales/uk.yml +0 -6
  54. data/config/locales/zh-CN.yml +0 -6
  55. data/config/locales/zh-TW.yml +654 -0
  56. data/lib/decidim/meetings/engine.rb +1 -1
  57. data/lib/decidim/meetings/version.rb +1 -1
  58. metadata +17 -16
  59. data/app/forms/decidim/meetings/admin/meeting_copy_form.rb +0 -51
  60. data/app/views/decidim/meetings/admin/meeting_copies/_form.html.erb +0 -64
@@ -1,10 +1,6 @@
1
1
  pl:
2
2
  activemodel:
3
3
  attributes:
4
- agenda:
5
- description: Opis
6
- duration: Czas trwania
7
- title: Tytuł
8
4
  close_meeting:
9
5
  attendees_count: Liczba osób biorących udział
10
6
  attending_organizations: Lista organizacji biorących udział
@@ -21,7 +17,6 @@ pl:
21
17
  decidim_scope_id: Zakres
22
18
  decidim_user_group_id: Grupa użytkowników
23
19
  description: Opis
24
- end_time: Czas zakończenia
25
20
  id: Numer ID
26
21
  location: Miejsce
27
22
  location_hints: Wskazówki co do miejsca
@@ -33,7 +28,6 @@ pl:
33
28
  registration_terms: Warunki rejestracji
34
29
  registration_url: Adres URL rejestracji
35
30
  registrations_enabled: Rejestracje włączone
36
- start_time: Czas rozpoczęcia
37
31
  title: Tytuł
38
32
  transparent: Transparentny
39
33
  type_of_meeting: Typ
@@ -1,10 +1,6 @@
1
1
  pt-BR:
2
2
  activemodel:
3
3
  attributes:
4
- agenda:
5
- description: Descrição
6
- duration: Duração
7
- title: Título
8
4
  close_meeting:
9
5
  attendees_count: Número de Participantes
10
6
  attending_organizations: Lista de organizações que participaram
@@ -22,7 +18,6 @@ pt-BR:
22
18
  decidim_scope_id: Âmbito
23
19
  decidim_user_group_id: Grupo de usuários
24
20
  description: Descrição
25
- end_time: Fim do tempo
26
21
  location: Localização
27
22
  location_hints: Dicas de localização
28
23
  online_meeting_url: URL da reunião on-line
@@ -34,7 +29,6 @@ pt-BR:
34
29
  registration_terms: Termos de registro
35
30
  registration_url: URL de Registro
36
31
  registrations_enabled: Registos habilitados
37
- start_time: Hora de início
38
32
  title: Título
39
33
  transparent: Transparente
40
34
  type_of_meeting: Tipo
@@ -1,10 +1,6 @@
1
1
  pt:
2
2
  activemodel:
3
3
  attributes:
4
- agenda:
5
- description: Descrição
6
- duration: Duração
7
- title: Título
8
4
  close_meeting:
9
5
  attendees_count: Número de participantes
10
6
  attending_organizations: Lista de organizações que participaram
@@ -22,7 +18,6 @@ pt:
22
18
  decidim_scope_id: Âmbito
23
19
  decidim_user_group_id: Grupo de utilizadores
24
20
  description: Descrição
25
- end_time: Hora de fim
26
21
  id: IDENTIFICAÇÃO
27
22
  location: Localização
28
23
  location_hints: Dicas de localização
@@ -35,8 +30,6 @@ pt:
35
30
  registration_terms: Termos de registo
36
31
  registration_url: URL de registo
37
32
  registrations_enabled: Registos ativados
38
- show_embedded_iframe: Mostrar iframe embutido para este URL
39
- start_time: Hora de início
40
33
  title: Título
41
34
  transparent: Transparente
42
35
  type_of_meeting: Tipo
@@ -1,10 +1,6 @@
1
1
  ro:
2
2
  activemodel:
3
3
  attributes:
4
- agenda:
5
- description: Descriere
6
- duration: Durată
7
- title: Titlu
8
4
  close_meeting:
9
5
  attendees_count: Număr de participanți
10
6
  attending_organizations: Lista organizaţiilor care au participat
@@ -22,8 +18,9 @@ ro:
22
18
  decidim_scope_id: Domeniu de interes
23
19
  decidim_user_group_id: Grup de utilizatori
24
20
  description: Descriere
25
- end_time: Ora de încheiere
21
+ end_time: Data sfarsit
26
22
  id: ID
23
+ iframe_embed_type: Tip încorporare iframe
27
24
  location: Locaţie
28
25
  location_hints: Sugestii de localizare
29
26
  online_meeting_url: URL-ul întâlnirii online
@@ -33,13 +30,26 @@ ro:
33
30
  registration_email_custom_content: Conținut personalizat de e-mail de înregistrare
34
31
  registration_form_enabled: Formular de înregistrare activat
35
32
  registration_terms: Termeni de înregistrare
33
+ registration_type: Tipul de înscriere
36
34
  registration_url: URL înregistrare
37
35
  registrations_enabled: Înregistrări activate
38
- show_embedded_iframe: Arată iframe încorporat pentru acest URL
39
- start_time: Ora de începere
36
+ reserved_slots: Locuri disponibile pentru acest eveniment
37
+ start_time: Data inceput
40
38
  title: Titlu
41
39
  transparent: Transparentă
42
40
  type_of_meeting: Tip
41
+ meeting_agenda:
42
+ title: Titlu
43
+ visible: Vizibil
44
+ meeting_agenda_items:
45
+ description: Descriere
46
+ duration: Durată
47
+ title: Titlu
48
+ meeting_registration_invite:
49
+ email: E-mail
50
+ name: Nume
51
+ validate_registration_code:
52
+ code: Cod
43
53
  errors:
44
54
  models:
45
55
  meeting:
@@ -286,9 +296,6 @@ ro:
286
296
  edit:
287
297
  close: Închide
288
298
  title: Închide ședința
289
- meeting_copies:
290
- form:
291
- select_a_meeting_type: Te rugăm să selectezi un tip de ședință
292
299
  meetings:
293
300
  close:
294
301
  invalid: A apărut o problemă la închiderea acestei întâlniri
@@ -318,6 +325,7 @@ ro:
318
325
  select_a_meeting_type: Te rugăm să selectezi un tip de ședință
319
326
  select_a_registration_type: Te rugăm să selectezi un tip de înregistrare
320
327
  select_an_iframe_access_level: Vă rugăm să selectați un nivel de acces iframe
328
+ show_embedded_iframe_help: Doar câteva servicii permit încorporarea în întâlniri sau evenimente live (YouTube, Twitch și Jitsi)
321
329
  index:
322
330
  title: Întâlniri
323
331
  new:
@@ -501,6 +509,7 @@ ro:
501
509
  select_a_category: Te rugăm să selectezi o categorie
502
510
  select_a_meeting_type: Te rugăm să selectezi un tip de ședință
503
511
  select_a_registration_type: Te rugăm să selectezi un tip de înregistrare
512
+ show_embedded_iframe_help: Doar câteva servicii permit încorporarea în întâlniri sau evenimente live (YouTube, Twitch și Jitsi)
504
513
  index:
505
514
  click_here: Vezi toate întâlnirile
506
515
  new_meeting: Întâlnire nouă
@@ -1,10 +1,6 @@
1
1
  ru:
2
2
  activemodel:
3
3
  attributes:
4
- agenda:
5
- description: Описание
6
- duration: Длительность
7
- title: Заголовок
8
4
  close_meeting:
9
5
  attendees_count: Количество участников
10
6
  attending_organizations: Список принявших участие организаций
@@ -18,7 +14,6 @@ ru:
18
14
  decidim_category_id: Категория
19
15
  decidim_scope_id: Охват
20
16
  description: Описание
21
- end_time: Время окончания
22
17
  location: Место
23
18
  location_hints: Как добраться
24
19
  organizer_id: Организация
@@ -26,7 +21,6 @@ ru:
26
21
  registration_form_enabled: Регистрационная форма включена
27
22
  registration_terms: Условия регистрации
28
23
  registrations_enabled: Регистрация включена
29
- start_time: Время начала
30
24
  title: Название
31
25
  transparent: Прозрачная
32
26
  errors:
@@ -1,10 +1,6 @@
1
1
  sk:
2
2
  activemodel:
3
3
  attributes:
4
- agenda:
5
- description: Popis
6
- duration: Čas trvania
7
- title: Názov
8
4
  close_meeting:
9
5
  attendees_count: Počet účastníkov
10
6
  attending_organizations: Zoznam organizácií, ktoré sa zúčastnili
@@ -18,7 +14,6 @@ sk:
18
14
  decidim_category_id: Kategória
19
15
  decidim_scope_id: Rozsah
20
16
  description: Popis
21
- end_time: Čas ukončenia
22
17
  location: Umiestnenie
23
18
  location_hints: Tipy pre umiestnenie
24
19
  organizer_id: Organizátor
@@ -26,7 +21,6 @@ sk:
26
21
  registration_form_enabled: Registračný formulár je povolený
27
22
  registration_terms: Podmienky registrácie
28
23
  registrations_enabled: Registrácia povolené
29
- start_time: Čas začatia
30
24
  title: Názov
31
25
  transparent: Transparentné
32
26
  errors:
@@ -1,8 +1,5 @@
1
1
  sl:
2
2
  activemodel:
3
- attributes:
4
- agenda:
5
- description: Opis
6
3
  models:
7
4
  decidim/meetings/create_meeting_event: Sestanek
8
5
  decidim:
@@ -1,10 +1,6 @@
1
1
  sv:
2
2
  activemodel:
3
3
  attributes:
4
- agenda:
5
- description: Beskrivning
6
- duration: Varaktighet
7
- title: Titel
8
4
  close_meeting:
9
5
  attendees_count: Antal deltagare
10
6
  attending_organizations: Lista över organisationer som deltog
@@ -35,11 +31,20 @@ sv:
35
31
  registration_terms: Registreringsvillkor
36
32
  registration_url: URL för anmälan
37
33
  registrations_enabled: Registreringar aktiverade
38
- show_embedded_iframe: Visa integrerad iframe för denna URL
39
- start_time: Starttid
40
34
  title: Titel
41
35
  transparent: Transparent
42
36
  type_of_meeting: Typ
37
+ meeting_agenda:
38
+ title: Titel
39
+ visible: Synlig
40
+ meeting_agenda_items:
41
+ duration: Varaktighet
42
+ title: Titel
43
+ meeting_registration_invite:
44
+ email: E-post
45
+ name: Namn
46
+ validate_registration_code:
47
+ code: Kod
43
48
  errors:
44
49
  models:
45
50
  meeting:
@@ -279,9 +284,6 @@ sv:
279
284
  edit:
280
285
  close: Stäng
281
286
  title: Stäng mötet
282
- meeting_copies:
283
- form:
284
- select_a_meeting_type: Välj mötestyp
285
287
  meetings:
286
288
  close:
287
289
  invalid: Det gick inte att stänga mötet
@@ -1,10 +1,6 @@
1
1
  tr:
2
2
  activemodel:
3
3
  attributes:
4
- agenda:
5
- description: Açıklama
6
- duration: süre
7
- title: Başlık
8
4
  close_meeting:
9
5
  attendees_count: Katılımcı sayısı
10
6
  attending_organizations: Katılan kuruluşların listesi
@@ -21,7 +17,6 @@ tr:
21
17
  decidim_scope_id: kapsam
22
18
  decidim_user_group_id: Kullanıcı grubu
23
19
  description: Açıklama
24
- end_time: Bitiş zamanı
25
20
  location: yer
26
21
  location_hints: Yer ipuçları
27
22
  online_meeting_url: Çevrimiçi Toplantı URL
@@ -32,7 +27,6 @@ tr:
32
27
  registration_terms: Kayıt şartları
33
28
  registration_url: Kayıt URL
34
29
  registrations_enabled: Kayıtlar etkinleştirildi
35
- start_time: Başlama zamanı
36
30
  title: Başlık
37
31
  transparent: Şeffaf
38
32
  type_of_meeting: Tür
@@ -1,10 +1,6 @@
1
1
  uk:
2
2
  activemodel:
3
3
  attributes:
4
- agenda:
5
- description: Опис
6
- duration: Тривалість
7
- title: Заголовок
8
4
  close_meeting:
9
5
  attendees_count: Кількість учасників
10
6
  attending_organizations: Перелік організацій, які брали участь
@@ -18,14 +14,12 @@ uk:
18
14
  decidim_category_id: Категорія
19
15
  decidim_scope_id: Обсяг
20
16
  description: Опис
21
- end_time: Час завершення
22
17
  location: Розташування
23
18
  location_hints: Як дістатися до цього місця
24
19
  organizer_id: Організатор
25
20
  private_meeting: Приватна зустріч
26
21
  registration_terms: Умови реєстрації
27
22
  registrations_enabled: Реєстрацію відкрито
28
- start_time: Час початку
29
23
  title: Назва
30
24
  transparent: Прозора
31
25
  errors:
@@ -1,10 +1,6 @@
1
1
  zh-CN:
2
2
  activemodel:
3
3
  attributes:
4
- agenda:
5
- description: 描述
6
- duration: 期限
7
- title: 标题
8
4
  close_meeting:
9
5
  attendees_count: 参与者人数
10
6
  attending_organizations: 与会组织名单
@@ -19,7 +15,6 @@ zh-CN:
19
15
  decidim_scope_id: 范围
20
16
  decidim_user_group_id: 用户组
21
17
  description: 描述
22
- end_time: 结束时间
23
18
  location: 地点
24
19
  location_hints: 位置提示
25
20
  organizer_gid: 创建为
@@ -28,7 +23,6 @@ zh-CN:
28
23
  registration_form_enabled: 注册表单已启用
29
24
  registration_terms: 注册条款
30
25
  registrations_enabled: 注册已启用
31
- start_time: 开始时间
32
26
  title: 标题
33
27
  transparent: 透明的
34
28
  errors: