@sveltia/ui 0.50.1 → 0.51.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: Отказ
4
+ close: Затвори
5
+
6
+ # Button to clear content, e.g. search input or calendar date
7
+ clear: Изчисти
8
+
9
+ # Text editor dialog buttons for link/image insertion
10
+ insert: Вмъкни
11
+ update: Обнови
12
+ remove: Премахни
13
+
14
+ # Combobox dropdown toggle button aria-labels
15
+ collapse: Свий
16
+ expand: Разгъни
17
+
18
+ # Infobar/toast dismiss button label
19
+ dismiss: Отхвърли
20
+
21
+ # Calendar component
22
+ calendar:
23
+ # View switcher group aria-labels and navigation button aria-labels
24
+ year: Година
25
+ previous_decade: Предишно десетилетие
26
+ next_decade: Следващо десетилетие
27
+ month: Месец
28
+ previous_month: Предишен месец
29
+ next_month: Следващ месец
30
+ # “Today” button label in footer
31
+ today: Днес
32
+
33
+ # Split button component
34
+ split_button:
35
+ # Wrapper aria-label, e.g. “Save Options” when primary button is “Save”
36
+ x_options: Опции за {$name}
37
+ # Dropdown toggle aria-label
38
+ more_options: Още опции
39
+
40
+ # Combobox component
41
+ combobox:
42
+ # Placeholder when no option is selected
43
+ select_an_option: Изберете опция…
44
+ # Filter input aria-label
45
+ filter_options: Филтриране на опциите
46
+ # Empty state message when filter has no matches
47
+ no_matching_options: Няма намерени съвпадащи опции
48
+
49
+ # Number input component
50
+ number_input:
51
+ # Spin button aria-labels for incrementing/decrementing the number value
52
+ increase: Увеличаване
53
+ decrease: Намаляване
54
+
55
+ # Password input component
56
+ password_input:
57
+ # Visibility toggle button aria-labels
58
+ show_password: Показване на паролата
59
+ hide_password: Скриване на паролата
60
+
61
+ # Secret input component (API keys, tokens, etc.)
62
+ secret_input:
63
+ # Visibility toggle button aria-labels
64
+ show_secret: Показване на тайната стойност
65
+ hide_secret: Скриване на тайната стойност
66
+
67
+ # Select tags component (multi-select)
68
+ select_tags:
69
+ # Listbox aria-label
70
+ selected_options: Избрани опции
71
+ # Remove button aria-label, e.g. “Remove Option 1”
72
+ remove_x: Премахване на {$name}
73
+
74
+ # Text editor component
75
+ text_editor:
76
+ # Toolbar aria-labels
77
+ text_editor: Текстов редактор
78
+ code_editor: Редактор на код
79
+ # Block style menu button and menu aria-labels
80
+ text_style_options: Опции за стил на текста
81
+ show_text_style_options: Показване на опциите за стил на текста
82
+ # Block style menu items
83
+ paragraph: Абзац
84
+ heading_1: Заглавие 1
85
+ heading_2: Заглавие 2
86
+ heading_3: Заглавие 3
87
+ heading_4: Заглавие 4
88
+ heading_5: Заглавие 5
89
+ heading_6: Заглавие 6
90
+ bulleted_list: Неномериран списък
91
+ numbered_list: Номериран списък
92
+ blockquote: Цитат
93
+ code_block: Блок с код
94
+ # Inline style button aria-labels
95
+ bold: Получер
96
+ italic: Курсив
97
+ strikethrough: Зачертан
98
+ code: Код
99
+ link: Връзка
100
+ # Link dialog title
101
+ insert_link: Вмъкване на връзка
102
+ update_link: Обновяване на връзката
103
+ # Link dialog input field labels
104
+ text: Текст
105
+ url: URL адрес
106
+ # Markdown mode toggle button aria-label
107
+ edit_in_markdown: Редактиране в Markdown
108
+ # Error message when rich text conversion fails
109
+ converter_error: Режимът за форматиран текст не може да бъде включен. Използвайте редактора за обикновен текст.
110
+ # Language selector aria-label
111
+ language: Език
112
+ # Plain text mode option in language selector
113
+ plain_text: Обикновен текст
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/ui",
3
- "version": "0.50.1",
3
+ "version": "0.51.0",
4
4
  "description": "A collection of Svelte components and utilities for building user interfaces.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -69,7 +69,7 @@
69
69
  "happy-dom": "^20.11.1",
70
70
  "oxlint": "^1.76.0",
71
71
  "postcss": "^8.5.25",
72
- "postcss-html": "^1.8.1",
72
+ "postcss-html": "^2.0.0",
73
73
  "prettier": "^3.9.6",
74
74
  "prettier-plugin-svelte": "^4.1.1",
75
75
  "sass": "^1.102.0",