This commit is contained in:
lyzno1
2025-08-05 19:36:25 +08:00
committed by GitHub
parent 2cd3fe0dce
commit 84543a591a
16 changed files with 144 additions and 36 deletions

View File

@@ -109,9 +109,7 @@ const translation = {
exitVersions: 'Phiên bản thoát',
exportImage: 'Xuất hình ảnh',
exportPNG: 'Xuất dưới dạng PNG',
noExist: 'Không có biến như vậy',
exportJPEG: 'Xuất dưới dạng JPEG',
referenceVar: 'Biến tham chiếu',
needAnswerNode: 'Nút Trả lời phải được thêm vào',
addBlock: 'Thêm Node',
needEndNode: 'Nút Kết thúc phải được thêm vào',
@@ -608,7 +606,6 @@ const translation = {
},
addSubVariable: 'Biến phụ',
select: 'Lựa',
condition: 'Điều kiện',
},
variableAssigner: {
title: 'Gán biến',
@@ -971,6 +968,15 @@ const translation = {
},
settingsTab: 'Cài đặt',
lastRunTab: 'Chạy Lần Cuối',
relations: {
noDependencies: 'Không phụ thuộc',
dependenciesDescription: 'Các nút mà nút này dựa vào',
dependents: 'Người phụ thuộc',
dependencies: 'Phụ thuộc',
noDependents: 'Không có người phụ thuộc',
dependentsDescription: 'Các nút dựa vào nút này',
},
relationsTab: 'Mối quan hệ',
},
}