decidim-design 0.29.1 → 0.29.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/helpers/decidim/design/author_helper.rb +3 -3
- data/config/locales/bn-BD.yml +1 -0
- data/config/locales/bs-BA.yml +1 -0
- data/config/locales/cs.yml +18 -3
- data/config/locales/de.yml +4 -4
- data/config/locales/eu.yml +24 -24
- data/config/locales/fi-plain.yml +3 -3
- data/config/locales/fi.yml +3 -3
- data/decidim-design.gemspec +1 -1
- data/lib/decidim/design/version.rb +1 -1
- metadata +9 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1c6bcda83f30f87b8ae6622a0b7285247ce7c044826cd85dfba95a19a4c3203
|
4
|
+
data.tar.gz: c5a876fc0c5a4fe1f77d6962cf6a33c3a98ccf1124a948d7968f1ba1c567198e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81764f663e819b5ee529262d9924fca9e62ed405322ca4be50d2d39ed2a1b2b04942861a6312f0093decd42cfcf8c30e13c34d813d9166c5891cd7b69f6c9b66
|
7
|
+
data.tar.gz: 5f7964a6e24f818964fb0dfb9ba28788e2c642d1947323e486e63faa40cd33294dd7e9c06bd832a92348c760221e4037c8ecc79e951fa9391e2efea61256d967
|
@@ -28,7 +28,7 @@ module Decidim
|
|
28
28
|
values: section_subtitle(title: t("decidim.design.helpers.default"))
|
29
29
|
},
|
30
30
|
{
|
31
|
-
values: cell("decidim/author", user_item)
|
31
|
+
values: cell("decidim/author", user_item, demo: true)
|
32
32
|
},
|
33
33
|
{
|
34
34
|
type: :text,
|
@@ -38,7 +38,7 @@ module Decidim
|
|
38
38
|
values: section_subtitle(title: t("decidim.design.helpers.compact"))
|
39
39
|
},
|
40
40
|
{
|
41
|
-
values: cell("decidim/author", user_item, from: authored_item, context_actions: [:date], layout: :compact)
|
41
|
+
values: cell("decidim/author", user_item, from: authored_item, context_actions: [:date], layout: :compact, demo: true)
|
42
42
|
},
|
43
43
|
{
|
44
44
|
type: :text,
|
@@ -48,7 +48,7 @@ module Decidim
|
|
48
48
|
values: section_subtitle(title: t("decidim.design.helpers.avatar"))
|
49
49
|
},
|
50
50
|
{
|
51
|
-
values: cell("decidim/author", user_item, layout: :avatar)
|
51
|
+
values: cell("decidim/author", user_item, layout: :avatar, demo: true)
|
52
52
|
},
|
53
53
|
{
|
54
54
|
type: :text,
|
@@ -0,0 +1 @@
|
|
1
|
+
bn:
|
@@ -0,0 +1 @@
|
|
1
|
+
bs:
|
data/config/locales/cs.yml
CHANGED
@@ -6,10 +6,14 @@ cs:
|
|
6
6
|
accordions:
|
7
7
|
content_panel: Obsah panelu
|
8
8
|
demo: Demo
|
9
|
+
demo_description: Po celou dobu uplatňování jsou výrazně používány k zobrazování/skrytí obsahu v tabulkách nebo skládání/rozkládání viditelných textů.
|
10
|
+
description_accordions_html: Accordions jsou javascriptovou funkcí, která je k dispozici díky externí knihovně s názvem %{link_code} a11y-accordion-component.
|
9
11
|
github_source_html: Zdrojový kód na GitHub %{github_link}
|
10
12
|
panel: Panel
|
13
|
+
title: Accordions
|
11
14
|
trigger: Spouštěč
|
12
15
|
usage: Použití
|
16
|
+
usage_p: Akce vyžaduje nejméně tři prvky
|
13
17
|
usage_p_1_html: 1. wrapper <code>div</code>, s atributem dat <code>data-component="accordion"</code>, přes všechny dostupné spouštěče a panely.
|
14
18
|
usage_p_2_html: 2. spouštěcí prvek, uživatelsky proveditelný (jako tlačítko), ukazující na sbalitelný prvek prostřednictvím <code>data-controls="panel"</code>, kde <i>panel</i> je <code>id</code> panelu.
|
15
19
|
usage_p_3_html: 3. Modální prvek, jehož <code>id</code> odpovídá hodnotě data-target, ke které se spouštěč vztahuje.
|
@@ -33,6 +37,7 @@ cs:
|
|
33
37
|
dialog_demo_description_html: Dialogy nebo modální komponenty jsou implementovány přes rails helper <code>decidim_modal</code>.
|
34
38
|
dialogs_description_html: Dialogy jsou javascript funkce dostupné díky externí knihovně s názvem <a href="https://github.com/jonathanlevaillant/a11y-dialog-component" target="_blank" rel="noopener noreferrer">a11y-dialog-component</a>.
|
35
39
|
tips_description: 'Chcete-li zobrazit komplexní modál, který odpovídá stylům, proveďte následující markup:'
|
40
|
+
tips_description_html: Věnujte pozornost <i>atributům dat</i> a <i>id</i>. Například id <code>[data-dialog-title]</code> začíná <i>dialog-title</i> plus <i>modal id</i>.
|
36
41
|
title: Dialogy
|
37
42
|
usage_description: Dialog vyžaduje dva prvky
|
38
43
|
usage_description_2_html: 2. Modální prvek, jehož <code>id</code> odpovídá hodnotě data-target, ke které se spouštěč vztahuje.
|
@@ -149,6 +154,7 @@ cs:
|
|
149
154
|
typefaces_description_2: Tato písma jsou licencována pod Open Font License
|
150
155
|
helpers:
|
151
156
|
accountability: Odpovědnost
|
157
|
+
accountability_cards_html: Používá kartu <i>Projekty odpovědnosti</i>. Tato karta vyžaduje správné zobrazení assetů modulu, tj. <code>append_stylesheet_pack_tag \"decidim_accountability\"</code>
|
152
158
|
activity: Aktivita
|
153
159
|
address_description: Adresa buňky obdrží zdroj a vyhledá geolokalizovatelné atributy, aby se vytvořilo specifické označení.
|
154
160
|
address_description_2: V závislosti na typu obsahu může být adresa online url. V takových případech jsou zobrazené informace zcela stejné, ale ve tvaru tak, aby se přizpůsobily.
|
@@ -181,9 +187,9 @@ cs:
|
|
181
187
|
context: Kontext
|
182
188
|
context_description: Tato buňka zobrazuje některé informace o uživateli. Je to vizuální nápověda k identifikaci zdroje/tvůrce obsahu. Po najetí myší se zobrazí nápověda s dalšími informacemi a odkazy na její profil.
|
183
189
|
context_description_2: Pro zdroje se tato buňka objevuje pod hlavní položkou. U jiného obsahu se objeví vedle samotného obsahu.
|
184
|
-
debate_l:
|
185
|
-
debate_s:
|
186
|
-
debates:
|
190
|
+
debate_l: Debata L
|
191
|
+
debate_s: Debata S
|
192
|
+
debates: Debaty
|
187
193
|
debates_cards_html: Použito na kartě <i>Debaty</i>
|
188
194
|
debates_cards_text: Použít jinou šablonu pro blok obrázků
|
189
195
|
default: Výchozí
|
@@ -201,12 +207,16 @@ cs:
|
|
201
207
|
dropdowns_usage_1_description: 2. Modální prvek, jehož <code>id</code> odpovídá hodnotě data-target, ke které se spouštěč vztahuje.
|
202
208
|
dropdowns_usage_description: 'Rozevírací nabídka vyžaduje dva prvky:'
|
203
209
|
dropdowns_usage_description_html: 1. Uživatelsky proveditelný prvek, s atributy <code>data-component="dropdown" data-target="dropdown-menu-element"</code>.
|
210
|
+
dummy_description: Zástupný popis zdoje
|
211
|
+
dummy_title: Zástupný titulek zdroje
|
204
212
|
follow_button: Tlačítko Sledovat
|
213
|
+
follower_description_html: Ujistěte se, že v DOM je přítomna část <code>Rozhodnout/shared/login_modal</code>. Tato část je umístěna v rozvržení aplikace, když je uživatel přihlášen.
|
205
214
|
form_elements: Prvky formuláře
|
206
215
|
generic_cards: Obecné karty
|
207
216
|
grid: Mřížka
|
208
217
|
hex_code: Hex kód
|
209
218
|
highlight: Zvýraznění
|
219
|
+
highlight_description: Používá se u zdrojů, které umožňují zvýraznit
|
210
220
|
html_tips: HTML tipy
|
211
221
|
icons: Ikony
|
212
222
|
image_and_description: Obrázek a popis
|
@@ -251,9 +261,12 @@ cs:
|
|
251
261
|
source_code: Zdrojový kód
|
252
262
|
state: Stav
|
253
263
|
tab_panels_context_description: Tato komponenta panelů shromažďuje veškerý související obsah nebo jiné zdroje hlavního zobrazeného prvku, aby se ušetřil svislý prostor. Kliknutím na kartu se aktivuje vytvořený panel pro zobrazení obsahu.
|
264
|
+
tab_panels_context_description_html: Především se používá v <i>layout_item</i> nebo <i>layout_center</i>, po hlavním obsahu dokumentu.
|
265
|
+
tab_panels_usage_description: 'Tato komponenta přijímá řadu hashů a přepne výstup každé položky do struktury panelů. Dostupné vlastnosti pro každý panel:'
|
254
266
|
tab_panels_usage_description_arguments_html: "<strong>args</strong>: <i>Array</i>. Argumenty pro předchozí metodu"
|
255
267
|
tab_panels_usage_description_html: "<strong>povoleno</strong>: <i>Boolean</i>. Podmíněné vykreslení záložky"
|
256
268
|
tab_panels_usage_description_id_html: "<strong>id</strong>: <i>řetězec</i>. Jedinečné Id"
|
269
|
+
tab_panels_usage_description_rails_html: "<strong>metoda</strong>: <i>Symbol</i>. Jakákoli funkce rails rozumí"
|
257
270
|
tab_panels_usage_description_remixicon_html: "<strong>ikona</strong>: <i>řetězec</i>. Klávesa Remixicon"
|
258
271
|
tab_panels_usage_description_tab_html: "<strong>text</strong>: <i>řetězec</i>. Název karty"
|
259
272
|
tailwind: Tailwind název
|
@@ -273,6 +286,8 @@ cs:
|
|
273
286
|
usage_base_2: Hlavní barva odkazů a tlačítek
|
274
287
|
usage_base_3: Grafické ozdobné prvky a barva zvýraznění\nKarty a seznam položek při najetí na okraj stavu
|
275
288
|
usage_formelements_1: Výchozí pozadí vstupních prvků
|
289
|
+
usage_formelements_2: Vstupní prvky s vypnutým stavem na pozadí
|
290
|
+
usage_state_1: Hranice s oznámením o úspěšnosti\nVýplň ikony upozornění\nPozadí tlačítka při úspěšné zprávě
|
276
291
|
usage_state_2: Okraj výstražného upozornění
|
277
292
|
usage_state_3: Ohraničení výstrahy\nvyplnění ikony výstrahy
|
278
293
|
usage_typography_1: Nadpisy a názvy sekcí
|
data/config/locales/de.yml
CHANGED
@@ -84,7 +84,7 @@ de:
|
|
84
84
|
accessibility_title: Barrierefreiheit
|
85
85
|
adjacent_links: Angrenzende Links
|
86
86
|
adjacent_links_header: Angrenzende Links für die gleiche Ressource
|
87
|
-
adjacent_links_paragraph: Wenn die selbe Ressource mehrere angrenzende Links hat, die auf sie verweisen
|
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
90
|
decidim_follows_html: Decidim folgt bei Barrierefreiheit den Richtlinien für <u>Web Content Accessibility Guidelines (WCAG) 2.1</u>
|
@@ -98,8 +98,8 @@ de:
|
|
98
98
|
illogical_heading_order: Unlogische Überschriftenreihenfolge
|
99
99
|
illogical_heading_paragraph: Jede Seite sollte eine logische Überschriftenreihenfolge haben, wenn die Überschriften <h1>, <h2>, <h3>, <h4>, <h5> und <h6> verwendet werden.
|
100
100
|
important_sections_heading: Überschrift zu wichtigen Abschnitten
|
101
|
-
important_sections_paragraph: Es ist sehr wichtig, dass jeder wichtige Abschnitt der Seite eine Überschrift hat
|
102
|
-
links_and_buttons: Links und
|
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.
|
102
|
+
links_and_buttons: Links und Tasten
|
103
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
104
|
see_further_info_html: Siehe weitere Informationen
|
105
105
|
unique_h1: Eindeutige H1
|
@@ -301,7 +301,7 @@ de:
|
|
301
301
|
variations_text: Was die Art der Aktivität betrifft, so könnte die Zelle verschiedene Inhalte anzeigen, zum Beispiel ob die unterschiedlichen Ressourcen angezeigt werden, ob sie zu einem partizipatorischen Raum gehören oder nicht, ob sie einen einen Autor haben oder nicht.
|
302
302
|
home:
|
303
303
|
index:
|
304
|
-
by_sharing_principles: Durch die gemeinsame Nutzung der Prinzipien, Philosophie, und der Logik hinter Designentscheidungen wollen wir die Community dazu befähigen, konsequent beizutragen,
|
304
|
+
by_sharing_principles: Durch die gemeinsame Nutzung der Prinzipien, Philosophie, und der Logik hinter Designentscheidungen wollen wir die Community dazu befähigen, konsequent beizutragen, dass wir die beste Erfahrung für die Teilnehmenden erreichen.
|
305
305
|
decidim_guide: Der Leitfaden zum Design von Decidim
|
306
306
|
different_ui_components: Gleichzeitig dokumentieren wir die verschiedenen verwendeten UI-Komponenten und -Muster, die wiederverwendet oder erweitert werden sollten.
|
307
307
|
github_source: Quellcode auf GitHub
|
data/config/locales/eu.yml
CHANGED
@@ -15,7 +15,7 @@ eu:
|
|
15
15
|
usage: Erabilera
|
16
16
|
usage_p: Akordeoiak gutxienez hiru elementu behar ditu
|
17
17
|
usage_p_1_html: 1. <code>div</code> bilgarri bat, <code>data-component="accordion"</code>, data-atributuarekin, eskuragarri dauden trigger eta panel guztien gainean.
|
18
|
-
usage_p_2_html: 2. Elementu aktibatzaile bat,
|
18
|
+
usage_p_2_html: 2. Elementu aktibatzaile bat, parte-hartzaile jardugarria (botoi gisa), elementu kolapsagarria adierazten duena <code>data-controls="panel"</code>, where <i>panel</i> is the <code>id</code> panelaren identifikatzailea.
|
19
19
|
usage_p_3_html: 3. Elementu ezkutagarria, zeinaren <code>id</code> datu-kontrolek bat egiten duten eragileari dagokion balioarekin.
|
20
20
|
activities:
|
21
21
|
activities: Jarduerak
|
@@ -41,13 +41,13 @@ eu:
|
|
41
41
|
title: Elkarrizketak
|
42
42
|
usage_description: Elkarrizketa batek bi elementu eskatzen ditu
|
43
43
|
usage_description_2_html: 2. Elementu modala, zeinaren <code>id</code> datu-kontrolek bat egiten duten eragileari dagokion balioarekin.
|
44
|
-
usage_description_html: 1.
|
44
|
+
usage_description_html: 1. Parte-hartzailearen elementu erabilgarria, <code>data-dialog-open="example"</code> data-atributuarekin, non adibidea den modalaren <code>id</code>.
|
45
45
|
follow:
|
46
46
|
title: Jarraitu
|
47
47
|
forms:
|
48
48
|
disabled: Desgaitua
|
49
49
|
emojis: Emotikonoak
|
50
|
-
emojis_description: Soilik balio du testu-
|
50
|
+
emojis_description: Soilik balio du testu-remurako
|
51
51
|
errors: Erroreak
|
52
52
|
errors_description: Ezin da hautatu
|
53
53
|
header_alert: Orrialde hau ikuspegi zahar batetik dator. Edukia zaharkituta dago.
|
@@ -69,24 +69,24 @@ eu:
|
|
69
69
|
tooltips:
|
70
70
|
demo: Demoa
|
71
71
|
demo_description: Osagai honek funtziona dezan, parte-hartzaileak elementuan egon behar du.
|
72
|
-
description: Tooltip osagai bat da.
|
72
|
+
description: Tooltip osagai bat da. Parte-hartzaileek sagua erabil dezakete horri buruzko informazio gehiago izateko.
|
73
73
|
github_source_html: Iturburu-kodea %{github_link} GitHuben
|
74
74
|
title: Argibidea
|
75
75
|
usage: Erabilera
|
76
76
|
usage_p: 'Tooltip batek eskatzen du "tooltip"en erabilerarako laguntzaile bat, hiru argudio hauekin:'
|
77
77
|
usage_p_1_html: 1. Tooltip-en balioa duen katea. Orrialde honen adibidean "Kaixo, mundua" dago.
|
78
78
|
usage_p_2_html: '2. Hautazko klase bat, sinbolo batekin; bertan erakutsiko da tresna-punta. Balio posibleak hauek dira: <code>goian<code>, <code>behean>code>, <code>eskuinean<code> edo <code>ezkerrean<code>.'
|
79
|
-
usage_p_3_html: 3.
|
79
|
+
usage_p_3_html: 3. Parte-hartzaileak bistaratzeko behar duen katea duen blokea.
|
80
80
|
foundations:
|
81
81
|
accessibility:
|
82
82
|
accessibility_labels: Irisgarritasun-etiketak
|
83
|
-
accessibility_labels_paragraph: Elementuak definitzerakoan, ziurtatu beti zentzua dutela pantaila-irakurgailuen
|
83
|
+
accessibility_labels_paragraph: Elementuak definitzerakoan, ziurtatu beti zentzua dutela pantaila-irakurgailuen parte-hartzailetzat.
|
84
84
|
accessibility_title: Irisgarritasuna
|
85
|
-
adjacent_links: Ondoko
|
85
|
+
adjacent_links: Ondoko estekak
|
86
86
|
adjacent_links_header: Ondoko estekak baliabide bererako
|
87
|
-
adjacent_links_paragraph: Baliabide berak ondoko
|
87
|
+
adjacent_links_paragraph: Baliabide berak ondoko esteka bat baino gehiago baditu, horrek zaildu egiten du parte-hartzaile horiek orrialdera begiratzea, hurrengo baliabidera iristeko esteka bat baino gehiago erabili behar dituztelako.
|
88
88
|
color_contrast: Kolore-kontrastea
|
89
|
-
color_contrast_paragraph:
|
89
|
+
color_contrast_paragraph: Parte-hartzailearen interfazeak sortzean edo koloreak aldatzean, ziurtatu beti zure aldaketen ondorioz ez zarela irisgarritasuna hausten ari. Kolore-kontrastearen zuzentzailea erabil dezakezu zure koloreek kontraste nahikoa izan dezaten erakusten diren atzealdeko kolorearen aldean, non ageri baitira.
|
90
90
|
decidim_follows_html: 'Decidimek jarraitzen du: <u>Web Content Accessibility Guidelines (WCAG) 2.1</u>'
|
91
91
|
dynamic_changes_header: Funtzionalitate dinamikoak orrialdearen testuingurua aldatzen du intuiziorik gabe
|
92
92
|
dynamic_changes_paragraph: Inprimakien sarreretan gertatzen diren aldaketek ez dute orrialdearen testuingurua automatikoki aldatu behar.
|
@@ -99,7 +99,7 @@ eu:
|
|
99
99
|
illogical_heading_paragraph: Orrialde bakoitzak goiburuko ordena logiko bat izan behar du <h1>, <h2>, <h3>, <h4>, <h5> eta <h6> elementuak erabiltzean.
|
100
100
|
important_sections_heading: Sail garrantzitsuen goiburuan doa
|
101
101
|
important_sections_paragraph: Oso garrantzitsua da orrialdeko atal garrantzitsu bakoitzak sarrera bat izatea, errazago ulertzeko zer atal garrantzitsu dauden orrian bere sarreretan nabigatuz.
|
102
|
-
links_and_buttons:
|
102
|
+
links_and_buttons: Estekak eta Botoiak
|
103
103
|
links_and_buttons_paragraph: Ainguraketa-elementuak (hau da, estekak) orrialde desberdinei lotzeko edo orrialdearen barruan posizioak ainguratzeko erabiltzen dira. Elementuak orri horretan ezkutatutako elementuren bat ireki behar duela uste bada, <button> elementua erabili behar du haren ordez.
|
104
104
|
see_further_info_html: Ikusi informazio gehiago %{link}
|
105
105
|
unique_h1: H1 bakarra
|
@@ -123,11 +123,11 @@ eu:
|
|
123
123
|
centered: Zentratuta
|
124
124
|
code: Kodea
|
125
125
|
columns: Zutabe kopurua 10, 8 edo 6 izanik.
|
126
|
-
description_layout_p1: Mahaigainerako, Decidimek 12 zutabeko lauki bat erabiltzen du, txantiloi kopuru mugatuarekin (sare-konfigurazioak) eduki mota desberdinetarako. Helburua da eduki mota jakin batek (hasierako orria, elementuen zerrenda, elementu indibiduala) maketazio bereizgarria izatea,
|
126
|
+
description_layout_p1: Mahaigainerako, Decidimek 12 zutabeko lauki bat erabiltzen du, txantiloi kopuru mugatuarekin (sare-konfigurazioak) eduki mota desberdinetarako. Helburua da eduki mota jakin batek (hasierako orria, elementuen zerrenda, elementu indibiduala) maketazio bereizgarria izatea, parte-hartzaileek uler dezaten zein eduki motatan dauden orrialdearen begirada orokorraren bidez.
|
127
127
|
description_layout_p2: Arau sinple horiek jarraitu behar dira modulu berriak sortzean edo daudenak pertsonalizatzean, Decidim gune batek bere koherentzia mantendu dezan.
|
128
128
|
desktop: Mahaigaina
|
129
129
|
full_width: Zabalera osoa
|
130
|
-
layout_list_1: 'Hasierako orria (eskaerarena, parte hartzeko
|
130
|
+
layout_list_1: 'Hasierako orria (eskaerarena, parte hartzeko espazio batena): zabalera osoa'
|
131
131
|
layout_list_2: 'Elementuen zerrenda (parte hartzeko espazioena, espazio baten barruko elementuena...): ezkerreko aldean'
|
132
132
|
layout_list_3: 'Objektu indibiduala (proposamena, blogeko sarrera): zentratua, aukeran eskuineko aldean'
|
133
133
|
left_aside: Ezker aldean
|
@@ -164,7 +164,7 @@ eu:
|
|
164
164
|
assembly_g: G Batzarra
|
165
165
|
assembly_s: S Batzarra
|
166
166
|
avatar: Abatarra
|
167
|
-
avatar_description: Erabiltzen da
|
167
|
+
avatar_description: Erabiltzen da espazio estuak daudenean, egilea nor den bigarren mailako informazioa denean.
|
168
168
|
background: Aurrekariak eta mugak
|
169
169
|
base: Oinarria
|
170
170
|
block_text: Erabili extr_data blokea
|
@@ -181,19 +181,19 @@ eu:
|
|
181
181
|
colors: Koloreak
|
182
182
|
compact: Trinkoa
|
183
183
|
compact_description: Egilearen bertsio hau baliabide sortzailea identifikatzeko modu arrunta da.
|
184
|
-
conference_g: G
|
185
|
-
conference_s: S
|
186
|
-
conferences:
|
184
|
+
conference_g: G Jardunaldia
|
185
|
+
conference_s: S Jardunaldia
|
186
|
+
conferences: Jardunaldiak
|
187
187
|
context: Testuingurua
|
188
|
-
context_description: Gelaxka honek
|
189
|
-
context_description_2: Baliabideetarako, gelaxka hau sarrera nagusiaren azpian agertzen da. Beste eduki batzuetarako,
|
188
|
+
context_description: Gelaxka honek parte-hartzaile bati buruzko informazioa erakusten du. Baliabidearen/edukiaren sortzailea identifikatzeko laguntza bisuala da. Kursoreaz gainetik pasatzean, informazio gehiago eta bere profilerako estekak dituen deskribapena agertzen da.
|
189
|
+
context_description_2: Baliabideetarako, gelaxka hau sarrera nagusiaren azpian agertzen da. Beste eduki batzuetarako, eduki beraren ondoan agertzen da.
|
190
190
|
debate_l: L Eztabaida
|
191
191
|
debate_s: S Eztabaida
|
192
192
|
debates: Eztabaidak
|
193
193
|
debates_cards_html: <i>Eztabaidak</i> txartelek erabilia
|
194
194
|
debates_cards_text: Erabili txantiloi desberdinak irudi-blokerako
|
195
195
|
default: Lehenetsia
|
196
|
-
default_description: Deitu gelaxka argudio gehigarririk gabe,
|
196
|
+
default_description: Deitu gelaxka argudio gehigarririk gabe, baina parte-hartzaile bera.
|
197
197
|
demo: Demoa
|
198
198
|
demo_text: 'Zelula honek LastActivity itemen eredu bat jasotzen du eta elementu hauek erakusten ditu:'
|
199
199
|
demo_text_2: Azken jarduera-orriak erabiltzen du, eduki-bloke batean eta dropdown-en barruan.
|
@@ -206,14 +206,14 @@ eu:
|
|
206
206
|
dropdowns_description_html: Goitibeherako zerrendak javascript ezaugarriak dira, % {link} izeneko kanpoko liburutegi bati esker.
|
207
207
|
dropdowns_usage_1_description: 2. Elementu modala, zeinaren <code>id</code> datu-kontrolek bat egiten duten eragileari dagokion balioarekin.
|
208
208
|
dropdowns_usage_description: 'Goitibeherako zerrenda batek bi elementu eskatzen ditu:'
|
209
|
-
dropdowns_usage_description_html: 1.
|
209
|
+
dropdowns_usage_description_html: 1. Partaide-elementu prozesagarria, datu-osagaia = "dropdown" data-target = "dropdown-menu-element" datu-atributuak dituena.
|
210
210
|
dummy_description: Baliabideen balizko deskribapena
|
211
211
|
dummy_title: Baliabideen balizko izenburua
|
212
212
|
follow_button: Jarraitu Botoiari
|
213
|
-
follower_description_html: Ziurtatu <code>decdim/partekatua/login_modala</code> partziala DOMen dagoela. Zati hori aplikazioaren maketazioan jartzen da
|
213
|
+
follower_description_html: Ziurtatu <code>decdim/partekatua/login_modala</code> partziala DOMen dagoela. Zati hori aplikazioaren maketazioan jartzen da parte-hartzailea bertan sartzen denean.
|
214
214
|
form_elements: Forma elementuak
|
215
215
|
generic_cards: Txartel generikoak
|
216
|
-
grid:
|
216
|
+
grid: Sareta
|
217
217
|
hex_code: Hex kodea
|
218
218
|
highlight: Nabarmendua
|
219
219
|
highlight_description: Nabarmentzeko moduko baliabideek erabilia
|
@@ -254,7 +254,7 @@ eu:
|
|
254
254
|
search: Bilatu
|
255
255
|
send: Bidali
|
256
256
|
share_button: Partekatzeko Botoia
|
257
|
-
share_usage_description_html: Ziurtatu <code>decdim/partekatua/login_modala</code> partziala DOMen dagoela. Zati hori aplikazioaren maketazioan jartzen da
|
257
|
+
share_usage_description_html: Ziurtatu <code>decdim/partekatua/login_modala</code> partziala DOMen dagoela. Zati hori aplikazioaren maketazioan jartzen da parte-hartzailea bertan sartzen denean.
|
258
258
|
sizes: Neurrriak
|
259
259
|
sortition_l: i_zozketa
|
260
260
|
sortitions: Zozketak
|
@@ -293,7 +293,7 @@ eu:
|
|
293
293
|
usage_typography_1: Idazpuruak eta atalaren izenburuak
|
294
294
|
usage_typography_2: Lineako proba
|
295
295
|
usage_typography_3: Hondo ilunaren gaineko testua
|
296
|
-
usage_typography_4:
|
296
|
+
usage_typography_4: Estekak eta botoiak
|
297
297
|
value: Balioa
|
298
298
|
variations: Aldakuntzak
|
299
299
|
variations_cards_description: Txartel bakoitza desberdina izango da erakutsitako baliabidearen propietateei dagokienez. Zelula espezifikoan horrelako portaera deuseztatu dezakezu.
|
data/config/locales/fi-plain.yml
CHANGED
@@ -170,7 +170,7 @@ fi-pl:
|
|
170
170
|
block_text: Käytä extra_data -lohkoa
|
171
171
|
blog_cards_html: Käytetään <i>Blogien</i> korteissa
|
172
172
|
blogs: Blogit
|
173
|
-
budget_card_html: 'Käytetään <i>
|
173
|
+
budget_card_html: 'Käytetään <i>Budjetointiprojektien</i> korteissa. Tämä kortti vaatii kyseisen moduulin omien tyylitiedostojen sisällyttämisen sivulle, eli seuraavan koodin lisäämistä näkymään: <code>append_stylesheet_pack_tag \"decidim_budgets\"</code>'
|
174
174
|
budgets: Budjetit
|
175
175
|
callout_class: Huomautuselementin luokka
|
176
176
|
callout_description: Tämä attribuutti määrittää ilmoituksen tilan. Oletuksena se käyttää toissijaista väriä.
|
@@ -242,8 +242,8 @@ fi-pl:
|
|
242
242
|
post_g: Artikkeli G
|
243
243
|
post_l: Artikkeli L
|
244
244
|
post_s: Artikkeli S
|
245
|
-
project_l:
|
246
|
-
project_s:
|
245
|
+
project_l: Projekti L
|
246
|
+
project_s: Projekti S
|
247
247
|
proposal_l: Ehdotus L
|
248
248
|
proposal_s: Ehdotus S
|
249
249
|
proposals: Ehdotukset
|
data/config/locales/fi.yml
CHANGED
@@ -170,7 +170,7 @@ fi:
|
|
170
170
|
block_text: Käytä extra_data -lohkoa
|
171
171
|
blog_cards_html: Käytetään <i>Blogien</i> korteissa
|
172
172
|
blogs: Blogit
|
173
|
-
budget_card_html: 'Käytetään <i>
|
173
|
+
budget_card_html: 'Käytetään <i>Budjetointiprojektien</i> korteissa. Tämä kortti vaatii kyseisen moduulin omien tyylitiedostojen sisällyttämisen sivulle, eli seuraavan koodin lisäämistä näkymään: <code>append_stylesheet_pack_tag \"decidim_budgets\"</code>'
|
174
174
|
budgets: Budjetit
|
175
175
|
callout_class: Huomautuselementin luokka
|
176
176
|
callout_description: Tämä attribuutti määrittää ilmoituksen tilan. Oletuksena se käyttää toissijaista väriä.
|
@@ -242,8 +242,8 @@ fi:
|
|
242
242
|
post_g: Artikkeli G
|
243
243
|
post_l: Artikkeli L
|
244
244
|
post_s: Artikkeli S
|
245
|
-
project_l:
|
246
|
-
project_s:
|
245
|
+
project_l: Projekti L
|
246
|
+
project_s: Projekti S
|
247
247
|
proposal_l: Ehdotus L
|
248
248
|
proposal_s: Ehdotus S
|
249
249
|
proposals: Ehdotukset
|
data/decidim-design.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.version = Decidim::Design.version
|
11
11
|
s.authors = ["Decidim Team"]
|
12
12
|
s.email = ["hola@decidim.org"]
|
13
|
-
s.license = "AGPL-3.0"
|
13
|
+
s.license = "AGPL-3.0-or-later"
|
14
14
|
s.homepage = "https://decidim.org"
|
15
15
|
s.metadata = {
|
16
16
|
"bug_tracker_uri" => "https://github.com/decidim/decidim/issues",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-design
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.29.
|
4
|
+
version: 0.29.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Decidim Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: decidim-core
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.29.
|
19
|
+
version: 0.29.2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.29.
|
26
|
+
version: 0.29.2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: decidim-dev
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.29.
|
33
|
+
version: 0.29.2
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.29.
|
40
|
+
version: 0.29.2
|
41
41
|
description: The design guide module for Decidim.
|
42
42
|
email:
|
43
43
|
- hola@decidim.org
|
@@ -118,6 +118,8 @@ files:
|
|
118
118
|
- config/locales/am-ET.yml
|
119
119
|
- config/locales/ar.yml
|
120
120
|
- config/locales/bg.yml
|
121
|
+
- config/locales/bn-BD.yml
|
122
|
+
- config/locales/bs-BA.yml
|
121
123
|
- config/locales/ca.yml
|
122
124
|
- config/locales/cs.yml
|
123
125
|
- config/locales/da.yml
|
@@ -185,7 +187,7 @@ files:
|
|
185
187
|
- lib/decidim/design/version.rb
|
186
188
|
homepage: https://decidim.org
|
187
189
|
licenses:
|
188
|
-
- AGPL-3.0
|
190
|
+
- AGPL-3.0-or-later
|
189
191
|
metadata:
|
190
192
|
bug_tracker_uri: https://github.com/decidim/decidim/issues
|
191
193
|
documentation_uri: https://docs.decidim.org/
|