@atlaskit/afm-i18n-platform-editor-editor-common 2.2.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/build.js +131 -0
- package/dist/cjs/i18n/cs.js +889 -0
- package/dist/cjs/i18n/da.js +888 -0
- package/dist/cjs/i18n/de.js +888 -0
- package/dist/cjs/i18n/en.js +974 -0
- package/dist/cjs/i18n/en_GB.js +974 -0
- package/dist/cjs/i18n/en_ZZ.js +973 -0
- package/dist/cjs/i18n/es.js +889 -0
- package/dist/cjs/i18n/fi.js +889 -0
- package/dist/cjs/i18n/fr.js +889 -0
- package/dist/cjs/i18n/hr.js +949 -0
- package/dist/cjs/i18n/hu.js +888 -0
- package/dist/cjs/i18n/index.js +63 -0
- package/dist/cjs/i18n/it.js +888 -0
- package/dist/cjs/i18n/ja.js +889 -0
- package/dist/cjs/i18n/ko.js +889 -0
- package/dist/cjs/i18n/nb.js +888 -0
- package/dist/cjs/i18n/nl.js +888 -0
- package/dist/cjs/i18n/pl.js +889 -0
- package/dist/cjs/i18n/pt_BR.js +887 -0
- package/dist/cjs/i18n/ru.js +889 -0
- package/dist/cjs/i18n/sl.js +941 -0
- package/dist/cjs/i18n/sr_RS.js +949 -0
- package/dist/cjs/i18n/sr_YR.js +949 -0
- package/dist/cjs/i18n/sv.js +888 -0
- package/dist/cjs/i18n/th.js +874 -0
- package/dist/cjs/i18n/tr.js +889 -0
- package/dist/cjs/i18n/uk.js +874 -0
- package/dist/cjs/i18n/vi.js +874 -0
- package/dist/cjs/i18n/zh.js +889 -0
- package/dist/cjs/i18n/zh_TW.js +889 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +886 -0
- package/dist/esm/i18n/cs.js +887 -0
- package/dist/esm/i18n/da.d.ts +885 -0
- package/dist/esm/i18n/da.js +886 -0
- package/dist/esm/i18n/de.d.ts +885 -0
- package/dist/esm/i18n/de.js +886 -0
- package/dist/esm/i18n/en.d.ts +971 -0
- package/dist/esm/i18n/en.js +972 -0
- package/dist/esm/i18n/en_GB.d.ts +971 -0
- package/dist/esm/i18n/en_GB.js +972 -0
- package/dist/esm/i18n/en_ZZ.d.ts +970 -0
- package/dist/esm/i18n/en_ZZ.js +971 -0
- package/dist/esm/i18n/es.d.ts +886 -0
- package/dist/esm/i18n/es.js +887 -0
- package/dist/esm/i18n/fi.d.ts +886 -0
- package/dist/esm/i18n/fi.js +887 -0
- package/dist/esm/i18n/fr.d.ts +886 -0
- package/dist/esm/i18n/fr.js +887 -0
- package/dist/esm/i18n/hr.d.ts +946 -0
- package/dist/esm/i18n/hr.js +947 -0
- package/dist/esm/i18n/hu.d.ts +885 -0
- package/dist/esm/i18n/hu.js +886 -0
- package/dist/esm/i18n/index.d.ts +29 -0
- package/dist/esm/i18n/index.js +30 -0
- package/dist/esm/i18n/it.d.ts +885 -0
- package/dist/esm/i18n/it.js +886 -0
- package/dist/esm/i18n/ja.d.ts +886 -0
- package/dist/esm/i18n/ja.js +887 -0
- package/dist/esm/i18n/ko.d.ts +886 -0
- package/dist/esm/i18n/ko.js +887 -0
- package/dist/esm/i18n/nb.d.ts +885 -0
- package/dist/esm/i18n/nb.js +886 -0
- package/dist/esm/i18n/nl.d.ts +885 -0
- package/dist/esm/i18n/nl.js +886 -0
- package/dist/esm/i18n/pl.d.ts +886 -0
- package/dist/esm/i18n/pl.js +887 -0
- package/dist/esm/i18n/pt_BR.d.ts +884 -0
- package/dist/esm/i18n/pt_BR.js +885 -0
- package/dist/esm/i18n/ru.d.ts +886 -0
- package/dist/esm/i18n/ru.js +887 -0
- package/dist/esm/i18n/sl.d.ts +938 -0
- package/dist/esm/i18n/sl.js +939 -0
- package/dist/esm/i18n/sr_RS.d.ts +946 -0
- package/dist/esm/i18n/sr_RS.js +947 -0
- package/dist/esm/i18n/sr_YR.d.ts +946 -0
- package/dist/esm/i18n/sr_YR.js +947 -0
- package/dist/esm/i18n/sv.d.ts +885 -0
- package/dist/esm/i18n/sv.js +886 -0
- package/dist/esm/i18n/th.d.ts +871 -0
- package/dist/esm/i18n/th.js +872 -0
- package/dist/esm/i18n/tr.d.ts +886 -0
- package/dist/esm/i18n/tr.js +887 -0
- package/dist/esm/i18n/uk.d.ts +871 -0
- package/dist/esm/i18n/uk.js +872 -0
- package/dist/esm/i18n/vi.d.ts +871 -0
- package/dist/esm/i18n/vi.js +872 -0
- package/dist/esm/i18n/zh.d.ts +886 -0
- package/dist/esm/i18n/zh.js +887 -0
- package/dist/esm/i18n/zh_TW.d.ts +886 -0
- package/dist/esm/i18n/zh_TW.js +887 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +886 -0
- package/dist/types/i18n/da.d.ts +885 -0
- package/dist/types/i18n/de.d.ts +885 -0
- package/dist/types/i18n/en.d.ts +971 -0
- package/dist/types/i18n/en_GB.d.ts +971 -0
- package/dist/types/i18n/en_ZZ.d.ts +970 -0
- package/dist/types/i18n/es.d.ts +886 -0
- package/dist/types/i18n/fi.d.ts +886 -0
- package/dist/types/i18n/fr.d.ts +886 -0
- package/dist/types/i18n/hr.d.ts +946 -0
- package/dist/types/i18n/hu.d.ts +885 -0
- package/dist/types/i18n/index.d.ts +29 -0
- package/dist/types/i18n/it.d.ts +885 -0
- package/dist/types/i18n/ja.d.ts +886 -0
- package/dist/types/i18n/ko.d.ts +886 -0
- package/dist/types/i18n/nb.d.ts +885 -0
- package/dist/types/i18n/nl.d.ts +885 -0
- package/dist/types/i18n/pl.d.ts +886 -0
- package/dist/types/i18n/pt_BR.d.ts +884 -0
- package/dist/types/i18n/ru.d.ts +886 -0
- package/dist/types/i18n/sl.d.ts +938 -0
- package/dist/types/i18n/sr_RS.d.ts +946 -0
- package/dist/types/i18n/sr_YR.d.ts +946 -0
- package/dist/types/i18n/sv.d.ts +885 -0
- package/dist/types/i18n/th.d.ts +871 -0
- package/dist/types/i18n/tr.d.ts +886 -0
- package/dist/types/i18n/uk.d.ts +871 -0
- package/dist/types/i18n/vi.d.ts +871 -0
- package/dist/types/i18n/zh.d.ts +886 -0
- package/dist/types/i18n/zh_TW.d.ts +886 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +965 -0
- package/i18n/da.ts +961 -0
- package/i18n/de.ts +1002 -0
- package/i18n/en.ts +1060 -0
- package/i18n/en_GB.ts +1060 -0
- package/i18n/en_ZZ.ts +1184 -0
- package/i18n/es.ts +989 -0
- package/i18n/fi.ts +956 -0
- package/i18n/fr.ts +997 -0
- package/i18n/hr.ts +1048 -0
- package/i18n/hu.ts +972 -0
- package/i18n/index.ts +30 -0
- package/i18n/it.ts +983 -0
- package/i18n/ja.ts +952 -0
- package/i18n/ko.ts +937 -0
- package/i18n/nb.ts +954 -0
- package/i18n/nl.ts +988 -0
- package/i18n/pl.ts +987 -0
- package/i18n/pt_BR.ts +967 -0
- package/i18n/ru.ts +997 -0
- package/i18n/sl.ts +1048 -0
- package/i18n/sr_RS.ts +1041 -0
- package/i18n/sr_YR.ts +1029 -0
- package/i18n/sv.ts +957 -0
- package/i18n/th.ts +920 -0
- package/i18n/tr.ts +955 -0
- package/i18n/uk.ts +973 -0
- package/i18n/vi.ts +940 -0
- package/i18n/zh.ts +915 -0
- package/i18n/zh_TW.ts +915 -0
- package/index.ts +2 -0
- package/package.json +38 -0
- package/tsconfig.cjs.json +8 -0
- package/tsconfig.json +25 -0
|
@@ -0,0 +1,889 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Korean
|
|
11
|
+
exports.default = {
|
|
12
|
+
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': '편집 완료',
|
|
13
|
+
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': '편집',
|
|
14
|
+
'editor-common-extensibility.macro.button.configure': '{macroName} 구성',
|
|
15
|
+
'editor.extension.legacyContentHeader': '레거시 콘텐츠',
|
|
16
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': '이 콘텐츠는 기능이 제한되어 있습니다.',
|
|
17
|
+
'editor.extension.legacyContentHeader.learnMore': '자세히 알아보기',
|
|
18
|
+
'editor.trackChanges.toolbarIconLabel': '변경 사항 추적',
|
|
19
|
+
'fablric.editor.viewAllInserts': '모든 삽입 보기',
|
|
20
|
+
'fabric.editor.action': '작업 항목',
|
|
21
|
+
'fabric.editor.action.description': '작업 항목 만들기 및 할당',
|
|
22
|
+
'fabric.editor.addAltText': '대체 텍스트',
|
|
23
|
+
'fabric.editor.addColumnLeft': '왼쪽에 열 추가',
|
|
24
|
+
'fabric.editor.addColumnRight': '오른쪽에 열 추가',
|
|
25
|
+
'fabric.editor.addCommentOnMedia': '댓글 추가',
|
|
26
|
+
'fabric.editor.addImageBorder': '테두리 추가',
|
|
27
|
+
'fabric.editor.addLoomVideo': 'Loom 동영상 녹화',
|
|
28
|
+
'fabric.editor.addLoomVideoComment': 'Loom 동영상 댓글 녹화',
|
|
29
|
+
'fabric.editor.addMediaFiles': '이미지, 동영상 또는 파일 추가',
|
|
30
|
+
'fabric.editor.addRowAbove': '위에 행 추가',
|
|
31
|
+
'fabric.editor.addRowBelow': '아래에 행 추가',
|
|
32
|
+
'fabric.editor.addUpdatedAltText': '대체 텍스트 추가',
|
|
33
|
+
'fabric.editor.ai.ai-panels.actionItemsPageDescription': 'Atlassian Intelligence를 사용하여 작업 항목을 찾고 패널에 표시합니다',
|
|
34
|
+
'fabric.editor.ai.ai-panels.actionItemsPageTitle': '작업 항목 패널(베타)',
|
|
35
|
+
'fabric.editor.ai.ai-panels.summarizePageDescription': 'Atlassian Intelligence를 사용하여 이 페이지를 요약하고 패널에 표시합니다',
|
|
36
|
+
'fabric.editor.ai.ai-panels.summarizePageTitle': '페이지 요약 패널(베타)',
|
|
37
|
+
'fabric.editor.ai.ai-smart-button.context.reference': '선택한 콘텐츠',
|
|
38
|
+
'fabric.editor.ai.atlas-prebuilt.atlasGenerateContentConfigItemDescription': '업데이트에 삽입할 콘텐츠를 생성합니다',
|
|
39
|
+
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': '업데이트의 콘텐츠를 요약합니다',
|
|
40
|
+
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': '생성',
|
|
41
|
+
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Atlassian Intelligence에 물어보기',
|
|
42
|
+
'fabric.editor.ai.config.item.action.edit': '편집',
|
|
43
|
+
'fabric.editor.ai.config.item.action.insert': '삽입',
|
|
44
|
+
'fabric.editor.ai.config.item.action.insertAtTop': '맨 위에 삽입',
|
|
45
|
+
'fabric.editor.ai.config.item.action.insertBelow': '아래에 삽입',
|
|
46
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': '원본 아래에 삽입',
|
|
47
|
+
'fabric.editor.ai.config.item.action.replace': '바꾸기',
|
|
48
|
+
'fabric.editor.ai.config.item.action.replaceTitle': '제목 바꾸기',
|
|
49
|
+
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': '제목은 {maxLength}자를 초과할 수 없습니다',
|
|
50
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': '채팅으로 계속하기',
|
|
51
|
+
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': '채팅에서 열기',
|
|
52
|
+
'fabric.editor.ai.config.item.addPolish.description': '콘텐츠를 다듬어 더 세련되게 만드세요',
|
|
53
|
+
'fabric.editor.ai.config.item.addPolish.title': '다듬기 추가',
|
|
54
|
+
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo 에이전트',
|
|
55
|
+
'fabric.editor.ai.config.item.atlas-shorten-update.description': '내용을 줄여 더 간결하게 만듭니다',
|
|
56
|
+
'fabric.editor.ai.config.item.atlas-shorten-update.title': '업데이트 요약',
|
|
57
|
+
'fabric.editor.ai.config.item.bb.pr.description.description': '변경 사항 요약과 함께 풀리퀘스트 설명을 만듭니다',
|
|
58
|
+
'fabric.editor.ai.config.item.bb.pr.description.title': '풀리퀘스트 설명 만들기',
|
|
59
|
+
'fabric.editor.ai.config.item.brainstorm.description': '제공하는 토픽에 대한 아이디어의 목록을 생성합니다',
|
|
60
|
+
'fabric.editor.ai.config.item.brainstorm.promptHint': '토픽을 알려주세요...',
|
|
61
|
+
'fabric.editor.ai.config.item.brainstorm.promptLabel': '브레인스토밍',
|
|
62
|
+
'fabric.editor.ai.config.item.brainstorm.title': '브레인스토밍',
|
|
63
|
+
'fabric.editor.ai.config.item.changeTone.adjustLengthNestingParentShortTitle': '길이',
|
|
64
|
+
'fabric.editor.ai.config.item.changeTone.adjustLengthNestingParentTitle': '길이 조정',
|
|
65
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.description': '콘텐츠의 어조를 친숙한 어조로 바꿉니다',
|
|
66
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.selectionToolbar.dropdownItem.title': '편안하게',
|
|
67
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.shortTitle': '편안하게',
|
|
68
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.title': '편한 어조로 변경',
|
|
69
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.description': '콘텐츠의 어조를 교육적인 어조로 바꿉니다',
|
|
70
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.selectionToolbar.dropdownItem.title': '교육적',
|
|
71
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.shortTitle': '교육적',
|
|
72
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.title': '교육적인 어조로 변경',
|
|
73
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.description': '콘텐츠의 어조를 공감하는 어조로 바꿉니다',
|
|
74
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.selectionToolbar.dropdownItem.title': '공감',
|
|
75
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.shortTitle': '공감',
|
|
76
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.title': '공감하는 어조로 변경',
|
|
77
|
+
'fabric.editor.ai.config.item.changeTone.nestingParentTitlePostGA': '어조를 다음으로 변경...',
|
|
78
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.description': '콘텐츠의 어조를 중립적인 어조로 바꿉니다',
|
|
79
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.selectionToolbar.dropdownItem.title': '중립적',
|
|
80
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.shortTitle': '중립적',
|
|
81
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.title': '중립적인 어조로 변경',
|
|
82
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.description': '콘텐츠의 어조를 전문적인 어조로 바꿉니다',
|
|
83
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.selectionToolbar.dropdownItem.title': '전문적',
|
|
84
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.shortTitle': '전문적',
|
|
85
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.title': '전문적인 어조로 변경',
|
|
86
|
+
'fabric.editor.ai.config.item.convertToBulletList.description': '콘텐츠의 형식을 글머리 기호 목록으로 변환',
|
|
87
|
+
'fabric.editor.ai.config.item.convertToBulletList.title': '글머리 기호 목록으로 변환',
|
|
88
|
+
'fabric.editor.ai.config.item.convertToTable.description': '콘텐츠의 형식을 머리글이 있는 표로 변환합니다',
|
|
89
|
+
'fabric.editor.ai.config.item.convertToTable.title': '표로 변환',
|
|
90
|
+
'fabric.editor.ai.config.item.draftReply.description': '작업 중인 이슈와 비슷한 이슈를 기반으로 답변 초안 작성',
|
|
91
|
+
'fabric.editor.ai.config.item.draftReply.title': '답변 초안 작성',
|
|
92
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.description': '맞춤법 및 문법 오류를 고칩니다',
|
|
93
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.selectionToolbar.dropdownItem.title': '맞춤법 및 문법',
|
|
94
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.title': '맞춤법 및 문법 수정',
|
|
95
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.description': '명확성, 구조 및 어조를 개선하여 참여도 및 이해력을 높입니다',
|
|
96
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.selectionToolbar.dropdownItem.title': '작성 내용 개선',
|
|
97
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.title': '작성 내용 개선',
|
|
98
|
+
'fabric.editor.ai.config.item.findActionItems.description': '제공하는 콘텐츠에서 작업 항목을 찾습니다',
|
|
99
|
+
'fabric.editor.ai.config.item.findActionItems.title': '작업 항목 찾기',
|
|
100
|
+
'fabric.editor.ai.config.item.freeGenerate.disabled.promptHint': '아래에서 선택하세요(현재 Elevate에서는 자유 생성이 사용 중지되어 있습니다)',
|
|
101
|
+
'fabric.editor.ai.config.item.generateContent.promptHint': 'AI로 글을 쓰거나 아래에서 선택하세요',
|
|
102
|
+
'fabric.editor.ai.config.item.generateEscalationNotes.description': '이슈 컨텍스트를 기반으로 에스컬레이션 메모 생성',
|
|
103
|
+
'fabric.editor.ai.config.item.generateEscalationNotes.title': '에스컬레이션 메모 생성',
|
|
104
|
+
'fabric.editor.ai.config.item.improveDescription.default.description': '이슈 유형에 따라 이슈 설명을 다시 구성합니다',
|
|
105
|
+
'fabric.editor.ai.config.item.improveDescription.default.title.experiment.one': '설명 개선',
|
|
106
|
+
'fabric.editor.ai.config.item.makeLonger.description': '제공하는 컨텍스트에 따라 콘텐츠를 확장합니다',
|
|
107
|
+
'fabric.editor.ai.config.item.makeLonger.title': '더 길게 작성',
|
|
108
|
+
'fabric.editor.ai.config.item.range.agent.description': '설명 없음',
|
|
109
|
+
'fabric.editor.ai.config.item.range.agent.prompt.hint': '에이전트에게 무엇이든 작성하도록 요청하거나 아래에서 선택하세요',
|
|
110
|
+
'fabric.editor.ai.config.item.rephrase.description': '문장을 바꾸어 작성하기 위한 제안을 만듭니다',
|
|
111
|
+
'fabric.editor.ai.config.item.rephrase.title': '바꾸어 말하기',
|
|
112
|
+
'fabric.editor.ai.config.item.shorten.description': '내용을 줄여 더 간결하게 만듭니다',
|
|
113
|
+
'fabric.editor.ai.config.item.shorten.selectionToolbar.dropdownItem.title': '더 짧게 만들기',
|
|
114
|
+
'fabric.editor.ai.config.item.shorten.title': '더 짧게 만들기',
|
|
115
|
+
'fabric.editor.ai.config.item.suggest.description': '제공하는 콘텐츠의 제목을 제안합니다',
|
|
116
|
+
'fabric.editor.ai.config.item.suggest.title': '제목 제안',
|
|
117
|
+
'fabric.editor.ai.config.item.summarize.description': '요점을 강조하여 작업 중인 텍스트의 요약을 만듭니다',
|
|
118
|
+
'fabric.editor.ai.config.item.summarize.dropdownItem.title': '글 요약',
|
|
119
|
+
'fabric.editor.ai.config.item.summarize.title': '글 요약',
|
|
120
|
+
'fabric.editor.ai.config.item.translate.czech': '체코어',
|
|
121
|
+
'fabric.editor.ai.config.item.translate.danish': '덴마크어',
|
|
122
|
+
'fabric.editor.ai.config.item.translate.dutch': '네덜란드어',
|
|
123
|
+
'fabric.editor.ai.config.item.translate.english': '영어',
|
|
124
|
+
'fabric.editor.ai.config.item.translate.finnish': '필란드어',
|
|
125
|
+
'fabric.editor.ai.config.item.translate.french': '불어',
|
|
126
|
+
'fabric.editor.ai.config.item.translate.german': '독어',
|
|
127
|
+
'fabric.editor.ai.config.item.translate.hungarian': '헝가리어',
|
|
128
|
+
'fabric.editor.ai.config.item.translate.italian': '이태리어',
|
|
129
|
+
'fabric.editor.ai.config.item.translate.japanese': '일어',
|
|
130
|
+
'fabric.editor.ai.config.item.translate.nestingParentTitle.ga': '번역',
|
|
131
|
+
'fabric.editor.ai.config.item.translate.nestingParentTitlePostGA': '다음으로 번역...',
|
|
132
|
+
'fabric.editor.ai.config.item.translate.norwegian': '노르웨이어',
|
|
133
|
+
'fabric.editor.ai.config.item.translate.russian': '러시아어',
|
|
134
|
+
'fabric.editor.ai.config.item.translate.spanish': '스페인어',
|
|
135
|
+
'fabric.editor.ai.config.item.translate.swedish': '스웨덴어',
|
|
136
|
+
'fabric.editor.ai.config.item.translate.thai': '타이어',
|
|
137
|
+
'fabric.editor.ai.config.item.translateTo.chineseSimplified.description': '작업 중인 텍스트를 중국어(간체)로 번역합니다',
|
|
138
|
+
'fabric.editor.ai.config.item.translateTo.chineseSimplified.title': '중국어(간체)로 번역',
|
|
139
|
+
'fabric.editor.ai.config.item.translateTo.chineseTraditional.description': '작업 중인 텍스트를 중국어(번체)로 번역합니다',
|
|
140
|
+
'fabric.editor.ai.config.item.translateTo.chineseTraditional.title': '중국어(번체)로 번역',
|
|
141
|
+
'fabric.editor.ai.config.item.translateTo.czech.description': '작업 중인 텍스트를 체코어로 번역합니다',
|
|
142
|
+
'fabric.editor.ai.config.item.translateTo.czech.title': '체코어로 번역',
|
|
143
|
+
'fabric.editor.ai.config.item.translateTo.danish.description': '작업 중인 텍스트를 덴마크어로 번역합니다',
|
|
144
|
+
'fabric.editor.ai.config.item.translateTo.danish.title': '덴마크어로 번역',
|
|
145
|
+
'fabric.editor.ai.config.item.translateTo.dutch.description': '작업 중인 텍스트를 네덜란드어로 번역합니다',
|
|
146
|
+
'fabric.editor.ai.config.item.translateTo.dutch.title': '네덜란드어로 번역',
|
|
147
|
+
'fabric.editor.ai.config.item.translateTo.english.description': '작업 중인 텍스트를 영어로 번역합니다',
|
|
148
|
+
'fabric.editor.ai.config.item.translateTo.english.title': '영어로 번역',
|
|
149
|
+
'fabric.editor.ai.config.item.translateTo.finnish.description': '작업 중인 텍스트를 핀란드어로 번역합니다',
|
|
150
|
+
'fabric.editor.ai.config.item.translateTo.finnish.title': '핀란드어로 번역',
|
|
151
|
+
'fabric.editor.ai.config.item.translateTo.french.description': '작업 중인 텍스트를 프랑스어로 번역합니다',
|
|
152
|
+
'fabric.editor.ai.config.item.translateTo.french.title': '프랑스어로 번역',
|
|
153
|
+
'fabric.editor.ai.config.item.translateTo.german.description': '작업 중인 텍스트를 독일어로 번역합니다',
|
|
154
|
+
'fabric.editor.ai.config.item.translateTo.german.title': '독일어로 번역',
|
|
155
|
+
'fabric.editor.ai.config.item.translateTo.hungarian.description': '작업 중인 텍스트를 헝가리어로 번역합니다',
|
|
156
|
+
'fabric.editor.ai.config.item.translateTo.hungarian.title': '헝가리어로 번역',
|
|
157
|
+
'fabric.editor.ai.config.item.translateTo.italian.description': '작업 중인 텍스트를 이탈리아어로 번역합니다',
|
|
158
|
+
'fabric.editor.ai.config.item.translateTo.italian.title': '이탈리아어로 번역',
|
|
159
|
+
'fabric.editor.ai.config.item.translateTo.japanese.description': '작업 중인 텍스트를 일본어로 번역합니다',
|
|
160
|
+
'fabric.editor.ai.config.item.translateTo.japanese.title': '일본어로 번역',
|
|
161
|
+
'fabric.editor.ai.config.item.translateTo.korean.description': '작업 중인 텍스트를 한국어로 번역합니다',
|
|
162
|
+
'fabric.editor.ai.config.item.translateTo.korean.title': '한국어로 번역',
|
|
163
|
+
'fabric.editor.ai.config.item.translateTo.norwegian.description': '작업 중인 텍스트를 노르웨이어로 번역합니다',
|
|
164
|
+
'fabric.editor.ai.config.item.translateTo.norwegian.title': '노르웨이어로 번역',
|
|
165
|
+
'fabric.editor.ai.config.item.translateTo.polish.description': '작업 중인 텍스트를 폴란드어로 번역합니다',
|
|
166
|
+
'fabric.editor.ai.config.item.translateTo.polish.title': '폴란드어로 번역',
|
|
167
|
+
'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.description': '작업 중인 텍스트를 포르투갈어(브라질)로 번역합니다',
|
|
168
|
+
'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.title': '포르투갈어(브라질)로 번역',
|
|
169
|
+
'fabric.editor.ai.config.item.translateTo.russian.description': '작업 중인 텍스트를 러시아어로 번역합니다',
|
|
170
|
+
'fabric.editor.ai.config.item.translateTo.russian.title': '러시아어로 번역',
|
|
171
|
+
'fabric.editor.ai.config.item.translateTo.spanish.description': '작업 중인 텍스트를 스페인어로 번역합니다',
|
|
172
|
+
'fabric.editor.ai.config.item.translateTo.spanish.title': '스페인어로 번역',
|
|
173
|
+
'fabric.editor.ai.config.item.translateTo.swedish.description': '작업 중인 텍스트를 스웨덴어로 번역합니다',
|
|
174
|
+
'fabric.editor.ai.config.item.translateTo.swedish.title': '스웨덴어로 번역',
|
|
175
|
+
'fabric.editor.ai.config.item.translateTo.thai.description': '작업 중인 텍스트를 태국어로 번역합니다',
|
|
176
|
+
'fabric.editor.ai.config.item.translateTo.thai.title': '태국어로 번역',
|
|
177
|
+
'fabric.editor.ai.config.item.translateTo.turkish.description': '작업 중인 텍스트를 튀르키예어로 번역합니다',
|
|
178
|
+
'fabric.editor.ai.config.item.translateTo.turkish.title': '튀르키예어로 번역',
|
|
179
|
+
'fabric.editor.ai.config.item.translateTo.ukrainian.description': '작업 중인 텍스트를 우크라이나어로 번역합니다',
|
|
180
|
+
'fabric.editor.ai.config.item.translateTo.ukrainian.title': '우크라이나어로 번역',
|
|
181
|
+
'fabric.editor.ai.config.item.translateTo.vietnamese.description': '작업 중인 텍스트를 베트남어로 번역합니다',
|
|
182
|
+
'fabric.editor.ai.config.item.translateTo.vietnamese.title': '베트남어로 번역',
|
|
183
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceChangeToneSelectionToolbarDropdownMenuTitle': '어조 변경',
|
|
184
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceRewriteSelectionToolbarDropdownMenuTitle': '다시 쓰기',
|
|
185
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': '번역',
|
|
186
|
+
'fabric.editor.ai.eventHub.fallbackSuggestedTitle': '페이지 제목',
|
|
187
|
+
'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': '페이지',
|
|
188
|
+
'fabric.editor.ai.experience-application.cmdPaletteUnhandledErrorMessage': '문제가 발생하여 현재 응답을 생성할 수 없습니다. 나중에 다시 시도하세요.',
|
|
189
|
+
'fabric.editor.ai.experience-application.documentInsertError': '응답을 삽입하는 동안 문제가 발생했습니다. 대화 상자를 닫고 다시 시도하세요.',
|
|
190
|
+
'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': '미리 보기를 생성하는 동안 문제가 발생했습니다. 대화 상자를 닫고 다시 시도하세요.',
|
|
191
|
+
'fabric.editor.ai.experience-application.rateLimitEnforced': '최근에 Atlassian Intelligence(AI)에 대한 요청을 너무 많이 받았습니다. 몇 분 후에 다시 시도하거나 <link>과도한 AI 사용</link>에 대해 읽어보세요.',
|
|
192
|
+
'fabric.editor.ai.experience-application.tokenLimitExceeded': '응답을 받을 수 없습니다. 프롬프트 또는 응답이 이 요청의 제한을 초과했습니다. 대화 상자를 닫고 다시 시도하세요.',
|
|
193
|
+
'fabric.editor.ai.experience-application.unhandledErrorMessage': '문제가 발생했습니다. 대화 상자를 닫고 다시 시도하세요.',
|
|
194
|
+
'fabric.editor.ai.experience.apiError': '응답을 받을 수 없습니다. 다시 시도하세요.',
|
|
195
|
+
'fabric.editor.ai.experience.aupViolationMessage': '프롬프트 또는 콘텐츠가 Atlassian의 사용 제한 정책을 준수하지 않을 수 있습니다. 둘 모두 검토하고 필요한 경우 <link>사용 제한 정책</link>을 참조하세요. 문제가 지속되는 경우 다른 프롬프트 또는 콘텐츠를 사용해 보세요.',
|
|
196
|
+
'fabric.editor.ai.experience.browseMore.agents': '에이전트 찾아보기',
|
|
197
|
+
'fabric.editor.ai.experience.cmdPaletteApiError': '응답을 생성하는 동안 오류가 발생했습니다.',
|
|
198
|
+
'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': '요청이 Atlassian의 <link>사용 제한 정책</link>을 준수하지 않으므로 요청을 완료할 수 없습니다.',
|
|
199
|
+
'fabric.editor.ai.experience.discardMessagePrompt': '프롬프트를 버리시겠습니까?',
|
|
200
|
+
'fabric.editor.ai.experience.discardMessageResponse': '응답을 버리시겠습니까?',
|
|
201
|
+
'fabric.editor.ai.experience.discardStreamingInDocumennt': '요청을 취소하고 생성된 응답을 삭제하시겠습니까?',
|
|
202
|
+
'fabric.editor.ai.experience.elevateDisabledGenetateError': '현재 Elevate에서는 자유 생성이 사용 중지되어 있습니다.',
|
|
203
|
+
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 이제 프롬프트에 Jira 및 Confluence 콘텐츠 링크🔗를 붙여넣을 수 있습니다.',
|
|
204
|
+
'fabric.editor.ai.experience.footerRightText.agents': 'Rovo에서 제공',
|
|
205
|
+
'fabric.editor.ai.experience.generatingAiResponse': '생성 중',
|
|
206
|
+
'fabric.editor.ai.experience.hipaaContentError': '콘텐츠에 HIPAA 제한 콘텐츠 링크가 포함되어 있으므로 Atlassian Intelligence에서 요청을 처리할 수 없습니다. 이 링크를 제거하고 다시 시도하세요.',
|
|
207
|
+
'fabric.editor.ai.experience.inputTooShortError': '내용이 너무 짧아 요약할 수 없습니다. 내용을 더 추가하고 다시 시도하세요.',
|
|
208
|
+
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence(AI)가 응답하지 않습니다. 나중에 다시 시도하거나 <link>AI 상태를 확인</link>하세요.',
|
|
209
|
+
'fabric.editor.ai.experience.labelRight.atlassianIntelligence': 'Atlassian Intelligence',
|
|
210
|
+
'fabric.editor.ai.experience.labelRight.rovo': 'Rovo',
|
|
211
|
+
'fabric.editor.ai.experience.loadingTitle': '생성 중',
|
|
212
|
+
'fabric.editor.ai.experience.messageTemplateAnalysingQuery': '분석 중: 질문을 검토하고 있습니다.',
|
|
213
|
+
'fabric.editor.ai.experience.messageTemplateContentSearch': '검색 중: 정보를 검색하는 동안 잠시 기다려 주세요.',
|
|
214
|
+
'fabric.editor.ai.experience.messageTemplateNextBestTask': '검색 중: Jira를 검색하는 동안 잠시 기다려 주세요.',
|
|
215
|
+
'fabric.editor.ai.experience.messageTemplatePageHydration': '검색 중: 페이지를 검색하는 동안 잠시 기다려 주세요.',
|
|
216
|
+
'fabric.editor.ai.experience.noResultsSuggestion': '결과 없음',
|
|
217
|
+
'fabric.editor.ai.experience.responseTooSimilarMessage': '현재 Atlassian Intelligence에 제안 사항이 없습니다. 다른 프롬프트 또는 콘텐츠를 자유롭게 사용해 보세요.',
|
|
218
|
+
'fabric.editor.ai.experience.showMoreButton': '더 보기',
|
|
219
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.actions': '작업',
|
|
220
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.agents': '에이전트',
|
|
221
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.atlassianIntelligence': 'Atlassian Intelligence',
|
|
222
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.knowledgeSource': '참조 자료 출처',
|
|
223
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgents': 'Rovo 에이전트',
|
|
224
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgentsCount': 'Rovo 에이전트({numberOfAgents}개)',
|
|
225
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Rovo 에이전트 사용({numberOfAgents}개)',
|
|
226
|
+
'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': '일반 참조 자료 사용',
|
|
227
|
+
'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': '조직의 참조 자료 사용',
|
|
228
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': '미리 보기를 생성하는 동안 문제가 발생했습니다. 대화 상자를 닫고 다시 시도하세요.',
|
|
229
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': '문제가 발생했습니다. 대화 상자를 닫고 다시 시도하세요.',
|
|
230
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': '아래에 삽입',
|
|
231
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': '바꾸기',
|
|
232
|
+
'fabric.editor.ai.screens.preview.convoAIBeta': 'URL을 참조하는 콘텐츠 생성 요청은 베타 버전입니다.',
|
|
233
|
+
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': '용어, 머리글자어 또는 약어를 강조 표시합니다',
|
|
234
|
+
'fabric.editor.ai.selectionToolbar.define.title': '정의',
|
|
235
|
+
'fabric.editor.ai.telepointer.rovo': 'Rovo',
|
|
236
|
+
'fabric.editor.ai.toolbar.askAI.title': 'AI에게 물어보기',
|
|
237
|
+
'fabric.editor.ai.toolbar.askRovo.title': 'Rovo에게 질문하기',
|
|
238
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Rovo에게 {key}+' 질문하기",
|
|
239
|
+
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Rovo AI에게 물어보기',
|
|
240
|
+
'fabric.editor.ai.toolbar.changeTone.title': '어조 변경',
|
|
241
|
+
'fabric.editor.ai.toolbar.changeToneOptions.title': '어조 옵션 변경',
|
|
242
|
+
'fabric.editor.ai.toolbar.improveWriting.title': '작성 내용 개선',
|
|
243
|
+
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Atlassian Intelligence에 선택한 글을 개선하도록 요청하세요',
|
|
244
|
+
'fabric.editor.ai.toolbar.makeLonger.title': '더 길게',
|
|
245
|
+
'fabric.editor.ai.toolbar.makeShorter.title': '더 짧게',
|
|
246
|
+
'fabric.editor.ai.toolbar.moreCasualTone.title': '더 캐주얼하게',
|
|
247
|
+
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': '더 공감적으로',
|
|
248
|
+
'fabric.editor.ai.toolbar.moreProfessionalTone.title': '더 전문적으로',
|
|
249
|
+
'fabric.editor.ai.toolbar.moreRovoOptions.label': '더 많은 Rovo 옵션 보기',
|
|
250
|
+
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
251
|
+
'fabric.editor.ai.toolbar.spellingAndGrammar.title': '맞춤법 및 문법 수정',
|
|
252
|
+
'fabric.editor.ai.toolbar.summarize.title': '요약',
|
|
253
|
+
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
254
|
+
'fabric.editor.ai.toolbar.translate.title': '번역',
|
|
255
|
+
'fabric.editor.ai.toolbar.translateOptions.label': '번역 옵션',
|
|
256
|
+
'fabric.editor.ai.toolbar.tryAI.title': 'AI 사용해 보기',
|
|
257
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Atlassian Intelligence 열기',
|
|
258
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "AI {key}+'에게 질문하기",
|
|
259
|
+
'fabric.editor.alignCenter': '가운데 정렬',
|
|
260
|
+
'fabric.editor.alignImageCenter': '가운데 정렬',
|
|
261
|
+
'fabric.editor.alignImageLeft': '왼쪽 정렬',
|
|
262
|
+
'fabric.editor.alignImageRight': '오른쪽 정렬',
|
|
263
|
+
'fabric.editor.alignLeft': '왼쪽 정렬',
|
|
264
|
+
'fabric.editor.alignRight': '오른쪽 정렬',
|
|
265
|
+
'fabric.editor.alignTableCenter': '가운데 정렬',
|
|
266
|
+
'fabric.editor.alignTableLeft': '왼쪽 정렬',
|
|
267
|
+
'fabric.editor.alignment': '텍스트 정렬',
|
|
268
|
+
'fabric.editor.altText': '대체 텍스트',
|
|
269
|
+
'fabric.editor.alttext.validation': '대체 텍스트에서 특수 문자를 지워 주세요.',
|
|
270
|
+
'fabric.editor.annotationToolbar': '주석 도구 모음',
|
|
271
|
+
'fabric.editor.backLink': '뒤로 가기',
|
|
272
|
+
'fabric.editor.backgroundColor': '배경색',
|
|
273
|
+
'fabric.editor.block.menu.copy.block': '블록 복사',
|
|
274
|
+
'fabric.editor.block.menu.copy.link': '링크 복사',
|
|
275
|
+
'fabric.editor.block.menu.delete.block': '삭제',
|
|
276
|
+
'fabric.editor.block.menu.move.down': '아래로 이동',
|
|
277
|
+
'fabric.editor.block.menu.move.up': '위로 이동',
|
|
278
|
+
'fabric.editor.block.menu.paragraph': '문단',
|
|
279
|
+
'fabric.editor.blockCardUnavailable': '인라인 링크는 {node} 내부에 있으며 보기를 변경할 수 없습니다',
|
|
280
|
+
'fabric.editor.blockControlDelete': '삭제',
|
|
281
|
+
'fabric.editor.blockControlDragHandleMove': '끌어서 이동',
|
|
282
|
+
'fabric.editor.blockControlDragHandleRearrange': '끌어서 다시 정렬',
|
|
283
|
+
'fabric.editor.blockControlInsert': '삽입',
|
|
284
|
+
'fabric.editor.blockControlMoveDown': '아래로 이동',
|
|
285
|
+
'fabric.editor.blockControlMoveLeft': '왼쪽으로 이동',
|
|
286
|
+
'fabric.editor.blockControlMoveRight': '오른쪽으로 이동',
|
|
287
|
+
'fabric.editor.blockControlMoveUp': '위로 이동',
|
|
288
|
+
'fabric.editor.blockControlMovedDown': '콘텐츠를 아래로 이동했습니다',
|
|
289
|
+
'fabric.editor.blockControlMovedUp': '콘텐츠를 위로 이동했습니다',
|
|
290
|
+
'fabric.editor.blockDescription': '요약 및 작업을 포함하여 링크에 대한 추가 정보 표시',
|
|
291
|
+
'fabric.editor.blockTitle': '카드',
|
|
292
|
+
'fabric.editor.blockquote': '인용',
|
|
293
|
+
'fabric.editor.blockquote.description': '인용 또는 인용구 삽입',
|
|
294
|
+
'fabric.editor.blockquote2': '인용',
|
|
295
|
+
'fabric.editor.bold': '굵게',
|
|
296
|
+
'fabric.editor.breakout.resizeCodeBlock': '코드 조각 크기 조정',
|
|
297
|
+
'fabric.editor.breakout.resizeElement': '요소 크기 조정',
|
|
298
|
+
'fabric.editor.breakout.resizeExpand': '확장 크기 조정',
|
|
299
|
+
'fabric.editor.breakout.resizeLayout': '레이아웃 크기 조정',
|
|
300
|
+
'fabric.editor.breakoutFullWidthLabel': '전체 너비',
|
|
301
|
+
'fabric.editor.breakoutWideWidthLabel': '넓게',
|
|
302
|
+
'fabric.editor.bug': '버그',
|
|
303
|
+
'fabric.editor.bulletedList': '글머리 기호 목록',
|
|
304
|
+
'fabric.editor.canNotSortTable': '⚠️ 병합된 셀이 있는 표를 정렬할 수 없습니다',
|
|
305
|
+
'fabric.editor.cancelButton': '취소',
|
|
306
|
+
'fabric.editor.captionPlaceholder': '캡션 추가',
|
|
307
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': '캡션 추가 - 미리 보려면 두 번 클릭하세요',
|
|
308
|
+
'fabric.editor.cardFloatingControls': '카드 옵션',
|
|
309
|
+
'fabric.editor.cellBackground': '셀 배경',
|
|
310
|
+
'fabric.editor.cellOptions': '셀 옵션',
|
|
311
|
+
'fabric.editor.checkUncheckActionItem': '작업 항목 토글',
|
|
312
|
+
'fabric.editor.clearAltTextEdit': '대체 텍스트 지우기',
|
|
313
|
+
'fabric.editor.clearCells': '{0, plural, other {셀 지우기}}',
|
|
314
|
+
'fabric.editor.clearFormatting': '서식 지우기',
|
|
315
|
+
'fabric.editor.clearLink': '링크 지우기',
|
|
316
|
+
'fabric.editor.clearLinkText': '텍스트 지우기',
|
|
317
|
+
'fabric.editor.closeAltTextEdit': '뒤로',
|
|
318
|
+
'fabric.editor.closeFindReplaceDialog': '닫기',
|
|
319
|
+
'fabric.editor.closeHelpDialog': '도움말 대화상자 닫기',
|
|
320
|
+
'fabric.editor.code': '코드',
|
|
321
|
+
'fabric.editor.code.on': '{textFormattingOff}, 코드 켜짐',
|
|
322
|
+
'fabric.editor.codeBidiWarningLabel': '양방향 문자가 텍스트가 렌더링되는 순서를 변경합니다. 악성 코드를 가리는 데 사용할 수 있습니다.',
|
|
323
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '복사되었습니다!',
|
|
324
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': '텍스트로 복사',
|
|
325
|
+
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': '래핑 비활성화',
|
|
326
|
+
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': '래핑 활성화',
|
|
327
|
+
'fabric.editor.codeblock': '코드 조각',
|
|
328
|
+
'fabric.editor.codeblock.description': '구문 강조 기능 포함하여 코드 표시',
|
|
329
|
+
'fabric.editor.collapseNode': '콘텐츠 접기',
|
|
330
|
+
'fabric.editor.collapseTable': '표 축소',
|
|
331
|
+
'fabric.editor.colorPicker.menuLabel': '색상 선택기 메뉴',
|
|
332
|
+
'fabric.editor.columnDragHandle': '열 옵션',
|
|
333
|
+
'fabric.editor.columnMovedLeft': '열이 {index}/{total}열로 왼쪽으로 이동',
|
|
334
|
+
'fabric.editor.columnMovedRight': '열이 {index}/{total}열로 오른쪽으로 이동',
|
|
335
|
+
'fabric.editor.columnSelected': '{index}/{total}열 선택',
|
|
336
|
+
'fabric.editor.columns': '레이아웃',
|
|
337
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, other {{numberOfColumns}개의 동일한 열 삽입}}',
|
|
338
|
+
'fabric.editor.columns.advanced.layout.single.description': '단일 열 레이아웃 삽입',
|
|
339
|
+
'fabric.editor.columns.description': '섹션으로 페이지 구성',
|
|
340
|
+
'fabric.editor.columnsAreInserted': '{count, plural, other {{count}개의 열을 삽입함}}',
|
|
341
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, other {{count}개의 열을 제거함}}',
|
|
342
|
+
'fabric.editor.configFailedToLoad': '로드하지 못했습니다',
|
|
343
|
+
'fabric.editor.configPanel.cancel': '취소',
|
|
344
|
+
'fabric.editor.configPanel.close': '닫기',
|
|
345
|
+
'fabric.editor.configPanel.customSelect.createOption': '만들기',
|
|
346
|
+
'fabric.editor.configPanel.dateRange.custom.from': '시작',
|
|
347
|
+
'fabric.editor.configPanel.dateRange.custom.to': '끝',
|
|
348
|
+
'fabric.editor.configPanel.dateRange.grouping.collapse': '축소',
|
|
349
|
+
'fabric.editor.configPanel.dateRange.grouping.expand': '확장',
|
|
350
|
+
'fabric.editor.configPanel.dateRange.option.custom': '사용자 지정',
|
|
351
|
+
'fabric.editor.configPanel.documentation': '설명서',
|
|
352
|
+
'fabric.editor.configPanel.errorBoundary.note': '팀에 알렸습니다. 이 페이지를 계속 편집 및 게시할 수 있으며 자세한 내용은 오류 콘솔을 확인하세요.',
|
|
353
|
+
'fabric.editor.configPanel.errorBoundary.title': '문제가 발생했습니다.',
|
|
354
|
+
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'isMultiple과 스타일을 결합할 수 없음: 라디오',
|
|
355
|
+
'fabric.editor.configPanel.formType.addField': '필드 추가',
|
|
356
|
+
'fabric.editor.configPanel.formType.removeField': '필드 제거',
|
|
357
|
+
'fabric.editor.configPanel.help': '도움이 필요하십니까?',
|
|
358
|
+
'fabric.editor.configPanel.invalid': '유효하지 않은 필드',
|
|
359
|
+
'fabric.editor.configPanel.required': '필수 필드',
|
|
360
|
+
'fabric.editor.configPanel.submit': '제출',
|
|
361
|
+
'fabric.editor.contextPanel.panelLabel': '컨텍스트 패널',
|
|
362
|
+
'fabric.editor.copiedToClipboard': '복사되었습니다!',
|
|
363
|
+
'fabric.editor.copyToClipboard': '복사',
|
|
364
|
+
'fabric.editor.cornerControl': '표 강조',
|
|
365
|
+
'fabric.editor.createComment': '댓글',
|
|
366
|
+
'fabric.editor.createCommentDisabled': '텍스트, 제목, 이모지, 날짜, 멘션, 링크 및 상태에만 댓글을 추가할 수 있습니다.',
|
|
367
|
+
'fabric.editor.createCommentInvalid': '텍스트 및 제목에만 댓글을 작성할 수 있습니다',
|
|
368
|
+
'fabric.editor.customPanel': '사용자 지정 패널',
|
|
369
|
+
'fabric.editor.customPanel.description': '이모지 및 색상 배경이 있는 메모 추가',
|
|
370
|
+
'fabric.editor.datasource.assetsObjects.description': '검색 및 필터링을 통해 Jira Service Management에서 자산의 개체 삽입',
|
|
371
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': '자산',
|
|
372
|
+
'fabric.editor.datasource.confluenceSearch': 'Confluence 목록 삽입',
|
|
373
|
+
'fabric.editor.datasource.confluenceSearch.description': '향상된 검색, 필터링 및 구성을 통해 Confluence의 검색 결과 목록을 삽입합니다.',
|
|
374
|
+
'fabric.editor.datasource.jiraIssue': 'Jira 이슈',
|
|
375
|
+
'fabric.editor.datasource.jiraIssue.description': '향상된 검색, 필터링 및 구성을 통해 Jira Cloud의 Jira 이슈 삽입',
|
|
376
|
+
'fabric.editor.datasource.jiraIssue.description.issue-term-refresh': '향상된 검색, 필터링 및 구성을 통해 Jira Cloud의 Jira 업무 항목을 삽입합니다.',
|
|
377
|
+
'fabric.editor.datasource.jiraIssue.issue-term-refresh': 'Jira 업무 항목',
|
|
378
|
+
'fabric.editor.datasourceAppearanceTitle': '목록',
|
|
379
|
+
'fabric.editor.datasourceTitle': '검색 쿼리 편집',
|
|
380
|
+
'fabric.editor.date': '날짜',
|
|
381
|
+
'fabric.editor.date.description': '캘린더로 날짜 추가',
|
|
382
|
+
'fabric.editor.datePickerOpenedAlert': '날짜 편집기 팝업이 열렸습니다. Tab 키를 눌러 팝업에 액세스하세요',
|
|
383
|
+
'fabric.editor.decision': '결정',
|
|
384
|
+
'fabric.editor.decision.description': '결정을 추적하기 쉽도록 캡처',
|
|
385
|
+
'fabric.editor.decisionPlaceholder': '결정 추가...',
|
|
386
|
+
'fabric.editor.decreaseElementSize': '요소 크기 줄이기',
|
|
387
|
+
'fabric.editor.decreaseSize': '표 또는 미디어 크기 줄이기',
|
|
388
|
+
'fabric.editor.defaultAltText': '문서',
|
|
389
|
+
'fabric.editor.delete': '삭제',
|
|
390
|
+
'fabric.editor.description': '설명',
|
|
391
|
+
'fabric.editor.displayBlock': '카드 표시',
|
|
392
|
+
'fabric.editor.displayEmbed': '포함으로 표시',
|
|
393
|
+
'fabric.editor.displayInline': '인라인으로 표시',
|
|
394
|
+
'fabric.editor.displayLink': '텍스트로 표시',
|
|
395
|
+
'fabric.editor.displayOptionUnavailableInParentNode': '이 표시 옵션은 {node} 내에서 사용할 수 없습니다',
|
|
396
|
+
'fabric.editor.displayText': '표시할 텍스트',
|
|
397
|
+
'fabric.editor.distributeColumns': '열 균등 맞춤',
|
|
398
|
+
'fabric.editor.dragHandleZone': '핸들을 끌기 영역 활성화',
|
|
399
|
+
'fabric.editor.dropPlaceholderLabel': '문서',
|
|
400
|
+
'fabric.editor.ecombedDescription': '링크의 대화형 미리 보기 표시',
|
|
401
|
+
'fabric.editor.edit': '편집',
|
|
402
|
+
'fabric.editor.edit.datasource': '검색 쿼리 편집',
|
|
403
|
+
'fabric.editor.edit.searchInput': '링크 추가',
|
|
404
|
+
'fabric.editor.editAccessTitle': '편집 액세스 권한이 필요합니다',
|
|
405
|
+
'fabric.editor.editAltText': '대체 텍스트 편집',
|
|
406
|
+
'fabric.editor.editDatasourceStandalone': '편집',
|
|
407
|
+
'fabric.editor.editDatasourceStandaloneTooltip': '검색 쿼리 편집',
|
|
408
|
+
'fabric.editor.editDateText': '날짜 편집',
|
|
409
|
+
'fabric.editor.editDropdownEditDatasourceTitle': '검색 쿼리 편집',
|
|
410
|
+
'fabric.editor.editDropdownEditLinkTitle': '링크 편집',
|
|
411
|
+
'fabric.editor.editDropdownExpandIconLabel': '드롭다운 메뉴 펼치기',
|
|
412
|
+
'fabric.editor.editDropdownTriggerTitle': '편집',
|
|
413
|
+
'fabric.editor.editLink': '링크 편집',
|
|
414
|
+
'fabric.editor.editMode.inviteToEditButton.title': '편집하도록 초대',
|
|
415
|
+
'fabric.editor.editStatusColor': '상태 색상 편집',
|
|
416
|
+
'fabric.editor.editStatusText': '상태 편집',
|
|
417
|
+
'fabric.editor.editableContentLabel': '편집 가능한 콘텐츠',
|
|
418
|
+
'fabric.editor.editorHelp': '편집기 도움말',
|
|
419
|
+
'fabric.editor.editors': '편집기',
|
|
420
|
+
'fabric.editor.elementBrowser.help': '도움말',
|
|
421
|
+
'fabric.editor.elementInsertSidePanel.title': '삽입',
|
|
422
|
+
'fabric.editor.elementbrowser.categorylist.category-admin': '관리',
|
|
423
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
424
|
+
'fabric.editor.elementbrowser.categorylist.category-all': '전체',
|
|
425
|
+
'fabric.editor.elementbrowser.categorylist.category-communication': '커뮤니케이션',
|
|
426
|
+
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence 콘텐츠',
|
|
427
|
+
'fabric.editor.elementbrowser.categorylist.category-development': '개발',
|
|
428
|
+
'fabric.editor.elementbrowser.categorylist.category-external-content': '외부 콘텐츠',
|
|
429
|
+
'fabric.editor.elementbrowser.categorylist.category-formatting': '서식',
|
|
430
|
+
'fabric.editor.elementbrowser.categorylist.category-media': '미디어',
|
|
431
|
+
'fabric.editor.elementbrowser.categorylist.category-navigation': '탐색',
|
|
432
|
+
'fabric.editor.elementbrowser.categorylist.category-reporting': '보고',
|
|
433
|
+
'fabric.editor.elementbrowser.categorylist.category-visuals': '시각 및 이미지',
|
|
434
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': '화이트보드를 사용하여 페이지에 시각적 개체를 추가합니다',
|
|
435
|
+
'fabric.editor.elementbrowser.search.empty-state.heading': '일치하는 검색 결과 없음',
|
|
436
|
+
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '다른 용어로 검색하거나 Atlassian 제품의 새로운 앱을 찾아보세요.',
|
|
437
|
+
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace 둘러보기',
|
|
438
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.default': '{count, plural, =0 {일치하는 검색 결과가 없습니다.} other {기본적으로 {count}개의 제안을 사용할 수 있습니다.}}',
|
|
439
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {일치하는 검색 결과가 없습니다.} other {입력한 텍스트에 대해 {count}개의 제안을 사용할 수 있습니다.}}',
|
|
440
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': '입력',
|
|
441
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': '검색',
|
|
442
|
+
'fabric.editor.elementbrowser.sidebar.heading': '찾아보기',
|
|
443
|
+
'fabric.editor.embedTitle': '포함',
|
|
444
|
+
'fabric.editor.embedToBlockCardWarning': '작은 화면에 카드로 표시',
|
|
445
|
+
'fabric.editor.emoji': '이모지',
|
|
446
|
+
'fabric.editor.emoji.description': '이모지를 사용하여 아이디어 🎉 및 감정 😄 표현',
|
|
447
|
+
'fabric.editor.emptyLink': '링크를 입력하세요.',
|
|
448
|
+
'fabric.editor.emptySearchResults': '결과를 찾을 수 없습니다.',
|
|
449
|
+
'fabric.editor.emptySearchResultsSuggestion': '삽입 항목을 찾아보려면 {buttonName}을(를) 선택하세요.',
|
|
450
|
+
'fabric.editor.epic': '에픽',
|
|
451
|
+
'fabric.editor.error': '오류',
|
|
452
|
+
'fabric.editor.errorPanel': '오류 패널',
|
|
453
|
+
'fabric.editor.errorPanel.description': '색상 있는 패널에서 오류 호출',
|
|
454
|
+
'fabric.editor.expand': '펼치기',
|
|
455
|
+
'fabric.editor.expand.description': '확대 삽입',
|
|
456
|
+
'fabric.editor.expandAriaLabel': '이 확장에 제목 지정',
|
|
457
|
+
'fabric.editor.expandDefaultTitle': '여기를 클릭하여 펼치기...',
|
|
458
|
+
'fabric.editor.expandNode': '콘텐츠 펼치기',
|
|
459
|
+
'fabric.editor.expandPlaceholder': '이 펼치기에 제목 지정...',
|
|
460
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '{nodeName}을(를) 삭제하면 연결된 모든 것이 작동 중지됩니다.',
|
|
461
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '삭제',
|
|
462
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '삭제',
|
|
463
|
+
'fabric.editor.extension.deleteElementTitle': '요소 삭제',
|
|
464
|
+
'fabric.editor.extension.sourceNoTitledName': '이 요소',
|
|
465
|
+
'fabric.editor.extensions.config-panel.save-indicator': '모든 변경 사항은 항상 자동으로 저장됩니다',
|
|
466
|
+
'fabric.editor.externalExtensionsHeading': '앱',
|
|
467
|
+
'fabric.editor.externalMediaFile': '외부 미디어 파일',
|
|
468
|
+
'fabric.editor.failed_to_upload': '업로드 실패',
|
|
469
|
+
'fabric.editor.feedbackDialog': '피드백 보내기',
|
|
470
|
+
'fabric.editor.feedbackDialog.description': 'Cloud 편집기 사용 경험에 대한 의견을 보내주세요',
|
|
471
|
+
'fabric.editor.find': '찾기',
|
|
472
|
+
'fabric.editor.findNext': '다음 찾기',
|
|
473
|
+
'fabric.editor.findPrevious': '이전 찾기',
|
|
474
|
+
'fabric.editor.findReplaceToolbarButton': '찾기 및 바꾸기',
|
|
475
|
+
'fabric.editor.fiveColumns': '열 5개 레이아웃',
|
|
476
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': '취소',
|
|
477
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '연결된 요소도 삭제',
|
|
478
|
+
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} other {{name}(+연결된 요소 {amount,number}개)}}',
|
|
479
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': '계속하시겠습니까?',
|
|
480
|
+
'fabric.editor.floatingToolbar.confirmModalOK': '확인',
|
|
481
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': '플로팅 도구 모음 컨트롤이 열렸습니다',
|
|
482
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': '플로팅 도구 모음',
|
|
483
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': '레이아웃 옵션',
|
|
484
|
+
'fabric.editor.floatingToolbar.scrollLeft': '왼쪽으로 스크롤',
|
|
485
|
+
'fabric.editor.floatingToolbar.scrollRight': '오른쪽으로 스크롤',
|
|
486
|
+
'fabric.editor.focusTableResizeHandle': '표 크기 조정 핸들에 포커스',
|
|
487
|
+
'fabric.editor.fourColumns': '열 4개 레이아웃',
|
|
488
|
+
'fabric.editor.headerColumn': '헤더 열',
|
|
489
|
+
'fabric.editor.headerRow': '헤더 행',
|
|
490
|
+
'fabric.editor.heading1': '머릿글 1',
|
|
491
|
+
'fabric.editor.heading1Description': '상위 레벨 제목에 사용',
|
|
492
|
+
'fabric.editor.heading2': '머릿글 2',
|
|
493
|
+
'fabric.editor.heading2Description': '핵심 섹션에 사용',
|
|
494
|
+
'fabric.editor.heading3': '머릿글 3',
|
|
495
|
+
'fabric.editor.heading3Description': '하위 섹션 및 그룹 머릿글에 사용',
|
|
496
|
+
'fabric.editor.heading4': '머릿글 4',
|
|
497
|
+
'fabric.editor.heading4Description': '후속 머릿글에 이것을 사용합니다.',
|
|
498
|
+
'fabric.editor.heading5': '머릿글 5',
|
|
499
|
+
'fabric.editor.heading5Description': '목록 항목의 그룹화에 사용',
|
|
500
|
+
'fabric.editor.heading6': '머릿글 6',
|
|
501
|
+
'fabric.editor.heading6Description': '하위 레벨 제목에 사용',
|
|
502
|
+
'fabric.editor.headingLink.ascOrderLabel': '내림차순으로 열 정렬',
|
|
503
|
+
'fabric.editor.headingLink.descOrderLabel': '정렬 지우기',
|
|
504
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': '블로그',
|
|
505
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': '버그',
|
|
506
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': '이슈',
|
|
507
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel.issue-term-refresh': '업무 항목',
|
|
508
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': '페이지',
|
|
509
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': '스토리',
|
|
510
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': '작업',
|
|
511
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ 병합된 셀이 있는 표를 정렬할 수 없습니다',
|
|
512
|
+
'fabric.editor.headingLink.noOrderLabel': '오름차순으로 열 정렬',
|
|
513
|
+
'fabric.editor.help': '도움말',
|
|
514
|
+
'fabric.editor.help.description': '모든 키보드 바로 가기 키 및 마크다운 옵션 찾아보기',
|
|
515
|
+
'fabric.editor.helpDialogTips': '언제든 {keyMap}을(를) 눌러 이 대화상자를 빠르게 시작합니다',
|
|
516
|
+
'fabric.editor.highlight': '강조 색상',
|
|
517
|
+
'fabric.editor.highlightColor': '하이라이트 색상 팔레트 토글',
|
|
518
|
+
'fabric.editor.highlightFloatingToolbar': '강조 표시',
|
|
519
|
+
'fabric.editor.horizontalRule': '구분선',
|
|
520
|
+
'fabric.editor.horizontalRule.description': '가로선으로 콘텐츠 구분',
|
|
521
|
+
'fabric.editor.hyperlink.linkVisibleLabel': '링크 붙여넣기 또는 검색',
|
|
522
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': '필드에 입력할 때 제안 사항이 아래에 표시됩니다',
|
|
523
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {결과를 찾을 수 없습니다} other {{count,number}개의 결과를 찾았습니다}}',
|
|
524
|
+
'fabric.editor.hyperlink.textVisibleLabel': '표시 텍스트(선택 사항)',
|
|
525
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': '링크 붙여넣기 또는 검색',
|
|
526
|
+
'fabric.editor.image': '이미지',
|
|
527
|
+
'fabric.editor.image.fullWidthLabel': '전체 너비',
|
|
528
|
+
'fabric.editor.imageBorderBold': '굵게',
|
|
529
|
+
'fabric.editor.imageBorderColor': '색',
|
|
530
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': '이미지 테두리 옵션 색상 드롭다운',
|
|
531
|
+
'fabric.editor.imageBorderMedium': '보통',
|
|
532
|
+
'fabric.editor.imageBorderOptions': '테두리 옵션',
|
|
533
|
+
'fabric.editor.imageBorderSize': '크기',
|
|
534
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': '이미지 테두리 옵션 크기 드롭다운',
|
|
535
|
+
'fabric.editor.imageBorderSubtle': '가늘게',
|
|
536
|
+
'fabric.editor.improvement': '개선',
|
|
537
|
+
'fabric.editor.increaseElementSize': '요소 크기 늘리기',
|
|
538
|
+
'fabric.editor.increaseSize': '표 또는 미디어 크기 늘리기',
|
|
539
|
+
'fabric.editor.indent': '들여쓰기',
|
|
540
|
+
'fabric.editor.info': '정보',
|
|
541
|
+
'fabric.editor.infoPanel': '정보 패널',
|
|
542
|
+
'fabric.editor.infoPanel.description': '색상 있는 패널에서 정보 강조 표시',
|
|
543
|
+
'fabric.editor.inlineConfigureLink': '링크 구성',
|
|
544
|
+
'fabric.editor.inlineDescription': '링크를 인라인 텍스트로 표시',
|
|
545
|
+
'fabric.editor.inlineGoToLink': '링크로 이동',
|
|
546
|
+
'fabric.editor.inlineOverlay': '구성',
|
|
547
|
+
'fabric.editor.inlineTitle': '인라인',
|
|
548
|
+
'fabric.editor.inputQueryAssistiveTxt': '자동 완성 결과를 사용할 수 있으면 위 화살표와 아래 화살표를 사용하여 검토하고 Enter 키를 눌러 선택합니다. 터치 기기 사용자는 터치 또는 스와이프 동작으로 탐색하세요.',
|
|
549
|
+
'fabric.editor.insertColumn': '오른쪽에 열 삽입',
|
|
550
|
+
'fabric.editor.insertColumnDrag': '열 삽입',
|
|
551
|
+
'fabric.editor.insertMenu': '요소 삽입',
|
|
552
|
+
'fabric.editor.insertRightRail.close': '닫기',
|
|
553
|
+
'fabric.editor.insertRightRail.title': '삽입',
|
|
554
|
+
'fabric.editor.insertRow': '아래에 행 삽입',
|
|
555
|
+
'fabric.editor.insertRowDrag': '행 삽입',
|
|
556
|
+
'fabric.editor.insertTableColumn': '표 열 삽입',
|
|
557
|
+
'fabric.editor.insertTableRow': '표 행 삽입',
|
|
558
|
+
'fabric.editor.invalidDateError': '올바른 날짜를 입력하세요',
|
|
559
|
+
'fabric.editor.invalidLink': '유효한 링크를 입력하세요.',
|
|
560
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {팀원을 {productName}에 초대} trusted {팀원을 {productName}에 초대} other {팀원을 {productName}에 추가}}',
|
|
561
|
+
'fabric.editor.italic': '기울임꼴',
|
|
562
|
+
'fabric.editor.keyboardShortcuts': '키보드 단축키',
|
|
563
|
+
'fabric.editor.layout.columnOption': '{count, plural, other {열 {count}개}}',
|
|
564
|
+
'fabric.editor.layout.controls.placeholder': '/를 입력하여 삽입',
|
|
565
|
+
'fabric.editor.layout.placeholder': '콘텐츠 추가',
|
|
566
|
+
'fabric.editor.layout.resizeLayout': '레이아웃 크기 조정',
|
|
567
|
+
'fabric.editor.layoutFixedWidth': '원래 너비로',
|
|
568
|
+
'fabric.editor.layoutFullWidth': '전체 너비로 표시',
|
|
569
|
+
'fabric.editor.layoutStateFixedWidth': '가운데로 지정됨',
|
|
570
|
+
'fabric.editor.layoutStateFullWidth': '전체 너비',
|
|
571
|
+
'fabric.editor.layoutStateWide': '넓게',
|
|
572
|
+
'fabric.editor.layoutWide': '넓게 표시',
|
|
573
|
+
'fabric.editor.leftSidebar': '왼쪽 사이드바 레이아웃',
|
|
574
|
+
'fabric.editor.link': '링크',
|
|
575
|
+
'fabric.editor.link.description': '링크 삽입',
|
|
576
|
+
'fabric.editor.linkAddress': '링크 주소',
|
|
577
|
+
'fabric.editor.linkPlaceholder': '링크 붙여넣기',
|
|
578
|
+
'fabric.editor.lists': '목록',
|
|
579
|
+
'fabric.editor.listsFormat': '목록 서식',
|
|
580
|
+
'fabric.editor.lockColumns': '고정된 열 너비',
|
|
581
|
+
'fabric.editor.longEmptyNodePlaceholderText': '요소를 삽입하려면 /를 입력하세요',
|
|
582
|
+
'fabric.editor.markdown': 'Markdown',
|
|
583
|
+
'fabric.editor.matchCase': '대/소문자 구분',
|
|
584
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, other {미디어 너비를 {newMediaWidth,number}픽셀로 줄였습니다.}}',
|
|
585
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, other {미디어 너비를 {newMediaWidth,number}픽셀로 늘렸습니다.}}',
|
|
586
|
+
'fabric.editor.media.MediaWidthIsMin': '미디어를 최소 크기로 줄였습니다',
|
|
587
|
+
'fabric.editor.media.insert.cancel': '취소',
|
|
588
|
+
'fabric.editor.media.insert.fileTabTitle': '파일',
|
|
589
|
+
'fabric.editor.media.insert.fromUrlErrorMessage': '죄송합니다. 이 이미지 링크를 추가할 수 없습니다. 이미지를 다운로드한 후 페이지로 끌어 놓으세요.',
|
|
590
|
+
'fabric.editor.media.insert.fromUrlWarning': '소스 제한으로 인해 다른 사용자에게 이 이미지가 표시되지 않을 수 있습니다. 대신 파일 업로드를 고려하세요.',
|
|
591
|
+
'fabric.editor.media.insert.insert': '삽입',
|
|
592
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': '잘못된 링크',
|
|
593
|
+
'fabric.editor.media.insert.linkTabTitle': '링크',
|
|
594
|
+
'fabric.editor.media.insert.loadPreview': '미리 보기 로드',
|
|
595
|
+
'fabric.editor.media.insert.localFileErrorMessage': '이 파일은 업로드할 수 없습니다.',
|
|
596
|
+
'fabric.editor.media.insert.localFileNetworkErrorMessage': '파일 업로드 오류입니다. 파일 경로 또는 네트워크를 확인하세요.',
|
|
597
|
+
'fabric.editor.media.insert.mediaAlt': '업로드된 이미지 또는 동영상 파일 미리 보기',
|
|
598
|
+
'fabric.editor.media.insert.mediaPickerPopupAriaLabel': '미디어 선택기',
|
|
599
|
+
'fabric.editor.media.insert.pasteLinkToUpload': '업로드할 링크 붙여넣기',
|
|
600
|
+
'fabric.editor.media.insert.upload': '업로드',
|
|
601
|
+
'fabric.editor.media.pixelEntry.MediaWidthIsMax': '미디어를 최대 크기로 늘렸습니다',
|
|
602
|
+
'fabric.editor.media.pixelEntry.ResizeOption': '크기 조정',
|
|
603
|
+
'fabric.editor.media.pixelEntry.closePixelEntry': '닫기',
|
|
604
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': '높이 입력',
|
|
605
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': '높이',
|
|
606
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '최대 너비 {maxWidth}픽셀',
|
|
607
|
+
'fabric.editor.media.pixelEntry.inputWidthLabel': '너비',
|
|
608
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': '최대 너비 {maxWidth}픽셀',
|
|
609
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': '픽셀로 변환',
|
|
610
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': '비율에서 고정 픽셀 크기로 마이그레이션',
|
|
611
|
+
'fabric.editor.media.pixelEntry.submitButtonText': '제출',
|
|
612
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': '너비 검증 실패',
|
|
613
|
+
'fabric.editor.mediaAddLink': '링크 추가',
|
|
614
|
+
'fabric.editor.mediaFiles': '이미지, 동영상 또는 파일',
|
|
615
|
+
'fabric.editor.mediaFiles.description': '페이지에 이미지 및 기타 파일 추가',
|
|
616
|
+
'fabric.editor.mediaGroupDeleteLabel': '삭제',
|
|
617
|
+
'fabric.editor.media_change_mediainline_caption_warn': '인라인(캡션이 제거됨)',
|
|
618
|
+
'fabric.editor.media_change_mediainline_default': '인라인',
|
|
619
|
+
'fabric.editor.media_change_mediasingle': '원래 크기',
|
|
620
|
+
'fabric.editor.mention': '멘션',
|
|
621
|
+
'fabric.editor.mention.description': '다른 사람을 멘션하여 알림 보내기',
|
|
622
|
+
'fabric.editor.mentionNode.label': '태그된 사용자',
|
|
623
|
+
'fabric.editor.mentionsAddLabel': '아이콘 추가',
|
|
624
|
+
'fabric.editor.mentionsIconLabel': '멘션',
|
|
625
|
+
'fabric.editor.mergeCells': '셀 병합',
|
|
626
|
+
'fabric.editor.moreFormatting': '형식 더 보기',
|
|
627
|
+
'fabric.editor.moveColumnLeft': '{0, plural, other {열을 왼쪽으로 이동}}',
|
|
628
|
+
'fabric.editor.moveColumnRight': '{0, plural, other {열을 오른쪽으로 이동}}',
|
|
629
|
+
'fabric.editor.moveDownDown': '{0, plural, other {행을 아래로 이동}}',
|
|
630
|
+
'fabric.editor.moveRowUp': '{0, plural, other {행을 위로 이동}}',
|
|
631
|
+
'fabric.editor.navigate.toolbar.askAI': 'AI에게 질문하기',
|
|
632
|
+
'fabric.editor.navigate.toolbar.editor': '편집기 도구 모음으로 이동',
|
|
633
|
+
'fabric.editor.navigate.toolbar.floating': '플로팅 도구 모음으로 이동',
|
|
634
|
+
'fabric.editor.noPermissionToAddComment': '{contentType, select, blogpost {이 블로그 게시물에 댓글을 추가할 권한이 없습니다} page {이 페이지에 댓글을 추가할 권한이 없습니다} other {이 페이지에 댓글을 추가할 권한이 없습니다}}',
|
|
635
|
+
'fabric.editor.noResultsFound': '결과 없음',
|
|
636
|
+
'fabric.editor.noSearchResults': '검색 결과 없음',
|
|
637
|
+
'fabric.editor.normal': '일반 텍스트',
|
|
638
|
+
'fabric.editor.note': '메모',
|
|
639
|
+
'fabric.editor.notePanel': '노트 패널',
|
|
640
|
+
'fabric.editor.notePanel.description': '색상 있는 패널에 메모 추가',
|
|
641
|
+
'fabric.editor.numberedColumn': '번호 매기기 열',
|
|
642
|
+
'fabric.editor.off': '{formattingType} 꺼짐',
|
|
643
|
+
'fabric.editor.on': '{formattingType} 켜짐',
|
|
644
|
+
'fabric.editor.openButtonTitle': '미해결',
|
|
645
|
+
'fabric.editor.openCellOptions': '셀 옵션 열기',
|
|
646
|
+
'fabric.editor.openLink': '새 탭에서 링크 열기',
|
|
647
|
+
'fabric.editor.openPreviewPanel': '미리 보기 패널 열기',
|
|
648
|
+
'fabric.editor.orderedList': '번호 목록',
|
|
649
|
+
'fabric.editor.orderedList.description': '순서가 지정된 목록 만들기',
|
|
650
|
+
'fabric.editor.other': '기타...',
|
|
651
|
+
'fabric.editor.outdent': '내어쓰기',
|
|
652
|
+
'fabric.editor.overflowMenuViewMore': '더 보기',
|
|
653
|
+
'fabric.editor.pageActionsLabel': '페이지 작업',
|
|
654
|
+
'fabric.editor.panel': '패널',
|
|
655
|
+
'fabric.editor.panel.backgroundColor': '배경색',
|
|
656
|
+
'fabric.editor.panel.custom': '사용자 지정',
|
|
657
|
+
'fabric.editor.panel.emoji': '이모지 추가',
|
|
658
|
+
'fabric.editor.panel.panelsGroup': '패널 유형',
|
|
659
|
+
'fabric.editor.panelButtonTitle': '패널',
|
|
660
|
+
'fabric.editor.pasteOptions': '붙여넣기 옵션',
|
|
661
|
+
'fabric.editor.pastePlainText': '일반 텍스트 붙여넣기',
|
|
662
|
+
'fabric.editor.placeholderAltText': '대체 텍스트로 이미지 설명하기',
|
|
663
|
+
'fabric.editor.placeholderText': '자리 표시자 텍스트',
|
|
664
|
+
'fabric.editor.placeholderText.description': '페이지에 텍스트 자리 표시자 삽입',
|
|
665
|
+
'fabric.editor.placeholderTextPlaceholder': '자리 표시자 텍스트 추가',
|
|
666
|
+
'fabric.editor.plainText': '일반 텍스트 사용',
|
|
667
|
+
'fabric.editor.preferencesLink': '링크 기본 설정',
|
|
668
|
+
'fabric.editor.previewButtonTitle': '미리 보기',
|
|
669
|
+
'fabric.editor.quickInsert': '빠른 삽입',
|
|
670
|
+
'fabric.editor.recordLoomShortTitle': '기록',
|
|
671
|
+
'fabric.editor.recordVideo': 'Loom 동영상 녹화',
|
|
672
|
+
'fabric.editor.recordVideo.description': '화면 및 생각을 녹화하고 공유하세요',
|
|
673
|
+
'fabric.editor.redo': '다시 실행',
|
|
674
|
+
'fabric.editor.remove': '제거',
|
|
675
|
+
'fabric.editor.removeColumns': '{0, plural, other {열 삭제}}',
|
|
676
|
+
'fabric.editor.removeEmoji': '이모지 제거',
|
|
677
|
+
'fabric.editor.removeImageBorder': '테두리 제거',
|
|
678
|
+
'fabric.editor.removeRows': '{0, plural, other {행 삭제}}',
|
|
679
|
+
'fabric.editor.replace': '바꾸기',
|
|
680
|
+
'fabric.editor.replaceAll': '모두 바꾸기',
|
|
681
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, other {{numberOfMatches,number}개의 일치 항목을 바꿨습니다}}',
|
|
682
|
+
'fabric.editor.replaceWith': '다음으로 바꾸기',
|
|
683
|
+
'fabric.editor.requestToEdit': '편집 요청',
|
|
684
|
+
'fabric.editor.requestToEditDescription': '액세스 권한을 요청하면 페이지 소유자가 알림을 받습니다.',
|
|
685
|
+
'fabric.editor.requestToEditDismiss': '취소',
|
|
686
|
+
'fabric.editor.resizeHandle': '크기 조정 핸들',
|
|
687
|
+
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
688
|
+
'fabric.editor.richText': '서식 텍스트 사용',
|
|
689
|
+
'fabric.editor.rightSidebar': '오른쪽 사이드바 레이아웃',
|
|
690
|
+
'fabric.editor.rowControl': '열 강조 표시',
|
|
691
|
+
'fabric.editor.rowDragHandle': '행 옵션',
|
|
692
|
+
'fabric.editor.rowMovedDown': '행이 {index}/{total}열로 아래로 이동',
|
|
693
|
+
'fabric.editor.rowMovedUp': '행이 {index}/{total}행으로 위로 이동',
|
|
694
|
+
'fabric.editor.rowSelected': '{index}/{total}행 선택',
|
|
695
|
+
'fabric.editor.rowsAreInserted': '{count, plural, other {{count}개의 행을 삽입함}}',
|
|
696
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, other {{count}개의 행을 제거함}}',
|
|
697
|
+
'fabric.editor.saveButton': '저장',
|
|
698
|
+
'fabric.editor.searchResults': '{itemsLength, plural, other {{itemsLength,number}개의 검색 결과를 사용할 수 있습니다. 옵션 간에 이동하려면 위쪽 및 아래쪽 화살표 키를 사용하세요. 옵션을 선택하려면 Enter 키를 누르세요.}}',
|
|
699
|
+
'fabric.editor.selectColumnResize': '열 크기 조정 선택',
|
|
700
|
+
'fabric.editor.selectLanguage': '언어 선택',
|
|
701
|
+
'fabric.editor.selectTableColumn': '표 열 선택',
|
|
702
|
+
'fabric.editor.selectTableRow': '표 행 선택',
|
|
703
|
+
'fabric.editor.selectionExtensionDropdownButtonLabel': '앱 선택',
|
|
704
|
+
'fabric.editor.selectionToolbarOverflowMenuTooltip': '추가 옵션',
|
|
705
|
+
'fabric.editor.settingsLinks': '링크 기본 설정으로 이동',
|
|
706
|
+
'fabric.editor.shortEmptyNodePlaceholderText': '/를 입력하여 삽입',
|
|
707
|
+
'fabric.editor.shortcut': '텍스트 바로 가기',
|
|
708
|
+
'fabric.editor.single': '단일 열 레이아웃',
|
|
709
|
+
'fabric.editor.singleColumns': '열 1개 레이아웃',
|
|
710
|
+
'fabric.editor.sortColumnASC': '열 정렬: 오름차순',
|
|
711
|
+
'fabric.editor.sortColumnDESC': '열 정렬: 내림차순',
|
|
712
|
+
'fabric.editor.sortColumnDecreasing': '내림차순으로 정렬',
|
|
713
|
+
'fabric.editor.sortColumnIncreasing': '오름차순으로 정렬',
|
|
714
|
+
'fabric.editor.splitCell': '셀 나누기',
|
|
715
|
+
'fabric.editor.status': '상태',
|
|
716
|
+
'fabric.editor.status.description': '사용자 정의 상태 레이블 추가',
|
|
717
|
+
'fabric.editor.statusEditorLabel': '상태 편집기',
|
|
718
|
+
'fabric.editor.statusPickerOpenedAlert': '상태 편집기 팝업이 열렸습니다. Tab 키를 눌러 팝업에 액세스하세요',
|
|
719
|
+
'fabric.editor.statusPlaceholder': '상태 설정',
|
|
720
|
+
'fabric.editor.story': '스토리',
|
|
721
|
+
'fabric.editor.strike': '취소선',
|
|
722
|
+
'fabric.editor.subTask': '하위 작업',
|
|
723
|
+
'fabric.editor.subscript': '밑첨자',
|
|
724
|
+
'fabric.editor.subscript.off.superscript.on': '아래 첨자 꺼짐, 위 첨자 켜짐',
|
|
725
|
+
'fabric.editor.success': '성공',
|
|
726
|
+
'fabric.editor.successPanel': '성공 패널',
|
|
727
|
+
'fabric.editor.successPanel.description': '색상 있는 패널에 팁 추가',
|
|
728
|
+
'fabric.editor.superscript': '위첨자',
|
|
729
|
+
'fabric.editor.superscript.off.subscript.on': '위 첨자 꺼짐, 아래 첨자 켜짐',
|
|
730
|
+
'fabric.editor.supportAltText': '대체 텍스트는 시각적 제약으로 인해 화면 읽기 프로그램을 사용하는 사람에게 유용합니다.',
|
|
731
|
+
'fabric.editor.table': '표',
|
|
732
|
+
'fabric.editor.table.description': '표 삽입',
|
|
733
|
+
'fabric.editor.tableAlignmentOptions': '정렬 옵션',
|
|
734
|
+
'fabric.editor.tableFullWidthLabel': '전체 너비',
|
|
735
|
+
'fabric.editor.tableHeader.sorting.asc': '오름차순 정렬 적용',
|
|
736
|
+
'fabric.editor.tableHeader.sorting.default': '열 정렬',
|
|
737
|
+
'fabric.editor.tableHeader.sorting.desc': '내림차순 정렬 적용',
|
|
738
|
+
'fabric.editor.tableHeader.sorting.invalid': '병합된 셀이 있는 표를 정렬할 수 없습니다',
|
|
739
|
+
'fabric.editor.tableHeader.sorting.no': '열에 적용한 정렬이 없습니다',
|
|
740
|
+
'fabric.editor.tableOptions': '표 선택 사항',
|
|
741
|
+
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {표 너비를 {newWidth,number}픽셀로 줄였습니다.}}',
|
|
742
|
+
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {표 너비를 {newWidth,number}픽셀로 늘렸습니다.}}',
|
|
743
|
+
'fabric.editor.tableScrollRegion': '표 스크롤 영역',
|
|
744
|
+
'fabric.editor.tableSelector': '표 크기',
|
|
745
|
+
'fabric.editor.tableSelector.description': '팝업으로 표를 추가하여 사용자 지정 크기 선택',
|
|
746
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} x {numberOfRows}',
|
|
747
|
+
'fabric.editor.tableSizeSelectorPopup': '표 크기 선택기',
|
|
748
|
+
'fabric.editor.tables.adjustColumn': '열 조정',
|
|
749
|
+
'fabric.editor.tables.columnResizeLast': '이 열의 크기는 왼쪽으로만 조정할 수 있습니다.',
|
|
750
|
+
'fabric.editor.tables.columnResizeOverflow': '표에 스크롤 막대가 있는 경우에만 이 열의 크기를 조정할 수 있습니다.',
|
|
751
|
+
'fabric.editor.tables.columnWidth': '{width, plural, other {열 너비를 {width}픽셀로 변경했습니다}}',
|
|
752
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName}을(를) 삭제하면 연결된 모든 것이 작동 중지됩니다.',
|
|
753
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '삭제',
|
|
754
|
+
'fabric.editor.tables.resizeStop': '크기 조정 중지됨',
|
|
755
|
+
'fabric.editor.tables.resizeTable': '표 크기 조정',
|
|
756
|
+
'fabric.editor.tables.startedColumnResize': '열 크기 조정 시작됨',
|
|
757
|
+
'fabric.editor.task': '작업',
|
|
758
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': '작업을 완료로 표시',
|
|
759
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': '작업을 완료되지 않음으로 표시',
|
|
760
|
+
'fabric.editor.taskList': '작업 목록',
|
|
761
|
+
'fabric.editor.taskPlaceholder': "작업을 입력하고 '@'를 사용하여 할당합니다.",
|
|
762
|
+
'fabric.editor.text.formatting.off': '텍스트 서식 꺼짐',
|
|
763
|
+
'fabric.editor.textColor': '{selectedColorName} 텍스트 색상',
|
|
764
|
+
'fabric.editor.textColorHighlightTooltip': '텍스트 및 강조 색상',
|
|
765
|
+
'fabric.editor.textColorTooltip': '텍스트 색상',
|
|
766
|
+
'fabric.editor.textFormat': '텍스트 서식',
|
|
767
|
+
'fabric.editor.textFormatting': '텍스트 서식',
|
|
768
|
+
'fabric.editor.textStyles': '{blockTypeName} 텍스트 스타일',
|
|
769
|
+
'fabric.editor.textStylesTooltip': '텍스트 스타일',
|
|
770
|
+
'fabric.editor.threeColumns': '열 3개 레이아웃',
|
|
771
|
+
'fabric.editor.threeColumnsWithLeftSidebars': '왼쪽 사이드바 레이아웃이 있는 열 3개',
|
|
772
|
+
'fabric.editor.threeColumnsWithRightSidebars': '오른쪽 사이드바 레이아웃이 있는 열 3개',
|
|
773
|
+
'fabric.editor.threeColumnsWithSidebars': '사이드바 레이아웃이 있는 열 3개',
|
|
774
|
+
'fabric.editor.time.ago': '전',
|
|
775
|
+
'fabric.editor.time.updated': '업데이트됨',
|
|
776
|
+
'fabric.editor.time.viewed': '확인함',
|
|
777
|
+
'fabric.editor.toolbarAppears': '도구 모음을 표시',
|
|
778
|
+
'fabric.editor.toolbarLabel': '편집기',
|
|
779
|
+
'fabric.editor.toolbarMediaTitle': '이미지, 동영상 또는 파일 추가',
|
|
780
|
+
'fabric.editor.toolbarPositionFixedAtTop': '상단에 고정됨',
|
|
781
|
+
'fabric.editor.toolbarPositionInline': '텍스트에 맞춤',
|
|
782
|
+
'fabric.editor.toolbarPositionPinedAtTop': '도구 모음 고정 해제',
|
|
783
|
+
'fabric.editor.toolbarPositionUnpined': '도구 모음을 상단에 고정',
|
|
784
|
+
'fabric.editor.toolbarPositionUnpinnedConcise': '도구 모음을 상단에 고정',
|
|
785
|
+
'fabric.editor.tooltip.blockPanel': '패널',
|
|
786
|
+
'fabric.editor.tooltip.bulletList': '목록',
|
|
787
|
+
'fabric.editor.tooltip.decisionList': '결정 목록',
|
|
788
|
+
'fabric.editor.tooltip.defaultBlockNode': '블록 노드',
|
|
789
|
+
'fabric.editor.tooltip.nestedExpand': '중첩된 확장',
|
|
790
|
+
'fabric.editor.tooltip.taskList': '작업 항목',
|
|
791
|
+
'fabric.editor.turnInto': '다음으로 전환',
|
|
792
|
+
'fabric.editor.twoColumns': '열 2개 레이아웃',
|
|
793
|
+
'fabric.editor.typeAhead.popupLabel': '자동 완성 결과',
|
|
794
|
+
'fabric.editor.typeAhead.quickInsertInputLabel': '입력을 시작하여 바로 가기 옵션을 검색하거나 필터링',
|
|
795
|
+
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': '검색',
|
|
796
|
+
'fabric.editor.typeAhead.quickInsertPopupLabel': '삽입 및 서식 지정을 위한 바로 가기',
|
|
797
|
+
'fabric.editor.typeAheadErrorFallbackDescription': '사용할 수 있는 결과가 없습니다. 다시 시도하세요.',
|
|
798
|
+
'fabric.editor.typeAheadErrorFallbackHeading': '문제가 발생했습니다',
|
|
799
|
+
'fabric.editor.typeahead.emojiInputLabel': '입력을 시작하여 이모지 옵션을 검색하거나 필터링',
|
|
800
|
+
'fabric.editor.typeahead.emojiListItemLabel': '이모지 {name} 텍스트 바로 가기 {shortcut}',
|
|
801
|
+
'fabric.editor.typeahead.emojiPopupLabel': '이모지 바로 가기',
|
|
802
|
+
'fabric.editor.typeahead.mentionInputLabel': '입력을 시작하여 태그할 사용자를 검색',
|
|
803
|
+
'fabric.editor.typeahead.mentionPopupLabel': '태그할 수 있는 사용자',
|
|
804
|
+
'fabric.editor.typeahead.metionListItemLabel': '사용자 {name} @{shortName}',
|
|
805
|
+
'fabric.editor.unableToLoadContent': '이 콘텐츠를 로드할 수 없습니다',
|
|
806
|
+
'fabric.editor.unableToOpenLink': '이 링크를 열 수 없습니다',
|
|
807
|
+
'fabric.editor.underline': '밑줄',
|
|
808
|
+
'fabric.editor.undo': '실행 취소',
|
|
809
|
+
'fabric.editor.unknown.label': '알 수 없음',
|
|
810
|
+
'fabric.editor.unlink': '링크 해제',
|
|
811
|
+
'fabric.editor.unorderedList': '글머리 기호 목록',
|
|
812
|
+
'fabric.editor.unorderedList.description': '순서가 지정되지 않은 목록 만들기',
|
|
813
|
+
'fabric.editor.unsupportedBlockContent': '이 편집기에서는 이 콘텐츠 표시를 지원하지 않습니다',
|
|
814
|
+
'fabric.editor.unsupportedContentTooltip': '콘텐츠는 이 편집기에서 사용할 수 없으며 편집 후 저장해도 그대로 보존됩니다',
|
|
815
|
+
'fabric.editor.unsupportedInlineContent': '지원되지 않는 콘텐츠',
|
|
816
|
+
'fabric.editor.upDown': '다음 입력 필드에 위쪽 및 아래쪽 화살표 키를 사용하면 아래에 날짜가 업데이트됩니다',
|
|
817
|
+
'fabric.editor.url': 'URL 표시',
|
|
818
|
+
'fabric.editor.urlDescription': '링크를 URL로 표시',
|
|
819
|
+
'fabric.editor.urlTitle': 'URL',
|
|
820
|
+
'fabric.editor.useMarkdown': 'Markdown 사용',
|
|
821
|
+
'fabric.editor.viewAndAddCommentsOnMedia': '댓글 확인 및 추가',
|
|
822
|
+
'fabric.editor.viewCommentOnMedia': '댓글 보기',
|
|
823
|
+
'fabric.editor.viewMore': '더 보기',
|
|
824
|
+
'fabric.editor.viewMoreAriaLabel': '모든 요소 보기',
|
|
825
|
+
'fabric.editor.visit': '새 창에서 링크 열기',
|
|
826
|
+
'fabric.editor.warning': '경고',
|
|
827
|
+
'fabric.editor.warningPanel': '경고 패널',
|
|
828
|
+
'fabric.editor.warningPanel.description': '색상 있는 패널에 주의 사항 메모 추가',
|
|
829
|
+
'fabric.editor.wrapLeft': '왼쪽에서 줄 바꿈',
|
|
830
|
+
'fabric.editor.wrapRight': '오른쪽에서 줄 바꿈',
|
|
831
|
+
'fabric.emoji.label': '이모지',
|
|
832
|
+
'fabric.theme.blue': '파란색',
|
|
833
|
+
'fabric.theme.bold-blue': '진한 파란색',
|
|
834
|
+
'fabric.theme.bold-gray': '진한 회색',
|
|
835
|
+
'fabric.theme.bold-green': '진한 녹색',
|
|
836
|
+
'fabric.theme.bold-magenta': '진한 자홍색',
|
|
837
|
+
'fabric.theme.bold-orange': '진한 주황색',
|
|
838
|
+
'fabric.theme.bold-purple': '진한 보라색',
|
|
839
|
+
'fabric.theme.bold-red': '진한 빨간색',
|
|
840
|
+
'fabric.theme.bold-teal': '진한 청록색',
|
|
841
|
+
'fabric.theme.bold-yellow': '진한 노란색',
|
|
842
|
+
'fabric.theme.bolder-blue': '더 진한 파란색',
|
|
843
|
+
'fabric.theme.bolder-gray': '더 진한 회색',
|
|
844
|
+
'fabric.theme.bolder-green': '더 진한 녹색',
|
|
845
|
+
'fabric.theme.bolder-magenta': '더 진한 자홍색',
|
|
846
|
+
'fabric.theme.bolder-orange': '더 진한 주황색',
|
|
847
|
+
'fabric.theme.bolder-purple': '더 진한 보라색',
|
|
848
|
+
'fabric.theme.bolder-red': '더 진한 빨간색',
|
|
849
|
+
'fabric.theme.bolder-teal': '더 진한 청록색',
|
|
850
|
+
'fabric.theme.bolder-yellow': '더 진한 노란색',
|
|
851
|
+
'fabric.theme.dark-blue': '어두운 파란색',
|
|
852
|
+
'fabric.theme.dark-gray': '어두운 회색',
|
|
853
|
+
'fabric.theme.dark-green': '어두운 녹색',
|
|
854
|
+
'fabric.theme.dark-purple': '어두운 보라색',
|
|
855
|
+
'fabric.theme.dark-red': '어두운 빨간색',
|
|
856
|
+
'fabric.theme.dark-teal': '어두운 청록색',
|
|
857
|
+
'fabric.theme.dark-yellow': '어두운 노란색',
|
|
858
|
+
'fabric.theme.default': '기본값',
|
|
859
|
+
'fabric.theme.gray': '회색',
|
|
860
|
+
'fabric.theme.green': '녹색',
|
|
861
|
+
'fabric.theme.light-blue': '밝은 파란색',
|
|
862
|
+
'fabric.theme.light-gray': '밝은 회색',
|
|
863
|
+
'fabric.theme.light-green': '밝은 녹색',
|
|
864
|
+
'fabric.theme.light-purple': '밝은 보라색',
|
|
865
|
+
'fabric.theme.light-red': '밝은 빨간색',
|
|
866
|
+
'fabric.theme.light-teal': '밝은 청록색',
|
|
867
|
+
'fabric.theme.light-yellow': '밝은 노란색',
|
|
868
|
+
'fabric.theme.lime': '라임색',
|
|
869
|
+
'fabric.theme.magenta': '자홍색',
|
|
870
|
+
'fabric.theme.no-color': '하이라이트 없음',
|
|
871
|
+
'fabric.theme.orange': '주황색',
|
|
872
|
+
'fabric.theme.purple': '보라색',
|
|
873
|
+
'fabric.theme.red': '빨간색',
|
|
874
|
+
'fabric.theme.subtle-blue': '연한 파란색',
|
|
875
|
+
'fabric.theme.subtle-gray': '연한 회색',
|
|
876
|
+
'fabric.theme.subtle-green': '연한 녹색',
|
|
877
|
+
'fabric.theme.subtle-magenta': '연한 자홍색',
|
|
878
|
+
'fabric.theme.subtle-orange': '연한 주황색',
|
|
879
|
+
'fabric.theme.subtle-purple': '연한 보라색',
|
|
880
|
+
'fabric.theme.subtle-red': '연한 빨간색',
|
|
881
|
+
'fabric.theme.subtle-teal': '연한 청록색',
|
|
882
|
+
'fabric.theme.subtle-yellow': '연한 노란색',
|
|
883
|
+
'fabric.theme.teal': '청록색',
|
|
884
|
+
'fabric.theme.white': '흰색',
|
|
885
|
+
'fabric.theme.yellow': '노란색',
|
|
886
|
+
'fabrid.editor.rowNumbers': '행 번호',
|
|
887
|
+
'rovo.agents.dropdown.title': '에이전트',
|
|
888
|
+
'rovo.agents.dropdown.viewAgents.label': '모든 에이전트 보기',
|
|
889
|
+
};
|