decidim-design 0.29.6 → 0.30.0.rc1
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/helpers/decidim/design/application_helper.rb +1 -0
- data/app/helpers/decidim/design/share_helper.rb +3 -3
- data/app/packs/stylesheets/design.scss +1 -2
- data/app/views/decidim/design/components/share.html.erb +1 -0
- data/app/views/decidim/design/foundations/accessibility.html.erb +11 -11
- data/app/views/layouts/decidim/design/_layout.html.erb +1 -1
- data/app/views/layouts/decidim/design/application.html.erb +1 -5
- data/config/locales/ar.yml +6 -0
- data/config/locales/bg.yml +3 -0
- data/config/locales/ca.yml +3 -3
- data/config/locales/cs.yml +3 -0
- data/config/locales/de.yml +6 -3
- data/config/locales/en.yml +3 -3
- data/config/locales/es-MX.yml +28 -28
- data/config/locales/es-PY.yml +28 -28
- data/config/locales/es.yml +28 -28
- data/config/locales/eu.yml +14 -14
- data/config/locales/fi-plain.yml +3 -3
- data/config/locales/fi.yml +3 -3
- data/config/locales/fr-CA.yml +3 -3
- data/config/locales/fr.yml +3 -3
- data/config/locales/ja.yml +4 -4
- data/config/locales/pl.yml +3 -0
- data/config/locales/sv.yml +0 -5
- data/config/locales/tr-TR.yml +1 -1
- data/decidim-design.gemspec +1 -1
- data/lib/decidim/design/version.rb +1 -1
- metadata +8 -9
- data/config/locales/ca-IT.yml +0 -309
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b3155e41c6e83183a450f2b3864c685125df7822e6d372cd20dee2041774041
|
|
4
|
+
data.tar.gz: '0366319789b7e152119136e9afb8b4f19506032e798bc6db7b5494acd4c33181'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f0261629503792a1de93932539e8b81de3fc405c970e9d530d7857fe18eccbe2c28b686e3adcc2192f671b27e92d89e7ba0dbff855d608ae0ccf3fa2454f7c5
|
|
7
|
+
data.tar.gz: c5671aff74b0873721299d113fa7ca056f64dbb3976b0b2f14ad33da3efad475b708e4851c601091b4aa7d2f9b4fabd1654af885bc29a63793849c9e687e1e24
|
|
@@ -17,9 +17,9 @@ module Decidim
|
|
|
17
17
|
type: :cell_table,
|
|
18
18
|
options: { headings: [t("decidim.design.helpers.share_button")] },
|
|
19
19
|
cell_snippet: {
|
|
20
|
-
cell: "decidim/
|
|
21
|
-
args: [],
|
|
22
|
-
call_string: 'cell("decidim/
|
|
20
|
+
cell: "decidim/share_widget",
|
|
21
|
+
args: [{}],
|
|
22
|
+
call_string: 'cell("decidim/share_widget", resource)'
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
]
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<% end %>
|
|
4
4
|
|
|
5
5
|
<% content_for :description do %>
|
|
6
|
-
<p><%= t(".decidim_follows_html"
|
|
6
|
+
<p><%= t(".decidim_follows_html") %></p>
|
|
7
7
|
<% end %>
|
|
8
8
|
|
|
9
9
|
<% content_for :toc do %>
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
<p><%= t(".illogical_heading_paragraph") %></p>
|
|
25
25
|
|
|
26
|
-
<p><%= t(".
|
|
26
|
+
<p><%= t(".see_further_info_html", link: link_to(t(".here_link"), "https://docs.decidim.org/en/develop/develop/guide_accessibility.html#_illogical_heading_order", target: "_blank", rel: "noopener noreferrer")) %></p>
|
|
27
27
|
</section>
|
|
28
28
|
|
|
29
29
|
<section id="unique-h1" class="design__section">
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
|
|
32
32
|
<p><%= t(".unique_h1_paragraph") %></p>
|
|
33
33
|
|
|
34
|
-
<p><%= t(".
|
|
34
|
+
<p><%= t(".see_further_info_html", link: link_to(t(".here_link"), "https://docs.decidim.org/en/develop/develop/guide_accessibility.html#_unique_h1_on_every_page", target: "_blank", rel: "noopener noreferrer")) %></p>
|
|
35
35
|
</section>
|
|
36
36
|
|
|
37
37
|
<section id="one-heading" class="design__section">
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
<p><%= t(".important_sections_paragraph") %></p>
|
|
41
41
|
|
|
42
|
-
<p><%= t(".
|
|
42
|
+
<p><%= t(".see_further_info_html", link: link_to(t(".here_link"), "https://docs.decidim.org/en/develop/develop/guide_accessibility.html#_heading_on_important_sections", target: "_blank", rel: "noopener noreferrer")) %></p>
|
|
43
43
|
</section>
|
|
44
44
|
|
|
45
45
|
<section id="color-contrast" class="design__section">
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
|
|
48
48
|
<p><%= t(".color_contrast_paragraph") %></p>
|
|
49
49
|
|
|
50
|
-
<p><%= t(".
|
|
50
|
+
<p><%= t(".see_further_info_html", link: link_to(t(".here_link"), "https://docs.decidim.org/en/develop/develop/guide_accessibility.html#_color_contrast ", target: "_blank", rel: "noopener noreferrer")) %></p>
|
|
51
51
|
</section>
|
|
52
52
|
|
|
53
53
|
<section id="links-buttons" class="design__section">
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
|
|
56
56
|
<p><%= t(".links_and_buttons_paragraph") %></p>
|
|
57
57
|
|
|
58
|
-
<p><%= t(".
|
|
58
|
+
<p><%= t(".see_further_info_html", link: link_to(t(".here_link"), "https://docs.decidim.org/en/develop/develop/guide_accessibility.html#_links_and_buttons", target: "_blank", rel: "noopener noreferrer")) %></p>
|
|
59
59
|
</section>
|
|
60
60
|
|
|
61
61
|
<section id="a11y-labels" class="design__section">
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
|
|
64
64
|
<p><%= t(".accessibility_labels_paragraph") %></p>
|
|
65
65
|
|
|
66
|
-
<p><%= t(".
|
|
66
|
+
<p><%= t(".see_further_info_html", link: link_to(t(".here_link"), "https://docs.decidim.org/en/develop/develop/guide_accessibility.html#_accessibility_labels", target: "_blank", rel: "noopener noreferrer")) %></p>
|
|
67
67
|
</section>
|
|
68
68
|
|
|
69
69
|
<section id="adjacent-links" class="design__section">
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
|
|
72
72
|
<p><%= t(".adjacent_links_paragraph") %></p>
|
|
73
73
|
|
|
74
|
-
<p><%= t(".
|
|
74
|
+
<p><%= t(".see_further_info_html", link: link_to(t(".here_link"), "https://docs.decidim.org/en/develop/develop/guide_accessibility.html#_adjacent_links_for_the_same_resource", target: "_blank", rel: "noopener noreferrer")) %></p>
|
|
75
75
|
</section>
|
|
76
76
|
|
|
77
77
|
<section id="dynamic-changes" class="design__section">
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
|
|
80
80
|
<p><%= t(".dynamic_changes_paragraph") %></p>
|
|
81
81
|
|
|
82
|
-
<p><%= t(".
|
|
82
|
+
<p><%= t(".see_further_info_html", link: link_to(t(".here_link"), "https://docs.decidim.org/en/develop/develop/guide_accessibility.html#_dynamic_functionality_changes_the_page_context_unintuitively", target: "_blank", rel: "noopener noreferrer")) %></p>
|
|
83
83
|
</section>
|
|
84
84
|
|
|
85
85
|
<section id="aria" class="design__section">
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
|
|
88
88
|
<p><%= t(".use_aria_paragraph") %></p>
|
|
89
89
|
|
|
90
|
-
<p><%= t(".
|
|
90
|
+
<p><%= t(".see_further_info_html", link: link_to(t(".here_link"), "https://docs.decidim.org/en/develop/develop/guide_accessibility.html#_use_aria_attributes_where_possible", target: "_blank", rel: "noopener noreferrer")) %></p>
|
|
91
91
|
</section>
|
|
92
92
|
|
|
93
93
|
<section id="elements-hidden" class="design__section">
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
|
|
96
96
|
<p><%= t(".elements_hidden_paragraph") %></p>
|
|
97
97
|
|
|
98
|
-
<p><%= t(".
|
|
98
|
+
<p><%= t(".see_further_info_html", link: link_to(t(".here_link"), "https://docs.decidim.org/en/develop/develop/guide_accessibility.html#_elements_hidden_from_the_accessibility_api", target: "_blank", rel: "noopener noreferrer")) %></p>
|
|
99
99
|
</section>
|
|
@@ -1,17 +1,13 @@
|
|
|
1
1
|
<% add_decidim_page_title(strip_tags(yield(:heading).lines.last).strip) if content_for?(:heading) %>
|
|
2
2
|
<% add_decidim_page_title("Decidim Design Guide") %>
|
|
3
3
|
<!DOCTYPE html>
|
|
4
|
-
<html
|
|
4
|
+
<html>
|
|
5
5
|
<head>
|
|
6
6
|
<title><%= decidim_page_title %></title>
|
|
7
7
|
<%= render partial: "layouts/decidim/design/head" %>
|
|
8
8
|
</head>
|
|
9
9
|
|
|
10
10
|
<body class="relative text-black text-md form-defaults">
|
|
11
|
-
<!--noindex--><!--googleoff: all-->
|
|
12
|
-
<%= link_to t("skip_button", scope: "decidim.accessibility"), "#content", class: "layout-container__skip" %>
|
|
13
|
-
<!--googleon: all--><!--/noindex-->
|
|
14
|
-
|
|
15
11
|
<%= render layout: "layouts/decidim/design/layout" do %>
|
|
16
12
|
<%= yield %>
|
|
17
13
|
<% end %>
|
data/config/locales/ar.yml
CHANGED
data/config/locales/bg.yml
CHANGED
|
@@ -87,18 +87,21 @@ bg:
|
|
|
87
87
|
adjacent_links_paragraph: Ако един и същ ресурс има множество съседни линкове, сочещи към него, за такива потребители е трудно да прегледат страницата, тъй като може да се наложи да преминат през множество връзки, за да стигнат до следващия ресурс.
|
|
88
88
|
color_contrast: Цветови контраст
|
|
89
89
|
color_contrast_paragraph: Когато създавате потребителски интерфейси или променяте цветовете, винаги се уверявайте, че не нарушавате достъпността с вашите промени. Можете да използвате инструмента за проверка на цветовия контраст, за да се уверите, че вашите цветове имат достатъчен контраст спрямо цвета на фона, на който се показват.
|
|
90
|
+
decidim_follows_html: Civil Power следва <u>Указанията за достъпност на уеб съдържанието (WCAG) 2.1</u>
|
|
90
91
|
dynamic_changes_header: Динамичната функционалност променя контекста на страницата неинтуитивно
|
|
91
92
|
dynamic_changes_paragraph: Промените във формуляра не трябва автоматично да променят контекста на страницата.
|
|
92
93
|
elements_hidden: Елементите са скрити
|
|
93
94
|
elements_hidden_header: Елементи, скрити от API за достъпност
|
|
94
95
|
elements_hidden_paragraph: За да скриете елемент от помощни технологии, използвайте атрибута aria-hidden="true" върху него.
|
|
95
96
|
heading_on: Заглавие на важни раздели
|
|
97
|
+
here_link: тук
|
|
96
98
|
illogical_heading_order: Нелогичен ред на заглавията
|
|
97
99
|
illogical_heading_paragraph: Всяка страница трябва да има логичен ред на заглавията, когато се използват елементите на заглавието <h1>, <h2>, <h3>, <h4>, <h5> и <h6>.
|
|
98
100
|
important_sections_heading: Заглавие на важни раздели
|
|
99
101
|
important_sections_paragraph: Изключително важно е всеки важен раздел на страницата да има заглавие, за да можете по-лесно да разберете какви важни раздели има на страницата, просто като разглеждате заглавията.
|
|
100
102
|
links_and_buttons: Линкове и бутони
|
|
101
103
|
links_and_buttons_paragraph: Елементите (anchor) за "закотвяне" (т.е. линкове) са предназначени да свързват към различни страници или да закотвят позиции в страницата. Ако елементът трябва да, например, отворите някакъв скрит елемент на тази страница, вместо това трябва да използвате елемента <button>.
|
|
104
|
+
see_further_info_html: Вижте допълнителна информация %{link}
|
|
102
105
|
unique_h1: Уникален H1
|
|
103
106
|
unique_h1_paragraph: Всяка страница трябва да има уникално заглавие H1
|
|
104
107
|
use_aria: Използвайте ARIA
|
data/config/locales/ca.yml
CHANGED
|
@@ -87,26 +87,26 @@ ca:
|
|
|
87
87
|
adjacent_links_paragraph: Si el mateix recurs té múltiples enllaços adjacents apuntant-hi, això dificulta que les usuàries puguin mirar a través de la pàgina perquè és possible que les hi calgui passar per diversos enllaços per arribar al següent recurs.
|
|
88
88
|
color_contrast: Contrast de color
|
|
89
89
|
color_contrast_paragraph: En crear interfícies d'usuària o modificar els colors, assegura't que no està trencant-se l'accessibilitat amb els teus canvis. Pots fer servir el comprovador de contrast de color per assegurar-se que aquests colors tenen suficients contrasts el color de fons sobre el que es mostren.
|
|
90
|
-
decidim_follows_html: Decidim segueix
|
|
90
|
+
decidim_follows_html: Decidim segueix les directrius <u>d'Accessibilitat al Contingut Web (WCAG) 2.1</u>
|
|
91
91
|
dynamic_changes_header: 'Funció dinàmica: canvia el context de la pàgina de forma poc intuïtiva'
|
|
92
92
|
dynamic_changes_paragraph: Els canvis a les entrades del formulari no haurien de modificar el context de la pàgina automàticament.
|
|
93
93
|
elements_hidden: Elements amagats
|
|
94
94
|
elements_hidden_header: Elements amagats de l'API d'accessibilitat
|
|
95
95
|
elements_hidden_paragraph: Per amagar un element de la tecnologia d'assistència, fes servir l'atribut aria-hidden="true" en aquest.
|
|
96
96
|
heading_on: Encapçalament a seccions importants
|
|
97
|
+
here_link: aquí
|
|
97
98
|
illogical_heading_order: Ordre d'encapçalament il·lògica
|
|
98
99
|
illogical_heading_paragraph: Totes les pàgines han de tenir un ordre lògic de capçaleres quan facis servir els elements d'encapçalament <h1>, <h2>, <h3>, <h4>, <h5>, i <h6>.
|
|
99
100
|
important_sections_heading: Encapçalament a seccions importants
|
|
100
101
|
important_sections_paragraph: És molt important que cada secció de la pàgina tingui un títol per a facilitar la comprensió de les seccions importants de la pàgina simplement navegant pels seus encapçalaments.
|
|
101
|
-
learn_more_about_html: Més informació sobre %{link}
|
|
102
102
|
links_and_buttons: Enllaços i botons
|
|
103
103
|
links_and_buttons_paragraph: Els punts d'ancoratge (per exemple enllaços) estan pensant per enllaçar a diferents pàgines o a posicions d'ancoratge dins de la pàgina. Si volem que aquest punt obri, per exemple, algun element amagar en aquella pàgina, hauries de fer servir l'element <button> en el seu lloc.
|
|
104
|
+
see_further_info_html: Veure més informació %{link}
|
|
104
105
|
unique_h1: H1 únic
|
|
105
106
|
unique_h1_paragraph: Cada pàgina ha de tenir un únic encapçalament H1
|
|
106
107
|
use_aria: Fes servir ARIA
|
|
107
108
|
use_aria_header: Fes servir els atributs ARIA quan sigui possible
|
|
108
109
|
use_aria_paragraph: Molts elements que proporcionen funcionalitat interactiva al lloc web requereixen atributs ARIA per fer-los accessibles.
|
|
109
|
-
wcag_guidelines: Pautes d'Accessibilitat al Contingut a la Web (WCAG)
|
|
110
110
|
color:
|
|
111
111
|
color_header: Color
|
|
112
112
|
description_p1: Facilitem una paleta base amb pocs colors de manera que és fàcil fer personalitzacions simples. Pots modificar la paleta base, tant des del Taulell d'Administració com des de l'arxiu de configuració Tailwind si necessites una personalització més avançada.
|
data/config/locales/cs.yml
CHANGED
|
@@ -87,18 +87,21 @@ cs:
|
|
|
87
87
|
adjacent_links_paragraph: Pokud má tentýž zdroj více sousedících odkazů, které na něj ukazují, pro tyto uživatele je obtížné podívat se na stránku, protože možná budou muset procházet více odkazů, aby se dostali k dalšímu zdroji.
|
|
88
88
|
color_contrast: Barevný kontrast
|
|
89
89
|
color_contrast_paragraph: Při vytváření uživatelských rozhraní nebo při úpravě barev se vždy ujistěte, že svými změnami neporušujete přístupnost. Můžete použít kontrolu kontrastu barev k zajištění dostatečného kontrastu barev s barvou pozadí, ve kterém jsou zobrazeny.
|
|
90
|
+
decidim_follows_html: Decidim se řídí <u>Pokyny pro přístupnost webového obsahu (WCAG) 2.1</u>
|
|
90
91
|
dynamic_changes_header: Dynamická funkce neintuitivně mění kontext stránky
|
|
91
92
|
dynamic_changes_paragraph: Změny ve vstupech formuláře by neměly automaticky měnit kontext stránky.
|
|
92
93
|
elements_hidden: Skryté prvky
|
|
93
94
|
elements_hidden_header: Prvky skryté z API pro přístupnost
|
|
94
95
|
elements_hidden_paragraph: Pro skrytí prvku před asistenčními technologiemi použijte atribut aria-hidden="true".
|
|
95
96
|
heading_on: Záhlaví na důležitých oddílech
|
|
97
|
+
here_link: zde
|
|
96
98
|
illogical_heading_order: Nelogické pořadí záhlaví
|
|
97
99
|
illogical_heading_paragraph: Každá stránka by měla mít logické pořadí nadpisů při použití prvků <h1>, <h2>, <h3>, <h4>, <h5> a <h6>.
|
|
98
100
|
important_sections_heading: Záhlaví na důležitých oddílech
|
|
99
101
|
important_sections_paragraph: Je velmi důležité, aby každá důležitá část stránky měla nadpis, který usnadní pochopení důležitých částí na stránce jen prohlížením jejích záhlaví.
|
|
100
102
|
links_and_buttons: Odkazy a tlačítka
|
|
101
103
|
links_and_buttons_paragraph: Kotevní prvky (tj. odkazy) mají odkazovat na různé stránky nebo ukotvit umístění na stránce. Pokud má prvek například otevřít na této stránce skrytou položku, měli byste místo toho použít prvek <button>.
|
|
104
|
+
see_further_info_html: Zobrazit další informace %{link}
|
|
102
105
|
unique_h1: Unikátní H1
|
|
103
106
|
unique_h1_paragraph: Každá stránka by měla mít jedinečný nadpis H1
|
|
104
107
|
use_aria: Použití ARIA
|
data/config/locales/de.yml
CHANGED
|
@@ -87,18 +87,21 @@ de:
|
|
|
87
87
|
adjacent_links_paragraph: Wenn die selbe Ressource mehrere angrenzende Links hat, die auf sie verweisen es erschwert solchen Benutzern, durch die Seite zu schauen, da sie unter Umständen mehrere Links durchlaufen müssen, um zur nächsten Ressource zu gelangen.
|
|
88
88
|
color_contrast: Farbkontrast
|
|
89
89
|
color_contrast_paragraph: Wenn Sie die Benutzeroberfläche erstellen oder die Farben ändern, stellen Sie immer sicher, dass Sie mit Ihren Änderungen nicht die Barrierefreiheit verletzen. Sie können mit der Farbkontrastprüfung sicherstellen, dass Ihre Textfarben ausreichend Kontrast zur Hintergrundfarbe haben, auf der sie angezeigt werden.
|
|
90
|
+
decidim_follows_html: Decidim folgt bei Barrierefreiheit den Richtlinien für <u>Web Content Accessibility Guidelines (WCAG) 2.1</u>
|
|
90
91
|
dynamic_changes_header: Dynamische Funktionalität ändert den Seitenkontext unintuitiv
|
|
91
92
|
dynamic_changes_paragraph: Änderungen in den Formulareingaben sollten den Kontext der Seite nicht automatisch ändern.
|
|
92
93
|
elements_hidden: Elemente versteckt
|
|
93
94
|
elements_hidden_header: Elemente aus der Barrierefreiheit-API versteckt
|
|
94
95
|
elements_hidden_paragraph: Um ein Element vor unterstützenden Technologien zu verstecken, verwenden Sie das Attribut aria-hidden="true".
|
|
95
96
|
heading_on: Überschrift zu wichtigen Abschnitten
|
|
97
|
+
here_link: hier
|
|
96
98
|
illogical_heading_order: Unlogische Überschriftenreihenfolge
|
|
97
99
|
illogical_heading_paragraph: Jede Seite sollte eine logische Überschriftenreihenfolge haben, wenn die Überschriften <h1>, <h2>, <h3>, <h4>, <h5> und <h6> verwendet werden.
|
|
98
100
|
important_sections_heading: Überschrift zu wichtigen Abschnitten
|
|
99
101
|
important_sections_paragraph: Es ist sehr wichtig, dass jeder wichtige Abschnitt der Seite eine Überschrift hat, die es einfacher macht zu verstehen, welche wichtigen Abschnitte auf der Seite nur durch das Durchsuchen der Rubriken.
|
|
100
102
|
links_and_buttons: Links und Tasten
|
|
101
103
|
links_and_buttons_paragraph: Die Ankerelemente (z.B. Links) sollen auf andere Seiten verlinken oder Positionen innerhalb der Seite verankert werden. Wenn das Element z.B. ein verstecktes Element auf dieser Seite öffnen soll, sollten Sie stattdessen das Element <button> verwenden.
|
|
104
|
+
see_further_info_html: Siehe weitere Informationen
|
|
102
105
|
unique_h1: Eindeutige H1
|
|
103
106
|
unique_h1_paragraph: Jede Seite sollte eine eindeutige H1-Überschrift haben
|
|
104
107
|
use_aria: Benutze ARIA
|
|
@@ -222,9 +225,9 @@ de:
|
|
|
222
225
|
initiatives: Initiativen
|
|
223
226
|
list: Liste
|
|
224
227
|
main_colors: Hauptfarben
|
|
225
|
-
meeting_l:
|
|
226
|
-
meeting_s:
|
|
227
|
-
meetings:
|
|
228
|
+
meeting_l: Sitzung L
|
|
229
|
+
meeting_s: Sitzung S
|
|
230
|
+
meetings: Sitzung
|
|
228
231
|
meetings_html: Wird von <i>Meetings</i>-Karten verwendet
|
|
229
232
|
metadata_items: Metadaten-Elemente
|
|
230
233
|
metadata_text: Jede Ressource definiert eigene Metadaten
|
data/config/locales/en.yml
CHANGED
|
@@ -87,26 +87,26 @@ en:
|
|
|
87
87
|
adjacent_links_paragraph: If the same resource has multiple adjacent links pointing to it, it makes it difficult for such users to glance through the page because they might need to go through multiple links to get to the next resource.
|
|
88
88
|
color_contrast: Color contrast
|
|
89
89
|
color_contrast_paragraph: When creating user interfaces or modifying the colors, always make sure that you are not breaking accessibility with your changes. You can use the Color contrast checker to ensure that your colors have enough contrast against the background color where they are displayed at.
|
|
90
|
-
decidim_follows_html: Decidim follows the
|
|
90
|
+
decidim_follows_html: Decidim follows the <u>Web Content Accessibility Guidelines (WCAG) 2.1</u>
|
|
91
91
|
dynamic_changes_header: Dynamic functionality changes the page context unintuitively
|
|
92
92
|
dynamic_changes_paragraph: Changes in the form inputs should not change the context of the page automatically.
|
|
93
93
|
elements_hidden: Elements hidden
|
|
94
94
|
elements_hidden_header: Elements hidden from the accessibility API
|
|
95
95
|
elements_hidden_paragraph: To hide an element from assistive technologies, use the aria-hidden="true" attribute on it.
|
|
96
96
|
heading_on: Heading on important sections
|
|
97
|
+
here_link: here
|
|
97
98
|
illogical_heading_order: Illogical heading order
|
|
98
99
|
illogical_heading_paragraph: Every page should have a logical heading order when using the <h1>, <h2>, <h3>, <h4>, <h5> and <h6> heading elements.
|
|
99
100
|
important_sections_heading: Heading on important sections
|
|
100
101
|
important_sections_paragraph: It is highly important that each important section of the page has a heading to make it easier to understand what important sections are on the page just by browsing through its headings.
|
|
101
|
-
learn_more_about_html: Learn more about %{link}
|
|
102
102
|
links_and_buttons: Links and Buttons
|
|
103
103
|
links_and_buttons_paragraph: The anchor elements (i.e. links) are meant to link to different pages or to anchor positions within the page. If the element is supposed to e.g. open some hidden item on that page, you should use the <button> element instead.
|
|
104
|
+
see_further_info_html: See further info %{link}
|
|
104
105
|
unique_h1: Unique H1
|
|
105
106
|
unique_h1_paragraph: Every page should have a unique H1 heading on it
|
|
106
107
|
use_aria: Use ARIA
|
|
107
108
|
use_aria_header: Use ARIA attributes where possible
|
|
108
109
|
use_aria_paragraph: Many elements that provide interactive functionality on the website require ARIA attributes on them to make them accessible.
|
|
109
|
-
wcag_guidelines: Web Content Accessibility Guidelines (WCAG)
|
|
110
110
|
color:
|
|
111
111
|
color_header: Color
|
|
112
112
|
description_p1: We provide a Base palette with few colors so simple customizations are easy. You can modify the Base palette either in the Administration area or in the Tailwind configuration file if you need more advanced customization.
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -7,7 +7,7 @@ es-MX:
|
|
|
7
7
|
content_panel: Contenido del panel
|
|
8
8
|
demo: Demo
|
|
9
9
|
demo_description: A lo largo de la aplicación los acordeones se utilizan, principalmente, para mostrar/ocultar contenido en pestañas o plegar/desplegar textos visibles.
|
|
10
|
-
description_accordions_html: Los
|
|
10
|
+
description_accordions_html: Los accordiones son una característica de JavaScript disponible gracias a una biblioteca externa llamada %{link_code} a11y-accordion-component.
|
|
11
11
|
github_source_html: Código fuente en GitHub %{github_link}
|
|
12
12
|
panel: Panel
|
|
13
13
|
title: Acordeones
|
|
@@ -35,7 +35,7 @@ es-MX:
|
|
|
35
35
|
title: Tarjetas
|
|
36
36
|
dialogs:
|
|
37
37
|
dialog_demo_description_html: Los cuadros de diálogo, o elementos modales, se implementan a través del ayudante de <i>rails</i><code>decidim_modal</code>.
|
|
38
|
-
dialogs_description_html: Los cuadros de diálogo son una característica <i>JavaScript</i> disponible gracias a una biblioteca externa llamada <a href="https://github.com/jonathanlevaillant/a11y-
|
|
38
|
+
dialogs_description_html: Los cuadros de diálogo son una característica <i>JavaScript</i> disponible gracias a una biblioteca externa llamada <a href="https://github.com/jonathanlevaillant/a11y-dialogo-component" target="_blank" rel="noopener noreferrer">a11y-dialogo-component</a>.
|
|
39
39
|
tips_description: 'Para mostrar una modal compleja, que coincida con los estilos, añade el siguiente marcador:'
|
|
40
40
|
tips_description_html: Presta atención a los <i>data-attributes</i> y a los <i>Ids</i>. Por ejemplo, el <code>[data-dialog-title]</code> de los <i>Ids</i> empieza con <i>dialog-title</i> más el <i>modal id</i>.
|
|
41
41
|
title: Cuadros de diálogo
|
|
@@ -50,13 +50,13 @@ es-MX:
|
|
|
50
50
|
emojis_description: Solo funciona en áreas de texto
|
|
51
51
|
errors: Errores
|
|
52
52
|
errors_description: No se puede seleccionar
|
|
53
|
-
header_alert:
|
|
53
|
+
header_alert: Se muestra esta página a partir de una vista antigua. El contenido está desactualizado.
|
|
54
54
|
help_texts: Texto de ayuda
|
|
55
55
|
html_regular_inputs: Entradas HTML habituales
|
|
56
56
|
min_max_length: Longitud Mín/Máx
|
|
57
57
|
min_max_length_description: Solo funciona en entradas de tipo texto y área de texto
|
|
58
58
|
multiselect: Selección múltiple
|
|
59
|
-
multiselect_description_html: Les selecciones múltiples son una característica JavaScript
|
|
59
|
+
multiselect_description_html: Les selecciones múltiples son una característica JavaScript disponibles gracias a una librería externa llamada <a href="https://tom-select.js.org/" target="_blank" rel="noopener noreferrer">"Tom Select"</ a>.
|
|
60
60
|
regular_inputs_description: 'Solo muestra tipos comunes, lista completa disponible: date, datetime-local, email, month, number, password, search, tel, text, time, url, week'
|
|
61
61
|
textarea_required: área de texto requerida
|
|
62
62
|
title: Formularios
|
|
@@ -80,33 +80,33 @@ es-MX:
|
|
|
80
80
|
foundations:
|
|
81
81
|
accessibility:
|
|
82
82
|
accessibility_labels: Etiquetas de accesibilidad
|
|
83
|
-
accessibility_labels_paragraph: Al definir los elementos, siempre
|
|
83
|
+
accessibility_labels_paragraph: Al definir los elementos, siempre asegúrese de que tienen sentido para los lectores de pantalla.
|
|
84
84
|
accessibility_title: Accesibilidad
|
|
85
85
|
adjacent_links: Enlaces adyacentes
|
|
86
86
|
adjacent_links_header: Enlaces adyacentes para el mismo recurso
|
|
87
87
|
adjacent_links_paragraph: Si el mismo recurso tiene múltiples enlaces adyacentes apuntando a él, hace difícil que las usuarias puedan mirar a través de la página porque tal vez necesiten pasar por varios enlaces para llegar al siguiente recurso.
|
|
88
88
|
color_contrast: Contraste de color
|
|
89
|
-
color_contrast_paragraph: Al crear interfaces de usuaria o modificar los colores, asegúrate siempre
|
|
90
|
-
decidim_follows_html: Decidim sigue
|
|
89
|
+
color_contrast_paragraph: Al crear interfaces de usuaria o modificar los colores, asegúrate siempre que no se está rompiendo la accesibilidad con estos cambios. Puede utilizar el comprobador de contraste de color para asegurarse estos colores tienen suficiente contraste contra el color de fondo en el que se muestran.
|
|
90
|
+
decidim_follows_html: Decidim sigue las directrices <u>de Accesibilidad al Contenido Web (WCAG) 2.1</u>
|
|
91
91
|
dynamic_changes_header: 'Función dinámica: cambia el contexto de la página de forma poco intuitiva'
|
|
92
92
|
dynamic_changes_paragraph: Los cambios en las entradas del formulario no deberían cambiar el contexto de la página automáticamente.
|
|
93
|
-
elements_hidden: Elementos
|
|
94
|
-
elements_hidden_header: Elementos
|
|
93
|
+
elements_hidden: Elementos escondidos
|
|
94
|
+
elements_hidden_header: Elementos escondidos de la API de accesibilidad
|
|
95
95
|
elements_hidden_paragraph: Para ocultar un elemento de las tecnologías de asistencia, utiliza el atributo aria-hidden="true" en él.
|
|
96
96
|
heading_on: Encabezado en secciones importantes
|
|
97
|
-
|
|
97
|
+
here_link: aquí
|
|
98
|
+
illogical_heading_order: Orden de encabezado ilógica
|
|
98
99
|
illogical_heading_paragraph: Cada página debe tener un orden de encabezado lógico cuando utilices los elementos de encabezamiento <h1>, <h2>, <h3>, <h4>, <h5> y <h6>.
|
|
99
100
|
important_sections_heading: Encabezado en secciones importantes
|
|
100
|
-
important_sections_paragraph: Es muy importante que cada sección
|
|
101
|
-
learn_more_about_html: Más información sobre %{link}
|
|
101
|
+
important_sections_paragraph: Es muy importante que cada sección importante de la página tenga un título para facilitar la comprensión de las secciones importantes de la página simplemente navegando por sus encabezados.
|
|
102
102
|
links_and_buttons: Enlaces y botones
|
|
103
103
|
links_and_buttons_paragraph: Los elementos de anclaje (es decir, enlaces) están destinados a enlazar a diferentes páginas o a posiciones de anclaje dentro de la página. Si queremos que el elemento abra, por ejemplo, algún elemento oculto en esa página, deberías utilizar el elemento <button> en su lugar.
|
|
104
|
+
see_further_info_html: Ver más información %{link}
|
|
104
105
|
unique_h1: H1 único
|
|
105
106
|
unique_h1_paragraph: Cada página debe tener un único encabezado H1
|
|
106
107
|
use_aria: Utiliza ARIA
|
|
107
108
|
use_aria_header: Utiliza los atributos ARIA cuando sea posible
|
|
108
109
|
use_aria_paragraph: Muchos elementos que proporcionan funcionalidad interactiva en el sitio web requieren atributos ARIA para hacerlos accesibles.
|
|
109
|
-
wcag_guidelines: Pautas de Accesibilidad al Contenido en la Web (WCAG)
|
|
110
110
|
color:
|
|
111
111
|
color_header: Color
|
|
112
112
|
description_p1: Proporcionamos una paleta base con pocos colores para facilitar personalizaciones simples. Puedes modificar la paleta Base ya sea en el área de Administración o en el archivo de configuración Tailwind si necesitas una personalización más avanzada.
|
|
@@ -132,7 +132,7 @@ es-MX:
|
|
|
132
132
|
layout_list_3: 'Objeto individual (propuesta, entrada de blog): centrado, opcionalmente con en el lado derecho'
|
|
133
133
|
left_aside: En el lado izquierdo
|
|
134
134
|
mobile: Móvil
|
|
135
|
-
not_required: No es
|
|
135
|
+
not_required: No es requisito
|
|
136
136
|
properties: Propiedades
|
|
137
137
|
right_aside: En el lado derecho
|
|
138
138
|
section_p_breakpoints: 'Para gestionar el ancho máximo de los elementos al diseño web adaptativo dependemos de la clase Tailwind predeterminada ''container'', que indica los siguientes puntos de interrupción:'
|
|
@@ -150,11 +150,11 @@ es-MX:
|
|
|
150
150
|
layout: Diseño de columnas
|
|
151
151
|
size: Tamaño
|
|
152
152
|
title: Tipografía
|
|
153
|
-
typefaces_description_1: Decidim utiliza Source Sans Pro como tipo de letra primario. Este tipo de letra está disponible
|
|
153
|
+
typefaces_description_1: Decidim utiliza Source Sans Pro como tipo de letra primario. Este tipo de letra está disponible de todas las variantes de caracteres en 310 lenguas
|
|
154
154
|
typefaces_description_2: Estas tipografías están bajo la licencia Open Font
|
|
155
155
|
helpers:
|
|
156
156
|
accountability: Seguimiento
|
|
157
|
-
accountability_cards_html: Utilizado por tarjetas de proyectos de <i>
|
|
157
|
+
accountability_cards_html: Utilizado por tarjetas de proyectos de <i>Rendición de cuentas</i>. Esta tarjeta requiere que los activos del módulo se muestren correctamente, es decir, <code>append_stylesheet_pack_tag \"decidim_accountability\"</code>
|
|
158
158
|
activity: Actividad
|
|
159
159
|
address_description: La celda de dirección recibe un recurso y busca los atributos geolocalizables para representar un marcado específico.
|
|
160
160
|
address_description_2: Dependiendo del tipo de contenido, la dirección puede ser una dirección web. Para estos casos, la información mostrada es bastante igual, pero está moldeada para adecuarla.
|
|
@@ -181,9 +181,9 @@ es-MX:
|
|
|
181
181
|
colors: Colores
|
|
182
182
|
compact: Compacto
|
|
183
183
|
compact_description: Esta versión de la autoría es la manera común de identificar a la creadora del recurso.
|
|
184
|
-
conference_g:
|
|
185
|
-
conference_s:
|
|
186
|
-
conferences:
|
|
184
|
+
conference_g: Jornada G
|
|
185
|
+
conference_s: Jornada S
|
|
186
|
+
conferences: Jornadas
|
|
187
187
|
context: Contexto
|
|
188
188
|
context_description: Esta celda muestra información acerca de un usuario. Es una ayuda visual para identificar la creadora del recurso/contenido. Al pasar por encima el cursor, se muestra una descripción con más información y enlaces a su perfil.
|
|
189
189
|
context_description_2: Para los recursos, esta célula aparece debajo del encabezado principal. Para otros contenidos, aparece al lado del contenido mismo.
|
|
@@ -236,12 +236,12 @@ es-MX:
|
|
|
236
236
|
participatory_process_group_s: Grupo de procesos participativos S
|
|
237
237
|
participatory_process_s: Proceso Participativo S
|
|
238
238
|
participatory_processes: Procesos participativos
|
|
239
|
-
plain_text: Soy un texto
|
|
240
|
-
plain_text_description:
|
|
241
|
-
plain_text_vs_hash: Texto
|
|
242
|
-
post_g:
|
|
243
|
-
post_l:
|
|
244
|
-
post_s:
|
|
239
|
+
plain_text: Soy un texto pla/simple
|
|
240
|
+
plain_text_description: Puede proporcionar como primer argumento tanto un texto plano como un objeto hash
|
|
241
|
+
plain_text_vs_hash: Texto simple vs Hash
|
|
242
|
+
post_g: Artículo del blog G
|
|
243
|
+
post_l: Artículo del blog L
|
|
244
|
+
post_s: Artículo del blog S
|
|
245
245
|
project_l: Proyecto L
|
|
246
246
|
project_s: Proyecto S
|
|
247
247
|
proposal_l: Propuesta L
|
|
@@ -253,7 +253,7 @@ es-MX:
|
|
|
253
253
|
rgba_code: Código RGBA
|
|
254
254
|
search: Buscar
|
|
255
255
|
send: Enviar
|
|
256
|
-
share_button: Botón "Compartir"
|
|
256
|
+
share_button: Botón de "Compartir"
|
|
257
257
|
share_usage_description_html: Asegúrate de que el <code>decidim/shared/share_modal</code> parcial esté presente en el DOM. Este parcial se coloca en el diseño de la aplicación.
|
|
258
258
|
sizes: Tamaños
|
|
259
259
|
sortition_l: Sorteo L
|
|
@@ -278,7 +278,7 @@ es-MX:
|
|
|
278
278
|
usage: Uso
|
|
279
279
|
usage_background_1: Fondo lateral
|
|
280
280
|
usage_background_2: Fondo de filtro de barra lateral seleccionado
|
|
281
|
-
usage_background_3:
|
|
281
|
+
usage_background_3: Colo de icono predeterminado
|
|
282
282
|
usage_background_4: Líneas y separadores
|
|
283
283
|
usage_background_5: Fondo del pie de página
|
|
284
284
|
usage_background_6: Fondo del tablero de administración
|
|
@@ -306,4 +306,4 @@ es-MX:
|
|
|
306
306
|
different_ui_components: Al mismo tiempo, documentamos las interfaces de usuaria de los diferentes componentes y patrones en uso, que deben ser reutilizados o ampliados.
|
|
307
307
|
github_source: Código fuente en GitHub
|
|
308
308
|
home_header: Guía de diseño de Decidim
|
|
309
|
-
welcome_sentence: Bienvenida a la Guía de Diseño de Decidim (GDD). Esta guía es el recurso para diseñadoras y desarrolladoras que necesitan personalizar, desarrollar nuevos módulos e integrar nuevas
|
|
309
|
+
welcome_sentence: Bienvenida a la Guía de Diseño de Decidim (GDD). Esta guía es el recurso para diseñadoras y desarrolladoras que necesitan personalizar, desarrollar nuevos módulos e integrar nuevas características.
|