@sveltia/ui 0.67.2 → 0.68.0

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.
@@ -7,7 +7,7 @@ export const SHIKI_VERSION: "4.4.3";
7
7
  /**
8
8
  * Version of this package, used to resolve the prebuilt Shiki engine chunk from a CDN.
9
9
  */
10
- export const UI_VERSION: "0.67.2";
10
+ export const UI_VERSION: "0.68.0";
11
11
  /**
12
12
  * Available syntax highlighting languages, sorted by display name.
13
13
  * @type {{ id: string, name: string, aliases?: string[] }[]}
@@ -10,7 +10,7 @@ export const SHIKI_VERSION = "4.4.3";
10
10
  /**
11
11
  * Version of this package, used to resolve the prebuilt Shiki engine chunk from a CDN.
12
12
  */
13
- export const UI_VERSION = "0.67.2";
13
+ export const UI_VERSION = "0.68.0";
14
14
 
15
15
  /**
16
16
  * Available syntax highlighting languages, sorted by display name.
@@ -0,0 +1,116 @@
1
+ # Dialog action button labels
2
+ ok: OK
3
+ cancel: Abbrechen
4
+ close: Schließen
5
+
6
+ # Button to clear content, e.g. search input or calendar date
7
+ clear: Leeren
8
+
9
+ # Text editor dialog buttons for link/image insertion
10
+ insert: Einfügen
11
+ update: Aktualisieren
12
+ remove: Entfernen
13
+
14
+ # Combobox dropdown toggle button aria-labels
15
+ collapse: Zuklappen
16
+ expand: Aufklappen
17
+
18
+ # Infobar/toast dismiss button label
19
+ dismiss: Ausblenden
20
+
21
+ # Emoji suggestion listbox aria-label, shared by the text fields and the text editor
22
+ emoji_suggestions: Emoji-Vorschläge
23
+
24
+ # Calendar component
25
+ calendar:
26
+ # View switcher group aria-labels and navigation button aria-labels
27
+ year: Jahr
28
+ previous_decade: Vorheriges Jahrzehnt
29
+ next_decade: Nächstes Jahrzehnt
30
+ month: Monat
31
+ previous_month: Vorheriger Monat
32
+ next_month: Nächster Monat
33
+ # “Today” button label in footer
34
+ today: Heute
35
+
36
+ # Split button component
37
+ split_button:
38
+ # Wrapper aria-label, e.g. “Save Options” when primary button is “Save”
39
+ x_options: 'Optionen für {$name}'
40
+ # Dropdown toggle aria-label
41
+ more_options: Weitere Optionen
42
+
43
+ # Combobox component
44
+ combobox:
45
+ # Placeholder when no option is selected
46
+ select_an_option: Option auswählen…
47
+ # Filter input aria-label
48
+ filter_options: Optionen filtern
49
+ # Empty state message when filter has no matches
50
+ no_matching_options: Keine passenden Optionen gefunden
51
+
52
+ # Number input component
53
+ number_input:
54
+ # Spin button aria-labels for incrementing/decrementing the number value
55
+ increase: Erhöhen
56
+ decrease: Verringern
57
+
58
+ # Password input component
59
+ password_input:
60
+ # Visibility toggle button aria-labels
61
+ show_password: Passwort anzeigen
62
+ hide_password: Passwort ausblenden
63
+
64
+ # Secret input component (API keys, tokens, etc.)
65
+ secret_input:
66
+ # Visibility toggle button aria-labels
67
+ show_secret: Geheimnis anzeigen
68
+ hide_secret: Geheimnis ausblenden
69
+
70
+ # Select tags component (multi-select)
71
+ select_tags:
72
+ # Listbox aria-label
73
+ selected_options: Ausgewählte Optionen
74
+ # Remove button aria-label, e.g. “Remove Option 1”
75
+ remove_x: '{$name} entfernen'
76
+
77
+ # Text editor component
78
+ text_editor:
79
+ # Toolbar aria-labels
80
+ text_editor: Texteditor
81
+ code_editor: Code-Editor
82
+ # Block style menu button and menu aria-labels
83
+ text_style_options: Textstil-Optionen
84
+ show_text_style_options: Textstil-Optionen anzeigen
85
+ # Block style menu items
86
+ paragraph: Absatz
87
+ heading_1: Überschrift 1
88
+ heading_2: Überschrift 2
89
+ heading_3: Überschrift 3
90
+ heading_4: Überschrift 4
91
+ heading_5: Überschrift 5
92
+ heading_6: Überschrift 6
93
+ bulleted_list: Aufzählungsliste
94
+ numbered_list: Nummerierte Liste
95
+ blockquote: Zitat
96
+ code_block: Code-Block
97
+ # Inline style button aria-labels
98
+ bold: Fett
99
+ italic: Kursiv
100
+ strikethrough: Durchgestrichen
101
+ code: Code
102
+ link: Link
103
+ # Link dialog title
104
+ insert_link: Link einfügen
105
+ update_link: Link aktualisieren
106
+ # Link dialog input field labels
107
+ text: Text
108
+ url: URL
109
+ # Markdown mode toggle button aria-label
110
+ edit_in_markdown: In Markdown bearbeiten
111
+ # Error message when rich text conversion fails
112
+ converter_error: Der Rich-Text-Modus konnte nicht aktiviert werden. Bitte verwenden Sie stattdessen den Klartext-Editor.
113
+ # Language selector aria-label
114
+ language: Sprache
115
+ # Plain text mode option in language selector
116
+ plain_text: Klartext
@@ -18,6 +18,9 @@ expand: Fäll ut
18
18
  # Infobar/toast dismiss button label
19
19
  dismiss: Avfärda
20
20
 
21
+ # Emoji suggestion listbox aria-label, shared by the text fields and the text editor
22
+ emoji_suggestions: Emojiförslag
23
+
21
24
  # Calendar component
22
25
  calendar:
23
26
  # View switcher group aria-labels and navigation button aria-labels
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/ui",
3
- "version": "0.67.2",
3
+ "version": "0.68.0",
4
4
  "description": "A collection of Svelte components and utilities for building user interfaces.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -57,7 +57,7 @@
57
57
  "@sveltejs/package": "^2.5.8",
58
58
  "@sveltejs/vite-plugin-svelte": "^7.3.0",
59
59
  "@vitest/coverage-v8": "^4.1.11",
60
- "cspell": "^10.0.1",
60
+ "cspell": "^10.1.0",
61
61
  "eslint": "^9.39.5",
62
62
  "eslint-config-airbnb-extended": "^3.2.0",
63
63
  "eslint-config-prettier": "^10.1.8",