@sveltia/ui 0.51.0 → 0.52.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.
- package/dist/locales/ca.yaml +113 -0
- package/package.json +1 -1
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
# Dialog action button labels
|
|
2
|
+
ok: D’acord
|
|
3
|
+
cancel: Cancel·la
|
|
4
|
+
close: Tanca
|
|
5
|
+
|
|
6
|
+
# Button to clear content, e.g. search input or calendar date
|
|
7
|
+
clear: Neteja
|
|
8
|
+
|
|
9
|
+
# Text editor dialog buttons for link/image insertion
|
|
10
|
+
insert: Insereix
|
|
11
|
+
update: Actualitza
|
|
12
|
+
remove: Suprimeix
|
|
13
|
+
|
|
14
|
+
# Combobox dropdown toggle button aria-labels
|
|
15
|
+
collapse: Replega
|
|
16
|
+
expand: Desplega
|
|
17
|
+
|
|
18
|
+
# Infobar/toast dismiss button label
|
|
19
|
+
dismiss: Descarta
|
|
20
|
+
|
|
21
|
+
# Calendar component
|
|
22
|
+
calendar:
|
|
23
|
+
# View switcher group aria-labels and navigation button aria-labels
|
|
24
|
+
year: Any
|
|
25
|
+
previous_decade: Dècada anterior
|
|
26
|
+
next_decade: Dècada següent
|
|
27
|
+
month: Mes
|
|
28
|
+
previous_month: Mes anterior
|
|
29
|
+
next_month: Mes següent
|
|
30
|
+
# “Today” button label in footer
|
|
31
|
+
today: Avui
|
|
32
|
+
|
|
33
|
+
# Split button component
|
|
34
|
+
split_button:
|
|
35
|
+
# Wrapper aria-label, e.g. “Save Options” when primary button is “Save”
|
|
36
|
+
x_options: 'Opcions de {$name}'
|
|
37
|
+
# Dropdown toggle aria-label
|
|
38
|
+
more_options: Més opcions
|
|
39
|
+
|
|
40
|
+
# Combobox component
|
|
41
|
+
combobox:
|
|
42
|
+
# Placeholder when no option is selected
|
|
43
|
+
select_an_option: Selecciona una opció…
|
|
44
|
+
# Filter input aria-label
|
|
45
|
+
filter_options: Filtra les opcions
|
|
46
|
+
# Empty state message when filter has no matches
|
|
47
|
+
no_matching_options: No s’ha trobat cap opció coincident
|
|
48
|
+
|
|
49
|
+
# Number input component
|
|
50
|
+
number_input:
|
|
51
|
+
# Spin button aria-labels for incrementing/decrementing the number value
|
|
52
|
+
increase: Augmenta
|
|
53
|
+
decrease: Redueix
|
|
54
|
+
|
|
55
|
+
# Password input component
|
|
56
|
+
password_input:
|
|
57
|
+
# Visibility toggle button aria-labels
|
|
58
|
+
show_password: Mostra la contrasenya
|
|
59
|
+
hide_password: Amaga la contrasenya
|
|
60
|
+
|
|
61
|
+
# Secret input component (API keys, tokens, etc.)
|
|
62
|
+
secret_input:
|
|
63
|
+
# Visibility toggle button aria-labels
|
|
64
|
+
show_secret: Mostra el secret
|
|
65
|
+
hide_secret: Amaga el secret
|
|
66
|
+
|
|
67
|
+
# Select tags component (multi-select)
|
|
68
|
+
select_tags:
|
|
69
|
+
# Listbox aria-label
|
|
70
|
+
selected_options: Opcions seleccionades
|
|
71
|
+
# Remove button aria-label, e.g. “Remove Option 1”
|
|
72
|
+
remove_x: 'Suprimeix {$name}'
|
|
73
|
+
|
|
74
|
+
# Text editor component
|
|
75
|
+
text_editor:
|
|
76
|
+
# Toolbar aria-labels
|
|
77
|
+
text_editor: Editor de text
|
|
78
|
+
code_editor: Editor de codi
|
|
79
|
+
# Block style menu button and menu aria-labels
|
|
80
|
+
text_style_options: Opcions d’estil de text
|
|
81
|
+
show_text_style_options: Mostra les opcions d’estil de text
|
|
82
|
+
# Block style menu items
|
|
83
|
+
paragraph: Paràgraf
|
|
84
|
+
heading_1: Encapçalament 1
|
|
85
|
+
heading_2: Encapçalament 2
|
|
86
|
+
heading_3: Encapçalament 3
|
|
87
|
+
heading_4: Encapçalament 4
|
|
88
|
+
heading_5: Encapçalament 5
|
|
89
|
+
heading_6: Encapçalament 6
|
|
90
|
+
bulleted_list: Llista amb pics
|
|
91
|
+
numbered_list: Llista numerada
|
|
92
|
+
blockquote: Bloc de cita
|
|
93
|
+
code_block: Bloc de codi
|
|
94
|
+
# Inline style button aria-labels
|
|
95
|
+
bold: Negreta
|
|
96
|
+
italic: Cursiva
|
|
97
|
+
strikethrough: Barrat
|
|
98
|
+
code: Codi
|
|
99
|
+
link: Enllaç
|
|
100
|
+
# Link dialog title
|
|
101
|
+
insert_link: Insereix un enllaç
|
|
102
|
+
update_link: Actualitza l’enllaç
|
|
103
|
+
# Link dialog input field labels
|
|
104
|
+
text: Text
|
|
105
|
+
url: URL
|
|
106
|
+
# Markdown mode toggle button aria-label
|
|
107
|
+
edit_in_markdown: Edita en Markdown
|
|
108
|
+
# Error message when rich text conversion fails
|
|
109
|
+
converter_error: No s’ha pogut habilitar el mode de text enriquit. Useu l’editor de text sense format.
|
|
110
|
+
# Language selector aria-label
|
|
111
|
+
language: Llengua
|
|
112
|
+
# Plain text mode option in language selector
|
|
113
|
+
plain_text: Text sense format
|