feat(InputMenu/SelectMenu): add create-item prop (#2472)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Inesh Bose
2024-11-12 14:28:18 +00:00
committed by GitHub
parent 300ccc4885
commit f516d7b36d
27 changed files with 766 additions and 50 deletions

View File

@@ -3,7 +3,8 @@ import { defineLocale } from '../composables/defineLocale'
export default defineLocale('Français', 'fr', {
inputMenu: {
noMatch: 'Aucune donnée correspondante',
noData: 'Aucune donnée'
noData: 'Aucune donnée',
create: 'Créer "{label}"'
},
commandPalette: {
noMatch: 'Aucune donnée correspondante',
@@ -12,7 +13,8 @@ export default defineLocale('Français', 'fr', {
},
selectMenu: {
noMatch: 'Aucune donnée correspondante',
noData: 'Aucune donnée'
noData: 'Aucune donnée',
create: 'Créer "{label}"'
},
toast: {
close: 'Fermer'