@sveltia/ui 0.57.0 → 0.58.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: Cancelar
4
+ close: Fechar
5
+
6
+ # Button to clear content, e.g. search input or calendar date
7
+ clear: Limpar
8
+
9
+ # Text editor dialog buttons for link/image insertion
10
+ insert: Inserir
11
+ update: Atualizar
12
+ remove: Remover
13
+
14
+ # Combobox dropdown toggle button aria-labels
15
+ collapse: Recolher
16
+ expand: Expandir
17
+
18
+ # Infobar/toast dismiss button label
19
+ dismiss: Dispensar
20
+
21
+ # Calendar component
22
+ calendar:
23
+ # View switcher group aria-labels and navigation button aria-labels
24
+ year: Ano
25
+ previous_decade: Década anterior
26
+ next_decade: Década seguinte
27
+ month: Mês
28
+ previous_month: Mês anterior
29
+ next_month: Mês seguinte
30
+ # “Today” button label in footer
31
+ today: Hoje
32
+
33
+ # Split button component
34
+ split_button:
35
+ # Wrapper aria-label, e.g. “Save Options” when primary button is “Save”
36
+ x_options: 'Opções de {$name}'
37
+ # Dropdown toggle aria-label
38
+ more_options: Mais opções
39
+
40
+ # Combobox component
41
+ combobox:
42
+ # Placeholder when no option is selected
43
+ select_an_option: Selecione uma opção…
44
+ # Filter input aria-label
45
+ filter_options: Filtrar opções
46
+ # Empty state message when filter has no matches
47
+ no_matching_options: Nenhuma opção correspondente encontrada
48
+
49
+ # Number input component
50
+ number_input:
51
+ # Spin button aria-labels for incrementing/decrementing the number value
52
+ increase: Aumentar
53
+ decrease: Diminuir
54
+
55
+ # Password input component
56
+ password_input:
57
+ # Visibility toggle button aria-labels
58
+ show_password: Mostrar palavra-passe
59
+ hide_password: Ocultar palavra-passe
60
+
61
+ # Secret input component (API keys, tokens, etc.)
62
+ secret_input:
63
+ # Visibility toggle button aria-labels
64
+ show_secret: Mostrar segredo
65
+ hide_secret: Ocultar segredo
66
+
67
+ # Select tags component (multi-select)
68
+ select_tags:
69
+ # Listbox aria-label
70
+ selected_options: Opções selecionadas
71
+ # Remove button aria-label, e.g. “Remove Option 1”
72
+ remove_x: 'Remover {$name}'
73
+
74
+ # Text editor component
75
+ text_editor:
76
+ # Toolbar aria-labels
77
+ text_editor: Editor de texto
78
+ code_editor: Editor de código
79
+ # Block style menu button and menu aria-labels
80
+ text_style_options: Opções de estilo de texto
81
+ show_text_style_options: Mostrar opções de estilo de texto
82
+ # Block style menu items
83
+ paragraph: Parágrafo
84
+ heading_1: Título 1
85
+ heading_2: Título 2
86
+ heading_3: Título 3
87
+ heading_4: Título 4
88
+ heading_5: Título 5
89
+ heading_6: Título 6
90
+ bulleted_list: Lista com marcas
91
+ numbered_list: Lista numerada
92
+ blockquote: Citação
93
+ code_block: Bloco de código
94
+ # Inline style button aria-labels
95
+ bold: Negrito
96
+ italic: Itálico
97
+ strikethrough: Rasurado
98
+ code: Código
99
+ link: Ligação
100
+ # Link dialog title
101
+ insert_link: Inserir ligação
102
+ update_link: Atualizar ligação
103
+ # Link dialog input field labels
104
+ text: Texto
105
+ url: URL
106
+ # Markdown mode toggle button aria-label
107
+ edit_in_markdown: Editar em Markdown
108
+ # Error message when rich text conversion fails
109
+ converter_error: Não foi possível ativar o modo de texto formatado. Utilize o editor de texto simples.
110
+ # Language selector aria-label
111
+ language: Idioma
112
+ # Plain text mode option in language selector
113
+ plain_text: Texto simples
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/ui",
3
- "version": "0.57.0",
3
+ "version": "0.58.0",
4
4
  "description": "A collection of Svelte components and utilities for building user interfaces.",
5
5
  "repository": {
6
6
  "type": "git",