UNPKG

@sanity/locale-da-dk

Version:

Danish / Dansk locale/translation for Sanity Studio

58 lines (57 loc) 4.97 kB
import { removeUndefinedLocaleResources } from "sanity"; var copyPaste = removeUndefinedLocaleResources({ /** Text on the field action button to copy a document */ "copy-paste.field-action-copy-button.document.title": "Kopier dokument", /** Text on the field action button to copy a field */ "copy-paste.field-action-copy-button.field.title": "Kopier felt", /** Text on the field action button to paste a document */ "copy-paste.field-action-paste-button.document.title": "Inds\xE6t dokument", /** Text on the field action button to paste a field */ "copy-paste.field-action-paste-button.field.title": "Inds\xE6t felt", /** The error message that is shown when the clipboard is not supported */ "copy-paste.on-copy.validation.clipboard-not-supported.description": "Adgang til udklipsholder kr\xE6ves for at kopiere dette indhold. Tillad udklipsholder tilladelser i dine browserindstillinger, og pr\xF8v at kopiere igen.", /** The error message that is shown when the clipboard is not supported */ "copy-paste.on-copy.validation.clipboard-not-supported.title": "Din browser underst\xF8tter ikke denne handling", /** The error message that is shown when there is no value to copy */ "copy-paste.on-copy.validation.no-value.title": "Tom v\xE6rdi, intet at kopiere", /** --- On copy --- */ /** The error message that is shown when schema types are incompatible */ "copy-paste.on-copy.validation.schema-type-incompatible.title": "Kunne ikke finde skematypen for sti: {{path}}", /** The validation message that is shown when array types are incompatible */ "copy-paste.on-paste.validation.array-type-incompatible.description": 'V\xE6rdi af typen "{{type}}" er ikke tilladt i dette arrayfelt', /** The validation message that is shown when array values are incompatible */ "copy-paste.on-paste.validation.array-value-incompatible.description": 'V\xE6rdi af typen "{{type}}" er ikke tilladt i dette arrayfelt', /** The validation message that is shown when the clipboard is empty */ "copy-paste.on-paste.validation.clipboard-empty.title": "Intet at inds\xE6tte", /** The validation message that is shown when the clipboard item is invalid */ "copy-paste.on-paste.validation.clipboard-invalid.title": "Ugyldigt udklipsholder element", /** The validation message that is shown when image files are incompatible */ "copy-paste.on-paste.validation.image-file-incompatible.description": 'En "{{sourceSchemaType}}" er ikke tilladt i en "{{targetSchemaType}}"', /** The error message that is shown when the MIME type is not accepted */ "copy-paste.on-paste.validation.mime-type-incompatible.description": 'MIME-typen "{{mimeType}}" accepteres ikke for dette felt', /** The error message that is shown when the MIME type validation fails */ "copy-paste.on-paste.validation.mime-type-validation-failed.description": "Validering af MIME-typen mislykkedes", /** The warning message that is shown when not all values can be pasted */ "copy-paste.on-paste.validation.partial-warning.title": "Kunne ikke inds\xE6tte alle v\xE6rdier", /** The validation message that is shown when primitive types are incompatible */ "copy-paste.on-paste.validation.primitive-type-incompatible.description": 'V\xE6rdi af typen "{{type}}" er ikke tilladt i dette felt', /** --- On paste --- */ /** The validation message that is shown when pasting a value into a read-only target */ "copy-paste.on-paste.validation.read-only-target.description": "M\xE5let er skrivebeskyttet", /** The validation message that is shown when reference is incompatible with filter */ "copy-paste.on-paste.validation.reference-filter-incompatible.description": "Reference er ikke tilladt i referencefeltet i henhold til filteret", /** The validation message that is shown when reference types are incompatible */ "copy-paste.on-paste.validation.reference-type-incompatible.description": 'Referencer af typen "{{sourceReferenceType}}" er ikke tilladt i referencefeltet, der accepterer typer "{{targetReferenceTypes}}"', /** The validation message that is shown when reference does not exist */ "copy-paste.on-paste.validation.reference-validation-failed.description": 'Det refererede dokument "{{ref}}" eksisterer ikke', /** The validation message that is shown when the source and target schema types are incompatible */ "copy-paste.on-paste.validation.schema-type-incompatible.description": "Kilde- og m\xE5lskematyper er ikke kompatible", /** The validation message that is shown when schema types are incompatible */ "copy-paste.on-paste.validation.schema-type-incompatible.title": "Kunne ikke finde skematypen for sti: {{path}}", /** The validation message that is shown when string values are incompatible */ "copy-paste.on-paste.validation.string-value-incompatible.description": 'V\xE6rdien "{{value}}" er ikke tilladt i "{{allowedStrings}}"' }); export { copyPaste as default }; //# sourceMappingURL=copy-paste.js.map