mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-15 21:24:48 +00:00
wip(docs): i18n (#12681)
This commit is contained in:
75
packages/web/src/content/i18n/da.json
Normal file
75
packages/web/src/content/i18n/da.json
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"app.head.titleSuffix": "AI-kodningsagent bygget til terminalen",
|
||||
"app.header.home": "Hjem",
|
||||
"app.header.docs": "Dokumenter",
|
||||
"app.footer.issueLink": "Har du fundet en fejl? Opret en issue",
|
||||
"app.footer.discordLink": "Bliv en del af vores Discord-fællesskab",
|
||||
"app.lander.hero.title": "AI-kodningsagenten bygget til terminalen.",
|
||||
"app.lander.cta.getStarted": "Kom i gang",
|
||||
"app.lander.features.native_tui.title": "Native TUI",
|
||||
"app.lander.features.native_tui.description": "En responsiv, indbygget, temavenlig terminal-brugergrænseflade.",
|
||||
"app.lander.features.lsp_enabled.title": "LSP aktiveret",
|
||||
"app.lander.features.lsp_enabled.description": "Indlæser automatisk de rigtige LSPs for LLM.",
|
||||
"app.lander.features.multi_session.title": "Multi-session",
|
||||
"app.lander.features.multi_session.description": "Start flere agenter parallelt på det samme projekt.",
|
||||
"app.lander.features.shareable_links.title": "Delbare links",
|
||||
"app.lander.features.shareable_links.description": "Del et link til enhver session til reference eller til fejlretning.",
|
||||
"app.lander.features.github_copilot.description": "Log ind med GitHub for at bruge din Copilot konto.",
|
||||
"app.lander.features.chatgpt_plus_pro.description": "Log ind med OpenAI for at bruge din ChatGPT Plus eller Pro-konto.",
|
||||
"app.lander.features.use_any_model.title": "Brug enhver model",
|
||||
"app.lander.features.use_any_model.prefix": "Understøtter 75+ LLM udbydere igennem",
|
||||
"app.lander.features.use_any_model.suffix": "herunder lokale modeller.",
|
||||
"app.lander.images.tui.caption": "opencode TUI med tokyonight-temaet",
|
||||
"app.lander.images.tui.alt": "opencode TUI med tokyonight-temaet",
|
||||
"app.lander.images.vscode.caption": "opencode og VS Code",
|
||||
"app.lander.images.vscode.alt": "opencode og VS Code",
|
||||
"app.lander.images.github.caption": "opencode og GitHub",
|
||||
"app.lander.images.github.alt": "opencode og GitHub",
|
||||
"share.meta_description": "opencode - AI-kodningsagenten bygget til terminalen.",
|
||||
"share.not_found": "Ikke fundet",
|
||||
"share.link_to_message": "Link til denne besked",
|
||||
"share.copied": "Kopieret!",
|
||||
"share.copy": "Kopi",
|
||||
"share.show_more": "Vis mere",
|
||||
"share.show_less": "Vis mindre",
|
||||
"share.show_results": "Vis resultater",
|
||||
"share.hide_results": "Skjul resultater",
|
||||
"share.show_details": "Vis detaljer",
|
||||
"share.hide_details": "Skjul detaljer",
|
||||
"share.show_preview": "Vis forhåndsvisning",
|
||||
"share.hide_preview": "Skjul forhåndsvisning",
|
||||
"share.show_contents": "Vis indhold",
|
||||
"share.hide_contents": "Skjul indhold",
|
||||
"share.show_output": "Vis output",
|
||||
"share.hide_output": "Skjul output",
|
||||
"share.error": "Fejl",
|
||||
"share.waiting_for_messages": "Venter på beskeder...",
|
||||
"share.status_connected_waiting": "Forbundet, venter på beskeder...",
|
||||
"share.status_connecting": "Opretter forbindelse...",
|
||||
"share.status_disconnected": "Afbrudt",
|
||||
"share.status_reconnecting": "Genopretter forbindelse...",
|
||||
"share.status_error": "Fejl",
|
||||
"share.status_unknown": "Ukendt",
|
||||
"share.error_id_not_found": "id ikke fundet",
|
||||
"share.error_api_url_not_found": "API URL ikke fundet",
|
||||
"share.error_connection_failed": "Forbindelsen mislykkedes",
|
||||
"share.opencode_version": "opencode version",
|
||||
"share.opencode_name": "opencode",
|
||||
"share.models": "Modeller",
|
||||
"share.cost": "Koste",
|
||||
"share.input_tokens": "Indtast tokens",
|
||||
"share.output_tokens": "Output tokens",
|
||||
"share.reasoning_tokens": "Ræsonneringstegn",
|
||||
"share.scroll_to_bottom": "Rul til bunden",
|
||||
"share.attachment": "Vedhæftet fil",
|
||||
"share.thinking": "Tænker",
|
||||
"share.thinking_pending": "Tænker...",
|
||||
"share.creating_plan": "Oprettelse af plan",
|
||||
"share.completing_plan": "Færdiggør plan",
|
||||
"share.updating_plan": "Opdatering af plan",
|
||||
"share.match_one": "kamp",
|
||||
"share.match_other": "kampe",
|
||||
"share.result_one": "resultat",
|
||||
"share.result_other": "resultater",
|
||||
"share.debug_key": "Nøgle"
|
||||
}
|
||||
Reference in New Issue
Block a user