fix(ci): use dynamic branch name for i18n workflow to prevent race condition (#28823)

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
yyh
2025-11-28 11:23:28 +08:00
committed by GitHub
parent 228deccec2
commit fd31af6012
20 changed files with 140 additions and 4 deletions

View File

@@ -119,6 +119,13 @@ const translation = {
confirmTip: 'แอปที่ใช้เครื่องมือนี้จะได้รับผลกระทบ',
deleteToolConfirmTitle: 'ลบเครื่องมือนี้?',
deleteToolConfirmContent: 'การลบเครื่องมือนั้นไม่สามารถย้อนกลับได้ ผู้ใช้จะไม่สามารถเข้าถึงเครื่องมือของคุณได้อีกต่อไป',
toolOutput: {
title: 'เอาต์พุตของเครื่องมือ',
name: 'ชื่อ',
reserved: 'สงวน',
reservedParameterDuplicateTip: 'text, json และ files เป็นตัวแปรที่สงวนไว้ ไม่สามารถใช้ชื่อตัวแปรเหล่านี้ในโครงสร้างผลลัพธ์ได้',
description: 'คำอธิบาย',
},
},
test: {
title: 'ทดสอบ',