decidim-conferences 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/README.md +2 -0
- data/app/assets/images/decidim/conferences/conference.svg +1 -3
- data/app/cells/decidim/conferences/conference_m/footer.erb +1 -1
- data/app/cells/decidim/conferences/conference_speaker/show.erb +2 -2
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences/show.erb +9 -10
- data/app/cells/decidim/conferences/media_link/show.erb +2 -2
- data/app/cells/decidim/conferences/partner_cell.rb +1 -1
- data/app/cells/decidim/conferences/photo/show.erb +3 -5
- data/app/cells/decidim/conferences/photo_cell.rb +2 -2
- data/app/cells/decidim/conferences/photos_list/show.erb +1 -1
- data/app/cells/decidim/conferences/registration_type/join_conference.erb +1 -1
- data/app/commands/decidim/conferences/admin/create_conference.rb +3 -3
- data/app/commands/decidim/conferences/admin/create_conference_admin.rb +2 -1
- data/app/commands/decidim/conferences/admin/notify_role_assigned_to_conference.rb +22 -0
- data/app/commands/decidim/conferences/admin/update_conference.rb +3 -3
- data/app/commands/decidim/conferences/admin/update_conference_admin.rb +2 -1
- data/app/controllers/concerns/decidim/conferences/admin/filterable.rb +27 -0
- data/app/controllers/decidim/conferences/admin/conference_registrations_controller.rb +2 -1
- data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +2 -1
- data/app/controllers/decidim/conferences/admin/conference_user_roles_controller.rb +2 -1
- data/app/controllers/decidim/conferences/admin/conferences_controller.rb +4 -4
- data/app/controllers/decidim/conferences/admin/media_links_controller.rb +2 -1
- data/app/controllers/decidim/conferences/admin/partners_controller.rb +2 -1
- data/app/controllers/decidim/conferences/admin/registration_types_controller.rb +2 -1
- data/app/events/decidim/conferences/conference_role_assigned_event.rb +30 -0
- data/app/jobs/decidim/conferences/admin/send_conference_diploma_job.rb +1 -1
- data/app/models/decidim/conference.rb +25 -0
- data/app/models/decidim/conference_user_role.rb +1 -1
- data/app/permissions/decidim/conferences/permissions.rb +9 -0
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +1 -1
- data/app/types/decidim/conferences/conference_media_link_type.rb +19 -0
- data/app/types/decidim/conferences/conference_partner_type.rb +20 -0
- data/app/types/decidim/conferences/conference_speaker_type.rb +24 -0
- data/app/types/decidim/conferences/conference_type.rb +45 -0
- data/app/views/decidim/conferences/_order_by_conferences.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conference_invites/index.html.erb +2 -2
- data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +3 -2
- data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conferences/index.html.erb +7 -3
- data/app/views/decidim/conferences/admin/partners/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/registration_types/index.html.erb +1 -0
- data/app/views/decidim/conferences/conference_program/_program_item.html.erb +6 -4
- data/app/views/decidim/conferences/conference_program/show.html.erb +6 -6
- data/app/views/decidim/conferences/conference_registration_mailer/confirmation.html.erb +1 -1
- data/app/views/decidim/conferences/conference_registration_mailer/pending_validation.html.erb +1 -1
- data/app/views/decidim/conferences/conference_speakers/index.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/_partners.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +3 -3
- data/app/views/decidim/conferences/conferences/show.html.erb +7 -13
- data/app/views/decidim/conferences/media/index.html.erb +3 -3
- data/app/views/layouts/decidim/_conference_hero.html.erb +4 -8
- data/app/views/layouts/decidim/_conferences_nav.html.erb +2 -2
- data/app/views/layouts/decidim/admin/conference.html.erb +2 -2
- data/app/views/layouts/decidim/conference.html.erb +3 -5
- data/config/locales/ar.yml +4 -2
- data/config/locales/bg-BG.yml +7 -0
- data/config/locales/ca.yml +9 -0
- data/config/locales/cs.yml +16 -7
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/de.yml +9 -0
- data/config/locales/el-GR.yml +1 -0
- data/config/locales/el.yml +580 -0
- data/config/locales/en.yml +9 -0
- data/config/locales/es-MX.yml +9 -0
- data/config/locales/es-PY.yml +9 -0
- data/config/locales/es.yml +9 -0
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/fi-plain.yml +9 -0
- data/config/locales/fi.yml +13 -4
- data/config/locales/fr-CA.yml +580 -0
- data/config/locales/fr.yml +9 -0
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/hu.yml +5 -1
- data/config/locales/is-IS.yml +1 -0
- data/config/locales/it.yml +168 -159
- data/config/locales/ja-JP.yml +575 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lv-LV.yml +584 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/nl.yml +9 -0
- data/config/locales/no.yml +566 -0
- data/config/locales/pl.yml +192 -182
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/pt.yml +238 -229
- data/config/locales/ro-RO.yml +536 -0
- data/config/locales/sk-SK.yml +585 -0
- data/config/locales/sk.yml +585 -0
- data/config/locales/sl.yml +37 -0
- data/config/locales/sr-CS.yml +19 -0
- data/config/locales/sv.yml +22 -13
- data/db/migrate/20200320105913_index_foreign_keys_in_decidim_conferences.rb +7 -0
- data/db/migrate/20200320105914_index_foreign_keys_in_decidim_conferences_conference_invites.rb +7 -0
- data/db/migrate/20200320105915_index_foreign_keys_in_decidim_conferences_conference_registrations.rb +7 -0
- data/db/seeds/city.jpeg +0 -0
- data/db/seeds/city2.jpeg +0 -0
- data/lib/decidim/conferences/participatory_space.rb +10 -1
- data/lib/decidim/conferences/test/factories.rb +16 -0
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +39 -12
- data/app/views/decidim/conferences/conference_widgets/show.html.erb +0 -11
@@ -0,0 +1 @@
|
|
1
|
+
lt:
|
@@ -0,0 +1,584 @@
|
|
1
|
+
lv:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
conference:
|
5
|
+
assemblies_ids: Saistītās asamblejas
|
6
|
+
banner_image: Reklāmkaroga attēls
|
7
|
+
consultations_ids: Saistītās konsultācijas
|
8
|
+
copy_categories: Kopēt kategorijas
|
9
|
+
copy_components: Kopēt komponentus
|
10
|
+
copy_features: Kopēt funkcijas
|
11
|
+
decidim_scope_id: Darbības tvērums
|
12
|
+
description: Apraksts
|
13
|
+
hashtag: Tēmturis
|
14
|
+
hero_image: Sākuma attēls
|
15
|
+
participatory_processes_ids: Saistītie līdzdalības procesi
|
16
|
+
promoted: Izcelts
|
17
|
+
published_at: Publicēts plkst.
|
18
|
+
scope_id: Darbības tvērums
|
19
|
+
scopes_enabled: Darbības tvērumi ir iespējoti
|
20
|
+
short_description: Īss apraksts
|
21
|
+
show_statistics: Rādīt statistiku
|
22
|
+
slogan: Sauklis
|
23
|
+
slug: URL sadaļas adrese (slug)
|
24
|
+
title: Nosaukums
|
25
|
+
conference_speaker:
|
26
|
+
full_name: Vārds, uzvārds
|
27
|
+
conference_user_role:
|
28
|
+
email: E-pasts
|
29
|
+
name: Nosaukums
|
30
|
+
role: Loma
|
31
|
+
errors:
|
32
|
+
models:
|
33
|
+
conference_registration_invite:
|
34
|
+
attributes:
|
35
|
+
email:
|
36
|
+
already_invited: Šis e-pasts jau ir uzaicināts
|
37
|
+
activerecord:
|
38
|
+
models:
|
39
|
+
decidim/conference:
|
40
|
+
zero: Konferences
|
41
|
+
one: Konference
|
42
|
+
other: Konferences
|
43
|
+
decidim/conference_speaker:
|
44
|
+
zero: Konferences runātāji
|
45
|
+
one: Konferences runātājs
|
46
|
+
other: Konferences runātāji
|
47
|
+
decidim/conference_user_role:
|
48
|
+
zero: Konferences lietotāju lomas
|
49
|
+
one: Konferences lietotāja loma
|
50
|
+
other: Konferences lietotāju lomas
|
51
|
+
decidim:
|
52
|
+
admin:
|
53
|
+
actions:
|
54
|
+
confirm: Apstiprināt
|
55
|
+
new_conference: Jauna konference
|
56
|
+
send_diplomas: Nosūtīt apmeklējuma sertifikātus
|
57
|
+
conference_copies:
|
58
|
+
new:
|
59
|
+
copy: Kopēt
|
60
|
+
select: Atlasiet, kurus datus vēlaties dublēt
|
61
|
+
title: Dublēt konferenci
|
62
|
+
conference_publications:
|
63
|
+
create:
|
64
|
+
error: Konferences publicēšanas laikā radās problēma.
|
65
|
+
success: Konference ir veiksmīgi publicēta.
|
66
|
+
destroy:
|
67
|
+
error: Konferences publicēšanas atcelšanas laikā radās problēma.
|
68
|
+
success: Konferences publicēšana ir veiksmīgi atcelta.
|
69
|
+
conference_registration:
|
70
|
+
confirm:
|
71
|
+
error: Apstiprinot šīs konferences reģistrāciju, radās problēma.
|
72
|
+
success: Konferences reģistrācija ir veiksmīgi apstiprināta.
|
73
|
+
conference_speakers:
|
74
|
+
create:
|
75
|
+
error: Pievienojot runātāju šai konferencei, radās problēma.
|
76
|
+
success: Konferences runātājs ir veiksmīgi izveidots.
|
77
|
+
destroy:
|
78
|
+
success: Konferences runātājs ir veiksmīgi izdzēsts.
|
79
|
+
edit:
|
80
|
+
title: Atjaunināt konferences runātāju.
|
81
|
+
update: Atjaunināt
|
82
|
+
index:
|
83
|
+
conference_speakers_title: Konferences runātāji
|
84
|
+
new:
|
85
|
+
create: Izveidot
|
86
|
+
title: Jauns konferences runātājs.
|
87
|
+
update:
|
88
|
+
error: Šī konferences runātāja atjaunināšanas laikā radās problēma.
|
89
|
+
success: Konferences runātājs ir veiksmīgi atjaunināts.
|
90
|
+
conference_user_roles:
|
91
|
+
create:
|
92
|
+
error: Pievienojot administratoru šai konferencei, radās problēma.
|
93
|
+
success: Konferences administrators ir veiksmīgi pievienots.
|
94
|
+
destroy:
|
95
|
+
success: Konferences administrators ir veiksmīgi noņemts.
|
96
|
+
edit:
|
97
|
+
title: Atjaunināt konferences administratoru.
|
98
|
+
update: Atjaunināt
|
99
|
+
index:
|
100
|
+
conference_admins_title: konferences administratori
|
101
|
+
new:
|
102
|
+
create: Izveidot
|
103
|
+
title: Jauns konferences administrators.
|
104
|
+
update:
|
105
|
+
error: Šī konferences administratora atjaunināšanas laikā radās problēma.
|
106
|
+
success: Konferences administrators ir veiksmīgi atjaunināts.
|
107
|
+
conferences:
|
108
|
+
create:
|
109
|
+
error: Šīs konferences izveides laikā radās problēma.
|
110
|
+
success: Konference ir veiksmīgi izveidota.
|
111
|
+
edit:
|
112
|
+
update: Atjaunināt
|
113
|
+
exports:
|
114
|
+
registrations: Reģistrācija
|
115
|
+
form:
|
116
|
+
title: Vispārēja informācija
|
117
|
+
index:
|
118
|
+
not_published: Nav publicēts
|
119
|
+
published: Publicēts
|
120
|
+
new:
|
121
|
+
create: Izveidot
|
122
|
+
title: Konference
|
123
|
+
update:
|
124
|
+
error: Šīs konferences atjaunināšanas laikā radās problēma.
|
125
|
+
success: Konference ir veiksmīgi atjaunināta.
|
126
|
+
conferences_copies:
|
127
|
+
create:
|
128
|
+
error: Radās problēma ar šīs konferences dublēšanu.
|
129
|
+
success: Konference ir veiksmīgi dublēta.
|
130
|
+
media_links:
|
131
|
+
create:
|
132
|
+
error: Jaunas mediju saites izveides laikā radās problēma.
|
133
|
+
success: Mediju saite ir veiksmīgi izveidota.
|
134
|
+
destroy:
|
135
|
+
success: Mediju saite ir veiksmīgi dzēsta
|
136
|
+
edit:
|
137
|
+
title: Atjaunināt mediju saiti
|
138
|
+
update: Atjaunināt
|
139
|
+
index:
|
140
|
+
media_links_title: Mediju saites
|
141
|
+
new:
|
142
|
+
create: Izveidot
|
143
|
+
title: Mediju saite
|
144
|
+
update:
|
145
|
+
error: Šīs mediju saites atjaunināšanas laikā radās problēma.
|
146
|
+
success: Mediju saite ir veiksmīgi atjaunināta.
|
147
|
+
menu:
|
148
|
+
conferences: Konferences
|
149
|
+
conferences_submenu:
|
150
|
+
attachment_collections: Mapes
|
151
|
+
attachment_files: Faili
|
152
|
+
attachments: Pielikumi
|
153
|
+
categories: Kategorijas
|
154
|
+
components: Komponenti
|
155
|
+
conference_admins: Konferences administratori
|
156
|
+
conference_invites: Ielūgumi
|
157
|
+
conference_speakers: Runātāji
|
158
|
+
diploma: Apmeklējuma sertifikāts
|
159
|
+
info: Informācija
|
160
|
+
media_links: Mediju saites
|
161
|
+
moderations: Moderācijas
|
162
|
+
partners: Partneri
|
163
|
+
registration_types: Reģistrācijas veidi
|
164
|
+
registrations: Reģistrācija
|
165
|
+
user_registrations: Lietotāju reģistrācija
|
166
|
+
models:
|
167
|
+
conference:
|
168
|
+
fields:
|
169
|
+
created_at: Izveidots plkst.
|
170
|
+
promoted: Izcelts
|
171
|
+
published: Publicēts
|
172
|
+
title: Nosaukums
|
173
|
+
conference_speaker:
|
174
|
+
fields:
|
175
|
+
affiliation: Piederība
|
176
|
+
full_name: Vārds, uzvārds
|
177
|
+
position: Pozīcija
|
178
|
+
name: Konferences runātājs
|
179
|
+
conference_user_role:
|
180
|
+
fields:
|
181
|
+
email: E-pasts
|
182
|
+
name: Nosaukums
|
183
|
+
role: Loma
|
184
|
+
name: Konferences administrators
|
185
|
+
roles:
|
186
|
+
admin: Administrators
|
187
|
+
collaborator: Līdzizstrādātājs
|
188
|
+
moderator: Moderators
|
189
|
+
valuator: Vērtētājs
|
190
|
+
media_link:
|
191
|
+
fields:
|
192
|
+
date: Datums
|
193
|
+
link: Saite
|
194
|
+
title: Nosaukums
|
195
|
+
name: Mediju saite
|
196
|
+
partner:
|
197
|
+
fields:
|
198
|
+
link: Saite
|
199
|
+
logo: Logotips
|
200
|
+
name: Nosaukums
|
201
|
+
partner_type: Veids
|
202
|
+
name: Partneris
|
203
|
+
types:
|
204
|
+
collaborator: Līdzizstrādātājs
|
205
|
+
main_promotor: Galvenais atbalstītājs
|
206
|
+
registration_type:
|
207
|
+
fields:
|
208
|
+
conference_meetings: Konferences sanāksmes
|
209
|
+
price: Cena
|
210
|
+
registrations_count: Reģistrāciju skaits
|
211
|
+
title: Nosaukums
|
212
|
+
weight: Svarīgums
|
213
|
+
name: Reģistrācijas veids
|
214
|
+
partners:
|
215
|
+
create:
|
216
|
+
error: Pievienojot partneri šai konferencei, radās problēma.
|
217
|
+
success: Konferences partneris ir veiksmīgi pievienots.
|
218
|
+
destroy:
|
219
|
+
success: Konferences partneris ir veiksmīgi noņemts.
|
220
|
+
edit:
|
221
|
+
title: Atjaunināt partneri.
|
222
|
+
update: Atjaunināt
|
223
|
+
new:
|
224
|
+
create: Izveidot
|
225
|
+
title: Jauns partneris
|
226
|
+
update:
|
227
|
+
error: Šīs konferences partnera atjaunināšanas laikā radās problēma.
|
228
|
+
success: Konferences partneris ir veiksmīgi atjaunināts.
|
229
|
+
registration_type_publications:
|
230
|
+
create:
|
231
|
+
error: Šī reģistrācijas veida publicēšanas laikā radās problēma.
|
232
|
+
success: Reģistrācijas veids ir veiksmīgi publicēts.
|
233
|
+
destroy:
|
234
|
+
error: Reģistrācijas veida publicēšanas atcelšanas laikā radās problēma.
|
235
|
+
success: Reģistrācijas veida publicēšana ir veiksmīgi atcelta.
|
236
|
+
registration_types:
|
237
|
+
create:
|
238
|
+
error: Pievienojot šīs konferences reģistrācijas veidu, radās problēma.
|
239
|
+
success: Konferences reģistrācijas veids ir veiksmīgi pievienots.
|
240
|
+
destroy:
|
241
|
+
success: Konferences reģistrācijas veids ir veiksmīgi noņemts.
|
242
|
+
edit:
|
243
|
+
title: Atjaunināt reģistrācijas veidu.
|
244
|
+
update: Atjaunināt
|
245
|
+
new:
|
246
|
+
create: Izveidot
|
247
|
+
title: Jauns reģistrācijas veids
|
248
|
+
update:
|
249
|
+
error: Šīs konferences reģistrācijas veida pievienošanas laikā radās problēma.
|
250
|
+
success: Konferences reģistrācijas veids ir veiksmīgi atjaunināts.
|
251
|
+
titles:
|
252
|
+
conferences: Konferences
|
253
|
+
admin_log:
|
254
|
+
conference:
|
255
|
+
create: "%{user_name} izveidoja konferenci %{resource_name}"
|
256
|
+
publish: "%{user_name} publicēja konferenci %{resource_name}"
|
257
|
+
send_conference_diplomas: "%{user_name} nosūtīja konferences %{resource_name} apmeklējuma sertifikātus konferences dalībniekiem"
|
258
|
+
unpublish: "%{user_name} atcēla konferences %{resource_name} publicēšanu"
|
259
|
+
update: "%{user_name} atjaunināja konferenci %{resource_name}"
|
260
|
+
update_diploma: "%{user_name} atjaunināja apmeklējuma sertifikātu konfigurāciju konferencei %{resource_name}"
|
261
|
+
conference_speaker:
|
262
|
+
create: "%{user_name} izveidoja %{resource_name} runātāju konferencē %{space_name}"
|
263
|
+
delete: "%{user_name} noņēma %{resource_name} runātāju no konferences %{space_name}"
|
264
|
+
update: "%{user_name} atjaunināja %{resource_name} runātāju konferencē %{space_name}"
|
265
|
+
conference_user_role:
|
266
|
+
create: "%{user_name} uzaicināja %{resource_name} uz konferenci %{space_name}"
|
267
|
+
delete: "%{user_name} noņēma administratoru %{resource_name} no konferences %{space_name}"
|
268
|
+
update: "%{user_name} mainīja %{resource_name} lomu konferencē %{space_name}"
|
269
|
+
conferences:
|
270
|
+
conference_registration:
|
271
|
+
confirm: "%{user_name} apstiprināja konferences reģistrāciju konferencē %{resource_name}"
|
272
|
+
partner:
|
273
|
+
create: "%{user_name} izveidoja %{resource_name} konferencei %{space_name}"
|
274
|
+
delete: "%{user_name} noņēma administratoru %{resource_name} no konferences %{space_name}"
|
275
|
+
update: "%{user_name} atjaunināja %{resource_name} konferencē %{space_name}"
|
276
|
+
registration_type:
|
277
|
+
create: "%{user_name} izveidoja %{resource_name} reģistrācijas veidu konferencē %{space_name}"
|
278
|
+
publish: "%{user_name} publicēja %{resource_name} reģistrācijas veidu konferencē %{space_name}"
|
279
|
+
unpublish: "%{user_name} atcēla %{resource_name} reģistrācijas veida publicēšanu konferencē %{space_name}"
|
280
|
+
update: "%{user_name} atjaunināja %{resource_name} reģistrācijas veidu konferencē%{space_name}"
|
281
|
+
media_link:
|
282
|
+
create: "%{user_name} izveidoja %{resource_name} mediju saiti konferencē %{space_name}"
|
283
|
+
delete: "%{user_name} noņēma %{resource_name} mediju saiti no konferences %{space_name}"
|
284
|
+
update: "%{user_name} atjaunināja %{resource_name} mediju saiti konferencē %{space_name}"
|
285
|
+
conference_program:
|
286
|
+
index:
|
287
|
+
title: Programma
|
288
|
+
conference_speakers:
|
289
|
+
index:
|
290
|
+
title: Runātāji
|
291
|
+
conferences:
|
292
|
+
admin:
|
293
|
+
conference_copies:
|
294
|
+
form:
|
295
|
+
slug_help: 'URL sadaļas adrese (slug) tiek izmantota, lai ģenerētu URL, kas ved uz šo konferenci. Tajā var būt tikai burti, cipari un defises, un tai jāsākas ar burtu. Piemērs: %{url}'
|
296
|
+
conference_invites:
|
297
|
+
create:
|
298
|
+
error: Uzaicinot dalībnieku pievienoties konferencei, radās problēma.
|
299
|
+
success: Dalībnieks tika veiksmīgi uzaicināts pievienoties konferencei.
|
300
|
+
form:
|
301
|
+
attendee_type: Apmeklētāja veids
|
302
|
+
existing_user: Esošais dalībnieks
|
303
|
+
invite_explanation: Dalībnieks tiks uzaicināts pievienoties konferencei un arī organizācijai.
|
304
|
+
non_user: Neeksistējošs dalībnieks
|
305
|
+
select_user: Izvēlieties dalībnieku
|
306
|
+
index:
|
307
|
+
filter:
|
308
|
+
accepted: Pieņemts
|
309
|
+
all: Visi
|
310
|
+
rejected: Noraidīts
|
311
|
+
sent: Nosūtīts
|
312
|
+
filter_by: Filtrēt pēc
|
313
|
+
invite_attendee: Uzaicināt dalībnieku
|
314
|
+
invites: Ielūgumi
|
315
|
+
search: Meklēt
|
316
|
+
new:
|
317
|
+
explanation: Dalībniece tiks uzaicināta pievienoties konferencei. Ja viņas e-pasts nav reģistrēts, viņa tiks uzaicināta pievienoties organizācijai.
|
318
|
+
invite: Uzaicināt
|
319
|
+
new_invite: Uzaicināt dalībnieku
|
320
|
+
conference_registrations:
|
321
|
+
index:
|
322
|
+
registrations: Reģistrācija
|
323
|
+
conference_speakers:
|
324
|
+
form:
|
325
|
+
existing_user: Esošais dalībnieks
|
326
|
+
non_user: Nepiedalās
|
327
|
+
select_user: Izvēlieties dalībnieku
|
328
|
+
user_type: Dalībnieka veids
|
329
|
+
index:
|
330
|
+
search: Meklēt
|
331
|
+
conferences:
|
332
|
+
form:
|
333
|
+
available_slots_help: Atstājiet 0, ja jums ir pieejams neierobežots laiks runāšanai
|
334
|
+
registrations_count:
|
335
|
+
zero: Ir notikušas %{count} reģistrācijas.
|
336
|
+
one: Ir notikusi viena reģistrācija.
|
337
|
+
other: Ir notikušas %{count} reģistrācijas.
|
338
|
+
slug_help: 'URL sadaļas adrese (slug) tiek izmantota, lai ģenerētu URL, kas ved uz šo konferenci. Tajā var būt tikai burti, cipari un defises, un tai jāsākas ar burtu. Piemērs: %{url}'
|
339
|
+
diplomas:
|
340
|
+
edit:
|
341
|
+
save: Saglabāt
|
342
|
+
title: Apmeklējuma sertifikāts
|
343
|
+
invite_join_conference_mailer:
|
344
|
+
invite:
|
345
|
+
decline: Noraidīt ielūgumu '%{conference_title}'
|
346
|
+
invited_you_to_join_a_conference: "%{invited_by} jūs aicina piedalīties konferencē %{application}. Jūs varat pieņemt vai noraidīt ielūgumu, izmantojot vienu no turpmāk esošajām saitēm."
|
347
|
+
registration: Reģistrācija dalībai '%{conference_title}'
|
348
|
+
partners:
|
349
|
+
index:
|
350
|
+
title: Partneri
|
351
|
+
registration_types:
|
352
|
+
form:
|
353
|
+
select_conference_meetings: Atlasiet konferences sanāksmes
|
354
|
+
index:
|
355
|
+
title: Reģistrācijas veidi
|
356
|
+
send_conference_diploma_mailer:
|
357
|
+
diploma:
|
358
|
+
diploma_html: Jūs atradīsiet konferences <a href="%{url}">%{title}</a> apmeklējuma sertifikātu pielikumos.
|
359
|
+
diploma_user:
|
360
|
+
attendance_verified_by: Apmeklējumu pārbaudīja
|
361
|
+
certificate_of_attendance: Apmeklējuma sertifikāts
|
362
|
+
certificate_of_attendance_description: Ar šo apliecinām, ka <strong>%{user}</strong> ir apmeklējis un piedalījies <strong>%{title}</strong>, kas notika <strong>%{location}</strong> laikā <strong>%{start} - %{end}</strong>
|
363
|
+
send_diploma:
|
364
|
+
error: Nosūtot konferences apmeklējuma sertifikātus, radās problēma.
|
365
|
+
success: Konferences apmeklējuma sertifikāti ir veiksmīgi nosūtīti
|
366
|
+
conference:
|
367
|
+
registration_confirm:
|
368
|
+
cancel: Atcelt
|
369
|
+
confirm: Apstiprināt
|
370
|
+
show:
|
371
|
+
free: Bez maksas
|
372
|
+
going: Apmeklē
|
373
|
+
no_slots_available: Nav pieejama laika runāšanai
|
374
|
+
registration: Reģistrācija
|
375
|
+
conference_program:
|
376
|
+
program_meeting:
|
377
|
+
content: Saturs
|
378
|
+
location: Atrašanās vieta
|
379
|
+
speakers: Runātāji
|
380
|
+
streaming: Straumēšana
|
381
|
+
show:
|
382
|
+
day: Diena
|
383
|
+
program: Programma
|
384
|
+
conference_registration_mailer:
|
385
|
+
confirmation:
|
386
|
+
confirmed_html: Jūsu reģistrācija <a href="%{url}">%{title}</a> konferencei ir apstiprināta.
|
387
|
+
details_1: 'Jūs esat reģistrējies konferencei, izmantojot %{registration_type}. Tā cena ir %{price}, un jūs varat apmeklēt šādus pasākumus:'
|
388
|
+
details_2: Sīkāka informācija par konferenci atrodama pielikumā.
|
389
|
+
pending_validation:
|
390
|
+
confirmation_pending: Drīz jūs saņemsiet apstiprinājumu
|
391
|
+
details: 'Jūs esat reģistrējies kā %{registration_type} par cenu %{price}, un jūs varat apmeklēt šādus pasākumus:'
|
392
|
+
pending_html: Jūsu reģistrācija konferencei <a href="%{url}">%{title}</a> gaida apstiprinājumu.
|
393
|
+
conference_registrations:
|
394
|
+
create:
|
395
|
+
invalid: Pievienojoties šai konferencei, radās problēma
|
396
|
+
success: Jūs esat veiksmīgi pievienojies konferencei.
|
397
|
+
decline_invitation:
|
398
|
+
invalid: Noraidot ielūgumu, radās problēma.
|
399
|
+
success: Jūs esat veiksmīgi noraidījis ielūgumu.
|
400
|
+
destroy:
|
401
|
+
invalid: Pametot šo konferenci, radās problēma.
|
402
|
+
success: Jūs esat veiksmīgi pametis konferenci.
|
403
|
+
conference_speaker:
|
404
|
+
go_to_twitter: Dodieties uz Twitter
|
405
|
+
more_info: sīkāka informācija
|
406
|
+
personal_website: Personīgā tīmekļvietne
|
407
|
+
show:
|
408
|
+
more_info: sīkāka informācija
|
409
|
+
conference_speaker_cell:
|
410
|
+
personal_url:
|
411
|
+
personal_website: Personīgā tīmekļvietne
|
412
|
+
twitter_handle:
|
413
|
+
go_to_twitter: Dodieties uz Twitter
|
414
|
+
conference_speakers:
|
415
|
+
index:
|
416
|
+
speakers: Runātāji
|
417
|
+
conferences:
|
418
|
+
partners:
|
419
|
+
collaborators: Partneri
|
420
|
+
main_promotors: Organizatori
|
421
|
+
show:
|
422
|
+
login_as: Jūs esat pierakstījies kā %{name} <%{email}>
|
423
|
+
make_conference_registration: 'Reģistrējieties konferencē:'
|
424
|
+
register: Reģistrēties
|
425
|
+
content_blocks:
|
426
|
+
highlighted_conferences:
|
427
|
+
name: Izceltās konferences
|
428
|
+
index:
|
429
|
+
title: Konferences
|
430
|
+
mailer:
|
431
|
+
conference_registration_mailer:
|
432
|
+
confirmation:
|
433
|
+
subject: Jūsu konferences reģistrācija ir apstiprināta
|
434
|
+
pending_validation:
|
435
|
+
subject: Jūsu konferences reģistrācija gaida apstiprinājumu
|
436
|
+
invite_join_conference_mailer:
|
437
|
+
invite:
|
438
|
+
subject: Ielūgums pievienoties konferencei
|
439
|
+
send_conference_diploma_mailer:
|
440
|
+
diploma:
|
441
|
+
subject: Jūsu konferences apmeklējuma sertifikāts ir nosūtīts
|
442
|
+
models:
|
443
|
+
conference_invite:
|
444
|
+
fields:
|
445
|
+
email: E-pasts
|
446
|
+
name: Nosaukums
|
447
|
+
registration_type: Reģistrācijas veids
|
448
|
+
sent_at: Nosūtīts plkst.
|
449
|
+
status: Statuss
|
450
|
+
status:
|
451
|
+
accepted: Pieņemts (%{at})
|
452
|
+
rejected: Noraidīts (%{at})
|
453
|
+
sent: Nosūtīts
|
454
|
+
conference_registration:
|
455
|
+
fields:
|
456
|
+
email: E-pasts
|
457
|
+
name: Nosaukums
|
458
|
+
registration_type: Reģistrācijas veids
|
459
|
+
state: Statuss
|
460
|
+
states:
|
461
|
+
confirmed: Apstiprināts
|
462
|
+
pending: Nepabeigts
|
463
|
+
pages:
|
464
|
+
home:
|
465
|
+
highlighted_conferences:
|
466
|
+
active_conferences: Aktīvās konferences
|
467
|
+
see_all_conferences: Skatīt visas konferences
|
468
|
+
photo:
|
469
|
+
image:
|
470
|
+
attributes:
|
471
|
+
alt: Mediju attēls
|
472
|
+
show:
|
473
|
+
close_modal: Aizvērt modal
|
474
|
+
photo: Attēls
|
475
|
+
photos_list:
|
476
|
+
show:
|
477
|
+
related_photos: Attēli
|
478
|
+
registration_types:
|
479
|
+
index:
|
480
|
+
choose_an_option: 'Izvēlieties savu reģistrācijas iespēju:'
|
481
|
+
login_as: Jūs esat pierakstījies kā %{name} <%{email}>
|
482
|
+
register: Reģistrēties
|
483
|
+
title: Reģistrācijas veidi
|
484
|
+
shared:
|
485
|
+
conference_user_login:
|
486
|
+
already_account: Vai jums jau ir decidim konts?
|
487
|
+
new_user: Jauns lietotājs?
|
488
|
+
sign_in: Piesakieties, lai reģistrētos konferencei
|
489
|
+
sign_up: Izveidojiet decidim kontu, lai reģistrētos konferencei
|
490
|
+
show:
|
491
|
+
details: Sīkāka informācija
|
492
|
+
introduction: Ievads
|
493
|
+
objectives: Mērķi
|
494
|
+
related_assemblies: Saistītās asamblejas
|
495
|
+
related_consultations: Saistītās konsultācijas
|
496
|
+
related_participatory_processes: Saistītie līdzdalības procesi
|
497
|
+
statistics:
|
498
|
+
answers_count: Atbildes
|
499
|
+
comments_count: Komentāri
|
500
|
+
conference_count: Konferences
|
501
|
+
endorsements_count: Atbalsts
|
502
|
+
headline: Aktivitāte
|
503
|
+
meetings_count: Sanāksmes
|
504
|
+
orders_count: Atbalsta
|
505
|
+
pages_count: Lapas
|
506
|
+
posts_count: Ziņas
|
507
|
+
projects_count: Projekti
|
508
|
+
proposals_count: Priekšlikumi
|
509
|
+
results_count: Rezultāti
|
510
|
+
surveys_count: Aptaujas
|
511
|
+
users_count: Dalībnieki
|
512
|
+
votes_count: Atbalsta
|
513
|
+
events:
|
514
|
+
conferences:
|
515
|
+
conference_registration_confirmed:
|
516
|
+
notification_title: Jūsu reģistrācija konferencei <a href="%{resource_url}">%{resource_title}</a> ir apstiprināta.
|
517
|
+
conference_registration_validation_pending:
|
518
|
+
notification_title: Jūsu reģistrācija konferencei <a href="%{resource_url}">%{resource_title}</a> gaida apstiprinājumu.
|
519
|
+
conference_registrations_over_percentage:
|
520
|
+
email_intro: Konferencē "%{resource_title}" runāšanai paredzētais laiks pārsniedz %{percentage}%.
|
521
|
+
email_outro: Jūs saņēmāt šo paziņojumu, jo esat konferences dalības telpas administrators.
|
522
|
+
email_subject: Konferencē "%{resource_title}" runāšanai paredzētais laiks pārsniedz %{percentage}%.
|
523
|
+
notification_title: Konferencē <a href="%{resource_path}">%{resource_title}</a> runāšanai paredzētais laiks pārsniedz %{percentage}%.
|
524
|
+
conference_updated:
|
525
|
+
email_intro: 'Konference "%{resource_title}" tika atjaunināta. Jūs varat lasīt jauno versiju tās lapā:'
|
526
|
+
email_outro: Jūs saņēmāt šo paziņojumu, jo sekojat konferencei "%{resource_title}". Jūs varat atsekot tai no iepriekšējās saites.
|
527
|
+
email_subject: Konference "%{resource_title}" tika atjaunināta
|
528
|
+
notification_title: Konference <a href="%{resource_path}">%{resource_title}</a> tika atjaunināta.
|
529
|
+
registrations_enabled:
|
530
|
+
email_intro: 'Konferencei "%{resource_title}" ir atvērta reģistrācija. Jūs varat reģistrēties tās lapā:'
|
531
|
+
email_outro: Jūs saņēmāt šo paziņojumu, jo sekojat konferencei "%{resource_title}". Jūs varat atsekot tai no iepriekšējās saites.
|
532
|
+
email_subject: Konference "%{resource_title}" ir atvērta reģistrācijai.
|
533
|
+
notification_title: Konferencē <a href="%{resource_path}">%{resource_title}</a> ir iespējota reģistrācija.
|
534
|
+
role_assigned:
|
535
|
+
email_intro: Jūs esat norīkots kā %{role} konferencei “%{resource_title}”.
|
536
|
+
email_outro: Jūs saņēmāt šo paziņojumu, jo esat %{role} konferencē "%{resource_title}".
|
537
|
+
email_subject: Jūs esat norīkots par %{role} asamblejā “%{resource_title}”.
|
538
|
+
notification_title: Jūs esat norīkots kā %{role} konferencē <a href="%{resource_url}">%{resource_title}</a>.
|
539
|
+
upcoming_conference:
|
540
|
+
email_intro: 'Konference "%{resource_title}" notiks pēc divām dienām. Jūs varat izlasīt aprakstu tās lapā:'
|
541
|
+
email_outro: Jūs saņēmāt šo paziņojumu, jo sekojat konferencei "%{resource_title}". Jūs varat atsekot tai no iepriekšējās saites.
|
542
|
+
email_subject: Konference "%{resource_title}" tuvojas!
|
543
|
+
notification_title: Konference <a href="%{resource_path}">%{resource_title}</a> notiks pēc divām dienām.
|
544
|
+
log:
|
545
|
+
value_types:
|
546
|
+
conference_presenter:
|
547
|
+
not_found: 'Konference netika atrasta datubāzē (ID: %{id})'
|
548
|
+
media:
|
549
|
+
index:
|
550
|
+
description: Saites par šo konferenci
|
551
|
+
title: Plašsaziņas līdzekļi un saites
|
552
|
+
menu:
|
553
|
+
conferences: Konferences
|
554
|
+
devise:
|
555
|
+
mailer:
|
556
|
+
join_conference:
|
557
|
+
subject: Ielūgums pievienoties konferencei
|
558
|
+
layouts:
|
559
|
+
decidim:
|
560
|
+
conference_hero:
|
561
|
+
register: Reģistrēties
|
562
|
+
conference_widgets:
|
563
|
+
show:
|
564
|
+
take_part: Piedalīties
|
565
|
+
conferences:
|
566
|
+
conference:
|
567
|
+
more_info: Sīkāka informācija
|
568
|
+
take_part: Piedalīties
|
569
|
+
index:
|
570
|
+
promoted_conferences: Izceltās konferences
|
571
|
+
order_by_conferences:
|
572
|
+
conferences:
|
573
|
+
zero: "%{count} konferences"
|
574
|
+
one: "%{count} konference"
|
575
|
+
other: "%{count} konferences"
|
576
|
+
promoted_conference:
|
577
|
+
more_info: Sīkāka informācija
|
578
|
+
take_part: Piedalīties
|
579
|
+
conferences_nav:
|
580
|
+
conference_menu_item: Informācija
|
581
|
+
conference_partners_menu_item: Partneri
|
582
|
+
conference_speaker_menu_item: Runātāji
|
583
|
+
media: Plašsaziņas līdzekļi
|
584
|
+
venues: Norises vietas
|