feat: add support for request timeout settings in the HTTP request node. (#3854)

Co-authored-by: Yeuoly <admin@srmxy.cn>
This commit is contained in:
majian
2024-04-29 13:59:07 +08:00
committed by GitHub
parent 2f84d00300
commit 8f2ae51fe5
17 changed files with 286 additions and 10 deletions

View File

@@ -248,6 +248,15 @@ const translation = {
'header': 'Tiêu đề',
},
insertVarPlaceholder: 'nhập \'/\' để chèn biến',
timeout: {
title: 'Hết thời gian',
connectLabel: 'Hết thời gian kết nối',
connectPlaceholder: 'Nhập thời gian kết nối bằng giây',
readLabel: 'Hết thời gian đọc',
readPlaceholder: 'Nhập thời gian đọc bằng giây',
writeLabel: 'Hết thời gian ghi',
writePlaceholder: 'Nhập thời gian ghi bằng giây',
},
},
code: {
inputVars: 'Biến đầu vào',