decidim-conferences 0.28.4 → 0.29.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/conferences/conference_g_cell.rb +2 -2
- data/app/cells/decidim/conferences/conference_speaker_cell.rb +1 -1
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_cell.rb +0 -2
- data/app/cells/decidim/conferences/linked_participatory_spaces_cell.rb +0 -1
- data/app/cells/decidim/conferences/media_link/show.erb +1 -1
- data/app/cells/decidim/conferences/media_link_cell.rb +0 -3
- data/app/cells/decidim/conferences/partner/image.erb +1 -1
- data/app/cells/decidim/conferences/partner_cell.rb +1 -1
- data/app/cells/decidim/conferences/registration_type_cell.rb +1 -5
- data/app/commands/decidim/conferences/admin/create_conference.rb +20 -65
- data/app/commands/decidim/conferences/admin/create_conference_speaker.rb +17 -81
- data/app/commands/decidim/conferences/admin/create_media_link.rb +10 -44
- data/app/commands/decidim/conferences/admin/create_partner.rb +9 -62
- data/app/commands/decidim/conferences/admin/create_registration_type.rb +15 -51
- data/app/commands/decidim/conferences/admin/destroy_conference_speaker.rb +6 -38
- data/app/commands/decidim/conferences/admin/destroy_media_link.rb +6 -38
- data/app/commands/decidim/conferences/admin/destroy_partner.rb +6 -38
- data/app/commands/decidim/conferences/admin/destroy_registration_type.rb +6 -38
- data/app/commands/decidim/conferences/admin/publish_conference_speaker.rb +51 -0
- data/app/commands/decidim/conferences/admin/unpublish_conference_speaker.rb +44 -0
- data/app/commands/decidim/conferences/admin/update_conference.rb +35 -93
- data/app/commands/decidim/conferences/admin/update_conference_speaker.rb +17 -74
- data/app/commands/decidim/conferences/admin/update_media_link.rb +8 -44
- data/app/commands/decidim/conferences/admin/update_partner.rb +10 -61
- data/app/commands/decidim/conferences/admin/update_registration_type.rb +12 -47
- data/app/controllers/concerns/decidim/conferences/admin/conferences_invites/filterable.rb +41 -0
- data/app/controllers/decidim/conferences/admin/conference_invites_controller.rb +8 -3
- data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +33 -1
- data/app/controllers/decidim/conferences/admin/conferences_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/media_links_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/partners_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/registration_types_controller.rb +1 -1
- data/app/controllers/decidim/conferences/application_controller.rb +4 -1
- data/app/controllers/decidim/conferences/conference_program_controller.rb +1 -2
- data/app/controllers/decidim/conferences/conference_speakers_controller.rb +1 -4
- data/app/controllers/decidim/conferences/conferences_controller.rb +1 -4
- data/app/controllers/decidim/conferences/media_controller.rb +1 -4
- data/app/controllers/decidim/conferences/registration_types_controller.rb +0 -3
- data/app/events/decidim/conferences/conference_role_assigned_event.rb +0 -5
- data/app/forms/decidim/conferences/admin/conference_form.rb +1 -1
- data/app/helpers/decidim/conferences/conference_helper.rb +2 -1
- data/app/models/decidim/conference.rb +1 -1
- data/app/models/decidim/conference_speaker.rb +2 -0
- data/app/permissions/decidim/conferences/permissions.rb +2 -2
- data/app/presenters/decidim/conferences/admin_log/conference_speaker_presenter.rb +2 -1
- data/app/views/decidim/conferences/admin/conference_invites/_form.html.erb +5 -5
- data/app/views/decidim/conferences/admin/conference_invites/index.html.erb +1 -33
- data/app/views/decidim/conferences/admin/conference_registrations/index.html.erb +2 -4
- data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +11 -1
- data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +1 -1
- data/app/views/decidim/conferences/admin/invite_join_conference_mailer/invite.html.erb +1 -1
- data/app/views/decidim/conferences/admin/media_links/index.html.erb +1 -1
- data/app/views/decidim/conferences/admin/partners/index.html.erb +3 -3
- data/app/views/decidim/conferences/admin/registration_types/index.html.erb +1 -1
- data/app/views/decidim/conferences/admin/send_conference_diploma_mailer/diploma_user.html.erb +6 -6
- data/app/views/decidim/conferences/conference_program/_program_item.html.erb +1 -1
- data/app/views/decidim/conferences/conference_speakers/index.html.erb +1 -0
- data/app/views/decidim/conferences/conferences/_conference_hero.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/show.html.erb +5 -3
- data/app/views/decidim/conferences/media/index.html.erb +1 -0
- data/app/views/decidim/conferences/registration_types/index.html.erb +2 -1
- data/app/views/devise/mailer/join_conference.html.erb +1 -1
- data/app/views/devise/mailer/join_conference.text.erb +1 -1
- data/config/initializers/wicked_pdf.rb +5 -5
- data/config/locales/ar.yml +0 -4
- data/config/locales/bg.yml +6 -6
- data/config/locales/ca.yml +7 -9
- data/config/locales/cs.yml +5 -8
- data/config/locales/de.yml +7 -9
- data/config/locales/el.yml +0 -6
- data/config/locales/en.yml +6 -8
- data/config/locales/es-MX.yml +6 -8
- data/config/locales/es-PY.yml +6 -8
- data/config/locales/es.yml +6 -8
- data/config/locales/eu.yml +6 -8
- data/config/locales/fi-plain.yml +6 -8
- data/config/locales/fi.yml +6 -8
- data/config/locales/fr-CA.yml +6 -8
- data/config/locales/fr.yml +6 -8
- data/config/locales/ga-IE.yml +0 -6
- data/config/locales/gl.yml +0 -4
- data/config/locales/hu.yml +0 -6
- data/config/locales/id-ID.yml +0 -4
- data/config/locales/it.yml +0 -4
- data/config/locales/ja.yml +7 -9
- data/config/locales/lb.yml +0 -6
- data/config/locales/lt.yml +0 -6
- data/config/locales/lv.yml +0 -6
- data/config/locales/nl.yml +0 -4
- data/config/locales/no.yml +0 -6
- data/config/locales/pl.yml +6 -6
- data/config/locales/pt-BR.yml +0 -51
- data/config/locales/pt.yml +0 -6
- data/config/locales/ro-RO.yml +0 -6
- data/config/locales/sk.yml +0 -6
- data/config/locales/sv.yml +21 -27
- data/config/locales/tr-TR.yml +0 -4
- data/config/locales/zh-CN.yml +0 -4
- data/config/locales/zh-TW.yml +0 -6
- data/db/migrate/20240613095855_add_published_at_to_conference_speakers.rb +7 -0
- data/decidim-conferences.gemspec +1 -1
- data/lib/decidim/api/conference_partner_type.rb +1 -1
- data/lib/decidim/api/conference_speaker_type.rb +1 -1
- data/lib/decidim/api/conference_type.rb +6 -2
- data/lib/decidim/conferences/admin_engine.rb +6 -1
- data/lib/decidim/conferences/engine.rb +1 -0
- data/lib/decidim/conferences/menu.rb +11 -0
- data/lib/decidim/conferences/seeds.rb +4 -22
- data/lib/decidim/conferences/test/factories.rb +5 -0
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +18 -20
- data/app/cells/decidim/conference_activity_cell.rb +0 -10
- data/app/helpers/decidim/conferences/media_attachments_helper.rb +0 -19
- data/app/helpers/decidim/conferences/partners_helper.rb +0 -17
- data/app/uploaders/decidim/cw/conferences/diploma_uploader.rb +0 -14
- data/app/uploaders/decidim/cw/conferences/partner_logo_uploader.rb +0 -15
- data/app/views/layouts/decidim/conference.html.erb +0 -17
data/config/locales/fi.yml
CHANGED
@@ -127,6 +127,12 @@ fi:
|
|
127
127
|
new:
|
128
128
|
create: Luo
|
129
129
|
title: Uusi konferenssin puhuja.
|
130
|
+
publish:
|
131
|
+
invalid: Puhujan julkaiseminen epäonnistui.
|
132
|
+
success: Konferenssin puhujan julkaiseminen onnistui.
|
133
|
+
unpublish:
|
134
|
+
invalid: Puhujan julkaisun lopettaminen epäonnistui.
|
135
|
+
success: Konferenssin puhujan julkaisu onnistui.
|
130
136
|
update:
|
131
137
|
error: Konferenssin puhujan päivittäminen epäonnistui.
|
132
138
|
success: Konferenssin puhujan päivitys onnistui.
|
@@ -348,14 +354,8 @@ fi:
|
|
348
354
|
non_user: Käyttäjää ei ole olemassa
|
349
355
|
select_user: Valitse käyttäjä
|
350
356
|
index:
|
351
|
-
filter:
|
352
|
-
accepted: Hyväksytyt
|
353
|
-
all: Kaikki
|
354
|
-
rejected: Hylätyt
|
355
|
-
sent: Lähetetty
|
356
357
|
invite_attendee: Kutsu käyttäjä
|
357
358
|
invites: Kutsut
|
358
|
-
search: Hae
|
359
359
|
new:
|
360
360
|
explanation: Käyttäjä kutsutaan mukaan konferenssiin. Jos sähköpostiosoitteella ei ole käyttäjätiliä, käyttäjä kutsutaan myös organisaatioon.
|
361
361
|
invite: Kutsu
|
@@ -474,8 +474,6 @@ fi:
|
|
474
474
|
name: Tärkeimmät konferenssit
|
475
475
|
index:
|
476
476
|
title: Konferenssit
|
477
|
-
last_activity:
|
478
|
-
new_conference: 'Uusi konferenssi:'
|
479
477
|
mailer:
|
480
478
|
conference_registration_mailer:
|
481
479
|
confirmation:
|
data/config/locales/fr-CA.yml
CHANGED
@@ -127,6 +127,12 @@ fr-CA:
|
|
127
127
|
new:
|
128
128
|
create: Créer
|
129
129
|
title: Nouveau conférencier
|
130
|
+
publish:
|
131
|
+
invalid: Il y a eu un problème lors de la publication de cet intervenant.
|
132
|
+
success: L'intervenant de la conférence a été publié avec succès.
|
133
|
+
unpublish:
|
134
|
+
invalid: Il y a eu un problème lors de la dépublication de cet intervenant.
|
135
|
+
success: L'intervenant de la conférence a été dépublié avec succès.
|
130
136
|
update:
|
131
137
|
error: Une erreur s'est produite lors de la mise à jour du conférencier pour cette conférence.
|
132
138
|
success: Conférencier mis à jour avec succès pour cette conférence.
|
@@ -348,14 +354,8 @@ fr-CA:
|
|
348
354
|
non_user: Utilisateur non existant
|
349
355
|
select_user: Sélectionnez l'utilisateur
|
350
356
|
index:
|
351
|
-
filter:
|
352
|
-
accepted: Accepté
|
353
|
-
all: Tout
|
354
|
-
rejected: Rejeté
|
355
|
-
sent: Envoyé
|
356
357
|
invite_attendee: Inviter un participant
|
357
358
|
invites: Invite
|
358
|
-
search: Chercher
|
359
359
|
new:
|
360
360
|
explanation: Le participant sera invité à se joindre à une conférence. Si son adresse électronique n'est pas enregistrée, il sera également invité à s'inscrire sur la plateforme.
|
361
361
|
invite: Inviter
|
@@ -474,8 +474,6 @@ fr-CA:
|
|
474
474
|
name: Conférences mises en avant
|
475
475
|
index:
|
476
476
|
title: Conférences
|
477
|
-
last_activity:
|
478
|
-
new_conference: 'Nouvelle conférence:'
|
479
477
|
mailer:
|
480
478
|
conference_registration_mailer:
|
481
479
|
confirmation:
|
data/config/locales/fr.yml
CHANGED
@@ -127,6 +127,12 @@ fr:
|
|
127
127
|
new:
|
128
128
|
create: Créer
|
129
129
|
title: Nouveau conférencier
|
130
|
+
publish:
|
131
|
+
invalid: Il y a eu un problème lors de la publication de cet intervenant.
|
132
|
+
success: L'intervenant de la conférence a été publié avec succès.
|
133
|
+
unpublish:
|
134
|
+
invalid: Il y a eu un problème lors de la dépublication de cet intervenant.
|
135
|
+
success: L'intervenant de la conférence a été dépublié avec succès.
|
130
136
|
update:
|
131
137
|
error: Une erreur s'est produite lors de la mise à jour du conférencier pour cette conférence.
|
132
138
|
success: Conférencier mis à jour avec succès pour cette conférence.
|
@@ -348,14 +354,8 @@ fr:
|
|
348
354
|
non_user: Utilisateur non existant
|
349
355
|
select_user: Sélectionnez l'utilisateur
|
350
356
|
index:
|
351
|
-
filter:
|
352
|
-
accepted: Accepté
|
353
|
-
all: Tout
|
354
|
-
rejected: Rejeté
|
355
|
-
sent: Envoyé
|
356
357
|
invite_attendee: Inviter un participant
|
357
358
|
invites: Invite
|
358
|
-
search: Chercher
|
359
359
|
new:
|
360
360
|
explanation: Le participant sera invité à se joindre à une conférence. Si son adresse électronique n'est pas enregistrée, il sera également invité à s'inscrire sur la plateforme.
|
361
361
|
invite: Inviter
|
@@ -474,8 +474,6 @@ fr:
|
|
474
474
|
name: Conférences mises en avant
|
475
475
|
index:
|
476
476
|
title: Conférences
|
477
|
-
last_activity:
|
478
|
-
new_conference: 'Nouvelle conférence:'
|
479
477
|
mailer:
|
480
478
|
conference_registration_mailer:
|
481
479
|
confirmation:
|
data/config/locales/ga-IE.yml
CHANGED
@@ -122,13 +122,7 @@ ga:
|
|
122
122
|
admin:
|
123
123
|
conference_invites:
|
124
124
|
index:
|
125
|
-
filter:
|
126
|
-
accepted: Glactha
|
127
|
-
all: Uile
|
128
|
-
rejected: Diúltaithe
|
129
|
-
sent: Seolta
|
130
125
|
invites: Cuirí
|
131
|
-
search: Cuardaigh
|
132
126
|
new:
|
133
127
|
invite: Tabhair Cuireadh
|
134
128
|
conference_speakers:
|
data/config/locales/gl.yml
CHANGED
@@ -315,12 +315,8 @@ gl:
|
|
315
315
|
non_user: Usuario non existente
|
316
316
|
select_user: Seleccionar usuario
|
317
317
|
index:
|
318
|
-
filter:
|
319
|
-
all: Todo
|
320
|
-
sent: Enviado
|
321
318
|
invite_attendee: Invitar asistente
|
322
319
|
invites: Invitacións
|
323
|
-
search: Busca
|
324
320
|
new:
|
325
321
|
invite: Invitar
|
326
322
|
new_invite: Invitar ao usuario
|
data/config/locales/hu.yml
CHANGED
@@ -344,14 +344,8 @@ hu:
|
|
344
344
|
non_user: Nem létező felhasználó
|
345
345
|
select_user: Felhasználó kiválasztása
|
346
346
|
index:
|
347
|
-
filter:
|
348
|
-
accepted: Elfogadott
|
349
|
-
all: Minden
|
350
|
-
rejected: Elutasítva
|
351
|
-
sent: Küldött
|
352
347
|
invite_attendee: Hívja meg a résztvevőt
|
353
348
|
invites: Meghívottak
|
354
|
-
search: Keresés
|
355
349
|
new:
|
356
350
|
explanation: A résztvevő meghívást kap egy konferenciára. Ha az e-mail cím nincs regisztrálva, akkor a szervezethez is meghívást kap.
|
357
351
|
invite: Meghívás
|
data/config/locales/id-ID.yml
CHANGED
@@ -277,12 +277,8 @@ id:
|
|
277
277
|
non_user: Pengguna tidak ada
|
278
278
|
select_user: Pilih pengguna
|
279
279
|
index:
|
280
|
-
filter:
|
281
|
-
all: Semua
|
282
|
-
sent: Terkirim
|
283
280
|
invite_attendee: Undang Peserta
|
284
281
|
invites: Undangan
|
285
|
-
search: Pencarian
|
286
282
|
new:
|
287
283
|
invite: Undang
|
288
284
|
new_invite: Undang pengguna
|
data/config/locales/it.yml
CHANGED
@@ -320,12 +320,8 @@ it:
|
|
320
320
|
non_user: Utente non esistente
|
321
321
|
select_user: Seleziona utente
|
322
322
|
index:
|
323
|
-
filter:
|
324
|
-
all: Tutti
|
325
|
-
sent: Inviato
|
326
323
|
invite_attendee: Invita il partecipante
|
327
324
|
invites: Inviti
|
328
|
-
search: Ricerca
|
329
325
|
new:
|
330
326
|
invite: Invita
|
331
327
|
new_invite: Invita partecipante
|
data/config/locales/ja.yml
CHANGED
@@ -124,6 +124,12 @@ ja:
|
|
124
124
|
new:
|
125
125
|
create: 作成
|
126
126
|
title: 新しいカンファレンススピーカー。
|
127
|
+
publish:
|
128
|
+
invalid: このスピーカーを公開中に問題が発生しました。
|
129
|
+
success: カンファレンスのスピーカーを公開しました。
|
130
|
+
unpublish:
|
131
|
+
invalid: このスピーカーを非公開にする際に問題がありました。
|
132
|
+
success: カンファレンスのスピーカーを非公開にしました。
|
127
133
|
update:
|
128
134
|
error: このカンファレンススピーカーの更新中に問題が発生しました。
|
129
135
|
success: カンファレンススピーカーが正常に更新されました。
|
@@ -333,7 +339,7 @@ ja:
|
|
333
339
|
admin:
|
334
340
|
conference_copies:
|
335
341
|
form:
|
336
|
-
slug_help_html: 'URL
|
342
|
+
slug_help_html: 'URLスラグは、このカンファレンスへのURLを生成するために使用されます。 英字、数字、ハイフンのみを受け付け、英字で始める必要があります。例: %{url}'
|
337
343
|
conference_invites:
|
338
344
|
create:
|
339
345
|
error: 参加者をカンファレンスに招待する際に問題が発生しました。
|
@@ -345,14 +351,8 @@ ja:
|
|
345
351
|
non_user: 非参加者
|
346
352
|
select_user: 参加者を選択
|
347
353
|
index:
|
348
|
-
filter:
|
349
|
-
accepted: 承認済み
|
350
|
-
all: すべて
|
351
|
-
rejected: 却下済み
|
352
|
-
sent: 送信済み
|
353
354
|
invite_attendee: 参加者の招待
|
354
355
|
invites: 招待
|
355
|
-
search: 検索
|
356
356
|
new:
|
357
357
|
explanation: 参加者はカンファレンスに参加するように招待されます。参加者のメールアドレスが組織に登録されていない場合は、組織にも招待されます。
|
358
358
|
invite: 招待
|
@@ -469,8 +469,6 @@ ja:
|
|
469
469
|
name: ハイライトされたカンファレンス
|
470
470
|
index:
|
471
471
|
title: カンファレンス
|
472
|
-
last_activity:
|
473
|
-
new_conference: '新しいカンファレンス:'
|
474
472
|
mailer:
|
475
473
|
conference_registration_mailer:
|
476
474
|
confirmation:
|
data/config/locales/lb.yml
CHANGED
@@ -251,14 +251,8 @@ lb:
|
|
251
251
|
non_user: Nicht existierender Benutzer
|
252
252
|
select_user: Nutzer wählen
|
253
253
|
index:
|
254
|
-
filter:
|
255
|
-
accepted: Akzeptiert
|
256
|
-
all: Alle
|
257
|
-
rejected: Abgelehnt
|
258
|
-
sent: Geschickt
|
259
254
|
invite_attendee: Teilnehmer einladen
|
260
255
|
invites: Lädt ein
|
261
|
-
search: Suche
|
262
256
|
new:
|
263
257
|
invite: Einladen
|
264
258
|
new_invite: Nutzer einladen
|
data/config/locales/lt.yml
CHANGED
@@ -341,14 +341,8 @@ lt:
|
|
341
341
|
non_user: Nesamas dalyvis
|
342
342
|
select_user: Pasirinkti dalyvį
|
343
343
|
index:
|
344
|
-
filter:
|
345
|
-
accepted: Priimtas
|
346
|
-
all: Visi
|
347
|
-
rejected: Atmestas
|
348
|
-
sent: Išsiųsta
|
349
344
|
invite_attendee: Kviesti dalyvį
|
350
345
|
invites: Pakvietimai
|
351
|
-
search: Ieškoti
|
352
346
|
new:
|
353
347
|
explanation: Dalyvis bus pakviestas dalyvauti konferencijoje. Jei e. laiškas nebus užregistruotas, dalyvis bus taip pat pakviestas būti organizacijos dalimi.
|
354
348
|
invite: Pakviesti
|
data/config/locales/lv.yml
CHANGED
@@ -284,14 +284,8 @@ lv:
|
|
284
284
|
non_user: Neeksistējošs dalībnieks
|
285
285
|
select_user: Izvēlieties dalībnieku
|
286
286
|
index:
|
287
|
-
filter:
|
288
|
-
accepted: Pieņemts
|
289
|
-
all: Visi
|
290
|
-
rejected: Noraidīts
|
291
|
-
sent: Nosūtīts
|
292
287
|
invite_attendee: Uzaicināt dalībnieku
|
293
288
|
invites: Ielūgumi
|
294
|
-
search: Meklēt
|
295
289
|
new:
|
296
290
|
invite: Uzaicināt
|
297
291
|
new_invite: Uzaicināt dalībnieku
|
data/config/locales/nl.yml
CHANGED
@@ -319,12 +319,8 @@ nl:
|
|
319
319
|
non_user: Niet bestaande gebruiker
|
320
320
|
select_user: Selecteer gebruiker
|
321
321
|
index:
|
322
|
-
filter:
|
323
|
-
all: Alle
|
324
|
-
sent: Verzonden
|
325
322
|
invite_attendee: Nodig deelnemer uit
|
326
323
|
invites: Uitnodigingen
|
327
|
-
search: Zoeken
|
328
324
|
new:
|
329
325
|
invite: Nodig uit
|
330
326
|
new_invite: Nodig deelnemer uit
|
data/config/locales/no.yml
CHANGED
@@ -319,14 +319,8 @@
|
|
319
319
|
non_user: Ikke eksisterende deltaker
|
320
320
|
select_user: Velg deltaker
|
321
321
|
index:
|
322
|
-
filter:
|
323
|
-
accepted: Aksepterte
|
324
|
-
all: Alle
|
325
|
-
rejected: Avvist
|
326
|
-
sent: Sendt
|
327
322
|
invite_attendee: Inviter deltaker
|
328
323
|
invites: Invitasjoner
|
329
|
-
search: Søk
|
330
324
|
new:
|
331
325
|
invite: Inviter
|
332
326
|
new_invite: Inviter deltaker
|
data/config/locales/pl.yml
CHANGED
@@ -133,6 +133,12 @@ pl:
|
|
133
133
|
new:
|
134
134
|
create: Utwórz
|
135
135
|
title: Nowy prelegent konferencyjny.
|
136
|
+
publish:
|
137
|
+
invalid: Podczas publikowania tego zespołu wystąpił błąd.
|
138
|
+
success: Opublikowano mówcę konferencyjnego.
|
139
|
+
unpublish:
|
140
|
+
invalid: Wystąpił problem podczas cofania publikacji tego mówcy.
|
141
|
+
success: Usunięto publikację mówcy konferencyjnego.
|
136
142
|
update:
|
137
143
|
error: Wystąpił błąd podczas aktualizacji prelegenta konferencji.
|
138
144
|
success: Prelegent zaktualizowany pomyślnie.
|
@@ -354,14 +360,8 @@ pl:
|
|
354
360
|
non_user: Nieistniejący użytkownik
|
355
361
|
select_user: Wybierz użytkownika
|
356
362
|
index:
|
357
|
-
filter:
|
358
|
-
accepted: Przyjęto
|
359
|
-
all: Wszystko
|
360
|
-
rejected: Odrzucono
|
361
|
-
sent: Wysłano
|
362
363
|
invite_attendee: Zaproś użytkownika
|
363
364
|
invites: Zaproszeni
|
364
|
-
search: Szukaj
|
365
365
|
new:
|
366
366
|
explanation: Użytkownik zostanie zaproszony do udziału w konferencji. Jeśli e-mail nie został wcześniej zarejestrowany, zostanie również zaproszony do organizacji.
|
367
367
|
invite: Zaproś
|
data/config/locales/pt-BR.yml
CHANGED
@@ -28,23 +28,19 @@ pt-BR:
|
|
28
28
|
show_statistics: Mostre estatisticas
|
29
29
|
sign_date: Data de assinatura
|
30
30
|
signature: Assinatura
|
31
|
-
signature_name: Nome da assinatura
|
32
31
|
slogan: Slogan
|
33
32
|
slug: Lesma de URL
|
34
33
|
start_date: Data de início
|
35
34
|
title: Título
|
36
|
-
weight: Posição de ordem
|
37
35
|
conference_media_link:
|
38
36
|
date: Data
|
39
37
|
link: Link
|
40
38
|
title: Título
|
41
|
-
weight: Posição de ordem
|
42
39
|
conference_partner:
|
43
40
|
link: Link
|
44
41
|
logo: Logo
|
45
42
|
name: Nome
|
46
43
|
partner_type: Tipo de parceiro
|
47
|
-
weight: Posição de ordem
|
48
44
|
conference_registration_invite:
|
49
45
|
email: E-mail
|
50
46
|
name: Nome
|
@@ -54,26 +50,17 @@ pt-BR:
|
|
54
50
|
description: Descrição
|
55
51
|
price: Preço
|
56
52
|
title: Título
|
57
|
-
weight: Posição de ordem
|
58
53
|
conference_speaker:
|
59
54
|
affiliation: Afiliação
|
60
55
|
avatar: Avatar
|
61
56
|
conference_meeting_ids: Reuniões relacionadas
|
62
57
|
full_name: Nome completo
|
63
|
-
personal_url: URL pessoal
|
64
58
|
position: Posição
|
65
|
-
short_bio: Perfil curto
|
66
59
|
user_id: Usuário
|
67
60
|
conference_user_role:
|
68
61
|
email: O email
|
69
62
|
name: Nome
|
70
63
|
role: Função
|
71
|
-
errors:
|
72
|
-
models:
|
73
|
-
conference_registration_invite:
|
74
|
-
attributes:
|
75
|
-
email:
|
76
|
-
already_invited: Este email já foi convidado.
|
77
64
|
activerecord:
|
78
65
|
models:
|
79
66
|
decidim/conference:
|
@@ -89,12 +76,6 @@ pt-BR:
|
|
89
76
|
admin:
|
90
77
|
actions:
|
91
78
|
confirm: confirme
|
92
|
-
new_conference: Nova conferência
|
93
|
-
new_conference_user_role: Novo usuário da conferência
|
94
|
-
new_media_link: Novo link de mídia
|
95
|
-
new_partner: Novo parceiro
|
96
|
-
new_registration_type: Novo tipo de registro
|
97
|
-
new_speaker: Novo Pregador
|
98
79
|
send_diplomas: Envie certificados de participação
|
99
80
|
conference_copies:
|
100
81
|
new:
|
@@ -138,8 +119,6 @@ pt-BR:
|
|
138
119
|
edit:
|
139
120
|
title: Atualize o usuário da conferência.
|
140
121
|
update: Atualizar
|
141
|
-
index:
|
142
|
-
conference_admins_title: Administradores da conferência
|
143
122
|
new:
|
144
123
|
create: Crio
|
145
124
|
title: Novo usuário da conferência.
|
@@ -158,7 +137,6 @@ pt-BR:
|
|
158
137
|
title: Informação geral
|
159
138
|
index:
|
160
139
|
published: Publicados
|
161
|
-
unpublished: Despublicado
|
162
140
|
new:
|
163
141
|
create: Crio
|
164
142
|
title: Conferência
|
@@ -198,7 +176,6 @@ pt-BR:
|
|
198
176
|
conference_invites: Convites
|
199
177
|
conference_speakers: caixas de som
|
200
178
|
diploma: Certificado de participação
|
201
|
-
info: Links sobre esta conferência
|
202
179
|
media_links: Links de Mídia
|
203
180
|
moderations: Moderações
|
204
181
|
partners: Parceiros
|
@@ -346,16 +323,9 @@ pt-BR:
|
|
346
323
|
non_user: Usuário não existente
|
347
324
|
select_user: Selecione o usuário
|
348
325
|
index:
|
349
|
-
filter:
|
350
|
-
accepted: Aceitaram
|
351
|
-
all: Todos
|
352
|
-
rejected: Rejeitado
|
353
|
-
sent: Enviei
|
354
326
|
invite_attendee: Convidar participante
|
355
327
|
invites: Convites
|
356
|
-
search: Pesquisa
|
357
328
|
new:
|
358
|
-
explanation: O usuário será convidado a participar de uma conferência. Se o email não estiver registrado, ele será convidado para a organização também.
|
359
329
|
invite: Convite
|
360
330
|
new_invite: Convidar Usuário
|
361
331
|
conference_registrations:
|
@@ -376,9 +346,6 @@ pt-BR:
|
|
376
346
|
one: Houve 1 registro.
|
377
347
|
other: Houve %{count} inscrições.
|
378
348
|
slug_help_html: 'Os slugs de URL são usados para gerar as URLs que apontam para esta conferência. Aceita apenas letras, números e traços e deve começar com uma letra. Exemplo: %{url}'
|
379
|
-
content_blocks:
|
380
|
-
highlighted_conferences:
|
381
|
-
max_results: Quantidade máxima de elementos para mostrar
|
382
349
|
diplomas:
|
383
350
|
edit:
|
384
351
|
save: Salve
|
@@ -431,11 +398,9 @@ pt-BR:
|
|
431
398
|
create:
|
432
399
|
invalid: Houve um problema em participar desta conferência.
|
433
400
|
success: Você ingressou na conferência com sucesso.
|
434
|
-
unauthorized: Você precisa fazer login antes de se registrar na conferência.
|
435
401
|
decline_invitation:
|
436
402
|
invalid: Houve um problema ao recusar o convite.
|
437
403
|
success: Você recusou o convite com sucesso.
|
438
|
-
unauthorized: Você precisa fazer login antes de recusar o convite.
|
439
404
|
destroy:
|
440
405
|
invalid: Houve um problema ao sair desta conferência.
|
441
406
|
success: Você saiu da conferência com sucesso.
|
@@ -454,25 +419,14 @@ pt-BR:
|
|
454
419
|
collaborators: Parceiros
|
455
420
|
main_promotors: Organizadores
|
456
421
|
show:
|
457
|
-
already_have_an_account?: Você já tem uma conta?
|
458
|
-
are_you_new?: Novo participante
|
459
422
|
login_as: Você está logado como %{name} <%{email}>
|
460
|
-
make_conference_registration: Entre para se inscrever na conferência
|
461
|
-
manage_registration: Gerenciar seu registro
|
462
423
|
register: Registrar-se
|
463
|
-
sign_in_description: Entre para se inscrever na conferência
|
464
|
-
sign_up_description: Crie uma conta no decidim para se inscrever na conferência
|
465
424
|
content_blocks:
|
466
425
|
highlighted_conferences:
|
467
426
|
name: Conferências destacadas
|
468
427
|
index:
|
469
428
|
title: Conferências
|
470
429
|
mailer:
|
471
|
-
conference_registration_mailer:
|
472
|
-
confirmation:
|
473
|
-
subject: O registro da sua conferência foi confirmado.
|
474
|
-
pending_validation:
|
475
|
-
subject: O registro da sua conferência está pendente de confirmação.
|
476
430
|
invite_join_conference_mailer:
|
477
431
|
invite:
|
478
432
|
subject: Convite para participar de uma conferência
|
@@ -554,10 +508,6 @@ pt-BR:
|
|
554
508
|
contextual: "<p>Uma <strong>conferência</strong> é uma coleção de reuniões organizadas em um programa, com várias pessoas convidadas como palestrantes, e outros campos de informação típicos de grandes congressos ou eventos sociais (registro, lista de organizações que apoiam ou patrocinam o evento, etc.).</p> <p>Exemplos: Uma conferência pode ser um evento relevante para uma organização e seus membros, ou realiza como parte de um processo participativo ou segue uma consulta.</p>\n"
|
555
509
|
page: "<p>Uma <strong>conferência</strong> é uma coleção de reuniões organizadas em um programa, com várias pessoas convidadas como palestrantes, e outros campos de informação típicos de grandes congressos ou eventos sociais (registro, lista de organizações que apoiam ou patrocinam o evento, etc.).</p> <p>Exemplos: Uma conferência pode ser um evento relevante para uma organização e seus membros, ou realiza como parte de um processo participativo ou segue uma consulta.</p>\n"
|
556
510
|
title: O que são conferências?
|
557
|
-
log:
|
558
|
-
value_types:
|
559
|
-
conference_presenter:
|
560
|
-
not_found: 'A conferência não foi encontrada no banco de dados (ID: %{id}).'
|
561
511
|
media:
|
562
512
|
index:
|
563
513
|
description: Links sobre esta conferência
|
@@ -573,7 +523,6 @@ pt-BR:
|
|
573
523
|
layouts:
|
574
524
|
decidim:
|
575
525
|
conference_hero:
|
576
|
-
manage_registration: Gerenciar seu registro
|
577
526
|
register: registo
|
578
527
|
conferences:
|
579
528
|
conference:
|
data/config/locales/pt.yml
CHANGED
@@ -319,14 +319,8 @@ pt:
|
|
319
319
|
non_user: Participante inexistente
|
320
320
|
select_user: Selecione participante
|
321
321
|
index:
|
322
|
-
filter:
|
323
|
-
accepted: Aceite
|
324
|
-
all: Todos
|
325
|
-
rejected: Rejeitado
|
326
|
-
sent: Enviado
|
327
322
|
invite_attendee: Convidar participante
|
328
323
|
invites: Convites
|
329
|
-
search: Pesquisar
|
330
324
|
new:
|
331
325
|
invite: Convidar
|
332
326
|
new_invite: Convidar participante
|
data/config/locales/ro-RO.yml
CHANGED
@@ -338,12 +338,8 @@ ro:
|
|
338
338
|
non_user: Participant neexistent
|
339
339
|
select_user: Selectați un participant
|
340
340
|
index:
|
341
|
-
filter:
|
342
|
-
all: Toate
|
343
|
-
sent: Trimis
|
344
341
|
invite_attendee: Invite participant
|
345
342
|
invites: Invitații
|
346
|
-
search: Caută
|
347
343
|
new:
|
348
344
|
explanation: Participantul va fi invitat să participe la o conferință. În cazul în care e-mailul său nu este înregistrat, ea va fi de asemenea invitată la organizație.
|
349
345
|
invite: Invită
|
@@ -452,8 +448,6 @@ ro:
|
|
452
448
|
name: Conferințe evidențiate
|
453
449
|
index:
|
454
450
|
title: Conferințe
|
455
|
-
last_activity:
|
456
|
-
new_conference: 'Conferință nouă:'
|
457
451
|
mailer:
|
458
452
|
conference_registration_mailer:
|
459
453
|
confirmation:
|
data/config/locales/sk.yml
CHANGED
@@ -287,14 +287,8 @@ sk:
|
|
287
287
|
non_user: Neexistujúci účastník
|
288
288
|
select_user: Vybrať účastníka
|
289
289
|
index:
|
290
|
-
filter:
|
291
|
-
accepted: Potvrdené
|
292
|
-
all: Všetko
|
293
|
-
rejected: Odmietnuté
|
294
|
-
sent: Odoslané
|
295
290
|
invite_attendee: Pozvať účastníka
|
296
291
|
invites: Pozvánky
|
297
|
-
search: Hľadať
|
298
292
|
new:
|
299
293
|
invite: Pozvať
|
300
294
|
new_invite: Pozvať účastníka
|
data/config/locales/sv.yml
CHANGED
@@ -3,32 +3,32 @@ sv:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Relaterade
|
6
|
+
assemblies_ids: Relaterade grupper
|
7
7
|
available_slots: Tillgängliga platser
|
8
8
|
banner_image: Bannerbild
|
9
9
|
copy_categories: Kopiera kategorier
|
10
10
|
copy_components: Kopiera komponenter
|
11
11
|
copy_features: Kopiera funktioner
|
12
|
-
decidim_scope_id:
|
12
|
+
decidim_scope_id: Omfång
|
13
13
|
description: Beskrivning
|
14
14
|
end_date: Slutdatum
|
15
15
|
hashtag: Hashtag
|
16
16
|
hero_image: Bild till startsida
|
17
17
|
location: Plats
|
18
|
-
main_logo:
|
18
|
+
main_logo: Huvudbild
|
19
19
|
objectives: Mål
|
20
|
-
participatory_processes_ids: Relaterade
|
21
|
-
promoted:
|
20
|
+
participatory_processes_ids: Relaterade dialoger
|
21
|
+
promoted: Uppmärksammad
|
22
22
|
published_at: Publicerad
|
23
|
-
registration_terms:
|
23
|
+
registration_terms: Registreringsvillkor
|
24
24
|
registrations_enabled: Registrering aktiverad
|
25
|
-
scope_id:
|
26
|
-
scopes_enabled:
|
25
|
+
scope_id: Omfång
|
26
|
+
scopes_enabled: Omfång aktiverat
|
27
27
|
short_description: Kort beskrivning
|
28
28
|
show_statistics: Visa statistik
|
29
29
|
sign_date: Underskriftsdatum
|
30
30
|
signature: Underskrift
|
31
|
-
signature_name:
|
31
|
+
signature_name: Signaturnamn
|
32
32
|
slogan: Slogan
|
33
33
|
slug: URL-slug
|
34
34
|
start_date: Startdatum
|
@@ -38,30 +38,30 @@ sv:
|
|
38
38
|
date: Datum
|
39
39
|
link: Länk
|
40
40
|
title: Titel
|
41
|
-
weight:
|
41
|
+
weight: Ordning
|
42
42
|
conference_partner:
|
43
43
|
link: Länk
|
44
|
-
logo:
|
44
|
+
logo: Logga
|
45
45
|
name: Namn
|
46
46
|
partner_type: Typ av partner
|
47
|
-
weight:
|
47
|
+
weight: Ordning
|
48
48
|
conference_registration_invite:
|
49
49
|
email: E-post
|
50
50
|
name: Namn
|
51
|
-
registration_type_id:
|
51
|
+
registration_type_id: Registreringstyp
|
52
52
|
user_id: Användare
|
53
53
|
conference_registration_type:
|
54
54
|
description: Beskrivning
|
55
55
|
price: Pris
|
56
56
|
title: Titel
|
57
|
-
weight:
|
57
|
+
weight: Ordning
|
58
58
|
conference_speaker:
|
59
|
-
affiliation:
|
60
|
-
avatar:
|
59
|
+
affiliation: Anknytning
|
60
|
+
avatar: Avatar
|
61
61
|
conference_meeting_ids: Relaterade möten
|
62
62
|
full_name: Fullständigt namn
|
63
|
-
personal_url: Personlig
|
64
|
-
position:
|
63
|
+
personal_url: Personlig URL
|
64
|
+
position: Plats
|
65
65
|
short_bio: Kort biographi
|
66
66
|
user_id: Användare
|
67
67
|
conference_user_role:
|
@@ -211,7 +211,7 @@ sv:
|
|
211
211
|
admin: Administratör
|
212
212
|
collaborator: Medarbetare
|
213
213
|
moderator: Moderator
|
214
|
-
valuator:
|
214
|
+
valuator: Värderare
|
215
215
|
media_link:
|
216
216
|
fields:
|
217
217
|
date: Datum
|
@@ -326,14 +326,8 @@ sv:
|
|
326
326
|
non_user: Icke befintlig deltagare
|
327
327
|
select_user: Välj deltagare
|
328
328
|
index:
|
329
|
-
filter:
|
330
|
-
accepted: Accepterad
|
331
|
-
all: Alla
|
332
|
-
rejected: Avvisad
|
333
|
-
sent: Skickad
|
334
329
|
invite_attendee: Bjud in deltagare
|
335
330
|
invites: Inbjudningar
|
336
|
-
search: Sök
|
337
331
|
new:
|
338
332
|
invite: Inbjudan
|
339
333
|
new_invite: Bjud in deltagare
|
@@ -480,8 +474,8 @@ sv:
|
|
480
474
|
details: Detaljer
|
481
475
|
introduction: Introduktion
|
482
476
|
objectives: Mål
|
483
|
-
related_assemblies: Relaterade
|
484
|
-
related_participatory_processes: Relaterade
|
477
|
+
related_assemblies: Relaterade grupper
|
478
|
+
related_participatory_processes: Relaterade dialoger
|
485
479
|
events:
|
486
480
|
conferences:
|
487
481
|
conference_registration_confirmed:
|