chore: translate i18n files and update type definitions (#25575)

Co-authored-by: iamjoel <2120155+iamjoel@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-09-12 10:39:38 +08:00
committed by GitHub
parent ec808f3fe8
commit 12d1bcc545
19 changed files with 181 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ const translation = {
passwordLengthInValid: 'รหัสผ่านต้องมีอย่างน้อย 8 อักขระ',
passwordInvalid: 'รหัสผ่านต้องมีตัวอักษรและตัวเลข และความยาวต้องมากกว่า 8',
registrationNotAllowed: 'ไม่พบบัญชี โปรดติดต่อผู้ดูแลระบบเพื่อลงทะเบียน',
invalidEmailOrPassword: 'อีเมลหรือรหัสผ่านไม่ถูกต้อง.',
},
license: {
tip: 'ก่อนเริ่ม Dify Community Edition โปรดอ่าน GitHub',
@@ -110,6 +111,15 @@ const translation = {
disabled: 'การรับรองความถูกต้องของเว็บแอปถูกปิดใช้งาน โปรดติดต่อผู้ดูแลระบบเพื่อเปิดใช้งาน คุณสามารถลองใช้แอปโดยตรงได้',
login: 'เข้าสู่ระบบ',
},
signup: {
signIn: 'เข้าสู่ระบบ',
signUp: 'สมัครสมาชิก',
createAccount: 'สร้างบัญชีของคุณ',
noAccount: 'ยังไม่มีบัญชีใช่ไหม?',
welcome: '👋 ยินดีต้อนรับ! โปรดกรอกข้อมูลเพื่อเริ่มต้น.',
verifyMail: 'โปรดดำเนินการต่อด้วยรหัสการตรวจสอบ',
haveAccount: 'มีบัญชีอยู่แล้วใช่ไหม?',
},
}
export default translation