decidim-conferences 0.24.3 → 0.25.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/conferences/conference_m_cell.rb +1 -1
  3. data/app/cells/decidim/conferences/conference_speaker/show.erb +2 -2
  4. data/app/cells/decidim/conferences/conference_speaker_cell.rb +3 -3
  5. data/app/cells/decidim/conferences/content_blocks/highlighted_conferences/show.erb +1 -1
  6. data/app/cells/decidim/conferences/partner_cell.rb +2 -2
  7. data/app/commands/decidim/conferences/admin/copy_conference.rb +9 -2
  8. data/app/commands/decidim/conferences/admin/create_conference_speaker.rb +4 -2
  9. data/app/commands/decidim/conferences/admin/update_conference.rb +5 -10
  10. data/app/commands/decidim/conferences/admin/update_conference_speaker.rb +5 -9
  11. data/app/commands/decidim/conferences/admin/update_diploma.rb +2 -2
  12. data/app/commands/decidim/conferences/admin/update_partner.rb +5 -5
  13. data/app/controllers/decidim/conferences/admin/conference_invites_controller.rb +0 -2
  14. data/app/controllers/decidim/conferences/admin/conference_registrations_controller.rb +0 -2
  15. data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +3 -3
  16. data/app/controllers/decidim/conferences/admin/conferences_controller.rb +1 -5
  17. data/app/controllers/decidim/conferences/admin/diplomas_controller.rb +2 -4
  18. data/app/forms/decidim/conferences/admin/conference_form.rb +2 -2
  19. data/app/forms/decidim/conferences/admin/conference_speaker_form.rb +1 -1
  20. data/app/forms/decidim/conferences/admin/partner_form.rb +2 -2
  21. data/app/models/decidim/conference.rb +8 -8
  22. data/app/models/decidim/conference_speaker.rb +2 -2
  23. data/app/models/decidim/conferences/partner.rb +2 -2
  24. data/app/packs/entrypoints/decidim_conferences_admin.js +7 -0
  25. data/app/{assets/images/decidim/conferences/conference.svg → packs/images/decidim/conferences/decidim_conferences.svg} +0 -0
  26. data/app/{assets/javascripts/decidim/conferences/admin/conference_invite_form.es6 → packs/src/decidim/conferences/admin/conference_invite_form.js} +3 -3
  27. data/app/{assets/javascripts/decidim/conferences/admin/conference_speakers.js.es6 → packs/src/decidim/conferences/admin/conference_speakers.js} +3 -3
  28. data/app/packs/src/decidim/conferences/admin/conferences.js +27 -0
  29. data/app/{assets/stylesheet → packs/stylesheets}/decidim/conferences/conferences.scss +0 -0
  30. data/app/presenters/decidim/conferences/conference_stats_presenter.rb +8 -22
  31. data/app/queries/decidim/conferences/admin/admin_users.rb +24 -11
  32. data/app/uploaders/decidim/conferences/diploma_uploader.rb +4 -2
  33. data/app/uploaders/decidim/conferences/partner_logo_uploader.rb +5 -5
  34. data/app/uploaders/decidim/cw/conferences/diploma_uploader.rb +14 -0
  35. data/app/uploaders/decidim/cw/conferences/partner_logo_uploader.rb +15 -0
  36. data/app/views/decidim/conferences/admin/conference_copies/_form.html.erb +1 -1
  37. data/app/views/decidim/conferences/admin/conference_invites/_form.html.erb +1 -1
  38. data/app/views/decidim/conferences/admin/conference_speakers/_form.html.erb +1 -1
  39. data/app/views/decidim/conferences/admin/conference_speakers/edit.html.erb +1 -1
  40. data/app/views/decidim/conferences/admin/conferences/_form.html.erb +1 -3
  41. data/app/views/decidim/conferences/admin/invite_join_conference_mailer/invite.html.erb +4 -4
  42. data/app/views/decidim/conferences/admin/partners/index.html.erb +1 -1
  43. data/app/views/decidim/conferences/admin/send_conference_diploma_mailer/diploma_user.html.erb +2 -2
  44. data/app/views/decidim/conferences/conference_program/_program_meeting.html.erb +5 -5
  45. data/app/views/decidim/conferences/conference_registration_mailer/confirmation.html.erb +3 -3
  46. data/app/views/decidim/conferences/conference_registration_mailer/pending_validation.html.erb +3 -3
  47. data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +1 -1
  48. data/app/views/decidim/conferences/conferences/show.html.erb +2 -3
  49. data/app/views/devise/mailer/join_conference.html.erb +5 -5
  50. data/app/views/layouts/decidim/_conference_hero.html.erb +1 -1
  51. data/app/views/layouts/decidim/admin/conference.html.erb +4 -106
  52. data/app/views/layouts/decidim/conference.html.erb +2 -2
  53. data/app/views/layouts/decidim/diploma.html.erb +1 -1
  54. data/config/assets.rb +9 -0
  55. data/config/locales/ar.yml +0 -18
  56. data/config/locales/ca.yml +4 -18
  57. data/config/locales/cs.yml +4 -18
  58. data/config/locales/de.yml +4 -18
  59. data/config/locales/el.yml +0 -18
  60. data/config/locales/en.yml +4 -18
  61. data/config/locales/es-MX.yml +4 -18
  62. data/config/locales/es-PY.yml +4 -18
  63. data/config/locales/es.yml +4 -18
  64. data/config/locales/eu.yml +0 -18
  65. data/config/locales/fi-plain.yml +4 -18
  66. data/config/locales/fi.yml +4 -18
  67. data/config/locales/fr-CA.yml +1 -18
  68. data/config/locales/fr-LU.yml +577 -0
  69. data/config/locales/fr.yml +1 -18
  70. data/config/locales/gl.yml +4 -18
  71. data/config/locales/hu.yml +0 -18
  72. data/config/locales/id-ID.yml +0 -18
  73. data/config/locales/it.yml +49 -18
  74. data/config/locales/ja.yml +43 -18
  75. data/config/locales/lb-LU.yml +1 -0
  76. data/config/locales/lv.yml +0 -17
  77. data/config/locales/nl.yml +4 -18
  78. data/config/locales/no.yml +0 -18
  79. data/config/locales/pl.yml +23 -23
  80. data/config/locales/pt-BR.yml +59 -18
  81. data/config/locales/pt.yml +0 -18
  82. data/config/locales/ro-RO.yml +24 -18
  83. data/config/locales/sk.yml +0 -18
  84. data/config/locales/sl.yml +0 -2
  85. data/config/locales/sv.yml +2 -17
  86. data/config/locales/tr-TR.yml +0 -18
  87. data/config/locales/zh-CN.yml +0 -18
  88. data/db/migrate/20210408204953_allow_null_logo_column_in_decidim_conferences_partners_table.rb +7 -0
  89. data/lib/decidim/api/conference_partner_type.rb +4 -0
  90. data/lib/decidim/api/conference_speaker_type.rb +4 -0
  91. data/lib/decidim/api/conference_type.rb +9 -1
  92. data/lib/decidim/conferences/admin_engine.rb +138 -8
  93. data/lib/decidim/conferences/engine.rb +6 -9
  94. data/lib/decidim/conferences/participatory_space.rb +40 -7
  95. data/lib/decidim/conferences/version.rb +1 -1
  96. metadata +27 -25
  97. data/app/assets/config/admin/decidim_conferences_manifest.js +0 -3
  98. data/app/assets/config/decidim_conferences_manifest.js +0 -2
  99. data/app/assets/javascripts/decidim/conferences/admin/conferences.js.es6 +0 -30
  100. data/app/assets/javascripts/decidim/conferences/conferences.js.es6 +0 -0
  101. data/app/views/decidim/conferences/conferences/_statistics.html.erb +0 -10
  102. data/config/locales/ja-JP.yml +0 -575
