@sanity/locale-is-is 1.0.3 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks/comments-SsFPvP1q.js +173 -0
- package/dist/_chunks/comments-SsFPvP1q.js.map +1 -0
- package/dist/_chunks/comments-ec-wTZ1I.cjs +175 -0
- package/dist/_chunks/comments-ec-wTZ1I.cjs.map +1 -0
- package/dist/_chunks/structure-M7uT5_XX.js +368 -0
- package/dist/_chunks/structure-M7uT5_XX.js.map +1 -0
- package/dist/_chunks/structure-lv94KFiK.cjs +370 -0
- package/dist/_chunks/structure-lv94KFiK.cjs.map +1 -0
- package/dist/_chunks/studio-fdZsSqTQ.cjs +1436 -0
- package/dist/_chunks/studio-fdZsSqTQ.cjs.map +1 -0
- package/dist/_chunks/studio-tRg3i2ap.js +1434 -0
- package/dist/_chunks/studio-tRg3i2ap.js.map +1 -0
- package/dist/_chunks/validation-H5OK87-V.js +95 -0
- package/dist/_chunks/{validation-wRUB77vZ.js.map → validation-H5OK87-V.js.map} +1 -1
- package/dist/_chunks/validation-l3NscSeO.cjs +97 -0
- package/dist/_chunks/{validation-2wudOQTs.cjs.map → validation-l3NscSeO.cjs.map} +1 -1
- package/dist/_chunks/vision-VEYiNJes.cjs +68 -0
- package/dist/_chunks/{vision-RoTeXNCg.cjs.map → vision-VEYiNJes.cjs.map} +1 -1
- package/dist/_chunks/vision-aeiwgLja.js +66 -0
- package/dist/_chunks/{vision-n6Al-dIH.js.map → vision-aeiwgLja.js.map} +1 -1
- package/dist/index.cjs +46 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +42 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
- package/src/comments.ts +190 -0
- package/src/index.ts +5 -0
- package/src/structure.ts +11 -0
- package/src/studio.ts +16 -4
- package/dist/_chunks/structure-crcDkqp7.cjs +0 -1
- package/dist/_chunks/structure-crcDkqp7.cjs.map +0 -1
- package/dist/_chunks/structure-vvuq0eOb.js +0 -1
- package/dist/_chunks/structure-vvuq0eOb.js.map +0 -1
- package/dist/_chunks/studio-TpDmKJhm.js +0 -1
- package/dist/_chunks/studio-TpDmKJhm.js.map +0 -1
- package/dist/_chunks/studio-TyADzwBt.cjs +0 -1
- package/dist/_chunks/studio-TyADzwBt.cjs.map +0 -1
- package/dist/_chunks/validation-2wudOQTs.cjs +0 -1
- package/dist/_chunks/validation-wRUB77vZ.js +0 -1
- package/dist/_chunks/vision-RoTeXNCg.cjs +0 -1
- package/dist/_chunks/vision-n6Al-dIH.js +0 -1
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
import { removeUndefinedLocaleResources } from 'sanity';
|
|
2
|
+
|
|
3
|
+
var comments = removeUndefinedLocaleResources({
|
|
4
|
+
/** The close comments button text */
|
|
5
|
+
"close-pane-button-text": "Loka athugasemdum",
|
|
6
|
+
/** The aria label for the close comments button */
|
|
7
|
+
"close-pane-button-text-aria-label": "Loka athugasemdum",
|
|
8
|
+
/** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments */
|
|
9
|
+
"compose.add-comment-input-placeholder": "B\xE6ttu vi\xF0 athugasemd vi\xF0 <strong>{{field}}</strong>",
|
|
10
|
+
/** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments and the mode is upsell */
|
|
11
|
+
"compose.add-comment-input-placeholder-upsell": "Uppf\xE6r\xF0u til a\xF0 b\xE6ta vi\xF0 athugasemd",
|
|
12
|
+
/** When composing a comment, the placeholder text shown when the input is empty */
|
|
13
|
+
"compose.create-comment-placeholder": "B\xFAa til n\xFDja athugasemd",
|
|
14
|
+
/** When composing a comment, the aria label for the button to mention a user */
|
|
15
|
+
"compose.mention-user-aria-label": "Tilnefna notanda",
|
|
16
|
+
/** When composing a comment, the tooltip text for the button to mention a user */
|
|
17
|
+
"compose.mention-user-tooltip": "Tilnefna notanda",
|
|
18
|
+
/** When composing a reply, the placeholder text shown when the input is empty */
|
|
19
|
+
"compose.reply-placeholder": "Svara",
|
|
20
|
+
/** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */
|
|
21
|
+
"compose.reply-placeholder-upsell": "Uppf\xE6r\xF0u til a\xF0 svara",
|
|
22
|
+
/** When composing a comment, the aria label for the button to send a comment */
|
|
23
|
+
"compose.send-comment-aria-label": "Senda athugasemd",
|
|
24
|
+
/** When composing a comment, the tooltip text for the button to send a comment */
|
|
25
|
+
"compose.send-comment-tooltip": "Senda athugasemd",
|
|
26
|
+
/** The inspector text when error copying link */
|
|
27
|
+
"copy-link-error-message": "Ekki t\xF3kst a\xF0 afrita tengil \xE1 klippibor\xF0",
|
|
28
|
+
/** The inspector successfully copied link text */
|
|
29
|
+
"copy-link-success-message": "Tengill afrita\xF0ur \xE1 klippibor\xF0",
|
|
30
|
+
/** The delete dialog body for a comment */
|
|
31
|
+
"delete-comment.body": "Einu sinni eytt, er ekki h\xE6gt a\xF0 endurheimta athugasemd.",
|
|
32
|
+
/** The delete dialog confirm button text for a comment */
|
|
33
|
+
"delete-comment.confirm": "Ey\xF0a athugasemd",
|
|
34
|
+
/** The delete dialog title for a comment */
|
|
35
|
+
"delete-comment.title": "Ey\xF0a \xFEessari athugasemd?",
|
|
36
|
+
/** The delete dialog error */
|
|
37
|
+
"delete-dialog.error": "Villa kom upp vi\xF0 a\xF0 ey\xF0a athugasemdinni. Vinsamlegast reyndu aftur.",
|
|
38
|
+
/** The delete dialog body for a thread */
|
|
39
|
+
"delete-thread.body": "\xDEessi athugasemd og sv\xF6r hennar ver\xF0a eytt, og einu sinni eytt er ekki h\xE6gt a\xF0 endurheimta \xFEau.",
|
|
40
|
+
/** The delete dialog conform button text for a thread */
|
|
41
|
+
"delete-thread.confirm": "Ey\xF0a \xFEr\xE6\xF0i",
|
|
42
|
+
/** The delete dialog title for a thread */
|
|
43
|
+
"delete-thread.title": "Ey\xF0a \xFEessum athugasemdum \xFEr\xE6\xF0i?",
|
|
44
|
+
/** The button text for confirming discard */
|
|
45
|
+
"discard.button-confirm": "Hafna",
|
|
46
|
+
/** The header for discard comment dialog */
|
|
47
|
+
"discard.header": "Hafna athugasemd?",
|
|
48
|
+
/** The text for discard comment dialog */
|
|
49
|
+
"discard.text": "Viltu hafna athugasemdinni?",
|
|
50
|
+
/** Sharing feedback on the comments feature: The link title */
|
|
51
|
+
"feature-feedback.link": "Deildu \xFE\xEDnu \xE1liti",
|
|
52
|
+
/** Sharing feedback on the comments feature: The form title */
|
|
53
|
+
"feature-feedback.title": "Hj\xE1lpa\xF0u til vi\xF0 a\xF0 b\xE6ta ",
|
|
54
|
+
/** The name of the comments feature, for use in header. Capitalized, eg "Comments". */
|
|
55
|
+
"feature-name": "Comments",
|
|
56
|
+
/** Aria label for button above fields to add a comment, when the field currently do not have any comments */
|
|
57
|
+
"field-button.aria-label-add": "B\xE6ta vi\xF0 athugasemd",
|
|
58
|
+
/** Aria label for button above fields that opens the comments for this field, when there are existing comments */
|
|
59
|
+
"field-button.aria-label-open": "Opna athugasemdir",
|
|
60
|
+
/** Text shown in popover when hovering the button above fields that opens the comments panel, when there is a single comment present */
|
|
61
|
+
"field-button.content_one": "Sko\xF0a athugasemd",
|
|
62
|
+
/** Text shown in popover when hovering the button above fields that opens the comments panel, when there are more than one comment present */
|
|
63
|
+
"field-button.content_other": "Sko\xF0a athugasemdir",
|
|
64
|
+
/** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */
|
|
65
|
+
"field-button.title": "B\xE6ta vi\xF0 athugasemd",
|
|
66
|
+
/** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
|
|
67
|
+
"list-item.breadcrumb-button-go-to-field-aria-label": "Far\xF0u \xED {{field}} reit",
|
|
68
|
+
/** The button tooltip content for the add reaction button */
|
|
69
|
+
"list-item.context-menu-add-reaction": "B\xE6ta vi\xF0 vi\xF0br\xF6g\xF0um",
|
|
70
|
+
/** The button tooltip aria label for adding a reaction */
|
|
71
|
+
"list-item.context-menu-add-reaction-aria-label": "B\xE6ta vi\xF0 vi\xF0br\xF6g\xF0um",
|
|
72
|
+
/** The button tooltip content for the add reaction button and mode is upsell */
|
|
73
|
+
"list-item.context-menu-add-reaction-upsell": "Uppf\xE6r\xF0u til a\xF0 b\xE6ta vi\xF0 vi\xF0br\xF6g\xF0um",
|
|
74
|
+
/** The action menu item for copying a comment link */
|
|
75
|
+
"list-item.copy-link": "Afrita tengil a\xF0 athugasemd",
|
|
76
|
+
/** The action menu item for deleting a comment */
|
|
77
|
+
"list-item.delete-comment": "Ey\xF0a athugasemd",
|
|
78
|
+
/** The action menu item for editing a comment */
|
|
79
|
+
"list-item.edit-comment": "Breyta athugasemd",
|
|
80
|
+
/** The action menu item for editing a comment and the mode is upsell */
|
|
81
|
+
"list-item.edit-comment-upsell": "Uppf\xE6r\xF0u til a\xF0 breyta athugasemd",
|
|
82
|
+
/** Aria label for the button that takes you to the field, which wraps a thread/comment */
|
|
83
|
+
"list-item.go-to-field-button.aria-label": "Far\xF0u \xED reit",
|
|
84
|
+
/**
|
|
85
|
+
* The text shown below the author and timestamp of a comment including a link back to the context in which the comment was made.
|
|
86
|
+
* Consists of a document title wrapped in a link, and a word or phrase to indicate that the link refers to a location:
|
|
87
|
+
* eg "on Home", "on Coffee Machine | Products", "on Pricing – Sanity"
|
|
88
|
+
*/
|
|
89
|
+
"list-item.layout-context": "\xE1 <IntentLink>{{title}}</IntentLink>",
|
|
90
|
+
/** The marker to indicate that a comment has been edited in brackets */
|
|
91
|
+
"list-item.layout-edited": "breytt",
|
|
92
|
+
/** The error text when sending a comment has failed */
|
|
93
|
+
"list-item.layout-failed-sent": "Mist\xF3kst a\xF0 senda.",
|
|
94
|
+
/** The loading message when posting a comment is in progress */
|
|
95
|
+
"list-item.layout-posting": "Er a\xF0 birta...",
|
|
96
|
+
/** The text for retrying posting a comment */
|
|
97
|
+
"list-item.layout-retry": "Reyna aftur",
|
|
98
|
+
/** The aria label for the comments menu button to open the actions menu */
|
|
99
|
+
"list-item.open-menu-aria-label": "Opna valmynd athugasemda",
|
|
100
|
+
/** The button text to re-open a resolved comment */
|
|
101
|
+
"list-item.re-open-resolved": "Opna aftur",
|
|
102
|
+
/** The button aria label to re-open a comment that is resolved */
|
|
103
|
+
"list-item.re-open-resolved-aria-label": "Opna aftur",
|
|
104
|
+
/** The button aria label to mark a comment as resolved */
|
|
105
|
+
"list-item.resolved-tooltip-aria-label": "Merktu athugasemd sem leyst",
|
|
106
|
+
/** The button text to mark a comment as resolved */
|
|
107
|
+
"list-item.resolved-tooltip-content": "Merktu sem leyst",
|
|
108
|
+
/** The empty state text for open comments */
|
|
109
|
+
"list-status.empty-state-open-text": "Opnar athugasemdir \xE1 \xFEessu skjali ver\xF0a s\xFDndar h\xE9r.",
|
|
110
|
+
/** The empty state title for open comments */
|
|
111
|
+
"list-status.empty-state-open-title": "Engar opnar athugasemdir enn\xFE\xE1",
|
|
112
|
+
/** The empty state text for resolved comments */
|
|
113
|
+
"list-status.empty-state-resolved-text": "Leystar athugasemdir vi\xF0 \xFEetta skjal ver\xF0a s\xFDndar h\xE9r.",
|
|
114
|
+
/** The empty state title for resolved comments */
|
|
115
|
+
"list-status.empty-state-resolved-title": "Engar leystar athugasemdir enn\xFE\xE1",
|
|
116
|
+
/** The list status message for error */
|
|
117
|
+
"list-status.error": "Eitthva\xF0 f\xF3r \xFArskei\xF0is",
|
|
118
|
+
/** The list status message for loading status */
|
|
119
|
+
"list-status.loading": "Hle\xF0 athugasemdum",
|
|
120
|
+
/** Text shown when no users can be found to mention */
|
|
121
|
+
"mentions.no-users-found": "Engir notendur fundust",
|
|
122
|
+
/** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */
|
|
123
|
+
"mentions.unauthorized-user": "\xD3heimilt",
|
|
124
|
+
/** Aria label for the command list for users to mention */
|
|
125
|
+
"mentions.user-list-aria-label": "Listi yfir notendur til a\xF0 nefna",
|
|
126
|
+
/** The comments onboarding popover text */
|
|
127
|
+
"onboarding.body": "\xDE\xFA getur b\xE6tt athugasemdum vi\xF0 hva\xF0a reit \xED skjali sem er. \xDE\xE6r munu birtast h\xE9r, flokka\xF0ar eftir reit.",
|
|
128
|
+
/** The comments onboarding dismiss text */
|
|
129
|
+
"onboarding.dismiss": "Skilji\xF0",
|
|
130
|
+
/** The comments onboarding popover header text */
|
|
131
|
+
"onboarding.header": "Skjala reitir hafa n\xFA athugasemdir",
|
|
132
|
+
/** Tooltip for the button to add a reaction to a comment */
|
|
133
|
+
"reactions.add-reaction-tooltip": "B\xE6ttu vi\xF0 vi\xF0brag\xF0i",
|
|
134
|
+
/** Aria label for the individual reactions you can choose from when reacting to a comment */
|
|
135
|
+
"reactions.react-with-aria-label": "Breg\xF0ast vi\xF0 me\xF0 {{reactionName}}",
|
|
136
|
+
/** When a users' name cannot be resolved, fall back to this name */
|
|
137
|
+
"reactions.user-list.unknown-user-fallback-name": "\xD3\xFEekktur notandi",
|
|
138
|
+
/**
|
|
139
|
+
* When showing list of users who have reacted, replaces your own name with "you", eg
|
|
140
|
+
* "Donna, you, James, and Tyler reacted with 👍". A different key (`_leading` suffix)
|
|
141
|
+
* is used when you are the first to react, eg "You, Donna and Tyler reacted with 👍".
|
|
142
|
+
* Use `{{name}}` if you want to instead use the current users' actual name.
|
|
143
|
+
*/
|
|
144
|
+
"reactions.user-list.you": "\xFE\xFA",
|
|
145
|
+
/**
|
|
146
|
+
* When showing list of users who have reacted, replaces your own name with "You", eg
|
|
147
|
+
* "You, Donna, James, and Tyler reacted with 👍". A different key (`_leading` suffix)
|
|
148
|
+
* is used when you are not the first to react, eg "Donna, you, James and Tyler reacted with 👍".
|
|
149
|
+
* Use `{{name}}` if you want to instead use the current users' actual name.
|
|
150
|
+
*/
|
|
151
|
+
"reactions.user-list.you_leading": "\xDE\xFA",
|
|
152
|
+
/**
|
|
153
|
+
* The text shown for the tooltip that appears when hovering over the reaction count, eg
|
|
154
|
+
* "Donna, James, and Tyler Reacted with 👍". Three components are available for use:
|
|
155
|
+
* - `<UserList/>` - the list of names of users who have reacted, using the locales list format
|
|
156
|
+
* - `<Text>` - should be wrapped around the text describing the action ("reacted with")
|
|
157
|
+
* - `<ReactionName/>` - the name of the reaction emoji, eg ":heavy_plus_sign:"
|
|
158
|
+
*/
|
|
159
|
+
"reactions.users-reacted-with-reaction": "<UserList/> <Text>breg\xF0ast vi\xF0 me\xF0</Text> <ReactionName/>",
|
|
160
|
+
/** Status filter: The short title describing filtering on open (non-resolved) comments */
|
|
161
|
+
"status-filter.status-open": "Opinn",
|
|
162
|
+
/** Status filter: The full text for describing filtering on open (non-resolved) comments */
|
|
163
|
+
"status-filter.status-open-full": "Opnar athugasemdir",
|
|
164
|
+
/** Status filter: The short title describing filtering on resolved comments */
|
|
165
|
+
"status-filter.status-resolved": "Leyst",
|
|
166
|
+
/** Status filter: The full text for describing filtering on resolved comments */
|
|
167
|
+
"status-filter.status-resolved-full": "Leystar athugasemdir",
|
|
168
|
+
/** Status filter: The full text for describing filtering on resolved comments and is upsell mode */
|
|
169
|
+
"status-filter.status-resolved-full-upsell": "Uppf\xE6r\xF0u til a\xF0 sj\xE1 leystar athugasemdir"
|
|
170
|
+
});
|
|
171
|
+
|
|
172
|
+
export { comments as default };
|
|
173
|
+
//# sourceMappingURL=comments-SsFPvP1q.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"comments-SsFPvP1q.js","sources":["../../src/comments.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The close comments button text */\n 'close-pane-button-text': 'Loka athugasemdum',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': 'Loka athugasemdum',\n\n /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments */\n 'compose.add-comment-input-placeholder': 'Bættu við athugasemd við <strong>{{field}}</strong>',\n /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments and the mode is upsell */\n 'compose.add-comment-input-placeholder-upsell': 'Uppfærðu til að bæta við athugasemd',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': 'Búa til nýja athugasemd',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': 'Tilnefna notanda',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': 'Tilnefna notanda',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': 'Svara',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': 'Uppfærðu til að svara',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': 'Senda athugasemd',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': 'Senda athugasemd',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': 'Ekki tókst að afrita tengil á klippiborð',\n\n /** The inspector successfully copied link text */\n 'copy-link-success-message': 'Tengill afritaður á klippiborð',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': 'Einu sinni eytt, er ekki hægt að endurheimta athugasemd.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': 'Eyða athugasemd',\n /** The delete dialog title for a comment */\n 'delete-comment.title': 'Eyða þessari athugasemd?',\n\n /** The delete dialog error */\n 'delete-dialog.error': 'Villa kom upp við að eyða athugasemdinni. Vinsamlegast reyndu aftur.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body':\n 'Þessi athugasemd og svör hennar verða eytt, og einu sinni eytt er ekki hægt að endurheimta þau.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': 'Eyða þræði',\n /** The delete dialog title for a thread */\n 'delete-thread.title': 'Eyða þessum athugasemdum þræði?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': 'Hafna',\n /** The header for discard comment dialog */\n 'discard.header': 'Hafna athugasemd?',\n /** The text for discard comment dialog */\n 'discard.text': 'Viltu hafna athugasemdinni?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': 'Deildu þínu áliti',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': 'Hjálpaðu til við að bæta ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': 'Comments',\n\n /** Aria label for button above fields to add a comment, when the field currently do not have any comments */\n 'field-button.aria-label-add': 'Bæta við athugasemd',\n /** Aria label for button above fields that opens the comments for this field, when there are existing comments */\n 'field-button.aria-label-open': 'Opna athugasemdir',\n /** Text shown in popover when hovering the button above fields that opens the comments panel, when there is a single comment present */\n 'field-button.content_one': 'Skoða athugasemd',\n /** Text shown in popover when hovering the button above fields that opens the comments panel, when there are more than one comment present */\n 'field-button.content_other': 'Skoða athugasemdir',\n /** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */\n 'field-button.title': 'Bæta við athugasemd',\n\n /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */\n 'list-item.breadcrumb-button-go-to-field-aria-label': 'Farðu í {{field}} reit',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': 'Bæta við viðbrögðum',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': 'Bæta við viðbrögðum',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': 'Uppfærðu til að bæta við viðbrögðum',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': 'Afrita tengil að athugasemd',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': 'Eyða athugasemd',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': 'Breyta athugasemd',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': 'Uppfærðu til að breyta athugasemd',\n /** Aria label for the button that takes you to the field, which wraps a thread/comment */\n 'list-item.go-to-field-button.aria-label': 'Farðu í reit',\n /**\n * The text shown below the author and timestamp of a comment including a link back to the context in which the comment was made.\n * Consists of a document title wrapped in a link, and a word or phrase to indicate that the link refers to a location:\n * eg \"on Home\", \"on Coffee Machine | Products\", \"on Pricing – Sanity\"\n */\n 'list-item.layout-context': 'á <IntentLink>{{title}}</IntentLink>',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': 'breytt',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': 'Mistókst að senda.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': 'Er að birta...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': 'Reyna aftur',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': 'Opna valmynd athugasemda',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': 'Opna aftur',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': 'Opna aftur',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': 'Merktu athugasemd sem leyst',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': 'Merktu sem leyst',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text': 'Opnar athugasemdir á þessu skjali verða sýndar hér.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': 'Engar opnar athugasemdir ennþá',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text': 'Leystar athugasemdir við þetta skjal verða sýndar hér.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': 'Engar leystar athugasemdir ennþá',\n /** The list status message for error */\n 'list-status.error': 'Eitthvað fór úrskeiðis',\n /** The list status message for loading status */\n 'list-status.loading': 'Hleð athugasemdum',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': 'Engir notendur fundust',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': 'Óheimilt',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': 'Listi yfir notendur til að nefna',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n 'Þú getur bætt athugasemdum við hvaða reit í skjali sem er. Þær munu birtast hér, flokkaðar eftir reit.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': 'Skiljið',\n /** The comments onboarding popover header text */\n 'onboarding.header': 'Skjala reitir hafa nú athugasemdir',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': 'Bættu við viðbragði',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': 'Bregðast við með {{reactionName}}',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': 'Óþekktur notandi',\n /**\n * When showing list of users who have reacted, replaces your own name with \"you\", eg\n * \"Donna, you, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n * is used when you are the first to react, eg \"You, Donna and Tyler reacted with 👍\".\n * Use `{{name}}` if you want to instead use the current users' actual name.\n */\n 'reactions.user-list.you': 'þú',\n /**\n * When showing list of users who have reacted, replaces your own name with \"You\", eg\n * \"You, Donna, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n * is used when you are not the first to react, eg \"Donna, you, James and Tyler reacted with 👍\".\n * Use `{{name}}` if you want to instead use the current users' actual name.\n */\n 'reactions.user-list.you_leading': 'Þú',\n /**\n * The text shown for the tooltip that appears when hovering over the reaction count, eg\n * \"Donna, James, and Tyler Reacted with 👍\". Three components are available for use:\n * - `<UserList/>` - the list of names of users who have reacted, using the locales list format\n * - `<Text>` - should be wrapped around the text describing the action (\"reacted with\")\n * - `<ReactionName/>` - the name of the reaction emoji, eg \":heavy_plus_sign:\"\n */\n 'reactions.users-reacted-with-reaction':\n '<UserList/> <Text>bregðast við með</Text> <ReactionName/>',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': 'Opinn',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': 'Opnar athugasemdir',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': 'Leyst',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': 'Leystar athugasemdir',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': 'Uppfærðu til að sjá leystar athugasemdir',\n})\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var sanity = require('sanity');
|
|
4
|
+
|
|
5
|
+
var comments = sanity.removeUndefinedLocaleResources({
|
|
6
|
+
/** The close comments button text */
|
|
7
|
+
"close-pane-button-text": "Loka athugasemdum",
|
|
8
|
+
/** The aria label for the close comments button */
|
|
9
|
+
"close-pane-button-text-aria-label": "Loka athugasemdum",
|
|
10
|
+
/** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments */
|
|
11
|
+
"compose.add-comment-input-placeholder": "B\xE6ttu vi\xF0 athugasemd vi\xF0 <strong>{{field}}</strong>",
|
|
12
|
+
/** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments and the mode is upsell */
|
|
13
|
+
"compose.add-comment-input-placeholder-upsell": "Uppf\xE6r\xF0u til a\xF0 b\xE6ta vi\xF0 athugasemd",
|
|
14
|
+
/** When composing a comment, the placeholder text shown when the input is empty */
|
|
15
|
+
"compose.create-comment-placeholder": "B\xFAa til n\xFDja athugasemd",
|
|
16
|
+
/** When composing a comment, the aria label for the button to mention a user */
|
|
17
|
+
"compose.mention-user-aria-label": "Tilnefna notanda",
|
|
18
|
+
/** When composing a comment, the tooltip text for the button to mention a user */
|
|
19
|
+
"compose.mention-user-tooltip": "Tilnefna notanda",
|
|
20
|
+
/** When composing a reply, the placeholder text shown when the input is empty */
|
|
21
|
+
"compose.reply-placeholder": "Svara",
|
|
22
|
+
/** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */
|
|
23
|
+
"compose.reply-placeholder-upsell": "Uppf\xE6r\xF0u til a\xF0 svara",
|
|
24
|
+
/** When composing a comment, the aria label for the button to send a comment */
|
|
25
|
+
"compose.send-comment-aria-label": "Senda athugasemd",
|
|
26
|
+
/** When composing a comment, the tooltip text for the button to send a comment */
|
|
27
|
+
"compose.send-comment-tooltip": "Senda athugasemd",
|
|
28
|
+
/** The inspector text when error copying link */
|
|
29
|
+
"copy-link-error-message": "Ekki t\xF3kst a\xF0 afrita tengil \xE1 klippibor\xF0",
|
|
30
|
+
/** The inspector successfully copied link text */
|
|
31
|
+
"copy-link-success-message": "Tengill afrita\xF0ur \xE1 klippibor\xF0",
|
|
32
|
+
/** The delete dialog body for a comment */
|
|
33
|
+
"delete-comment.body": "Einu sinni eytt, er ekki h\xE6gt a\xF0 endurheimta athugasemd.",
|
|
34
|
+
/** The delete dialog confirm button text for a comment */
|
|
35
|
+
"delete-comment.confirm": "Ey\xF0a athugasemd",
|
|
36
|
+
/** The delete dialog title for a comment */
|
|
37
|
+
"delete-comment.title": "Ey\xF0a \xFEessari athugasemd?",
|
|
38
|
+
/** The delete dialog error */
|
|
39
|
+
"delete-dialog.error": "Villa kom upp vi\xF0 a\xF0 ey\xF0a athugasemdinni. Vinsamlegast reyndu aftur.",
|
|
40
|
+
/** The delete dialog body for a thread */
|
|
41
|
+
"delete-thread.body": "\xDEessi athugasemd og sv\xF6r hennar ver\xF0a eytt, og einu sinni eytt er ekki h\xE6gt a\xF0 endurheimta \xFEau.",
|
|
42
|
+
/** The delete dialog conform button text for a thread */
|
|
43
|
+
"delete-thread.confirm": "Ey\xF0a \xFEr\xE6\xF0i",
|
|
44
|
+
/** The delete dialog title for a thread */
|
|
45
|
+
"delete-thread.title": "Ey\xF0a \xFEessum athugasemdum \xFEr\xE6\xF0i?",
|
|
46
|
+
/** The button text for confirming discard */
|
|
47
|
+
"discard.button-confirm": "Hafna",
|
|
48
|
+
/** The header for discard comment dialog */
|
|
49
|
+
"discard.header": "Hafna athugasemd?",
|
|
50
|
+
/** The text for discard comment dialog */
|
|
51
|
+
"discard.text": "Viltu hafna athugasemdinni?",
|
|
52
|
+
/** Sharing feedback on the comments feature: The link title */
|
|
53
|
+
"feature-feedback.link": "Deildu \xFE\xEDnu \xE1liti",
|
|
54
|
+
/** Sharing feedback on the comments feature: The form title */
|
|
55
|
+
"feature-feedback.title": "Hj\xE1lpa\xF0u til vi\xF0 a\xF0 b\xE6ta ",
|
|
56
|
+
/** The name of the comments feature, for use in header. Capitalized, eg "Comments". */
|
|
57
|
+
"feature-name": "Comments",
|
|
58
|
+
/** Aria label for button above fields to add a comment, when the field currently do not have any comments */
|
|
59
|
+
"field-button.aria-label-add": "B\xE6ta vi\xF0 athugasemd",
|
|
60
|
+
/** Aria label for button above fields that opens the comments for this field, when there are existing comments */
|
|
61
|
+
"field-button.aria-label-open": "Opna athugasemdir",
|
|
62
|
+
/** Text shown in popover when hovering the button above fields that opens the comments panel, when there is a single comment present */
|
|
63
|
+
"field-button.content_one": "Sko\xF0a athugasemd",
|
|
64
|
+
/** Text shown in popover when hovering the button above fields that opens the comments panel, when there are more than one comment present */
|
|
65
|
+
"field-button.content_other": "Sko\xF0a athugasemdir",
|
|
66
|
+
/** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */
|
|
67
|
+
"field-button.title": "B\xE6ta vi\xF0 athugasemd",
|
|
68
|
+
/** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
|
|
69
|
+
"list-item.breadcrumb-button-go-to-field-aria-label": "Far\xF0u \xED {{field}} reit",
|
|
70
|
+
/** The button tooltip content for the add reaction button */
|
|
71
|
+
"list-item.context-menu-add-reaction": "B\xE6ta vi\xF0 vi\xF0br\xF6g\xF0um",
|
|
72
|
+
/** The button tooltip aria label for adding a reaction */
|
|
73
|
+
"list-item.context-menu-add-reaction-aria-label": "B\xE6ta vi\xF0 vi\xF0br\xF6g\xF0um",
|
|
74
|
+
/** The button tooltip content for the add reaction button and mode is upsell */
|
|
75
|
+
"list-item.context-menu-add-reaction-upsell": "Uppf\xE6r\xF0u til a\xF0 b\xE6ta vi\xF0 vi\xF0br\xF6g\xF0um",
|
|
76
|
+
/** The action menu item for copying a comment link */
|
|
77
|
+
"list-item.copy-link": "Afrita tengil a\xF0 athugasemd",
|
|
78
|
+
/** The action menu item for deleting a comment */
|
|
79
|
+
"list-item.delete-comment": "Ey\xF0a athugasemd",
|
|
80
|
+
/** The action menu item for editing a comment */
|
|
81
|
+
"list-item.edit-comment": "Breyta athugasemd",
|
|
82
|
+
/** The action menu item for editing a comment and the mode is upsell */
|
|
83
|
+
"list-item.edit-comment-upsell": "Uppf\xE6r\xF0u til a\xF0 breyta athugasemd",
|
|
84
|
+
/** Aria label for the button that takes you to the field, which wraps a thread/comment */
|
|
85
|
+
"list-item.go-to-field-button.aria-label": "Far\xF0u \xED reit",
|
|
86
|
+
/**
|
|
87
|
+
* The text shown below the author and timestamp of a comment including a link back to the context in which the comment was made.
|
|
88
|
+
* Consists of a document title wrapped in a link, and a word or phrase to indicate that the link refers to a location:
|
|
89
|
+
* eg "on Home", "on Coffee Machine | Products", "on Pricing – Sanity"
|
|
90
|
+
*/
|
|
91
|
+
"list-item.layout-context": "\xE1 <IntentLink>{{title}}</IntentLink>",
|
|
92
|
+
/** The marker to indicate that a comment has been edited in brackets */
|
|
93
|
+
"list-item.layout-edited": "breytt",
|
|
94
|
+
/** The error text when sending a comment has failed */
|
|
95
|
+
"list-item.layout-failed-sent": "Mist\xF3kst a\xF0 senda.",
|
|
96
|
+
/** The loading message when posting a comment is in progress */
|
|
97
|
+
"list-item.layout-posting": "Er a\xF0 birta...",
|
|
98
|
+
/** The text for retrying posting a comment */
|
|
99
|
+
"list-item.layout-retry": "Reyna aftur",
|
|
100
|
+
/** The aria label for the comments menu button to open the actions menu */
|
|
101
|
+
"list-item.open-menu-aria-label": "Opna valmynd athugasemda",
|
|
102
|
+
/** The button text to re-open a resolved comment */
|
|
103
|
+
"list-item.re-open-resolved": "Opna aftur",
|
|
104
|
+
/** The button aria label to re-open a comment that is resolved */
|
|
105
|
+
"list-item.re-open-resolved-aria-label": "Opna aftur",
|
|
106
|
+
/** The button aria label to mark a comment as resolved */
|
|
107
|
+
"list-item.resolved-tooltip-aria-label": "Merktu athugasemd sem leyst",
|
|
108
|
+
/** The button text to mark a comment as resolved */
|
|
109
|
+
"list-item.resolved-tooltip-content": "Merktu sem leyst",
|
|
110
|
+
/** The empty state text for open comments */
|
|
111
|
+
"list-status.empty-state-open-text": "Opnar athugasemdir \xE1 \xFEessu skjali ver\xF0a s\xFDndar h\xE9r.",
|
|
112
|
+
/** The empty state title for open comments */
|
|
113
|
+
"list-status.empty-state-open-title": "Engar opnar athugasemdir enn\xFE\xE1",
|
|
114
|
+
/** The empty state text for resolved comments */
|
|
115
|
+
"list-status.empty-state-resolved-text": "Leystar athugasemdir vi\xF0 \xFEetta skjal ver\xF0a s\xFDndar h\xE9r.",
|
|
116
|
+
/** The empty state title for resolved comments */
|
|
117
|
+
"list-status.empty-state-resolved-title": "Engar leystar athugasemdir enn\xFE\xE1",
|
|
118
|
+
/** The list status message for error */
|
|
119
|
+
"list-status.error": "Eitthva\xF0 f\xF3r \xFArskei\xF0is",
|
|
120
|
+
/** The list status message for loading status */
|
|
121
|
+
"list-status.loading": "Hle\xF0 athugasemdum",
|
|
122
|
+
/** Text shown when no users can be found to mention */
|
|
123
|
+
"mentions.no-users-found": "Engir notendur fundust",
|
|
124
|
+
/** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */
|
|
125
|
+
"mentions.unauthorized-user": "\xD3heimilt",
|
|
126
|
+
/** Aria label for the command list for users to mention */
|
|
127
|
+
"mentions.user-list-aria-label": "Listi yfir notendur til a\xF0 nefna",
|
|
128
|
+
/** The comments onboarding popover text */
|
|
129
|
+
"onboarding.body": "\xDE\xFA getur b\xE6tt athugasemdum vi\xF0 hva\xF0a reit \xED skjali sem er. \xDE\xE6r munu birtast h\xE9r, flokka\xF0ar eftir reit.",
|
|
130
|
+
/** The comments onboarding dismiss text */
|
|
131
|
+
"onboarding.dismiss": "Skilji\xF0",
|
|
132
|
+
/** The comments onboarding popover header text */
|
|
133
|
+
"onboarding.header": "Skjala reitir hafa n\xFA athugasemdir",
|
|
134
|
+
/** Tooltip for the button to add a reaction to a comment */
|
|
135
|
+
"reactions.add-reaction-tooltip": "B\xE6ttu vi\xF0 vi\xF0brag\xF0i",
|
|
136
|
+
/** Aria label for the individual reactions you can choose from when reacting to a comment */
|
|
137
|
+
"reactions.react-with-aria-label": "Breg\xF0ast vi\xF0 me\xF0 {{reactionName}}",
|
|
138
|
+
/** When a users' name cannot be resolved, fall back to this name */
|
|
139
|
+
"reactions.user-list.unknown-user-fallback-name": "\xD3\xFEekktur notandi",
|
|
140
|
+
/**
|
|
141
|
+
* When showing list of users who have reacted, replaces your own name with "you", eg
|
|
142
|
+
* "Donna, you, James, and Tyler reacted with 👍". A different key (`_leading` suffix)
|
|
143
|
+
* is used when you are the first to react, eg "You, Donna and Tyler reacted with 👍".
|
|
144
|
+
* Use `{{name}}` if you want to instead use the current users' actual name.
|
|
145
|
+
*/
|
|
146
|
+
"reactions.user-list.you": "\xFE\xFA",
|
|
147
|
+
/**
|
|
148
|
+
* When showing list of users who have reacted, replaces your own name with "You", eg
|
|
149
|
+
* "You, Donna, James, and Tyler reacted with 👍". A different key (`_leading` suffix)
|
|
150
|
+
* is used when you are not the first to react, eg "Donna, you, James and Tyler reacted with 👍".
|
|
151
|
+
* Use `{{name}}` if you want to instead use the current users' actual name.
|
|
152
|
+
*/
|
|
153
|
+
"reactions.user-list.you_leading": "\xDE\xFA",
|
|
154
|
+
/**
|
|
155
|
+
* The text shown for the tooltip that appears when hovering over the reaction count, eg
|
|
156
|
+
* "Donna, James, and Tyler Reacted with 👍". Three components are available for use:
|
|
157
|
+
* - `<UserList/>` - the list of names of users who have reacted, using the locales list format
|
|
158
|
+
* - `<Text>` - should be wrapped around the text describing the action ("reacted with")
|
|
159
|
+
* - `<ReactionName/>` - the name of the reaction emoji, eg ":heavy_plus_sign:"
|
|
160
|
+
*/
|
|
161
|
+
"reactions.users-reacted-with-reaction": "<UserList/> <Text>breg\xF0ast vi\xF0 me\xF0</Text> <ReactionName/>",
|
|
162
|
+
/** Status filter: The short title describing filtering on open (non-resolved) comments */
|
|
163
|
+
"status-filter.status-open": "Opinn",
|
|
164
|
+
/** Status filter: The full text for describing filtering on open (non-resolved) comments */
|
|
165
|
+
"status-filter.status-open-full": "Opnar athugasemdir",
|
|
166
|
+
/** Status filter: The short title describing filtering on resolved comments */
|
|
167
|
+
"status-filter.status-resolved": "Leyst",
|
|
168
|
+
/** Status filter: The full text for describing filtering on resolved comments */
|
|
169
|
+
"status-filter.status-resolved-full": "Leystar athugasemdir",
|
|
170
|
+
/** Status filter: The full text for describing filtering on resolved comments and is upsell mode */
|
|
171
|
+
"status-filter.status-resolved-full-upsell": "Uppf\xE6r\xF0u til a\xF0 sj\xE1 leystar athugasemdir"
|
|
172
|
+
});
|
|
173
|
+
|
|
174
|
+
exports.default = comments;
|
|
175
|
+
//# sourceMappingURL=comments-ec-wTZ1I.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"comments-ec-wTZ1I.cjs","sources":["../../src/comments.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The close comments button text */\n 'close-pane-button-text': 'Loka athugasemdum',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': 'Loka athugasemdum',\n\n /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments */\n 'compose.add-comment-input-placeholder': 'Bættu við athugasemd við <strong>{{field}}</strong>',\n /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments and the mode is upsell */\n 'compose.add-comment-input-placeholder-upsell': 'Uppfærðu til að bæta við athugasemd',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': 'Búa til nýja athugasemd',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': 'Tilnefna notanda',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': 'Tilnefna notanda',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': 'Svara',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': 'Uppfærðu til að svara',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': 'Senda athugasemd',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': 'Senda athugasemd',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': 'Ekki tókst að afrita tengil á klippiborð',\n\n /** The inspector successfully copied link text */\n 'copy-link-success-message': 'Tengill afritaður á klippiborð',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': 'Einu sinni eytt, er ekki hægt að endurheimta athugasemd.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': 'Eyða athugasemd',\n /** The delete dialog title for a comment */\n 'delete-comment.title': 'Eyða þessari athugasemd?',\n\n /** The delete dialog error */\n 'delete-dialog.error': 'Villa kom upp við að eyða athugasemdinni. Vinsamlegast reyndu aftur.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body':\n 'Þessi athugasemd og svör hennar verða eytt, og einu sinni eytt er ekki hægt að endurheimta þau.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': 'Eyða þræði',\n /** The delete dialog title for a thread */\n 'delete-thread.title': 'Eyða þessum athugasemdum þræði?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': 'Hafna',\n /** The header for discard comment dialog */\n 'discard.header': 'Hafna athugasemd?',\n /** The text for discard comment dialog */\n 'discard.text': 'Viltu hafna athugasemdinni?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': 'Deildu þínu áliti',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': 'Hjálpaðu til við að bæta ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': 'Comments',\n\n /** Aria label for button above fields to add a comment, when the field currently do not have any comments */\n 'field-button.aria-label-add': 'Bæta við athugasemd',\n /** Aria label for button above fields that opens the comments for this field, when there are existing comments */\n 'field-button.aria-label-open': 'Opna athugasemdir',\n /** Text shown in popover when hovering the button above fields that opens the comments panel, when there is a single comment present */\n 'field-button.content_one': 'Skoða athugasemd',\n /** Text shown in popover when hovering the button above fields that opens the comments panel, when there are more than one comment present */\n 'field-button.content_other': 'Skoða athugasemdir',\n /** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */\n 'field-button.title': 'Bæta við athugasemd',\n\n /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */\n 'list-item.breadcrumb-button-go-to-field-aria-label': 'Farðu í {{field}} reit',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': 'Bæta við viðbrögðum',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': 'Bæta við viðbrögðum',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': 'Uppfærðu til að bæta við viðbrögðum',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': 'Afrita tengil að athugasemd',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': 'Eyða athugasemd',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': 'Breyta athugasemd',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': 'Uppfærðu til að breyta athugasemd',\n /** Aria label for the button that takes you to the field, which wraps a thread/comment */\n 'list-item.go-to-field-button.aria-label': 'Farðu í reit',\n /**\n * The text shown below the author and timestamp of a comment including a link back to the context in which the comment was made.\n * Consists of a document title wrapped in a link, and a word or phrase to indicate that the link refers to a location:\n * eg \"on Home\", \"on Coffee Machine | Products\", \"on Pricing – Sanity\"\n */\n 'list-item.layout-context': 'á <IntentLink>{{title}}</IntentLink>',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': 'breytt',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': 'Mistókst að senda.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': 'Er að birta...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': 'Reyna aftur',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': 'Opna valmynd athugasemda',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': 'Opna aftur',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': 'Opna aftur',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': 'Merktu athugasemd sem leyst',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': 'Merktu sem leyst',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text': 'Opnar athugasemdir á þessu skjali verða sýndar hér.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': 'Engar opnar athugasemdir ennþá',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text': 'Leystar athugasemdir við þetta skjal verða sýndar hér.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': 'Engar leystar athugasemdir ennþá',\n /** The list status message for error */\n 'list-status.error': 'Eitthvað fór úrskeiðis',\n /** The list status message for loading status */\n 'list-status.loading': 'Hleð athugasemdum',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': 'Engir notendur fundust',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': 'Óheimilt',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': 'Listi yfir notendur til að nefna',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n 'Þú getur bætt athugasemdum við hvaða reit í skjali sem er. Þær munu birtast hér, flokkaðar eftir reit.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': 'Skiljið',\n /** The comments onboarding popover header text */\n 'onboarding.header': 'Skjala reitir hafa nú athugasemdir',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': 'Bættu við viðbragði',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': 'Bregðast við með {{reactionName}}',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': 'Óþekktur notandi',\n /**\n * When showing list of users who have reacted, replaces your own name with \"you\", eg\n * \"Donna, you, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n * is used when you are the first to react, eg \"You, Donna and Tyler reacted with 👍\".\n * Use `{{name}}` if you want to instead use the current users' actual name.\n */\n 'reactions.user-list.you': 'þú',\n /**\n * When showing list of users who have reacted, replaces your own name with \"You\", eg\n * \"You, Donna, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n * is used when you are not the first to react, eg \"Donna, you, James and Tyler reacted with 👍\".\n * Use `{{name}}` if you want to instead use the current users' actual name.\n */\n 'reactions.user-list.you_leading': 'Þú',\n /**\n * The text shown for the tooltip that appears when hovering over the reaction count, eg\n * \"Donna, James, and Tyler Reacted with 👍\". Three components are available for use:\n * - `<UserList/>` - the list of names of users who have reacted, using the locales list format\n * - `<Text>` - should be wrapped around the text describing the action (\"reacted with\")\n * - `<ReactionName/>` - the name of the reaction emoji, eg \":heavy_plus_sign:\"\n */\n 'reactions.users-reacted-with-reaction':\n '<UserList/> <Text>bregðast við með</Text> <ReactionName/>',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': 'Opinn',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': 'Opnar athugasemdir',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': 'Leyst',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': 'Leystar athugasemdir',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': 'Uppfærðu til að sjá leystar athugasemdir',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
|