UNPKG

@sanity/locale-da-dk

Version:

Danish / Dansk locale/translation for Sanity Studio

1 lines 7.36 kB
{"version":3,"file":"validation.cjs","sources":["../../src/validation.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Array must have exactly \"$wantedLength\" items, but has more/less */\n 'array.exact-length': 'Skal have præcis {{wantedLength}} elementer',\n /** Portable Text array must have exactly \"$wantedLength\" blocks, but has more/less */\n 'array.exact-length_blocks': 'Skal have præcis {{wantedLength}} blokke',\n /** Array item is a duplicate, but array wants only unique items */\n 'array.item-duplicate': 'Kan ikke være en duplikat',\n /** Array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length': 'Må højst have {{maxLength}} elementer',\n /** Portable Text array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length_blocks': 'Må højst have {{maxLength}} blokke',\n /** Array has less than the minimum of \"$minLength\" items */\n 'array.minimum-length': 'Skal have mindst {{minLength}} elementer',\n /** Portable Text array has less than the minimum of \"$minLength\" blocks */\n 'array.minimum-length_blocks': 'Skal have mindst {{minLength}} blokke',\n\n /** Date is not valid or not in the correct format (ISO-8601) */\n 'date.invalid-format': 'Skal være en gyldig ISO-8601 formatteret dato streng',\n /** Date is later than the given maximum date \"$maxDate\" */\n 'date.maximum': 'Skal være på eller før {{maxDate}}',\n /** Date is earlier than the given minimum date \"$minDate\" */\n 'date.minimum': 'Skal være på eller efter {{minDate}}',\n\n /** A value of incorrect type is found, eg found `number` instead of `string` */\n 'generic.incorrect-type': 'Forventet type \"{{expectedType}}\", fik \"{{actualType}}\"',\n /** Value is not one of the values specifically allowed */\n 'generic.not-allowed': 'Værdien matchede ikke nogen tilladte værdier',\n /** Value \"$givenValue\" is not one of the values specifically allowed */\n 'generic.not-allowed_hint': 'Værdien \"{{hint}}\" matchede ikke nogen tilladte værdier',\n /** A value is expected, but none is provided */\n 'generic.required': 'Påkrævet',\n\n /** Number is less than the given minimum threshold value \"$threshold\" */\n 'number.greater-than': 'Skal være større end {{threshold}}',\n /** Number is greater than the given maximum threshold value \"$threshold\" */\n 'number.less-than': 'Skal være mindre end {{threshold}}',\n /** Number is higher than the given maximum value \"$maxNumber\" */\n 'number.maximum': 'Skal være lavere end eller lig med {{maxNumber}}',\n /** Number has more precision (decimals) than the allowed \"$limit\" */\n 'number.maximum-precision': 'Maksimal præcision er {{limit}}',\n /** Number is lower than the given minimum value \"$minNumber\" */\n 'number.minimum': 'Skal være større end eller lig med {{minNumber}}',\n /** Number is not an integer (\"whole number\") */\n 'number.non-integer': 'Skal være et heltal',\n\n /** Object is missing a reference to an asset document in its `asset` field */\n 'object.asset-required': 'Asset er påkrævet',\n /** Object is missing a reference to a file asset document in its `asset` field */\n 'object.asset-required_file': 'Fil er påkrævet',\n /** Object is missing a reference to an image asset document in its `asset` field */\n 'object.asset-required_image': 'Billede er påkrævet',\n /** Object is not a reference to a document (eg `{_ref: 'documentId'}`) */\n 'object.not-reference': 'Skal være en reference til et dokument',\n /** Object references a document which is not published */\n 'object.reference-not-published': 'Refereret dokument skal være offentliggjort',\n\n /** Accessibility label for closing the validation panel */\n 'panel.close-button-aria-label': 'Luk validering',\n /** Message shown when the validation panel is opened but there are no errors/warnings */\n 'panel.no-errors-message': 'Ingen valideringsfejl',\n /** Title for the actual \"Validation\" panel/feature */\n 'panel.title': 'Validering',\n\n /** Slug is an object, but is missing a `current` string property */\n 'slug.missing-current': 'Slug skal have en værdi',\n /** Slug is not an object (eg `{current: 'some-slug'}`) */\n 'slug.not-object': 'Slug skal være et objekt',\n /** Slug is already in use somewhere else, but needs to be unique */\n 'slug.not-unique': 'Slug er allerede i brug',\n\n /** String is not a valid email address */\n 'string.email': 'Skal være en gyldig e-mailadresse',\n /** String has a different character length than the exact number \"$wantedLength\" */\n 'string.exact-length': 'Skal være præcis {{wantedLength}} tegn lang',\n /** String contains characters that are not in lowercase */\n 'string.lowercase': 'Skal være alle små bogstaver',\n /** String is longer than the limit of \"$maxLength\" characters */\n 'string.maximum-length': 'Skal være højst {{maxLength}} tegn lang',\n /** String is shorter than the limit of \"$minLength\" characters */\n 'string.minimum-length': 'Skal være mindst {{minLength}} tegn lang',\n /** String does not match the given regular expression, but should */\n 'string.regex-does-not-match': 'Matcher ikke \"{{name}}\"-mønsteret',\n /** String matches the given regular expression, but should not */\n 'string.regex-match': 'Bør ikke matche \"{{name}}\"-mønsteret',\n /** String contains characters that are not in uppercase */\n 'string.uppercase': 'Skal være alle store bogstaver',\n /** String contains a protocol/scheme that is not allowed, eg (`ftp`, `mailto`…) */\n 'string.url.disallowed-scheme': 'Matcher ikke tilladte protokoller/skemaer',\n /** String contains a URL with a username or password specified before the host */\n 'string.url.includes-credentials': 'Brugernavn/kodeord ikke tilladt',\n /** String is not a valid URL */\n 'string.url.invalid': 'Ikke en gyldig URL',\n /** String is not an absolute URL (eg it is missing a protocol/host) */\n 'string.url.not-absolute': \"Relative URL'er er ikke tilladt\",\n /** String is not a relative URL (eg it contains a protocol/host) */\n 'string.url.not-relative': \"Kun relative URL'er er tilladt\",\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,aAAeA,sCAA+B;AAAA;AAAA,EAE5C,sBAAsB;AAAA;AAAA,EAEtB,6BAA6B;AAAA;AAAA,EAE7B,wBAAwB;AAAA;AAAA,EAExB,wBAAwB;AAAA;AAAA,EAExB,+BAA+B;AAAA;AAAA,EAE/B,wBAAwB;AAAA;AAAA,EAExB,+BAA+B;AAAA;AAAA,EAG/B,uBAAuB;AAAA;AAAA,EAEvB,gBAAgB;AAAA;AAAA,EAEhB,gBAAgB;AAAA;AAAA,EAGhB,0BAA0B;AAAA;AAAA,EAE1B,uBAAuB;AAAA;AAAA,EAEvB,4BAA4B;AAAA;AAAA,EAE5B,oBAAoB;AAAA;AAAA,EAGpB,uBAAuB;AAAA;AAAA,EAEvB,oBAAoB;AAAA;AAAA,EAEpB,kBAAkB;AAAA;AAAA,EAElB,4BAA4B;AAAA;AAAA,EAE5B,kBAAkB;AAAA;AAAA,EAElB,sBAAsB;AAAA;AAAA,EAGtB,yBAAyB;AAAA;AAAA,EAEzB,8BAA8B;AAAA;AAAA,EAE9B,+BAA+B;AAAA;AAAA,EAE/B,wBAAwB;AAAA;AAAA,EAExB,kCAAkC;AAAA;AAAA,EAGlC,iCAAiC;AAAA;AAAA,EAEjC,2BAA2B;AAAA;AAAA,EAE3B,eAAe;AAAA;AAAA,EAGf,wBAAwB;AAAA;AAAA,EAExB,mBAAmB;AAAA;AAAA,EAEnB,mBAAmB;AAAA;AAAA,EAGnB,gBAAgB;AAAA;AAAA,EAEhB,uBAAuB;AAAA;AAAA,EAEvB,oBAAoB;AAAA;AAAA,EAEpB,yBAAyB;AAAA;AAAA,EAEzB,yBAAyB;AAAA;AAAA,EAEzB,+BAA+B;AAAA;AAAA,EAE/B,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,gCAAgC;AAAA;AAAA,EAEhC,mCAAmC;AAAA;AAAA,EAEnC,sBAAsB;AAAA;AAAA,EAEtB,2BAA2B;AAAA;AAAA,EAE3B,2BAA2B;AAC7B,CAAC;;"}