decidim-core 0.27.4 → 0.27.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/upload_modal/modal.erb +4 -1
- data/app/cells/decidim/upload_modal_cell.rb +8 -4
- data/app/cells/decidim/version_cell.rb +1 -1
- data/app/cells/decidim/versions_list_cell.rb +1 -1
- data/app/commands/decidim/endorse_resource.rb +2 -0
- data/app/commands/decidim/search.rb +1 -1
- data/app/commands/decidim/unendorse_resource.rb +1 -1
- data/app/controllers/concerns/decidim/force_authentication.rb +6 -2
- data/app/controllers/decidim/devise/registrations_controller.rb +1 -1
- data/app/controllers/decidim/links_controller.rb +1 -1
- data/app/controllers/decidim/searches_controller.rb +1 -1
- data/app/controllers/decidim/user_timeline_controller.rb +1 -1
- data/app/forms/decidim/account_form.rb +1 -1
- data/app/forms/decidim/notifications_settings_form.rb +0 -8
- data/app/forms/decidim/registration_form.rb +1 -1
- data/app/helpers/decidim/decidim_form_helper.rb +1 -0
- data/app/helpers/decidim/omniauth_helper.rb +2 -0
- data/app/helpers/decidim/resource_helper.rb +2 -0
- data/app/helpers/decidim/short_link_helper.rb +1 -1
- data/app/jobs/decidim/download_your_data_export_job.rb +2 -1
- data/app/jobs/decidim/open_data_job.rb +2 -0
- data/app/models/decidim/user.rb +9 -1
- data/app/packs/images/decidim/icons.svg +1 -1
- data/app/packs/images/decidim/vendor/social-share-button/x.svg +6 -0
- data/app/packs/src/decidim/autocomplete.js +11 -2
- data/app/packs/src/decidim/data_picker.js +1 -0
- data/app/packs/src/decidim/direct_uploads/upload_field.js +6 -4
- data/app/packs/src/decidim/direct_uploads/upload_modal.js +10 -8
- data/app/packs/src/decidim/direct_uploads/uploader.js +4 -1
- data/app/packs/src/decidim/geocoding/attach_input.js +4 -1
- data/app/packs/src/decidim/geocoding/provider/here.js +17 -21
- data/app/packs/src/decidim/geocoding/provider/photon.js +1 -1
- data/app/packs/src/decidim/utilities/text.js +17 -0
- data/app/packs/stylesheets/decidim/_variables.scss +1 -1
- data/app/packs/stylesheets/decidim/vendor/_social_share_button.scss +4 -0
- data/app/views/decidim/notifications_settings/show.html.erb +1 -1
- data/app/views/decidim/scopes/_scopes_picker_input.html.erb +1 -1
- data/app/views/decidim/searches/_filters.html.erb +3 -1
- data/app/views/decidim/shared/_share_modal.html.erb +1 -1
- data/app/views/decidim/shared/participatory_space_filters/_filters.html.erb +1 -1
- data/app/views/layouts/decidim/_social_media_links.html.erb +2 -2
- data/config/environment.rb +3 -0
- data/config/locales/ar.yml +8 -14
- data/config/locales/bg.yml +4 -16
- data/config/locales/ca.yml +12 -8
- data/config/locales/cs.yml +18 -14
- data/config/locales/de.yml +39 -35
- data/config/locales/el.yml +10 -13
- data/config/locales/en.yml +5 -1
- data/config/locales/eo.yml +2 -3
- data/config/locales/es-MX.yml +14 -10
- data/config/locales/es-PY.yml +14 -10
- data/config/locales/es.yml +10 -6
- data/config/locales/eu.yml +491 -342
- data/config/locales/fi-plain.yml +7 -3
- data/config/locales/fi.yml +18 -14
- data/config/locales/fr-CA.yml +15 -11
- data/config/locales/fr.yml +10 -6
- data/config/locales/ga-IE.yml +5 -5
- data/config/locales/gl.yml +2 -19
- data/config/locales/hu.yml +23 -16
- data/config/locales/id-ID.yml +4 -19
- data/config/locales/is-IS.yml +4 -2
- data/config/locales/it.yml +14 -14
- data/config/locales/ja.yml +23 -20
- data/config/locales/lb.yml +14 -14
- data/config/locales/lt.yml +56 -8
- data/config/locales/lv.yml +4 -16
- data/config/locales/nl.yml +12 -12
- data/config/locales/no.yml +7 -7
- data/config/locales/pl.yml +20 -6
- data/config/locales/pt-BR.yml +159 -6
- data/config/locales/pt.yml +7 -7
- data/config/locales/ro-RO.yml +4 -7
- data/config/locales/ru.yml +4 -17
- data/config/locales/sk.yml +5 -17
- data/config/locales/sl.yml +0 -5
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sv.yml +33 -15
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/tr-TR.yml +17 -12
- data/config/locales/uk.yml +3 -14
- data/config/locales/zh-CN.yml +6 -7
- data/config/locales/zh-TW.yml +0 -6
- data/db/migrate/20231027142329_change_default_value_for_decidim_endorsements.rb +11 -0
- data/db/seeds.rb +1 -0
- data/lib/decidim/core/test/factories.rb +2 -1
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +24 -0
- data/lib/decidim/core/test/shared_examples/errors.rb +2 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/core.rb +1 -1
- data/lib/decidim/endorsable.rb +1 -1
- data/lib/decidim/exporters.rb +10 -1
- data/lib/decidim/form_builder.rb +1 -0
- data/lib/decidim/has_category.rb +2 -2
- data/lib/tasks/upgrade/decidim_deduplicate_endorsements.rake +53 -0
- data/lib/tasks/upgrade/decidim_fix_short_url_resolver.rake +22 -0
- metadata +14 -10
- data/app/helpers/decidim/layout_helper.rb.orig +0 -225
- data/app/packs/stylesheets/decidim/modules/_dropdown_menu.scss +0 -9
- data/app/views/decidim/devise/registrations/new.html.erb.orig +0 -231
@@ -34,26 +34,28 @@ $(() => {
|
|
34
34
|
if (`${query}`.trim().length < queryMinLength) {
|
35
35
|
return;
|
36
36
|
}
|
37
|
-
|
37
|
+
// Changes to the autocomplete api call based on:
|
38
|
+
// https://developer.here.com/documentation/geocoding-search-api/migration_guide/migration-geocoder/topics-api/autocomplete.html
|
38
39
|
currentSuggestionQuery = setTimeout(() => {
|
39
40
|
$.ajax({
|
40
41
|
method: "GET",
|
41
|
-
url: "https://autocomplete.
|
42
|
+
url: "https://autocomplete.search.hereapi.com/v1/autocomplete",
|
42
43
|
data: {
|
43
44
|
apiKey: config.apiKey,
|
44
|
-
|
45
|
-
|
45
|
+
// eslint-disable-next-line
|
46
|
+
q: query,
|
47
|
+
lang: language
|
46
48
|
},
|
47
49
|
dataType: "json"
|
48
50
|
}).done((resp) => {
|
49
|
-
if (resp.
|
50
|
-
return callback(resp.
|
51
|
+
if (resp.items) {
|
52
|
+
return callback(resp.items.map((item) => {
|
51
53
|
const label = generateAddressLabel(item.address, addressFormat);
|
52
54
|
|
53
55
|
return {
|
54
56
|
key: label,
|
55
57
|
value: label,
|
56
|
-
locationId: item.
|
58
|
+
locationId: item.id
|
57
59
|
}
|
58
60
|
}));
|
59
61
|
}
|
@@ -65,30 +67,24 @@ $(() => {
|
|
65
67
|
$input.on("geocoder-suggest-select.decidim", (_ev, selectedItem) => {
|
66
68
|
$.ajax({
|
67
69
|
method: "GET",
|
68
|
-
url: "https://
|
70
|
+
url: "https://lookup.search.hereapi.com/v1/lookup",
|
69
71
|
data: {
|
70
72
|
apiKey: config.apiKey,
|
71
|
-
|
72
|
-
jsonattributes: 1,
|
73
|
-
locationid: selectedItem.locationId
|
73
|
+
id: selectedItem.locationId
|
74
74
|
},
|
75
75
|
dataType: "json"
|
76
76
|
}).done((resp) => {
|
77
|
-
if (!resp
|
78
|
-
resp.response.view.length < 1
|
77
|
+
if (!resp || Object.keys(resp).length < 1
|
79
78
|
) {
|
80
79
|
return;
|
81
80
|
}
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
return;
|
81
|
+
const position = resp.position;
|
82
|
+
if (!position || !position.lat || !position.lng) {
|
83
|
+
return
|
86
84
|
}
|
87
|
-
|
88
|
-
const result = view.result[0];
|
89
85
|
const coordinates = [
|
90
|
-
|
91
|
-
|
86
|
+
position.lat,
|
87
|
+
position.lng
|
92
88
|
];
|
93
89
|
|
94
90
|
$input.trigger(
|
@@ -0,0 +1,17 @@
|
|
1
|
+
export const escapeHtml = (text) => {
|
2
|
+
if (!text) {
|
3
|
+
return "";
|
4
|
+
}
|
5
|
+
|
6
|
+
const el = document.createElement("div");
|
7
|
+
el.appendChild(document.createTextNode(text));
|
8
|
+
return el.innerHTML;
|
9
|
+
}
|
10
|
+
|
11
|
+
export const escapeQuotes = (text) => {
|
12
|
+
if (!text) {
|
13
|
+
return "";
|
14
|
+
}
|
15
|
+
|
16
|
+
return text.replace(/"/g, """);
|
17
|
+
}
|
@@ -19,6 +19,10 @@
|
|
19
19
|
background-image: url("../images/decidim/vendor/social-share-button/twitter.svg");
|
20
20
|
}
|
21
21
|
|
22
|
+
.social-share-button .ssb-x{
|
23
|
+
background-image: url("../images/decidim/vendor/social-share-button/x.svg");
|
24
|
+
}
|
25
|
+
|
22
26
|
.social-share-button .ssb-facebook{
|
23
27
|
background-image: url("../images/decidim/vendor/social-share-button/facebook.svg");
|
24
28
|
}
|
@@ -39,7 +39,7 @@
|
|
39
39
|
</label>
|
40
40
|
</div>
|
41
41
|
|
42
|
-
<% if
|
42
|
+
<% if current_user.moderator? %>
|
43
43
|
<p><strong><%= t(".administrators") %></strong></p>
|
44
44
|
<div class="switch tiny switch-with-label email_on_moderations">
|
45
45
|
<label>
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
<%- @scope_picker_values = capture do %>
|
6
6
|
<div class="picker-values"><%- scopes.each do |scope, params| %>
|
7
|
-
<div><a href="<%= params[:url] %>" data-picker-value="<%= scope.id %>"><%= params[:text] %></a></div>
|
7
|
+
<div><a class="<%= values_options[:class] %>" href="<%= params[:url] %>" data-picker-value="<%= scope.id %>"><%= "× " if values_options[:delete_button] %><%= params[:text] %></a></div>
|
8
8
|
<% end %></div>
|
9
9
|
<% end %>
|
10
10
|
|
@@ -12,8 +12,10 @@
|
|
12
12
|
<%= render partial: "resources_filter_block", locals: { sections: @sections, types: Decidim::Searchable.searchable_resources_of_type_comment } %>
|
13
13
|
<div class="card card--secondary">
|
14
14
|
<%= filter_form_for filter do |form| %>
|
15
|
-
<%= scopes_picker_filter form, :
|
15
|
+
<%= scopes_picker_filter form, :decidim_scope_id_in %>
|
16
16
|
<%= form.hidden_field :term %>
|
17
|
+
<%= form.hidden_field :with_space_state %>
|
18
|
+
<%= form.hidden_field :with_resource_type %>
|
17
19
|
<% end %>
|
18
20
|
</div>
|
19
21
|
<div class="row collapse order-by">
|
@@ -19,7 +19,7 @@
|
|
19
19
|
url: decidim_meta_url,
|
20
20
|
image: decidim_meta_image_url,
|
21
21
|
desc: h(decidim_meta_description),
|
22
|
-
via: decidim_meta_twitter_handler) %>
|
22
|
+
via: decidim_meta_twitter_handler).sub(%(data-site="x"), %(data-site="twitter")).html_safe %>
|
23
23
|
<a href="#" class="button" data-open="urlShare">
|
24
24
|
<%= icon "link-intact", role: "img", "aria-hidden": true %>
|
25
25
|
<%= t(".share_link") %>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<%= filter_form_for filter do |form| %>
|
2
2
|
<div class="columns mediumlarge-6 large-5">
|
3
|
-
<%= scopes_picker_filter form, :
|
3
|
+
<%= scopes_picker_filter form, :with_any_scope, checkboxes_on_top: checkboxes_on_top %>
|
4
4
|
</div>
|
5
5
|
<div class="columns mediumlarge-6 large-5">
|
6
6
|
<%= form.areas_select :with_area,
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<% if current_organization.twitter_handler.present? %>
|
4
4
|
<li>
|
5
5
|
<a class="footer-social__icon" target="_blank" rel="noopener" href="https://twitter.com/<%= current_organization.twitter_handler %>">
|
6
|
-
<span class="show-for-sr"><%= t("layouts.decidim.social_media_links.
|
7
|
-
<%= icon "twitter", role: "img", aria_label: "
|
6
|
+
<span class="show-for-sr"><%= t("layouts.decidim.social_media_links.x", organization: translated_attribute(current_organization.name)) %></span>
|
7
|
+
<%= icon "twitter-x", role: "img", aria_label: "X" %>
|
8
8
|
</a>
|
9
9
|
</li>
|
10
10
|
<% end %>
|
data/config/environment.rb
CHANGED
data/config/locales/ar.yml
CHANGED
@@ -437,7 +437,7 @@ ar:
|
|
437
437
|
request_confirmation_instructions: طلب تعليمات التأكيد
|
438
438
|
title: تأكيد البريد الإلكتروني
|
439
439
|
show:
|
440
|
-
close_modal:
|
440
|
+
close_modal: اغلاق النموذج
|
441
441
|
block_user_mailer:
|
442
442
|
notify:
|
443
443
|
body_1: تم حظر الحساب الخاص بك.
|
@@ -555,8 +555,7 @@ ar:
|
|
555
555
|
already_have_an_account?: هل لديك حساب؟
|
556
556
|
newsletter: تلقي رسالة إخبارية من حين لآخر مع المعلومات ذات الصلة
|
557
557
|
newsletter_title: الاتصال إذن
|
558
|
-
nickname_help: الاسم المستعار الخاص بك في %{organization}. يمكن أن يحتوي فقط على أحرف
|
559
|
-
sign_in: تسجيل الدخول
|
558
|
+
nickname_help: الاسم المستعار الخاص بك في %{organization}. يمكن أن يحتوي فقط على أحرف وأرقام '-' و '_'.
|
560
559
|
sign_up: انشئ حسابًا
|
561
560
|
sign_up_as:
|
562
561
|
legend: الاشتراك باسم
|
@@ -577,7 +576,7 @@ ar:
|
|
577
576
|
newsletter_modal:
|
578
577
|
buttons:
|
579
578
|
check: تحقق واستمر
|
580
|
-
close_modal:
|
579
|
+
close_modal: اغلاق النموذج
|
581
580
|
uncheck: إبقاءه غير مختار
|
582
581
|
notice: |-
|
583
582
|
<p>مهلا ، هل أنت متأكد أنك لا تريد تلقي رسالة إخبارية؟<br>
|
@@ -620,7 +619,7 @@ ar:
|
|
620
619
|
success: تم تحميل الصورة بنجاح
|
621
620
|
drag_and_drop_help: يمكن إضافة صور عن طريق سحبها وإسقاطها أو لصقها.
|
622
621
|
endorsable:
|
623
|
-
endorsements:
|
622
|
+
endorsements: الدعم والتأييد
|
624
623
|
endorsements_count: عد أصوات التأييدات
|
625
624
|
endorsements:
|
626
625
|
identities:
|
@@ -995,7 +994,7 @@ ar:
|
|
995
994
|
body_1: أنت على وشك زيارة رابط خارجي ونرجو منك أن تتحلى بالحذر فيما يتعلق بالمحتوى الموجود في الموقع الخارجي.
|
996
995
|
body_2: الرجاء التحقق من الرابط الذي توشك على زيارته والتأكد من التعرف عليه كموقع آمن قبل المتابعة.
|
997
996
|
cancel: إلغاء
|
998
|
-
close_modal:
|
997
|
+
close_modal: اغلاق النموذج
|
999
998
|
proceed: المواصلة
|
1000
999
|
title: فتح رابط خارجي
|
1001
1000
|
log:
|
@@ -1086,7 +1085,7 @@ ar:
|
|
1086
1085
|
ok: حسناً
|
1087
1086
|
index:
|
1088
1087
|
ago: منذ
|
1089
|
-
close:
|
1088
|
+
close: اغلاق النموذج
|
1090
1089
|
from: من
|
1091
1090
|
groups: فِرَقي
|
1092
1091
|
last_message: آخر رسالة
|
@@ -1243,7 +1242,6 @@ ar:
|
|
1243
1242
|
proposals: اقتراحات
|
1244
1243
|
proposals_explanation: تقديم مقترحات ، ودعم المقترحات الحالية وتعزيز التغييرات التي تريد رؤيتها.
|
1245
1244
|
footer_sub_hero:
|
1246
|
-
footer_sub_hero_body: دعونا نبني مجتمعًا أكثر انفتاحًا وشفافية وتعاونًا.<br /> انضموا وشاركوا وقرّروا.
|
1247
1245
|
footer_sub_hero_headline: مرحبًا بكم على المنصة التشاركية لـ %{organization}.
|
1248
1246
|
register: تسجيل
|
1249
1247
|
hero:
|
@@ -1274,7 +1272,7 @@ ar:
|
|
1274
1272
|
refuse:
|
1275
1273
|
modal_body: إذا قمت بالرفض، لن تتمكن من استخدام المنصة، يمكنك <a href="%{download_your_data_path}">تنزيل بياناتك</a> و/أو <a href="%{delete_path}">حذف حسابك</a>.
|
1276
1274
|
modal_btn_exit: سأراجعها لاحقًا
|
1277
|
-
modal_close:
|
1275
|
+
modal_close: اغلاق النموذج
|
1278
1276
|
modal_title: هل ترفض حقًا الأحكام والشروط المحدثة؟
|
1279
1277
|
required_review:
|
1280
1278
|
alert: لقد قمنا بتحديث شروط الخدمة الخاصة بنا ، يرجى مراجعتها.
|
@@ -1372,7 +1370,7 @@ ar:
|
|
1372
1370
|
future: مستقبل
|
1373
1371
|
past: الماضي
|
1374
1372
|
filters_small_view:
|
1375
|
-
close_modal:
|
1373
|
+
close_modal: اغلاق النموذج
|
1376
1374
|
filter: منقي
|
1377
1375
|
filter_by: مصنف بواسطة
|
1378
1376
|
unfold: كشف
|
@@ -1672,8 +1670,6 @@ ar:
|
|
1672
1670
|
updated: تم تحديث حسابك بنجاح.
|
1673
1671
|
sessions:
|
1674
1672
|
already_signed_out: تم الخروج بنجاح
|
1675
|
-
new:
|
1676
|
-
sign_in: تسجيل الدخول
|
1677
1673
|
signed_in: تم تسجيل الدخول بنجاح
|
1678
1674
|
signed_out: تم الخروج بنجاح
|
1679
1675
|
shared:
|
@@ -1682,7 +1678,6 @@ ar:
|
|
1682
1678
|
didn_t_receive_confirmation_instructions: لم تتلق تعليمات التأكيد؟
|
1683
1679
|
didn_t_receive_unlock_instructions: لم تتلق تعليمات فتح؟
|
1684
1680
|
forgot_your_password: نسيت رقمك السري؟
|
1685
|
-
sign_in: تسجيل الدخول
|
1686
1681
|
sign_in_with_provider: تسجيل الدخول مع %{provider}
|
1687
1682
|
sign_up: انشئ حسابًا
|
1688
1683
|
minimum_password_length:
|
@@ -1822,7 +1817,6 @@ ar:
|
|
1822
1817
|
facebook: "%{organization} على الفيسبوك"
|
1823
1818
|
github: "%{organization} في GitHub"
|
1824
1819
|
instagram: "%{organization} في إنستاجرام"
|
1825
|
-
twitter: "%{organization} في تويتر"
|
1826
1820
|
youtube: "%{organization} على اليوتيوب"
|
1827
1821
|
timeout_modal:
|
1828
1822
|
body: لقد كنت غير نشط لمدة %{minutes} دقائق. إذا استمريت في كونك غير نشط، سيتم تسجيل خروجك تلقائيًا من أجل الأمان الخاص بك.
|
data/config/locales/bg.yml
CHANGED
@@ -298,8 +298,6 @@ bg:
|
|
298
298
|
explanation_html: За да изпълните това действие, първо се идентифицирайте, но преди това потвърдете вашата ел. поща <strong>%{email}</strong>.
|
299
299
|
request_confirmation_instructions: Заявка на инструкции за потвърждение
|
300
300
|
title: Потвърдете Вашата ел. поща
|
301
|
-
show:
|
302
|
-
close_modal: Затвори прозорчето
|
303
301
|
collapsible_list:
|
304
302
|
hidden_elements_count:
|
305
303
|
one: и още %{count}
|
@@ -389,7 +387,6 @@ bg:
|
|
389
387
|
already_have_an_account?: Вече имате профил?
|
390
388
|
newsletter: Получавайте извънреден бюлетин с подходяща информация
|
391
389
|
newsletter_title: Разрешение за контакт с Вас
|
392
|
-
sign_in: Вход
|
393
390
|
sign_up: Регистрация
|
394
391
|
sign_up_as:
|
395
392
|
legend: Регистрация като
|
@@ -408,7 +405,6 @@ bg:
|
|
408
405
|
newsletter_modal:
|
409
406
|
buttons:
|
410
407
|
check: Маркирай и продължи
|
411
|
-
close_modal: Затвори прозорчето
|
412
408
|
notice: |-
|
413
409
|
<p>Наистина ли не желаете да получавате писма с новини за дейностите в платформата?<br> Още веднъж преценете, дали да не поставите отметка по-долу.<br> Важно е понякога да получавате актуална информация. Винаги можете да се откажете от страницата с настройки.</p> <p>Когато това поле не е маркирано, може да пропуснете възможности за съвместна работа.<br> Ако все пак не желаете да Ви информираме за общите ни дела, уважаваме Вашето решение.</p> <p>Благодарим Ви, че прочетохте това!</p>
|
414
410
|
title: Известия за новости
|
@@ -435,8 +431,6 @@ bg:
|
|
435
431
|
show:
|
436
432
|
download_data: Изтегляне на данни
|
437
433
|
request_data: Заяви данни
|
438
|
-
endorsable:
|
439
|
-
endorsements: Одобрявания
|
440
434
|
endorsement_buttons_cell:
|
441
435
|
already_endorsed: Одобрен
|
442
436
|
endorse: Одобрявам
|
@@ -627,6 +621,10 @@ bg:
|
|
627
621
|
password: Паролата е твърде къса.
|
628
622
|
password_confirmation: Паролата и потвърждението на паролата трябва да съвпадат.
|
629
623
|
error: В това поле има грешка.
|
624
|
+
upload:
|
625
|
+
labels:
|
626
|
+
cancel: Отказ
|
627
|
+
save: Запази
|
630
628
|
gamification:
|
631
629
|
all_badges_link: Виж всички достъпни значки.
|
632
630
|
badges:
|
@@ -745,9 +743,6 @@ bg:
|
|
745
743
|
index:
|
746
744
|
last_activity: Последна активност
|
747
745
|
resource_type: Тип
|
748
|
-
links:
|
749
|
-
warning:
|
750
|
-
close_modal: Затвори прозорчето
|
751
746
|
log:
|
752
747
|
base_presenter:
|
753
748
|
create: "%{user_name} създаде %{resource_name}"
|
@@ -821,7 +816,6 @@ bg:
|
|
821
816
|
error: Разговора не започна. Опитайте по-късно
|
822
817
|
index:
|
823
818
|
ago: преди
|
824
|
-
close: Затвори прозорчето
|
825
819
|
from: Oт
|
826
820
|
groups: Моите Групи
|
827
821
|
last_message: Последно съобщение
|
@@ -934,7 +928,6 @@ bg:
|
|
934
928
|
proposals: Предложения
|
935
929
|
proposals_explanation: Правете предложения, подкрепяйте съществуващите и обявете промените, които искате да видите.
|
936
930
|
footer_sub_hero:
|
937
|
-
footer_sub_hero_body: Нека изградим по-отворено, прозрачно и задружно общество.<br /> Присъединете се, участвайте и решавайте.
|
938
931
|
footer_sub_hero_headline: Добре дошли в платформата за сътрудничество %{organization}!
|
939
932
|
register: Регистрация
|
940
933
|
hero:
|
@@ -964,7 +957,6 @@ bg:
|
|
964
957
|
legend: Съгласявам се с общите условия за ползване
|
965
958
|
refuse:
|
966
959
|
modal_btn_exit: Ще ги прегледам по-късно
|
967
|
-
modal_close: Затвори прозорчето
|
968
960
|
modal_title: Наистина ли отказвате обновените Общи условия?
|
969
961
|
required_review:
|
970
962
|
alert: Обновихме нашите Общи условия, моля прегледайте ги.
|
@@ -1041,7 +1033,6 @@ bg:
|
|
1041
1033
|
future: Бъдещи
|
1042
1034
|
past: Минали
|
1043
1035
|
filters_small_view:
|
1044
|
-
close_modal: Затвори прозорчето
|
1045
1036
|
filter: Филтър
|
1046
1037
|
filter_by: Филтър по
|
1047
1038
|
unfold: Разгъване
|
@@ -1276,8 +1267,6 @@ bg:
|
|
1276
1267
|
updated: Профилът Ви беше обновен успешно.
|
1277
1268
|
sessions:
|
1278
1269
|
already_signed_out: Излязохте успешно.
|
1279
|
-
new:
|
1280
|
-
sign_in: Вход
|
1281
1270
|
signed_in: Влязохте успешно.
|
1282
1271
|
signed_out: Излязохте успешно.
|
1283
1272
|
shared:
|
@@ -1286,7 +1275,6 @@ bg:
|
|
1286
1275
|
didn_t_receive_confirmation_instructions: Не получихте инструкции за потвърждение?
|
1287
1276
|
didn_t_receive_unlock_instructions: Не получихте инструкции за отключване?
|
1288
1277
|
forgot_your_password: Забравили сте паролата си?
|
1289
|
-
sign_in: Вход
|
1290
1278
|
sign_in_with_provider: Влез със %{provider}
|
1291
1279
|
sign_up: Регистрация
|
1292
1280
|
minimum_password_length:
|
data/config/locales/ca.yml
CHANGED
@@ -531,6 +531,8 @@ ca:
|
|
531
531
|
subtitle: Si us plau, omple el següent formulari per tal de completar la teva inscripció
|
532
532
|
username_help: Nom públic que apareix als teus missatges. Amb l'objectiu de garantir l'anonimat, pot ser qualsevol nom.
|
533
533
|
registrations:
|
534
|
+
create:
|
535
|
+
error: S'ha produït un error en crear el teu compte.
|
534
536
|
new:
|
535
537
|
already_have_an_account?: Ja tens un compte?
|
536
538
|
newsletter: Vull rebre un butlletí ocasional amb informació rellevant
|
@@ -840,7 +842,7 @@ ca:
|
|
840
842
|
file_size_too_large: 'L''arxiu és massa gran! Pes d''arxiu màxim: %{megabytes}MB'
|
841
843
|
remove: Eliminar
|
842
844
|
replace: Reemplaçar
|
843
|
-
save:
|
845
|
+
save: Desa
|
844
846
|
title: Títol
|
845
847
|
title_required: Un títol és necessari!
|
846
848
|
uploaded: Pujat
|
@@ -1226,7 +1228,7 @@ ca:
|
|
1226
1228
|
proposals: Propostes
|
1227
1229
|
proposals_explanation: Realitza propostes, dóna suport a les ja existents i promociona els canvis que vols veure.
|
1228
1230
|
footer_sub_hero:
|
1229
|
-
footer_sub_hero_body: Construïm una societat més oberta, transparent i col·laborativa.<br />Uneix-te, participa i decideix.
|
1231
|
+
footer_sub_hero_body: Construïm una societat més oberta, transparent i col·laborativa.<br /> Uneix-te, participa i decideix.
|
1230
1232
|
footer_sub_hero_headline: Benvinguda a la plataforma participativa %{organization}.
|
1231
1233
|
register: Registra't
|
1232
1234
|
hero:
|
@@ -1362,7 +1364,7 @@ ca:
|
|
1362
1364
|
close_modal: Tancar el modal
|
1363
1365
|
filter: Filtra
|
1364
1366
|
filter_by: Filtra per
|
1365
|
-
unfold:
|
1367
|
+
unfold: Desplegar
|
1366
1368
|
results:
|
1367
1369
|
results:
|
1368
1370
|
one: "%{count} resultat"
|
@@ -1433,7 +1435,7 @@ ca:
|
|
1433
1435
|
label: 'Resultats per pàgina:'
|
1434
1436
|
title: Seleccionar el nombre de resultats per pàgina
|
1435
1437
|
share_modal:
|
1436
|
-
close_window:
|
1438
|
+
close_window: Tancar finestra
|
1437
1439
|
copy_share_link: Còpia
|
1438
1440
|
copy_share_link_clarification: Copia l'enllaç al porta-retalls
|
1439
1441
|
copy_share_link_copied: Copiat!
|
@@ -1658,7 +1660,7 @@ ca:
|
|
1658
1660
|
sessions:
|
1659
1661
|
already_signed_out: Sessió finalitzada correctament.
|
1660
1662
|
new:
|
1661
|
-
sign_in:
|
1663
|
+
sign_in: Entra
|
1662
1664
|
signed_in: Sessió iniciada correctament.
|
1663
1665
|
signed_out: S'ha iniciat la sessió correctament.
|
1664
1666
|
shared:
|
@@ -1667,7 +1669,7 @@ ca:
|
|
1667
1669
|
didn_t_receive_confirmation_instructions: No has rebut instruccions de confirmació?
|
1668
1670
|
didn_t_receive_unlock_instructions: No has rebut instruccions de desbloqueig?
|
1669
1671
|
forgot_your_password: Has oblidat la teva contrasenya?
|
1670
|
-
sign_in:
|
1672
|
+
sign_in: Entra
|
1671
1673
|
sign_in_with_provider: Inicia sessió amb %{provider}
|
1672
1674
|
sign_up: Registra't
|
1673
1675
|
minimum_password_length:
|
@@ -1700,6 +1702,7 @@ ca:
|
|
1700
1702
|
not_saved:
|
1701
1703
|
one: 'S''ha produït un error en processar la teva sol·licitud:'
|
1702
1704
|
other: 'S''han produït múltiples errors en processar la vostra sol·licitud:'
|
1705
|
+
password_confirmation_message: '"Confirma la teva contrasenya" no coincideix amb la Contrasenya'
|
1703
1706
|
too_many_marks: Estàs fent servir massa signes de puntuació consecutius (p. ex. i?)
|
1704
1707
|
too_much_caps: Estàs utilitzant massa lletres majúscules (més del 25% del text)
|
1705
1708
|
too_short: és massa curt (menys %{count} caràcters)
|
@@ -1796,7 +1799,7 @@ ca:
|
|
1796
1799
|
facebook: "%{organization} a Facebook"
|
1797
1800
|
github: "%{organization} a GitHub"
|
1798
1801
|
instagram: "%{organization} a Instagram"
|
1799
|
-
|
1802
|
+
x: "%{organization} a X"
|
1800
1803
|
youtube: "%{organization} a YouTube"
|
1801
1804
|
timeout_modal:
|
1802
1805
|
body: Has estat sense activitat durant %{minutes} minuts. Si continues inactiva, es tancarà la teva sessió automàticament per la teva pròpia seguretat.
|
@@ -1804,7 +1807,7 @@ ca:
|
|
1804
1807
|
sign_out: Tancar sessió
|
1805
1808
|
title: Vols continuar amb la sessió?
|
1806
1809
|
upload_modal:
|
1807
|
-
close_modal: Tancar
|
1810
|
+
close_modal: Tancar el modal
|
1808
1811
|
user_menu:
|
1809
1812
|
account: 'Compte d''usuària: %{name}'
|
1810
1813
|
admin_dashboard: Tauler d'administració
|
@@ -1863,6 +1866,7 @@ ca:
|
|
1863
1866
|
weibo: Sina Weibo
|
1864
1867
|
whatsapp_app: WhatsApp
|
1865
1868
|
whatsapp_web: WhatsApp
|
1869
|
+
x: X
|
1866
1870
|
xing: Xing
|
1867
1871
|
time:
|
1868
1872
|
formats:
|
data/config/locales/cs.yml
CHANGED
@@ -3,7 +3,7 @@ cs:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
account:
|
6
|
-
delete_reason: Důvod odstranění účtu
|
6
|
+
delete_reason: Důvod odstranění vašeho účtu
|
7
7
|
common:
|
8
8
|
created_at: Vytvořeno v
|
9
9
|
conversation:
|
@@ -33,7 +33,7 @@ cs:
|
|
33
33
|
tos_agreement: Smluvní podmínky užití
|
34
34
|
models:
|
35
35
|
decidim/attachment_created_event: Příloha
|
36
|
-
decidim/component_published_event: Aktivní
|
36
|
+
decidim/component_published_event: Aktivní komponenty
|
37
37
|
decidim/demoted_membership: Již není správcem skupiny
|
38
38
|
decidim/gamification/badge_earned_event: Získaný odznak
|
39
39
|
decidim/gamification/level_up_event: Vy jste vyrovnali
|
@@ -456,7 +456,7 @@ cs:
|
|
456
456
|
request_confirmation_instructions: Požádejte o pokyny pro potvrzení
|
457
457
|
title: Potvrdit svůj email
|
458
458
|
show:
|
459
|
-
close_modal: Zavřít
|
459
|
+
close_modal: Zavřít okno
|
460
460
|
block_user_mailer:
|
461
461
|
notify:
|
462
462
|
body_1: Váš účet byl zablokován.
|
@@ -568,12 +568,14 @@ cs:
|
|
568
568
|
subtitle: Pro dokončení registrace vyplňte prosím následující formulář
|
569
569
|
username_help: Veřejné jméno, které se zobrazí ve vašich příspěvcích. S cílem zaručit anonymitu může být jakékoliv jméno.
|
570
570
|
registrations:
|
571
|
+
create:
|
572
|
+
error: Vyskytl se problém při vytváření účtu.
|
571
573
|
new:
|
572
574
|
already_have_an_account?: Máte již účet?
|
573
575
|
newsletter: Chci dostávat příležitostný zpravodaj s relevantními informacemi
|
574
576
|
newsletter_title: Povolení kontaktu
|
575
577
|
nickname_help: Váš alias v %{organization}. Může obsahovat pouze písmena, číslice, '-' a '_'.
|
576
|
-
sign_in: Přihlásit
|
578
|
+
sign_in: Přihlásit
|
577
579
|
sign_up: Zaregistrovat se
|
578
580
|
sign_up_as:
|
579
581
|
legend: Zaregistrovat se jako
|
@@ -594,7 +596,7 @@ cs:
|
|
594
596
|
newsletter_modal:
|
595
597
|
buttons:
|
596
598
|
check: Zkontrolujte a pokračujte
|
597
|
-
close_modal: Zavřít
|
599
|
+
close_modal: Zavřít okno
|
598
600
|
uncheck: Ponechat nezaškrtnuté
|
599
601
|
notice: |-
|
600
602
|
<p>Hej, jste si jisti, že nechcete dostávat zpravodaj?<br>
|
@@ -1018,7 +1020,7 @@ cs:
|
|
1018
1020
|
body_1: Chystáte se navštívit externí odkaz a chtěli bychom, abyste byli opatrní, pokud jde o obsah na externím webu.
|
1019
1021
|
body_2: Zkontrolujte prosím odkaz, který se chystáte navštívit, a než budete pokračovat, ujistěte se, že jste jej rozpoznali jako bezpečný web.
|
1020
1022
|
cancel: Zrušit
|
1021
|
-
close_modal: Zavřít
|
1023
|
+
close_modal: Zavřít okno
|
1022
1024
|
proceed: Pokračovat
|
1023
1025
|
title: Otevřít externí odkaz
|
1024
1026
|
log:
|
@@ -1111,7 +1113,7 @@ cs:
|
|
1111
1113
|
ok: OK
|
1112
1114
|
index:
|
1113
1115
|
ago: před
|
1114
|
-
close: Zavřít
|
1116
|
+
close: Zavřít okno
|
1115
1117
|
from: Od
|
1116
1118
|
groups: Moje skupiny
|
1117
1119
|
last_message: Poslední zpráva
|
@@ -1269,7 +1271,7 @@ cs:
|
|
1269
1271
|
proposals: Návrhy
|
1270
1272
|
proposals_explanation: Vytvářejte návrhy, podporujte stávající návrhy a prosazujte změny, které chcete vidět.
|
1271
1273
|
footer_sub_hero:
|
1272
|
-
footer_sub_hero_body:
|
1274
|
+
footer_sub_hero_body: Vytvořme otevřenější, transparentnější a více spolupracující společnost.<br /> Připojte se, účastněte se a rozhodujte.
|
1273
1275
|
footer_sub_hero_headline: Vítejte na %{organization} participační platformě.
|
1274
1276
|
register: Registrovat
|
1275
1277
|
hero:
|
@@ -1303,7 +1305,7 @@ cs:
|
|
1303
1305
|
modal_btn_continue: Přijmout podmínky a pokračovat
|
1304
1306
|
modal_btn_exit: Později to přezkoumám
|
1305
1307
|
modal_button: Odmítnout podmínky
|
1306
|
-
modal_close: Zavřít
|
1308
|
+
modal_close: Zavřít okno
|
1307
1309
|
modal_title: Opravdu odmítáte aktualizované smluvní podmínky?
|
1308
1310
|
required_review:
|
1309
1311
|
alert: Aktualizovali jsme Smluvní podmínky, přečtěte si je.
|
@@ -1402,7 +1404,7 @@ cs:
|
|
1402
1404
|
future: Budoucí
|
1403
1405
|
past: Minulé
|
1404
1406
|
filters_small_view:
|
1405
|
-
close_modal: Zavřít
|
1407
|
+
close_modal: Zavřít okno
|
1406
1408
|
filter: Filtr
|
1407
1409
|
filter_by: Filtrovat podle
|
1408
1410
|
unfold: Rozvinout
|
@@ -1704,7 +1706,7 @@ cs:
|
|
1704
1706
|
sessions:
|
1705
1707
|
already_signed_out: Bylo úspěšně odhlášeno.
|
1706
1708
|
new:
|
1707
|
-
sign_in: Přihlásit
|
1709
|
+
sign_in: Přihlásit
|
1708
1710
|
signed_in: Úspěšně jste se přihlásili.
|
1709
1711
|
signed_out: Odhlášení proběhlo úspěšně.
|
1710
1712
|
shared:
|
@@ -1713,7 +1715,7 @@ cs:
|
|
1713
1715
|
didn_t_receive_confirmation_instructions: Nedostali jste pokyny k potvrzení?
|
1714
1716
|
didn_t_receive_unlock_instructions: Nezískali jste pokyny k odemknutí?
|
1715
1717
|
forgot_your_password: Zapomněli jste heslo?
|
1716
|
-
sign_in: Přihlásit
|
1718
|
+
sign_in: Přihlásit
|
1717
1719
|
sign_in_with_provider: Přihlásit se přes %{provider}
|
1718
1720
|
sign_up: Zaregistrovat se
|
1719
1721
|
minimum_password_length:
|
@@ -1750,6 +1752,7 @@ cs:
|
|
1750
1752
|
few: 'Při zpracování vašeho požadavku došlo k několika chybám:'
|
1751
1753
|
many: 'Při zpracování vašeho požadavku došlo k mnoha chybám:'
|
1752
1754
|
other: 'Při zpracování vašeho požadavku došlo k nějakým chybám:'
|
1755
|
+
password_confirmation_message: '"Potvrzení hesla" neodpovídá heslu'
|
1753
1756
|
too_many_marks: používá příliš mnoho po sobě jdoucích interpunkčních znamének (např.! a?)
|
1754
1757
|
too_much_caps: používá příliš mnoho velkých písmen (více než 25% textu)
|
1755
1758
|
too_short: je příliš krátká (pod %{count} znaků)
|
@@ -1848,7 +1851,7 @@ cs:
|
|
1848
1851
|
facebook: "%{organization} na Facebooku"
|
1849
1852
|
github: "%{organization} na GitHubu"
|
1850
1853
|
instagram: "%{organization} na Instagramu"
|
1851
|
-
|
1854
|
+
x: "%{organization} v X"
|
1852
1855
|
youtube: "%{organization} na YouTube"
|
1853
1856
|
timeout_modal:
|
1854
1857
|
body: '%{minutes} minut jste byli neaktivní. Pokud budete i nadále neaktivní, budete automaticky odhlášeni z důvodu své vlastní bezpečnosti.'
|
@@ -1856,7 +1859,7 @@ cs:
|
|
1856
1859
|
sign_out: Odhlásit se
|
1857
1860
|
title: Chcete pokračovat v relaci?
|
1858
1861
|
upload_modal:
|
1859
|
-
close_modal: Zavřít
|
1862
|
+
close_modal: Zavřít okno
|
1860
1863
|
user_menu:
|
1861
1864
|
account: 'Uživatelský účet: %{name}'
|
1862
1865
|
admin_dashboard: Ovládací panel
|
@@ -1915,6 +1918,7 @@ cs:
|
|
1915
1918
|
weibo: Sina Weibo
|
1916
1919
|
whatsapp_app: WhatsApp
|
1917
1920
|
whatsapp_web: WhatsApp
|
1921
|
+
x: X
|
1918
1922
|
xing: Xing
|
1919
1923
|
time:
|
1920
1924
|
formats:
|