@sanity/locale-da-dk
Version:
Danish / Dansk locale/translation for Sanity Studio
61 lines (60 loc) • 4.38 kB
JavaScript
import { removeUndefinedLocaleResources } from "sanity";
var canvas = removeUndefinedLocaleResources({
/** The text for the "Edit in Canvas" action. */
"action.edit-document": "Rediger i Canvas",
/** The text for the "Link to Canvas" action. */
"action.link-document": "Link til Canvas",
/** The text for the "Link to Canvas" action when the document is not yet resolved. */
"action.link-document-disabled.initial-value-not-resolved": "Vent venligst, indtil dokumentets startv\xE6rdier er l\xF8st",
/** The text for the "Link to Canvas" action when the user doesn't have permissions to link the document to Canvas. */
"action.link-document-disabled.missing-permissions": "Du har ikke tilladelse til at linke dette dokument til Canvas",
/** The text for the "Link to Canvas" action when the document is not in the dashboard. */
"action.link-document-disabled.not-in-dashboard": "\xC5bn dette dokument i Dashboard for at linke til Canvas",
/** The text for the "Link to Canvas" action when the document is a version document. */
"action.link-document-disabled.version-document": "Versionsdokumenter underst\xF8ttes endnu ikke i Canvas",
/** The text for the "Unlink from Canvas" action. */
"action.unlink-document": "Fjern link fra Canvas",
/** The text for the action button in the banner when the document is linked to Canvas. */
"banner.edit-document-in-canvas": "Rediger i Canvas",
/** The text for the banner when the document is linked to Canvas. */
"banner.linked-to-canvas": "Dette dokument er linket til Canvas",
/** The text for the "Confirm document changes" dialog cancel button. */
"dialog.confirm-document-changes.cancel": "Annuller",
/** The text for the "Confirm document changes" dialog confirm button. */
"dialog.confirm-document-changes.confirm": "Accepter og forts\xE6t",
/** The description for the "Confirm document changes" dialog. */
"dialog.confirm-document-changes.description": `Dette dokument skal opdateres for at v\xE6re kompatibelt med Canvas.
Eksisterende indhold kan blive redigeret eller fjernet som en del af denne proces.`,
/** The description for the "Confirm document changes" dialog footer. */
"dialog.confirm-document-changes.footer-description": "Du kan fjerne linket fra Canvas n\xE5r som helst",
/** The title for the "Confirm document changes" dialog. */
"dialog.confirm-document-changes.title": "Bekr\xE6ft dokument\xE6ndringer",
/** The text for the Link to Canvas dialog when there is a error. */
"dialog.link-to-canvas.error": "Kunne ikke linke til Canvas",
/** The text for the "Link to Canvas" dialog when the document is being redirected. */
"dialog.link-to-canvas.redirecting": "Tager dig til Canvas for at fuldf\xF8re linkningen...",
/** The title for the "Link to Canvas" dialog. */
"dialog.link-to-canvas.title": "Link til Canvas",
/** The text for the "Link to Canvas" dialog when the document is being validated. */
"dialog.link-to-canvas.validating": "Validerer",
/** The text for the "Unlink from Canvas" dialog cancel button. */
"dialog.unlink-from-canvas.cancel": "Annuller",
/** The text for the "Unlink from Canvas" dialog description. */
"dialog.unlink-from-canvas.description": "N\xE5r det er fjernet, vil det kunne redigeres her, og fremtidige redigeringer i Canvas vil ikke l\xE6ngere automatisk blive overf\xF8rt til dette dokument.",
/** The text for the "Unlink from Canvas" dialog error message. */
"dialog.unlink-from-canvas.error": "Kunne ikke fjerne linket fra Canvas",
/** The text for the "Unlink from Canvas" dialog success message. */
"dialog.unlink-from-canvas.success": "Linket er fjernet fra Canvas",
/** The title for the "Unlink from Canvas" dialog. */
"dialog.unlink-from-canvas.title": "Fjern link fra Canvas",
/** The text for the "Unlink from Canvas" dialog unlink button. */
"dialog.unlink-from-canvas.unlink-action": "Fjern link nu",
/** The text for the "Unlink from Canvas" dialog when the document is being unlinked. */
"dialog.unlink-from-canvas.unlinking": "Du fjerner linket <strong>\u201C{{documentTitle}}\u201D</strong> fra Canvas.",
/** The text for the "Navigate to Canvas" dialog error message. */
"navigate-to-canvas-doc.error.missing-permissions": "Manglende tilladelser til at navigere til Canvas"
});
export {
canvas as default
};
//# sourceMappingURL=canvas.js.map