@sanity/locale-da-dk
Version:
Danish / Dansk locale/translation for Sanity Studio
668 lines • 119 kB
JavaScript
import { removeUndefinedLocaleResources } from "sanity";
var studio = removeUndefinedLocaleResources({
/** The text used in the tooltip shown in the dialog close button */
"announcement.dialog.close": "Luk",
/** Aria label to be used in the dialog close button */
"announcement.dialog.close-label": "Luk dialog",
/**Text to be used in the tooltip in the button in the studio announcement card */
"announcement.floating-button.dismiss": "Luk",
/**Aria label to be used in the floating button in the studio announcement card, to dismiss the card */
"announcement.floating-button.dismiss-label": "Afvis annonceringer",
/**Aria label to be used in the floating button in the studio announcement card */
"announcement.floating-button.open-label": "\xC5bn annonceringer",
/** Menu item for deleting the asset */
"asset-source.asset-list.menu.delete": "Slet",
/** Menu item for showing where a particular asset is used */
"asset-source.asset-list.menu.show-usage": "Vis brug",
/** Header in usage dialog for file assets */
"asset-source.asset-usage-dialog.header_file": "Dokumenter der bruger fil",
/** Header in usage dialog for image assets */
"asset-source.asset-usage-dialog.header_image": "Dokumenter der bruger billede",
/** Text shown in usage dialog when loading documents using the selected asset */
"asset-source.asset-usage-dialog.loading": "Indl\xE6ser\u2026",
/** Text for cancel action in delete-asset dialog */
"asset-source.delete-dialog.action.cancel": "Annuller",
/** Text for "confirm delete" action in delete-asset dialog */
"asset-source.delete-dialog.action.delete": "Slet",
/** Dialog header for delete-asset dialog when deleting a file */
"asset-source.delete-dialog.header_file": "Slet fil",
/** Dialog header for delete-asset dialog when deleting an image */
"asset-source.delete-dialog.header_image": "Slet billede",
/** Text shown in delete dialog when loading documents using the selected asset */
"asset-source.delete-dialog.loading": "Indl\xE6ser\u2026",
/** Message confirming to delete *named* file */
"asset-source.delete-dialog.usage-list.confirm-delete-file_named": "Du er ved at slette filen <strong>{{filename}}}</strong> og dens metadata. Er du sikker?",
/** Message confirming to delete *unnamed* file */
"asset-source.delete-dialog.usage-list.confirm-delete-file_unnamed": "Du er ved at slette filen og dens metadata. Er du sikker?",
/** Message confirming to delete *named* image */
"asset-source.delete-dialog.usage-list.confirm-delete-image_named": "Du er ved at slette billedet <strong>{{filename}}</strong> og dens metadata. Er du sikker?",
/** Message confirming to delete *unnamed* image */
"asset-source.delete-dialog.usage-list.confirm-delete-image_unnamed": "Du er ved at slette billedet og dens metadata. Er du sikker?",
/** Alt text showing on image preview in delete asset dialog */
"asset-source.delete-dialog.usage-list.image-preview-alt": "Forh\xE5ndsvisning af billede",
/** Warning message showing when *named* file can't be deleted because it is in use */
"asset-source.delete-dialog.usage-list.warning-file-is-in-use_named": "{{filename}} kan ikke slettes, fordi det er i brug. For at slette denne fil skal du f\xF8rst fjerne alle dens anvendelser.",
/** Warning message showing when *unnamed* file can't be deleted because it is in use */
"asset-source.delete-dialog.usage-list.warning-file-is-in-use_unnamed": "Denne fil kan ikke slettes, fordi den er i brug. For at slette den skal du f\xF8rst fjerne alle dens anvendelser.",
/** Warning message showing when *named* image can't be deleted because it is in use */
"asset-source.delete-dialog.usage-list.warning-image-is-in-use_named": "{{filename}} kan ikke slettes, fordi den er i brug. For at slette dette billede skal du f\xF8rst fjerne alle dens anvendelser.",
/** Warning message showing when *unnamed* image can't be deleted because it is in use */
"asset-source.delete-dialog.usage-list.warning-image-is-in-use_unnamed": "Dette billede kan ikke slettes, fordi det er i brug. For at slette det skal du f\xF8rst fjerne alle dens anvendelser.",
/** Text shown when the list of assets only include a specific set of types */
"asset-source.dialog.accept-message": "Viser kun aktiver af accepterede typer: <strong>{{acceptTypes}}</strong>",
/** Keys shared between both image asset source and file asset source */
/** Select asset dialog title for files */
"asset-source.dialog.default-title_file": "V\xE6lg fil",
/** Select asset dialog title for images */
"asset-source.dialog.default-title_image": "V\xE6lg billede",
/** Select asset dialog load more items */
"asset-source.dialog.load-more": "Indl\xE6s flere",
/** Text shown when selecting a file but there's no files to select from */
"asset-source.dialog.no-assets_file": "Ingen filer",
/** Text shown when selecting an image but there's no images to select from */
"asset-source.dialog.no-assets_image": "Ingen billeder",
"asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file": "Kan ikke slette den aktuelt valgte fil",
"asset-source.file.asset-list.action.delete.text": "Slet",
"asset-source.file.asset-list.action.delete.title": "Slet fil",
"asset-source.file.asset-list.action.select-file.title": "V\xE6lg filen {{filename}}",
"asset-source.file.asset-list.action.show-usage.title": "Vis brug",
"asset-source.file.asset-list.delete-failed": "Filen kunne ikke slettes",
"asset-source.file.asset-list.delete-successful": "Filen blev slettet",
"asset-source.file.asset-list.header.date-added": "Dato tilf\xF8jet",
/** File asset source */
"asset-source.file.asset-list.header.filename": "Filnavn",
"asset-source.file.asset-list.header.size": "St\xF8rrelse",
"asset-source.file.asset-list.header.type": "Type",
/** Text displayed on button or menu invoking the file asset source */
"asset-source.file.title": "Uploadede filer",
"asset-source.image.asset-list.delete-failed": "Billedet kunne ikke slettes",
/** Image asset source */
"asset-source.image.asset-list.delete-successful": "Billedet blev slettet",
/** Text displayed on button or menu invoking the image asset source */
"asset-source.image.title": "Uploadede billeder",
"asset-source.usage-list.documents-using-file_named_one": "Et dokument bruger filen <code>{{filename}}</code>",
"asset-source.usage-list.documents-using-file_named_other": "{{count}} dokumenter bruger filen <code>{{filename}}</code>",
/** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *named* file **/
"asset-source.usage-list.documents-using-file_named_zero": "Ingen dokumenter bruger filen <code>{{filename}}</code>",
"asset-source.usage-list.documents-using-file_unnamed_one": "Et dokument bruger denne fil",
"asset-source.usage-list.documents-using-file_unnamed_other": "{{count}} dokumenter bruger denne fil",
/** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *unnamed* file **/
"asset-source.usage-list.documents-using-file_unnamed_zero": "Ingen dokumenter bruger denne fil",
"asset-source.usage-list.documents-using-image_named_one": "Et dokument bruger billedet <code>{{filename}}</code>",
"asset-source.usage-list.documents-using-image_named_other": "{{count}} dokumenter bruger billedet <code>{{filename}}</code>",
/** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *named* image **/
"asset-source.usage-list.documents-using-image_named_zero": "Ingen dokumenter bruger billedet <code>{{filename}}</code>",
"asset-source.usage-list.documents-using-image_unnamed_one": "Et dokument bruger dette billede",
"asset-source.usage-list.documents-using-image_unnamed_other": "{{count}} dokumenter bruger dette billede",
/** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *unnamed* image **/
"asset-source.usage-list.documents-using-image_unnamed_zero": "Ingen dokumenter bruger dette billede",
/** Action message for navigating to next month */
"calendar.action.go-to-next-month": "G\xE5 til n\xE6ste m\xE5ned",
/** Action message for navigating to next year */
"calendar.action.go-to-next-year": "G\xE5 til n\xE6ste \xE5r",
/** Action message for navigating to previous month */
"calendar.action.go-to-previous-month": "G\xE5 til forrige m\xE5ned",
/** Action message for navigating to previous year */
"calendar.action.go-to-previous-year": "G\xE5 til forrige \xE5r",
/* Label for navigating the calendar to "today", without _selecting_ today. Short form, eg `Today`, not `Go to today` */
"calendar.action.go-to-today": "I dag",
/* Accessibility label for navigating the calendar to "today", without _selecting_ today */
"calendar.action.go-to-today-aria-label": "G\xE5 til i dag",
/* Label for navigating the calendar to "tomorrow", without _selecting_ tomorrow. Short form, eg `Tomorrow`, not `Go to tomorrow` */
"calendar.action.go-to-tomorrow": "I morgen",
/* Label for navigating the calendar to "yesterday", without _selecting_ yesterday. Short form, eg `Yesterday`, not `Go to yesterday` */
"calendar.action.go-to-yesterday": "I g\xE5r",
/** Label for switch that controls whether or not to include time in given timestamp */
"calendar.action.include-time-label": "Inkluder tid",
/** Action message for selecting the hour */
"calendar.action.select-hour": "V\xE6lg time",
/** Action message for selecting the minute */
"calendar.action.select-minute": "V\xE6lg minut",
/** Action message for setting to the current time */
"calendar.action.set-to-current-time": "Indstil til nuv\xE6rende tidspunkt",
/** Label for selecting an hour preset. Receives a `time` param as a string on hh:mm format and a `date` param as a Date instance denoting the preset date */
"calendar.action.set-to-time-preset": "{{time}} den {{date, datetime}}",
/** Aria label for button to open date picker */
"calendar.button.aria-label": "\xC5bn kalender",
/** Tooltip content for button to open datetime input */
"calendar.button.tooltip-text": "V\xE6lg dato",
/** Error message displayed in calendar when entered date is not the correct format */
"calendar.error.must-be-in-format": "Skal v\xE6re i formatet: {{exampleDate}}",
/** Month name for April */
"calendar.month-names.april": "April",
/** Month name for August */
"calendar.month-names.august": "August",
/** Month name for December */
"calendar.month-names.december": "December",
/** Month name for February */
"calendar.month-names.february": "Februar",
/** Month name for January */
"calendar.month-names.january": "Januar",
/** Month name for July */
"calendar.month-names.july": "Juli",
/** Month name for June */
"calendar.month-names.june": "Juni",
/** Month name for March */
"calendar.month-names.march": "Marts",
/** Month name for May */
"calendar.month-names.may": "Maj",
/** Month name for November */
"calendar.month-names.november": "November",
/** Month name for October */
"calendar.month-names.october": "Oktober",
/** Month name for September */
"calendar.month-names.september": "September",
/** Short weekday name for Friday */
"calendar.weekday-names.short.friday": "Fre",
/** Short weekday name for Monday */
"calendar.weekday-names.short.monday": "Man",
/** Short weekday name for Saturdayday */
"calendar.weekday-names.short.saturday": "L\xF8r",
/** Short weekday name for Sunday */
"calendar.weekday-names.short.sunday": "S\xF8n",
/** Short weekday name for Thursday */
"calendar.weekday-names.short.thursday": "Tor",
/** Short weekday name for Tuesday */
"calendar.weekday-names.short.tuesday": "Tir",
/** Short weekday name for Wednesday */
"calendar.weekday-names.short.wednesday": "Ons",
/** Label for the close button label in Review Changes pane */
"changes.action.close-label": "Luk gennemgang af \xE6ndringer",
/** Cancel label for revert button prompt action */
"changes.action.revert-all-cancel": "Annuller",
/** Revert all confirm label for revert button action - used on prompt button + review changes pane */
"changes.action.revert-all-confirm": "Fortryd alle",
/** Prompt for confirming revert change (singular) label for field change action */
"changes.action.revert-changes-confirm-change_one": "Fortryd \xE6ndring",
/** Revert for confirming revert (plural) label for field change action */
"changes.action.revert-changes-confirm-change_other": "Fortryd \xE6ndringer",
/** Prompt for reverting changes for a field change */
"changes.action.revert-changes-description": "Er du sikker p\xE5, at du vil fortryde \xE6ndringerne?",
/** Prompt for reverting changes for a group change, eg multiple changes */
"changes.action.revert-changes-description_one": "Er du sikker p\xE5, at du vil fortryde \xE6ndringen?",
/** Label for when the action of the change was to set something that was previously empty, eg a field was given a value, an array item was added, an asset was selected or similar */
"changes.added-label": "Tilf\xF8jet",
/** Array diff: An item was added in a given position (`{{position}}`) */
"changes.array.item-added-in-position": "Tilf\xF8jet i position {{position}}",
"changes.array.item-moved_down_one": "Flyttet {{count}} position ned",
"changes.array.item-moved_down_other": "Flyttet {{count}} positioner ned",
/**
* Array diff: An item was moved within the array.
* Receives `{{count}}` representing number of positions it moved.
* Context is the direction of the move, either `up` or `down`.
*/
"changes.array.item-moved_up_one": "Flyttet {{count}} position op",
"changes.array.item-moved_up_other": "Flyttet {{count}} positioner op",
/** Array diff: An item was removed from a given position (`{{position}}`) */
"changes.array.item-removed-from-position": "Fjernet fra position {{position}}",
/** Accessibility label for the "change bar" shown when there are edits on a field-level */
"changes.change-bar.aria-label": "Gennemg\xE5 \xE6ndringer",
/** Label for when the action of the change was _not_ an add/remove, eg a text field changed value, an image was changed from one asset to another or similar */
"changes.changed-label": "\xC6ndret",
/** Label and text for tooltip that indicates the authors of the changes */
"changes.changes-by-author": "\xC6ndringer af",
/** Additional text shown in development mode when a diff component crashes during rendering */
"changes.error-boundary.developer-info": "Tjek udviklerkonsollen for mere information",
/** Text shown when a diff component crashes during rendering, triggering the error boundary */
"changes.error-boundary.title": "Gengivelse af \xE6ndringerne til dette felt for\xE5rsagede en fejl",
/** Error message shown when the value of a field is not the expected one */
"changes.error.incorrect-type-message": 'V\xE6rdifejl: V\xE6rdien er af typen "<code>{{actualType}}</code>", forventet "<code>{{expectedType}}</code>"',
/** File diff: Fallback title for the meta info section when there is no original filename to use */
"changes.file.meta-info-fallback-title": "Uden titel",
/** Image diff: Text shown in tooltip when hovering hotspot that has changed in diff view */
"changes.image.crop-changed": "Besk\xE6ring \xE6ndret",
/** Image diff: Text shown if the previous image asset was deleted (shouldn't theoretically happen) */
"changes.image.deleted": "Billede slettet",
/** Image diff: Text shown if the image failed to be loaded when previewing it */
"changes.image.error-loading-image": "Fejl ved indl\xE6sning af billede",
/** Image diff: Text shown in tooltip when hovering hotspot that has changed in diff view */
"changes.image.hotspot-changed": "Hotspot \xE6ndret",
/** Image diff: Fallback title for the meta info section when there is no original filename to use */
"changes.image.meta-info-fallback-title": "Uden titel",
/** Image diff: Text shown if no asset has been set for the field (but has metadata changes) */
"changes.image.no-asset-set": "Billede ikke indstillet",
/** Image diff: Text shown when the from/to state has/had no image */
"changes.image.no-image-placeholder": "(intet billede)",
/** Label for the "from" value in the change inspector */
"changes.inspector.from-label": "Fra",
/** Label for the "meta" (field path, action etc) information in the change inspector */
"changes.inspector.meta-label": "Meta",
/** Label for the "to" value in the change inspector */
"changes.inspector.to-label": "Til",
/** Loading author of change in the differences tooltip in the review changes pane */
"changes.loading-author": "Indl\xE6ser\u2026",
/** Loading changes in Review Changes Pane */
"changes.loading-changes": "Indl\xE6ser \xE6ndringer\u2026",
/** No Changes description in the Review Changes pane */
"changes.no-changes-description": "Rediger dokumentet eller v\xE6lg en \xE6ldre version i tidslinjen for at se en liste over \xE6ndringer vises i dette panel.",
/** No Changes title in the Review Changes pane */
"changes.no-changes-title": "Der er ingen \xE6ndringer",
/** Portable Text diff: An annotation was added */
"changes.portable-text.annotation_added": "Tilf\xF8jet annotation",
/** Portable Text diff: An annotation was changed */
"changes.portable-text.annotation_changed": "\xC6ndret annotation",
/** Portable Text diff: An annotation was removed */
"changes.portable-text.annotation_removed": "Fjernet annotation",
/** Portable Text diff: An annotation was left unchanged */
"changes.portable-text.annotation_unchanged": "U\xE6ndret annotation",
/** Portable Text diff: A block changed from one style to another (eg `normal` to `h1` or similar) */
"changes.portable-text.block-style-changed": '\xC6ndret blokstil fra "{{fromStyle}}" til "{{toStyle}}"',
/** Portable Text diff: Change formatting of text (setting/unsetting marks, eg bold/italic etc) */
"changes.portable-text.changed-formatting": "\xC6ndret formatering",
/** Portable Text diff: An empty inline object is part of a change */
"changes.portable-text.empty-inline-object": "Tom {{inlineObjectType}}",
/** Portable Text diff: An empty object is the result of adding/removing an annotation */
"changes.portable-text.empty-object-annotation": "Tom {{annotationType}}",
/** Portable Text diff: Added a block containing no text (eg empty block) */
"changes.portable-text.empty-text_added": "Tilf\xF8jet tom tekst",
/** Portable Text diff: Changed a block that contained no text (eg empty block) */
"changes.portable-text.empty-text_changed": "\xC6ndret tom tekst",
/** Portable Text diff: Removed a block containing no text (eg empty block) */
"changes.portable-text.empty-text_removed": "Fjernet tom tekst",
/** Portable Text diff: An inline object was added */
"changes.portable-text.inline-object_added": "Tilf\xF8jet inline objekt",
/** Portable Text diff: An inline object was changed */
"changes.portable-text.inline-object_changed": "\xC6ndret inline objekt",
/** Portable Text diff: An inline object was removed */
"changes.portable-text.inline-object_removed": "Fjernet inline objekt",
/** Portable Text diff: An inline object was left unchanged */
"changes.portable-text.inline-object_unchanged": "U\xE6ndret inline objekt",
/** Portable Text diff: Added a chunk of text */
"changes.portable-text.text_added": "Tilf\xF8jet tekst",
/** Portable Text diff: Removed a chunk of text */
"changes.portable-text.text_removed": "Fjernet tekst",
/** Portable Text diff: Annotation has an unknown schema type */
"changes.portable-text.unknown-annotation-schema-type": "Ukendt skematype",
/** Portable Text diff: Inline object has an unknown schema type */
"changes.portable-text.unknown-inline-object-schema-type": "Ukendt skematype",
/** Label for when the action of the change was a removal, eg a field was cleared, an array item was removed, an asset was deselected or similar */
"changes.removed-label": "Fjernet",
/** Title for the Review Changes pane */
"changes.title": "Gennemg\xE5 \xE6ndringer",
/** --- Common components --- */
/** Tooltip text for context menu buttons */
"common.context-menu-button.tooltip": "Vis mere",
/** Default text for dialog cancel button */
"common.dialog.cancel-button.text": "Annuller",
/** Default text for dialog confirm button */
"common.dialog.confirm-button.text": "Bekr\xE6ft",
/** Default text in shared loader text / spinner lockup */
"common.loading": "Indl\xE6ser",
/** --- Configuration issues --- */
/** Default label text on configuration issues button */
"configuration-issues.button.label": "Konfigurationsproblemer",
/** Tooltip displayed on configuration issues button */
"configuration-issues.button.tooltip": "Fundet konfigurationsproblemer",
/** The fallback title for an ordering menu item if no localized titles are provided. */
"default-menu-item.fallback-title": "Sorter efter {{title}}",
/** Title for the default ordering/SortOrder if no orderings are provided and the caption field is found */
"default-orderings.caption": "Sorter efter Billedtekst",
/** Title for the default ordering/SortOrder if no orderings are provided and the description field is found */
"default-orderings.description": "Sorter efter Beskrivelse",
/** Title for the default ordering/SortOrder if no orderings are provided and the header field is found */
"default-orderings.header": "Sorter efter Overskrift",
/** Title for the default ordering/SortOrder if no orderings are provided and the heading field is found */
"default-orderings.heading": "Sort\xE9r efter overskrift",
/** Title for the default ordering/SortOrder if no orderings are provided and the label field is found */
"default-orderings.label": "Sort\xE9r efter etiket",
/** Title for the default ordering/SortOrder if no orderings are provided and the name field is found */
"default-orderings.name": "Sort\xE9r efter navn",
/** Title for the default ordering/SortOrder if no orderings are provided and the title field is found */
"default-orderings.title": "Sort\xE9r efter titel",
/** Label to show in the document footer indicating the last edited date of the document */
"document-status.edited": "Redigeret {{date}}",
/** Label to show in the document footer indicating the document is not published*/
"document-status.not-published": "Ikke offentliggjort",
/** Label to show in the document footer indicating the published date of the document */
"document-status.published": "Offentliggjort {{date}}",
/** Label to show in the document footer indicating the revision from date of the document */
"document-status.revision-from": "Revision fra <em>{{date}}</em>",
/** The value of the <code>_key</code> property must be a unique string. */
"form.error.duplicate-keys-alert.details.additional-description": "V\xE6rdien af <code>_key</code>-egenskaben skal v\xE6re en unik streng.",
/** This usually happens when items are created using an API client, and the <code>_key</code> property of each elements has been generated non-uniquely. */
"form.error.duplicate-keys-alert.details.description": "Dette sker normalt, n\xE5r elementer oprettes ved hj\xE6lp af en API-klient, og <code>_key</code>-egenskaben for hvert element er blevet genereret ikke-unikt.",
/** Developer info */
"form.error.duplicate-keys-alert.details.title": "Udviklerinfo",
/** Generate unique keys */
"form.error.duplicate-keys-alert.generate-button.text": "Generer unikke n\xF8gler",
/** Several items in this list share the same identifier (key). Every item must have an unique identifier. */
"form.error.duplicate-keys-alert.summary": "Flere elementer p\xE5 denne liste deler den samme identifikator (n\xF8gle). Hvert element skal have en unik identifikator.",
/** Non-unique keys */
"form.error.duplicate-keys-alert.title": "Ikke-unikke n\xF8gler",
/** Error text shown when a field with a given name cannot be found in the schema or is conditionally hidden but explicitly told to render */
"form.error.field-not-found": 'Feltet "{{fieldName}}" blev ikke fundet blandt medlemmerne \u2013 verificer at det er defineret i skemaet og at det ikke er blevet betingelsesm\xE6ssigt skjult.',
/** Add missing keys */
"form.error.missing-keys-alert.add-button.text": "Tilf\xF8j manglende n\xF8gler",
/** The value of the <code>_key</code> property must be a unique string. */
"form.error.missing-keys-alert.details.additional-description": "V\xE6rdien af <code>_key</code>-egenskaben skal v\xE6re en unik streng.",
/** This usually happens when items are created using an API client, and the <code>_key</code> property has not been included. */
"form.error.missing-keys-alert.details.description": "Dette sker normalt, n\xE5r elementer oprettes ved hj\xE6lp af en API-klient, og <code>_key</code>-egenskaben ikke er blevet inkluderet.",
/** Developer info */
"form.error.missing-keys-alert.details.title": "Udviklerinfo",
/** Some items in the list are missing their keys. This must be fixed in order to edit the list. */
"form.error.missing-keys-alert.summary": "Nogle elementer p\xE5 listen mangler deres n\xF8gler. Dette skal rettes for at kunne redigere listen.",
/** Missing keys */
"form.error.missing-keys-alert.title": "Manglende n\xF8gler",
/** This usually happens when items are created using an API client, or when a custom input component has added invalid data to the list. */
"form.error.mixed-array-alert.details.description": "Dette sker normalt, n\xE5r elementer oprettes ved hj\xE6lp af en API-klient, eller n\xE5r en brugerdefineret inputkomponent har tilf\xF8jet ugyldige data til listen.",
/** Developer info */
"form.error.mixed-array-alert.details.title": "Udviklerinfo",
/** Remove non-object values */
"form.error.mixed-array-alert.remove-button.text": "Fjern ikke-objektv\xE6rdier",
/** Some items in this list are not objects. This must be fixed in order to edit the list. */
"form.error.mixed-array-alert.summary": "Nogle elementer p\xE5 denne liste er ikke objekter. Dette skal rettes for at kunne redigere listen.",
/** Invalid list values */
"form.error.mixed-array-alert.title": "Ugyldige liste v\xE6rdier",
/** Error text shown when form is unable to find an array item at a given indexed path */
"form.error.no-array-item-at-index": "Intet array-element ved indeks <code>{{index}}</code> fundet p\xE5 sti <code>{{path}}</code>",
/** Error text shown when form is unable to find an array item at a given keyed path */
"form.error.no-array-item-at-key": 'Intet array-element med `_key` <code>"{{key}}"</code> fundet p\xE5 sti <code>{{path}}</code>',
/** The title above the error call stack output related to the crash */
"form.error.unhandled-runtime-error.call-stack.title": "Kaldstak:",
/** The title above the error component stack provided by React's underlying ErrorBoundary component */
"form.error.unhandled-runtime-error.component-stack.title": "Komponentstak:",
/** The error message for the unhandled error that crashed the Input component during render */
"form.error.unhandled-runtime-error.error-message": "Fejl: {{message}}",
/** The title for the error card rendered inside a field in place of a crashing input */
"form.error.unhandled-runtime-error.title": "Uh\xE5ndteret k\xF8rselsfejl",
/** Form field deprecated label */
"form.field.deprecated-label": "for\xE6ldet",
/** Fallback title shown above field if it has no defined title */
"form.field.untitled-field-label": "Uden titel",
/** Accessibility label for the icon that indicates the field has a validation error */
"form.validation.has-error-aria-label": "Har fejl",
/** Accessibility label for the icon that indicates the field has validation information */
"form.validation.has-info-aria-label": "Har information",
/** Accessibility label for the icon that indicates the field has a validation warning */
"form.validation.has-warning-aria-label": "Har advarsel",
/** Text shown when summarizing validation information, when the field has one or more errors */
"form.validation.summary.errors-count_one": "{{count}} fejl",
"form.validation.summary.errors-count_other": "{{count}} fejl",
/** Text shown when summarizing validation information, when the field has one or more warnings */
"form.validation.summary.warnings-count_one": "{{count}} advarsel",
"form.validation.summary.warnings-count_other": "{{count}} advarsler",
/** Tooltip for free trial navbar button indicating remaining days */
"free-trial.tooltip.days-count_one": "{{count}} dag tilbage i pr\xF8veperioden",
"free-trial.tooltip.days-count_other": "{{count}} dage tilbage i pr\xF8veperioden",
/** Tooltip for free trial navbar button, once trial has ended */
"free-trial.tooltip.trial-finished": "Opgrader dit projekt",
/**
* Label for "contact sales" call to action
* These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched
*/
"help-resources.action.contact-sales": "Kontakt salg",
/**
* Label for "help and support" call to action
* These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched
*/
"help-resources.action.help-and-support": "Hj\xE6lp og support",
/**
* Label for "join our community" call to action
* These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched
*/
"help-resources.action.join-our-community": "Deltag i vores f\xE6llesskab",
/** Information for what the latest sanity version is */
"help-resources.latest-sanity-version": "Seneste version er {{latestVersion}}",
/** Information for what studio version the current studio is running */
"help-resources.studio-version": "Sanity Studio version {{studioVersion}}",
/** Title for help and resources menus */
"help-resources.title": "Hj\xE6lp og ressourcer",
/** Text for button to cancel an ongoing upload */
"input.files.common.cancel-upload": "Annuller upload",
/** Text for file input button in upload placeholder */
"input.files.common.upload-placeholder.file-input-button.text": "Upload",
/** Uploading <FileName/> */
"input.files.common.upload-progress": "Uploader <FileName/>",
/** The referenced document cannot be opened, because the URL failed to be resolved */
"input.reference.document-cannot-be-opened.failed-to-resolve-url": "Dette dokument kan ikke \xE5bnes (kan ikke opl\xF8se URL til Studio)",
/** Label for adding item after a specific array item */
"inputs.array.action.add-after": "Tilf\xF8j element efter",
/** Label for adding item before a specific array item */
"inputs.array.action.add-before": "Tilf\xF8j element f\xF8r",
/** Label for adding array item action when the schema allows for only one schema type */
"inputs.array.action.add-item": "Tilf\xF8j element",
/**
* Label for adding one array item action when the schema allows for multiple schema types,
* eg. will prompt the user to select a type once triggered
*/
"inputs.array.action.add-item-select-type": "Tilf\xF8j element...",
/** Label for copying an array item */
"inputs.array.action.copy": "Kopier",
/** Array drag handle button tooltip */
"inputs.array.action.drag.tooltip": "Tr\xE6k for at omarrangere",
/** Label for duplicating an array item */
"inputs.array.action.duplicate": "Dupliker",
/** Label for editing the item of a specific type, eg "Edit Person" */
"inputs.array.action.edit": "Rediger {{itemTypeTitle}}",
/** Label for removing an array item action */
"inputs.array.action.remove": "Fjern",
/** Label for removing action when an array item has an error */
"inputs.array.action.remove-invalid-item": "Fjern",
/** Label for viewing the item of a specific type, eg "View Person" */
"inputs.array.action.view": "Vis {{itemTypeTitle}}",
/** Error description for the array item tooltip that explains that the current item can still be moved or deleted but not edited since the schema definition is not found */
"inputs.array.error.can-delete-but-no-edit-description": "Du kan stadig flytte eller slette dette element, men det kan ikke redigeres, da skemadefinitionen for dets type ikke kan findes.",
/** Error label for toast when array could not resolve the initial value */
"inputs.array.error.cannot-resolve-initial-value-title": "Kan ikke fastsl\xE5 den indledende v\xE6rdi for typen: {{schemaTypeTitle}}: {{errorMessage}}.",
/** Error label for toast when trying to upload one array item of a type that cannot be converted to array */
"inputs.array.error.cannot-upload-unable-to-convert_one": "F\xF8lgende element kan ikke uploades, fordi der ikke er nogen kendt konvertering fra indholdstype til array-element:",
/** Error label for toast when trying to upload multiple array items of a type that cannot be converted to array */
"inputs.array.error.cannot-upload-unable-to-convert_other": "F\xF8lgende elementer kan ikke uploades, fordi der ikke er nogen kendt konvertering fra indholdstyper til array-element:",
/** Error description for the array item tooltip that explains that the current type item is not valid for the list */
"inputs.array.error.current-schema-not-declare-description": "Det nuv\xE6rende skema erkl\xE6rer ikke elementer af typen <code>{{typeName}}</code> som gyldige for denne liste. Dette kan betyde, at typen er fjernet som en gyldig elementtype, eller at nogen andre har tilf\xF8jet den til deres egen lokale skema, som endnu ikke er udrullet.",
/** Error description to show how the item is being represented in the json format */
"inputs.array.error.json-representation-description": "JSON-repr\xE6sentation af dette element:",
/** Error description for the array item tooltip that explains what the error means with more context */
"inputs.array.error.type-is-incompatible-prompt": "Element af typen <code>{{typeName}}</code> er ikke gyldigt for denne liste",
/** Error title for when an item type within an array input is incompatible, used in the tooltip */
"inputs.array.error.type-is-incompatible-title": "Hvorfor sker dette?",
/** Error label for unexpected errors in the Array Input */
"inputs.array.error.unexpected-error": "Uventet fejl: {{error}}",
/** Label for the array insert menu all items filter */
"inputs.array.insert-menu.filter.all-items": "Alle",
/** Label for when the array insert menu search shows no items */
"inputs.array.insert-menu.search.no-results": "Ingen elementer fundet",
/** Placeholder for the array insert menu search field */
"inputs.array.insert-menu.search.placeholder": "S\xF8g",
/** Tooltip for the array insert menu grid view toggle */
"inputs.array.insert-menu.toggle-grid-view.tooltip": "Skift til gittervisning",
/** Tooltip for the array insert menu list view toggle */
"inputs.array.insert-menu.toggle-list-view.tooltip": "Skift til listevisning",
/** Label for when the array input doesn't have any items */
"inputs.array.no-items-label": "Ingen elementer",
/** Label for read only array fields */
"inputs.array.read-only-label": "Dette felt er skrivebeskyttet",
/** Label for when the array input is resolving the initial value for the item */
"inputs.array.resolving-initial-value": "Fastsl\xE5r indledende v\xE6rdi\u2026",
/** Tooltip content when boolean input is disabled */
"inputs.boolean.disabled": "Deaktiveret",
/** Placeholder value for datetime input */
"inputs.datetime.placeholder": "f.eks. {{example}}",
/** Acessibility label for button to open file options menu */
"inputs.file.actions-menu.file-options.aria-label": "\xC5bn filindstillingsmenuen",
/** Browse */
"inputs.file.browse-button.text": "Gennemse",
/** Select file */
"inputs.file.dialog.title": "V\xE6lg fil",
/** Unknown member kind: `{{kind}}` */
"inputs.file.error.unknown-member-kind": "Ukendt medlemstype: {{kind}}",
/** The value of this field is not a valid file. Resetting this field will let you choose a new file. */
"inputs.file.invalid-file-warning.description": "V\xE6rdien af dette felt er ikke en gyldig fil. Nulstilling af dette felt vil lade dig v\xE6lge en ny fil.",
/** Reset value */
"inputs.file.invalid-file-warning.reset-button.text": "Nulstil v\xE6rdi",
/** Invalid file value */
"inputs.file.invalid-file-warning.title": "Ugyldig filv\xE6rdi",
/** Select */
"inputs.file.multi-browse-button.text": "V\xE6lg",
/** The upload could not be completed at this time. */
"inputs.file.upload-failed.description": "Upload kunne ikke fuldf\xF8res p\xE5 dette tidspunkt.",
/** Upload failed */
"inputs.file.upload-failed.title": "Upload mislykkedes",
/** Clear field */
"inputs.files.common.actions-menu.clear-field.label": "Ryd felt",
/** Copy URL */
"inputs.files.common.actions-menu.copy-url.label": "Kopier URL",
/** Download */
"inputs.files.common.actions-menu.download.label": "Download",
/** The URL is copied to the clipboard */
"inputs.files.common.actions-menu.notification.url-copied": "URL'en er kopieret til udklipsholderen",
/** Replace */
"inputs.files.common.actions-menu.replace.label": "Erstat",
/** Upload */
"inputs.files.common.actions-menu.upload.label": "Upload",
/** Drop to upload */
"inputs.files.common.drop-message.drop-to-upload": "Slip for at uploade",
/** Drop to upload `{{count}}` file */
"inputs.files.common.drop-message.drop-to-upload-multi_one": "Slip for at uploade {{count}} fil",
/** Drop to upload `{{count}}` files */
"inputs.files.common.drop-message.drop-to-upload-multi_other": "Slip for at uploade {{count}} filer",
/** Can't upload this file here */
"inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_one": "Kan ikke uploade denne fil her",
/** Can't upload any of these files here */
"inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_other": "Kan ikke uploade nogen af disse filer her",
/** `{{count}}` file can't be uploaded here */
"inputs.files.common.drop-message.drop-to-upload.rejected-file-message_one": "{{count}} fil kan ikke uploades her",
/** `{{count}}` files can't be uploaded here */
"inputs.files.common.drop-message.drop-to-upload.rejected-file-message_other": "{{count}} filer kan ikke uploades her",
/** Cannot upload `{{count}}` files */
"inputs.files.common.placeholder.cannot-upload-some-files_one": "Kan ikke uploade fil",
"inputs.files.common.placeholder.cannot-upload-some-files_other": "Kan ikke uploade {{count}} filer",
/** Drag or paste type here */
"inputs.files.common.placeholder.drag-or-paste-to-upload_file": "Tr\xE6k eller inds\xE6t fil her",
/** Drag or paste image here */
"inputs.files.common.placeholder.drag-or-paste-to-upload_image": "Tr\xE6k eller inds\xE6t billede her",
/** Drop to upload file */
"inputs.files.common.placeholder.drop-to-upload_file": "Slip for at uploade fil",
/** Drop to upload image */
"inputs.files.common.placeholder.drop-to-upload_image": "Slip for at uploade billede",
/** Read only */
"inputs.files.common.placeholder.read-only": "Skrivebeskyttet",
/** Can't upload files here */
"inputs.files.common.placeholder.upload-not-supported": "Det er ikke muligt at uploade filer her",
/** Clear upload */
"inputs.files.common.stale-upload-warning.clear": "Annuller upload",
/** An upload has made no progress for at least `{{staleThresholdMinutes}}` minutes and likely got interrupted. You can safely clear the incomplete upload and try uploading again. */
"inputs.files.common.stale-upload-warning.description": "En upload har ikke gjort fremskridt i mindst {{staleThresholdMinutes}} minutter og er sandsynligvis blevet afbrudt. Du kan sikkert annullere den ufuldst\xE6ndige upload og pr\xF8ve at uploade igen.",
/** Incomplete upload */
"inputs.files.common.stale-upload-warning.title": "Ufuldst\xE6ndig upload",
/** Tooltip text for action to crop image */
"inputs.image.actions-menu.crop-image-tooltip": "Besk\xE6r billede",
/** Accessibility label for button to open image edit dialog */
"inputs.image.actions-menu.edit-details.aria-label": "\xC5bn dialogboks for redigering af billede",
/** Accessibility label for button to open image options menu */
"inputs.image.actions-menu.options.aria-label": "\xC5bn menu for billedindstillinger",
/** Select */
"inputs.image.browse-menu.text": "V\xE6lg",
/** Cannot upload this file here */
"inputs.image.drag-overlay.cannot-upload-here": "Kan ikke uploade denne fil her",
/** Drop image to upload */
"inputs.image.drag-overlay.drop-to-upload-image": "Slip billede for at uploade",
/** This field is read only */
"inputs.image.drag-overlay.this-field-is-read-only": "Dette felt er skrivebeskyttet",
/** Unknown member kind: `{{kind}}` */
"inputs.image.error.unknown-member-kind": "Ukendt medlemstype: {{kind}}",
/** Edit hotspot and crop */
"inputs.image.hotspot-dialog.title": "Rediger hotspot og besk\xE6ring",
/** The value of this field is not a valid image. Resetting this field will let you choose a new image. */
"inputs.image.invalid-image-warning.description": "V\xE6rdien af dette felt er ikke et gyldigt billede. Nulstilling af dette felt vil lade dig v\xE6lge et nyt billede.",
/** Reset value */
"inputs.image.invalid-image-warning.reset-button.text": "Nulstil v\xE6rdi",
/** Invalid image value */
"inputs.image.invalid-image-warning.title": "Ugyldig billedv\xE6rdi",
/** Preview of uploaded image */
"inputs.image.preview-uploaded-image": "Forh\xE5ndsvisning af uploadet billede",
/** The upload could not be completed at this time. */
"inputs.image.upload-error.description": "Uploadet kunne ikke fuldf\xF8res p\xE5 dette tidspunkt.",
/** Upload failed */
"inputs.image.upload-error.title": "Upload mislykkedes",
/** Adjust the rectangle to crop image. Adjust the circle to specify the area that should always be visible. */
"inputs.imagetool.description": "Just\xE9r rektanglet for at besk\xE6re billedet. Just\xE9r cirklen for at angive det omr\xE5de, der altid skal v\xE6re synligt.",
/** Error: `{{errorMessage}}` */
"inputs.imagetool.load-error": "Fejl: {{errorMessage}}",
/** Hotspot & Crop */
"inputs.imagetool.title": "Hotspot & Besk\xE6ring",
/** Warnings displayed to developers when using the crop/hotspot tool on vector images, notifying them that crops/hotspot are not respected when serving the image in vector format. For the crop/hotspot to apply, images must be served in a raster format such as JPG or PNG, by appending eg `fm=jpg` to the image url, or calling `format('jpg')` if using `@sanity/image-url` */
"inputs.imagetool.vector-warning.developer-info": "Asset Pipeline underst\xF8tter ikke hotspot og besk\xE6ring for vektorformater. For at aktivere hotspot & besk\xE6ring, eksporter dette billede til et af de underst\xF8ttede rasterformater. For eksempel: <code>fm=jpg</code> til <ImageUrlDocumentationLink>billedets URL</ImageUrlDocumentationLink> eller kald <code>.format('png')</code> med <ImageUrlPackageDocumentationLink>@sanity/image-url</ImageUrlPackageDocumentationLink>.",
/** See developer info */
"inputs.imagetool.vector-warning.expand-developer-info": "Se udviklerinfo",
/** Gotcha: Serving vector images with hotspot and crop from the Sanity Image API */
"inputs.imagetool.vector-warning.title": "Advarsel: Hotspot og besk\xE6ring er muligvis ikke anvendt p\xE5 dette billede, hvor det pr\xE6senteres.",
/** Convert to `{{targetType}}` */
"inputs.invalid-value.convert-button.text": "Konverter til {{targetType}}",
/** The current value (<code>`{{actualType}}`</code>) */
"inputs.invalid-value.current-type": "Den nuv\xE6rende v\xE6rdi (<code>{{actualType}}</code>)",
/** The property value is stored as a value type that does not match the expected type. */
"inputs.invalid-value.description": "Egenskabens v\xE6rdi er gemt som en v\xE6rditype, der ikke matcher den forventede type.",
/** The value of this property must be of type <code>`{{validType}}`</code> according to the schema. */
"inputs.invalid-value.details.description": "V\xE6rdien af denne egenskab skal v\xE6re af typen <code>{{validType}}</code> if\xF8lge skemaet.",
/** Only the following types are valid here according to schema: */
"inputs.invalid-value.details.multi-type-description": "Kun f\xF8lgende typer er gyldige her if\xF8lge skemaet:",
/** Mismatching value types typically occur when the schema has recently been changed. */
"inputs.invalid-value.details.possible-reason": "Uoverensstemmende v\xE6rdityper opst\xE5r typisk, n\xE5r skemaet for nylig er blevet \xE6ndret.",
/** Developer info */
"inputs.invalid-value.details.title": "Udviklerinfo",
/** -- Invalid Value Input -- */
/** Reset value */
"inputs.invalid-value.reset-button.text": "Nulstil v\xE6rdi",
/** Invalid property value */
"inputs.invalid-value.title": "Ugyldig egenskabsv\xE6rdi",
/** Title for the "All fields" field group */
"inputs.object.field-group-tabs.all-fields-title": "Alle felter",
/** Aria label for the "Field groups" select control on smaller screens */
"inputs.object.field-group-tabs.aria-label": "Feltgrupper",
/** Read-only field description */
"inputs.object.unknown-fields.read-only.description": "Dette felt er <strong>skrivebeskyttet</strong> if\xF8lge dokumentets skema og kan ikke fjernes. Hvis du vil kunne fjerne dette i Studio, skal du s\xF8rge for at fjerne <code>readOnly</code> feltet fra den omsluttende type i skemaet.",
/** Remove field */
"inputs.object.unknown-fields.remove-field-button.text": "Fjern felt",
/** Encountered `{{count}}` fields that are not defined in the schema. */
"inputs.object.unknown-fields.warning.description_one": "St\xF8dte p\xE5 et felt, der ikke er defineret i skemaet.",
"inputs.object.unknown-fields.warning.description_other": "St\xF8dte p\xE5 {{count}} felter, der ikke er defineret i skemaet.",
/** Detailed description of unknown field warning */
"inputs.object.unknown-fields.warning.details.description_one": "Dette felt er ikke defineret i skemaet, hvilket kan betyde, at feltdefinitionen er blevet fjernet, eller at nogen andre har tilf\xF8jet det til deres eget lokale projekt og endnu ikke har udrullet deres \xE6ndringer.",
"inputs.object.unknown-fields.warning.details.description_other": "Disse felter er ikke defineret i dokumentets skema, hvilket kan betyde, at feltdefinitionerne er blevet fjernet, eller at nogen andre har tilf\xF8jet dem til deres eget lokale projekt og endnu ikke har udrullet deres \xE6ndringer.",
/** Developer info */
"inputs.object.unknown-fields.warning.details.title": "Udviklerinfo",
/** Unknown field found */
"inputs.object.unknown-fields.warning.title_one": "Ukendt felt fundet",
"inputs.object.unknown-fields.warning.title_other": "Ukendte felter fundet",
/** Collapse the editor to save screen space */
"inputs.portable-text.action.collapse-editor": "Kollaps redigeringsv\xE6rkt\xF8jet",
/** Aria label for action to edit an existing annotation */
"inputs.portable-text.action.edit-annotation-aria-label": "Rediger annotation",
/** Expand the editor to give more editing space */
"inputs.portable-text.action.expand-editor": "Udvid redigeringsv\xE6rkt\xF8jet",
/** Label label for action to insert a block of a given type (`{{typeName}}`) */
"inputs.portable-text.action.insert-block": "Inds\xE6t {{typeName}}",
/** Accessibility label for action to insert a block of a given type (`{{typeName}}`) */
"inputs.portable-text.action.insert-block-aria-label": "Inds\xE6t {{typeName}} (blok)",
/** Label for action to insert an inline object of a given type (`{{typeName}}`) */
"inputs.portable-text.action.insert-inline-object": "Inds\xE6t {{typeName}}",
/** Accessibility label for action to insert an inline object of a given type (`{{typeName}}`) */
"inputs.portable-text.action.insert-inline-object-aria-label": "Inds\xE6t {{typeName}} (inline)",
/** Aria label for action to remove an annotation */
"inputs.portable-text.action.remove-annotation-aria-label": "Fjern annotation",
/** Label for activate on focus with context of click and not focused */
"inputs.portable-text.activate-on-focus-message_click": "Klik for at aktivere",
/** Label for activate on focus with context of click and focused */
"inputs.portable-text.activate-on-focus-message_click-focused": "Klik eller tryk p\xE5 mellemrum for at aktivere",
/** Label for activate on focus with context of tap and not focused */
"inputs.portable-text.activate-on-focus-message_tap": "Tryk for at aktivere",
/** Aria label for the annotation object */
"inputs.portable-text.annotation-aria-label": "Annotationsobjekt",
/** Title for dialog that allows editing an annotation */
"inputs.portable-text.annotation-editor.title": "Rediger {{schemaType}}",
/** Title of the default "link" annotation */
"inputs.portable-text.annotation.link": "Link",
/** Aria label for the block object */
"inputs.portable-text.block.aria-label": "Blokobjekt",
/** Label for action to edit a block item, in the case where it is editable */
"inputs.portable-text.block.edit": "Rediger",
/** Accessibility label for the button that opens the actions menu on blocks */
"inputs.portable-text.block.open-menu-aria-label": "\xC5bn menu",
/** Label for action to open a reference, in the case of block-level reference types */
"inputs.portable-text.block.open-reference": "\xC5bn reference",
/** Label for action to remove a block item */
"inputs.portable-text.block.remove": "Fjern",
/** Label for action to view a block item, in the case where it is read-only and thus cannot be edited */
"inputs.portable-text.block.view": "Vis",
/** Title