@sveltia/ui 0.56.0 → 0.57.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.
@@ -0,0 +1,113 @@
1
+ # Dialog action button labels
2
+ ok: OK
3
+ cancel: Annuleren
4
+ close: Sluiten
5
+
6
+ # Button to clear content, e.g. search input or calendar date
7
+ clear: Wissen
8
+
9
+ # Text editor dialog buttons for link/image insertion
10
+ insert: Invoegen
11
+ update: Bijwerken
12
+ remove: Verwijderen
13
+
14
+ # Combobox dropdown toggle button aria-labels
15
+ collapse: Samenvouwen
16
+ expand: Uitvouwen
17
+
18
+ # Infobar/toast dismiss button label
19
+ dismiss: Sluiten
20
+
21
+ # Calendar component
22
+ calendar:
23
+ # View switcher group aria-labels and navigation button aria-labels
24
+ year: Jaar
25
+ previous_decade: Vorig decennium
26
+ next_decade: Volgend decennium
27
+ month: Maand
28
+ previous_month: Vorige maand
29
+ next_month: Volgende maand
30
+ # “Today” button label in footer
31
+ today: Vandaag
32
+
33
+ # Split button component
34
+ split_button:
35
+ # Wrapper aria-label, e.g. “Save Options” when primary button is “Save”
36
+ x_options: 'Opties voor {$name}'
37
+ # Dropdown toggle aria-label
38
+ more_options: Meer opties
39
+
40
+ # Combobox component
41
+ combobox:
42
+ # Placeholder when no option is selected
43
+ select_an_option: Selecteer een optie…
44
+ # Filter input aria-label
45
+ filter_options: Opties filteren
46
+ # Empty state message when filter has no matches
47
+ no_matching_options: Geen overeenkomende opties gevonden
48
+
49
+ # Number input component
50
+ number_input:
51
+ # Spin button aria-labels for incrementing/decrementing the number value
52
+ increase: Verhogen
53
+ decrease: Verlagen
54
+
55
+ # Password input component
56
+ password_input:
57
+ # Visibility toggle button aria-labels
58
+ show_password: Wachtwoord tonen
59
+ hide_password: Wachtwoord verbergen
60
+
61
+ # Secret input component (API keys, tokens, etc.)
62
+ secret_input:
63
+ # Visibility toggle button aria-labels
64
+ show_secret: Secret tonen
65
+ hide_secret: Secret verbergen
66
+
67
+ # Select tags component (multi-select)
68
+ select_tags:
69
+ # Listbox aria-label
70
+ selected_options: Geselecteerde opties
71
+ # Remove button aria-label, e.g. “Remove Option 1”
72
+ remove_x: '{$name} verwijderen'
73
+
74
+ # Text editor component
75
+ text_editor:
76
+ # Toolbar aria-labels
77
+ text_editor: Teksteditor
78
+ code_editor: Code-editor
79
+ # Block style menu button and menu aria-labels
80
+ text_style_options: Tekststijlopties
81
+ show_text_style_options: Tekststijlopties tonen
82
+ # Block style menu items
83
+ paragraph: Alinea
84
+ heading_1: Kop 1
85
+ heading_2: Kop 2
86
+ heading_3: Kop 3
87
+ heading_4: Kop 4
88
+ heading_5: Kop 5
89
+ heading_6: Kop 6
90
+ bulleted_list: Opsommingslijst
91
+ numbered_list: Genummerde lijst
92
+ blockquote: Citaatblok
93
+ code_block: Codeblok
94
+ # Inline style button aria-labels
95
+ bold: Vet
96
+ italic: Cursief
97
+ strikethrough: Doorhalen
98
+ code: Code
99
+ link: Link
100
+ # Link dialog title
101
+ insert_link: Link invoegen
102
+ update_link: Link bijwerken
103
+ # Link dialog input field labels
104
+ text: Tekst
105
+ url: URL
106
+ # Markdown mode toggle button aria-label
107
+ edit_in_markdown: Bewerken in Markdown
108
+ # Error message when rich text conversion fails
109
+ converter_error: De rich-text-modus kan niet worden ingeschakeld. Gebruik in plaats daarvan de platteteksteditor.
110
+ # Language selector aria-label
111
+ language: Taal
112
+ # Plain text mode option in language selector
113
+ plain_text: Platte tekst
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/ui",
3
- "version": "0.56.0",
3
+ "version": "0.57.0",
4
4
  "description": "A collection of Svelte components and utilities for building user interfaces.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -56,14 +56,14 @@
56
56
  "@sveltejs/adapter-auto": "^7.0.1",
57
57
  "@sveltejs/kit": "^2.70.2",
58
58
  "@sveltejs/package": "^2.5.8",
59
- "@sveltejs/vite-plugin-svelte": "^7.2.0",
59
+ "@sveltejs/vite-plugin-svelte": "^7.3.0",
60
60
  "@vitest/coverage-v8": "^4.1.10",
61
61
  "cspell": "^10.0.1",
62
62
  "eslint": "^9.39.5",
63
63
  "eslint-config-airbnb-extended": "^3.2.0",
64
64
  "eslint-config-prettier": "^10.1.8",
65
65
  "eslint-plugin-import": "^2.32.0",
66
- "eslint-plugin-jsdoc": "^63.3.3",
66
+ "eslint-plugin-jsdoc": "^64.0.1",
67
67
  "eslint-plugin-package-json": "^1.6.3",
68
68
  "eslint-plugin-svelte": "^3.22.0",
69
69
  "globals": "^17.9.0",