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: '감소'
|
||||
},
|
||||
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