decidim-conferences 0.27.3 → 0.27.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/destroy_conference_admin.rb +5 -0
- data/app/controllers/decidim/conferences/admin/conference_invites_controller.rb +8 -12
- data/app/controllers/decidim/conferences/admin/conference_registrations_controller.rb +8 -10
- data/app/controllers/decidim/conferences/admin/conference_speakers_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_type_publications_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/registration_types_controller.rb +1 -1
- data/app/controllers/decidim/conferences/conference_registrations_controller.rb +1 -1
- data/app/controllers/decidim/conferences/conferences_controller.rb +1 -1
- data/app/views/decidim/conferences/admin/conference_copies/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_invites/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_invites/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_registrations/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_speakers/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_speakers/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_user_roles/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_user_roles/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conferences/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conferences/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conferences/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/diplomas/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/media_links/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/media_links/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/media_links/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/partners/_form.html.erb +1 -2
- data/app/views/decidim/conferences/admin/partners/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/partners/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/partners/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/registration_types/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/registration_types/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/registration_types/new.html.erb +1 -0
- data/config/environment.rb +3 -0
- data/config/locales/ar.yml +0 -9
- data/config/locales/ca.yml +4 -4
- data/config/locales/cs.yml +11 -11
- data/config/locales/de.yml +17 -10
- data/config/locales/el.yml +13 -7
- data/config/locales/en.yml +2 -2
- data/config/locales/es-MX.yml +3 -3
- data/config/locales/es-PY.yml +5 -5
- data/config/locales/es.yml +3 -3
- data/config/locales/eu.yml +192 -180
- data/config/locales/fi-plain.yml +4 -4
- data/config/locales/fi.yml +11 -11
- data/config/locales/fr-CA.yml +4 -4
- data/config/locales/fr.yml +5 -5
- data/config/locales/gl.yml +0 -9
- data/config/locales/hu.yml +1 -8
- data/config/locales/id-ID.yml +0 -8
- data/config/locales/it.yml +2 -11
- data/config/locales/ja.yml +4 -6
- data/config/locales/kaa.yml +20 -0
- data/config/locales/lb.yml +1 -6
- data/config/locales/lt.yml +11 -7
- data/config/locales/lv.yml +0 -6
- data/config/locales/nl.yml +0 -9
- data/config/locales/no.yml +0 -7
- data/config/locales/pl.yml +14 -3
- data/config/locales/pt-BR.yml +1 -7
- data/config/locales/pt.yml +1 -8
- data/config/locales/ro-RO.yml +1 -10
- data/config/locales/sk.yml +0 -6
- data/config/locales/sl.yml +0 -1
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sv.yml +4 -9
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/tr-TR.yml +2 -8
- data/config/locales/zh-CN.yml +0 -8
- data/config/locales/zh-TW.yml +0 -7
- data/lib/decidim/api/conference_speaker_type.rb +1 -1
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +17 -14
data/config/locales/nl.yml
CHANGED
@@ -57,7 +57,6 @@ nl:
|
|
57
57
|
conference_meeting_ids: Gerelateerde vergaderingen
|
58
58
|
full_name: Voor-en achternaam
|
59
59
|
position: Positie
|
60
|
-
twitter_handle: Twitter-account
|
61
60
|
user_id: Gebruiker
|
62
61
|
conference_user_role:
|
63
62
|
email: E-mail
|
@@ -320,9 +319,6 @@ nl:
|
|
320
319
|
title: Sprekers
|
321
320
|
conferences:
|
322
321
|
admin:
|
323
|
-
conference_copies:
|
324
|
-
form:
|
325
|
-
slug_help: 'URL-slugs worden gebruikt om de URL''s te genereren die naar deze conferentie verwijzen. Accepteert alleen letters, cijfers en streepjes en moet beginnen met een letter. Voorbeeld: %{url}'
|
326
322
|
conference_invites:
|
327
323
|
create:
|
328
324
|
error: Er is een probleem opgetreden tijdens het uitnodigen van de gebruiker om deel te nemen aan de conferentie.
|
@@ -335,9 +331,7 @@ nl:
|
|
335
331
|
select_user: Selecteer gebruiker
|
336
332
|
index:
|
337
333
|
filter:
|
338
|
-
accepted: Aanvaard
|
339
334
|
all: Alle
|
340
|
-
rejected: Verworpen
|
341
335
|
sent: Verzonden
|
342
336
|
filter_by: Filteren op
|
343
337
|
invite_attendee: Nodig deelnemer uit
|
@@ -364,7 +358,6 @@ nl:
|
|
364
358
|
registrations_count:
|
365
359
|
one: Er is 1 registratie geweest.
|
366
360
|
other: Er zijn %{count} registraties geweest.
|
367
|
-
slug_help: 'URL-slugs worden gebruikt om de URL''s te genereren die naar deze conferentie verwijzen. Accepteert alleen letters, cijfers en streepjes en moet beginnen met een letter. Voorbeeld: %{url}'
|
368
361
|
diplomas:
|
369
362
|
edit:
|
370
363
|
save: Opslaan
|
@@ -430,7 +423,6 @@ nl:
|
|
430
423
|
invalid: Er is een probleem met het verlaten van deze conferentie.
|
431
424
|
success: U hebt de conferentie met succes verlaten.
|
432
425
|
conference_speaker:
|
433
|
-
go_to_twitter: Ga naar Twitter
|
434
426
|
more_info: meer informatie
|
435
427
|
personal_website: Persoonlijke website
|
436
428
|
show:
|
@@ -495,7 +487,6 @@ nl:
|
|
495
487
|
highlighted_conferences:
|
496
488
|
active_conferences: Actieve conferenties
|
497
489
|
conferences_button_title: Link naar de pagina Conferenties waarop alle conferenties worden weergegeven
|
498
|
-
see_all_conferences: Bekijk alle conferenties
|
499
490
|
photo:
|
500
491
|
image:
|
501
492
|
attributes:
|
data/config/locales/no.yml
CHANGED
@@ -57,7 +57,6 @@
|
|
57
57
|
conference_meeting_ids: Relaterte møter
|
58
58
|
full_name: Fullt navn
|
59
59
|
position: Stilling
|
60
|
-
twitter_handle: Brukernavn Twitter
|
61
60
|
user_id: Bruker
|
62
61
|
conference_user_role:
|
63
62
|
email: Epost
|
@@ -320,9 +319,6 @@
|
|
320
319
|
title: Talere
|
321
320
|
conferences:
|
322
321
|
admin:
|
323
|
-
conference_copies:
|
324
|
-
form:
|
325
|
-
slug_help: 'URL slugs brukes til å generere nettadressene som peker på denne konferansen. Godtar bare bokstaver, tall og bindestreker, og må starte med en bokstav. Eksempel: %{url}'
|
326
322
|
conference_invites:
|
327
323
|
create:
|
328
324
|
error: Det oppstod et problem med å invitere deltakeren til å delta på konferansen.
|
@@ -364,7 +360,6 @@
|
|
364
360
|
registrations_count:
|
365
361
|
one: Det har vært 1 registrering.
|
366
362
|
other: Det har vært %{count} registreringer.
|
367
|
-
slug_help: 'URL slugs brukes til å generere nettadressene som peker på denne konferansen. Godtar bare bokstaver, tall og bindestreker, og må starte med en bokstav. Eksempel: %{url}'
|
368
363
|
diplomas:
|
369
364
|
edit:
|
370
365
|
save: Lagre
|
@@ -430,7 +425,6 @@
|
|
430
425
|
invalid: Det oppstod et problem med å forlate denne konferansen.
|
431
426
|
success: Du har forlatt konferansen.
|
432
427
|
conference_speaker:
|
433
|
-
go_to_twitter: Gå til Twitter
|
434
428
|
more_info: mer info
|
435
429
|
personal_website: Personlig nettside
|
436
430
|
show:
|
@@ -495,7 +489,6 @@
|
|
495
489
|
highlighted_conferences:
|
496
490
|
active_conferences: Aktive konferanser
|
497
491
|
conferences_button_title: Lenke til konferansesiden som viser alle konferansene
|
498
|
-
see_all_conferences: Se alle konferanser
|
499
492
|
photo:
|
500
493
|
image:
|
501
494
|
attributes:
|
data/config/locales/pl.yml
CHANGED
@@ -37,11 +37,13 @@ pl:
|
|
37
37
|
date: Data
|
38
38
|
link: Link
|
39
39
|
title: Tytuł
|
40
|
+
weight: Kolejność
|
40
41
|
conference_partner:
|
41
42
|
link: Link
|
42
43
|
logo: Logo
|
43
44
|
name: Imię
|
44
45
|
partner_type: Typ partnera
|
46
|
+
weight: Kolejność
|
45
47
|
conference_registration_invite:
|
46
48
|
email: Adres e-mail
|
47
49
|
name: Imię
|
@@ -51,12 +53,16 @@ pl:
|
|
51
53
|
description: Opis
|
52
54
|
price: Cena
|
53
55
|
title: Tytuł
|
56
|
+
weight: Kolejność
|
54
57
|
conference_speaker:
|
55
58
|
affiliation: Przynależność
|
56
59
|
avatar: Awatar
|
57
60
|
conference_meeting_ids: Powiązane spotkania
|
58
61
|
full_name: Pełne imię i nazwisko
|
62
|
+
personal_url: Prywatny adres URL
|
59
63
|
position: Pozycja
|
64
|
+
short_bio: Notka biograficzna
|
65
|
+
twitter_handle: Uchwyt X
|
60
66
|
user_id: Użytkownik
|
61
67
|
conference_user_role:
|
62
68
|
email: E-mail
|
@@ -133,6 +139,8 @@ pl:
|
|
133
139
|
edit:
|
134
140
|
title: Zaktualizuj administratora konferencji.
|
135
141
|
update: Aktualizuj
|
142
|
+
index:
|
143
|
+
conference_admins_title: Administratorzy konferencji
|
136
144
|
new:
|
137
145
|
create: Utwórz
|
138
146
|
title: Nowy administrator konferencji.
|
@@ -310,6 +318,7 @@ pl:
|
|
310
318
|
update: "%{user_name} zaktualizował(a) partnera %{resource_name} w konferencji %{space_name}"
|
311
319
|
registration_type:
|
312
320
|
create: "%{user_name} utworzył(a) typ rejestracji %{resource_name} w konferencji %{space_name}"
|
321
|
+
delete: "Użytkownik %{user_name} usunął typ rejestracji %{resource_name} z konferencji %{space_name}"
|
313
322
|
publish: "%{user_name} opublikował(a) typ rejestracji %{resource_name} w konferencji %{space_name}"
|
314
323
|
unpublish: "%{user_name} cofnął/cofnęła publikację typu rejestracji %{resource_name} w konferencji %{space_name}"
|
315
324
|
update: "%{user_name} zaktualizował(a) typ rejestracji %{resource_name} w konferencji %{space_name}"
|
@@ -327,7 +336,7 @@ pl:
|
|
327
336
|
admin:
|
328
337
|
conference_copies:
|
329
338
|
form:
|
330
|
-
slug_help: 'URL
|
339
|
+
slug_help: 'Slugi URL wykorzystuje się do generowania adresów URL odsyłających do tej konferencji. Można używać jedynie liter, cyfr i łączników, przy czym należy rozpocząć od litery. Przykład: %{url}'
|
331
340
|
conference_invites:
|
332
341
|
create:
|
333
342
|
error: Podczas zapraszania użytkownika do udziału w konferencji wystąpił błąd.
|
@@ -371,7 +380,7 @@ pl:
|
|
371
380
|
few: Było %{count} rejestracji.
|
372
381
|
many: Było %{count} rejestracji.
|
373
382
|
other: Było %{count} rejestracji.
|
374
|
-
slug_help: 'URL
|
383
|
+
slug_help: 'Slugi URL wykorzystuje się do generowania adresów URL odsyłających do tej konferencji. Można używać jedynie liter, cyfr i łączników, przy czym należy rozpocząć od litery. Przykład: %{url}'
|
375
384
|
diplomas:
|
376
385
|
edit:
|
377
386
|
save: Zapisz
|
@@ -380,6 +389,7 @@ pl:
|
|
380
389
|
invite:
|
381
390
|
decline: Odrzuć zaproszenie "%{conference_title}"
|
382
391
|
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."
|
392
|
+
invited_user_to_join_a_conference: "Użytkownik %{invited_by} zaprosił Cię do udziału w konferencji w %{application}. Możesz to zaakceptować za pomocą poniższego linku."
|
383
393
|
registration: Rejestracja na "%{conference_title}"
|
384
394
|
partners:
|
385
395
|
index:
|
@@ -437,7 +447,7 @@ pl:
|
|
437
447
|
invalid: Podczas opuszczania tej konferencji wystąpił błąd.
|
438
448
|
success: Opuszczono konferencję.
|
439
449
|
conference_speaker:
|
440
|
-
go_to_twitter:
|
450
|
+
go_to_twitter: Przejdź do X
|
441
451
|
more_info: więcej informacji
|
442
452
|
personal_website: Osobista strona internetowa
|
443
453
|
show:
|
@@ -501,6 +511,7 @@ pl:
|
|
501
511
|
home:
|
502
512
|
highlighted_conferences:
|
503
513
|
active_conferences: Aktualne konferencje
|
514
|
+
conferences_button_title: Link do strony Konferencji wyświetlającej wszystkie konferencje
|
504
515
|
see_all_conferences: Zobacz wszystkie konferencje
|
505
516
|
photo:
|
506
517
|
image:
|
data/config/locales/pt-BR.yml
CHANGED
@@ -57,7 +57,6 @@ pt-BR:
|
|
57
57
|
conference_meeting_ids: Reuniões relacionadas
|
58
58
|
full_name: Nome completo
|
59
59
|
position: Posição
|
60
|
-
twitter_handle: Manipulador do Twitter
|
61
60
|
user_id: Usuário
|
62
61
|
conference_user_role:
|
63
62
|
email: O email
|
@@ -305,6 +304,7 @@ pt-BR:
|
|
305
304
|
update: "%{user_name} atualizou o parceiro %{resource_name} na conferência %{space_name}"
|
306
305
|
registration_type:
|
307
306
|
create: "%{user_name} criou o tipo de registro %{resource_name} na conferência de %{space_name}"
|
307
|
+
delete: "%{user_name} removeu o tipo de registro %{resource_name} da conferência %{space_name}"
|
308
308
|
publish: "%{user_name} publicou o tipo de registro %{resource_name} na conferência %{space_name}"
|
309
309
|
unpublish: "%{user_name} não publicado o tipo de registro %{resource_name} na conferência %{space_name}"
|
310
310
|
update: "%{user_name} atualizou o tipo de registro %{resource_name} na conferência %{space_name}"
|
@@ -320,9 +320,6 @@ pt-BR:
|
|
320
320
|
title: caixas de som
|
321
321
|
conferences:
|
322
322
|
admin:
|
323
|
-
conference_copies:
|
324
|
-
form:
|
325
|
-
slug_help: '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}'
|
326
323
|
conference_invites:
|
327
324
|
create:
|
328
325
|
error: Houve um problema ao convidar o usuário para participar da conferência.
|
@@ -364,7 +361,6 @@ pt-BR:
|
|
364
361
|
registrations_count:
|
365
362
|
one: Houve 1 registro.
|
366
363
|
other: Houve %{count} inscrições.
|
367
|
-
slug_help: '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}'
|
368
364
|
diplomas:
|
369
365
|
edit:
|
370
366
|
save: Salve
|
@@ -430,7 +426,6 @@ pt-BR:
|
|
430
426
|
invalid: Houve um problema ao sair desta conferência.
|
431
427
|
success: Você saiu da conferência com sucesso.
|
432
428
|
conference_speaker:
|
433
|
-
go_to_twitter: Vá para o Twitter
|
434
429
|
more_info: mais informações
|
435
430
|
personal_website: Site pessoal
|
436
431
|
show:
|
@@ -495,7 +490,6 @@ pt-BR:
|
|
495
490
|
highlighted_conferences:
|
496
491
|
active_conferences: Conferências ativas
|
497
492
|
conferences_button_title: Link para a página de Conferências exibindo todas as conferências
|
498
|
-
see_all_conferences: Veja todas as conferências
|
499
493
|
photo:
|
500
494
|
image:
|
501
495
|
attributes:
|
data/config/locales/pt.yml
CHANGED
@@ -57,7 +57,6 @@ pt:
|
|
57
57
|
conference_meeting_ids: Reuniões relacionadas
|
58
58
|
full_name: Nome completo
|
59
59
|
position: Posição
|
60
|
-
twitter_handle: Identificador do Twitter
|
61
60
|
user_id: Utilizador
|
62
61
|
conference_user_role:
|
63
62
|
email: E-mail
|
@@ -320,9 +319,6 @@ pt:
|
|
320
319
|
title: Oradores
|
321
320
|
conferences:
|
322
321
|
admin:
|
323
|
-
conference_copies:
|
324
|
-
form:
|
325
|
-
slug_help: 'Os campos de dados dinâmicos de URL são utilizados para gerar os URL que direcionam para esta conferência. Apenas aceitam letras, números e traços, devendo começar com uma letra. Exemplo: %{url}'
|
326
322
|
conference_invites:
|
327
323
|
create:
|
328
324
|
error: Ocorreu um problema ao convidar o participante para se juntar à conferência.
|
@@ -338,7 +334,7 @@ pt:
|
|
338
334
|
accepted: Aceite
|
339
335
|
all: Todos
|
340
336
|
rejected: Rejeitado
|
341
|
-
sent:
|
337
|
+
sent: Enviado
|
342
338
|
filter_by: Filtrar por
|
343
339
|
invite_attendee: Convidar participante
|
344
340
|
invites: Convites
|
@@ -364,7 +360,6 @@ pt:
|
|
364
360
|
registrations_count:
|
365
361
|
one: Ocorreu 1 registo.
|
366
362
|
other: Ocorreram %{count} registos.
|
367
|
-
slug_help: 'Os campos de dados dinâmicos de URL são utilizados para gerar os URL que direcionam para esta conferência. Apenas aceitam letras, números e traços, devendo começar com uma letra. Exemplo: %{url}'
|
368
363
|
diplomas:
|
369
364
|
edit:
|
370
365
|
save: Guardar
|
@@ -430,7 +425,6 @@ pt:
|
|
430
425
|
invalid: Ocorreu um problema ao sair desta conferência.
|
431
426
|
success: Saiu da conferência corretamente.
|
432
427
|
conference_speaker:
|
433
|
-
go_to_twitter: Vá para o Twitter
|
434
428
|
more_info: mais informações
|
435
429
|
personal_website: Sítio pessoal
|
436
430
|
show:
|
@@ -495,7 +489,6 @@ pt:
|
|
495
489
|
highlighted_conferences:
|
496
490
|
active_conferences: Conferências ativas
|
497
491
|
conferences_button_title: Ligação para a página de Conferências que mostra todas as conferências
|
498
|
-
see_all_conferences: Ver todas as conferências
|
499
492
|
photo:
|
500
493
|
image:
|
501
494
|
attributes:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -63,7 +63,6 @@ ro:
|
|
63
63
|
personal_url: URL personal
|
64
64
|
position: Poziție
|
65
65
|
short_bio: Biografie scurtă
|
66
|
-
twitter_handle: Responsabil Twitter
|
67
66
|
user_id: Utilizator
|
68
67
|
conference_user_role:
|
69
68
|
email: E-mail
|
@@ -208,7 +207,7 @@ ro:
|
|
208
207
|
conference:
|
209
208
|
fields:
|
210
209
|
created_at: Creat la
|
211
|
-
promoted:
|
210
|
+
promoted: Evidenţiat
|
212
211
|
published: Publicat
|
213
212
|
title: Titlu
|
214
213
|
conference_speaker:
|
@@ -332,9 +331,6 @@ ro:
|
|
332
331
|
title: Vorbitori
|
333
332
|
conferences:
|
334
333
|
admin:
|
335
|
-
conference_copies:
|
336
|
-
form:
|
337
|
-
slug_help: 'URL slugs sunt utilizate pentru a genera URL-urile care indică această conferință. Acestea acceptă doar litere, numere și cratime și trebuie să înceapă cu o literă. Exemplu: %{url}'
|
338
334
|
conference_invites:
|
339
335
|
create:
|
340
336
|
error: A apărut o problemă la invitarea participantului să participe la conferinţă.
|
@@ -347,9 +343,7 @@ ro:
|
|
347
343
|
select_user: Selectați un participant
|
348
344
|
index:
|
349
345
|
filter:
|
350
|
-
accepted: Acceptat
|
351
346
|
all: Toate
|
352
|
-
rejected: Respins
|
353
347
|
sent: Trimis
|
354
348
|
filter_by: Filtrare după
|
355
349
|
invite_attendee: Invite participant
|
@@ -377,7 +371,6 @@ ro:
|
|
377
371
|
one: A existat o înregistrare.
|
378
372
|
few: Au fost %{count} înregistrări.
|
379
373
|
other: Au fost %{count} înregistrări.
|
380
|
-
slug_help: 'URL slugs sunt utilizate pentru a genera URL-urile care indică această conferință. Acestea acceptă doar litere, numere și cratime și trebuie să înceapă cu o literă. Exemplu: %{url}'
|
381
374
|
diplomas:
|
382
375
|
edit:
|
383
376
|
save: Salvează
|
@@ -446,7 +439,6 @@ ro:
|
|
446
439
|
invalid: A apărut o problemă la ieşirea din această conferinţă.
|
447
440
|
success: Aţi părăsit cu succes conferinţa.
|
448
441
|
conference_speaker:
|
449
|
-
go_to_twitter: Mergi la Twitter
|
450
442
|
more_info: mai multe informații
|
451
443
|
personal_website: Website personal
|
452
444
|
show:
|
@@ -511,7 +503,6 @@ ro:
|
|
511
503
|
highlighted_conferences:
|
512
504
|
active_conferences: Conferințe active
|
513
505
|
conferences_button_title: Link către pagina de conferințe care afișează toate conferințele
|
514
|
-
see_all_conferences: Vezi toate conferințele
|
515
506
|
photo:
|
516
507
|
image:
|
517
508
|
attributes:
|
data/config/locales/sk.yml
CHANGED
@@ -287,9 +287,6 @@ sk:
|
|
287
287
|
title: Rečníci
|
288
288
|
conferences:
|
289
289
|
admin:
|
290
|
-
conference_copies:
|
291
|
-
form:
|
292
|
-
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}'
|
293
290
|
conference_invites:
|
294
291
|
create:
|
295
292
|
error: Nastal problém s pozývaním účastníka na konferenciu.
|
@@ -333,7 +330,6 @@ sk:
|
|
333
330
|
few: Sú tu %{count} registrácie.
|
334
331
|
many: Je tu %{count} registrácií.
|
335
332
|
other: Je tu %{count} registrácií.
|
336
|
-
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}'
|
337
333
|
diplomas:
|
338
334
|
edit:
|
339
335
|
save: Uložiť
|
@@ -398,7 +394,6 @@ sk:
|
|
398
394
|
invalid: Vyskytol sa problém s opustením tejto konferencie.
|
399
395
|
success: Úspešne ste opustili konferenciu.
|
400
396
|
conference_speaker:
|
401
|
-
go_to_twitter: Ísť na Twitter
|
402
397
|
more_info: viac informácií
|
403
398
|
personal_website: Osobná stránka
|
404
399
|
show:
|
@@ -461,7 +456,6 @@ sk:
|
|
461
456
|
home:
|
462
457
|
highlighted_conferences:
|
463
458
|
active_conferences: Aktívne konferencie
|
464
|
-
see_all_conferences: Zobraziť všetky konferencie
|
465
459
|
photo:
|
466
460
|
image:
|
467
461
|
attributes:
|
data/config/locales/sl.yml
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
sq:
|
data/config/locales/sv.yml
CHANGED
@@ -62,7 +62,7 @@ sv:
|
|
62
62
|
full_name: Fullständigt namn
|
63
63
|
personal_url: Personlig URL
|
64
64
|
position: Plats
|
65
|
-
|
65
|
+
short_bio: Kort biographi
|
66
66
|
user_id: Användare
|
67
67
|
conference_user_role:
|
68
68
|
email: E-post
|
@@ -202,7 +202,7 @@ sv:
|
|
202
202
|
conference:
|
203
203
|
fields:
|
204
204
|
created_at: Skapad
|
205
|
-
promoted:
|
205
|
+
promoted: Uppmärksammad
|
206
206
|
published: Publicerad
|
207
207
|
title: Titel
|
208
208
|
conference_speaker:
|
@@ -325,9 +325,6 @@ sv:
|
|
325
325
|
title: Talare
|
326
326
|
conferences:
|
327
327
|
admin:
|
328
|
-
conference_copies:
|
329
|
-
form:
|
330
|
-
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}'
|
331
328
|
conference_invites:
|
332
329
|
create:
|
333
330
|
error: Det gick inte att bjuda in deltagaren till konferensen.
|
@@ -343,7 +340,7 @@ sv:
|
|
343
340
|
accepted: Accepterad
|
344
341
|
all: Alla
|
345
342
|
rejected: Avvisad
|
346
|
-
sent:
|
343
|
+
sent: Skickad
|
347
344
|
filter_by: Filtrera efter
|
348
345
|
invite_attendee: Bjud in deltagare
|
349
346
|
invites: Inbjudningar
|
@@ -369,7 +366,6 @@ sv:
|
|
369
366
|
registrations_count:
|
370
367
|
one: Det har gjorts en registrering.
|
371
368
|
other: Det har gjorts %{count} registreringar.
|
372
|
-
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}'
|
373
369
|
diplomas:
|
374
370
|
edit:
|
375
371
|
save: Spara
|
@@ -435,7 +431,6 @@ sv:
|
|
435
431
|
invalid: Det gick inte att lämna konferensen.
|
436
432
|
success: Du har lämnat konferensen.
|
437
433
|
conference_speaker:
|
438
|
-
go_to_twitter: Gå till Twitter
|
439
434
|
more_info: mer information
|
440
435
|
personal_website: Personlig hemsida
|
441
436
|
show:
|
@@ -500,7 +495,7 @@ sv:
|
|
500
495
|
highlighted_conferences:
|
501
496
|
active_conferences: Pågående konferenser
|
502
497
|
conferences_button_title: Länk till sidan över konferenser som visar alla konferenser
|
503
|
-
see_all_conferences:
|
498
|
+
see_all_conferences: Se alla konferenser
|
504
499
|
photo:
|
505
500
|
image:
|
506
501
|
attributes:
|
@@ -0,0 +1 @@
|
|
1
|
+
th:
|
data/config/locales/tr-TR.yml
CHANGED
@@ -281,9 +281,6 @@ tr:
|
|
281
281
|
title: Hoparlörler
|
282
282
|
conferences:
|
283
283
|
admin:
|
284
|
-
conference_copies:
|
285
|
-
form:
|
286
|
-
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}'
|
287
284
|
conference_invites:
|
288
285
|
create:
|
289
286
|
error: Kullanıcıyı konferansa katılmaya davet ederken bir sorun oluştu.
|
@@ -296,9 +293,7 @@ tr:
|
|
296
293
|
select_user: Kullanıcı seç
|
297
294
|
index:
|
298
295
|
filter:
|
299
|
-
accepted: Kabul edilmiş
|
300
296
|
all: Herşey
|
301
|
-
rejected: Reddedilen
|
302
297
|
sent: Gönderilen
|
303
298
|
filter_by: Tarafından filtre
|
304
299
|
invite_attendee: Katılımcı Davet Et
|
@@ -325,7 +320,6 @@ tr:
|
|
325
320
|
registrations_count:
|
326
321
|
one: 1 kayıt oldu.
|
327
322
|
other: '%{count} kayıt var.'
|
328
|
-
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}'
|
329
323
|
diplomas:
|
330
324
|
edit:
|
331
325
|
save: Kayıt etmek
|
@@ -390,7 +384,7 @@ tr:
|
|
390
384
|
invalid: Bu konferansı terk etmekle ilgili bir sorun oluştu.
|
391
385
|
success: Konferansı başarıyla terk ettiniz.
|
392
386
|
conference_speaker:
|
393
|
-
go_to_twitter:
|
387
|
+
go_to_twitter: x'e git
|
394
388
|
more_info: Daha fazla bilgi
|
395
389
|
personal_website: Kişisel web sitesi
|
396
390
|
show:
|
@@ -454,7 +448,7 @@ tr:
|
|
454
448
|
home:
|
455
449
|
highlighted_conferences:
|
456
450
|
active_conferences: Aktif konferanslar
|
457
|
-
see_all_conferences: Tüm
|
451
|
+
see_all_conferences: Tüm Konferanslar
|
458
452
|
photo:
|
459
453
|
image:
|
460
454
|
attributes:
|
data/config/locales/zh-CN.yml
CHANGED
@@ -278,9 +278,6 @@ zh-CN:
|
|
278
278
|
title: 发言者:
|
279
279
|
conferences:
|
280
280
|
admin:
|
281
|
-
conference_copies:
|
282
|
-
form:
|
283
|
-
slug_help: 'URL slugs 用于生成指向此会议的URL。 只接受字母、数字和破折号,必须以字母开头。例如: %{url}'
|
284
281
|
conference_invites:
|
285
282
|
create:
|
286
283
|
error: 邀请与会者参加会议时出现问题。
|
@@ -293,9 +290,7 @@ zh-CN:
|
|
293
290
|
select_user: 选择参与者
|
294
291
|
index:
|
295
292
|
filter:
|
296
|
-
accepted: 已接受
|
297
293
|
all: 所有的
|
298
|
-
rejected: 已拒绝
|
299
294
|
sent: 已发送
|
300
295
|
filter_by: 筛选方式
|
301
296
|
invite_attendee: Invite participant
|
@@ -321,7 +316,6 @@ zh-CN:
|
|
321
316
|
available_slots_help: 如果您有无限空位可用,则将其留给0。
|
322
317
|
registrations_count:
|
323
318
|
other: 有 %{count} 个注册。
|
324
|
-
slug_help: 'URL slugs 用于生成指向此会议的URL。 只接受字母、数字和破折号,必须以字母开头。例如: %{url}'
|
325
319
|
diplomas:
|
326
320
|
edit:
|
327
321
|
save: 保存
|
@@ -386,7 +380,6 @@ zh-CN:
|
|
386
380
|
invalid: 离开此会议时出现问题。
|
387
381
|
success: 您已经成功离开了会议。
|
388
382
|
conference_speaker:
|
389
|
-
go_to_twitter: 转到Twitter
|
390
383
|
more_info: 更多信息
|
391
384
|
personal_website: 个人网站
|
392
385
|
show:
|
@@ -449,7 +442,6 @@ zh-CN:
|
|
449
442
|
home:
|
450
443
|
highlighted_conferences:
|
451
444
|
active_conferences: 活跃的会议
|
452
|
-
see_all_conferences: 查看所有会议
|
453
445
|
photo:
|
454
446
|
image:
|
455
447
|
attributes:
|
data/config/locales/zh-TW.yml
CHANGED
@@ -63,7 +63,6 @@ zh-TW:
|
|
63
63
|
personal_url: 個人 URL
|
64
64
|
position: 職位
|
65
65
|
short_bio: 簡介
|
66
|
-
twitter_handle: Twitter 處理
|
67
66
|
user_id: 使用者
|
68
67
|
conference_user_role:
|
69
68
|
email: 電子郵件
|
@@ -326,9 +325,6 @@ zh-TW:
|
|
326
325
|
title: 講者
|
327
326
|
conferences:
|
328
327
|
admin:
|
329
|
-
conference_copies:
|
330
|
-
form:
|
331
|
-
slug_help: 'URL 標識符用於生成指向此會議的 URL。僅接受字母、數字和破折號,並且必須以字母開頭。例如:%{url}'
|
332
328
|
conference_invites:
|
333
329
|
create:
|
334
330
|
error: 邀請參與者加入會議時發生問題。
|
@@ -369,7 +365,6 @@ zh-TW:
|
|
369
365
|
available_slots_help: 如果您有無限的可用名額,請將其設置為0。
|
370
366
|
registrations_count:
|
371
367
|
other: 已有 %{count} 個註冊。
|
372
|
-
slug_help: 'URL 標識符用於生成指向此會議的 URL。僅接受字母、數字和破折號,並且必須以字母開頭。例如:%{url}'
|
373
368
|
diplomas:
|
374
369
|
edit:
|
375
370
|
save: 儲存
|
@@ -438,7 +433,6 @@ zh-TW:
|
|
438
433
|
invalid: 離開此會議時發生問題。
|
439
434
|
success: 您已成功離開此會議。
|
440
435
|
conference_speaker:
|
441
|
-
go_to_twitter: 轉到Twitter
|
442
436
|
more_info: 更多資訊
|
443
437
|
personal_website: 個人網址
|
444
438
|
show:
|
@@ -503,7 +497,6 @@ zh-TW:
|
|
503
497
|
highlighted_conferences:
|
504
498
|
active_conferences: 正在進行的會議
|
505
499
|
conferences_button_title: 顯示所有會議的會議頁面連結
|
506
|
-
see_all_conferences: 查看所有會議
|
507
500
|
photo:
|
508
501
|
image:
|
509
502
|
attributes:
|
@@ -10,7 +10,7 @@ module Decidim
|
|
10
10
|
field :full_name, GraphQL::Types::String, "Full name of the speaker", null: true
|
11
11
|
field :position, Decidim::Core::TranslatedFieldType, "Position of the speaker in the conference", null: true
|
12
12
|
field :affiliation, Decidim::Core::TranslatedFieldType, "Affiliation of the speaker", null: true
|
13
|
-
field :twitter_handle, GraphQL::Types::String, "
|
13
|
+
field :twitter_handle, GraphQL::Types::String, "X handle", null: true
|
14
14
|
field :short_bio, Decidim::Core::TranslatedFieldType, "Short biography of the speaker", null: true
|
15
15
|
field :personal_url, GraphQL::Types::String, "Personal URL of the speaker", null: true
|
16
16
|
field :avatar, GraphQL::Types::String, "Avatar of the speaker", null: true
|