@sanity/locale-da-dk
Version:
Danish / Dansk locale/translation for Sanity Studio
78 lines (76 loc) • 5.46 kB
text/typescript
import {removeUndefinedLocaleResources} from 'sanity'
export default 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æt dokument',
/** Text on the field action button to paste a field */
'copy-paste.field-action-paste-button.field.title': 'Indsæt felt',
/** The error message that is shown when the clipboard is not supported */
'copy-paste.on-copy.validation.clipboard-not-supported.title':
'Din browser understøtter ikke denne handling',
/** The success message that is shown when a document is copied */
'copy-paste.on-copy.validation.copy-document-success.title': 'Dokument "{{fieldNames}}" kopieret',
/** The success message that is shown when a field is copied */
'copy-paste.on-copy.validation.copy-field_one-success.title': 'Felt "{{fieldName}}" kopieret',
/** The success message that is shown when a array item is copied */
'copy-paste.on-copy.validation.copy-item_one-success.title': 'Element "{{typeName}}" kopieret',
/** The error message that is shown when there is no value to copy */
'copy-paste.on-copy.validation.no-value.title': 'Tom værdi, 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ærdi 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ærdi 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ætte',
/** The validation message that is shown when the clipboard item is invalid */
'copy-paste.on-paste.validation.clipboard-invalid.title': 'Ugyldigt udklipsholder element',
/** The success message that is shown when a document is pasted */
'copy-paste.on-paste.validation.document-paste-success.title':
'Dokument "{{fieldNames}}" opdateret',
/** The success message that is shown when a field is pasted */
'copy-paste.on-paste.validation.field_one-paste-success.title': 'Felt "{{fieldName}}" opdateret',
/** 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ætte alle værdier',
/** The validation message that is shown when primitive types are incompatible */
'copy-paste.on-paste.validation.primitive-type-incompatible.description':
'Værdi 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ålet 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ålskematyper 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ærdien "{{value}}" er ikke tilladt i "{{allowedStrings}}"',
})