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

36 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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 todays date.",
"maxToolSteps": "Max tool steps"
}