chore: add missing translations (#28631)

This commit is contained in:
yyh
2025-11-25 14:52:17 +08:00
committed by GitHub
parent 58be008676
commit 82dac2eba0
250 changed files with 9194 additions and 324 deletions

View File

@@ -65,6 +65,12 @@ const translation = {
deleteConfirmTitle: 'حذف شود؟',
yes: 'بله',
confirmAction: 'لطفاً اقدام خود را تأیید کنید.',
noSearchResults: 'هیچ {{content}} یافت نشد',
resetKeywords: 'بازنشانی کلمات کلیدی',
selectCount: '{{count}} انتخاب شد',
searchCount: 'یافتن {{count}} {{content}}',
noSearchCount: '0 {{content}}',
now: 'الان',
},
errorMsg: {
fieldRequired: '{{field}} الزامی است',
@@ -73,6 +79,7 @@ const translation = {
placeholder: {
input: 'لطفا وارد کنید',
select: 'لطفا انتخاب کنید',
search: 'جستجو...',
},
voice: {
language: {
@@ -769,6 +776,13 @@ const translation = {
label: {
optional: '(اختیاری)',
},
noData: 'بدون داده',
dynamicSelect: {
error: 'بارگیری گزینه‌ها ناموفق بود',
noData: 'هیچ گزینه‌ای در دسترس نیست',
loading: 'در حال بارگذاری گزینه‌ها...',
selected: '{{count}} انتخاب شد',
},
}
export default translation