|
2 | 2 | "UIKit.AsyncCreatableSelectInput.createLabel": "Créer \"{inputValue}\"",
|
3 | 3 | "UIKit.AsyncCreatableSelectInput.noOptionsMessageWithInputValue": "Aucune option",
|
4 | 4 | "UIKit.AsyncCreatableSelectInput.noOptionsMessageWithoutInputValue": "Aucune option",
|
| 5 | + "UIKit.AsyncCreatableSelectInput.placeholder": "Sélectionner...", |
5 | 6 | "UIKit.AsyncSelectInput.noOptionsMessageWithInputValue": "Aucune option",
|
6 | 7 | "UIKit.AsyncSelectInput.noOptionsMessageWithoutInputValue": "Aucune option",
|
| 8 | + "UIKit.AsyncSelectInput.placeholder": "Sélectionner...", |
7 | 9 | "UIKit.CreatableSelectInput.createLabel": "Créer \"{inputValue}\"",
|
8 | 10 | "UIKit.CreatableSelectInput.noOptionsMessageWithInputValue": "Aucune option",
|
9 | 11 | "UIKit.CreatableSelectInput.noOptionsMessageWithoutInputValue": "Aucune option",
|
| 12 | + "UIKit.CreatableSelectInput.placeholder": "Sélectionner...", |
10 | 13 | "UIKit.DateInput.placeholder": "MM/JJ/AAAA",
|
11 | 14 | "UIKit.DateRangeInput.placeholder": "MM/JJ/AAAA - MM/JJ/AAAA",
|
12 | 15 | "UIKit.DateTimeInput.placeholder": "MM/JJ/AAAA - HH:mm AM/PM",
|
|
33 | 36 | "UIKit.PasswordField.show": "afficher",
|
34 | 37 | "UIKit.SelectInput.noOptionsMessageWithInputValue": "Aucune option",
|
35 | 38 | "UIKit.SelectInput.noOptionsMessageWithoutInputValue": "Aucune option",
|
| 39 | + "UIKit.SelectInput.placeholder": "Sélectionner...", |
36 | 40 | "UIKit.TimeInput.placeholder": "HH:mm AM/PM"
|
37 | 41 | }
|
0 commit comments