decidim-design 0.28.3 → 0.29.0.rc1
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/activities_helper.rb +23 -23
- data/app/helpers/decidim/design/address_helper.rb +45 -20
- data/app/helpers/decidim/design/announcement_helper.rb +45 -21
- data/app/helpers/decidim/design/application_helper.rb +28 -9
- data/app/helpers/decidim/design/author_helper.rb +57 -35
- data/app/helpers/decidim/design/buttons_helper.rb +67 -11
- data/app/helpers/decidim/design/cards_helper.rb +504 -64
- data/app/helpers/decidim/design/colors_helper.rb +33 -29
- data/app/helpers/decidim/design/follow_helper.rb +6 -17
- data/app/helpers/decidim/design/report_helper.rb +6 -13
- data/app/helpers/decidim/design/share_helper.rb +6 -13
- data/app/helpers/decidim/design/tab_panels_helper.rb +57 -13
- data/app/helpers/decidim/design/typography_helper.rb +4 -3
- data/app/packs/entrypoints/decidim_design.js +1 -0
- data/app/packs/stylesheets/_datepicker.scss +9 -0
- data/app/packs/stylesheets/design.scss +6 -0
- data/app/views/decidim/design/components/accordions.html.erb +19 -17
- data/app/views/decidim/design/components/activities/_static-activities.html.erb +1 -1
- data/app/views/decidim/design/components/activities/_static-activity.html.erb +1 -1
- data/app/views/decidim/design/components/activities.html.erb +1 -1
- data/app/views/decidim/design/components/address.html.erb +1 -1
- data/app/views/decidim/design/components/announcement.html.erb +1 -1
- data/app/views/decidim/design/components/author.html.erb +1 -1
- data/app/views/decidim/design/components/buttons.html.erb +2 -2
- data/app/views/decidim/design/components/cards/_static-card-l-extra-data-2.html.erb +1 -1
- data/app/views/decidim/design/components/cards/_static-card-l-image.html.erb +1 -1
- data/app/views/decidim/design/components/cards/_static-card-l.html.erb +1 -1
- data/app/views/decidim/design/components/cards.html.erb +1 -1
- data/app/views/decidim/design/components/dialogs.html.erb +21 -21
- data/app/views/decidim/design/components/dropdowns.html.erb +14 -14
- data/app/views/decidim/design/components/follow.html.erb +1 -1
- data/app/views/decidim/design/components/forms.html.erb +35 -21
- data/app/views/decidim/design/components/report.html.erb +1 -1
- data/app/views/decidim/design/components/share.html.erb +1 -1
- data/app/views/decidim/design/components/tab_panels.html.erb +1 -1
- data/app/views/decidim/design/components/tooltips.html.erb +104 -0
- data/app/views/decidim/design/foundations/accessibility.html.erb +41 -41
- data/app/views/decidim/design/foundations/color.html.erb +6 -3
- data/app/views/decidim/design/foundations/iconography.html.erb +4 -3
- data/app/views/decidim/design/foundations/layout.html.erb +31 -30
- data/app/views/decidim/design/foundations/typography.html.erb +2 -2
- data/app/views/decidim/design/home/index.html.erb +6 -6
- data/app/views/decidim/design/shared/_cell_call_textarea.html.erb +5 -0
- data/app/views/decidim/design/shared/_cell_snippet.html.erb +1 -3
- data/app/views/decidim/design/shared/_cell_table.html.erb +12 -0
- data/app/views/decidim/design/shared/_table.html.erb +1 -1
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +7 -0
- data/config/locales/bg.yml +309 -0
- data/config/locales/ca.yml +309 -0
- data/config/locales/cs.yml +258 -0
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +309 -0
- data/config/locales/el.yml +1 -0
- data/config/locales/en.yml +309 -0
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +309 -0
- data/config/locales/es-PY.yml +309 -0
- data/config/locales/es.yml +309 -0
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +309 -0
- data/config/locales/fa-IR.yml +1 -0
- data/config/locales/fi-plain.yml +309 -0
- data/config/locales/fi.yml +309 -0
- data/config/locales/fr-CA.yml +309 -0
- data/config/locales/fr.yml +309 -0
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +1 -0
- data/config/locales/gn-PY.yml +1 -0
- data/config/locales/he-IL.yml +1 -0
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +1 -0
- data/config/locales/id-ID.yml +1 -0
- data/config/locales/is-IS.yml +1 -0
- data/config/locales/it.yml +1 -0
- data/config/locales/ja.yml +309 -0
- data/config/locales/ka-GE.yml +1 -0
- data/config/locales/kaa.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +1 -0
- data/config/locales/lo-LA.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/lv.yml +1 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +1 -0
- data/config/locales/no.yml +9 -0
- data/config/locales/oc-FR.yml +1 -0
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +309 -0
- data/config/locales/pt-BR.yml +1 -0
- data/config/locales/pt.yml +1 -0
- data/config/locales/ro-RO.yml +45 -0
- data/config/locales/ru.yml +1 -0
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +1 -0
- data/config/locales/sl.yml +1 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +1 -0
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +78 -0
- data/config/locales/uk.yml +1 -0
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +1 -0
- data/config/locales/zh-TW.yml +1 -0
- data/decidim-design.gemspec +1 -1
- data/lib/decidim/design/version.rb +1 -1
- metadata +77 -18
- data/app/views/decidim/design/components/address/_static-address-online.html.erb +0 -26
- data/app/views/decidim/design/components/address/_static-address-person.html.erb +0 -25
- data/app/views/decidim/design/components/author/_static-avatar.html.erb +0 -38
- data/app/views/decidim/design/components/author/_static-compact.html.erb +0 -46
- data/app/views/decidim/design/components/author/_static-default.html.erb +0 -35
- data/app/views/decidim/design/components/follow/_static-follow-default.html.erb +0 -4
- data/app/views/decidim/design/components/follow/_static-follow-unfollow.html.erb +0 -4
- data/app/views/decidim/design/components/report/_static-report.html.erb +0 -34
@@ -0,0 +1,309 @@
|
|
1
|
+
---
|
2
|
+
de:
|
3
|
+
decidim:
|
4
|
+
design:
|
5
|
+
components:
|
6
|
+
accordions:
|
7
|
+
content_panel: Inhalt des Panels
|
8
|
+
demo: Demo
|
9
|
+
demo_description: Während der gesamten Anwendung werden die Akkordeons hauptsächlich verwendet, um Inhalte in Tabs anzuzeigen/zu verbergen oder um sichtbare Texte zu falten/zu entfalten.
|
10
|
+
description_accordions_html: Akkordeons sind eine Javascript-Funktion, die dank einer externen Bibliothek namens %{link_code} a11y-accordion-Komponente verfügbar ist.
|
11
|
+
github_source_html: Quellcode auf GitHub %{github_link}
|
12
|
+
panel: Fenster
|
13
|
+
title: Akkordeons
|
14
|
+
trigger: Auslöser
|
15
|
+
usage: Nutzung
|
16
|
+
usage_p: Ein Akkordeon benötigt mindestens drei Elemente
|
17
|
+
usage_p_1_html: 1. Ein Wrapper <code>div</code>, mit dem Data-Attribut <code>data-component="accordion"</code>, über alle verfügbaren Trigger und Panels.
|
18
|
+
usage_p_2_html: 2. Ein Triggerelement, fremdbedienbar (als Button), das auf das zusammenklappbare Element durch <code>data-controls="Panel"</code>zeigt, wobei das <i>panel</i> durch die <code>id</code> des Panels angesteuert wird.
|
19
|
+
usage_p_3_html: 3. Ein versteckbares Element, dessen <code>id</code> mit dem Wert der Datensteuerung übereinstimmt, auf den sich der Trigger bezieht.
|
20
|
+
activities:
|
21
|
+
activities: Aktivitäten
|
22
|
+
address:
|
23
|
+
title: Adresse
|
24
|
+
announcement:
|
25
|
+
iam_an_announcement: Ich bin eine Ankündigung
|
26
|
+
this_is_the_body: Das ist der Textkörper
|
27
|
+
this_is_the_title: Das ist der Titel
|
28
|
+
title: Ankündigung
|
29
|
+
author:
|
30
|
+
title: Autor*in
|
31
|
+
buttons:
|
32
|
+
description_html: 'Schaltflächen werden mit einer Kombination verschiedener CSS-Klassen erstellt: der <code>button</code>-Klasse, einer Größe und einer Farbe.'
|
33
|
+
title: Schaltflächen
|
34
|
+
cards:
|
35
|
+
title: Karten
|
36
|
+
dialogs:
|
37
|
+
dialog_demo_description_html: Die Dialoge oder modale Komponenten werden über den Rails-Helfer <code>decidim_modal</code> implementiert.
|
38
|
+
dialogs_description_html: Dialoge sind eine Javascript-Funktion, die dank einer externen Bibliothek namens <a href="https://github.com/jonathanlevaillant/a11y-dialog-component" target="_blank" rel="noopener noreferrer">a11y-dialog-component</a> verfügbar ist.
|
39
|
+
tips_description: 'Um einen komplexen Modus anzuzeigen, der die Stile entspricht, führe folgendes Markup durch:'
|
40
|
+
tips_description_html: Achten Sie auf die <i>Datenattribute</i> und die <i>Ids</i>. Zum Beispiel die <code>[data-dialog-title]</code>'s Id beginnt mit <i>Dialog-Titel</i> plus die <i>modal id</i>.
|
41
|
+
title: Dialoge
|
42
|
+
usage_description: Ein Dialog erfordert zwei Elemente
|
43
|
+
usage_description_2_html: 2. Ein modales Element, dessen <code>ID</code> mit dem Datenzielwert übereinstimmt, auf den der Trigger verweist.
|
44
|
+
usage_description_html: 1. Ein benutzerdefinierbares Element, mit dem Daten-Attribut <code>data-dialog-open="Beispiel"</code>, wobei das Beispiel die <code>ID</code> des Modals ist.
|
45
|
+
follow:
|
46
|
+
title: Folgen
|
47
|
+
forms:
|
48
|
+
disabled: Deaktiviert
|
49
|
+
emojis: Emojis
|
50
|
+
emojis_description: Funktioniert nur für Textbereiche
|
51
|
+
errors: Fehler
|
52
|
+
errors_description: Gilt nicht für select
|
53
|
+
header_alert: Diese Seite kommt aus einer alten Ansicht. Der Inhalt ist veraltet.
|
54
|
+
help_texts: Hilfe-Texte
|
55
|
+
html_regular_inputs: Reguläre HTML-Eingaben
|
56
|
+
min_max_length: Min / max Länge
|
57
|
+
min_max_length_description: Funktioniert nur für input type='text' und 'textarea'
|
58
|
+
multiselect: Mehrfachauswahl
|
59
|
+
multiselect_description_html: Die Mehrfachauswahl ist eine Javascript-Funktion, die dank einer externen Bibliothek namens <a href="https://tom-select.js.org/" target="_blank" rel="noopener noreferrer">Tom Select</a> verfügbar ist.
|
60
|
+
regular_inputs_description: 'Zeigt nur gängige Typen an, volle verfügbare Liste: date, datetime-local, email, month, number, password, search, tel, text, time, url, week'
|
61
|
+
textarea_required: textarea erforderlich
|
62
|
+
title: Formulare
|
63
|
+
report:
|
64
|
+
title: Melden
|
65
|
+
share:
|
66
|
+
title: Teilen
|
67
|
+
tab_panels:
|
68
|
+
title: Tab-Panels
|
69
|
+
tooltips:
|
70
|
+
demo: Demo
|
71
|
+
demo_description: Damit diese Komponente funktioniert, muss ein Teilnehmer auf dem Element schweben.
|
72
|
+
description: Ein Tooltip ist eine Komponente, die Benutzer mit der Maus schweben können, um zusätzliche Informationen darüber zu erhalten.
|
73
|
+
github_source_html: Quellcode auf GitHub %{github_link}
|
74
|
+
title: Tooltips
|
75
|
+
usage: Verwendung
|
76
|
+
usage_p: 'Ein Tooltip erfordert die Verwendung des `with_tooltip` Helfers, mit drei Argumenten:'
|
77
|
+
usage_p_1_html: 1. Ein String mit dem Wert des Tooltip. Im Beispiel dieser Seite ist "Hallo Welt".
|
78
|
+
usage_p_2_html: 2. Eine optionale Klasse mit einem Symbol, auf der der Tooltip angezeigt wird. Mögliche Werte sind <code>:top</code>, <code>:bottom</code>, <code>:right</code>, oder <code>:left</code>.
|
79
|
+
usage_p_3_html: 3. Ein Block mit der Zeichenkette, die der Benutzer bewegen muss, um angezeigt zu werden.
|
80
|
+
foundations:
|
81
|
+
accessibility:
|
82
|
+
accessibility_labels: Barrierefreiheitsbezeichnungen
|
83
|
+
accessibility_labels_paragraph: Wenn Sie Elemente definieren, stellen Sie sicher, dass sie für Benutzer des Screenreaders sinnvoll sind.
|
84
|
+
accessibility_title: Barrierefreiheit
|
85
|
+
adjacent_links: Angrenzende Links
|
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, erschwert das den Benutzer*innen, die Seite durchzusehen, da sie unter Umständen mehrere Links durchlaufen müssen, um zur nächsten Ressource zu gelangen.
|
88
|
+
color_contrast: Farbkontrast
|
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>
|
91
|
+
dynamic_changes_header: Dynamische Funktionalität ändert den Seitenkontext unintuitiv
|
92
|
+
dynamic_changes_paragraph: Änderungen in den Formulareingaben sollten den Kontext der Seite nicht automatisch ändern.
|
93
|
+
elements_hidden: Elemente versteckt
|
94
|
+
elements_hidden_header: Elemente aus der Barrierefreiheit-API versteckt
|
95
|
+
elements_hidden_paragraph: Um ein Element vor unterstützenden Technologien zu verstecken, verwenden Sie das Attribut aria-hidden="true".
|
96
|
+
heading_on: Überschrift zu wichtigen Abschnitten
|
97
|
+
here_link: hier
|
98
|
+
illogical_heading_order: Unlogische Überschriftenreihenfolge
|
99
|
+
illogical_heading_paragraph: Jede Seite sollte eine logische Überschriftenreihenfolge haben, wenn die Überschriften <h1>, <h2>, <h3>, <h4>, <h5> und <h6> verwendet werden.
|
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. Damit wird es einfacher zu verstehen, welche Abschnitte auf der Seite wichtig sind, wenn man die Überschriften auf der Seite überfliegt.
|
102
|
+
links_and_buttons: Links und Buttons
|
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
|
105
|
+
unique_h1: Eindeutige H1
|
106
|
+
unique_h1_paragraph: Jede Seite sollte eine eindeutige H1-Überschrift haben
|
107
|
+
use_aria: Benutze ARIA
|
108
|
+
use_aria_header: ARIA-Attribute verwenden, wenn möglich
|
109
|
+
use_aria_paragraph: Viele Elemente, die interaktive Funktionalität auf der Website bieten, erfordern ARIA-Attribute auf ihnen, um sie barrierefrei zugänglich zu machen.
|
110
|
+
color:
|
111
|
+
color_header: Farbe
|
112
|
+
description_p1: Wir bieten eine Grundpalette mit wenigen Farben, so dass kleinere Anpassungen einfach sind. Sie können die Grundpalette entweder im Administrationsbereich oder in der Tailwind-Konfigurationsdatei ändern, wenn Sie erweiterte Anpassungen vornehmen möchten.
|
113
|
+
description_p2_html: Wenn Sie die Farben anpassen, denken Sie an den %{contrast_link}. Sie können den Kontrast Ihrer Auswahl mit %{checker_link} oder anderen ähnlichen Tools überprüfen.
|
114
|
+
wcag_compliant_rations: WCAG 2.1 AA konformes Kontrastverhältnis
|
115
|
+
wcag_contrast_checker: WebAIM-Kontrastprüfung
|
116
|
+
iconography:
|
117
|
+
description_iconography: Wir verwenden Symbole, um die Bedeutung von Aktionen, Titeln usw. zu stärken
|
118
|
+
description_iconography_html: 'Wir verwenden die Open-Source-Bibliothek Remixicon: %{iconography_link}'
|
119
|
+
title: Ikonografie
|
120
|
+
layout:
|
121
|
+
breakpoint: Breakpoint
|
122
|
+
breakpoints: Breakpoints
|
123
|
+
centered: Zentriert
|
124
|
+
code: Code
|
125
|
+
columns: Anzahl der Spalten (10, 8 oder 6).
|
126
|
+
description_layout_p1: Für den Desktop verwendet Decidim ein 12 Spaltenraster mit limitierter Anzahl von Vorlagen (Grid-Konfigurationen) für verschiedene Inhaltstypen. Das Ziel ist, dass eine bestimmte Art von Inhalten (Homepage, Liste der Elemente, einzelne Artikel) ein unverwechselbares Layout hat, so dass die Benutzer verstehen können, in welcher Art von Inhalt sie sind nur durch das allgemeine Aussehen der Seite.
|
127
|
+
description_layout_p2: Diese einfachen Regeln sollten beim Erstellen neuer Module oder beim Anpassen vorhandener Module befolgt werden, so dass eine Decidim-Website ihre Konsistenz bewahren kann.
|
128
|
+
desktop: Desktop
|
129
|
+
full_width: Volle Breite
|
130
|
+
layout_list_1: 'Homepage (der Seite, des Bereichs): volle Breite'
|
131
|
+
layout_list_2: 'Liste der Elemente (Leerzeichen, Elemente innerhalb eines Raumes usw.): Links'
|
132
|
+
layout_list_3: 'Individueller Artikel (Vorschlag, Blog-Beitrag): zentriert, optional mit rechter Seite'
|
133
|
+
left_aside: Seitlich links
|
134
|
+
mobile: Mobil
|
135
|
+
not_required: Nicht erforderlich
|
136
|
+
properties: Eigenschaften
|
137
|
+
right_aside: Seitlich rechts
|
138
|
+
section_p_breakpoints: 'Um die Responsive Max-Breite von Elementen zu verwalten, verlassen wir uns auf die Standard `container` Schliffwind-Klasse, die folgende Haltepunkte angibt:'
|
139
|
+
section_p_code: Wenn Sie neue Module implementieren, haben Sie einige Helfer, die Ihnen automatisch den Code zur Verfügung stellen, um die HTML-Struktur einzurichten. Du solltest diese Helfer verwenden, anstatt direkt div Elemente mit Klassen zu verwenden, damit du die Konsistenz aufrechterhalten kannst.
|
140
|
+
section_p_code_html: Sie finden die Grundlayouts in %{link_section_code}
|
141
|
+
section_p_desktop: Desktop-Rastersystem besteht aus 12 flexiblen Spalten mit einem Raster zwischen 16px und linken und rechten Rändern von 48px
|
142
|
+
section_p_mobile: Mobiles Rastersystem besteht aus 4 flexiblen Spalten mit einem Raster zwischen 16px und 16px und rechts. Für Größen unter 320px sind diese Ränder auf 8px gesetzt.
|
143
|
+
section_p_tablet: Desktop-Rastersystem besteht aus 8 flexiblen Spalten mit einem Raster zwischen 16px und linken und rechten Rändern von 48px.
|
144
|
+
tablet: Tablet
|
145
|
+
title: Layout
|
146
|
+
typography:
|
147
|
+
description: Diese Richtlinien fassen die Verwendung der Typografie bei Decidim zusammen und dienen als Garanten für Designer, um frei unter Berücksichtigung der besten typographischen Praktiken zu gestalten.
|
148
|
+
headings:
|
149
|
+
characters: Zeichen pro Zeile
|
150
|
+
layout: Layout-Spalten
|
151
|
+
size: Größe
|
152
|
+
title: Typografie
|
153
|
+
typefaces_description_1: Decidim verwendet Source Sans Pro als primäre Schriftart. Diese Schrift unterstützt 310 Sprachen.
|
154
|
+
typefaces_description_2: Diese Schriften sind lizenziert mit der Open Font Lizenz
|
155
|
+
helpers:
|
156
|
+
accountability: Verantwortlichkeit
|
157
|
+
accountability_cards_html: Wird von <i>Umsetzungsprojekte</i>- Karten verwendet. Diese Karte erfordert eine korrekte Anzeige der Modul-Assets z.B. <code>append_stylesheet_pack_tag \"decidim_budgets\"</code>
|
158
|
+
activity: Aktivität
|
159
|
+
address_description: Die Adresszelle empfängt eine Ressource und durchsucht die geolokalisierbaren Attribute, um ein bestimmtes Markup darzustellen.
|
160
|
+
address_description_2: Abhängig vom Typ des Inhalts kann die Adresse eine Online-URL sein. In solchen Fällen sind die angezeigten Informationen genau dieselbe, aber passend geformt.
|
161
|
+
ally_link: a11y-dropdown-Komponente
|
162
|
+
argument: Argument
|
163
|
+
assemblies: Gremien
|
164
|
+
assembly_g: Gremium G
|
165
|
+
assembly_s: Gremium S
|
166
|
+
avatar: Profilbild
|
167
|
+
avatar_description: Es wird verwendet, wenn es schmale Leerzeichen gibt, in denen der Autor eine sekundäre Information ist.
|
168
|
+
background: Hintergrund und Ränder
|
169
|
+
base: Basis
|
170
|
+
block_text: extra_Data-Block verwenden
|
171
|
+
blog_cards_html: Wird von <i>Blog</i>-Karten verwendet
|
172
|
+
blogs: Blogs
|
173
|
+
budget_card_html: Wird von <i>Budgetprojekt</i>- Karten verwendet. Diese Karte erfordert eine korrekte Anzeige der Modul-Assets z.B. <code>append_stylesheet_pack_tag \"decidim_budgets\"</code>
|
174
|
+
budgets: Budgets
|
175
|
+
callout_class: Callout-Klasse
|
176
|
+
callout_description: Dieses Attribut wendet einen Status für die Ankündigung an. Standardmäßig verwendet es die sekundäre Farbe.
|
177
|
+
card_g: Karte G
|
178
|
+
card_l: Karte L
|
179
|
+
card_s: Karte S
|
180
|
+
collaborative_draft_l: Gemeinsamer Entwurf L
|
181
|
+
colors: Farben
|
182
|
+
compact: Kompakt
|
183
|
+
compact_description: Diese Autorenversion ist der übliche Weg, um den Ressourcen-Ersteller zu identifizieren.
|
184
|
+
conference_g: Konferenz G
|
185
|
+
conference_s: Konferenz S
|
186
|
+
conferences: Konferenzen
|
187
|
+
context: Kontext
|
188
|
+
context_description: Diese Zelle zeigt einige Informationen über einen Benutzer an. Es ist eine visuelle Hilfe um den Ressourcen-/Inhalts-Ersteller zu identifizieren. Mit der Maus bewegen zeigt einen Tooltip mit weiteren Informationen und Links zu seinem Profil.
|
189
|
+
context_description_2: Für Ressourcen erscheint diese Zelle unterhalb der Hauptüberschrift. Für andere Inhalte erscheint sie neben dem Inhalt selbst.
|
190
|
+
debate_l: Debatte L
|
191
|
+
debate_s: Debatte S
|
192
|
+
debates: Debatten
|
193
|
+
debates_cards_html: Wird von <i>Debatten</i>-Karten verwendet
|
194
|
+
debates_cards_text: Andere Vorlage für den Bilderblock verwenden
|
195
|
+
default: Standard
|
196
|
+
default_description: Aufruf der Zelle ohne zusätzliche Argumente, sondern nur des Benutzers selbst.
|
197
|
+
demo: Demo
|
198
|
+
demo_text: 'Diese Zelle erhält ein Modell von LastActivity Elementen und zeigt folgende Elemente an:'
|
199
|
+
demo_text_2: Wird von der letzten Aktivitätsseite in einem Inhaltsblock und innerhalb der Dropdown-Menüs verwendet.
|
200
|
+
description: Beschreibung
|
201
|
+
disabled: Deaktiviert
|
202
|
+
dropdowns: Dropdowns
|
203
|
+
dropdowns_demo_1_description: 'Das folgende Beispiel wird auf dem Desktop nicht auffindbar sein, sondern mobile:'
|
204
|
+
dropdowns_demo_description: Die Dropdowns werden entlang der Anwendung verwendet, um große, leicht lesbare Menüs für Desktop-Geräte zu zerbrechen, aber zu wordy für mobile Geräte.
|
205
|
+
dropdowns_demo_description_html: 'Dieses Javascript-Feature wird um eine kleine css erweitert, durch den Namen: Der versteckbare Inhalt MÜSSEN eine <code>id</code> HABEN, beginnend mit dem <i>Drop-down-Menü</i>.'
|
206
|
+
dropdowns_description_html: Dropdowns sind eine Javascript-Funktion, die dank einer externen Bibliothek namens %{link} verfügbar ist.
|
207
|
+
dropdowns_usage_1_description: 2. Ein versteckbares Element, dessen <code>ID</code> mit dem Datenzielwert übereinstimmt, auf den der Trigger verweist.
|
208
|
+
dropdowns_usage_description: 'Ein Dropdown erfordert zwei Elemente:'
|
209
|
+
dropdowns_usage_description_html: 1. Ein benutzerdefinierbares Element, mit den Datenattributen <code>Datenkomponent="Dropdown" data-target="dropdown-menu-element"</code>.
|
210
|
+
dummy_description: Beschreibung der Dummy Ressource
|
211
|
+
dummy_title: Dummy Ressourcentitel
|
212
|
+
follow_button: Folgen-Button
|
213
|
+
follower_description_html: Stellen Sie sicher, dass die partielle <code>Dezimal/Shared/login_modal</code> im DOM-Archiv vorhanden ist. Dieser Teil wird beim Einloggen im Anwendungslayout platziert.
|
214
|
+
form_elements: Formularelemente
|
215
|
+
generic_cards: Allgemeine Karten
|
216
|
+
grid: Raster
|
217
|
+
hex_code: Hex-Code
|
218
|
+
highlight: Hervorhebung
|
219
|
+
highlight_description: Verwendet von Ressourcen, die das Hervorheben erlauben
|
220
|
+
html_tips: HTML-Tips
|
221
|
+
icons: Symbole
|
222
|
+
image_and_description: Bild und Beschreibung
|
223
|
+
initiative_g: initiative_g
|
224
|
+
initiative_s: initiative_s
|
225
|
+
initiatives: Initiativen
|
226
|
+
list: Liste
|
227
|
+
main_colors: Hauptfarben
|
228
|
+
meeting_l: Sitzung L
|
229
|
+
meeting_s: Sitzung S
|
230
|
+
meetings: Sitzung
|
231
|
+
meetings_html: Wird von <i>Meetings</i>-Karten verwendet
|
232
|
+
metadata_items: Metadaten-Elemente
|
233
|
+
metadata_text: Jede Ressource definiert eigene Metadaten
|
234
|
+
participatory_process_g: Partizipationsprozess G
|
235
|
+
participatory_process_group_g: Partizipative Prozessgruppe G
|
236
|
+
participatory_process_group_s: Partizipative Prozessgruppe S
|
237
|
+
participatory_process_s: Partizipationsprozess S
|
238
|
+
participatory_processes: Partizipationsprozesse
|
239
|
+
plain_text: Ich bin nur reiner Text
|
240
|
+
plain_text_description: Sie können als erstes Argument sowohl einen Klartext als auch ein Hash-Objekt angeben
|
241
|
+
plain_text_vs_hash: Einfacher Text Vs Hash
|
242
|
+
post_g: Beitrag G
|
243
|
+
post_l: Beitrag L
|
244
|
+
post_s: Beitrag S
|
245
|
+
project_l: Projekt L
|
246
|
+
project_s: Projekt S
|
247
|
+
proposal_l: Vorschlag L
|
248
|
+
proposal_s: Vorschlag S
|
249
|
+
proposals: Vorschläge
|
250
|
+
report_button: Schaltfläche "Melden"
|
251
|
+
report_usage_description: Die Schaltfläche "Melden" öffnet einen modalen Dialog, wo Beiträge zur Moderation gemeldet werden können.
|
252
|
+
result_l: Resultat L
|
253
|
+
rgba_code: RGBA-Code
|
254
|
+
search: Suche
|
255
|
+
send: Senden
|
256
|
+
share_button: Schaltfläche "Teilen"
|
257
|
+
share_usage_description_html: Stellen Sie sicher, dass die partielle <code>Dezimal/Shared/share_modal</code> im DOM-Archiv vorhanden ist. Dieser Teil im Anwendungslayout platziert.
|
258
|
+
sizes: Grössen
|
259
|
+
sortition_l: Sortierung_I
|
260
|
+
sortitions: Sortierungen
|
261
|
+
source_code: Quellcode
|
262
|
+
state: Status
|
263
|
+
tab_panels_context_description: Diese Tab-Panel-Komponente sammelt alle zugehörigen Inhalte oder andere Ressourcen des angezeigten Hauptelements, um vertikalen Speicherplatz zu sparen. Wenn Sie auf den Tab klicken, wird das erstellte Fenster aktiviert, um den Inhalt anzuzeigen.
|
264
|
+
tab_panels_context_description_html: Hauptsächlich wird nach dem Hauptinhalt der Ressource <i>layout_item</i> oder <i>layout_center</i>verwendet.
|
265
|
+
tab_panels_usage_description: 'Diese Komponente erhält ein Array von Hashes und ordnet die Ausgabe jedes Elements in eine Tab-Panel-Struktur um. Verfügbare Eigenschaften für jedes Panel:'
|
266
|
+
tab_panels_usage_description_arguments_html: "<strong>args</strong>: <i>Array</i>. Argumente für die vorherige Methode"
|
267
|
+
tab_panels_usage_description_html: "<strong>aktiviert</strong>: <i>Boolean</i>. Unter Umständen wird der Tab gerendert"
|
268
|
+
tab_panels_usage_description_id_html: "<strong>id</strong>: <i>String</i>. Einzigartige II"
|
269
|
+
tab_panels_usage_description_rails_html: "<strong>Methode</strong>: <i>Symbol</i>. Irgendeine Funktion, die von Rails verstanden wird"
|
270
|
+
tab_panels_usage_description_remixicon_html: "<strong>Icon</strong>: <i>String</i>. Remixicon-Key"
|
271
|
+
tab_panels_usage_description_tab_html: "<strong>text</strong>: <i>String</i>. Abschnittstitel"
|
272
|
+
tailwind: Tailwind-Bezeichnung
|
273
|
+
text: Text
|
274
|
+
transparent: Transparent
|
275
|
+
transparent_description: 'Im Falle eines dunkleren Hintergrunds:'
|
276
|
+
types: Typen
|
277
|
+
typography_texts: Typographie und Texte
|
278
|
+
usage: Nutzung
|
279
|
+
usage_background_1: Seitlicher Hintergrund
|
280
|
+
usage_background_2: Hintergrund der ausgewählten Seitenleiste
|
281
|
+
usage_background_3: Standard-Symbolfarbe
|
282
|
+
usage_background_4: Zeilen und Trennzeichen
|
283
|
+
usage_background_5: Hintergrund der Fußzeile
|
284
|
+
usage_background_6: Admin Layout-Hintergrund
|
285
|
+
usage_base_1: Haupt nav Komponente Hintergrund\nNav Menüs in Startseite und Raum Home
|
286
|
+
usage_base_2: Hauptfarbe für Links und Schaltflächen
|
287
|
+
usage_base_3: Grafische Ornamente und Akzentfarbe\nKarten und Listenelemente Schwebezustand
|
288
|
+
usage_formelements_1: Standard-Hintergrund für Eingabeelemente
|
289
|
+
usage_formelements_2: Eingabeelemente deaktivierter Statushintergrund
|
290
|
+
usage_state_1: Rahmen Erfolgsnachricht\nFüllung Alarm-Benachrichtigungssymbol\nHintergrund des Buttons bei Erfolgsmeldung
|
291
|
+
usage_state_2: Warnbanner-Rahmen
|
292
|
+
usage_state_3: Alarm-Benachrichtigungs-Rand\nBenachrichtigungs-Symbol füllen
|
293
|
+
usage_typography_1: Überschriften und Titel der Abschnitte
|
294
|
+
usage_typography_2: Inline-Text
|
295
|
+
usage_typography_3: Text über dunklem Hintergrund
|
296
|
+
usage_typography_4: Links und Schaltflächen
|
297
|
+
value: Wert
|
298
|
+
variations: Variationen
|
299
|
+
variations_cards_description: Jede Karte sieht je nach Eigenschaften der angezeigten Ressource unterschiedlich aus. Sie können dieses Verhalten in der jeweiligen Zelle überschreiben.
|
300
|
+
variations_description: Es gibt drei verschiedene Versionen dieser Zelle und jede passt besser in den angezeigten Kontext.
|
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
|
+
home:
|
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, so dass wir die beste Erfahrung für die Teilnehmenden erreichen.
|
305
|
+
decidim_guide: Der Leitfaden zum Design von Decidim
|
306
|
+
different_ui_components: Gleichzeitig dokumentieren wir die verschiedenen verwendeten UI-Komponenten und -Muster, die wiederverwendet oder erweitert werden sollten.
|
307
|
+
github_source: Quellcode auf GitHub
|
308
|
+
home_header: Decidim-Design-Leitfaden
|
309
|
+
welcome_sentence: Willkommen zur Decidim Design Guide (DDG). Dieser Leitfaden ist die Ressource für Designer und Entwickler, die die Plattform anpassen, neue Module entwickeln und neue Funktionen integrieren.
|
@@ -0,0 +1 @@
|
|
1
|
+
el:
|
@@ -0,0 +1,309 @@
|
|
1
|
+
---
|
2
|
+
en:
|
3
|
+
decidim:
|
4
|
+
design:
|
5
|
+
components:
|
6
|
+
accordions:
|
7
|
+
content_panel: Content of the panel
|
8
|
+
demo: Demo
|
9
|
+
demo_description: Throughout the application the accordions are used, mainly, to show/hide content in tabs or fold/unfold visible texts.
|
10
|
+
description_accordions_html: Accordions are a javascript feature available thanks to an external library called %{link_code} a11y-accordion-component.
|
11
|
+
github_source_html: Source code on GitHub %{github_link}
|
12
|
+
panel: Panel
|
13
|
+
title: Accordions
|
14
|
+
trigger: Trigger
|
15
|
+
usage: Usage
|
16
|
+
usage_p: An accordion requires at least three elements
|
17
|
+
usage_p_1_html: 1. A wrapper <code>div</code>, with the data-attribute <code>data-component="accordion"</code>, over all the available triggers and panels.
|
18
|
+
usage_p_2_html: 2. A trigger element, user actionable (as a button), pointing to the collapsable element through <code>data-controls="panel"</code>, where <i>panel</i> is the <code>id</code> of the panel.
|
19
|
+
usage_p_3_html: 3. A hideable element, whose <code>id</code> matches the data-controls value the trigger refers to.
|
20
|
+
activities:
|
21
|
+
activities: Activities
|
22
|
+
address:
|
23
|
+
title: Address
|
24
|
+
announcement:
|
25
|
+
iam_an_announcement: I am an announcement
|
26
|
+
this_is_the_body: This is the body
|
27
|
+
this_is_the_title: This is the title
|
28
|
+
title: Announcement
|
29
|
+
author:
|
30
|
+
title: Author
|
31
|
+
buttons:
|
32
|
+
description_html: 'Buttons are built using different combinations of CSS classes: the <code>button</code> class, a size and a color.'
|
33
|
+
title: Buttons
|
34
|
+
cards:
|
35
|
+
title: Cards
|
36
|
+
dialogs:
|
37
|
+
dialog_demo_description_html: The dialogs, or modal components, are implemented through the rails helper <code>decidim_modal</code>.
|
38
|
+
dialogs_description_html: Dialogs are a javascript feature available thanks to an external library called <a href="https://github.com/jonathanlevaillant/a11y-dialog-component" target="_blank" rel="noopener noreferrer">a11y-dialog-component</a>.
|
39
|
+
tips_description: 'In order to display a complex modal, matching up the styles, do the following markup:'
|
40
|
+
tips_description_html: Pay attention to the <i>data-attributes</i> and the <i>ids</i>. For instance, the <code>[data-dialog-title]</code>'s id starts with <i>dialog-title</i> plus the <i>modal id</i>.
|
41
|
+
title: Dialogs
|
42
|
+
usage_description: An dialog requires two elements
|
43
|
+
usage_description_2_html: 2. A modal element, whose <code>id</code> matches the data-target value the trigger refers to.
|
44
|
+
usage_description_html: 1. A user actionable element, with the data-attribute <code>data-dialog-open="example"</code>, where example is the <code>id</code> of the modal.
|
45
|
+
follow:
|
46
|
+
title: Follow
|
47
|
+
forms:
|
48
|
+
disabled: Disabled
|
49
|
+
emojis: Emojis
|
50
|
+
emojis_description: Only works for textarea
|
51
|
+
errors: Errors
|
52
|
+
errors_description: Does not apply for select
|
53
|
+
header_alert: This page comes from a legacy view. Content is outdated.
|
54
|
+
help_texts: Help texts
|
55
|
+
html_regular_inputs: HTML regular inputs
|
56
|
+
min_max_length: Min/Max length
|
57
|
+
min_max_length_description: Only works for input type='text' and textarea
|
58
|
+
multiselect: Multiselect
|
59
|
+
multiselect_description_html: Multiselects are a javascript feature available thanks to an external library called <a href="https://tom-select.js.org/" target="_blank" rel="noopener noreferrer">Tom Select</a>.
|
60
|
+
regular_inputs_description: 'Only displays common types, full available list: date, datetime-local, email, month, number, password, search, tel, text, time, url, week'
|
61
|
+
textarea_required: textarea required
|
62
|
+
title: Forms
|
63
|
+
report:
|
64
|
+
title: Report
|
65
|
+
share:
|
66
|
+
title: Share
|
67
|
+
tab_panels:
|
68
|
+
title: Tab Panels
|
69
|
+
tooltips:
|
70
|
+
demo: Demo
|
71
|
+
demo_description: For this component to work a participant need to hover on the element.
|
72
|
+
description: A tooltip is a component that users can hover their mouse to have extra information about it.
|
73
|
+
github_source_html: Source code on GitHub %{github_link}
|
74
|
+
title: Tooltips
|
75
|
+
usage: Usage
|
76
|
+
usage_p: 'A tooltip requires the usage of the `with_tooltip` helper, with three arguments:'
|
77
|
+
usage_p_1_html: 1. A string with the value of the tooltip. In the example of this page is "Hello world".
|
78
|
+
usage_p_2_html: 2. An optional class with a symbol on where the tooltip will be displayed. Possible values are <code>:top</code>, <code>:bottom</code>, <code>:right</code>, or <code>:left</code>.
|
79
|
+
usage_p_3_html: 3. A block with the string that the user needs to hover to be displayed.
|
80
|
+
foundations:
|
81
|
+
accessibility:
|
82
|
+
accessibility_labels: Accessibility labels
|
83
|
+
accessibility_labels_paragraph: When defining elements, always make sure they make sense for screen reader users.
|
84
|
+
accessibility_title: Accessibility
|
85
|
+
adjacent_links: Adjacent links
|
86
|
+
adjacent_links_header: Adjacent links for the same resource
|
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
|
+
color_contrast: Color contrast
|
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 <u>Web Content Accessibility Guidelines (WCAG) 2.1</u>
|
91
|
+
dynamic_changes_header: Dynamic functionality changes the page context unintuitively
|
92
|
+
dynamic_changes_paragraph: Changes in the form inputs should not change the context of the page automatically.
|
93
|
+
elements_hidden: Elements hidden
|
94
|
+
elements_hidden_header: Elements hidden from the accessibility API
|
95
|
+
elements_hidden_paragraph: To hide an element from assistive technologies, use the aria-hidden="true" attribute on it.
|
96
|
+
heading_on: Heading on important sections
|
97
|
+
here_link: here
|
98
|
+
illogical_heading_order: Illogical heading order
|
99
|
+
illogical_heading_paragraph: Every page should have a logical heading order when using the <h1>, <h2>, <h3>, <h4>, <h5> and <h6> heading elements.
|
100
|
+
important_sections_heading: Heading on important sections
|
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.
|
102
|
+
links_and_buttons: Links and Buttons
|
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}
|
105
|
+
unique_h1: Unique H1
|
106
|
+
unique_h1_paragraph: Every page should have a unique H1 heading on it
|
107
|
+
use_aria: Use ARIA
|
108
|
+
use_aria_header: Use ARIA attributes where possible
|
109
|
+
use_aria_paragraph: Many elements that provide interactive functionality on the website require ARIA attributes on them to make them accessible.
|
110
|
+
color:
|
111
|
+
color_header: Color
|
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.
|
113
|
+
description_p2_html: When customizing your colors, have in mind the %{contrast_link}. You can check the contrast of your choosing with %{checker_link} or other similar tools.
|
114
|
+
wcag_compliant_rations: WCAG 2.1 AA compliant contrast ratio
|
115
|
+
wcag_contrast_checker: WebAIM Contrast Checker
|
116
|
+
iconography:
|
117
|
+
description_iconography: We use icons to reinforce the meaning of actions, titles, etc
|
118
|
+
description_iconography_html: 'We use the Remixicon open source library: %{iconography_link}'
|
119
|
+
title: Iconography
|
120
|
+
layout:
|
121
|
+
breakpoint: Breakpoint
|
122
|
+
breakpoints: Breakpoints
|
123
|
+
centered: Centered
|
124
|
+
code: Code
|
125
|
+
columns: Being the number of columns 10, 8 or 6.
|
126
|
+
description_layout_p1: For desktop, Decidim uses a 12 column grid with limited number of templates (grid configurations) for different types of content. The objective is that a given type of content (homepage, list of elements, individual item) has a distinctive layout, so users can understand in which kind of content they are just by the general look of the page.
|
127
|
+
description_layout_p2: These simple rules should be followed when creating new modules or customizing existing ones, so a Decidim site can maintain its consistency.
|
128
|
+
desktop: Desktop
|
129
|
+
full_width: Full width
|
130
|
+
layout_list_1: 'Homepage (of the site, of an space): full width'
|
131
|
+
layout_list_2: 'List of elements (of spaces, of items inside a space, etc): left aside'
|
132
|
+
layout_list_3: 'Individual item (proposal, blog post): centered, optionally with a right aside'
|
133
|
+
left_aside: Left aside
|
134
|
+
mobile: Mobile
|
135
|
+
not_required: Not required
|
136
|
+
properties: Properties
|
137
|
+
right_aside: Right Aside
|
138
|
+
section_p_breakpoints: 'To manage the responsive max-width of elements we rely on the default `container` Tailwind class, which states the following breakpoints:'
|
139
|
+
section_p_code: When implementing new modules you have some helpers that automatically provides you with the code needed to setup the HTML structure. You should use these helpers instead of directly using div elements with classes, so you maintain consistency.
|
140
|
+
section_p_code_html: You can find the basic layouts in %{link_section_code}
|
141
|
+
section_p_desktop: Desktop grid system is composed of 12 flexible columns with a gutter between columns of 16px and left and right margins of 48px
|
142
|
+
section_p_mobile: Mobile grid system is composed of 4 flexible columns with a gutter between columns of 16px and left and right margins of 16px. For sizes below 320px this margins are set to 8px
|
143
|
+
section_p_tablet: Tablet grid system is composed of 8 flexible columns with a gutter between columns of 16px and left and right margins of 24px
|
144
|
+
tablet: Tablet
|
145
|
+
title: Layout
|
146
|
+
typography:
|
147
|
+
description: These guidelines summarize how use typography at Decidim, and serve as guardrails for designers to design freely with best typographic practices in mind.
|
148
|
+
headings:
|
149
|
+
characters: Characters per line
|
150
|
+
layout: Layout cols
|
151
|
+
size: Size
|
152
|
+
title: Typography
|
153
|
+
typefaces_description_1: Decidim uses Source Sans Pro as primary typeface. This typeface supports 310 languages
|
154
|
+
typefaces_description_2: This fonts are licensed under the Open Font License
|
155
|
+
helpers:
|
156
|
+
accountability: Accountability
|
157
|
+
accountability_cards_html: Used by <i>Accountability projects</i> cards. This card requires the module assets to display properly, i.e. <code>append_stylesheet_pack_tag \"decidim_accountability\"</code>
|
158
|
+
activity: Activity
|
159
|
+
address_description: Address cell receives a resource, and searches the geolocalizable attributes to render an specific markup.
|
160
|
+
address_description_2: Depending of the type of the content, the address could be an online url. For such cases, the displayed information is quite the same but shaped to fit.
|
161
|
+
ally_link: a11y-dropdown-component
|
162
|
+
argument: Argument
|
163
|
+
assemblies: Assemblies
|
164
|
+
assembly_g: Assembly G
|
165
|
+
assembly_s: Assembly S
|
166
|
+
avatar: Avatar
|
167
|
+
avatar_description: It is used when there are narrow spaces, where the author is a secondary information.
|
168
|
+
background: Background and borders
|
169
|
+
base: Base
|
170
|
+
block_text: Use the extra_data block
|
171
|
+
blog_cards_html: Used by <i>Blogs</i> cards
|
172
|
+
blogs: Blogs
|
173
|
+
budget_card_html: Used by <i>Budget projects</i> cards. This card requires the module assets to display properly, i.e. <code>append_stylesheet_pack_tag \"decidim_budgets\"</code>
|
174
|
+
budgets: Budgets
|
175
|
+
callout_class: Callout Class
|
176
|
+
callout_description: This attribute applies an status to the announcement. By default, it uses secondary color.
|
177
|
+
card_g: Card G
|
178
|
+
card_l: Card L
|
179
|
+
card_s: Card S
|
180
|
+
collaborative_draft_l: Collaborative Draft L
|
181
|
+
colors: Colors
|
182
|
+
compact: Compact
|
183
|
+
compact_description: This author version is the common way to identify the resource creator.
|
184
|
+
conference_g: Conference G
|
185
|
+
conference_s: Conference S
|
186
|
+
conferences: Conferences
|
187
|
+
context: Context
|
188
|
+
context_description: This cell display some information about a user. It a visual help to identify the resource/content creator. Hovering with the mouse displays a tooltip with further info and links to its profile.
|
189
|
+
context_description_2: For resources, this cell appears beneath the main heading. For other contents, it appears next to the content itself.
|
190
|
+
debate_l: Debate L
|
191
|
+
debate_s: Debate S
|
192
|
+
debates: Debates
|
193
|
+
debates_cards_html: Used by <i>Debates</i> cards
|
194
|
+
debates_cards_text: Use different template for the image block
|
195
|
+
default: Default
|
196
|
+
default_description: Calling the cell with no extra arguments, but the user itself.
|
197
|
+
demo: Demo
|
198
|
+
demo_text: 'This cell receives a model of LastActivity items and displays the following elements:'
|
199
|
+
demo_text_2: Used by the last activity page, in a content block and within the dropdowns.
|
200
|
+
description: Description
|
201
|
+
disabled: Disabled
|
202
|
+
dropdowns: Dropdowns
|
203
|
+
dropdowns_demo_1_description: 'The following example will not be noticeable in desktop, but mobile:'
|
204
|
+
dropdowns_demo_description: The dropdowns are used along the application in order to collapse large, easy-readable menus for desktop devices, but too wordy for mobile devices.
|
205
|
+
dropdowns_demo_description_html: 'This javascript feature is enhanced with a small css, through the naming: the hideable content MUST HAVE an <code>id</code> starting with <i>dropdown-menu</i>.'
|
206
|
+
dropdowns_description_html: Dropdowns are a javascript feature available thanks to an external library called %{link}.
|
207
|
+
dropdowns_usage_1_description: 2. A hideable element, whose <code>id</code> matches the data-target value the trigger refers to.
|
208
|
+
dropdowns_usage_description: 'An dropdown requires two elements:'
|
209
|
+
dropdowns_usage_description_html: 1. A user actionable element, with the data-attributes <code>data-component="dropdown" data-target="dropdown-menu-element"</code>.
|
210
|
+
dummy_description: Dummy resource description
|
211
|
+
dummy_title: Dummy resource title
|
212
|
+
follow_button: Follow Button
|
213
|
+
follower_description_html: Make sure the partial <code>decidim/shared/login_modal</code> is present in the DOM. This partial is placed in the application layout when the user is logged in.
|
214
|
+
form_elements: Form elements
|
215
|
+
generic_cards: Generic cards
|
216
|
+
grid: Grid
|
217
|
+
hex_code: Hex code
|
218
|
+
highlight: Highlight
|
219
|
+
highlight_description: Used by resources who allow to highlight
|
220
|
+
html_tips: HTML tips
|
221
|
+
icons: Icons
|
222
|
+
image_and_description: Image and Description
|
223
|
+
initiative_g: initiative_g
|
224
|
+
initiative_s: initiative_s
|
225
|
+
initiatives: Initiatives
|
226
|
+
list: List
|
227
|
+
main_colors: Main Colors
|
228
|
+
meeting_l: Meeting L
|
229
|
+
meeting_s: Meeting S
|
230
|
+
meetings: Meetings
|
231
|
+
meetings_html: Used by <i>Meetings</i> cards
|
232
|
+
metadata_items: Metadata items
|
233
|
+
metadata_text: Each resource define its own metadata items
|
234
|
+
participatory_process_g: Participatory Process G
|
235
|
+
participatory_process_group_g: Participatory Process Group G
|
236
|
+
participatory_process_group_s: Participatory Process Group S
|
237
|
+
participatory_process_s: Participatory Process S
|
238
|
+
participatory_processes: Participatory Processes
|
239
|
+
plain_text: I am just plain text
|
240
|
+
plain_text_description: You can provide as first argument both a plain text and a hash object
|
241
|
+
plain_text_vs_hash: Plain Text Vs Hash
|
242
|
+
post_g: Post G
|
243
|
+
post_l: Post L
|
244
|
+
post_s: Post S
|
245
|
+
project_l: Project L
|
246
|
+
project_s: Project S
|
247
|
+
proposal_l: Proposal L
|
248
|
+
proposal_s: Proposal S
|
249
|
+
proposals: Proposals
|
250
|
+
report_button: Report button
|
251
|
+
report_usage_description: Report button launches a modal window to flag the current resource.
|
252
|
+
result_l: Result L
|
253
|
+
rgba_code: RGBA code
|
254
|
+
search: Search
|
255
|
+
send: Send
|
256
|
+
share_button: Share Button
|
257
|
+
share_usage_description_html: Make sure the partial <code>decidim/shared/share_modal</code> is present in the DOM. This partial is placed in the application layout.
|
258
|
+
sizes: Sizes
|
259
|
+
sortition_l: sortition_l
|
260
|
+
sortitions: Sortitions
|
261
|
+
source_code: Source Code
|
262
|
+
state: State
|
263
|
+
tab_panels_context_description: This tab-panel component gathers all the related contents or another resources of the main element displayed, in order to save vertical space. Clicking on the tab will activate the created panel to show the content.
|
264
|
+
tab_panels_context_description_html: Mainly is used within the <i>layout_item</i> or the <i>layout_center</i>, after the main content of the resource.
|
265
|
+
tab_panels_usage_description: 'This component receives an array of hashes, and rearrange the output of each item into a tab-panel structure. Available properties for each panel:'
|
266
|
+
tab_panels_usage_description_arguments_html: "<strong>args</strong>: <i>Array</i>. Arguments for the previous method"
|
267
|
+
tab_panels_usage_description_html: "<strong>enabled</strong>: <i>Boolean</i>. Conditionally render the tab"
|
268
|
+
tab_panels_usage_description_id_html: "<strong>id</strong>: <i>String</i>. Unique id"
|
269
|
+
tab_panels_usage_description_rails_html: "<strong>method</strong>: <i>Symbol</i>. Any function rails understands"
|
270
|
+
tab_panels_usage_description_remixicon_html: "<strong>icon</strong>: <i>String</i>. Remixicon key"
|
271
|
+
tab_panels_usage_description_tab_html: "<strong>text</strong>: <i>String</i>. Tab title"
|
272
|
+
tailwind: Tailwind name
|
273
|
+
text: Text
|
274
|
+
transparent: Transparent
|
275
|
+
transparent_description: 'In case of a darker background:'
|
276
|
+
types: Types
|
277
|
+
typography_texts: Typography and texts
|
278
|
+
usage: Usage
|
279
|
+
usage_background_1: Aside background
|
280
|
+
usage_background_2: Selected sidebar filter background
|
281
|
+
usage_background_3: Default icon color
|
282
|
+
usage_background_4: Lines and separators
|
283
|
+
usage_background_5: Footer background
|
284
|
+
usage_background_6: Admin layout background
|
285
|
+
usage_base_1: Main nav component background\nNav menus in homepage and space home
|
286
|
+
usage_base_2: Main color for links and buttons
|
287
|
+
usage_base_3: Graphic ornaments and accent color\nCards and list items hover state border
|
288
|
+
usage_formelements_1: Input elements default background
|
289
|
+
usage_formelements_2: Input elements disabled state background
|
290
|
+
usage_state_1: Success notice border\nAlert notice icon fill\nButton background on success message
|
291
|
+
usage_state_2: Warning notice border
|
292
|
+
usage_state_3: Alert notice border\nAlert notice icon fill
|
293
|
+
usage_typography_1: Headings and section titles
|
294
|
+
usage_typography_2: Inline text
|
295
|
+
usage_typography_3: Text over dark background
|
296
|
+
usage_typography_4: Links and buttons
|
297
|
+
value: Value
|
298
|
+
variations: Variations
|
299
|
+
variations_cards_description: Each card will look like different regarding the properties of the resource displayed. You can override such behaviour in the specific cell.
|
300
|
+
variations_description: There are three different versions of this cell. Each one fits better regarding the context it is being displayed.
|
301
|
+
variations_text: Regarding the type of activity, the cell could show different content, reporting the distinct resources, whether belong to a participatory space or not, has an author or not.
|
302
|
+
home:
|
303
|
+
index:
|
304
|
+
by_sharing_principles: By sharing the principles, philosophy, and rationale behind design decisions we want to empower the community to contribute with consistency so we reach the best participant experience.
|
305
|
+
decidim_guide: The guide to design all things Decidim
|
306
|
+
different_ui_components: At the same time, we document the different UI components and patterns in use, that should be reused or extended.
|
307
|
+
github_source: Source code on GitHub
|
308
|
+
home_header: Decidim Design Guide
|
309
|
+
welcome_sentence: Welcome to the Decidim Design Guide (DDG). This guide is the resource for designers and developers who need to customize, develop new modules, and integrate new features.
|
@@ -0,0 +1 @@
|
|
1
|
+
eo:
|