decidim-conferences 0.26.9 → 0.27.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/content_blocks/highlighted_conferences/show.erb +2 -2
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_cell.rb +4 -5
- data/app/commands/decidim/conferences/admin/confirm_conference_registration.rb +3 -3
- data/app/commands/decidim/conferences/admin/copy_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/create_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/create_conference_speaker.rb +8 -8
- data/app/commands/decidim/conferences/admin/create_media_link.rb +6 -6
- data/app/commands/decidim/conferences/admin/create_partner.rb +8 -8
- data/app/commands/decidim/conferences/admin/create_registration_type.rb +6 -6
- data/app/commands/decidim/conferences/admin/destroy_conference_admin.rb +1 -6
- data/app/commands/decidim/conferences/admin/destroy_conference_speaker.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_media_link.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_partner.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/admin/export_conference_registrations.rb +1 -1
- data/app/commands/decidim/conferences/admin/invite_user_to_join_conference.rb +10 -12
- data/app/commands/decidim/conferences/admin/notify_role_assigned_to_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/publish_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/publish_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/admin/send_conference_diplomas.rb +1 -1
- data/app/commands/decidim/conferences/admin/unpublish_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/unpublish_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_conference_speaker.rb +8 -8
- data/app/commands/decidim/conferences/admin/update_diploma.rb +3 -3
- data/app/commands/decidim/conferences/admin/update_media_link.rb +6 -6
- data/app/commands/decidim/conferences/admin/update_partner.rb +6 -6
- data/app/commands/decidim/conferences/admin/update_registration_type.rb +6 -6
- data/app/commands/decidim/conferences/decline_invitation.rb +1 -1
- data/app/commands/decidim/conferences/join_conference.rb +1 -8
- data/app/commands/decidim/conferences/leave_conference.rb +4 -4
- data/app/controllers/decidim/conferences/admin/conference_invites_controller.rb +12 -8
- data/app/controllers/decidim/conferences/admin/conference_registrations_controller.rb +10 -8
- data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +11 -17
- 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_type_publications_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/registration_types_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/reminders_controller.rb +14 -0
- data/app/controllers/decidim/conferences/conference_program_controller.rb +2 -2
- data/app/controllers/decidim/conferences/conference_registrations_controller.rb +1 -18
- data/app/controllers/decidim/conferences/conferences_controller.rb +1 -1
- data/app/events/decidim/conferences/conference_registration_notification_event.rb +1 -1
- data/app/events/decidim/conferences/conference_role_assigned_event.rb +1 -1
- data/app/forms/decidim/conferences/admin/conference_registration_invite_form.rb +1 -1
- data/app/helpers/decidim/conferences/admin/conference_speakers_helper.rb +14 -0
- data/app/mailers/decidim/conferences/admin/send_conference_diploma_mailer.rb +2 -2
- data/app/models/decidim/conference.rb +2 -3
- data/app/models/decidim/conferences/conference_invite.rb +2 -2
- data/app/models/decidim/conferences/conference_registration.rb +2 -2
- data/app/permissions/decidim/conferences/permissions.rb +0 -1
- data/app/presenters/decidim/conference_speaker_presenter.rb +3 -5
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +4 -1
- data/app/queries/decidim/conferences/admin/admin_users.rb +1 -1
- data/app/queries/decidim/conferences/admin/conference_invites.rb +1 -1
- data/app/queries/decidim/conferences/admin/conference_speakers.rb +1 -1
- data/app/queries/decidim/conferences/conference_program_meetings.rb +2 -2
- data/app/queries/decidim/conferences/conference_program_meetings_by_day.rb +3 -3
- data/app/queries/decidim/conferences/conferences_with_user_role.rb +1 -1
- data/app/queries/decidim/conferences/organization_conferences.rb +1 -1
- data/app/queries/decidim/conferences/organization_prioritized_conferences.rb +3 -3
- data/app/queries/decidim/conferences/organization_published_conferences.rb +3 -3
- data/app/queries/decidim/conferences/prioritized_conferences.rb +1 -1
- data/app/queries/decidim/conferences/promoted_conferences.rb +1 -1
- data/app/queries/decidim/conferences/published_conferences.rb +1 -1
- data/app/queries/decidim/conferences/visible_conferences.rb +1 -1
- data/app/serializers/decidim/conferences/{data_portability_conference_invite_serializer.rb → download_your_data_conference_invite_serializer.rb} +2 -2
- data/app/serializers/decidim/conferences/{data_portability_conference_registration_serializer.rb → download_your_data_conference_registration_serializer.rb} +2 -2
- data/app/views/decidim/conferences/admin/conference_copies/new.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conference_invites/index.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conference_invites/new.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conference_registrations/index.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conference_speakers/edit.html.erb +1 -2
- data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conference_speakers/new.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conference_user_roles/edit.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conference_user_roles/new.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conferences/_form.html.erb +3 -3
- data/app/views/decidim/conferences/admin/conferences/edit.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conferences/index.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conferences/new.html.erb +0 -1
- data/app/views/decidim/conferences/admin/diplomas/edit.html.erb +0 -1
- data/app/views/decidim/conferences/admin/invite_join_conference_mailer/invite.html.erb +3 -3
- data/app/views/decidim/conferences/admin/media_links/edit.html.erb +0 -1
- data/app/views/decidim/conferences/admin/media_links/index.html.erb +0 -1
- data/app/views/decidim/conferences/admin/media_links/new.html.erb +0 -1
- data/app/views/decidim/conferences/admin/partners/_form.html.erb +2 -1
- data/app/views/decidim/conferences/admin/partners/edit.html.erb +0 -1
- data/app/views/decidim/conferences/admin/partners/index.html.erb +3 -2
- data/app/views/decidim/conferences/admin/partners/new.html.erb +0 -1
- data/app/views/decidim/conferences/admin/registration_types/edit.html.erb +0 -1
- data/app/views/decidim/conferences/admin/registration_types/index.html.erb +0 -1
- data/app/views/decidim/conferences/admin/registration_types/new.html.erb +0 -1
- data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/show.html.erb +2 -2
- data/app/views/devise/mailer/join_conference.html.erb +2 -2
- data/app/views/devise/mailer/join_conference.text.erb +2 -2
- data/app/views/layouts/decidim/_conference_hero.html.erb +1 -1
- data/app/views/layouts/decidim/_conferences_nav.html.erb +1 -1
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +15 -2
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +10 -13
- data/config/locales/cs.yml +26 -29
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +15 -18
- data/config/locales/el.yml +12 -13
- data/config/locales/en.yml +7 -11
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +9 -12
- data/config/locales/es-PY.yml +12 -15
- data/config/locales/es.yml +10 -13
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +188 -193
- data/config/locales/fi-plain.yml +9 -12
- data/config/locales/fi.yml +18 -21
- data/config/locales/fr-CA.yml +6 -9
- data/config/locales/fr.yml +9 -12
- data/config/locales/ga-IE.yml +4 -0
- data/config/locales/gl.yml +15 -1
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +14 -66
- data/config/locales/id-ID.yml +18 -1
- data/config/locales/is-IS.yml +2 -1
- data/config/locales/it.yml +18 -4
- data/config/locales/ja.yml +9 -10
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +11 -3
- data/config/locales/lt.yml +1 -623
- data/config/locales/lv.yml +16 -1
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +19 -5
- data/config/locales/no.yml +14 -2
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +9 -14
- data/config/locales/pt-BR.yml +15 -4
- data/config/locales/pt.yml +14 -2
- data/config/locales/ro-RO.yml +17 -15
- data/config/locales/ru.yml +1 -0
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +16 -1
- data/config/locales/sl.yml +1 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +15 -10
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +20 -4
- data/config/locales/uk.yml +1 -0
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +18 -1
- data/config/locales/zh-TW.yml +1 -607
- data/lib/decidim/conferences/admin_engine.rb +1 -0
- data/lib/decidim/conferences/participatory_space.rb +8 -8
- data/lib/decidim/conferences/test/factories.rb +1 -5
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +18 -25
- data/config/environment.rb +0 -3
- data/config/locales/fa-IR.yml +0 -1
- data/config/locales/gn-PY.yml +0 -1
- data/config/locales/ka-GE.yml +0 -1
- data/config/locales/kaa.yml +0 -20
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
- data/config/locales/sq-AL.yml +0 -1
- data/config/locales/th-TH.yml +0 -1
data/config/locales/sk.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
sk:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -22,6 +23,12 @@ sk:
|
|
22
23
|
slogan: Slogan
|
23
24
|
slug: URL krátky odkaz
|
24
25
|
title: Názov
|
26
|
+
conference_media_link:
|
27
|
+
weight: Váha
|
28
|
+
conference_partner:
|
29
|
+
weight: Váha
|
30
|
+
conference_registration_type:
|
31
|
+
weight: Váha
|
25
32
|
conference_speaker:
|
26
33
|
full_name: Meno a priezvisko
|
27
34
|
conference_user_role:
|
@@ -99,6 +106,8 @@ sk:
|
|
99
106
|
edit:
|
100
107
|
title: Aktualizovať administrátora konferencie.
|
101
108
|
update: Aktualizovať
|
109
|
+
index:
|
110
|
+
conference_admins_title: administrátori konferencie
|
102
111
|
new:
|
103
112
|
create: Vytvoriť
|
104
113
|
title: Nový administrátor konferencie.
|
@@ -286,6 +295,9 @@ sk:
|
|
286
295
|
title: Rečníci
|
287
296
|
conferences:
|
288
297
|
admin:
|
298
|
+
conference_copies:
|
299
|
+
form:
|
300
|
+
slug_help: 'Krátke URL odkazy sa používajú na tvorbu URL odkazov na túto konferenciu. Povolené sú iba písmená, čísla, pomlčky, a musia začínať písmenom. Príklad: %{url}'
|
289
301
|
conference_invites:
|
290
302
|
create:
|
291
303
|
error: Nastal problém s pozývaním účastníka na konferenciu.
|
@@ -329,6 +341,7 @@ sk:
|
|
329
341
|
few: Sú tu %{count} registrácie.
|
330
342
|
many: Je tu %{count} registrácií.
|
331
343
|
other: Je tu %{count} registrácií.
|
344
|
+
slug_help: 'Krátke URL odkazy sa používajú na tvorbu URL odkazov na túto konferenciu. Povolené sú iba písmená, čísla, pomlčky, a musia začínať písmenom. Príklad: %{url}'
|
332
345
|
diplomas:
|
333
346
|
edit:
|
334
347
|
save: Uložiť
|
@@ -336,7 +349,7 @@ sk:
|
|
336
349
|
invite_join_conference_mailer:
|
337
350
|
invite:
|
338
351
|
decline: Odmietnuť pozvánku na "%{conference_title}"
|
339
|
-
|
352
|
+
invited_you_to_join_a_conference: "%{invited_by} Vás pozval na účasť na konferencii na %{application}. Účasť môžete potvrdiť alebo odmietnuť kliknutím na odkaz nižšie."
|
340
353
|
registration: Registrácia na konferenciu "%{conference_title}"
|
341
354
|
partners:
|
342
355
|
index:
|
@@ -368,6 +381,7 @@ sk:
|
|
368
381
|
conference_program:
|
369
382
|
program_meeting:
|
370
383
|
content: Obsah
|
384
|
+
location: Miesto
|
371
385
|
speakers: Rečníci
|
372
386
|
streaming: Streamovanie
|
373
387
|
show:
|
@@ -456,6 +470,7 @@ sk:
|
|
456
470
|
home:
|
457
471
|
highlighted_conferences:
|
458
472
|
active_conferences: Aktívne konferencie
|
473
|
+
see_all_conferences: Zobraziť všetky konferencie
|
459
474
|
photo:
|
460
475
|
image:
|
461
476
|
attributes:
|
data/config/locales/sl.yml
CHANGED
data/config/locales/so-SO.yml
CHANGED
data/config/locales/sr-CS.yml
CHANGED
data/config/locales/sv.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
sv:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -28,7 +29,7 @@ sv:
|
|
28
29
|
show_statistics: Visa statistik
|
29
30
|
sign_date: Underskriftsdatum
|
30
31
|
signature: Underskrift
|
31
|
-
signature_name:
|
32
|
+
signature_name: signaturnamn
|
32
33
|
slogan: Slogan
|
33
34
|
slug: URL-slug
|
34
35
|
start_date: Startdatum
|
@@ -37,13 +38,13 @@ sv:
|
|
37
38
|
date: Datum
|
38
39
|
link: Länk
|
39
40
|
title: Titel
|
40
|
-
weight:
|
41
|
+
weight: Vikt
|
41
42
|
conference_partner:
|
42
43
|
link: Länk
|
43
44
|
logo: Logga
|
44
45
|
name: Namn
|
45
46
|
partner_type: Typ av partner
|
46
|
-
weight:
|
47
|
+
weight: Vikt
|
47
48
|
conference_registration_invite:
|
48
49
|
email: E-post
|
49
50
|
name: Namn
|
@@ -53,15 +54,13 @@ sv:
|
|
53
54
|
description: Beskrivning
|
54
55
|
price: Pris
|
55
56
|
title: Titel
|
56
|
-
weight:
|
57
|
+
weight: Vikt
|
57
58
|
conference_speaker:
|
58
59
|
affiliation: Anknytning
|
59
60
|
avatar: Avatar
|
60
61
|
conference_meeting_ids: Relaterade möten
|
61
62
|
full_name: Fullständigt namn
|
62
|
-
personal_url: Personlig URL
|
63
63
|
position: Plats
|
64
|
-
short_bio: Kort biographi
|
65
64
|
twitter_handle: Twitternamn
|
66
65
|
user_id: Användare
|
67
66
|
conference_user_role:
|
@@ -133,6 +132,8 @@ sv:
|
|
133
132
|
edit:
|
134
133
|
title: Uppdatera konferensadministratör.
|
135
134
|
update: Uppdatera
|
135
|
+
index:
|
136
|
+
conference_admins_title: konferensadministratörer
|
136
137
|
new:
|
137
138
|
create: Skapa
|
138
139
|
title: Ny konferensadministratör.
|
@@ -202,7 +203,7 @@ sv:
|
|
202
203
|
conference:
|
203
204
|
fields:
|
204
205
|
created_at: Skapad
|
205
|
-
promoted:
|
206
|
+
promoted: Annonserad
|
206
207
|
published: Publicerad
|
207
208
|
title: Titel
|
208
209
|
conference_speaker:
|
@@ -325,6 +326,9 @@ sv:
|
|
325
326
|
title: Talare
|
326
327
|
conferences:
|
327
328
|
admin:
|
329
|
+
conference_copies:
|
330
|
+
form:
|
331
|
+
slug_help: 'URL-slugs används till att skapa de URL:er som pekar på konferensen. Tar bara emot bokstäver, siffror och bindestreck, och måste börja med en bokstav. Exempel: %{url}'
|
328
332
|
conference_invites:
|
329
333
|
create:
|
330
334
|
error: Det gick inte att bjuda in deltagaren till konferensen.
|
@@ -340,7 +344,7 @@ sv:
|
|
340
344
|
accepted: Accepterad
|
341
345
|
all: Alla
|
342
346
|
rejected: Avvisad
|
343
|
-
sent:
|
347
|
+
sent: Skickade
|
344
348
|
filter_by: Filtrera efter
|
345
349
|
invite_attendee: Bjud in deltagare
|
346
350
|
invites: Inbjudningar
|
@@ -366,6 +370,7 @@ sv:
|
|
366
370
|
registrations_count:
|
367
371
|
one: Det har gjorts en registrering.
|
368
372
|
other: Det har gjorts %{count} registreringar.
|
373
|
+
slug_help: 'URL-slugs används till att skapa de URL:er som pekar på konferensen. Tar bara emot bokstäver, siffror och bindestreck, och måste börja med en bokstav. Exempel: %{url}'
|
369
374
|
diplomas:
|
370
375
|
edit:
|
371
376
|
save: Spara
|
@@ -373,7 +378,7 @@ sv:
|
|
373
378
|
invite_join_conference_mailer:
|
374
379
|
invite:
|
375
380
|
decline: Avböj inbjudan till '%{conference_title}'
|
376
|
-
|
381
|
+
invited_you_to_join_a_conference: "%{invited_by} har bjudit in dig till en konferens på %{application}. Du kan avböja eller godkänna den via länkarna nedan."
|
377
382
|
registration: Registrering till '%{conference_title}'
|
378
383
|
partners:
|
379
384
|
index:
|
@@ -496,7 +501,7 @@ sv:
|
|
496
501
|
highlighted_conferences:
|
497
502
|
active_conferences: Pågående konferenser
|
498
503
|
conferences_button_title: Länk till sidan över konferenser som visar alla konferenser
|
499
|
-
see_all_conferences:
|
504
|
+
see_all_conferences: Visa alla konferenser
|
500
505
|
photo:
|
501
506
|
image:
|
502
507
|
attributes:
|
data/config/locales/sw-KE.yml
CHANGED
data/config/locales/ti-ER.yml
CHANGED
data/config/locales/tr-TR.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
tr:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -22,6 +23,12 @@ tr:
|
|
22
23
|
slogan: Slogan
|
23
24
|
slug: URL özel bilgisi
|
24
25
|
title: Başlık
|
26
|
+
conference_media_link:
|
27
|
+
weight: Ağırlık
|
28
|
+
conference_partner:
|
29
|
+
weight: Ağırlık
|
30
|
+
conference_registration_type:
|
31
|
+
weight: Ağırlık
|
25
32
|
conference_speaker:
|
26
33
|
full_name: Ad Soyad
|
27
34
|
conference_user_role:
|
@@ -93,6 +100,8 @@ tr:
|
|
93
100
|
edit:
|
94
101
|
title: Konferans yöneticisi güncelle.
|
95
102
|
update: Güncelle
|
103
|
+
index:
|
104
|
+
conference_admins_title: konferans yöneticileri
|
96
105
|
new:
|
97
106
|
create: Oluştur
|
98
107
|
title: Yeni konferans yöneticisi
|
@@ -280,6 +289,9 @@ tr:
|
|
280
289
|
title: Hoparlörler
|
281
290
|
conferences:
|
282
291
|
admin:
|
292
|
+
conference_copies:
|
293
|
+
form:
|
294
|
+
slug_help: 'URL sümükleri, bu konferansa işaret eden URL’leri oluşturmak için kullanılır. Sadece harfleri, sayıları ve kısa çizgileri kabul eder ve bir harfle başlamalıdır. Örnek: %{url}'
|
283
295
|
conference_invites:
|
284
296
|
create:
|
285
297
|
error: Kullanıcıyı konferansa katılmaya davet ederken bir sorun oluştu.
|
@@ -292,7 +304,9 @@ tr:
|
|
292
304
|
select_user: Kullanıcı seç
|
293
305
|
index:
|
294
306
|
filter:
|
307
|
+
accepted: Kabul edilmiş
|
295
308
|
all: Herşey
|
309
|
+
rejected: Reddedilen
|
296
310
|
sent: Gönderilen
|
297
311
|
filter_by: Tarafından filtre
|
298
312
|
invite_attendee: Katılımcı Davet Et
|
@@ -319,6 +333,7 @@ tr:
|
|
319
333
|
registrations_count:
|
320
334
|
one: 1 kayıt oldu.
|
321
335
|
other: '%{count} kayıt var.'
|
336
|
+
slug_help: 'URL sümükleri, bu konferansa işaret eden URL’leri oluşturmak için kullanılır. Sadece harfleri, sayıları ve kısa çizgileri kabul eder ve bir harfle başlamalıdır. Örnek: %{url}'
|
322
337
|
diplomas:
|
323
338
|
edit:
|
324
339
|
save: Kayıt etmek
|
@@ -326,7 +341,7 @@ tr:
|
|
326
341
|
invite_join_conference_mailer:
|
327
342
|
invite:
|
328
343
|
decline: '''%{conference_title}'' davetiyesini reddet'
|
329
|
-
|
344
|
+
invited_you_to_join_a_conference: "%{invited_by} sizi %{application}bir konferansa katılmaya davet etti. Aşağıdaki bağlantılardan reddedebilir veya kabul edebilirsiniz."
|
330
345
|
registration: '''%{conference_title}'' için kayıt'
|
331
346
|
partners:
|
332
347
|
index:
|
@@ -358,7 +373,8 @@ tr:
|
|
358
373
|
conference_program:
|
359
374
|
program_meeting:
|
360
375
|
content: içerik
|
361
|
-
|
376
|
+
location: yer
|
377
|
+
speakers: Hoparlörler
|
362
378
|
streaming: Yayın Akışı
|
363
379
|
show:
|
364
380
|
day: Gün
|
@@ -396,7 +412,7 @@ tr:
|
|
396
412
|
go_to_twitter: Twitter'a git
|
397
413
|
conference_speakers:
|
398
414
|
index:
|
399
|
-
speakers:
|
415
|
+
speakers: Hoparlörler
|
400
416
|
conferences:
|
401
417
|
partners:
|
402
418
|
collaborators: Ortaklar
|
@@ -447,7 +463,7 @@ tr:
|
|
447
463
|
home:
|
448
464
|
highlighted_conferences:
|
449
465
|
active_conferences: Aktif konferanslar
|
450
|
-
see_all_conferences: Tüm
|
466
|
+
see_all_conferences: Tüm konferanslara bak
|
451
467
|
photo:
|
452
468
|
image:
|
453
469
|
attributes:
|
data/config/locales/uk.yml
CHANGED
data/config/locales/val-ES.yml
CHANGED
data/config/locales/vi.yml
CHANGED
data/config/locales/zh-CN.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
zh-CN:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -22,6 +23,12 @@ zh-CN:
|
|
22
23
|
slogan: 斯洛根文
|
23
24
|
slug: URL 名称
|
24
25
|
title: 标题
|
26
|
+
conference_media_link:
|
27
|
+
weight: 权重
|
28
|
+
conference_partner:
|
29
|
+
weight: 权重
|
30
|
+
conference_registration_type:
|
31
|
+
weight: 权重
|
25
32
|
conference_speaker:
|
26
33
|
full_name: 全名
|
27
34
|
conference_user_role:
|
@@ -90,6 +97,8 @@ zh-CN:
|
|
90
97
|
edit:
|
91
98
|
title: 更新会议管理员。
|
92
99
|
update: 更新
|
100
|
+
index:
|
101
|
+
conference_admins_title: 会议管理员
|
93
102
|
new:
|
94
103
|
create: 创建
|
95
104
|
title: 新的会议管理员。
|
@@ -277,6 +286,9 @@ zh-CN:
|
|
277
286
|
title: 发言者:
|
278
287
|
conferences:
|
279
288
|
admin:
|
289
|
+
conference_copies:
|
290
|
+
form:
|
291
|
+
slug_help: 'URL slugs 用于生成指向此会议的URL。 只接受字母、数字和破折号,必须以字母开头。例如: %{url}'
|
280
292
|
conference_invites:
|
281
293
|
create:
|
282
294
|
error: 邀请与会者参加会议时出现问题。
|
@@ -289,7 +301,9 @@ zh-CN:
|
|
289
301
|
select_user: 选择参与者
|
290
302
|
index:
|
291
303
|
filter:
|
304
|
+
accepted: 已接受
|
292
305
|
all: 所有的
|
306
|
+
rejected: 已拒绝
|
293
307
|
sent: 已发送
|
294
308
|
filter_by: 筛选方式
|
295
309
|
invite_attendee: Invite participant
|
@@ -315,6 +329,7 @@ zh-CN:
|
|
315
329
|
available_slots_help: 如果您有无限空位可用,则将其留给0。
|
316
330
|
registrations_count:
|
317
331
|
other: 有 %{count} 个注册。
|
332
|
+
slug_help: 'URL slugs 用于生成指向此会议的URL。 只接受字母、数字和破折号,必须以字母开头。例如: %{url}'
|
318
333
|
diplomas:
|
319
334
|
edit:
|
320
335
|
save: 保存
|
@@ -322,7 +337,7 @@ zh-CN:
|
|
322
337
|
invite_join_conference_mailer:
|
323
338
|
invite:
|
324
339
|
decline: 拒绝邀请 '%{conference_title}'
|
325
|
-
|
340
|
+
invited_you_to_join_a_conference: "%{invited_by} 邀请您在 %{application}加入会议。您可以拒绝或接受以下链接。"
|
326
341
|
registration: 注册%{conference_title}'
|
327
342
|
partners:
|
328
343
|
index:
|
@@ -354,6 +369,7 @@ zh-CN:
|
|
354
369
|
conference_program:
|
355
370
|
program_meeting:
|
356
371
|
content: 内容
|
372
|
+
location: 地点
|
357
373
|
speakers: 发言者:
|
358
374
|
streaming: 流流
|
359
375
|
show:
|
@@ -442,6 +458,7 @@ zh-CN:
|
|
442
458
|
home:
|
443
459
|
highlighted_conferences:
|
444
460
|
active_conferences: 活跃的会议
|
461
|
+
see_all_conferences: 查看所有会议
|
445
462
|
photo:
|
446
463
|
image:
|
447
464
|
attributes:
|