This commit is contained in:
lyzno1
2025-08-05 19:36:25 +08:00
committed by GitHub
parent 2cd3fe0dce
commit 84543a591a
16 changed files with 144 additions and 36 deletions

View File

@@ -104,9 +104,7 @@ const translation = {
noHistory: 'بدون تاریخچه',
loadMore: 'بارگذاری گردش کار بیشتر',
exportPNG: 'صادرات به فرمت PNG',
noExist: 'هیچگونه متغیری وجود ندارد',
exitVersions: 'نسخه‌های خروجی',
referenceVar: 'متغیر مرجع',
exportSVG: 'صادرات به فرمت SVG',
exportJPEG: 'صادرات به فرمت JPEG',
exportImage: 'تصویر را صادر کنید',
@@ -608,7 +606,6 @@ const translation = {
},
select: 'انتخاب',
addSubVariable: 'متغیر فرعی',
condition: 'شرط',
},
variableAssigner: {
title: 'تخصیص متغیرها',
@@ -971,6 +968,15 @@ const translation = {
},
settingsTab: 'تنظیمات',
lastRunTab: 'آخرین اجرا',
relations: {
dependents: 'وابسته',
dependencies: 'وابسته',
noDependents: 'بدون وابستگان',
noDependencies: 'بدون وابستگی',
dependenciesDescription: 'گره هایی که این گره به آنها متکی است',
dependentsDescription: 'گره هایی که به این گره متکی هستند',
},
relationsTab: 'روابط',
},
}