decidim-conferences 0.30.6 → 0.30.7
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/commands/decidim/conferences/admin/copy_conference.rb +6 -4
- data/app/presenters/decidim/conferences/admin_log/conference_presenter.rb +1 -1
- data/config/locales/ar.yml +2 -4
- data/config/locales/bg.yml +1 -3
- data/config/locales/ca-IT.yml +8 -7
- data/config/locales/ca.yml +8 -7
- data/config/locales/cs.yml +2 -15
- data/config/locales/de.yml +6 -19
- data/config/locales/el.yml +0 -4
- data/config/locales/en.yml +1 -0
- data/config/locales/es-MX.yml +11 -10
- data/config/locales/es-PY.yml +11 -10
- data/config/locales/es.yml +10 -9
- data/config/locales/eu.yml +6 -5
- data/config/locales/fi-plain.yml +1 -14
- data/config/locales/fi.yml +0 -13
- data/config/locales/fr-CA.yml +3 -9
- data/config/locales/fr.yml +3 -9
- data/config/locales/gl.yml +3 -5
- data/config/locales/hu.yml +3 -5
- data/config/locales/id-ID.yml +3 -5
- data/config/locales/it.yml +3 -5
- data/config/locales/ja.yml +2 -1
- data/config/locales/lb.yml +3 -3
- data/config/locales/lt.yml +0 -4
- data/config/locales/lv.yml +2 -4
- data/config/locales/nl.yml +2 -4
- data/config/locales/no.yml +2 -4
- data/config/locales/pl.yml +2 -4
- data/config/locales/pt-BR.yml +5 -13
- data/config/locales/pt.yml +2 -4
- data/config/locales/ro-RO.yml +1 -12
- data/config/locales/sk.yml +2 -4
- data/config/locales/sv.yml +1 -13
- data/config/locales/tr-TR.yml +5 -4
- data/config/locales/zh-CN.yml +2 -4
- data/config/locales/zh-TW.yml +0 -4
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e79d83561dc1d4db602c2db9874c9f6fb9907921a9bee39729125c46cb96289
|
|
4
|
+
data.tar.gz: 9970e37febf709c5b18bba4424f1ffb76f48189d056130198f8245ebdc52334a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd26a24b6a89a788181de2b9fa834a7b74f48aab8b2d84e920469d1b5456a9bf93ecf0ef23ac1fdff586890dcc5df7d0b1e1f661f1ea1dc5bad30fdb341bae96
|
|
7
|
+
data.tar.gz: 8c06eb3ea8ed1f7da408ff01b5075b230fe32d41c6aa3c8839d493429dc52289fb89736375602c54103523465baace665e4def7b59e44fefdbf1c04d750e001e
|
|
@@ -24,10 +24,12 @@ module Decidim
|
|
|
24
24
|
def call
|
|
25
25
|
return broadcast(:invalid) if form.invalid?
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
Decidim.traceability.perform_action!("duplicate", @conference, form.current_user) do
|
|
28
|
+
Conference.transaction do
|
|
29
|
+
copy_conference
|
|
30
|
+
copy_conference_attachments
|
|
31
|
+
copy_conference_components if @form.copy_components?
|
|
32
|
+
end
|
|
31
33
|
end
|
|
32
34
|
|
|
33
35
|
broadcast(:ok, @copied_conference)
|
|
@@ -41,7 +41,7 @@ module Decidim
|
|
|
41
41
|
|
|
42
42
|
def action_string
|
|
43
43
|
case action
|
|
44
|
-
when "create", "publish", "unpublish", "update", "update_diploma", "soft_delete", "restore"
|
|
44
|
+
when "create", "duplicate", "publish", "unpublish", "update", "update_diploma", "soft_delete", "restore"
|
|
45
45
|
"decidim.admin_log.conference.#{action}"
|
|
46
46
|
else
|
|
47
47
|
super
|
data/config/locales/ar.yml
CHANGED
|
@@ -115,8 +115,6 @@ ar:
|
|
|
115
115
|
success: تم حذف رئيس المؤتمر بنجاح.
|
|
116
116
|
edit:
|
|
117
117
|
update: تحديث
|
|
118
|
-
index:
|
|
119
|
-
conference_speakers_title: المتحدثون في المؤتمر
|
|
120
118
|
new:
|
|
121
119
|
create: إنشاء
|
|
122
120
|
update:
|
|
@@ -130,6 +128,8 @@ ar:
|
|
|
130
128
|
success: تمت إزالة مسؤول المؤتمر بنجاح.
|
|
131
129
|
edit:
|
|
132
130
|
update: تحديث
|
|
131
|
+
index:
|
|
132
|
+
conference_admins_title: المشرفون على المؤتمر
|
|
133
133
|
new:
|
|
134
134
|
create: إنشاء
|
|
135
135
|
update:
|
|
@@ -172,7 +172,6 @@ ar:
|
|
|
172
172
|
conference_admins: المشرفون على المؤتمر
|
|
173
173
|
conference_invites: تدعو
|
|
174
174
|
conference_speakers: مكبرات الصوت
|
|
175
|
-
info: عن هذا المؤتمر
|
|
176
175
|
moderations: الإعتدال
|
|
177
176
|
partners: شركاء
|
|
178
177
|
registrations: التسجيلات
|
|
@@ -253,7 +252,6 @@ ar:
|
|
|
253
252
|
update: تحديث
|
|
254
253
|
new:
|
|
255
254
|
create: إنشاء
|
|
256
|
-
title: نوع التسجيل الجديد
|
|
257
255
|
update:
|
|
258
256
|
error: حدثت مشكلة أثناء تحديث نوع التسجيل لهذا المؤتمر.
|
|
259
257
|
success: تم تحديث نوع تسجيل المؤتمر بنجاح.
|
data/config/locales/bg.yml
CHANGED
|
@@ -117,8 +117,6 @@ bg:
|
|
|
117
117
|
success: Говорителят на конференцията беше изтрит успешно.
|
|
118
118
|
edit:
|
|
119
119
|
update: Актуализация
|
|
120
|
-
index:
|
|
121
|
-
conference_speakers_title: Говорители на конференция
|
|
122
120
|
new:
|
|
123
121
|
create: Създаване
|
|
124
122
|
publish:
|
|
@@ -142,6 +140,7 @@ bg:
|
|
|
142
140
|
conference_admins_title: Администратори на конференция
|
|
143
141
|
new:
|
|
144
142
|
create: Създаване
|
|
143
|
+
title: Нов администратор на конференция
|
|
145
144
|
update:
|
|
146
145
|
error: Възникна проблем при актуализирането на този администратор на конференцията.
|
|
147
146
|
success: Администраторът на конференцията беше актуализиран успешно.
|
|
@@ -183,7 +182,6 @@ bg:
|
|
|
183
182
|
conference_admins: Администратори на конференция
|
|
184
183
|
conference_invites: Покани
|
|
185
184
|
conference_speakers: Говорители
|
|
186
|
-
info: Относно тази конференция
|
|
187
185
|
moderations: Модерации
|
|
188
186
|
partners: Партньори
|
|
189
187
|
registrations: Регистрации
|
data/config/locales/ca-IT.yml
CHANGED
|
@@ -122,10 +122,10 @@ ca-IT:
|
|
|
122
122
|
destroy:
|
|
123
123
|
success: Ponent de la jornada eliminada correctament.
|
|
124
124
|
edit:
|
|
125
|
-
title: Actualitzar
|
|
125
|
+
title: Actualitzar ponent de la jornada
|
|
126
126
|
update: Actualitzar
|
|
127
127
|
index:
|
|
128
|
-
conference_speakers_title: Ponents de
|
|
128
|
+
conference_speakers_title: Ponents de la jornada
|
|
129
129
|
new:
|
|
130
130
|
create: Crear
|
|
131
131
|
title: Nova ponent de la jornada
|
|
@@ -148,10 +148,10 @@ ca-IT:
|
|
|
148
148
|
title: Actualitzar administradora de la jornada
|
|
149
149
|
update: Actualitzar
|
|
150
150
|
index:
|
|
151
|
-
conference_admins_title:
|
|
151
|
+
conference_admins_title: Administradors de conferències
|
|
152
152
|
new:
|
|
153
153
|
create: Crear
|
|
154
|
-
title:
|
|
154
|
+
title: Afegir administradora
|
|
155
155
|
update:
|
|
156
156
|
error: S'ha produït un error en actualitzar l'administradora per a aquesta jornada.
|
|
157
157
|
success: Administradora de la jornada actualitzada correctament.
|
|
@@ -274,7 +274,7 @@ ca-IT:
|
|
|
274
274
|
update: Actualitzar
|
|
275
275
|
new:
|
|
276
276
|
create: Crear
|
|
277
|
-
title:
|
|
277
|
+
title: Afegir col·laboradora
|
|
278
278
|
update:
|
|
279
279
|
error: S'ha produït un error en actualitzar un col·laborador per a aquesta jornada.
|
|
280
280
|
success: Col·laboradora de la jornada actualtizada correctament.
|
|
@@ -296,7 +296,7 @@ ca-IT:
|
|
|
296
296
|
update: Actualitzar
|
|
297
297
|
new:
|
|
298
298
|
create: Crear
|
|
299
|
-
title:
|
|
299
|
+
title: Afegir tipus de registre
|
|
300
300
|
update:
|
|
301
301
|
error: S'ha produït un error en actualitzar un tipus d'inscripció per a aquesta jornada.
|
|
302
302
|
success: El tipus d'inscripció s'ha actualitzat correctament per a aquesta jornada.
|
|
@@ -311,6 +311,7 @@ ca-IT:
|
|
|
311
311
|
admin_log:
|
|
312
312
|
conference:
|
|
313
313
|
create: "%{user_name} ha creat la jornada %{resource_name}"
|
|
314
|
+
duplicate: "%{user_name} ha duplicat la jornada \"%{resource_name}\""
|
|
314
315
|
publish: "%{user_name} ha publicat la jornada %{resource_name}"
|
|
315
316
|
restore: "%{user_name} ha restaurat la jornada %{resource_name}"
|
|
316
317
|
send_conference_diplomas: "%{user_name} ha enviat certificats d'assistència a les assistents de la jornada %{resource_name}"
|
|
@@ -569,7 +570,7 @@ ca-IT:
|
|
|
569
570
|
notification_title: La teva inscripció a jornada <a href="%{resource_url}">%{resource_title}</a> està pendent de confirmació.
|
|
570
571
|
conference_registrations_over_percentage:
|
|
571
572
|
email_intro: Les places ocupades per a la jornada "%{resource_title}" superen el %{percentage}%.
|
|
572
|
-
email_outro: Has rebut aquesta notificació perquè administres l'espai
|
|
573
|
+
email_outro: Has rebut aquesta notificació perquè administres l'espai de participació de la jornada.
|
|
573
574
|
email_subject: Les places ocupades per a la jornada "%{resource_title}" superen el %{percentage}%
|
|
574
575
|
notification_title: Les places ocupades per a la jornada <a href="%{resource_path}">%{resource_title}</a> superen el %{percentage}%.
|
|
575
576
|
conference_updated:
|
data/config/locales/ca.yml
CHANGED
|
@@ -122,10 +122,10 @@ ca:
|
|
|
122
122
|
destroy:
|
|
123
123
|
success: Ponent de la jornada eliminada correctament.
|
|
124
124
|
edit:
|
|
125
|
-
title: Actualitzar
|
|
125
|
+
title: Actualitzar ponent de la jornada
|
|
126
126
|
update: Actualitzar
|
|
127
127
|
index:
|
|
128
|
-
conference_speakers_title: Ponents de
|
|
128
|
+
conference_speakers_title: Ponents de la jornada
|
|
129
129
|
new:
|
|
130
130
|
create: Crear
|
|
131
131
|
title: Nova ponent de la jornada
|
|
@@ -148,10 +148,10 @@ ca:
|
|
|
148
148
|
title: Actualitzar administradora de la jornada
|
|
149
149
|
update: Actualitzar
|
|
150
150
|
index:
|
|
151
|
-
conference_admins_title:
|
|
151
|
+
conference_admins_title: Administradors de conferències
|
|
152
152
|
new:
|
|
153
153
|
create: Crear
|
|
154
|
-
title:
|
|
154
|
+
title: Afegir administradora
|
|
155
155
|
update:
|
|
156
156
|
error: S'ha produït un error en actualitzar l'administradora per a aquesta jornada.
|
|
157
157
|
success: Administradora de la jornada actualitzada correctament.
|
|
@@ -274,7 +274,7 @@ ca:
|
|
|
274
274
|
update: Actualitzar
|
|
275
275
|
new:
|
|
276
276
|
create: Crear
|
|
277
|
-
title:
|
|
277
|
+
title: Afegir col·laboradora
|
|
278
278
|
update:
|
|
279
279
|
error: S'ha produït un error en actualitzar un col·laborador per a aquesta jornada.
|
|
280
280
|
success: Col·laboradora de la jornada actualtizada correctament.
|
|
@@ -296,7 +296,7 @@ ca:
|
|
|
296
296
|
update: Actualitzar
|
|
297
297
|
new:
|
|
298
298
|
create: Crear
|
|
299
|
-
title:
|
|
299
|
+
title: Afegir tipus de registre
|
|
300
300
|
update:
|
|
301
301
|
error: S'ha produït un error en actualitzar un tipus d'inscripció per a aquesta jornada.
|
|
302
302
|
success: El tipus d'inscripció s'ha actualitzat correctament per a aquesta jornada.
|
|
@@ -311,6 +311,7 @@ ca:
|
|
|
311
311
|
admin_log:
|
|
312
312
|
conference:
|
|
313
313
|
create: "%{user_name} ha creat la jornada %{resource_name}"
|
|
314
|
+
duplicate: "%{user_name} ha duplicat la jornada \"%{resource_name}\""
|
|
314
315
|
publish: "%{user_name} ha publicat la jornada %{resource_name}"
|
|
315
316
|
restore: "%{user_name} ha restaurat la jornada %{resource_name}"
|
|
316
317
|
send_conference_diplomas: "%{user_name} ha enviat certificats d'assistència a les assistents de la jornada %{resource_name}"
|
|
@@ -569,7 +570,7 @@ ca:
|
|
|
569
570
|
notification_title: La teva inscripció a jornada <a href="%{resource_url}">%{resource_title}</a> està pendent de confirmació.
|
|
570
571
|
conference_registrations_over_percentage:
|
|
571
572
|
email_intro: Les places ocupades per a la jornada "%{resource_title}" superen el %{percentage}%.
|
|
572
|
-
email_outro: Has rebut aquesta notificació perquè administres l'espai
|
|
573
|
+
email_outro: Has rebut aquesta notificació perquè administres l'espai de participació de la jornada.
|
|
573
574
|
email_subject: Les places ocupades per a la jornada "%{resource_title}" superen el %{percentage}%
|
|
574
575
|
notification_title: Les places ocupades per a la jornada <a href="%{resource_path}">%{resource_title}</a> superen el %{percentage}%.
|
|
575
576
|
conference_updated:
|
data/config/locales/cs.yml
CHANGED
|
@@ -109,7 +109,6 @@ cs:
|
|
|
109
109
|
new:
|
|
110
110
|
copy: Kopírovat
|
|
111
111
|
select: Vyberte, která data chcete duplikovat
|
|
112
|
-
title: Duplikovat konferenci
|
|
113
112
|
conference_publications:
|
|
114
113
|
create:
|
|
115
114
|
error: Při publikování této konference došlo k chybě.
|
|
@@ -128,13 +127,9 @@ cs:
|
|
|
128
127
|
destroy:
|
|
129
128
|
success: Řečník byl úspěšně smazán pro tuto konferenci.
|
|
130
129
|
edit:
|
|
131
|
-
title: Aktualizovat řečníka konference
|
|
132
130
|
update: Aktualizace
|
|
133
|
-
index:
|
|
134
|
-
conference_speakers_title: Řečníci konference
|
|
135
131
|
new:
|
|
136
132
|
create: Vytvořit
|
|
137
|
-
title: Nový řečník konference
|
|
138
133
|
publish:
|
|
139
134
|
invalid: Při publikování tohoto řečníka došlo k chybě.
|
|
140
135
|
success: Řečník konference byl úspěšně zveřejněn.
|
|
@@ -151,13 +146,12 @@ cs:
|
|
|
151
146
|
destroy:
|
|
152
147
|
success: Administrátor konference byl úspěšně odstraněn.
|
|
153
148
|
edit:
|
|
154
|
-
title: Aktualizovat správce konference
|
|
155
149
|
update: Aktualizace
|
|
156
150
|
index:
|
|
157
151
|
conference_admins_title: Administrátoři konference
|
|
158
152
|
new:
|
|
159
153
|
create: Vytvořit
|
|
160
|
-
title: Nový
|
|
154
|
+
title: Nový administrátor konference
|
|
161
155
|
update:
|
|
162
156
|
error: Při aktualizaci tohoto administrátora konference došlo k potížím.
|
|
163
157
|
success: Uživatel úspěšně aktualizován pro tuto konferenci.
|
|
@@ -174,8 +168,6 @@ cs:
|
|
|
174
168
|
index:
|
|
175
169
|
published: Publikováno
|
|
176
170
|
unpublished: Nezveřejněno
|
|
177
|
-
manage_trash:
|
|
178
|
-
title: Smazané konference
|
|
179
171
|
new:
|
|
180
172
|
create: Vytvořit
|
|
181
173
|
title: Konference
|
|
@@ -193,7 +185,6 @@ cs:
|
|
|
193
185
|
destroy:
|
|
194
186
|
success: Odkaz na média byl úspěšně odstraněn.
|
|
195
187
|
edit:
|
|
196
|
-
title: Aktualizovat odkaz na média
|
|
197
188
|
update: Aktualizace
|
|
198
189
|
index:
|
|
199
190
|
media_links_title: Odkazy na média
|
|
@@ -214,7 +205,6 @@ cs:
|
|
|
214
205
|
conference_invites: Pozvánky
|
|
215
206
|
conference_speakers: Řečníci
|
|
216
207
|
diploma: Certifikát o účasti
|
|
217
|
-
info: O této konferenci
|
|
218
208
|
media_links: Odkazy na média
|
|
219
209
|
moderations: Moderování
|
|
220
210
|
partners: Partneři
|
|
@@ -276,7 +266,6 @@ cs:
|
|
|
276
266
|
destroy:
|
|
277
267
|
success: Partner byl úspěšně odstraněn z této konference.
|
|
278
268
|
edit:
|
|
279
|
-
title: Aktualizovat partnera
|
|
280
269
|
update: Aktualizace
|
|
281
270
|
new:
|
|
282
271
|
create: Vytvořit
|
|
@@ -298,7 +287,6 @@ cs:
|
|
|
298
287
|
destroy:
|
|
299
288
|
success: Typ registrace byl z této konference úspěšně odstraněn.
|
|
300
289
|
edit:
|
|
301
|
-
title: Aktualizovat typ registrace
|
|
302
290
|
update: Aktualizace
|
|
303
291
|
new:
|
|
304
292
|
create: Vytvořit
|
|
@@ -311,7 +299,6 @@ cs:
|
|
|
311
299
|
conferences: Všechny konference
|
|
312
300
|
titles:
|
|
313
301
|
conferences: Konference
|
|
314
|
-
conferences_deleted: Smazané konference
|
|
315
302
|
tooltips:
|
|
316
303
|
deleted_conferences_info: Konference mohou být smazané pouze v případě, že je stav "Nezveřejněný".
|
|
317
304
|
admin_log:
|
|
@@ -376,7 +363,7 @@ cs:
|
|
|
376
363
|
new:
|
|
377
364
|
explanation: Uživatel bude pozván, aby se připojil k konferenci. Pokud není jeho e-mail registrován, bude také pozván do organizace.
|
|
378
365
|
invite: Pozvat
|
|
379
|
-
new_invite: Pozvat
|
|
366
|
+
new_invite: Pozvat účastníka
|
|
380
367
|
conference_registrations:
|
|
381
368
|
index:
|
|
382
369
|
registrations: Registrace
|
data/config/locales/de.yml
CHANGED
|
@@ -103,7 +103,6 @@ de:
|
|
|
103
103
|
new:
|
|
104
104
|
copy: Kopieren
|
|
105
105
|
select: Zu duplizierende Daten auswählen
|
|
106
|
-
title: Konferenz duplizieren
|
|
107
106
|
conference_publications:
|
|
108
107
|
create:
|
|
109
108
|
error: Beim Veröffentlichen dieser Konferenz ist ein Fehler aufgetreten.
|
|
@@ -122,13 +121,9 @@ de:
|
|
|
122
121
|
destroy:
|
|
123
122
|
success: Der Redner wurde für diese Konferenz erfolgreich gelöscht.
|
|
124
123
|
edit:
|
|
125
|
-
title: Referierende Person aktualisieren
|
|
126
124
|
update: Aktualisieren
|
|
127
|
-
index:
|
|
128
|
-
conference_speakers_title: Konferenzsprecher
|
|
129
125
|
new:
|
|
130
126
|
create: Erstellen
|
|
131
|
-
title: Neue referierende Person
|
|
132
127
|
publish:
|
|
133
128
|
invalid: Beim Veröffentlichen dieser RednerIn ist ein Problem aufgetreten.
|
|
134
129
|
success: KonferenzrednerIn erfolgreich veröffentlicht.
|
|
@@ -145,13 +140,12 @@ de:
|
|
|
145
140
|
destroy:
|
|
146
141
|
success: Benutzer wurde erfolgreich von dieser Konferenz entfernt.
|
|
147
142
|
edit:
|
|
148
|
-
title: Referierende Person aktualisieren
|
|
149
143
|
update: Aktualisieren
|
|
150
144
|
index:
|
|
151
|
-
conference_admins_title:
|
|
145
|
+
conference_admins_title: Konferenzadministratoren
|
|
152
146
|
new:
|
|
153
147
|
create: Erstellen
|
|
154
|
-
title: Neuer
|
|
148
|
+
title: Neuer Konferenz-Admin
|
|
155
149
|
update:
|
|
156
150
|
error: Bei einem Fehler ist ein Benutzer für diese Konferenz aktualisiert worden.
|
|
157
151
|
success: Der Benutzer wurde für diese Konferenz erfolgreich aktualisiert.
|
|
@@ -168,8 +162,6 @@ de:
|
|
|
168
162
|
index:
|
|
169
163
|
published: Veröffentlicht
|
|
170
164
|
unpublished: Nicht veröffentlicht
|
|
171
|
-
manage_trash:
|
|
172
|
-
title: Gelöschte Konferenzen
|
|
173
165
|
new:
|
|
174
166
|
create: Erstellen
|
|
175
167
|
title: Konferenz
|
|
@@ -187,7 +179,6 @@ de:
|
|
|
187
179
|
destroy:
|
|
188
180
|
success: Medienlink erfolgreich gelöscht.
|
|
189
181
|
edit:
|
|
190
|
-
title: Medienlink aktualisieren
|
|
191
182
|
update: Aktualisieren
|
|
192
183
|
index:
|
|
193
184
|
media_links_title: Medienlinks
|
|
@@ -206,9 +197,8 @@ de:
|
|
|
206
197
|
components: Komponenten
|
|
207
198
|
conference_admins: Konferenzadministratoren
|
|
208
199
|
conference_invites: Lädt ein
|
|
209
|
-
conference_speakers:
|
|
200
|
+
conference_speakers: Sprechende
|
|
210
201
|
diploma: Teilnahmebestätigung
|
|
211
|
-
info: Über diese Konferenz
|
|
212
202
|
media_links: Medienlinks
|
|
213
203
|
moderations: Moderationen
|
|
214
204
|
partners: Partner
|
|
@@ -270,7 +260,6 @@ de:
|
|
|
270
260
|
destroy:
|
|
271
261
|
success: Der Partner wurde erfolgreich von dieser Konferenz entfernt.
|
|
272
262
|
edit:
|
|
273
|
-
title: Partner aktualisieren
|
|
274
263
|
update: Aktualisieren
|
|
275
264
|
new:
|
|
276
265
|
create: Erstellen
|
|
@@ -292,7 +281,6 @@ de:
|
|
|
292
281
|
destroy:
|
|
293
282
|
success: Der Registrierungstyp wurde erfolgreich von dieser Konferenz entfernt.
|
|
294
283
|
edit:
|
|
295
|
-
title: Registrierungsart aktualisieren
|
|
296
284
|
update: Aktualisieren
|
|
297
285
|
new:
|
|
298
286
|
create: Erstellen
|
|
@@ -305,7 +293,6 @@ de:
|
|
|
305
293
|
conferences: Alle Konferenzen
|
|
306
294
|
titles:
|
|
307
295
|
conferences: Konferenzen
|
|
308
|
-
conferences_deleted: Gelöschte Konferenzen
|
|
309
296
|
tooltips:
|
|
310
297
|
deleted_conferences_info: Konferenzen können nur gelöscht werden, wenn der Status "Nicht veröffentlicht" ist.
|
|
311
298
|
admin_log:
|
|
@@ -348,7 +335,7 @@ de:
|
|
|
348
335
|
title: Programm
|
|
349
336
|
conference_speakers:
|
|
350
337
|
index:
|
|
351
|
-
title:
|
|
338
|
+
title: Sprechende
|
|
352
339
|
conferences:
|
|
353
340
|
admin:
|
|
354
341
|
conference_copies:
|
|
@@ -370,7 +357,7 @@ de:
|
|
|
370
357
|
new:
|
|
371
358
|
explanation: Die Person wird zur Teilnahme an der Konferenz eingeladen. Wenn die E-Mail nicht registriert ist, werden sie ebenfalls zur Organisation eingeladen.
|
|
372
359
|
invite: Einladen
|
|
373
|
-
new_invite:
|
|
360
|
+
new_invite: Teilnehmer einladen
|
|
374
361
|
conference_registrations:
|
|
375
362
|
index:
|
|
376
363
|
registrations: Anmeldungen
|
|
@@ -658,6 +645,6 @@ de:
|
|
|
658
645
|
other: "%{count} Konferenzen"
|
|
659
646
|
conferences_nav:
|
|
660
647
|
conference_partners_menu_item: Partner
|
|
661
|
-
conference_speaker_menu_item:
|
|
648
|
+
conference_speaker_menu_item: Sprechende
|
|
662
649
|
media: Medien
|
|
663
650
|
venues: Veranstaltungsorte
|
data/config/locales/el.yml
CHANGED
|
@@ -110,8 +110,6 @@ el:
|
|
|
110
110
|
success: Ο ομιλητής διάσκεψης διαγράφηκε με επιτυχία.
|
|
111
111
|
edit:
|
|
112
112
|
update: Ενημέρωση
|
|
113
|
-
index:
|
|
114
|
-
conference_speakers_title: Ομιλητές διάσκεψης
|
|
115
113
|
new:
|
|
116
114
|
create: Δημιουργία
|
|
117
115
|
update:
|
|
@@ -228,7 +226,6 @@ el:
|
|
|
228
226
|
update: Ενημέρωση
|
|
229
227
|
new:
|
|
230
228
|
create: Δημιουργία
|
|
231
|
-
title: Νέος συνεργάτης
|
|
232
229
|
update:
|
|
233
230
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση ενός συνεργάτη για αυτήν τη διάσκεψη.
|
|
234
231
|
success: Ο συνεργάτης διάσκεψης ενημερώθηκε με επιτυχία.
|
|
@@ -249,7 +246,6 @@ el:
|
|
|
249
246
|
update: Ενημέρωση
|
|
250
247
|
new:
|
|
251
248
|
create: Δημιουργία
|
|
252
|
-
title: Νέος τύπος εγγραφής
|
|
253
249
|
update:
|
|
254
250
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση ενός τύπου εγγραφής για αυτήν τη διάσκεψη.
|
|
255
251
|
success: Ο τύπος εγγραφής διάσκεψης ενημερώθηκε με επιτυχία.
|
data/config/locales/en.yml
CHANGED
|
@@ -311,6 +311,7 @@ en:
|
|
|
311
311
|
admin_log:
|
|
312
312
|
conference:
|
|
313
313
|
create: "%{user_name} created the %{resource_name} conference"
|
|
314
|
+
duplicate: "%{user_name} duplicated the %{resource_name} conference"
|
|
314
315
|
publish: "%{user_name} published the %{resource_name} conference"
|
|
315
316
|
restore: "%{user_name} restored the %{resource_name} conference"
|
|
316
317
|
send_conference_diplomas: "%{user_name} sent certificates of attendance to the %{resource_name} conference atendees"
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -122,10 +122,10 @@ es-MX:
|
|
|
122
122
|
destroy:
|
|
123
123
|
success: Ponente eliminado con éxito en esta conferencia.
|
|
124
124
|
edit:
|
|
125
|
-
title: Actualizar
|
|
125
|
+
title: Actualizar ponente de la jornada
|
|
126
126
|
update: Actualizar
|
|
127
127
|
index:
|
|
128
|
-
conference_speakers_title: Ponentes
|
|
128
|
+
conference_speakers_title: Ponentes de la jornada
|
|
129
129
|
new:
|
|
130
130
|
create: Crear
|
|
131
131
|
title: Nueva ponente de la jornada
|
|
@@ -148,10 +148,10 @@ es-MX:
|
|
|
148
148
|
title: Actualizar administradora de la jornada
|
|
149
149
|
update: Actualizar
|
|
150
150
|
index:
|
|
151
|
-
conference_admins_title:
|
|
151
|
+
conference_admins_title: Administradores de conferencia
|
|
152
152
|
new:
|
|
153
153
|
create: Crear
|
|
154
|
-
title:
|
|
154
|
+
title: Añadir administradora
|
|
155
155
|
update:
|
|
156
156
|
error: Hubo un error al actualizar un usuario de esta conferencia.
|
|
157
157
|
success: Actualizado con éxito el usuario para esta conferencia.
|
|
@@ -187,7 +187,7 @@ es-MX:
|
|
|
187
187
|
destroy:
|
|
188
188
|
success: Enlace multimedia eliminado correctamente.
|
|
189
189
|
edit:
|
|
190
|
-
title: Actualizar enlace multimedia
|
|
190
|
+
title: Actualizar el enlace multimedia
|
|
191
191
|
update: Actualizar
|
|
192
192
|
index:
|
|
193
193
|
media_links_title: Enlaces multimedia
|
|
@@ -208,7 +208,7 @@ es-MX:
|
|
|
208
208
|
conference_invites: Invita
|
|
209
209
|
conference_speakers: Ponentes
|
|
210
210
|
diploma: Certificado de asistencia
|
|
211
|
-
info: Acerca de esta
|
|
211
|
+
info: Acerca de esta jornada
|
|
212
212
|
media_links: Enlaces multimedia
|
|
213
213
|
moderations: Moderaciones
|
|
214
214
|
partners: Colaboradores
|
|
@@ -274,7 +274,7 @@ es-MX:
|
|
|
274
274
|
update: Actualizar
|
|
275
275
|
new:
|
|
276
276
|
create: Crear
|
|
277
|
-
title:
|
|
277
|
+
title: Añadir colaboradora
|
|
278
278
|
update:
|
|
279
279
|
error: Se ha producido un error al actualizar un colaborador de esta jornada.
|
|
280
280
|
success: Colaborador actualizado correctamente en esta jornada.
|
|
@@ -296,7 +296,7 @@ es-MX:
|
|
|
296
296
|
update: Actualizar
|
|
297
297
|
new:
|
|
298
298
|
create: Crear
|
|
299
|
-
title:
|
|
299
|
+
title: Añadir tipo de inscripción
|
|
300
300
|
update:
|
|
301
301
|
error: Hubo un error al actualizar un tipo de registro para esta conferencia.
|
|
302
302
|
success: Tipo de registro actualizado con éxito para esta conferencia.
|
|
@@ -311,6 +311,7 @@ es-MX:
|
|
|
311
311
|
admin_log:
|
|
312
312
|
conference:
|
|
313
313
|
create: "%{user_name} creó la conferencia %{resource_name}"
|
|
314
|
+
duplicate: "%{user_name} ha duplicado la jornada \"%{resource_name}\""
|
|
314
315
|
publish: "%{user_name} ha publicado la conferencia %{resource_name}"
|
|
315
316
|
restore: "%{user_name} restauró la jornada %{resource_name}"
|
|
316
317
|
send_conference_diplomas: "%{user_name} certificados de asistencia enviados a los asistentes a %{resource_name} conferencia"
|
|
@@ -366,11 +367,11 @@ es-MX:
|
|
|
366
367
|
select_user: Seleccionar usuario
|
|
367
368
|
index:
|
|
368
369
|
invite_attendee: Invitar a un asistente
|
|
369
|
-
invites:
|
|
370
|
+
invites: Invita
|
|
370
371
|
new:
|
|
371
372
|
explanation: La participante será invitada a unirse a la jornada. Si su correo electrónico no está registrado, también será invitada a unirse a la organización.
|
|
372
373
|
invite: Invitar
|
|
373
|
-
new_invite: Invitar a un
|
|
374
|
+
new_invite: Invitar a un asistente
|
|
374
375
|
conference_registrations:
|
|
375
376
|
index:
|
|
376
377
|
registrations: Inscripciones
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -122,10 +122,10 @@ es-PY:
|
|
|
122
122
|
destroy:
|
|
123
123
|
success: Altavoz eliminado con éxito para esta conferencia.
|
|
124
124
|
edit:
|
|
125
|
-
title: Actualizar
|
|
125
|
+
title: Actualizar ponente de la jornada
|
|
126
126
|
update: Actualizar
|
|
127
127
|
index:
|
|
128
|
-
conference_speakers_title:
|
|
128
|
+
conference_speakers_title: Ponentes de la jornada
|
|
129
129
|
new:
|
|
130
130
|
create: Crear
|
|
131
131
|
title: Nueva ponente de la jornada
|
|
@@ -148,10 +148,10 @@ es-PY:
|
|
|
148
148
|
title: Actualizar administradora de la jornada
|
|
149
149
|
update: Actualizar
|
|
150
150
|
index:
|
|
151
|
-
conference_admins_title:
|
|
151
|
+
conference_admins_title: Administradores de conferencia
|
|
152
152
|
new:
|
|
153
153
|
create: Crear
|
|
154
|
-
title:
|
|
154
|
+
title: Añadir administradora
|
|
155
155
|
update:
|
|
156
156
|
error: Hubo un error al actualizar un usuario para esta conferencia.
|
|
157
157
|
success: Usuario actualizado con éxito para esta conferencia.
|
|
@@ -187,7 +187,7 @@ es-PY:
|
|
|
187
187
|
destroy:
|
|
188
188
|
success: Enlace multimedia eliminado correctamente.
|
|
189
189
|
edit:
|
|
190
|
-
title: Actualizar enlace multimedia
|
|
190
|
+
title: Actualizar el enlace multimedia
|
|
191
191
|
update: Actualizar
|
|
192
192
|
index:
|
|
193
193
|
media_links_title: Enlaces multimedia
|
|
@@ -208,7 +208,7 @@ es-PY:
|
|
|
208
208
|
conference_invites: Invita
|
|
209
209
|
conference_speakers: Ponentes
|
|
210
210
|
diploma: Certificado de asistencia
|
|
211
|
-
info: Acerca de esta
|
|
211
|
+
info: Acerca de esta jornada
|
|
212
212
|
media_links: Enlaces multimedia
|
|
213
213
|
moderations: Moderaciones
|
|
214
214
|
partners: Fogonadura
|
|
@@ -274,7 +274,7 @@ es-PY:
|
|
|
274
274
|
update: Actualizar
|
|
275
275
|
new:
|
|
276
276
|
create: Crear
|
|
277
|
-
title:
|
|
277
|
+
title: Añadir colaboradora
|
|
278
278
|
update:
|
|
279
279
|
error: Hubo un error actualizado de un socio para esta conferencia.
|
|
280
280
|
success: Socio actualizado exitosamente para esta conferencia.
|
|
@@ -296,7 +296,7 @@ es-PY:
|
|
|
296
296
|
update: Actualizar
|
|
297
297
|
new:
|
|
298
298
|
create: Crear
|
|
299
|
-
title:
|
|
299
|
+
title: Añadir tipo de inscripción
|
|
300
300
|
update:
|
|
301
301
|
error: Hubo un error al actualizar un tipo de registro para esta conferencia.
|
|
302
302
|
success: Tipo de registro actualizado con éxito para esta conferencia.
|
|
@@ -311,6 +311,7 @@ es-PY:
|
|
|
311
311
|
admin_log:
|
|
312
312
|
conference:
|
|
313
313
|
create: "%{user_name} creó la %{resource_name} conferencia"
|
|
314
|
+
duplicate: "%{user_name} ha duplicado la jornada \"%{resource_name}\""
|
|
314
315
|
publish: "%{user_name} publicado la %{resource_name} conferencia"
|
|
315
316
|
restore: "%{user_name} restauró la jornada %{resource_name}"
|
|
316
317
|
send_conference_diplomas: "%{user_name} certificados de asistencia enviados a los asistentes a %{resource_name} conferencia"
|
|
@@ -366,11 +367,11 @@ es-PY:
|
|
|
366
367
|
select_user: Seleccionar usuario
|
|
367
368
|
index:
|
|
368
369
|
invite_attendee: Invitar a un asistente
|
|
369
|
-
invites:
|
|
370
|
+
invites: Invita
|
|
370
371
|
new:
|
|
371
372
|
explanation: La participante será invitada a unirse a la jornada. Si su correo electrónico no está registrado, también será invitada a unirse a la organización.
|
|
372
373
|
invite: Invitación
|
|
373
|
-
new_invite: Invitar
|
|
374
|
+
new_invite: Invitar a un asistente
|
|
374
375
|
conference_registrations:
|
|
375
376
|
index:
|
|
376
377
|
registrations: Registros
|