decidim-meetings 0.16.1 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/cells/decidim/meetings/content_blocks/upcoming_events_cell.rb +0 -2
- data/app/commands/decidim/meetings/admin/copy_meeting.rb +5 -2
- data/app/commands/decidim/meetings/join_meeting.rb +2 -1
- data/app/controllers/decidim/meetings/registrations_controller.rb +7 -3
- data/app/forms/decidim/meetings/admin/meeting_agenda_items_form.rb +6 -2
- data/app/forms/decidim/meetings/admin/meeting_service_form.rb +3 -1
- data/app/models/decidim/meetings/meeting.rb +17 -9
- data/app/views/decidim/meetings/admin/meeting_copies/_form.html.erb +4 -4
- data/app/views/decidim/meetings/admin/meetings/_form.html.erb +2 -2
- data/config/locales/ar-SA.yml +36 -1
- data/config/locales/ca.yml +21 -21
- data/config/locales/cs.yml +457 -0
- data/config/locales/en.yml +31 -30
- data/config/locales/es.yml +24 -24
- data/config/locales/fi-plain.yml +447 -0
- data/config/locales/fi.yml +17 -17
- data/lib/decidim/meetings/version.rb +1 -1
- metadata +16 -14
data/config/locales/en.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
en:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -43,7 +44,7 @@ en:
|
|
43
44
|
meeting_registration_invite:
|
44
45
|
attributes:
|
45
46
|
email:
|
46
|
-
already_invited: This email has already been invited
|
47
|
+
already_invited: This email account has already been invited
|
47
48
|
models:
|
48
49
|
decidim/meetings/close_meeting_event: Meeting closed
|
49
50
|
decidim/meetings/create_meeting_event: Meeting
|
@@ -66,8 +67,8 @@ en:
|
|
66
67
|
admin:
|
67
68
|
meeting_copies:
|
68
69
|
create:
|
69
|
-
error: There was
|
70
|
-
success:
|
70
|
+
error: There was a problem duplicating this meeting.
|
71
|
+
success: Meeting successfully duplicated.
|
71
72
|
new:
|
72
73
|
copy: Copy
|
73
74
|
select: Select which data you would like to duplicate
|
@@ -108,10 +109,10 @@ en:
|
|
108
109
|
meeting_registration_confirmed:
|
109
110
|
notification_title: Your registration for the meeting <a href="%{resource_url}">%{resource_title}</a> has been confirmed. Your registration code is %{registration_code}.
|
110
111
|
meeting_registrations_over_percentage:
|
111
|
-
email_intro: The "%{resource_title}" meeting
|
112
|
+
email_intro: The allocated slots for the "%{resource_title}" meeting are over %{percentage}%.
|
112
113
|
email_outro: You have received this notification because you are an admin of the meeting's participatory space.
|
113
|
-
email_subject: The "%{resource_title}" meeting
|
114
|
-
notification_title: The <a href="%{resource_path}">%{resource_title}</a> meeting
|
114
|
+
email_subject: The allocated slots for the "%{resource_title}" meeting are over %{percentage}%
|
115
|
+
notification_title: The allocated slots for the <a href="%{resource_path}">%{resource_title}</a> meeting are over %{percentage}%.
|
115
116
|
meeting_updated:
|
116
117
|
email_intro: 'The "%{resource_title}" meeting was updated. You can read the new version from its page:'
|
117
118
|
email_outro: You have received this notification because you are following the "%{resource_title}" meeting. You can unfollow it from the previous link.
|
@@ -136,13 +137,13 @@ en:
|
|
136
137
|
badges:
|
137
138
|
attended_meetings:
|
138
139
|
conditions:
|
139
|
-
|
140
|
+
- Register for the meetings you want to attend
|
140
141
|
description: This badge is granted when you attend several face-to-face meetings.
|
141
|
-
description_another: This
|
142
|
+
description_another: This participant has attended %{score} meetings.
|
142
143
|
description_own: You have attended %{score} meetings.
|
143
144
|
name: Attended meetings
|
144
145
|
next_level_in: Attend %{score} more meetings to reach the next level!
|
145
|
-
unearned_another: This
|
146
|
+
unearned_another: This participant hasn't attended any meeting yet.
|
146
147
|
unearned_own: You haven't attended any meeting yet.
|
147
148
|
meetings:
|
148
149
|
actions:
|
@@ -161,19 +162,19 @@ en:
|
|
161
162
|
admin:
|
162
163
|
agenda:
|
163
164
|
agenda_item:
|
164
|
-
add_agenda_item_child: Add agenda item
|
165
|
+
add_agenda_item_child: Add agenda sub-item
|
165
166
|
agenda_item: Agenda Item
|
166
|
-
agenda_item_children: Agenda
|
167
|
+
agenda_item_children: Agenda sub-items
|
167
168
|
down: Down
|
168
169
|
remove: Remove
|
169
170
|
up: Up
|
170
171
|
agenda_item_child:
|
171
|
-
agenda_item_child: Agenda
|
172
|
+
agenda_item_child: Agenda sub-item
|
172
173
|
down: Down
|
173
174
|
remove: Remove
|
174
175
|
up: Up
|
175
176
|
create:
|
176
|
-
invalid: There
|
177
|
+
invalid: There was a problem creating this agenda
|
177
178
|
success: Agenda successfully created
|
178
179
|
edit:
|
179
180
|
title: Edit agenda
|
@@ -187,7 +188,7 @@ en:
|
|
187
188
|
create: Create
|
188
189
|
title: New agenda
|
189
190
|
update:
|
190
|
-
invalid: There
|
191
|
+
invalid: There was a problem updating this agenda
|
191
192
|
success: Agenda successfully updated
|
192
193
|
exports:
|
193
194
|
meetings: Meetings
|
@@ -199,15 +200,15 @@ en:
|
|
199
200
|
join: Join meeting '%{meeting_title}'
|
200
201
|
invites:
|
201
202
|
create:
|
202
|
-
error: There
|
203
|
-
success:
|
203
|
+
error: There was a problem inviting the participant to join the meeting.
|
204
|
+
success: Participant successfully invited to join the meeting.
|
204
205
|
form:
|
205
206
|
attendee_type: Attendee type
|
206
|
-
existing_user: Existing
|
207
|
+
existing_user: Existing participant
|
207
208
|
invite: Invite
|
208
|
-
invite_explanation: The
|
209
|
-
non_user: Non existing
|
210
|
-
select_user: Select
|
209
|
+
invite_explanation: The participant will be invited to join the meeting and to the organization as well.
|
210
|
+
non_user: Non existing participant
|
211
|
+
select_user: Select participant
|
211
212
|
index:
|
212
213
|
filter:
|
213
214
|
accepted: Accepted
|
@@ -228,10 +229,10 @@ en:
|
|
228
229
|
select_organizer: Select the organizer
|
229
230
|
meetings:
|
230
231
|
close:
|
231
|
-
invalid: There
|
232
|
+
invalid: There was a problem closing this meeting
|
232
233
|
success: Meeting successfully closed
|
233
234
|
create:
|
234
|
-
invalid: There
|
235
|
+
invalid: There was a problem creating this meeting
|
235
236
|
success: Meeting successfully created
|
236
237
|
destroy:
|
237
238
|
success: Meeting successfully deleted
|
@@ -255,11 +256,11 @@ en:
|
|
255
256
|
add_service: Add service
|
256
257
|
services: Services
|
257
258
|
update:
|
258
|
-
invalid: There
|
259
|
+
invalid: There was a problem updating this meeting
|
259
260
|
success: Meeting successfully updated
|
260
261
|
minutes:
|
261
262
|
create:
|
262
|
-
invalid: There
|
263
|
+
invalid: There was a problem creating this minutes
|
263
264
|
success: Minutes successfully created
|
264
265
|
edit:
|
265
266
|
update: Update
|
@@ -267,7 +268,7 @@ en:
|
|
267
268
|
create: Create
|
268
269
|
title: Create minutes
|
269
270
|
update:
|
270
|
-
invalid: There
|
271
|
+
invalid: There was a problem updating this minutes
|
271
272
|
success: Minutes successfully updated
|
272
273
|
models:
|
273
274
|
meeting:
|
@@ -279,7 +280,7 @@ en:
|
|
279
280
|
validate_registration_code: Validate registration code
|
280
281
|
form:
|
281
282
|
available_slots_help: Leave it to 0 if you have unlimited slots available.
|
282
|
-
invites:
|
283
|
+
invites: Invitations
|
283
284
|
registration_form: Registration form
|
284
285
|
registrations_count:
|
285
286
|
one: There has been %{count} registration.
|
@@ -287,7 +288,7 @@ en:
|
|
287
288
|
reserved_slots_help: Leave it to 0 if you don't have reserved slots
|
288
289
|
reserved_slots_less_than: Must be less than or equal to %{count}
|
289
290
|
update:
|
290
|
-
invalid: There
|
291
|
+
invalid: There was a problem saving the registration settings.
|
291
292
|
success: Meeting registrations settings successfully saved.
|
292
293
|
validate_registration_code:
|
293
294
|
invalid: This registration code is invalid.
|
@@ -406,13 +407,13 @@ en:
|
|
406
407
|
registration_code: Your registration code is %{code}.
|
407
408
|
registrations:
|
408
409
|
create:
|
409
|
-
invalid: There
|
410
|
+
invalid: There was a problem joining this meeting.
|
410
411
|
success: You have joined the meeting successfully.
|
411
412
|
decline_invitation:
|
412
|
-
invalid: There
|
413
|
+
invalid: There was a problem declining the invitation.
|
413
414
|
success: You have declined the invitation successfully.
|
414
415
|
destroy:
|
415
|
-
invalid: There
|
416
|
+
invalid: There was a problem leaving this meeting.
|
416
417
|
success: You have left the meeting successfully.
|
417
418
|
types:
|
418
419
|
private_meeting: Private meeting
|
data/config/locales/es.yml
CHANGED
@@ -67,7 +67,7 @@ es:
|
|
67
67
|
meeting_copies:
|
68
68
|
create:
|
69
69
|
error: Se ha producido un error al duplicar este encuentro.
|
70
|
-
success: El encuentro se ha duplicado
|
70
|
+
success: El encuentro se ha duplicado correctamente.
|
71
71
|
new:
|
72
72
|
copy: Copiar
|
73
73
|
select: Selecciona qué datos quieres duplicar
|
@@ -108,10 +108,10 @@ es:
|
|
108
108
|
meeting_registration_confirmed:
|
109
109
|
notification_title: Tu inscripción al encuentro <a href="%{resource_url}">%{resource_title}</a> ha sido confirmada. Tu código de registro es %{registration_code}.
|
110
110
|
meeting_registrations_over_percentage:
|
111
|
-
email_intro: Las inscripciones
|
111
|
+
email_intro: Las inscripciones para el encuentro "%{resource_title}" superan el %{percentage}%.
|
112
112
|
email_outro: Has recibido esta notificación porque eres es un administrador del espacio participativo de la reunión.
|
113
|
-
email_subject: Las inscripciones
|
114
|
-
notification_title: Las inscripciones
|
113
|
+
email_subject: Las inscripciones para el encuentro "%{resource_title}" superan el %{percentage}%
|
114
|
+
notification_title: Las inscripciones para el encuentro <a href="%{resource_path}">%{resource_title}</a> superan el %{percentage}%.
|
115
115
|
meeting_updated:
|
116
116
|
email_intro: 'Se ha cerrado el encuentro "%{resource_title}". Puedes leer las conclusiones en su página:'
|
117
117
|
email_outro: Has recibido esta notificación porque sigues el encuentro "%{resource_title}". Puedes dejar de seguirlo en el enlace anterior.
|
@@ -136,13 +136,13 @@ es:
|
|
136
136
|
badges:
|
137
137
|
attended_meetings:
|
138
138
|
conditions:
|
139
|
-
-
|
139
|
+
- Inscríbete en los encuentros a los que quieres asistir
|
140
140
|
description: Este distintivo se otorga cuando asistas a varias reuniones presenciales.
|
141
|
-
description_another:
|
141
|
+
description_another: Esta participante asistió a %{score} encuentros.
|
142
142
|
description_own: Has asistido a %{score} encuentros.
|
143
143
|
name: Encuentros a los que has asistido
|
144
144
|
next_level_in: '¡Asiste a %{score} encuentros más para alcanzar el siguiente nivel!'
|
145
|
-
unearned_another:
|
145
|
+
unearned_another: Esta participante aún no ha asistido a ningún encuentro.
|
146
146
|
unearned_own: No has asistido a ningún encuentro todavía.
|
147
147
|
meetings:
|
148
148
|
actions:
|
@@ -173,7 +173,7 @@ es:
|
|
173
173
|
remove: Eliminar
|
174
174
|
up: Subir
|
175
175
|
create:
|
176
|
-
invalid:
|
176
|
+
invalid: Se ha producido un error al crear este orden del día
|
177
177
|
success: Orden del día creado correctamente
|
178
178
|
edit:
|
179
179
|
title: Editar orden del día
|
@@ -187,7 +187,7 @@ es:
|
|
187
187
|
create: Crear
|
188
188
|
title: Nuevo orden del día
|
189
189
|
update:
|
190
|
-
invalid:
|
190
|
+
invalid: Se ha producido un error al actualizar el orden del día
|
191
191
|
success: Orden del día actualizado correctamente
|
192
192
|
exports:
|
193
193
|
meetings: Encuentros
|
@@ -199,15 +199,15 @@ es:
|
|
199
199
|
join: Únete al encuentro '%{meeting_title}'
|
200
200
|
invites:
|
201
201
|
create:
|
202
|
-
error:
|
203
|
-
success:
|
202
|
+
error: Se ha producido un error al invitar a la participante a unirse al encuentro.
|
203
|
+
success: La participante ha sido invitado a unirse al encuentro correctamente.
|
204
204
|
form:
|
205
205
|
attendee_type: Tipo de Asistente
|
206
|
-
existing_user:
|
206
|
+
existing_user: Participante existente
|
207
207
|
invite: Invitar
|
208
|
-
invite_explanation:
|
209
|
-
non_user:
|
210
|
-
select_user: Seleccionar
|
208
|
+
invite_explanation: La participante será invitado a unirse al encuentro y también a la organización.
|
209
|
+
non_user: Participante no existente
|
210
|
+
select_user: Seleccionar participante
|
211
211
|
index:
|
212
212
|
filter:
|
213
213
|
accepted: Aceptado
|
@@ -228,10 +228,10 @@ es:
|
|
228
228
|
select_organizer: Selecciona el organizador
|
229
229
|
meetings:
|
230
230
|
close:
|
231
|
-
invalid:
|
231
|
+
invalid: Se ha producido un error al cerrar este encuentro
|
232
232
|
success: Encuentro cerrado con éxito
|
233
233
|
create:
|
234
|
-
invalid:
|
234
|
+
invalid: Se ha producido un error al crear este encuentro
|
235
235
|
success: Encuentro creado con éxito
|
236
236
|
destroy:
|
237
237
|
success: El encuentro se ha eliminado correctamente
|
@@ -255,11 +255,11 @@ es:
|
|
255
255
|
add_service: Añadir servicio
|
256
256
|
services: Servicios
|
257
257
|
update:
|
258
|
-
invalid:
|
258
|
+
invalid: Se ha producido un error al actualizar este encuentro
|
259
259
|
success: Encuentro actualizado correctamente
|
260
260
|
minutes:
|
261
261
|
create:
|
262
|
-
invalid:
|
262
|
+
invalid: Se ha producido un error al crear el acta
|
263
263
|
success: Acta creada con éxito
|
264
264
|
edit:
|
265
265
|
update: Actualizar
|
@@ -267,7 +267,7 @@ es:
|
|
267
267
|
create: Crear
|
268
268
|
title: Crear acta
|
269
269
|
update:
|
270
|
-
invalid:
|
270
|
+
invalid: Se ha producido un error al actualizar el acta
|
271
271
|
success: Acta actualizada con éxito
|
272
272
|
models:
|
273
273
|
meeting:
|
@@ -287,7 +287,7 @@ es:
|
|
287
287
|
reserved_slots_help: Déjalo en 0 si no tienes espacios reservados
|
288
288
|
reserved_slots_less_than: Debe ser menor que o igual a %{count}
|
289
289
|
update:
|
290
|
-
invalid: Se ha producido un
|
290
|
+
invalid: Se ha producido un error al guardar la configuración de la inscripción.
|
291
291
|
success: Se han guardado correctamente las configuraciones de inscripciones de encuentros.
|
292
292
|
validate_registration_code:
|
293
293
|
invalid: Este código de registro no es válido.
|
@@ -406,13 +406,13 @@ es:
|
|
406
406
|
registration_code: Tu código de registro es %{code}.
|
407
407
|
registrations:
|
408
408
|
create:
|
409
|
-
invalid:
|
409
|
+
invalid: Se ha producido un error al unirte a este encuentro.
|
410
410
|
success: Te has inscrito al encuentro con éxito.
|
411
411
|
decline_invitation:
|
412
|
-
invalid:
|
412
|
+
invalid: Se ha producido un error al declinar la invitación.
|
413
413
|
success: Has rechazado la invitación con éxito.
|
414
414
|
destroy:
|
415
|
-
invalid:
|
415
|
+
invalid: Se ha producido un error al abandonar esta encuentro.
|
416
416
|
success: Has salido del encuentro con éxito.
|
417
417
|
types:
|
418
418
|
private_meeting: Encuentro privado
|
@@ -0,0 +1,447 @@
|
|
1
|
+
fi-pl:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
agenda:
|
5
|
+
description: Kuvaus
|
6
|
+
duration: Kesto
|
7
|
+
title: Otsikko
|
8
|
+
close_meeting:
|
9
|
+
attendees_count: Osallistujien määrä
|
10
|
+
attending_organizations: Osallistuvien organisaatioiden lista
|
11
|
+
closing_report: Raportti
|
12
|
+
contributions_count: Kontribuutioiden määrä
|
13
|
+
proposal_ids: Ehdotusta luotu tapaamisessa
|
14
|
+
meeting:
|
15
|
+
address: Osoite
|
16
|
+
available_slots: Tämän tapahtuman vapaiden paikkojen määrä
|
17
|
+
decidim_category_id: Aihepiiri
|
18
|
+
decidim_scope_id: Teema
|
19
|
+
description: Kuvaus
|
20
|
+
end_time: Lopetusaika
|
21
|
+
location: Paikka
|
22
|
+
location_hints: Paikan tarkemmat tiedot
|
23
|
+
organizer_id: Järjestäjä
|
24
|
+
private_meeting: Yksityinen tapahtuma
|
25
|
+
registration_form_enabled: Ilmoittautumislomake on käytössä
|
26
|
+
registration_terms: Ilmoittautumisehdot
|
27
|
+
registrations_enabled: Ilmoittautumiset ovat käytössä
|
28
|
+
start_time: Aloitusaika
|
29
|
+
title: Otsikko
|
30
|
+
transparent: Läpinäkyvä
|
31
|
+
minutes:
|
32
|
+
audio_url: Äänen URL-osoite
|
33
|
+
description: Kuvaus
|
34
|
+
video_url: Videon URL-osoite
|
35
|
+
visible: On näkyvissä
|
36
|
+
errors:
|
37
|
+
models:
|
38
|
+
meeting_agenda:
|
39
|
+
attributes:
|
40
|
+
base:
|
41
|
+
too_many_minutes: Kohteiden kesto ylittää tapahtuman keston %{count} minuutilla
|
42
|
+
too_many_minutes_child: Alakohdan kesto ylittää esityslistan kohdan "%{parent_title}" keston %{count} minuutilla
|
43
|
+
meeting_registration_invite:
|
44
|
+
attributes:
|
45
|
+
email:
|
46
|
+
already_invited: Tämä sähköposti on jo kutsuttu
|
47
|
+
models:
|
48
|
+
decidim/meetings/close_meeting_event: Tapahtuma suljettu
|
49
|
+
decidim/meetings/create_meeting_event: Tapahtuma
|
50
|
+
decidim/meetings/meeting_registrations_enabled_event: Ilmoittautumiset ovat käytössä
|
51
|
+
decidim/meetings/meeting_registrations_over_percentage_event: Ilmoittautumiset ylittävät rajan
|
52
|
+
decidim/meetings/upcoming_meeting_event: Tuleva tapahtuma
|
53
|
+
decidim/meetings/update_meeting_event: Tapahtuma päivitetty
|
54
|
+
activerecord:
|
55
|
+
models:
|
56
|
+
decidim/meetings/meeting:
|
57
|
+
one: Tapahtuma
|
58
|
+
other: Tapahtumat
|
59
|
+
decidim/meetings/minutes:
|
60
|
+
one: Pöytäkirja
|
61
|
+
other: Pöytäkirjat
|
62
|
+
decidim/meetings/registration:
|
63
|
+
one: Ilmoittautuminen
|
64
|
+
other: Ilmoittautumiset
|
65
|
+
decidim:
|
66
|
+
admin:
|
67
|
+
meeting_copies:
|
68
|
+
create:
|
69
|
+
error: Tämän tapahtuman monistamisessa tapahtui virhe.
|
70
|
+
success: Tapahtuman monistaminen onnistui.
|
71
|
+
new:
|
72
|
+
copy: Kopioi
|
73
|
+
select: Valitse, mitkä tiedot haluat monistaa
|
74
|
+
title: Monista tapahtuma
|
75
|
+
components:
|
76
|
+
meetings:
|
77
|
+
actions:
|
78
|
+
join: Liity mukaan
|
79
|
+
name: Tapahtumat
|
80
|
+
settings:
|
81
|
+
global:
|
82
|
+
announcement: Ilmoitus
|
83
|
+
comments_enabled: Kommentit ovat käytössä
|
84
|
+
default_registration_terms: Ilmoittautumisen oletusehdot
|
85
|
+
enable_pads_creation: Ota käyttöön muistioiden luominen
|
86
|
+
resources_permissions_enabled: Toiminnallisuutta koskevat oikeudet voidaan asettaa jokaiselle tapahtumalle
|
87
|
+
step:
|
88
|
+
announcement: Ilmoitus
|
89
|
+
comments_blocked: Kommentointi on estetty
|
90
|
+
events:
|
91
|
+
meetings:
|
92
|
+
meeting_closed:
|
93
|
+
affected_user:
|
94
|
+
email_intro: 'Tapahtumasi "%{resource_title}" on suljettu. Voit lukea johtopäätökset täältä:'
|
95
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet järjestänyt tapahtuman "%{resource_title}".
|
96
|
+
email_subject: Tapahtuma "%{resource_title}" suljettiin
|
97
|
+
notification_title: Tapahtuma <a href="%{resource_path}">%{resource_title}</a> suljettiin.
|
98
|
+
follower:
|
99
|
+
email_intro: 'Tapahtuma "%{resource_title}" suljettiin. Voit lukea johtopäätökset sen sivulta:'
|
100
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat tapahtumaa "%{resource_title}". Voit lopettaa seuraamisen edellä esitetyn linkin kautta.
|
101
|
+
email_subject: Tapahtuma "%{resource_title}" suljettiin
|
102
|
+
notification_title: Tapahtuma <a href="%{resource_path}">%{resource_title}</a> suljettiin.
|
103
|
+
meeting_created:
|
104
|
+
email_intro: Tapahtuma "%{resource_title}" on lisätty seuraamaasi kohteeseen "%{participatory_space_title}".
|
105
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta "%{participatory_space_title}". Voit lopettaa seuraamisen edellä esitetyn linkin kautta.
|
106
|
+
email_subject: Uusi tapahtuma lisätty kohteeseen %{participatory_space_title}
|
107
|
+
notification_title: Tapahtuma <a href="%{resource_path}">%{resource_title}</a> on lisätty kohteeseen %{participatory_space_title}
|
108
|
+
meeting_registration_confirmed:
|
109
|
+
notification_title: Ilmoittautumisesi tapahtumaan <a href="%{resource_url}">%{resource_title}</a> on vahvistettu. Sinun ilmoittautumiskoodisi on %{registration_code}.
|
110
|
+
meeting_registrations_over_percentage:
|
111
|
+
email_intro: Tapahtuman "%{resource_title}" varatut paikat ylittävät %{percentage}%.
|
112
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet tapahtuman osallisuustilan ylläpitäjä.
|
113
|
+
email_subject: Tapahtuman "%{resource_title}" varatut paikat ylittävät %{percentage}%
|
114
|
+
notification_title: Tapahtuman <a href="%{resource_path}">%{resource_title}</a> varatut paikat ovat yli %{percentage}%.
|
115
|
+
meeting_updated:
|
116
|
+
email_intro: 'Tapahtuma "%{resource_title}" päivitettiin. Voit lukea uuden version sivulta:'
|
117
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat tapahtumaa "%{resource_title}". Voit lopettaa seuraamisen edellä esitetyn linkin kautta.
|
118
|
+
email_subject: Tapahtuma "%{resource_title}" päivitettiin
|
119
|
+
notification_title: Tapahtuma <a href="%{resource_path}">%{resource_title}</a> päivitettiin.
|
120
|
+
registration_code_validated:
|
121
|
+
email_intro: Ilmoittautumiskoodisi "%{registration_code}" tapahtumaan "%{resource_title}" on vahvistettu.
|
122
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska ilmoittautumiskoodisi tapahtumaan "%{resource_title}" on vahvistettu.
|
123
|
+
email_subject: Ilmoittautumiskoodisi "%{registration_code}" tapahtumaan "%{resource_title}" on vahvistettu
|
124
|
+
notification_title: Ilmoittautumiskoodisi "%{registration_code}" tapahtumaan <a href="%{resource_path}">%{resource_title}</a> on vahvistettu.
|
125
|
+
registrations_enabled:
|
126
|
+
email_intro: 'Tapahtuma "%{resource_title}" on avannut ilmoittautumisen. Voit ilmoittautua tapahtuman sivuilla:'
|
127
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat tapahtumaa "%{resource_title}". Voit lopettaa seuraamisen edellä esitetyn linkin kautta.
|
128
|
+
email_subject: Ilmoittautumiset on avattu tapahtumaan "%{resource_title}".
|
129
|
+
notification_title: Ilmoittautumiset on avattu tapahtumaan <a href="%{resource_path}">%{resource_title}</a>.
|
130
|
+
upcoming_meeting:
|
131
|
+
email_intro: Tapahtuman "%{resource_title}" alkuun on alle 48 tuntia.
|
132
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat tapahtumaa "%{resource_title}". Voit lopettaa seuraamisen edellä esitetyn linkin kautta.
|
133
|
+
email_subject: Tapahtuman "%{resource_title}" alkuun on alle 48 tuntia.
|
134
|
+
notification_title: Tapahtuma <a href="%{resource_path}">%{resource_title}</a> alkaa alle 48 tuntin kuluttua.
|
135
|
+
gamification:
|
136
|
+
badges:
|
137
|
+
attended_meetings:
|
138
|
+
conditions:
|
139
|
+
- Ilmoittaudu tapahtumiin, joihin haluat osallistua
|
140
|
+
description: Tämä kunniamerkki myönnetään, kun osallistut useisiin tapahtumiin.
|
141
|
+
description_another: Tämä käyttäjä on osallistunut %{score} tapahtumaan.
|
142
|
+
description_own: Olet osallistunut %{score} tapahtumaan.
|
143
|
+
name: Tapahtumiin osallistuminen
|
144
|
+
next_level_in: Osallistu %{score} uuteen tapahtumaan seuraavan tason saavuttamiseksi!
|
145
|
+
unearned_another: Tämä käyttäjä ei ole vielä osallistunut yhteenkään tapahtumaan.
|
146
|
+
unearned_own: Et ole vielä osallistunut yhteenkään tapahtumaan.
|
147
|
+
meetings:
|
148
|
+
actions:
|
149
|
+
agenda: Esityslista
|
150
|
+
attachment_collections: Kansiot
|
151
|
+
attachments: Liitteet
|
152
|
+
close: Sulje
|
153
|
+
confirm_destroy: Haluatko varmasti poistaa tämän tapahtuman?
|
154
|
+
destroy: Poista
|
155
|
+
edit: Muokkaa
|
156
|
+
minutes: Pöytäkirja
|
157
|
+
new: Uusi kokous
|
158
|
+
preview: Esikatsele
|
159
|
+
registrations: Ilmoittautumiset
|
160
|
+
title: Toiminnot
|
161
|
+
admin:
|
162
|
+
agenda:
|
163
|
+
agenda_item:
|
164
|
+
add_agenda_item_child: Lisää esityslistan alakohta
|
165
|
+
agenda_item: Esityslistan kohta
|
166
|
+
agenda_item_children: Esityslistan alakohdat
|
167
|
+
down: Alas
|
168
|
+
remove: Poista
|
169
|
+
up: Ylös
|
170
|
+
agenda_item_child:
|
171
|
+
agenda_item_child: Esityslistan alakohta
|
172
|
+
down: Alas
|
173
|
+
remove: Poista
|
174
|
+
up: Ylös
|
175
|
+
create:
|
176
|
+
invalid: Tämän esityslistan luomisessa esiintyi ongelma
|
177
|
+
success: Esityslista luotiin onnistuneesti
|
178
|
+
edit:
|
179
|
+
title: Muokkaa esityslistaa
|
180
|
+
update: Päivitä
|
181
|
+
form:
|
182
|
+
add_agenda_item: Lisää esityslistan kohta
|
183
|
+
agenda_items: Esityslistan kohdat
|
184
|
+
end_date: Päättymispäivä
|
185
|
+
start_date: Alkamispäivä
|
186
|
+
new:
|
187
|
+
create: Luo
|
188
|
+
title: Uusi esityslista
|
189
|
+
update:
|
190
|
+
invalid: Tämän esityslistan päivityksessä esiintyi ongelma
|
191
|
+
success: Esityslista päivitettiin onnistuneesti
|
192
|
+
exports:
|
193
|
+
meetings: Tapahtumat
|
194
|
+
registrations: Ilmoittautumiset
|
195
|
+
invite_join_meeting_mailer:
|
196
|
+
invite:
|
197
|
+
decline: Hylkää kutsu
|
198
|
+
invited_you_to_join_a_meeting: "%{invited_by} on kutsunut sinut osallistumaan tapahtumaan kohdassa %{application}. Voit hyväksyä tai hylätä kutsun alla olevien linkkien kautta."
|
199
|
+
join: Liity tapahtumaan "%{meeting_title}"
|
200
|
+
invites:
|
201
|
+
create:
|
202
|
+
error: Käyttäjän kutsumisessa tapahtumaan esiintyi ongelma.
|
203
|
+
success: Käyttäjä kutsuttiin onnistuneesti tapahtumaan.
|
204
|
+
form:
|
205
|
+
attendee_type: Osallistujatyyppi
|
206
|
+
existing_user: Olemassa oleva käyttäjä
|
207
|
+
invite: Kutsu
|
208
|
+
invite_explanation: Käyttäjä tullaan kutsumaan mukaan tapahtumaan. Käyttäjä kutsutaan myös organisaatioon.
|
209
|
+
non_user: Käyttäjää ei ole olemassa
|
210
|
+
select_user: Valitse käyttäjä
|
211
|
+
index:
|
212
|
+
filter:
|
213
|
+
accepted: Hyväksytyt
|
214
|
+
all: Kaikki
|
215
|
+
rejected: Hylätyt
|
216
|
+
sent: Lähetetyt
|
217
|
+
filter_by: Rajaa hakua
|
218
|
+
invite_attendee: Kutsu osallistuja
|
219
|
+
invites: Kutsut
|
220
|
+
registrations_disabled: Et voi kutsua osallistujaa, koska ilmoittautumiset on poistettu käytöstä.
|
221
|
+
search: Hae
|
222
|
+
meeting_closes:
|
223
|
+
edit:
|
224
|
+
close: Sulje
|
225
|
+
title: Sulje tapahtuma
|
226
|
+
meeting_copies:
|
227
|
+
form:
|
228
|
+
select_organizer: Valitse järjestäjä
|
229
|
+
meetings:
|
230
|
+
close:
|
231
|
+
invalid: Tapahtuman sulkemisessa tapahtui virhe
|
232
|
+
success: Tapahtuma onnistuneesti suljettu
|
233
|
+
create:
|
234
|
+
invalid: Tapahtuman luonnissa esiintyi ongelma
|
235
|
+
success: Tapahtuma onnistuneesti luotu
|
236
|
+
destroy:
|
237
|
+
success: Tapahtuma onnistuneesti luotu
|
238
|
+
edit:
|
239
|
+
update: Päivitä
|
240
|
+
form:
|
241
|
+
select_organizer: Valitse järjestäjä
|
242
|
+
index:
|
243
|
+
title: Tapahtumat
|
244
|
+
new:
|
245
|
+
create: Luo
|
246
|
+
title: Luo tapahtuma
|
247
|
+
service:
|
248
|
+
description: Kuvaus
|
249
|
+
down: Alas
|
250
|
+
remove: Poista
|
251
|
+
service: Palvelu
|
252
|
+
title: Otsikko
|
253
|
+
up: Ylös
|
254
|
+
services:
|
255
|
+
add_service: Lisää palvelu
|
256
|
+
services: Palvelut
|
257
|
+
update:
|
258
|
+
invalid: Tämän tapahtuman päivittämisessa esiintyi ongelma
|
259
|
+
success: Tapahtuma luotiin onnistuneesti
|
260
|
+
minutes:
|
261
|
+
create:
|
262
|
+
invalid: Tämän pöytäkirjan luonnissa esiintyi ongelma
|
263
|
+
success: Pöytäkirja luotiin onnistuneesti
|
264
|
+
edit:
|
265
|
+
update: Päivitä
|
266
|
+
new:
|
267
|
+
create: Luo
|
268
|
+
title: Luo pöytäkirja
|
269
|
+
update:
|
270
|
+
invalid: Tämän pöytäkirjan päivityksessä esiintyi ongelma
|
271
|
+
success: Pöytäkirja päivitettiin onnistuneesti
|
272
|
+
models:
|
273
|
+
meeting:
|
274
|
+
name: Tapahtuma
|
275
|
+
registrations:
|
276
|
+
edit:
|
277
|
+
save: Tallenna
|
278
|
+
validate: Vahvista
|
279
|
+
validate_registration_code: Vahvista ilmoittautumiskoodi
|
280
|
+
form:
|
281
|
+
available_slots_help: Jätä arvoksi 0, mikäli tapahtumaan on rajoittamaton määrä paikkoja.
|
282
|
+
invites: Kutsut
|
283
|
+
registration_form: Ilmoittautumislomake
|
284
|
+
registrations_count:
|
285
|
+
one: Tapahtumaan on %{count} ilmoittautuminen.
|
286
|
+
other: Tapahtumaan on %{count} ilmoittautumista.
|
287
|
+
reserved_slots_help: Jätä arvoksi 0, jos sinulla ei ole varattuja paikkoja
|
288
|
+
reserved_slots_less_than: Täytyy olla vähemmän tai yhtä paljon kuin %{count}
|
289
|
+
update:
|
290
|
+
invalid: Ilmoittautumisasetusten tallentamisessa esiintyi ongelma.
|
291
|
+
success: Tapahtumailmoittautumisasetukset tallennettiin onnistuneesti.
|
292
|
+
validate_registration_code:
|
293
|
+
invalid: Tämä ilmoittautumiskoodi on virheellinen.
|
294
|
+
success: Ilmoittautumiskoodi on vahvistettu onnistuneesti.
|
295
|
+
admin_log:
|
296
|
+
invite:
|
297
|
+
create: "%{user_name} kutsui %{attendee_name} osallistumaan tapahtumaan %{resource_name} tilassa %{space_name}"
|
298
|
+
deleted: "%{user_name} perui kutsun osallistujalle %{attendee_name} tapahtumaan %{resource_name} tilassa %{space_name}"
|
299
|
+
update: "%{user_name} kutsui %{attendee_name} osallistumaan tapahtumaan %{resource_name} tilaan %{space_name}"
|
300
|
+
meeting:
|
301
|
+
close: "%{user_name} sulki tapahtuman %{resource_name} tilassa %{space_name}"
|
302
|
+
create: "%{user_name} loi tapahtuman %{resource_name} tilassa %{space_name}"
|
303
|
+
delete: "%{user_name} poisti tapahtuman %{resource_name} tilassa %{space_name}"
|
304
|
+
export_registrations: "%{user_name} vei tapahtuman %{resource_name} ilmoittautumiset tilaan %{space_name}"
|
305
|
+
update: "%{user_name} päivitti tapahtuman %{resource_name} tilassa %{space_name}"
|
306
|
+
value_types:
|
307
|
+
organizer_presenter:
|
308
|
+
not_found: 'Järjestäjää ei löytynyt tietokannasta (ID: %{id})'
|
309
|
+
minutes:
|
310
|
+
create: "%{user_name} loi tapahtumapöytäkirjan %{resource_name} tilassa %{space_name}"
|
311
|
+
update: "%{user_name} päivitti tapahtumapöytäkirjan %{resource_name} tilassa %{space_name}"
|
312
|
+
calendar_modal:
|
313
|
+
calendar_url: Kalenterin URL
|
314
|
+
close_window: Sulje ikkuna
|
315
|
+
export_calendar: Vie kalenterin tiedot
|
316
|
+
conference_venues: Tapahtumapaikat
|
317
|
+
content_blocks:
|
318
|
+
upcoming_events:
|
319
|
+
name: Tulevat tapahtumat
|
320
|
+
upcoming_events: Tulevat tapahtumat
|
321
|
+
view_all_events: Näytä kaikki
|
322
|
+
directory:
|
323
|
+
meetings:
|
324
|
+
index:
|
325
|
+
all: Kaikki
|
326
|
+
date: Päivämäärä
|
327
|
+
meetings: Tapahtumat
|
328
|
+
past: Menneet
|
329
|
+
search: Hae
|
330
|
+
space_type: Osallisuustila
|
331
|
+
upcoming: Tulevat
|
332
|
+
last_activity:
|
333
|
+
new_meeting_at_html: "<span>Uusi tapahtuma osoitteessa %{link}</span>"
|
334
|
+
mailer:
|
335
|
+
invite_join_meeting_mailer:
|
336
|
+
invite:
|
337
|
+
subject: Kutsu liittyä tapahtumaan
|
338
|
+
registration_mailer:
|
339
|
+
confirmation:
|
340
|
+
subject: Tapahtumailmoittautumisesi on vahvistettu
|
341
|
+
meeting:
|
342
|
+
not_allowed: Sinulla ei ole lupaa tarkastella tätä tapahtumaa
|
343
|
+
meetings:
|
344
|
+
filters:
|
345
|
+
category: Aihepiiri
|
346
|
+
category_prompt: Valitse aihepiiri
|
347
|
+
date: Päivämäärä
|
348
|
+
past: Menneet
|
349
|
+
search: Hae
|
350
|
+
upcoming: Tulevat
|
351
|
+
filters_small_view:
|
352
|
+
close_modal: Sulje ikkuna
|
353
|
+
filter: Rajaa
|
354
|
+
filter_by: Rajaa hakua
|
355
|
+
unfold: Avaa
|
356
|
+
meeting_minutes:
|
357
|
+
meeting_minutes: Tapahtumapöytäkirja
|
358
|
+
related_information: Liittyviä tietoja
|
359
|
+
meetings:
|
360
|
+
no_meetings_warning: Yksikään tapahtuma ei vastaa hakukriteerejäsi tai yhtään tapahtumaa ei ole suunniteltu.
|
361
|
+
upcoming_meetings_warning: Tällä hetkellä ei ole suuniteltuja tapahtumia, mutta täältä löydät kaikki aikaisemmat tapahtumat.
|
362
|
+
registration_confirm:
|
363
|
+
cancel: Peruuta
|
364
|
+
confirm: Vahvista
|
365
|
+
show:
|
366
|
+
attendees: Osallistujamäärä
|
367
|
+
contributions: Kontribuutioiden määrä
|
368
|
+
going: Osallistumassa
|
369
|
+
join: Liity tapahtumaan
|
370
|
+
meeting_report: Tapahtumaraportti
|
371
|
+
no_slots_available: Ei paikkoja vapaana
|
372
|
+
organizations: Osallistuvat järjestöt
|
373
|
+
registration_code_help_text: Ilmoittautumiskoodisi
|
374
|
+
registration_state:
|
375
|
+
validated: VAHVISTETTU
|
376
|
+
validation_pending: ODOTTAA VAHVISTUSTA
|
377
|
+
remaining_slots:
|
378
|
+
one: "%{count} paikka jäljellä"
|
379
|
+
other: "%{count} paikkaa jäljellä"
|
380
|
+
view: Näytä
|
381
|
+
meetings_map:
|
382
|
+
view_meeting: Näytä tapahtuma
|
383
|
+
models:
|
384
|
+
invite:
|
385
|
+
fields:
|
386
|
+
email: Sähköposti
|
387
|
+
name: Nimi
|
388
|
+
sent_at: Lähetysaika
|
389
|
+
status: Tila
|
390
|
+
status:
|
391
|
+
accepted: Hyväksytty (%{at})
|
392
|
+
rejected: Hylätty (%{at})
|
393
|
+
sent: Lähetetyt
|
394
|
+
meeting:
|
395
|
+
fields:
|
396
|
+
closed: Suljettu
|
397
|
+
end_time: Päättymispäivä
|
398
|
+
map: Kartta
|
399
|
+
start_time: Alkamispäivä
|
400
|
+
title: Otsikko
|
401
|
+
read_more: "(lue lisää)"
|
402
|
+
registration_mailer:
|
403
|
+
confirmation:
|
404
|
+
confirmed_html: Ilmoittautumisesi tapahtumaan <a href="%{url}">%{title}</a> on vahvistettu.
|
405
|
+
details: Löydät tapahtuman tarkemmat tiedot liitteenä olevasta kalenterimerkinnästä.
|
406
|
+
registration_code: Ilmoittautumiskoodisi on %{code}.
|
407
|
+
registrations:
|
408
|
+
create:
|
409
|
+
invalid: Tapahtumaan liittymisessä tapahtui virhe.
|
410
|
+
success: Olet liittynyt tapahtumaan onnistuneesti.
|
411
|
+
decline_invitation:
|
412
|
+
invalid: Kutsun hyläämisessä esiintyi ongelma.
|
413
|
+
success: Olet hylännyt kutsun onnistuneesti.
|
414
|
+
destroy:
|
415
|
+
invalid: Tapahtumasta poistumisessa on tapahtunut virhe.
|
416
|
+
success: Olet poistunut tapahtumasta onnistuneesti.
|
417
|
+
types:
|
418
|
+
private_meeting: Yksityinen tapahtuma
|
419
|
+
transparent: Läpinäkyvä
|
420
|
+
metrics:
|
421
|
+
meetings:
|
422
|
+
description: Tapahtumien määrä
|
423
|
+
object: tapahtumat
|
424
|
+
title: Tapahtumat
|
425
|
+
participatory_processes:
|
426
|
+
participatory_process_groups:
|
427
|
+
highlighted_meetings:
|
428
|
+
past_meetings: Aiemmat tapahtumat
|
429
|
+
upcoming_meetings: Tulevat tapahtumat
|
430
|
+
participatory_spaces:
|
431
|
+
highlighted_meetings:
|
432
|
+
past_meetings: Aiemmat tapahtumat
|
433
|
+
see_all: Näytä kaikki (%{count})
|
434
|
+
upcoming_meetings: Tulevat tapahtumat
|
435
|
+
upcoming_meeting_for_card:
|
436
|
+
upcoming_meeting: Tuleva tapahtuma
|
437
|
+
resource_links:
|
438
|
+
meetings_through_proposals:
|
439
|
+
meeting_result: 'Liittyvät tulokset:'
|
440
|
+
result_meeting: 'Liittyvät tapahtumat:'
|
441
|
+
proposals_from_meeting:
|
442
|
+
meeting_proposal: 'Liittyvät ehdotukset:'
|
443
|
+
proposal_meeting: 'Liittyvät tapahtumat:'
|
444
|
+
devise:
|
445
|
+
mailer:
|
446
|
+
join_meeting:
|
447
|
+
subject: Kutsu tapahtumaan
|