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:
@@ -21,6 +21,7 @@ export default defineLocale({
|
||||
decrement: 'کاهش'
|
||||
},
|
||||
commandPalette: {
|
||||
placeholder: 'یک دستور وارد کنید یا جستجو کنید...',
|
||||
noMatch: 'دادهای یافت نشد',
|
||||
noData: 'دادهای موجود نیست',
|
||||
close: 'بستن'
|
||||
@@ -28,7 +29,8 @@ export default defineLocale({
|
||||
selectMenu: {
|
||||
noMatch: 'دادهای یافت نشد',
|
||||
noData: 'دادهای موجود نیست',
|
||||
create: 'ایجاد "{label}"'
|
||||
create: 'ایجاد "{label}"',
|
||||
search: 'جستجو...'
|
||||
},
|
||||
toast: {
|
||||
close: 'بستن'
|
||||
|
||||
Reference in New Issue
Block a user