@@ -212,7 +212,6 @@ fr:
212
212
  price: Prix
213
213
  registrations_count: Nombre d'inscriptions
214
214
  title: Titre
215
- weight: Rang d'affichage
216
215
  name: Type d'inscription
217
216
  partners:
218
217
  create:
@@ -467,6 +466,7 @@ fr:
467
466
  home:
468
467
  highlighted_conferences:
469
468
  active_conferences: Conférences actives
469
+ conferences_button_title: Lien vers la page des conférences affichant toutes les conférences
470
470
  see_all_conferences: Voir toutes les conférences
471
471
  photo:
472
472
  image:
@@ -498,23 +498,6 @@ fr:
498
498
  related_assemblies: Assemblées connexes
499
499
  related_consultations: Votations connexes
500
500
  related_participatory_processes: Concertations associées
501
- statistics:
502
- answers_count: Réponses
503
- comments_count: Commentaires
504
- conference_count: Conférences
505
- debates_count: Débats
506
- endorsements_count: Soutiens
507
- headline: Activité
508
- meetings_count: Rencontres
509
- orders_count: Votes
510
- pages_count: Pages
511
- posts_count: Articles
512
- projects_count: Projets
513
- proposals_count: Propositions
514
- results_count: Réalisations
515
- surveys_count: Enquêtes
516
- users_count: Participants
517
- votes_count: Votes
518
501
  events:
