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/fi-plain.yml
CHANGED
@@ -63,7 +63,7 @@ fi-pl:
|
|
63
63
|
personal_url: Henkilökohtainen URL-osoite
|
64
64
|
position: Asema
|
65
65
|
short_bio: Lyhyt henkilökuvaus
|
66
|
-
twitter_handle:
|
66
|
+
twitter_handle: X käsittelijä
|
67
67
|
user_id: Käyttäjä
|
68
68
|
conference_user_role:
|
69
69
|
email: Sähköposti
|
@@ -347,7 +347,7 @@ fi-pl:
|
|
347
347
|
accepted: Hyväksytyt
|
348
348
|
all: Kaikki
|
349
349
|
rejected: Hylätyt
|
350
|
-
sent:
|
350
|
+
sent: Lähetetty
|
351
351
|
filter_by: Suodata
|
352
352
|
invite_attendee: Kutsu osallistuja
|
353
353
|
invites: Kutsut
|
@@ -442,7 +442,7 @@ fi-pl:
|
|
442
442
|
invalid: Konferenssista poistumisessa on tapahtunut virhe.
|
443
443
|
success: Olet poistunut konferenssista onnistuneeksi.
|
444
444
|
conference_speaker:
|
445
|
-
go_to_twitter: Siirry
|
445
|
+
go_to_twitter: Siirry X-palveluun
|
446
446
|
more_info: lisätietoja
|
447
447
|
personal_website: Henkilökohtainen verkkosivusto
|
448
448
|
show:
|
@@ -507,7 +507,7 @@ fi-pl:
|
|
507
507
|
highlighted_conferences:
|
508
508
|
active_conferences: Aktiiviset konferenssit
|
509
509
|
conferences_button_title: Linkki Konferenssit-sivulle, jossa näkyvät kaikki konferenssit
|
510
|
-
see_all_conferences:
|
510
|
+
see_all_conferences: Näytä kaikki konferenssit
|
511
511
|
photo:
|
512
512
|
image:
|
513
513
|
attributes:
|
data/config/locales/fi.yml
CHANGED
@@ -63,7 +63,7 @@ fi:
|
|
63
63
|
personal_url: Henkilökohtainen URL-osoite
|
64
64
|
position: Asema
|
65
65
|
short_bio: Lyhyt henkilökuvaus
|
66
|
-
twitter_handle:
|
66
|
+
twitter_handle: X käsittelijä
|
67
67
|
user_id: Käyttäjä
|
68
68
|
conference_user_role:
|
69
69
|
email: Sähköposti
|
@@ -103,7 +103,7 @@ fi:
|
|
103
103
|
success: Konferenssin julkaisu onnistui.
|
104
104
|
destroy:
|
105
105
|
error: Konferenssin julkaisun lopettaminen epäonnistui.
|
106
|
-
success: Konferenssin julkaisun
|
106
|
+
success: Konferenssin julkaisun lopettaminen onnistui.
|
107
107
|
conference_registration:
|
108
108
|
confirm:
|
109
109
|
error: Konferenssin ilmoittautumisen vahvistaminen epäonnistui.
|
@@ -270,7 +270,7 @@ fi:
|
|
270
270
|
success: Ilmoittautumistyypin julkaisu onnistui.
|
271
271
|
destroy:
|
272
272
|
error: Ilmoittautumistyypin julkaisun lopettaminen epäonnistui.
|
273
|
-
success: Ilmoittamistyypin julkaisun
|
273
|
+
success: Ilmoittamistyypin julkaisun lopettaminen onnistui.
|
274
274
|
registration_types:
|
275
275
|
create:
|
276
276
|
error: Ilmoittautumistyyppin lisääminen tälle konferenssille epäonnistui.
|
@@ -347,7 +347,7 @@ fi:
|
|
347
347
|
accepted: Hyväksytyt
|
348
348
|
all: Kaikki
|
349
349
|
rejected: Hylätyt
|
350
|
-
sent:
|
350
|
+
sent: Lähetetty
|
351
351
|
filter_by: Suodata
|
352
352
|
invite_attendee: Kutsu käyttäjä
|
353
353
|
invites: Kutsut
|
@@ -423,11 +423,11 @@ fi:
|
|
423
423
|
conference_registration_mailer:
|
424
424
|
confirmation:
|
425
425
|
confirmed_html: Ilmoittautumisesi konferenssiin <a href="%{url}">%{title}</a> on vahvistettu.
|
426
|
-
details_1: 'Olet ilmoittautunut konferenssiin ilmoittautumistyypillä %{registration_type}. Hinta on %{price} ja voit osallistua seuraaviin
|
426
|
+
details_1: 'Olet ilmoittautunut konferenssiin ilmoittautumistyypillä %{registration_type}. Hinta on %{price} ja voit osallistua seuraaviin tilaisuuksiin:'
|
427
427
|
details_2: Konferenssin tiedot löytyvät liitetiedostosta.
|
428
428
|
pending_validation:
|
429
429
|
confirmation_pending: Saat vahvistuksen pian
|
430
|
-
details: 'Olet ilmoittautunut tyypillä %{registration_type}, jonka hinta on %{price}. Voit osallistua seuraaviin
|
430
|
+
details: 'Olet ilmoittautunut tyypillä %{registration_type}, jonka hinta on %{price}. Voit osallistua seuraaviin tilaisuuksiin:'
|
431
431
|
pending_html: Ilmoittautumisesi konferenssiin <a href="%{url}">%{title}</a> odottaa vahvistusta.
|
432
432
|
conference_registrations:
|
433
433
|
create:
|
@@ -442,7 +442,7 @@ fi:
|
|
442
442
|
invalid: Konferenssista poistuminen epäonnistui.
|
443
443
|
success: Konferenssista poistuminen onnistui.
|
444
444
|
conference_speaker:
|
445
|
-
go_to_twitter: Siirry
|
445
|
+
go_to_twitter: Siirry X-palveluun
|
446
446
|
more_info: lisätietoja
|
447
447
|
personal_website: Henkilökohtainen verkkosivusto
|
448
448
|
show:
|
@@ -463,7 +463,7 @@ fi:
|
|
463
463
|
show:
|
464
464
|
login_as: Olet kirjautunut sisään henkilönä %{name} <%{email}>
|
465
465
|
make_conference_registration: 'Ilmoittaudu konferenssiin:'
|
466
|
-
register:
|
466
|
+
register: Ilmoittaudu
|
467
467
|
content_blocks:
|
468
468
|
highlighted_conferences:
|
469
469
|
name: Tärkeimmät konferenssit
|
@@ -507,7 +507,7 @@ fi:
|
|
507
507
|
highlighted_conferences:
|
508
508
|
active_conferences: Aktiiviset konferenssit
|
509
509
|
conferences_button_title: Linkki Konferenssit-sivulle, jossa näkyvät kaikki konferenssit
|
510
|
-
see_all_conferences:
|
510
|
+
see_all_conferences: Näytä kaikki konferenssit
|
511
511
|
photo:
|
512
512
|
image:
|
513
513
|
attributes:
|
@@ -572,8 +572,8 @@ fi:
|
|
572
572
|
help:
|
573
573
|
participatory_spaces:
|
574
574
|
conferences:
|
575
|
-
contextual: "<p><strong>Konferenssi</strong> on useiden tapahtumien sarja, mihin kutsutaan puhujia ja jolle määritetään useita tietotyyppejä, jotka ovat
|
576
|
-
page: "<p><strong>Konferenssi</strong> on useiden tapahtumien sarja, mihin kutsutaan puhujia ja jolle määritetään useita tietotyyppejä, jotka ovat
|
575
|
+
contextual: "<p><strong>Konferenssi</strong> on useiden tapahtumien sarja, mihin kutsutaan puhujia ja jolle määritetään useita tietotyyppejä, jotka ovat tyypillisiä suurille kongresseille tai sosiaalisille tapahtumille (ilmoittautumiset, kannatusorganisaatioiden tai rahoittajien listat, jne.).</p><p>Esimerkkejä: Konferenssi voidaan järjestää organisaatiolle ja sen jäsenille tai se voi olla jonkin osallistumisprosessin yksi osa tai kuulemisen jälkeinen tapahtuma.</p>\n"
|
576
|
+
page: "<p><strong>Konferenssi</strong> on useiden tapahtumien sarja, mihin kutsutaan puhujia ja jolle määritetään useita tietotyyppejä, jotka ovat tyypillisiä suurille kongresseille tai sosiaalisille tapahtumille (ilmoittautumiset, kannatusorganisaatioiden tai rahoittajien listat, jne.).</p><p>Esimerkkejä: Konferenssi voidaan järjestää organisaatiolle ja sen jäsenille tai se voi olla jonkin osallistumisprosessin yksi osa tai kuulemisen jälkeinen tapahtuma.</p>\n"
|
577
577
|
title: Mitä konferenssit ovat?
|
578
578
|
log:
|
579
579
|
value_types:
|
data/config/locales/fr-CA.yml
CHANGED
@@ -63,7 +63,7 @@ fr-CA:
|
|
63
63
|
personal_url: Site internet personnel
|
64
64
|
position: Profession
|
65
65
|
short_bio: Courte biographie
|
66
|
-
twitter_handle:
|
66
|
+
twitter_handle: Compte X
|
67
67
|
user_id: Utilisateur
|
68
68
|
conference_user_role:
|
69
69
|
email: Email
|
@@ -331,7 +331,7 @@ fr-CA:
|
|
331
331
|
admin:
|
332
332
|
conference_copies:
|
333
333
|
form:
|
334
|
-
slug_help: 'Les
|
334
|
+
slug_help: 'Les identifiants d''URL sont utilisés pour générer les URL qui pointent vers cette conférence. N''accepte que des lettres, des chiffres et des tirets et doit commencer par une lettre. Exemple : %{url}'
|
335
335
|
conference_invites:
|
336
336
|
create:
|
337
337
|
error: Un problème est survenu lors de l'invitation de l'utilisateur à rejoindre la conférence.
|
@@ -373,7 +373,7 @@ fr-CA:
|
|
373
373
|
registrations_count:
|
374
374
|
one: Il y a eu une inscription.
|
375
375
|
other: Il y a eu %{count} inscriptions.
|
376
|
-
slug_help: 'Les
|
376
|
+
slug_help: 'Les identifiants d''URL sont utilisés pour générer les URL qui pointent vers cette conférence. N''accepte que des lettres, des chiffres et des tirets et doit commencer par une lettre. Exemple : %{url}'
|
377
377
|
diplomas:
|
378
378
|
edit:
|
379
379
|
save: sauvegarder
|
@@ -442,7 +442,7 @@ fr-CA:
|
|
442
442
|
invalid: Il y a eu un problème pour quitter cette conférence.
|
443
443
|
success: Vous avez quitté la conférence avec succès.
|
444
444
|
conference_speaker:
|
445
|
-
go_to_twitter: Aller sur
|
445
|
+
go_to_twitter: Aller sur X
|
446
446
|
more_info: Plus d'informations
|
447
447
|
personal_website: Site Web personnel
|
448
448
|
show:
|
data/config/locales/fr.yml
CHANGED
@@ -63,7 +63,7 @@ fr:
|
|
63
63
|
personal_url: Site internet personnel
|
64
64
|
position: Profession
|
65
65
|
short_bio: Courte biographie
|
66
|
-
twitter_handle:
|
66
|
+
twitter_handle: Compte X
|
67
67
|
user_id: Utilisateur
|
68
68
|
conference_user_role:
|
69
69
|
email: Email
|
@@ -189,7 +189,7 @@ fr:
|
|
189
189
|
attachment_files: Fichiers
|
190
190
|
attachments: Pièces jointes
|
191
191
|
categories: Catégories
|
192
|
-
components:
|
192
|
+
components: Fonctionnalités
|
193
193
|
conference_admins: Administrateurs de conférence
|
194
194
|
conference_invites: Invitations
|
195
195
|
conference_speakers: Conférenciers
|
@@ -331,7 +331,7 @@ fr:
|
|
331
331
|
admin:
|
332
332
|
conference_copies:
|
333
333
|
form:
|
334
|
-
slug_help: 'Les
|
334
|
+
slug_help: 'Les identifiants d''URL sont utilisés pour générer les URL qui pointent vers cette conférence. N''accepte que des lettres, des chiffres et des tirets et doit commencer par une lettre. Exemple : %{url}'
|
335
335
|
conference_invites:
|
336
336
|
create:
|
337
337
|
error: Un problème est survenu lors de l'invitation de l'utilisateur à rejoindre la conférence.
|
@@ -373,7 +373,7 @@ fr:
|
|
373
373
|
registrations_count:
|
374
374
|
one: Il y a eu une inscription.
|
375
375
|
other: Il y a eu %{count} inscriptions.
|
376
|
-
slug_help: 'Les
|
376
|
+
slug_help: 'Les identifiants d''URL sont utilisés pour générer les URL qui pointent vers cette conférence. N''accepte que des lettres, des chiffres et des tirets et doit commencer par une lettre. Exemple : %{url}'
|
377
377
|
diplomas:
|
378
378
|
edit:
|
379
379
|
save: sauvegarder
|
@@ -442,7 +442,7 @@ fr:
|
|
442
442
|
invalid: Il y a eu un problème pour quitter cette conférence.
|
443
443
|
success: Vous avez quitté la conférence avec succès.
|
444
444
|
conference_speaker:
|
445
|
-
go_to_twitter: Aller sur
|
445
|
+
go_to_twitter: Aller sur X
|
446
446
|
more_info: Plus d'informations
|
447
447
|
personal_website: Site Web personnel
|
448
448
|
show:
|
data/config/locales/gl.yml
CHANGED
@@ -57,7 +57,6 @@ gl:
|
|
57
57
|
conference_meeting_ids: Xuntanzas relacionadas
|
58
58
|
full_name: Nome completo
|
59
59
|
position: Posición
|
60
|
-
twitter_handle: Conta do Twitter
|
61
60
|
user_id: Usuario
|
62
61
|
conference_user_role:
|
63
62
|
email: Correo electrónico
|
@@ -316,9 +315,6 @@ gl:
|
|
316
315
|
title: Ponentes
|
317
316
|
conferences:
|
318
317
|
admin:
|
319
|
-
conference_copies:
|
320
|
-
form:
|
321
|
-
slug_help: 'As babosas de URL úsanse para xerar os URL que apuntan a esta conferencia. Só acepta letras, números e guións, e debe comezar cunha letra. Exemplo: %{url}'
|
322
318
|
conference_invites:
|
323
319
|
create:
|
324
320
|
error: Houbo un problema ao invitar ao usuario a unirse á conferencia.
|
@@ -331,9 +327,7 @@ gl:
|
|
331
327
|
select_user: Seleccionar usuario
|
332
328
|
index:
|
333
329
|
filter:
|
334
|
-
accepted: Aceptada
|
335
330
|
all: Todo
|
336
|
-
rejected: Rexeitado
|
337
331
|
sent: Enviado
|
338
332
|
filter_by: Filtrar por
|
339
333
|
invite_attendee: Invitar asistente
|
@@ -360,7 +354,6 @@ gl:
|
|
360
354
|
registrations_count:
|
361
355
|
one: Houbo 1 rexistro.
|
362
356
|
other: Houbo %{count} rexistros.
|
363
|
-
slug_help: 'As babosas de URL úsanse para xerar os URL que apuntan a esta conferencia. Só acepta letras, números e guións, e debe comezar cunha letra. Exemplo: %{url}'
|
364
357
|
diplomas:
|
365
358
|
edit:
|
366
359
|
save: Gardar
|
@@ -426,7 +419,6 @@ gl:
|
|
426
419
|
invalid: Houbo un problema deixando esta conferencia.
|
427
420
|
success: Deixaches con éxito a conferencia.
|
428
421
|
conference_speaker:
|
429
|
-
go_to_twitter: Ir a Twitter
|
430
422
|
more_info: máis información
|
431
423
|
personal_website: Sitio web persoal
|
432
424
|
show:
|
@@ -491,7 +483,6 @@ gl:
|
|
491
483
|
highlighted_conferences:
|
492
484
|
active_conferences: Conferencias activas
|
493
485
|
conferences_button_title: Ligazón á páxina de Conferencias que amosa todas as conferencias
|
494
|
-
see_all_conferences: Ver todas as conferencias
|
495
486
|
photo:
|
496
487
|
image:
|
497
488
|
attributes:
|
data/config/locales/hu.yml
CHANGED
@@ -62,7 +62,6 @@ hu:
|
|
62
62
|
personal_url: Személyes URL-cím
|
63
63
|
position: Pozíció
|
64
64
|
short_bio: Rövid önéletrajz
|
65
|
-
twitter_handle: Twitter oldal
|
66
65
|
user_id: Felhasználó
|
67
66
|
conference_user_role:
|
68
67
|
email: Email
|
@@ -204,7 +203,7 @@ hu:
|
|
204
203
|
conference:
|
205
204
|
fields:
|
206
205
|
created_at: 'Létrehozva:'
|
207
|
-
promoted:
|
206
|
+
promoted: Kiemelt
|
208
207
|
published: Közzétett
|
209
208
|
title: Cím
|
210
209
|
conference_speaker:
|
@@ -328,9 +327,6 @@ hu:
|
|
328
327
|
title: Hangszórók
|
329
328
|
conferences:
|
330
329
|
admin:
|
331
|
-
conference_copies:
|
332
|
-
form:
|
333
|
-
slug_help: 'Az URL-csigákat használják az e konferenciára utaló URL-ek előállításához. Csak leveleket, számokat és kötőjeleket fogad el, és betűvel kell kezdenie. Példa: %{url}'
|
334
330
|
conference_invites:
|
335
331
|
create:
|
336
332
|
error: Probléma merült fel a felhasználó csatlakozásakor.
|
@@ -372,7 +368,6 @@ hu:
|
|
372
368
|
registrations_count:
|
373
369
|
one: 1 regisztráció volt.
|
374
370
|
other: '%{count} regisztráció volt.'
|
375
|
-
slug_help: 'Az URL-csigákat használják az e konferenciára utaló URL-ek előállításához. Csak leveleket, számokat és kötőjeleket fogad el, és betűvel kell kezdenie. Példa: %{url}'
|
376
371
|
diplomas:
|
377
372
|
edit:
|
378
373
|
save: Mentés
|
@@ -441,7 +436,6 @@ hu:
|
|
441
436
|
invalid: Probléma merült fel a konferencián.
|
442
437
|
success: A konferencia sikeres volt.
|
443
438
|
conference_speaker:
|
444
|
-
go_to_twitter: Menjen a Twitterre
|
445
439
|
more_info: több információ
|
446
440
|
personal_website: Személyes weboldal
|
447
441
|
show:
|
@@ -506,7 +500,6 @@ hu:
|
|
506
500
|
highlighted_conferences:
|
507
501
|
active_conferences: Aktív konferenciák
|
508
502
|
conferences_button_title: Link a Konferenciák oldalra, ahol az összes konferencia látható
|
509
|
-
see_all_conferences: Lásd az összes konferenciát
|
510
503
|
photo:
|
511
504
|
image:
|
512
505
|
attributes:
|
data/config/locales/id-ID.yml
CHANGED
@@ -277,9 +277,6 @@ id:
|
|
277
277
|
title: Pembicara
|
278
278
|
conferences:
|
279
279
|
admin:
|
280
|
-
conference_copies:
|
281
|
-
form:
|
282
|
-
slug_help: 'Siput URL digunakan untuk menghasilkan URL yang mengarah ke konferensi ini. Hanya menerima huruf, angka, dan tanda hubung, dan harus dimulai dengan huruf. Contoh: %{url}'
|
283
280
|
conference_invites:
|
284
281
|
create:
|
285
282
|
error: Ada masalah saat mengundang pengguna untuk bergabung dengan konferensi.
|
@@ -292,9 +289,7 @@ id:
|
|
292
289
|
select_user: Pilih pengguna
|
293
290
|
index:
|
294
291
|
filter:
|
295
|
-
accepted: Diterima
|
296
292
|
all: Semua
|
297
|
-
rejected: Ditolak
|
298
293
|
sent: Terkirim
|
299
294
|
filter_by: Filter berdasarkan
|
300
295
|
invite_attendee: Undang Peserta
|
@@ -320,7 +315,6 @@ id:
|
|
320
315
|
available_slots_help: Biarkan hingga 0 jika Anda memiliki slot tidak terbatas.
|
321
316
|
registrations_count:
|
322
317
|
other: Ada %{count} pendaftaran.
|
323
|
-
slug_help: 'Siput URL digunakan untuk menghasilkan URL yang mengarah ke konferensi ini. Hanya menerima huruf, angka, dan tanda hubung, dan harus dimulai dengan huruf. Contoh: %{url}'
|
324
318
|
diplomas:
|
325
319
|
edit:
|
326
320
|
save: Menyimpan
|
@@ -385,7 +379,6 @@ id:
|
|
385
379
|
invalid: Ada masalah saat meninggalkan konferensi ini.
|
386
380
|
success: Anda telah meninggalkan konferensi dengan sukses.
|
387
381
|
conference_speaker:
|
388
|
-
go_to_twitter: Pergi ke Twitter
|
389
382
|
more_info: Info lebih lanjut
|
390
383
|
personal_website: Situs web pribadi
|
391
384
|
show:
|
@@ -448,7 +441,6 @@ id:
|
|
448
441
|
home:
|
449
442
|
highlighted_conferences:
|
450
443
|
active_conferences: Konferensi aktif
|
451
|
-
see_all_conferences: Lihat semua konferensi
|
452
444
|
photo:
|
453
445
|
show:
|
454
446
|
close_modal: Tutup modal
|
data/config/locales/it.yml
CHANGED
@@ -57,7 +57,6 @@ it:
|
|
57
57
|
conference_meeting_ids: Conferenze correlate
|
58
58
|
full_name: Nome e cognome
|
59
59
|
position: Posizione
|
60
|
-
twitter_handle: Identificativo Twitter
|
61
60
|
user_id: Utente
|
62
61
|
conference_user_role:
|
63
62
|
email: E-mail
|
@@ -197,7 +196,7 @@ it:
|
|
197
196
|
conference:
|
198
197
|
fields:
|
199
198
|
created_at: Creato il
|
200
|
-
promoted:
|
199
|
+
promoted: In evidenza
|
201
200
|
published: Pubblicato
|
202
201
|
title: Titolo
|
203
202
|
conference_speaker:
|
@@ -320,9 +319,6 @@ it:
|
|
320
319
|
title: Relatori
|
321
320
|
conferences:
|
322
321
|
admin:
|
323
|
-
conference_copies:
|
324
|
-
form:
|
325
|
-
slug_help: 'Gli slug URL vengono utilizzati per generare gli URL che puntano a questa conferenza. Accetta solo lettere, numeri e trattini e deve iniziare con una lettera. Esempio: %{url}'
|
326
322
|
conference_invites:
|
327
323
|
create:
|
328
324
|
error: Si è verificato un problema durante l'invito dell'utente a partecipare alla conferenza.
|
@@ -335,9 +331,7 @@ it:
|
|
335
331
|
select_user: Seleziona utente
|
336
332
|
index:
|
337
333
|
filter:
|
338
|
-
accepted: Accettato
|
339
334
|
all: Tutti
|
340
|
-
rejected: Respinto
|
341
335
|
sent: Inviato
|
342
336
|
filter_by: Filtra per
|
343
337
|
invite_attendee: Invita il partecipante
|
@@ -364,7 +358,6 @@ it:
|
|
364
358
|
registrations_count:
|
365
359
|
one: C'è stata 1 registrazione.
|
366
360
|
other: Ci sono state %{count} iscrizioni.
|
367
|
-
slug_help: 'Gli slug URL vengono utilizzati per generare gli URL che puntano a questa conferenza. Accetta solo lettere, numeri e trattini e deve iniziare con una lettera. Esempio: %{url}'
|
368
361
|
diplomas:
|
369
362
|
edit:
|
370
363
|
save: Salva
|
@@ -430,7 +423,6 @@ it:
|
|
430
423
|
invalid: C'è stato un problema a lasciare questa conferenza.
|
431
424
|
success: Hai lasciato la conferenza con successo.
|
432
425
|
conference_speaker:
|
433
|
-
go_to_twitter: Vai a Twitter
|
434
426
|
more_info: Ulteriori informazioni
|
435
427
|
personal_website: Sito web personale
|
436
428
|
show:
|
@@ -495,7 +487,6 @@ it:
|
|
495
487
|
highlighted_conferences:
|
496
488
|
active_conferences: Conferenze attive
|
497
489
|
conferences_button_title: Link alla pagina Conferenze in cui sono visualizzate tutte le conferenze
|
498
|
-
see_all_conferences: Vedi tutte le conferenze
|
499
490
|
photo:
|
500
491
|
image:
|
501
492
|
attributes:
|
@@ -597,7 +588,7 @@ it:
|
|
597
588
|
one: "%{count} conferenza"
|
598
589
|
other: "%{count} conferenze"
|
599
590
|
promoted_conference:
|
600
|
-
more_info:
|
591
|
+
more_info: Ulteriori informazioni
|
601
592
|
take_part: Partecipa
|
602
593
|
conferences_nav:
|
603
594
|
conference_menu_item: Informazioni
|
data/config/locales/ja.yml
CHANGED
@@ -63,7 +63,7 @@ ja:
|
|
63
63
|
personal_url: 個人URL
|
64
64
|
position: 位置
|
65
65
|
short_bio: 略歴
|
66
|
-
twitter_handle:
|
66
|
+
twitter_handle: Xハンドル
|
67
67
|
user_id: ユーザー
|
68
68
|
conference_user_role:
|
69
69
|
email: Eメールアドレス
|
@@ -328,7 +328,7 @@ ja:
|
|
328
328
|
admin:
|
329
329
|
conference_copies:
|
330
330
|
form:
|
331
|
-
slug_help: 'URL
|
331
|
+
slug_help: 'URLスラグは、このカンファレンスへのURLを生成するために使用されます。 英字、数字、ハイフンのみを受け付け、英字で始める必要があります。例: %{url}'
|
332
332
|
conference_invites:
|
333
333
|
create:
|
334
334
|
error: 参加者をカンファレンスに招待する際に問題が発生しました。
|
@@ -341,9 +341,7 @@ ja:
|
|
341
341
|
select_user: 参加者を選択
|
342
342
|
index:
|
343
343
|
filter:
|
344
|
-
accepted: 承認済み
|
345
344
|
all: すべて
|
346
|
-
rejected: 拒否
|
347
345
|
sent: 送信済み
|
348
346
|
filter_by: フィルター
|
349
347
|
invite_attendee: 参加者の招待
|
@@ -369,7 +367,7 @@ ja:
|
|
369
367
|
available_slots_help: 無制限のスロットがある場合は0のままにしてください。
|
370
368
|
registrations_count:
|
371
369
|
other: '%{count} 件の登録がありました。'
|
372
|
-
slug_help: 'URL
|
370
|
+
slug_help: 'URLスラグは、このカンファレンスへのURLを生成するために使用されます。 英字、数字、ハイフンのみを受け付け、英字で始める必要があります。例: %{url}'
|
373
371
|
diplomas:
|
374
372
|
edit:
|
375
373
|
save: 保存
|
@@ -438,7 +436,7 @@ ja:
|
|
438
436
|
invalid: このカンファレンスから退会するのに問題がありました。
|
439
437
|
success: カンファレンスから退会しました。
|
440
438
|
conference_speaker:
|
441
|
-
go_to_twitter:
|
439
|
+
go_to_twitter: X に移動
|
442
440
|
more_info: 詳細情報
|
443
441
|
personal_website: 個人のウェブサイト
|
444
442
|
show:
|
data/config/locales/kaa.yml
CHANGED
@@ -1 +1,21 @@
|
|
1
|
+
---
|
1
2
|
kaa:
|
3
|
+
decidim:
|
4
|
+
admin:
|
5
|
+
conferences:
|
6
|
+
edit:
|
7
|
+
update: Jańalaw
|
8
|
+
media_links:
|
9
|
+
edit:
|
10
|
+
update: Jańalaw
|
11
|
+
partners:
|
12
|
+
edit:
|
13
|
+
update: Jańalaw
|
14
|
+
registration_types:
|
15
|
+
edit:
|
16
|
+
update: Jańalaw
|
17
|
+
conferences:
|
18
|
+
admin:
|
19
|
+
diplomas:
|
20
|
+
edit:
|
21
|
+
save: Saqlaw
|
data/config/locales/lb.yml
CHANGED
@@ -125,6 +125,7 @@ lb:
|
|
125
125
|
conference:
|
126
126
|
fields:
|
127
127
|
created_at: Hergestellt in
|
128
|
+
promoted: Gefördert
|
128
129
|
conference_speaker:
|
129
130
|
fields:
|
130
131
|
position: Positioun
|
@@ -243,9 +244,6 @@ lb:
|
|
243
244
|
title: Lautsprecher
|
244
245
|
conferences:
|
245
246
|
admin:
|
246
|
-
conference_copies:
|
247
|
-
form:
|
248
|
-
slug_help: 'URL-Slugs werden verwendet, um URLs zu generieren, die auf diese Konferenz verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
|
249
247
|
conference_invites:
|
250
248
|
create:
|
251
249
|
error: Beim Einladen des Benutzers zur Teilnahme an der Konferenz ist ein Problem aufgetreten.
|
@@ -287,7 +285,6 @@ lb:
|
|
287
285
|
registrations_count:
|
288
286
|
one: Es gab 1 Registrierung.
|
289
287
|
other: Es gab %{count} Registrierungen.
|
290
|
-
slug_help: 'URL-Slugs werden verwendet, um URLs zu generieren, die auf diese Konferenz verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
|
291
288
|
diplomas:
|
292
289
|
edit:
|
293
290
|
save: Speichern
|
@@ -353,7 +350,6 @@ lb:
|
|
353
350
|
invalid: Beim Verlassen dieser Konferenz ist ein Problem aufgetreten.
|
354
351
|
success: Sie haben die Konferenz erfolgreich verlassen.
|
355
352
|
conference_speaker:
|
356
|
-
go_to_twitter: Gehe zu Twitter
|
357
353
|
more_info: Mehr Informationen
|
358
354
|
personal_website: Persönliche Webseite
|
359
355
|
show:
|
@@ -418,7 +414,6 @@ lb:
|
|
418
414
|
highlighted_conferences:
|
419
415
|
active_conferences: Aktive Konferenzen
|
420
416
|
conferences_button_title: Link zur Konferenz-Seite die alle Konferenzen anzeigt
|
421
|
-
see_all_conferences: Alle Konferenzen anzeigen
|
422
417
|
photo:
|
423
418
|
image:
|
424
419
|
attributes:
|
data/config/locales/lt.yml
CHANGED
@@ -29,6 +29,7 @@ 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
|
32
33
|
slogan: Šūkis
|
33
34
|
slug: URL priedas
|
34
35
|
start_date: Pradžios data
|
@@ -37,11 +38,13 @@ lt:
|
|
37
38
|
date: Data
|
38
39
|
link: Nuoroda
|
39
40
|
title: Pavadinimas
|
41
|
+
weight: Vieta eilėje
|
40
42
|
conference_partner:
|
41
43
|
link: Nuoroda
|
42
44
|
logo: Logotipas
|
43
45
|
name: Vardas
|
44
46
|
partner_type: Partnerio tipas
|
47
|
+
weight: Vieta eilėje
|
45
48
|
conference_registration_invite:
|
46
49
|
email: El. paštas
|
47
50
|
name: Vardas
|
@@ -51,6 +54,7 @@ lt:
|
|
51
54
|
description: Aprašymas
|
52
55
|
price: Kaina
|
53
56
|
title: Pavadinimas
|
57
|
+
weight: Vieta eilėje
|
54
58
|
conference_speaker:
|
55
59
|
affiliation: Organizacija
|
56
60
|
avatar: Avataras
|
@@ -59,7 +63,6 @@ lt:
|
|
59
63
|
personal_url: Asmeninis URL
|
60
64
|
position: Pozicija
|
61
65
|
short_bio: Trumpas gyvenimo aprašymas
|
62
|
-
twitter_handle: Twitter tvarkyklė
|
63
66
|
user_id: Naudotojas
|
64
67
|
conference_user_role:
|
65
68
|
email: El. paštas
|
@@ -136,6 +139,8 @@ lt:
|
|
136
139
|
edit:
|
137
140
|
title: Atnaujinti konferencijos administratorių.
|
138
141
|
update: Atnaujinti
|
142
|
+
index:
|
143
|
+
conference_admins_title: Konferencijos administratoriai
|
139
144
|
new:
|
140
145
|
create: Sukurti
|
141
146
|
title: Naujas konferencijos administratorius.
|
@@ -313,6 +318,7 @@ lt:
|
|
313
318
|
update: "%{user_name} atnaujino partnerį %{resource_name} %{space_name} konferencijoje"
|
314
319
|
registration_type:
|
315
320
|
create: "%{user_name} sukūrė %{resource_name} registracijos tipą %{space_name} konferencijoje"
|
321
|
+
delete: "%{user_name} pašalino %{resource_name} registracijos tipą iš %{space_name} konferencijos"
|
316
322
|
publish: "%{user_name} sukūrė %{resource_name} registracijos tipą %{space_name} konferencijoje"
|
317
323
|
unpublish: "%{user_name} išėmė %{resource_name} registracijos tipą iš %{space_name} konferencijos"
|
318
324
|
update: "%{user_name} atnaujino %{resource_name} registracijos tipą %{space_name} konferencijoje"
|
@@ -328,9 +334,6 @@ lt:
|
|
328
334
|
title: Pranešėjai
|
329
335
|
conferences:
|
330
336
|
admin:
|
331
|
-
conference_copies:
|
332
|
-
form:
|
333
|
-
slug_help: 'URL priedėliai naudojami nuorodų į konferenciją sukūrimui. Juose gali būti raidės, skaičiai ir brukšneliai, tačiau privalo prasidėti nuo raidės. Pavyzdys: %{url}'
|
334
337
|
conference_invites:
|
335
338
|
create:
|
336
339
|
error: Kviečiant dalyvį dalyvauti šioje konferencijoje iškilo problema.
|
@@ -346,7 +349,7 @@ lt:
|
|
346
349
|
accepted: Priimtas
|
347
350
|
all: Visi
|
348
351
|
rejected: Atmestas
|
349
|
-
sent:
|
352
|
+
sent: Išsiųsta
|
350
353
|
filter_by: Filtruoti pagal
|
351
354
|
invite_attendee: Kviesti dalyvį
|
352
355
|
invites: Pakvietimai
|
@@ -374,7 +377,6 @@ lt:
|
|
374
377
|
few: Yra %{count} registracijų.
|
375
378
|
many: Yra %{count} registracijų.
|
376
379
|
other: Yra %{count} registracijų.
|
377
|
-
slug_help: 'URL priedėliai naudojami nuorodų į konferenciją sukūrimui. Juose gali būti raidės, skaičiai ir brukšneliai, tačiau privalo prasidėti nuo raidės. Pavyzdys: %{url}'
|
378
380
|
diplomas:
|
379
381
|
edit:
|
380
382
|
save: Išsaugoti
|
@@ -383,6 +385,7 @@ lt:
|
|
383
385
|
invite:
|
384
386
|
decline: Atmesti kvietimą į „%{conference_title}“
|
385
387
|
invited_existing_user_to_join_a_conference: "%{invited_by} jus pakvietė dalyvauti konferencijoje %{application}. Kvietimą galite atmesti arba priimti spustelėję toliau pateikiamas nuorodas."
|
388
|
+
invited_user_to_join_a_conference: "%{invited_by} jus pakvietė dalyvauti konferencijoje %{application}. Kvietimą galite atmesti arba priimti spustelėję toliau pateikiamą nuorodą."
|
386
389
|
registration: Registracija į „%{conference_title}“
|
387
390
|
partners:
|
388
391
|
index:
|
@@ -433,14 +436,15 @@ lt:
|
|
433
436
|
create:
|
434
437
|
invalid: Jungiantis prie šios konferencijos iškilo problema.
|
435
438
|
success: Jūs prisijungėte prie konferencijos.
|
439
|
+
unauthorized: Prieš registruodamiesi į konferenciją turite prisijungti.
|
436
440
|
decline_invitation:
|
437
441
|
invalid: Atmetant kvietimą iškilo problema.
|
438
442
|
success: Jūs atmetėte kvietimą.
|
443
|
+
unauthorized: Prieš atmetant kvietimą turite prisijungti.
|
439
444
|
destroy:
|
440
445
|
invalid: Paliekant šią konferenciją iškilo problema.
|
441
446
|
success: Jūs sėkmingai palikote konferenciją.
|
442
447
|
conference_speaker:
|
443
|
-
go_to_twitter: Eiti į Twitter
|
444
448
|
more_info: daugiau informacijos
|
445
449
|
personal_website: Asmeninė interneto svetainė
|
446
450
|
show:
|
data/config/locales/lv.yml
CHANGED
@@ -284,9 +284,6 @@ lv:
|
|
284
284
|
title: Runātāji
|
285
285
|
conferences:
|
286
286
|
admin:
|
287
|
-
conference_copies:
|
288
|
-
form:
|
289
|
-
slug_help: 'URL sadaļas adrese (slug) tiek izmantota, lai ģenerētu URL, kas ved uz šo konferenci. Tajā var būt tikai burti, cipari un defises, un tai jāsākas ar burtu. Piemērs: %{url}'
|
290
287
|
conference_invites:
|
291
288
|
create:
|
292
289
|
error: Uzaicinot dalībnieku pievienoties konferencei, radās problēma.
|
@@ -329,7 +326,6 @@ lv:
|
|
329
326
|
zero: Ir notikušas %{count} reģistrācijas.
|
330
327
|
one: Ir notikusi viena reģistrācija.
|
331
328
|
other: Ir notikušas %{count} reģistrācijas.
|
332
|
-
slug_help: 'URL sadaļas adrese (slug) tiek izmantota, lai ģenerētu URL, kas ved uz šo konferenci. Tajā var būt tikai burti, cipari un defises, un tai jāsākas ar burtu. Piemērs: %{url}'
|
333
329
|
diplomas:
|
334
330
|
edit:
|
335
331
|
save: Saglabāt
|
@@ -394,7 +390,6 @@ lv:
|
|
394
390
|
invalid: Pametot šo konferenci, radās problēma.
|
395
391
|
success: Jūs esat veiksmīgi pametis konferenci.
|
396
392
|
conference_speaker:
|
397
|
-
go_to_twitter: Dodieties uz Twitter
|
398
393
|
more_info: sīkāka informācija
|
399
394
|
personal_website: Personīgā tīmekļvietne
|
400
395
|
show:
|
@@ -457,7 +452,6 @@ lv:
|
|
457
452
|
home:
|
458
453
|
highlighted_conferences:
|
459
454
|
active_conferences: Aktīvās konferences
|
460
|
-
see_all_conferences: Skatīt visas konferences
|
461
455
|
photo:
|
462
456
|
image:
|
463
457
|
attributes:
|