decidim-conferences 0.16.1 → 0.17.0
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_cell.rb +0 -1
- data/app/views/layouts/decidim/_conference_hero.html.erb +1 -1
- data/config/locales/ar-SA.yml +118 -9
- data/config/locales/ca.yml +69 -69
- data/config/locales/cs-CZ.yml +3 -3
- data/config/locales/cs.yml +580 -0
- data/config/locales/de.yml +5 -5
- data/config/locales/en.yml +86 -85
- data/config/locales/es-MX.yml +5 -5
- data/config/locales/es-PY.yml +6 -6
- data/config/locales/es.yml +77 -77
- data/config/locales/eu.yml +5 -5
- data/config/locales/fi-pl.yml +3 -3
- data/config/locales/fi-plain.yml +570 -0
- data/config/locales/fi.yml +64 -64
- data/config/locales/fr.yml +5 -5
- data/config/locales/gl.yml +5 -5
- data/config/locales/hu.yml +8 -8
- data/config/locales/id-ID.yml +5 -5
- data/config/locales/it.yml +5 -5
- data/config/locales/nl.yml +5 -5
- data/config/locales/pl.yml +5 -5
- data/config/locales/pt-BR.yml +5 -5
- data/config/locales/pt.yml +5 -5
- data/config/locales/sv.yml +5 -5
- data/config/locales/tr-TR.yml +5 -5
- data/lib/decidim/conferences/admin_engine.rb +1 -0
- data/lib/decidim/conferences/participatory_space.rb +1 -0
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +12 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28f1878e889763cf6ac3336cfb4680e799b1b6246a06fd1c07b3f1d3986d4984
|
4
|
+
data.tar.gz: 79ee7d95f8f574aa17d3f79c77e4b9bd9f687db44a21099840a8a24306f55da7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c406bd576111b921c080e0b7d0bec116e2a2ed3e19545444807fa9c818739598dd7e40ed5f4e82f5125696d7a1903360600f88d61a8bdfa185403d075dac4af
|
7
|
+
data.tar.gz: c88eb27448743c1625fce8e43f9242d7f10e7d9056993c188fda9ff3a68a84d49d5fa1f5022269f385feb12bd4c7a3569f9bd54466c5d2773255b0f6c97ba4f6
|
@@ -20,7 +20,7 @@
|
|
20
20
|
<div class="row column medium-8 text-left mt-m">
|
21
21
|
<div class="column medium-6">
|
22
22
|
<button type="button" class="button hollow light expanded">
|
23
|
-
<%= render_date(current_participatory_space) %>
|
23
|
+
<%= participatory_space_helpers.render_date(current_participatory_space) %>
|
24
24
|
<%= current_participatory_space.location %>
|
25
25
|
</button>
|
26
26
|
</div>
|
data/config/locales/ar-SA.yml
CHANGED
@@ -12,7 +12,8 @@ ar:
|
|
12
12
|
description: وصف
|
13
13
|
hashtag: رابطة هاشتاق
|
14
14
|
hero_image: الصورة الرئيسية
|
15
|
-
|
15
|
+
participatory_processes_ids: العمليات التشاركية ذات الصلة
|
16
|
+
promoted: سلط الضوء
|
16
17
|
published_at: نشرت في
|
17
18
|
scope_id: نطاق
|
18
19
|
scopes_enabled: تم تمكين النطاقات
|
@@ -67,7 +68,23 @@ ar:
|
|
67
68
|
copy: نسخ
|
68
69
|
select: حدد البيانات التي ترغب في تكرارها
|
69
70
|
title: مؤتمر مكرر
|
71
|
+
conference_publications:
|
72
|
+
create:
|
73
|
+
error: كانت هناك مشكلة في نشر هذا المؤتمر.
|
74
|
+
success: تم نشر المؤتمر بنجاح.
|
75
|
+
destroy:
|
76
|
+
error: كانت هناك مشكلة في إلغاء نشر هذا المؤتمر.
|
77
|
+
success: مؤتمر غير منشور بنجاح.
|
78
|
+
conference_registration:
|
79
|
+
confirm:
|
80
|
+
error: حدثت مشكلة في تأكيد تسجيل المؤتمر هذا.
|
81
|
+
success: تم تأكيد تسجيل المؤتمر بنجاح.
|
70
82
|
conference_speakers:
|
83
|
+
create:
|
84
|
+
error: حدثت مشكلة أثناء إضافة متحدث إلى هذا المؤتمر.
|
85
|
+
success: رئيس المؤتمر تم إنشاؤه بنجاح.
|
86
|
+
destroy:
|
87
|
+
success: تم حذف رئيس المؤتمر بنجاح.
|
71
88
|
edit:
|
72
89
|
title: تحديث المتحدث المؤتمر.
|
73
90
|
update: تحديث
|
@@ -76,12 +93,30 @@ ar:
|
|
76
93
|
new:
|
77
94
|
create: خلق
|
78
95
|
title: رئيس المؤتمر الجديد.
|
96
|
+
update:
|
97
|
+
error: حدثت مشكلة أثناء تحديث متحدث المؤتمر هذا.
|
98
|
+
success: تم تحديث مكبر صوت المؤتمر بنجاح.
|
79
99
|
conference_user_roles:
|
100
|
+
create:
|
101
|
+
error: حدثت مشكلة أثناء إضافة مشرف إلى هذا المؤتمر.
|
102
|
+
success: تمت إضافة مسؤول المؤتمر بنجاح.
|
103
|
+
destroy:
|
104
|
+
success: تمت إزالة مسؤول المؤتمر بنجاح.
|
80
105
|
edit:
|
106
|
+
title: تحديث مسؤول المؤتمر.
|
81
107
|
update: تحديث
|
108
|
+
index:
|
109
|
+
conference_admins_title: مدراء المؤتمر
|
82
110
|
new:
|
83
111
|
create: خلق
|
112
|
+
title: مشرف المؤتمر الجديد.
|
113
|
+
update:
|
114
|
+
error: حدثت مشكلة أثناء تحديث مشرف المؤتمر هذا.
|
115
|
+
success: تم تحديث مشرف المؤتمر بنجاح.
|
84
116
|
conferences:
|
117
|
+
create:
|
118
|
+
error: كانت هناك مشكلة في إنشاء هذا المؤتمر.
|
119
|
+
success: تم إنشاء المؤتمر بنجاح.
|
85
120
|
edit:
|
86
121
|
update: تحديث
|
87
122
|
exports:
|
@@ -94,7 +129,19 @@ ar:
|
|
94
129
|
new:
|
95
130
|
create: خلق
|
96
131
|
title: مؤتمر
|
132
|
+
update:
|
133
|
+
error: حدثت مشكلة أثناء تحديث هذا المؤتمر.
|
134
|
+
success: تم تحديث المؤتمر بنجاح.
|
135
|
+
conferences_copies:
|
136
|
+
create:
|
137
|
+
error: كانت هناك مشكلة في تكرار هذا المؤتمر.
|
138
|
+
success: تم تكرار المؤتمر بنجاح.
|
97
139
|
media_links:
|
140
|
+
create:
|
141
|
+
error: حدثت مشكلة أثناء إنشاء رابط وسائط جديد.
|
142
|
+
success: تم إنشاء رابط الوسائط بنجاح.
|
143
|
+
destroy:
|
144
|
+
success: تم حذف رابط الوسائط بنجاح.
|
98
145
|
edit:
|
99
146
|
title: تحديث رابط الوسائط.
|
100
147
|
update: تحديث
|
@@ -103,6 +150,9 @@ ar:
|
|
103
150
|
new:
|
104
151
|
create: خلق
|
105
152
|
title: وصلة الوسائط
|
153
|
+
update:
|
154
|
+
error: حدثت مشكلة أثناء تحديث رابط الوسائط هذا.
|
155
|
+
success: تم تحديث رابط الوسائط بنجاح.
|
106
156
|
menu:
|
107
157
|
conferences: المؤتمرات
|
108
158
|
conferences_submenu:
|
@@ -125,6 +175,7 @@ ar:
|
|
125
175
|
conference:
|
126
176
|
fields:
|
127
177
|
created_at: أنشئت في
|
178
|
+
promoted: سلط الضوء
|
128
179
|
published: نشرت
|
129
180
|
title: عنوان
|
130
181
|
conference_speaker:
|
@@ -138,6 +189,7 @@ ar:
|
|
138
189
|
email: البريد الإلكتروني
|
139
190
|
name: اسم
|
140
191
|
role: وظيفة
|
192
|
+
name: إدارة المؤتمر
|
141
193
|
roles:
|
142
194
|
admin: مدير
|
143
195
|
collaborator: متعاون
|
@@ -167,19 +219,42 @@ ar:
|
|
167
219
|
weight: وزن
|
168
220
|
name: نوع التسجيل
|
169
221
|
partners:
|
222
|
+
create:
|
223
|
+
error: حدثت مشكلة أثناء إضافة شريك لهذا المؤتمر.
|
224
|
+
success: وأضاف شريك المؤتمر بنجاح.
|
225
|
+
destroy:
|
226
|
+
success: تمت إزالة شريك المؤتمر بنجاح.
|
170
227
|
edit:
|
171
228
|
title: تحديث شريك.
|
172
229
|
update: تحديث
|
173
230
|
new:
|
174
231
|
create: خلق
|
175
232
|
title: شريك جديد
|
233
|
+
update:
|
234
|
+
error: حدثت مشكلة أثناء تحديث شريك لهذا المؤتمر.
|
235
|
+
success: تم تحديث شريك المؤتمر بنجاح.
|
236
|
+
registration_type_publications:
|
237
|
+
create:
|
238
|
+
error: حدثت مشكلة أثناء نشر نوع التسجيل هذا.
|
239
|
+
success: نوع التسجيل نشر بنجاح.
|
240
|
+
destroy:
|
241
|
+
error: حدثت مشكلة في إلغاء نشر نوع التسجيل هذا.
|
242
|
+
success: نوع التسجيل غير منشور بنجاح.
|
176
243
|
registration_types:
|
244
|
+
create:
|
245
|
+
error: حدثت مشكلة أثناء إضافة نوع التسجيل لهذا المؤتمر.
|
246
|
+
success: تمت إضافة نوع تسجيل المؤتمر بنجاح.
|
247
|
+
destroy:
|
248
|
+
success: تمت إزالة نوع تسجيل المؤتمر بنجاح.
|
177
249
|
edit:
|
178
250
|
title: تحديث نوع التسجيل.
|
179
251
|
update: تحديث
|
180
252
|
new:
|
181
253
|
create: خلق
|
182
254
|
title: نوع التسجيل الجديد
|
255
|
+
update:
|
256
|
+
error: حدثت مشكلة أثناء تحديث نوع التسجيل لهذا المؤتمر.
|
257
|
+
success: تم تحديث نوع تسجيل المؤتمر بنجاح.
|
183
258
|
titles:
|
184
259
|
conferences: المؤتمرات
|
185
260
|
admin_log:
|
@@ -196,12 +271,14 @@ ar:
|
|
196
271
|
update: "%{user_name} تحديث المتكلم %{resource_name} في المؤتمر %{space_name}"
|
197
272
|
conference_user_role:
|
198
273
|
create: "%{user_name} دعا %{resource_name} إلى %{space_name} المؤتمر"
|
274
|
+
delete: "%{user_name} أزال المشرف %{resource_name} من المؤتمر %{space_name}"
|
199
275
|
update: "%{user_name} غير دور %{resource_name} في المؤتمر %{space_name}"
|
200
276
|
conferences:
|
201
277
|
conference_registration:
|
202
278
|
confirm: "%{user_name} أكد تسجيل مؤتمر في مؤتمر %{resource_name}"
|
203
279
|
partner:
|
204
280
|
create: "%{user_name} خلق %{resource_name} إلى %{space_name} المؤتمر"
|
281
|
+
delete: "%{user_name} أزال المشرف %{resource_name} من المؤتمر %{space_name}"
|
205
282
|
update: "%{user_name} محدث %{resource_name} في المؤتمر %{space_name}"
|
206
283
|
registration_type:
|
207
284
|
create: "%{user_name} أنشأ نوع التسجيل %{resource_name} في المؤتمر %{space_name}"
|
@@ -224,8 +301,15 @@ ar:
|
|
224
301
|
form:
|
225
302
|
slug_help: 'يتم استخدام slugs URL لإنشاء عناوين URL التي تشير إلى هذا المؤتمر. يقبل الحروف والأرقام والشرطات فقط ، ويجب أن يبدأ بحرف. مثال: %{url}'
|
226
303
|
conference_invites:
|
304
|
+
create:
|
305
|
+
error: حدثت مشكلة أثناء دعوة المشارك للانضمام إلى المؤتمر.
|
306
|
+
success: تمت دعوة المشارك بنجاح للانضمام إلى المؤتمر.
|
227
307
|
form:
|
228
308
|
attendee_type: نوع الحضور
|
309
|
+
existing_user: المشارك الحالي
|
310
|
+
invite_explanation: سيتم دعوة المشارك للانضمام إلى المؤتمر وإلى المنظمة أيضًا.
|
311
|
+
non_user: مشارك غير موجود
|
312
|
+
select_user: اختر المشارك
|
229
313
|
index:
|
230
314
|
filter:
|
231
315
|
accepted: وافقت
|
@@ -233,18 +317,22 @@ ar:
|
|
233
317
|
rejected: مرفوض
|
234
318
|
sent: أرسلت
|
235
319
|
filter_by: مصنف بواسطة
|
320
|
+
invite_attendee: دعوة مشارك
|
236
321
|
invites: تدعو
|
237
322
|
search: بحث
|
238
323
|
new:
|
324
|
+
explanation: سيدعى المشارك للانضمام إلى مؤتمر. إذا لم يتم تسجيل بريدها الإلكتروني ، فستتم دعوتها إلى المنظمة أيضًا.
|
239
325
|
invite: دعا
|
240
|
-
new_invite: دعوة
|
326
|
+
new_invite: دعوة مشارك
|
241
327
|
conference_registrations:
|
242
328
|
index:
|
243
329
|
registrations: التسجيلات
|
244
330
|
conference_speakers:
|
245
331
|
form:
|
246
|
-
|
247
|
-
|
332
|
+
existing_user: المشارك الحالي
|
333
|
+
non_user: غير مشارك
|
334
|
+
select_user: اختر المشارك
|
335
|
+
user_type: نوع المشارك
|
248
336
|
index:
|
249
337
|
search: بحث
|
250
338
|
conferences:
|
@@ -282,12 +370,16 @@ ar:
|
|
282
370
|
attendance_verified_by: تم التحقق من الحضور بواسطة
|
283
371
|
certificate_of_attendance: شهادة حضور
|
284
372
|
certificate_of_attendance_description: هذا هو التأكيد على أن <strong>%{user}</strong> قد حضر وشارك في <strong>%{title}</strong> الذي عقد في <strong>%{location}</strong> في <strong>%{start} - %{end}</strong>
|
373
|
+
send_diploma:
|
374
|
+
error: حدثت مشكلة أثناء إرسال شهادات حضور المؤتمر.
|
375
|
+
success: تم إرسال شهادات حضور المؤتمر بنجاح
|
285
376
|
conference:
|
286
377
|
registration_confirm:
|
287
378
|
cancel: إلغاء
|
288
379
|
confirm: تؤكد
|
289
380
|
show:
|
290
381
|
free: حر
|
382
|
+
going: حضور
|
291
383
|
no_slots_available: لا فتحات المتاحة
|
292
384
|
registration: التسجيل
|
293
385
|
conference_program:
|
@@ -306,6 +398,17 @@ ar:
|
|
306
398
|
pending_validation:
|
307
399
|
confirmation_pending: سوف تتلقى التأكيد قريبا
|
308
400
|
details: 'لقد قمت بالتسجيل إلى %{registration_type} نوع بتكلفة %{price} ويمكنك حضور الأحداث التالية:'
|
401
|
+
pending_html: تسجيلك في المؤتمر <a href="%{url}">%{title}</a> انتظار التأكيد.
|
402
|
+
conference_registrations:
|
403
|
+
create:
|
404
|
+
invalid: كانت هناك مشكلة في الانضمام إلى هذا المؤتمر.
|
405
|
+
success: لقد انضممت بنجاح إلى المؤتمر.
|
406
|
+
decline_invitation:
|
407
|
+
invalid: حدثت مشكلة في رفض الدعوة.
|
408
|
+
success: لقد رفضت الدعوة بنجاح.
|
409
|
+
destroy:
|
410
|
+
invalid: حدثت مشكلة أثناء مغادرة هذا المؤتمر.
|
411
|
+
success: لقد تركت المؤتمر بنجاح.
|
309
412
|
conference_speaker:
|
310
413
|
go_to_twitter: انتقل إلى تويتر
|
311
414
|
more_info: مزيد من المعلومات
|
@@ -337,6 +440,8 @@ ar:
|
|
337
440
|
conference_registration_mailer:
|
338
441
|
confirmation:
|
339
442
|
subject: تم تأكيد تسجيل مؤتمرك
|
443
|
+
pending_validation:
|
444
|
+
subject: تسجيل مؤتمرك في انتظار التأكيد
|
340
445
|
invite_join_conference_mailer:
|
341
446
|
invite:
|
342
447
|
subject: دعوة للانضمام إلى مؤتمر
|
@@ -360,6 +465,7 @@ ar:
|
|
360
465
|
email: البريد الإلكتروني
|
361
466
|
name: اسم
|
362
467
|
registration_type: نوع التسجيل
|
468
|
+
state: الحالة
|
363
469
|
states:
|
364
470
|
confirmed: تم تأكيد
|
365
471
|
pending: قيد الانتظار
|
@@ -374,7 +480,7 @@ ar:
|
|
374
480
|
photo: صورة
|
375
481
|
photos_list:
|
376
482
|
show:
|
377
|
-
related_photos:
|
483
|
+
related_photos: صور
|
378
484
|
registration_types:
|
379
485
|
index:
|
380
486
|
choose_an_option: 'اختر خيار التسجيل الخاص بك:'
|
@@ -392,6 +498,7 @@ ar:
|
|
392
498
|
objectives: الأهداف
|
393
499
|
related_assemblies: الجمعيات ذات الصلة
|
394
500
|
related_consultations: المشاورات ذات الصلة
|
501
|
+
related_participatory_processes: العمليات التشاركية ذات الصلة
|
395
502
|
statistics:
|
396
503
|
answers_count: الأجوبة
|
397
504
|
comments_count: تعليقات
|
@@ -400,7 +507,7 @@ ar:
|
|
400
507
|
endorsements_count: موافقات
|
401
508
|
headline: نشاط
|
402
509
|
meetings_count: اجتماعات
|
403
|
-
orders_count:
|
510
|
+
orders_count: الدعم
|
404
511
|
pages_count: صفحات
|
405
512
|
posts_count: المشاركات
|
406
513
|
projects_count: مشاريع
|
@@ -408,13 +515,13 @@ ar:
|
|
408
515
|
results_count: النتائج
|
409
516
|
surveys_count: الدراسات الاستقصائية
|
410
517
|
users_count: المشاركين
|
411
|
-
votes_count:
|
518
|
+
votes_count: الدعم
|
412
519
|
events:
|
413
520
|
conferences:
|
414
|
-
conference_registration_validation_pending:
|
415
|
-
notification_title: تسجيلك في المؤتمر <a href="%{resource_url}">%{resource_title}</a> انتظار التأكيد.
|
416
521
|
conference_registration_confirmed:
|
417
522
|
notification_title: تم تأكيد تسجيلك للمؤتمر <a href="%{resource_url}">%{resource_title}</a>.
|
523
|
+
conference_registration_validation_pending:
|
524
|
+
notification_title: تسجيلك في المؤتمر <a href="%{resource_url}">%{resource_title}</a> انتظار التأكيد.
|
418
525
|
conference_registrations_over_percentage:
|
419
526
|
email_intro: فتحات "%{resource_title}" التي شغلها المؤتمر تجاوزت %{percentage}٪.
|
420
527
|
email_outro: لقد تلقيت هذا الإشعار لأنك مسؤول عن المساحة التشاركية للمؤتمر.
|
@@ -459,6 +566,8 @@ ar:
|
|
459
566
|
conferences:
|
460
567
|
conference:
|
461
568
|
take_part: خذ جزء
|
569
|
+
index:
|
570
|
+
promoted_conferences: المؤتمرات البارزة
|
462
571
|
order_by_conferences:
|
463
572
|
conferences:
|
464
573
|
zero: "%{count} مؤتمرات"
|
data/config/locales/ca.yml
CHANGED
@@ -58,21 +58,21 @@ ca:
|
|
58
58
|
title: Conferència duplicada
|
59
59
|
conference_publications:
|
60
60
|
create:
|
61
|
-
error: S'ha produït un error en publicar aquesta
|
62
|
-
success: La
|
61
|
+
error: S'ha produït un error en publicar aquesta jornada.
|
62
|
+
success: La jornada s'ha publicat correctament.
|
63
63
|
destroy:
|
64
|
-
error: S'ha produït un error en publicar aquesta
|
65
|
-
success: La
|
64
|
+
error: S'ha produït un error en publicar aquesta jornada.
|
65
|
+
success: La jornada s'ha despublicat correctament.
|
66
66
|
conference_registration:
|
67
67
|
confirm:
|
68
|
-
error: S'ha produït un error en confirmar
|
69
|
-
success:
|
68
|
+
error: S'ha produït un error en confirmar aquesta inscripció a la jornada.
|
69
|
+
success: La inscripció a la jornada s'ha confirmat correctament.
|
70
70
|
conference_speakers:
|
71
71
|
create:
|
72
|
-
error: S'ha produït un error en afegir
|
73
|
-
success: Ponent
|
72
|
+
error: S'ha produït un error en afegir una ponent per a aquesta jornada.
|
73
|
+
success: Ponent creada correctament per a aquesta jornada.
|
74
74
|
destroy:
|
75
|
-
success:
|
75
|
+
success: La ponent s'ha eliminat correctament per a aquesta jornada.
|
76
76
|
edit:
|
77
77
|
title: Actualitza el ponent de la conferència.
|
78
78
|
update: Actualitzar
|
@@ -82,29 +82,29 @@ ca:
|
|
82
82
|
create: Crear
|
83
83
|
title: Nou ponent de la conferència.
|
84
84
|
update:
|
85
|
-
error: S'ha produït un error en actualitzar
|
86
|
-
success: Ponent
|
85
|
+
error: S'ha produït un error en actualitzar la ponent d'aquesta jornada.
|
86
|
+
success: Ponent actualitzada correctament per a aquesta jornada.
|
87
87
|
conference_user_roles:
|
88
88
|
create:
|
89
|
-
error: S'ha produït un error en afegir
|
90
|
-
success: L'
|
89
|
+
error: S'ha produït un error en afegir una administradora a aquesta jornada.
|
90
|
+
success: L'administradora s'ha afegit correctament a aquesta jornada.
|
91
91
|
destroy:
|
92
|
-
success: L'
|
92
|
+
success: L'administradora s'ha eliminat correctament d'aquesta jornada.
|
93
93
|
edit:
|
94
|
-
title:
|
94
|
+
title: Actualitzar l'administradora de la jornada.
|
95
95
|
update: Actualitzar
|
96
96
|
index:
|
97
|
-
conference_admins_title:
|
97
|
+
conference_admins_title: administradores de jornada
|
98
98
|
new:
|
99
99
|
create: Crear
|
100
|
-
title:
|
100
|
+
title: Nova administradora de jornada.
|
101
101
|
update:
|
102
|
-
error: S'ha produït un error en
|
103
|
-
success: L'
|
102
|
+
error: S'ha produït un error en actualitzar una administradora per a aquesta jornada.
|
103
|
+
success: L'administradora s'ha actualitzat correctament per a aquesta jornada.
|
104
104
|
conferences:
|
105
105
|
create:
|
106
|
-
error: S'ha produït un error en crear una nova
|
107
|
-
success: La
|
106
|
+
error: S'ha produït un error en crear una nova jornada.
|
107
|
+
success: La jornada s'ha creat correctament.
|
108
108
|
edit:
|
109
109
|
update: Actualitzar
|
110
110
|
exports:
|
@@ -118,18 +118,18 @@ ca:
|
|
118
118
|
create: Crear
|
119
119
|
title: Conferència
|
120
120
|
update:
|
121
|
-
error: S'ha produït un error en actualitzar aquesta
|
122
|
-
success: S'ha actualitzat la
|
121
|
+
error: S'ha produït un error en actualitzar aquesta jornada.
|
122
|
+
success: S'ha actualitzat la jornada correctament.
|
123
123
|
conferences_copies:
|
124
124
|
create:
|
125
|
-
error: S'ha produït un error en duplicar aquesta
|
126
|
-
success: La
|
125
|
+
error: S'ha produït un error en duplicar aquesta jornada.
|
126
|
+
success: La jornada s'ha duplicat correctament.
|
127
127
|
media_links:
|
128
128
|
create:
|
129
129
|
error: S'ha produït un error en crear un nou enllaç multimèdia.
|
130
130
|
success: Enllaç multimèdia creat correctament.
|
131
131
|
destroy:
|
132
|
-
success: S'ha eliminat correctament l'enllaç
|
132
|
+
success: S'ha eliminat correctament l'enllaç multimèdia.
|
133
133
|
edit:
|
134
134
|
title: Actualitza l'enllaç multimèdia.
|
135
135
|
update: Actualitzar
|
@@ -149,7 +149,7 @@ ca:
|
|
149
149
|
attachments: Fitxers adjunts
|
150
150
|
categories: Categoríes
|
151
151
|
components: Components
|
152
|
-
conference_admins:
|
152
|
+
conference_admins: Administradors de conferències
|
153
153
|
conference_invites: Convida
|
154
154
|
conference_speakers: Ponents
|
155
155
|
diploma: Certificat d'assistència
|
@@ -178,7 +178,7 @@ ca:
|
|
178
178
|
email: Correu electrònic
|
179
179
|
name: Nom
|
180
180
|
role: Rol
|
181
|
-
name:
|
181
|
+
name: Administradora de conferència
|
182
182
|
roles:
|
183
183
|
admin: Administrador
|
184
184
|
collaborator: Col·laborador
|
@@ -224,17 +224,17 @@ ca:
|
|
224
224
|
success: Col·laborador actualitzat correctament per a aquesta jornada.
|
225
225
|
registration_type_publications:
|
226
226
|
create:
|
227
|
-
error: S'ha produït un error en publicar aquest tipus de registre.
|
228
|
-
success: El tipus de registre s'ha publicat correctament.
|
229
|
-
destroy:
|
230
227
|
error: S'ha produït un error en publicar aquest tipus d'inscripció.
|
231
|
-
success: El tipus
|
228
|
+
success: El tipus d'inscripció s'ha publicat correctament.
|
229
|
+
destroy:
|
230
|
+
error: S'ha produït un error en despublicar aquest tipus d'inscripció.
|
231
|
+
success: El tipus d'inscripció s'ha despublicat correctament.
|
232
232
|
registration_types:
|
233
233
|
create:
|
234
|
-
error: S'ha produït un error en afegir un tipus
|
235
|
-
success: El tipus
|
234
|
+
error: S'ha produït un error en afegir un tipus d'inscripció per a aquesta jornada.
|
235
|
+
success: El tipus d'inscripció s'ha afegit correctament a aquesta jornada.
|
236
236
|
destroy:
|
237
|
-
success: El tipus d'inscripció s'ha eliminat correctament d'aquesta
|
237
|
+
success: El tipus d'inscripció s'ha eliminat correctament d'aquesta jornada.
|
238
238
|
edit:
|
239
239
|
title: Actualitzar el tipus de registre.
|
240
240
|
update: Actualitzar
|
@@ -242,8 +242,8 @@ ca:
|
|
242
242
|
create: Crear
|
243
243
|
title: Nou tipus de registre
|
244
244
|
update:
|
245
|
-
error: S'ha produït un error en actualitzar un tipus
|
246
|
-
success: El tipus
|
245
|
+
error: S'ha produït un error en actualitzar un tipus d'inscripció per a aquesta jornada.
|
246
|
+
success: El tipus d'inscripció s'ha actualitzat correctament per a aquesta jornada.
|
247
247
|
titles:
|
248
248
|
conferences: Conferències
|
249
249
|
admin_log:
|
@@ -260,14 +260,14 @@ ca:
|
|
260
260
|
update: "%{user_name} va actualitzar el ponent %{resource_name} a la conferència %{space_name}"
|
261
261
|
conference_user_role:
|
262
262
|
create: "%{user_name} ha estat convidat com a %{resource_name} per la conferència %{space_name}"
|
263
|
-
delete: "%{user_name} ha eliminat l'
|
263
|
+
delete: "%{user_name} ha eliminat l'administradora %{resource_name} de la jornada %{space_name}"
|
264
264
|
update: "%{user_name} ha canviat el rol d' %{resource_name} a la conferència %{space_name}"
|
265
265
|
conferences:
|
266
266
|
conference_registration:
|
267
267
|
confirm: "%{user_name} ha confirmat un registre per a la conferència %{resource_name}"
|
268
268
|
partner:
|
269
269
|
create: "%{user_name} ha creat %{resource_name} a la conferència %{space_name}"
|
270
|
-
delete: "%{user_name} ha eliminat l'
|
270
|
+
delete: "%{user_name} ha eliminat l'administradora %{resource_name} de la jornada %{space_name}"
|
271
271
|
update: "%{user_name} ha actualitzat %{resource_name} a la conferència %{space_name}"
|
272
272
|
registration_type:
|
273
273
|
create: "%{user_name} ha creat el tipus d'inscripció %{resource_name} per a la conferència %{space_name}"
|
@@ -291,14 +291,14 @@ ca:
|
|
291
291
|
slug_help: 'Les URL amigables s''utilitzen per generar els URL que apunten a aquesta conferència. Només accepta lletres, números i guions, i ha de començar amb una lletra. Exemple: %{url}'
|
292
292
|
conference_invites:
|
293
293
|
create:
|
294
|
-
error:
|
295
|
-
success:
|
294
|
+
error: S'ha produït un error en convidar la participant a registrar-se a la jornada.
|
295
|
+
success: Participant convidada correctament a la jornada.
|
296
296
|
form:
|
297
297
|
attendee_type: Tipus d'assistent
|
298
|
-
existing_user:
|
299
|
-
invite_explanation:
|
300
|
-
non_user:
|
301
|
-
select_user:
|
298
|
+
existing_user: Participant existent
|
299
|
+
invite_explanation: La participant serà convidada a registrar-se a la jornada i també a l'organització.
|
300
|
+
non_user: Participant no existent
|
301
|
+
select_user: Seleccionar participant
|
302
302
|
index:
|
303
303
|
filter:
|
304
304
|
accepted: Acceptat
|
@@ -306,22 +306,22 @@ ca:
|
|
306
306
|
rejected: Rebutjada
|
307
307
|
sent: Enviat
|
308
308
|
filter_by: Filtra per
|
309
|
-
invite_attendee:
|
309
|
+
invite_attendee: Convidar participant
|
310
310
|
invites: Convida
|
311
311
|
search: Cercar
|
312
312
|
new:
|
313
|
-
explanation:
|
313
|
+
explanation: La participant serà convidada a registrar-se en una jornada. Si el correu electrònic no està registrat, també se la convidarà a l'organització.
|
314
314
|
invite: Convidar
|
315
|
-
new_invite:
|
315
|
+
new_invite: Convidar participant
|
316
316
|
conference_registrations:
|
317
317
|
index:
|
318
318
|
registrations: Inscripcions
|
319
319
|
conference_speakers:
|
320
320
|
form:
|
321
|
-
existing_user:
|
322
|
-
non_user: No
|
323
|
-
select_user:
|
324
|
-
user_type: Tipus
|
321
|
+
existing_user: Participant existent
|
322
|
+
non_user: No participant
|
323
|
+
select_user: Seleccionar participant
|
324
|
+
user_type: Tipus de participant
|
325
325
|
index:
|
326
326
|
search: Cercar
|
327
327
|
conferences:
|
@@ -356,8 +356,8 @@ ca:
|
|
356
356
|
certificate_of_attendance: Certificat d'assistència
|
357
357
|
certificate_of_attendance_description: Aquest document certifica que <strong>%{user}</strong> ha assistit i ha participat a <strong>%{title}</strong> celebrada a <strong>%{location}</strong> del <strong>%{start} - %{end}</strong>
|
358
358
|
send_diploma:
|
359
|
-
error:
|
360
|
-
success: Certificats d'assistència de la
|
359
|
+
error: S'ha produït un error en enviar els certificats d'assistència de la jornada.
|
360
|
+
success: Certificats d'assistència de la jornada enviats correctament
|
361
361
|
conference:
|
362
362
|
registration_confirm:
|
363
363
|
cancel: Cancel·lar
|
@@ -384,17 +384,17 @@ ca:
|
|
384
384
|
pending_validation:
|
385
385
|
confirmation_pending: Rebràs la confirmació en breu
|
386
386
|
details: 'T''has inscrit a %{registration_type} tipus amb un cost de %{price} i pots assistir als següents esdeveniments:'
|
387
|
-
pending_html: La teva inscripció a la
|
387
|
+
pending_html: La teva inscripció a la jornada <a href="%{url}">%{title}</a> està pendent de ser confirmada.
|
388
388
|
conference_registrations:
|
389
389
|
create:
|
390
|
-
invalid:
|
391
|
-
success: T'has inscrit a la
|
390
|
+
invalid: S'ha produït un error en inscriure't a aquesta jornada.
|
391
|
+
success: T'has inscrit a la jornada correctament.
|
392
392
|
decline_invitation:
|
393
|
-
invalid:
|
394
|
-
success: Has rebutjat la invitació
|
393
|
+
invalid: S'ha produït un error en rebutjar la invitació.
|
394
|
+
success: Has rebutjat la invitació correctament.
|
395
395
|
destroy:
|
396
|
-
invalid:
|
397
|
-
success:
|
396
|
+
invalid: S'ha produït un error en abandonar aquesta jornada.
|
397
|
+
success: Has abandonat la jornada correctament.
|
398
398
|
conference_speaker:
|
399
399
|
go_to_twitter: Anar a Twitter
|
400
400
|
more_info: més informació
|
@@ -427,7 +427,7 @@ ca:
|
|
427
427
|
confirmation:
|
428
428
|
subject: S'ha confirmat la teva inscripció a la conferència
|
429
429
|
pending_validation:
|
430
|
-
subject: La teva inscripció a la
|
430
|
+
subject: La teva inscripció a la jornada està pendent de confirmació
|
431
431
|
invite_join_conference_mailer:
|
432
432
|
invite:
|
433
433
|
subject: Invitació per participar a una conferència
|
@@ -463,10 +463,10 @@ ca:
|
|
463
463
|
photo:
|
464
464
|
show:
|
465
465
|
close_modal: Tanca el modal
|
466
|
-
photo:
|
466
|
+
photo: Imatge
|
467
467
|
photos_list:
|
468
468
|
show:
|
469
|
-
related_photos:
|
469
|
+
related_photos: Imatges
|
470
470
|
registration_types:
|
471
471
|
index:
|
472
472
|
choose_an_option: 'Trieu l''opció de registre:'
|
@@ -494,7 +494,7 @@ ca:
|
|
494
494
|
endorsements_count: Adhesions
|
495
495
|
headline: Activitat
|
496
496
|
meetings_count: Trobades
|
497
|
-
orders_count:
|
497
|
+
orders_count: Suports
|
498
498
|
pages_count: Pàgines
|
499
499
|
posts_count: Publicacions
|
500
500
|
projects_count: Projectes
|
@@ -502,13 +502,13 @@ ca:
|
|
502
502
|
results_count: Resultats
|
503
503
|
surveys_count: Enquestes
|
504
504
|
users_count: Participants
|
505
|
-
votes_count:
|
505
|
+
votes_count: Suports
|
506
506
|
events:
|
507
507
|
conferences:
|
508
|
-
conference_registration_validation_pending:
|
509
|
-
notification_title: El registre de la conferència <a href="%{resource_url}">%{resource_title}</a> està pendent de confirmació.
|
510
508
|
conference_registration_confirmed:
|
511
509
|
notification_title: S'ha confirmat el teu registre a la conferència <a href="%{resource_url}">%{resource_title}</a>.
|
510
|
+
conference_registration_validation_pending:
|
511
|
+
notification_title: El registre de la conferència <a href="%{resource_url}">%{resource_title}</a> està pendent de confirmació.
|
512
512
|
conference_registrations_over_percentage:
|
513
513
|
email_intro: Les places ocupades per a la conferència "%{resource_title}" ocupen més del %{percentage}%.
|
514
514
|
email_outro: Has rebut aquesta notificació perquè ets administrador de la conferència.
|
@@ -554,7 +554,7 @@ ca:
|
|
554
554
|
conference:
|
555
555
|
take_part: Formar part
|
556
556
|
index:
|
557
|
-
promoted_conferences:
|
557
|
+
promoted_conferences: Jornades destacades
|
558
558
|
order_by_conferences:
|
559
559
|
conferences:
|
560
560
|
one: "%{count} conferència"
|