|
|
|
@ -113,6 +113,8 @@ const translation = {
|
|
|
|
addFailureBranch: 'Add Fail Branch',
|
|
|
|
addFailureBranch: 'Add Fail Branch',
|
|
|
|
loadMore: 'Load More',
|
|
|
|
loadMore: 'Load More',
|
|
|
|
noHistory: 'No History',
|
|
|
|
noHistory: 'No History',
|
|
|
|
|
|
|
|
referenceVar: 'Reference Variable',
|
|
|
|
|
|
|
|
noExist: 'No such variable',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
env: {
|
|
|
|
env: {
|
|
|
|
envPanelTitle: 'Environment Variables',
|
|
|
|
envPanelTitle: 'Environment Variables',
|
|
|
|
@ -596,6 +598,7 @@ const translation = {
|
|
|
|
selectVariable: 'Select variable...',
|
|
|
|
selectVariable: 'Select variable...',
|
|
|
|
addSubVariable: 'Sub Variable',
|
|
|
|
addSubVariable: 'Sub Variable',
|
|
|
|
select: 'Select',
|
|
|
|
select: 'Select',
|
|
|
|
|
|
|
|
condition: 'Condition',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
variableAssigner: {
|
|
|
|
variableAssigner: {
|
|
|
|
title: 'Assign variables',
|
|
|
|
title: 'Assign variables',
|
|
|
|
|