decidim-core 0.30.0.rc1 → 0.30.0.rc3
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/amendable/amendments/show.erb +1 -1
- data/app/cells/decidim/profile_actions/show.erb +1 -1
- data/app/cells/decidim/report_button/already_reported_modal.erb +2 -2
- data/app/cells/decidim/report_button/flag_modal.erb +13 -27
- data/app/cells/decidim/report_button_cell.rb +2 -8
- data/app/cells/decidim/report_user_button/already_reported_modal.erb +11 -0
- data/app/cells/decidim/report_user_button/flag_modal.erb +46 -0
- data/app/cells/decidim/report_user_button/show.erb +2 -0
- data/app/cells/decidim/report_user_button_cell.rb +59 -0
- 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/controllers/decidim/profiles_controller.rb +2 -2
- data/app/controllers/decidim/user_activities_controller.rb +1 -1
- data/app/forms/decidim/account_form.rb +2 -2
- data/app/helpers/decidim/orders_helper.rb +2 -1
- data/app/helpers/decidim/participatory_space_helpers.rb +1 -1
- data/app/jobs/decidim/hide_child_resources_job.rb +24 -0
- data/app/jobs/decidim/migrate/paper_trail_job.rb +33 -0
- data/app/models/decidim/report.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/map/provider/here.js +1 -1
- data/app/packs/src/decidim/sticky_footer.js +19 -0
- data/app/packs/stylesheets/decidim/_cards.scss +4 -0
- data/app/packs/stylesheets/decidim/_content_blocks.scss +1 -1
- data/app/packs/stylesheets/decidim/_hashtags.scss +5 -0
- data/app/packs/stylesheets/decidim/_login.scss +4 -0
- data/app/packs/stylesheets/decidim/_modal_authorization.scss +1 -1
- data/app/packs/stylesheets/decidim/_profile.scss +1 -1
- data/app/packs/stylesheets/decidim/application.scss +1 -0
- data/app/resolvers/decidim/meta_image_url_resolver.rb +1 -0
- data/app/services/decidim/static_map_generator.rb +1 -1
- data/app/views/decidim/devise/registrations/new.html.erb +1 -1
- data/app/views/decidim/devise/sessions/new.html.erb +1 -1
- data/app/views/decidim/devise/shared/_omniauth_buttons.html.erb +1 -1
- data/app/views/decidim/last_activities/index.html.erb +1 -1
- data/app/views/decidim/open_data/index.html.erb +1 -1
- data/app/views/decidim/shared/_orders.html.erb +2 -2
- data/config/locales/ar.yml +12 -25
- data/config/locales/bg.yml +8 -22
- data/config/locales/ca.yml +22 -34
- data/config/locales/cs.yml +24 -31
- data/config/locales/de.yml +17 -21
- data/config/locales/el.yml +8 -13
- data/config/locales/en.yml +4 -16
- data/config/locales/eo.yml +2 -0
- data/config/locales/es-MX.yml +16 -28
- data/config/locales/es-PY.yml +21 -33
- data/config/locales/es.yml +22 -34
- data/config/locales/eu.yml +61 -75
- data/config/locales/fi-plain.yml +20 -27
- data/config/locales/fi.yml +22 -29
- data/config/locales/fr-CA.yml +60 -20
- data/config/locales/fr.yml +60 -20
- data/config/locales/ga-IE.yml +2 -4
- data/config/locales/gl.yml +22 -13
- data/config/locales/hu.yml +7 -21
- data/config/locales/id-ID.yml +22 -13
- data/config/locales/is-IS.yml +10 -0
- data/config/locales/it.yml +22 -20
- data/config/locales/ja.yml +120 -21
- data/config/locales/lb.yml +19 -19
- data/config/locales/lt.yml +5 -17
- data/config/locales/lv.yml +16 -13
- data/config/locales/nl.yml +20 -17
- data/config/locales/no.yml +16 -16
- data/config/locales/pl.yml +4 -18
- data/config/locales/pt-BR.yml +8 -21
- data/config/locales/pt.yml +16 -16
- data/config/locales/ro-RO.yml +39 -20
- data/config/locales/ru.yml +23 -8
- data/config/locales/sk.yml +27 -16
- data/config/locales/sv.yml +46 -25
- data/config/locales/tr-TR.yml +21 -20
- data/config/locales/uk.yml +12 -1
- data/config/locales/zh-CN.yml +16 -13
- data/config/locales/zh-TW.yml +6 -16
- data/db/migrate/20240722215500_change_object_changes_on_versions.rb +4 -24
- data/lib/decidim/content_parsers/user_parser.rb +1 -1
- data/lib/decidim/core/test/shared_examples/reports_examples.rb +51 -0
- data/lib/decidim/core/test/shared_examples/social_share_examples.rb +21 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/maintenance/import_models/category.rb +40 -8
- data/lib/decidim/maintenance/taxonomy_importer.rb +10 -0
- 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/moderation_tools.rb +15 -2
- data/lib/decidim/nicknamizable.rb +1 -1
- data/lib/tasks/decidim_taxonomies.rake +6 -1
- data/lib/tasks/upgrade/clean_hidden_resources.rake +33 -0
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +23 -20
- data/lib/tasks/upgrade/migrations.rake +4 -1
- metadata +14 -14
- data/app/cells/decidim/author/flag.erb +0 -6
- data/app/cells/decidim/author/flag_user.erb +0 -14
- data/app/cells/decidim/flag_modal/flag_user.erb +0 -34
- data/app/cells/decidim/flag_modal/show.erb +0 -52
- data/app/cells/decidim/flag_modal_cell.rb +0 -56
- data/app/cells/decidim/profile_sidebar/show.erb +0 -167
- data/app/cells/decidim/profile_sidebar_cell.rb +0 -68
- data/app/packs/src/decidim/vendor/leaflet-tilelayer-here.js +0 -212
@@ -25,6 +25,7 @@ module Decidim
|
|
25
25
|
# @return [String, nil] - The resolved image blob or nil if no image is found.
|
26
26
|
def resolve
|
27
27
|
return unless blob
|
28
|
+
return unless blob.service.exist?(blob.key)
|
28
29
|
|
29
30
|
resized_variant = blob.variant(resize_to_limit: [1200, 630]).processed
|
30
31
|
Rails.application.routes.url_helpers.rails_representation_url(resized_variant, only_path: true)
|
@@ -15,7 +15,7 @@ module Decidim
|
|
15
15
|
def data
|
16
16
|
return if @resource.blank? || map_utility.nil?
|
17
17
|
|
18
|
-
Rails.cache.fetch(@resource.
|
18
|
+
Rails.cache.fetch(@resource.cache_key_with_version) do
|
19
19
|
map_utility.image_data(
|
20
20
|
latitude: @resource.latitude,
|
21
21
|
longitude: @resource.longitude,
|
@@ -4,7 +4,7 @@
|
|
4
4
|
<%= render "decidim/devise/shared/links" %>
|
5
5
|
<% end %>
|
6
6
|
|
7
|
-
<%= render(layout: "layouts/decidim/shared/layout_center"
|
7
|
+
<%= render(layout: "layouts/decidim/shared/layout_center") do %>
|
8
8
|
<div class="flex justify-center">
|
9
9
|
<h1 class="title-decorator my-12"><%= t("decidim.devise.registrations.new.sign_up") %></h1>
|
10
10
|
</div>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<% add_decidim_page_title(t("devise.sessions.new.log_in")) %>
|
2
2
|
|
3
|
-
<%= render(layout: "layouts/decidim/shared/layout_center"
|
3
|
+
<%= render(layout: "layouts/decidim/shared/layout_center") do %>
|
4
4
|
|
5
5
|
<div class="flex justify-center">
|
6
6
|
<h1 class="title-decorator my-12"><%= t("devise.sessions.new.log_in") %></h1>
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<% link_classes = "login__omniauth-button login__omniauth-button--#{normalize_provider_name(provider)}" %>
|
6
6
|
<%= link_to decidim.send("user_#{provider}_omniauth_authorize_path"), class: link_classes, method: :post, title: t("devise.shared.links.log_in_with_provider", provider: normalize_provider_name(provider).titleize) do %>
|
7
7
|
<%= oauth_icon provider %>
|
8
|
-
<span><%= t("devise.shared.links.log_in_with_provider", provider: normalize_provider_name(provider).titleize) %></span>
|
8
|
+
<span class="sr-only"><%= t("devise.shared.links.log_in_with_provider", provider: normalize_provider_name(provider).titleize) %></span>
|
9
9
|
<% end %>
|
10
10
|
<% end %>
|
11
11
|
</div>
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<h1 class="title-decorator my-12"><%= t("last_activity", scope: "decidim.last_activities.index") %></h1>
|
6
6
|
|
7
7
|
<div class="profile__activity pb-16">
|
8
|
-
<%= cell "decidim/resource_types_filter", resource_types,
|
8
|
+
<%= cell "decidim/resource_types_filter", resource_types, source: :last_activities, filter_param_key: :with_resource_type %>
|
9
9
|
<div id="activities">
|
10
10
|
<%= render partial: "activities" %>
|
11
11
|
</div>
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<%= t("description", scope: "decidim.open_data.index", organization_name: current_organization_name) %>
|
18
18
|
</p>
|
19
19
|
|
20
|
-
<%= render layout: "decidim/application/accordion_section", locals: { panel_id: "explanation", title: t("title", scope: "decidim.open_data.index.explanation") } do %>
|
20
|
+
<%= render layout: "decidim/application/accordion_section", locals: { panel_id: "explanation", title: t("title", scope: "decidim.open_data.index.explanation"), open_accordion: true } do %>
|
21
21
|
<p> <%= t("body_1", scope: "decidim.open_data.index.explanation", organization_name: current_organization_name) %> </p>
|
22
22
|
<p> <%= t("body_2", scope: "decidim.open_data.index.explanation") %> </p>
|
23
23
|
<% end %>
|
@@ -1,9 +1,9 @@
|
|
1
|
-
<button class="order-by__button" id="dropdown-trigger-order" data-component="dropdown" data-target="dropdown-menu-order" data-open-md="true">
|
1
|
+
<button class="order-by__button <%= b_css_class if defined?(b_css_class) %>" id="dropdown-trigger-order" data-component="dropdown" data-target="dropdown-menu-order" data-open-md="true">
|
2
2
|
<%= icon "arrow-down-s-line" %>
|
3
3
|
<%= icon "arrow-up-s-line" %>
|
4
4
|
<span><%= t("#{i18n_scope}.label") %></span>
|
5
5
|
</button>
|
6
|
-
<div id="dropdown-menu-order" class="order-by">
|
6
|
+
<div id="dropdown-menu-order" class="order-by <%= css_class if defined?(css_class) %>">
|
7
7
|
<% orders.each do |order_name| %>
|
8
8
|
<%= order_link order_name,
|
9
9
|
i18n_scope:,
|
data/config/locales/ar.yml
CHANGED
@@ -930,12 +930,12 @@ ar:
|
|
930
930
|
conversation_mailer:
|
931
931
|
comanagers_new_conversation:
|
932
932
|
admin_in_group: تتلقى هذا لأنك مدير في %{group}.
|
933
|
-
greeting:
|
933
|
+
greeting: مرحبًا ، %{recipient}!
|
934
934
|
intro: "بدأ %{manager} محادثة جديدة باسم %{group}. انقر هنا لرؤيتها:"
|
935
935
|
subject: "بدأ %{manager} محادثة جديدة كـ %{group}"
|
936
936
|
comanagers_new_message:
|
937
937
|
admin_in_group: تتلقى هذا لأنك مدير في %{group}.
|
938
|
-
greeting:
|
938
|
+
greeting: مرحبًا ، %{recipient}!
|
939
939
|
intro: "قام %{manager} بنشر رسائل جديدة في المحادثة ذات اسم %{group}. انقر هنا لرؤيتها:"
|
940
940
|
subject: "%{manager} أرسل رسائل جديدة كـ %{group}"
|
941
941
|
new_conversation:
|
@@ -944,12 +944,12 @@ ar:
|
|
944
944
|
subject: "%{sender} بدأ محادثة معك"
|
945
945
|
new_group_conversation:
|
946
946
|
admin_in_group: تتلقى هذا لأنك مدير في %{group}.
|
947
|
-
greeting:
|
947
|
+
greeting: مرحبًا ، %{recipient}!
|
948
948
|
intro: "بدأ %{sender} محادثة جديدة مع المجموعة %{group}. انقر هنا لرؤيتها:"
|
949
949
|
subject: "بدأ %{sender} محادثة جديدة مع %{group}"
|
950
950
|
new_group_message:
|
951
951
|
admin_in_group: تتلقى هذا لأنك مدير في %{group}.
|
952
|
-
greeting:
|
952
|
+
greeting: مرحبًا ، %{recipient}!
|
953
953
|
intro: "قام %{sender} بنشر رسائل جديدة في المحادثة مع المجوعة %{group}. انقر هنا لرؤيتها:"
|
954
954
|
subject: "%{group} لديها رسائل جديدة من %{sender}"
|
955
955
|
new_message:
|
@@ -1137,35 +1137,25 @@ ar:
|
|
1137
1137
|
conversations: محادثات
|
1138
1138
|
followers: متابعون
|
1139
1139
|
following: يتبع
|
1140
|
+
group_admins: إدارة المشرفين
|
1141
|
+
group_members: إدارة الأعضاء
|
1140
1142
|
groups: المجموعات
|
1141
1143
|
members: أفراد
|
1142
1144
|
officialized: مشارك رسمي
|
1143
1145
|
send_private_message: ارسال رسالة خاصة
|
1144
|
-
sidebar:
|
1145
|
-
badges:
|
1146
|
-
info: يتم الحصول على الشارات من خلال أداء نشاط معين في النظام الأساسي.
|
1147
|
-
title: شارات
|
1148
1146
|
user:
|
1149
1147
|
actions:
|
1150
1148
|
create_user_group: إنشاء مجموعة
|
1151
1149
|
edit_profile: تعديل الملف الشخصي
|
1152
|
-
edit_user_group:
|
1150
|
+
edit_user_group: تحرير ملف تعريف المجموعة
|
1153
1151
|
invite_user: دعوة مشارك
|
1154
|
-
join_user_group: طلب الانضمام
|
1155
|
-
leave_user_group:
|
1152
|
+
join_user_group: طلب الانضمام إلى المجموعة
|
1153
|
+
leave_user_group: غادر المجموعة
|
1156
1154
|
manage_user_group: إدارة الفريق
|
1157
|
-
manage_user_group_admins: إدارة
|
1158
|
-
manage_user_group_users: إدارة
|
1155
|
+
manage_user_group_admins: إدارة المشرفين
|
1156
|
+
manage_user_group_users: إدارة الأعضاء
|
1159
1157
|
message: الرسالة
|
1160
|
-
|
1161
|
-
edit_profile: تعديل الملف الشخصي
|
1162
|
-
edit_user_group: تحرير ملف تعريف المجموعة
|
1163
|
-
invite_user: دعوة مشارك
|
1164
|
-
join_user_group: طلب الانضمام إلى المجموعة
|
1165
|
-
leave_user_group: غادر المجموعة
|
1166
|
-
manage_user_group_admins: إدارة المشرفين
|
1167
|
-
manage_user_group_users: إدارة الأعضاء
|
1168
|
-
resend_email_confirmation_instructions: إعادة إرسال تعليمات تأكيد البريد الإلكتروني
|
1158
|
+
resend_email_confirmation_instructions: إعادة إرسال تعليمات تأكيد البريد الإلكتروني
|
1169
1159
|
reported_mailer:
|
1170
1160
|
hide:
|
1171
1161
|
hello: مرحبا %{name}،
|
@@ -1242,12 +1232,9 @@ ar:
|
|
1242
1232
|
title: الإبلاغ عن مشكلة
|
1243
1233
|
flag_user_modal:
|
1244
1234
|
already_reported: تم الإبلاغ عن هذا المحتوى وسيتم مراجعته من قبل مدير.
|
1245
|
-
close: إغلاق
|
1246
|
-
description: ما هو الأمر الغير مناسب بخصوص هذا المستخدم؟
|
1247
1235
|
offensive: يتضمن العنصرية أو التحيز الجنسي أو الشتائم أو الهجمات الشخصية أو التهديد بالقتل أو طلبات الانتحار أو أي شكل من أشكال خطاب الكراهية.
|
1248
1236
|
report: إبلاغ
|
1249
1237
|
spam: يحتوي على طعم النقر(clickbaiting) أو إعلان، أو احتيال، أو روبوتات سكريبتة.
|
1250
|
-
title: الإبلاغ عن مستخدم مخل
|
1251
1238
|
floating_help:
|
1252
1239
|
help: المساعدة
|
1253
1240
|
login_modal:
|
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: Активен компонент
|
@@ -1331,41 +1333,28 @@ bg:
|
|
1331
1333
|
conversations: Разговори
|
1332
1334
|
followers: Последователи
|
1333
1335
|
following: Следванния
|
1334
|
-
group_admins:
|
1335
|
-
group_members:
|
1336
|
+
group_admins: Управлявай администраторите
|
1337
|
+
group_members: Управллявай членовете
|
1336
1338
|
groups: Групи
|
1337
1339
|
members: Членове
|
1338
1340
|
officialized: Официален участник
|
1339
1341
|
send_private_message: Изпрати лично съобщение
|
1340
|
-
sidebar:
|
1341
|
-
badges:
|
1342
|
-
info: Значките се заслужват чрез извършване на конкретна дейност в платформата.
|
1343
|
-
title: Значки
|
1344
1342
|
user:
|
1345
1343
|
actions:
|
1346
|
-
create_user_group:
|
1344
|
+
create_user_group: Създай група
|
1347
1345
|
disabled_message: Съобщение
|
1348
1346
|
edit_profile: Редактиране на профил
|
1349
|
-
edit_user_group: Редактиране
|
1347
|
+
edit_user_group: Редактиране профил на група
|
1350
1348
|
invite_user: Покани участник
|
1351
1349
|
join_user_group: Заявка за присъединяване към група
|
1352
1350
|
leave_user_group: Напусни на групата
|
1353
1351
|
manage_user_group: Управление на групата
|
1354
|
-
manage_user_group_admins:
|
1355
|
-
manage_user_group_users:
|
1352
|
+
manage_user_group_admins: Управлявай администраторите
|
1353
|
+
manage_user_group_users: Управллявай членовете
|
1356
1354
|
message: Съобщение
|
1357
1355
|
resend_email_confirmation_instructions: Изпрати отново инструкции за потвърждение
|
1358
1356
|
confirmation_instructions_sent: Изпратени са инструкции за потвърждение по имейл.
|
1359
|
-
create_user_group: Създай група
|
1360
|
-
edit_profile: Редактиране на профил
|
1361
|
-
edit_user_group: Редактиране профил на група
|
1362
1357
|
fill_in_email_to_confirm_it: Моля, попълнете електронната поща на групата си, за да я потвърдите.
|
1363
|
-
invite_user: Покани участник
|
1364
|
-
join_user_group: Заявка за присъединяване към група
|
1365
|
-
leave_user_group: Напусни на групата
|
1366
|
-
manage_user_group_admins: Управлявай администраторите
|
1367
|
-
manage_user_group_users: Управлявай членовете
|
1368
|
-
resend_email_confirmation_instructions: Изпрати отново инструкции за потвърждение
|
1369
1358
|
reported_mailer:
|
1370
1359
|
hide:
|
1371
1360
|
hello: Здравейте %{name},
|
@@ -1447,14 +1436,11 @@ bg:
|
|
1447
1436
|
flag_user_modal:
|
1448
1437
|
already_reported: Това съдържание вече е докладвано и ще бъде прегледано от администратор.
|
1449
1438
|
block: Блокирай този участник
|
1450
|
-
close: Затвори
|
1451
|
-
description: Какво е неприемливо при този потребител?
|
1452
1439
|
does_not_belong: Съдържа незаконна дейност, заплахи за самоубийство, лична информация или нещо друго, което смятате, че не принадлежи на %{organization_name}.
|
1453
1440
|
hide: Скрийте цялото им съдържание
|
1454
1441
|
offensive: Съдържа расизъм, сексизъм, злословия, лични атаки, заплахи за смърт, заявки за самоубийство или всякаква форма на омраза.
|
1455
1442
|
report: Доклад
|
1456
1443
|
spam: Съдържа примамка за кликване, реклама, измами или скриптове.
|
1457
|
-
title: Докладвайте за неподходящ потребител
|
1458
1444
|
floating_help:
|
1459
1445
|
help: Помощ
|
1460
1446
|
follow_button:
|
data/config/locales/ca.yml
CHANGED
@@ -54,7 +54,7 @@ ca:
|
|
54
54
|
remove_avatar: Elimina la imatge de perfil
|
55
55
|
tos_agreement: Termes i condicions d'ús
|
56
56
|
user_group:
|
57
|
-
avatar:
|
57
|
+
avatar: Avatar
|
58
58
|
models:
|
59
59
|
decidim/attachment_created_event: Arxiu adjunt
|
60
60
|
decidim/component_published_event: Component actiu
|
@@ -305,7 +305,7 @@ ca:
|
|
305
305
|
create_with_parent: "%{user_name} ha creat \"%{resource_name}\" dins de la taxonomia \"%{parent_taxonomy}\""
|
306
306
|
delete: "%{user_name} ha esborrat la taxonomia \"%{resource_name}\""
|
307
307
|
delete_with_parent: "%{user_name} ha esborrat \"%{resource_name}\" dins de la taxonomia \"%{parent_taxonomy}\""
|
308
|
-
update: "%{user_name} ha
|
308
|
+
update: "%{user_name} ha actualitzat la taxonomia \"%{resource_name}\""
|
309
309
|
update_with_parent: "%{user_name} ha actualitzat \"%{resource_name}\" dins de la taxonomia \"%{parent_taxonomy}\""
|
310
310
|
taxonomy_filter:
|
311
311
|
create: "%{user_name} va crear el filtre %{resource_name}"
|
@@ -1215,8 +1215,8 @@ ca:
|
|
1215
1215
|
success: El grup s'ha abandonat correctament.
|
1216
1216
|
members:
|
1217
1217
|
accept_or_reject_join_requests: 'Les següents participants han sol·licitat unir-se a aquest grup. Accepta o rebutja les seves sol·licituds:'
|
1218
|
-
accept_request:
|
1219
|
-
reject_request:
|
1218
|
+
accept_request: Acceptar
|
1219
|
+
reject_request: Rebutjar
|
1220
1220
|
new:
|
1221
1221
|
create_user_group: Crea un grup
|
1222
1222
|
new_user_group: Nou grup
|
@@ -1498,7 +1498,7 @@ ca:
|
|
1498
1498
|
onboarding_action_message:
|
1499
1499
|
click_link: Fes clic aquí
|
1500
1500
|
cta_html: <a href="%{path}">%{link_text}</a> per %{action} a %{resource_name} <strong>%{resource_title}</strong>
|
1501
|
-
ephemeral_authorized_message:
|
1501
|
+
ephemeral_authorized_message: Has estat autoritzada amb èxit.<br/>Has iniciat una sessió de convidada, ara hi pots participar.
|
1502
1502
|
expired_authorization_active_title: La teva autorització ha caducat.
|
1503
1503
|
finish_authorization_process: Pots finalitzar el procés de verificació
|
1504
1504
|
incomplete_authorization_active_title: La teva verificació no s'ha completat amb tota la informació necessària.
|
@@ -1551,13 +1551,13 @@ ca:
|
|
1551
1551
|
user_groups:
|
1552
1552
|
avatar_url: L'avatar del grup d'usuàries
|
1553
1553
|
badge: L'ensenya del grup d'usuàries
|
1554
|
-
deleted: Si
|
1554
|
+
deleted: Si la usuària va ser eliminada o no
|
1555
1555
|
id: L'identificador únic del grup d'usuàries
|
1556
1556
|
members: L'ID i el nom de les usuàries que pertanyen al grup
|
1557
1557
|
members_count: El número de membres que formen part del grup d'usuàries
|
1558
1558
|
name: El nom que es mostra del grup d'usuàries
|
1559
1559
|
nickname: El nom d'usuària del grup d'usuàries
|
1560
|
-
profile_url: L'URL del perfil
|
1560
|
+
profile_url: L'URL del perfil de la usuària
|
1561
1561
|
users:
|
1562
1562
|
about: El text "Quant a" inclòs al perfil d'usuària
|
1563
1563
|
avatar_url: L'avatar de la usuària
|
@@ -1688,40 +1688,27 @@ ca:
|
|
1688
1688
|
followers: Seguidores
|
1689
1689
|
following: Seguint
|
1690
1690
|
group_admins: Gestionar administradores
|
1691
|
-
group_members:
|
1691
|
+
group_members: Gestiona els membres
|
1692
1692
|
groups: Grups
|
1693
1693
|
members: Membres
|
1694
1694
|
officialized: Participant oficial
|
1695
1695
|
send_private_message: Enviar missatge privat
|
1696
|
-
sidebar:
|
1697
|
-
badges:
|
1698
|
-
info: Els distintius s'aconsegueixen mitjançant la realització d'activitats específiques a la plataforma.
|
1699
|
-
title: Insígnies
|
1700
1696
|
user:
|
1701
1697
|
actions:
|
1702
|
-
create_user_group:
|
1698
|
+
create_user_group: Crea un grup
|
1703
1699
|
disabled_message: Missatge
|
1704
|
-
edit_profile:
|
1705
|
-
edit_user_group:
|
1706
|
-
invite_user:
|
1707
|
-
join_user_group: Sol·
|
1708
|
-
leave_user_group:
|
1700
|
+
edit_profile: Edita el perfil
|
1701
|
+
edit_user_group: Edita el perfil del grup
|
1702
|
+
invite_user: Convida la participant
|
1703
|
+
join_user_group: Sol·licita unir-se al grup
|
1704
|
+
leave_user_group: Marxa del grup
|
1709
1705
|
manage_user_group: Gestiona el grup
|
1710
1706
|
manage_user_group_admins: Gestionar administradores
|
1711
|
-
manage_user_group_users:
|
1707
|
+
manage_user_group_users: Gestiona els membres
|
1712
1708
|
message: Missatge
|
1713
1709
|
resend_email_confirmation_instructions: Reenvia un correu electrònic amb les instruccions de confirmació
|
1714
1710
|
confirmation_instructions_sent: Instruccions de confirmació enviades per correu electrònic.
|
1715
|
-
create_user_group: Crea un grup
|
1716
|
-
edit_profile: Edita el perfil
|
1717
|
-
edit_user_group: Edita el perfil del grup
|
1718
1711
|
fill_in_email_to_confirm_it: Si us plau, omple el correu electrònic del teu grup per confirmar-lo.
|
1719
|
-
invite_user: Convida la participant
|
1720
|
-
join_user_group: Sol·licita unir-se al grup
|
1721
|
-
leave_user_group: Marxa del grup
|
1722
|
-
manage_user_group_admins: Gestiona les administradores
|
1723
|
-
manage_user_group_users: Gestiona els membres
|
1724
|
-
resend_email_confirmation_instructions: Reenvia un correu electrònic amb les instruccions de confirmació
|
1725
1712
|
reported_mailer:
|
1726
1713
|
hide:
|
1727
1714
|
hello: Hola %{name},
|
@@ -1745,6 +1732,8 @@ ca:
|
|
1745
1732
|
create:
|
1746
1733
|
error: Hi ha hagut un problema en crear l'informe d'error. Si us plau, torna-ho a provar.
|
1747
1734
|
success: El contingut s'ha denunciat amb èxit i serà revisat per una administradora.
|
1735
|
+
parent_hidden:
|
1736
|
+
report_details: El recurs principal estava amagat
|
1748
1737
|
resource:
|
1749
1738
|
controls_label: Controls de recursos
|
1750
1739
|
resource_endorsements:
|
@@ -1807,14 +1796,13 @@ ca:
|
|
1807
1796
|
flag_user_modal:
|
1808
1797
|
already_reported: Aquest contingut ja ha estat reportat i serà revisat per una administradora.
|
1809
1798
|
block: Eliminar aquesta participant
|
1810
|
-
|
1811
|
-
description: Què és inapropiat d'aquesta usuària?
|
1799
|
+
description: Què té inapropiat aquesta participant?
|
1812
1800
|
does_not_belong: Conté activitat il·legal, amenaces de suïcidi, informació personal, o qualsevol altra cosa que creguis que no pertany a %{organization_name}.
|
1813
1801
|
hide: Amagar tots els seus continguts
|
1814
1802
|
offensive: Conté racisme, sexisme, insults, atacs personals, amenaces de mort, peticions de suïcidi o qualsevol forma de discurs d'odi.
|
1815
1803
|
report: Reportar
|
1816
1804
|
spam: Conté "clickbait", publicitat o estafes.
|
1817
|
-
title: Reportar
|
1805
|
+
title: Reportar participant inapropiada
|
1818
1806
|
floating_help:
|
1819
1807
|
help: Ajuda
|
1820
1808
|
follow_button:
|
@@ -1929,11 +1917,11 @@ ca:
|
|
1929
1917
|
failure:
|
1930
1918
|
already_authenticated: Ja has iniciat la sessió.
|
1931
1919
|
inactive: El teu compte encara no està activat.
|
1932
|
-
invalid:
|
1920
|
+
invalid: El %{authentication_keys} o la contrasenya no són vàlids.
|
1933
1921
|
invited: Tens una invitació pendent, accepta-la per acabar de crear el teu compte.
|
1934
1922
|
last_attempt: Tens un intent més abans que el teu compte es bloquegi.
|
1935
1923
|
locked: El teu compte està bloquejat.
|
1936
|
-
not_found_in_database:
|
1924
|
+
not_found_in_database: El %{authentication_keys} o la contrasenya no són vàlids.
|
1937
1925
|
timeout: La teva sessió ha expirat. Si us plau, torna a iniciar-la per continuar.
|
1938
1926
|
unauthenticated: Cal iniciar sessió o crear un compte abans de continuar.
|
1939
1927
|
invitations:
|
@@ -1979,7 +1967,7 @@ ca:
|
|
1979
1967
|
invite_collaborator:
|
1980
1968
|
subject: T'han convidat a col·laborar a %{organization}
|
1981
1969
|
invite_private_user:
|
1982
|
-
subject: T'han convidat a participar en un
|
1970
|
+
subject: T'han convidat a participar en un espai de participació privat a%{organization}
|
1983
1971
|
organization_admin_invitation_instructions:
|
1984
1972
|
subject: T'han convidat a administrar %{organization}
|
1985
1973
|
password_change:
|
data/config/locales/cs.yml
CHANGED
@@ -79,6 +79,7 @@ cs:
|
|
79
79
|
with_participatory_space: Účastnický prostor
|
80
80
|
decidim/user:
|
81
81
|
current_password: Aktuální heslo
|
82
|
+
email: E-mailová adresa
|
82
83
|
name: Uživatelské jméno
|
83
84
|
password: Heslo
|
84
85
|
password_confirmation: Potvrzení hesla
|
@@ -600,6 +601,8 @@ cs:
|
|
600
601
|
dummy_step_attribute1: Atribut 1 zástupného kroku
|
601
602
|
dummy_step_attribute2: Atribut 2 zástupného kroku
|
602
603
|
dummy_step_translatable_text: Zástupný krok textu k přeložení
|
604
|
+
pagination:
|
605
|
+
page_title: "%{component_name} - Strana %{current_page} z %{total_pages}"
|
603
606
|
contact: Kontakt
|
604
607
|
content_blocks:
|
605
608
|
announcement:
|
@@ -708,6 +711,7 @@ cs:
|
|
708
711
|
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.
|
709
712
|
sessions:
|
710
713
|
new:
|
714
|
+
are_you_new?: Ještě nejste zaregistrován?
|
711
715
|
register: Vytvořit účet
|
712
716
|
sign_in_disabled: Můžete přistupovat pomocí externího účtu.
|
713
717
|
sign_up_disabled: Vytvoření účtu je zakázáno, pro přístup můžete použít existující účet.
|
@@ -731,6 +735,8 @@ cs:
|
|
731
735
|
rozumíme vašemu rozhodnutí.</p>
|
732
736
|
<p>Děkujeme, že jste si to přečetli!</p>
|
733
737
|
title: Oznámení zpravodaje
|
738
|
+
omniauth_buttons:
|
739
|
+
or: nebo
|
734
740
|
password_fields:
|
735
741
|
hidden_password: Vaše heslo je skryté
|
736
742
|
hide_password: Skrýt heslo
|
@@ -1202,7 +1208,7 @@ cs:
|
|
1202
1208
|
accept:
|
1203
1209
|
error: Při přijetí této pozvánky došlo k chybě.
|
1204
1210
|
success: Pozvánka úspěšně přijata.
|
1205
|
-
accept_invitation:
|
1211
|
+
accept_invitation: Přijmout
|
1206
1212
|
accept_or_reject_group_invitations: 'Následující skupiny vás pozvaly, abyste se k nim připojili. Přijmout nebo odmítnout jejich požadavky:'
|
1207
1213
|
index:
|
1208
1214
|
invite: Pozvat
|
@@ -1260,7 +1266,7 @@ cs:
|
|
1260
1266
|
success: Skupina úspěšně opustila.
|
1261
1267
|
members:
|
1262
1268
|
accept_or_reject_join_requests: 'Následující uživatelé se připojili k této skupině. Přijmout nebo odmítnout jejich požadavky:'
|
1263
|
-
accept_request:
|
1269
|
+
accept_request: Přijmout
|
1264
1270
|
reject_request: Odmítnout
|
1265
1271
|
new:
|
1266
1272
|
create_user_group: Vytvořit skupinu
|
@@ -1343,13 +1349,13 @@ cs:
|
|
1343
1349
|
conversation_mailer:
|
1344
1350
|
comanagers_new_conversation:
|
1345
1351
|
admin_in_group: Obdrželi jste to, protože jste administrátor v %{group}.
|
1346
|
-
greeting:
|
1352
|
+
greeting: Ahoj, %{recipient}!
|
1347
1353
|
intro: "%{manager} zahájil novou konverzaci s názvem %{group}. Klikněte zde pro její zobrazení:"
|
1348
1354
|
outro: Užijte si platformu!
|
1349
1355
|
subject: "%{manager} zahájil novou konverzaci jako %{group}"
|
1350
1356
|
comanagers_new_message:
|
1351
1357
|
admin_in_group: Obdrželi jste to, protože jste administrátor v %{group}.
|
1352
|
-
greeting:
|
1358
|
+
greeting: Ahoj, %{recipient}!
|
1353
1359
|
intro: "%{manager} zveřejnil nové zprávy v konverzaci s názvem %{group}. Klikněte zde pro jejich zobrazení:"
|
1354
1360
|
outro: Užijte si platformu!
|
1355
1361
|
subject: "%{manager} odeslal nové zprávy jako %{group}"
|
@@ -1360,13 +1366,13 @@ cs:
|
|
1360
1366
|
subject: "%{sender} začal s vámi konverzovat"
|
1361
1367
|
new_group_conversation:
|
1362
1368
|
admin_in_group: Obdrželi jste to, protože jste administrátor v %{group}.
|
1363
|
-
greeting:
|
1369
|
+
greeting: Ahoj, %{recipient}!
|
1364
1370
|
intro: "%{sender} zahájil novou konverzaci se skupinou %{group}. Klikněte zde pro její zobrazení:"
|
1365
1371
|
outro: Užijte si platformu!
|
1366
1372
|
subject: "%{sender} zahájil konverzaci s %{group}"
|
1367
1373
|
new_group_message:
|
1368
1374
|
admin_in_group: Obdrželi jste to, protože jste administrátor v %{group}.
|
1369
|
-
greeting:
|
1375
|
+
greeting: Ahoj, %{recipient}!
|
1370
1376
|
intro: "%{sender} přidal nové zprávy do konverzace se skupinou %{group}. Klikněte zde pro jejich zobrazení:"
|
1371
1377
|
outro: Užijte si platformu!
|
1372
1378
|
subject: "%{group} má nové zprávy od %{sender}"
|
@@ -1530,7 +1536,6 @@ cs:
|
|
1530
1536
|
push_notifications_reminder: Chcete-li dostávat oznámení z platformy, musíte je nejdříve povolit v nastavení prohlížeče.
|
1531
1537
|
receive_notifications_about: Chci dostávat oznámení
|
1532
1538
|
update_notifications_settings: Uložit změny
|
1533
|
-
valuators: Hodnotitelé
|
1534
1539
|
update:
|
1535
1540
|
error: Při aktualizaci nastavení oznámení došlo k chybě.
|
1536
1541
|
success: Nastavení oznámení bylo úspěšně aktualizováno.
|
@@ -1732,41 +1737,28 @@ cs:
|
|
1732
1737
|
conversations: Konverzace
|
1733
1738
|
followers: Sledující
|
1734
1739
|
following: Sleduje
|
1735
|
-
group_admins:
|
1736
|
-
group_members:
|
1740
|
+
group_admins: Správa administrátorů
|
1741
|
+
group_members: Správa členů
|
1737
1742
|
groups: Skupiny
|
1738
1743
|
members: Členové
|
1739
1744
|
officialized: Oficiální účastník
|
1740
1745
|
send_private_message: Odeslat soukromou zprávu
|
1741
|
-
sidebar:
|
1742
|
-
badges:
|
1743
|
-
info: Odznaky jsou získávány prováděním konkrétní činnosti v platformě.
|
1744
|
-
title: Odznaky
|
1745
1746
|
user:
|
1746
1747
|
actions:
|
1747
1748
|
create_user_group: Vytvořit skupinu
|
1748
1749
|
disabled_message: Zpráva
|
1749
|
-
edit_profile:
|
1750
|
+
edit_profile: Editovat profil
|
1750
1751
|
edit_user_group: Upravit profil skupiny
|
1751
|
-
invite_user: Pozvat
|
1752
|
-
join_user_group:
|
1752
|
+
invite_user: Pozvat uživatele
|
1753
|
+
join_user_group: Žádost o připojení ke skupině
|
1753
1754
|
leave_user_group: Opustit skupinu
|
1754
1755
|
manage_user_group: Spravovat skupinu
|
1755
|
-
manage_user_group_admins:
|
1756
|
-
manage_user_group_users:
|
1756
|
+
manage_user_group_admins: Správa administrátorů
|
1757
|
+
manage_user_group_users: Správa členů
|
1757
1758
|
message: Zpráva
|
1758
1759
|
resend_email_confirmation_instructions: Znovu odeslat pokyny pro potvrzení e-mailu
|
1759
1760
|
confirmation_instructions_sent: Pokyny pro potvrzení e-mailu byly odeslány.
|
1760
|
-
create_user_group: Vytvořit skupinu
|
1761
|
-
edit_profile: Editovat profil
|
1762
|
-
edit_user_group: Upravit profil skupiny
|
1763
1761
|
fill_in_email_to_confirm_it: Pro potvrzení vyplňte e-mailovou adresu skupiny.
|
1764
|
-
invite_user: Pozvat uživatele
|
1765
|
-
join_user_group: Žádost o připojení ke skupině
|
1766
|
-
leave_user_group: Opustit skupinu
|
1767
|
-
manage_user_group_admins: Správa administrátorů
|
1768
|
-
manage_user_group_users: Správa členů
|
1769
|
-
resend_email_confirmation_instructions: Znovu odeslat pokyny pro potvrzení e-mailu
|
1770
1762
|
reported_mailer:
|
1771
1763
|
hide:
|
1772
1764
|
hello: Zdravím %{name},
|
@@ -1790,6 +1782,8 @@ cs:
|
|
1790
1782
|
create:
|
1791
1783
|
error: Při vytváření zprávy došlo k chybě. Zkuste to prosím znovu.
|
1792
1784
|
success: Zpráva byla úspěšně vytvořena a bude kontrolována administrátorem.
|
1785
|
+
parent_hidden:
|
1786
|
+
report_details: Nadřazený dokument byl skryt
|
1793
1787
|
resource:
|
1794
1788
|
controls_label: Ovládání zdrojů
|
1795
1789
|
resource_endorsements:
|
@@ -1852,14 +1846,13 @@ cs:
|
|
1852
1846
|
flag_user_modal:
|
1853
1847
|
already_reported: Tento obsah je již nahlášen a bude přezkoumán administrátorem.
|
1854
1848
|
block: Blokovat tohoto uživatele
|
1855
|
-
|
1856
|
-
description: Co je s uživatelem nevhodné?
|
1849
|
+
description: Co je s tímto účastníkem nevhodné?
|
1857
1850
|
does_not_belong: Obsahuje nezákonnou činnost, hrozby sebevraždou, osobní informaci nebo cokoliv jiného, o čem si myslíte, že nepatří do %{organization_name}.
|
1858
1851
|
hide: Skrýt veškerý jejich obsah
|
1859
1852
|
offensive: Obsahuje rasismus, sexismus, urážky, osobní útoky, hrozby smrti, sebevražedné žádosti nebo jakoukoliv formu nenávistného projevu.
|
1860
1853
|
report: Nahlásit
|
1861
1854
|
spam: Obsahuje clickbait, reklamu, podvody nebo škodlivé skripty.
|
1862
|
-
title: Nahlásit nevhodného
|
1855
|
+
title: Nahlásit nevhodného účastníka
|
1863
1856
|
floating_help:
|
1864
1857
|
help: Pomoc
|
1865
1858
|
follow_button:
|
@@ -1921,7 +1914,7 @@ cs:
|
|
1921
1914
|
time_ago: "před %{time}"
|
1922
1915
|
reply:
|
1923
1916
|
placeholder: Vaše odpověď...
|
1924
|
-
send:
|
1917
|
+
send: Poslat
|
1925
1918
|
update:
|
1926
1919
|
error: Zpráva nebyla odeslána. Zkuste to později
|
1927
1920
|
user_report_mailer:
|