decidim-conferences 0.26.4 → 0.27.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences/show.erb +2 -2
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_cell.rb +4 -5
- data/app/commands/decidim/conferences/admin/confirm_conference_registration.rb +3 -3
- data/app/commands/decidim/conferences/admin/copy_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/create_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/create_conference_speaker.rb +8 -8
- data/app/commands/decidim/conferences/admin/create_media_link.rb +6 -6
- data/app/commands/decidim/conferences/admin/create_partner.rb +8 -8
- data/app/commands/decidim/conferences/admin/create_registration_type.rb +6 -6
- data/app/commands/decidim/conferences/admin/destroy_conference_admin.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_conference_speaker.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_media_link.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_partner.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/admin/export_conference_registrations.rb +1 -1
- data/app/commands/decidim/conferences/admin/invite_user_to_join_conference.rb +10 -12
- data/app/commands/decidim/conferences/admin/notify_role_assigned_to_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/publish_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/publish_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/admin/send_conference_diplomas.rb +1 -1
- data/app/commands/decidim/conferences/admin/unpublish_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/unpublish_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_conference_speaker.rb +8 -8
- data/app/commands/decidim/conferences/admin/update_diploma.rb +3 -3
- data/app/commands/decidim/conferences/admin/update_media_link.rb +6 -6
- data/app/commands/decidim/conferences/admin/update_partner.rb +6 -6
- data/app/commands/decidim/conferences/admin/update_registration_type.rb +6 -6
- data/app/commands/decidim/conferences/decline_invitation.rb +1 -1
- data/app/commands/decidim/conferences/join_conference.rb +1 -8
- data/app/commands/decidim/conferences/leave_conference.rb +4 -4
- data/app/controllers/decidim/conferences/admin/reminders_controller.rb +14 -0
- data/app/controllers/decidim/conferences/conference_program_controller.rb +2 -2
- data/app/controllers/decidim/conferences/conference_registrations_controller.rb +0 -17
- data/app/events/decidim/conferences/conference_registration_notification_event.rb +1 -1
- data/app/events/decidim/conferences/conference_role_assigned_event.rb +1 -1
- data/app/forms/decidim/conferences/admin/conference_registration_invite_form.rb +1 -1
- data/app/mailers/decidim/conferences/admin/send_conference_diploma_mailer.rb +2 -2
- data/app/models/decidim/conference.rb +2 -3
- data/app/models/decidim/conferences/conference_invite.rb +2 -2
- data/app/models/decidim/conferences/conference_registration.rb +2 -2
- data/app/permissions/decidim/conferences/permissions.rb +0 -1
- data/app/presenters/decidim/conference_speaker_presenter.rb +3 -5
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +4 -1
- data/app/queries/decidim/conferences/admin/admin_users.rb +1 -1
- data/app/queries/decidim/conferences/admin/conference_invites.rb +1 -1
- data/app/queries/decidim/conferences/admin/conference_speakers.rb +1 -1
- data/app/queries/decidim/conferences/conference_program_meetings.rb +2 -2
- data/app/queries/decidim/conferences/conference_program_meetings_by_day.rb +3 -3
- data/app/queries/decidim/conferences/conferences_with_user_role.rb +1 -1
- data/app/queries/decidim/conferences/organization_conferences.rb +1 -1
- data/app/queries/decidim/conferences/organization_prioritized_conferences.rb +3 -3
- data/app/queries/decidim/conferences/organization_published_conferences.rb +3 -3
- data/app/queries/decidim/conferences/prioritized_conferences.rb +1 -1
- data/app/queries/decidim/conferences/promoted_conferences.rb +1 -1
- data/app/queries/decidim/conferences/published_conferences.rb +1 -1
- data/app/queries/decidim/conferences/visible_conferences.rb +1 -1
- data/app/serializers/decidim/conferences/{data_portability_conference_invite_serializer.rb → download_your_data_conference_invite_serializer.rb} +2 -2
- data/app/serializers/decidim/conferences/{data_portability_conference_registration_serializer.rb → download_your_data_conference_registration_serializer.rb} +2 -2
- data/app/views/decidim/conferences/admin/invite_join_conference_mailer/invite.html.erb +3 -3
- data/app/views/decidim/conferences/admin/partners/index.html.erb +3 -1
- data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +1 -1
- data/app/views/devise/mailer/join_conference.html.erb +2 -2
- data/app/views/devise/mailer/join_conference.text.erb +2 -2
- data/app/views/layouts/decidim/_conference_hero.html.erb +1 -1
- data/app/views/layouts/decidim/_conferences_nav.html.erb +1 -1
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +2 -1
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +5 -7
- data/config/locales/cs.yml +11 -13
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +2 -1
- data/config/locales/el.yml +2 -1
- data/config/locales/en.yml +2 -5
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +2 -4
- data/config/locales/es-PY.yml +2 -4
- data/config/locales/es.yml +6 -8
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +2 -1
- data/config/locales/fi-plain.yml +2 -4
- data/config/locales/fi.yml +3 -5
- data/config/locales/fr-CA.yml +2 -4
- data/config/locales/fr.yml +4 -6
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +2 -1
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +2 -1
- data/config/locales/id-ID.yml +2 -1
- data/config/locales/is-IS.yml +2 -1
- data/config/locales/it.yml +2 -1
- data/config/locales/ja.yml +2 -4
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +2 -1
- data/config/locales/lt.yml +1 -623
- data/config/locales/lv.yml +2 -1
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +3 -2
- data/config/locales/no.yml +2 -1
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +2 -1
- data/config/locales/pt-BR.yml +3 -2
- data/config/locales/pt.yml +2 -1
- data/config/locales/ro-RO.yml +2 -1
- data/config/locales/ru.yml +1 -0
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +2 -1
- data/config/locales/sl.yml +1 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +2 -1
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +2 -1
- data/config/locales/uk.yml +1 -0
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +2 -1
- data/config/locales/zh-TW.yml +1 -0
- data/lib/decidim/conferences/admin_engine.rb +1 -0
- data/lib/decidim/conferences/participatory_space.rb +8 -8
- data/lib/decidim/conferences/test/factories.rb +1 -1
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +17 -19
- data/config/locales/gn-PY.yml +0 -1
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
data/config/locales/lt.yml
CHANGED
@@ -1,624 +1,2 @@
|
|
1
|
+
---
|
1
2
|
lt:
|
2
|
-
activemodel:
|
3
|
-
attributes:
|
4
|
-
conference:
|
5
|
-
assemblies_ids: Susijusios Asamblėjos
|
6
|
-
available_slots: Laisvos vietos
|
7
|
-
banner_image: Reklamjuostės paveikslėlis
|
8
|
-
consultations_ids: Susijusios Konsultacijos
|
9
|
-
copy_categories: Kopijuoti kategorijas
|
10
|
-
copy_components: Kopijuoti komponentus
|
11
|
-
copy_features: Kopijuoti požymius
|
12
|
-
decidim_scope_id: Apimtis
|
13
|
-
description: Aprašymas
|
14
|
-
end_date: Pabaigos data
|
15
|
-
hashtag: Grotažymė
|
16
|
-
hero_image: Pradžios paveikslėlis
|
17
|
-
location: Vieta
|
18
|
-
main_logo: Pagrindinis logotipas
|
19
|
-
objectives: Tikslai
|
20
|
-
participatory_processes_ids: Susiję dalyvaujamieji procesai
|
21
|
-
promoted: Paryškinta
|
22
|
-
published_at: Publikuota
|
23
|
-
registration_terms: Registracijos sąlygos
|
24
|
-
registrations_enabled: Registracijos įjungtos
|
25
|
-
scope_id: Apimtis
|
26
|
-
scopes_enabled: Sritys įjungtos
|
27
|
-
short_description: Trumpas aprašymas
|
28
|
-
show_statistics: Rodyti statistiką
|
29
|
-
sign_date: Pasirašymo data
|
30
|
-
signature: Parašas
|
31
|
-
signature_name: parašo pavadinimas
|
32
|
-
slogan: Šūkis
|
33
|
-
slug: URL priedas
|
34
|
-
start_date: Pradžios data
|
35
|
-
title: Pavadinimas
|
36
|
-
conference_media_link:
|
37
|
-
date: Data
|
38
|
-
link: Nuoroda
|
39
|
-
title: Pavadinimas
|
40
|
-
weight: Svoris
|
41
|
-
conference_partner:
|
42
|
-
link: Nuoroda
|
43
|
-
logo: Logotipas
|
44
|
-
name: Vardas
|
45
|
-
partner_type: Partnerio tipas
|
46
|
-
weight: Svoris
|
47
|
-
conference_registration_invite:
|
48
|
-
email: El. paštas
|
49
|
-
name: Vardas
|
50
|
-
registration_type_id: Registracijos tipas
|
51
|
-
user_id: Naudotojas
|
52
|
-
conference_registration_type:
|
53
|
-
description: Aprašymas
|
54
|
-
price: Kaina
|
55
|
-
title: Pavadinimas
|
56
|
-
weight: Svoris
|
57
|
-
conference_speaker:
|
58
|
-
affiliation: Organizacija
|
59
|
-
avatar: Avataras
|
60
|
-
conference_meeting_ids: Susiję susitikimai
|
61
|
-
full_name: Vardas, pavardė
|
62
|
-
personal_url: Asmeninis URL
|
63
|
-
position: Pozicija
|
64
|
-
short_bio: Trumpas gyvenimo aprašymas
|
65
|
-
twitter_handle: Twitter tvarkyklė
|
66
|
-
user_id: Naudotojas
|
67
|
-
conference_user_role:
|
68
|
-
email: El. paštas
|
69
|
-
name: Vardas
|
70
|
-
role: Rolė
|
71
|
-
errors:
|
72
|
-
models:
|
73
|
-
conference_registration_invite:
|
74
|
-
attributes:
|
75
|
-
email:
|
76
|
-
already_invited: Šio el. laiško adresatas jau buvo pakviestas
|
77
|
-
activerecord:
|
78
|
-
models:
|
79
|
-
decidim/conference:
|
80
|
-
one: Konferencija
|
81
|
-
few: Konferencijos
|
82
|
-
many: Konferencijos
|
83
|
-
other: Konferencijos
|
84
|
-
decidim/conference_speaker:
|
85
|
-
one: Konferencijos kalbėtoja(-s)
|
86
|
-
few: Konferencijos kalbėtojai(-os)
|
87
|
-
many: Konferencijos kalbėtojai(-os)
|
88
|
-
other: Konferencijos kalbėtojai(-os)
|
89
|
-
decidim/conference_user_role:
|
90
|
-
one: Konferencijos naudotojo rolė
|
91
|
-
few: Konferencijos naudotojų rolė
|
92
|
-
many: Konferencijos naudotojų rolė
|
93
|
-
other: Konferencijos naudotojų rolė
|
94
|
-
decidim:
|
95
|
-
admin:
|
96
|
-
actions:
|
97
|
-
confirm: Patvirtinti
|
98
|
-
new_conference: Nauja Konferencija
|
99
|
-
send_diplomas: Siųsti dalyvavimo konferencijoje pažymėjimus
|
100
|
-
conference_copies:
|
101
|
-
new:
|
102
|
-
copy: Kopijuoti
|
103
|
-
select: Pasirinkite, kuriuos duomenis norėtumėte dubliuoti
|
104
|
-
title: Dubliuoti konferenciją
|
105
|
-
conference_publications:
|
106
|
-
create:
|
107
|
-
error: Publikuojant šią konferenciją iškilo problema.
|
108
|
-
success: Konferencija paskelbta.
|
109
|
-
destroy:
|
110
|
-
error: Naikinant šios konferencijos skelbimą iškilo problema.
|
111
|
-
success: Konferencijos skelbimas panaikintas.
|
112
|
-
conference_registration:
|
113
|
-
confirm:
|
114
|
-
error: Patvirtinant registraciją į šią konferenciją iškilo problema.
|
115
|
-
success: Registracija į konferenciją patvirtinta.
|
116
|
-
conference_speakers:
|
117
|
-
create:
|
118
|
-
error: Įtraukiant šios konferencijos pranešėją iškilo problema.
|
119
|
-
success: Konferencijos pranešėjas sukurtas.
|
120
|
-
destroy:
|
121
|
-
success: Konferencijos pranešėjas pašalintas.
|
122
|
-
edit:
|
123
|
-
title: Atnaujinti konferencijos pranešėją.
|
124
|
-
update: Atnaujinti
|
125
|
-
index:
|
126
|
-
conference_speakers_title: Konferencijos pranešėjai
|
127
|
-
new:
|
128
|
-
create: Sukurti
|
129
|
-
title: Naujas konferencijos pranešėjas.
|
130
|
-
update:
|
131
|
-
error: Atnaujinant šį konferencijos pranešėją iškilo problema.
|
132
|
-
success: Konferencijos pranešėjas atnaujintas.
|
133
|
-
conference_user_roles:
|
134
|
-
create:
|
135
|
-
error: Pridedant administratorių prie konferencijos kilo problema.
|
136
|
-
success: Konferencijos administratorius įtrauktas.
|
137
|
-
destroy:
|
138
|
-
success: Konferencijos administratorius pašalintas.
|
139
|
-
edit:
|
140
|
-
title: Atnaujinti konferencijos administratorių.
|
141
|
-
update: Atnaujinti
|
142
|
-
index:
|
143
|
-
conference_admins_title: konferencijos administratoriai
|
144
|
-
new:
|
145
|
-
create: Sukurti
|
146
|
-
title: Naujas konferencijos administratorius.
|
147
|
-
update:
|
148
|
-
error: Atnaujinant šios konferencijos administratorių iškilo problema.
|
149
|
-
success: Konferencijos administratorius atnaujintas.
|
150
|
-
conferences:
|
151
|
-
create:
|
152
|
-
error: Kuriant šią konferenciją iškilo problema.
|
153
|
-
success: Konferencija sukurta.
|
154
|
-
edit:
|
155
|
-
update: Atnaujinti
|
156
|
-
exports:
|
157
|
-
registrations: Registracijos
|
158
|
-
form:
|
159
|
-
title: Bendroji informacija
|
160
|
-
index:
|
161
|
-
not_published: Nepublikuota
|
162
|
-
published: Publikuota
|
163
|
-
new:
|
164
|
-
create: Sukurti
|
165
|
-
title: Konferencija
|
166
|
-
update:
|
167
|
-
error: Atnaujinant šią konferenciją iškilo problema.
|
168
|
-
success: Konferencija atnaujinta.
|
169
|
-
conferences_copies:
|
170
|
-
create:
|
171
|
-
error: Dubliuojant šią konferenciją iškilo problema.
|
172
|
-
success: Konferencija dubliuota.
|
173
|
-
media_links:
|
174
|
-
create:
|
175
|
-
error: Kuriant naują multimedijos nuorodą iškilo problema.
|
176
|
-
success: Multimedijos nuoroda sukurta.
|
177
|
-
destroy:
|
178
|
-
success: Multimedijos nuoroda pašalinta.
|
179
|
-
edit:
|
180
|
-
title: Atnaujinti multimedijos nuorodą.
|
181
|
-
update: Atnaujinti
|
182
|
-
index:
|
183
|
-
media_links_title: Multimedijos Nuorodos
|
184
|
-
new:
|
185
|
-
create: Sukurti
|
186
|
-
title: Multimedijos Nuoroda
|
187
|
-
update:
|
188
|
-
error: Atnaujinant šią multimedijos nuorodą iškilo problema.
|
189
|
-
success: Multimedijos Nuoroda atnaujinta.
|
190
|
-
menu:
|
191
|
-
conferences: Konferencijos
|
192
|
-
conferences_submenu:
|
193
|
-
attachment_collections: Aplankai
|
194
|
-
attachment_files: Dokumentai
|
195
|
-
attachments: Priedai
|
196
|
-
categories: Kategorijos
|
197
|
-
components: Komponentai
|
198
|
-
conference_admins: Konferencijos administratoriai
|
199
|
-
conference_invites: Pakvietimai
|
200
|
-
conference_speakers: Pranešėjai
|
201
|
-
diploma: Dalyvavimo konferencijoje pažymėjimas
|
202
|
-
info: Informacija
|
203
|
-
media_links: Multimedijos Nuorodos
|
204
|
-
moderations: Moderavimai
|
205
|
-
partners: Partneriai
|
206
|
-
registration_types: Registracijos tipai
|
207
|
-
registrations: Registracijos
|
208
|
-
user_registrations: Naudotojų registracijos
|
209
|
-
models:
|
210
|
-
conference:
|
211
|
-
fields:
|
212
|
-
created_at: Sukurta
|
213
|
-
promoted: Paryškinta
|
214
|
-
published: Publikuota
|
215
|
-
title: Pavadinimas
|
216
|
-
conference_speaker:
|
217
|
-
fields:
|
218
|
-
affiliation: Organizacija
|
219
|
-
full_name: Vardas, pavardė
|
220
|
-
position: Pareigos
|
221
|
-
name: Konferencijos pranešėja(-s)
|
222
|
-
conference_user_role:
|
223
|
-
fields:
|
224
|
-
email: El. paštas
|
225
|
-
name: Vardas
|
226
|
-
role: Rolė
|
227
|
-
name: Konferencijos administratorius
|
228
|
-
roles:
|
229
|
-
admin: Administratorius
|
230
|
-
collaborator: Bendraautorius
|
231
|
-
moderator: Moderatorius
|
232
|
-
valuator: Vertintojas
|
233
|
-
media_link:
|
234
|
-
fields:
|
235
|
-
date: Data
|
236
|
-
link: Nuoroda
|
237
|
-
title: Pavadinimas
|
238
|
-
name: Multimedijos Nuoroda
|
239
|
-
partner:
|
240
|
-
fields:
|
241
|
-
link: Nuoroda
|
242
|
-
logo: Logotipas
|
243
|
-
name: Vardas
|
244
|
-
partner_type: Tipas
|
245
|
-
name: Partneris
|
246
|
-
types:
|
247
|
-
collaborator: Bendraautorius
|
248
|
-
main_promotor: Pagrindinis rėmėjas
|
249
|
-
registration_type:
|
250
|
-
fields:
|
251
|
-
conference_meetings: Konferencijos susirinkimai
|
252
|
-
price: Kaina
|
253
|
-
registrations_count: Registracijų skaičius
|
254
|
-
title: Pavadinimas
|
255
|
-
weight: Vieta eilėje
|
256
|
-
name: Registracijos tipas
|
257
|
-
partners:
|
258
|
-
create:
|
259
|
-
error: Įtraukiant šios konferencijos partnerį iškilo problema.
|
260
|
-
success: Konferencijos partneris įtrauktas.
|
261
|
-
destroy:
|
262
|
-
success: Konferencijos partneris pašalintas.
|
263
|
-
edit:
|
264
|
-
title: Atnaujinti partnerį.
|
265
|
-
update: Atnaujinti
|
266
|
-
new:
|
267
|
-
create: Sukurti
|
268
|
-
title: Naujas partneris
|
269
|
-
update:
|
270
|
-
error: Atnaujinant šios konferencijos partnerį iškilo problema.
|
271
|
-
success: Konferencijos partneris atnaujintas.
|
272
|
-
registration_type_publications:
|
273
|
-
create:
|
274
|
-
error: Skelbiant šį registracijos tipą iškilo problema.
|
275
|
-
success: Registracijos tipas paskelbtas.
|
276
|
-
destroy:
|
277
|
-
error: Išimant šį registracijos tipą iškilo problema.
|
278
|
-
success: Registracijos tipas sėkmingai išimtas.
|
279
|
-
registration_types:
|
280
|
-
create:
|
281
|
-
error: Pridedant šį registracijos tipą konferencijai kilo problema.
|
282
|
-
success: Konferencijos registracijos tipas pridėtas.
|
283
|
-
destroy:
|
284
|
-
success: Konferencijos registracijos tipas pašalintas.
|
285
|
-
edit:
|
286
|
-
title: Atnaujinti registracijos tipą.
|
287
|
-
update: Atnaujinti
|
288
|
-
new:
|
289
|
-
create: Sukurti
|
290
|
-
title: Naujas registracijos tipas
|
291
|
-
update:
|
292
|
-
error: Atnaujinant šios konferencijos registracijos tipą iškilo problema.
|
293
|
-
success: Konferencijos registracijos tipas atnaujintas.
|
294
|
-
titles:
|
295
|
-
conferences: Konferencijos
|
296
|
-
admin_log:
|
297
|
-
conference:
|
298
|
-
create: "%{user_name} sukūrė %{resource_name} konferenciją"
|
299
|
-
publish: "%{user_name} publikavo %{resource_name} konferenciją"
|
300
|
-
send_conference_diplomas: "%{user_name} išsiuntė dalyvavimo konferencijoje pažymėjimus %{resource_name} konferencijos dalyviams"
|
301
|
-
unpublish: "%{user_name} panaikino %{resource_name} konferencijos skelbimą"
|
302
|
-
update: "%{user_name} atnaujino %{resource_name} konferenciją"
|
303
|
-
update_diploma: "%{user_name} atnaujino %{resource_name} konferencijos dalyvavimo konferencijoje pažymėjimų konfigūraciją"
|
304
|
-
conference_speaker:
|
305
|
-
create: "%{user_name} sukūrė %{space_name} konferencijos %{resource_name} pranešėją"
|
306
|
-
delete: "%{user_name} pašalino %{space_name} konferencijos %{resource_name} pranešėją"
|
307
|
-
update: "%{user_name} atnaujino %{space_name} konferencijos %{resource_name} pranešėją"
|
308
|
-
conference_user_role:
|
309
|
-
create: "%{user_name} pakvietė %{resource_name} į %{space_name} konferenciją"
|
310
|
-
delete: "%{user_name} pašalino administratorių %{resource_name} iš %{space_name} konferencijos"
|
311
|
-
update: "%{user_name} pakeitė %{resource_name} vaidmenį %{space_name} konferencijoje"
|
312
|
-
conferences:
|
313
|
-
conference_registration:
|
314
|
-
confirm: "%{user_name} patvirtino registraciją į %{resource_name} konferenciją"
|
315
|
-
partner:
|
316
|
-
create: "%{user_name} sukūrė partnerį %{resource_name} %{space_name} konferencijoje"
|
317
|
-
delete: "%{user_name} pašalino partnerį %{resource_name} iš %{space_name} konferencijos"
|
318
|
-
update: "%{user_name} atnaujino partnerį %{resource_name} %{space_name} konferencijoje"
|
319
|
-
registration_type:
|
320
|
-
create: "%{user_name} sukūrė %{resource_name} registracijos tipą %{space_name} konferencijoje"
|
321
|
-
publish: "%{user_name} sukūrė %{resource_name} registracijos tipą %{space_name} konferencijoje"
|
322
|
-
unpublish: "%{user_name} išėmė %{resource_name} registracijos tipą iš %{space_name} konferencijos"
|
323
|
-
update: "%{user_name} atnaujino %{resource_name} registracijos tipą %{space_name} konferencijoje"
|
324
|
-
media_link:
|
325
|
-
create: "%{user_name} sukūrė %{resource_name} nuorodą %{space_name} konferencijoje"
|
326
|
-
delete: "%{user_name} pašalino %{resource_name} nuorodą iš %{space_name} konferencijos"
|
327
|
-
update: "%{user_name} atnaujino %{resource_name} nuorodą %{space_name} konferencijoje"
|
328
|
-
conference_program:
|
329
|
-
index:
|
330
|
-
title: Programa
|
331
|
-
conference_speakers:
|
332
|
-
index:
|
333
|
-
title: Pranešėjai
|
334
|
-
conferences:
|
335
|
-
admin:
|
336
|
-
conference_copies:
|
337
|
-
form:
|
338
|
-
slug_help: 'URL priedėliai naudojami nuorodų į konferenciją sukūrimui. Juose gali būti raidės, skaičiai ir brukšneliai, tačiau privalo prasidėti nuo raidės. Pavyzdys: %{url}'
|
339
|
-
conference_invites:
|
340
|
-
create:
|
341
|
-
error: Kviečiant dalyvį dalyvauti šioje konferencijoje iškilo problema.
|
342
|
-
success: Dalyvis pakviestas dalyvauti konferencijoje.
|
343
|
-
form:
|
344
|
-
attendee_type: Dalyvio tipas
|
345
|
-
existing_user: Esamas dalyvis
|
346
|
-
invite_explanation: Dalyvis bus pakviestas dalyvauti ne tik konferencijoje, bet ir organizacijoje.
|
347
|
-
non_user: Nesamas dalyvis
|
348
|
-
select_user: Pasirinkti dalyvį
|
349
|
-
index:
|
350
|
-
filter:
|
351
|
-
accepted: Priimtas
|
352
|
-
all: Visi
|
353
|
-
rejected: Atmestas
|
354
|
-
sent: Išsiųstas
|
355
|
-
filter_by: Filtruoti pagal
|
356
|
-
invite_attendee: Kviesti dalyvį
|
357
|
-
invites: Pakvietimai
|
358
|
-
search: Ieškoti
|
359
|
-
new:
|
360
|
-
explanation: Dalyvis bus pakviestas dalyvauti konferencijoje. Jei e. laiškas nebus užregistruotas, taip pat bus kvietimas dalyvauti organizacijoje.
|
361
|
-
invite: Pakviesti
|
362
|
-
new_invite: Kviesti dalyvį
|
363
|
-
conference_registrations:
|
364
|
-
index:
|
365
|
-
registrations: Registracijos
|
366
|
-
conference_speakers:
|
367
|
-
form:
|
368
|
-
existing_user: Esamas dalyvis
|
369
|
-
non_user: Ne dalyvis
|
370
|
-
select_user: Pasirinkti dalyvį
|
371
|
-
user_type: Dalyvio tipas
|
372
|
-
index:
|
373
|
-
search: Ieškoti
|
374
|
-
conferences:
|
375
|
-
form:
|
376
|
-
available_slots_help: Jei nėra ribojimų įrašykite 0.
|
377
|
-
registrations_count:
|
378
|
-
one: Yra viena registracija.
|
379
|
-
few: Yra %{count} registracijų.
|
380
|
-
many: Yra %{count} registracijų.
|
381
|
-
other: Yra %{count} registracijų.
|
382
|
-
slug_help: 'URL priedėliai naudojami nuorodų į konferenciją sukūrimui. Juose gali būti raidės, skaičiai ir brukšneliai, tačiau privalo prasidėti nuo raidės. Pavyzdys: %{url}'
|
383
|
-
diplomas:
|
384
|
-
edit:
|
385
|
-
save: Išsaugoti
|
386
|
-
title: Dalyvavimo pažymėjimas
|
387
|
-
invite_join_conference_mailer:
|
388
|
-
invite:
|
389
|
-
decline: Atmesti kvietimą į „%{conference_title}“
|
390
|
-
invited_existing_user_to_join_a_conference: "%{invited_by} jus pakvietė dalyvauti konferencijoje %{application}. Kvietimą galite atmesti arba priimti spustelėję toliau pateikiamas nuorodas."
|
391
|
-
registration: Registracija į „%{conference_title}“
|
392
|
-
partners:
|
393
|
-
index:
|
394
|
-
title: Partneriai
|
395
|
-
registration_types:
|
396
|
-
form:
|
397
|
-
select_conference_meetings: Pasirinkti konferencijos susirinkimus
|
398
|
-
index:
|
399
|
-
title: Registracijos tipai
|
400
|
-
send_conference_diploma_mailer:
|
401
|
-
diploma:
|
402
|
-
diploma_html: Rasite konferencijos <a href="%{url}">%{title}</a> dalyvavimo pažymėjimą laiško prieduose.
|
403
|
-
diploma_user:
|
404
|
-
attendance_verified_by: Dalyvavimas patvirtintas
|
405
|
-
certificate_of_attendance: Dalyvavimo pažymėjimas
|
406
|
-
certificate_of_attendance_description: Patvirtiname, kad <strong>%{user}</strong> dalyvavo <strong>%{title}</strong> konferencijoje vykusioje <strong>%{location}</strong> nuo <strong>%{start} iki %{end}</strong>
|
407
|
-
send_diploma:
|
408
|
-
error: Siunčiant dalyvavimo pažymėjimus iškilo problema.
|
409
|
-
success: Dalyvavimo konferencijoje pažymėjimai išsiųsti
|
410
|
-
conference:
|
411
|
-
registration_confirm:
|
412
|
-
cancel: Atšaukti
|
413
|
-
confirm: Patvirtinti
|
414
|
-
show:
|
415
|
-
free: Nemokama
|
416
|
-
going: Dalyvauja
|
417
|
-
no_slots_available: Nebėra vietų
|
418
|
-
registration: Registracija
|
419
|
-
conference_program:
|
420
|
-
program_meeting:
|
421
|
-
content: Turinys
|
422
|
-
location: Vieta
|
423
|
-
speakers: Kalbėtojai
|
424
|
-
streaming: Transliuoti
|
425
|
-
show:
|
426
|
-
day: Diena
|
427
|
-
program: Programa
|
428
|
-
conference_registration_mailer:
|
429
|
-
confirmation:
|
430
|
-
confirmed_html: Jūsų registracija <a href="%{url}">%{title}</a> patvirtinta.
|
431
|
-
details_1: 'Registravotės į konferenciją %{registration_type} būdu. Konferencija kainuoja %{price} ir galite dalyvauti šiuose renginiuose:'
|
432
|
-
details_2: Rasite konferencijos detales priede.
|
433
|
-
pending_validation:
|
434
|
-
confirmation_pending: Netrukus gausite elektroninį laišką su patvirtinimu
|
435
|
-
details: 'Jūsų registracijos tipas – %{registration_type}, kaina – %{price} ir galite dalyvauti šiuose renginiuose:'
|
436
|
-
pending_html: Jūsų registracija į konferenciją <a href="%{url}">%{title}</a> dar nepatvirtinta.
|
437
|
-
conference_registrations:
|
438
|
-
create:
|
439
|
-
invalid: Jungiantis prie šios konferencijos iškilo problema.
|
440
|
-
success: Jūs prisijungėte prie konferencijos.
|
441
|
-
decline_invitation:
|
442
|
-
invalid: Atmetant kvietimą iškilo problema.
|
443
|
-
success: Jūs atmetėte kvietimą.
|
444
|
-
destroy:
|
445
|
-
invalid: Paliekant šią konferenciją iškilo problema.
|
446
|
-
success: Jūs sėkmingai palikote konferenciją.
|
447
|
-
conference_speaker:
|
448
|
-
go_to_twitter: Eiti į Twitter
|
449
|
-
more_info: daugiau informacijos
|
450
|
-
personal_website: Asmeninė interneto svetainė
|
451
|
-
show:
|
452
|
-
more_info: daugiau informacijos
|
453
|
-
speaking_at: Kalba
|
454
|
-
conference_speaker_cell:
|
455
|
-
personal_url:
|
456
|
-
personal_website: Asmeninė interneto svetainė
|
457
|
-
twitter_handle:
|
458
|
-
go_to_twitter: Eiti į Twitter
|
459
|
-
conference_speakers:
|
460
|
-
index:
|
461
|
-
speakers: Pranešėjai
|
462
|
-
conferences:
|
463
|
-
partners:
|
464
|
-
collaborators: Partneriai
|
465
|
-
main_promotors: Organizatoriai
|
466
|
-
show:
|
467
|
-
login_as: Jūs prisijungėte kaip %{name} <%{email}>
|
468
|
-
make_conference_registration: 'Užsiregistruokite konferencijoje:'
|
469
|
-
register: Registruotis
|
470
|
-
content_blocks:
|
471
|
-
highlighted_conferences:
|
472
|
-
name: Paryškintos konferencijos
|
473
|
-
index:
|
474
|
-
title: Konferencijos
|
475
|
-
mailer:
|
476
|
-
conference_registration_mailer:
|
477
|
-
confirmation:
|
478
|
-
subject: Jūsų registracija į konferenciją buvo patvirtinta
|
479
|
-
pending_validation:
|
480
|
-
subject: Jūsų registracija į konferenciją dar nepatvirtinta
|
481
|
-
invite_join_conference_mailer:
|
482
|
-
invite:
|
483
|
-
subject: Kvietimas dalyvauti konferencijoje
|
484
|
-
send_conference_diploma_mailer:
|
485
|
-
diploma:
|
486
|
-
subject: Jūsų dalyvavimo konferencijoje pažymėjimas išsiųstas
|
487
|
-
models:
|
488
|
-
conference_invite:
|
489
|
-
fields:
|
490
|
-
email: El. paštas
|
491
|
-
name: Vardas
|
492
|
-
registration_type: Registracijos tipas
|
493
|
-
sent_at: Išsiųsta
|
494
|
-
status: Būsena
|
495
|
-
status:
|
496
|
-
accepted: Priimta (%{at})
|
497
|
-
rejected: Atmesta (%{at})
|
498
|
-
sent: Išsiųsta
|
499
|
-
conference_registration:
|
500
|
-
fields:
|
501
|
-
email: El. paštas
|
502
|
-
name: Vardas
|
503
|
-
registration_type: Registracijos tipas
|
504
|
-
state: Būsena
|
505
|
-
states:
|
506
|
-
confirmed: Patvirtinta
|
507
|
-
pending: Laukiama
|
508
|
-
pages:
|
509
|
-
home:
|
510
|
-
highlighted_conferences:
|
511
|
-
active_conferences: Aktyvios konferencijos
|
512
|
-
conferences_button_title: Nuoroda į puslapį „Konferencijos“, kuriame pateikiamos visos konferencijos
|
513
|
-
see_all_conferences: Žiūrėti visas konferencijas
|
514
|
-
photo:
|
515
|
-
image:
|
516
|
-
attributes:
|
517
|
-
alt: Nuotrauka multimedijos formatu
|
518
|
-
show:
|
519
|
-
close_modal: Uždaryti modalinį langą
|
520
|
-
photo: Paveikslėlis
|
521
|
-
photos_list:
|
522
|
-
show:
|
523
|
-
related_photos: Paveikslėliai
|
524
|
-
registration_types:
|
525
|
-
index:
|
526
|
-
choose_an_option: 'Pasirinkite registracijos būdą:'
|
527
|
-
login_as: Jūs prisijungėte kaip %{name} <%{email}>
|
528
|
-
no_registrations: Nėra registracijų
|
529
|
-
register: Registruotis
|
530
|
-
title: Registracijos tipai
|
531
|
-
shared:
|
532
|
-
conference_user_login:
|
533
|
-
already_account: Ar jau turite paskyrą „Decidim“ puslapyje?
|
534
|
-
new_user: Naujas naudotojas?
|
535
|
-
sign_in: Prisijunkite, kad galėtumėte užsiregistruoti į konferenciją
|
536
|
-
sign_up: Susikurkite paskyrą „Decidim“ puslapyje, kad galėtumėte užsiregistruoti į konferenciją
|
537
|
-
show:
|
538
|
-
details: Išsamiau
|
539
|
-
introduction: Įžanga
|
540
|
-
objectives: Tikslai
|
541
|
-
related_assemblies: Susijusios asamblėjos
|
542
|
-
related_consultations: Susijusios Konsultacijos
|
543
|
-
related_participatory_processes: Susiję dalyvaujamieji procesai
|
544
|
-
events:
|
545
|
-
conferences:
|
546
|
-
conference_registration_confirmed:
|
547
|
-
notification_title: Jūsų registracija į konferenciją <a href="%{resource_url}">%{resource_title}</a> buvo patvirtinta.
|
548
|
-
conference_registration_validation_pending:
|
549
|
-
notification_title: Jūsų registracija į konferenciją <a href="%{resource_url}">%{resource_title}</a> dar nepatvirtinta.
|
550
|
-
conference_registrations_over_percentage:
|
551
|
-
email_intro: Užimta daugiau nei %{percentage}% konferencijos „%{resource_title}“ laiko tarpsnių.
|
552
|
-
email_outro: Šį pranešimą gavote dėl to, kad esate konferencijos dalyvaujamojo proceso erdvės administratorius.
|
553
|
-
email_subject: Užimta daugiau nei %{percentage}% konferencijos „%{resource_title}“ laiko tarpsnių
|
554
|
-
notification_title: Užimta daugiau nei %{percentage}% konferencijos <a href="%{resource_path}">%{resource_title}</a> laiko tarpsnių.
|
555
|
-
conference_updated:
|
556
|
-
email_intro: '„%{resource_title}“ konferencija buvo atnaujinta. Naująją versiją galite perskaityti jos puslapyje:'
|
557
|
-
email_outro: Šį pranešimą gavote dėl to, kad sekate „%{resource_title}“ konferenciją. Jūs galite jos nebesekti spustelėdami ankstesnę nuorodą.
|
558
|
-
email_subject: '„%{resource_title}“ konferencija buvo atnaujinta'
|
559
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a> konferencija buvo atnaujinta.
|
560
|
-
registrations_enabled:
|
561
|
-
email_intro: 'Registracija į „%{resource_title}“ konferenciją įjungta. Galite užsiregistruoti jos tinklalapyje:'
|
562
|
-
email_outro: Šį pranešimą gavote dėl to, kad sekate „%{resource_title}“ konferenciją. Jūs galite jos nebesekti spustelėdami ankstesnę nuorodą.
|
563
|
-
email_subject: Registracija į „%{resource_title}“ konferenciją įjungta.
|
564
|
-
notification_title: Registracija į <a href="%{resource_path}">%{resource_title}</a> konferenciją įjungta.
|
565
|
-
role_assigned:
|
566
|
-
email_intro: Jūs paskirtas „%{resource_title}“ konferencijos %{role}.
|
567
|
-
email_outro: Šį pranešimą gavote dėl to, kad esate „%{resource_title}“ konferencijos %{role}.
|
568
|
-
email_subject: Jūs paskirtas „%{resource_title}“ %{role}.
|
569
|
-
notification_title: Jūs paskirtas <a href="%{resource_url}">%{resource_title}</a> konferencijos %{role}.
|
570
|
-
upcoming_conference:
|
571
|
-
email_intro: '„%{resource_title}“ konferencija įvyks po dviejų dienų. Aprašymą galite perskaityti jos puslapyje:'
|
572
|
-
email_outro: Šį pranešimą gavote dėl to, kad sekate „%{resource_title}“ konferenciją. Jūs galite jos nebesekti spustelėdami ankstesnę nuorodą.
|
573
|
-
email_subject: '„%{resource_title}“ konferencija artėja!'
|
574
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a> konferencija įvyks po dviejų dienų.
|
575
|
-
help:
|
576
|
-
participatory_spaces:
|
577
|
-
conferences:
|
578
|
-
contextual: "<p> <strong>Konferencija</strong> yra susitikimų, surengtų pagal programą, rinkinys, į kurį pakviečiama daug kalbėtojų. Konferencijoms, kaip ir kitiems dideliems susirinkimams ar socialiniams renginiams, būdingi ypatumai yra registracijos, renginį remiančių ar kitaip padedančių organizacijų sąrašas ir kt.</p><p>Pavyzdžiui, konferencija gali būti svarbus įvykis organizacijai ir jos nariams, vykti kaip dalyvaujamojo proceso dalis arba tai gali būti renginys po konsultacijos.</p>\n"
|
579
|
-
page: "<p> <strong>Konferencija</strong> yra susitikimų, surengtų pagal programą, rinkinys, į kurį pakviečiama daug kalbėtojų. Konferencijoms, kaip ir kitiems dideliems susirinkimams ar socialiniams renginiams, būdingi ypatumai yra registracijos, renginį remiančių ar kitaip padedančių organizacijų sąrašas ir kt.</p><p>Pavyzdžiui, konferencija gali būti svarbus įvykis organizacijai ir jos nariams, vykti kaip dalyvaujamojo proceso dalis arba tai gali būti renginys po konsultacijos.</p>\n"
|
580
|
-
title: Kas yra konferencijos?
|
581
|
-
log:
|
582
|
-
value_types:
|
583
|
-
conference_presenter:
|
584
|
-
not_found: 'Konferencija duomenų bazėje nerasta (ID: %{id})'
|
585
|
-
media:
|
586
|
-
index:
|
587
|
-
description: Nuorodos apie šią konferenciją
|
588
|
-
title: Multimedija ir Nuorodos
|
589
|
-
menu:
|
590
|
-
conferences: Konferencijos
|
591
|
-
statistics:
|
592
|
-
conferences_count: Konferencijos
|
593
|
-
devise:
|
594
|
-
mailer:
|
595
|
-
join_conference:
|
596
|
-
subject: Kvietimas dalyvauti konferencijoje
|
597
|
-
layouts:
|
598
|
-
decidim:
|
599
|
-
conference_hero:
|
600
|
-
register: Registruotis
|
601
|
-
conference_widgets:
|
602
|
-
show:
|
603
|
-
take_part: Dalyvaukite
|
604
|
-
conferences:
|
605
|
-
conference:
|
606
|
-
more_info: Daugiau informacijos
|
607
|
-
take_part: Dalyvaukite
|
608
|
-
index:
|
609
|
-
promoted_conferences: Paryškintos konferencijos
|
610
|
-
order_by_conferences:
|
611
|
-
conferences:
|
612
|
-
one: "%{count} konferencija"
|
613
|
-
few: "%{count} konferencijos"
|
614
|
-
many: "%{count} konferencijos"
|
615
|
-
other: "%{count} konferencijos"
|
616
|
-
promoted_conference:
|
617
|
-
more_info: Daugiau informacijos
|
618
|
-
take_part: Dalyvaukite
|
619
|
-
conferences_nav:
|
620
|
-
conference_menu_item: Informacija
|
621
|
-
conference_partners_menu_item: Partneriai
|
622
|
-
conference_speaker_menu_item: Pranešėjai
|
623
|
-
media: Medija
|
624
|
-
venues: Vietos
|
data/config/locales/lv.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
lv:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -344,7 +345,7 @@ lv:
|
|
344
345
|
invite_join_conference_mailer:
|
345
346
|
invite:
|
346
347
|
decline: Noraidīt ielūgumu '%{conference_title}'
|
347
|
-
|
348
|
+
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."
|
348
349
|
registration: Reģistrācija dalībai '%{conference_title}'
|
349
350
|
partners:
|
350
351
|
index:
|
data/config/locales/mt.yml
CHANGED
data/config/locales/nl.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
nl:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -349,7 +350,7 @@ nl:
|
|
349
350
|
invites: Uitnodigingen
|
350
351
|
search: Zoeken
|
351
352
|
new:
|
352
|
-
explanation: De gebruiker wordt uitgenodigd om deel te nemen aan een conferentie. Als
|
353
|
+
explanation: De gebruiker wordt uitgenodigd om deel te nemen aan een conferentie. Als zijn/haar e-mailadres niet is geregistreerd, worden ze ook uitgenodigd voor de organisatie.
|
353
354
|
invite: Nodig uit
|
354
355
|
new_invite: Nodig deelnemer uit
|
355
356
|
conference_registrations:
|
@@ -377,7 +378,7 @@ nl:
|
|
377
378
|
invite_join_conference_mailer:
|
378
379
|
invite:
|
379
380
|
decline: Uitnodiging '%{conference_title}' weigeren
|
380
|
-
|
381
|
+
invited_you_to_join_a_conference: "%{invited_by} heeft je uitgenodigd om deel te nemen aan een conferentie op %{application}. U kunt het weigeren of accepteren via de onderstaande links."
|
381
382
|
registration: Registratie voor '%{conference_title}'
|
382
383
|
partners:
|
383
384
|
index:
|
data/config/locales/no.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
"no":
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -377,7 +378,7 @@
|
|
377
378
|
invite_join_conference_mailer:
|
378
379
|
invite:
|
379
380
|
decline: Avvis invitasjon '%{conference_title}'
|
380
|
-
|
381
|
+
invited_you_to_join_a_conference: "%{invited_by} har invitert deg til å delta et foredrag på %{application}. Du kan avvise eller godta gjennom lenkene nedenfor."
|
381
382
|
registration: Påmelding til '%{conference_title}'
|
382
383
|
partners:
|
383
384
|
index:
|
data/config/locales/om-ET.yml
CHANGED