Feat/upgrade check i18n scripts (#4671)

This commit is contained in:
crazywoola
2024-05-27 10:36:34 +08:00
committed by GitHub
parent af026c5953
commit 8152bc6fbf
13 changed files with 270 additions and 122 deletions

View File

@@ -49,6 +49,17 @@ const translation = {
processData: 'Xử lý dữ liệu',
input: 'Nhập',
output: 'Đầu ra',
jinjaEditorPlaceholder: 'Nhập \'/\' hoặc \'{\' để chèn biến',
viewOnly: 'Chỉ Xem',
showRunHistory: 'Hiển Thị Lịch Sử Chạy',
enableJinja: 'Kích Hoạt Hỗ Trợ Mẫu Jinja',
learnMore: 'Tìm Hiểu Thêm',
copy: 'Sao Chép',
duplicate: 'Nhân Bản',
addBlock: 'Thêm Khối',
pasteHere: 'Dán Vào Đây',
pointerMode: 'Chế Độ Con Trỏ',
handMode: 'Chế Độ Tay',
},
errorMsg: {
fieldRequired: '{{field}} là bắt buộc',
@@ -204,6 +215,7 @@ const translation = {
singleRun: {
variable: 'Biến',
},
sysQueryInUser: 'sys.query được yêu cầu trong tin nhắn người dùng.',
},
knowledgeRetrieval: {
queryVariable: 'Biến Truy vấn',
@@ -261,6 +273,10 @@ const translation = {
code: {
inputVars: 'Biến đầu vào',
outputVars: 'Biến đầu ra',
advancedDependencies: 'Phụ thuộc Nâng cao',
advancedDependenciesTip: 'Thêm một số phụ thuộc đã được tải sẵn cần nhiều thời gian hơn để sử dụng hoặc không được tích hợp sẵn tại đây',
searchDependencies: 'Tìm Kiếm Phụ Thuộc',
},
templateTransform: {
inputVars: 'Biến đầu vào',