mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-14 12:44:36 +00:00
76 lines
3.7 KiB
JSON
76 lines
3.7 KiB
JSON
{
|
|
"app.head.titleSuffix": "AI coding agent built for the terminal",
|
|
"app.header.home": "Home",
|
|
"app.header.docs": "Docs",
|
|
"app.footer.issueLink": "Found a bug? Open an issue",
|
|
"app.footer.discordLink": "Join our Discord community",
|
|
"app.lander.hero.title": "The AI coding agent built for the terminal.",
|
|
"app.lander.cta.getStarted": "Get Started",
|
|
"app.lander.features.native_tui.title": "Native TUI",
|
|
"app.lander.features.native_tui.description": "A responsive, native, themeable terminal UI.",
|
|
"app.lander.features.lsp_enabled.title": "LSP enabled",
|
|
"app.lander.features.lsp_enabled.description": "Automatically loads the right LSPs for the LLM.",
|
|
"app.lander.features.multi_session.title": "Multi-session",
|
|
"app.lander.features.multi_session.description": "Start multiple agents in parallel on the same project.",
|
|
"app.lander.features.shareable_links.title": "Shareable links",
|
|
"app.lander.features.shareable_links.description": "Share a link to any sessions for reference or to debug.",
|
|
"app.lander.features.github_copilot.description": "Log in with GitHub to use your Copilot account.",
|
|
"app.lander.features.chatgpt_plus_pro.description": "Log in with OpenAI to use your ChatGPT Plus or Pro account.",
|
|
"app.lander.features.use_any_model.title": "Use any model",
|
|
"app.lander.features.use_any_model.prefix": "Supports 75+ LLM providers through",
|
|
"app.lander.features.use_any_model.suffix": "including local models.",
|
|
"app.lander.images.tui.caption": "opencode TUI with the tokyonight theme",
|
|
"app.lander.images.tui.alt": "opencode TUI with the tokyonight theme",
|
|
"app.lander.images.vscode.caption": "opencode in VS Code",
|
|
"app.lander.images.vscode.alt": "opencode in VS Code",
|
|
"app.lander.images.github.caption": "opencode in GitHub",
|
|
"app.lander.images.github.alt": "opencode in GitHub",
|
|
"share.meta_description": "opencode - The AI coding agent built for the terminal.",
|
|
"share.not_found": "Not found",
|
|
"share.link_to_message": "Link to this message",
|
|
"share.copied": "Copied!",
|
|
"share.copy": "Copy",
|
|
"share.show_more": "Show more",
|
|
"share.show_less": "Show less",
|
|
"share.show_results": "Show results",
|
|
"share.hide_results": "Hide results",
|
|
"share.show_details": "Show details",
|
|
"share.hide_details": "Hide details",
|
|
"share.show_preview": "Show preview",
|
|
"share.hide_preview": "Hide preview",
|
|
"share.show_contents": "Show contents",
|
|
"share.hide_contents": "Hide contents",
|
|
"share.show_output": "Show output",
|
|
"share.hide_output": "Hide output",
|
|
"share.error": "Error",
|
|
"share.waiting_for_messages": "Waiting for messages...",
|
|
"share.status_connected_waiting": "Connected, waiting for messages...",
|
|
"share.status_connecting": "Connecting...",
|
|
"share.status_disconnected": "Disconnected",
|
|
"share.status_reconnecting": "Reconnecting...",
|
|
"share.status_error": "Error",
|
|
"share.status_unknown": "Unknown",
|
|
"share.error_id_not_found": "id not found",
|
|
"share.error_api_url_not_found": "API URL not found",
|
|
"share.error_connection_failed": "Connection failed",
|
|
"share.opencode_version": "opencode version",
|
|
"share.opencode_name": "opencode",
|
|
"share.models": "Models",
|
|
"share.cost": "Cost",
|
|
"share.input_tokens": "Input Tokens",
|
|
"share.output_tokens": "Output Tokens",
|
|
"share.reasoning_tokens": "Reasoning Tokens",
|
|
"share.scroll_to_bottom": "Scroll to bottom",
|
|
"share.attachment": "Attachment",
|
|
"share.thinking": "Thinking",
|
|
"share.thinking_pending": "Thinking...",
|
|
"share.creating_plan": "Creating plan",
|
|
"share.completing_plan": "Completing plan",
|
|
"share.updating_plan": "Updating plan",
|
|
"share.match_one": "match",
|
|
"share.match_other": "matches",
|
|
"share.result_one": "result",
|
|
"share.result_other": "results",
|
|
"share.debug_key": "Key"
|
|
}
|