@sveltia/ui 0.65.5 → 0.66.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.65.5";
10
+ export const UI_VERSION: "0.66.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.65.5";
13
+ export const UI_VERSION = "0.66.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: Annuller
4
+ close: Luk
5
+
6
+ # Button to clear content, e.g. search input or calendar date
7
+ clear: Ryd
8
+
9
+ # Text editor dialog buttons for link/image insertion
10
+ insert: Indsæt
11
+ update: Opdater
12
+ remove: Fjern
13
+
14
+ # Combobox dropdown toggle button aria-labels
15
+ collapse: Fold sammen
16
+ expand: Fold ud
17
+
18
+ # Infobar/toast dismiss button label
19
+ dismiss: Afvis
20
+
21
+ # Emoji suggestion listbox aria-label, shared by the text fields and the text editor
22
+ emoji_suggestions: Emojiforslag
23
+
24
+ # Calendar component
25
+ calendar:
26
+ # View switcher group aria-labels and navigation button aria-labels
27
+ year: År
28
+ previous_decade: Forrige årti
29
+ next_decade: Næste årti
30
+ month: Måned
31
+ previous_month: Forrige måned
32
+ next_month: Næste måned
33
+ # “Today” button label in footer
34
+ today: I dag
35
+
36
+ # Split button component
37
+ split_button:
38
+ # Wrapper aria-label, e.g. “Save Options” when primary button is “Save”
39
+ x_options: 'Muligheder for {$name}'
40
+ # Dropdown toggle aria-label
41
+ more_options: Flere muligheder
42
+
43
+ # Combobox component
44
+ combobox:
45
+ # Placeholder when no option is selected
46
+ select_an_option: Vælg en mulighed…
47
+ # Filter input aria-label
48
+ filter_options: Filtrér muligheder
49
+ # Empty state message when filter has no matches
50
+ no_matching_options: Ingen matchende muligheder fundet
51
+
52
+ # Number input component
53
+ number_input:
54
+ # Spin button aria-labels for incrementing/decrementing the number value
55
+ increase: Forøg
56
+ decrease: Formindsk
57
+
58
+ # Password input component
59
+ password_input:
60
+ # Visibility toggle button aria-labels
61
+ show_password: Vis adgangskode
62
+ hide_password: Skjul adgangskode
63
+
64
+ # Secret input component (API keys, tokens, etc.)
65
+ secret_input:
66
+ # Visibility toggle button aria-labels
67
+ show_secret: Vis hemmelighed
68
+ hide_secret: Skjul hemmelighed
69
+
70
+ # Select tags component (multi-select)
71
+ select_tags:
72
+ # Listbox aria-label
73
+ selected_options: Valgte muligheder
74
+ # Remove button aria-label, e.g. “Remove Option 1”
75
+ remove_x: 'Fjern {$name}'
76
+
77
+ # Text editor component
78
+ text_editor:
79
+ # Toolbar aria-labels
80
+ text_editor: Teksteditor
81
+ code_editor: Kodeeditor
82
+ # Block style menu button and menu aria-labels
83
+ text_style_options: Muligheder for tekststil
84
+ show_text_style_options: Vis muligheder for tekststil
85
+ # Block style menu items
86
+ paragraph: Afsnit
87
+ heading_1: Overskrift 1
88
+ heading_2: Overskrift 2
89
+ heading_3: Overskrift 3
90
+ heading_4: Overskrift 4
91
+ heading_5: Overskrift 5
92
+ heading_6: Overskrift 6
93
+ bulleted_list: Punktopstilling
94
+ numbered_list: Nummereret liste
95
+ blockquote: Citat
96
+ code_block: Kodeblok
97
+ # Inline style button aria-labels
98
+ bold: Fed
99
+ italic: Kursiv
100
+ strikethrough: Gennemstreget
101
+ code: Kode
102
+ link: Link
103
+ # Link dialog title
104
+ insert_link: Indsæt link
105
+ update_link: Opdater link
106
+ # Link dialog input field labels
107
+ text: Tekst
108
+ url: URL
109
+ # Markdown mode toggle button aria-label
110
+ edit_in_markdown: Rediger i Markdown
111
+ # Error message when rich text conversion fails
112
+ converter_error: Formateret tekst kunne ikke slås til. Brug editoren til ren tekst i stedet.
113
+ # Language selector aria-label
114
+ language: Sprog
115
+ # Plain text mode option in language selector
116
+ plain_text: Ren tekst
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/ui",
3
- "version": "0.65.5",
3
+ "version": "0.66.0",
4
4
  "description": "A collection of Svelte components and utilities for building user interfaces.",
5
5
  "repository": {
6
6
  "type": "git",