decidim-meetings 0.25.0.rc2 → 0.25.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/services/decidim/meetings/diff_renderer.rb +4 -4
- data/config/locales/ar.yml +0 -2
- data/config/locales/ca.yml +91 -14
- data/config/locales/cs.yml +46 -4
- data/config/locales/de.yml +1 -3
- data/config/locales/el.yml +0 -2
- data/config/locales/es-MX.yml +103 -3
- data/config/locales/es-PY.yml +103 -3
- data/config/locales/es.yml +102 -2
- data/config/locales/eu.yml +220 -5
- data/config/locales/fi-plain.yml +46 -4
- data/config/locales/fi.yml +46 -4
- data/config/locales/fr-CA.yml +90 -4
- data/config/locales/fr.yml +89 -3
- data/config/locales/ga-IE.yml +218 -0
- data/config/locales/gl.yml +2 -4
- data/config/locales/hu.yml +1 -3
- data/config/locales/id-ID.yml +0 -2
- data/config/locales/is-IS.yml +7 -0
- data/config/locales/it.yml +49 -7
- data/config/locales/ja.yml +46 -3
- data/config/locales/lb.yml +414 -0
- data/config/locales/lv.yml +0 -2
- data/config/locales/nl.yml +33 -4
- data/config/locales/no.yml +1 -1
- data/config/locales/pl.yml +20 -0
- data/config/locales/pt-BR.yml +6 -9
- data/config/locales/pt.yml +157 -0
- data/config/locales/ro-RO.yml +169 -93
- data/config/locales/ru.yml +1 -2
- data/config/locales/sk.yml +0 -2
- data/config/locales/sl.yml +0 -3
- data/config/locales/sv.yml +92 -1
- data/config/locales/uk.yml +9 -0
- data/lib/decidim/meetings/component.rb +2 -1
- data/lib/decidim/meetings/engine.rb +4 -0
- data/lib/decidim/meetings/version.rb +1 -1
- metadata +17 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04ffff76fa8007c3a0561739810ab23f2c18ce6f24b66dd01f5ee488c3b6c412
|
4
|
+
data.tar.gz: 748205e57b52528803b99ffb3dda2f52fd45c3db508be518e5b1a12eb74eadc2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d46c8abecde93d8920a4e2973c7011b375f0a712836c07c596720a9d3d683c4aa7b0beadee786c364bc4295dd30b13c5573dcce2c636a2471e36f0b933c6b648
|
7
|
+
data.tar.gz: 784051724073fe9d28f6b656efe0c34fa65a8c29d0d6615f663ff34c672a83ad6817f7a45973d5ca37f0f051fb2f2ce97d0379edd0d951bc1f10dc6fd76db230
|
@@ -5,11 +5,11 @@ module Decidim
|
|
5
5
|
class DiffRenderer < BaseDiffRenderer
|
6
6
|
def attribute_types
|
7
7
|
{
|
8
|
-
title: :
|
9
|
-
description: :
|
8
|
+
title: :i18n,
|
9
|
+
description: :i18n_html,
|
10
10
|
address: :string,
|
11
|
-
location: :
|
12
|
-
location_hints: :
|
11
|
+
location: :i18n,
|
12
|
+
location_hints: :i18n,
|
13
13
|
start_time: :date,
|
14
14
|
end_time: :date,
|
15
15
|
decidim_user_group_id: :user_group,
|
data/config/locales/ar.yml
CHANGED
data/config/locales/ca.yml
CHANGED
@@ -23,6 +23,7 @@ ca:
|
|
23
23
|
decidim_user_group_id: Grup d'usuàries
|
24
24
|
description: Descripció
|
25
25
|
end_time: Hora de finalització
|
26
|
+
id: ID
|
26
27
|
location: Ubicació
|
27
28
|
location_hints: Detalls d'ubicació
|
28
29
|
online_meeting_url: URL de trobada en línia
|
@@ -34,12 +35,17 @@ ca:
|
|
34
35
|
registration_terms: Termes i condicions d'inscripció
|
35
36
|
registration_url: URL d'inscripció
|
36
37
|
registrations_enabled: Inscripcions obertes
|
38
|
+
show_embedded_iframe: Mostrar iframe incrustat per aquesta URL
|
37
39
|
start_time: Hora d'inici
|
38
40
|
title: Títol
|
39
41
|
transparent: Transparent
|
40
42
|
type_of_meeting: Tipus
|
41
43
|
errors:
|
42
44
|
models:
|
45
|
+
meeting:
|
46
|
+
attributes:
|
47
|
+
show_embedded_iframe:
|
48
|
+
not_embeddable: Aquest URL no es pot incrustar
|
43
49
|
meeting_agenda:
|
44
50
|
attributes:
|
45
51
|
base:
|
@@ -69,6 +75,34 @@ ca:
|
|
69
75
|
other: Inscripcions
|
70
76
|
decidim:
|
71
77
|
admin:
|
78
|
+
filters:
|
79
|
+
meetings:
|
80
|
+
category_id_eq:
|
81
|
+
label: Categoria
|
82
|
+
closed_at_present:
|
83
|
+
label: Estat
|
84
|
+
values:
|
85
|
+
'false': Oberta
|
86
|
+
'true': Tancada
|
87
|
+
is_upcoming_true:
|
88
|
+
label: Data
|
89
|
+
values:
|
90
|
+
'false': Passades
|
91
|
+
'true': Properes
|
92
|
+
origin_eq:
|
93
|
+
label: Origen
|
94
|
+
values:
|
95
|
+
citizen: Ciutadania
|
96
|
+
official: Oficial
|
97
|
+
user_group: Grups
|
98
|
+
scope_id_eq:
|
99
|
+
label: Àmbit
|
100
|
+
type_eq:
|
101
|
+
label: Tipus de trobada
|
102
|
+
values:
|
103
|
+
hybrid: Ambdós
|
104
|
+
in_person: Presencial
|
105
|
+
online: En línia
|
72
106
|
meeting_copies:
|
73
107
|
create:
|
74
108
|
error: S'ha produït un error en duplicar aquesta trobada.
|
@@ -80,6 +114,7 @@ ca:
|
|
80
114
|
components:
|
81
115
|
meetings:
|
82
116
|
actions:
|
117
|
+
comment: Comentar
|
83
118
|
join: Inscriu-t'hi
|
84
119
|
name: Trobades
|
85
120
|
settings:
|
@@ -115,7 +150,7 @@ ca:
|
|
115
150
|
email_subject: S'ha tancat la trobada "%{resource_title}"
|
116
151
|
notification_title: La trobada de <a href="%{resource_path}">%{resource_title}</a> s'ha tancat.
|
117
152
|
meeting_created:
|
118
|
-
button_text:
|
153
|
+
button_text: Inscriu-te a la trobada
|
119
154
|
email_intro: S'ha afegit la trobada "%{resource_title}" a l'espai "%{participatory_space_title}" que estàs seguint.
|
120
155
|
email_outro: Has rebut aquesta notificació perquè estàs seguint "%{participatory_space_title}". Pots deixar de seguir-lo des de l'enllaç anterior.
|
121
156
|
email_subject: Nova trobada afegida a %{participatory_space_title}
|
@@ -147,6 +182,9 @@ ca:
|
|
147
182
|
email_outro: Has rebut aquesta notificació perquè estàs seguint la trobada "%{resource_title}". Pots deixar-la de seguir des de l'enllaç anterior.
|
148
183
|
email_subject: En menys de 48 hores s'iniciarà la trobada "%{resource_title}".
|
149
184
|
notification_title: La trobada <a href="%{resource_path}">%{resource_title}</a> començarà en menys de 48 hores.
|
185
|
+
forms:
|
186
|
+
meetings:
|
187
|
+
attendees_count_help_text: No oblidis incloure el nombre total d'assistents a la teva trobada, ja sigui presencial, en línia o híbrida.
|
150
188
|
gamification:
|
151
189
|
badges:
|
152
190
|
attended_meetings:
|
@@ -172,6 +210,7 @@ ca:
|
|
172
210
|
proposals_count:
|
173
211
|
one: 'No es pot destruir la trobada perquè té %{count} proposta associades:'
|
174
212
|
other: 'No es pot destruir la trobada perquè té %{count} propostes associades:'
|
213
|
+
manage_poll: Configurar enquesta
|
175
214
|
new: Nova trobada
|
176
215
|
preview: Previsualitzar
|
177
216
|
registrations: Inscripcions
|
@@ -208,6 +247,7 @@ ca:
|
|
208
247
|
invalid: S'ha produït un error en actualitzar aquest ordre del dia
|
209
248
|
success: Ordre del dia actualitzat correctament
|
210
249
|
exports:
|
250
|
+
answers: Respostes
|
211
251
|
meeting_comments: Comentaris
|
212
252
|
meetings: Trobades
|
213
253
|
registrations: Inscripcions
|
@@ -248,7 +288,7 @@ ca:
|
|
248
288
|
success: Trobada tancada amb èxit
|
249
289
|
create:
|
250
290
|
invalid: S'ha produït un error en crear aquesta trobada
|
251
|
-
success:
|
291
|
+
success: Trobada creada correctament. Tingues en compte que encara no s'ha publicat, hauràs de publicar-la manualment.
|
252
292
|
destroy:
|
253
293
|
invalid:
|
254
294
|
proposals_count:
|
@@ -269,6 +309,7 @@ ca:
|
|
269
309
|
registration_url_help: 'Enllaç: permetre a les participants anar al servei extern que estàs utilitzant per a les inscripcions'
|
270
310
|
select_a_meeting_type: Si us plau selecciona un tipus de trobada
|
271
311
|
select_a_registration_type: Si us plau selecciona un tipus d'inscripció
|
312
|
+
show_embedded_iframe_help: Incrustar o no un iframe per a aquesta URL de videoconferència. Només alguns serveis permeten la incrustació (per exemple, Youtube, Twitch, etc.)
|
272
313
|
index:
|
273
314
|
title: Trobades
|
274
315
|
new:
|
@@ -276,7 +317,7 @@ ca:
|
|
276
317
|
title: Crear trobada
|
277
318
|
publish:
|
278
319
|
invalid: S'ha produït un error en publicar la trobada
|
279
|
-
success: La trobada
|
320
|
+
success: La trobada s'ha publicat correctament
|
280
321
|
service:
|
281
322
|
description: Descripció
|
282
323
|
down: Baixar
|
@@ -289,10 +330,16 @@ ca:
|
|
289
330
|
services: Serveis
|
290
331
|
unpublish:
|
291
332
|
invalid: Hi ha hagut un problema en en despublicar la trobada
|
292
|
-
success: La trobada
|
333
|
+
success: La trobada s'ha despublicat correctament
|
293
334
|
update:
|
294
335
|
invalid: S'ha produït un error en actualitzar aquesta trobada
|
295
336
|
success: Trobada actualitzada correctament
|
337
|
+
meetings_poll:
|
338
|
+
form:
|
339
|
+
title: Editar qüestionari d'enquesta per a %{questionnaire_for}
|
340
|
+
update:
|
341
|
+
invalid: Hi ha hagut un problema en actualitzar aquesta enquesta
|
342
|
+
success: Enquesta actualitzada correctament
|
296
343
|
models:
|
297
344
|
meeting:
|
298
345
|
name: Trobada
|
@@ -349,12 +396,17 @@ ca:
|
|
349
396
|
date: Data
|
350
397
|
meetings: Trobades
|
351
398
|
past: Passades
|
352
|
-
search:
|
399
|
+
search: Cerca
|
353
400
|
space_type: Espai participatiu
|
354
401
|
upcoming: Properes
|
355
402
|
last_activity:
|
356
403
|
meeting_updated_at_html: "<span>Trobada actualitzada el %{link}</span>"
|
357
404
|
new_meeting_at_html: "<span>Nova trobada a %{link}</span>"
|
405
|
+
layouts:
|
406
|
+
live_event:
|
407
|
+
administrate: Administrar
|
408
|
+
close: tancar
|
409
|
+
questions: Preguntes
|
358
410
|
mailer:
|
359
411
|
invite_join_meeting_mailer:
|
360
412
|
invite:
|
@@ -371,12 +423,12 @@ ca:
|
|
371
423
|
title: Tancar trobada
|
372
424
|
meetings:
|
373
425
|
calendar_modal:
|
374
|
-
add_to_calendar:
|
375
|
-
apple:
|
376
|
-
close_window:
|
377
|
-
full_details_html: Per a
|
378
|
-
google:
|
379
|
-
outlook:
|
426
|
+
add_to_calendar: Afegir al calendari
|
427
|
+
apple: Afegir al calendari d'Apple
|
428
|
+
close_window: Tancar finestra
|
429
|
+
full_details_html: Per a obtenir tots els detalls vés a %{link}
|
430
|
+
google: Afegir al calendari de Google
|
431
|
+
outlook: Afegir al calendari d'Outlook
|
380
432
|
count:
|
381
433
|
meetings_count:
|
382
434
|
one: "%{count} trobada"
|
@@ -429,6 +481,7 @@ ca:
|
|
429
481
|
select_a_category: Si us plau, selecciona una categoria
|
430
482
|
select_a_meeting_type: Si us plau selecciona un tipus de trobada
|
431
483
|
select_a_registration_type: Si us plau selecciona un tipus d'inscripció
|
484
|
+
show_embedded_iframe_help: Incrustar o no un iframe per a aquesta URL de videoconferència. Només alguns serveis permeten la incrustació (per exemple, Youtube, Twitch, etc.)
|
432
485
|
index:
|
433
486
|
new_meeting: Nova trobada
|
434
487
|
meeting_minutes:
|
@@ -440,8 +493,6 @@ ca:
|
|
440
493
|
back: Enrere
|
441
494
|
create: Crear
|
442
495
|
title: Crea la teva trobada
|
443
|
-
online_meeting_link:
|
444
|
-
link_available_soon: L'enllaç estarà disponible aviat
|
445
496
|
registration_confirm:
|
446
497
|
cancel: Cancel·lar
|
447
498
|
confirm: Confirmar
|
@@ -456,7 +507,11 @@ ca:
|
|
456
507
|
join: Inscriu-te a la trobada
|
457
508
|
leave: Cancel·la la teva inscripció
|
458
509
|
leave_confirmation: Segur que vols cancel·lar la teva inscripció a aquesta trobada?
|
510
|
+
link_available_soon: Enllaç disponible pròximament
|
511
|
+
link_closed: L'enllaç a la trobada estarà disponible uns minuts abans de que comenci
|
512
|
+
live_event: Aquesta trobada està succeint ara mateix
|
459
513
|
meeting_minutes: Acta de la trobada
|
514
|
+
micro_camera_permissions_warning: Quan facis clic en el botó de sota, se't demanaran permisos per al micròfon i/o la càmera, i t'uniràs a la videoconferència
|
460
515
|
no_slots_available: No hi ha places disponible
|
461
516
|
organizations: Organitzacions que han assistit
|
462
517
|
registration_code_help_text: El teu codi de registre
|
@@ -467,6 +522,7 @@ ca:
|
|
467
522
|
one: "%{count} plaça restant"
|
468
523
|
other: "%{count} places restants"
|
469
524
|
view: Veure
|
525
|
+
visit_finished: Veure trobada passada
|
470
526
|
update:
|
471
527
|
invalid: Hi ha hagut un problema en actualitzar aquesta trobada.
|
472
528
|
success: Has actualitzat la trobada amb èxit.
|
@@ -487,12 +543,33 @@ ca:
|
|
487
543
|
fields:
|
488
544
|
closed: Tancada
|
489
545
|
end_time: Data de finalització
|
546
|
+
id: Id
|
490
547
|
map: Mapa
|
491
548
|
official_meeting: Trobada oficial
|
492
549
|
start_time: Data d'inici
|
493
550
|
title: Títol
|
551
|
+
polls:
|
552
|
+
questions:
|
553
|
+
closed_question:
|
554
|
+
question_results: Resultats de la pregunta
|
555
|
+
index:
|
556
|
+
empty_questions: Al llarg d'aquesta trobada, s'enviaran algunes preguntes i podràs respondre-les. Es mostraran aquí.
|
557
|
+
index_admin:
|
558
|
+
admin_dashboard: Panell d'administració
|
559
|
+
edit: Editar al panell d'administració
|
560
|
+
question: Pregunta
|
561
|
+
received_answer: resposta rebuda
|
562
|
+
received_answers: respostes rebudes
|
563
|
+
results: Resultats
|
564
|
+
send: Enviar
|
565
|
+
sent: Enviades
|
566
|
+
published_question:
|
567
|
+
max_choices_alert: Hi ha massa opcions seleccionades
|
568
|
+
question: Pregunta
|
569
|
+
question_replied: Pregunta contestada
|
570
|
+
reply_question: Contestar a la pregunta
|
494
571
|
public_participants_list:
|
495
|
-
attending_participants: Participants que
|
572
|
+
attending_participants: Participants que han assistit
|
496
573
|
hidden_participants_count:
|
497
574
|
one: i %{count} persona més
|
498
575
|
other: i %{count} persones més
|
data/config/locales/cs.yml
CHANGED
@@ -23,6 +23,7 @@ cs:
|
|
23
23
|
decidim_user_group_id: Uživatelská skupina
|
24
24
|
description: Popis
|
25
25
|
end_time: Čas ukončení
|
26
|
+
id: ID
|
26
27
|
location: Umístění
|
27
28
|
location_hints: Nápověda k poloze
|
28
29
|
online_meeting_url: URL online schůzky
|
@@ -34,12 +35,17 @@ cs:
|
|
34
35
|
registration_terms: Podmínky registrace
|
35
36
|
registration_url: URL registrace
|
36
37
|
registrations_enabled: Registrace povoleny
|
38
|
+
show_embedded_iframe: Zobrazit vloženou iframe pro tuto URL
|
37
39
|
start_time: Čas zahájení
|
38
40
|
title: Název
|
39
41
|
transparent: Transparentní
|
40
42
|
type_of_meeting: Typ
|
41
43
|
errors:
|
42
44
|
models:
|
45
|
+
meeting:
|
46
|
+
attributes:
|
47
|
+
show_embedded_iframe:
|
48
|
+
not_embeddable: Tato adresa URL nemůže být vložena
|
43
49
|
meeting_agenda:
|
44
50
|
attributes:
|
45
51
|
base:
|
@@ -75,6 +81,34 @@ cs:
|
|
75
81
|
other: Registrace
|
76
82
|
decidim:
|
77
83
|
admin:
|
84
|
+
filters:
|
85
|
+
meetings:
|
86
|
+
category_id_eq:
|
87
|
+
label: Kategorie
|
88
|
+
closed_at_present:
|
89
|
+
label: Stav
|
90
|
+
values:
|
91
|
+
'false': Otevřeno
|
92
|
+
'true': Uzavřeno
|
93
|
+
is_upcoming_true:
|
94
|
+
label: Datum
|
95
|
+
values:
|
96
|
+
'false': Minulé
|
97
|
+
'true': Nadcházející
|
98
|
+
origin_eq:
|
99
|
+
label: Původ
|
100
|
+
values:
|
101
|
+
citizen: Občané
|
102
|
+
official: Úředník
|
103
|
+
user_group: Skupiny uživatelů
|
104
|
+
scope_id_eq:
|
105
|
+
label: Oblast působnosti
|
106
|
+
type_eq:
|
107
|
+
label: Typ schůzky
|
108
|
+
values:
|
109
|
+
hybrid: Obojí
|
110
|
+
in_person: Osobně
|
111
|
+
online: Online
|
78
112
|
meeting_copies:
|
79
113
|
create:
|
80
114
|
error: Bylo zde chyba, že se tato schůzka zdvojnásobila.
|
@@ -86,6 +120,7 @@ cs:
|
|
86
120
|
components:
|
87
121
|
meetings:
|
88
122
|
actions:
|
123
|
+
comment: Komentář
|
89
124
|
join: Přidat se
|
90
125
|
name: Setkání
|
91
126
|
settings:
|
@@ -153,6 +188,9 @@ cs:
|
|
153
188
|
email_outro: Toto upozornění jste obdrželi, protože postupujete po schůzce "%{resource_title}". Můžete jej odhlásit od předchozího odkazu.
|
154
189
|
email_subject: Schůzka "%{resource_title}" začne za méně než 48 hodin.
|
155
190
|
notification_title: Setkání <a href="%{resource_path}">%{resource_title}</a> bude zahájeno za méně než 48 hodin.
|
191
|
+
forms:
|
192
|
+
meetings:
|
193
|
+
attendees_count_help_text: Nezapomeňte uvést celkový počet účastníků vaší akce. Ať už jde o osobní, kombinovanou nebo on-line, je důležité, abychom věděli, kolik lidí je zapojeno.
|
156
194
|
gamification:
|
157
195
|
badges:
|
158
196
|
attended_meetings:
|
@@ -281,6 +319,7 @@ cs:
|
|
281
319
|
registration_url_help: 'Odkaz: umožnit účastníkům jít na externí službu, kterou používáte pro registrace'
|
282
320
|
select_a_meeting_type: Vyberte prosím typ schůzky
|
283
321
|
select_a_registration_type: Vyberte prosím typ registrace
|
322
|
+
show_embedded_iframe_help: Rozhodněte o vložení URL iframe pro tuto videokonferenci. Pouze některé služby umožňují vložení (např. Youtube, Twitch...)
|
284
323
|
index:
|
285
324
|
title: Setkání
|
286
325
|
new:
|
@@ -456,6 +495,7 @@ cs:
|
|
456
495
|
select_a_category: Vyberte prosím kategorii
|
457
496
|
select_a_meeting_type: Vyberte prosím typ schůzky
|
458
497
|
select_a_registration_type: Vyberte prosím typ registrace
|
498
|
+
show_embedded_iframe_help: Rozhodněte o vložení URL iframe pro tuto videokonferenci. Pouze některé služby umožňují vložení (např. Youtube, Twitch...)
|
459
499
|
index:
|
460
500
|
new_meeting: Nová schůzka
|
461
501
|
meeting_minutes:
|
@@ -467,10 +507,6 @@ cs:
|
|
467
507
|
back: Zpět
|
468
508
|
create: Vytvořit
|
469
509
|
title: Vytvořte si schůzku
|
470
|
-
online_meeting_link:
|
471
|
-
join: Připojte se ke schůzce
|
472
|
-
link_available_soon: Odkaz bude brzy k dispozici
|
473
|
-
live_event: Tato schůzka se děje právě teď
|
474
510
|
registration_confirm:
|
475
511
|
cancel: Zrušit
|
476
512
|
confirm: Potvrdit
|
@@ -485,7 +521,11 @@ cs:
|
|
485
521
|
join: Připojte se k setkání
|
486
522
|
leave: Zrušit registraci
|
487
523
|
leave_confirmation: Opravdu chcete zrušit registraci na tuto schůzku?
|
524
|
+
link_available_soon: Odkaz bude brzy k dispozici
|
525
|
+
link_closed: Odkaz pro připojení se ke schůzce bude k dispozici několik minut před jejím spuštěním
|
526
|
+
live_event: Tato schůzka se děje právě teď
|
488
527
|
meeting_minutes: Zápis z porady
|
528
|
+
micro_camera_permissions_warning: Po kliknutí na tlačítko níže budete požádáni o povolení k mikrofonu nebo fotoaparátu a připojíte se k videokonferenci
|
489
529
|
no_slots_available: Žádné sloty nejsou k dispozici
|
490
530
|
organizations: Účastnické organizace
|
491
531
|
registration_code_help_text: Váš registrační kód
|
@@ -498,6 +538,7 @@ cs:
|
|
498
538
|
many: "%{count} zbývajících bloků"
|
499
539
|
other: "%{count} zbývajících bloků"
|
500
540
|
view: Zobrazit
|
541
|
+
visit_finished: Zobrazit minulou schůzku
|
501
542
|
update:
|
502
543
|
invalid: Při aktualizaci schůzky došlo k chybě.
|
503
544
|
success: Úspěšně jste aktualizovali schůzku.
|
@@ -518,6 +559,7 @@ cs:
|
|
518
559
|
fields:
|
519
560
|
closed: Zavřeno
|
520
561
|
end_time: Datum ukončení
|
562
|
+
id: Id
|
521
563
|
map: Mapa
|
522
564
|
official_meeting: Oficiální schůzka
|
523
565
|
start_time: Datum zahájení
|
data/config/locales/de.yml
CHANGED
@@ -346,7 +346,7 @@ de:
|
|
346
346
|
all: Alle
|
347
347
|
date: Datum
|
348
348
|
meetings: Meetings
|
349
|
-
past:
|
349
|
+
past: Vergangene
|
350
350
|
search: Suche
|
351
351
|
space_type: Partizipativer Raum
|
352
352
|
upcoming: Bevorstehende
|
@@ -431,8 +431,6 @@ de:
|
|
431
431
|
back: Zurück
|
432
432
|
create: Erstellen
|
433
433
|
title: Ihre Besprechung erstellen
|
434
|
-
online_meeting_link:
|
435
|
-
link_available_soon: Link bald verfügbar
|
436
434
|
registration_confirm:
|
437
435
|
cancel: Stornieren
|
438
436
|
confirm: Bestätigen
|
data/config/locales/el.yml
CHANGED
@@ -304,10 +304,8 @@ el:
|
|
304
304
|
all: Όλα
|
305
305
|
date: Ημερομηνία
|
306
306
|
meetings: Συσκέψεις
|
307
|
-
past: Παρελθόν
|
308
307
|
search: Αναζήτηση
|
309
308
|
space_type: Χώρος συμμετοχής
|
310
|
-
upcoming: Προσεχείς
|
311
309
|
last_activity:
|
312
310
|
new_meeting_at_html: "<span>Νέα σύσκεψη σε %{link}</span>"
|
313
311
|
mailer:
|