decidim-core 0.28.5 → 0.28.6
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/participatory_space_dropdown_metadata/show.erb +5 -3
- data/app/cells/decidim/resource_types_filter/show.erb +1 -1
- data/app/cells/decidim/resource_types_filter_cell.rb +6 -6
- data/app/cells/decidim/user_activity/show.erb +1 -1
- data/app/commands/decidim/create_omniauth_registration.rb +14 -8
- data/app/commands/decidim/search.rb +14 -0
- data/app/controllers/decidim/profiles_controller.rb +2 -2
- data/app/controllers/decidim/reports_controller.rb +1 -1
- data/app/controllers/decidim/user_activities_controller.rb +1 -1
- data/app/forms/decidim/account_form.rb +5 -2
- data/app/helpers/decidim/orders_helper.rb +2 -1
- data/app/helpers/decidim/participatory_space_helpers.rb +1 -1
- data/app/models/decidim/user.rb +0 -4
- data/app/models/decidim/user_base_entity.rb +4 -0
- data/app/packs/src/decidim/index.js +4 -2
- data/app/packs/src/decidim/map/provider/here.js +1 -1
- data/app/packs/stylesheets/decidim/_hashtags.scss +5 -0
- data/app/packs/stylesheets/decidim/_header.scss +20 -2
- data/app/packs/stylesheets/decidim/application.scss +1 -0
- data/app/presenters/decidim/log/user_presenter.rb +1 -0
- data/app/services/decidim/base_diff_renderer.rb +2 -0
- data/app/services/decidim/static_map_generator.rb +1 -1
- data/app/views/decidim/last_activities/index.html.erb +1 -1
- data/app/views/decidim/reported_mailer/hide.html.erb +1 -1
- data/app/views/decidim/reported_mailer/report.html.erb +1 -1
- data/app/views/decidim/searches/_count.html.erb +1 -1
- data/app/views/decidim/searches/_filters.html.erb +40 -38
- data/app/views/decidim/shared/_orders.html.erb +2 -2
- data/config/locales/ar.yml +44 -13
- data/config/locales/bg.yml +17 -8
- data/config/locales/bs-BA.yml +2 -0
- data/config/locales/ca-IT.yml +2115 -0
- data/config/locales/ca.yml +56 -13
- data/config/locales/cs.yml +57 -15
- data/config/locales/de.yml +51 -8
- data/config/locales/el.yml +14 -2
- data/config/locales/en.yml +43 -0
- data/config/locales/eo.yml +2 -0
- data/config/locales/es-MX.yml +56 -13
- data/config/locales/es-PY.yml +60 -17
- data/config/locales/es.yml +61 -18
- data/config/locales/eu.yml +114 -73
- data/config/locales/fi-plain.yml +46 -11
- data/config/locales/fi.yml +48 -13
- data/config/locales/fr-CA.yml +52 -9
- data/config/locales/fr.yml +51 -8
- data/config/locales/ga-IE.yml +6 -0
- data/config/locales/gl.yml +29 -2
- data/config/locales/hu.yml +16 -9
- data/config/locales/id-ID.yml +28 -3
- data/config/locales/is-IS.yml +14 -1
- data/config/locales/it.yml +44 -14
- data/config/locales/ja.yml +55 -10
- data/config/locales/lb.yml +27 -7
- data/config/locales/lt.yml +8 -2
- data/config/locales/lv.yml +22 -2
- data/config/locales/nl.yml +27 -5
- data/config/locales/no.yml +20 -0
- data/config/locales/pl.yml +14 -5
- data/config/locales/pt-BR.yml +17 -7
- data/config/locales/pt.yml +20 -0
- data/config/locales/ro-RO.yml +232 -73
- data/config/locales/ru.yml +29 -1
- data/config/locales/sk.yml +34 -6
- data/config/locales/sl.yml +4 -0
- data/config/locales/sr-CS.yml +2 -0
- data/config/locales/sv.yml +28 -9
- data/config/locales/tr-TR.yml +26 -7
- data/config/locales/uk.yml +16 -1
- data/config/locales/zh-CN.yml +22 -2
- data/config/locales/zh-TW.yml +10 -0
- data/lib/decidim/attributes/time_with_zone.rb +5 -1
- data/lib/decidim/content_parsers/blob_parser.rb +10 -8
- data/lib/decidim/content_parsers/user_parser.rb +1 -1
- data/lib/decidim/core/test/shared_examples/reports_examples.rb +48 -6
- data/lib/decidim/core/test/shared_examples/uncommentable_component_examples.rb +26 -0
- data/lib/decidim/core/test/shared_examples/versions_controller_examples.rb +26 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/map/provider/dynamic_map/here.rb +1 -40
- data/lib/decidim/map/provider/static_map/here.rb +34 -0
- data/lib/decidim/nicknamizable.rb +1 -1
- data/lib/decidim/reportable.rb +6 -2
- data/lib/decidim/translatable_attributes.rb +5 -1
- data/lib/decidim/view_model.rb +1 -0
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +23 -20
- metadata +8 -7
- data/app/packs/src/decidim/vendor/leaflet-tilelayer-here.js +0 -212
data/config/locales/ar.yml
CHANGED
@@ -4,10 +4,18 @@ ar:
|
|
4
4
|
attributes:
|
5
5
|
account:
|
6
6
|
delete_reason: سبب حذف حسابك
|
7
|
+
attachment:
|
8
|
+
documents: المستندات
|
9
|
+
photos: الصور
|
7
10
|
common:
|
8
11
|
created_at: تم إنشاؤها في
|
12
|
+
content_block_attachment:
|
13
|
+
background_image: صورة الخلفية
|
14
|
+
main_image: الصورة الرئيسية
|
9
15
|
conversation:
|
10
16
|
body: المحتوى
|
17
|
+
editor_image:
|
18
|
+
file: ملف
|
11
19
|
group:
|
12
20
|
about: عن
|
13
21
|
avatar: الصورة الرمزية
|
@@ -16,12 +24,15 @@ ar:
|
|
16
24
|
name: الإسم
|
17
25
|
nickname: الاسم المستعار
|
18
26
|
phone: الهاتف
|
27
|
+
import:
|
28
|
+
file: ملف
|
19
29
|
message:
|
20
30
|
body: المحتوى
|
21
31
|
report:
|
22
32
|
details: تعليقات إضافية
|
23
33
|
user:
|
24
34
|
about: عن
|
35
|
+
avatar: الصورة الرمزية
|
25
36
|
email: بريدك الإلكتروني
|
26
37
|
locale: اللغة
|
27
38
|
name: اسمك
|
@@ -30,6 +41,8 @@ ar:
|
|
30
41
|
password_confirmation: أكد كلمتك السرية
|
31
42
|
personal_url: العنوان الشبكي الشخصي
|
32
43
|
remove_avatar: إزالة الصورة الرمزية
|
44
|
+
user_group:
|
45
|
+
avatar: الصورة الرمزية
|
33
46
|
models:
|
34
47
|
decidim/attachment_created_event: المرفق
|
35
48
|
decidim/component_published_event: العنصر النشط
|
@@ -94,6 +107,8 @@ ar:
|
|
94
107
|
errors:
|
95
108
|
file_size_too_large: حجم الملف أكبر من المسموح به
|
96
109
|
date:
|
110
|
+
buttons:
|
111
|
+
select: تحديد
|
97
112
|
formats:
|
98
113
|
decidim_short: "%d/%m/%Y"
|
99
114
|
decidim_short_with_month_name_short: "%d %b %Y"
|
@@ -490,7 +505,7 @@ ar:
|
|
490
505
|
metrics:
|
491
506
|
name: مقاييس المنظمة
|
492
507
|
participatory_space_metrics:
|
493
|
-
name:
|
508
|
+
name: المشاركة في الأرقام
|
494
509
|
participatory_space_stats:
|
495
510
|
name: الإحصائيات
|
496
511
|
social_networks_metadata:
|
@@ -642,6 +657,11 @@ ar:
|
|
642
657
|
email_outro: لقد تلقيت هذا الإشعار لأنك تتابع %{amendable_title}. يمكنك إيقاف تلقي الإخطارات باتباع الرابط السابق.
|
643
658
|
email_subject: تم رفض التعديل لـ %{amendable_title} من %{emendation_author_nickname}
|
644
659
|
notification_title: تم رفض التعديل <a href="%{emendation_path}"></a> تم إنشاؤه بواسطة <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> لـ <a href="%{amendable_path}">%{amendable_title}</a>.
|
660
|
+
emendation_promoted:
|
661
|
+
follower:
|
662
|
+
email_intro: 'تم نشر تعديل لـ %{amendable_title}. يمكنك رؤيته من هذه الصفحة:'
|
663
|
+
email_outro: لقد تلقيت هذا الإشعار لأنك مؤلف %{amendable_title}.
|
664
|
+
email_subject: تم نشر تعديل من قبل %{emendation_author_nickname} كـ %{amendable_type} جديد
|
645
665
|
attachments:
|
646
666
|
attachment_created:
|
647
667
|
email_intro: 'تمت إضافة مستند جديد إلى %{resource_title}. يمكنك أن ترى ذلك من هذه الصفحة:'
|
@@ -952,12 +972,12 @@ ar:
|
|
952
972
|
conversation_mailer:
|
953
973
|
comanagers_new_conversation:
|
954
974
|
admin_in_group: تتلقى هذا لأنك مدير في %{group}.
|
955
|
-
greeting:
|
975
|
+
greeting: مرحبًا ، %{recipient}!
|
956
976
|
intro: "بدأ %{manager} محادثة جديدة باسم %{group}. انقر هنا لرؤيتها:"
|
957
977
|
subject: "بدأ %{manager} محادثة جديدة كـ %{group}"
|
958
978
|
comanagers_new_message:
|
959
979
|
admin_in_group: تتلقى هذا لأنك مدير في %{group}.
|
960
|
-
greeting:
|
980
|
+
greeting: مرحبًا ، %{recipient}!
|
961
981
|
intro: "قام %{manager} بنشر رسائل جديدة في المحادثة ذات اسم %{group}. انقر هنا لرؤيتها:"
|
962
982
|
subject: "%{manager} أرسل رسائل جديدة كـ %{group}"
|
963
983
|
new_conversation:
|
@@ -966,12 +986,12 @@ ar:
|
|
966
986
|
subject: "%{sender} بدأ محادثة معك"
|
967
987
|
new_group_conversation:
|
968
988
|
admin_in_group: تتلقى هذا لأنك مدير في %{group}.
|
969
|
-
greeting:
|
989
|
+
greeting: مرحبًا ، %{recipient}!
|
970
990
|
intro: "بدأ %{sender} محادثة جديدة مع المجموعة %{group}. انقر هنا لرؤيتها:"
|
971
991
|
subject: "بدأ %{sender} محادثة جديدة مع %{group}"
|
972
992
|
new_group_message:
|
973
993
|
admin_in_group: تتلقى هذا لأنك مدير في %{group}.
|
974
|
-
greeting:
|
994
|
+
greeting: مرحبًا ، %{recipient}!
|
975
995
|
intro: "قام %{sender} بنشر رسائل جديدة في المحادثة مع المجوعة %{group}. انقر هنا لرؤيتها:"
|
976
996
|
subject: "%{group} لديها رسائل جديدة من %{sender}"
|
977
997
|
new_message:
|
@@ -1005,6 +1025,8 @@ ar:
|
|
1005
1025
|
placeholder: رسالتك...
|
1006
1026
|
send: إرسال
|
1007
1027
|
metrics:
|
1028
|
+
blocked_users:
|
1029
|
+
description: عدد المشاركين المحظورين
|
1008
1030
|
download:
|
1009
1031
|
csv: تحميل البيانات (CSV)
|
1010
1032
|
followers:
|
@@ -1014,11 +1036,15 @@ ar:
|
|
1014
1036
|
participants:
|
1015
1037
|
description: عدد المشاركين النشطين في المنظمة
|
1016
1038
|
object: المشاركين
|
1017
|
-
title:
|
1039
|
+
title: المشاركون
|
1040
|
+
reported_users:
|
1041
|
+
description: عدد المشاركين المبلّغ عنهم
|
1042
|
+
user_reports:
|
1043
|
+
description: عدد التقارير التي قدمها المشاركون
|
1018
1044
|
users:
|
1019
1045
|
description: عدد المشاركين في المنظمة
|
1020
1046
|
object: المشاركين
|
1021
|
-
title:
|
1047
|
+
title: المشاركون
|
1022
1048
|
newsletter_mailer:
|
1023
1049
|
newsletter:
|
1024
1050
|
no_reply_notice: تم إرسال هذا البريد الإلكتروني من عنوان بريد إلكتروني للإشعارات لا يستقبل لا بريد إلكتروني وارد. يرجى عدم الرد على هذه الرسالة.
|
@@ -1069,10 +1095,12 @@ ar:
|
|
1069
1095
|
notifications_digest_mailer:
|
1070
1096
|
header:
|
1071
1097
|
daily: ملخص التنبيهات اليومية
|
1098
|
+
real_time: مزامنة آنيّة
|
1072
1099
|
weekly: ملخص التنبيهات الأسبوعية
|
1073
1100
|
hello: مرحبا %{name}،
|
1074
1101
|
intro:
|
1075
1102
|
daily: 'هذه هي إخطارات اليوم الأخير بناءً على النشاط الذي تتابعه:'
|
1103
|
+
real_time: 'هذا تنبيه عن النشاط الذي تتبعّه:'
|
1076
1104
|
weekly: 'هذه هي إخطارات الأسبوع الأخير بناءً على النشاط الذي تتابعه:'
|
1077
1105
|
outro: لقد تلقيت هذه الإشعارات لأنك تتبع هذا المحتوى أو مؤلفيه. يمكنك إلغاء متابعتها من صفحات كل منهم.
|
1078
1106
|
see_more: عرض المزيد من الإشعارات
|
@@ -1154,6 +1182,8 @@ ar:
|
|
1154
1182
|
conversations: محادثات
|
1155
1183
|
followers: متابعون
|
1156
1184
|
following: يتبع
|
1185
|
+
group_admins: إدارة المشرفين
|
1186
|
+
group_members: إدارة الأعضاء
|
1157
1187
|
groups: المجموعات
|
1158
1188
|
members: أفراد
|
1159
1189
|
officialized: مشارك رسمي
|
@@ -1166,14 +1196,15 @@ ar:
|
|
1166
1196
|
actions:
|
1167
1197
|
create_user_group: إنشاء مجموعة
|
1168
1198
|
edit_profile: تعديل الملف الشخصي
|
1169
|
-
edit_user_group:
|
1199
|
+
edit_user_group: تحرير ملف تعريف المجموعة
|
1170
1200
|
invite_user: دعوة مشارك
|
1171
|
-
join_user_group: طلب الانضمام
|
1172
|
-
leave_user_group:
|
1201
|
+
join_user_group: طلب الانضمام إلى المجموعة
|
1202
|
+
leave_user_group: غادر المجموعة
|
1173
1203
|
manage_user_group: إدارة الفريق
|
1174
|
-
manage_user_group_admins: إدارة
|
1175
|
-
manage_user_group_users: إدارة
|
1204
|
+
manage_user_group_admins: إدارة المشرفين
|
1205
|
+
manage_user_group_users: إدارة الأعضاء
|
1176
1206
|
message: الرسالة
|
1207
|
+
resend_email_confirmation_instructions: إعادة إرسال تعليمات تأكيد البريد الإلكتروني
|
1177
1208
|
create_user_group: إنشاء مجموعة
|
1178
1209
|
edit_profile: تعديل الملف الشخصي
|
1179
1210
|
edit_user_group: تحرير ملف تعريف المجموعة
|
@@ -1269,7 +1300,7 @@ ar:
|
|
1269
1300
|
title: الإبلاغ عن مشكلة
|
1270
1301
|
flag_user_modal:
|
1271
1302
|
already_reported: تم الإبلاغ عن هذا المحتوى وسيتم مراجعته من قبل مدير.
|
1272
|
-
close:
|
1303
|
+
close: قريب
|
1273
1304
|
description: ما هو الأمر الغير مناسب بخصوص هذا المستخدم؟
|
1274
1305
|
offensive: يتضمن العنصرية أو التحيز الجنسي أو الشتائم أو الهجمات الشخصية أو التهديد بالقتل أو طلبات الانتحار أو أي شكل من أشكال خطاب الكراهية.
|
1275
1306
|
report: إبلاغ
|
data/config/locales/bg.yml
CHANGED
@@ -33,6 +33,8 @@ bg:
|
|
33
33
|
personal_url: Персонален URL
|
34
34
|
remove_avatar: Премахни аватара
|
35
35
|
tos_agreement: Споразумение за условия на услугата
|
36
|
+
user_group:
|
37
|
+
avatar: Аватар
|
36
38
|
models:
|
37
39
|
decidim/attachment_created_event: Прикачени файлове
|
38
40
|
decidim/component_published_event: Активен компонент
|
@@ -85,6 +87,9 @@ bg:
|
|
85
87
|
file_size_too_large: Размерът на файла е твърде голям
|
86
88
|
not_inside_organization: Файлът не е прикачен към никоя организация.
|
87
89
|
date:
|
90
|
+
buttons:
|
91
|
+
close: Затвори
|
92
|
+
select: Избери
|
88
93
|
formats:
|
89
94
|
decidim_short: "%d/%m/%Y"
|
90
95
|
decidim_short_dashed: "%d-%m-%Y"
|
@@ -92,6 +97,10 @@ bg:
|
|
92
97
|
decidim_with_day_and_month_name: "%A %d %b %Y"
|
93
98
|
decidim_with_month_name: "%d %B %Y"
|
94
99
|
decidim_with_month_name_short: "%d %b"
|
100
|
+
help:
|
101
|
+
date_format: 'Формат: дд/мм/гггг'
|
102
|
+
order: d-m-y
|
103
|
+
separator: "/"
|
95
104
|
datetime:
|
96
105
|
distance_in_words:
|
97
106
|
about_x_hours:
|
@@ -547,7 +556,7 @@ bg:
|
|
547
556
|
metrics:
|
548
557
|
name: Показатели за организацията
|
549
558
|
participatory_space_metrics:
|
550
|
-
name:
|
559
|
+
name: Индикатори
|
551
560
|
participatory_space_stats:
|
552
561
|
name: Статистики
|
553
562
|
social_networks_metadata:
|
@@ -1358,8 +1367,8 @@ bg:
|
|
1358
1367
|
conversations: Разговори
|
1359
1368
|
followers: Последователи
|
1360
1369
|
following: Следванния
|
1361
|
-
group_admins:
|
1362
|
-
group_members:
|
1370
|
+
group_admins: Управлявай администраторите
|
1371
|
+
group_members: Управллявай членовете
|
1363
1372
|
groups: Групи
|
1364
1373
|
members: Членове
|
1365
1374
|
officialized: Официален участник
|
@@ -1370,16 +1379,16 @@ bg:
|
|
1370
1379
|
title: Значки
|
1371
1380
|
user:
|
1372
1381
|
actions:
|
1373
|
-
create_user_group:
|
1382
|
+
create_user_group: Създай група
|
1374
1383
|
disabled_message: Съобщение
|
1375
1384
|
edit_profile: Редактиране на профил
|
1376
|
-
edit_user_group: Редактиране
|
1385
|
+
edit_user_group: Редактиране профил на група
|
1377
1386
|
invite_user: Покани участник
|
1378
1387
|
join_user_group: Заявка за присъединяване към група
|
1379
1388
|
leave_user_group: Напусни на групата
|
1380
1389
|
manage_user_group: Управление на групата
|
1381
|
-
manage_user_group_admins:
|
1382
|
-
manage_user_group_users:
|
1390
|
+
manage_user_group_admins: Управлявай администраторите
|
1391
|
+
manage_user_group_users: Управллявай членовете
|
1383
1392
|
message: Съобщение
|
1384
1393
|
resend_email_confirmation_instructions: Изпрати отново инструкции за потвърждение
|
1385
1394
|
confirmation_instructions_sent: Изпратени са инструкции за потвърждение по имейл.
|
@@ -1391,7 +1400,7 @@ bg:
|
|
1391
1400
|
join_user_group: Заявка за присъединяване към група
|
1392
1401
|
leave_user_group: Напусни на групата
|
1393
1402
|
manage_user_group_admins: Управлявай администраторите
|
1394
|
-
manage_user_group_users:
|
1403
|
+
manage_user_group_users: Управллявай членовете
|
1395
1404
|
resend_email_confirmation_instructions: Изпрати отново инструкции за потвърждение
|
1396
1405
|
reported_mailer:
|
1397
1406
|
hide:
|