@sanity/locale-ko-kr 1.1.5 → 1.1.7
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-cjs/copy-paste.cjs +63 -0
- package/dist/_chunks-cjs/copy-paste.cjs.map +1 -0
- package/dist/_chunks-cjs/studio.cjs +12 -8
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-es/copy-paste.js +61 -0
- package/dist/_chunks-es/copy-paste.js.map +1 -0
- package/dist/_chunks-es/studio.js +12 -8
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/copy-paste.ts +70 -0
- package/src/index.ts +5 -0
- package/src/studio.ts +12 -9
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var sanity = require('sanity');
|
|
4
|
+
|
|
5
|
+
var copyPaste = sanity.removeUndefinedLocaleResources({
|
|
6
|
+
/** Text on the field action button to copy a document */
|
|
7
|
+
"copy-paste.field-action-copy-button.document.title": "\uBB38\uC11C \uBCF5\uC0AC",
|
|
8
|
+
/** Text on the field action button to copy a field */
|
|
9
|
+
"copy-paste.field-action-copy-button.field.title": "\uD544\uB4DC \uBCF5\uC0AC",
|
|
10
|
+
/** Text on the field action button to paste a document */
|
|
11
|
+
"copy-paste.field-action-paste-button.document.title": "\uBB38\uC11C \uBD99\uC5EC\uB123\uAE30",
|
|
12
|
+
/** Text on the field action button to paste a field */
|
|
13
|
+
"copy-paste.field-action-paste-button.field.title": "\uD544\uB4DC \uBD99\uC5EC\uB123\uAE30",
|
|
14
|
+
/** The error message that is shown when the clipboard is not supported */
|
|
15
|
+
"copy-paste.on-copy.validation.clipboard-not-supported.title": "\uBE0C\uB77C\uC6B0\uC800\uAC00 \uC774 \uC791\uC5C5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",
|
|
16
|
+
/** The success message that is shown when a document is copied */
|
|
17
|
+
"copy-paste.on-copy.validation.copy-document-success.title": '\uBB38\uC11C "{{fieldNames}}" \uBCF5\uC0AC\uB428',
|
|
18
|
+
/** The success message that is shown when a field is copied */
|
|
19
|
+
"copy-paste.on-copy.validation.copy-field_one-success.title": '\uD544\uB4DC "{{fieldName}}" \uBCF5\uC0AC\uB428',
|
|
20
|
+
/** The error message that is shown when there is no value to copy */
|
|
21
|
+
"copy-paste.on-copy.validation.no-value.title": "\uBE48 \uAC12, \uBCF5\uC0AC\uD560 \uAC83 \uC5C6\uC74C",
|
|
22
|
+
/** --- On copy --- */
|
|
23
|
+
/** The error message that is shown when schema types are incompatible */
|
|
24
|
+
"copy-paste.on-copy.validation.schema-type-incompatible.title": "\uACBD\uB85C\uC5D0 \uB300\uD55C \uC2A4\uD0A4\uB9C8 \uC720\uD615\uC744 \uD655\uC778\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4: {{path}}",
|
|
25
|
+
/** The validation message that is shown when array types are incompatible */
|
|
26
|
+
"copy-paste.on-paste.validation.array-type-incompatible.description": '"{{type}}" \uC720\uD615\uC758 \uAC12\uC740 \uC774 \uBC30\uC5F4 \uD544\uB4DC\uC5D0 \uD5C8\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4',
|
|
27
|
+
/** The validation message that is shown when array values are incompatible */
|
|
28
|
+
"copy-paste.on-paste.validation.array-value-incompatible.description": '"{{type}}" \uC720\uD615\uC758 \uAC12\uC740 \uC774 \uBC30\uC5F4 \uD544\uB4DC\uC5D0 \uD5C8\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4',
|
|
29
|
+
/** The validation message that is shown when the clipboard is empty */
|
|
30
|
+
"copy-paste.on-paste.validation.clipboard-empty.title": "\uBD99\uC5EC\uB123\uC744 \uAC83 \uC5C6\uC74C",
|
|
31
|
+
/** The validation message that is shown when the clipboard item is invalid */
|
|
32
|
+
"copy-paste.on-paste.validation.clipboard-invalid.title": "\uC798\uBABB\uB41C \uD074\uB9BD\uBCF4\uB4DC \uD56D\uBAA9",
|
|
33
|
+
/** The success message that is shown when a document is pasted */
|
|
34
|
+
"copy-paste.on-paste.validation.document-paste-success.title": '\uBB38\uC11C "{{fieldNames}}" \uC5C5\uB370\uC774\uD2B8\uB428',
|
|
35
|
+
/** The success message that is shown when a field is pasted */
|
|
36
|
+
"copy-paste.on-paste.validation.field_one-paste-success.title": '\uD544\uB4DC "{{fieldName}}" \uC5C5\uB370\uC774\uD2B8\uB428',
|
|
37
|
+
/** The validation message that is shown when image files are incompatible */
|
|
38
|
+
"copy-paste.on-paste.validation.image-file-incompatible.description": '"{{sourceSchemaType}}"\uC740(\uB294) "{{targetSchemaType}}"\uC5D0 \uD5C8\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4',
|
|
39
|
+
/** The error message that is shown when the MIME type is not accepted */
|
|
40
|
+
"copy-paste.on-paste.validation.mime-type-incompatible.description": 'MIME \uC720\uD615 "{{mimeType}}"\uC740(\uB294) \uC774 \uD544\uB4DC\uC5D0 \uD5C8\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4',
|
|
41
|
+
/** The error message that is shown when the MIME type validation fails */
|
|
42
|
+
"copy-paste.on-paste.validation.mime-type-validation-failed.description": "MIME \uC720\uD615 \uAC80\uC99D \uC2E4\uD328",
|
|
43
|
+
/** The warning message that is shown when not all values can be pasted */
|
|
44
|
+
"copy-paste.on-paste.validation.partial-warning.title": "\uBAA8\uB4E0 \uAC12\uC744 \uBD99\uC5EC\uB123\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
45
|
+
/** The validation message that is shown when primitive types are incompatible */
|
|
46
|
+
"copy-paste.on-paste.validation.primitive-type-incompatible.description": '"{{type}}" \uC720\uD615\uC758 \uAC12\uC740 \uC774 \uD544\uB4DC\uC5D0 \uD5C8\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4',
|
|
47
|
+
/** --- On paste --- */
|
|
48
|
+
/** The validation message that is shown when pasting a value into a read-only target */
|
|
49
|
+
"copy-paste.on-paste.validation.read-only-target.description": "\uB300\uC0C1\uC774 \uC77D\uAE30 \uC804\uC6A9\uC785\uB2C8\uB2E4",
|
|
50
|
+
/** The validation message that is shown when reference is incompatible with filter */
|
|
51
|
+
"copy-paste.on-paste.validation.reference-filter-incompatible.description": "\uCC38\uC870\uAC00 \uD544\uD130\uC5D0 \uB530\uB77C \uCC38\uC870 \uD544\uB4DC\uC5D0 \uD5C8\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",
|
|
52
|
+
/** The validation message that is shown when reference types are incompatible */
|
|
53
|
+
"copy-paste.on-paste.validation.reference-type-incompatible.description": '"{{sourceReferenceType}}" \uC720\uD615\uC758 \uCC38\uC870\uB294 "{{targetReferenceTypes}}" \uC720\uD615\uC744 \uD5C8\uC6A9\uD558\uB294 \uCC38\uC870 \uD544\uB4DC\uC5D0 \uD5C8\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4',
|
|
54
|
+
/** The validation message that is shown when the source and target schema types are incompatible */
|
|
55
|
+
"copy-paste.on-paste.validation.schema-type-incompatible.description": "\uC18C\uC2A4 \uBC0F \uB300\uC0C1 \uC2A4\uD0A4\uB9C8 \uC720\uD615\uC774 \uD638\uD658\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",
|
|
56
|
+
/** The validation message that is shown when schema types are incompatible */
|
|
57
|
+
"copy-paste.on-paste.validation.schema-type-incompatible.title": "\uACBD\uB85C\uC5D0 \uB300\uD55C \uC2A4\uD0A4\uB9C8 \uC720\uD615\uC744 \uD655\uC778\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4: {{path}}",
|
|
58
|
+
/** The validation message that is shown when string values are incompatible */
|
|
59
|
+
"copy-paste.on-paste.validation.string-value-incompatible.description": '\uAC12 "{{value}}"\uC740(\uB294) "{{allowedStrings}}"\uC5D0 \uD5C8\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4'
|
|
60
|
+
});
|
|
61
|
+
|
|
62
|
+
exports.default = copyPaste;
|
|
63
|
+
//# sourceMappingURL=copy-paste.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"copy-paste.cjs","sources":["../../src/copy-paste.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text on the field action button to copy a document */\n 'copy-paste.field-action-copy-button.document.title': '문서 복사',\n /** Text on the field action button to copy a field */\n 'copy-paste.field-action-copy-button.field.title': '필드 복사',\n /** Text on the field action button to paste a document */\n 'copy-paste.field-action-paste-button.document.title': '문서 붙여넣기',\n /** Text on the field action button to paste a field */\n 'copy-paste.field-action-paste-button.field.title': '필드 붙여넣기',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.title':\n '브라우저가 이 작업을 지원하지 않습니다',\n /** The success message that is shown when a document is copied */\n 'copy-paste.on-copy.validation.copy-document-success.title': '문서 \"{{fieldNames}}\" 복사됨',\n /** The success message that is shown when a field is copied */\n 'copy-paste.on-copy.validation.copy-field_one-success.title': '필드 \"{{fieldName}}\" 복사됨',\n /** The error message that is shown when there is no value to copy */\n 'copy-paste.on-copy.validation.no-value.title': '빈 값, 복사할 것 없음',\n /** --- On copy --- */\n /** The error message that is shown when schema types are incompatible */\n 'copy-paste.on-copy.validation.schema-type-incompatible.title':\n '경로에 대한 스키마 유형을 확인할 수 없습니다: {{path}}',\n /** The validation message that is shown when array types are incompatible */\n 'copy-paste.on-paste.validation.array-type-incompatible.description':\n '\"{{type}}\" 유형의 값은 이 배열 필드에 허용되지 않습니다',\n /** The validation message that is shown when array values are incompatible */\n 'copy-paste.on-paste.validation.array-value-incompatible.description':\n '\"{{type}}\" 유형의 값은 이 배열 필드에 허용되지 않습니다',\n /** The validation message that is shown when the clipboard is empty */\n 'copy-paste.on-paste.validation.clipboard-empty.title': '붙여넣을 것 없음',\n /** The validation message that is shown when the clipboard item is invalid */\n 'copy-paste.on-paste.validation.clipboard-invalid.title': '잘못된 클립보드 항목',\n /** The success message that is shown when a document is pasted */\n 'copy-paste.on-paste.validation.document-paste-success.title': '문서 \"{{fieldNames}}\" 업데이트됨',\n /** The success message that is shown when a field is pasted */\n 'copy-paste.on-paste.validation.field_one-paste-success.title': '필드 \"{{fieldName}}\" 업데이트됨',\n /** The validation message that is shown when image files are incompatible */\n 'copy-paste.on-paste.validation.image-file-incompatible.description':\n '\"{{sourceSchemaType}}\"은(는) \"{{targetSchemaType}}\"에 허용되지 않습니다',\n /** The error message that is shown when the MIME type is not accepted */\n 'copy-paste.on-paste.validation.mime-type-incompatible.description':\n 'MIME 유형 \"{{mimeType}}\"은(는) 이 필드에 허용되지 않습니다',\n /** The error message that is shown when the MIME type validation fails */\n 'copy-paste.on-paste.validation.mime-type-validation-failed.description': 'MIME 유형 검증 실패',\n /** The warning message that is shown when not all values can be pasted */\n 'copy-paste.on-paste.validation.partial-warning.title': '모든 값을 붙여넣을 수 없습니다',\n /** The validation message that is shown when primitive types are incompatible */\n 'copy-paste.on-paste.validation.primitive-type-incompatible.description':\n '\"{{type}}\" 유형의 값은 이 필드에 허용되지 않습니다',\n /** --- On paste --- */\n /** The validation message that is shown when pasting a value into a read-only target */\n 'copy-paste.on-paste.validation.read-only-target.description': '대상이 읽기 전용입니다',\n /** The validation message that is shown when reference is incompatible with filter */\n 'copy-paste.on-paste.validation.reference-filter-incompatible.description':\n '참조가 필터에 따라 참조 필드에 허용되지 않습니다',\n /** The validation message that is shown when reference types are incompatible */\n 'copy-paste.on-paste.validation.reference-type-incompatible.description':\n '\"{{sourceReferenceType}}\" 유형의 참조는 \"{{targetReferenceTypes}}\" 유형을 허용하는 참조 필드에 허용되지 않습니다',\n /** The validation message that is shown when the source and target schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.description':\n '소스 및 대상 스키마 유형이 호환되지 않습니다',\n /** The validation message that is shown when schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.title':\n '경로에 대한 스키마 유형을 확인할 수 없습니다: {{path}}',\n /** The validation message that is shown when string values are incompatible */\n 'copy-paste.on-paste.validation.string-value-incompatible.description':\n '값 \"{{value}}\"은(는) \"{{allowedStrings}}\"에 허용되지 않습니다',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";;;;AAEA,gBAAeA,qCAA+B,CAAA;AAAA;AAAA,EAE5C,oDAAsD,EAAA,2BAAA;AAAA;AAAA,EAEtD,iDAAmD,EAAA,2BAAA;AAAA;AAAA,EAEnD,qDAAuD,EAAA,uCAAA;AAAA;AAAA,EAEvD,kDAAoD,EAAA,uCAAA;AAAA;AAAA,EAEpD,6DACE,EAAA,4GAAA;AAAA;AAAA,EAEF,2DAA6D,EAAA,kDAAA;AAAA;AAAA,EAE7D,4DAA8D,EAAA,iDAAA;AAAA;AAAA,EAE9D,8CAAgD,EAAA,uDAAA;AAAA;AAAA;AAAA,EAGhD,8DACE,EAAA,oIAAA;AAAA;AAAA,EAEF,oEACE,EAAA,qIAAA;AAAA;AAAA,EAEF,qEACE,EAAA,qIAAA;AAAA;AAAA,EAEF,sDAAwD,EAAA,8CAAA;AAAA;AAAA,EAExD,wDAA0D,EAAA,0DAAA;AAAA;AAAA,EAE1D,6DAA+D,EAAA,8DAAA;AAAA;AAAA,EAE/D,8DAAgE,EAAA,6DAAA;AAAA;AAAA,EAEhE,oEACE,EAAA,qHAAA;AAAA;AAAA,EAEF,mEACE,EAAA,4HAAA;AAAA;AAAA,EAEF,wEAA0E,EAAA,6CAAA;AAAA;AAAA,EAE1E,sDAAwD,EAAA,oFAAA;AAAA;AAAA,EAExD,wEACE,EAAA,wHAAA;AAAA;AAAA;AAAA,EAGF,6DAA+D,EAAA,gEAAA;AAAA;AAAA,EAE/D,0EACE,EAAA,sIAAA;AAAA;AAAA,EAEF,wEACE,EAAA,0NAAA;AAAA;AAAA,EAEF,qEACE,EAAA,0HAAA;AAAA;AAAA,EAEF,+DACE,EAAA,oIAAA;AAAA;AAAA,EAEF,sEACE,EAAA,+GAAA;AACJ,CAAC,CAAA;;;;"}
|
|
@@ -115,6 +115,10 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
115
115
|
"calendar.action.set-to-current-time": "\uD604\uC7AC \uC2DC\uAC04\uC73C\uB85C \uC124\uC815",
|
|
116
116
|
/** Label for selecting an hour preset. Receives a `time` param as a string on hh:mm format and a `date` param as a Date instance denoting the preset date */
|
|
117
117
|
"calendar.action.set-to-time-preset": "{{time}}\uC5D0 {{date, datetime}}",
|
|
118
|
+
/** Aria label for button to open date picker */
|
|
119
|
+
"calendar.button.aria-label": "\uB2EC\uB825 \uC5F4\uAE30",
|
|
120
|
+
/** Tooltip content for button to open datetime input */
|
|
121
|
+
"calendar.button.tooltip-text": "\uB0A0\uC9DC \uC120\uD0DD",
|
|
118
122
|
/** Error message displayed in calendar when entered date is not the correct format */
|
|
119
123
|
"calendar.error.must-be-in-format": "<Emphasis>{{exampleDate}}</Emphasis> \uD615\uC2DD\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4",
|
|
120
124
|
/** Month name for April */
|
|
@@ -585,7 +589,9 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
585
589
|
"inputs.invalid-value.reset-button.text": "\uAC12 \uC7AC\uC124\uC815",
|
|
586
590
|
/** Invalid property value */
|
|
587
591
|
"inputs.invalid-value.title": "\uC798\uBABB\uB41C \uC18D\uC131 \uAC12",
|
|
588
|
-
/**
|
|
592
|
+
/** Title for the "All fields" field group */
|
|
593
|
+
"inputs.object.field-group-tabs.all-fields-title": "\uBAA8\uB4E0 \uD544\uB4DC",
|
|
594
|
+
/** Aria label for the "Field groups" select control on smaller screens */
|
|
589
595
|
"inputs.object.field-group-tabs.aria-label": "\uD544\uB4DC \uADF8\uB8F9",
|
|
590
596
|
/** Read-only field description */
|
|
591
597
|
"inputs.object.unknown-fields.read-only.description": "\uC774 \uD544\uB4DC\uB294 \uBB38\uC11C\uC758 \uC2A4\uD0A4\uB9C8\uC5D0 \uB530\uB77C <strong>\uC77D\uAE30 \uC804\uC6A9</strong>\uC774\uBA70 \uD574\uC81C\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uC2A4\uD29C\uB514\uC624\uC5D0\uC11C \uC774\uB97C \uD574\uC81C\uD560 \uC218 \uC788\uAC8C \uD558\uB824\uBA74 \uC2A4\uD0A4\uB9C8\uC758 \uD3EC\uD568 \uC720\uD615\uC5D0\uC11C <code>readOnly</code> \uD544\uB4DC\uB97C \uC81C\uAC70\uD558\uC138\uC694.",
|
|
@@ -624,13 +630,13 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
624
630
|
"inputs.portable-text.activate-on-focus-message_click-focused": "\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uAC70\uB098 \uC2A4\uD398\uC774\uC2A4\uB97C \uB204\uB974\uC138\uC694",
|
|
625
631
|
/** Label for activate on focus with context of tap and not focused */
|
|
626
632
|
"inputs.portable-text.activate-on-focus-message_tap": "\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD0ED\uD558\uC138\uC694",
|
|
627
|
-
/**Aria label for the annotation object */
|
|
633
|
+
/** Aria label for the annotation object */
|
|
628
634
|
"inputs.portable-text.annotation-aria-label": "\uC8FC\uC11D \uAC1D\uCCB4",
|
|
629
635
|
/** Title for dialog that allows editing an annotation */
|
|
630
636
|
"inputs.portable-text.annotation-editor.title": "{{schemaType}} \uD3B8\uC9D1\uD558\uAE30",
|
|
631
637
|
/** Title of the default "link" annotation */
|
|
632
638
|
"inputs.portable-text.annotation.link": "\uB9C1\uD06C",
|
|
633
|
-
/**Aria label for the block object */
|
|
639
|
+
/** Aria label for the block object */
|
|
634
640
|
"inputs.portable-text.block.aria-label": "\uBE14\uB85D \uAC1D\uCCB4",
|
|
635
641
|
/** Label for action to edit a block item, in the case where it is editable */
|
|
636
642
|
"inputs.portable-text.block.edit": "\uD3B8\uC9D1\uD558\uAE30",
|
|
@@ -654,7 +660,7 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
654
660
|
"inputs.portable-text.decorator.underline": "\uBC11\uC904",
|
|
655
661
|
/** Placeholder text for when the editor is empty */
|
|
656
662
|
"inputs.portable-text.empty-placeholder": "\uBE44\uC5B4 \uC788\uC74C",
|
|
657
|
-
/**Aria label for the block object */
|
|
663
|
+
/** Aria label for the block object */
|
|
658
664
|
"inputs.portable-text.inline-block.aria-label": "\uC778\uB77C\uC778 \uAC1D\uCCB4",
|
|
659
665
|
/** Label for action to edit an inline object item */
|
|
660
666
|
"inputs.portable-text.inline-object.edit": "\uAC1D\uCCB4 \uD3B8\uC9D1\uD558\uAE30",
|
|
@@ -946,8 +952,6 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
946
952
|
"new-document.open-dialog-aria-label": "\uC0C8 \uBB38\uC11C \uB9CC\uB4E4\uAE30",
|
|
947
953
|
/** Title for "Create new document" dialog */
|
|
948
954
|
"new-document.title": "\uC0C8 \uBB38\uC11C \uB9CC\uB4E4\uAE30",
|
|
949
|
-
/** More detailed alert text letting user know they have an out-of-date version and should reload */
|
|
950
|
-
"package-version.new-package-available.description": "\uC0C8 \uBC84\uC804\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC138\uC694.",
|
|
951
955
|
/** Label for button that will make the browser reload when users' studio version is out-of-date */
|
|
952
956
|
"package-version.new-package-available.reload-button": "\uC0C8\uB85C \uACE0\uCE68",
|
|
953
957
|
/** Title of the alert for studio users when packages in their studio are out-of-date */
|
|
@@ -1428,9 +1432,9 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
1428
1432
|
"timeline.since": "\uC2DC\uC791 \uC2DC\uAC04: {{timestamp, datetime}}",
|
|
1429
1433
|
/** Label for missing change version for timeline menu dropdown are showing */
|
|
1430
1434
|
"timeline.since-version-missing": "\uC2DC\uC791 \uC2DC\uAC04: \uC54C \uC218 \uC5C6\uB294 \uBC84\uC804",
|
|
1431
|
-
/**Aria label for the action buttons in the PTE toolbar */
|
|
1435
|
+
/** Aria label for the action buttons in the PTE toolbar */
|
|
1432
1436
|
"toolbar.portable-text.action-button-aria-label": "{{action}}",
|
|
1433
|
-
/**
|
|
1437
|
+
/** Accessibility label for the breadcrumb menu */
|
|
1434
1438
|
"tree-editing-dialog.breadcrumbs.menu": "\uBE0C\uB808\uB4DC\uD06C\uB7FC \uBA54\uB274",
|
|
1435
1439
|
/** Title placeholder for search input in array of objects */
|
|
1436
1440
|
"tree-editing-dialog.search-placeholder": "\uAC80\uC0C9",
|