not updte i18n file

Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
pull/20589/head
kenwoodjw 12 months ago
parent 8933f1020d
commit 0620c9de94

@ -406,7 +406,7 @@ const translation = {
roleDescription: { roleDescription: {
system: 'Give high level instructions for the conversation', system: 'Give high level instructions for the conversation',
user: 'Provide instructions, queries, or any text-based input to the model', user: 'Provide instructions, queries, or any text-based input to the model',
assistant: 'The model\'s responses based on the user messages', assistant: 'The models responses based on the user messages',
}, },
addMessage: 'Add Message', addMessage: 'Add Message',
vision: 'vision', vision: 'vision',
@ -488,18 +488,16 @@ const translation = {
add: 'Add Condition', add: 'Add Condition',
search: 'Search metadata', search: 'Search metadata',
placeholder: 'Enter value', placeholder: 'Enter value',
arrayPlaceholder: 'Enter comma-separated values (e.g., value1, value2, value3)',
datePlaceholder: 'Choose a time...', datePlaceholder: 'Choose a time...',
select: 'Select variable...', select: 'Select variable...',
noVariables: 'No variables available',
}, },
}, },
}, },
http: { http: {
inputVars: 'Input Variables', inputVars: 'Input Variables',
api: 'API', api: 'API',
apiPlaceholder: 'Enter URL, type \'/\' insert variable', apiPlaceholder: 'Enter URL, type / insert variable',
extractListPlaceholder: 'Enter list item index, type \'/\' insert variable', extractListPlaceholder: 'Enter list item index, type / insert variable',
notStartWithHttp: 'API should start with http:// or https://', notStartWithHttp: 'API should start with http:// or https://',
key: 'Key', key: 'Key',
type: 'Type', type: 'Type',

Loading…
Cancel
Save