decidim-conferences 0.29.1 → 0.29.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/forms/decidim/conferences/admin/conference_form.rb +4 -4
- data/app/forms/decidim/conferences/admin/conference_speaker_form.rb +1 -1
- data/app/forms/decidim/conferences/admin/registration_type_form.rb +1 -1
- data/app/mailers/decidim/conferences/admin/send_conference_diploma_mailer.rb +9 -5
- data/app/permissions/decidim/conferences/permissions.rb +8 -0
- data/app/views/decidim/conferences/admin/media_links/new.html.erb +1 -1
- data/app/views/decidim/conferences/admin/send_conference_diploma_mailer/diploma_user.html.erb +10 -6
- data/app/views/layouts/decidim/diploma.html.erb +1 -1
- data/config/initializers/wicked_pdf.rb +0 -1
- data/config/locales/ar.yml +2 -21
- data/config/locales/bg.yml +0 -21
- data/config/locales/bn-BD.yml +1 -0
- data/config/locales/bs-BA.yml +14 -0
- data/config/locales/ca-IT.yml +603 -0
- data/config/locales/ca.yml +13 -11
- data/config/locales/cs.yml +15 -13
- data/config/locales/de.yml +14 -12
- data/config/locales/el.yml +0 -21
- data/config/locales/en.yml +21 -19
- data/config/locales/es-MX.yml +14 -12
- data/config/locales/es-PY.yml +17 -15
- data/config/locales/es.yml +10 -8
- data/config/locales/eu.yml +182 -180
- data/config/locales/fi-plain.yml +15 -13
- data/config/locales/fi.yml +21 -19
- data/config/locales/fr-CA.yml +15 -13
- data/config/locales/fr.yml +15 -13
- data/config/locales/gl.yml +0 -21
- data/config/locales/hu.yml +0 -21
- data/config/locales/id-ID.yml +0 -21
- data/config/locales/it.yml +0 -21
- data/config/locales/ja.yml +12 -10
- data/config/locales/lb.yml +0 -19
- data/config/locales/lt.yml +0 -21
- data/config/locales/lv.yml +0 -21
- data/config/locales/nl.yml +0 -21
- data/config/locales/no.yml +0 -21
- data/config/locales/pl.yml +0 -21
- data/config/locales/pt-BR.yml +0 -21
- data/config/locales/pt.yml +0 -21
- data/config/locales/ro-RO.yml +15 -12
- data/config/locales/sk.yml +0 -21
- data/config/locales/sv.yml +72 -21
- data/config/locales/tr-TR.yml +0 -21
- data/config/locales/zh-CN.yml +0 -21
- data/config/locales/zh-TW.yml +0 -21
- data/decidim-conferences.gemspec +1 -5
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +14 -25
data/config/locales/no.yml
CHANGED
@@ -100,13 +100,11 @@
|
|
100
100
|
destroy:
|
101
101
|
success: Konferansetaler ble slettet.
|
102
102
|
edit:
|
103
|
-
title: Oppdater konferansetaler.
|
104
103
|
update: Oppdater
|
105
104
|
index:
|
106
105
|
conference_speakers_title: Konferansetalere
|
107
106
|
new:
|
108
107
|
create: Opprett
|
109
|
-
title: Ny konferansetaler.
|
110
108
|
update:
|
111
109
|
error: Det oppstod et problem med å oppdatere denne konferansetaleren.
|
112
110
|
success: Konferansetaler ble oppdatert.
|
@@ -117,11 +115,9 @@
|
|
117
115
|
destroy:
|
118
116
|
success: Konferanse administrator ble fjernet.
|
119
117
|
edit:
|
120
|
-
title: Oppdater konferanse administrator.
|
121
118
|
update: Oppdater
|
122
119
|
new:
|
123
120
|
create: Opprett
|
124
|
-
title: Ny konferanse administrator.
|
125
121
|
update:
|
126
122
|
error: Det oppstod et problem med å oppdatere denne konferanse administratoren.
|
127
123
|
success: Konferanse administrator ble oppdatert.
|
@@ -150,20 +146,12 @@
|
|
150
146
|
media_links:
|
151
147
|
create:
|
152
148
|
error: Det oppstod et problem med å opprette en ny media lenke.
|
153
|
-
success: Media Lenke opprettet.
|
154
|
-
destroy:
|
155
|
-
success: Media Lenke slettet.
|
156
149
|
edit:
|
157
|
-
title: Oppdater media lenke.
|
158
150
|
update: Oppdater
|
159
|
-
index:
|
160
|
-
media_links_title: Media Lenker
|
161
151
|
new:
|
162
152
|
create: Opprett
|
163
|
-
title: Media Lenke
|
164
153
|
update:
|
165
154
|
error: Det oppstod et problem med å oppdatere denne media lenken.
|
166
|
-
success: Media Lenke ble oppdatert.
|
167
155
|
menu:
|
168
156
|
conferences: Konferanser
|
169
157
|
conferences_submenu:
|
@@ -175,13 +163,9 @@
|
|
175
163
|
conference_admins: Konferanse administratorer
|
176
164
|
conference_invites: Invitasjoner
|
177
165
|
conference_speakers: Talere
|
178
|
-
diploma: Sertifikat for Oppmøte
|
179
|
-
media_links: Media Lenker
|
180
166
|
moderations: Moderering
|
181
167
|
partners: Partnere
|
182
|
-
registration_types: Registrerings Typer
|
183
168
|
registrations: Registreringer
|
184
|
-
user_registrations: Bruker Registreringer
|
185
169
|
models:
|
186
170
|
conference:
|
187
171
|
fields:
|
@@ -210,7 +194,6 @@
|
|
210
194
|
date: Dato
|
211
195
|
link: Lenke
|
212
196
|
title: Tittel
|
213
|
-
name: Media Lenke
|
214
197
|
partner:
|
215
198
|
fields:
|
216
199
|
link: Lenke
|
@@ -236,7 +219,6 @@
|
|
236
219
|
destroy:
|
237
220
|
success: Konferansepartner ble fjernet.
|
238
221
|
edit:
|
239
|
-
title: Oppdater partner.
|
240
222
|
update: Oppdater
|
241
223
|
new:
|
242
224
|
create: Opprett
|
@@ -258,7 +240,6 @@
|
|
258
240
|
destroy:
|
259
241
|
success: Konferanse registrerings-typen ble fjernet.
|
260
242
|
edit:
|
261
|
-
title: Oppdater registreringstype.
|
262
243
|
update: Oppdater
|
263
244
|
new:
|
264
245
|
create: Opprett
|
@@ -344,7 +325,6 @@
|
|
344
325
|
diplomas:
|
345
326
|
edit:
|
346
327
|
save: Lagre
|
347
|
-
title: Sertifikat for Oppmøte
|
348
328
|
invite_join_conference_mailer:
|
349
329
|
invite:
|
350
330
|
decline: Avvis invitasjon '%{conference_title}'
|
@@ -363,7 +343,6 @@
|
|
363
343
|
diploma_html: Du finner sertifikatet for deltagelse for konferansen <a href="%{url}">%{title}</a> i vedleggene.
|
364
344
|
diploma_user:
|
365
345
|
attendance_verified_by: Oppmøte verifisert av
|
366
|
-
certificate_of_attendance: Sertifikat for Oppmøte
|
367
346
|
certificate_of_attendance_description: Dette er for å bekrefte at <strong>%{user}</strong> har møtt opp og deltatt i <strong>%{title}</strong> holdt på <strong>%{location}</strong> på <strong>%{start} - %{end}</strong>
|
368
347
|
send_diploma:
|
369
348
|
error: Det oppstod et problem med å sende konferanses deltakelsesbevis.
|
data/config/locales/pl.yml
CHANGED
@@ -126,13 +126,11 @@ pl:
|
|
126
126
|
destroy:
|
127
127
|
success: Prelegent został pomyślnie usunięty z tej konferencji.
|
128
128
|
edit:
|
129
|
-
title: Zaktualizuj prelegenta konferencji.
|
130
129
|
update: Aktualizuj
|
131
130
|
index:
|
132
131
|
conference_speakers_title: Prelegenci konferencyjni
|
133
132
|
new:
|
134
133
|
create: Utwórz
|
135
|
-
title: Nowy prelegent konferencyjny.
|
136
134
|
publish:
|
137
135
|
invalid: Podczas publikowania tego zespołu wystąpił błąd.
|
138
136
|
success: Opublikowano mówcę konferencyjnego.
|
@@ -149,13 +147,11 @@ pl:
|
|
149
147
|
destroy:
|
150
148
|
success: Administrator konferencji usunięty pomyślnie.
|
151
149
|
edit:
|
152
|
-
title: Zaktualizuj administratora konferencji.
|
153
150
|
update: Aktualizuj
|
154
151
|
index:
|
155
152
|
conference_admins_title: Administratorzy konferencji
|
156
153
|
new:
|
157
154
|
create: Utwórz
|
158
|
-
title: Nowy administrator konferencji.
|
159
155
|
update:
|
160
156
|
error: Wystąpił błąd podczas aktualizacji administratora konferencji.
|
161
157
|
success: Administrator konferencji zaktualizowany pomyślnie.
|
@@ -185,20 +181,12 @@ pl:
|
|
185
181
|
media_links:
|
186
182
|
create:
|
187
183
|
error: Podczas tworzenia nowego linku do multimediów wystąpił błąd.
|
188
|
-
success: Link do multimediów został utworzony.
|
189
|
-
destroy:
|
190
|
-
success: Link do multimediów został usunięty.
|
191
184
|
edit:
|
192
|
-
title: Zaktualizuj link do multimediów.
|
193
185
|
update: Aktualizuj
|
194
|
-
index:
|
195
|
-
media_links_title: Linki do multimediów
|
196
186
|
new:
|
197
187
|
create: Utwórz
|
198
|
-
title: Link do multimediów
|
199
188
|
update:
|
200
189
|
error: Wystąpił błąd podczas aktualizowania tego linku multimedialnego.
|
201
|
-
success: Link do multimediów został pomyślnie zaktualizowany.
|
202
190
|
menu:
|
203
191
|
conferences: Konferencje
|
204
192
|
conferences_submenu:
|
@@ -210,15 +198,11 @@ pl:
|
|
210
198
|
conference_admins: Administratorzy konferencji
|
211
199
|
conference_invites: Zaprasza
|
212
200
|
conference_speakers: Prelegenci
|
213
|
-
diploma: Certyfikat uczestnictwa
|
214
201
|
info: O tej konferencji
|
215
|
-
media_links: Linki do multimediów
|
216
202
|
moderations: Moderacje
|
217
203
|
partners: Partnerzy
|
218
|
-
registration_types: Typ rejestracji
|
219
204
|
registrations: Rejestracje
|
220
205
|
see_conference: Zobacz konferencję
|
221
|
-
user_registrations: Rejestracje użytkowników
|
222
206
|
models:
|
223
207
|
conference:
|
224
208
|
fields:
|
@@ -247,7 +231,6 @@ pl:
|
|
247
231
|
date: Data
|
248
232
|
link: Link
|
249
233
|
title: Tytuł
|
250
|
-
name: Link do multimediów
|
251
234
|
partner:
|
252
235
|
fields:
|
253
236
|
link: Link
|
@@ -273,7 +256,6 @@ pl:
|
|
273
256
|
destroy:
|
274
257
|
success: Partner został usunięty z tej konferencji.
|
275
258
|
edit:
|
276
|
-
title: Zaktualizuj partnera.
|
277
259
|
update: Aktualizuj
|
278
260
|
new:
|
279
261
|
create: Utwórz
|
@@ -295,7 +277,6 @@ pl:
|
|
295
277
|
destroy:
|
296
278
|
success: Typ rejestracji został usunięty.
|
297
279
|
edit:
|
298
|
-
title: Zaktualizuj typ rejestracji.
|
299
280
|
update: Aktualizuj
|
300
281
|
new:
|
301
282
|
create: Utwórz
|
@@ -392,7 +373,6 @@ pl:
|
|
392
373
|
diplomas:
|
393
374
|
edit:
|
394
375
|
save: Zapisz
|
395
|
-
title: Certyfikat uczestnictwa
|
396
376
|
invite_join_conference_mailer:
|
397
377
|
invite:
|
398
378
|
decline: Odrzuć zaproszenie "%{conference_title}"
|
@@ -412,7 +392,6 @@ pl:
|
|
412
392
|
diploma_html: W załącznikach znajdziesz certyfikat uczestnictwa w konferencji <a href="%{url}">%{title}</a>.
|
413
393
|
diploma_user:
|
414
394
|
attendance_verified_by: Uczestnictwo zweryfikowane przez
|
415
|
-
certificate_of_attendance: Certyfikat uczestnictwa
|
416
395
|
certificate_of_attendance_description: 'Zaświadcza się, że <strong>%{user}</strong> wziął/wzięła udział w konferencji <strong>%{title}</strong>, która odbyła się w <strong>%{location}</strong> w terminie: <strong>%{start} - %{end}</strong>'
|
417
396
|
send_diploma:
|
418
397
|
error: Wystąpił błąd podczas wysyłania certyfikatów uczestnictwa.
|
data/config/locales/pt-BR.yml
CHANGED
@@ -119,13 +119,11 @@ pt-BR:
|
|
119
119
|
destroy:
|
120
120
|
success: Alto-falante excluído com sucesso para esta conferência.
|
121
121
|
edit:
|
122
|
-
title: Atualize o orador da conferência.
|
123
122
|
update: Atualizar
|
124
123
|
index:
|
125
124
|
conference_speakers_title: Alto-falantes da conferência
|
126
125
|
new:
|
127
126
|
create: Crio
|
128
|
-
title: Novo orador da conferência.
|
129
127
|
publish:
|
130
128
|
invalid: Ocorreu um problema ao publicar esta reunião.
|
131
129
|
success: Alto-falante excluído com sucesso para esta conferência.
|
@@ -142,13 +140,11 @@ pt-BR:
|
|
142
140
|
destroy:
|
143
141
|
success: Usuário removido com sucesso desta conferência.
|
144
142
|
edit:
|
145
|
-
title: Atualize o usuário da conferência.
|
146
143
|
update: Atualizar
|
147
144
|
index:
|
148
145
|
conference_admins_title: Administradores da conferência
|
149
146
|
new:
|
150
147
|
create: Crio
|
151
|
-
title: Novo usuário da conferência.
|
152
148
|
update:
|
153
149
|
error: Houve um erro ao atualizar um usuário para esta conferência.
|
154
150
|
success: Usuário atualizado com sucesso para esta conferência.
|
@@ -178,20 +174,12 @@ pt-BR:
|
|
178
174
|
media_links:
|
179
175
|
create:
|
180
176
|
error: Ocorreu um erro ao criar um novo link de mídia.
|
181
|
-
success: Link de mídia criado com êxito.
|
182
|
-
destroy:
|
183
|
-
success: Recurso excluído com sucesso.
|
184
177
|
edit:
|
185
|
-
title: Atualize o link de mídia.
|
186
178
|
update: Atualizar
|
187
|
-
index:
|
188
|
-
media_links_title: Links de Mídia
|
189
179
|
new:
|
190
180
|
create: Criar
|
191
|
-
title: Links de Mídia
|
192
181
|
update:
|
193
182
|
error: Houve um erro ao atualizar este link de mídia.
|
194
|
-
success: Link de mídia atualizado com êxito.
|
195
183
|
menu:
|
196
184
|
conferences: Conferências
|
197
185
|
conferences_submenu:
|
@@ -203,14 +191,10 @@ pt-BR:
|
|
203
191
|
conference_admins: Administradores da conferência
|
204
192
|
conference_invites: Convites
|
205
193
|
conference_speakers: caixas de som
|
206
|
-
diploma: Certificado de participação
|
207
194
|
info: Links sobre esta conferência
|
208
|
-
media_links: Links de Mídia
|
209
195
|
moderations: Moderações
|
210
196
|
partners: Parceiros
|
211
|
-
registration_types: Tipos de registro
|
212
197
|
registrations: Inscrições
|
213
|
-
user_registrations: Registros de usuários
|
214
198
|
models:
|
215
199
|
conference:
|
216
200
|
fields:
|
@@ -239,7 +223,6 @@ pt-BR:
|
|
239
223
|
date: Encontro
|
240
224
|
link: Link
|
241
225
|
title: Título
|
242
|
-
name: Links de Mídia
|
243
226
|
partner:
|
244
227
|
fields:
|
245
228
|
link: Link
|
@@ -265,7 +248,6 @@ pt-BR:
|
|
265
248
|
destroy:
|
266
249
|
success: Alto-falante excluído com sucesso para esta conferência.
|
267
250
|
edit:
|
268
|
-
title: Atualizar parceiro.
|
269
251
|
update: Atualizar
|
270
252
|
new:
|
271
253
|
create: Criar
|
@@ -287,7 +269,6 @@ pt-BR:
|
|
287
269
|
destroy:
|
288
270
|
success: Tipo de registro removido com sucesso desta conferência.
|
289
271
|
edit:
|
290
|
-
title: Atualize o tipo de registro.
|
291
272
|
update: Atualizar
|
292
273
|
new:
|
293
274
|
create: Crio
|
@@ -382,7 +363,6 @@ pt-BR:
|
|
382
363
|
diplomas:
|
383
364
|
edit:
|
384
365
|
save: Salve
|
385
|
-
title: Certificado de participação
|
386
366
|
invite_join_conference_mailer:
|
387
367
|
invite:
|
388
368
|
decline: Recusar convite '%{conference_title}'
|
@@ -402,7 +382,6 @@ pt-BR:
|
|
402
382
|
diploma_html: Você encontrará o certificado de participação para a conferência <a href="%{url}">%{title}</a> nos anexos.
|
403
383
|
diploma_user:
|
404
384
|
attendance_verified_by: Atendimento verificado por
|
405
|
-
certificate_of_attendance: Certificado de participação
|
406
385
|
certificate_of_attendance_description: Certifica-se que <strong>%{user}</strong> participou e participou nos <strong>%{title}</strong> realizados em <strong>%{location}</strong> em <strong>%{start} - %{end}</strong>
|
407
386
|
send_diploma:
|
408
387
|
error: Houve um problema ao enviar os certificados de participação da conferência.
|
data/config/locales/pt.yml
CHANGED
@@ -100,13 +100,11 @@ pt:
|
|
100
100
|
destroy:
|
101
101
|
success: Orador da conferência eliminado corretamente.
|
102
102
|
edit:
|
103
|
-
title: Atualizar orador da conferência.
|
104
103
|
update: Atualizar
|
105
104
|
index:
|
106
105
|
conference_speakers_title: Oradores da conferência
|
107
106
|
new:
|
108
107
|
create: Criar
|
109
|
-
title: Novo orador da conferência.
|
110
108
|
update:
|
111
109
|
error: Ocorreu um problema ao atualizar o orador desta conferência.
|
112
110
|
success: Orador da conferência atualizado corretamente.
|
@@ -117,11 +115,9 @@ pt:
|
|
117
115
|
destroy:
|
118
116
|
success: Administrador da conferência eliminado corretamente.
|
119
117
|
edit:
|
120
|
-
title: Atualizar administrador da conferência.
|
121
118
|
update: Atualizar
|
122
119
|
new:
|
123
120
|
create: Criar
|
124
|
-
title: Novo administrador da conferência.
|
125
121
|
update:
|
126
122
|
error: Ocorreu um problema ao atualizar o administrador desta conferência.
|
127
123
|
success: Administrador da conferência atualizado corretamente.
|
@@ -150,20 +146,12 @@ pt:
|
|
150
146
|
media_links:
|
151
147
|
create:
|
152
148
|
error: Ocorreu um problema ao criar uma nova hiperligação de multimédia.
|
153
|
-
success: Hiperligação de multimédia criado corretamente.
|
154
|
-
destroy:
|
155
|
-
success: Hiperligação de Multimédia eliminado corretamente.
|
156
149
|
edit:
|
157
|
-
title: Atualizar hiperligação de multimédia.
|
158
150
|
update: Atualizar
|
159
|
-
index:
|
160
|
-
media_links_title: Hiperligação de Multimédia
|
161
151
|
new:
|
162
152
|
create: Criar
|
163
|
-
title: Hiperligação de Multimédia
|
164
153
|
update:
|
165
154
|
error: Ocorreu um problema ao atualizar esta hiperligação de multimédia.
|
166
|
-
success: Hiperligação de multimédia atualizada corretamente.
|
167
155
|
menu:
|
168
156
|
conferences: Conferências
|
169
157
|
conferences_submenu:
|
@@ -175,13 +163,9 @@ pt:
|
|
175
163
|
conference_admins: Administradores da conferência
|
176
164
|
conference_invites: Convites
|
177
165
|
conference_speakers: Oradores
|
178
|
-
diploma: Certificado de Participação
|
179
|
-
media_links: Hiperligações de Multimédia
|
180
166
|
moderations: Moderações
|
181
167
|
partners: Parceiros
|
182
|
-
registration_types: Tipos de Registo
|
183
168
|
registrations: Registos
|
184
|
-
user_registrations: Registos de Utilizador
|
185
169
|
models:
|
186
170
|
conference:
|
187
171
|
fields:
|
@@ -210,7 +194,6 @@ pt:
|
|
210
194
|
date: Data
|
211
195
|
link: Hiperligação
|
212
196
|
title: Título
|
213
|
-
name: Hiperligação de Multimédia
|
214
197
|
partner:
|
215
198
|
fields:
|
216
199
|
link: Hiperligação
|
@@ -236,7 +219,6 @@ pt:
|
|
236
219
|
destroy:
|
237
220
|
success: Parceiro da conferência eliminado corretamente.
|
238
221
|
edit:
|
239
|
-
title: Atualizar parceiro.
|
240
222
|
update: Atualizar
|
241
223
|
new:
|
242
224
|
create: Criar
|
@@ -258,7 +240,6 @@ pt:
|
|
258
240
|
destroy:
|
259
241
|
success: Tipo de registo da conferência eliminado corretamente.
|
260
242
|
edit:
|
261
|
-
title: Atualizar tipo de registo.
|
262
243
|
update: Atualizar
|
263
244
|
new:
|
264
245
|
create: Criar
|
@@ -344,7 +325,6 @@ pt:
|
|
344
325
|
diplomas:
|
345
326
|
edit:
|
346
327
|
save: Guardar
|
347
|
-
title: Certificado de Participação
|
348
328
|
invite_join_conference_mailer:
|
349
329
|
invite:
|
350
330
|
decline: Recusar convite '%{conference_title}'
|
@@ -363,7 +343,6 @@ pt:
|
|
363
343
|
diploma_html: Encontrará o certificado de participação para a conferência <a href="%{url}">%{title}</a> nos anexos.
|
364
344
|
diploma_user:
|
365
345
|
attendance_verified_by: Participação verificada por
|
366
|
-
certificate_of_attendance: Certificado de Participação
|
367
346
|
certificate_of_attendance_description: Certifica-se que <strong>%{user}</strong> participou e fez parte de <strong>%{title}</strong> que tomou lugar em <strong>%{location}</strong> em <strong>%{start} - %{end}</strong>
|
368
347
|
send_diploma:
|
369
348
|
error: Ocorreu um problema ao enviar os certificados de participação da conferência.
|
data/config/locales/ro-RO.yml
CHANGED
@@ -68,6 +68,8 @@ ro:
|
|
68
68
|
email: E-mail
|
69
69
|
name: Nume
|
70
70
|
role: Rol
|
71
|
+
partner:
|
72
|
+
logo: Logo
|
71
73
|
errors:
|
72
74
|
models:
|
73
75
|
conference_registration_invite:
|
@@ -116,13 +118,13 @@ ro:
|
|
116
118
|
destroy:
|
117
119
|
success: Difuzorul conferinţei a fost şters.
|
118
120
|
edit:
|
119
|
-
title: Actualizați
|
121
|
+
title: Actualizați vorbitorul în cadrul conferinței
|
120
122
|
update: Actualizare
|
121
123
|
index:
|
122
124
|
conference_speakers_title: Vorbitori de conferințe
|
123
125
|
new:
|
124
126
|
create: Creează
|
125
|
-
title:
|
127
|
+
title: Creați vorbitor în cadrul conferinței
|
126
128
|
update:
|
127
129
|
error: A apărut o problemă la actualizarea difuzorului conferinţei.
|
128
130
|
success: Difuzor conferință actualizat cu succes.
|
@@ -133,13 +135,13 @@ ro:
|
|
133
135
|
destroy:
|
134
136
|
success: Administratorul conferinței a fost șters.
|
135
137
|
edit:
|
136
|
-
title:
|
138
|
+
title: Actualizați administratorul conferinței
|
137
139
|
update: Actualizare
|
138
140
|
index:
|
139
141
|
conference_admins_title: Administratori ai conferinţei
|
140
142
|
new:
|
141
143
|
create: Creează
|
142
|
-
title:
|
144
|
+
title: Administrator nou al conferinței
|
143
145
|
update:
|
144
146
|
error: A apărut o problemă la actualizarea administratorului conferinței.
|
145
147
|
success: Administratorul conferinței a fost actualizat.
|
@@ -168,20 +170,20 @@ ro:
|
|
168
170
|
media_links:
|
169
171
|
create:
|
170
172
|
error: A apărut o problemă la crearea unei noi legături media.
|
171
|
-
success:
|
173
|
+
success: Linkul media a fost creat cu succes.
|
172
174
|
destroy:
|
173
|
-
success:
|
175
|
+
success: Linkul media a fost șters cu succes.
|
174
176
|
edit:
|
175
|
-
title: Actualizare link media
|
177
|
+
title: Actualizare link media
|
176
178
|
update: Actualizare
|
177
179
|
index:
|
178
180
|
media_links_title: Link-uri media
|
179
181
|
new:
|
180
182
|
create: Creează
|
181
|
-
title:
|
183
|
+
title: Creare legătură media
|
182
184
|
update:
|
183
185
|
error: A apărut o eroare la actualizarea acestui link media.
|
184
|
-
success:
|
186
|
+
success: Linkul media a fost actualizat cu succes.
|
185
187
|
menu:
|
186
188
|
conferences: Conferințe
|
187
189
|
conferences_submenu:
|
@@ -199,7 +201,7 @@ ro:
|
|
199
201
|
partners: Parteneri
|
200
202
|
registration_types: Tipuri de înregistrare
|
201
203
|
registrations: Înregistrări
|
202
|
-
user_registrations:
|
204
|
+
user_registrations: Inregistrari utilizatori
|
203
205
|
models:
|
204
206
|
conference:
|
205
207
|
fields:
|
@@ -254,7 +256,7 @@ ro:
|
|
254
256
|
destroy:
|
255
257
|
success: Partenerul conferinței a fost eliminat.
|
256
258
|
edit:
|
257
|
-
title:
|
259
|
+
title: Actualizați partenerul
|
258
260
|
update: Actualizare
|
259
261
|
new:
|
260
262
|
create: Creează
|
@@ -276,7 +278,7 @@ ro:
|
|
276
278
|
destroy:
|
277
279
|
success: Tipul de înregistrare a conferinței a fost eliminat.
|
278
280
|
edit:
|
279
|
-
title: Actualizați tipul de înregistrare
|
281
|
+
title: Actualizați tipul de înregistrare
|
280
282
|
update: Actualizare
|
281
283
|
new:
|
282
284
|
create: Creează
|
@@ -487,6 +489,7 @@ ro:
|
|
487
489
|
home:
|
488
490
|
highlighted_conferences:
|
489
491
|
active_spaces: Conferințe active
|
492
|
+
see_all_spaces: Vedeți toate
|
490
493
|
registration_types:
|
491
494
|
index:
|
492
495
|
choose_an_option: 'Alegeți opțiunea de înregistrare:'
|
data/config/locales/sk.yml
CHANGED
@@ -73,13 +73,11 @@ sk:
|
|
73
73
|
destroy:
|
74
74
|
success: Rečník úspešne odstránený.
|
75
75
|
edit:
|
76
|
-
title: Aktualizovať rečníka.
|
77
76
|
update: Aktualizovať
|
78
77
|
index:
|
79
78
|
conference_speakers_title: Rečníci na konferencii
|
80
79
|
new:
|
81
80
|
create: Vytvoriť
|
82
|
-
title: Nový rečník.
|
83
81
|
update:
|
84
82
|
error: Vyskytol sa problém so zmenou rečníka na konferencii.
|
85
83
|
success: Rečník úspešne zmenený.
|
@@ -90,11 +88,9 @@ sk:
|
|
90
88
|
destroy:
|
91
89
|
success: Administrátor konferencie úspešne odstránený.
|
92
90
|
edit:
|
93
|
-
title: Aktualizovať administrátora konferencie.
|
94
91
|
update: Aktualizovať
|
95
92
|
new:
|
96
93
|
create: Vytvoriť
|
97
|
-
title: Nový administrátor konferencie.
|
98
94
|
update:
|
99
95
|
error: Vyskytol sa problém so zmenou rečníka na konferencii.
|
100
96
|
success: Administrátor konferencie úspešne zmenený.
|
@@ -123,20 +119,12 @@ sk:
|
|
123
119
|
media_links:
|
124
120
|
create:
|
125
121
|
error: Pri tvorbe mediálneho odkazu nastala chyba.
|
126
|
-
success: Mediálny odkaz bol úspešne vytvorený.
|
127
|
-
destroy:
|
128
|
-
success: Mediálny odkaz bol úspešne zmazaný.
|
129
122
|
edit:
|
130
|
-
title: Aktualizovať mediálny odkaz.
|
131
123
|
update: Aktualizovať
|
132
|
-
index:
|
133
|
-
media_links_title: Mediálne odkazy
|
134
124
|
new:
|
135
125
|
create: Vytvoriť
|
136
|
-
title: Mediálny odkaz
|
137
126
|
update:
|
138
127
|
error: Pri aktualizácii mediálneho odkazu nastala chyba.
|
139
|
-
success: Mediálny odkaz bol úspešne aktualizovaný.
|
140
128
|
menu:
|
141
129
|
conferences: Konferencie
|
142
130
|
conferences_submenu:
|
@@ -148,13 +136,9 @@ sk:
|
|
148
136
|
conference_admins: Administrátori konferencie
|
149
137
|
conference_invites: Pozvánky
|
150
138
|
conference_speakers: Rečníci
|
151
|
-
diploma: Certifikát účasti
|
152
|
-
media_links: Mediálne odkazy
|
153
139
|
moderations: Moderácia
|
154
140
|
partners: Partneri
|
155
|
-
registration_types: Typy registrácie
|
156
141
|
registrations: Registrácie
|
157
|
-
user_registrations: Registrácie užívateľov
|
158
142
|
models:
|
159
143
|
conference:
|
160
144
|
fields:
|
@@ -183,7 +167,6 @@ sk:
|
|
183
167
|
date: Dátum
|
184
168
|
link: Odkaz
|
185
169
|
title: Názov
|
186
|
-
name: Mediálny odkaz
|
187
170
|
partner:
|
188
171
|
fields:
|
189
172
|
link: Odkaz
|
@@ -208,7 +191,6 @@ sk:
|
|
208
191
|
destroy:
|
209
192
|
success: Partner konferencie úspešne odstránený.
|
210
193
|
edit:
|
211
|
-
title: Zmeniť partnera.
|
212
194
|
update: Aktualizovať
|
213
195
|
new:
|
214
196
|
create: Vytvoriť
|
@@ -230,7 +212,6 @@ sk:
|
|
230
212
|
destroy:
|
231
213
|
success: Typ registrácie na konferenciu úspešne odstránený.
|
232
214
|
edit:
|
233
|
-
title: Zmeniť typ registrácie.
|
234
215
|
update: Aktualizovať
|
235
216
|
new:
|
236
217
|
create: Vytvoriť
|
@@ -314,7 +295,6 @@ sk:
|
|
314
295
|
diplomas:
|
315
296
|
edit:
|
316
297
|
save: Uložiť
|
317
|
-
title: Certifikát účasti
|
318
298
|
invite_join_conference_mailer:
|
319
299
|
invite:
|
320
300
|
decline: Odmietnuť pozvánku na "%{conference_title}"
|
@@ -333,7 +313,6 @@ sk:
|
|
333
313
|
diploma_html: Certifikát účasti na konferencii <a href="%{url}">%{title}</a> nájdete v prílohách.
|
334
314
|
diploma_user:
|
335
315
|
attendance_verified_by: Účasť potvrdená
|
336
|
-
certificate_of_attendance: Certifikát účasti
|
337
316
|
certificate_of_attendance_description: Týmto potvrdzujeme, že <strong>%{user}</strong> sa zúčastnil na konferencii <strong>%{title}</strong>, ktorá sa konala na mieste <strong>%{location}</strong> od %{start} do %{end}</strong>.
|
338
317
|
send_diploma:
|
339
318
|
error: Vyskytol sa účasť so zasielaním certifikátov účasti.
|