da.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "app.head.titleSuffix": "AI-kodningsagent bygget til terminalen",
  3. "app.header.home": "Hjem",
  4. "app.header.docs": "Dokumentation",
  5. "app.footer.issueLink": "Har du fundet en fejl? Opret en issue",
  6. "app.footer.discordLink": "Bliv en del af vores Discord-fællesskab",
  7. "app.lander.hero.title": "AI-kodningsagenten bygget til terminalen.",
  8. "app.lander.cta.getStarted": "Kom i gang",
  9. "app.lander.features.native_tui.title": "Indbygget TUI",
  10. "app.lander.features.native_tui.description": "En responsiv, indbygget, temavenlig terminal-brugergrænseflade.",
  11. "app.lander.features.lsp_enabled.title": "LSP aktiveret",
  12. "app.lander.features.lsp_enabled.description": "Indlæser automatisk de rigtige LSPs for LLM.",
  13. "app.lander.features.multi_session.title": "Flere sessioner",
  14. "app.lander.features.multi_session.description": "Start flere agenter parallelt på det samme projekt.",
  15. "app.lander.features.shareable_links.title": "Delbare links",
  16. "app.lander.features.shareable_links.description": "Del et link til enhver session til reference eller til fejlretning.",
  17. "app.lander.features.github_copilot.description": "Log ind med GitHub for at bruge din Copilot konto.",
  18. "app.lander.features.chatgpt_plus_pro.description": "Log ind med OpenAI for at bruge din ChatGPT Plus eller Pro-konto.",
  19. "app.lander.features.use_any_model.title": "Brug enhver model",
  20. "app.lander.features.use_any_model.prefix": "Understøtter 75+ LLM udbydere igennem",
  21. "app.lander.features.use_any_model.suffix": "herunder lokale modeller.",
  22. "app.lander.images.tui.caption": "opencode TUI med tokyonight-temaet",
  23. "app.lander.images.tui.alt": "opencode TUI med tokyonight-temaet",
  24. "app.lander.images.vscode.caption": "opencode i VS Code",
  25. "app.lander.images.vscode.alt": "opencode i VS Code",
  26. "app.lander.images.github.caption": "opencode i GitHub",
  27. "app.lander.images.github.alt": "opencode i GitHub",
  28. "share.meta_description": "opencode - AI-kodningsagenten bygget til terminalen.",
  29. "share.not_found": "Ikke fundet",
  30. "share.link_to_message": "Link til denne besked",
  31. "share.copied": "Kopieret!",
  32. "share.copy": "Kopiér",
  33. "share.show_more": "Vis mere",
  34. "share.show_less": "Vis mindre",
  35. "share.show_results": "Vis resultater",
  36. "share.hide_results": "Skjul resultater",
  37. "share.show_details": "Vis detaljer",
  38. "share.hide_details": "Skjul detaljer",
  39. "share.show_preview": "Vis forhåndsvisning",
  40. "share.hide_preview": "Skjul forhåndsvisning",
  41. "share.show_contents": "Vis indhold",
  42. "share.hide_contents": "Skjul indhold",
  43. "share.show_output": "Vis output",
  44. "share.hide_output": "Skjul output",
  45. "share.error": "Fejl",
  46. "share.waiting_for_messages": "Venter på beskeder...",
  47. "share.status_connected_waiting": "Forbundet, venter på beskeder...",
  48. "share.status_connecting": "Opretter forbindelse...",
  49. "share.status_disconnected": "Afbrudt",
  50. "share.status_reconnecting": "Genopretter forbindelse...",
  51. "share.status_error": "Fejl",
  52. "share.status_unknown": "Ukendt",
  53. "share.error_id_not_found": "id ikke fundet",
  54. "share.error_api_url_not_found": "API URL ikke fundet",
  55. "share.error_connection_failed": "Forbindelsen mislykkedes",
  56. "share.opencode_version": "opencode-version",
  57. "share.opencode_name": "opencode",
  58. "share.models": "Modeller",
  59. "share.cost": "Omkostning",
  60. "share.input_tokens": "Input-tokens",
  61. "share.output_tokens": "Output-tokens",
  62. "share.reasoning_tokens": "Ræsonneringstokens",
  63. "share.scroll_to_bottom": "Rul til bunden",
  64. "share.attachment": "Vedhæftet fil",
  65. "share.thinking": "Tænker",
  66. "share.thinking_pending": "Tænker...",
  67. "share.creating_plan": "Oprettelse af plan",
  68. "share.completing_plan": "Færdiggør plan",
  69. "share.updating_plan": "Opdatering af plan",
  70. "share.match_one": "træf",
  71. "share.match_other": "træf",
  72. "share.result_one": "resultat",
  73. "share.result_other": "resultater",
  74. "share.debug_key": "Nøgle"
  75. }