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

@@ -7,6 +7,7 @@ const translation = {
tools: 'ابزار',
extensions: 'پسوند',
datasources: 'منابع داده',
triggers: 'محرک‌ها',
},
categorySingle: {
tool: 'ابزار',
@@ -15,6 +16,7 @@ const translation = {
model: 'مدل',
bundle: 'بسته',
datasource: 'منبع داده',
trigger: 'محرک',
},
list: {
source: {
@@ -45,6 +47,7 @@ const translation = {
detail: 'جزئیات',
viewDetail: 'نمایش جزئیات',
install: 'نصب',
back: 'بازگشت',
},
toolSelector: {
descriptionPlaceholder:
@@ -332,6 +335,12 @@ const translation = {
partialUPdate:
'تنها {{num}} پلاگین زیر به‌طور خودکار به‌روزرسانی خواهد شد.',
},
readmeInfo: {
title: 'خواندنی',
needHelpCheckReadme: 'نیاز به کمک دارید؟ فایل README را بررسی کنید.',
noReadmeAvailable: 'بدون پرونده README موجود',
failedToFetch: 'بارگیری فایل README با شکست مواجه شد',
},
}
export default translation