519
502
  conferences:
520
503
  conference_registration_confirmed:
@@ -246,7 +246,7 @@ gl:
246
246
  price: Prezo
247
247
  registrations_count: Contas de rexistro
248
248
  title: Título
249
- weight: Peso
249
+ weight: Orde de posición
250
250
  name: Tipo de rexistro
251
251
  partners:
252
252
  create:
@@ -497,6 +497,7 @@ gl:
497
497
  home:
498
498
  highlighted_conferences:
499
499
  active_conferences: Conferencias activas
500
+ conferences_button_title: Ligazón á páxina de Conferencias que amosa todas as conferencias
500
501
  see_all_conferences: Ver todas as conferencias
501
502
  photo:
502
503
  image:
@@ -528,23 +529,6 @@ gl:
528
529
  related_assemblies: Asembleas relacionadas
529
530
  related_consultations: Consultas relacionadas
530
531
  related_participatory_processes: Procesos participativos relacionados
531
- statistics:
532
- answers_count: Respostas
533
- comments_count: Comentarios
534
- conference_count: Conferencias
535
- debates_count: Debates
536
- endorsements_count: Aprobacións
537
- headline: Actividade
538
- meetings_count: Reunións
539
- orders_count: Votos
540
- pages_count: Páxinas
541
- posts_count: Publicacións
542
- projects_count: Proxectos
543
- proposals_count: Propostas
544
- results_count: Resultados
545
- surveys_count: Enquisas
546
- users_count: Participantes
547
- votes_count: Votos
548
532
  events:
549
533
  conferences:
550
534
  conference_registration_confirmed:
@@ -589,6 +573,8 @@ gl:
589
573
  title: Medios e enlaces
590
574
  menu:
591
575
  conferences: Conferencias
576
+ statistics:
577
+ conferences_count: Conferencias
592
578
  devise:
593
579
  mailer:
594
580
  join_conference:
@@ -212,7 +212,6 @@ hu:
212
212
  price: Ár
213
213
  registrations_count: A regisztrációk száma
214
214
  title: Cím
215
- weight: Súly
216
215
  name: Regisztrációs típus
217
216
  partners:
218
217
  create:
@@ -492,23 +491,6 @@ hu:
492
491
  related_assemblies: Kapcsolódó gyűlések
493
492
  related_consultations: Kapcsolódó konzultációk
494
493
  related_participatory_processes: Kapcsolódó részvételi folyamatok
