36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
||
"title": "Assistants",
|
||
"editAssistant": "Edit Assistant",
|
||
"deleteAssistant": "Delete Assistant",
|
||
"deleteConfirmation": "Delete Assistant",
|
||
"deleteConfirmationDesc": "Are you sure you want to delete this assistant? This action cannot be undone.",
|
||
"cancel": "Cancel",
|
||
"delete": "Delete",
|
||
"addAssistant": "Add Assistant",
|
||
"emoji": "Emoji",
|
||
"name": "Name",
|
||
"enterName": "Enter name",
|
||
"nameRequired": "Name is required",
|
||
"description": "Description (optional)",
|
||
"enterDescription": "Enter description",
|
||
"instructions": "Instructions",
|
||
"enterInstructions": "Enter instructions",
|
||
"predefinedParameters": "Predefined Parameters",
|
||
"parameters": "Parameters",
|
||
"key": "Key",
|
||
"value": "Value",
|
||
"stringValue": "String",
|
||
"numberValue": "Number",
|
||
"booleanValue": "Boolean",
|
||
"jsonValue": "JSON",
|
||
"trueValue": "True",
|
||
"falseValue": "False",
|
||
"jsonValuePlaceholder": "JSON Value",
|
||
"save": "Save",
|
||
"createNew": "Create New Assistant",
|
||
"personality": "Personality",
|
||
"capabilities": "Capabilities",
|
||
"instructionsDateHint": "Tip: Use {{current_date}} to insert today’s date.",
|
||
"maxToolSteps": "Max tool steps"
|
||
}
|