fix(CommandPalette/SelectMenu): missing translations (#3057)

This commit is contained in:
Malik-Jouda
2025-01-10 19:20:47 +02:00
committed by GitHub
parent a3dbf7c27d
commit d5dba0ebc9
31 changed files with 89 additions and 31 deletions

View File

@@ -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: 'بستن'