495
- statistics:
496
- answers_count: válaszok
497
- comments_count: Hozzászólások
498
- conference_count: Konferenciák
499
- debates_count: viták
500
- endorsements_count: Elismerések
501
- headline: Tevékenység
502
- meetings_count: találkozók
503
- orders_count: szavazatok
504
- pages_count: Oldalak
505
- posts_count: Hozzászólások
506
- projects_count: projektek
507
- proposals_count: javaslatok
508
- results_count: Eredmények
509
- surveys_count: Felmérések
510
- users_count: résztvevők
511
- votes_count: szavazatok
512
494
  events:
513
495
  conferences:
514
496
  conference_registration_confirmed:
@@ -208,7 +208,6 @@ id:
208
208
  price: Harga
209
209
  registrations_count: Jumlah registrasi
210
210
  title: Judul
211
- weight: Berat
212
211
  name: Jenis pendaftaran
213
212
  partners:
214
213
  create:
@@ -484,23 +483,6 @@ id:
484
483
  related_assemblies: Rakitan Terkait
485
484
  related_consultations: Konsultasi Terkait
486
485
  related_participatory_processes: Proses Partisipatif Terkait
487
- statistics:
488
- answers_count: Jawaban
489
- comments_count: Komentar
490
- conference_count: Konferensi
491
- debates_count: Perdebatan
492
- endorsements_count: Endorsemen
493
- headline: Aktivitas
494
- meetings_count: Rapat
495
- orders_count: Suara
496
- pages_count: Halaman
497
- posts_count: Kiriman
498
- projects_count: Proyek
499
- proposals_count: Proposal
500
- results_count: Hasil
501
- surveys_count: Survei
502
- users_count: Peserta
503
- votes_count: Suara
504
486
  events:
505
487
  conferences:
506
488
  conference_registration_confirmed:
@@ -3,6 +3,7 @@ it:
3
3
  attributes:
4
4
  conference:
5
5
  assemblies_ids: Assemblee collegate
6
+ available_slots: Slot disponibili
6
7
  banner_image: Immagine banner
7
8
  consultations_ids: Consultazioni correlate
8
9
  copy_categories: Copia le categorie
@@ -10,26 +11,59 @@ it:
10
11
  copy_features: Copia le caratteristiche
11
12
  decidim_scope_id: Obiettivo
12
13
  description: Descrizione
14
+ end_date: Data di fine
13
15
  hashtag: Hashtag
14
16
  hero_image: Immagine della home page
17
+ location: Luogo
18
+ main_logo: Logo principale
19
+ objectives: Obiettivi
15
20
  participatory_processes_ids: Processi partecipativi correlati
16
21
  promoted: In evidenza
17
22
  published_at: Pubblicato il
23
+ registration_terms: Termini di registrazione
24
+ registrations_enabled: Registrazioni abilitate
18
25
  scope_id: Obiettivo
19
26
  scopes_enabled: Ambiti abilitati
20
27
  short_description: Breve descrizione
21
28
  show_statistics: Mostra statistiche
29
+ sign_date: Firmato il
30
+ signature: Firma
31
+ signature_name: nome firma
22
32
  slogan: Slogan
23
33
  slug: Slug URL
34
+ start_date: Data di inizio
24
35
  title: Titolo
25
36
  conference_media_link:
37
+ date: Data
38
+ link: Collegamento
39
+ title: Titolo
26
40
  weight: Peso
27
41
  conference_partner:
42
+ link: Collegamento
43
+ logo: Logo
44
+ name: Nome
45
+ partner_type: Tipo di partner
28
46
  weight: Peso
47
+ conference_registration_invite:
48
+ email: Email
49
+ name: Nome
50
+ registration_type_id: Tipo di registrazione
51
+ user_id: Utente
29
52
  conference_registration_type:
53
+ description: Descrizione
54
+ price: Prezzo
55
+ title: Titolo
30
56
  weight: Peso
31
57
  conference_speaker:
