@sanity/locale-hr-hr 1.1.1 → 1.1.2
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-oCSjY-gi.cjs → comments--pybZjjS.cjs} +7 -1
- package/dist/_chunks/comments--pybZjjS.cjs.map +1 -0
- package/dist/_chunks/{comments-PT45-kNy.js → comments-l0kErYHg.js} +7 -1
- package/dist/_chunks/comments-l0kErYHg.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/comments.ts +6 -0
- package/dist/_chunks/comments-PT45-kNy.js.map +0 -1
- package/dist/_chunks/comments-oCSjY-gi.cjs.map +0 -1
|
@@ -83,6 +83,12 @@ var comments = sanity.removeUndefinedLocaleResources({
|
|
|
83
83
|
"list-item.edit-comment-upsell": "Nadogradi za ure\u0111ivanje komentara",
|
|
84
84
|
/** Aria label for the button that takes you to the field, which wraps a thread/comment */
|
|
85
85
|
"list-item.go-to-field-button.aria-label": "Idi na polje",
|
|
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": "na <IntentLink>{{title}}</IntentLink>",
|
|
86
92
|
/** The marker to indicate that a comment has been edited in brackets */
|
|
87
93
|
"list-item.layout-edited": "ure\u0111eno",
|
|
88
94
|
/** The error text when sending a comment has failed */
|
|
@@ -166,4 +172,4 @@ var comments = sanity.removeUndefinedLocaleResources({
|
|
|
166
172
|
});
|
|
167
173
|
|
|
168
174
|
exports.default = comments;
|
|
169
|
-
//# sourceMappingURL=comments
|
|
175
|
+
//# sourceMappingURL=comments--pybZjjS.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"comments--pybZjjS.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': 'Zatvori komentare',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': 'Zatvori komentare',\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': 'Dodaj komentar na <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': 'Nadogradite za dodavanje komentara',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': 'Stvori novi komentar',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': 'Spomeni korisnika',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': 'Spomeni korisnika',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': 'Odgovori',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': 'Nadogradite za odgovor',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': 'Pošalji komentar',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': 'Pošalji komentar',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': 'Nije moguće kopirati poveznicu u međuspremnik',\n\n /** The inspector successfully copied link text */\n 'copy-link-success-message': 'Kopirana poveznica u međuspremnik',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': 'Jednom izbrisan, komentar se ne može povratiti.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': 'Izbriši komentar',\n /** The delete dialog title for a comment */\n 'delete-comment.title': 'Izbrisati ovaj komentar?',\n\n /** The delete dialog error */\n 'delete-dialog.error':\n 'Došlo je do pogreške prilikom brisanja komentara. Molimo pokušajte ponovno.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body':\n 'Ovaj komentar i njegovi odgovori bit će izbrisani, a jednom izbrisani ne mogu se povratiti.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': 'Izbriši nit',\n /** The delete dialog title for a thread */\n 'delete-thread.title': 'Izbrisati ovu nit komentara?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': 'Odbaci',\n /** The header for discard comment dialog */\n 'discard.header': 'Odbaciti komentar?',\n /** The text for discard comment dialog */\n 'discard.text': 'Želite li odbaciti komentar?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': 'Podijelite svoje mišljenje',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': 'Pomozite unaprijediti ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': 'Komentari',\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': 'Dodaj komentar',\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': 'Otvori komentare',\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': 'Pogledaj komentar',\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': 'Pogledaj komentare',\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': 'Dodaj komentar',\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': 'Idi na polje {{field}}',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': 'Dodaj reakciju',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': 'Dodaj reakciju',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': 'Nadogradi za dodavanje reakcije',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': 'Kopiraj poveznicu do komentara',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': 'Izbriši komentar',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': 'Uredi komentar',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': 'Nadogradi za uređivanje komentara',\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': 'Idi na polje',\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': 'na <IntentLink>{{title}}</IntentLink>',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': 'uređeno',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': 'Slanje nije uspjelo.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': 'Objavljivanje...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': 'Pokušaj ponovno',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': 'Otvori izbornik radnji komentara',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': 'Ponovno otvori',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': 'Ponovno otvori',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': 'Označi komentar kao riješen',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': 'Označi kao riješeno',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text':\n 'Otvoreni komentari na ovom dokumentu će biti prikazani ovdje.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': 'Još nema otvorenih komentara',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text':\n 'Riješeni komentari na ovom dokumentu bit će prikazani ovdje.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': 'Još nema riješenih komentara',\n /** The list status message for error */\n 'list-status.error': 'Došlo je do pogreške',\n /** The list status message for loading status */\n 'list-status.loading': 'Učitavanje komentara',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': 'Nisu pronađeni korisnici',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': 'Neovlašten',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': 'Popis korisnika za spomenuti',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n 'Možete dodati komentare na bilo koje polje u dokumentu. Pojavit će se ovdje, grupirani po polju.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': 'Razumijem',\n /** The comments onboarding popover header text */\n 'onboarding.header': 'Polja dokumenata sada imaju komentare',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': 'Dodaj reakciju',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': 'Reagirajte s {{reactionName}}',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': 'Nepoznati korisnik',\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': 'vi',\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': 'Vi',\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>je reagirao/la s</Text> <ReactionName/>',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': 'Otvoreno',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': 'Otvoreni komentari',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': 'Riješeno',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': 'Riješeni komentari',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': 'Nadogradite kako biste vidjeli riješene komentare',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
|
|
@@ -81,6 +81,12 @@ var comments = removeUndefinedLocaleResources({
|
|
|
81
81
|
"list-item.edit-comment-upsell": "Nadogradi za ure\u0111ivanje komentara",
|
|
82
82
|
/** Aria label for the button that takes you to the field, which wraps a thread/comment */
|
|
83
83
|
"list-item.go-to-field-button.aria-label": "Idi na polje",
|
|
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": "na <IntentLink>{{title}}</IntentLink>",
|
|
84
90
|
/** The marker to indicate that a comment has been edited in brackets */
|
|
85
91
|
"list-item.layout-edited": "ure\u0111eno",
|
|
86
92
|
/** The error text when sending a comment has failed */
|
|
@@ -164,4 +170,4 @@ var comments = removeUndefinedLocaleResources({
|
|
|
164
170
|
});
|
|
165
171
|
|
|
166
172
|
export { comments as default };
|
|
167
|
-
//# sourceMappingURL=comments-
|
|
173
|
+
//# sourceMappingURL=comments-l0kErYHg.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"comments-l0kErYHg.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': 'Zatvori komentare',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': 'Zatvori komentare',\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': 'Dodaj komentar na <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': 'Nadogradite za dodavanje komentara',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': 'Stvori novi komentar',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': 'Spomeni korisnika',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': 'Spomeni korisnika',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': 'Odgovori',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': 'Nadogradite za odgovor',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': 'Pošalji komentar',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': 'Pošalji komentar',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': 'Nije moguće kopirati poveznicu u međuspremnik',\n\n /** The inspector successfully copied link text */\n 'copy-link-success-message': 'Kopirana poveznica u međuspremnik',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': 'Jednom izbrisan, komentar se ne može povratiti.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': 'Izbriši komentar',\n /** The delete dialog title for a comment */\n 'delete-comment.title': 'Izbrisati ovaj komentar?',\n\n /** The delete dialog error */\n 'delete-dialog.error':\n 'Došlo je do pogreške prilikom brisanja komentara. Molimo pokušajte ponovno.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body':\n 'Ovaj komentar i njegovi odgovori bit će izbrisani, a jednom izbrisani ne mogu se povratiti.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': 'Izbriši nit',\n /** The delete dialog title for a thread */\n 'delete-thread.title': 'Izbrisati ovu nit komentara?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': 'Odbaci',\n /** The header for discard comment dialog */\n 'discard.header': 'Odbaciti komentar?',\n /** The text for discard comment dialog */\n 'discard.text': 'Želite li odbaciti komentar?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': 'Podijelite svoje mišljenje',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': 'Pomozite unaprijediti ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': 'Komentari',\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': 'Dodaj komentar',\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': 'Otvori komentare',\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': 'Pogledaj komentar',\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': 'Pogledaj komentare',\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': 'Dodaj komentar',\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': 'Idi na polje {{field}}',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': 'Dodaj reakciju',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': 'Dodaj reakciju',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': 'Nadogradi za dodavanje reakcije',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': 'Kopiraj poveznicu do komentara',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': 'Izbriši komentar',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': 'Uredi komentar',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': 'Nadogradi za uređivanje komentara',\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': 'Idi na polje',\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': 'na <IntentLink>{{title}}</IntentLink>',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': 'uređeno',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': 'Slanje nije uspjelo.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': 'Objavljivanje...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': 'Pokušaj ponovno',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': 'Otvori izbornik radnji komentara',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': 'Ponovno otvori',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': 'Ponovno otvori',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': 'Označi komentar kao riješen',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': 'Označi kao riješeno',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text':\n 'Otvoreni komentari na ovom dokumentu će biti prikazani ovdje.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': 'Još nema otvorenih komentara',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text':\n 'Riješeni komentari na ovom dokumentu bit će prikazani ovdje.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': 'Još nema riješenih komentara',\n /** The list status message for error */\n 'list-status.error': 'Došlo je do pogreške',\n /** The list status message for loading status */\n 'list-status.loading': 'Učitavanje komentara',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': 'Nisu pronađeni korisnici',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': 'Neovlašten',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': 'Popis korisnika za spomenuti',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n 'Možete dodati komentare na bilo koje polje u dokumentu. Pojavit će se ovdje, grupirani po polju.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': 'Razumijem',\n /** The comments onboarding popover header text */\n 'onboarding.header': 'Polja dokumenata sada imaju komentare',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': 'Dodaj reakciju',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': 'Reagirajte s {{reactionName}}',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': 'Nepoznati korisnik',\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': 'vi',\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': 'Vi',\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>je reagirao/la s</Text> <ReactionName/>',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': 'Otvoreno',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': 'Otvoreni komentari',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': 'Riješeno',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': 'Riješeni komentari',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': 'Nadogradite kako biste vidjeli riješene komentare',\n})\n"],"names":[],"mappings":"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"}
|
package/dist/index.cjs
CHANGED
|
@@ -22,7 +22,7 @@ const locale = sanity.defineLocale({
|
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
namespace: "comments",
|
|
25
|
-
resources: () => Promise.resolve().then(function () { return require('./_chunks/comments
|
|
25
|
+
resources: () => Promise.resolve().then(function () { return require('./_chunks/comments--pybZjjS.cjs'); })
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
namespace: "vision",
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
package/src/comments.ts
CHANGED
|
@@ -95,6 +95,12 @@ export default removeUndefinedLocaleResources({
|
|
|
95
95
|
'list-item.edit-comment-upsell': 'Nadogradi za uređivanje komentara',
|
|
96
96
|
/** Aria label for the button that takes you to the field, which wraps a thread/comment */
|
|
97
97
|
'list-item.go-to-field-button.aria-label': 'Idi na polje',
|
|
98
|
+
/**
|
|
99
|
+
* The text shown below the author and timestamp of a comment including a link back to the context in which the comment was made.
|
|
100
|
+
* Consists of a document title wrapped in a link, and a word or phrase to indicate that the link refers to a location:
|
|
101
|
+
* eg "on Home", "on Coffee Machine | Products", "on Pricing – Sanity"
|
|
102
|
+
*/
|
|
103
|
+
'list-item.layout-context': 'na <IntentLink>{{title}}</IntentLink>',
|
|
98
104
|
/** The marker to indicate that a comment has been edited in brackets */
|
|
99
105
|
'list-item.layout-edited': 'uređeno',
|
|
100
106
|
/** The error text when sending a comment has failed */
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"comments-PT45-kNy.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': 'Zatvori komentare',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': 'Zatvori komentare',\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': 'Dodaj komentar na <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': 'Nadogradite za dodavanje komentara',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': 'Stvori novi komentar',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': 'Spomeni korisnika',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': 'Spomeni korisnika',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': 'Odgovori',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': 'Nadogradite za odgovor',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': 'Pošalji komentar',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': 'Pošalji komentar',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': 'Nije moguće kopirati poveznicu u međuspremnik',\n\n /** The inspector successfully copied link text */\n 'copy-link-success-message': 'Kopirana poveznica u međuspremnik',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': 'Jednom izbrisan, komentar se ne može povratiti.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': 'Izbriši komentar',\n /** The delete dialog title for a comment */\n 'delete-comment.title': 'Izbrisati ovaj komentar?',\n\n /** The delete dialog error */\n 'delete-dialog.error':\n 'Došlo je do pogreške prilikom brisanja komentara. Molimo pokušajte ponovno.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body':\n 'Ovaj komentar i njegovi odgovori bit će izbrisani, a jednom izbrisani ne mogu se povratiti.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': 'Izbriši nit',\n /** The delete dialog title for a thread */\n 'delete-thread.title': 'Izbrisati ovu nit komentara?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': 'Odbaci',\n /** The header for discard comment dialog */\n 'discard.header': 'Odbaciti komentar?',\n /** The text for discard comment dialog */\n 'discard.text': 'Želite li odbaciti komentar?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': 'Podijelite svoje mišljenje',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': 'Pomozite unaprijediti ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': 'Komentari',\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': 'Dodaj komentar',\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': 'Otvori komentare',\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': 'Pogledaj komentar',\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': 'Pogledaj komentare',\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': 'Dodaj komentar',\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': 'Idi na polje {{field}}',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': 'Dodaj reakciju',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': 'Dodaj reakciju',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': 'Nadogradi za dodavanje reakcije',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': 'Kopiraj poveznicu do komentara',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': 'Izbriši komentar',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': 'Uredi komentar',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': 'Nadogradi za uređivanje komentara',\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': 'Idi na polje',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': 'uređeno',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': 'Slanje nije uspjelo.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': 'Objavljivanje...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': 'Pokušaj ponovno',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': 'Otvori izbornik radnji komentara',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': 'Ponovno otvori',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': 'Ponovno otvori',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': 'Označi komentar kao riješen',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': 'Označi kao riješeno',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text':\n 'Otvoreni komentari na ovom dokumentu će biti prikazani ovdje.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': 'Još nema otvorenih komentara',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text':\n 'Riješeni komentari na ovom dokumentu bit će prikazani ovdje.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': 'Još nema riješenih komentara',\n /** The list status message for error */\n 'list-status.error': 'Došlo je do pogreške',\n /** The list status message for loading status */\n 'list-status.loading': 'Učitavanje komentara',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': 'Nisu pronađeni korisnici',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': 'Neovlašten',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': 'Popis korisnika za spomenuti',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n 'Možete dodati komentare na bilo koje polje u dokumentu. Pojavit će se ovdje, grupirani po polju.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': 'Razumijem',\n /** The comments onboarding popover header text */\n 'onboarding.header': 'Polja dokumenata sada imaju komentare',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': 'Dodaj reakciju',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': 'Reagirajte s {{reactionName}}',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': 'Nepoznati korisnik',\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': 'vi',\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': 'Vi',\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>je reagirao/la s</Text> <ReactionName/>',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': 'Otvoreno',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': 'Otvoreni komentari',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': 'Riješeno',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': 'Riješeni komentari',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': 'Nadogradite kako biste vidjeli riješene komentare',\n})\n"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"comments-oCSjY-gi.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': 'Zatvori komentare',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': 'Zatvori komentare',\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': 'Dodaj komentar na <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': 'Nadogradite za dodavanje komentara',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': 'Stvori novi komentar',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': 'Spomeni korisnika',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': 'Spomeni korisnika',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': 'Odgovori',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': 'Nadogradite za odgovor',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': 'Pošalji komentar',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': 'Pošalji komentar',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': 'Nije moguće kopirati poveznicu u međuspremnik',\n\n /** The inspector successfully copied link text */\n 'copy-link-success-message': 'Kopirana poveznica u međuspremnik',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': 'Jednom izbrisan, komentar se ne može povratiti.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': 'Izbriši komentar',\n /** The delete dialog title for a comment */\n 'delete-comment.title': 'Izbrisati ovaj komentar?',\n\n /** The delete dialog error */\n 'delete-dialog.error':\n 'Došlo je do pogreške prilikom brisanja komentara. Molimo pokušajte ponovno.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body':\n 'Ovaj komentar i njegovi odgovori bit će izbrisani, a jednom izbrisani ne mogu se povratiti.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': 'Izbriši nit',\n /** The delete dialog title for a thread */\n 'delete-thread.title': 'Izbrisati ovu nit komentara?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': 'Odbaci',\n /** The header for discard comment dialog */\n 'discard.header': 'Odbaciti komentar?',\n /** The text for discard comment dialog */\n 'discard.text': 'Želite li odbaciti komentar?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': 'Podijelite svoje mišljenje',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': 'Pomozite unaprijediti ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': 'Komentari',\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': 'Dodaj komentar',\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': 'Otvori komentare',\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': 'Pogledaj komentar',\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': 'Pogledaj komentare',\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': 'Dodaj komentar',\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': 'Idi na polje {{field}}',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': 'Dodaj reakciju',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': 'Dodaj reakciju',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': 'Nadogradi za dodavanje reakcije',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': 'Kopiraj poveznicu do komentara',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': 'Izbriši komentar',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': 'Uredi komentar',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': 'Nadogradi za uređivanje komentara',\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': 'Idi na polje',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': 'uređeno',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': 'Slanje nije uspjelo.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': 'Objavljivanje...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': 'Pokušaj ponovno',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': 'Otvori izbornik radnji komentara',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': 'Ponovno otvori',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': 'Ponovno otvori',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': 'Označi komentar kao riješen',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': 'Označi kao riješeno',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text':\n 'Otvoreni komentari na ovom dokumentu će biti prikazani ovdje.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': 'Još nema otvorenih komentara',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text':\n 'Riješeni komentari na ovom dokumentu bit će prikazani ovdje.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': 'Još nema riješenih komentara',\n /** The list status message for error */\n 'list-status.error': 'Došlo je do pogreške',\n /** The list status message for loading status */\n 'list-status.loading': 'Učitavanje komentara',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': 'Nisu pronađeni korisnici',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': 'Neovlašten',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': 'Popis korisnika za spomenuti',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n 'Možete dodati komentare na bilo koje polje u dokumentu. Pojavit će se ovdje, grupirani po polju.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': 'Razumijem',\n /** The comments onboarding popover header text */\n 'onboarding.header': 'Polja dokumenata sada imaju komentare',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': 'Dodaj reakciju',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': 'Reagirajte s {{reactionName}}',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': 'Nepoznati korisnik',\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': 'vi',\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': 'Vi',\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>je reagirao/la s</Text> <ReactionName/>',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': 'Otvoreno',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': 'Otvoreni komentari',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': 'Riješeno',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': 'Riješeni komentari',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': 'Nadogradite kako biste vidjeli riješene komentare',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
|