jan/web-app/src/locales/en/assistants.json

35 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",
"maxToolSteps": "Max tool steps"
}