58
+ affiliation: Affiliazione
59
+ avatar: Avatar
60
+ conference_meeting_ids: Conferenze correlate
32
61
  full_name: Nome e cognome
62
+ personal_url: URL personale
63
+ position: Posizione
64
+ short_bio: Biografia breve
65
+ twitter_handle: Identificativo Twitter
66
+ user_id: Utente
33
67
  conference_user_role:
34
68
  email: E-mail
35
69
  name: Nome
@@ -212,7 +246,7 @@ it:
212
246
  price: Prezzo
213
247
  registrations_count: Conteggio delle iscrizioni
214
248
  title: Titolo
215
- weight: Peso
249
+ weight: Ordine di posizionamento
216
250
  name: Tipo di iscrizione
217
251
  partners:
218
252
  create:
@@ -272,6 +306,10 @@ it:
272
306
  conferences:
273
307
  conference_registration:
274
308
  confirm: "%{user_name} confermato la registrazione alla conferenza %{resource_name}"
309
+ partner:
310
+ create: "%{user_name} ha creato il partner %{resource_name} nella conferenza %{space_name}"
311
+ delete: "%{user_name} ha rimosso il partner %{resource_name} dalla conferenza %{space_name}"
312
+ update: "%{user_name} ha aggiornato il partner %{resource_name} nella conferenza %{space_name}"
275
313
  registration_type:
276
314
  create: "%{user_name} ha creato il %{resource_name} tipo di registrazione nella conferenza %{space_name}"
277
315
  publish: "%{user_name} ha pubblicato il %{resource_name} tipo di registrazione nella %{space_name} conferenza"
@@ -404,6 +442,7 @@ it:
404
442
  personal_website: Sito web personale
405
443
  show:
406
444
  more_info: maggiori informazioni
445
+ speaking_at: Parlando a
407
446
  conference_speaker_cell:
408
447
  personal_url:
409
448
  personal_website: Sito web personale
@@ -462,6 +501,7 @@ it:
462
501
  home:
463
502
  highlighted_conferences:
464
503
  active_conferences: Conferenze attive
504
+ conferences_button_title: Link alla pagina Conferenze in cui sono visualizzate tutte le conferenze
465
505
  see_all_conferences: Vedi tutte le conferenze
466
506
  photo:
467
507
  image:
@@ -493,23 +533,6 @@ it:
493
533
  related_assemblies: Assemblee collegate
494
534
  related_consultations: Consultazioni correlate
495
535
  related_participatory_processes: Processi di partecipazione correlati
496
- statistics:
497
- answers_count: Risposte
498
- comments_count: Commenti
499
- conference_count: Conferenze
500
- debates_count: dibattiti
501
- endorsements_count: Mi piace
502
- headline: Attività
503
- meetings_count: Incontri
504
- orders_count: voti
505
- pages_count: pagine
506
- posts_count: Messaggi
507
- projects_count: Progetti
508
- proposals_count: Proposte
509
- results_count: Risultati
510
- surveys_count: Sondaggi
511
- users_count: Partecipanti
512
- votes_count: Voti
513
536
  events:
514
537
  conferences:
515
538
  conference_registration_confirmed:
@@ -541,6 +564,12 @@ it:
541
564
  email_outro: Hai ricevuto questa notifica perché stai seguendo la conferenza "%{resource_title}". Puoi smettere di seguirla dal link precedente.
542
565
  email_subject: La conferenza "%{resource_title}" sta arrivando!
543
566
  notification_title: La conferenza <a href="%{resource_path}">%{resource_title}</a> sarà tra 2 giorni.
