@sanity/locale-hr-hr 1.1.0 → 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.
@@ -4,213 +4,153 @@ var sanity = require('sanity');
4
4
 
5
5
  var comments = sanity.removeUndefinedLocaleResources({
6
6
  /** The close comments button text */
7
- "close-pane-button-text": void 0,
8
- // 'Close comments'
7
+ "close-pane-button-text": "Zatvori komentare",
9
8
  /** The aria label for the close comments button */
10
- "close-pane-button-text-aria-label": void 0,
11
- // 'Close comments'
9
+ "close-pane-button-text-aria-label": "Zatvori komentare",
12
10
  /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments */
13
- "compose.add-comment-input-placeholder": void 0,
14
- // 'Add comment to <strong>{{field}}</strong>'
11
+ "compose.add-comment-input-placeholder": "Dodaj komentar na <strong>{{field}}</strong>",
15
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 */
16
- "compose.add-comment-input-placeholder-upsell": void 0,
17
- // 'Upgrade to add comment'
13
+ "compose.add-comment-input-placeholder-upsell": "Nadogradite za dodavanje komentara",
18
14
  /** When composing a comment, the placeholder text shown when the input is empty */
19
- "compose.create-comment-placeholder": void 0,
20
- // 'Create a new comment'
15
+ "compose.create-comment-placeholder": "Stvori novi komentar",
21
16
  /** When composing a comment, the aria label for the button to mention a user */
22
- "compose.mention-user-aria-label": void 0,
23
- // 'Mention user'
17
+ "compose.mention-user-aria-label": "Spomeni korisnika",
24
18
  /** When composing a comment, the tooltip text for the button to mention a user */
25
- "compose.mention-user-tooltip": void 0,
26
- // 'Mention user'
19
+ "compose.mention-user-tooltip": "Spomeni korisnika",
27
20
  /** When composing a reply, the placeholder text shown when the input is empty */
28
- "compose.reply-placeholder": void 0,
29
- // 'Reply'
21
+ "compose.reply-placeholder": "Odgovori",
30
22
  /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */
31
- "compose.reply-placeholder-upsell": void 0,
32
- // 'Upgrade to reply'
23
+ "compose.reply-placeholder-upsell": "Nadogradite za odgovor",
33
24
  /** When composing a comment, the aria label for the button to send a comment */
34
- "compose.send-comment-aria-label": void 0,
35
- // 'Send comment'
25
+ "compose.send-comment-aria-label": "Po\u0161alji komentar",
36
26
  /** When composing a comment, the tooltip text for the button to send a comment */
37
- "compose.send-comment-tooltip": void 0,
38
- // 'Send comment'
27
+ "compose.send-comment-tooltip": "Po\u0161alji komentar",
39
28
  /** The inspector text when error copying link */
40
- "copy-link-error-message": void 0,
41
- // 'Unable to copy link to clipboard'
29
+ "copy-link-error-message": "Nije mogu\u0107e kopirati poveznicu u me\u0111uspremnik",
42
30
  /** The inspector successfully copied link text */
43
- "copy-link-success-message": void 0,
44
- // 'Copied link to clipboard'
31
+ "copy-link-success-message": "Kopirana poveznica u me\u0111uspremnik",
45
32
  /** The delete dialog body for a comment */
46
- "delete-comment.body": void 0,
47
- // 'Once deleted, a comment cannot be recovered.'
33
+ "delete-comment.body": "Jednom izbrisan, komentar se ne mo\u017Ee povratiti.",
48
34
  /** The delete dialog confirm button text for a comment */
49
- "delete-comment.confirm": void 0,
50
- // 'Delete comment'
35
+ "delete-comment.confirm": "Izbri\u0161i komentar",
51
36
  /** The delete dialog title for a comment */
52
- "delete-comment.title": void 0,
53
- // 'Delete this comment?'
37
+ "delete-comment.title": "Izbrisati ovaj komentar?",
54
38
  /** The delete dialog error */
55
- "delete-dialog.error": void 0,
56
- // 'An error occurred while deleting the comment. Please try again.'
39
+ "delete-dialog.error": "Do\u0161lo je do pogre\u0161ke prilikom brisanja komentara. Molimo poku\u0161ajte ponovno.",
57
40
  /** The delete dialog body for a thread */
58
- "delete-thread.body": void 0,
59
- // 'This comment and its replies will be deleted, and once deleted cannot be recovered.'
41
+ "delete-thread.body": "Ovaj komentar i njegovi odgovori bit \u0107e izbrisani, a jednom izbrisani ne mogu se povratiti.",
60
42
  /** The delete dialog conform button text for a thread */
61
- "delete-thread.confirm": void 0,
62
- // 'Delete thread'
43
+ "delete-thread.confirm": "Izbri\u0161i nit",
63
44
  /** The delete dialog title for a thread */
64
- "delete-thread.title": void 0,
65
- // 'Delete this comment thread?'
45
+ "delete-thread.title": "Izbrisati ovu nit komentara?",
66
46
  /** The button text for confirming discard */
67
- "discard.button-confirm": void 0,
68
- // 'Discard'
47
+ "discard.button-confirm": "Odbaci",
69
48
  /** The header for discard comment dialog */
70
- "discard.header": void 0,
71
- // 'Discard comment?'
49
+ "discard.header": "Odbaciti komentar?",
72
50
  /** The text for discard comment dialog */
73
- "discard.text": void 0,
74
- // 'Do you want to discard the comment?'
51
+ "discard.text": "\u017Delite li odbaciti komentar?",
75
52
  /** Sharing feedback on the comments feature: The link title */
76
- "feature-feedback.link": void 0,
77
- // 'Share your feedback'
53
+ "feature-feedback.link": "Podijelite svoje mi\u0161ljenje",
78
54
  /** Sharing feedback on the comments feature: The form title */
79
- "feature-feedback.title": void 0,
80
- // 'Help improve '
55
+ "feature-feedback.title": "Pomozite unaprijediti ",
81
56
  /** The name of the comments feature, for use in header. Capitalized, eg "Comments". */
82
- "feature-name": void 0,
83
- // 'Comments'
57
+ "feature-name": "Komentari",
84
58
  /** Aria label for button above fields to add a comment, when the field currently do not have any comments */
85
- "field-button.aria-label-add": void 0,
86
- // 'Add comment'
59
+ "field-button.aria-label-add": "Dodaj komentar",
87
60
  /** Aria label for button above fields that opens the comments for this field, when there are existing comments */
88
- "field-button.aria-label-open": void 0,
89
- // 'Open comments'
61
+ "field-button.aria-label-open": "Otvori komentare",
90
62
  /** Text shown in popover when hovering the button above fields that opens the comments panel, when there is a single comment present */
91
- "field-button.content_one": void 0,
92
- // 'View comment'
63
+ "field-button.content_one": "Pogledaj komentar",
93
64
  /** Text shown in popover when hovering the button above fields that opens the comments panel, when there are more than one comment present */
94
- "field-button.content_other": void 0,
95
- // 'View comments'
65
+ "field-button.content_other": "Pogledaj komentare",
96
66
  /** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */
97
- "field-button.title": void 0,
98
- // 'Add comment'
67
+ "field-button.title": "Dodaj komentar",
99
68
  /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
100
- "list-item.breadcrumb-button-go-to-field-aria-label": void 0,
101
- // 'Go to {{field}} field'
69
+ "list-item.breadcrumb-button-go-to-field-aria-label": "Idi na polje {{field}}",
102
70
  /** The button tooltip content for the add reaction button */
103
- "list-item.context-menu-add-reaction": void 0,
104
- // 'Add reaction'
71
+ "list-item.context-menu-add-reaction": "Dodaj reakciju",
105
72
  /** The button tooltip aria label for adding a reaction */
106
- "list-item.context-menu-add-reaction-aria-label": void 0,
107
- // 'Add reaction'
73
+ "list-item.context-menu-add-reaction-aria-label": "Dodaj reakciju",
108
74
  /** The button tooltip content for the add reaction button and mode is upsell */
109
- "list-item.context-menu-add-reaction-upsell": void 0,
110
- // 'Upgrade to add reaction'
75
+ "list-item.context-menu-add-reaction-upsell": "Nadogradi za dodavanje reakcije",
111
76
  /** The action menu item for copying a comment link */
112
- "list-item.copy-link": void 0,
113
- // 'Copy link to comment'
77
+ "list-item.copy-link": "Kopiraj poveznicu do komentara",
114
78
  /** The action menu item for deleting a comment */
115
- "list-item.delete-comment": void 0,
116
- // 'Delete comment'
79
+ "list-item.delete-comment": "Izbri\u0161i komentar",
117
80
  /** The action menu item for editing a comment */
118
- "list-item.edit-comment": void 0,
119
- // 'Edit comment'
81
+ "list-item.edit-comment": "Uredi komentar",
120
82
  /** The action menu item for editing a comment and the mode is upsell */
121
- "list-item.edit-comment-upsell": void 0,
122
- // 'Upgrade to edit comment'
83
+ "list-item.edit-comment-upsell": "Nadogradi za ure\u0111ivanje komentara",
123
84
  /** Aria label for the button that takes you to the field, which wraps a thread/comment */
124
- "list-item.go-to-field-button.aria-label": void 0,
125
- // 'Go to field'
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>",
126
92
  /** The marker to indicate that a comment has been edited in brackets */
127
- "list-item.layout-edited": void 0,
128
- // 'edited'
93
+ "list-item.layout-edited": "ure\u0111eno",
129
94
  /** The error text when sending a comment has failed */
130
- "list-item.layout-failed-sent": void 0,
131
- // 'Failed to send.'
95
+ "list-item.layout-failed-sent": "Slanje nije uspjelo.",
132
96
  /** The loading message when posting a comment is in progress */
133
- "list-item.layout-posting": void 0,
134
- // 'Posting...'
97
+ "list-item.layout-posting": "Objavljivanje...",
135
98
  /** The text for retrying posting a comment */
136
- "list-item.layout-retry": void 0,
137
- // 'Retry'
99
+ "list-item.layout-retry": "Poku\u0161aj ponovno",
138
100
  /** The aria label for the comments menu button to open the actions menu */
139
- "list-item.open-menu-aria-label": void 0,
140
- // 'Open comment actions menu'
101
+ "list-item.open-menu-aria-label": "Otvori izbornik radnji komentara",
141
102
  /** The button text to re-open a resolved comment */
142
- "list-item.re-open-resolved": void 0,
143
- // 'Re-open'
103
+ "list-item.re-open-resolved": "Ponovno otvori",
144
104
  /** The button aria label to re-open a comment that is resolved */
145
- "list-item.re-open-resolved-aria-label": void 0,
146
- // 'Re-open'
105
+ "list-item.re-open-resolved-aria-label": "Ponovno otvori",
147
106
  /** The button aria label to mark a comment as resolved */
148
- "list-item.resolved-tooltip-aria-label": void 0,
149
- // 'Mark comment as resolved'
107
+ "list-item.resolved-tooltip-aria-label": "Ozna\u010Di komentar kao rije\u0161en",
150
108
  /** The button text to mark a comment as resolved */
151
- "list-item.resolved-tooltip-content": void 0,
152
- // 'Mark as resolved'
109
+ "list-item.resolved-tooltip-content": "Ozna\u010Di kao rije\u0161eno",
153
110
  /** The empty state text for open comments */
154
- "list-status.empty-state-open-text": void 0,
155
- // 'Open comments on this document will be shown here.'
111
+ "list-status.empty-state-open-text": "Otvoreni komentari na ovom dokumentu \u0107e biti prikazani ovdje.",
156
112
  /** The empty state title for open comments */
157
- "list-status.empty-state-open-title": void 0,
158
- // 'No open comments yet'
113
+ "list-status.empty-state-open-title": "Jo\u0161 nema otvorenih komentara",
159
114
  /** The empty state text for resolved comments */
160
- "list-status.empty-state-resolved-text": void 0,
161
- // 'Resolved comments on this document will be shown here.'
115
+ "list-status.empty-state-resolved-text": "Rije\u0161eni komentari na ovom dokumentu bit \u0107e prikazani ovdje.",
162
116
  /** The empty state title for resolved comments */
163
- "list-status.empty-state-resolved-title": void 0,
164
- // 'No resolved comments yet'
117
+ "list-status.empty-state-resolved-title": "Jo\u0161 nema rije\u0161enih komentara",
165
118
  /** The list status message for error */
166
- "list-status.error": void 0,
167
- // 'Something went wrong'
119
+ "list-status.error": "Do\u0161lo je do pogre\u0161ke",
168
120
  /** The list status message for loading status */
169
- "list-status.loading": void 0,
170
- // 'Loading comments'
121
+ "list-status.loading": "U\u010Ditavanje komentara",
171
122
  /** Text shown when no users can be found to mention */
172
- "mentions.no-users-found": void 0,
173
- // 'No users found'
123
+ "mentions.no-users-found": "Nisu prona\u0111eni korisnici",
174
124
  /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */
175
- "mentions.unauthorized-user": void 0,
176
- // 'Unauthorized'
125
+ "mentions.unauthorized-user": "Neovla\u0161ten",
177
126
  /** Aria label for the command list for users to mention */
178
- "mentions.user-list-aria-label": void 0,
179
- // 'List of users to mention'
127
+ "mentions.user-list-aria-label": "Popis korisnika za spomenuti",
180
128
  /** The comments onboarding popover text */
181
- "onboarding.body": void 0,
182
- // 'You can add comments to any field in a document. They\'ll show up here, grouped by field.'
129
+ "onboarding.body": "Mo\u017Eete dodati komentare na bilo koje polje u dokumentu. Pojavit \u0107e se ovdje, grupirani po polju.",
183
130
  /** The comments onboarding dismiss text */
184
- "onboarding.dismiss": void 0,
185
- // 'Got it'
131
+ "onboarding.dismiss": "Razumijem",
186
132
  /** The comments onboarding popover header text */
187
- "onboarding.header": void 0,
188
- // 'Document fields now have comments'
133
+ "onboarding.header": "Polja dokumenata sada imaju komentare",
189
134
  /** Tooltip for the button to add a reaction to a comment */
190
- "reactions.add-reaction-tooltip": void 0,
191
- // 'Add reaction'
135
+ "reactions.add-reaction-tooltip": "Dodaj reakciju",
192
136
  /** Aria label for the individual reactions you can choose from when reacting to a comment */
193
- "reactions.react-with-aria-label": void 0,
194
- // 'React with {{reactionName}}'
137
+ "reactions.react-with-aria-label": "Reagirajte s {{reactionName}}",
195
138
  /** When a users' name cannot be resolved, fall back to this name */
196
- "reactions.user-list.unknown-user-fallback-name": void 0,
197
- // 'Unknown user'
139
+ "reactions.user-list.unknown-user-fallback-name": "Nepoznati korisnik",
198
140
  /**
199
141
  * When showing list of users who have reacted, replaces your own name with "you", eg
200
142
  * "Donna, you, James, and Tyler reacted with 👍". A different key (`_leading` suffix)
201
143
  * is used when you are the first to react, eg "You, Donna and Tyler reacted with 👍".
202
144
  * Use `{{name}}` if you want to instead use the current users' actual name.
203
145
  */
204
- "reactions.user-list.you": void 0,
205
- // 'you'
146
+ "reactions.user-list.you": "vi",
206
147
  /**
207
148
  * When showing list of users who have reacted, replaces your own name with "You", eg
208
149
  * "You, Donna, James, and Tyler reacted with 👍". A different key (`_leading` suffix)
209
150
  * is used when you are not the first to react, eg "Donna, you, James and Tyler reacted with 👍".
210
151
  * Use `{{name}}` if you want to instead use the current users' actual name.
211
152
  */
212
- "reactions.user-list.you_leading": void 0,
213
- // 'You'
153
+ "reactions.user-list.you_leading": "Vi",
214
154
  /**
215
155
  * The text shown for the tooltip that appears when hovering over the reaction count, eg
216
156
  * "Donna, James, and Tyler Reacted with 👍". Three components are available for use:
@@ -218,24 +158,18 @@ var comments = sanity.removeUndefinedLocaleResources({
218
158
  * - `<Text>` - should be wrapped around the text describing the action ("reacted with")
219
159
  * - `<ReactionName/>` - the name of the reaction emoji, eg ":heavy_plus_sign:"
220
160
  */
221
- "reactions.users-reacted-with-reaction": void 0,
222
- // '<UserList/> <Text>reacted with</Text> <ReactionName/>'
161
+ "reactions.users-reacted-with-reaction": "<UserList/> <Text>je reagirao/la s</Text> <ReactionName/>",
223
162
  /** Status filter: The short title describing filtering on open (non-resolved) comments */
224
- "status-filter.status-open": void 0,
225
- // 'Open'
163
+ "status-filter.status-open": "Otvoreno",
226
164
  /** Status filter: The full text for describing filtering on open (non-resolved) comments */
227
- "status-filter.status-open-full": void 0,
228
- // 'Open comments'
165
+ "status-filter.status-open-full": "Otvoreni komentari",
229
166
  /** Status filter: The short title describing filtering on resolved comments */
230
- "status-filter.status-resolved": void 0,
231
- // 'Resolved'
167
+ "status-filter.status-resolved": "Rije\u0161eno",
232
168
  /** Status filter: The full text for describing filtering on resolved comments */
233
- "status-filter.status-resolved-full": void 0,
234
- // 'Resolved comments'
169
+ "status-filter.status-resolved-full": "Rije\u0161eni komentari",
235
170
  /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */
236
- "status-filter.status-resolved-full-upsell": void 0
237
- // 'Upgrade to see resolved comments'
171
+ "status-filter.status-resolved-full-upsell": "Nadogradite kako biste vidjeli rije\u0161ene komentare"
238
172
  });
239
173
 
240
174
  exports.default = comments;
241
- //# sourceMappingURL=comments-cPKnOS_7.cjs.map
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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"}