636 lines
24 KiB
TypeScript
636 lines
24 KiB
TypeScript
import { type MiniLitRequiredMessages } from "@mariozechner/mini-lit";
|
|
declare module "@mariozechner/mini-lit" {
|
|
interface i18nMessages extends MiniLitRequiredMessages {
|
|
Free: string;
|
|
"Input Required": string;
|
|
Cancel: string;
|
|
Confirm: string;
|
|
"Select Model": string;
|
|
"Search models...": string;
|
|
Format: string;
|
|
Thinking: string;
|
|
Vision: string;
|
|
You: string;
|
|
Assistant: string;
|
|
"Thinking...": string;
|
|
"Type your message...": string;
|
|
"API Keys Configuration": string;
|
|
"Configure API keys for LLM providers. Keys are stored locally in your browser.": string;
|
|
Configured: string;
|
|
"Not configured": string;
|
|
"✓ Valid": string;
|
|
"✗ Invalid": string;
|
|
"Testing...": string;
|
|
Update: string;
|
|
Test: string;
|
|
Remove: string;
|
|
Save: string;
|
|
"Update API key": string;
|
|
"Enter API key": string;
|
|
"Type a message...": string;
|
|
"Failed to fetch file": string;
|
|
"Invalid source type": string;
|
|
PDF: string;
|
|
Document: string;
|
|
Presentation: string;
|
|
Spreadsheet: string;
|
|
Text: string;
|
|
"Error loading file": string;
|
|
"No text content available": string;
|
|
"Failed to load PDF": string;
|
|
"Failed to load document": string;
|
|
"Failed to load spreadsheet": string;
|
|
"Error loading PDF": string;
|
|
"Error loading document": string;
|
|
"Error loading spreadsheet": string;
|
|
"Preview not available for this file type.": string;
|
|
"Click the download button above to view it on your computer.": string;
|
|
"No content available": string;
|
|
"Failed to display text content": string;
|
|
"API keys are required to use AI models. Get your keys from the provider's website.": string;
|
|
console: string;
|
|
"Copy output": string;
|
|
"Copied!": string;
|
|
"Error:": string;
|
|
"Request aborted": string;
|
|
Call: string;
|
|
Result: string;
|
|
"(no result)": string;
|
|
"Waiting for tool result…": string;
|
|
"Call was aborted; no result.": string;
|
|
"No session available": string;
|
|
"No session set": string;
|
|
"Preparing tool parameters...": string;
|
|
"(no output)": string;
|
|
Input: string;
|
|
Output: string;
|
|
"Writing expression...": string;
|
|
"Waiting for expression...": string;
|
|
Calculating: string;
|
|
"Getting current time in": string;
|
|
"Getting current date and time": string;
|
|
"Waiting for command...": string;
|
|
"Writing command...": string;
|
|
"Running command...": string;
|
|
"Command failed:": string;
|
|
"Enter Auth Token": string;
|
|
"Please enter your auth token.": string;
|
|
"Auth token is required for proxy transport": string;
|
|
"Execution aborted": string;
|
|
"Code parameter is required": string;
|
|
"Unknown error": string;
|
|
"Code executed successfully (no output)": string;
|
|
"Execution failed": string;
|
|
"JavaScript REPL": string;
|
|
"JavaScript code to execute": string;
|
|
"Writing JavaScript code...": string;
|
|
"Executing JavaScript": string;
|
|
"Preparing JavaScript...": string;
|
|
"Preparing command...": string;
|
|
"Preparing calculation...": string;
|
|
"Preparing tool...": string;
|
|
"Getting time...": string;
|
|
"Processing artifact...": string;
|
|
"Preparing artifact...": string;
|
|
"Processing artifact": string;
|
|
"Processed artifact": string;
|
|
"Creating artifact": string;
|
|
"Created artifact": string;
|
|
"Updating artifact": string;
|
|
"Updated artifact": string;
|
|
"Rewriting artifact": string;
|
|
"Rewrote artifact": string;
|
|
"Getting artifact": string;
|
|
"Got artifact": string;
|
|
"Deleting artifact": string;
|
|
"Deleted artifact": string;
|
|
"Getting logs": string;
|
|
"Got logs": string;
|
|
"An error occurred": string;
|
|
"Copy logs": string;
|
|
"Autoscroll enabled": string;
|
|
"Autoscroll disabled": string;
|
|
Processing: string;
|
|
Create: string;
|
|
Rewrite: string;
|
|
Get: string;
|
|
Delete: string;
|
|
"Get logs": string;
|
|
"Show artifacts": string;
|
|
"Close artifacts": string;
|
|
Artifacts: string;
|
|
"Copy HTML": string;
|
|
"Download HTML": string;
|
|
"Reload HTML": string;
|
|
"Copy SVG": string;
|
|
"Download SVG": string;
|
|
"Copy Markdown": string;
|
|
"Download Markdown": string;
|
|
Download: string;
|
|
"No logs for {filename}": string;
|
|
"API Keys Settings": string;
|
|
Settings: string;
|
|
"API Keys": string;
|
|
Proxy: string;
|
|
"Use CORS Proxy": string;
|
|
"Proxy URL": string;
|
|
"Format: The proxy must accept requests as <proxy-url>/?url=<target-url>": string;
|
|
"Settings are stored locally in your browser": string;
|
|
Clear: string;
|
|
"API Key Required": string;
|
|
"Enter your API key for {provider}": string;
|
|
"Allows browser-based apps to bypass CORS restrictions when calling LLM providers. Required for Z-AI and Anthropic with OAuth token.": string;
|
|
Off: string;
|
|
Minimal: string;
|
|
Low: string;
|
|
Medium: string;
|
|
High: string;
|
|
"Storage Permission Required": string;
|
|
"This app needs persistent storage to save your conversations": string;
|
|
"Why is this needed?": string;
|
|
"Without persistent storage, your browser may delete saved conversations when it needs disk space. Granting this permission ensures your chat history is preserved.": string;
|
|
"What this means:": string;
|
|
"Your conversations will be saved locally in your browser": string;
|
|
"Data will not be deleted automatically to free up space": string;
|
|
"You can still manually clear data at any time": string;
|
|
"No data is sent to external servers": string;
|
|
"Continue Anyway": string;
|
|
"Requesting...": string;
|
|
"Grant Permission": string;
|
|
Sessions: string;
|
|
"Load a previous conversation": string;
|
|
"No sessions yet": string;
|
|
"Delete this session?": string;
|
|
Today: string;
|
|
Yesterday: string;
|
|
"{days} days ago": string;
|
|
messages: string;
|
|
tokens: string;
|
|
"Drop files here": string;
|
|
"Providers & Models": string;
|
|
"Cloud Providers": string;
|
|
"Cloud LLM providers with predefined models. API keys are stored locally in your browser.": string;
|
|
"Custom Providers": string;
|
|
"User-configured servers with auto-discovered or manually defined models.": string;
|
|
"Add Provider": string;
|
|
"No custom providers configured. Click 'Add Provider' to get started.": string;
|
|
Models: string;
|
|
"auto-discovered": string;
|
|
Refresh: string;
|
|
Edit: string;
|
|
"Are you sure you want to delete this provider?": string;
|
|
"Edit Provider": string;
|
|
"Provider Name": string;
|
|
"e.g., My Ollama Server": string;
|
|
"Provider Type": string;
|
|
"Base URL": string;
|
|
"e.g., http://localhost:11434": string;
|
|
"API Key (Optional)": string;
|
|
"Leave empty if not required": string;
|
|
"Test Connection": string;
|
|
Discovered: string;
|
|
models: string;
|
|
and: string;
|
|
more: string;
|
|
"For manual provider types, add models after saving the provider.": string;
|
|
"Please fill in all required fields": string;
|
|
"Failed to save provider": string;
|
|
"OpenAI Completions Compatible": string;
|
|
"OpenAI Responses Compatible": string;
|
|
"Anthropic Messages Compatible": string;
|
|
"Checking...": string;
|
|
Disconnected: string;
|
|
}
|
|
}
|
|
export declare const translations: {
|
|
en: {
|
|
Free: string;
|
|
"Input Required": string;
|
|
Cancel: string;
|
|
Confirm: string;
|
|
"Select Model": string;
|
|
"Search models...": string;
|
|
Format: string;
|
|
Thinking: string;
|
|
Vision: string;
|
|
You: string;
|
|
Assistant: string;
|
|
"Thinking...": string;
|
|
"Type your message...": string;
|
|
"API Keys Configuration": string;
|
|
"Configure API keys for LLM providers. Keys are stored locally in your browser.": string;
|
|
Configured: string;
|
|
"Not configured": string;
|
|
"\u2713 Valid": string;
|
|
"\u2717 Invalid": string;
|
|
"Testing...": string;
|
|
Update: string;
|
|
Test: string;
|
|
Remove: string;
|
|
Save: string;
|
|
"Update API key": string;
|
|
"Enter API key": string;
|
|
"Type a message...": string;
|
|
"Failed to fetch file": string;
|
|
"Invalid source type": string;
|
|
PDF: string;
|
|
Document: string;
|
|
Presentation: string;
|
|
Spreadsheet: string;
|
|
Text: string;
|
|
"Error loading file": string;
|
|
"No text content available": string;
|
|
"Failed to load PDF": string;
|
|
"Failed to load document": string;
|
|
"Failed to load spreadsheet": string;
|
|
"Error loading PDF": string;
|
|
"Error loading document": string;
|
|
"Error loading spreadsheet": string;
|
|
"Preview not available for this file type.": string;
|
|
"Click the download button above to view it on your computer.": string;
|
|
"No content available": string;
|
|
"Failed to display text content": string;
|
|
"API keys are required to use AI models. Get your keys from the provider's website.": string;
|
|
console: string;
|
|
"Copy output": string;
|
|
"Copied!": string;
|
|
"Error:": string;
|
|
"Request aborted": string;
|
|
Call: string;
|
|
Result: string;
|
|
"(no result)": string;
|
|
"Waiting for tool result\u2026": string;
|
|
"Call was aborted; no result.": string;
|
|
"No session available": string;
|
|
"No session set": string;
|
|
"Preparing tool parameters...": string;
|
|
"(no output)": string;
|
|
Input: string;
|
|
Output: string;
|
|
"Waiting for expression...": string;
|
|
"Writing expression...": string;
|
|
Calculating: string;
|
|
"Getting current time in": string;
|
|
"Getting current date and time": string;
|
|
"Waiting for command...": string;
|
|
"Writing command...": string;
|
|
"Running command...": string;
|
|
"Command failed": string;
|
|
"Enter Auth Token": string;
|
|
"Please enter your auth token.": string;
|
|
"Auth token is required for proxy transport": string;
|
|
"Execution aborted": string;
|
|
"Code parameter is required": string;
|
|
"Unknown error": string;
|
|
"Code executed successfully (no output)": string;
|
|
"Execution failed": string;
|
|
"JavaScript REPL": string;
|
|
"JavaScript code to execute": string;
|
|
"Writing JavaScript code...": string;
|
|
"Executing JavaScript": string;
|
|
"Preparing JavaScript...": string;
|
|
"Preparing command...": string;
|
|
"Preparing calculation...": string;
|
|
"Preparing tool...": string;
|
|
"Getting time...": string;
|
|
"Processing artifact...": string;
|
|
"Preparing artifact...": string;
|
|
"Processing artifact": string;
|
|
"Processed artifact": string;
|
|
"Creating artifact": string;
|
|
"Created artifact": string;
|
|
"Updating artifact": string;
|
|
"Updated artifact": string;
|
|
"Rewriting artifact": string;
|
|
"Rewrote artifact": string;
|
|
"Getting artifact": string;
|
|
"Got artifact": string;
|
|
"Deleting artifact": string;
|
|
"Deleted artifact": string;
|
|
"Getting logs": string;
|
|
"Got logs": string;
|
|
"An error occurred": string;
|
|
"Copy logs": string;
|
|
"Autoscroll enabled": string;
|
|
"Autoscroll disabled": string;
|
|
Processing: string;
|
|
Create: string;
|
|
Rewrite: string;
|
|
Get: string;
|
|
"Get logs": string;
|
|
"Show artifacts": string;
|
|
"Close artifacts": string;
|
|
Artifacts: string;
|
|
"Copy HTML": string;
|
|
"Download HTML": string;
|
|
"Reload HTML": string;
|
|
"Copy SVG": string;
|
|
"Download SVG": string;
|
|
"Copy Markdown": string;
|
|
"Download Markdown": string;
|
|
Download: string;
|
|
"No logs for {filename}": string;
|
|
"API Keys Settings": string;
|
|
Settings: string;
|
|
"API Keys": string;
|
|
Proxy: string;
|
|
"Use CORS Proxy": string;
|
|
"Proxy URL": string;
|
|
"Format: The proxy must accept requests as <proxy-url>/?url=<target-url>": string;
|
|
"Settings are stored locally in your browser": string;
|
|
Clear: string;
|
|
"API Key Required": string;
|
|
"Enter your API key for {provider}": string;
|
|
"Allows browser-based apps to bypass CORS restrictions when calling LLM providers. Required for Z-AI and Anthropic with OAuth token.": string;
|
|
Off: string;
|
|
Minimal: string;
|
|
Low: string;
|
|
Medium: string;
|
|
High: string;
|
|
"Storage Permission Required": string;
|
|
"This app needs persistent storage to save your conversations": string;
|
|
"Why is this needed?": string;
|
|
"Without persistent storage, your browser may delete saved conversations when it needs disk space. Granting this permission ensures your chat history is preserved.": string;
|
|
"What this means:": string;
|
|
"Your conversations will be saved locally in your browser": string;
|
|
"Data will not be deleted automatically to free up space": string;
|
|
"You can still manually clear data at any time": string;
|
|
"No data is sent to external servers": string;
|
|
"Continue Anyway": string;
|
|
"Requesting...": string;
|
|
"Grant Permission": string;
|
|
Sessions: string;
|
|
"Load a previous conversation": string;
|
|
"No sessions yet": string;
|
|
"Delete this session?": string;
|
|
Today: string;
|
|
Yesterday: string;
|
|
"{days} days ago": string;
|
|
messages: string;
|
|
tokens: string;
|
|
Delete: string;
|
|
"Drop files here": string;
|
|
"Command failed:": string;
|
|
"Providers & Models": string;
|
|
"Cloud Providers": string;
|
|
"Cloud LLM providers with predefined models. API keys are stored locally in your browser.": string;
|
|
"Custom Providers": string;
|
|
"User-configured servers with auto-discovered or manually defined models.": string;
|
|
"Add Provider": string;
|
|
"No custom providers configured. Click 'Add Provider' to get started.": string;
|
|
"auto-discovered": string;
|
|
Refresh: string;
|
|
Edit: string;
|
|
"Are you sure you want to delete this provider?": string;
|
|
"Edit Provider": string;
|
|
"Provider Name": string;
|
|
"e.g., My Ollama Server": string;
|
|
"Provider Type": string;
|
|
"Base URL": string;
|
|
"e.g., http://localhost:11434": string;
|
|
"API Key (Optional)": string;
|
|
"Leave empty if not required": string;
|
|
"Test Connection": string;
|
|
Discovered: string;
|
|
Models: string;
|
|
models: string;
|
|
and: string;
|
|
more: string;
|
|
"For manual provider types, add models after saving the provider.": string;
|
|
"Please fill in all required fields": string;
|
|
"Failed to save provider": string;
|
|
"OpenAI Completions Compatible": string;
|
|
"OpenAI Responses Compatible": string;
|
|
"Anthropic Messages Compatible": string;
|
|
"Checking...": string;
|
|
Disconnected: string;
|
|
"*": string;
|
|
Copy: string;
|
|
"Copy code": string;
|
|
Close: string;
|
|
Preview: string;
|
|
Code: string;
|
|
"Loading...": string;
|
|
"Select an option": string;
|
|
"Mode 1": string;
|
|
"Mode 2": string;
|
|
Required: string;
|
|
Optional: string;
|
|
};
|
|
de: {
|
|
Free: string;
|
|
"Input Required": string;
|
|
Cancel: string;
|
|
Confirm: string;
|
|
"Select Model": string;
|
|
"Search models...": string;
|
|
Format: string;
|
|
Thinking: string;
|
|
Vision: string;
|
|
You: string;
|
|
Assistant: string;
|
|
"Thinking...": string;
|
|
"Type your message...": string;
|
|
"API Keys Configuration": string;
|
|
"Configure API keys for LLM providers. Keys are stored locally in your browser.": string;
|
|
Configured: string;
|
|
"Not configured": string;
|
|
"\u2713 Valid": string;
|
|
"\u2717 Invalid": string;
|
|
"Testing...": string;
|
|
Update: string;
|
|
Test: string;
|
|
Remove: string;
|
|
Save: string;
|
|
"Update API key": string;
|
|
"Enter API key": string;
|
|
"Type a message...": string;
|
|
"Failed to fetch file": string;
|
|
"Invalid source type": string;
|
|
PDF: string;
|
|
Document: string;
|
|
Presentation: string;
|
|
Spreadsheet: string;
|
|
Text: string;
|
|
"Error loading file": string;
|
|
"No text content available": string;
|
|
"Failed to load PDF": string;
|
|
"Failed to load document": string;
|
|
"Failed to load spreadsheet": string;
|
|
"Error loading PDF": string;
|
|
"Error loading document": string;
|
|
"Error loading spreadsheet": string;
|
|
"Preview not available for this file type.": string;
|
|
"Click the download button above to view it on your computer.": string;
|
|
"No content available": string;
|
|
"Failed to display text content": string;
|
|
"API keys are required to use AI models. Get your keys from the provider's website.": string;
|
|
console: string;
|
|
"Copy output": string;
|
|
"Copied!": string;
|
|
"Error:": string;
|
|
"Request aborted": string;
|
|
Call: string;
|
|
Result: string;
|
|
"(no result)": string;
|
|
"Waiting for tool result\u2026": string;
|
|
"Call was aborted; no result.": string;
|
|
"No session available": string;
|
|
"No session set": string;
|
|
"Preparing tool parameters...": string;
|
|
"(no output)": string;
|
|
Input: string;
|
|
Output: string;
|
|
"Waiting for expression...": string;
|
|
"Writing expression...": string;
|
|
Calculating: string;
|
|
"Getting current time in": string;
|
|
"Getting current date and time": string;
|
|
"Waiting for command...": string;
|
|
"Writing command...": string;
|
|
"Running command...": string;
|
|
"Command failed": string;
|
|
"Enter Auth Token": string;
|
|
"Please enter your auth token.": string;
|
|
"Auth token is required for proxy transport": string;
|
|
"Execution aborted": string;
|
|
"Code parameter is required": string;
|
|
"Unknown error": string;
|
|
"Code executed successfully (no output)": string;
|
|
"Execution failed": string;
|
|
"JavaScript REPL": string;
|
|
"JavaScript code to execute": string;
|
|
"Writing JavaScript code...": string;
|
|
"Executing JavaScript": string;
|
|
"Preparing JavaScript...": string;
|
|
"Preparing command...": string;
|
|
"Preparing calculation...": string;
|
|
"Preparing tool...": string;
|
|
"Getting time...": string;
|
|
"Processing artifact...": string;
|
|
"Preparing artifact...": string;
|
|
"Processing artifact": string;
|
|
"Processed artifact": string;
|
|
"Creating artifact": string;
|
|
"Created artifact": string;
|
|
"Updating artifact": string;
|
|
"Updated artifact": string;
|
|
"Rewriting artifact": string;
|
|
"Rewrote artifact": string;
|
|
"Getting artifact": string;
|
|
"Got artifact": string;
|
|
"Deleting artifact": string;
|
|
"Deleted artifact": string;
|
|
"Getting logs": string;
|
|
"Got logs": string;
|
|
"An error occurred": string;
|
|
"Copy logs": string;
|
|
"Autoscroll enabled": string;
|
|
"Autoscroll disabled": string;
|
|
Processing: string;
|
|
Create: string;
|
|
Rewrite: string;
|
|
Get: string;
|
|
"Get logs": string;
|
|
"Show artifacts": string;
|
|
"Close artifacts": string;
|
|
Artifacts: string;
|
|
"Copy HTML": string;
|
|
"Download HTML": string;
|
|
"Reload HTML": string;
|
|
"Copy SVG": string;
|
|
"Download SVG": string;
|
|
"Copy Markdown": string;
|
|
"Download Markdown": string;
|
|
Download: string;
|
|
"No logs for {filename}": string;
|
|
"API Keys Settings": string;
|
|
Settings: string;
|
|
"API Keys": string;
|
|
Proxy: string;
|
|
"Use CORS Proxy": string;
|
|
"Proxy URL": string;
|
|
"Format: The proxy must accept requests as <proxy-url>/?url=<target-url>": string;
|
|
"Settings are stored locally in your browser": string;
|
|
Clear: string;
|
|
"API Key Required": string;
|
|
"Enter your API key for {provider}": string;
|
|
"Allows browser-based apps to bypass CORS restrictions when calling LLM providers. Required for Z-AI and Anthropic with OAuth token.": string;
|
|
Off: string;
|
|
Minimal: string;
|
|
Low: string;
|
|
Medium: string;
|
|
High: string;
|
|
"Storage Permission Required": string;
|
|
"This app needs persistent storage to save your conversations": string;
|
|
"Why is this needed?": string;
|
|
"Without persistent storage, your browser may delete saved conversations when it needs disk space. Granting this permission ensures your chat history is preserved.": string;
|
|
"What this means:": string;
|
|
"Your conversations will be saved locally in your browser": string;
|
|
"Data will not be deleted automatically to free up space": string;
|
|
"You can still manually clear data at any time": string;
|
|
"No data is sent to external servers": string;
|
|
"Continue Anyway": string;
|
|
"Requesting...": string;
|
|
"Grant Permission": string;
|
|
Sessions: string;
|
|
"Load a previous conversation": string;
|
|
"No sessions yet": string;
|
|
"Delete this session?": string;
|
|
Today: string;
|
|
Yesterday: string;
|
|
"{days} days ago": string;
|
|
messages: string;
|
|
tokens: string;
|
|
Delete: string;
|
|
"Drop files here": string;
|
|
"Command failed:": string;
|
|
"Providers & Models": string;
|
|
"Cloud Providers": string;
|
|
"Cloud LLM providers with predefined models. API keys are stored locally in your browser.": string;
|
|
"Custom Providers": string;
|
|
"User-configured servers with auto-discovered or manually defined models.": string;
|
|
"Add Provider": string;
|
|
"No custom providers configured. Click 'Add Provider' to get started.": string;
|
|
"auto-discovered": string;
|
|
Refresh: string;
|
|
Edit: string;
|
|
"Are you sure you want to delete this provider?": string;
|
|
"Edit Provider": string;
|
|
"Provider Name": string;
|
|
"e.g., My Ollama Server": string;
|
|
"Provider Type": string;
|
|
"Base URL": string;
|
|
"e.g., http://localhost:11434": string;
|
|
"API Key (Optional)": string;
|
|
"Leave empty if not required": string;
|
|
"Test Connection": string;
|
|
Discovered: string;
|
|
Models: string;
|
|
models: string;
|
|
and: string;
|
|
more: string;
|
|
"For manual provider types, add models after saving the provider.": string;
|
|
"Please fill in all required fields": string;
|
|
"Failed to save provider": string;
|
|
"OpenAI Completions Compatible": string;
|
|
"OpenAI Responses Compatible": string;
|
|
"Anthropic Messages Compatible": string;
|
|
"Checking...": string;
|
|
Disconnected: string;
|
|
"*": string;
|
|
Copy: string;
|
|
"Copy code": string;
|
|
Close: string;
|
|
Preview: string;
|
|
Code: string;
|
|
"Loading...": string;
|
|
"Select an option": string;
|
|
"Mode 1": string;
|
|
"Mode 2": string;
|
|
Required: string;
|
|
Optional: string;
|
|
};
|
|
};
|
|
export * from "@mariozechner/mini-lit/dist/i18n.js";
|
|
//# sourceMappingURL=i18n.d.ts.map
|