567
+ help:
568
+ participatory_spaces:
569
+ conferences:
570
+ contextual: "<p>Una <strong>conferenza</strong> è una raccolta di riunioni organizzate in un programma, con un certo numero di persone invitate come relatori, e altri campi di informazione tipici di grandi congressi o eventi sociali (registrazione, elenco delle organizzazioni che sostengono o sponsorizzano l'evento, ecc.).</p> <p>Esempi: Una conferenza può essere un evento rilevante per un'organizzazione e i suoi membri, o può essere parte di un processo partecipativo o il seguito di una consultazione.</p>\n"
571
+ page: "<p>Una <strong>conferenza</strong> è una raccolta di riunioni organizzate in un programma, con un certo numero di persone invitate come relatori, e altri campi di informazione tipici di grandi congressi o eventi sociali (registrazione, elenco delle organizzazioni che sostengono o sponsorizzano l'evento, ecc.).</p> <p>Esempi: Una conferenza può essere un evento rilevante per un'organizzazione e i suoi membri, o può essere parte di un processo partecipativo o il seguito di una consultazione.</p>\n"
572
+ title: Cosa sono le conferenze?
544
573
  log:
545
574
  value_types:
546
575
  conference_presenter:
@@ -551,6 +580,8 @@ it:
551
580
  title: Media e collegamenti
552
581
  menu:
553
582
  conferences: Conferenze
583
+ statistics:
584
+ conferences_count: Conferenze
554
585
  devise:
555
586
  mailer:
556
587
  join_conference:
@@ -3,6 +3,7 @@ ja:
3
3
  attributes:
4
4
  conference:
5
5
  assemblies_ids: 関連する参加スペース
6
+ available_slots: 利用可能なスロット
6
7
  banner_image: バナー画像
7
8
  consultations_ids: 関連する議案
8
9
  copy_categories: カテゴリをコピー
@@ -10,26 +11,59 @@ ja:
10
11
  copy_features: 機能をコピー
11
12
  decidim_scope_id: スコープ
12
13
  description: 説明
14
+ end_date: 終了日
13
15
  hashtag: ハッシュタグ
14
16
  hero_image: ホーム画像
17
+ location: 場所
18
+ main_logo: メインロゴ
19
+ objectives: 目的
15
20
  participatory_processes_ids: 関連する参加型プロセス
16
21
  promoted: 強調表示
17
22
  published_at: 公開日時
23
+ registration_terms: 参加規約
24
+ registrations_enabled: 登録可能
18
25
  scope_id: スコープ
19
26
  scopes_enabled: スコープは有効です
20
27
  short_description: 短い説明
21
28
  show_statistics: 統計情報を表示
29
+ sign_date: 署名日
30
+ signature: 署名
31
+ signature_name: 署名の名前
22
32
  slogan: Slogan
23
33
  slug: URL スラグ
34
+ start_date: 開始日
24
35
  title: タイトル
25
36
  conference_media_link:
37
+ date: 日付
38
+ link: リンク
39
+ title: タイトル
26
40
  weight: 重量
27
41
  conference_partner:
42
+ link: リンク
43
+ logo: ロゴ
44
+ name: 名前
45
+ partner_type: パートナータイプ
28
46
  weight: 重量
47
+ conference_registration_invite:
48
+ email: Eメールアドレス
49
+ name: 名前
50
+ registration_type_id: 登録種別
51
+ user_id: ユーザー
29
52
  conference_registration_type:
53
+ description: 説明
54
+ price: 価格
55
+ title: タイトル
30
56
  weight: 重量
31
57
  conference_speaker:
58
+ affiliation: 所属
59
+ avatar: アバター
60
+ conference_meeting_ids: 関連するミーティング
32
61
  full_name: フルネーム
62
+ personal_url: 個人URL
63
+ position: 位置
64
+ short_bio: 略歴
65
+ twitter_handle: Twitterアカウント
66
+ user_id: ユーザー
33
67
  conference_user_role:
34
68
  email: Eメールアドレス
35
69
  name: 名前
@@ -209,7 +243,7 @@ ja:
209
243
  price: 価格
210
244
  registrations_count: 登録数
211
245
  title: タイトル
212
- weight: 重量
246
+ weight: 順番の位置
213
247
  name: 登録タイプ
214
248
  partners:
215
249
  create:
