decidim-conferences 0.26.2 → 0.26.3
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/conferences/content_blocks/highlighted_conferences/show.erb +1 -1
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_cell.rb +1 -0
- data/app/controllers/decidim/conferences/conference_program_controller.rb +1 -1
- data/app/queries/decidim/conferences/organization_published_conferences.rb +1 -1
- data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +1 -1
- data/app/views/layouts/decidim/_conference_hero.html.erb +1 -1
- data/config/locales/cs.yml +9 -9
- data/config/locales/fr.yml +1 -1
- data/config/locales/lt.yml +623 -0
- data/config/locales/oc-FR.yml +1 -0
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +11 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3be1863152e80c61f8a9ce98a4e160636e06c0382ac892d4a53db1c09efc6fec
|
|
4
|
+
data.tar.gz: e3c4ed4c9a8a5dbe3b0e0758751572dd3f66700db6a51defa1a8a7b282ebb377
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3418410ef443ddbf00dc22e6c070c8c7f1c1104ef6b05ab8c3a2c743969ed49c25da13d761ad1e25fd83caa7924c7ae5d4ae5ed2a4cc2ac16a96cfa633d3b490
|
|
7
|
+
data.tar.gz: 711445613ff058d730ed0cc0f5c84fb9e55be670f39c67c1a974c2f60a93a3648f1116df6871987da91f92fd9a7abd47b6950f1faf1afbc83bb9191c84781d31
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<div class="column">
|
|
9
9
|
<%= link_to decidim_conferences.conference_path(conference), class: "card card--conference card--mini" do %>
|
|
10
10
|
<div aria-hidden="true" class="card__image-top"
|
|
11
|
-
style="background-image:url(<%= conference.attached_uploader(:hero_image).path %>)"></div>
|
|
11
|
+
style="background-image:url('<%= conference.attached_uploader(:hero_image).path %>')"></div>
|
|
12
12
|
<div class="card__content">
|
|
13
13
|
<span class="card__title card__link"><%= translated_attribute conference.title %></span>
|
|
14
14
|
</div>
|
|
@@ -26,7 +26,7 @@ module Decidim
|
|
|
26
26
|
end
|
|
27
27
|
|
|
28
28
|
def meetings
|
|
29
|
-
return unless meeting_component
|
|
29
|
+
return unless meeting_component&.published? || !meeting_component.presence
|
|
30
30
|
|
|
31
31
|
@meetings ||= Decidim::Meetings::Meeting.where(component: meeting_component).visible_meeting_for(current_user).order(:start_time)
|
|
32
32
|
end
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
</div>
|
|
14
14
|
<div class="columns mediumlarge-8 large-6 card--process__column">
|
|
15
15
|
<div class="card--full__image"
|
|
16
|
-
style="background-image:url(<%= promoted_conference.attached_uploader(:hero_image).path %>)">
|
|
16
|
+
style="background-image:url('<%= promoted_conference.attached_uploader(:hero_image).path %>')">
|
|
17
17
|
<div class="card__content row collapse">
|
|
18
18
|
<div class="large-6 large-offset-6 columns">
|
|
19
19
|
<%= link_to conference_path(promoted_conference), class: "button expanded button--sc" do %>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<section class="extended hero"
|
|
2
|
-
style="background-image:url(<%= current_participatory_space.attached_uploader(:banner_image).path %>);">
|
|
2
|
+
style="background-image:url('<%= current_participatory_space.attached_uploader(:banner_image).path %>');">
|
|
3
3
|
<div class="hero__container">
|
|
4
4
|
<div class="row">
|
|
5
5
|
<div class="columns large-10 text-left">
|
data/config/locales/cs.yml
CHANGED
|
@@ -66,7 +66,7 @@ cs:
|
|
|
66
66
|
user_id: Uživatel
|
|
67
67
|
conference_user_role:
|
|
68
68
|
email: E-mail
|
|
69
|
-
name:
|
|
69
|
+
name: Název
|
|
70
70
|
role: Role
|
|
71
71
|
errors:
|
|
72
72
|
models:
|
|
@@ -99,7 +99,7 @@ cs:
|
|
|
99
99
|
send_diplomas: Odeslání certifikátů o účasti
|
|
100
100
|
conference_copies:
|
|
101
101
|
new:
|
|
102
|
-
copy:
|
|
102
|
+
copy: Kopírovat
|
|
103
103
|
select: Vyberte, která data chcete duplikovat
|
|
104
104
|
title: Duplikovat konferenci
|
|
105
105
|
conference_publications:
|
|
@@ -222,7 +222,7 @@ cs:
|
|
|
222
222
|
conference_user_role:
|
|
223
223
|
fields:
|
|
224
224
|
email: E-mail
|
|
225
|
-
name:
|
|
225
|
+
name: Název
|
|
226
226
|
role: Role
|
|
227
227
|
name: Administrátor konference
|
|
228
228
|
roles:
|
|
@@ -232,7 +232,7 @@ cs:
|
|
|
232
232
|
valuator: Hodnotitel
|
|
233
233
|
media_link:
|
|
234
234
|
fields:
|
|
235
|
-
date:
|
|
235
|
+
date: Datum
|
|
236
236
|
link: Odkaz
|
|
237
237
|
title: Název
|
|
238
238
|
name: Odkaz na média
|
|
@@ -240,7 +240,7 @@ cs:
|
|
|
240
240
|
fields:
|
|
241
241
|
link: Odkaz
|
|
242
242
|
logo: Logo
|
|
243
|
-
name:
|
|
243
|
+
name: Název
|
|
244
244
|
partner_type: Typ
|
|
245
245
|
name: Partner
|
|
246
246
|
types:
|
|
@@ -409,7 +409,7 @@ cs:
|
|
|
409
409
|
success: Konferenční certifikáty o návštěvě byly zaslány správně
|
|
410
410
|
conference:
|
|
411
411
|
registration_confirm:
|
|
412
|
-
cancel:
|
|
412
|
+
cancel: Zrušit
|
|
413
413
|
confirm: Potvrdit
|
|
414
414
|
show:
|
|
415
415
|
free: Volný, uvolnit
|
|
@@ -488,7 +488,7 @@ cs:
|
|
|
488
488
|
conference_invite:
|
|
489
489
|
fields:
|
|
490
490
|
email: E-mail
|
|
491
|
-
name:
|
|
491
|
+
name: Název
|
|
492
492
|
registration_type: Typ registrace
|
|
493
493
|
sent_at: Odeslané
|
|
494
494
|
status: Postavení
|
|
@@ -499,12 +499,12 @@ cs:
|
|
|
499
499
|
conference_registration:
|
|
500
500
|
fields:
|
|
501
501
|
email: E-mail
|
|
502
|
-
name:
|
|
502
|
+
name: Název
|
|
503
503
|
registration_type: Typ registrace
|
|
504
504
|
state: Stav
|
|
505
505
|
states:
|
|
506
506
|
confirmed: Potvrzeno
|
|
507
|
-
pending:
|
|
507
|
+
pending: Čekající
|
|
508
508
|
pages:
|
|
509
509
|
home:
|
|
510
510
|
highlighted_conferences:
|
data/config/locales/fr.yml
CHANGED
|
@@ -23,7 +23,7 @@ fr:
|
|
|
23
23
|
registration_terms: Conditions d’inscription
|
|
24
24
|
registrations_enabled: Inscriptions ouvertes
|
|
25
25
|
scope_id: Périmètre
|
|
26
|
-
scopes_enabled:
|
|
26
|
+
scopes_enabled: Secteurs activés
|
|
27
27
|
short_description: Brève description
|
|
28
28
|
show_statistics: Montrer les statistiques
|
|
29
29
|
sign_date: Date de signature
|
data/config/locales/lt.yml
CHANGED
|
@@ -1 +1,624 @@
|
|
|
1
1
|
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_you_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
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
oc:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-conferences
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.26.
|
|
4
|
+
version: 0.26.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Isaac Massot Gil
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-09-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: decidim-core
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.26.
|
|
19
|
+
version: 0.26.3
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.26.
|
|
26
|
+
version: 0.26.3
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: decidim-meetings
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.26.
|
|
33
|
+
version: 0.26.3
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.26.
|
|
40
|
+
version: 0.26.3
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: wicked_pdf
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -72,28 +72,28 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 0.26.
|
|
75
|
+
version: 0.26.3
|
|
76
76
|
type: :development
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - '='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 0.26.
|
|
82
|
+
version: 0.26.3
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: decidim-dev
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
87
|
- - '='
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 0.26.
|
|
89
|
+
version: 0.26.3
|
|
90
90
|
type: :development
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - '='
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 0.26.
|
|
96
|
+
version: 0.26.3
|
|
97
97
|
description: Conferences component for decidim.
|
|
98
98
|
email:
|
|
99
99
|
- isaac.mg@coditramuntana.com
|
|
@@ -383,6 +383,7 @@ files:
|
|
|
383
383
|
- config/locales/mt.yml
|
|
384
384
|
- config/locales/nl.yml
|
|
385
385
|
- config/locales/no.yml
|
|
386
|
+
- config/locales/oc-FR.yml
|
|
386
387
|
- config/locales/om-ET.yml
|
|
387
388
|
- config/locales/pl.yml
|
|
388
389
|
- config/locales/pt-BR.yml
|