mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 11:20:36 +01:00
fix(CommandPalette/SelectMenu): missing translations (#3057)
This commit is contained in:
@@ -20,6 +20,7 @@ export default defineLocale({
|
||||
decrement: '减少'
|
||||
},
|
||||
commandPalette: {
|
||||
placeholder: '輸入命令或搜尋...',
|
||||
noMatch: '沒有匹配的資料',
|
||||
noData: '沒有資料',
|
||||
close: '關閉'
|
||||
@@ -27,7 +28,8 @@ export default defineLocale({
|
||||
selectMenu: {
|
||||
noMatch: '沒有匹配的資料',
|
||||
noData: '沒有資料',
|
||||
create: '創建 "{label}"'
|
||||
create: '創建 "{label}"',
|
||||
search: '搜尋...'
|
||||
},
|
||||
toast: {
|
||||
close: '關閉'
|
||||
|
||||
Reference in New Issue
Block a user