@sanity/locale-ko-kr 1.0.3 → 1.1.0
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-PNexB4xL.js +165 -0
- package/dist/_chunks/comments-PNexB4xL.js.map +1 -0
- package/dist/_chunks/comments-TOs3uDAE.cjs +167 -0
- package/dist/_chunks/comments-TOs3uDAE.cjs.map +1 -0
- package/dist/_chunks/structure-NGIipFCU.cjs +366 -0
- package/dist/_chunks/structure-NGIipFCU.cjs.map +1 -0
- package/dist/_chunks/structure-snbNnhun.js +364 -0
- package/dist/_chunks/structure-snbNnhun.js.map +1 -0
- package/dist/_chunks/studio--O2K2n0G.cjs +1446 -0
- package/dist/_chunks/studio--O2K2n0G.cjs.map +1 -0
- package/dist/_chunks/studio-YpJo5H06.js +1444 -0
- package/dist/_chunks/studio-YpJo5H06.js.map +1 -0
- package/dist/_chunks/validation-27DiQAj4.cjs +97 -0
- package/dist/_chunks/{validation-dSs0nRf4.cjs.map → validation-27DiQAj4.cjs.map} +1 -1
- package/dist/_chunks/validation-RFxbgzn9.js +95 -0
- package/dist/_chunks/{validation-xxaIGq5d.js.map → validation-RFxbgzn9.js.map} +1 -1
- package/dist/_chunks/vision-u0E4p-QD.cjs +68 -0
- package/dist/_chunks/{vision-CKh0QBHU.cjs.map → vision-u0E4p-QD.cjs.map} +1 -1
- package/dist/_chunks/vision-wo5b6tzB.js +66 -0
- package/dist/_chunks/{vision-oZCaLKEQ.js.map → vision-wo5b6tzB.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 +180 -0
- package/src/index.ts +5 -0
- package/src/structure.ts +11 -0
- package/src/studio.ts +16 -4
- package/dist/_chunks/structure-Jw8XorZc.js +0 -1
- package/dist/_chunks/structure-Jw8XorZc.js.map +0 -1
- package/dist/_chunks/structure-OVCuOCUY.cjs +0 -1
- package/dist/_chunks/structure-OVCuOCUY.cjs.map +0 -1
- package/dist/_chunks/studio-DhRfIRNn.js +0 -1
- package/dist/_chunks/studio-DhRfIRNn.js.map +0 -1
- package/dist/_chunks/studio-byOFOBqp.cjs +0 -1
- package/dist/_chunks/studio-byOFOBqp.cjs.map +0 -1
- package/dist/_chunks/validation-dSs0nRf4.cjs +0 -1
- package/dist/_chunks/validation-xxaIGq5d.js +0 -1
- package/dist/_chunks/vision-CKh0QBHU.cjs +0 -1
- package/dist/_chunks/vision-oZCaLKEQ.js +0 -1
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import { removeUndefinedLocaleResources } from 'sanity';
|
|
2
|
+
|
|
3
|
+
var comments = removeUndefinedLocaleResources({
|
|
4
|
+
/** The close comments button text */
|
|
5
|
+
"close-pane-button-text": "\uB313\uAE00 \uB2EB\uAE30",
|
|
6
|
+
/** The aria label for the close comments button */
|
|
7
|
+
"close-pane-button-text-aria-label": "\uB313\uAE00 \uB2EB\uAE30",
|
|
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": "<strong>{{field}}</strong>\uC5D0 \uB313\uAE00 \uCD94\uAC00",
|
|
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": "\uB313\uAE00\uC744 \uCD94\uAC00\uD558\uB824\uBA74 \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694",
|
|
12
|
+
/** When composing a comment, the placeholder text shown when the input is empty */
|
|
13
|
+
"compose.create-comment-placeholder": "\uC0C8 \uB313\uAE00 \uC791\uC131",
|
|
14
|
+
/** When composing a comment, the aria label for the button to mention a user */
|
|
15
|
+
"compose.mention-user-aria-label": "\uC0AC\uC6A9\uC790 \uC5B8\uAE09",
|
|
16
|
+
/** When composing a comment, the tooltip text for the button to mention a user */
|
|
17
|
+
"compose.mention-user-tooltip": "\uC0AC\uC6A9\uC790 \uC5B8\uAE09",
|
|
18
|
+
/** When composing a reply, the placeholder text shown when the input is empty */
|
|
19
|
+
"compose.reply-placeholder": "\uB2F5\uAE00",
|
|
20
|
+
/** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */
|
|
21
|
+
"compose.reply-placeholder-upsell": "\uB2F5\uAE00\uC744 \uB2EC\uB824\uBA74 \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694",
|
|
22
|
+
/** When composing a comment, the aria label for the button to send a comment */
|
|
23
|
+
"compose.send-comment-aria-label": "\uB313\uAE00 \uBCF4\uB0B4\uAE30",
|
|
24
|
+
/** When composing a comment, the tooltip text for the button to send a comment */
|
|
25
|
+
"compose.send-comment-tooltip": "\uB313\uAE00 \uBCF4\uB0B4\uAE30",
|
|
26
|
+
/** The inspector text when error copying link */
|
|
27
|
+
"copy-link-error-message": "\uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uB9C1\uD06C\uB97C \uBCF5\uC0AC\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
28
|
+
/** The inspector successfully copied link text */
|
|
29
|
+
"copy-link-success-message": "\uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uB9C1\uD06C\uB97C \uBCF5\uC0AC\uD588\uC2B5\uB2C8\uB2E4",
|
|
30
|
+
/** The delete dialog body for a comment */
|
|
31
|
+
"delete-comment.body": "\uD55C \uBC88 \uC0AD\uC81C\uD558\uBA74 \uB313\uAE00\uC744 \uBCF5\uAD6C\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",
|
|
32
|
+
/** The delete dialog confirm button text for a comment */
|
|
33
|
+
"delete-comment.confirm": "\uB313\uAE00 \uC0AD\uC81C",
|
|
34
|
+
/** The delete dialog title for a comment */
|
|
35
|
+
"delete-comment.title": "\uC774 \uB313\uAE00\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",
|
|
36
|
+
/** The delete dialog error */
|
|
37
|
+
"delete-dialog.error": "\uB313\uAE00\uC744 \uC0AD\uC81C\uD558\uB294 \uB3D9\uC548 \uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4. \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",
|
|
38
|
+
/** The delete dialog body for a thread */
|
|
39
|
+
"delete-thread.body": "\uC774 \uB313\uAE00\uACFC \uB2F5\uAE00\uC774 \uC0AD\uC81C\uB418\uBA70, \uC0AD\uC81C\uD558\uBA74 \uBCF5\uAD6C\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",
|
|
40
|
+
/** The delete dialog conform button text for a thread */
|
|
41
|
+
"delete-thread.confirm": "\uC2A4\uB808\uB4DC \uC0AD\uC81C",
|
|
42
|
+
/** The delete dialog title for a thread */
|
|
43
|
+
"delete-thread.title": "\uC774 \uB313\uAE00 \uC2A4\uB808\uB4DC\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",
|
|
44
|
+
/** The button text for confirming discard */
|
|
45
|
+
"discard.button-confirm": "\uC0AD\uC81C",
|
|
46
|
+
/** The header for discard comment dialog */
|
|
47
|
+
"discard.header": "\uB313\uAE00\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",
|
|
48
|
+
/** The text for discard comment dialog */
|
|
49
|
+
"discard.text": "\uB313\uAE00\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",
|
|
50
|
+
/** Sharing feedback on the comments feature: The link title */
|
|
51
|
+
"feature-feedback.link": "\uD53C\uB4DC\uBC31 \uACF5\uC720",
|
|
52
|
+
/** Sharing feedback on the comments feature: The form title */
|
|
53
|
+
"feature-feedback.title": "\uAC1C\uC120\uC744 \uB3C4\uC640\uC8FC\uC138\uC694 ",
|
|
54
|
+
/** The name of the comments feature, for use in header. Capitalized, eg "Comments". */
|
|
55
|
+
"feature-name": "\uB313\uAE00",
|
|
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": "\uB313\uAE00 \uCD94\uAC00",
|
|
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": "\uB313\uAE00 \uC5F4\uAE30",
|
|
60
|
+
/** Text shown in popover when hovering the button above fields that opens the comments panel, when there are more than one comment present */
|
|
61
|
+
"field-button.content_other": "\uB313\uAE00 \uBCF4\uAE30",
|
|
62
|
+
/** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */
|
|
63
|
+
"field-button.title": "\uB313\uAE00 \uCD94\uAC00",
|
|
64
|
+
/** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
|
|
65
|
+
"list-item.breadcrumb-button-go-to-field-aria-label": "{{field}} \uD544\uB4DC\uB85C \uC774\uB3D9",
|
|
66
|
+
/** The button tooltip content for the add reaction button */
|
|
67
|
+
"list-item.context-menu-add-reaction": "\uBC18\uC751 \uCD94\uAC00",
|
|
68
|
+
/** The button tooltip aria label for adding a reaction */
|
|
69
|
+
"list-item.context-menu-add-reaction-aria-label": "\uBC18\uC751 \uCD94\uAC00",
|
|
70
|
+
/** The button tooltip content for the add reaction button and mode is upsell */
|
|
71
|
+
"list-item.context-menu-add-reaction-upsell": "\uBC18\uC751\uC744 \uCD94\uAC00\uD558\uB824\uBA74 \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694",
|
|
72
|
+
/** The action menu item for copying a comment link */
|
|
73
|
+
"list-item.copy-link": "\uB313\uAE00 \uB9C1\uD06C \uBCF5\uC0AC",
|
|
74
|
+
/** The action menu item for deleting a comment */
|
|
75
|
+
"list-item.delete-comment": "\uB313\uAE00 \uC0AD\uC81C",
|
|
76
|
+
/** The action menu item for editing a comment */
|
|
77
|
+
"list-item.edit-comment": "\uB313\uAE00 \uD3B8\uC9D1",
|
|
78
|
+
/** The action menu item for editing a comment and the mode is upsell */
|
|
79
|
+
"list-item.edit-comment-upsell": "\uB313\uAE00\uC744 \uD3B8\uC9D1\uD558\uB824\uBA74 \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694",
|
|
80
|
+
/** Aria label for the button that takes you to the field, which wraps a thread/comment */
|
|
81
|
+
"list-item.go-to-field-button.aria-label": "\uD544\uB4DC\uB85C \uC774\uB3D9",
|
|
82
|
+
/** The marker to indicate that a comment has been edited in brackets */
|
|
83
|
+
"list-item.layout-edited": "\uD3B8\uC9D1\uB428",
|
|
84
|
+
/** The error text when sending a comment has failed */
|
|
85
|
+
"list-item.layout-failed-sent": "\uC804\uC1A1 \uC2E4\uD328.",
|
|
86
|
+
/** The loading message when posting a comment is in progress */
|
|
87
|
+
"list-item.layout-posting": "\uAC8C\uC2DC \uC911...",
|
|
88
|
+
/** The text for retrying posting a comment */
|
|
89
|
+
"list-item.layout-retry": "\uC7AC\uC2DC\uB3C4",
|
|
90
|
+
/** The aria label for the comments menu button to open the actions menu */
|
|
91
|
+
"list-item.open-menu-aria-label": "\uB313\uAE00 \uC791\uC5C5 \uBA54\uB274 \uC5F4\uAE30",
|
|
92
|
+
/** The button text to re-open a resolved comment */
|
|
93
|
+
"list-item.re-open-resolved": "\uB2E4\uC2DC \uC5F4\uAE30",
|
|
94
|
+
/** The button aria label to re-open a comment that is resolved */
|
|
95
|
+
"list-item.re-open-resolved-aria-label": "\uB2E4\uC2DC \uC5F4\uAE30",
|
|
96
|
+
/** The button aria label to mark a comment as resolved */
|
|
97
|
+
"list-item.resolved-tooltip-aria-label": "\uB313\uAE00\uC744 \uD574\uACB0\uB41C \uAC83\uC73C\uB85C \uD45C\uC2DC",
|
|
98
|
+
/** The button text to mark a comment as resolved */
|
|
99
|
+
"list-item.resolved-tooltip-content": "\uD574\uACB0\uB41C \uAC83\uC73C\uB85C \uD45C\uC2DC",
|
|
100
|
+
/** The empty state text for open comments */
|
|
101
|
+
"list-status.empty-state-open-text": "\uC774 \uBB38\uC11C\uC5D0 \uB300\uD55C \uC5F4\uB9B0 \uB313\uAE00\uC740 \uC5EC\uAE30\uC5D0 \uD45C\uC2DC\uB429\uB2C8\uB2E4.",
|
|
102
|
+
/** The empty state title for open comments */
|
|
103
|
+
"list-status.empty-state-open-title": "\uC544\uC9C1 \uC5F4\uB9B0 \uB313\uAE00 \uC5C6\uC74C",
|
|
104
|
+
/** The empty state text for resolved comments */
|
|
105
|
+
"list-status.empty-state-resolved-text": "\uC774 \uBB38\uC11C\uC5D0 \uB300\uD55C \uD574\uACB0\uB41C \uB313\uAE00\uC740 \uC5EC\uAE30\uC5D0 \uD45C\uC2DC\uB429\uB2C8\uB2E4.",
|
|
106
|
+
/** The empty state title for resolved comments */
|
|
107
|
+
"list-status.empty-state-resolved-title": "\uC544\uC9C1 \uD574\uACB0\uB41C \uB313\uAE00\uC774 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
108
|
+
/** The list status message for error */
|
|
109
|
+
"list-status.error": "\uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4",
|
|
110
|
+
/** The list status message for loading status */
|
|
111
|
+
"list-status.loading": "\uB313\uAE00\uC744 \uBD88\uB7EC\uC624\uB294 \uC911",
|
|
112
|
+
/** Text shown when no users can be found to mention */
|
|
113
|
+
"mentions.no-users-found": "\uC0AC\uC6A9\uC790\uB97C \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
114
|
+
/** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */
|
|
115
|
+
"mentions.unauthorized-user": "\uAD8C\uD55C \uC5C6\uC74C",
|
|
116
|
+
/** Aria label for the command list for users to mention */
|
|
117
|
+
"mentions.user-list-aria-label": "\uC5B8\uAE09\uD560 \uC0AC\uC6A9\uC790 \uBAA9\uB85D",
|
|
118
|
+
/** The comments onboarding popover text */
|
|
119
|
+
"onboarding.body": "\uBB38\uC11C\uC758 \uC5B4\uB5A4 \uD544\uB4DC\uC5D0\uB4E0 \uB313\uAE00\uC744 \uCD94\uAC00\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uADF8\uB7EC\uBA74 \uD544\uB4DC\uBCC4\uB85C \uADF8\uB8F9\uD654\uB418\uC5B4 \uC5EC\uAE30\uC5D0 \uD45C\uC2DC\uB429\uB2C8\uB2E4.",
|
|
120
|
+
/** The comments onboarding dismiss text */
|
|
121
|
+
"onboarding.dismiss": "\uC54C\uACA0\uC2B5\uB2C8\uB2E4",
|
|
122
|
+
/** The comments onboarding popover header text */
|
|
123
|
+
"onboarding.header": "\uBB38\uC11C \uD544\uB4DC\uC5D0 \uB313\uAE00\uC774 \uAC00\uB2A5\uD574\uC84C\uC2B5\uB2C8\uB2E4",
|
|
124
|
+
/** Tooltip for the button to add a reaction to a comment */
|
|
125
|
+
"reactions.add-reaction-tooltip": "\uBC18\uC751 \uCD94\uAC00",
|
|
126
|
+
/** Aria label for the individual reactions you can choose from when reacting to a comment */
|
|
127
|
+
"reactions.react-with-aria-label": "{{reactionName}}\uC73C\uB85C \uBC18\uC751\uD558\uAE30",
|
|
128
|
+
/** When a users' name cannot be resolved, fall back to this name */
|
|
129
|
+
"reactions.user-list.unknown-user-fallback-name": "\uC54C \uC218 \uC5C6\uB294 \uC0AC\uC6A9\uC790",
|
|
130
|
+
/**
|
|
131
|
+
* When showing list of users who have reacted, replaces your own name with "you", eg
|
|
132
|
+
* "Donna, you, James, and Tyler reacted with 👍". A different key (`_leading` suffix)
|
|
133
|
+
* is used when you are the first to react, eg "You, Donna and Tyler reacted with 👍".
|
|
134
|
+
* Use `{{name}}` if you want to instead use the current users' actual name.
|
|
135
|
+
*/
|
|
136
|
+
"reactions.user-list.you": "\uB2F9\uC2E0",
|
|
137
|
+
/**
|
|
138
|
+
* When showing list of users who have reacted, replaces your own name with "You", eg
|
|
139
|
+
* "You, Donna, James, and Tyler reacted with 👍". A different key (`_leading` suffix)
|
|
140
|
+
* is used when you are not the first to react, eg "Donna, you, James and Tyler reacted with 👍".
|
|
141
|
+
* Use `{{name}}` if you want to instead use the current users' actual name.
|
|
142
|
+
*/
|
|
143
|
+
"reactions.user-list.you_leading": "\uB2F9\uC2E0",
|
|
144
|
+
/**
|
|
145
|
+
* The text shown for the tooltip that appears when hovering over the reaction count, eg
|
|
146
|
+
* "Donna, James, and Tyler Reacted with 👍". Three components are available for use:
|
|
147
|
+
* - `<UserList/>` - the list of names of users who have reacted, using the locales list format
|
|
148
|
+
* - `<Text>` - should be wrapped around the text describing the action ("reacted with")
|
|
149
|
+
* - `<ReactionName/>` - the name of the reaction emoji, eg ":heavy_plus_sign:"
|
|
150
|
+
*/
|
|
151
|
+
"reactions.users-reacted-with-reaction": "<UserList/> <Text>\uB2D8\uC774</Text> <ReactionName/>\uB85C \uBC18\uC751\uD568",
|
|
152
|
+
/** Status filter: The short title describing filtering on open (non-resolved) comments */
|
|
153
|
+
"status-filter.status-open": "\uC5F4\uB9BC",
|
|
154
|
+
/** Status filter: The full text for describing filtering on open (non-resolved) comments */
|
|
155
|
+
"status-filter.status-open-full": "\uC5F4\uB9B0 \uB313\uAE00",
|
|
156
|
+
/** Status filter: The short title describing filtering on resolved comments */
|
|
157
|
+
"status-filter.status-resolved": "\uD574\uACB0\uB428",
|
|
158
|
+
/** Status filter: The full text for describing filtering on resolved comments */
|
|
159
|
+
"status-filter.status-resolved-full": "\uD574\uACB0\uB41C \uB313\uAE00",
|
|
160
|
+
/** Status filter: The full text for describing filtering on resolved comments and is upsell mode */
|
|
161
|
+
"status-filter.status-resolved-full-upsell": "\uD574\uACB0\uB41C \uB313\uAE00\uC744 \uBCF4\uB824\uBA74 \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694"
|
|
162
|
+
});
|
|
163
|
+
|
|
164
|
+
export { comments as default };
|
|
165
|
+
//# sourceMappingURL=comments-PNexB4xL.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"comments-PNexB4xL.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': '댓글 닫기',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': '댓글 닫기',\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': '<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': '댓글을 추가하려면 업그레이드하세요',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': '새 댓글 작성',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': '사용자 언급',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': '사용자 언급',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': '답글',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': '답글을 달려면 업그레이드하세요',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': '댓글 보내기',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': '댓글 보내기',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': '클립보드에 링크를 복사할 수 없습니다',\n\n /** The inspector successfully copied link text */\n 'copy-link-success-message': '클립보드에 링크를 복사했습니다',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': '한 번 삭제하면 댓글을 복구할 수 없습니다.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': '댓글 삭제',\n /** The delete dialog title for a comment */\n 'delete-comment.title': '이 댓글을 삭제하시겠습니까?',\n\n /** The delete dialog error */\n 'delete-dialog.error': '댓글을 삭제하는 동안 오류가 발생했습니다. 다시 시도해 주세요.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body': '이 댓글과 답글이 삭제되며, 삭제하면 복구할 수 없습니다.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': '스레드 삭제',\n /** The delete dialog title for a thread */\n 'delete-thread.title': '이 댓글 스레드를 삭제하시겠습니까?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': '삭제',\n /** The header for discard comment dialog */\n 'discard.header': '댓글을 삭제하시겠습니까?',\n /** The text for discard comment dialog */\n 'discard.text': '댓글을 삭제하시겠습니까?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': '피드백 공유',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': '개선을 도와주세요 ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': '댓글',\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': '댓글 추가',\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': '댓글 열기',\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': '댓글 보기',\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': '댓글 추가',\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': '{{field}} 필드로 이동',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': '반응 추가',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': '반응 추가',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': '반응을 추가하려면 업그레이드하세요',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': '댓글 링크 복사',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': '댓글 삭제',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': '댓글 편집',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': '댓글을 편집하려면 업그레이드하세요',\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': '필드로 이동',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': '편집됨',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': '전송 실패.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': '게시 중...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': '재시도',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': '댓글 작업 메뉴 열기',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': '다시 열기',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': '다시 열기',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': '댓글을 해결된 것으로 표시',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': '해결된 것으로 표시',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text': '이 문서에 대한 열린 댓글은 여기에 표시됩니다.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': '아직 열린 댓글 없음',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text': '이 문서에 대한 해결된 댓글은 여기에 표시됩니다.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': '아직 해결된 댓글이 없습니다',\n /** The list status message for error */\n 'list-status.error': '문제가 발생했습니다',\n /** The list status message for loading status */\n 'list-status.loading': '댓글을 불러오는 중',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': '사용자를 찾을 수 없습니다',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': '권한 없음',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': '언급할 사용자 목록',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n '문서의 어떤 필드에든 댓글을 추가할 수 있습니다. 그러면 필드별로 그룹화되어 여기에 표시됩니다.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': '알겠습니다',\n /** The comments onboarding popover header text */\n 'onboarding.header': '문서 필드에 댓글이 가능해졌습니다',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': '반응 추가',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': '{{reactionName}}으로 반응하기',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': '알 수 없는 사용자',\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': '<UserList/> <Text>님이</Text> <ReactionName/>로 반응함',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': '열림',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': '열린 댓글',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': '해결됨',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': '해결된 댓글',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': '해결된 댓글을 보려면 업그레이드하세요',\n})\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,167 @@
|
|
|
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": "\uB313\uAE00 \uB2EB\uAE30",
|
|
8
|
+
/** The aria label for the close comments button */
|
|
9
|
+
"close-pane-button-text-aria-label": "\uB313\uAE00 \uB2EB\uAE30",
|
|
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": "<strong>{{field}}</strong>\uC5D0 \uB313\uAE00 \uCD94\uAC00",
|
|
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": "\uB313\uAE00\uC744 \uCD94\uAC00\uD558\uB824\uBA74 \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694",
|
|
14
|
+
/** When composing a comment, the placeholder text shown when the input is empty */
|
|
15
|
+
"compose.create-comment-placeholder": "\uC0C8 \uB313\uAE00 \uC791\uC131",
|
|
16
|
+
/** When composing a comment, the aria label for the button to mention a user */
|
|
17
|
+
"compose.mention-user-aria-label": "\uC0AC\uC6A9\uC790 \uC5B8\uAE09",
|
|
18
|
+
/** When composing a comment, the tooltip text for the button to mention a user */
|
|
19
|
+
"compose.mention-user-tooltip": "\uC0AC\uC6A9\uC790 \uC5B8\uAE09",
|
|
20
|
+
/** When composing a reply, the placeholder text shown when the input is empty */
|
|
21
|
+
"compose.reply-placeholder": "\uB2F5\uAE00",
|
|
22
|
+
/** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */
|
|
23
|
+
"compose.reply-placeholder-upsell": "\uB2F5\uAE00\uC744 \uB2EC\uB824\uBA74 \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694",
|
|
24
|
+
/** When composing a comment, the aria label for the button to send a comment */
|
|
25
|
+
"compose.send-comment-aria-label": "\uB313\uAE00 \uBCF4\uB0B4\uAE30",
|
|
26
|
+
/** When composing a comment, the tooltip text for the button to send a comment */
|
|
27
|
+
"compose.send-comment-tooltip": "\uB313\uAE00 \uBCF4\uB0B4\uAE30",
|
|
28
|
+
/** The inspector text when error copying link */
|
|
29
|
+
"copy-link-error-message": "\uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uB9C1\uD06C\uB97C \uBCF5\uC0AC\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
30
|
+
/** The inspector successfully copied link text */
|
|
31
|
+
"copy-link-success-message": "\uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uB9C1\uD06C\uB97C \uBCF5\uC0AC\uD588\uC2B5\uB2C8\uB2E4",
|
|
32
|
+
/** The delete dialog body for a comment */
|
|
33
|
+
"delete-comment.body": "\uD55C \uBC88 \uC0AD\uC81C\uD558\uBA74 \uB313\uAE00\uC744 \uBCF5\uAD6C\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",
|
|
34
|
+
/** The delete dialog confirm button text for a comment */
|
|
35
|
+
"delete-comment.confirm": "\uB313\uAE00 \uC0AD\uC81C",
|
|
36
|
+
/** The delete dialog title for a comment */
|
|
37
|
+
"delete-comment.title": "\uC774 \uB313\uAE00\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",
|
|
38
|
+
/** The delete dialog error */
|
|
39
|
+
"delete-dialog.error": "\uB313\uAE00\uC744 \uC0AD\uC81C\uD558\uB294 \uB3D9\uC548 \uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4. \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",
|
|
40
|
+
/** The delete dialog body for a thread */
|
|
41
|
+
"delete-thread.body": "\uC774 \uB313\uAE00\uACFC \uB2F5\uAE00\uC774 \uC0AD\uC81C\uB418\uBA70, \uC0AD\uC81C\uD558\uBA74 \uBCF5\uAD6C\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",
|
|
42
|
+
/** The delete dialog conform button text for a thread */
|
|
43
|
+
"delete-thread.confirm": "\uC2A4\uB808\uB4DC \uC0AD\uC81C",
|
|
44
|
+
/** The delete dialog title for a thread */
|
|
45
|
+
"delete-thread.title": "\uC774 \uB313\uAE00 \uC2A4\uB808\uB4DC\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",
|
|
46
|
+
/** The button text for confirming discard */
|
|
47
|
+
"discard.button-confirm": "\uC0AD\uC81C",
|
|
48
|
+
/** The header for discard comment dialog */
|
|
49
|
+
"discard.header": "\uB313\uAE00\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",
|
|
50
|
+
/** The text for discard comment dialog */
|
|
51
|
+
"discard.text": "\uB313\uAE00\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",
|
|
52
|
+
/** Sharing feedback on the comments feature: The link title */
|
|
53
|
+
"feature-feedback.link": "\uD53C\uB4DC\uBC31 \uACF5\uC720",
|
|
54
|
+
/** Sharing feedback on the comments feature: The form title */
|
|
55
|
+
"feature-feedback.title": "\uAC1C\uC120\uC744 \uB3C4\uC640\uC8FC\uC138\uC694 ",
|
|
56
|
+
/** The name of the comments feature, for use in header. Capitalized, eg "Comments". */
|
|
57
|
+
"feature-name": "\uB313\uAE00",
|
|
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": "\uB313\uAE00 \uCD94\uAC00",
|
|
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": "\uB313\uAE00 \uC5F4\uAE30",
|
|
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": "\uB313\uAE00 \uBCF4\uAE30",
|
|
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": "\uB313\uAE00 \uCD94\uAC00",
|
|
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": "{{field}} \uD544\uB4DC\uB85C \uC774\uB3D9",
|
|
68
|
+
/** The button tooltip content for the add reaction button */
|
|
69
|
+
"list-item.context-menu-add-reaction": "\uBC18\uC751 \uCD94\uAC00",
|
|
70
|
+
/** The button tooltip aria label for adding a reaction */
|
|
71
|
+
"list-item.context-menu-add-reaction-aria-label": "\uBC18\uC751 \uCD94\uAC00",
|
|
72
|
+
/** The button tooltip content for the add reaction button and mode is upsell */
|
|
73
|
+
"list-item.context-menu-add-reaction-upsell": "\uBC18\uC751\uC744 \uCD94\uAC00\uD558\uB824\uBA74 \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694",
|
|
74
|
+
/** The action menu item for copying a comment link */
|
|
75
|
+
"list-item.copy-link": "\uB313\uAE00 \uB9C1\uD06C \uBCF5\uC0AC",
|
|
76
|
+
/** The action menu item for deleting a comment */
|
|
77
|
+
"list-item.delete-comment": "\uB313\uAE00 \uC0AD\uC81C",
|
|
78
|
+
/** The action menu item for editing a comment */
|
|
79
|
+
"list-item.edit-comment": "\uB313\uAE00 \uD3B8\uC9D1",
|
|
80
|
+
/** The action menu item for editing a comment and the mode is upsell */
|
|
81
|
+
"list-item.edit-comment-upsell": "\uB313\uAE00\uC744 \uD3B8\uC9D1\uD558\uB824\uBA74 \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694",
|
|
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": "\uD544\uB4DC\uB85C \uC774\uB3D9",
|
|
84
|
+
/** The marker to indicate that a comment has been edited in brackets */
|
|
85
|
+
"list-item.layout-edited": "\uD3B8\uC9D1\uB428",
|
|
86
|
+
/** The error text when sending a comment has failed */
|
|
87
|
+
"list-item.layout-failed-sent": "\uC804\uC1A1 \uC2E4\uD328.",
|
|
88
|
+
/** The loading message when posting a comment is in progress */
|
|
89
|
+
"list-item.layout-posting": "\uAC8C\uC2DC \uC911...",
|
|
90
|
+
/** The text for retrying posting a comment */
|
|
91
|
+
"list-item.layout-retry": "\uC7AC\uC2DC\uB3C4",
|
|
92
|
+
/** The aria label for the comments menu button to open the actions menu */
|
|
93
|
+
"list-item.open-menu-aria-label": "\uB313\uAE00 \uC791\uC5C5 \uBA54\uB274 \uC5F4\uAE30",
|
|
94
|
+
/** The button text to re-open a resolved comment */
|
|
95
|
+
"list-item.re-open-resolved": "\uB2E4\uC2DC \uC5F4\uAE30",
|
|
96
|
+
/** The button aria label to re-open a comment that is resolved */
|
|
97
|
+
"list-item.re-open-resolved-aria-label": "\uB2E4\uC2DC \uC5F4\uAE30",
|
|
98
|
+
/** The button aria label to mark a comment as resolved */
|
|
99
|
+
"list-item.resolved-tooltip-aria-label": "\uB313\uAE00\uC744 \uD574\uACB0\uB41C \uAC83\uC73C\uB85C \uD45C\uC2DC",
|
|
100
|
+
/** The button text to mark a comment as resolved */
|
|
101
|
+
"list-item.resolved-tooltip-content": "\uD574\uACB0\uB41C \uAC83\uC73C\uB85C \uD45C\uC2DC",
|
|
102
|
+
/** The empty state text for open comments */
|
|
103
|
+
"list-status.empty-state-open-text": "\uC774 \uBB38\uC11C\uC5D0 \uB300\uD55C \uC5F4\uB9B0 \uB313\uAE00\uC740 \uC5EC\uAE30\uC5D0 \uD45C\uC2DC\uB429\uB2C8\uB2E4.",
|
|
104
|
+
/** The empty state title for open comments */
|
|
105
|
+
"list-status.empty-state-open-title": "\uC544\uC9C1 \uC5F4\uB9B0 \uB313\uAE00 \uC5C6\uC74C",
|
|
106
|
+
/** The empty state text for resolved comments */
|
|
107
|
+
"list-status.empty-state-resolved-text": "\uC774 \uBB38\uC11C\uC5D0 \uB300\uD55C \uD574\uACB0\uB41C \uB313\uAE00\uC740 \uC5EC\uAE30\uC5D0 \uD45C\uC2DC\uB429\uB2C8\uB2E4.",
|
|
108
|
+
/** The empty state title for resolved comments */
|
|
109
|
+
"list-status.empty-state-resolved-title": "\uC544\uC9C1 \uD574\uACB0\uB41C \uB313\uAE00\uC774 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
110
|
+
/** The list status message for error */
|
|
111
|
+
"list-status.error": "\uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4",
|
|
112
|
+
/** The list status message for loading status */
|
|
113
|
+
"list-status.loading": "\uB313\uAE00\uC744 \uBD88\uB7EC\uC624\uB294 \uC911",
|
|
114
|
+
/** Text shown when no users can be found to mention */
|
|
115
|
+
"mentions.no-users-found": "\uC0AC\uC6A9\uC790\uB97C \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
116
|
+
/** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */
|
|
117
|
+
"mentions.unauthorized-user": "\uAD8C\uD55C \uC5C6\uC74C",
|
|
118
|
+
/** Aria label for the command list for users to mention */
|
|
119
|
+
"mentions.user-list-aria-label": "\uC5B8\uAE09\uD560 \uC0AC\uC6A9\uC790 \uBAA9\uB85D",
|
|
120
|
+
/** The comments onboarding popover text */
|
|
121
|
+
"onboarding.body": "\uBB38\uC11C\uC758 \uC5B4\uB5A4 \uD544\uB4DC\uC5D0\uB4E0 \uB313\uAE00\uC744 \uCD94\uAC00\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uADF8\uB7EC\uBA74 \uD544\uB4DC\uBCC4\uB85C \uADF8\uB8F9\uD654\uB418\uC5B4 \uC5EC\uAE30\uC5D0 \uD45C\uC2DC\uB429\uB2C8\uB2E4.",
|
|
122
|
+
/** The comments onboarding dismiss text */
|
|
123
|
+
"onboarding.dismiss": "\uC54C\uACA0\uC2B5\uB2C8\uB2E4",
|
|
124
|
+
/** The comments onboarding popover header text */
|
|
125
|
+
"onboarding.header": "\uBB38\uC11C \uD544\uB4DC\uC5D0 \uB313\uAE00\uC774 \uAC00\uB2A5\uD574\uC84C\uC2B5\uB2C8\uB2E4",
|
|
126
|
+
/** Tooltip for the button to add a reaction to a comment */
|
|
127
|
+
"reactions.add-reaction-tooltip": "\uBC18\uC751 \uCD94\uAC00",
|
|
128
|
+
/** Aria label for the individual reactions you can choose from when reacting to a comment */
|
|
129
|
+
"reactions.react-with-aria-label": "{{reactionName}}\uC73C\uB85C \uBC18\uC751\uD558\uAE30",
|
|
130
|
+
/** When a users' name cannot be resolved, fall back to this name */
|
|
131
|
+
"reactions.user-list.unknown-user-fallback-name": "\uC54C \uC218 \uC5C6\uB294 \uC0AC\uC6A9\uC790",
|
|
132
|
+
/**
|
|
133
|
+
* When showing list of users who have reacted, replaces your own name with "you", eg
|
|
134
|
+
* "Donna, you, James, and Tyler reacted with 👍". A different key (`_leading` suffix)
|
|
135
|
+
* is used when you are the first to react, eg "You, Donna and Tyler reacted with 👍".
|
|
136
|
+
* Use `{{name}}` if you want to instead use the current users' actual name.
|
|
137
|
+
*/
|
|
138
|
+
"reactions.user-list.you": "\uB2F9\uC2E0",
|
|
139
|
+
/**
|
|
140
|
+
* When showing list of users who have reacted, replaces your own name with "You", eg
|
|
141
|
+
* "You, Donna, James, and Tyler reacted with 👍". A different key (`_leading` suffix)
|
|
142
|
+
* is used when you are not the first to react, eg "Donna, you, James and Tyler reacted with 👍".
|
|
143
|
+
* Use `{{name}}` if you want to instead use the current users' actual name.
|
|
144
|
+
*/
|
|
145
|
+
"reactions.user-list.you_leading": "\uB2F9\uC2E0",
|
|
146
|
+
/**
|
|
147
|
+
* The text shown for the tooltip that appears when hovering over the reaction count, eg
|
|
148
|
+
* "Donna, James, and Tyler Reacted with 👍". Three components are available for use:
|
|
149
|
+
* - `<UserList/>` - the list of names of users who have reacted, using the locales list format
|
|
150
|
+
* - `<Text>` - should be wrapped around the text describing the action ("reacted with")
|
|
151
|
+
* - `<ReactionName/>` - the name of the reaction emoji, eg ":heavy_plus_sign:"
|
|
152
|
+
*/
|
|
153
|
+
"reactions.users-reacted-with-reaction": "<UserList/> <Text>\uB2D8\uC774</Text> <ReactionName/>\uB85C \uBC18\uC751\uD568",
|
|
154
|
+
/** Status filter: The short title describing filtering on open (non-resolved) comments */
|
|
155
|
+
"status-filter.status-open": "\uC5F4\uB9BC",
|
|
156
|
+
/** Status filter: The full text for describing filtering on open (non-resolved) comments */
|
|
157
|
+
"status-filter.status-open-full": "\uC5F4\uB9B0 \uB313\uAE00",
|
|
158
|
+
/** Status filter: The short title describing filtering on resolved comments */
|
|
159
|
+
"status-filter.status-resolved": "\uD574\uACB0\uB428",
|
|
160
|
+
/** Status filter: The full text for describing filtering on resolved comments */
|
|
161
|
+
"status-filter.status-resolved-full": "\uD574\uACB0\uB41C \uB313\uAE00",
|
|
162
|
+
/** Status filter: The full text for describing filtering on resolved comments and is upsell mode */
|
|
163
|
+
"status-filter.status-resolved-full-upsell": "\uD574\uACB0\uB41C \uB313\uAE00\uC744 \uBCF4\uB824\uBA74 \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694"
|
|
164
|
+
});
|
|
165
|
+
|
|
166
|
+
exports.default = comments;
|
|
167
|
+
//# sourceMappingURL=comments-TOs3uDAE.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"comments-TOs3uDAE.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': '댓글 닫기',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': '댓글 닫기',\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': '<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': '댓글을 추가하려면 업그레이드하세요',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': '새 댓글 작성',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': '사용자 언급',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': '사용자 언급',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': '답글',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': '답글을 달려면 업그레이드하세요',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': '댓글 보내기',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': '댓글 보내기',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': '클립보드에 링크를 복사할 수 없습니다',\n\n /** The inspector successfully copied link text */\n 'copy-link-success-message': '클립보드에 링크를 복사했습니다',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': '한 번 삭제하면 댓글을 복구할 수 없습니다.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': '댓글 삭제',\n /** The delete dialog title for a comment */\n 'delete-comment.title': '이 댓글을 삭제하시겠습니까?',\n\n /** The delete dialog error */\n 'delete-dialog.error': '댓글을 삭제하는 동안 오류가 발생했습니다. 다시 시도해 주세요.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body': '이 댓글과 답글이 삭제되며, 삭제하면 복구할 수 없습니다.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': '스레드 삭제',\n /** The delete dialog title for a thread */\n 'delete-thread.title': '이 댓글 스레드를 삭제하시겠습니까?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': '삭제',\n /** The header for discard comment dialog */\n 'discard.header': '댓글을 삭제하시겠습니까?',\n /** The text for discard comment dialog */\n 'discard.text': '댓글을 삭제하시겠습니까?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': '피드백 공유',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': '개선을 도와주세요 ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': '댓글',\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': '댓글 추가',\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': '댓글 열기',\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': '댓글 보기',\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': '댓글 추가',\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': '{{field}} 필드로 이동',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': '반응 추가',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': '반응 추가',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': '반응을 추가하려면 업그레이드하세요',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': '댓글 링크 복사',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': '댓글 삭제',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': '댓글 편집',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': '댓글을 편집하려면 업그레이드하세요',\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': '필드로 이동',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': '편집됨',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': '전송 실패.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': '게시 중...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': '재시도',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': '댓글 작업 메뉴 열기',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': '다시 열기',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': '다시 열기',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': '댓글을 해결된 것으로 표시',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': '해결된 것으로 표시',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text': '이 문서에 대한 열린 댓글은 여기에 표시됩니다.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': '아직 열린 댓글 없음',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text': '이 문서에 대한 해결된 댓글은 여기에 표시됩니다.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': '아직 해결된 댓글이 없습니다',\n /** The list status message for error */\n 'list-status.error': '문제가 발생했습니다',\n /** The list status message for loading status */\n 'list-status.loading': '댓글을 불러오는 중',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': '사용자를 찾을 수 없습니다',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': '권한 없음',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': '언급할 사용자 목록',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n '문서의 어떤 필드에든 댓글을 추가할 수 있습니다. 그러면 필드별로 그룹화되어 여기에 표시됩니다.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': '알겠습니다',\n /** The comments onboarding popover header text */\n 'onboarding.header': '문서 필드에 댓글이 가능해졌습니다',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': '반응 추가',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': '{{reactionName}}으로 반응하기',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': '알 수 없는 사용자',\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': '<UserList/> <Text>님이</Text> <ReactionName/>로 반응함',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': '열림',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': '열린 댓글',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': '해결됨',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': '해결된 댓글',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': '해결된 댓글을 보려면 업그레이드하세요',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
|