i18n/sync (#23429)
This commit is contained in:
@@ -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: 'สัมพันธ์',
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user