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

@@ -105,9 +105,7 @@ const translation = {
noHistory: 'ไม่มีประวัติ',
versionHistory: 'ประวัติรุ่น',
exportPNG: 'ส่งออกเป็น PNG',
noExist: 'ไม่มีตัวแปรดังกล่าว',
exportJPEG: 'ส่งออกเป็น JPEG',
referenceVar: 'ตัวแปรอ้างอิง',
publishUpdate: 'เผยแพร่การอัปเดต',
exitVersions: 'ออกเวอร์ชัน',
exportImage: 'ส่งออกภาพ',
@@ -608,7 +606,6 @@ const translation = {
selectVariable: 'เลือกตัวแปร...',
addSubVariable: 'ตัวแปรย่อย',
select: 'เลือก',
condition: 'เงื่อนไข',
},
variableAssigner: {
title: 'กําหนดตัวแปร',
@@ -971,6 +968,15 @@ const translation = {
},
settingsTab: 'การตั้งค่า',
lastRunTab: 'รอบสุดท้าย',
relations: {
dependents: 'ผู้อยู่ในอุปการะ',
dependencies: 'อ้าง อิง',
dependenciesDescription: 'โหนดที่โหนดนี้อาศัย',
noDependencies: 'ไม่มีการพึ่งพา',
noDependents: 'ไม่มีผู้อยู่ในอุปการะ',
dependentsDescription: 'โหนดที่อาศัยโหนดนี้',
},
relationsTab: 'สัมพันธ์',
},
}