mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 17:30:37 +01:00
fix(CommandPalette/SelectMenu): missing translations (#3057)
This commit is contained in:
@@ -20,6 +20,7 @@ export default defineLocale({
|
||||
decrement: 'Decremento'
|
||||
},
|
||||
commandPalette: {
|
||||
placeholder: 'Escribe un comando o busca...',
|
||||
noMatch: 'No hay datos coincidentes',
|
||||
noData: 'Sin datos',
|
||||
close: 'Cerrar'
|
||||
@@ -27,7 +28,8 @@ export default defineLocale({
|
||||
selectMenu: {
|
||||
noMatch: 'No hay datos coincidentes',
|
||||
noData: 'Sin datos',
|
||||
create: 'Crear "{label}"'
|
||||
create: 'Crear "{label}"',
|
||||
search: 'Buscar...'
|
||||
},
|
||||
toast: {
|
||||
close: 'Cerrar'
|
||||
|
||||
Reference in New Issue
Block a user