@sveltia/ui 0.60.0 → 0.61.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: 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.60.0",
3
+ "version": "0.61.0",
4
4
  "description": "A collection of Svelte components and utilities for building user interfaces.",
5
5
  "repository": {
6
6
  "type": "git",