@sanity/locale-da-dk
Version:
Danish / Dansk locale/translation for Sanity Studio
176 lines (175 loc) • 11.6 kB
JavaScript
"use strict";
var sanity = require("sanity"), comments = sanity.removeUndefinedLocaleResources({
/** The close comments button text */
"close-pane-button-text": "Luk kommentarer",
/** The aria label for the close comments button */
"close-pane-button-text-aria-label": "Luk kommentarer",
/** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments */
"compose.add-comment-input-placeholder": "Tilf\xF8j kommentar til <strong>{{field}}</strong>",
/** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments and the mode is upsell */
"compose.add-comment-input-placeholder-upsell": "Opgrader for at tilf\xF8je kommentar",
/** When composing a comment, the placeholder text shown when the input is empty */
"compose.create-comment-placeholder": "Opret en ny kommentar",
/** When composing a comment, the aria label for the button to mention a user */
"compose.mention-user-aria-label": "N\xE6vn bruger",
/** When composing a comment, the tooltip text for the button to mention a user */
"compose.mention-user-tooltip": "N\xE6vn bruger",
/** When composing a reply, the placeholder text shown when the input is empty */
"compose.reply-placeholder": "Svar",
/** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */
"compose.reply-placeholder-upsell": "Opgrader for at svare",
/** When composing a comment, the aria label for the button to send a comment */
"compose.send-comment-aria-label": "Send kommentar",
/** When composing a comment, the tooltip text for the button to send a comment */
"compose.send-comment-tooltip": "Send kommentar",
/** The inspector text when error copying link */
"copy-link-error-message": "Kunne ikke kopiere link til udklipsholder",
/** The delete dialog body for a comment */
"delete-comment.body": "N\xE5r en kommentar er slettet, kan den ikke gendannes.",
/** The delete dialog confirm button text for a comment */
"delete-comment.confirm": "Slet kommentar",
/** The delete dialog title for a comment */
"delete-comment.title": "Slet denne kommentar?",
/** The delete dialog error */
"delete-dialog.error": "Der opstod en fejl under sletning af kommentaren. Pr\xF8v venligst igen.",
/** The delete dialog body for a thread */
"delete-thread.body": "Denne kommentar og dens svar vil blive slettet, og kan ikke gendannes efter sletning.",
/** The delete dialog conform button text for a thread */
"delete-thread.confirm": "Slet tr\xE5d",
/** The delete dialog title for a thread */
"delete-thread.title": "Slet denne kommentartr\xE5d?",
/** The button text for confirming discard */
"discard.button-confirm": "Kass\xE9r",
/** The header for discard comment dialog */
"discard.header": "Kass\xE9r kommentar?",
/** The text for discard comment dialog */
"discard.text": "Vil du kassere kommentaren?",
/** Sharing feedback on the comments feature: The link title */
"feature-feedback.link": "Del din feedback",
/** Sharing feedback on the comments feature: The form title */
"feature-feedback.title": "Hj\xE6lp med at forbedre ",
/** The name of the comments feature, for use in header. Capitalized, eg "Comments". */
"feature-name": "Kommentarer",
/** Aria label for button above fields to add a comment, when the field currently do not have any comments */
"field-button.aria-label-add": "Tilf\xF8j kommentar",
/** Aria label for button above fields that opens the comments for this field, when there are existing comments */
"field-button.aria-label-open": "\xC5bn kommentarer",
/** Text shown in popover when hovering the button above fields that opens the comments panel, when there is a single comment present */
"field-button.content_one": "Se kommentar",
/** Text shown in popover when hovering the button above fields that opens the comments panel, when there are more than one comment present */
"field-button.content_other": "Se kommentarer",
/** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */
"field-button.title": "Tilf\xF8j kommentar",
/* The text shown in the inline comment button when the button is disabled due to overlap */
"inline-add-comment-button.disabled-overlap-title": "Kommentarer kan ikke overlappe",
/** The text shown in the inline comment button */
"inline-add-comment-button.title": "Tilf\xF8j kommentar",
/** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
"list-item.breadcrumb-button-go-to-field-aria-label": "G\xE5 til {{field}} felt",
/** The button tooltip content for the add reaction button */
"list-item.context-menu-add-reaction": "Tilf\xF8j reaktion",
/** The button tooltip aria label for adding a reaction */
"list-item.context-menu-add-reaction-aria-label": "Tilf\xF8j reaktion",
/** The button tooltip content for the add reaction button and mode is upsell */
"list-item.context-menu-add-reaction-upsell": "Opgrader for at tilf\xF8je reaktion",
/** The action menu item for copying a comment link */
"list-item.copy-link": "Kopier link til kommentar",
/** The action menu item for deleting a comment */
"list-item.delete-comment": "Slet kommentar",
/** The action menu item for editing a comment */
"list-item.edit-comment": "Rediger kommentar",
/** The action menu item for editing a comment and the mode is upsell */
"list-item.edit-comment-upsell": "Opgrader for at redigere kommentar",
/** Aria label for the button that takes you to the field, which wraps a thread/comment */
"list-item.go-to-field-button.aria-label": "G\xE5 til felt",
/**
* The text shown below the author and timestamp of a comment including a link back to the context in which the comment was made.
* Consists of a document title wrapped in a link, and a word or phrase to indicate that the link refers to a location:
* eg "on Home", "on Coffee Machine | Products", "on Pricing – Sanity"
*/
"list-item.layout-context": "p\xE5 <IntentLink>{{title}}</IntentLink>",
/** The marker to indicate that a comment has been edited in brackets */
"list-item.layout-edited": "redigeret",
/** The error text when sending a comment has failed */
"list-item.layout-failed-sent": "Fejlede i at sende.",
/** The loading message when posting a comment is in progress */
"list-item.layout-posting": "Sender...",
/** The text for retrying posting a comment */
"list-item.layout-retry": "Pr\xF8v igen",
/** The text shown when the value a comment references has been deleted */
"list-item.missing-referenced-value-tooltip-content": "Den kommenterede tekst er blevet slettet",
/** The aria label for the comments menu button to open the actions menu */
"list-item.open-menu-aria-label": "\xC5bn kommentarhandlingsmenu",
/** The button text to re-open a resolved comment */
"list-item.re-open-resolved": "Gen\xE5bn",
/** The button aria label to re-open a comment that is resolved */
"list-item.re-open-resolved-aria-label": "Gen\xE5ben",
/** The button aria label to mark a comment as resolved */
"list-item.resolved-tooltip-aria-label": "Marker kommentar som l\xF8st",
/** The button text to mark a comment as resolved */
"list-item.resolved-tooltip-content": "Marker som l\xF8st",
/** The empty state text for open comments */
"list-status.empty-state-open-text": "\xC5bne kommentarer til dette dokument vil blive vist her.",
/** The empty state title for open comments */
"list-status.empty-state-open-title": "Ingen \xE5bne kommentarer endnu",
/** The empty state text for resolved comments */
"list-status.empty-state-resolved-text": "L\xF8ste kommentarer til dette dokument vil blive vist her.",
/** The empty state title for resolved comments */
"list-status.empty-state-resolved-title": "Ingen l\xF8ste kommentarer endnu",
/** The list status message for error */
"list-status.error": "Noget gik galt",
/** The list status message for loading status */
"list-status.loading": "Indl\xE6ser kommentarer",
/** Text shown when no users can be found to mention */
"mentions.no-users-found": "Ingen brugere fundet",
/** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */
"mentions.unauthorized-user": "Uautoriseret",
/** Aria label for the command list for users to mention */
"mentions.user-list-aria-label": "Liste over brugere at n\xE6vne",
/** The comments onboarding popover text */
"onboarding.body": "Du kan tilf\xF8je kommentarer til ethvert felt i et dokument. De vil blive vist her, grupperet efter felt.",
/** The comments onboarding dismiss text */
"onboarding.dismiss": "Forst\xE5et",
/** The comments onboarding popover header text */
"onboarding.header": "Dokumentfelter har nu kommentarer",
/** Tooltip for the button to add a reaction to a comment */
"reactions.add-reaction-tooltip": "Tilf\xF8j reaktion",
/** Aria label for the individual reactions you can choose from when reacting to a comment */
"reactions.react-with-aria-label": "Reager med {{reactionName}}",
/** When a users' name cannot be resolved, fall back to this name */
"reactions.user-list.unknown-user-fallback-name": "Ukendt bruger",
/**
* When showing list of users who have reacted, replaces your own name with "you", eg
* "Donna, you, James, and Tyler reacted with 👍". A different key (`_leading` suffix)
* is used when you are the first to react, eg "You, Donna and Tyler reacted with 👍".
* Use `{{name}}` if you want to instead use the current users' actual name.
*/
"reactions.user-list.you": "dig",
/**
* When showing list of users who have reacted, replaces your own name with "You", eg
* "You, Donna, James, and Tyler reacted with 👍". A different key (`_leading` suffix)
* is used when you are not the first to react, eg "Donna, you, James and Tyler reacted with 👍".
* Use `{{name}}` if you want to instead use the current users' actual name.
*/
"reactions.user-list.you_leading": "Dig",
/**
* The text shown for the tooltip that appears when hovering over the reaction count, eg
* "Donna, James, and Tyler Reacted with 👍". Three components are available for use:
* - `<UserList/>` - the list of names of users who have reacted, using the locales list format
* - `<Text>` - should be wrapped around the text describing the action ("reacted with")
* - `<ReactionName/>` - the name of the reaction emoji, eg ":heavy_plus_sign:"
*/
"reactions.users-reacted-with-reaction": "<UserList/> <Text>reagerede med</Text> <ReactionName/>",
/** Status filter: The short title describing filtering on open (non-resolved) comments */
"status-filter.status-open": "\xC5ben",
/** Status filter: The full text for describing filtering on open (non-resolved) comments */
"status-filter.status-open-full": "\xC5bne kommentarer",
/** Status filter: The short title describing filtering on resolved comments */
"status-filter.status-resolved": "L\xF8st",
/** Status filter: The full text for describing filtering on resolved comments */
"status-filter.status-resolved-full": "L\xF8ste kommentarer",
/** Status filter: The full text for describing filtering on resolved comments and is upsell mode */
"status-filter.status-resolved-full-upsell": "Opgrader for at se l\xF8ste kommentarer"
});
exports.default = comments;
//# sourceMappingURL=comments.cjs.map