decidim-core 0.26.0.rc1 → 0.26.1
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.
Potentially problematic release.
This version of decidim-core might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/cells/decidim/activity_cell.rb +3 -0
- data/app/cells/decidim/author_cell.rb +1 -0
- data/app/cells/decidim/card_m_cell.rb +1 -1
- data/app/cells/decidim/diff/diff_mode_dropdown.erb +13 -8
- data/app/cells/decidim/diff/diff_mode_html.erb +13 -8
- data/app/cells/decidim/diff/show.erb +5 -3
- data/app/cells/decidim/endorsement_buttons_cell.rb.2 +211 -0
- data/app/cells/decidim/endorsers_list/show.erb +1 -1
- data/app/cells/decidim/fingerprint/show.erb +1 -1
- data/app/cells/decidim/followers/show.erb +1 -1
- data/app/cells/decidim/following/show.erb +2 -2
- data/app/cells/decidim/groups/show.erb +1 -1
- data/app/cells/decidim/members/show.erb +1 -1
- data/app/cells/decidim/profile_sidebar/show.erb +1 -1
- data/app/cells/decidim/user_conversation/messages.erb +1 -1
- data/app/cells/decidim/user_conversation_cell.rb +4 -0
- data/app/cells/decidim/user_conversations/add_conversation_users.erb +1 -1
- data/app/cells/decidim/version_cell.rb +1 -1
- data/app/cells/decidim/versions_list_cell.rb +1 -1
- data/app/cells/decidim/versions_list_item/show.erb +2 -2
- data/app/commands/decidim/messaging/reply_to_conversation.rb +4 -1
- data/app/commands/decidim/unendorse_resource.rb +5 -4
- data/app/controllers/decidim/application_controller.rb +1 -0
- data/app/controllers/decidim/components/base_controller.rb +0 -1
- data/app/events/decidim/amendable/amendment_base_event.rb +1 -1
- data/app/forms/decidim/messaging/message_form.rb +1 -1
- data/app/helpers/decidim/endorsable_helper.rb +7 -6
- data/app/helpers/decidim/social_share_button_helper.rb +26 -0
- data/app/helpers/decidim/twitter_search_helper.rb +14 -0
- data/app/models/decidim/moderation.rb +3 -0
- data/app/models/decidim/user.rb +0 -9
- data/app/models/decidim/user_base_entity.rb +6 -0
- data/app/models/decidim/user_group.rb +0 -3
- data/app/packs/entrypoints/decidim_core.js +3 -0
- data/app/packs/src/decidim/back_to_list.js +26 -0
- data/app/packs/src/decidim/dialog_mode.js +11 -99
- data/app/packs/src/decidim/dialog_mode.test.js +17 -4
- data/app/packs/src/decidim/diff_mode_dropdown.js +3 -3
- data/app/packs/src/decidim/dropdowns_menus.js +1 -0
- data/app/packs/src/decidim/focus_guard.js +142 -0
- data/app/packs/src/decidim/form_filter.js +17 -1
- data/app/packs/src/decidim/form_remote.js +38 -0
- data/app/packs/src/decidim/index.js +15 -0
- data/app/packs/src/decidim/input_character_counter.js +4 -1
- data/app/packs/src/decidim/input_emoji.js +38 -6
- data/app/packs/src/decidim/input_multiple_mentions.js +19 -0
- data/app/packs/src/decidim/vendor/social-share-button.js +174 -0
- data/app/packs/stylesheets/decidim/extras/_quill.scss +1 -2
- data/app/packs/stylesheets/decidim/modules/_buttons.scss +2 -1
- data/app/packs/stylesheets/decidim/modules/_comments.scss +1 -0
- data/app/packs/stylesheets/decidim/modules/_forms.scss +6 -1
- data/app/packs/stylesheets/decidim/modules/_typography.scss +2 -0
- data/app/packs/stylesheets/decidim/utils/_settings.scss +1 -0
- data/app/packs/stylesheets/decidim/vendor/_social_share_button.scss +7 -1
- data/app/permissions/decidim/permissions.rb +9 -0
- data/app/presenters/decidim/menu_item_presenter.rb +9 -1
- data/app/views/decidim/account/show.html.erb +1 -1
- data/app/views/decidim/application/_collection.html.erb +2 -2
- data/app/views/decidim/endorsements/identities.html.erb +1 -1
- data/app/views/decidim/groups/new.html.erb +2 -0
- data/app/views/decidim/messaging/conversations/_add_conversation_users.html.erb +1 -1
- data/app/views/decidim/messaging/conversations/_conversation.html.erb +8 -2
- data/app/views/decidim/messaging/conversations/_reply.html.erb +1 -1
- data/app/views/decidim/messaging/conversations/_start.html.erb +1 -1
- data/app/views/decidim/messaging/conversations/create.js.erb +1 -0
- data/app/views/layouts/decidim/_language_chooser.html.erb +9 -2
- data/app/views/layouts/decidim/_logo.html.erb +1 -1
- data/config/initializers/devise.rb +7 -19
- data/config/locales/ar.yml +63 -0
- data/config/locales/ca.yml +46 -2
- data/config/locales/cs.yml +10 -2
- data/config/locales/de.yml +12 -1
- data/config/locales/en.yml +9 -0
- data/config/locales/es-MX.yml +47 -0
- data/config/locales/es-PY.yml +47 -0
- data/config/locales/es.yml +2 -0
- data/config/locales/eu.yml +6 -0
- data/config/locales/fi-plain.yml +48 -0
- data/config/locales/fi.yml +10 -0
- data/config/locales/fr-CA.yml +16 -0
- data/config/locales/fr.yml +41 -25
- data/config/locales/gl.yml +51 -0
- data/config/locales/hu.yml +111 -0
- data/config/locales/it.yml +1 -0
- data/config/locales/ja.yml +16 -5
- data/config/locales/nl.yml +0 -3
- data/config/locales/no.yml +225 -0
- data/config/locales/ro-RO.yml +14 -0
- data/config/locales/sv.yml +45 -3
- data/db/seeds.rb +2 -2
- data/lib/decidim/api/functions/user_entity_finder.rb +2 -1
- data/lib/decidim/api/functions/user_entity_list.rb +2 -1
- data/lib/decidim/content_renderers/link_renderer.rb +1 -1
- data/lib/decidim/core/engine.rb +43 -0
- data/lib/decidim/core/test/shared_examples/amendable/amendment_accepted_event_examples.rb +0 -1
- data/lib/decidim/core/test/shared_examples/amendable/amendment_created_event_examples.rb +0 -1
- data/lib/decidim/core/test/shared_examples/amendable/amendment_promoted_event_examples.rb +0 -1
- data/lib/decidim/core/test/shared_examples/amendable/amendment_rejected_event_examples.rb +0 -1
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +27 -0
- data/lib/decidim/core/test/shared_examples/conversations_examples.rb +19 -0
- data/lib/decidim/core/test/shared_examples/endorsable.rb +69 -0
- data/lib/decidim/core/test/shared_examples/searchable_results_examples.rb +34 -0
- data/lib/decidim/core/test.rb +2 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/endorsable.rb +5 -1
- data/lib/decidim/map/autocomplete.rb +12 -5
- data/lib/decidim/middleware/rails_cookies.rb +23 -0
- data/lib/decidim/resourceable.rb +1 -0
- data/lib/decidim/searchable.rb +10 -4
- data/lib/decidim/social_share/service.rb +33 -0
- data/lib/decidim/social_share/service_registry.rb +63 -0
- data/lib/decidim/social_share.rb +45 -0
- data/lib/decidim/view_model.rb +0 -1
- data/lib/tasks/decidim_webpacker_tasks.rake +4 -10
- data/lib/tasks/upgrade/decidim_moderation_tasks.rake +32 -0
- metadata +22 -10
- data/app/helpers/decidim/filter_params_helper.rb +0 -30
- data/config/initializers/mail_previews.rb +0 -5
data/config/locales/ar.yml
CHANGED
@@ -77,7 +77,18 @@ ar:
|
|
77
77
|
decidim_with_day_and_month_name: "%A %d %b %Y"
|
78
78
|
decidim_with_month_name: "%d %B %Y"
|
79
79
|
decidim_with_month_name_short: "%d %b"
|
80
|
+
datetime:
|
81
|
+
distance_in_words:
|
82
|
+
x_seconds:
|
83
|
+
one: منذ ثانية
|
84
|
+
other: "منذ %{count} ثوان"
|
85
|
+
zero: للتو
|
80
86
|
decidim:
|
87
|
+
accessibility:
|
88
|
+
external_link: الرابط الخارجي
|
89
|
+
front_page_link: انتقل إلى الصفحة الأولى
|
90
|
+
logo: "شعار %{organization} الرسمي"
|
91
|
+
skip_button: تخطي إلى المحتوى الرئيسي
|
81
92
|
account:
|
82
93
|
data_portability_export:
|
83
94
|
file_no_exists: الملف غير موجود
|
@@ -93,6 +104,7 @@ ar:
|
|
93
104
|
error: حدثت مشكلة في حذف حسابك.
|
94
105
|
success: تم حذف حسابك بنجاح.
|
95
106
|
show:
|
107
|
+
available_locales_helper: اختر اللغة التي تريد استخدامها لتصفح وتلقي الإشعارات في Decidim
|
96
108
|
change_password: غير كلمة السر
|
97
109
|
update_account: تحديث الحساب
|
98
110
|
update:
|
@@ -226,11 +238,16 @@ ar:
|
|
226
238
|
few: مستندات
|
227
239
|
many: مستندات
|
228
240
|
other: مستندات
|
241
|
+
document:
|
242
|
+
download: نزّل الملف
|
229
243
|
documents:
|
230
244
|
related_documents: الوثائق ذات الصلة
|
245
|
+
geocoding:
|
246
|
+
geocoded_address: العنوان
|
231
247
|
photos:
|
232
248
|
related_photos: الصور ذات الصلة
|
233
249
|
author:
|
250
|
+
avatar: 'الصورة الرمزية: %{name}'
|
234
251
|
comments:
|
235
252
|
zero: تعليقات
|
236
253
|
one: تعليق
|
@@ -277,6 +294,9 @@ ar:
|
|
277
294
|
title: غير مخوّل
|
278
295
|
unconfirmed:
|
279
296
|
title: تأكيد البريد الإلكتروني
|
297
|
+
block_user_mailer:
|
298
|
+
notify:
|
299
|
+
hello: مرحبًا،
|
280
300
|
collapsible_list:
|
281
301
|
hidden_elements_count:
|
282
302
|
zero: و %{count} أخرى
|
@@ -288,6 +308,9 @@ ar:
|
|
288
308
|
see_less: "(انظر أقل)"
|
289
309
|
see_more: "(شاهد المزيد)"
|
290
310
|
components:
|
311
|
+
component_order_selector:
|
312
|
+
order:
|
313
|
+
question: سؤال
|
291
314
|
dummy:
|
292
315
|
actions:
|
293
316
|
bar: شريط
|
@@ -312,10 +335,14 @@ ar:
|
|
312
335
|
dummy_step_translatable_text: نص افتراضي للخطوة قابل للترجمة
|
313
336
|
contact: اتصل
|
314
337
|
content_blocks:
|
338
|
+
cta_settings_form:
|
339
|
+
description: الوصف
|
315
340
|
footer_sub_hero:
|
316
341
|
name: تذييل البطل الفرعي راية
|
317
342
|
hero:
|
318
343
|
name: صورة البطل
|
344
|
+
hero_settings_form:
|
345
|
+
welcome_text: نص الترحيب
|
319
346
|
highlighted_content_banner:
|
320
347
|
name: شعار المحتوى المميز
|
321
348
|
how_to_participate:
|
@@ -711,6 +738,9 @@ ar:
|
|
711
738
|
index:
|
712
739
|
last_activity: النشاط الاخير
|
713
740
|
resource_type: نوع
|
741
|
+
links:
|
742
|
+
warning:
|
743
|
+
cancel: إلغاء
|
714
744
|
log:
|
715
745
|
base_presenter:
|
716
746
|
create: "%{user_name} تم الإنشاء %{resource_name}"
|
@@ -750,6 +780,10 @@ ar:
|
|
750
780
|
outro: استمتع ديسيديم!
|
751
781
|
subject: لديك رسائل جديدة من %{sender}
|
752
782
|
conversations:
|
783
|
+
add_conversation_users:
|
784
|
+
add_users_placeholder: البحث…
|
785
|
+
modal_title: محادثة جديدة
|
786
|
+
no_results: لا توجد نتائج
|
753
787
|
create:
|
754
788
|
error: لم تبدأ المحادثة. حاول مرة أخرى في وقت لاحق
|
755
789
|
index:
|
@@ -920,6 +954,7 @@ ar:
|
|
920
954
|
report_html: <p>بعد <a href="%{url}">محتوى</a> تم إخفاء تلقائيا.</p>
|
921
955
|
subject: تم إخفاء المورد تلقائيًا
|
922
956
|
report:
|
957
|
+
content_original_language: لغة المحتوى الأصلية
|
923
958
|
hello: مرحبا %{name}،
|
924
959
|
report_html: <p>تم الإبلاغ عن المحتوى <a href="%{url}">التالي</a> .</p>
|
925
960
|
subject: تم الإبلاغ عن مورد
|
@@ -936,6 +971,7 @@ ar:
|
|
936
971
|
prompt: حدد النطاق
|
937
972
|
scopes: نطاقات
|
938
973
|
search:
|
974
|
+
results: نتائج البحث
|
939
975
|
results_found_for_term: '%{count} نتائج البحث: "%{term}"'
|
940
976
|
term_input_placeholder: بحث
|
941
977
|
searches:
|
@@ -962,6 +998,9 @@ ar:
|
|
962
998
|
other: "%{count} النتائج"
|
963
999
|
view_all: عرض الكل (%{count})
|
964
1000
|
shared:
|
1001
|
+
confirm_modal:
|
1002
|
+
cancel: إلغاء
|
1003
|
+
title: تأكيد
|
965
1004
|
embed_modal:
|
966
1005
|
close_window: أغلق النافذة
|
967
1006
|
embed: يرجى لصق هذا الرمز في صفحتك
|
@@ -1002,10 +1041,22 @@ ar:
|
|
1002
1041
|
share_link: مشاركة الرابط
|
1003
1042
|
statistics:
|
1004
1043
|
comments_count: تعليقات
|
1044
|
+
headline: الإحصائيات
|
1045
|
+
pages_count: صفحات
|
1046
|
+
participants_count: المشاركون
|
1047
|
+
users_count: المشاركون
|
1005
1048
|
user_activity:
|
1006
1049
|
index:
|
1007
1050
|
no_activities_warning: هذا المشارك لم يقم بأي نشاط حتى الآن.
|
1008
1051
|
user_conversations:
|
1052
|
+
index:
|
1053
|
+
add_users_placeholder: البحث…
|
1054
|
+
close: غلق
|
1055
|
+
last_message: آخر رسالة
|
1056
|
+
modal_title: محادثة جديدة
|
1057
|
+
new_conversation: محادثة جديدة
|
1058
|
+
next: التالي
|
1059
|
+
no_results: لا توجد نتائج
|
1009
1060
|
update:
|
1010
1061
|
error: لم يتم إرسال الرسالة. حاول مرة أخرى في وقت لاحق
|
1011
1062
|
user_interests:
|
@@ -1017,6 +1068,9 @@ ar:
|
|
1017
1068
|
update:
|
1018
1069
|
error: حدثت مشكلة أثناء تحديث اهتماماتك.
|
1019
1070
|
success: اهتماماتك تم تحديثها بنجاح
|
1071
|
+
version:
|
1072
|
+
show:
|
1073
|
+
back_to_resource: العودة
|
1020
1074
|
version_author:
|
1021
1075
|
show:
|
1022
1076
|
deleted: مشارك محذوف
|
@@ -1207,19 +1261,28 @@ ar:
|
|
1207
1261
|
edit_link:
|
1208
1262
|
edit: تعديل
|
1209
1263
|
footer:
|
1264
|
+
decidim_logo: شعار Decidim
|
1210
1265
|
download_open_data: تحميل ملفات البيانات المفتوحة
|
1211
1266
|
made_with_open_source: موقع تم إنشاؤه <a target="_blank" href="https://github.com/decidim/decidim">بالبرمجيات الحرة</a>.
|
1212
1267
|
header:
|
1213
1268
|
close_menu: إغلاق القائمة
|
1269
|
+
main_menu: القائمة الرئيسية
|
1214
1270
|
navigation: التنقل
|
1215
1271
|
sign_in: تسجيل الدخول
|
1216
1272
|
sign_up: انشئ حسابًا
|
1273
|
+
user_menu: قائمة المستخدم
|
1217
1274
|
impersonation_warning:
|
1218
1275
|
close_session: اغلق الموسم
|
1219
1276
|
description_html: أنت تدير المشارك <b>%{user_name}</b>.
|
1220
1277
|
expire_time_html: سوف تنتهي جلستك في <b><span class="minutes">%{minutes}</span> دقائق</b>.
|
1278
|
+
language_chooser:
|
1279
|
+
choose_language: اختر اللغة
|
1221
1280
|
notifications_dashboard:
|
1222
1281
|
mark_all_as_read: اشر عليها بانها قرات
|
1282
|
+
timeout_modal:
|
1283
|
+
continue_session: متابعة الجلسة
|
1284
|
+
sign_out: تسجيل الخروج
|
1285
|
+
title: هل ترغب في متابعة جلستك؟
|
1223
1286
|
user_menu:
|
1224
1287
|
admin_dashboard: لوحة القيادة الادارية
|
1225
1288
|
conversations: المحادثات
|
data/config/locales/ca.yml
CHANGED
@@ -76,6 +76,34 @@ ca:
|
|
76
76
|
decidim_with_day_and_month_name: "%A %d %b %Y"
|
77
77
|
decidim_with_month_name: "%d %B %Y"
|
78
78
|
decidim_with_month_name_short: "%d %b"
|
79
|
+
datetime:
|
80
|
+
distance_in_words:
|
81
|
+
about_x_hours:
|
82
|
+
one: al voltant d’1 hora
|
83
|
+
other: al voltant de %{count} hores
|
84
|
+
about_x_months:
|
85
|
+
one: al voltant d’1 mes
|
86
|
+
other: al voltant de %{count} mesos
|
87
|
+
half_a_minute: mig minut
|
88
|
+
less_than_x_minutes:
|
89
|
+
one: menys d’un minut
|
90
|
+
other: menys de %{count} minuts
|
91
|
+
less_than_x_seconds:
|
92
|
+
one: ara mateix
|
93
|
+
other: menys de %{count} segons
|
94
|
+
x_days:
|
95
|
+
one: fa 1 dia
|
96
|
+
other: "fa %{count} dies"
|
97
|
+
x_hours:
|
98
|
+
one: fa 1 hora
|
99
|
+
other: "fa %{count} hores"
|
100
|
+
x_minutes:
|
101
|
+
one: fa 1 minut
|
102
|
+
other: "fa %{count} minuts"
|
103
|
+
x_seconds:
|
104
|
+
one: fa 1 segon
|
105
|
+
other: "fa %{count} segons"
|
106
|
+
zero: ara mateix
|
79
107
|
decidim:
|
80
108
|
accessibility:
|
81
109
|
external_link: Enllaç extern
|
@@ -504,6 +532,11 @@ ca:
|
|
504
532
|
this_application_will_not_be_able_to: 'Aquesta aplicació no podrà:'
|
505
533
|
update_profile: Actualitza el teu perfil
|
506
534
|
wants_to_use_your_account_html: "<strong>%{application_name}</strong> vol utilitzar el teu compte"
|
535
|
+
editor_images:
|
536
|
+
create:
|
537
|
+
error: S'ha produït un error en pujar la imatge
|
538
|
+
success: La imatge s'ha pujat correctament
|
539
|
+
drag_and_drop_help: Afegeix imatges arrossegant-les i deixant-les anar o bé enganxant-les.
|
507
540
|
endorsable:
|
508
541
|
endorsements: Adhesions
|
509
542
|
endorsements_count: Número d'adhesions
|
@@ -960,6 +993,7 @@ ca:
|
|
960
993
|
next: Següent
|
961
994
|
no_conversations: Encara no tens converses
|
962
995
|
title: Converses
|
996
|
+
to: Per a
|
963
997
|
reply:
|
964
998
|
placeholder: La teva resposta...
|
965
999
|
send: Enviar
|
@@ -967,7 +1001,7 @@ ca:
|
|
967
1001
|
show:
|
968
1002
|
back: Tornar a totes les converses
|
969
1003
|
chat_with: Conversa amb
|
970
|
-
deleted_accounts: No podeu tenir una conversa amb un compte d'
|
1004
|
+
deleted_accounts: No podeu tenir una conversa amb un compte d'usuària eliminat.
|
971
1005
|
not_allowed: Aquesta participant no accepta missatges directes.
|
972
1006
|
title: Conversa amb %{usernames}
|
973
1007
|
start:
|
@@ -1035,6 +1069,12 @@ ca:
|
|
1035
1069
|
greetings: Salutacions,<br/>%{organization_name}<br/><a href="%{organization_url}">%{organization_url}</a>
|
1036
1070
|
hello: Hola,
|
1037
1071
|
subject: Vols seguir rebent informació rellevant sobre %{organization_name}?
|
1072
|
+
notification_mailer:
|
1073
|
+
event_received:
|
1074
|
+
no_translation_available: Ho sentim, no s'ha pogut recuperar la traducció automàtica en enviar el correu. Pots comprovar la traducció del text original a través del següent enllaç %{link}.
|
1075
|
+
original_text: 'Text original:'
|
1076
|
+
same_language: El contingut s'ha publicat en la teva llengua de preferència (%{language}), és per això que no es mostra cap traducció automàtica en aquest correu electrònic.
|
1077
|
+
translated_text: 'Text de la traducció automàtica:'
|
1038
1078
|
notifications:
|
1039
1079
|
no_notifications: Encara no hi ha notificacions.
|
1040
1080
|
notifications_settings:
|
@@ -1332,7 +1372,7 @@ ca:
|
|
1332
1372
|
title_reply: Respondre
|
1333
1373
|
show:
|
1334
1374
|
back: Mostra totes les converses
|
1335
|
-
deleted_accounts: No podeu tenir una conversa amb un compte d'
|
1375
|
+
deleted_accounts: No podeu tenir una conversa amb un compte d'usuària eliminat.
|
1336
1376
|
not_allowed: Aquesta participant no accepta missatges directes.
|
1337
1377
|
title: Conversa amb %{usernames}
|
1338
1378
|
update:
|
@@ -1629,10 +1669,12 @@ ca:
|
|
1629
1669
|
name: Català
|
1630
1670
|
name_with_error: Anglès (error!)
|
1631
1671
|
password_validator:
|
1672
|
+
blacklisted: a la llista negra
|
1632
1673
|
domain_included_in_password: és massa semblant a aquest nom de domini
|
1633
1674
|
email_included_in_password: és massa similar al teu correu electrònic
|
1634
1675
|
fallback: no és vàlid
|
1635
1676
|
name_included_in_password: és massa semblant al teu nom
|
1677
|
+
nickname_included_in_password: és massa semblant al teu àlies
|
1636
1678
|
not_enough_unique_characters: no té prou caràcters únics
|
1637
1679
|
password_not_allowed: no està permès
|
1638
1680
|
password_too_common: és massa comú
|
@@ -1667,6 +1709,8 @@ ca:
|
|
1667
1709
|
day_of_week: "%a"
|
1668
1710
|
day_of_week_long: "%a %e"
|
1669
1711
|
day_of_year: "%d/%m/%y"
|
1712
|
+
ddmm: "%d.%m"
|
1713
|
+
ddmmyyyy: "%d.%m.%Y"
|
1670
1714
|
decidim_day_of_year: "%d %B %Y"
|
1671
1715
|
decidim_short: "%d/%m/%Y %H:%M"
|
1672
1716
|
default: "%a, %d %b %Y %H:%M:%S %z"
|
data/config/locales/cs.yml
CHANGED
@@ -22,6 +22,7 @@ cs:
|
|
22
22
|
user:
|
23
23
|
about: O nás
|
24
24
|
email: Váš email
|
25
|
+
locale: Jazyk
|
25
26
|
name: Vaše jméno
|
26
27
|
nickname: Přezdívka
|
27
28
|
password: Heslo
|
@@ -124,12 +125,12 @@ cs:
|
|
124
125
|
other: "před %{count} minutami"
|
125
126
|
x_seconds:
|
126
127
|
one: před 1 vteřinou
|
127
|
-
few: "před %{count} vteřinami"
|
128
|
-
many: "před %{count} vteřinami"
|
129
128
|
other: "před %{count} vteřinami"
|
129
|
+
zero: právě teď
|
130
130
|
decidim:
|
131
131
|
accessibility:
|
132
132
|
external_link: Externí odkaz
|
133
|
+
front_page_link: Přejít na titulní stránku
|
133
134
|
logo: "Oficiální logo %{organization}"
|
134
135
|
skip_button: Přeskočit na hlavní obsah
|
135
136
|
account:
|
@@ -734,6 +735,11 @@ cs:
|
|
734
735
|
email_outro: Toto oznámení jste obdrželi, protože jste sledovali %{nickname}. Na předchozím odkazu můžete přestat přijímat oznámení.
|
735
736
|
email_subject: "%{nickname} aktualizoval svůj profil"
|
736
737
|
notification_title: <a href="%{resource_path}">Profilová stránka</a> od %{name} (%{nickname}), kterou sledujete, byla aktualizována.
|
738
|
+
user_officialized:
|
739
|
+
email_intro: Uživatel %{name} (%{nickname}) byl oficiálně zveřejněn.
|
740
|
+
email_outro: Obdrželi jste toto oznámení, protože jste správcem organizace.
|
741
|
+
email_subject: "%{name} byl oficializován"
|
742
|
+
notification_title: Uživatel %{name} (%{nickname}) byl oficiálně zveřejněn.
|
737
743
|
export_mailer:
|
738
744
|
data_portability_export:
|
739
745
|
click_button: 'Klikněte na následující odkaz pro stažení vašich dat.<br/>Soubor bude k dispozici do %{date}.<br/>Budete potřebovat <a href="https://www.7-zip.org/">7-Zip</a> (pro Windows), <a href="https://www.keka.io/en/">Keka</a> (pro MacOS) nebo <a href="https://peazip.github.io">PeaZip</a> (pro Linux) pro jeho otevření. Heslo: %{password}'
|
@@ -1033,6 +1039,7 @@ cs:
|
|
1033
1039
|
next: Další
|
1034
1040
|
no_conversations: Nemáte zatím žádné konverzace
|
1035
1041
|
title: Konverzace
|
1042
|
+
to: Komu
|
1036
1043
|
reply:
|
1037
1044
|
placeholder: Vaše odpověď...
|
1038
1045
|
send: Poslat
|
@@ -1777,6 +1784,7 @@ cs:
|
|
1777
1784
|
dropdown:
|
1778
1785
|
choose_diff_view_html: 'Režim HTML zobrazení:'
|
1779
1786
|
choose_diff_view_mode: 'Mód srovnávacího zobrazení:'
|
1787
|
+
choose_diff_view_mode_menu: Vyberte režim porovnání
|
1780
1788
|
option_escaped: Escapované
|
1781
1789
|
option_split: Vedle sebe
|
1782
1790
|
option_unescaped: Neošetřené Esc
|
data/config/locales/de.yml
CHANGED
@@ -76,6 +76,9 @@ de:
|
|
76
76
|
decidim_with_day_and_month_name: "%A, %d. %b %Y"
|
77
77
|
decidim_with_month_name: "%d %B %Y"
|
78
78
|
decidim_with_month_name_short: "%d. %b"
|
79
|
+
datetime:
|
80
|
+
distance_in_words:
|
81
|
+
half_a_minute: eine halbe Minute
|
79
82
|
decidim:
|
80
83
|
accessibility:
|
81
84
|
external_link: Externer Link
|
@@ -98,6 +101,7 @@ de:
|
|
98
101
|
error: Beim Löschen Ihres Kontos ist ein Fehler aufgetreten.
|
99
102
|
success: Ihr Konto wurde erfolgreich gelöscht.
|
100
103
|
show:
|
104
|
+
available_locales_helper: Wählen Sie die Sprache aus, die Sie verwenden möchten, um in Decidim zu surfen und Benachrichtigungen zu erhalten
|
101
105
|
change_password: Passwort ändern
|
102
106
|
update_account: Konto aktualisieren
|
103
107
|
update:
|
@@ -661,6 +665,11 @@ de:
|
|
661
665
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{nickname} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
662
666
|
email_subject: "%{nickname} hat ihr Profil aktualisiert"
|
663
667
|
notification_title: Die <a href="%{resource_path}">Profilseite</a> von %{name} (%{nickname}), der Sie folgen, wurde aktualisiert.
|
668
|
+
user_officialized:
|
669
|
+
email_intro: Teilnehmer %{name} (%{nickname}) wurde offiziell bestätigt.
|
670
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Administrator der Organisation sind.
|
671
|
+
email_subject: "%{name} wurde offiziell bestätigt"
|
672
|
+
notification_title: Teilnehmer %{name} (%{nickname}) wurde offiziell bestätigt.
|
664
673
|
export_mailer:
|
665
674
|
data_portability_export:
|
666
675
|
click_button: 'Klicken Sie auf den Link, um Ihre Daten herunterzuladen.<br/>Die Datei steht bis zum %{date} zur Verfügung.<br/>Sie benötigen <a href="https://www.7-zip.org/">7-Zip</a> (für Windows), <a href="https://www.keka.io/en/">Keka</a> (für MacOS) oder <a href="https://peazip.github.io">PeaZip</a> (für Linux) um die Datei zu öffnen. Passwort: %{password}'
|
@@ -1097,7 +1106,7 @@ de:
|
|
1097
1106
|
modal_body: Wenn Sie sich weigern, werden Sie nicht in der Lage sein , die Plattform zu nutzen, können Sie <a href="%{data_portability_path}">laden Sie Ihre Daten</a> und / oder <a href="%{delete_path}">Ihr Konto löschen</a>.
|
1098
1107
|
modal_btn_continue: Bedingungen akzeptieren und fortfahren
|
1099
1108
|
modal_btn_exit: Ich werde es später überprüfen
|
1100
|
-
modal_button:
|
1109
|
+
modal_button: Bedingungen ablehnen
|
1101
1110
|
modal_close: Modal schließen
|
1102
1111
|
modal_title: Lehnen Sie die aktualisierten Geschäftsbedingungen wirklich ab?
|
1103
1112
|
required_review:
|
@@ -1610,6 +1619,7 @@ de:
|
|
1610
1619
|
name: Deutsch
|
1611
1620
|
name_with_error: Englisch (Fehler!)
|
1612
1621
|
password_validator:
|
1622
|
+
blacklisted: ist gesperrt
|
1613
1623
|
domain_included_in_password: ist diesem Domainnamen zu ähnlich
|
1614
1624
|
email_included_in_password: ist Ihrer E-Mail zu ähnlich
|
1615
1625
|
fallback: ist ungültig
|
@@ -1666,6 +1676,7 @@ de:
|
|
1666
1676
|
dropdown:
|
1667
1677
|
choose_diff_view_html: 'HTML-Ansicht:'
|
1668
1678
|
choose_diff_view_mode: 'Vergleichsansicht:'
|
1679
|
+
choose_diff_view_mode_menu: Vergleichsmodus wählen
|
1669
1680
|
option_escaped: aus der Seite herausgekommen
|
1670
1681
|
option_split: Nebeneinander
|
1671
1682
|
option_unescaped: aus der Seite nicht herausgekommen
|
data/config/locales/en.yml
CHANGED
@@ -23,6 +23,7 @@ en:
|
|
23
23
|
user:
|
24
24
|
about: About
|
25
25
|
email: Your email
|
26
|
+
locale: Locale
|
26
27
|
name: Your name
|
27
28
|
nickname: Nickname
|
28
29
|
password: Password
|
@@ -108,6 +109,7 @@ en:
|
|
108
109
|
decidim:
|
109
110
|
accessibility:
|
110
111
|
external_link: External link
|
112
|
+
front_page_link: Go to front page
|
111
113
|
logo: "%{organization}'s official logo"
|
112
114
|
skip_button: Skip to main content
|
113
115
|
account:
|
@@ -704,6 +706,11 @@ en:
|
|
704
706
|
email_outro: You have received this notification because you are following %{nickname}. You can stop receiving notifications following the previous link.
|
705
707
|
email_subject: "%{nickname} updated their profile"
|
706
708
|
notification_title: The <a href="%{resource_path}">profile page</a> of %{name} (%{nickname}), who you are following, has been updated.
|
709
|
+
user_officialized:
|
710
|
+
email_intro: Participant %{name} (%{nickname}) has been officialized.
|
711
|
+
email_outro: You have received this notification because you are an administrator of the organization.
|
712
|
+
email_subject: "%{name} has been officialized"
|
713
|
+
notification_title: Participant %{name} (%{nickname}) has been officialized.
|
707
714
|
export_mailer:
|
708
715
|
data_portability_export:
|
709
716
|
click_button: 'Click the next link to download your data.<br/>The file will be available until %{date}.<br/>You will need <a href="https://www.7-zip.org/">7-Zip</a> (for Windows), <a href="https://www.keka.io/en/">Keka</a> (for MacOS) or <a href="https://peazip.github.io">PeaZip</a> (for Linux) to open it. Password: %{password}'
|
@@ -1001,6 +1008,7 @@ en:
|
|
1001
1008
|
next: Next
|
1002
1009
|
no_conversations: You have no conversations yet
|
1003
1010
|
title: Conversations
|
1011
|
+
to: To
|
1004
1012
|
reply:
|
1005
1013
|
placeholder: Your reply...
|
1006
1014
|
send: Send
|
@@ -1737,6 +1745,7 @@ en:
|
|
1737
1745
|
dropdown:
|
1738
1746
|
choose_diff_view_html: 'HTML view mode:'
|
1739
1747
|
choose_diff_view_mode: 'Compare view mode:'
|
1748
|
+
choose_diff_view_mode_menu: Choose compare mode
|
1740
1749
|
option_escaped: Escaped
|
1741
1750
|
option_split: Side-by-side
|
1742
1751
|
option_unescaped: Unescaped
|
data/config/locales/es-MX.yml
CHANGED
@@ -76,6 +76,34 @@ es-MX:
|
|
76
76
|
decidim_with_day_and_month_name: "%A %d %b %Y"
|
77
77
|
decidim_with_month_name: "%d %B %Y"
|
78
78
|
decidim_with_month_name_short: "%d %b"
|
79
|
+
datetime:
|
80
|
+
distance_in_words:
|
81
|
+
about_x_hours:
|
82
|
+
one: aproximadamente 1 hora
|
83
|
+
other: aproximadamente %{count} horas
|
84
|
+
about_x_months:
|
85
|
+
one: aproximadamente 1 mes
|
86
|
+
other: aproximadamente %{count} meses
|
87
|
+
half_a_minute: medio minuto
|
88
|
+
less_than_x_minutes:
|
89
|
+
one: menos de 1 minuto
|
90
|
+
other: menos de %{count} minutos
|
91
|
+
less_than_x_seconds:
|
92
|
+
one: ahora mismo
|
93
|
+
other: menos de %{count} segundos
|
94
|
+
x_days:
|
95
|
+
one: hace 1 día
|
96
|
+
other: "hace %{count} días"
|
97
|
+
x_hours:
|
98
|
+
one: hace 1 hora
|
99
|
+
other: "hace %{count} días"
|
100
|
+
x_minutes:
|
101
|
+
one: hace 1 minuto
|
102
|
+
other: "hace %{count} minutos"
|
103
|
+
x_seconds:
|
104
|
+
one: hace 1 segundo
|
105
|
+
other: "hace %{count} segundos"
|
106
|
+
zero: ahora mismo
|
79
107
|
decidim:
|
80
108
|
accessibility:
|
81
109
|
external_link: Enlace externo
|
@@ -507,6 +535,11 @@ es-MX:
|
|
507
535
|
this_application_will_not_be_able_to: 'Esta aplicación no podrá:'
|
508
536
|
update_profile: Actualiza tu perfil
|
509
537
|
wants_to_use_your_account_html: "<strong>%{application_name}</strong> quiere usar tu cuenta"
|
538
|
+
editor_images:
|
539
|
+
create:
|
540
|
+
error: Error al subir la imagen
|
541
|
+
success: Imagen subida con éxito
|
542
|
+
drag_and_drop_help: Puedes añadir imágenes arrastrando y soltándolas o también pegándolas.
|
510
543
|
endorsable:
|
511
544
|
endorsements: Adhesiones
|
512
545
|
endorsements_count: Número de adhesiones
|
@@ -697,6 +730,7 @@ es-MX:
|
|
697
730
|
no_followers: Aún no hay seguidores.
|
698
731
|
following:
|
699
732
|
no_followings: No sigue a nadie ni a nada todavía.
|
733
|
+
non_public_followings: Algunos de los recursos seguidos no son públicos.
|
700
734
|
follows:
|
701
735
|
create:
|
702
736
|
button: Seguir
|
@@ -962,6 +996,7 @@ es-MX:
|
|
962
996
|
next: Siguente
|
963
997
|
no_conversations: Aún no tienes conversaciones
|
964
998
|
title: Conversaciones
|
999
|
+
to: A
|
965
1000
|
reply:
|
966
1001
|
placeholder: Tu respuesta...
|
967
1002
|
send: Enviar
|
@@ -969,6 +1004,7 @@ es-MX:
|
|
969
1004
|
show:
|
970
1005
|
back: Volver a todas las conversaciones
|
971
1006
|
chat_with: Conversación con
|
1007
|
+
deleted_accounts: No puedes tener una conversación con cuentas borradas.
|
972
1008
|
not_allowed: Esta participante no acepta mensajes directos.
|
973
1009
|
title: Conversación con %{usernames}
|
974
1010
|
start:
|
@@ -1036,6 +1072,12 @@ es-MX:
|
|
1036
1072
|
greetings: Saludos,<br/>%{organization_name}<br/><a href="%{organization_url}">%{organization_url}</a>
|
1037
1073
|
hello: Hola,
|
1038
1074
|
subject: '¿Deseas seguir recibiendo información relevante sobre %{organization_name}?'
|
1075
|
+
notification_mailer:
|
1076
|
+
event_received:
|
1077
|
+
no_translation_available: Lo sentimos, no se pudo recuperar la traducción automática al enviar el correo electrónico. Puedes comprobar la traducción del texto original en el siguiente enlace %{link}.
|
1078
|
+
original_text: 'Texto original:'
|
1079
|
+
same_language: El contenido ha sido publicado en tu idioma preferido (%{language}), por eso no se muestra ninguna traducción automática en este correo electrónico.
|
1080
|
+
translated_text: 'Texto traducido automáticamente:'
|
1039
1081
|
notifications:
|
1040
1082
|
no_notifications: No hay notificaciones aún.
|
1041
1083
|
notifications_settings:
|
@@ -1333,6 +1375,7 @@ es-MX:
|
|
1333
1375
|
title_reply: Responder
|
1334
1376
|
show:
|
1335
1377
|
back: Ver todas las conversaciones
|
1378
|
+
deleted_accounts: No puedes tener una conversación con cuentas borradas.
|
1336
1379
|
not_allowed: Esta participante no acepta mensajes directos.
|
1337
1380
|
title: Conversación con %{usernames}
|
1338
1381
|
update:
|
@@ -1630,10 +1673,12 @@ es-MX:
|
|
1630
1673
|
name: Español
|
1631
1674
|
name_with_error: Inglés (¡error!)
|
1632
1675
|
password_validator:
|
1676
|
+
blacklisted: en la lista negra
|
1633
1677
|
domain_included_in_password: Es muy similar a este nombre de dominio
|
1634
1678
|
email_included_in_password: Es muy similar a tu correo electrónico
|
1635
1679
|
fallback: No es válido
|
1636
1680
|
name_included_in_password: Es muy similar a tu nombre
|
1681
|
+
nickname_included_in_password: es demasiado similar a tu alias
|
1637
1682
|
not_enough_unique_characters: No tiene suficientes caracteres únicos
|
1638
1683
|
password_not_allowed: No se permite
|
1639
1684
|
password_too_common: Es demasiado común
|
@@ -1668,6 +1713,8 @@ es-MX:
|
|
1668
1713
|
day_of_week: "%a"
|
1669
1714
|
day_of_week_long: "%a %e"
|
1670
1715
|
day_of_year: "%d/%m/%y"
|
1716
|
+
ddmm: "%d.%m"
|
1717
|
+
ddmmyyyy: "%d.%m.%Y"
|
1671
1718
|
decidim_day_of_year: "%d %B %Y"
|
1672
1719
|
decidim_short: "%d/%m/%Y %H:%M"
|
1673
1720
|
default: "%a, %d %b %Y %H:%M:%S %z"
|
data/config/locales/es-PY.yml
CHANGED
@@ -76,6 +76,34 @@ es-PY:
|
|
76
76
|
decidim_with_day_and_month_name: "%A %d %b %Y"
|
77
77
|
decidim_with_month_name: "%d %B %Y"
|
78
78
|
decidim_with_month_name_short: "%d %b"
|
79
|
+
datetime:
|
80
|
+
distance_in_words:
|
81
|
+
about_x_hours:
|
82
|
+
one: aproximadamente 1 hora
|
83
|
+
other: aproximadamente %{count} horas
|
84
|
+
about_x_months:
|
85
|
+
one: aproximadamente 1 mes
|
86
|
+
other: aproximadamente %{count} meses
|
87
|
+
half_a_minute: medio minuto
|
88
|
+
less_than_x_minutes:
|
89
|
+
one: menos de 1 minuto
|
90
|
+
other: menos de %{count} minutos
|
91
|
+
less_than_x_seconds:
|
92
|
+
one: ahora mismo
|
93
|
+
other: menos de %{count} segundos
|
94
|
+
x_days:
|
95
|
+
one: hace 1 día
|
96
|
+
other: "hace %{count} días"
|
97
|
+
x_hours:
|
98
|
+
one: hace 1 hora
|
99
|
+
other: "hace %{count} días"
|
100
|
+
x_minutes:
|
101
|
+
one: hace 1 minuto
|
102
|
+
other: "hace %{count} minutos"
|
103
|
+
x_seconds:
|
104
|
+
one: hace 1 segundo
|
105
|
+
other: "hace %{count} segundos"
|
106
|
+
zero: ahora mismo
|
79
107
|
decidim:
|
80
108
|
accessibility:
|
81
109
|
external_link: Enlace externo
|
@@ -507,6 +535,11 @@ es-PY:
|
|
507
535
|
this_application_will_not_be_able_to: 'Esta aplicación no podrá:'
|
508
536
|
update_profile: Actualiza tu perfil
|
509
537
|
wants_to_use_your_account_html: "<strong>%{application_name}</strong> quiere usar tu cuenta"
|
538
|
+
editor_images:
|
539
|
+
create:
|
540
|
+
error: Error al subir la imagen
|
541
|
+
success: Imagen subida con éxito
|
542
|
+
drag_and_drop_help: Puedes añadir imágenes arrastrando y soltándolas o también pegándolas.
|
510
543
|
endorsable:
|
511
544
|
endorsements: Adhesiones
|
512
545
|
endorsements_count: Número de adhesiones
|
@@ -697,6 +730,7 @@ es-PY:
|
|
697
730
|
no_followers: Aún no hay seguidores.
|
698
731
|
following:
|
699
732
|
no_followings: No sigue a nadie ni a nada todavía.
|
733
|
+
non_public_followings: Algunos de los recursos seguidos no son públicos.
|
700
734
|
follows:
|
701
735
|
create:
|
702
736
|
button: Seguir
|
@@ -962,6 +996,7 @@ es-PY:
|
|
962
996
|
next: Siguente
|
963
997
|
no_conversations: Aún no tienes conversaciones
|
964
998
|
title: Conversaciones
|
999
|
+
to: A
|
965
1000
|
reply:
|
966
1001
|
placeholder: Tu respuesta...
|
967
1002
|
send: Enviar
|
@@ -969,6 +1004,7 @@ es-PY:
|
|
969
1004
|
show:
|
970
1005
|
back: Volver a todas las conversaciones
|
971
1006
|
chat_with: Conversación con
|
1007
|
+
deleted_accounts: No puedes tener una conversación con cuentas borradas.
|
972
1008
|
not_allowed: Esta participante no acepta mensajes directos.
|
973
1009
|
title: Conversacion con %{usernames}
|
974
1010
|
start:
|
@@ -1036,6 +1072,12 @@ es-PY:
|
|
1036
1072
|
greetings: Saludos,<br/>%{organization_name}<br/><a href="%{organization_url}">%{organization_url}</a>
|
1037
1073
|
hello: Hola,
|
1038
1074
|
subject: '¿Desea seguir recibiendo información relevante sobre %{organization_name}?'
|
1075
|
+
notification_mailer:
|
1076
|
+
event_received:
|
1077
|
+
no_translation_available: Lo sentimos, no se pudo recuperar la traducción automática al enviar el correo electrónico. Puedes comprobar la traducción del texto original en el siguiente enlace %{link}.
|
1078
|
+
original_text: 'Texto original:'
|
1079
|
+
same_language: El contenido ha sido publicado en tu idioma preferido (%{language}), por eso no se muestra ninguna traducción automática en este correo electrónico.
|
1080
|
+
translated_text: 'Texto traducido automáticamente:'
|
1039
1081
|
notifications:
|
1040
1082
|
no_notifications: No hay notificaciones aún.
|
1041
1083
|
notifications_settings:
|
@@ -1333,6 +1375,7 @@ es-PY:
|
|
1333
1375
|
title_reply: Responder
|
1334
1376
|
show:
|
1335
1377
|
back: Ver todas las conversaciones
|
1378
|
+
deleted_accounts: No puedes tener una conversación con cuentas borradas.
|
1336
1379
|
not_allowed: Esta participante no acepta mensajes directos.
|
1337
1380
|
title: Conversación con %{usernames}
|
1338
1381
|
update:
|
@@ -1630,10 +1673,12 @@ es-PY:
|
|
1630
1673
|
name: Castellano
|
1631
1674
|
name_with_error: Inglés (¡error!)
|
1632
1675
|
password_validator:
|
1676
|
+
blacklisted: en la lista negra
|
1633
1677
|
domain_included_in_password: Es muy similar a este nombre de dominio
|
1634
1678
|
email_included_in_password: Es muy similar a tu correo electrónico
|
1635
1679
|
fallback: No es válido
|
1636
1680
|
name_included_in_password: Es muy similar a tu nombre
|
1681
|
+
nickname_included_in_password: es demasiado similar a tu alias
|
1637
1682
|
not_enough_unique_characters: No tiene suficientes caracteres únicos
|
1638
1683
|
password_not_allowed: No se permite
|
1639
1684
|
password_too_common: Es demasiado común
|
@@ -1668,6 +1713,8 @@ es-PY:
|
|
1668
1713
|
day_of_week: "%a"
|
1669
1714
|
day_of_week_long: "%a %e"
|
1670
1715
|
day_of_year: "%d/%m/%y"
|
1716
|
+
ddmm: "%d.%m"
|
1717
|
+
ddmmyyyy: "%d.%m.%Y"
|
1671
1718
|
decidim_day_of_year: "%d %B %Y"
|
1672
1719
|
decidim_short: "%d/%m/%Y %H:%M"
|
1673
1720
|
default: "%a, %d %b %Y %H:%M:%S %z"
|
data/config/locales/es.yml
CHANGED
@@ -103,6 +103,7 @@ es:
|
|
103
103
|
x_seconds:
|
104
104
|
one: hace 1 segundo
|
105
105
|
other: "hace %{count} segundos"
|
106
|
+
zero: ahora mismo
|
106
107
|
decidim:
|
107
108
|
accessibility:
|
108
109
|
external_link: Enlace externo
|
@@ -992,6 +993,7 @@ es:
|
|
992
993
|
next: Siguiente
|
993
994
|
no_conversations: Aún no tienes conversaciones
|
994
995
|
title: Conversaciones
|
996
|
+
to: A
|
995
997
|
reply:
|
996
998
|
placeholder: Tu respuesta...
|
997
999
|
send: Enviar
|