mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 09:20:36 +01:00
fix(CommandPalette/SelectMenu): missing translations (#3057)
This commit is contained in:
@@ -20,6 +20,7 @@ export default defineLocale({
|
||||
decrement: 'Decrementar'
|
||||
},
|
||||
commandPalette: {
|
||||
placeholder: 'Digite um comando ou pesquise...',
|
||||
noMatch: 'Nenhum dado correspondente',
|
||||
noData: 'Sem dados',
|
||||
close: 'Fechar'
|
||||
@@ -27,7 +28,8 @@ export default defineLocale({
|
||||
selectMenu: {
|
||||
noMatch: 'Nenhum dado correspondente',
|
||||
noData: 'Sem dados',
|
||||
create: 'Criar "{label}"'
|
||||
create: 'Criar "{label}"',
|
||||
search: 'Buscar...'
|
||||
},
|
||||
toast: {
|
||||
close: 'Fechar'
|
||||
|
||||
Reference in New Issue
Block a user