@sanity/locale-ko-kr 0.0.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/LICENSE +21 -0
- package/README.md +44 -0
- package/dist/_chunks/structure-BEplvPEa.js +1 -0
- package/dist/_chunks/structure-BEplvPEa.js.map +1 -0
- package/dist/_chunks/structure-m9l7bLlU.cjs +1 -0
- package/dist/_chunks/structure-m9l7bLlU.cjs.map +1 -0
- package/dist/_chunks/studio-4Z9Ye2sf.js +1 -0
- package/dist/_chunks/studio-4Z9Ye2sf.js.map +1 -0
- package/dist/_chunks/studio-uJeSU8Ma.cjs +1 -0
- package/dist/_chunks/studio-uJeSU8Ma.cjs.map +1 -0
- package/dist/_chunks/validation-dSs0nRf4.cjs +1 -0
- package/dist/_chunks/validation-dSs0nRf4.cjs.map +1 -0
- package/dist/_chunks/validation-xxaIGq5d.js +1 -0
- package/dist/_chunks/validation-xxaIGq5d.js.map +1 -0
- package/dist/_chunks/vision-CKh0QBHU.cjs +1 -0
- package/dist/_chunks/vision-CKh0QBHU.cjs.map +1 -0
- package/dist/_chunks/vision-oZCaLKEQ.js +1 -0
- package/dist/_chunks/vision-oZCaLKEQ.js.map +1 -0
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -0
- package/package.json +55 -0
- package/src/index.ts +44 -0
- package/src/structure.ts +378 -0
- package/src/studio.ts +1580 -0
- package/src/validation.ts +99 -0
- package/src/vision.ts +69 -0
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import {removeUndefinedLocaleResources} from 'sanity'
|
|
2
|
+
|
|
3
|
+
export default removeUndefinedLocaleResources({
|
|
4
|
+
/** Array must have exactly "$wantedLength" items, but has more/less */
|
|
5
|
+
'array.exact-length': '정확히 {{wantedLength}}개의 항목이 있어야 함',
|
|
6
|
+
/** Portable Text array must have exactly "$wantedLength" blocks, but has more/less */
|
|
7
|
+
'array.exact-length_blocks': '정확히 {{wantedLength}}개의 블록이 있어야 함',
|
|
8
|
+
/** Array item is a duplicate, but array wants only unique items */
|
|
9
|
+
'array.item-duplicate': '중복될 수 없음',
|
|
10
|
+
/** Array has more than the maximum of "$maxLength" items */
|
|
11
|
+
'array.maximum-length': '최대 {{maxLength}}개의 항목을 가질 수 있음',
|
|
12
|
+
/** Portable Text array has more than the maximum of "$maxLength" items */
|
|
13
|
+
'array.maximum-length_blocks': '최대 {{maxLength}}개의 블록을 가질 수 있음',
|
|
14
|
+
/** Array has less than the minimum of "$minLength" items */
|
|
15
|
+
'array.minimum-length': '최소 {{minLength}}개의 항목이 있어야 함',
|
|
16
|
+
/** Portable Text array has less than the minimum of "$minLength" blocks */
|
|
17
|
+
'array.minimum-length_blocks': '최소 {{minLength}}개의 블록이 있어야 함',
|
|
18
|
+
|
|
19
|
+
/** Date is not valid or not in the correct format (ISO-8601) */
|
|
20
|
+
'date.invalid-format': '유효한 ISO-8601 형식의 날짜 문자열이어야 합니다',
|
|
21
|
+
/** Date is later than the given maximum date "$maxDate" */
|
|
22
|
+
'date.maximum': '{{maxDate}} 이전의 날짜여야 합니다',
|
|
23
|
+
/** Date is earlier than the given minimum date "$minDate" */
|
|
24
|
+
'date.minimum': '{{minDate}} 이후의 날짜여야 합니다',
|
|
25
|
+
|
|
26
|
+
/** A value of incorrect type is found, eg found `number` instead of `string` */
|
|
27
|
+
'generic.incorrect-type': '예상된 타입 "{{expectedType}}", 실제 타입 "{{actualType}}"',
|
|
28
|
+
/** Value is not one of the values specifically allowed */
|
|
29
|
+
'generic.not-allowed': '허용된 값과 일치하지 않음',
|
|
30
|
+
/** Value "$givenValue" is not one of the values specifically allowed */
|
|
31
|
+
'generic.not-allowed_hint': '값 "{{hint}}"이(가) 허용된 값과 일치하지 않음',
|
|
32
|
+
/** A value is expected, but none is provided */
|
|
33
|
+
'generic.required': '필수',
|
|
34
|
+
|
|
35
|
+
/** Number is less than the given minimum threshold value "$threshold" */
|
|
36
|
+
'number.greater-than': '{{threshold}}보다 커야 합니다',
|
|
37
|
+
/** Number is greater than the given maximum threshold value "$threshold" */
|
|
38
|
+
'number.less-than': '{{threshold}}보다 작아야 합니다',
|
|
39
|
+
/** Number is higher than the given maximum value "$maxNumber" */
|
|
40
|
+
'number.maximum': '{{maxNumber}} 이하이어야 합니다',
|
|
41
|
+
/** Number has more precision (decimals) than the allowed "$limit" */
|
|
42
|
+
'number.maximum-precision': '최대 정밀도는 {{limit}}입니다',
|
|
43
|
+
/** Number is lower than the given minimum value "$minNumber" */
|
|
44
|
+
'number.minimum': '{{minNumber}} 이상이어야 합니다',
|
|
45
|
+
/** Number is not an integer ("whole number") */
|
|
46
|
+
'number.non-integer': '정수여야 합니다',
|
|
47
|
+
|
|
48
|
+
/** Object is missing a reference to an asset document in its `asset` field */
|
|
49
|
+
'object.asset-required': '자산이 필요합니다',
|
|
50
|
+
/** Object is missing a reference to a file asset document in its `asset` field */
|
|
51
|
+
'object.asset-required_file': '파일이 필요합니다',
|
|
52
|
+
/** Object is missing a reference to an image asset document in its `asset` field */
|
|
53
|
+
'object.asset-required_image': '이미지가 필요합니다',
|
|
54
|
+
/** Object is not a reference to a document (eg `{_ref: 'documentId'}`) */
|
|
55
|
+
'object.not-reference': '문서에 대한 참조여야 합니다',
|
|
56
|
+
/** Object references a document which is not published */
|
|
57
|
+
'object.reference-not-published': '참조된 문서는 발행되어야 합니다',
|
|
58
|
+
|
|
59
|
+
/** Accessibility label for closing the validation panel */
|
|
60
|
+
'panel.close-button-aria-label': '유효성 검사 패널 닫기',
|
|
61
|
+
/** Message shown when the validation panel is opened but there are no errors/warnings */
|
|
62
|
+
'panel.no-errors-message': '유효성 검사 오류 없음',
|
|
63
|
+
/** Title for the actual "Validation" panel/feature */
|
|
64
|
+
'panel.title': '유효성 검사',
|
|
65
|
+
|
|
66
|
+
/** Slug is an object, but is missing a `current` string property */
|
|
67
|
+
'slug.missing-current': 'Slug는 값이 있어야 합니다',
|
|
68
|
+
/** Slug is not an object (eg `{current: 'some-slug'}`) */
|
|
69
|
+
'slug.not-object': 'Slug는 객체여야 합니다',
|
|
70
|
+
/** Slug is already in use somewhere else, but needs to be unique */
|
|
71
|
+
'slug.not-unique': 'Slug가 이미 사용 중입니다',
|
|
72
|
+
|
|
73
|
+
/** String is not a valid email address */
|
|
74
|
+
'string.email': '유효한 이메일 주소여야 합니다',
|
|
75
|
+
/** String has a different character length than the exact number "$wantedLength" */
|
|
76
|
+
'string.exact-length': '정확히 {{wantedLength}}자 이어야 합니다',
|
|
77
|
+
/** String contains characters that are not in lowercase */
|
|
78
|
+
'string.lowercase': '모든 문자가 소문자여야 합니다',
|
|
79
|
+
/** String is longer than the limit of "$maxLength" characters */
|
|
80
|
+
'string.maximum-length': '{{maxLength}}자 이하이어야 합니다',
|
|
81
|
+
/** String is shorter than the limit of "$minLength" characters */
|
|
82
|
+
'string.minimum-length': '{{minLength}}자 이상이어야 합니다',
|
|
83
|
+
/** String does not match the given regular expression, but should */
|
|
84
|
+
'string.regex-does-not-match': '"{{name}}" 패턴과 일치해야 합니다',
|
|
85
|
+
/** String matches the given regular expression, but should not */
|
|
86
|
+
'string.regex-match': '"{{name}}" 패턴과 일치하지 않아야 합니다',
|
|
87
|
+
/** String contains characters that are not in uppercase */
|
|
88
|
+
'string.uppercase': '모든 문자가 대문자여야 합니다',
|
|
89
|
+
/** String contains a protocol/scheme that is not allowed, eg (`ftp`, `mailto`…) */
|
|
90
|
+
'string.url.disallowed-scheme': '허용된 프로토콜/스킴과 일치하지 않습니다',
|
|
91
|
+
/** String contains a URL with a username or password specified before the host */
|
|
92
|
+
'string.url.includes-credentials': '사용자 이름/비밀번호는 허용되지 않습니다',
|
|
93
|
+
/** String is not a valid URL */
|
|
94
|
+
'string.url.invalid': '유효한 URL이 아닙니다',
|
|
95
|
+
/** String is not an absolute URL (eg it is missing a protocol/host) */
|
|
96
|
+
'string.url.not-absolute': '상대 URL은 허용되지 않습니다',
|
|
97
|
+
/** String is not a relative URL (eg it contains a protocol/host) */
|
|
98
|
+
'string.url.not-relative': '상대 URL만 허용됩니다',
|
|
99
|
+
})
|
package/src/vision.ts
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import {removeUndefinedLocaleResources} from 'sanity'
|
|
2
|
+
|
|
3
|
+
export default removeUndefinedLocaleResources({
|
|
4
|
+
/** Label for action "Copy to clipboard", tied to the "Query URL" field. Also used for accessibility purposes on button */
|
|
5
|
+
'action.copy-url-to-clipboard': '클립보드에 복사',
|
|
6
|
+
/** Label for stopping an ongoing listen operation */
|
|
7
|
+
'action.listen-cancel': '중지',
|
|
8
|
+
/** Label for setting up a listener */
|
|
9
|
+
'action.listen-execute': '듣기 설정',
|
|
10
|
+
/** Label for cancelling an ongoing query */
|
|
11
|
+
'action.query-cancel': '취소',
|
|
12
|
+
/** Label for executing the query, eg doing a fetch */
|
|
13
|
+
'action.query-execute': '가져오기',
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Some features has a "New" label indicating that the feature was recently introduced.
|
|
17
|
+
* This defines what the text of that label is. Keep it short and sweet.
|
|
18
|
+
*/
|
|
19
|
+
'label.new': '새로운',
|
|
20
|
+
|
|
21
|
+
/** Error message for when the "Params" input are not a valid json */
|
|
22
|
+
'params.error.params-invalid-json': '파라미터가 유효한 JSON이 아닙니다',
|
|
23
|
+
/** Label for "Params" (parameters) editor/input */
|
|
24
|
+
'params.label': '파라미터',
|
|
25
|
+
|
|
26
|
+
/** Label for 'Column' indicator when there is an error within the query */
|
|
27
|
+
'query.error.column': '열',
|
|
28
|
+
/** Label for 'Line' indicator when there is an error within the query */
|
|
29
|
+
'query.error.line': '줄',
|
|
30
|
+
/** Label for "Query" editor/input */
|
|
31
|
+
'query.label': '쿼리',
|
|
32
|
+
/** Label for the "Query URL" field, shown after executing a query, and allows for copying */
|
|
33
|
+
'query.url': '쿼리 URL',
|
|
34
|
+
|
|
35
|
+
/** Label for "End to End time" information of the fetched query */
|
|
36
|
+
'result.end-to-end-time-label': '종단 간 시간',
|
|
37
|
+
/** Label for "Execution time" information of the fetched query */
|
|
38
|
+
'result.execution-time-label': '실행 시간',
|
|
39
|
+
/** Label for "Result" explorer/view */
|
|
40
|
+
'result.label': '결과',
|
|
41
|
+
/**
|
|
42
|
+
* "Not applicable" message for when there is no Execution time or End to End time information
|
|
43
|
+
* available for the query (eg when the query has not been executed, or errored)
|
|
44
|
+
*/
|
|
45
|
+
'result.timing-not-applicable': '해당 없음',
|
|
46
|
+
|
|
47
|
+
/** Label for the "API version" dropdown in settings */
|
|
48
|
+
'settings.api-version-label': 'API 버전',
|
|
49
|
+
/** Label for the "Custom API version" input in settings, shown when "other" is chosen as API version */
|
|
50
|
+
'settings.custom-api-version-label': '사용자 정의 API 버전',
|
|
51
|
+
/** Label for the "Dataset" dropdown in vision settings */
|
|
52
|
+
'settings.dataset-label': '데이터셋',
|
|
53
|
+
/** Error label for when the API version in 'Custom API version' input is invalid */
|
|
54
|
+
'settings.error.invalid-api-version': '잘못된 API 버전',
|
|
55
|
+
/** Label for the "other" versions within the "API version" dropdown */
|
|
56
|
+
'settings.other-api-version-label': '기타',
|
|
57
|
+
/**
|
|
58
|
+
* Label for the "Perspective" dropdown in vision settings
|
|
59
|
+
* @see {@link https://www.sanity.io/docs/perspectives}
|
|
60
|
+
*/
|
|
61
|
+
'settings.perspective-label': '관점',
|
|
62
|
+
/** Call to action to read the docs related to "Perspectives" */
|
|
63
|
+
'settings.perspectives.action.docs-link': '문서 읽기',
|
|
64
|
+
/** Description for popover that explains what "Perspectives" are */
|
|
65
|
+
'settings.perspectives.description':
|
|
66
|
+
'관점은 여러분의 쿼리가 데이터셋의 콘텐츠에 대한 다양한 "뷰"를 대상으로 실행될 수 있게 해줍니다',
|
|
67
|
+
/** Title for popover that explains what "Perspectives" are */
|
|
68
|
+
'settings.perspectives.title': '관점들',
|
|
69
|
+
})
|