mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 09:50:33 +01:00
fix(CommandPalette/SelectMenu): missing translations (#3057)
This commit is contained in:
@@ -20,6 +20,7 @@ export default defineLocale({
|
||||
decrement: 'Minska'
|
||||
},
|
||||
commandPalette: {
|
||||
placeholder: 'Skriv ett kommando eller sök...',
|
||||
noMatch: 'Inga matchande data',
|
||||
noData: 'Inga data',
|
||||
close: 'Stäng'
|
||||
@@ -27,7 +28,8 @@ export default defineLocale({
|
||||
selectMenu: {
|
||||
noMatch: 'Inga matchande data',
|
||||
noData: 'Inga data',
|
||||
create: 'Skapa "{label}"'
|
||||
create: 'Skapa "{label}"',
|
||||
search: 'Sök...'
|
||||
},
|
||||
toast: {
|
||||
close: 'Stäng'
|
||||
|
||||
Reference in New Issue
Block a user