@@ -269,6 +303,10 @@ ja:
269
303
  conferences:
270
304
  conference_registration:
271
305
  confirm: "%{user_name} が %{resource_name} カンファレンスへの登録を確認しました"
306
+ partner:
307
+ create: "%{user_name} が %{space_name} カンファレンスでパートナー %{resource_name} を作成しました"
308
+ delete: "%{user_name} がパートナー %{resource_name} を %{space_name} カンファレンスから削除しました"
309
+ update: "%{user_name} が %{space_name} カンファレンスのパートナー %{resource_name} を更新しました"
272
310
  registration_type:
273
311
  create: "%{user_name} が %{resource_name} カンファレンスで %{space_name} の登録タイプを作成しました"
274
312
  publish: "%{user_name} が %{resource_name} カンファレンスで %{space_name} 登録タイプを公開しました"
@@ -400,6 +438,7 @@ ja:
400
438
  personal_website: 個人のウェブサイト
401
439
  show:
402
440
  more_info: 詳細情報
441
+ speaking_at: 発表場所
403
442
  conference_speaker_cell:
404
443
  personal_url:
405
444
  personal_website: 個人のウェブサイト
@@ -458,6 +497,7 @@ ja:
458
497
  home:
459
498
  highlighted_conferences:
460
499
  active_conferences: アクティブなカンファレンス
500
+ conferences_button_title: すべてのカンファレンスを表示するカンファレンス一覧ページへのリンク
461
501
  see_all_conferences: すべてのカンファレンスを見る
462
502
  photo:
463
503
  image:
@@ -489,23 +529,6 @@ ja:
489
529
  related_assemblies: 関連する参加スペース
490
530
  related_consultations: 関連する議案
491
531
  related_participatory_processes: 関連する参加型プロセス
492
- statistics:
493
- answers_count: 回答
494
- comments_count: コメント
495
- conference_count: カンファレンス
496
- debates_count: ディベート
497
- endorsements_count: 支持
498
- headline: アクティビティ
499
- meetings_count: ミーティング
500
- orders_count: サポート
501
- pages_count: ページ
502
- posts_count: 投稿
503
- projects_count: プロジェクト
504
- proposals_count: 提案
505
- results_count: 結果
506
- surveys_count: 調査
507
- users_count: 参加者
508
- votes_count: サポート
509
532
  events:
510
533
  conferences:
511
534
  conference_registration_confirmed:
@@ -553,6 +576,8 @@ ja:
553
576
  title: メディアとリンク
554
577
  menu:
555
578
  conferences: カンファレンス
579
+ statistics:
580
+ conferences_count: カンファレンス
556
581
  devise:
557
582
  mailer:
558
583
  join_conference:
@@ -0,0 +1 @@
1
+ lb:
@@ -215,7 +215,6 @@ lv:
215
215
  price: Cena
216
216
  registrations_count: Reģistrāciju skaits
217
217
  title: Nosaukums
218
- weight: Svarīgums
219
218
  name: Reģistrācijas veids
220
219
  partners:
221
220
  create:
@@ -496,22 +495,6 @@ lv:
496
495
  related_assemblies: Saistītās asamblejas
497
496
  related_consultations: Saistītās konsultācijas
498
497
  related_participatory_processes: Saistītie līdzdalības procesi
499
- statistics:
500
- answers_count: Atbildes
501
- comments_count: Komentāri
502
- conference_count: Konferences
503
- endorsements_count: Atbalsts
504
- headline: Aktivitāte
505
- meetings_count: Sanāksmes
506
- orders_count: Atbalsta
507
- pages_count: Lapas
508
- posts_count: Ziņas
509
- projects_count: Projekti
510
- proposals_count: Priekšlikumi
511
- results_count: Rezultāti
512
- surveys_count: Aptaujas
513
- users_count: Dalībnieki
514
- votes_count: Atbalsta
515
498
  events:
516
499
  conferences:
517
500
  conference_registration_confirmed: