fix: auto translate fail (#11286)

This commit is contained in:
Joel
2024-12-03 14:21:59 +08:00
committed by GitHub
parent e39e776d03
commit a679079a1d
21 changed files with 499 additions and 3 deletions

View File

@@ -499,6 +499,26 @@ const translation = {
'clear': 'ใส',
'setVariable': 'ตั้งค่าตัวแปร',
'variable': 'ตัวแปร',
'operations': {
'set': 'ชุด',
'append': 'ผนวก',
'-=': '-=',
'*=': '*=',
'overwrite': 'เขียน ทับ',
'extend': 'ขยาย',
'title': 'การผ่าตัด',
'clear': 'ใส',
'over-write': 'เขียน ทับ',
'+=': '+=',
'/=': '/=',
},
'noAssignedVars': 'ไม่มีตัวแปรที่กําหนด',
'selectAssignedVariable': 'เลือกตัวแปรที่กําหนด...',
'variables': 'ตัว แปร',
'varNotSet': 'ตัวแปรไม่ได้ตั้งค่า',
'assignedVarsDescription': 'ตัวแปรที่กําหนดต้องเป็นตัวแปรที่เขียนได้ เช่น ตัวแปรการสนทนา',
'noVarTip': 'คลิกปุ่ม "+" เพื่อเพิ่มตัวแปร',
'setParameter': 'ตั้งค่าพารามิเตอร์...',
},
tool: {
toAuthorize: 'เพื่ออนุญาต',
@@ -630,6 +650,13 @@ const translation = {
tracing: {
stopBy: 'แวะที่ {{user}}',
},
variableReference: {
conversationVars: 'ตัวแปรการสนทนา',
noVarsForOperation: 'ไม่มีตัวแปรที่พร้อมใช้งานสําหรับการกําหนดด้วยการดําเนินการที่เลือก',
noAvailableVars: 'ไม่มีตัวแปรที่ใช้ได้',
assignedVarsDescription: 'ตัวแปรที่กําหนดต้องเป็นตัวแปรที่เขียนได้ เช่น',
noAssignedVars: 'ไม่มีตัวแปรที่กําหนด',
},
}
export default translation