decidim-conferences 0.26.3 → 0.26.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/commands/decidim/conferences/admin/invite_user_to_join_conference.rb +1 -1
- data/app/commands/decidim/conferences/join_conference.rb +7 -0
- data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +16 -10
- data/app/controllers/decidim/conferences/conference_registrations_controller.rb +17 -0
- data/app/permissions/decidim/conferences/permissions.rb +1 -0
- data/app/views/decidim/conferences/admin/conference_speakers/edit.html.erb +1 -1
- data/app/views/decidim/conferences/admin/invite_join_conference_mailer/invite.html.erb +3 -3
- data/app/views/devise/mailer/join_conference.html.erb +2 -2
- data/app/views/devise/mailer/join_conference.text.erb +2 -2
- data/config/locales/ar.yml +2 -8
- data/config/locales/ca.yml +10 -6
- data/config/locales/cs.yml +11 -7
- data/config/locales/de.yml +5 -8
- data/config/locales/el.yml +1 -7
- data/config/locales/en.yml +10 -6
- data/config/locales/es-MX.yml +11 -7
- data/config/locales/es-PY.yml +12 -8
- data/config/locales/es.yml +11 -7
- data/config/locales/eu.yml +2 -8
- data/config/locales/fi-plain.yml +10 -6
- data/config/locales/fi.yml +10 -6
- data/config/locales/fr-CA.yml +7 -3
- data/config/locales/fr.yml +7 -3
- data/config/locales/ga-IE.yml +0 -3
- data/config/locales/gl.yml +1 -7
- data/config/locales/gn-PY.yml +1 -0
- data/config/locales/hu.yml +3 -12
- data/config/locales/id-ID.yml +1 -10
- data/config/locales/it.yml +2 -8
- data/config/locales/ja.yml +8 -4
- data/config/locales/ka-GE.yml +1 -0
- data/config/locales/lb.yml +2 -5
- data/config/locales/lo-LA.yml +1 -0
- data/config/locales/lt.yml +2 -8
- data/config/locales/lv.yml +1 -10
- data/config/locales/nl.yml +3 -9
- data/config/locales/no.yml +2 -8
- data/config/locales/pl.yml +2 -7
- data/config/locales/pt-BR.yml +2 -8
- data/config/locales/pt.yml +1 -7
- data/config/locales/ro-RO.yml +14 -8
- data/config/locales/sk.yml +1 -10
- data/config/locales/sv.yml +6 -7
- data/config/locales/tr-TR.yml +3 -12
- data/config/locales/zh-CN.yml +1 -10
- data/lib/decidim/conferences/test/factories.rb +4 -0
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +13 -11
- data/app/helpers/decidim/conferences/admin/conference_speakers_helper.rb +0 -14
data/config/locales/id-ID.yml
CHANGED
@@ -22,12 +22,6 @@ id:
|
|
22
22
|
slogan: Slogan
|
23
23
|
slug: Siput URL
|
24
24
|
title: Judul
|
25
|
-
conference_media_link:
|
26
|
-
weight: Berat
|
27
|
-
conference_partner:
|
28
|
-
weight: Berat
|
29
|
-
conference_registration_type:
|
30
|
-
weight: Berat
|
31
25
|
conference_speaker:
|
32
26
|
full_name: Nama lengkap
|
33
27
|
conference_user_role:
|
@@ -96,8 +90,6 @@ id:
|
|
96
90
|
edit:
|
97
91
|
title: Perbarui pengguna konferensi.
|
98
92
|
update: Memperbarui
|
99
|
-
index:
|
100
|
-
conference_admins_title: pengguna konferensi
|
101
93
|
new:
|
102
94
|
create: Membuat
|
103
95
|
title: Pengguna konferensi baru.
|
@@ -335,7 +327,7 @@ id:
|
|
335
327
|
invite_join_conference_mailer:
|
336
328
|
invite:
|
337
329
|
decline: Tolak undangan '%{conference_title}'
|
338
|
-
|
330
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} telah mengundang Anda untuk bergabung dalam konferensi di %{application}. Anda dapat menolak atau menerimanya melalui tautan di bawah ini."
|
339
331
|
registration: Registrasi untuk '%{conference_title}'
|
340
332
|
partners:
|
341
333
|
index:
|
@@ -367,7 +359,6 @@ id:
|
|
367
359
|
conference_program:
|
368
360
|
program_meeting:
|
369
361
|
content: Konten
|
370
|
-
location: Lokasi
|
371
362
|
speakers: Pembicara
|
372
363
|
streaming: Streaming
|
373
364
|
show:
|
data/config/locales/it.yml
CHANGED
@@ -28,7 +28,6 @@ it:
|
|
28
28
|
show_statistics: Mostra statistiche
|
29
29
|
sign_date: Firmato il
|
30
30
|
signature: Firma
|
31
|
-
signature_name: nome firma
|
32
31
|
slogan: Slogan
|
33
32
|
slug: Slug URL
|
34
33
|
start_date: Data di inizio
|
@@ -37,13 +36,11 @@ it:
|
|
37
36
|
date: Data
|
38
37
|
link: Collegamento
|
39
38
|
title: Titolo
|
40
|
-
weight: Peso
|
41
39
|
conference_partner:
|
42
40
|
link: Collegamento
|
43
41
|
logo: Logo
|
44
42
|
name: Nome
|
45
43
|
partner_type: Tipo di partner
|
46
|
-
weight: Peso
|
47
44
|
conference_registration_invite:
|
48
45
|
email: Email
|
49
46
|
name: Nome
|
@@ -53,7 +50,6 @@ it:
|
|
53
50
|
description: Descrizione
|
54
51
|
price: Prezzo
|
55
52
|
title: Titolo
|
56
|
-
weight: Peso
|
57
53
|
conference_speaker:
|
58
54
|
affiliation: Affiliazione
|
59
55
|
avatar: Avatar
|
@@ -131,8 +127,6 @@ it:
|
|
131
127
|
edit:
|
132
128
|
title: Aggiorna l'amministratore della conferenza.
|
133
129
|
update: Aggiornare
|
134
|
-
index:
|
135
|
-
conference_admins_title: amministratori della conferenza
|
136
130
|
new:
|
137
131
|
create: Creare
|
138
132
|
title: Nuovo amministratore della conferenza.
|
@@ -377,7 +371,7 @@ it:
|
|
377
371
|
invite_join_conference_mailer:
|
378
372
|
invite:
|
379
373
|
decline: Rifiuta l'invito '%{conference_title}'
|
380
|
-
|
374
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} ti ha invitato a partecipare alla conferenza %{application}. Puoi rifiutare o accettare tramite i link sottostanti."
|
381
375
|
registration: Registrazione a '%{conference_title}'
|
382
376
|
partners:
|
383
377
|
index:
|
@@ -409,7 +403,7 @@ it:
|
|
409
403
|
conference_program:
|
410
404
|
program_meeting:
|
411
405
|
content: Soddisfare
|
412
|
-
location:
|
406
|
+
location: Luogo
|
413
407
|
speakers: Relatori
|
414
408
|
streaming: Streaming
|
415
409
|
show:
|
data/config/locales/ja.yml
CHANGED
@@ -37,13 +37,13 @@ ja:
|
|
37
37
|
date: 日付
|
38
38
|
link: リンク
|
39
39
|
title: タイトル
|
40
|
-
weight:
|
40
|
+
weight: 並び順の位置
|
41
41
|
conference_partner:
|
42
42
|
link: リンク
|
43
43
|
logo: ロゴ
|
44
44
|
name: 名前
|
45
45
|
partner_type: パートナータイプ
|
46
|
-
weight:
|
46
|
+
weight: 並び順の位置
|
47
47
|
conference_registration_invite:
|
48
48
|
email: Eメールアドレス
|
49
49
|
name: 名前
|
@@ -53,7 +53,7 @@ ja:
|
|
53
53
|
description: 説明
|
54
54
|
price: 価格
|
55
55
|
title: タイトル
|
56
|
-
weight:
|
56
|
+
weight: 並び順の位置
|
57
57
|
conference_speaker:
|
58
58
|
affiliation: 所属
|
59
59
|
avatar: アバター
|
@@ -309,6 +309,7 @@ ja:
|
|
309
309
|
update: "%{user_name} が %{space_name} カンファレンスのパートナー %{resource_name} を更新しました"
|
310
310
|
registration_type:
|
311
311
|
create: "%{user_name} が %{resource_name} カンファレンスで %{space_name} の登録タイプを作成しました"
|
312
|
+
delete: "%{user_name} が %{space_name} カンファレンスから %{resource_name} 登録タイプを削除しました"
|
312
313
|
publish: "%{user_name} が %{resource_name} カンファレンスで %{space_name} 登録タイプを公開しました"
|
313
314
|
unpublish: "%{user_name} が %{resource_name} カンファレンス内の %{space_name} 登録タイプを非公開にしました"
|
314
315
|
update: "%{user_name} が %{resource_name} カンファレンスの %{space_name} 登録タイプを更新しました"
|
@@ -375,7 +376,8 @@ ja:
|
|
375
376
|
invite_join_conference_mailer:
|
376
377
|
invite:
|
377
378
|
decline: 招待を拒否する '%{conference_title}'
|
378
|
-
|
379
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} が %{application}であなたをカンファレンスに招待しました。以下のリンクから拒否または承認できます。"
|
380
|
+
invited_user_to_join_a_conference: "%{invited_by} があなたを %{application} のカンファレンスに招待しました。以下のリンクから受付ができます。"
|
379
381
|
registration: '''%{conference_title} '' の登録'
|
380
382
|
partners:
|
381
383
|
index:
|
@@ -426,9 +428,11 @@ ja:
|
|
426
428
|
create:
|
427
429
|
invalid: このカンファレンスに参加するのに問題がありました。
|
428
430
|
success: カンファレンスに参加しました。
|
431
|
+
unauthorized: カンファレンスに登録する前にサインインする必要があります。
|
429
432
|
decline_invitation:
|
430
433
|
invalid: 招待を辞退するのに問題があった。
|
431
434
|
success: 招待を拒否しました。
|
435
|
+
unauthorized: 招待を辞退する前にサインインする必要があります。
|
432
436
|
destroy:
|
433
437
|
invalid: このカンファレンスから退会するのに問題がありました。
|
434
438
|
success: カンファレンスから退会しました。
|
@@ -0,0 +1 @@
|
|
1
|
+
ka:
|
data/config/locales/lb.yml
CHANGED
@@ -28,7 +28,6 @@ lb:
|
|
28
28
|
show_statistics: Zeige Statistiken
|
29
29
|
sign_date: Datum der Unterschrift
|
30
30
|
signature: Unterschrift
|
31
|
-
signature_name: Signaturname
|
32
31
|
slogan: Slogan
|
33
32
|
slug: URL-Block
|
34
33
|
start_date: Startdatum
|
@@ -56,8 +55,6 @@ lb:
|
|
56
55
|
edit:
|
57
56
|
title: Aktualisieren Sie den Konferenzbenutzer.
|
58
57
|
update: Aktualisieren
|
59
|
-
index:
|
60
|
-
conference_admins_title: Konferenzbenutzer
|
61
58
|
new:
|
62
59
|
create: Erstellen
|
63
60
|
title: Neuer Konferenzbenutzer
|
@@ -297,7 +294,7 @@ lb:
|
|
297
294
|
invite_join_conference_mailer:
|
298
295
|
invite:
|
299
296
|
decline: Einladung '%{conference_title}' ablehnen
|
300
|
-
|
297
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} hat Sie eingeladen, an einer Konferenz um %{application}teilzunehmen. Sie können dies über die unten stehenden Links ablehnen oder akzeptieren."
|
301
298
|
registration: Registrierung für '%{conference_title}'
|
302
299
|
partners:
|
303
300
|
index:
|
@@ -329,7 +326,7 @@ lb:
|
|
329
326
|
conference_program:
|
330
327
|
program_meeting:
|
331
328
|
content: Inhalt
|
332
|
-
location:
|
329
|
+
location: Standort
|
333
330
|
speakers: Lautsprecher
|
334
331
|
streaming: Streaming
|
335
332
|
show:
|
@@ -0,0 +1 @@
|
|
1
|
+
lo:
|
data/config/locales/lt.yml
CHANGED
@@ -28,7 +28,6 @@ lt:
|
|
28
28
|
show_statistics: Rodyti statistiką
|
29
29
|
sign_date: Pasirašymo data
|
30
30
|
signature: Parašas
|
31
|
-
signature_name: parašo pavadinimas
|
32
31
|
slogan: Šūkis
|
33
32
|
slug: URL priedas
|
34
33
|
start_date: Pradžios data
|
@@ -37,13 +36,11 @@ lt:
|
|
37
36
|
date: Data
|
38
37
|
link: Nuoroda
|
39
38
|
title: Pavadinimas
|
40
|
-
weight: Svoris
|
41
39
|
conference_partner:
|
42
40
|
link: Nuoroda
|
43
41
|
logo: Logotipas
|
44
42
|
name: Vardas
|
45
43
|
partner_type: Partnerio tipas
|
46
|
-
weight: Svoris
|
47
44
|
conference_registration_invite:
|
48
45
|
email: El. paštas
|
49
46
|
name: Vardas
|
@@ -53,7 +50,6 @@ lt:
|
|
53
50
|
description: Aprašymas
|
54
51
|
price: Kaina
|
55
52
|
title: Pavadinimas
|
56
|
-
weight: Svoris
|
57
53
|
conference_speaker:
|
58
54
|
affiliation: Organizacija
|
59
55
|
avatar: Avataras
|
@@ -139,8 +135,6 @@ lt:
|
|
139
135
|
edit:
|
140
136
|
title: Atnaujinti konferencijos administratorių.
|
141
137
|
update: Atnaujinti
|
142
|
-
index:
|
143
|
-
conference_admins_title: konferencijos administratoriai
|
144
138
|
new:
|
145
139
|
create: Sukurti
|
146
140
|
title: Naujas konferencijos administratorius.
|
@@ -387,7 +381,7 @@ lt:
|
|
387
381
|
invite_join_conference_mailer:
|
388
382
|
invite:
|
389
383
|
decline: Atmesti kvietimą į „%{conference_title}“
|
390
|
-
|
384
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} jus pakvietė dalyvauti konferencijoje %{application}. Kvietimą galite atmesti arba priimti spustelėję toliau pateikiamas nuorodas."
|
391
385
|
registration: Registracija į „%{conference_title}“
|
392
386
|
partners:
|
393
387
|
index:
|
@@ -420,7 +414,7 @@ lt:
|
|
420
414
|
program_meeting:
|
421
415
|
content: Turinys
|
422
416
|
location: Vieta
|
423
|
-
speakers:
|
417
|
+
speakers: Pranešėjai
|
424
418
|
streaming: Transliuoti
|
425
419
|
show:
|
426
420
|
day: Diena
|
data/config/locales/lv.yml
CHANGED
@@ -22,12 +22,6 @@ lv:
|
|
22
22
|
slogan: Sauklis
|
23
23
|
slug: URL sadaļas adrese (slug)
|
24
24
|
title: Nosaukums
|
25
|
-
conference_media_link:
|
26
|
-
weight: Svarīgums
|
27
|
-
conference_partner:
|
28
|
-
weight: Svarīgums
|
29
|
-
conference_registration_type:
|
30
|
-
weight: Svarīgums
|
31
25
|
conference_speaker:
|
32
26
|
full_name: Vārds, uzvārds
|
33
27
|
conference_user_role:
|
@@ -102,8 +96,6 @@ lv:
|
|
102
96
|
edit:
|
103
97
|
title: Atjaunināt konferences administratoru.
|
104
98
|
update: Atjaunināt
|
105
|
-
index:
|
106
|
-
conference_admins_title: konferences administratori
|
107
99
|
new:
|
108
100
|
create: Izveidot
|
109
101
|
title: Jauns konferences administrators.
|
@@ -344,7 +336,7 @@ lv:
|
|
344
336
|
invite_join_conference_mailer:
|
345
337
|
invite:
|
346
338
|
decline: Noraidīt ielūgumu '%{conference_title}'
|
347
|
-
|
339
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} jūs aicina piedalīties konferencē %{application}. Jūs varat pieņemt vai noraidīt ielūgumu, izmantojot vienu no turpmāk esošajām saitēm."
|
348
340
|
registration: Reģistrācija dalībai '%{conference_title}'
|
349
341
|
partners:
|
350
342
|
index:
|
@@ -376,7 +368,6 @@ lv:
|
|
376
368
|
conference_program:
|
377
369
|
program_meeting:
|
378
370
|
content: Saturs
|
379
|
-
location: Atrašanās vieta
|
380
371
|
speakers: Runātāji
|
381
372
|
streaming: Straumēšana
|
382
373
|
show:
|
data/config/locales/nl.yml
CHANGED
@@ -28,7 +28,6 @@ nl:
|
|
28
28
|
show_statistics: Toon statistieken
|
29
29
|
sign_date: Datum ondertekenen
|
30
30
|
signature: Handtekening
|
31
|
-
signature_name: naam van de handtekenaar
|
32
31
|
slogan: Slogan
|
33
32
|
slug: URL-slug
|
34
33
|
start_date: Startdatum
|
@@ -37,13 +36,11 @@ nl:
|
|
37
36
|
date: Datum
|
38
37
|
link: Link
|
39
38
|
title: Titel
|
40
|
-
weight: Gewicht
|
41
39
|
conference_partner:
|
42
40
|
link: Link
|
43
41
|
logo: Logo
|
44
42
|
name: Naam
|
45
43
|
partner_type: Type partner
|
46
|
-
weight: Gewicht
|
47
44
|
conference_registration_invite:
|
48
45
|
email: E-mail
|
49
46
|
name: Naam
|
@@ -53,7 +50,6 @@ nl:
|
|
53
50
|
description: Omschrijving
|
54
51
|
price: Prijs
|
55
52
|
title: Titel
|
56
|
-
weight: Gewicht
|
57
53
|
conference_speaker:
|
58
54
|
affiliation: Aansluiting
|
59
55
|
avatar: Profielfoto
|
@@ -131,8 +127,6 @@ nl:
|
|
131
127
|
edit:
|
132
128
|
title: Update conferentiebeheerder.
|
133
129
|
update: Bijwerken
|
134
|
-
index:
|
135
|
-
conference_admins_title: conferentiebeheerders
|
136
130
|
new:
|
137
131
|
create: Creëren
|
138
132
|
title: Nieuwe conferentiebeheerder.
|
@@ -377,7 +371,7 @@ nl:
|
|
377
371
|
invite_join_conference_mailer:
|
378
372
|
invite:
|
379
373
|
decline: Uitnodiging '%{conference_title}' weigeren
|
380
|
-
|
374
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} heeft je uitgenodigd om deel te nemen aan een conferentie op %{application}. U kunt het weigeren of accepteren via de onderstaande links."
|
381
375
|
registration: Registratie voor '%{conference_title}'
|
382
376
|
partners:
|
383
377
|
index:
|
@@ -409,7 +403,7 @@ nl:
|
|
409
403
|
conference_program:
|
410
404
|
program_meeting:
|
411
405
|
content: Inhoud
|
412
|
-
location:
|
406
|
+
location: Locatie
|
413
407
|
speakers: Sprekers
|
414
408
|
streaming: Streaming
|
415
409
|
show:
|
@@ -514,7 +508,7 @@ nl:
|
|
514
508
|
registration_types:
|
515
509
|
index:
|
516
510
|
choose_an_option: 'Kies je registratieoptie:'
|
517
|
-
login_as:
|
511
|
+
login_as: U bent ingelogd als %{name} <%{email}>
|
518
512
|
no_registrations: Geen inschrijvingen
|
519
513
|
register: Registreren
|
520
514
|
title: Registratie soorten
|
data/config/locales/no.yml
CHANGED
@@ -28,7 +28,6 @@
|
|
28
28
|
show_statistics: Vis statistikk
|
29
29
|
sign_date: Underskriftsdato
|
30
30
|
signature: Underskrift
|
31
|
-
signature_name: signaturnavn
|
32
31
|
slogan: Slagord
|
33
32
|
slug: URL slug
|
34
33
|
start_date: Startdato
|
@@ -37,13 +36,11 @@
|
|
37
36
|
date: Dato
|
38
37
|
link: Lenke
|
39
38
|
title: Tittel
|
40
|
-
weight: Vekt
|
41
39
|
conference_partner:
|
42
40
|
link: Lenke
|
43
41
|
logo: Logo
|
44
42
|
name: Navn
|
45
43
|
partner_type: Type partner
|
46
|
-
weight: Vekt
|
47
44
|
conference_registration_invite:
|
48
45
|
email: E-post
|
49
46
|
name: Navn
|
@@ -53,7 +50,6 @@
|
|
53
50
|
description: Beskrivelse
|
54
51
|
price: Pris
|
55
52
|
title: Tittel
|
56
|
-
weight: Vekt
|
57
53
|
conference_speaker:
|
58
54
|
affiliation: Tilknytning
|
59
55
|
avatar: Profilbilde
|
@@ -131,8 +127,6 @@
|
|
131
127
|
edit:
|
132
128
|
title: Oppdater konferanse administrator.
|
133
129
|
update: Oppdater
|
134
|
-
index:
|
135
|
-
conference_admins_title: konferanse administratorer
|
136
130
|
new:
|
137
131
|
create: Opprett
|
138
132
|
title: Ny konferanse administrator.
|
@@ -377,7 +371,7 @@
|
|
377
371
|
invite_join_conference_mailer:
|
378
372
|
invite:
|
379
373
|
decline: Avvis invitasjon '%{conference_title}'
|
380
|
-
|
374
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} har invitert deg til å delta et foredrag på %{application}. Du kan avvise eller godta gjennom lenkene nedenfor."
|
381
375
|
registration: Påmelding til '%{conference_title}'
|
382
376
|
partners:
|
383
377
|
index:
|
@@ -409,7 +403,7 @@
|
|
409
403
|
conference_program:
|
410
404
|
program_meeting:
|
411
405
|
content: Innhold
|
412
|
-
location:
|
406
|
+
location: Sted
|
413
407
|
speakers: Talere
|
414
408
|
streaming: Strømming
|
415
409
|
show:
|
data/config/locales/pl.yml
CHANGED
@@ -36,13 +36,11 @@ pl:
|
|
36
36
|
date: Data
|
37
37
|
link: Link
|
38
38
|
title: Tytuł
|
39
|
-
weight: Kolejność na stronie
|
40
39
|
conference_partner:
|
41
40
|
link: Link
|
42
41
|
logo: Logo
|
43
42
|
name: Imię
|
44
43
|
partner_type: Typ partnera
|
45
|
-
weight: Kolejność na stronie
|
46
44
|
conference_registration_invite:
|
47
45
|
email: Adres e-mail
|
48
46
|
name: Imię
|
@@ -52,7 +50,6 @@ pl:
|
|
52
50
|
description: Opis
|
53
51
|
price: Cena
|
54
52
|
title: Tytuł
|
55
|
-
weight: Kolejność na stronie
|
56
53
|
conference_speaker:
|
57
54
|
affiliation: Przynależność
|
58
55
|
avatar: Awatar
|
@@ -135,8 +132,6 @@ pl:
|
|
135
132
|
edit:
|
136
133
|
title: Zaktualizuj administratora konferencji.
|
137
134
|
update: Aktualizuj
|
138
|
-
index:
|
139
|
-
conference_admins_title: administratorzy konferencji
|
140
135
|
new:
|
141
136
|
create: Utwórz
|
142
137
|
title: Nowy administrator konferencji.
|
@@ -383,7 +378,7 @@ pl:
|
|
383
378
|
invite_join_conference_mailer:
|
384
379
|
invite:
|
385
380
|
decline: Odrzuć zaproszenie "%{conference_title}"
|
386
|
-
|
381
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} zaprosił(a) Cię do udziału w konferencji %{application}. Możesz odrzucić lub zaakceptować zaproszenie korzystając z poniższych linków."
|
387
382
|
registration: Rejestracja na "%{conference_title}"
|
388
383
|
partners:
|
389
384
|
index:
|
@@ -415,7 +410,7 @@ pl:
|
|
415
410
|
conference_program:
|
416
411
|
program_meeting:
|
417
412
|
content: Zawartość
|
418
|
-
location:
|
413
|
+
location: Miejsce
|
419
414
|
speakers: Prelegenci
|
420
415
|
streaming: Streaming
|
421
416
|
show:
|
data/config/locales/pt-BR.yml
CHANGED
@@ -28,7 +28,6 @@ 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
|
@@ -37,13 +36,11 @@ pt-BR:
|
|
37
36
|
date: Data
|
38
37
|
link: Link
|
39
38
|
title: Título
|
40
|
-
weight: Peso
|
41
39
|
conference_partner:
|
42
40
|
link: Link
|
43
41
|
logo: Logo
|
44
42
|
name: Nome
|
45
43
|
partner_type: Tipo de parceiro
|
46
|
-
weight: Peso
|
47
44
|
conference_registration_invite:
|
48
45
|
email: E-mail
|
49
46
|
name: Nome
|
@@ -53,7 +50,6 @@ pt-BR:
|
|
53
50
|
description: Descrição
|
54
51
|
price: Preço
|
55
52
|
title: Título
|
56
|
-
weight: Peso
|
57
53
|
conference_speaker:
|
58
54
|
affiliation: Afiliação
|
59
55
|
avatar: Avatar
|
@@ -131,8 +127,6 @@ pt-BR:
|
|
131
127
|
edit:
|
132
128
|
title: Atualize o usuário da conferência.
|
133
129
|
update: Atualizar
|
134
|
-
index:
|
135
|
-
conference_admins_title: usuários da conferência
|
136
130
|
new:
|
137
131
|
create: Crio
|
138
132
|
title: Novo usuário da conferência.
|
@@ -377,7 +371,7 @@ pt-BR:
|
|
377
371
|
invite_join_conference_mailer:
|
378
372
|
invite:
|
379
373
|
decline: Recusar convite '%{conference_title}'
|
380
|
-
|
374
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} convidou você para participar de uma conferência em %{application}. Você pode recusar ou aceitá-lo através dos links abaixo."
|
381
375
|
registration: Registro para '%{conference_title}'
|
382
376
|
partners:
|
383
377
|
index:
|
@@ -410,7 +404,7 @@ pt-BR:
|
|
410
404
|
program_meeting:
|
411
405
|
content: Conteúdo
|
412
406
|
location: Localização
|
413
|
-
speakers:
|
407
|
+
speakers: caixas de som
|
414
408
|
streaming: Transmissão
|
415
409
|
show:
|
416
410
|
day: Dia
|
data/config/locales/pt.yml
CHANGED
@@ -28,7 +28,6 @@ pt:
|
|
28
28
|
show_statistics: Mostrar estatísticas
|
29
29
|
sign_date: Data de assinatura
|
30
30
|
signature: Assinatura
|
31
|
-
signature_name: nome da assinatura
|
32
31
|
slogan: Slogan
|
33
32
|
slug: Campo de dados dinâmicos de URL
|
34
33
|
start_date: Data de início
|
@@ -37,13 +36,11 @@ pt:
|
|
37
36
|
date: Datas
|
38
37
|
link: Hiperligação
|
39
38
|
title: Título
|
40
|
-
weight: Peso
|
41
39
|
conference_partner:
|
42
40
|
link: Hiperligação
|
43
41
|
logo: Logótipo
|
44
42
|
name: Nome
|
45
43
|
partner_type: Tipo de parceiro
|
46
|
-
weight: Peso
|
47
44
|
conference_registration_invite:
|
48
45
|
email: E-Mail
|
49
46
|
name: Nome
|
@@ -53,7 +50,6 @@ pt:
|
|
53
50
|
description: Descrição
|
54
51
|
price: Preço
|
55
52
|
title: Título
|
56
|
-
weight: Peso
|
57
53
|
conference_speaker:
|
58
54
|
affiliation: Afiliação
|
59
55
|
avatar: Avatar
|
@@ -131,8 +127,6 @@ pt:
|
|
131
127
|
edit:
|
132
128
|
title: Atualizar administrador da conferência.
|
133
129
|
update: Atualizar
|
134
|
-
index:
|
135
|
-
conference_admins_title: administradores da conferência
|
136
130
|
new:
|
137
131
|
create: Criar
|
138
132
|
title: Novo administrador da conferência.
|
@@ -377,7 +371,7 @@ pt:
|
|
377
371
|
invite_join_conference_mailer:
|
378
372
|
invite:
|
379
373
|
decline: Recusar convite '%{conference_title}'
|
380
|
-
|
374
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} convido-o para participar numa conferência em %{application}. Pode recusá-lo ou aceitá-lo através dos links abaixo."
|
381
375
|
registration: Registo para '%{conference_title}'
|
382
376
|
partners:
|
383
377
|
index:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -28,7 +28,7 @@ ro:
|
|
28
28
|
show_statistics: Arată statistici
|
29
29
|
sign_date: Data semnării
|
30
30
|
signature: Semnătură
|
31
|
-
signature_name:
|
31
|
+
signature_name: Nume semnătură
|
32
32
|
slogan: Slogan
|
33
33
|
slug: URL slug
|
34
34
|
start_date: Data de început
|
@@ -37,13 +37,13 @@ ro:
|
|
37
37
|
date: Dată
|
38
38
|
link: Link
|
39
39
|
title: Titlu
|
40
|
-
weight:
|
40
|
+
weight: Poziție
|
41
41
|
conference_partner:
|
42
42
|
link: Link
|
43
43
|
logo: Logo
|
44
44
|
name: Nume
|
45
45
|
partner_type: Tipul partenerului
|
46
|
-
weight:
|
46
|
+
weight: Poziție
|
47
47
|
conference_registration_invite:
|
48
48
|
email: E-mail
|
49
49
|
name: Nume
|
@@ -53,13 +53,15 @@ ro:
|
|
53
53
|
description: Descriere
|
54
54
|
price: Preț
|
55
55
|
title: Titlu
|
56
|
-
weight:
|
56
|
+
weight: Poziție
|
57
57
|
conference_speaker:
|
58
58
|
affiliation: Afiliere
|
59
59
|
avatar: Avatar
|
60
60
|
conference_meeting_ids: Întâlniri asociate
|
61
61
|
full_name: Numele complet
|
62
|
+
personal_url: URL personal
|
62
63
|
position: Poziție
|
64
|
+
short_bio: Biografie scurtă
|
63
65
|
twitter_handle: Responsabil Twitter
|
64
66
|
user_id: Utilizator
|
65
67
|
conference_user_role:
|
@@ -135,7 +137,7 @@ ro:
|
|
135
137
|
title: Actualizează administratorul conferinţei.
|
136
138
|
update: Actualizare
|
137
139
|
index:
|
138
|
-
conference_admins_title:
|
140
|
+
conference_admins_title: Administratori ai conferinţei
|
139
141
|
new:
|
140
142
|
create: Creează
|
141
143
|
title: Admin de conferință nouă.
|
@@ -247,7 +249,7 @@ ro:
|
|
247
249
|
price: Preț
|
248
250
|
registrations_count: Numărul de înregistrări
|
249
251
|
title: Titlu
|
250
|
-
weight:
|
252
|
+
weight: Poziție
|
251
253
|
name: Tip de înregistrare
|
252
254
|
partners:
|
253
255
|
create:
|
@@ -313,6 +315,7 @@ ro:
|
|
313
315
|
update: "%{user_name} a actualizat vorbitorul %{resource_name} în conferința %{space_name}"
|
314
316
|
registration_type:
|
315
317
|
create: "%{user_name} a creat tipul de înregistrare %{resource_name} în conferința %{space_name}"
|
318
|
+
delete: "%{user_name} a eliminat tipul de înregistrare %{resource_name} din conferința %{space_name}"
|
316
319
|
publish: "%{user_name} a publicat tipul de înregistrare %{resource_name} în conferința %{space_name}"
|
317
320
|
unpublish: "%{user_name} nu a publicat tipul de înregistrare %{resource_name} în conferința %{space_name}"
|
318
321
|
update: "%{user_name} a actualizat tipul de înregistrare %{resource_name} în conferința %{space_name}"
|
@@ -381,7 +384,8 @@ ro:
|
|
381
384
|
invite_join_conference_mailer:
|
382
385
|
invite:
|
383
386
|
decline: Refuzați invitația '%{conference_title}'
|
384
|
-
|
387
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} te-a invitat să participi la o conferință la %{application}. Puteți să o refuzați sau să o acceptați prin intermediul linkurilor de mai jos."
|
388
|
+
invited_user_to_join_a_conference: "%{invited_by} te-a invitat să te alături unei conferințe la %{application}. Poți să o accepți prin link-ul de mai jos."
|
385
389
|
registration: Înregistrare pentru '%{conference_title}'
|
386
390
|
partners:
|
387
391
|
index:
|
@@ -413,7 +417,7 @@ ro:
|
|
413
417
|
conference_program:
|
414
418
|
program_meeting:
|
415
419
|
content: Conținut
|
416
|
-
location:
|
420
|
+
location: Locație
|
417
421
|
speakers: Vorbitori
|
418
422
|
streaming: Streaming
|
419
423
|
show:
|
@@ -432,9 +436,11 @@ ro:
|
|
432
436
|
create:
|
433
437
|
invalid: A apărut o problemă la această conferință.
|
434
438
|
success: V-aţi alăturat cu succes conferinţei.
|
439
|
+
unauthorized: Trebuie să te autentifici înainte de a te înregistra la conferință.
|
435
440
|
decline_invitation:
|
436
441
|
invalid: A existat o problemă la refuzarea invitaţiei.
|
437
442
|
success: Ați refuzat cu succes invitația.
|
443
|
+
unauthorized: Trebuie să te autentifici înainte de a refuza invitația.
|
438
444
|
destroy:
|
439
445
|
invalid: A apărut o problemă la ieşirea din această conferinţă.
|
440
446
|
success: Aţi părăsit cu succes conferinţa.
|