@sveltia/ui 0.60.0 → 0.62.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/cs.yaml +113 -0
- package/dist/locales/fr.yaml +113 -0
- package/package.json +2 -2
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
# Dialog action button labels
|
|
2
|
+
ok: OK
|
|
3
|
+
cancel: Zrušit
|
|
4
|
+
close: Zavřít
|
|
5
|
+
|
|
6
|
+
# Button to clear content, e.g. search input or calendar date
|
|
7
|
+
clear: Vymazat
|
|
8
|
+
|
|
9
|
+
# Text editor dialog buttons for link/image insertion
|
|
10
|
+
insert: Vložit
|
|
11
|
+
update: Aktualizovat
|
|
12
|
+
remove: Odebrat
|
|
13
|
+
|
|
14
|
+
# Combobox dropdown toggle button aria-labels
|
|
15
|
+
collapse: Sbalit
|
|
16
|
+
expand: Rozbalit
|
|
17
|
+
|
|
18
|
+
# Infobar/toast dismiss button label
|
|
19
|
+
dismiss: Zavřít
|
|
20
|
+
|
|
21
|
+
# Calendar component
|
|
22
|
+
calendar:
|
|
23
|
+
# View switcher group aria-labels and navigation button aria-labels
|
|
24
|
+
year: Rok
|
|
25
|
+
previous_decade: Předchozí desetiletí
|
|
26
|
+
next_decade: Další desetiletí
|
|
27
|
+
month: Měsíc
|
|
28
|
+
previous_month: Předchozí měsíc
|
|
29
|
+
next_month: Další měsíc
|
|
30
|
+
# “Today” button label in footer
|
|
31
|
+
today: Dnes
|
|
32
|
+
|
|
33
|
+
# Split button component
|
|
34
|
+
split_button:
|
|
35
|
+
# Wrapper aria-label, e.g. “Save Options” when primary button is “Save”
|
|
36
|
+
x_options: 'Možnosti pro {$name}'
|
|
37
|
+
# Dropdown toggle aria-label
|
|
38
|
+
more_options: Další možnosti
|
|
39
|
+
|
|
40
|
+
# Combobox component
|
|
41
|
+
combobox:
|
|
42
|
+
# Placeholder when no option is selected
|
|
43
|
+
select_an_option: Vyberte možnost…
|
|
44
|
+
# Filter input aria-label
|
|
45
|
+
filter_options: Možnosti filtrování
|
|
46
|
+
# Empty state message when filter has no matches
|
|
47
|
+
no_matching_options: Nebyly nalezeny žádné odpovídající možnosti
|
|
48
|
+
|
|
49
|
+
# Number input component
|
|
50
|
+
number_input:
|
|
51
|
+
# Spin button aria-labels for incrementing/decrementing the number value
|
|
52
|
+
increase: Zvýšit
|
|
53
|
+
decrease: Snížit
|
|
54
|
+
|
|
55
|
+
# Password input component
|
|
56
|
+
password_input:
|
|
57
|
+
# Visibility toggle button aria-labels
|
|
58
|
+
show_password: Zobrazit heslo
|
|
59
|
+
hide_password: Skrýt heslo
|
|
60
|
+
|
|
61
|
+
# Secret input component (API keys, tokens, etc.)
|
|
62
|
+
secret_input:
|
|
63
|
+
# Visibility toggle button aria-labels
|
|
64
|
+
show_secret: Zobrazit tajný klíč
|
|
65
|
+
hide_secret: Skrýt tajný klíč
|
|
66
|
+
|
|
67
|
+
# Select tags component (multi-select)
|
|
68
|
+
select_tags:
|
|
69
|
+
# Listbox aria-label
|
|
70
|
+
selected_options: Vybrané možnosti
|
|
71
|
+
# Remove button aria-label, e.g. “Remove Option 1”
|
|
72
|
+
remove_x: 'Odebrat {$name}'
|
|
73
|
+
|
|
74
|
+
# Text editor component
|
|
75
|
+
text_editor:
|
|
76
|
+
# Toolbar aria-labels
|
|
77
|
+
text_editor: Textový editor
|
|
78
|
+
code_editor: Editor kódu
|
|
79
|
+
# Block style menu button and menu aria-labels
|
|
80
|
+
text_style_options: Možnosti formátování textu
|
|
81
|
+
show_text_style_options: Zobrazit možnosti formátování textu
|
|
82
|
+
# Block style menu items
|
|
83
|
+
paragraph: Odstavec
|
|
84
|
+
heading_1: Nadpis 1
|
|
85
|
+
heading_2: Nadpis 2
|
|
86
|
+
heading_3: Nadpis 3
|
|
87
|
+
heading_4: Nadpis 4
|
|
88
|
+
heading_5: Nadpis 5
|
|
89
|
+
heading_6: Nadpis 6
|
|
90
|
+
bulleted_list: Seznam s odrážkami
|
|
91
|
+
numbered_list: Číslovaný seznam
|
|
92
|
+
blockquote: Citace
|
|
93
|
+
code_block: Blok kódu
|
|
94
|
+
# Inline style button aria-labels
|
|
95
|
+
bold: Tučné
|
|
96
|
+
italic: Kurzíva
|
|
97
|
+
strikethrough: Přeškrtnuté
|
|
98
|
+
code: Kód
|
|
99
|
+
link: Odkaz
|
|
100
|
+
# Link dialog title
|
|
101
|
+
insert_link: Vložit odkaz
|
|
102
|
+
update_link: Aktualizovat odkaz
|
|
103
|
+
# Link dialog input field labels
|
|
104
|
+
text: Text
|
|
105
|
+
url: URL
|
|
106
|
+
# Markdown mode toggle button aria-label
|
|
107
|
+
edit_in_markdown: Upravit v Markdownu
|
|
108
|
+
# Error message when rich text conversion fails
|
|
109
|
+
converter_error: Nelze aktivovat režim formátovaného textu. Použijte prosím místo toho editor prostého textu.
|
|
110
|
+
# Language selector aria-label
|
|
111
|
+
language: Jazyk
|
|
112
|
+
# Plain text mode option in language selector
|
|
113
|
+
plain_text: Prostý text
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
# Dialog action button labels
|
|
2
|
+
ok: OK
|
|
3
|
+
cancel: Annuler
|
|
4
|
+
close: Fermer
|
|
5
|
+
|
|
6
|
+
# Button to clear content, e.g. search input or calendar date
|
|
7
|
+
clear: Effacer
|
|
8
|
+
|
|
9
|
+
# Text editor dialog buttons for link/image insertion
|
|
10
|
+
insert: Insérer
|
|
11
|
+
update: Mettre à jour
|
|
12
|
+
remove: Supprimer
|
|
13
|
+
|
|
14
|
+
# Combobox dropdown toggle button aria-labels
|
|
15
|
+
collapse: Réduire
|
|
16
|
+
expand: Développer
|
|
17
|
+
|
|
18
|
+
# Infobar/toast dismiss button label
|
|
19
|
+
dismiss: Ignorer
|
|
20
|
+
|
|
21
|
+
# Calendar component
|
|
22
|
+
calendar:
|
|
23
|
+
# View switcher group aria-labels and navigation button aria-labels
|
|
24
|
+
year: Année
|
|
25
|
+
previous_decade: Décennie précédente
|
|
26
|
+
next_decade: Décennie suivante
|
|
27
|
+
month: Mois
|
|
28
|
+
previous_month: Mois précédent
|
|
29
|
+
next_month: Mois suivant
|
|
30
|
+
# “Today” button label in footer
|
|
31
|
+
today: Aujourd’hui
|
|
32
|
+
|
|
33
|
+
# Split button component
|
|
34
|
+
split_button:
|
|
35
|
+
# Wrapper aria-label, e.g. “Save Options” when primary button is “Save”
|
|
36
|
+
x_options: 'Options de {$name}'
|
|
37
|
+
# Dropdown toggle aria-label
|
|
38
|
+
more_options: Plus d’options
|
|
39
|
+
|
|
40
|
+
# Combobox component
|
|
41
|
+
combobox:
|
|
42
|
+
# Placeholder when no option is selected
|
|
43
|
+
select_an_option: Sélectionnez une option…
|
|
44
|
+
# Filter input aria-label
|
|
45
|
+
filter_options: Filtrer les options
|
|
46
|
+
# Empty state message when filter has no matches
|
|
47
|
+
no_matching_options: Aucune option correspondante trouvée
|
|
48
|
+
|
|
49
|
+
# Number input component
|
|
50
|
+
number_input:
|
|
51
|
+
# Spin button aria-labels for incrementing/decrementing the number value
|
|
52
|
+
increase: Augmenter
|
|
53
|
+
decrease: Diminuer
|
|
54
|
+
|
|
55
|
+
# Password input component
|
|
56
|
+
password_input:
|
|
57
|
+
# Visibility toggle button aria-labels
|
|
58
|
+
show_password: Afficher le mot de passe
|
|
59
|
+
hide_password: Masquer le mot de passe
|
|
60
|
+
|
|
61
|
+
# Secret input component (API keys, tokens, etc.)
|
|
62
|
+
secret_input:
|
|
63
|
+
# Visibility toggle button aria-labels
|
|
64
|
+
show_secret: Afficher le secret
|
|
65
|
+
hide_secret: Masquer le secret
|
|
66
|
+
|
|
67
|
+
# Select tags component (multi-select)
|
|
68
|
+
select_tags:
|
|
69
|
+
# Listbox aria-label
|
|
70
|
+
selected_options: Options sélectionnées
|
|
71
|
+
# Remove button aria-label, e.g. “Remove Option 1”
|
|
72
|
+
remove_x: 'Retirer {$name}'
|
|
73
|
+
|
|
74
|
+
# Text editor component
|
|
75
|
+
text_editor:
|
|
76
|
+
# Toolbar aria-labels
|
|
77
|
+
text_editor: Éditeur de texte
|
|
78
|
+
code_editor: Éditeur de code
|
|
79
|
+
# Block style menu button and menu aria-labels
|
|
80
|
+
text_style_options: Options de style de texte
|
|
81
|
+
show_text_style_options: Afficher les options de style de texte
|
|
82
|
+
# Block style menu items
|
|
83
|
+
paragraph: Paragraphe
|
|
84
|
+
heading_1: Titre 1
|
|
85
|
+
heading_2: Titre 2
|
|
86
|
+
heading_3: Titre 3
|
|
87
|
+
heading_4: Titre 4
|
|
88
|
+
heading_5: Titre 5
|
|
89
|
+
heading_6: Titre 6
|
|
90
|
+
bulleted_list: Liste à puces
|
|
91
|
+
numbered_list: Liste numérotée
|
|
92
|
+
blockquote: Citation
|
|
93
|
+
code_block: Bloc de code
|
|
94
|
+
# Inline style button aria-labels
|
|
95
|
+
bold: Gras
|
|
96
|
+
italic: Italique
|
|
97
|
+
strikethrough: Barré
|
|
98
|
+
code: Code
|
|
99
|
+
link: Lien
|
|
100
|
+
# Link dialog title
|
|
101
|
+
insert_link: Insérer un lien
|
|
102
|
+
update_link: Mettre à jour le lien
|
|
103
|
+
# Link dialog input field labels
|
|
104
|
+
text: Texte
|
|
105
|
+
url: URL
|
|
106
|
+
# Markdown mode toggle button aria-label
|
|
107
|
+
edit_in_markdown: Modifier en Markdown
|
|
108
|
+
# Error message when rich text conversion fails
|
|
109
|
+
converter_error: Impossible d’activer le mode texte enrichi. Utilisez l’éditeur de texte brut.
|
|
110
|
+
# Language selector aria-label
|
|
111
|
+
language: Langue
|
|
112
|
+
# Plain text mode option in language selector
|
|
113
|
+
plain_text: Texte brut
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sveltia/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.62.0",
|
|
4
4
|
"description": "A collection of Svelte components and utilities for building user interfaces.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -63,7 +63,7 @@
|
|
|
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": "^64.0
|
|
66
|
+
"eslint-plugin-jsdoc": "^64.1.0",
|
|
67
67
|
"eslint-plugin-package-json": "^1.7.0",
|
|
68
68
|
"eslint-plugin-svelte": "^3.22.0",
|
|
69
69
|
"globals": "^17.9.0",
|