103 lines
3.8 KiB
TypeScript
103 lines
3.8 KiB
TypeScript
export const dict = {
|
|
"ui.sessionReview.title": "Sessionsændringer",
|
|
"ui.sessionReview.diffStyle.unified": "Samlet",
|
|
"ui.sessionReview.diffStyle.split": "Opdelt",
|
|
"ui.sessionReview.expandAll": "Udvid alle",
|
|
"ui.sessionReview.collapseAll": "Skjul alle",
|
|
|
|
"ui.sessionReview.change.added": "Tilføjet",
|
|
"ui.sessionReview.change.removed": "Fjernet",
|
|
"ui.lineComment.label.prefix": "Kommenter på ",
|
|
"ui.lineComment.label.suffix": "",
|
|
"ui.lineComment.editorLabel.prefix": "Kommenterer på ",
|
|
"ui.lineComment.editorLabel.suffix": "",
|
|
"ui.lineComment.placeholder": "Tilføj kommentar",
|
|
"ui.lineComment.submit": "Kommenter",
|
|
"ui.sessionTurn.steps.show": "Vis trin",
|
|
"ui.sessionTurn.steps.hide": "Skjul trin",
|
|
"ui.sessionTurn.summary.response": "Svar",
|
|
"ui.sessionTurn.diff.showMore": "Vis flere ændringer ({{count}})",
|
|
|
|
"ui.sessionTurn.retry.retrying": "prøver igen",
|
|
"ui.sessionTurn.retry.inSeconds": "om {{seconds}}s",
|
|
|
|
"ui.sessionTurn.status.delegating": "Delegerer arbejde",
|
|
"ui.sessionTurn.status.planning": "Planlægger næste trin",
|
|
"ui.sessionTurn.status.gatheringContext": "Indsamler kontekst",
|
|
"ui.sessionTurn.status.searchingCodebase": "Søger i koden",
|
|
"ui.sessionTurn.status.searchingWeb": "Søger på nettet",
|
|
"ui.sessionTurn.status.makingEdits": "Laver ændringer",
|
|
"ui.sessionTurn.status.runningCommands": "Kører kommandoer",
|
|
"ui.sessionTurn.status.thinking": "Tænker",
|
|
"ui.sessionTurn.status.thinkingWithTopic": "Tænker - {{topic}}",
|
|
"ui.sessionTurn.status.gatheringThoughts": "Samler tanker",
|
|
"ui.sessionTurn.status.consideringNextSteps": "Overvejer næste skridt",
|
|
|
|
"ui.messagePart.diagnostic.error": "Fejl",
|
|
"ui.messagePart.title.edit": "Rediger",
|
|
"ui.messagePart.title.write": "Skriv",
|
|
"ui.messagePart.option.typeOwnAnswer": "Skriv dit eget svar",
|
|
"ui.messagePart.review.title": "Gennemgå dine svar",
|
|
|
|
"ui.list.loading": "Indlæser",
|
|
"ui.list.empty": "Ingen resultater",
|
|
"ui.list.clearFilter": "Ryd filter",
|
|
"ui.list.emptyWithFilter.prefix": "Ingen resultater for",
|
|
"ui.list.emptyWithFilter.suffix": "",
|
|
|
|
"ui.messageNav.newMessage": "Ny besked",
|
|
|
|
"ui.textField.copyToClipboard": "Kopier til udklipsholder",
|
|
"ui.textField.copyLink": "Kopier link",
|
|
"ui.textField.copied": "Kopieret",
|
|
|
|
"ui.imagePreview.alt": "Billedforhåndsvisning",
|
|
|
|
"ui.tool.read": "Læs",
|
|
"ui.tool.loaded": "Indlæst",
|
|
"ui.tool.list": "Liste",
|
|
"ui.tool.glob": "Glob",
|
|
"ui.tool.grep": "Grep",
|
|
"ui.tool.webfetch": "Webhentning",
|
|
"ui.tool.shell": "Shell",
|
|
"ui.tool.patch": "Patch",
|
|
"ui.tool.todos": "To-dos",
|
|
"ui.tool.todos.read": "Læs to-dos",
|
|
"ui.tool.questions": "Spørgsmål",
|
|
"ui.tool.agent": "{{type}} Agent",
|
|
|
|
"ui.common.file.one": "fil",
|
|
"ui.common.file.other": "filer",
|
|
"ui.common.question.one": "spørgsmål",
|
|
"ui.common.question.other": "spørgsmål",
|
|
|
|
"ui.common.add": "Tilføj",
|
|
"ui.common.cancel": "Annuller",
|
|
"ui.common.confirm": "Bekræft",
|
|
"ui.common.dismiss": "Afvis",
|
|
"ui.common.close": "Luk",
|
|
"ui.common.next": "Næste",
|
|
"ui.common.submit": "Indsend",
|
|
|
|
"ui.permission.deny": "Afvis",
|
|
"ui.permission.allowAlways": "Tillad altid",
|
|
"ui.permission.allowOnce": "Tillad én gang",
|
|
|
|
"ui.message.expand": "Udvid besked",
|
|
"ui.message.collapse": "Skjul besked",
|
|
"ui.message.copy": "Kopier",
|
|
"ui.message.copied": "Kopieret!",
|
|
"ui.message.attachment.alt": "vedhæftning",
|
|
|
|
"ui.patch.action.deleted": "Slettet",
|
|
"ui.patch.action.created": "Oprettet",
|
|
"ui.patch.action.moved": "Flyttet",
|
|
"ui.patch.action.patched": "Patched",
|
|
|
|
"ui.question.subtitle.answered": "{{count}} besvaret",
|
|
"ui.question.answer.none": "(intet svar)",
|
|
"ui.question.review.notAnswered": "(ikke besvaret)",
|
|
"ui.question.multiHint": "(vælg alle der gælder)",
|
|
"ui.question.custom.placeholder": "Skriv dit svar...",
|
|
}
|