decidim-meetings 0.19.0 → 0.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/config/decidim_meetings_manifest.js +1 -0
- data/app/assets/images/decidim/gamification/badges/attended_meetings.svg +1 -106
- data/app/assets/images/decidim/meetings/icon.svg +1 -5
- data/app/assets/javascripts/decidim/meetings/admin/destroy_meeting_alert.js.es6 +16 -0
- data/app/cells/decidim/meetings/highlighted_meetings_for_component/show.erb +7 -7
- data/app/cells/decidim/meetings/join_meeting_button/show.erb +2 -2
- data/app/cells/decidim/meetings/meeting_cell.rb +2 -1
- data/app/cells/decidim/meetings/meeting_list_item/show.erb +3 -3
- data/app/cells/decidim/meetings/meeting_list_item_cell.rb +1 -1
- data/app/cells/decidim/meetings/meeting_m/date.erb +1 -1
- data/app/cells/decidim/meetings/meeting_m/footer.erb +1 -1
- data/app/cells/decidim/meetings/meeting_m/multiple_dates.erb +1 -1
- data/app/cells/decidim/meetings/meeting_m_cell.rb +2 -2
- data/app/cells/decidim/meetings/meeting_s/show.erb +6 -6
- data/app/commands/decidim/meetings/admin/destroy_meeting.rb +6 -1
- data/app/commands/decidim/meetings/join_meeting.rb +11 -0
- data/app/controllers/decidim/meetings/admin/meeting_closes_controller.rb +2 -0
- data/app/controllers/decidim/meetings/admin/meetings_controller.rb +10 -0
- data/app/controllers/decidim/meetings/calendars_controller.rb +1 -0
- data/app/controllers/decidim/meetings/directory/meetings_controller.rb +1 -1
- data/app/controllers/decidim/meetings/registrations_controller.rb +1 -1
- data/app/forms/decidim/meetings/admin/close_meeting_form.rb +7 -1
- data/app/helpers/decidim/meetings/application_helper.rb +1 -0
- data/app/helpers/decidim/meetings/map_helper.rb +2 -1
- data/app/helpers/decidim/meetings/meetings_helper.rb +1 -1
- data/app/models/decidim/meetings/meeting.rb +18 -0
- data/app/presenters/decidim/meetings/meeting_presenter.rb +14 -3
- data/app/queries/decidim/meetings/filtered_meetings.rb +37 -0
- data/app/queries/decidim/meetings/metrics/meetings_metric_manage.rb +2 -8
- data/app/services/decidim/meetings/calendar/meeting_to_event.rb +3 -3
- data/app/types/decidim/meetings/agenda_item_type.rb +28 -0
- data/app/types/decidim/meetings/agenda_type.rb +25 -0
- data/app/types/decidim/meetings/meeting_type.rb +35 -8
- data/app/types/decidim/meetings/meetings_type.rb +1 -1
- data/app/types/decidim/meetings/minutes_type.rb +26 -0
- data/app/types/decidim/meetings/service_type.rb +13 -0
- data/app/views/decidim/meetings/_calendar_modal.html.erb +4 -4
- data/app/views/decidim/meetings/admin/invites/index.html.erb +2 -2
- data/app/views/decidim/meetings/admin/meeting_closes/_form.html.erb +1 -6
- data/app/views/decidim/meetings/admin/meeting_closes/proposals_picker.html.erb +1 -0
- data/app/views/decidim/meetings/admin/meetings/_form.html.erb +4 -1
- data/app/views/decidim/meetings/admin/meetings/index.html.erb +18 -1
- data/app/views/decidim/meetings/admin/registrations/_form.html.erb +4 -0
- data/app/views/decidim/meetings/directory/meetings/index.html.erb +5 -3
- data/app/views/decidim/meetings/meetings/_filters.html.erb +12 -4
- data/app/views/decidim/meetings/meetings/_linked_meetings.html.erb +2 -2
- data/app/views/decidim/meetings/meetings/_meeting_agenda.html.erb +2 -2
- data/app/views/decidim/meetings/meetings/_meeting_minutes.html.erb +8 -8
- data/app/views/decidim/meetings/meetings/index.html.erb +1 -1
- data/app/views/decidim/meetings/meetings/show.html.erb +13 -4
- data/app/views/decidim/participatory_processes/participatory_process_groups/_meeting.html.erb +2 -2
- data/app/views/decidim/participatory_spaces/_conference_venues.html.erb +1 -1
- data/app/views/decidim/participatory_spaces/_upcoming_meeting_for_card.html.erb +1 -3
- data/config/locales/ar.yml +4 -0
- data/config/locales/bg-BG.yml +29 -0
- data/config/locales/ca.yml +15 -1
- data/config/locales/cs.yml +18 -0
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/de.yml +15 -0
- data/config/locales/el-GR.yml +1 -0
- data/config/locales/el.yml +454 -0
- data/config/locales/en.yml +16 -2
- data/config/locales/es-MX.yml +16 -2
- data/config/locales/es-PY.yml +16 -2
- data/config/locales/es.yml +16 -2
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/eu.yml +2 -2
- data/config/locales/fi-plain.yml +14 -0
- data/config/locales/fi.yml +41 -27
- data/config/locales/fr-CA.yml +454 -0
- data/config/locales/fr.yml +6 -0
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/hu.yml +14 -2
- data/config/locales/is-IS.yml +234 -0
- data/config/locales/it.yml +16 -2
- data/config/locales/ja-JP.yml +455 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lv-LV.yml +452 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/nl.yml +48 -42
- data/config/locales/no.yml +446 -0
- data/config/locales/pl.yml +20 -1
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/pt.yml +186 -171
- data/config/locales/ro-RO.yml +459 -0
- data/config/locales/ru.yml +52 -0
- data/config/locales/sk-SK.yml +463 -0
- data/config/locales/sk.yml +463 -0
- data/config/locales/sl.yml +10 -0
- data/config/locales/sr-CS.yml +13 -0
- data/config/locales/sv.yml +11 -5
- data/config/locales/uk.yml +0 -2
- data/db/migrate/20200320105922_index_foreign_keys_in_decidim_meetings_registrations.rb +7 -0
- data/lib/decidim/api/linked_resources_interface.rb +17 -0
- data/lib/decidim/api/services_interface.rb +19 -0
- data/lib/decidim/meetings.rb +1 -0
- data/lib/decidim/meetings/admin_engine.rb +3 -1
- data/lib/decidim/meetings/api.rb +8 -0
- data/lib/decidim/meetings/component.rb +6 -3
- data/lib/decidim/meetings/engine.rb +0 -4
- data/lib/decidim/meetings/seeds/city.jpeg +0 -0
- data/lib/decidim/meetings/version.rb +1 -1
- data/lib/tasks/decidim_meetings.rake +16 -0
- metadata +53 -18
- data/app/views/decidim/meetings/meeting_widgets/show.html.erb +0 -9
data/config/locales/en.yml
CHANGED
@@ -154,6 +154,10 @@ en:
|
|
154
154
|
confirm_destroy: Are you sure you want to delete this meeting?
|
155
155
|
destroy: Delete
|
156
156
|
edit: Edit
|
157
|
+
invalid_destroy:
|
158
|
+
proposals_count:
|
159
|
+
one: 'The meeting cannot be destroyed because it has %{count} proposal associated to it:'
|
160
|
+
other: 'The meeting cannot be destroyed because it has %{count} proposals associated to it:'
|
157
161
|
minutes: Minutes
|
158
162
|
new: New meeting
|
159
163
|
preview: Preview
|
@@ -235,10 +239,17 @@ en:
|
|
235
239
|
invalid: There was a problem creating this meeting
|
236
240
|
success: Meeting successfully created
|
237
241
|
destroy:
|
242
|
+
invalid:
|
243
|
+
proposals_count:
|
244
|
+
one: The meeting cannot be destroyed because it has %{count} proposal associated to it
|
245
|
+
other: The meeting cannot be destroyed because it has %{count} proposals associated to it
|
238
246
|
success: Meeting successfully deleted
|
239
247
|
edit:
|
240
248
|
update: Update
|
241
249
|
form:
|
250
|
+
address_help: 'Address: used by Geocoder to find the location'
|
251
|
+
location_help: 'Location: message directed to the users implying the spot to meet at'
|
252
|
+
location_hints_help: 'Location hints: additional info. Example: the floor of the building'
|
242
253
|
select_organizer: Select the organizer
|
243
254
|
index:
|
244
255
|
title: Meetings
|
@@ -281,6 +292,7 @@ en:
|
|
281
292
|
form:
|
282
293
|
available_slots_help: Leave it to 0 if you have unlimited slots available.
|
283
294
|
invites: Invitations
|
295
|
+
recommendation_message: For privacy reasons we recommend that you delete this inscription form when you no longer need it. By default this is 3 months after the meeting has ended.
|
284
296
|
registration_form: Registration form
|
285
297
|
registrations_count:
|
286
298
|
one: There has been %{count} registration.
|
@@ -366,7 +378,9 @@ en:
|
|
366
378
|
confirm: Confirm
|
367
379
|
show:
|
368
380
|
attendees: Attendees count
|
381
|
+
back: Back to list
|
369
382
|
contributions: Contributions count
|
383
|
+
date: Date
|
370
384
|
going: Going
|
371
385
|
join: Join meeting
|
372
386
|
meeting_report: Meeting report
|
@@ -409,7 +423,7 @@ en:
|
|
409
423
|
registrations:
|
410
424
|
create:
|
411
425
|
invalid: There was a problem joining this meeting.
|
412
|
-
success: You have joined the meeting successfully.
|
426
|
+
success: You have joined the meeting successfully. Because you have registered for this meeting, you'll be notified if there are updates on it.
|
413
427
|
decline_invitation:
|
414
428
|
invalid: There was a problem declining the invitation.
|
415
429
|
success: You have declined the invitation successfully.
|
@@ -432,7 +446,7 @@ en:
|
|
432
446
|
participatory_spaces:
|
433
447
|
highlighted_meetings:
|
434
448
|
past_meetings: Past meetings
|
435
|
-
see_all: See all (%{count})
|
449
|
+
see_all: See all meetings (%{count})
|
436
450
|
upcoming_meetings: Upcoming meetings
|
437
451
|
upcoming_meeting_for_card:
|
438
452
|
upcoming_meeting: Upcoming meeting
|
data/config/locales/es-MX.yml
CHANGED
@@ -153,6 +153,10 @@ es-MX:
|
|
153
153
|
confirm_destroy: '¿Está seguro de que quiere eliminar este encuentro?'
|
154
154
|
destroy: Borrar
|
155
155
|
edit: Editar
|
156
|
+
invalid_destroy:
|
157
|
+
proposals_count:
|
158
|
+
one: 'El encuentro no se puede eliminar porque tiene %{count} propuesta asociada:'
|
159
|
+
other: 'El encuentro no se puede eliminar porque tiene %{count} propuestas asociadas:'
|
156
160
|
minutes: Acta
|
157
161
|
new: Nuevo encuentro
|
158
162
|
preview: Previsualizar
|
@@ -234,10 +238,17 @@ es-MX:
|
|
234
238
|
invalid: Ha habido un problema al crear este encuentro
|
235
239
|
success: Encuentro creado con éxito
|
236
240
|
destroy:
|
241
|
+
invalid:
|
242
|
+
proposals_count:
|
243
|
+
one: El encuentro no se puede eliminar porque tiene %{count} propuesta asociada
|
244
|
+
other: El encuentro no se puede eliminar porque tiene %{count} propuestas asociadas
|
237
245
|
success: El encuentro se ha eliminado correctamente
|
238
246
|
edit:
|
239
247
|
update: Actualizar
|
240
248
|
form:
|
249
|
+
address_help: 'Dirección: usada por Geocoder para encontrar la ubicación'
|
250
|
+
location_help: 'Ubicación: mensaje dirigido a las participantes indicando el lugar donde reunirse'
|
251
|
+
location_hints_help: 'Sugerencias de ubicación: información adicional. Ejemplo: la planta del edificio'
|
241
252
|
select_organizer: Selecciona el organizador
|
242
253
|
index:
|
243
254
|
title: Encuentros
|
@@ -280,6 +291,7 @@ es-MX:
|
|
280
291
|
form:
|
281
292
|
available_slots_help: Déjalo a 0 si tiene inscripciones ilimitadas.
|
282
293
|
invites: Invitaciones
|
294
|
+
recommendation_message: Por razones de privacidad te recomendamos que elimines este formulario de inscripción cuando ya no lo necesites. Por defecto, esto es 3 meses después de que la reunión haya finalizado.
|
283
295
|
registration_form: Formulario de inscripción
|
284
296
|
registrations_count:
|
285
297
|
one: Ha habido %{count} inscripción.
|
@@ -346,9 +358,9 @@ es-MX:
|
|
346
358
|
category: Categoría
|
347
359
|
category_prompt: Selecciona una categoría
|
348
360
|
date: Fecha
|
349
|
-
past:
|
361
|
+
past: Pasados
|
350
362
|
search: Buscar
|
351
|
-
upcoming:
|
363
|
+
upcoming: Próximo
|
352
364
|
filters_small_view:
|
353
365
|
close_modal: Cerrar ventana
|
354
366
|
filter: Filtrar
|
@@ -365,7 +377,9 @@ es-MX:
|
|
365
377
|
confirm: Confirmar
|
366
378
|
show:
|
367
379
|
attendees: Número de asistentes
|
380
|
+
back: Volver al listado
|
368
381
|
contributions: Número de contribuciones
|
382
|
+
date: Fecha
|
369
383
|
going: Yendo
|
370
384
|
join: Inscribirse al encuentro
|
371
385
|
meeting_report: Informe del encuentro
|
data/config/locales/es-PY.yml
CHANGED
@@ -153,6 +153,10 @@ es-PY:
|
|
153
153
|
confirm_destroy: '¿Está seguro de que quiere eliminar este encuentro?'
|
154
154
|
destroy: Borrar
|
155
155
|
edit: Editar
|
156
|
+
invalid_destroy:
|
157
|
+
proposals_count:
|
158
|
+
one: 'El encuentro no se puede eliminar porque tiene %{count} propuesta asociada:'
|
159
|
+
other: 'El encuentro no se puede eliminar porque tiene %{count} propuestas asociadas:'
|
156
160
|
minutes: Acta
|
157
161
|
new: Nuevo encuentro
|
158
162
|
preview: Previsualizar
|
@@ -234,10 +238,17 @@ es-PY:
|
|
234
238
|
invalid: Ha habido un problema al crear este encuentro
|
235
239
|
success: Encuentro creado con éxito
|
236
240
|
destroy:
|
241
|
+
invalid:
|
242
|
+
proposals_count:
|
243
|
+
one: El encuentro no se puede eliminar porque tiene %{count} propuesta asociada
|
244
|
+
other: El encuentro no se puede eliminar porque tiene %{count} propuestas asociadas
|
237
245
|
success: El encuentro se ha eliminado correctamente
|
238
246
|
edit:
|
239
247
|
update: Actualizar
|
240
248
|
form:
|
249
|
+
address_help: 'Dirección: usada por Geocoder para encontrar la ubicación'
|
250
|
+
location_help: 'Ubicación: mensaje dirigido a las participantes indicando el lugar donde reunirse'
|
251
|
+
location_hints_help: 'Sugerencias de ubicación: información adicional. Ejemplo: la planta del edificio'
|
241
252
|
select_organizer: Selecciona el organizador
|
242
253
|
index:
|
243
254
|
title: Encuentros
|
@@ -280,6 +291,7 @@ es-PY:
|
|
280
291
|
form:
|
281
292
|
available_slots_help: Déjalo a 0 si tiene inscripciones ilimitadas.
|
282
293
|
invites: Invitaciones
|
294
|
+
recommendation_message: Por razones de privacidad te recomendamos que elimines este formulario de inscripción cuando ya no lo necesites. Por defecto, esto es 3 meses después de que la reunión haya finalizado.
|
283
295
|
registration_form: Formulario de inscripción
|
284
296
|
registrations_count:
|
285
297
|
one: Ha habido %{count} registro.
|
@@ -346,9 +358,9 @@ es-PY:
|
|
346
358
|
category: Categoría
|
347
359
|
category_prompt: Selecciona una categoría
|
348
360
|
date: Fecha
|
349
|
-
past:
|
361
|
+
past: Pasado
|
350
362
|
search: Buscar
|
351
|
-
upcoming:
|
363
|
+
upcoming: Próximo
|
352
364
|
filters_small_view:
|
353
365
|
close_modal: Cerrar ventana
|
354
366
|
filter: Filtrar
|
@@ -365,7 +377,9 @@ es-PY:
|
|
365
377
|
confirm: Confirmar
|
366
378
|
show:
|
367
379
|
attendees: Número de asistentes
|
380
|
+
back: Volver al listado
|
368
381
|
contributions: Número de contribuciones
|
382
|
+
date: Fecha
|
369
383
|
going: Yendo
|
370
384
|
join: Inscribirse al encuentro
|
371
385
|
meeting_report: Informe del encuentro
|
data/config/locales/es.yml
CHANGED
@@ -153,6 +153,10 @@ es:
|
|
153
153
|
confirm_destroy: '¿Está seguro de que quiere eliminar este encuentro?'
|
154
154
|
destroy: Elimina
|
155
155
|
edit: Editar
|
156
|
+
invalid_destroy:
|
157
|
+
proposals_count:
|
158
|
+
one: 'El encuentro no se puede eliminar porque tiene %{count} propuesta asociada:'
|
159
|
+
other: 'El encuentro no se puede eliminar porque tiene %{count} propuestas asociadas:'
|
156
160
|
minutes: Acta
|
157
161
|
new: Nuevo encuentro
|
158
162
|
preview: Previsualizar
|
@@ -234,10 +238,17 @@ es:
|
|
234
238
|
invalid: Se ha producido un error al crear este encuentro
|
235
239
|
success: Encuentro creado con éxito
|
236
240
|
destroy:
|
241
|
+
invalid:
|
242
|
+
proposals_count:
|
243
|
+
one: El encuentro no se puede eliminar porque tiene %{count} propuesta asociada
|
244
|
+
other: El encuentro no se puede eliminar porque tiene %{count} propuestas asociadas
|
237
245
|
success: El encuentro se ha eliminado correctamente
|
238
246
|
edit:
|
239
247
|
update: Actualizar
|
240
248
|
form:
|
249
|
+
address_help: 'Dirección: usada por Geocoder para encontrar la ubicación'
|
250
|
+
location_help: 'Ubicación: mensaje dirigido a las participantes indicando el lugar donde reunirse'
|
251
|
+
location_hints_help: 'Sugerencias de ubicación: información adicional. Ejemplo: la planta del edificio'
|
241
252
|
select_organizer: Selecciona la organizadora
|
242
253
|
index:
|
243
254
|
title: Encuentros
|
@@ -280,6 +291,7 @@ es:
|
|
280
291
|
form:
|
281
292
|
available_slots_help: Dejar a 0 si las inscripciones son ilimitadas.
|
282
293
|
invites: Invitaciones
|
294
|
+
recommendation_message: Por razones de privacidad te recomendamos que elimines este formulario de inscripción cuando ya no lo necesites. Por defecto, esto es 3 meses después de que la reunión haya finalizado.
|
283
295
|
registration_form: Formulario de inscripción
|
284
296
|
registrations_count:
|
285
297
|
one: Ha habido %{count} inscripción.
|
@@ -346,7 +358,7 @@ es:
|
|
346
358
|
category: Categoría
|
347
359
|
category_prompt: Selecciona una categoría
|
348
360
|
date: Fecha
|
349
|
-
past:
|
361
|
+
past: Pasados
|
350
362
|
search: Buscar
|
351
363
|
upcoming: Próximas
|
352
364
|
filters_small_view:
|
@@ -365,7 +377,9 @@ es:
|
|
365
377
|
confirm: Confirmar
|
366
378
|
show:
|
367
379
|
attendees: Número de asistentes
|
380
|
+
back: Volver al listado
|
368
381
|
contributions: Número de aportaciones
|
382
|
+
date: Fecha
|
369
383
|
going: Inscrito
|
370
384
|
join: Inscríbete al encuentro
|
371
385
|
meeting_report: Informe del encuentro
|
@@ -408,7 +422,7 @@ es:
|
|
408
422
|
registrations:
|
409
423
|
create:
|
410
424
|
invalid: Se ha producido un error al inscribirte a este encuentro.
|
411
|
-
success: Te has inscrito al encuentro con éxito.
|
425
|
+
success: Te has inscrito al encuentro con éxito. Al estar inscrita recibirás una notificación si se producen actualizaciones.
|
412
426
|
decline_invitation:
|
413
427
|
invalid: Se ha producido un error al declinar la invitación.
|
414
428
|
success: Has rechazado la invitación con éxito.
|
@@ -0,0 +1 @@
|
|
1
|
+
et:
|
data/config/locales/eu.yml
CHANGED
@@ -345,9 +345,9 @@ eu:
|
|
345
345
|
category: Kategoria
|
346
346
|
category_prompt: Aukeratu kategoria bat
|
347
347
|
date: Data
|
348
|
-
past:
|
348
|
+
past: Iragana
|
349
349
|
search: Bilatu
|
350
|
-
upcoming:
|
350
|
+
upcoming: Datozen
|
351
351
|
filters_small_view:
|
352
352
|
close_modal: Itxi leihoa
|
353
353
|
filter: Iragazi
|
data/config/locales/fi-plain.yml
CHANGED
@@ -153,6 +153,10 @@ fi-pl:
|
|
153
153
|
confirm_destroy: Haluatko varmasti poistaa tämän tapahtuman?
|
154
154
|
destroy: Poista
|
155
155
|
edit: Muokkaa
|
156
|
+
invalid_destroy:
|
157
|
+
proposals_count:
|
158
|
+
one: 'Tapahtumaa ei voi poistaa, koska siihen on liitetty %{count} ehdotus:'
|
159
|
+
other: 'Tapahtumaa ei voi poistaa, koska siihen on liitetty %{count} ehdotusta:'
|
156
160
|
minutes: Pöytäkirja
|
157
161
|
new: Uusi kokous
|
158
162
|
preview: Esikatsele
|
@@ -234,10 +238,17 @@ fi-pl:
|
|
234
238
|
invalid: Tapahtuman luonnissa esiintyi ongelma
|
235
239
|
success: Tapahtuma onnistuneesti luotu
|
236
240
|
destroy:
|
241
|
+
invalid:
|
242
|
+
proposals_count:
|
243
|
+
one: Tapahtumaa ei voi poistaa, koska siihen on liitetty %{count} ehdotus
|
244
|
+
other: Tapahtumaa ei voi poistaa, koska siihen on liitetty %{count} ehdotusta
|
237
245
|
success: Tapahtuma onnistuneesti luotu
|
238
246
|
edit:
|
239
247
|
update: Päivitä
|
240
248
|
form:
|
249
|
+
address_help: 'Osoite: käytetään sijainnin löytämiseksi geokoodaukseen'
|
250
|
+
location_help: 'Sijainti: viesti osallistujille tapaamispaikan sijainnin löytämiseksi'
|
251
|
+
location_hints_help: 'Sijainnin vihjeteksti: lisätietoja sijainnista. Esimerkiksi rakennuksen kerros sijaintipaikalla'
|
241
252
|
select_organizer: Valitse järjestäjä
|
242
253
|
index:
|
243
254
|
title: Tapahtumat
|
@@ -280,6 +291,7 @@ fi-pl:
|
|
280
291
|
form:
|
281
292
|
available_slots_help: Jätä arvoksi 0, mikäli tapahtumaan on rajoittamaton määrä paikkoja.
|
282
293
|
invites: Kutsut
|
294
|
+
recommendation_message: Yksityisyytesi takia suosittelemme, että poistat tämän kirjoituksen, kun et enää tarvitse sitä. Oletuksena se säilytetään 3 kuukautta tapahtuman päättymisen jälkeen.
|
283
295
|
registration_form: Ilmoittautumislomake
|
284
296
|
registrations_count:
|
285
297
|
one: Tapahtumaan on %{count} ilmoittautuminen.
|
@@ -365,7 +377,9 @@ fi-pl:
|
|
365
377
|
confirm: Vahvista
|
366
378
|
show:
|
367
379
|
attendees: Osallistujamäärä
|
380
|
+
back: Takaisin listaan
|
368
381
|
contributions: Kontribuutioiden määrä
|
382
|
+
date: Päivämäärä
|
369
383
|
going: Osallistumassa
|
370
384
|
join: Liity tapahtumaan
|
371
385
|
meeting_report: Tapahtumaraportti
|
data/config/locales/fi.yml
CHANGED
@@ -86,7 +86,7 @@ fi:
|
|
86
86
|
resources_permissions_enabled: Toiminnallisuutta koskevat oikeudet voidaan asettaa jokaiselle tapahtumalle
|
87
87
|
step:
|
88
88
|
announcement: Ilmoitus
|
89
|
-
comments_blocked: Kommentointi
|
89
|
+
comments_blocked: Kommentointi estetty
|
90
90
|
events:
|
91
91
|
meetings:
|
92
92
|
meeting_closed:
|
@@ -109,7 +109,7 @@ fi:
|
|
109
109
|
notification_title: Ilmoittautumisesi tapahtumaan <a href="%{resource_url}">%{resource_title}</a> on vahvistettu. Sinun ilmoittautumiskoodisi on %{registration_code}.
|
110
110
|
meeting_registrations_over_percentage:
|
111
111
|
email_intro: Tapahtumasta "%{resource_title}" on varattu yli %{percentage}% vapaista paikoista.
|
112
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet tapahtuman
|
112
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet tapahtuman osallistumistilan ylläpitäjä.
|
113
113
|
email_subject: Tapahtumasta "%{resource_title}" on varattu yli %{percentage}% vapaista paikoista
|
114
114
|
notification_title: Tapahtumasta <a href="%{resource_path}">%{resource_title}</a> on varattu yli %{percentage}% vapaista paikoista.
|
115
115
|
meeting_updated:
|
@@ -153,6 +153,10 @@ fi:
|
|
153
153
|
confirm_destroy: Haluatko varmasti poistaa tämän tapahtuman?
|
154
154
|
destroy: Poista
|
155
155
|
edit: Muokkaa
|
156
|
+
invalid_destroy:
|
157
|
+
proposals_count:
|
158
|
+
one: 'Tapahtumaa ei voi poistaa, koska siihen on liitetty %{count} ehdotus:'
|
159
|
+
other: 'Tapahtumaa ei voi poistaa, koska siihen on liitetty %{count} ehdotusta:'
|
156
160
|
minutes: Pöytäkirja
|
157
161
|
new: Uusi kokous
|
158
162
|
preview: Esikatsele
|
@@ -174,7 +178,7 @@ fi:
|
|
174
178
|
up: Ylös
|
175
179
|
create:
|
176
180
|
invalid: Esityslistan luonti epäonnistui
|
177
|
-
success:
|
181
|
+
success: Esityslistan luonti onnistui
|
178
182
|
edit:
|
179
183
|
title: Muokkaa esityslistaa
|
180
184
|
update: Päivitä
|
@@ -188,7 +192,7 @@ fi:
|
|
188
192
|
title: Uusi esityslista
|
189
193
|
update:
|
190
194
|
invalid: Esityslistan päivitys epäonnistui
|
191
|
-
success:
|
195
|
+
success: Esityslistan päivitys onnistui
|
192
196
|
exports:
|
193
197
|
meetings: Tapahtumat
|
194
198
|
registrations: Ilmoittautumiset
|
@@ -200,7 +204,7 @@ fi:
|
|
200
204
|
invites:
|
201
205
|
create:
|
202
206
|
error: Käyttäjän kutsuminen tapahtumaan epäonnistui.
|
203
|
-
success:
|
207
|
+
success: Käyttäjän kutsuminen tapahtumaan onnistui.
|
204
208
|
form:
|
205
209
|
attendee_type: Osallistujatyyppi
|
206
210
|
existing_user: Olemassa oleva käyttäjä
|
@@ -229,15 +233,22 @@ fi:
|
|
229
233
|
meetings:
|
230
234
|
close:
|
231
235
|
invalid: Tapahtuman sulkeminen epäonnistui
|
232
|
-
success:
|
236
|
+
success: Tapahtuman sulkeminen onnistui
|
233
237
|
create:
|
234
238
|
invalid: Tapahtuman luonti epäonnistui
|
235
|
-
success:
|
239
|
+
success: Tapahtuman luonti onnistui
|
236
240
|
destroy:
|
237
|
-
|
241
|
+
invalid:
|
242
|
+
proposals_count:
|
243
|
+
one: Tapahtumaa ei voi poistaa, koska siihen on liitetty %{count} ehdotus
|
244
|
+
other: Tapahtumaa ei voi poistaa, koska siihen on liitetty %{count} ehdotusta
|
245
|
+
success: Tapahtuman poisto onnistui
|
238
246
|
edit:
|
239
247
|
update: Päivitä
|
240
248
|
form:
|
249
|
+
address_help: 'Osoite: käytetään karttapisteen etsimiseen geokoodauksen avulla'
|
250
|
+
location_help: 'Paikka: kuvaus tapahtumapaikan tarkemmasta sijainnista osallistujille'
|
251
|
+
location_hints_help: 'Sijainnin vihjeteksti: lisätietoja sijainnista. Esimerkiksi rakennuksen kerros sijaintipaikalla'
|
241
252
|
select_organizer: Valitse järjestäjä
|
242
253
|
index:
|
243
254
|
title: Tapahtumat
|
@@ -256,11 +267,11 @@ fi:
|
|
256
267
|
services: Palvelut
|
257
268
|
update:
|
258
269
|
invalid: Tapahtuman päivitys epäonnistui
|
259
|
-
success:
|
270
|
+
success: Tapahtuman päivitys onnistui
|
260
271
|
minutes:
|
261
272
|
create:
|
262
273
|
invalid: Pöytäkirjan luonti epäonnistui
|
263
|
-
success:
|
274
|
+
success: Pöytäkirjan luonti onnistui
|
264
275
|
edit:
|
265
276
|
update: Päivitä
|
266
277
|
new:
|
@@ -268,7 +279,7 @@ fi:
|
|
268
279
|
title: Luo pöytäkirja
|
269
280
|
update:
|
270
281
|
invalid: Pöytäkirjan päivitys epäonnistui
|
271
|
-
success:
|
282
|
+
success: Pöytäkirjan päivitys onnistui
|
272
283
|
models:
|
273
284
|
meeting:
|
274
285
|
name: Tapahtuma
|
@@ -280,6 +291,7 @@ fi:
|
|
280
291
|
form:
|
281
292
|
available_slots_help: Jätä arvoksi 0, mikäli tapahtumaan on rajoittamaton määrä paikkoja.
|
282
293
|
invites: Kutsut
|
294
|
+
recommendation_message: Yksityisyytesi takia suosittelemme, että poistat tämän kirjoituksen, kun et enää tarvitse sitä. Oletuksena se säilytetään 3 kuukautta tapahtuman päättymisen jälkeen.
|
283
295
|
registration_form: Ilmoittautumislomake
|
284
296
|
registrations_count:
|
285
297
|
one: Tapahtumaan on %{count} ilmoittautuminen.
|
@@ -289,27 +301,27 @@ fi:
|
|
289
301
|
title: Rekisteröitymiset
|
290
302
|
update:
|
291
303
|
invalid: Rekisteröitymisasetusten päivitys epäonnistui.
|
292
|
-
success:
|
304
|
+
success: Tapahtumailmoittautumisasetusten tallennus onnistui.
|
293
305
|
validate_registration_code:
|
294
306
|
invalid: Tämä ilmoittautumiskoodi on virheellinen.
|
295
|
-
success:
|
307
|
+
success: Ilmoittautumiskoodin vahvistaminen onnistui.
|
296
308
|
admin_log:
|
297
309
|
invite:
|
298
|
-
create: "%{user_name} kutsui %{attendee_name} osallistumaan tapahtumaan %{resource_name}
|
299
|
-
deleted: "%{user_name} perui kutsun osallistujalle %{attendee_name} tapahtumaan %{resource_name}
|
300
|
-
update: "%{user_name} kutsui %{attendee_name} osallistumaan tapahtumaan %{resource_name}
|
310
|
+
create: "%{user_name} kutsui %{attendee_name} osallistumaan tapahtumaan %{resource_name} osallistumistilassa %{space_name}"
|
311
|
+
deleted: "%{user_name} perui kutsun osallistujalle %{attendee_name} tapahtumaan %{resource_name} osallistumistilassa %{space_name}"
|
312
|
+
update: "%{user_name} kutsui %{attendee_name} osallistumaan tapahtumaan %{resource_name} osallistumistilaan %{space_name}"
|
301
313
|
meeting:
|
302
|
-
close: "%{user_name} sulki tapahtuman %{resource_name}
|
303
|
-
create: "%{user_name} loi tapahtuman %{resource_name}
|
304
|
-
delete: "%{user_name} poisti tapahtuman %{resource_name}
|
305
|
-
export_registrations: "%{user_name} vei tapahtuman %{resource_name} ilmoittautumiset
|
306
|
-
update: "%{user_name} päivitti tapahtuman %{resource_name}
|
314
|
+
close: "%{user_name} sulki tapahtuman %{resource_name} osallistumistilassa %{space_name}"
|
315
|
+
create: "%{user_name} loi tapahtuman %{resource_name} osallistumistilassa %{space_name}"
|
316
|
+
delete: "%{user_name} poisti tapahtuman %{resource_name} osallistumistilassa %{space_name}"
|
317
|
+
export_registrations: "%{user_name} vei tapahtuman %{resource_name} ilmoittautumiset osallistumistilaan %{space_name}"
|
318
|
+
update: "%{user_name} päivitti tapahtuman %{resource_name} osallistumistilassa %{space_name}"
|
307
319
|
value_types:
|
308
320
|
organizer_presenter:
|
309
321
|
not_found: 'Järjestäjää ei löytynyt tietokannasta (ID: %{id})'
|
310
322
|
minutes:
|
311
|
-
create: "%{user_name} loi tapahtumapöytäkirjan %{resource_name}
|
312
|
-
update: "%{user_name} päivitti tapahtumapöytäkirjan %{resource_name}
|
323
|
+
create: "%{user_name} loi tapahtumapöytäkirjan %{resource_name} osallistumistilassa %{space_name}"
|
324
|
+
update: "%{user_name} päivitti tapahtumapöytäkirjan %{resource_name} osallistumistilassa %{space_name}"
|
313
325
|
calendar_modal:
|
314
326
|
calendar_url: Kalenterin URL
|
315
327
|
close_window: Sulje ikkuna
|
@@ -328,7 +340,7 @@ fi:
|
|
328
340
|
meetings: Tapahtumat
|
329
341
|
past: Menneet
|
330
342
|
search: Hae
|
331
|
-
space_type:
|
343
|
+
space_type: Osallistumistila
|
332
344
|
upcoming: Tulevat
|
333
345
|
last_activity:
|
334
346
|
new_meeting_at_html: "<span>Uusi tapahtuma osoitteessa %{link}</span>"
|
@@ -365,7 +377,9 @@ fi:
|
|
365
377
|
confirm: Vahvista
|
366
378
|
show:
|
367
379
|
attendees: Osallistujamäärä
|
380
|
+
back: Takaisin listaan
|
368
381
|
contributions: Kontribuutioiden määrä
|
382
|
+
date: Päivämäärä
|
369
383
|
going: Ilmoittautunut
|
370
384
|
join: Ilmoittaudu tapahtumaan
|
371
385
|
meeting_report: Tapahtumaraportti
|
@@ -408,10 +422,10 @@ fi:
|
|
408
422
|
registrations:
|
409
423
|
create:
|
410
424
|
invalid: Tapahtumaan liittyminen epäonnistui.
|
411
|
-
success:
|
425
|
+
success: Liittymisesi tapahtumaan onnistui. Koska olet ilmoittautunut tähän tapahtumaan, sinulle ilmoitetaan, kun tapahtumaa päivitetään.
|
412
426
|
decline_invitation:
|
413
427
|
invalid: Kutsun hylkääminen epäonnistui.
|
414
|
-
success:
|
428
|
+
success: Kutsun hylkäys onnistui.
|
415
429
|
destroy:
|
416
430
|
invalid: Tapahtumasta poistuminen epäonnistui.
|
417
431
|
success: Olet poistunut tapahtumasta onnistuneesti.
|
@@ -431,7 +445,7 @@ fi:
|
|
431
445
|
participatory_spaces:
|
432
446
|
highlighted_meetings:
|
433
447
|
past_meetings: Aiemmat tapahtumat
|
434
|
-
see_all: Näytä kaikki (%{count})
|
448
|
+
see_all: Näytä kaikki tapahtumat (%{count} kpl)
|
435
449
|
upcoming_meetings: Tulevat tapahtumat
|
436
450
|
upcoming_meeting_for_card:
|
437
451
|
upcoming_meeting: Tuleva tapahtuma
|