decidim-core 0.30.6 → 0.30.8
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/content_blocks/highlighted_elements_with_cell_for_list_cell.rb +5 -1
- data/app/cells/decidim/content_blocks/participatory_space_metadata/content.erb +2 -2
- data/app/cells/decidim/report_button/already_reported_modal.erb +1 -1
- data/app/cells/decidim/report_button/flag_modal.erb +1 -1
- data/app/cells/decidim/report_user_button/already_reported_modal.erb +1 -1
- data/app/cells/decidim/report_user_button/flag_modal.erb +1 -1
- data/app/cells/decidim/statistic/show.erb +4 -4
- data/app/cells/decidim/upload_modal/files.erb +9 -5
- data/app/cells/decidim/upload_modal_cell.rb +14 -1
- data/app/commands/decidim/multiple_attachments_methods.rb +20 -3
- data/app/helpers/decidim/mailer_helper.rb +36 -0
- data/app/helpers/decidim/menu_helper.rb +2 -1
- data/app/helpers/decidim/newsletters_helper.rb +4 -22
- data/app/jobs/decidim/find_and_update_descendants_job.rb +8 -2
- data/app/jobs/decidim/update_search_indexes_job.rb +2 -2
- data/app/mailers/decidim/application_mailer.rb +4 -0
- data/app/packs/src/decidim/a11y.js +29 -0
- data/app/packs/src/decidim/a11y.test.js +81 -0
- data/app/packs/src/decidim/confirm.js +8 -1
- data/app/packs/src/decidim/confirm.test.js +225 -0
- data/app/packs/src/decidim/datepicker/datepicker_functions.js +26 -0
- data/app/packs/src/decidim/datepicker/generate_datepicker.js +2 -1
- data/app/packs/src/decidim/datepicker/generate_timepicker.js +9 -1
- data/app/packs/src/decidim/datepicker/test/datepicker_functions_adjust_picker_position.test.js +234 -0
- data/app/packs/src/decidim/direct_uploads/upload_field.js +1 -1
- data/app/packs/src/decidim/focus_guard.js +4 -4
- data/app/packs/stylesheets/decidim/_cards.scss +12 -4
- data/app/packs/stylesheets/decidim/_flash.scss +1 -1
- data/app/packs/stylesheets/decidim/_modal_update.scss +1 -1
- data/app/presenters/decidim/menu_item_presenter.rb +7 -1
- data/app/views/decidim/devise/invitations/edit.html.erb +3 -3
- data/app/views/decidim/devise/registrations/new.html.erb +1 -0
- data/app/views/decidim/devise/shared/_tos_fields.html.erb +3 -3
- data/app/views/decidim/notification_mailer/event_received.html.erb +3 -3
- data/config/initializers/devise.rb +6 -0
- data/config/locales/ar.yml +3 -3
- data/config/locales/bg.yml +0 -4
- data/config/locales/ca-IT.yml +7 -6
- data/config/locales/ca.yml +7 -6
- data/config/locales/cs.yml +8 -8
- data/config/locales/de.yml +17 -8
- data/config/locales/el.yml +0 -2
- data/config/locales/en.yml +5 -4
- data/config/locales/es-MX.yml +8 -7
- data/config/locales/es-PY.yml +8 -7
- data/config/locales/es.yml +10 -9
- data/config/locales/eu.yml +8 -6
- data/config/locales/fi-plain.yml +10 -4
- data/config/locales/fi.yml +11 -5
- data/config/locales/fr-CA.yml +7 -5
- data/config/locales/fr.yml +8 -7
- data/config/locales/gl.yml +0 -2
- data/config/locales/hu.yml +5 -9
- data/config/locales/id-ID.yml +0 -2
- data/config/locales/it.yml +1 -3
- data/config/locales/ja.yml +7 -8
- data/config/locales/lb.yml +0 -2
- data/config/locales/lt.yml +1 -3
- data/config/locales/lv.yml +0 -2
- data/config/locales/nl.yml +0 -2
- data/config/locales/no.yml +0 -2
- data/config/locales/pl.yml +0 -4
- data/config/locales/pt-BR.yml +4 -5
- data/config/locales/pt.yml +0 -2
- data/config/locales/ro-RO.yml +1 -5
- data/config/locales/ru.yml +0 -2
- data/config/locales/sk.yml +0 -4
- data/config/locales/sv.yml +8 -7
- data/config/locales/tr-TR.yml +17 -5
- data/config/locales/zh-CN.yml +0 -2
- data/config/locales/zh-TW.yml +1 -3
- data/lib/decidim/assets/tailwind/tailwind.config.js.erb +1 -1
- data/lib/decidim/content_parsers/blob_parser.rb +2 -2
- data/lib/decidim/content_renderers/blob_renderer.rb +2 -2
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/form_builder.rb +25 -1
- data/lib/decidim/maintenance/taxonomy_importer.rb +1 -1
- data/lib/decidim/searchable.rb +4 -4
- metadata +10 -6
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<div id="card__tos" class="form__wrapper-block border-y-2">
|
|
2
2
|
<h2 class="h4"><%= t("decidim.devise.registrations.new.tos_title") %></h2>
|
|
3
|
+
<span class="sr-only"><%= t("forms.required") %></span>
|
|
3
4
|
|
|
4
|
-
<div>
|
|
5
|
+
<div id="terms_of_service_summary">
|
|
5
6
|
<% terms_of_service_summary_content_blocks.each do |content_block| %>
|
|
6
7
|
<%= cell content_block.manifest.cell, content_block %>
|
|
7
8
|
<% end %>
|
|
8
9
|
</div>
|
|
9
|
-
|
|
10
|
-
<%= form.check_box :tos_agreement, label: t("decidim.devise.registrations.new.tos_agreement", link: link_to(t("decidim.devise.registrations.new.terms"), decidim.page_path("terms-of-service"))), label_options: { class: "form__wrapper-checkbox-label" } %>
|
|
10
|
+
<%= form.check_box :tos_agreement, label: t("decidim.devise.registrations.new.tos_agreement", link: link_to(t("decidim.devise.registrations.new.terms"), decidim.page_path("terms-of-service"))), label_options: { class: "form__wrapper-checkbox-label" }, "aria-describedby": "terms_of_service_summary" %>
|
|
11
11
|
</div>
|
|
12
12
|
|
|
13
13
|
<div id="card__newsletter" class="form__wrapper-block">
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
<blockquote>
|
|
17
17
|
<p>
|
|
18
|
-
<%= @event_instance.safe_resource_text %>
|
|
18
|
+
<%= decidim_transform_image_urls(@event_instance.safe_resource_text, @organization.host).html_safe %>
|
|
19
19
|
</p>
|
|
20
20
|
</blockquote>
|
|
21
21
|
<% end %>
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
<p style="font-weight: bold"><%= t(".translated_text") %></p>
|
|
29
29
|
<blockquote>
|
|
30
30
|
<p>
|
|
31
|
-
<%= @event_instance.safe_resource_translated_text %>
|
|
31
|
+
<%= decidim_transform_image_urls(@event_instance.safe_resource_translated_text, @organization.host).html_safe %>
|
|
32
32
|
</p>
|
|
33
33
|
</blockquote>
|
|
34
34
|
<% end %>
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
<table>
|
|
41
41
|
<tr>
|
|
42
42
|
<td>
|
|
43
|
-
<%= link_to @event_instance.button_text, @event_instance.button_url, target: :blank %>
|
|
43
|
+
<%= link_to decidim_sanitize(@event_instance.button_text, strip_tags: true), @event_instance.button_url, target: :blank %>
|
|
44
44
|
</td>
|
|
45
45
|
</tr>
|
|
46
46
|
</table>
|
|
@@ -175,6 +175,12 @@ Devise.setup do |config|
|
|
|
175
175
|
# Default: true
|
|
176
176
|
config.allow_insecure_sign_in_after_accept = true
|
|
177
177
|
|
|
178
|
+
# Require password when user accepts the invitation.
|
|
179
|
+
# Disable if you do not want to ask for or enforce setting a password while accepting,
|
|
180
|
+
# because it is set when the user is invited or will be set later.
|
|
181
|
+
# Default: true
|
|
182
|
+
config.require_password_on_accepting = false
|
|
183
|
+
|
|
178
184
|
# A period that the user is allowed to confirm their account before their
|
|
179
185
|
# token becomes invalid. For example, if set to 3.days, the user can confirm
|
|
180
186
|
# their account within 3 days after the mail was sent, but on the fourth day
|
data/config/locales/ar.yml
CHANGED
|
@@ -1330,8 +1330,6 @@ ar:
|
|
|
1330
1330
|
submit_button: ارسل دعوة
|
|
1331
1331
|
no_invitations_remaining: لا توجد دعوات متبقية
|
|
1332
1332
|
send_instructions: تم إرسال دعوة بريد إلكتروني إلى %{email}.
|
|
1333
|
-
updated: تم ضبط كلمة مرورك بنجاح. انت الآن مسجل دخولك.
|
|
1334
|
-
updated_not_active: تم ضبط كلمة مرورك بنجاح.
|
|
1335
1333
|
mailer:
|
|
1336
1334
|
confirmation_instructions:
|
|
1337
1335
|
action: تأكيد حسابي
|
|
@@ -1393,6 +1391,7 @@ ar:
|
|
|
1393
1391
|
links:
|
|
1394
1392
|
back: الى الخلف
|
|
1395
1393
|
forgot_your_password: نسيت رقمك السري؟
|
|
1394
|
+
log_in: تسجيل الدخول
|
|
1396
1395
|
log_in_with_provider: تسجيل الدخول باستخدام %{provider}
|
|
1397
1396
|
minimum_password_length:
|
|
1398
1397
|
zero: "(%{count} حرف كحد أدنى)"
|
|
@@ -1481,7 +1480,7 @@ ar:
|
|
|
1481
1480
|
description: وصف
|
|
1482
1481
|
name: اسم
|
|
1483
1482
|
service: الخدمة
|
|
1484
|
-
type:
|
|
1483
|
+
type: النوع
|
|
1485
1484
|
items:
|
|
1486
1485
|
_session_id:
|
|
1487
1486
|
description: يسمح للمواقع بتذكر المستخدم داخل الموقع عندما ينتقل بين صفحات الويب.
|
|
@@ -1531,6 +1530,7 @@ ar:
|
|
|
1531
1530
|
data_consent_settings: إعدادات ملفات تعريف الارتباط
|
|
1532
1531
|
decidim_logo: شعار Decidim
|
|
1533
1532
|
decidim_title: Decidim
|
|
1533
|
+
log_in: تسجيل الدخول
|
|
1534
1534
|
made_with_open_source: موقع تم إنشاؤه <a target="_blank" href="https://github.com/decidim/decidim">بالبرمجيات الحرة</a>.
|
|
1535
1535
|
resources: الموارد
|
|
1536
1536
|
header:
|
data/config/locales/bg.yml
CHANGED
|
@@ -1550,8 +1550,6 @@ bg:
|
|
|
1550
1550
|
submit_button: Изпрати покана
|
|
1551
1551
|
no_invitations_remaining: Няма останали покани
|
|
1552
1552
|
send_instructions: Писмо с покана беше изпратено до %{email}.
|
|
1553
|
-
updated: Вашата парола беше зададена успешно. Вече сте влезли.
|
|
1554
|
-
updated_not_active: Вашата парола беше зададена успешно.
|
|
1555
1553
|
mailer:
|
|
1556
1554
|
confirmation_instructions:
|
|
1557
1555
|
action: Потвърди профила ми
|
|
@@ -1608,8 +1606,6 @@ bg:
|
|
|
1608
1606
|
confirm_new_password: Потвърди нова парола
|
|
1609
1607
|
new_password: Нова парола
|
|
1610
1608
|
old_password_help: За да потвърдите промените във вашия акаунт, моля, въведете текущата си парола.
|
|
1611
|
-
password_help: "Минимум %{minimum_characters} символа, не трябва да са разпространени (например, 123456) и трябва да са различни от вашите име и ел. поща."
|
|
1612
|
-
password_help_admin: "Минимум %{minimum_characters} символа, не трябва да са разпространени (например, 123456) и трябва да са различни от вашите име и ел. поща."
|
|
1613
1609
|
title: Промяна на паролата
|
|
1614
1610
|
new:
|
|
1615
1611
|
forgot_your_password: Забравили сте паролата си?
|
data/config/locales/ca-IT.yml
CHANGED
|
@@ -1621,7 +1621,7 @@ ca-IT:
|
|
|
1621
1621
|
download:
|
|
1622
1622
|
components: Components
|
|
1623
1623
|
core: Nucli
|
|
1624
|
-
spaces:
|
|
1624
|
+
spaces: Espais de participació
|
|
1625
1625
|
title: Descarregar recursos
|
|
1626
1626
|
download_open_data: Descarrega tots els fitxers de dades obertes
|
|
1627
1627
|
download_resource: Descarregar "%{resource_name}" en format CSV
|
|
@@ -1739,7 +1739,7 @@ ca-IT:
|
|
|
1739
1739
|
actions:
|
|
1740
1740
|
create_user_group: Crea un grup
|
|
1741
1741
|
disabled_message: Missatge
|
|
1742
|
-
edit_profile:
|
|
1742
|
+
edit_profile: Editar el perfil
|
|
1743
1743
|
edit_user_group: Edita el perfil del grup
|
|
1744
1744
|
invite_user: Convida la participant
|
|
1745
1745
|
join_user_group: Sol·licita unir-se al grup
|
|
@@ -1989,6 +1989,7 @@ ca-IT:
|
|
|
1989
1989
|
nickname_help: El teu àlies a %{organization}. Només pot contenir lletres, números, '-' i '_'.
|
|
1990
1990
|
submit_button: Desa
|
|
1991
1991
|
subtitle: Si acceptes la invitació, si us plau, estableix el teu àlies i contrasenya.
|
|
1992
|
+
subtitle_no_password: Si acceptes la invitació, si us plau, estableix el teu àlies o sobrenom.
|
|
1992
1993
|
invitation_removed: S'ha eliminat la teva invitació.
|
|
1993
1994
|
invitation_token_invalid: El token de invitació proporcionat no és vàlid!
|
|
1994
1995
|
new:
|
|
@@ -1996,8 +1997,8 @@ ca-IT:
|
|
|
1996
1997
|
submit_button: Enviar una invitació
|
|
1997
1998
|
no_invitations_remaining: No queden invitacions
|
|
1998
1999
|
send_instructions: S'ha enviat una invitació via correu electrònic a %{email}.
|
|
1999
|
-
updated: La
|
|
2000
|
-
updated_not_active: La
|
|
2000
|
+
updated: La invitació s'ha acceptat correctament. S'ha iniciat la teva sessió.
|
|
2001
|
+
updated_not_active: La invitació s'ha acceptat correctament.
|
|
2001
2002
|
mailer:
|
|
2002
2003
|
confirmation_instructions:
|
|
2003
2004
|
action: Confirma el meu compte
|
|
@@ -2056,8 +2057,8 @@ ca-IT:
|
|
|
2056
2057
|
confirm_new_password: Confirmar la nova contrasenya
|
|
2057
2058
|
new_password: Nova contrasenya
|
|
2058
2059
|
old_password_help: Per tal de confirmar els canvis al teu compte, si us plau, proporciona'ns la teva contrasenya actual.
|
|
2059
|
-
password_help: "%{minimum_characters} caràcters
|
|
2060
|
-
password_help_admin: "%{minimum_characters} caràcters
|
|
2060
|
+
password_help: "La contrasenya ha de tenir com a mínim %{minimum_characters} caràcters, d'aquests, almenys 5 caràcters han de ser diferents, no han de ser massa comuns (p. ex. 123456) i ha de ser diferent del número, sobrenom, correu electrònic i del domini de la plataforma."
|
|
2061
|
+
password_help_admin: "La contrasenya ha de tenir com a mínim %{minimum_characters} caràcters, d'aquests, almenys 5 caràcters han de ser diferents, no han de ser massa comuns (p. ex. 123456) i ha de ser diferent del número, sobrenom, correu electrònic, domini de la plataforma o contrasenyes antigues."
|
|
2061
2062
|
title: Canvi de contrasenya
|
|
2062
2063
|
new:
|
|
2063
2064
|
forgot_your_password: Has oblidat la teva contrasenya?
|
data/config/locales/ca.yml
CHANGED
|
@@ -1621,7 +1621,7 @@ ca:
|
|
|
1621
1621
|
download:
|
|
1622
1622
|
components: Components
|
|
1623
1623
|
core: Nucli
|
|
1624
|
-
spaces:
|
|
1624
|
+
spaces: Espais de participació
|
|
1625
1625
|
title: Descarregar recursos
|
|
1626
1626
|
download_open_data: Descarrega tots els fitxers de dades obertes
|
|
1627
1627
|
download_resource: Descarregar "%{resource_name}" en format CSV
|
|
@@ -1739,7 +1739,7 @@ ca:
|
|
|
1739
1739
|
actions:
|
|
1740
1740
|
create_user_group: Crea un grup
|
|
1741
1741
|
disabled_message: Missatge
|
|
1742
|
-
edit_profile:
|
|
1742
|
+
edit_profile: Editar el perfil
|
|
1743
1743
|
edit_user_group: Edita el perfil del grup
|
|
1744
1744
|
invite_user: Convida la participant
|
|
1745
1745
|
join_user_group: Sol·licita unir-se al grup
|
|
@@ -1989,6 +1989,7 @@ ca:
|
|
|
1989
1989
|
nickname_help: El teu àlies a %{organization}. Només pot contenir lletres, números, '-' i '_'.
|
|
1990
1990
|
submit_button: Desa
|
|
1991
1991
|
subtitle: Si acceptes la invitació, si us plau, estableix el teu àlies i contrasenya.
|
|
1992
|
+
subtitle_no_password: Si acceptes la invitació, si us plau, estableix el teu àlies o sobrenom.
|
|
1992
1993
|
invitation_removed: S'ha eliminat la teva invitació.
|
|
1993
1994
|
invitation_token_invalid: El token de invitació proporcionat no és vàlid!
|
|
1994
1995
|
new:
|
|
@@ -1996,8 +1997,8 @@ ca:
|
|
|
1996
1997
|
submit_button: Enviar una invitació
|
|
1997
1998
|
no_invitations_remaining: No queden invitacions
|
|
1998
1999
|
send_instructions: S'ha enviat una invitació via correu electrònic a %{email}.
|
|
1999
|
-
updated: La
|
|
2000
|
-
updated_not_active: La
|
|
2000
|
+
updated: La invitació s'ha acceptat correctament. S'ha iniciat la teva sessió.
|
|
2001
|
+
updated_not_active: La invitació s'ha acceptat correctament.
|
|
2001
2002
|
mailer:
|
|
2002
2003
|
confirmation_instructions:
|
|
2003
2004
|
action: Confirma el meu compte
|
|
@@ -2056,8 +2057,8 @@ ca:
|
|
|
2056
2057
|
confirm_new_password: Confirmar la nova contrasenya
|
|
2057
2058
|
new_password: Nova contrasenya
|
|
2058
2059
|
old_password_help: Per tal de confirmar els canvis al teu compte, si us plau, proporciona'ns la teva contrasenya actual.
|
|
2059
|
-
password_help: "%{minimum_characters} caràcters
|
|
2060
|
-
password_help_admin: "%{minimum_characters} caràcters
|
|
2060
|
+
password_help: "La contrasenya ha de tenir com a mínim %{minimum_characters} caràcters, d'aquests, almenys 5 caràcters han de ser diferents, no han de ser massa comuns (p. ex. 123456) i ha de ser diferent del número, sobrenom, correu electrònic i del domini de la plataforma."
|
|
2061
|
+
password_help_admin: "La contrasenya ha de tenir com a mínim %{minimum_characters} caràcters, d'aquests, almenys 5 caràcters han de ser diferents, no han de ser massa comuns (p. ex. 123456) i ha de ser diferent del número, sobrenom, correu electrònic, domini de la plataforma o contrasenyes antigues."
|
|
2061
2062
|
title: Canvi de contrasenya
|
|
2062
2063
|
new:
|
|
2063
2064
|
forgot_your_password: Has oblidat la teva contrasenya?
|
data/config/locales/cs.yml
CHANGED
|
@@ -316,7 +316,7 @@ cs:
|
|
|
316
316
|
delete: "%{user_name} odstranila %{resource_name} aplikaci OAuth"
|
|
317
317
|
update: "%{user_name} aktualizovala %{resource_name} aplikaci OAuth"
|
|
318
318
|
organization:
|
|
319
|
-
update: "%{user_name}
|
|
319
|
+
update: "%{user_name} aktualizoval nastavení organizace"
|
|
320
320
|
update_external_domain: "%{user_name} aktualizoval externí domény organizace"
|
|
321
321
|
participatory_space_private_user:
|
|
322
322
|
create: "%{user_name} pozval %{resource_name} aby se stal soukromým uživatelem"
|
|
@@ -635,7 +635,7 @@ cs:
|
|
|
635
635
|
global_menu:
|
|
636
636
|
name: Globální menu
|
|
637
637
|
hero:
|
|
638
|
-
name: Obrázek hrdiny a
|
|
638
|
+
name: Obrázek hrdiny a výzva k akci
|
|
639
639
|
hero_settings_form:
|
|
640
640
|
background_image: Obrázek pozadí
|
|
641
641
|
welcome_text: Uvítací text
|
|
@@ -1209,11 +1209,14 @@ cs:
|
|
|
1209
1209
|
description: Odznaky jsou uznání akcí účastníků a pokrok v platformě. Jakmile začnete objevovat, účastnit se a spolupracovat v platformě, získáte různé odznaky.
|
|
1210
1210
|
level: Úroveň %{level}
|
|
1211
1211
|
reached_top: Dosáhli jste nejvyšší úrovně tohoto odznaku.
|
|
1212
|
-
title:
|
|
1212
|
+
title: Co jsou odznaky?
|
|
1213
1213
|
group_admins:
|
|
1214
1214
|
actions:
|
|
1215
1215
|
confirm_modal:
|
|
1216
1216
|
ok_add: Přidat administrátora
|
|
1217
|
+
ok_remove: Odstranit správce
|
|
1218
|
+
title_add: Potvrdit nového správce
|
|
1219
|
+
title_remove: Odstranit správce
|
|
1217
1220
|
demote_admin: Odstranit admin
|
|
1218
1221
|
demote:
|
|
1219
1222
|
error: Při odebrání tohoto účastníka ze seznamu administrátorů došlo k chybě.
|
|
@@ -1768,7 +1771,7 @@ cs:
|
|
|
1768
1771
|
actions:
|
|
1769
1772
|
create_user_group: Vytvořit skupinu
|
|
1770
1773
|
disabled_message: Zpráva
|
|
1771
|
-
edit_profile:
|
|
1774
|
+
edit_profile: Upravit profil
|
|
1772
1775
|
edit_user_group: Upravit profil skupiny
|
|
1773
1776
|
invite_user: Pozvat uživatele
|
|
1774
1777
|
join_user_group: Žádost o připojení ke skupině
|
|
@@ -2024,8 +2027,6 @@ cs:
|
|
|
2024
2027
|
submit_button: Odeslat pozvánku
|
|
2025
2028
|
no_invitations_remaining: Žádné zbývající pozvánky
|
|
2026
2029
|
send_instructions: Pozvánka byla odeslána na %{email}.
|
|
2027
|
-
updated: Vaše heslo bylo úspěšně nastaveno. Nyní jste přihlášeni.
|
|
2028
|
-
updated_not_active: Vaše heslo bylo úspěšně nastaveno.
|
|
2029
2030
|
mailer:
|
|
2030
2031
|
confirmation_instructions:
|
|
2031
2032
|
action: Potvrďte svůj účet
|
|
@@ -2085,8 +2086,6 @@ cs:
|
|
|
2085
2086
|
confirm_new_password: Potvrďte nové heslo
|
|
2086
2087
|
new_password: Nové heslo
|
|
2087
2088
|
old_password_help: Chcete-li potvrdit změny vašeho účtu, zadejte prosím své aktuální heslo.
|
|
2088
|
-
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."
|
|
2089
|
-
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."
|
|
2090
2089
|
title: Změna hesla
|
|
2091
2090
|
new:
|
|
2092
2091
|
forgot_your_password: Zapomněli jste heslo?
|
|
@@ -2334,6 +2333,7 @@ cs:
|
|
|
2334
2333
|
confirm_close_ephemeral_session: Pokud z této stránky odejdete, vaše relace bude ukončena. Jste si jisti?
|
|
2335
2334
|
log_in: Přihlásit
|
|
2336
2335
|
main_menu: Hlavní menu
|
|
2336
|
+
mobile_account_greeting: Dobrý den %{user_name}
|
|
2337
2337
|
user_menu: Uživatelské Menu
|
|
2338
2338
|
impersonation_warning:
|
|
2339
2339
|
close_session: Zavřít sezení
|
data/config/locales/de.yml
CHANGED
|
@@ -114,7 +114,7 @@ de:
|
|
|
114
114
|
date:
|
|
115
115
|
buttons:
|
|
116
116
|
close: Schliessen
|
|
117
|
-
select:
|
|
117
|
+
select: Auswählen
|
|
118
118
|
formats:
|
|
119
119
|
decidim_short: "%d/%m/%Y"
|
|
120
120
|
decidim_short_dashed: "%d-%m-%Y"
|
|
@@ -1118,6 +1118,8 @@ de:
|
|
|
1118
1118
|
explanation: 'Anleitung für Bild:'
|
|
1119
1119
|
message_1: Vorzugsweise ein Bild im Querformat, das keinen Text enthält.
|
|
1120
1120
|
message_2: Der Dienst schneidet die Datei zu.
|
|
1121
|
+
import_file:
|
|
1122
|
+
message_1: Muss ein JSON-Dokument sein, das über die Exportfunktion heruntergeladen wurde.
|
|
1121
1123
|
file_validation:
|
|
1122
1124
|
allowed_file_extensions: 'Erlaubte Dateiformate: %{extensions}'
|
|
1123
1125
|
max_file_dimension: 'Maximale Dateigröße: %{resolution} Pixel'
|
|
@@ -1478,9 +1480,13 @@ de:
|
|
|
1478
1480
|
same_language: Der Inhalt wurde in Ihrer bevorzugten Sprache (%{language}) veröffentlicht, daher wird in dieser E-Mail keine automatisierte Übersetzung angezeigt.
|
|
1479
1481
|
translated_text: 'Automatisch übersetzter Text:'
|
|
1480
1482
|
notifications:
|
|
1483
|
+
action_error: Beim Aktualisieren der Benachrichtigungseinstellungen ist ein Fehler aufgetreten.
|
|
1481
1484
|
no_notifications: Noch keine Benachrichtigungen
|
|
1482
1485
|
show:
|
|
1486
|
+
deleted: Inhalt wurde vom Autor gelöscht.
|
|
1483
1487
|
missing_event: Hoppla, diese Benachrichtigung gehört zu einem Artikel, der nicht mehr verfügbar ist. Du kannst sie verwerfen.
|
|
1488
|
+
moderated: Inhalt wurde durch Moderation versteckt.
|
|
1489
|
+
not_available: Hoppla, diese Benachrichtigung gehört zu einem Artikel, der nicht mehr verfügbar ist. Es ist keine weitere Aktion erforderlich.
|
|
1484
1490
|
notifications_digest_mailer:
|
|
1485
1491
|
header:
|
|
1486
1492
|
daily: Tägliche Zusammenfassung
|
|
@@ -1489,6 +1495,7 @@ de:
|
|
|
1489
1495
|
hello: Hallo %{name}
|
|
1490
1496
|
intro:
|
|
1491
1497
|
daily: 'Dies sind die Benachrichtigungen vom letzten Tag basierend auf den Aktivitäten, denen Sie folgen:'
|
|
1498
|
+
real_time: 'Es gibt eine Benachrichtigung über die Aktivität, die Sie folgen:'
|
|
1492
1499
|
weekly: 'Dies sind die Benachrichtigungen der letzten Woche, basierend auf den Aktivitäten, die Sie folgen:'
|
|
1493
1500
|
outro: Sie haben diese Benachrichtigung erhalten, weil Sie diesen Inhalt oder seine Verfassenden folgen. Sie können dem Inhalt direkt auf seiner Seite entfolgen.
|
|
1494
1501
|
see_more: Weitere Benachrichtigungen ansehen
|
|
@@ -1642,7 +1649,9 @@ de:
|
|
|
1642
1649
|
title: Wie man diese Dateien öffnet und mit ihnen arbeitet
|
|
1643
1650
|
license:
|
|
1644
1651
|
body_1_html: Diese Datenbank von %{organization_name} wird unter %{link_database} zur Verfügung gestellt. Alle Rechte an einzelnen Inhalten der Datenbank sind unter %{link_contents} lizenziert.
|
|
1652
|
+
license_contents_link: https://opendatacommons.org/licenses/dbcl/1.0/
|
|
1645
1653
|
license_contents_name: Lizenz für Datenbankinhalte
|
|
1654
|
+
license_database_link: https://opendatacommons.org/licenses/odbl/1.0/
|
|
1646
1655
|
license_database_name: Offene Datenbanklizenz
|
|
1647
1656
|
title: Lizenz
|
|
1648
1657
|
title: Offene Daten
|
|
@@ -1706,7 +1715,7 @@ de:
|
|
|
1706
1715
|
error: Es gab ein Problem bei der Aktualisierung des Passwortes.
|
|
1707
1716
|
success: Passwort erfolgreich aktualisiert.
|
|
1708
1717
|
profile:
|
|
1709
|
-
deleted: Gelöschter
|
|
1718
|
+
deleted: Gelöschter Teilnehmer
|
|
1710
1719
|
inaccessible_message: Dieses Profil ist wegen Verletzung der Nutzungsbedingungen nicht zugänglich!
|
|
1711
1720
|
profiles:
|
|
1712
1721
|
default_officialization_text_for_user_groups: Diese Benutzergruppe wurde öffentlich überprüft. Der Gruppenname entspricht ihrem tatsächlichen Namen.
|
|
@@ -1736,7 +1745,7 @@ de:
|
|
|
1736
1745
|
manage_user_group_admins: Admins verwalten
|
|
1737
1746
|
manage_user_group_users: Mitglieder verwalten
|
|
1738
1747
|
message: Nachricht
|
|
1739
|
-
resend_email_confirmation_instructions:
|
|
1748
|
+
resend_email_confirmation_instructions: E-Mail-Bestätigungsanweisungen erneut versenden
|
|
1740
1749
|
confirmation_instructions_sent: E-Mail-Bestätigungsanweisungen gesendet.
|
|
1741
1750
|
fill_in_email_to_confirm_it: Bitte geben Sie die E-Mail-Adresse Ihrer Gruppe zur Bestätigung ein.
|
|
1742
1751
|
reported_mailer:
|
|
@@ -1962,6 +1971,7 @@ de:
|
|
|
1962
1971
|
send_paranoid_instructions: Wenn Ihre E-Mail-Adresse in unserer Datenbank vorhanden ist, erhalten Sie innerhalb weniger Minuten eine E-Mail mit Anweisungen zur Bestätigung Ihrer E-Mail-Adresse.
|
|
1963
1972
|
failure:
|
|
1964
1973
|
already_authenticated: Sie sind bereits angemeldet.
|
|
1974
|
+
csrf_token: Ihre Anfrage konnte nicht verifiziert werden. Bitte versuchen Sie es erneut.
|
|
1965
1975
|
inactive: Dein Benutzerkonto ist noch nicht aktiviert.
|
|
1966
1976
|
invalid: Ungültige %{authentication_keys} oder Passwort
|
|
1967
1977
|
invited: Sie haben eine ausstehende Einladung, akzeptieren Sie sie, um die Erstellung Ihres Kontos abzuschließen.
|
|
@@ -1976,6 +1986,7 @@ de:
|
|
|
1976
1986
|
nickname_help: Ihr Pseudonym auf %{organization}. Kann nur Buchstaben, Zahlen, '-' und '_' enthalten.
|
|
1977
1987
|
submit_button: Speichern
|
|
1978
1988
|
subtitle: Wenn Sie die Einladung annehmen, geben Sie bitte Ihren Kontonamen und Ihr Passwort ein.
|
|
1989
|
+
subtitle_no_password: Wenn Sie die Einladung annehmen, geben Sie bitte Ihren Kontonamen ein.
|
|
1979
1990
|
invitation_removed: Ihre Einladung wurde entfernt.
|
|
1980
1991
|
invitation_token_invalid: Das angegebene Einladungstoken ist nicht gültig!
|
|
1981
1992
|
new:
|
|
@@ -1983,8 +1994,8 @@ de:
|
|
|
1983
1994
|
submit_button: Eine Einladung schicken
|
|
1984
1995
|
no_invitations_remaining: Keine Einladungen übrig
|
|
1985
1996
|
send_instructions: Eine Einladungs-E-Mail wurde an %{email}gesendet.
|
|
1986
|
-
updated:
|
|
1987
|
-
updated_not_active:
|
|
1997
|
+
updated: Einladung erfolgreich angenommen. Sie sind jetzt angemeldet.
|
|
1998
|
+
updated_not_active: Einladung erfolgreich angenommen.
|
|
1988
1999
|
mailer:
|
|
1989
2000
|
confirmation_instructions:
|
|
1990
2001
|
action: Konto bestätigen
|
|
@@ -2042,8 +2053,6 @@ de:
|
|
|
2042
2053
|
confirm_new_password: Bestätige neues Passwort
|
|
2043
2054
|
new_password: Neues Passwort
|
|
2044
2055
|
old_password_help: Um die Änderungen an Ihrem Konto zu bestätigen, geben Sie bitte Ihr aktuelles Passwort ein.
|
|
2045
|
-
password_help: "Das Passwort muss aus mindestens %{minimum_characters} Zeichen bestehen, darf nicht zu gewöhnlich sein (z. B. 123456) oder Ihren Kontonamen bzw. Ihre E-Mail-Adresse enthalten."
|
|
2046
|
-
password_help_admin: "Das Passwort muss aus mindestens %{minimum_characters} Zeichen bestehen, darf nicht zu gewöhnlich sein (z. B. 123456) oder Ihren Kontonamen oder Ihre E-Mail-Adresse enthalten und muss sich von Ihren alten Passwörtern unterscheiden."
|
|
2047
2056
|
title: Passwort ändern
|
|
2048
2057
|
new:
|
|
2049
2058
|
forgot_your_password: Haben Sie Ihr Passwort vergessen?
|
|
@@ -2380,7 +2389,7 @@ de:
|
|
|
2380
2389
|
buttons:
|
|
2381
2390
|
close: Schliessen
|
|
2382
2391
|
reset: Zurücksetzen
|
|
2383
|
-
select:
|
|
2392
|
+
select: Auswählen
|
|
2384
2393
|
formats:
|
|
2385
2394
|
day_of_month: "%d. %b"
|
|
2386
2395
|
day_of_week: "%a"
|
data/config/locales/el.yml
CHANGED
|
@@ -1197,8 +1197,6 @@ el:
|
|
|
1197
1197
|
submit_button: Στείλτε μια πρόσκληση
|
|
1198
1198
|
no_invitations_remaining: Δεν απομένουν προσκλήσεις
|
|
1199
1199
|
send_instructions: Στάλθηκε ένα email πρόσκλησης στη διεύθυνση %{email}.
|
|
1200
|
-
updated: Ο κωδικός πρόσβασης ορίστηκε με επιτυχία. Έχετε συνδεθεί.
|
|
1201
|
-
updated_not_active: Ο κωδικός πρόσβασης ορίστηκε με επιτυχία.
|
|
1202
1200
|
mailer:
|
|
1203
1201
|
confirmation_instructions:
|
|
1204
1202
|
action: Επιβεβαίωση του λογαριασμού μου
|
data/config/locales/en.yml
CHANGED
|
@@ -1996,6 +1996,7 @@ en:
|
|
|
1996
1996
|
nickname_help: Your nickname in %{organization}. Can only contain letters, numbers, '-' and '_'.
|
|
1997
1997
|
submit_button: Save
|
|
1998
1998
|
subtitle: If you accept the invitation please set your nickname and password.
|
|
1999
|
+
subtitle_no_password: If you accept the invitation please set your nickname.
|
|
1999
2000
|
invitation_removed: Your invitation was removed.
|
|
2000
2001
|
invitation_token_invalid: The invitation token provided is not valid!
|
|
2001
2002
|
new:
|
|
@@ -2003,8 +2004,8 @@ en:
|
|
|
2003
2004
|
submit_button: Send an invitation
|
|
2004
2005
|
no_invitations_remaining: No invitations remaining
|
|
2005
2006
|
send_instructions: An invitation email has been sent to %{email}.
|
|
2006
|
-
updated:
|
|
2007
|
-
updated_not_active:
|
|
2007
|
+
updated: Invitation accepted successfully. You are now signed in.
|
|
2008
|
+
updated_not_active: Invitation accepted successfully.
|
|
2008
2009
|
mailer:
|
|
2009
2010
|
confirmation_instructions:
|
|
2010
2011
|
action: Confirm my account
|
|
@@ -2064,8 +2065,8 @@ en:
|
|
|
2064
2065
|
confirm_new_password: Confirm new password
|
|
2065
2066
|
new_password: New password
|
|
2066
2067
|
old_password_help: In order to confirm the changes to your account, please provide your current password.
|
|
2067
|
-
password_help: "%{minimum_characters} characters minimum, must not be too common (e.g. 123456) and must be different from your nickname and
|
|
2068
|
-
password_help_admin: "%{minimum_characters} characters minimum, must not be too common (e.g. 123456), must be different from your nickname
|
|
2068
|
+
password_help: "%{minimum_characters} characters minimum, must contain at least 5 different characters, must not be too common (e.g. 123456) and must be different from your name, nickname, email and the organization's host."
|
|
2069
|
+
password_help_admin: "%{minimum_characters} characters minimum, must contain at least 5 different characters, must not be too common (e.g. 123456), must be different from your name, nickname, email, the organization's host and must be different from your old passwords."
|
|
2069
2070
|
title: Password change
|
|
2070
2071
|
new:
|
|
2071
2072
|
forgot_your_password: Forgot your password?
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -309,7 +309,7 @@ es-MX:
|
|
|
309
309
|
create: "%{user_name} ha creado un enlace de acceso en %{space_name}"
|
|
310
310
|
create_with_space: "%{user_name} ha creado un enlace de acceso para %{resource_name} en %{space_name}"
|
|
311
311
|
delete: "%{user_name} ha eliminado un enlace de acceso en %{space_name}"
|
|
312
|
-
delete_with_space: "%{user_name} ha eliminado un enlace de acceso para%{resource_name} en %{space_name}"
|
|
312
|
+
delete_with_space: "%{user_name} ha eliminado un enlace de acceso para %{resource_name} en %{space_name}"
|
|
313
313
|
update: "%{user_name} ha actualizado un enlace de acceso en %{space_name}"
|
|
314
314
|
update_with_space: "%{user_name} ha actualizado un enlace de acceso para %{resource_name} en %{space_name}"
|
|
315
315
|
static_page:
|
|
@@ -1624,7 +1624,7 @@ es-MX:
|
|
|
1624
1624
|
download:
|
|
1625
1625
|
components: Componentes
|
|
1626
1626
|
core: Núcleo
|
|
1627
|
-
spaces: Espacio
|
|
1627
|
+
spaces: Espacio de participación
|
|
1628
1628
|
title: Descargar recursos
|
|
1629
1629
|
download_open_data: Descargar todos los archivos de datos abiertos
|
|
1630
1630
|
download_resource: Descargar "%{resource_name}" en formato CSV
|
|
@@ -1742,7 +1742,7 @@ es-MX:
|
|
|
1742
1742
|
actions:
|
|
1743
1743
|
create_user_group: Crear un grupo
|
|
1744
1744
|
disabled_message: Mensaje
|
|
1745
|
-
edit_profile: Editar perfil
|
|
1745
|
+
edit_profile: Editar el perfil
|
|
1746
1746
|
edit_user_group: Editar el perfil del grupo
|
|
1747
1747
|
invite_user: Invitar al usuario
|
|
1748
1748
|
join_user_group: Solicitar unirse al grupo
|
|
@@ -1992,6 +1992,7 @@ es-MX:
|
|
|
1992
1992
|
nickname_help: Tu alias en %{organization}. Solo puede contener letras, números, '-' y '_'.
|
|
1993
1993
|
submit_button: Guardar
|
|
1994
1994
|
subtitle: Si aceptas la invitación, por favor establece tu nombre de usuario/a y contraseña.
|
|
1995
|
+
subtitle_no_password: Si aceptas la invitación, por favor establece tu apodo.
|
|
1995
1996
|
invitation_removed: Tu invitación fue eliminada.
|
|
1996
1997
|
invitation_token_invalid: '¡El token de invitación proporcionado no es válido!'
|
|
1997
1998
|
new:
|
|
@@ -1999,8 +2000,8 @@ es-MX:
|
|
|
1999
2000
|
submit_button: Enviar una invitación
|
|
2000
2001
|
no_invitations_remaining: No quedan invitaciones
|
|
2001
2002
|
send_instructions: Se envió un correo electrónico de invitación a %{email}.
|
|
2002
|
-
updated:
|
|
2003
|
-
updated_not_active:
|
|
2003
|
+
updated: La invitación se ha aceptado correctamente. Se ha iniciado tu sesión.
|
|
2004
|
+
updated_not_active: La invitación se ha aceptado correctamente.
|
|
2004
2005
|
mailer:
|
|
2005
2006
|
confirmation_instructions:
|
|
2006
2007
|
action: Confirmar mi cuenta
|
|
@@ -2059,8 +2060,8 @@ es-MX:
|
|
|
2059
2060
|
confirm_new_password: Confirmar la nueva contraseña
|
|
2060
2061
|
new_password: Contraseña
|
|
2061
2062
|
old_password_help: Para confirmar los cambios en tu cuenta, por favor proporciónanos tu contraseña actual.
|
|
2062
|
-
password_help: "%{minimum_characters} caracteres
|
|
2063
|
-
password_help_admin: "%{minimum_characters} caracteres
|
|
2063
|
+
password_help: "La contraseña debe tener al menos %{minimum_characters} caracteres, de estos, al menos 5 caracteres deben ser diferentes, no deben ser demasiado comunes (e. 123456) y debe ser diferente del número, apodo, correo electrónico y del dominio de la plataforma."
|
|
2064
|
+
password_help_admin: "La contraseña debe tener al menos %{minimum_characters} caracteres, de estos, al menos 5 caracteres deben ser diferentes, no deben ser demasiado comunes (e. 123456) y debe ser diferente del número, apodo, correo electrónico, dominio de la plataforma o contraseñas antiguas."
|
|
2064
2065
|
title: Cambio de contraseña
|
|
2065
2066
|
new:
|
|
2066
2067
|
forgot_your_password: '¿Olvidaste tu contraseña?'
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -309,7 +309,7 @@ es-PY:
|
|
|
309
309
|
create: "%{user_name} ha creado un enlace de acceso en %{space_name}"
|
|
310
310
|
create_with_space: "%{user_name} ha creado un enlace de acceso para %{resource_name} en %{space_name}"
|
|
311
311
|
delete: "%{user_name} ha eliminado un enlace de acceso en %{space_name}"
|
|
312
|
-
delete_with_space: "%{user_name} ha eliminado un enlace de acceso para%{resource_name} en %{space_name}"
|
|
312
|
+
delete_with_space: "%{user_name} ha eliminado un enlace de acceso para %{resource_name} en %{space_name}"
|
|
313
313
|
update: "%{user_name} ha actualizado un enlace de acceso en %{space_name}"
|
|
314
314
|
update_with_space: "%{user_name} ha actualizado un enlace de acceso para %{resource_name} en %{space_name}"
|
|
315
315
|
static_page:
|
|
@@ -1624,7 +1624,7 @@ es-PY:
|
|
|
1624
1624
|
download:
|
|
1625
1625
|
components: Componentes
|
|
1626
1626
|
core: Núcleo
|
|
1627
|
-
spaces: Espacio
|
|
1627
|
+
spaces: Espacio de participación
|
|
1628
1628
|
title: Descargar recursos
|
|
1629
1629
|
download_open_data: Descargar todos los archivos de datos abiertos
|
|
1630
1630
|
download_resource: Descargar "%{resource_name}" en formato CSV
|
|
@@ -1742,7 +1742,7 @@ es-PY:
|
|
|
1742
1742
|
actions:
|
|
1743
1743
|
create_user_group: Crea un grupo
|
|
1744
1744
|
disabled_message: Mensaje
|
|
1745
|
-
edit_profile: Editar perfil
|
|
1745
|
+
edit_profile: Editar el perfil
|
|
1746
1746
|
edit_user_group: Editar perfil de grupo
|
|
1747
1747
|
invite_user: Invitar al usuario
|
|
1748
1748
|
join_user_group: Solicitud para unirse al grupo
|
|
@@ -1992,6 +1992,7 @@ es-PY:
|
|
|
1992
1992
|
nickname_help: Tu alias en %{organization}. Solo puede contener letras, números, '-' y '_'.
|
|
1993
1993
|
submit_button: Guardar
|
|
1994
1994
|
subtitle: Si aceptas la invitación, por favor establece tu nombre de usuario/a y contraseña.
|
|
1995
|
+
subtitle_no_password: Si aceptas la invitación, por favor establece tu apodo.
|
|
1995
1996
|
invitation_removed: Tu invitación fue eliminada.
|
|
1996
1997
|
invitation_token_invalid: '¡El token de invitación proporcionado no es válido!'
|
|
1997
1998
|
new:
|
|
@@ -1999,8 +2000,8 @@ es-PY:
|
|
|
1999
2000
|
submit_button: Envia una invitacion
|
|
2000
2001
|
no_invitations_remaining: No quedan invitaciones
|
|
2001
2002
|
send_instructions: Se envió un correo electrónico de invitación a %{email}.
|
|
2002
|
-
updated:
|
|
2003
|
-
updated_not_active:
|
|
2003
|
+
updated: La invitación se ha aceptado correctamente. Se ha iniciado tu sesión.
|
|
2004
|
+
updated_not_active: La invitación se ha aceptado correctamente.
|
|
2004
2005
|
mailer:
|
|
2005
2006
|
confirmation_instructions:
|
|
2006
2007
|
action: Confirmar mi cuenta
|
|
@@ -2059,8 +2060,8 @@ es-PY:
|
|
|
2059
2060
|
confirm_new_password: Confirmar nueva contraseña
|
|
2060
2061
|
new_password: Contraseña
|
|
2061
2062
|
old_password_help: Para confirmar los cambios en tu cuenta, por favor proporciónanos tu contraseña actual.
|
|
2062
|
-
password_help: "%{minimum_characters} caracteres
|
|
2063
|
-
password_help_admin: "%{minimum_characters} caracteres
|
|
2063
|
+
password_help: "La contraseña debe tener al menos %{minimum_characters} caracteres, de estos, al menos 5 caracteres deben ser diferentes, no deben ser demasiado comunes (e. 123456) y debe ser diferente del número, apodo, correo electrónico y del dominio de la plataforma."
|
|
2064
|
+
password_help_admin: "La contraseña debe tener al menos %{minimum_characters} caracteres, de estos, al menos 5 caracteres deben ser diferentes, no deben ser demasiado comunes (e. 123456) y debe ser diferente del número, apodo, correo electrónico, dominio de la plataforma o contraseñas antiguas."
|
|
2064
2065
|
title: Cambio de contraseña
|
|
2065
2066
|
new:
|
|
2066
2067
|
forgot_your_password: '¿Olvidaste tu contraseña?'
|
data/config/locales/es.yml
CHANGED
|
@@ -309,7 +309,7 @@ es:
|
|
|
309
309
|
create: "%{user_name} ha creado un enlace de acceso en %{space_name}"
|
|
310
310
|
create_with_space: "%{user_name} ha creado un enlace de acceso para %{resource_name} en %{space_name}"
|
|
311
311
|
delete: "%{user_name} ha eliminado un enlace de acceso en %{space_name}"
|
|
312
|
-
delete_with_space: "%{user_name} ha eliminado un enlace de acceso para%{resource_name} en %{space_name}"
|
|
312
|
+
delete_with_space: "%{user_name} ha eliminado un enlace de acceso para %{resource_name} en %{space_name}"
|
|
313
313
|
update: "%{user_name} ha actualizado un enlace de acceso en %{space_name}"
|
|
314
314
|
update_with_space: "%{user_name} ha actualizado un enlace de acceso para %{resource_name} en %{space_name}"
|
|
315
315
|
static_page:
|
|
@@ -1366,7 +1366,7 @@ es:
|
|
|
1366
1366
|
subject: "%{group} tiene nuevos mensajes de %{sender}"
|
|
1367
1367
|
new_message:
|
|
1368
1368
|
greeting: '¡Hola, %{recipient}!'
|
|
1369
|
-
intro: "%{sender} ha publicado nuevos mensajes en tu conversación.
|
|
1369
|
+
intro: "%{sender} ha publicado nuevos mensajes en tu conversación. Para verlos y responder, inicia tu sesión y haz clic en el enlace que encontrarás más abajo:"
|
|
1370
1370
|
outro: '¡Disfruta de la plataforma!'
|
|
1371
1371
|
subject: Tienes nuevos mensajes de %{sender}
|
|
1372
1372
|
conversations:
|
|
@@ -1621,7 +1621,7 @@ es:
|
|
|
1621
1621
|
download:
|
|
1622
1622
|
components: Componentes
|
|
1623
1623
|
core: Núcleo
|
|
1624
|
-
spaces: Espacio
|
|
1624
|
+
spaces: Espacio de participación
|
|
1625
1625
|
title: Descargar recursos
|
|
1626
1626
|
download_open_data: Descargar todos los archivos de datos abiertos
|
|
1627
1627
|
download_resource: Descargar "%{resource_name}" en formato CSV
|
|
@@ -1739,7 +1739,7 @@ es:
|
|
|
1739
1739
|
actions:
|
|
1740
1740
|
create_user_group: Crear un grupo
|
|
1741
1741
|
disabled_message: Mensaje
|
|
1742
|
-
edit_profile:
|
|
1742
|
+
edit_profile: Editar el perfil
|
|
1743
1743
|
edit_user_group: Edita el perfil del grupo
|
|
1744
1744
|
invite_user: Invita a la participante
|
|
1745
1745
|
join_user_group: Solicita unirse al grupo
|
|
@@ -1748,7 +1748,7 @@ es:
|
|
|
1748
1748
|
manage_user_group_admins: Gestionar administradoras
|
|
1749
1749
|
manage_user_group_users: Gestionar los miembros
|
|
1750
1750
|
message: Mensaje
|
|
1751
|
-
resend_email_confirmation_instructions:
|
|
1751
|
+
resend_email_confirmation_instructions: Reenvía un correo electrónico con las instrucciones de confirmación
|
|
1752
1752
|
confirmation_instructions_sent: Instrucciones de confirmación enviadas por correo electrónico.
|
|
1753
1753
|
fill_in_email_to_confirm_it: Por favor, introduce el correo electrónico de tu grupo para confirmarlo.
|
|
1754
1754
|
reported_mailer:
|
|
@@ -1989,6 +1989,7 @@ es:
|
|
|
1989
1989
|
nickname_help: Tu alias en %{organization}. Solo puede contener letras, números, '-' y '_'.
|
|
1990
1990
|
submit_button: Guardar
|
|
1991
1991
|
subtitle: Si aceptas la invitación, por favor establece tu alias y contraseña.
|
|
1992
|
+
subtitle_no_password: Si aceptas la invitación, por favor establece tu apodo.
|
|
1992
1993
|
invitation_removed: Se ha eliminado tu invitación.
|
|
1993
1994
|
invitation_token_invalid: '¡El token de invitación proporcionado no es válido!'
|
|
1994
1995
|
new:
|
|
@@ -1996,8 +1997,8 @@ es:
|
|
|
1996
1997
|
submit_button: Enviar una invitación
|
|
1997
1998
|
no_invitations_remaining: No quedan invitaciones
|
|
1998
1999
|
send_instructions: Se envió una invitación via correo electrónico a %{email}.
|
|
1999
|
-
updated:
|
|
2000
|
-
updated_not_active:
|
|
2000
|
+
updated: La invitación se ha aceptado correctamente. Se ha iniciado tu sesión.
|
|
2001
|
+
updated_not_active: La invitación se ha aceptado correctamente.
|
|
2001
2002
|
mailer:
|
|
2002
2003
|
confirmation_instructions:
|
|
2003
2004
|
action: Confirmar mi cuenta
|
|
@@ -2056,8 +2057,8 @@ es:
|
|
|
2056
2057
|
confirm_new_password: Confirmar la nueva contraseña
|
|
2057
2058
|
new_password: Nueva contraseña
|
|
2058
2059
|
old_password_help: Para confirmar los cambios en tu cuenta, por favor proporciónanos tu contraseña actual.
|
|
2059
|
-
password_help: "%{minimum_characters} caracteres
|
|
2060
|
-
password_help_admin: "%{minimum_characters} caracteres
|
|
2060
|
+
password_help: "La contraseña debe tener al menos %{minimum_characters} caracteres, de estos, al menos 5 caracteres deben ser diferentes, no deben ser demasiado comunes (e. 123456) y debe ser diferente del número, apodo, correo electrónico y del dominio de la plataforma."
|
|
2061
|
+
password_help_admin: "La contraseña debe tener al menos %{minimum_characters} caracteres, de estos, al menos 5 caracteres deben ser diferentes, no deben ser demasiado comunes (e. 123456) y debe ser diferente del número, apodo, correo electrónico, dominio de la plataforma o contraseñas antiguas."
|
|
2061
2062
|
title: Cambio de contraseña
|
|
2062
2063
|
new:
|
|
2063
2064
|
forgot_your_password: '¿Olvidaste tu contraseña?'
|