decidim-core 0.29.3 → 0.29.5
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/activity/show.erb +6 -6
- data/app/cells/decidim/address/show.erb +3 -3
- data/app/cells/decidim/author/show.erb +2 -4
- data/app/cells/decidim/content_blocks/participatory_space_extra_data/extra_data.erb +2 -2
- data/app/cells/decidim/content_blocks/participatory_space_main_data/title.erb +11 -2
- data/app/cells/decidim/footer_topics/show.erb +2 -2
- data/app/cells/decidim/group_admins/show.erb +3 -1
- data/app/cells/decidim/group_members/show.erb +6 -2
- data/app/cells/decidim/images_panel/show.erb +5 -2
- data/app/cells/decidim/participatory_space_dropdown_metadata/metadata.erb +4 -4
- data/app/cells/decidim/report_button/flag_modal.erb +11 -9
- data/app/cells/decidim/report_user_button/flag_modal.erb +11 -10
- data/app/cells/decidim/upload_modal/files.erb +4 -4
- data/app/cells/decidim/upload_modal_cell.rb +5 -3
- data/app/commands/decidim/amendable/accept.rb +2 -1
- data/app/commands/decidim/create_report.rb +5 -1
- data/app/commands/decidim/invite_user.rb +1 -1
- data/app/controllers/concerns/decidim/headers/browser_feature_permissions.rb +50 -0
- data/app/controllers/concerns/decidim/participatory_space_context.rb +4 -1
- data/app/controllers/decidim/amendments_controller.rb +3 -3
- data/app/controllers/decidim/application_controller.rb +1 -0
- data/app/controllers/decidim/reports_controller.rb +6 -1
- data/app/forms/decidim/omniauth_registration_form.rb +1 -1
- data/app/forms/decidim/registration_form.rb +1 -1
- data/app/helpers/decidim/amendments_helper.rb +2 -1
- data/app/helpers/decidim/filters_helper.rb +25 -0
- data/app/helpers/decidim/layout_helper.rb +6 -0
- data/app/helpers/decidim/menu_helper.rb +2 -2
- data/app/helpers/decidim/paginate_helper.rb +1 -1
- data/app/helpers/decidim/tooltip_helper.rb +4 -1
- data/app/mailers/decidim/notifications_digest_mailer.rb +7 -1
- data/app/mailers/decidim/reported_mailer.rb +17 -2
- data/app/packs/images/decidim/default-avatar.svg +1 -1
- data/app/packs/src/decidim/callout.js +13 -8
- data/app/packs/src/decidim/confirm.js +79 -59
- data/app/packs/src/decidim/datepicker/generate_datepicker.js +2 -0
- data/app/packs/src/decidim/datepicker/generate_timepicker.js +2 -0
- data/app/packs/src/decidim/direct_uploads/upload_field.js +3 -4
- data/app/packs/src/decidim/direct_uploads/upload_modal.js +8 -9
- data/app/packs/src/decidim/dropdown_menu.js +18 -0
- data/app/packs/src/decidim/editor/common/suggestion.js +11 -1
- data/app/packs/src/decidim/form_remote.js +1 -1
- data/app/packs/src/decidim/impersonation.js +1 -1
- data/app/packs/src/decidim/index.js +5 -1
- data/app/packs/src/decidim/input_character_counter.js +1 -1
- data/app/packs/src/decidim/session_timeouter.js +1 -1
- data/app/packs/src/decidim/utilities/dom.js +148 -0
- data/app/packs/stylesheets/decidim/_activity.scss +4 -4
- data/app/packs/stylesheets/decidim/_cards.scss +4 -0
- data/app/packs/stylesheets/decidim/_filters.scss +1 -1
- data/app/packs/stylesheets/decidim/_header.scss +64 -37
- data/app/packs/stylesheets/decidim/_layout.scss +2 -2
- data/app/packs/stylesheets/decidim/_modal.scss +1 -5
- data/app/packs/stylesheets/decidim/_modal_update.scss +5 -1
- data/app/permissions/decidim/default_permissions.rb +2 -0
- data/app/permissions/decidim/permissions.rb +13 -1
- data/app/presenters/decidim/notification_to_mailer_presenter.rb +7 -3
- data/app/queries/decidim/last_activity.rb +25 -0
- data/app/views/decidim/errors/internal_server_error.html.erb +1 -1
- data/app/views/decidim/errors/not_found.html.erb +1 -1
- data/app/views/decidim/messaging/conversations/_reply_form.html.erb +1 -2
- data/app/views/decidim/messaging/conversations/_start.html.erb +1 -1
- data/app/views/decidim/newsletters/unsubscribe.html.erb +16 -4
- data/app/views/decidim/reported_mailer/hidden_manually.html.erb +25 -0
- data/app/views/decidim/searches/_filters.html.erb +48 -13
- data/app/views/decidim/shared/_component_announcement.html.erb +1 -1
- data/app/views/decidim/shared/_confirm_modal.html.erb +3 -5
- data/app/views/decidim/shared/_filters.html.erb +6 -4
- data/app/views/decidim/shared/_results_per_page.html.erb +1 -1
- data/app/views/kaminari/decidim/_page.html.erb +1 -1
- data/app/views/kaminari/decidim/_paginator.html.erb +1 -1
- data/app/views/layouts/decidim/_js_configuration.html.erb +1 -0
- data/app/views/layouts/decidim/_logo.html.erb +2 -2
- data/app/views/layouts/decidim/footer/_main.html.erb +1 -1
- data/app/views/layouts/decidim/footer/_main_intro.html.erb +1 -1
- data/app/views/layouts/decidim/footer/_mini.html.erb +2 -2
- data/app/views/layouts/decidim/header/_main.html.erb +2 -2
- data/app/views/layouts/decidim/header/_main_links_desktop.html.erb +6 -0
- data/app/views/layouts/decidim/header/_main_links_dropdown.html.erb +2 -0
- data/app/views/layouts/decidim/header/_main_links_mobile_account.html.erb +1 -1
- data/app/views/layouts/decidim/header/_menu_breadcrumb_main_dropdown_desktop.html.erb +5 -11
- data/app/views/layouts/decidim/header/_menu_breadcrumb_mobile_tablet.html.erb +5 -5
- data/app/views/layouts/decidim/header/_mobile_language_choose.html.erb +1 -1
- data/config/locales/ar.yml +0 -9
- data/config/locales/bg-BG.yml +2 -2
- data/config/locales/bg.yml +0 -11
- data/config/locales/ca-IT.yml +41 -6
- data/config/locales/ca.yml +41 -6
- data/config/locales/cs.yml +33 -10
- data/config/locales/de.yml +63 -25
- data/config/locales/el.yml +0 -10
- data/config/locales/en.yml +41 -6
- data/config/locales/es-MX.yml +42 -7
- data/config/locales/es-PY.yml +42 -7
- data/config/locales/es.yml +41 -6
- data/config/locales/eu.yml +79 -43
- data/config/locales/fi-plain.yml +55 -8
- data/config/locales/fi.yml +56 -9
- data/config/locales/fr-CA.yml +43 -9
- data/config/locales/fr-LU.yml +3 -3
- data/config/locales/fr.yml +43 -9
- data/config/locales/gl.yml +0 -8
- data/config/locales/hu.yml +0 -11
- data/config/locales/id-ID.yml +0 -8
- data/config/locales/is-IS.yml +0 -6
- data/config/locales/it.yml +124 -8
- data/config/locales/ja.yml +45 -11
- data/config/locales/lb-LU.yml +2 -2
- data/config/locales/lb.yml +0 -8
- data/config/locales/lt.yml +0 -11
- data/config/locales/lv.yml +0 -8
- data/config/locales/nl.yml +0 -8
- data/config/locales/no.yml +0 -8
- data/config/locales/pl.yml +0 -11
- data/config/locales/pt-BR.yml +1 -10
- data/config/locales/pt.yml +0 -8
- data/config/locales/ro-RO.yml +0 -14
- data/config/locales/ru.yml +0 -8
- data/config/locales/sk-SK.yml +3 -3
- data/config/locales/sk.yml +2 -8
- data/config/locales/sv.yml +56 -16
- data/config/locales/tr-TR.yml +1 -8
- data/config/locales/uk.yml +0 -7
- data/config/locales/zh-CN.yml +0 -8
- data/config/locales/zh-TW.yml +0 -11
- data/db/migrate/20171212103803_create_unique_nicknames.rb +1 -1
- data/db/migrate/20180221101934_fix_nickname_index.rb +1 -1
- data/db/migrate/20180706104107_add_nickname_to_managed_users.rb +1 -1
- data/db/migrate/20181001124950_move_users_groups_to_users_table.rb +1 -1
- data/db/migrate/20190412131728_fix_user_names.rb +1 -1
- data/lib/decidim/assets/tailwind/tailwind.config.js.erb +2 -1
- data/lib/decidim/core/test/factories.rb +2 -2
- data/lib/decidim/core/test/shared_examples/announcements_examples.rb +4 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/form_builder.rb +14 -0
- data/lib/decidim/nicknamizable.rb +6 -9
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +1 -1
- metadata +11 -7
- /data/app/views/decidim/reported_mailer/{hide.html.erb → hidden_automatically.html.erb} +0 -0
@@ -17,6 +17,7 @@
|
|
17
17
|
<span class="text-secondary"><%= t("layouts.decidim.user_menu.notifications") %></span>
|
18
18
|
<% if unread_data[:unread_notifications] %>
|
19
19
|
<%= content_tag :span, "", class: "main-bar__dropdown-notification", data: unread_data %>
|
20
|
+
<%= content_tag :span, t("layouts.decidim.user_menu.unread_notifications"), class: "sr-only" %>
|
20
21
|
<% end %>
|
21
22
|
<% end %>
|
22
23
|
</li>
|
@@ -26,6 +27,7 @@
|
|
26
27
|
<span class="text-secondary"><%= t("layouts.decidim.user_menu.conversations") %></span>
|
27
28
|
<% if unread_data[:unread_conversations] %>
|
28
29
|
<%= content_tag :span, "", class: "main-bar__dropdown-notification", data: unread_data %>
|
30
|
+
<%= content_tag :span, t("layouts.decidim.user_menu.unread_conversations"), class: "sr-only" %>
|
29
31
|
<% end %>
|
30
32
|
<% end %>
|
31
33
|
</li>
|
@@ -10,7 +10,7 @@
|
|
10
10
|
</div>
|
11
11
|
|
12
12
|
<div>
|
13
|
-
<div class="main-bar__links-mobile__trigger" onclick="document.querySelector('#dropdown-trigger-links-mobile').click();">
|
13
|
+
<div class="main-bar__links-mobile__trigger" onclick="document.querySelector('#dropdown-trigger-links-mobile').click();document.querySelector('#dropdown-menu-account-mobile').removeAttribute('aria-modal')">
|
14
14
|
<%= icon "close-line" %>
|
15
15
|
</div>
|
16
16
|
</div>
|
@@ -1,16 +1,10 @@
|
|
1
1
|
<div id="<%= id %>" class="menu-bar__main-dropdown">
|
2
|
-
<div class="menu-bar__main-
|
3
|
-
<div class="menu-bar__main-
|
2
|
+
<div class="menu-bar__main-dropdown__left">
|
3
|
+
<div class="menu-bar__main-dropdown__left-top">
|
4
4
|
<%= render partial: "layouts/decidim/header/menu_breadcrumb_main_dropdown_top_left" %>
|
5
5
|
</div>
|
6
|
-
<%=
|
7
|
-
|
8
|
-
<div class="menu-bar__main-dropdown__bottom">
|
9
|
-
<div class="menu-bar__main-dropdown__bottom-left">
|
10
|
-
<%= cell("decidim/highlighted_participatory_process", menu_highlighted_participatory_process) %>
|
11
|
-
</div>
|
12
|
-
<div class="menu-bar__main-dropdown__bottom-right">
|
13
|
-
<%= cell "decidim/content_blocks/menu_breadcrumb_last_activity", current_organization %>
|
14
|
-
</div>
|
6
|
+
<%= cell("decidim/highlighted_participatory_process", menu_highlighted_participatory_process) %>
|
7
|
+
<%= cell "decidim/content_blocks/menu_breadcrumb_last_activity", current_organization %>
|
15
8
|
</div>
|
9
|
+
<%= breadcrumb_root_menu.render %>
|
16
10
|
</div>
|
@@ -1,12 +1,12 @@
|
|
1
1
|
<% dropdown_item = breadcrumb_items.select { |item| item[:dropdown_cell].present? }.last %>
|
2
2
|
<div class="menu-bar__breadcrumb-mobile__dropdown-trigger">
|
3
|
-
<span>
|
4
|
-
<% breadcrumb_items.last(2).each_with_index do |item,
|
5
|
-
<% item_label = decidim_escape_translated(item[:label])
|
6
|
-
<% if
|
3
|
+
<span class="inline-block w-full overflow-hidden text-ellipsis align-middle">
|
4
|
+
<% breadcrumb_items.last(2).each_with_index do |item, idx| %>
|
5
|
+
<% item_label = decidim_escape_translated(item[:label]) %>
|
6
|
+
<% if idx.positive? %>
|
7
7
|
<span>/</span>
|
8
8
|
<% end %>
|
9
|
-
<span class="cursor-pointer
|
9
|
+
<span class="cursor-pointer truncate" <%== 'aria-current="page"' if item[:active] %>>
|
10
10
|
<% if item[:url].present? && !is_active_link?(item[:url], :exclusive) %>
|
11
11
|
<%= link_to(item_label, item[:url]) %>
|
12
12
|
<% else %>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<% if available_locales.length > 1 %>
|
2
2
|
<div>
|
3
3
|
<button id="dropdown-trigger-language-chooser-mobile" data-component="dropdown" data-target="dropdown-menu-language-chooser-mobile" class="mt-8 rounded-lg py-0 bg-gray-5 h-10 border border-gray outline outline-1 outline-transparent">
|
4
|
-
<span><%= t("name", scope: "locale" ) %></span>
|
4
|
+
<span class="ml-2"><%= t("name", scope: "locale" ) %></span>
|
5
5
|
<%= icon "arrow-down-s-line" %>
|
6
6
|
<%= icon "arrow-up-s-line" %>
|
7
7
|
<span class="sr-only">
|
data/config/locales/ar.yml
CHANGED
@@ -576,7 +576,6 @@ ar:
|
|
576
576
|
drag_and_drop_help: يمكن إضافة صور عن طريق سحبها وإسقاطها أو لصقها.
|
577
577
|
endorsement_buttons_cell:
|
578
578
|
already_endorsed: لا يعجبني
|
579
|
-
endorse: يعجبني
|
580
579
|
endorsements:
|
581
580
|
identities:
|
582
581
|
done: تم
|
@@ -865,7 +864,6 @@ ar:
|
|
865
864
|
reject_invitation: رفض
|
866
865
|
group_members:
|
867
866
|
actions:
|
868
|
-
are_you_sure: هل أنت واثق؟
|
869
867
|
promote_to_admin: جعل المشرف
|
870
868
|
remove_from_group: إزالة المشارك
|
871
869
|
index:
|
@@ -1054,10 +1052,8 @@ ar:
|
|
1054
1052
|
unsubscribe:
|
1055
1053
|
success: أنت غير مشترك بنجاح.
|
1056
1054
|
token_error: انتهت صلاحية الرابط.
|
1057
|
-
unsubscribe: إلغاء الاشتراك
|
1058
1055
|
newsletters_opt_in_mailer:
|
1059
1056
|
notify:
|
1060
|
-
body_1: تزداد أهمية معالجة البيانات الشخصية وحمايتها بالنسبة لنا جميعًا. مع اللائحة العامة الجديدة لحماية البيانات (GDPR) المؤرخة 25 مايو 2018 ، أصبح للأفراد سيطرة أفضل على بياناتهم الشخصية. لهذا السبب نحتاج إلى "موافق" لمواصلة إرسال المعلومات ذات الصلة حول أنشطة %{organization_name}.
|
1061
1057
|
body_2: 'كيف يمكنك أن تعطينا موافقتك؟ فقط انقر على الزر التالي:'
|
1062
1058
|
body_3: مع هذه الموافقة ، ستتمكن من متابعة تلقي معلومات حول خدمات النظام الأساسي. على العكس من ذلك ، إذا لم نتلق تأكيدًا إيجابيًا من جانبك ، فسنوقف إرسال رسائلنا إليك. إذا أكدت رغبتك في أن تظل على اطلاع ، فسيكون لديك دائمًا خيار الإلغاء في أي وقت.
|
1063
1059
|
button: نعم ، أرغب في متابعة تلقي المعلومات ذات الصلة
|
@@ -1181,11 +1177,6 @@ ar:
|
|
1181
1177
|
message: الرسالة
|
1182
1178
|
resend_email_confirmation_instructions: إعادة إرسال تعليمات تأكيد البريد الإلكتروني
|
1183
1179
|
reported_mailer:
|
1184
|
-
hide:
|
1185
|
-
hello: مرحبا %{name}،
|
1186
|
-
manage_moderations: إدارة التعديلات
|
1187
|
-
report_html: <p>بعد <a href="%{url}">محتوى</a> تم إخفاء تلقائيا.</p>
|
1188
|
-
subject: تم إخفاء المورد تلقائيًا
|
1189
1180
|
report:
|
1190
1181
|
authors: المؤلفون
|
1191
1182
|
content: محتوى تم الإبلاغ عنه
|
data/config/locales/bg-BG.yml
CHANGED
@@ -405,7 +405,7 @@ bg:
|
|
405
405
|
newsletter: Получавайте извънреден бюлетин с подходяща информация
|
406
406
|
newsletter_title: Разрешение за контакт с Вас
|
407
407
|
nickname_help: Вашя псевдоним в %{organization}
|
408
|
-
password_help: "Минимум %{
|
408
|
+
password_help: "Минимум %{minimum_characters} символа, не трябва да са разпространени (например, 123456) и трябва да са различни от вашите име и ел. поща."
|
409
409
|
sign_in: Вход
|
410
410
|
sign_up: Регистрация
|
411
411
|
sign_up_as:
|
@@ -1315,7 +1315,7 @@ bg:
|
|
1315
1315
|
change_your_password: Промени паролата си
|
1316
1316
|
confirm_new_password: Потвърди нова парола
|
1317
1317
|
new_password: Нова парола
|
1318
|
-
password_help: "Минимум %{
|
1318
|
+
password_help: "Минимум %{minimum_characters} символа, не трябва да са разпространени (например, 123456) и трябва да са различни от вашите име и ел. поща."
|
1319
1319
|
new:
|
1320
1320
|
forgot_your_password: Забравили сте паролата си?
|
1321
1321
|
send_me_reset_password_instructions: Изпрати ми инструкции за възстановяване на паролата
|
data/config/locales/bg.yml
CHANGED
@@ -663,7 +663,6 @@ bg:
|
|
663
663
|
drag_and_drop_help: Добавете изображения чрез плъзгане и пускане или поставяне (paste).
|
664
664
|
endorsement_buttons_cell:
|
665
665
|
already_endorsed: Не харесвам
|
666
|
-
endorse: Харесвам
|
667
666
|
endorsements:
|
668
667
|
identities:
|
669
668
|
done: Готово
|
@@ -956,7 +955,6 @@ bg:
|
|
956
955
|
title: Какви са значките?
|
957
956
|
group_admins:
|
958
957
|
actions:
|
959
|
-
are_you_sure: Сигурни ли сте? Това няма да премахне участника от групата.
|
960
958
|
demote_admin: Премахни администратор
|
961
959
|
demote:
|
962
960
|
error: Възникна проблем при премахването на този участник от списъка с администратори.
|
@@ -986,7 +984,6 @@ bg:
|
|
986
984
|
error: Възникна проблем при приемането на заявката за присъединяване.
|
987
985
|
success: Заявката за присъединяване е приета успешно.
|
988
986
|
actions:
|
989
|
-
are_you_sure: Сигурни ли сте?
|
990
987
|
promote_to_admin: Направи администратор
|
991
988
|
remove_from_group: Премахни участник
|
992
989
|
index:
|
@@ -1216,11 +1213,9 @@ bg:
|
|
1216
1213
|
main_image: Основно изображение
|
1217
1214
|
newsletters:
|
1218
1215
|
unsubscribe:
|
1219
|
-
check_subscription: За да зададете предпочитанията си, отидете в страницата <a href="%{link}" target="_blank">настройки</a>.
|
1220
1216
|
error: Възникна проблем при прекратяването на абонамента.
|
1221
1217
|
success: Отписахте се успешно.
|
1222
1218
|
token_error: Срокът на връзката е изтекъл.
|
1223
|
-
unsubscribe: Отписване
|
1224
1219
|
newsletters_opt_in:
|
1225
1220
|
unauthorized: Съжаляваме, този линк вече не е активен.
|
1226
1221
|
update:
|
@@ -1228,7 +1223,6 @@ bg:
|
|
1228
1223
|
success: Настройките за бюлетина са успешно обновени.
|
1229
1224
|
newsletters_opt_in_mailer:
|
1230
1225
|
notify:
|
1231
|
-
body_1: Обработката на личните данни и тяхната защита стават все по-важни за всички нас. С новия Общ регламент за защита на данните (GDPR) от 25 май 2018 г. лицата имат по-добър контрол върху личните си данни. Поради тази причина се нуждаем от вашето съгласие, за да продължим да изпращаме подходяща информация за дейностите на %{organization_name}.
|
1232
1226
|
body_2: 'Как можете да ни дадете своето съгласие? Просто щракнете върху следния бутон:'
|
1233
1227
|
body_3: С това съгласие ще продължите да получавате информация за дейностите в платформата. Ако не получим потвърждение от Ваша страна, ще спрем да ви изпращаме нашите съобщения. Дори да потвърдите, че желаете да бъдете информирани, винаги ще имате възможност да се откажете по всяко време.
|
1234
1228
|
button: Да, желая да продължа да получавам подбрана информация
|
@@ -1384,11 +1378,6 @@ bg:
|
|
1384
1378
|
confirmation_instructions_sent: Изпратени са инструкции за потвърждение по имейл.
|
1385
1379
|
fill_in_email_to_confirm_it: Моля, попълнете електронната поща на групата си, за да я потвърдите.
|
1386
1380
|
reported_mailer:
|
1387
|
-
hide:
|
1388
|
-
hello: Здравейте %{name},
|
1389
|
-
manage_moderations: Управлявай модераторите
|
1390
|
-
report_html: <p>Следното <a href="%{url}">съдържание</a> е скрито автоматично.</p>
|
1391
|
-
subject: Ресурсът е скрит автоматично
|
1392
1381
|
report:
|
1393
1382
|
authors: Автори
|
1394
1383
|
content: Докладвано съдържание
|
data/config/locales/ca-IT.yml
CHANGED
@@ -160,6 +160,13 @@ ca-IT:
|
|
160
160
|
x_seconds:
|
161
161
|
one: 1 segon
|
162
162
|
other: "%{count} segons"
|
163
|
+
widget:
|
164
|
+
label:
|
165
|
+
date: Seleccionar data per %{label}
|
166
|
+
time: Seleccionar hora per %{label}
|
167
|
+
picker:
|
168
|
+
date_button: Obre el selector de calendari per a %{label}
|
169
|
+
time_button: Obre el selector d'hora per a %{label}
|
163
170
|
decidim:
|
164
171
|
accessibility:
|
165
172
|
external_link: Enllaç extern
|
@@ -983,7 +990,12 @@ ca-IT:
|
|
983
990
|
title: Què són les ensenyes?
|
984
991
|
group_admins:
|
985
992
|
actions:
|
986
|
-
|
993
|
+
confirm_modal:
|
994
|
+
ok_add: Afegir una administradora
|
995
|
+
ok_remove: Eliminar l'administradora
|
996
|
+
title_add: Confirmar la nova administradora
|
997
|
+
title_remove: Eliminar l'administradora
|
998
|
+
confirm_remove_from_admin: Segur que vols eliminar a l'avaluadora d'aquest grup?
|
987
999
|
demote_admin: Elimina l'administradora
|
988
1000
|
demote:
|
989
1001
|
error: S'ha produït un error en eliminar aquesta usuària de la llista d'administradores.
|
@@ -1013,7 +1025,11 @@ ca-IT:
|
|
1013
1025
|
error: S'ha produït un error en acceptar aquesta sol·licitud d'incorporació al grup.
|
1014
1026
|
success: Sol·licitud d'incorporació rebutjada correctament.
|
1015
1027
|
actions:
|
1016
|
-
|
1028
|
+
confirm_modal:
|
1029
|
+
ok_remove: Eliminar membre
|
1030
|
+
title_remove: Eliminar membre
|
1031
|
+
confirm_promote_to_admin: Segur que vols afegir aquesta usuària com a administradora?
|
1032
|
+
confirm_remove_from_group: Segur que vols eliminar a aquesta usuària d'aquest grup?
|
1017
1033
|
promote_to_admin: Fer administradora
|
1018
1034
|
remove_from_group: Eliminar participant
|
1019
1035
|
index:
|
@@ -1251,11 +1267,12 @@ ca-IT:
|
|
1251
1267
|
main_image: Imatge principal
|
1252
1268
|
newsletters:
|
1253
1269
|
unsubscribe:
|
1254
|
-
|
1270
|
+
check_subscription_html: Si els vols tornar a rebre, pots tornar a activar la teva subscripció en qualsevol moment des de la <a href="%{link}" target="_blank">pàgina de configuració</a>.
|
1255
1271
|
error: S'ha produït un error en cancel·lar la subscripció.
|
1272
|
+
subscription_preferences: Hem actualitzat les teves preferències de subscripció i ja no rebràs butlletins informatius de %{organization_name}.
|
1256
1273
|
success: Has cancel·lat la subscripció correctament.
|
1257
1274
|
token_error: L'enllaç ha caducat.
|
1258
|
-
unsubscribe:
|
1275
|
+
unsubscribe: Cancel·lar la subscripció al butlletí informatiu
|
1259
1276
|
newsletters_opt_in:
|
1260
1277
|
unauthorized: Ho sentim, aquest enllaç ja no està disponible.
|
1261
1278
|
update:
|
@@ -1263,7 +1280,7 @@ ca-IT:
|
|
1263
1280
|
success: La configuració del butlletí de notícies s'ha actualitzat correctament.
|
1264
1281
|
newsletters_opt_in_mailer:
|
1265
1282
|
notify:
|
1266
|
-
body_1: El processament de les dades personals i la seva protecció cada vegada és més important per a totes nosaltres. Amb el
|
1283
|
+
body_1: El processament de les dades personals i la seva protecció cada vegada és més important per a totes nosaltres. Amb el Reglament General de Protecció de Dades (GDPR) del 25 de maig de 2018, les persones tenen un major control sobre les seves dades personals. Per aquest motiu, necessitem la teva autorització per continuar enviant informació rellevant sobre les activitats del %{organization_name}.
|
1267
1284
|
body_2: 'Com ens pots donar el teu consentiment? Només cal que facis clic al botó següent:'
|
1268
1285
|
body_3: Donant consentiment podràs continuar rebent informació sobre els serveis de la plataforma. Si, al contrari, no rebem una confirmació positiva de la teva part, deixarem d'enviar-te els nostres missatges. Si confirmes que vols mantenir-te informada, sempre tindràs l'opció de cancel·lar en qualsevol moment.
|
1269
1286
|
button: Sí, vull continuar rebent informació rellevant
|
@@ -1422,7 +1439,7 @@ ca-IT:
|
|
1422
1439
|
confirmation_instructions_sent: Instruccions de confirmació enviades per correu electrònic.
|
1423
1440
|
fill_in_email_to_confirm_it: Si us plau, omple el correu electrònic del teu grup per confirmar-lo.
|
1424
1441
|
reported_mailer:
|
1425
|
-
|
1442
|
+
hidden_automatically:
|
1426
1443
|
content: Contingut reportat
|
1427
1444
|
details: Detalls
|
1428
1445
|
hello: Hola %{name},
|
@@ -1431,6 +1448,15 @@ ca-IT:
|
|
1431
1448
|
reason: Motiu
|
1432
1449
|
report_html: <p>El següent <a href="%{url}">contingut</a> s'ha ocultat automàticament.</p>
|
1433
1450
|
subject: Un contingut s'ha ocultat automàticament
|
1451
|
+
hidden_manually:
|
1452
|
+
content: Contingut reportat
|
1453
|
+
details: Detalls
|
1454
|
+
hello: Hola %{name},
|
1455
|
+
manage_moderations: Gestiona moderacions
|
1456
|
+
participatory_space: Espai de participació
|
1457
|
+
reason: Motiu
|
1458
|
+
report_html: <p>El següent <a href="%{url}">contingut</a> s'ha ocultat automàticament per %{moderator}.</p>
|
1459
|
+
subject: Un recurs ha estat amagat per %{moderator}
|
1434
1460
|
report:
|
1435
1461
|
authors: Autores
|
1436
1462
|
content: Contingut reportat
|
@@ -1448,6 +1474,8 @@ ca-IT:
|
|
1448
1474
|
create:
|
1449
1475
|
error: S'ha produït un error en denunciar el contingut. Si us plau, torna-ho a intentar.
|
1450
1476
|
success: El contingut s'ha denunciat amb èxit i serà revisat per una administradora.
|
1477
|
+
hide:
|
1478
|
+
success: Aquest recurs s'ha amagat.
|
1451
1479
|
parent_hidden:
|
1452
1480
|
report_details: El recurs principal estava amagat
|
1453
1481
|
resource_endorsements:
|
@@ -1473,6 +1501,7 @@ ca-IT:
|
|
1473
1501
|
searches:
|
1474
1502
|
filters:
|
1475
1503
|
jump_to: 'Salta a:'
|
1504
|
+
resource: "%{label} entre %{collection}"
|
1476
1505
|
search: Cercar
|
1477
1506
|
state:
|
1478
1507
|
active: Actiu
|
@@ -1495,6 +1524,7 @@ ca-IT:
|
|
1495
1524
|
close_modal: Tancar el modal
|
1496
1525
|
ok: D'acord
|
1497
1526
|
title: Confirmar
|
1527
|
+
confirm_unload: Aquesta pàgina conté canvis sense desar. Segur que vols abandonar aquesta pàgina?
|
1498
1528
|
embed:
|
1499
1529
|
title: Contingut del vídeo incrustat
|
1500
1530
|
extended_navigation_bar:
|
@@ -1958,14 +1988,17 @@ ca-IT:
|
|
1958
1988
|
edit: Edita
|
1959
1989
|
footer:
|
1960
1990
|
cc_by_license: Amb llicència Creative Commons
|
1991
|
+
current_organization_img: "%{organization} (Anar a la pàgina d'inici)"
|
1961
1992
|
data_consent_settings: Configuració de les galetes
|
1962
1993
|
decidim_logo: Logo Decidim
|
1963
1994
|
decidim_title: Decidim
|
1964
1995
|
download_open_data: Descarrega els fitxers de dades obertes
|
1996
|
+
help: Ajuda
|
1965
1997
|
log_in: Entra
|
1966
1998
|
made_with_open_source: Web creada amb <a target="_blank" href="https://github.com/decidim/decidim">programari lliure</a>.
|
1967
1999
|
resources: Recursos
|
1968
2000
|
sign_up: Crea un compte
|
2001
|
+
social_media: Xarxes socials
|
1969
2002
|
terms_of_service: Termes i condicions d'ús
|
1970
2003
|
header:
|
1971
2004
|
log_in: Entra
|
@@ -2005,6 +2038,8 @@ ca-IT:
|
|
2005
2038
|
profile: El meu compte
|
2006
2039
|
public_profile: El meu perfil públic
|
2007
2040
|
title: Enllaços del perfil
|
2041
|
+
unread_conversations: Tens converses sense llegir
|
2042
|
+
unread_notifications: Tens notificacions sense llegir
|
2008
2043
|
user_profile:
|
2009
2044
|
account: Compte
|
2010
2045
|
authorizations: Autoritzacions
|
data/config/locales/ca.yml
CHANGED
@@ -160,6 +160,13 @@ ca:
|
|
160
160
|
x_seconds:
|
161
161
|
one: 1 segon
|
162
162
|
other: "%{count} segons"
|
163
|
+
widget:
|
164
|
+
label:
|
165
|
+
date: Seleccionar data per %{label}
|
166
|
+
time: Seleccionar hora per %{label}
|
167
|
+
picker:
|
168
|
+
date_button: Obre el selector de calendari per a %{label}
|
169
|
+
time_button: Obre el selector d'hora per a %{label}
|
163
170
|
decidim:
|
164
171
|
accessibility:
|
165
172
|
external_link: Enllaç extern
|
@@ -983,7 +990,12 @@ ca:
|
|
983
990
|
title: Què són les ensenyes?
|
984
991
|
group_admins:
|
985
992
|
actions:
|
986
|
-
|
993
|
+
confirm_modal:
|
994
|
+
ok_add: Afegir una administradora
|
995
|
+
ok_remove: Eliminar l'administradora
|
996
|
+
title_add: Confirmar la nova administradora
|
997
|
+
title_remove: Eliminar l'administradora
|
998
|
+
confirm_remove_from_admin: Segur que vols eliminar a l'avaluadora d'aquest grup?
|
987
999
|
demote_admin: Elimina l'administradora
|
988
1000
|
demote:
|
989
1001
|
error: S'ha produït un error en eliminar aquesta usuària de la llista d'administradores.
|
@@ -1013,7 +1025,11 @@ ca:
|
|
1013
1025
|
error: S'ha produït un error en acceptar aquesta sol·licitud d'incorporació al grup.
|
1014
1026
|
success: Sol·licitud d'incorporació rebutjada correctament.
|
1015
1027
|
actions:
|
1016
|
-
|
1028
|
+
confirm_modal:
|
1029
|
+
ok_remove: Eliminar membre
|
1030
|
+
title_remove: Eliminar membre
|
1031
|
+
confirm_promote_to_admin: Segur que vols afegir aquesta usuària com a administradora?
|
1032
|
+
confirm_remove_from_group: Segur que vols eliminar a aquesta usuària d'aquest grup?
|
1017
1033
|
promote_to_admin: Fer administradora
|
1018
1034
|
remove_from_group: Eliminar participant
|
1019
1035
|
index:
|
@@ -1251,11 +1267,12 @@ ca:
|
|
1251
1267
|
main_image: Imatge principal
|
1252
1268
|
newsletters:
|
1253
1269
|
unsubscribe:
|
1254
|
-
|
1270
|
+
check_subscription_html: Si els vols tornar a rebre, pots tornar a activar la teva subscripció en qualsevol moment des de la <a href="%{link}" target="_blank">pàgina de configuració</a>.
|
1255
1271
|
error: S'ha produït un error en cancel·lar la subscripció.
|
1272
|
+
subscription_preferences: Hem actualitzat les teves preferències de subscripció i ja no rebràs butlletins informatius de %{organization_name}.
|
1256
1273
|
success: Has cancel·lat la subscripció correctament.
|
1257
1274
|
token_error: L'enllaç ha caducat.
|
1258
|
-
unsubscribe:
|
1275
|
+
unsubscribe: Cancel·lar la subscripció al butlletí informatiu
|
1259
1276
|
newsletters_opt_in:
|
1260
1277
|
unauthorized: Ho sentim, aquest enllaç ja no està disponible.
|
1261
1278
|
update:
|
@@ -1263,7 +1280,7 @@ ca:
|
|
1263
1280
|
success: La configuració del butlletí de notícies s'ha actualitzat correctament.
|
1264
1281
|
newsletters_opt_in_mailer:
|
1265
1282
|
notify:
|
1266
|
-
body_1: El processament de les dades personals i la seva protecció cada vegada és més important per a totes nosaltres. Amb el
|
1283
|
+
body_1: El processament de les dades personals i la seva protecció cada vegada és més important per a totes nosaltres. Amb el Reglament General de Protecció de Dades (GDPR) del 25 de maig de 2018, les persones tenen un major control sobre les seves dades personals. Per aquest motiu, necessitem la teva autorització per continuar enviant informació rellevant sobre les activitats del %{organization_name}.
|
1267
1284
|
body_2: 'Com ens pots donar el teu consentiment? Només cal que facis clic al botó següent:'
|
1268
1285
|
body_3: Donant consentiment podràs continuar rebent informació sobre els serveis de la plataforma. Si, al contrari, no rebem una confirmació positiva de la teva part, deixarem d'enviar-te els nostres missatges. Si confirmes que vols mantenir-te informada, sempre tindràs l'opció de cancel·lar en qualsevol moment.
|
1269
1286
|
button: Sí, vull continuar rebent informació rellevant
|
@@ -1422,7 +1439,7 @@ ca:
|
|
1422
1439
|
confirmation_instructions_sent: Instruccions de confirmació enviades per correu electrònic.
|
1423
1440
|
fill_in_email_to_confirm_it: Si us plau, omple el correu electrònic del teu grup per confirmar-lo.
|
1424
1441
|
reported_mailer:
|
1425
|
-
|
1442
|
+
hidden_automatically:
|
1426
1443
|
content: Contingut reportat
|
1427
1444
|
details: Detalls
|
1428
1445
|
hello: Hola %{name},
|
@@ -1431,6 +1448,15 @@ ca:
|
|
1431
1448
|
reason: Motiu
|
1432
1449
|
report_html: <p>El següent <a href="%{url}">contingut</a> s'ha ocultat automàticament.</p>
|
1433
1450
|
subject: Un contingut s'ha ocultat automàticament
|
1451
|
+
hidden_manually:
|
1452
|
+
content: Contingut reportat
|
1453
|
+
details: Detalls
|
1454
|
+
hello: Hola %{name},
|
1455
|
+
manage_moderations: Gestiona moderacions
|
1456
|
+
participatory_space: Espai de participació
|
1457
|
+
reason: Motiu
|
1458
|
+
report_html: <p>El següent <a href="%{url}">contingut</a> s'ha ocultat automàticament per %{moderator}.</p>
|
1459
|
+
subject: Un recurs ha estat amagat per %{moderator}
|
1434
1460
|
report:
|
1435
1461
|
authors: Autores
|
1436
1462
|
content: Contingut reportat
|
@@ -1448,6 +1474,8 @@ ca:
|
|
1448
1474
|
create:
|
1449
1475
|
error: S'ha produït un error en denunciar el contingut. Si us plau, torna-ho a intentar.
|
1450
1476
|
success: El contingut s'ha denunciat amb èxit i serà revisat per una administradora.
|
1477
|
+
hide:
|
1478
|
+
success: Aquest recurs s'ha amagat.
|
1451
1479
|
parent_hidden:
|
1452
1480
|
report_details: El recurs principal estava amagat
|
1453
1481
|
resource_endorsements:
|
@@ -1473,6 +1501,7 @@ ca:
|
|
1473
1501
|
searches:
|
1474
1502
|
filters:
|
1475
1503
|
jump_to: 'Salta a:'
|
1504
|
+
resource: "%{label} entre %{collection}"
|
1476
1505
|
search: Cercar
|
1477
1506
|
state:
|
1478
1507
|
active: Actiu
|
@@ -1495,6 +1524,7 @@ ca:
|
|
1495
1524
|
close_modal: Tancar el modal
|
1496
1525
|
ok: D'acord
|
1497
1526
|
title: Confirmar
|
1527
|
+
confirm_unload: Aquesta pàgina conté canvis sense desar. Segur que vols abandonar aquesta pàgina?
|
1498
1528
|
embed:
|
1499
1529
|
title: Contingut del vídeo incrustat
|
1500
1530
|
extended_navigation_bar:
|
@@ -1958,14 +1988,17 @@ ca:
|
|
1958
1988
|
edit: Edita
|
1959
1989
|
footer:
|
1960
1990
|
cc_by_license: Amb llicència Creative Commons
|
1991
|
+
current_organization_img: "%{organization} (Anar a la pàgina d'inici)"
|
1961
1992
|
data_consent_settings: Configuració de les galetes
|
1962
1993
|
decidim_logo: Logo Decidim
|
1963
1994
|
decidim_title: Decidim
|
1964
1995
|
download_open_data: Descarrega els fitxers de dades obertes
|
1996
|
+
help: Ajuda
|
1965
1997
|
log_in: Entra
|
1966
1998
|
made_with_open_source: Web creada amb <a target="_blank" href="https://github.com/decidim/decidim">programari lliure</a>.
|
1967
1999
|
resources: Recursos
|
1968
2000
|
sign_up: Crea un compte
|
2001
|
+
social_media: Xarxes socials
|
1969
2002
|
terms_of_service: Termes i condicions d'ús
|
1970
2003
|
header:
|
1971
2004
|
log_in: Entra
|
@@ -2005,6 +2038,8 @@ ca:
|
|
2005
2038
|
profile: El meu compte
|
2006
2039
|
public_profile: El meu perfil públic
|
2007
2040
|
title: Enllaços del perfil
|
2041
|
+
unread_conversations: Tens converses sense llegir
|
2042
|
+
unread_notifications: Tens notificacions sense llegir
|
2008
2043
|
user_profile:
|
2009
2044
|
account: Compte
|
2010
2045
|
authorizations: Autoritzacions
|
data/config/locales/cs.yml
CHANGED
@@ -6,6 +6,7 @@ cs:
|
|
6
6
|
delete_reason: Důvod odstranění vašeho účtu
|
7
7
|
attachment:
|
8
8
|
documents: Dokumenty
|
9
|
+
image: Obrázek
|
9
10
|
photos: Fotky
|
10
11
|
common:
|
11
12
|
created_at: Vytvořeno v
|
@@ -185,6 +186,12 @@ cs:
|
|
185
186
|
few: "%{count} sekundy"
|
186
187
|
many: "%{count} sekund"
|
187
188
|
other: "%{count} sekund"
|
189
|
+
widget:
|
190
|
+
label:
|
191
|
+
date: Vyberte datum pro %{label}
|
192
|
+
time: Vyberte čas pro %{label}
|
193
|
+
picker:
|
194
|
+
time_button: Otevřít výběr času pro %{label}
|
188
195
|
decidim:
|
189
196
|
accessibility:
|
190
197
|
external_link: Externí odkaz
|
@@ -721,7 +728,7 @@ cs:
|
|
721
728
|
drag_and_drop_help: Přidejte obrázky přetažením nebo vložením.
|
722
729
|
endorsement_buttons_cell:
|
723
730
|
already_endorsed: Nelíbí se mi
|
724
|
-
endorse:
|
731
|
+
endorse: Like
|
725
732
|
endorsements:
|
726
733
|
identities:
|
727
734
|
done: Hotovo
|
@@ -1025,7 +1032,6 @@ cs:
|
|
1025
1032
|
title: Jaké jsou odznaky?
|
1026
1033
|
group_admins:
|
1027
1034
|
actions:
|
1028
|
-
are_you_sure: Jste si jisti? Toto uživatele ze skupiny neodstraní.
|
1029
1035
|
demote_admin: Odstranit admin
|
1030
1036
|
demote:
|
1031
1037
|
error: Při odebrání tohoto účastníka ze seznamu administrátorů došlo k chybě.
|
@@ -1055,7 +1061,6 @@ cs:
|
|
1055
1061
|
error: Při přijímání této žádosti o připojení došlo k chybě.
|
1056
1062
|
success: Žádost o připojení byla úspěšně přijata.
|
1057
1063
|
actions:
|
1058
|
-
are_you_sure: Jste si jisti?
|
1059
1064
|
promote_to_admin: Udělat adminem
|
1060
1065
|
remove_from_group: Odstranit uživatele
|
1061
1066
|
index:
|
@@ -1293,11 +1298,10 @@ cs:
|
|
1293
1298
|
main_image: Hlavní obrázek
|
1294
1299
|
newsletters:
|
1295
1300
|
unsubscribe:
|
1296
|
-
check_subscription: Pokud chcete změnit své předvolby, můžete tak učinit na <a href="%{link}" target="_blank">konfigurační stránce</a>.
|
1297
1301
|
error: Při odhlášení došlo k chybě.
|
1298
1302
|
success: Úspěšně jste odhlášeni.
|
1299
1303
|
token_error: Platnost odkazu vypršela.
|
1300
|
-
unsubscribe: Odhlásit odběr
|
1304
|
+
unsubscribe: Odhlásit odběr zpravodaje
|
1301
1305
|
newsletters_opt_in:
|
1302
1306
|
unauthorized: Je nám líto, tento odkaz již není k dispozici.
|
1303
1307
|
update:
|
@@ -1305,7 +1309,6 @@ cs:
|
|
1305
1309
|
success: Nastavení Zpravodaje bylo úspěšně aktualizováno.
|
1306
1310
|
newsletters_opt_in_mailer:
|
1307
1311
|
notify:
|
1308
|
-
body_1: Zpracování osobních údajů a jejich ochrana jsou pro nás všechny stále důležitější. S novým obecným nařízením o ochraně osobních údajů (GDPR) ze dne 25. května 2018 mají jednotlivci lepší kontrolu nad svými osobními údaji. Z tohoto důvodu potřebujeme vaše "OK" pro pokračování v zasílání relevantních informací o aktivitách %{organization_name}.
|
1309
1312
|
body_2: 'Jak nám můžete dát svůj souhlas? Stačí kliknout na následující tlačítko:'
|
1310
1313
|
body_3: S tímto souhlasem budete moci pokračovat v přijímání informací o službách platformy. Pokud naopak nedostaneme pozitivní potvrzení z vašeho hlediska, přestaneme vám posílat naše zprávy. Pokud potvrdíte, že chcete být stále informováni, máte vždy možnost kdykoli zrušit.
|
1311
1314
|
button: Ano, chci i nadále přijímat relevantní informace
|
@@ -1464,11 +1467,24 @@ cs:
|
|
1464
1467
|
confirmation_instructions_sent: Pokyny pro potvrzení e-mailu byly odeslány.
|
1465
1468
|
fill_in_email_to_confirm_it: Pro potvrzení vyplňte e-mailovou adresu skupiny.
|
1466
1469
|
reported_mailer:
|
1467
|
-
|
1468
|
-
|
1469
|
-
|
1470
|
+
hidden_automatically:
|
1471
|
+
content: Nahlášený obsah
|
1472
|
+
details: Podrobnosti
|
1473
|
+
hello: Dobrý den %{name},
|
1474
|
+
manage_moderations: Spravovat moderace
|
1475
|
+
participatory_space: Participativní prostor
|
1476
|
+
reason: Důvod
|
1470
1477
|
report_html: <p>Následující <a href="%{url}">obsah</a> byl automaticky skryt.</p>
|
1471
1478
|
subject: Zdroj byl automaticky skryt
|
1479
|
+
hidden_manually:
|
1480
|
+
content: Nahlášený obsah
|
1481
|
+
details: Podrobnosti
|
1482
|
+
hello: Dobrý den %{name},
|
1483
|
+
manage_moderations: Spravovat moderace
|
1484
|
+
participatory_space: Participativní prostor
|
1485
|
+
reason: Důvod
|
1486
|
+
report_html: <p>Následující <a href="%{url}">obsah</a> byl skrytý od %{moderator}.</p>
|
1487
|
+
subject: Zdroj byl skryt %{moderator}
|
1472
1488
|
report:
|
1473
1489
|
authors: Autoři
|
1474
1490
|
content: Nahlášený obsah
|
@@ -1486,6 +1502,8 @@ cs:
|
|
1486
1502
|
create:
|
1487
1503
|
error: Při vytváření shromáždění došlo k chybě. Zkuste to znovu.
|
1488
1504
|
success: Zpráva byla úspěšně vytvořena a bude kontrolována administrátorem.
|
1505
|
+
hide:
|
1506
|
+
success: Tento zdroj byl skryt.
|
1489
1507
|
parent_hidden:
|
1490
1508
|
report_details: Nadřazený dokument byl skryt
|
1491
1509
|
resource_endorsements:
|
@@ -1533,6 +1551,7 @@ cs:
|
|
1533
1551
|
close_modal: Zavřít okno
|
1534
1552
|
ok: OK
|
1535
1553
|
title: Potvrdit
|
1554
|
+
confirm_unload: Tato stránka obsahuje neuložené změny. Opravdu chcete opustit tuto stránku?
|
1536
1555
|
embed:
|
1537
1556
|
title: Vložený obsah videa
|
1538
1557
|
extended_navigation_bar:
|
@@ -1770,7 +1789,7 @@ cs:
|
|
1770
1789
|
confirm_new_password: Potvrďte nové heslo
|
1771
1790
|
new_password: Nové heslo
|
1772
1791
|
old_password_help: Chcete-li potvrdit změny vašeho účtu, zadejte prosím své aktuální heslo.
|
1773
|
-
password_help: "minimální počet znaků je %{
|
1792
|
+
password_help: "minimální počet znaků je %{minimum_characters}, nesmí být příliš obvyklý (např. 123456) a musí se lišit od vašeho uživatelského jména a e-mailu."
|
1774
1793
|
password_help_admin: "minimální počet znaků je %{minimum_characters}, nesmí být příliš časté (např. 123456), musí se lišit od vaší přezdívky a e-mailu a musí se lišit od vašich starých hesel."
|
1775
1794
|
title: Změna hesla
|
1776
1795
|
new:
|
@@ -2007,10 +2026,12 @@ cs:
|
|
2007
2026
|
decidim_logo: Logo Decidim
|
2008
2027
|
decidim_title: Decidim
|
2009
2028
|
download_open_data: Stáhněte si soubory s otevřenými daty
|
2029
|
+
help: Nápověda
|
2010
2030
|
log_in: Přihlásit
|
2011
2031
|
made_with_open_source: Webová stránka vytvořená s <a target="_blank" href="https://github.com/decidim/decidim">svobodným softwarem</a>.
|
2012
2032
|
resources: Zdroje
|
2013
2033
|
sign_up: Vytvořit účet
|
2034
|
+
social_media: Sociální sítě
|
2014
2035
|
terms_of_service: Podmínky služby
|
2015
2036
|
header:
|
2016
2037
|
log_in: Přihlásit
|
@@ -2050,6 +2071,8 @@ cs:
|
|
2050
2071
|
profile: Můj účet
|
2051
2072
|
public_profile: Můj veřejný profil
|
2052
2073
|
title: Profilové odkazy
|
2074
|
+
unread_conversations: Máte nepřečtené konverzace
|
2075
|
+
unread_notifications: Máte nepřečtené oznámení
|
2053
2076
|
user_profile:
|
2054
2077
|
account: Účet
|
2055
2078
|
authorizations: Autorizace
|