decidim-meetings 0.27.3 → 0.27.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/decidim/meetings/admin/meetings/edit.html.erb +1 -0
- data/app/views/decidim/meetings/admin/meetings/index.html.erb +1 -0
- data/app/views/decidim/meetings/admin/meetings/new.html.erb +1 -0
- data/app/views/decidim/meetings/directory/meetings/_meetings.html.erb +1 -1
- data/app/views/decidim/meetings/meetings/_meetings.html.erb +1 -1
- data/config/environment.rb +0 -0
- data/config/locales/ar.yml +4 -7
- data/config/locales/ca.yml +3 -1
- data/config/locales/cs.yml +5 -3
- data/config/locales/de.yml +34 -6
- data/config/locales/el.yml +246 -4
- data/config/locales/en.yml +2 -0
- data/config/locales/es-MX.yml +4 -5
- data/config/locales/es-PY.yml +4 -5
- data/config/locales/es.yml +5 -3
- data/config/locales/eu.yml +4 -4
- data/config/locales/fi-plain.yml +5 -6
- data/config/locales/fi.yml +2 -3
- data/config/locales/fr-CA.yml +4 -5
- data/config/locales/fr.yml +3 -1
- data/config/locales/ga-IE.yml +3 -1
- data/config/locales/gl.yml +4 -4
- data/config/locales/hu.yml +3 -3
- data/config/locales/id-ID.yml +6 -1
- data/config/locales/is-IS.yml +5 -2
- data/config/locales/it.yml +5 -4
- data/config/locales/ja.yml +3 -4
- data/config/locales/kaa.yml +7 -0
- data/config/locales/lb.yml +9 -3
- data/config/locales/lt.yml +2 -5
- data/config/locales/lv.yml +6 -1
- data/config/locales/nl.yml +1 -4
- data/config/locales/no.yml +2 -2
- data/config/locales/pl.yml +5 -3
- data/config/locales/pt-BR.yml +7 -4
- data/config/locales/pt.yml +4 -2
- data/config/locales/ro-RO.yml +2 -5
- data/config/locales/ru.yml +8 -1
- data/config/locales/sk.yml +6 -1
- data/config/locales/sv.yml +3 -6
- data/config/locales/tr-TR.yml +6 -4
- data/config/locales/uk.yml +8 -1
- data/config/locales/zh-CN.yml +5 -3
- data/config/locales/zh-TW.yml +0 -3
- data/lib/decidim/meetings/version.rb +1 -1
- metadata +18 -17
data/config/locales/fr-CA.yml
CHANGED
@@ -57,6 +57,8 @@ fr-CA:
|
|
57
57
|
attributes:
|
58
58
|
iframe_embed_type:
|
59
59
|
not_embeddable: Cette URL ne peut pas être intégrée dans la page de rencontre ou d'événement en direct
|
60
|
+
online_meeting_url:
|
61
|
+
url_format: Veuillez saisir une adresse URL valide
|
60
62
|
meeting_agenda:
|
61
63
|
attributes:
|
62
64
|
base:
|
@@ -398,7 +400,7 @@ fr-CA:
|
|
398
400
|
filter_meeting_space_values:
|
399
401
|
all: Tous
|
400
402
|
filter_scope_values:
|
401
|
-
all:
|
403
|
+
all: Tout
|
402
404
|
calendar_modal:
|
403
405
|
calendar_url: URL du calendrier
|
404
406
|
close_window: Fermer la fenêtre
|
@@ -491,7 +493,6 @@ fr-CA:
|
|
491
493
|
all: Toutes
|
492
494
|
official: Officiel
|
493
495
|
participants: Participants
|
494
|
-
user_groups: Groupes
|
495
496
|
scope: Périmètre d'application
|
496
497
|
search: Rechercher
|
497
498
|
type: Type
|
@@ -543,10 +544,8 @@ fr-CA:
|
|
543
544
|
close_meeting: Clore la rencontre
|
544
545
|
contributions: Décompte des contributions
|
545
546
|
date: Date
|
546
|
-
|
547
|
-
edit_meeting: Modifier la réunion
|
547
|
+
edit_meeting: Modifier la rencontre
|
548
548
|
going: Vous vous êtes inscrit à cette rencontre
|
549
|
-
join: Participer à la rencontre
|
550
549
|
leave: Annuler votre inscription
|
551
550
|
leave_confirmation: Êtes-vous sûr de vouloir annuler votre inscription à cette rencontre ?
|
552
551
|
link_available_soon: Lien bientôt disponible
|
data/config/locales/fr.yml
CHANGED
@@ -57,6 +57,8 @@ fr:
|
|
57
57
|
attributes:
|
58
58
|
iframe_embed_type:
|
59
59
|
not_embeddable: Cette URL ne peut pas être intégrée dans la page de rencontre ou d'événement en direct
|
60
|
+
online_meeting_url:
|
61
|
+
url_format: Veuillez saisir une adresse URL valide
|
60
62
|
meeting_agenda:
|
61
63
|
attributes:
|
62
64
|
base:
|
@@ -492,7 +494,7 @@ fr:
|
|
492
494
|
official: Officiel
|
493
495
|
participants: Participants
|
494
496
|
user_groups: Groupes
|
495
|
-
scope:
|
497
|
+
scope: Périmètre d'application
|
496
498
|
search: Rechercher
|
497
499
|
type: Type
|
498
500
|
type_values:
|
data/config/locales/ga-IE.yml
CHANGED
@@ -113,6 +113,9 @@ ga:
|
|
113
113
|
save: Sábháil
|
114
114
|
form:
|
115
115
|
invites: Cuirí
|
116
|
+
application_helper:
|
117
|
+
filter_scope_values:
|
118
|
+
all: Uile
|
116
119
|
content_blocks:
|
117
120
|
upcoming_meetings:
|
118
121
|
view_all_meetings: Amharc ar uile
|
@@ -143,7 +146,6 @@ ga:
|
|
143
146
|
origin_values:
|
144
147
|
all: Uile
|
145
148
|
official: Oifigiúil
|
146
|
-
user_groups: Grúpaí
|
147
149
|
scope: Scóip
|
148
150
|
search: Cuardaigh
|
149
151
|
type: Cineál
|
data/config/locales/gl.yml
CHANGED
@@ -302,7 +302,7 @@ gl:
|
|
302
302
|
filter_meeting_space_values:
|
303
303
|
all: Todas
|
304
304
|
filter_scope_values:
|
305
|
-
all:
|
305
|
+
all: Todo
|
306
306
|
calendar_modal:
|
307
307
|
calendar_url: URL do calendario
|
308
308
|
close_window: Pechar ventá
|
@@ -311,7 +311,7 @@ gl:
|
|
311
311
|
content_blocks:
|
312
312
|
upcoming_meetings:
|
313
313
|
name: Vindeiras xuntanzas
|
314
|
-
upcoming_meetings:
|
314
|
+
upcoming_meetings: Próximas reunións
|
315
315
|
view_all_meetings: Ver todo
|
316
316
|
directory:
|
317
317
|
meetings:
|
@@ -352,6 +352,7 @@ gl:
|
|
352
352
|
date: Data
|
353
353
|
origin_values:
|
354
354
|
participants: Participantes
|
355
|
+
scope: Alcance
|
355
356
|
search: Busca
|
356
357
|
filters_small_view:
|
357
358
|
close_modal: Pechar modal
|
@@ -375,10 +376,9 @@ gl:
|
|
375
376
|
confirm: Confirmar
|
376
377
|
show:
|
377
378
|
attendees: Os asistentes contan
|
379
|
+
close_meeting: Pechar reunión
|
378
380
|
contributions: Contribucións contar
|
379
|
-
edit_close_meeting: Editar o informe da xuntanza
|
380
381
|
going: Inscribícheste nesta xuntaza
|
381
|
-
join: Únete a reunión
|
382
382
|
leave: Cancelar a túa inscrición
|
383
383
|
leave_confirmation: Estás certo/a de querer cancelar a túa inscrición nesta xuntanza?
|
384
384
|
meeting_minutes: Minutos de reunión
|
data/config/locales/hu.yml
CHANGED
@@ -469,8 +469,7 @@ hu:
|
|
469
469
|
all: Összes
|
470
470
|
official: Hivatalos
|
471
471
|
participants: Résztvevők
|
472
|
-
|
473
|
-
scope: Hatókör
|
472
|
+
scope: Hatáskör
|
474
473
|
search: Keresés
|
475
474
|
type: Típus
|
476
475
|
type_values:
|
@@ -498,8 +497,9 @@ hu:
|
|
498
497
|
show:
|
499
498
|
attendees: Résztvevők száma
|
500
499
|
back: Vissza a listához
|
500
|
+
close_meeting: Ttalálkozó lezárása
|
501
501
|
contributions: Hozzájárulások száma
|
502
|
-
|
502
|
+
edit_meeting: Találkozó szerkesztése
|
503
503
|
meeting_minutes: Találkozó jegyzőkönyve
|
504
504
|
no_slots_available: Nincs szabad hely
|
505
505
|
organizations: Résztvevő szervezetek
|
data/config/locales/id-ID.yml
CHANGED
@@ -274,6 +274,9 @@ id:
|
|
274
274
|
value_types:
|
275
275
|
organizer_presenter:
|
276
276
|
not_found: 'Organiser tidak ditemukan di database (ID: %{id})'
|
277
|
+
application_helper:
|
278
|
+
filter_scope_values:
|
279
|
+
all: Semua
|
277
280
|
calendar_modal:
|
278
281
|
calendar_url: URL Kalender
|
279
282
|
close_window: Tutup jendela
|
@@ -281,6 +284,7 @@ id:
|
|
281
284
|
conference_venues: Tempat Konferensi
|
282
285
|
content_blocks:
|
283
286
|
upcoming_meetings:
|
287
|
+
upcoming_meetings: Pertemuan yang akan datang
|
284
288
|
view_all_meetings: Lihat semua
|
285
289
|
directory:
|
286
290
|
meetings:
|
@@ -302,6 +306,7 @@ id:
|
|
302
306
|
filters:
|
303
307
|
category: Kategori
|
304
308
|
date: Tanggal
|
309
|
+
scope: Cakupan
|
305
310
|
search: Pencarian
|
306
311
|
filters_small_view:
|
307
312
|
close_modal: Tutup modal
|
@@ -318,8 +323,8 @@ id:
|
|
318
323
|
confirm: Memastikan
|
319
324
|
show:
|
320
325
|
attendees: Jumlah peserta
|
326
|
+
close_meeting: Tutup rapat
|
321
327
|
contributions: Kontribusi dihitung
|
322
|
-
join: Bergabunglah dengan rapat
|
323
328
|
meeting_minutes: Risalah Pertemuan
|
324
329
|
no_slots_available: Tidak ada slot yang tersedia
|
325
330
|
organizations: Menghadiri organisasi
|
data/config/locales/is-IS.yml
CHANGED
@@ -140,6 +140,9 @@ is:
|
|
140
140
|
value_types:
|
141
141
|
organizer_presenter:
|
142
142
|
not_found: 'Skipuleggjandi fannst ekki í gagnagrunninum (ID: %{id})'
|
143
|
+
content_blocks:
|
144
|
+
upcoming_meetings:
|
145
|
+
upcoming_meetings: Næstu fundir
|
143
146
|
mailer:
|
144
147
|
invite_join_meeting_mailer:
|
145
148
|
invite:
|
@@ -153,11 +156,11 @@ is:
|
|
153
156
|
filters:
|
154
157
|
category: Flokkur
|
155
158
|
date: Dagsetning
|
159
|
+
scope: Umfang
|
156
160
|
search: Leita
|
157
161
|
filters_small_view:
|
158
162
|
close_modal: Loka mát
|
159
163
|
filter: Sía
|
160
|
-
filter_by: Sía eftir
|
161
164
|
unfold: Fella út
|
162
165
|
meetings:
|
163
166
|
no_meetings_warning: Engar fundir samræmast leitarskilyrðum þínum eða það er ekki fundur áætlað.
|
@@ -167,8 +170,8 @@ is:
|
|
167
170
|
confirm: Staðfesta
|
168
171
|
show:
|
169
172
|
attendees: Þátttakendur telja
|
173
|
+
close_meeting: Loka fundi
|
170
174
|
contributions: Framlög telja
|
171
|
-
join: Skráðu þig í fundi
|
172
175
|
no_slots_available: Engar rifa í boði
|
173
176
|
organizations: Mæta stofnanir
|
174
177
|
models:
|
data/config/locales/it.yml
CHANGED
@@ -359,6 +359,9 @@ it:
|
|
359
359
|
value_types:
|
360
360
|
organizer_presenter:
|
361
361
|
not_found: 'L''organizzatore non è stato trovato nel database (ID: %{id})'
|
362
|
+
application_helper:
|
363
|
+
filter_scope_values:
|
364
|
+
all: Tutti
|
362
365
|
calendar_modal:
|
363
366
|
calendar_url: URL del calendario
|
364
367
|
close_window: Chiudi la finestra
|
@@ -366,6 +369,7 @@ it:
|
|
366
369
|
conference_venues: Sale per conferenze
|
367
370
|
content_blocks:
|
368
371
|
upcoming_meetings:
|
372
|
+
upcoming_meetings: Prossimi incontri
|
369
373
|
view_all_meetings: Guarda tutto
|
370
374
|
directory:
|
371
375
|
meetings:
|
@@ -428,8 +432,7 @@ it:
|
|
428
432
|
all: Tutte
|
429
433
|
official: Ufficiale
|
430
434
|
participants: Utenti
|
431
|
-
|
432
|
-
scope: Ambito
|
435
|
+
scope: Visibilità
|
433
436
|
search: Cerca
|
434
437
|
type: Tipo
|
435
438
|
type_values:
|
@@ -473,10 +476,8 @@ it:
|
|
473
476
|
close_meeting: Chiusura meeting
|
474
477
|
contributions: Conteggio dei contributi
|
475
478
|
date: Data
|
476
|
-
edit_close_meeting: Modifica rapporto riunione
|
477
479
|
edit_meeting: Modifica la riunione
|
478
480
|
going: Ti sei iscritto a questa riunione
|
479
|
-
join: Partecipa alla riunione
|
480
481
|
leave: Annulla la tua registrazione
|
481
482
|
leave_confirmation: Sei sicuro di voler annullare la tua registrazione per questa riunione?
|
482
483
|
link_available_soon: Link disponibile a breve
|
data/config/locales/ja.yml
CHANGED
@@ -57,6 +57,8 @@ ja:
|
|
57
57
|
attributes:
|
58
58
|
iframe_embed_type:
|
59
59
|
not_embeddable: このURLはミーティングまたはライブイベントページに埋め込むことができません
|
60
|
+
online_meeting_url:
|
61
|
+
url_format: 有効な URL でなければなりません
|
60
62
|
meeting_agenda:
|
61
63
|
attributes:
|
62
64
|
base:
|
@@ -413,7 +415,7 @@ ja:
|
|
413
415
|
content_blocks:
|
414
416
|
upcoming_meetings:
|
415
417
|
name: これからのミーティング
|
416
|
-
upcoming_meetings:
|
418
|
+
upcoming_meetings: 今後のミーティング
|
417
419
|
view_all_meetings: すべて表示
|
418
420
|
directory:
|
419
421
|
meetings:
|
@@ -484,7 +486,6 @@ ja:
|
|
484
486
|
all: すべて
|
485
487
|
official: 事務局
|
486
488
|
participants: 参加者
|
487
|
-
user_groups: グループ
|
488
489
|
scope: スコープ
|
489
490
|
search: 検索
|
490
491
|
type: 種別
|
@@ -536,10 +537,8 @@ ja:
|
|
536
537
|
close_meeting: ミーティングを閉じる
|
537
538
|
contributions: コントリビューション数
|
538
539
|
date: 日付
|
539
|
-
edit_close_meeting: ミーティングレポートを編集
|
540
540
|
edit_meeting: ミーティングを編集
|
541
541
|
going: このミーティングにログインしました
|
542
|
-
join: ミーティングに参加
|
543
542
|
leave: 登録をキャンセルする
|
544
543
|
leave_confirmation: このミーティングの登録をキャンセルしてもよろしいですか?
|
545
544
|
link_available_soon: 間もなくリンクが利用可能です
|
data/config/locales/kaa.yml
CHANGED
data/config/locales/lb.yml
CHANGED
@@ -289,6 +289,9 @@ lb:
|
|
289
289
|
delete: "%{user_name} hat die Sitzung %{resource_name} aus %{space_name} gelöscht"
|
290
290
|
export_registrations: "%{user_name} hat die Anmeldungen der Sitzung %{resource_name} in %{space_name} exportiert"
|
291
291
|
update: "%{user_name} hat die Sitzung %{resource_name} in %{space_name} aktualisiert"
|
292
|
+
application_helper:
|
293
|
+
filter_scope_values:
|
294
|
+
all: Alle
|
292
295
|
calendar_modal:
|
293
296
|
calendar_url: Kalender-URL
|
294
297
|
close_window: Fenster schließen
|
@@ -326,6 +329,10 @@ lb:
|
|
326
329
|
meetings:
|
327
330
|
calendar_modal:
|
328
331
|
add_to_calendar: An de Kalenner androen
|
332
|
+
filters:
|
333
|
+
scope: Ëmfang
|
334
|
+
filters_small_view:
|
335
|
+
filter_by: Filtern nach
|
329
336
|
form:
|
330
337
|
select_a_registration_type: Bitte wählen Sie eine Registrierungsart aus
|
331
338
|
index:
|
@@ -345,12 +352,11 @@ lb:
|
|
345
352
|
show:
|
346
353
|
attendees: Teilnehmer zählen
|
347
354
|
back: Zurück zur Liste
|
348
|
-
close_meeting:
|
355
|
+
close_meeting: Sitzung beenden
|
349
356
|
contributions: Beiträge zählen
|
350
357
|
date: Datum
|
351
|
-
edit_meeting:
|
358
|
+
edit_meeting: Meeting bearbeiten
|
352
359
|
going: Sie haben sich für diese Sitzung angemeldet
|
353
|
-
join: Tritt dem Treffen bei
|
354
360
|
leave: Registrierung stornieren
|
355
361
|
leave_confirmation: Sind Sie sicher dass Sie Ihre Registrierung für diese Sitzung stornieren möchten?
|
356
362
|
meeting_minutes: Sitzungsprotokolle
|
data/config/locales/lt.yml
CHANGED
@@ -488,7 +488,6 @@ lt:
|
|
488
488
|
all: Visi
|
489
489
|
official: Oficialus
|
490
490
|
participants: Dalyviai
|
491
|
-
user_groups: Grupės
|
492
491
|
scope: Apimtis
|
493
492
|
search: Ieškoti
|
494
493
|
type: Tipas
|
@@ -537,13 +536,11 @@ lt:
|
|
537
536
|
show:
|
538
537
|
attendees: Dalyvių skaičius
|
539
538
|
back: Grįžti į sąrašą
|
540
|
-
close_meeting:
|
539
|
+
close_meeting: Baigti susirinkimą
|
541
540
|
contributions: Nuomonių skaičius
|
542
541
|
date: Data
|
543
|
-
|
544
|
-
edit_meeting: Redaguoti susitikimą
|
542
|
+
edit_meeting: Redaguoti susirinkimą
|
545
543
|
going: Jūs užsiregistravote šiame susitikime
|
546
|
-
join: Prisijunkite prie susitikimo
|
547
544
|
leave: Atšaukti registraciją
|
548
545
|
leave_confirmation: Ar tikrai norite atšaukti savo registraciją į šį susirinkimą?
|
549
546
|
link_available_soon: Nuoroda bus prieinama neužilgo
|
data/config/locales/lv.yml
CHANGED
@@ -287,6 +287,9 @@ lv:
|
|
287
287
|
value_types:
|
288
288
|
organizer_presenter:
|
289
289
|
not_found: 'Organizators netika atrasts datubāzē (ID: %{id})'
|
290
|
+
application_helper:
|
291
|
+
filter_scope_values:
|
292
|
+
all: Visi
|
290
293
|
calendar_modal:
|
291
294
|
calendar_url: Kalendāra URL
|
292
295
|
close_window: Aizvērt logu
|
@@ -294,6 +297,7 @@ lv:
|
|
294
297
|
conference_venues: Konferenču norises vietas
|
295
298
|
content_blocks:
|
296
299
|
upcoming_meetings:
|
300
|
+
upcoming_meetings: Gaidāmās sanāksmes
|
297
301
|
view_all_meetings: Skatīt visu
|
298
302
|
directory:
|
299
303
|
meetings:
|
@@ -315,6 +319,7 @@ lv:
|
|
315
319
|
filters:
|
316
320
|
category: Kategorija
|
317
321
|
date: Datums
|
322
|
+
scope: Darbības tvērums
|
318
323
|
search: Meklēt
|
319
324
|
filters_small_view:
|
320
325
|
close_modal: Aizvērt modal
|
@@ -332,8 +337,8 @@ lv:
|
|
332
337
|
show:
|
333
338
|
attendees: Dalībnieku skaits
|
334
339
|
back: Atpakaļ uz sarakstu
|
340
|
+
close_meeting: Slēgt sanāksmi
|
335
341
|
contributions: Papildinājumu skaits
|
336
|
-
join: Pievienoties sanāksmei
|
337
342
|
meeting_minutes: Sanāksmes protokols
|
338
343
|
no_slots_available: Nav pieejama laika runāšanai
|
339
344
|
organizations: Apmeklējošās organizācijas
|
data/config/locales/nl.yml
CHANGED
@@ -402,7 +402,7 @@ nl:
|
|
402
402
|
content_blocks:
|
403
403
|
upcoming_meetings:
|
404
404
|
name: Geplande vergaderingen
|
405
|
-
upcoming_meetings:
|
405
|
+
upcoming_meetings: Aankomende vergaderingen
|
406
406
|
view_all_meetings: Bekijk alles
|
407
407
|
directory:
|
408
408
|
meetings:
|
@@ -474,7 +474,6 @@ nl:
|
|
474
474
|
all: Alles
|
475
475
|
official: Officieel
|
476
476
|
participants: Deelnemers
|
477
|
-
user_groups: Groepen
|
478
477
|
scope: Scope
|
479
478
|
search: Zoeken
|
480
479
|
type: Type
|
@@ -526,10 +525,8 @@ nl:
|
|
526
525
|
close_meeting: Vergadering sluiten
|
527
526
|
contributions: Aantal bijdragen
|
528
527
|
date: Datum
|
529
|
-
edit_close_meeting: Bewerk vergaderverslag
|
530
528
|
edit_meeting: Vergadering bewerken
|
531
529
|
going: Je hebt je ingeschreven voor deze vergadering
|
532
|
-
join: Deelnemen aan bijeenkomst
|
533
530
|
leave: Inschrijving annuleren
|
534
531
|
leave_confirmation: Weet je zeker dat je je inschrijving voor deze vergadering wil annuleren?
|
535
532
|
link_available_soon: Link binnenkort beschikbaar
|
data/config/locales/no.yml
CHANGED
@@ -447,7 +447,6 @@
|
|
447
447
|
all: Alle
|
448
448
|
official: Offisiell
|
449
449
|
participants: Deltakere
|
450
|
-
user_groups: Grupper
|
451
450
|
scope: Tema
|
452
451
|
search: Søk
|
453
452
|
type: Type
|
@@ -481,9 +480,10 @@
|
|
481
480
|
confirm: Bekreft
|
482
481
|
show:
|
483
482
|
attendees: Antall deltakere
|
483
|
+
close_meeting: Lukk møte
|
484
484
|
contributions: Bidrag teller
|
485
485
|
date: Dato
|
486
|
-
|
486
|
+
edit_meeting: Rediger møte
|
487
487
|
meeting_minutes: Møte referater
|
488
488
|
no_slots_available: Ingen plasser tilgjengelig
|
489
489
|
organizations: Deltakende organisasjoner
|
data/config/locales/pl.yml
CHANGED
@@ -351,6 +351,9 @@ pl:
|
|
351
351
|
value_types:
|
352
352
|
organizer_presenter:
|
353
353
|
not_found: 'Nie znaleziono organizatora w bazie danych (ID: %{id})'
|
354
|
+
application_helper:
|
355
|
+
filter_scope_values:
|
356
|
+
all: Wszystko
|
354
357
|
calendar_modal:
|
355
358
|
calendar_url: Adres URL kalendarza
|
356
359
|
close_window: Zamknij okno
|
@@ -362,6 +365,7 @@ pl:
|
|
362
365
|
conference_venues: Sale konferencyjne
|
363
366
|
content_blocks:
|
364
367
|
upcoming_meetings:
|
368
|
+
upcoming_meetings: Nadchodzące spotkania
|
365
369
|
view_all_meetings: Pokaż wszystkie
|
366
370
|
directory:
|
367
371
|
meetings:
|
@@ -419,7 +423,6 @@ pl:
|
|
419
423
|
origin_values:
|
420
424
|
all: Wszystkie
|
421
425
|
official: Oficjalny
|
422
|
-
user_groups: Grupy
|
423
426
|
scope: Zakres
|
424
427
|
search: Szukaj
|
425
428
|
type: Typ
|
@@ -461,11 +464,10 @@ pl:
|
|
461
464
|
show:
|
462
465
|
attendees: Liczba osób biorących udział
|
463
466
|
back: Powrót do listy
|
464
|
-
close_meeting:
|
467
|
+
close_meeting: Zamknij spotkanie
|
465
468
|
contributions: Liczba wsparć
|
466
469
|
date: Data
|
467
470
|
edit_meeting: Edytuj spotkanie
|
468
|
-
join: Dołącz do spotkania
|
469
471
|
leave: Anuluj swoją rejestrację
|
470
472
|
meeting_minutes: Protokół ze spotkania
|
471
473
|
no_slots_available: Brak dostępnych miejsc
|
data/config/locales/pt-BR.yml
CHANGED
@@ -334,13 +334,18 @@ pt-BR:
|
|
334
334
|
value_types:
|
335
335
|
organizer_presenter:
|
336
336
|
not_found: 'O organizador não foi encontrado no banco de dados (ID: %{id})'
|
337
|
+
application_helper:
|
338
|
+
filter_scope_values:
|
339
|
+
all: Tudo
|
337
340
|
calendar_modal:
|
338
341
|
calendar_url: URL do calendário
|
339
342
|
close_window: Janela fechada
|
343
|
+
copy_calendar_url_explanation: Por favor, note que você está exportando uma coletânea de reuniões, enquanto existem filtros ativos. Se você deseja exportar todas elas, redefina todos os filtros primeiro.
|
340
344
|
export_calendar: Calendário de exportação
|
341
345
|
conference_venues: Locais de conferência
|
342
346
|
content_blocks:
|
343
347
|
upcoming_meetings:
|
348
|
+
upcoming_meetings: Próximas reuniões
|
344
349
|
view_all_meetings: Ver tudo
|
345
350
|
directory:
|
346
351
|
meetings:
|
@@ -402,8 +407,7 @@ pt-BR:
|
|
402
407
|
origin_values:
|
403
408
|
all: Tudo
|
404
409
|
official: Oficial
|
405
|
-
|
406
|
-
scope: Escopo
|
410
|
+
scope: Âmbito
|
407
411
|
search: Pesquisa
|
408
412
|
type: Tipo
|
409
413
|
type_values:
|
@@ -447,9 +451,8 @@ pt-BR:
|
|
447
451
|
close_meeting: Reunião próxima
|
448
452
|
contributions: Contagem de Contribuições
|
449
453
|
date: Encontro
|
450
|
-
edit_meeting: Editar
|
454
|
+
edit_meeting: Editar reuniões
|
451
455
|
going: Você se inscreveu para esta reunião
|
452
|
-
join: Participe da reunião
|
453
456
|
leave: Cancelar registro
|
454
457
|
leave_confirmation: Tem certeza de que deseja cancelar seu cadastro para esta reunião?
|
455
458
|
meeting_minutes: Atas de Reunião
|
data/config/locales/pt.yml
CHANGED
@@ -359,6 +359,9 @@ pt:
|
|
359
359
|
value_types:
|
360
360
|
organizer_presenter:
|
361
361
|
not_found: 'O(A) organizador(a) não foi encontrado(a) na base de dados (ID: %{id})'
|
362
|
+
application_helper:
|
363
|
+
filter_scope_values:
|
364
|
+
all: Todos
|
362
365
|
calendar_modal:
|
363
366
|
calendar_url: URL do calendário
|
364
367
|
close_window: Fechar janela
|
@@ -366,6 +369,7 @@ pt:
|
|
366
369
|
conference_venues: Locais da Conferência
|
367
370
|
content_blocks:
|
368
371
|
upcoming_meetings:
|
372
|
+
upcoming_meetings: Próximas reuniões
|
369
373
|
view_all_meetings: Ver todos
|
370
374
|
directory:
|
371
375
|
meetings:
|
@@ -427,7 +431,6 @@ pt:
|
|
427
431
|
origin_values:
|
428
432
|
all: Todos
|
429
433
|
official: Oficial
|
430
|
-
user_groups: Grupos
|
431
434
|
scope: Âmbito
|
432
435
|
search: Pesquisar
|
433
436
|
type: Tipo
|
@@ -474,7 +477,6 @@ pt:
|
|
474
477
|
date: Data
|
475
478
|
edit_meeting: Editar reunião
|
476
479
|
going: Inscreveu-se para esta reunião
|
477
|
-
join: Adira à reunião
|
478
480
|
leave: Cancele o seu registo
|
479
481
|
leave_confirmation: Tem a certeza que quer cancelar o seu registo para esta reunião?
|
480
482
|
link_available_soon: Ligação disponível em breve
|
data/config/locales/ro-RO.yml
CHANGED
@@ -419,7 +419,7 @@ ro:
|
|
419
419
|
content_blocks:
|
420
420
|
upcoming_meetings:
|
421
421
|
name: Şedinţe viitoare
|
422
|
-
upcoming_meetings:
|
422
|
+
upcoming_meetings: Întâlniri viitoare
|
423
423
|
view_all_meetings: Vezi toate
|
424
424
|
directory:
|
425
425
|
meetings:
|
@@ -491,7 +491,6 @@ ro:
|
|
491
491
|
all: Toate
|
492
492
|
official: Oficial
|
493
493
|
participants: Participanți
|
494
|
-
user_groups: Grupuri
|
495
494
|
scope: Domeniu de interes
|
496
495
|
search: Caută
|
497
496
|
type: Tip
|
@@ -541,10 +540,8 @@ ro:
|
|
541
540
|
close_meeting: Închide ședința
|
542
541
|
contributions: Număr de contribuții
|
543
542
|
date: Data
|
544
|
-
|
545
|
-
edit_meeting: Editează întâlnirea
|
543
|
+
edit_meeting: Editați ședința
|
546
544
|
going: Te-ai înregistrat pentru această întâlnire
|
547
|
-
join: Participă la întâlnire
|
548
545
|
leave: Anulează înregistrarea
|
549
546
|
leave_confirmation: Sigur dorești să anulezi înregistrarea la această întâlnire?
|
550
547
|
link_available_soon: Link disponibil în curând
|
data/config/locales/ru.yml
CHANGED
@@ -280,10 +280,16 @@ ru:
|
|
280
280
|
value_types:
|
281
281
|
organizer_presenter:
|
282
282
|
not_found: 'Организатор не найден в базе данных (ID: %{id})'
|
283
|
+
application_helper:
|
284
|
+
filter_scope_values:
|
285
|
+
all: Все
|
283
286
|
calendar_modal:
|
284
287
|
calendar_url: Ссылка на календарь
|
285
288
|
close_window: Закрыть окно
|
286
289
|
export_calendar: Экспорт календаря
|
290
|
+
content_blocks:
|
291
|
+
upcoming_meetings:
|
292
|
+
upcoming_meetings: Предстоящие встречи
|
287
293
|
directory:
|
288
294
|
meetings:
|
289
295
|
index:
|
@@ -303,6 +309,7 @@ ru:
|
|
303
309
|
filters:
|
304
310
|
category: Категория
|
305
311
|
date: Дата
|
312
|
+
scope: Охват
|
306
313
|
search: Поиск
|
307
314
|
filters_small_view:
|
308
315
|
close_modal: Закрыть окошко
|
@@ -319,8 +326,8 @@ ru:
|
|
319
326
|
confirm: Подтвердить
|
320
327
|
show:
|
321
328
|
attendees: Количество участников
|
329
|
+
close_meeting: Закрыть встречу
|
322
330
|
contributions: Количество внесенных предложений
|
323
|
-
join: Присоединиться к встрече
|
324
331
|
meeting_minutes: Протокол встречи
|
325
332
|
no_slots_available: Не осталось мест
|
326
333
|
organizations: Участвующие организации
|
data/config/locales/sk.yml
CHANGED
@@ -291,6 +291,9 @@ sk:
|
|
291
291
|
value_types:
|
292
292
|
organizer_presenter:
|
293
293
|
not_found: 'Organizátor nebol nájdený v databáze (ID:%{id})'
|
294
|
+
application_helper:
|
295
|
+
filter_scope_values:
|
296
|
+
all: Všetko
|
294
297
|
calendar_modal:
|
295
298
|
calendar_url: URL kalendára
|
296
299
|
close_window: Zatvorte okno
|
@@ -298,6 +301,7 @@ sk:
|
|
298
301
|
conference_venues: Konferenčné priestory
|
299
302
|
content_blocks:
|
300
303
|
upcoming_meetings:
|
304
|
+
upcoming_meetings: Nadchádzajúce schôdzky
|
301
305
|
view_all_meetings: Zobraziť všetko
|
302
306
|
directory:
|
303
307
|
meetings:
|
@@ -319,6 +323,7 @@ sk:
|
|
319
323
|
filters:
|
320
324
|
category: Kategória
|
321
325
|
date: dátum
|
326
|
+
scope: Rozsah
|
322
327
|
search: Vyhľadávanie
|
323
328
|
filters_small_view:
|
324
329
|
close_modal: Zatvoriť modálne
|
@@ -336,8 +341,8 @@ sk:
|
|
336
341
|
show:
|
337
342
|
attendees: Počet účastníkov
|
338
343
|
back: Späť na zoznam
|
344
|
+
close_meeting: Zatvorte schôdzku
|
339
345
|
contributions: Počet príspevkov
|
340
|
-
join: Pripojte sa k stretnutie
|
341
346
|
meeting_minutes: Zápisnica z porady
|
342
347
|
no_slots_available: Žiadne sloty nie sú k dispozícii
|
343
348
|
organizations: Účastnícke organizácie
|
data/config/locales/sv.yml
CHANGED
@@ -387,7 +387,7 @@ sv:
|
|
387
387
|
filter_meeting_space_values:
|
388
388
|
all: Alla
|
389
389
|
filter_scope_values:
|
390
|
-
all:
|
390
|
+
all: Allt
|
391
391
|
calendar_modal:
|
392
392
|
calendar_url: Kalender-URL
|
393
393
|
close_window: Stäng fönster
|
@@ -470,8 +470,7 @@ sv:
|
|
470
470
|
all: Alla
|
471
471
|
official: Officiell
|
472
472
|
participants: Deltagare
|
473
|
-
|
474
|
-
scope: Omfattning
|
473
|
+
scope: Omfång
|
475
474
|
search: Sök
|
476
475
|
type: Typ
|
477
476
|
type_values:
|
@@ -518,13 +517,11 @@ sv:
|
|
518
517
|
show:
|
519
518
|
attendees: Antal deltagare
|
520
519
|
back: Tillbaka till listan
|
521
|
-
close_meeting:
|
520
|
+
close_meeting: Stäng mötet
|
522
521
|
contributions: Antal bidrag
|
523
522
|
date: Datum
|
524
|
-
edit_close_meeting: Redigera mötesrapport
|
525
523
|
edit_meeting: Redigera möte
|
526
524
|
going: Du har anmält dig för detta möte
|
527
|
-
join: Gå med i mötet
|
528
525
|
leave: Avbryt din registrering
|
529
526
|
leave_confirmation: Är du säker på att du vill avboka från detta möte?
|
530
527
|
link_available_soon: Länk snart tillgänglig
|