decidim-conferences 0.27.1 → 0.27.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +16 -10
- data/app/views/decidim/conferences/admin/conference_speakers/edit.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conferences/_form.html.erb +3 -3
- data/app/views/decidim/conferences/admin/diplomas/_form.html.erb +2 -2
- data/app/views/decidim/conferences/admin/partners/_form.html.erb +1 -1
- data/config/locales/ar.yml +1 -6
- data/config/locales/ca.yml +6 -5
- data/config/locales/cs.yml +7 -6
- data/config/locales/de.yml +4 -7
- data/config/locales/el.yml +0 -6
- data/config/locales/en.yml +6 -5
- data/config/locales/es-MX.yml +8 -7
- data/config/locales/es-PY.yml +9 -8
- data/config/locales/es.yml +5 -4
- data/config/locales/eu.yml +3 -9
- data/config/locales/fa-IR.yml +1 -0
- data/config/locales/fi-plain.yml +6 -5
- data/config/locales/fi.yml +7 -6
- data/config/locales/fr-CA.yml +3 -2
- data/config/locales/fr.yml +3 -2
- data/config/locales/ga-IE.yml +0 -3
- data/config/locales/gl.yml +0 -6
- data/config/locales/hu.yml +64 -6
- data/config/locales/id-ID.yml +0 -9
- data/config/locales/it.yml +1 -7
- data/config/locales/ja.yml +4 -3
- data/config/locales/ka-GE.yml +1 -0
- data/config/locales/kaa.yml +1 -0
- data/config/locales/lb.yml +1 -4
- data/config/locales/lt.yml +1 -7
- data/config/locales/lv.yml +0 -9
- data/config/locales/nl.yml +3 -9
- data/config/locales/no.yml +1 -7
- data/config/locales/pl.yml +1 -6
- data/config/locales/pt-BR.yml +1 -7
- data/config/locales/pt.yml +0 -6
- data/config/locales/ro-RO.yml +13 -7
- data/config/locales/sk.yml +0 -9
- data/config/locales/sv.yml +5 -6
- data/config/locales/tr-TR.yml +2 -11
- data/config/locales/zh-CN.yml +0 -9
- data/config/locales/zh-TW.yml +613 -0
- 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
@@ -0,0 +1 @@
|
|
1
|
+
fa:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -29,7 +29,7 @@ fi-pl:
|
|
29
29
|
show_statistics: Näytä tilastot
|
30
30
|
sign_date: Allekirjoituksen päivämäärä
|
31
31
|
signature: Allekirjoitus
|
32
|
-
signature_name:
|
32
|
+
signature_name: Allekirjoituksen nimi
|
33
33
|
slogan: Iskulause
|
34
34
|
slug: URL-tunniste
|
35
35
|
start_date: Alkamispäivä
|
@@ -38,13 +38,13 @@ fi-pl:
|
|
38
38
|
date: Päivämäärä
|
39
39
|
link: Linkki
|
40
40
|
title: Otsikko
|
41
|
-
weight:
|
41
|
+
weight: Järjestysnumero
|
42
42
|
conference_partner:
|
43
43
|
link: Linkki
|
44
44
|
logo: Logo
|
45
45
|
name: Nimi
|
46
46
|
partner_type: Kumppanin tyyppi
|
47
|
-
weight:
|
47
|
+
weight: Järjestysnumero
|
48
48
|
conference_registration_invite:
|
49
49
|
email: Sähköposti
|
50
50
|
name: Nimi
|
@@ -54,7 +54,7 @@ fi-pl:
|
|
54
54
|
description: Kuvaus
|
55
55
|
price: Hinta
|
56
56
|
title: Otsikko
|
57
|
-
weight:
|
57
|
+
weight: Järjestysnumero
|
58
58
|
conference_speaker:
|
59
59
|
affiliation: Jäsenyys
|
60
60
|
avatar: Avatar
|
@@ -135,7 +135,7 @@ fi-pl:
|
|
135
135
|
title: Päivitä konferenssin käyttäjä.
|
136
136
|
update: Päivitä
|
137
137
|
index:
|
138
|
-
conference_admins_title:
|
138
|
+
conference_admins_title: Konferenssin ylläpitäjät
|
139
139
|
new:
|
140
140
|
create: Luo
|
141
141
|
title: Uusi konferenssin käyttäjä.
|
@@ -313,6 +313,7 @@ fi-pl:
|
|
313
313
|
update: "%{user_name} päivitti yhteistyökumppania %{resource_name} konferenssissa %{space_name}"
|
314
314
|
registration_type:
|
315
315
|
create: "%{user_name} loi ilmoittautumistyypin %{resource_name} konferenssiin %{space_name}"
|
316
|
+
delete: "%{user_name} poisti ilmoittautumistyypin %{resource_name} konferenssista %{space_name}"
|
316
317
|
publish: "%{user_name} julkaisi ilmoittautumistyypin %{resource_name} konferenssissa %{space_name}"
|
317
318
|
unpublish: "%{user_name} lopetti ilmoittautumistyypin %{resource_name} julkaisun konferenssissa %{space_name}"
|
318
319
|
update: "%{user_name} päivitti ilmoittautumistyyppiä %{resource_name} konferenssissa %{space_name}"
|
data/config/locales/fi.yml
CHANGED
@@ -29,7 +29,7 @@ fi:
|
|
29
29
|
show_statistics: Näytä tilastot
|
30
30
|
sign_date: Allekirjoituksen päivämäärä
|
31
31
|
signature: Allekirjoitus
|
32
|
-
signature_name:
|
32
|
+
signature_name: Allekirjoituksen nimi
|
33
33
|
slogan: Iskulause
|
34
34
|
slug: URL-tunniste
|
35
35
|
start_date: Alkamispäivä
|
@@ -38,13 +38,13 @@ fi:
|
|
38
38
|
date: Päivämäärä
|
39
39
|
link: Linkki
|
40
40
|
title: Otsikko
|
41
|
-
weight:
|
41
|
+
weight: Järjestysnumero
|
42
42
|
conference_partner:
|
43
43
|
link: Linkki
|
44
44
|
logo: Logo
|
45
45
|
name: Nimi
|
46
46
|
partner_type: Kumppanin tyyppi
|
47
|
-
weight:
|
47
|
+
weight: Järjestysnumero
|
48
48
|
conference_registration_invite:
|
49
49
|
email: Sähköposti
|
50
50
|
name: Nimi
|
@@ -54,7 +54,7 @@ fi:
|
|
54
54
|
description: Kuvaus
|
55
55
|
price: Hinta
|
56
56
|
title: Otsikko
|
57
|
-
weight:
|
57
|
+
weight: Järjestysnumero
|
58
58
|
conference_speaker:
|
59
59
|
affiliation: Jäsenyys
|
60
60
|
avatar: Avatar
|
@@ -135,7 +135,7 @@ fi:
|
|
135
135
|
title: Päivitä konferenssin hallintakäyttäjä.
|
136
136
|
update: Päivitä
|
137
137
|
index:
|
138
|
-
conference_admins_title:
|
138
|
+
conference_admins_title: Konferenssin ylläpitäjät
|
139
139
|
new:
|
140
140
|
create: Luo
|
141
141
|
title: Uusi konferenssin hallintakäyttäjä.
|
@@ -221,7 +221,7 @@ fi:
|
|
221
221
|
role: Rooli
|
222
222
|
name: Konferenssin hallintakäyttäjä
|
223
223
|
roles:
|
224
|
-
admin:
|
224
|
+
admin: Hallintakäyttäjä
|
225
225
|
collaborator: Työryhmän jäsen
|
226
226
|
moderator: Moderoija
|
227
227
|
valuator: Arvioija
|
@@ -313,6 +313,7 @@ fi:
|
|
313
313
|
update: "%{user_name} päivitti yhteistyökumppania %{resource_name} konferenssissa %{space_name}"
|
314
314
|
registration_type:
|
315
315
|
create: "%{user_name} loi ilmoittautumistyypin %{resource_name} konferenssiin %{space_name}"
|
316
|
+
delete: "%{user_name} poisti ilmoittautumistyypin %{resource_name} konferenssista %{space_name}"
|
316
317
|
publish: "%{user_name} julkaisi ilmoittautumistyypin %{resource_name} konferenssissa %{space_name}"
|
317
318
|
unpublish: "%{user_name} lopetti ilmoittautumistyypin %{resource_name} julkaisun konferenssissa %{space_name}"
|
318
319
|
update: "%{user_name} päivitti ilmoittautumistyyppiä %{resource_name} konferenssissa %{space_name}"
|
data/config/locales/fr-CA.yml
CHANGED
@@ -29,7 +29,7 @@ fr-CA:
|
|
29
29
|
show_statistics: Montrer les statistiques
|
30
30
|
sign_date: Date de signature
|
31
31
|
signature: Signature
|
32
|
-
signature_name:
|
32
|
+
signature_name: Nom de la signature
|
33
33
|
slogan: Slogan
|
34
34
|
slug: Slug URL
|
35
35
|
start_date: Date de début
|
@@ -135,7 +135,7 @@ fr-CA:
|
|
135
135
|
title: Mettre à jour l'administrateur de la conférence.
|
136
136
|
update: Mettre à jour
|
137
137
|
index:
|
138
|
-
conference_admins_title:
|
138
|
+
conference_admins_title: Administrateurs de conférence
|
139
139
|
new:
|
140
140
|
create: Créer
|
141
141
|
title: Nouvel administrateur de conférence.
|
@@ -313,6 +313,7 @@ fr-CA:
|
|
313
313
|
update: "%{user_name} a mis à jour le partenaire %{resource_name} dans la conférence %{space_name}"
|
314
314
|
registration_type:
|
315
315
|
create: "%{user_name} créé le type d'inscription %{resource_name} dans la conférence %{space_name}"
|
316
|
+
delete: "%{user_name} a supprimé le type d'inscription %{resource_name} de la conférence %{space_name}"
|
316
317
|
publish: "%{user_name} publié le %{resource_name} type d'inscription dans la %{space_name} conférence"
|
317
318
|
unpublish: "%{user_name} non publié le type d'inscription %{resource_name} dans la conférence %{space_name}"
|
318
319
|
update: "%{user_name} mis à jour le type d'inscription %{resource_name} dans la conférence %{space_name}"
|
data/config/locales/fr.yml
CHANGED
@@ -29,7 +29,7 @@ fr:
|
|
29
29
|
show_statistics: Montrer les statistiques
|
30
30
|
sign_date: Date de signature
|
31
31
|
signature: Signature
|
32
|
-
signature_name:
|
32
|
+
signature_name: Nom de la signature
|
33
33
|
slogan: Slogan
|
34
34
|
slug: Slug URL
|
35
35
|
start_date: Date de début
|
@@ -135,7 +135,7 @@ fr:
|
|
135
135
|
title: Mettre à jour l'administrateur de la conférence.
|
136
136
|
update: Mettre à jour
|
137
137
|
index:
|
138
|
-
conference_admins_title:
|
138
|
+
conference_admins_title: Administrateurs de conférence
|
139
139
|
new:
|
140
140
|
create: Créer
|
141
141
|
title: Nouvel administrateur de conférence.
|
@@ -313,6 +313,7 @@ fr:
|
|
313
313
|
update: "%{user_name} a mis à jour le partenaire %{resource_name} dans la conférence %{space_name}"
|
314
314
|
registration_type:
|
315
315
|
create: "%{user_name} créé le type d'inscription %{resource_name} dans la conférence %{space_name}"
|
316
|
+
delete: "%{user_name} a supprimé le type d'inscription %{resource_name} de la conférence %{space_name}"
|
316
317
|
publish: "%{user_name} publié le %{resource_name} type d'inscription dans la %{space_name} conférence"
|
317
318
|
unpublish: "%{user_name} non publié le type d'inscription %{resource_name} dans la conférence %{space_name}"
|
318
319
|
update: "%{user_name} mis à jour le type d'inscription %{resource_name} dans la conférence %{space_name}"
|
data/config/locales/ga-IE.yml
CHANGED
@@ -17,12 +17,10 @@ ga:
|
|
17
17
|
date: Dáta
|
18
18
|
link: Nasc
|
19
19
|
title: Teideal
|
20
|
-
weight: Meáchan
|
21
20
|
conference_partner:
|
22
21
|
link: Nasc
|
23
22
|
logo: Lógó
|
24
23
|
name: Ainm
|
25
|
-
weight: Meáchan
|
26
24
|
conference_registration_invite:
|
27
25
|
email: Seoladh ríomhphoist
|
28
26
|
name: Ainm
|
@@ -30,7 +28,6 @@ ga:
|
|
30
28
|
conference_registration_type:
|
31
29
|
price: Praghas
|
32
30
|
title: Teideal
|
33
|
-
weight: Meáchan
|
34
31
|
conference_speaker:
|
35
32
|
avatar: Abhatár
|
36
33
|
user_id: Úsáideoir
|
data/config/locales/gl.yml
CHANGED
@@ -29,7 +29,6 @@ gl:
|
|
29
29
|
show_statistics: Amosar estatísticas
|
30
30
|
sign_date: Data de sinatura
|
31
31
|
signature: Sinatura
|
32
|
-
signature_name: nome da sinatura
|
33
32
|
slogan: Eslogan
|
34
33
|
slug: URL slug
|
35
34
|
start_date: Data de inicio
|
@@ -38,13 +37,11 @@ gl:
|
|
38
37
|
date: Data
|
39
38
|
link: Ligazón
|
40
39
|
title: Título
|
41
|
-
weight: Peso
|
42
40
|
conference_partner:
|
43
41
|
link: Ligazón
|
44
42
|
logo: Logotipo
|
45
43
|
name: Nome
|
46
44
|
partner_type: Tipo de socio
|
47
|
-
weight: Peso
|
48
45
|
conference_registration_invite:
|
49
46
|
email: Correo electrónico
|
50
47
|
name: Nome
|
@@ -54,7 +51,6 @@ gl:
|
|
54
51
|
description: Descrición
|
55
52
|
price: Prezo
|
56
53
|
title: Título
|
57
|
-
weight: Peso
|
58
54
|
conference_speaker:
|
59
55
|
affiliation: Afiliación
|
60
56
|
avatar: Avatar
|
@@ -132,8 +128,6 @@ gl:
|
|
132
128
|
edit:
|
133
129
|
title: Actualiza o usuario da conferencia.
|
134
130
|
update: Actualización
|
135
|
-
index:
|
136
|
-
conference_admins_title: usuarios de conferencias
|
137
131
|
new:
|
138
132
|
create: Crear
|
139
133
|
title: Novo usuario da conferencia.
|
data/config/locales/hu.yml
CHANGED
@@ -4,6 +4,7 @@ hu:
|
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
6
|
assemblies_ids: Kapcsolódó gyűlések
|
7
|
+
available_slots: Rendelkezésre álló időpontok
|
7
8
|
banner_image: Banner kép
|
8
9
|
consultations_ids: Kapcsolódó konzultációk
|
9
10
|
copy_categories: Másolási kategóriák
|
@@ -11,26 +12,58 @@ hu:
|
|
11
12
|
copy_features: Másolási funkciók
|
12
13
|
decidim_scope_id: terület
|
13
14
|
description: Leírás
|
15
|
+
end_date: Befejezés dátuma
|
14
16
|
hashtag: Kettőskereszt
|
15
17
|
hero_image: Kezdő kép
|
18
|
+
location: Helyszín
|
19
|
+
main_logo: Fő logó
|
20
|
+
objectives: Célok
|
16
21
|
participatory_processes_ids: Kapcsolódó részvételi folyamatok
|
17
22
|
promoted: Kiemelt
|
18
23
|
published_at: Megjelent a
|
24
|
+
registration_terms: Regisztrációs feltételek
|
25
|
+
registrations_enabled: Regisztráció engedélyezve
|
19
26
|
scope_id: terület
|
20
27
|
scopes_enabled: A hatókör engedélyezett
|
21
28
|
short_description: Rövid leírás
|
22
29
|
show_statistics: Statisztikák megjelenítése
|
30
|
+
signature: Aláírás
|
31
|
+
signature_name: Aláíró neve
|
23
32
|
slogan: Szlogen
|
24
33
|
slug: URL slug
|
34
|
+
start_date: Kezdő dátum
|
25
35
|
title: Cím
|
26
36
|
conference_media_link:
|
27
|
-
|
37
|
+
date: Dátum
|
38
|
+
link: Hivatkozás
|
39
|
+
title: Cím
|
40
|
+
weight: Pozíció sorrend
|
28
41
|
conference_partner:
|
29
|
-
|
42
|
+
link: Hivatkozás
|
43
|
+
logo: Logó
|
44
|
+
name: Név
|
45
|
+
partner_type: Partner típus
|
46
|
+
weight: Pozíció sorrend
|
47
|
+
conference_registration_invite:
|
48
|
+
email: Email
|
49
|
+
name: Név
|
50
|
+
registration_type_id: Regisztráció típusa
|
51
|
+
user_id: Felhasználó
|
30
52
|
conference_registration_type:
|
31
|
-
|
53
|
+
description: Leírás
|
54
|
+
price: Ár
|
55
|
+
title: Cím
|
56
|
+
weight: Pozíció sorrend
|
32
57
|
conference_speaker:
|
58
|
+
affiliation: Beosztás
|
59
|
+
avatar: Profilkép
|
60
|
+
conference_meeting_ids: Kapcsolódó találkozók
|
33
61
|
full_name: Teljes név
|
62
|
+
personal_url: Személyes URL-cím
|
63
|
+
position: Pozíció
|
64
|
+
short_bio: Rövid önéletrajz
|
65
|
+
twitter_handle: Twitter oldal
|
66
|
+
user_id: Felhasználó
|
34
67
|
conference_user_role:
|
35
68
|
email: Email
|
36
69
|
name: Név
|
@@ -101,7 +134,7 @@ hu:
|
|
101
134
|
title: A konferencia felhasználó frissítése.
|
102
135
|
update: frissítés
|
103
136
|
index:
|
104
|
-
conference_admins_title:
|
137
|
+
conference_admins_title: Konferencia adminisztrátorok
|
105
138
|
new:
|
106
139
|
create: Teremt
|
107
140
|
title: Új konferencia felhasználó.
|
@@ -213,6 +246,7 @@ hu:
|
|
213
246
|
price: Ár
|
214
247
|
registrations_count: A regisztrációk száma
|
215
248
|
title: Cím
|
249
|
+
weight: Pozíció sorrend
|
216
250
|
name: Regisztrációs típus
|
217
251
|
partners:
|
218
252
|
create:
|
@@ -272,8 +306,13 @@ hu:
|
|
272
306
|
conferences:
|
273
307
|
conference_registration:
|
274
308
|
confirm: "%{user_name} megerősítette konferencia regisztrációját a %{resource_name} konferencián"
|
309
|
+
partner:
|
310
|
+
create: "%{user_name} létrehozta a %{resource_name} partnert a %{space_name} konferencián"
|
311
|
+
delete: "%{user_name} eltávolította a %{resource_name} partnert a %{space_name} konferenciából"
|
312
|
+
update: "%{user_name} frissítette a %{resource_name} partnert a %{space_name} konferencián"
|
275
313
|
registration_type:
|
276
314
|
create: "%{user_name} létrehozta az %{resource_name} regisztrációs típust a %{space_name} konferencián"
|
315
|
+
delete: "%{user_name} eltávolította a %{resource_name} regisztrációs típust a %{space_name} konferenciból"
|
277
316
|
publish: "%{user_name} közzétette az %{resource_name} regisztrációs típust a %{space_name} konferencián"
|
278
317
|
unpublish: "%{user_name} visszavonta a %{resource_name} regisztrációs típus közzétételét a %{space_name} konferencián"
|
279
318
|
update: "%{user_name} frissítette a %{resource_name} regisztrációs típust a %{space_name} konferencián"
|
@@ -342,6 +381,7 @@ hu:
|
|
342
381
|
invite:
|
343
382
|
decline: A "%{conference_title}" meghívása
|
344
383
|
invited_existing_user_to_join_a_conference: "%{invited_by} meghívta Önt, hogy csatlakozzon egy konferenciához %{application}kor. Az alábbi linkeken keresztül visszautasíthatja vagy elfogadhatja."
|
384
|
+
invited_user_to_join_a_conference: "%{invited_by} meghívott, hogy csatlakozz ehhez a conferenciához itt: %{application}. Az alábbi linken jelezz vissza számára."
|
345
385
|
registration: Regisztráció a '%{conference_title}' -ra
|
346
386
|
partners:
|
347
387
|
index:
|
@@ -392,9 +432,11 @@ hu:
|
|
392
432
|
create:
|
393
433
|
invalid: Probléma merült fel a konferencián.
|
394
434
|
success: A konferencia sikeresen csatlakozott.
|
435
|
+
unauthorized: A konferenciára való regisztráció előtt be kell jelentkeznie.
|
395
436
|
decline_invitation:
|
396
437
|
invalid: Hiba történt a meghívás visszautasításában.
|
397
438
|
success: Elutasította a meghívást sikeresen.
|
439
|
+
unauthorized: A meghívás elutasítása előtt be kell jelentkeznie.
|
398
440
|
destroy:
|
399
441
|
invalid: Probléma merült fel a konferencián.
|
400
442
|
success: A konferencia sikeres volt.
|
@@ -404,6 +446,7 @@ hu:
|
|
404
446
|
personal_website: Személyes weboldal
|
405
447
|
show:
|
406
448
|
more_info: több információ
|
449
|
+
speaking_at: Előad ekkor
|
407
450
|
conference_speaker_cell:
|
408
451
|
personal_url:
|
409
452
|
personal_website: Személyes weboldal
|
@@ -411,7 +454,7 @@ hu:
|
|
411
454
|
go_to_twitter: Menjen a Twitterre
|
412
455
|
conference_speakers:
|
413
456
|
index:
|
414
|
-
speakers:
|
457
|
+
speakers: Előadók
|
415
458
|
conferences:
|
416
459
|
partners:
|
417
460
|
collaborators: Partnerek
|
@@ -462,6 +505,7 @@ hu:
|
|
462
505
|
home:
|
463
506
|
highlighted_conferences:
|
464
507
|
active_conferences: Aktív konferenciák
|
508
|
+
conferences_button_title: Link a Konferenciák oldalra, ahol az összes konferencia látható
|
465
509
|
see_all_conferences: Lásd az összes konferenciát
|
466
510
|
photo:
|
467
511
|
image:
|
@@ -476,7 +520,8 @@ hu:
|
|
476
520
|
registration_types:
|
477
521
|
index:
|
478
522
|
choose_an_option: 'Válassza ki a regisztrációs lehetőséget:'
|
479
|
-
login_as: '%{name} <%{email}> -ként
|
523
|
+
login_as: '%{name} <%{email}> -ként jelentkeztél be'
|
524
|
+
no_registrations: Nincs regisztráció
|
480
525
|
register: Regisztráció
|
481
526
|
title: Regisztrációs típusok
|
482
527
|
shared:
|
@@ -513,11 +558,22 @@ hu:
|
|
513
558
|
email_outro: Ezt az értesítést megkapta, mert a "%{resource_title}" konferenciát követi. Leiratkozhat az előző linkről.
|
514
559
|
email_subject: A "%{resource_title}" konferencia lehetővé tette a regisztrációt.
|
515
560
|
notification_title: A <a href="%{resource_path}">%{resource_title}</a> konferencia engedélyezte a regisztrációkat.
|
561
|
+
role_assigned:
|
562
|
+
email_intro: A(z) "%{resource_title}" konferencia %{role} szerepét rendelték Önhöz.
|
563
|
+
email_outro: 'Azért kapta ezt az értesítést, mert a(z) "%{resource_title}" konferencián a következő szerepet kapta: %{role}.'
|
564
|
+
email_subject: 'Önt a(z) %{role} szerephez rendelték itt: "%{resource_title}".'
|
565
|
+
notification_title: 'A(z) %{role} szerephez rendelték a következő konferencián: <a href="%{resource_url}">%{resource_title}</a>.'
|
516
566
|
upcoming_conference:
|
517
567
|
email_intro: 'A "%{resource_title}" konferencia 2 nap múlva kezdődik. Olvasd el a leírást ezen az oldalon:'
|
518
568
|
email_outro: Ezt az értesítést azért kaptad, mert a "%{resource_title}" konferenciát követed. Leiratkozhatsz az értesítésekről az előző linken keresztül.
|
519
569
|
email_subject: A "%{resource_title}" konferencia hamarosan indul!
|
520
570
|
notification_title: A <a href="%{resource_path}">%{resource_title}</a> konferencia 2 nap múlva kezdődik.
|
571
|
+
help:
|
572
|
+
participatory_spaces:
|
573
|
+
conferences:
|
574
|
+
contextual: "<p>A <strong>konferencia</strong> egy programba rendezett találkozók gyűjteménye, számos meghívott előadóval és a nagy kongresszusokra vagy társadalmi eseményekre jellemző egyéb információs mezőkkel (regisztráció, a rendezvényt támogató vagy szponzoráló szervezetek listája stb.).</p> <p>Példák: Egy konferencia lehet egy szervezet és tagjai számára releváns esemény, vagy egy részvételi folyamat részeként, illetve egy konzultációt követően kerülhet megrendezésre.</p>\n"
|
575
|
+
page: "<p>A <strong>konferencia</strong> egy programba rendezett találkozók gyűjteménye, számos meghívott előadóval és a nagy kongresszusokra vagy társadalmi eseményekre jellemző egyéb információs mezőkkel (regisztráció, a rendezvényt támogató vagy szponzoráló szervezetek listája stb.).</p> <p>Példák: Egy konferencia lehet egy szervezet és tagjai számára releváns esemény, vagy egy részvételi folyamat részeként, illetve egy konzultációt követően kerülhet megrendezésre.</p>\n"
|
576
|
+
title: Mik a konferenciák?
|
521
577
|
log:
|
522
578
|
value_types:
|
523
579
|
conference_presenter:
|
@@ -528,6 +584,8 @@ hu:
|
|
528
584
|
title: Média és linkek
|
529
585
|
menu:
|
530
586
|
conferences: Konferenciák
|
587
|
+
statistics:
|
588
|
+
conferences_count: Konferenciák
|
531
589
|
devise:
|
532
590
|
mailer:
|
533
591
|
join_conference:
|
data/config/locales/id-ID.yml
CHANGED
@@ -23,12 +23,6 @@ id:
|
|
23
23
|
slogan: Slogan
|
24
24
|
slug: Siput URL
|
25
25
|
title: Judul
|
26
|
-
conference_media_link:
|
27
|
-
weight: Berat
|
28
|
-
conference_partner:
|
29
|
-
weight: Berat
|
30
|
-
conference_registration_type:
|
31
|
-
weight: Berat
|
32
26
|
conference_speaker:
|
33
27
|
full_name: Nama lengkap
|
34
28
|
conference_user_role:
|
@@ -97,8 +91,6 @@ id:
|
|
97
91
|
edit:
|
98
92
|
title: Perbarui pengguna konferensi.
|
99
93
|
update: Memperbarui
|
100
|
-
index:
|
101
|
-
conference_admins_title: pengguna konferensi
|
102
94
|
new:
|
103
95
|
create: Membuat
|
104
96
|
title: Pengguna konferensi baru.
|
@@ -368,7 +360,6 @@ id:
|
|
368
360
|
conference_program:
|
369
361
|
program_meeting:
|
370
362
|
content: Konten
|
371
|
-
location: Lokasi
|
372
363
|
speakers: Pembicara
|
373
364
|
streaming: Streaming
|
374
365
|
show:
|
data/config/locales/it.yml
CHANGED
@@ -29,7 +29,6 @@ it:
|
|
29
29
|
show_statistics: Mostra statistiche
|
30
30
|
sign_date: Firmato il
|
31
31
|
signature: Firma
|
32
|
-
signature_name: nome firma
|
33
32
|
slogan: Slogan
|
34
33
|
slug: Slug URL
|
35
34
|
start_date: Data di inizio
|
@@ -38,13 +37,11 @@ it:
|
|
38
37
|
date: Data
|
39
38
|
link: Collegamento
|
40
39
|
title: Titolo
|
41
|
-
weight: Peso
|
42
40
|
conference_partner:
|
43
41
|
link: Collegamento
|
44
42
|
logo: Logo
|
45
43
|
name: Nome
|
46
44
|
partner_type: Tipo di partner
|
47
|
-
weight: Peso
|
48
45
|
conference_registration_invite:
|
49
46
|
email: Email
|
50
47
|
name: Nome
|
@@ -54,7 +51,6 @@ it:
|
|
54
51
|
description: Descrizione
|
55
52
|
price: Prezzo
|
56
53
|
title: Titolo
|
57
|
-
weight: Peso
|
58
54
|
conference_speaker:
|
59
55
|
affiliation: Affiliazione
|
60
56
|
avatar: Avatar
|
@@ -132,8 +128,6 @@ it:
|
|
132
128
|
edit:
|
133
129
|
title: Aggiorna l'amministratore della conferenza.
|
134
130
|
update: Aggiornare
|
135
|
-
index:
|
136
|
-
conference_admins_title: amministratori della conferenza
|
137
131
|
new:
|
138
132
|
create: Creare
|
139
133
|
title: Nuovo amministratore della conferenza.
|
@@ -410,7 +404,7 @@ it:
|
|
410
404
|
conference_program:
|
411
405
|
program_meeting:
|
412
406
|
content: Soddisfare
|
413
|
-
location:
|
407
|
+
location: Luogo
|
414
408
|
speakers: Relatori
|
415
409
|
streaming: Streaming
|
416
410
|
show:
|
data/config/locales/ja.yml
CHANGED
@@ -38,13 +38,13 @@ ja:
|
|
38
38
|
date: 日付
|
39
39
|
link: リンク
|
40
40
|
title: タイトル
|
41
|
-
weight:
|
41
|
+
weight: 並び順の位置
|
42
42
|
conference_partner:
|
43
43
|
link: リンク
|
44
44
|
logo: ロゴ
|
45
45
|
name: 名前
|
46
46
|
partner_type: パートナータイプ
|
47
|
-
weight:
|
47
|
+
weight: 並び順の位置
|
48
48
|
conference_registration_invite:
|
49
49
|
email: Eメールアドレス
|
50
50
|
name: 名前
|
@@ -54,7 +54,7 @@ ja:
|
|
54
54
|
description: 説明
|
55
55
|
price: 価格
|
56
56
|
title: タイトル
|
57
|
-
weight:
|
57
|
+
weight: 並び順の位置
|
58
58
|
conference_speaker:
|
59
59
|
affiliation: 所属
|
60
60
|
avatar: アバター
|
@@ -310,6 +310,7 @@ ja:
|
|
310
310
|
update: "%{user_name} が %{space_name} カンファレンスのパートナー %{resource_name} を更新しました"
|
311
311
|
registration_type:
|
312
312
|
create: "%{user_name} が %{resource_name} カンファレンスで %{space_name} の登録タイプを作成しました"
|
313
|
+
delete: "%{user_name} が %{space_name} カンファレンスから %{resource_name} 登録タイプを削除しました"
|
313
314
|
publish: "%{user_name} が %{resource_name} カンファレンスで %{space_name} 登録タイプを公開しました"
|
314
315
|
unpublish: "%{user_name} が %{resource_name} カンファレンス内の %{space_name} 登録タイプを非公開にしました"
|
315
316
|
update: "%{user_name} が %{resource_name} カンファレンスの %{space_name} 登録タイプを更新しました"
|
@@ -0,0 +1 @@
|
|
1
|
+
ka:
|
@@ -0,0 +1 @@
|
|
1
|
+
kaa:
|
data/config/locales/lb.yml
CHANGED
@@ -29,7 +29,6 @@ lb:
|
|
29
29
|
show_statistics: Zeige Statistiken
|
30
30
|
sign_date: Datum der Unterschrift
|
31
31
|
signature: Unterschrift
|
32
|
-
signature_name: Signaturname
|
33
32
|
slogan: Slogan
|
34
33
|
slug: URL-Block
|
35
34
|
start_date: Startdatum
|
@@ -57,8 +56,6 @@ lb:
|
|
57
56
|
edit:
|
58
57
|
title: Aktualisieren Sie den Konferenzbenutzer.
|
59
58
|
update: Aktualisieren
|
60
|
-
index:
|
61
|
-
conference_admins_title: Konferenzbenutzer
|
62
59
|
new:
|
63
60
|
create: Erstellen
|
64
61
|
title: Neuer Konferenzbenutzer
|
@@ -330,7 +327,7 @@ lb:
|
|
330
327
|
conference_program:
|
331
328
|
program_meeting:
|
332
329
|
content: Inhalt
|
333
|
-
location:
|
330
|
+
location: Standort
|
334
331
|
speakers: Lautsprecher
|
335
332
|
streaming: Streaming
|
336
333
|
show:
|
data/config/locales/lt.yml
CHANGED
@@ -29,7 +29,6 @@ lt:
|
|
29
29
|
show_statistics: Rodyti statistiką
|
30
30
|
sign_date: Pasirašymo data
|
31
31
|
signature: Parašas
|
32
|
-
signature_name: parašo pavadinimas
|
33
32
|
slogan: Šūkis
|
34
33
|
slug: URL priedas
|
35
34
|
start_date: Pradžios data
|
@@ -38,13 +37,11 @@ lt:
|
|
38
37
|
date: Data
|
39
38
|
link: Nuoroda
|
40
39
|
title: Pavadinimas
|
41
|
-
weight: Svoris
|
42
40
|
conference_partner:
|
43
41
|
link: Nuoroda
|
44
42
|
logo: Logotipas
|
45
43
|
name: Vardas
|
46
44
|
partner_type: Partnerio tipas
|
47
|
-
weight: Svoris
|
48
45
|
conference_registration_invite:
|
49
46
|
email: El. paštas
|
50
47
|
name: Vardas
|
@@ -54,7 +51,6 @@ lt:
|
|
54
51
|
description: Aprašymas
|
55
52
|
price: Kaina
|
56
53
|
title: Pavadinimas
|
57
|
-
weight: Svoris
|
58
54
|
conference_speaker:
|
59
55
|
affiliation: Organizacija
|
60
56
|
avatar: Avataras
|
@@ -140,8 +136,6 @@ lt:
|
|
140
136
|
edit:
|
141
137
|
title: Atnaujinti konferencijos administratorių.
|
142
138
|
update: Atnaujinti
|
143
|
-
index:
|
144
|
-
conference_admins_title: konferencijos administratoriai
|
145
139
|
new:
|
146
140
|
create: Sukurti
|
147
141
|
title: Naujas konferencijos administratorius.
|
@@ -421,7 +415,7 @@ lt:
|
|
421
415
|
program_meeting:
|
422
416
|
content: Turinys
|
423
417
|
location: Vieta
|
424
|
-
speakers:
|
418
|
+
speakers: Pranešėjai
|
425
419
|
streaming: Transliuoti
|
426
420
|
show:
|
427
421
|
day: Diena
|
data/config/locales/lv.yml
CHANGED
@@ -23,12 +23,6 @@ lv:
|
|
23
23
|
slogan: Sauklis
|
24
24
|
slug: URL sadaļas adrese (slug)
|
25
25
|
title: Nosaukums
|
26
|
-
conference_media_link:
|
27
|
-
weight: Svarīgums
|
28
|
-
conference_partner:
|
29
|
-
weight: Svarīgums
|
30
|
-
conference_registration_type:
|
31
|
-
weight: Svarīgums
|
32
26
|
conference_speaker:
|
33
27
|
full_name: Vārds, uzvārds
|
34
28
|
conference_user_role:
|
@@ -103,8 +97,6 @@ lv:
|
|
103
97
|
edit:
|
104
98
|
title: Atjaunināt konferences administratoru.
|
105
99
|
update: Atjaunināt
|
106
|
-
index:
|
107
|
-
conference_admins_title: konferences administratori
|
108
100
|
new:
|
109
101
|
create: Izveidot
|
110
102
|
title: Jauns konferences administrators.
|
@@ -377,7 +369,6 @@ lv:
|
|
377
369
|
conference_program:
|
378
370
|
program_meeting:
|
379
371
|
content: Saturs
|
380
|
-
location: Atrašanās vieta
|
381
372
|
speakers: Runātāji
|
382
373
|
streaming: Straumēšana
|
383
374
|
show:
|