fix: update the guiding text in the upload component (#23509)

This commit is contained in:
hangboss1761
2025-08-07 10:06:04 +08:00
committed by GitHub
parent f6c7175828
commit f3c98a274b
42 changed files with 104 additions and 4 deletions

View File

@@ -19,6 +19,10 @@ const translation = {
importFromDSLFile: 'จากไฟล์ DSL',
importFromDSLUrl: 'จาก URL',
importFromDSLUrlPlaceholder: 'วางลิงค์ DSL ที่นี่',
dslUploader: {
button: 'ลากและวางไฟล์ หรือ',
browse: 'เรียกดู',
},
deleteAppConfirmTitle: 'ลบโปรเจกต์นี้?',
deleteAppConfirmContent: 'การลบโปรเจกนั้นไม่สามารถย้อนกลับได้ ผู้ใช้จะไม่สามารถเข้าถึงโปรเจกต์ของคุณอีกต่อไป และการกําหนดค่าต่างๆและบันทึกทั้งหมดจะถูกลบอย่างถาวร',
appDeleted: 'โปรเจกต์ถูกลบ',