162 lines
5.0 KiB
JSON
162 lines
5.0 KiB
JSON
{
|
|
"pageAssist": "Page Assist",
|
|
"selectAModel": "Select a Model",
|
|
"save": "Save",
|
|
"saved": "Saved",
|
|
"cancel": "Cancel",
|
|
"retry": "Retry",
|
|
"share": {
|
|
"tooltip": {
|
|
"share": "Share"
|
|
},
|
|
"modal": {
|
|
"title": "Share link to Chat"
|
|
},
|
|
"form": {
|
|
"defaultValue": {
|
|
"name": "Anonymous",
|
|
"title": "Untitled chat"
|
|
},
|
|
"title": {
|
|
"label": "Chat title",
|
|
"placeholder": "Enter Chat title",
|
|
"required": "Chat title is required"
|
|
},
|
|
"name": {
|
|
"label": "Your name",
|
|
"placeholder": "Enter your name",
|
|
"required": "Your name is required"
|
|
},
|
|
"btn": {
|
|
"save": "Generate Link",
|
|
"saving": "Generating Link..."
|
|
}
|
|
},
|
|
"notification": {
|
|
"successGenerate": "Link copied to clipboard",
|
|
"failGenerate": "Failed to generate link"
|
|
}
|
|
},
|
|
"copyToClipboard": "Copy to clipboard",
|
|
"webSearch": "Searching the web",
|
|
"iodSearch": "Searching the Internet of Data",
|
|
"regenerate": "Regenerate",
|
|
"edit": "Edit",
|
|
"delete": "Delete",
|
|
"saveAndSubmit": "Save & Submit",
|
|
"editMessage": {
|
|
"placeholder": "Type a message..."
|
|
},
|
|
"submit": "Submit",
|
|
"noData": "No data",
|
|
"noHistory": "No chat history",
|
|
"chatWithCurrentPage": "Chat with current page",
|
|
"beta": "Beta",
|
|
"tts": "Read aloud",
|
|
"currentChatModelSettings": "Current Chat Model Settings",
|
|
"modelSettings": {
|
|
"label": "Model Settings",
|
|
"description": "Set the model options globally for all chats",
|
|
"form": {
|
|
"keepAlive": {
|
|
"label": "Keep Alive",
|
|
"help": "controls how long the model will stay loaded into memory following the request (default: 5m)",
|
|
"placeholder": "e.g. 5m, 10m, 1h"
|
|
},
|
|
"temperature": {
|
|
"label": "Temperature",
|
|
"placeholder": "e.g. 0.7, 1.0"
|
|
},
|
|
"numCtx": {
|
|
"label": "Number of Contexts",
|
|
"placeholder": "Enter Number of Contexts value (default: 2048)"
|
|
},
|
|
"numPredict": {
|
|
"label": "Max Tokens (num_predict)",
|
|
"placeholder": "e.g. 2048, 4096"
|
|
},
|
|
"seed": {
|
|
"label": "Seed",
|
|
"placeholder": "e.g. 1234",
|
|
"help": "Reproducibility of the model output"
|
|
},
|
|
"topK": {
|
|
"label": "Top K",
|
|
"placeholder": "e.g. 40, 100"
|
|
},
|
|
"topP": {
|
|
"label": "Top P",
|
|
"placeholder": "e.g. 0.9, 0.95"
|
|
},
|
|
"useMMap": {
|
|
"label": "useMmap"
|
|
},
|
|
"tfsZ": {
|
|
"label": "TFS-Z",
|
|
"placeholder": "e.g. 1.0, 1.1"
|
|
},
|
|
"numKeep": {
|
|
"label": "Num Keep",
|
|
"placeholder": "e.g. 256, 512"
|
|
},
|
|
"numThread": {
|
|
"label": "Num Thread",
|
|
"placeholder": "e.g. 8, 16"
|
|
},
|
|
"useMlock": {
|
|
"label": "useMlock"
|
|
},
|
|
"minP": {
|
|
"label": "Min P",
|
|
"placeholder": "e.g. 0.05"
|
|
},
|
|
"repeatPenalty": {
|
|
"label": "Repeat Penalty",
|
|
"placeholder": "e.g. 1.1, 1.2"
|
|
},
|
|
"repeatLastN": {
|
|
"label": "Repeat Last N",
|
|
"placeholder": "e.g. 64, 128"
|
|
},
|
|
"numGpu": {
|
|
"label": "Num GPU",
|
|
"placeholder": "Enter number of layers to send to GPU(s)"
|
|
},
|
|
"systemPrompt": {
|
|
"label": "Temporary System Prompt",
|
|
"placeholder": "Enter System Prompt",
|
|
"help": "This is a quick way to set the system prompt in the current chat, which will override the selected system prompt if it exists."
|
|
}
|
|
},
|
|
"advanced": "More Model Settings"
|
|
},
|
|
"copilot": {
|
|
"summary": "Summarize",
|
|
"explain": "Explain",
|
|
"rephrase": "Rephrase",
|
|
"translate": "Translate",
|
|
"custom": "Custom"
|
|
},
|
|
"webCitations": "Web Citations",
|
|
"iodCitations": "Internet of Data Citations",
|
|
"segmented": {
|
|
"ollama": "Ollama Models",
|
|
"custom": "Custom Models"
|
|
},
|
|
"downloadCode": "Download Code",
|
|
"date": {
|
|
"pinned": "Pinned",
|
|
"today": "Today",
|
|
"yesterday": "Yesterday",
|
|
"last7Days": "Last 7 Days",
|
|
"older": "Older"
|
|
},
|
|
"pin": "Pin",
|
|
"unpin": "Unpin",
|
|
"generationInfo": "Generation Info",
|
|
"sidebarChat": "Sidebar Chat",
|
|
"reasoning": {
|
|
"thinking": "Thinking....",
|
|
"thought": "Thought for {{time}}"
|
|
}
|
|
} |