@atlaskit/afm-i18n-platform-editor-editor-common 2.138.0 → 2.140.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/i18n/cs.js +12 -0
- package/dist/cjs/i18n/da.js +12 -0
- package/dist/cjs/i18n/de.js +21 -0
- package/dist/cjs/i18n/fi.js +9 -0
- package/dist/cjs/i18n/fr.js +10 -1
- package/dist/cjs/i18n/hr.js +11 -0
- package/dist/cjs/i18n/hu.js +9 -0
- package/dist/cjs/i18n/it.js +9 -0
- package/dist/cjs/i18n/ja.js +9 -0
- package/dist/cjs/i18n/ko.js +10 -1
- package/dist/cjs/i18n/nb.js +9 -0
- package/dist/cjs/i18n/nl.js +9 -0
- package/dist/cjs/i18n/ru.js +18 -0
- package/dist/cjs/i18n/sl.js +13 -0
- package/dist/cjs/i18n/sr_RS.js +11 -0
- package/dist/cjs/i18n/sr_YR.js +11 -0
- package/dist/cjs/i18n/sv.js +9 -0
- package/dist/cjs/i18n/th.js +12 -0
- package/dist/cjs/i18n/tr.js +10 -1
- package/dist/cjs/i18n/uk.js +23 -0
- package/dist/cjs/i18n/vi.js +17 -0
- package/dist/cjs/i18n/zh_TW.js +9 -0
- package/dist/esm/i18n/cs.d.ts +12 -0
- package/dist/esm/i18n/cs.js +12 -0
- package/dist/esm/i18n/da.d.ts +12 -0
- package/dist/esm/i18n/da.js +12 -0
- package/dist/esm/i18n/de.d.ts +21 -0
- package/dist/esm/i18n/de.js +21 -0
- package/dist/esm/i18n/fi.d.ts +9 -0
- package/dist/esm/i18n/fi.js +9 -0
- package/dist/esm/i18n/fr.d.ts +9 -0
- package/dist/esm/i18n/fr.js +10 -1
- package/dist/esm/i18n/hr.d.ts +11 -0
- package/dist/esm/i18n/hr.js +11 -0
- package/dist/esm/i18n/hu.d.ts +9 -0
- package/dist/esm/i18n/hu.js +9 -0
- package/dist/esm/i18n/it.d.ts +9 -0
- package/dist/esm/i18n/it.js +9 -0
- package/dist/esm/i18n/ja.d.ts +9 -0
- package/dist/esm/i18n/ja.js +9 -0
- package/dist/esm/i18n/ko.d.ts +9 -0
- package/dist/esm/i18n/ko.js +10 -1
- package/dist/esm/i18n/nb.d.ts +9 -0
- package/dist/esm/i18n/nb.js +9 -0
- package/dist/esm/i18n/nl.d.ts +9 -0
- package/dist/esm/i18n/nl.js +9 -0
- package/dist/esm/i18n/ru.d.ts +18 -0
- package/dist/esm/i18n/ru.js +18 -0
- package/dist/esm/i18n/sl.d.ts +13 -0
- package/dist/esm/i18n/sl.js +13 -0
- package/dist/esm/i18n/sr_RS.d.ts +11 -0
- package/dist/esm/i18n/sr_RS.js +11 -0
- package/dist/esm/i18n/sr_YR.d.ts +11 -0
- package/dist/esm/i18n/sr_YR.js +11 -0
- package/dist/esm/i18n/sv.d.ts +9 -0
- package/dist/esm/i18n/sv.js +9 -0
- package/dist/esm/i18n/th.d.ts +12 -0
- package/dist/esm/i18n/th.js +12 -0
- package/dist/esm/i18n/tr.d.ts +9 -0
- package/dist/esm/i18n/tr.js +10 -1
- package/dist/esm/i18n/uk.d.ts +23 -0
- package/dist/esm/i18n/uk.js +23 -0
- package/dist/esm/i18n/vi.d.ts +17 -0
- package/dist/esm/i18n/vi.js +17 -0
- package/dist/esm/i18n/zh_TW.d.ts +9 -0
- package/dist/esm/i18n/zh_TW.js +9 -0
- package/dist/types/i18n/cs.d.ts +12 -0
- package/dist/types/i18n/da.d.ts +12 -0
- package/dist/types/i18n/de.d.ts +21 -0
- package/dist/types/i18n/fi.d.ts +9 -0
- package/dist/types/i18n/fr.d.ts +9 -0
- package/dist/types/i18n/hr.d.ts +11 -0
- package/dist/types/i18n/hu.d.ts +9 -0
- package/dist/types/i18n/it.d.ts +9 -0
- package/dist/types/i18n/ja.d.ts +9 -0
- package/dist/types/i18n/ko.d.ts +9 -0
- package/dist/types/i18n/nb.d.ts +9 -0
- package/dist/types/i18n/nl.d.ts +9 -0
- package/dist/types/i18n/ru.d.ts +18 -0
- package/dist/types/i18n/sl.d.ts +13 -0
- package/dist/types/i18n/sr_RS.d.ts +11 -0
- package/dist/types/i18n/sr_YR.d.ts +11 -0
- package/dist/types/i18n/sv.d.ts +9 -0
- package/dist/types/i18n/th.d.ts +12 -0
- package/dist/types/i18n/tr.d.ts +9 -0
- package/dist/types/i18n/uk.d.ts +23 -0
- package/dist/types/i18n/vi.d.ts +17 -0
- package/dist/types/i18n/zh_TW.d.ts +9 -0
- package/i18n/cs.ts +15 -0
- package/i18n/da.ts +14 -0
- package/i18n/de.ts +25 -0
- package/i18n/fi.ts +11 -0
- package/i18n/fr.ts +12 -1
- package/i18n/hr.ts +15 -0
- package/i18n/hu.ts +11 -0
- package/i18n/it.ts +12 -0
- package/i18n/ja.ts +11 -0
- package/i18n/ko.ts +11 -1
- package/i18n/nb.ts +11 -0
- package/i18n/nl.ts +12 -0
- package/i18n/ru.ts +21 -0
- package/i18n/sl.ts +14 -0
- package/i18n/sr_RS.ts +14 -0
- package/i18n/sr_YR.ts +13 -0
- package/i18n/sv.ts +11 -0
- package/i18n/th.ts +14 -0
- package/i18n/tr.ts +12 -1
- package/i18n/uk.ts +27 -0
- package/i18n/vi.ts +21 -0
- package/i18n/zh_TW.ts +9 -0
- package/package.json +1 -1
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -140,6 +140,7 @@ export default {
|
|
|
140
140
|
'fabric.editor.ai.config.item.suggest.title': '제목 제안',
|
|
141
141
|
'fabric.editor.ai.config.item.suggestComment.description': '이 업무 항목을 기반으로 AI가 제안하는 댓글 확인',
|
|
142
142
|
'fabric.editor.ai.config.item.suggestComment.title': '댓글 제안',
|
|
143
|
+
'fabric.editor.ai.config.item.suggestReply.description': '이 댓글에 대한 AI가 제안하는 회신 확인',
|
|
143
144
|
'fabric.editor.ai.config.item.suggestReply.title': '회신 제안',
|
|
144
145
|
'fabric.editor.ai.config.item.summarize.description': '요점을 강조하여 작업 중인 텍스트의 요약을 만듭니다',
|
|
145
146
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': '글 요약',
|
|
@@ -356,6 +357,7 @@ export default {
|
|
|
356
357
|
'fabric.editor.askRovo': 'Rovo에게 질문해 보세요',
|
|
357
358
|
'fabric.editor.backLink': '뒤로 가기',
|
|
358
359
|
'fabric.editor.backgroundColor': '배경색',
|
|
360
|
+
'fabric.editor.block.menu.change.format': '형식 변경',
|
|
359
361
|
'fabric.editor.block.menu.codeblock': '코드 블록',
|
|
360
362
|
'fabric.editor.block.menu.copy': '복사',
|
|
361
363
|
'fabric.editor.block.menu.copy.block': '블록 복사',
|
|
@@ -435,7 +437,8 @@ export default {
|
|
|
435
437
|
'fabric.editor.codeBlock.languageNotSet': '코드 언어가 설정되지 않았습니다.',
|
|
436
438
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '복사되었습니다!',
|
|
437
439
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': '텍스트로 복사',
|
|
438
|
-
'fabric.editor.codeBlockLineNumbersButton.
|
|
440
|
+
'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': '줄 번호 숨기기',
|
|
441
|
+
'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': '줄 번호 보기',
|
|
439
442
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': '래핑 비활성화',
|
|
440
443
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': '래핑 활성화',
|
|
441
444
|
'fabric.editor.codeblock': '코드 조각',
|
|
@@ -584,6 +587,7 @@ export default {
|
|
|
584
587
|
'fabric.editor.emptyLink': '링크를 입력하세요.',
|
|
585
588
|
'fabric.editor.emptySearchResults': '결과를 찾을 수 없습니다.',
|
|
586
589
|
'fabric.editor.emptySearchResultsSuggestion': '삽입 항목을 찾아보려면 {buttonName}을(를) 선택하세요.',
|
|
590
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': '도움이 필요한 경우 {askRovoName}을(를) 선택하세요.',
|
|
587
591
|
'fabric.editor.epic': '에픽',
|
|
588
592
|
'fabric.editor.error': '오류',
|
|
589
593
|
'fabric.editor.error.description.cannotDelete': '이 동기화된 블록을 삭제하는 동안 오류가 발생했습니다.',
|
|
@@ -592,6 +596,7 @@ export default {
|
|
|
592
596
|
'fabric.editor.error.description.failToEditWhenOffline': '오프라인 상태인 것 같습니다. 동기화된 콘텐츠를 편집하려면 인터넷에 연결하세요.',
|
|
593
597
|
'fabric.editor.error.description.reference.offline': '오프라인 상태에서는 동기화된 블록을 표시할 수 없습니다',
|
|
594
598
|
'fabric.editor.error.description.reference.unpublished': '동기화된 콘텐츠는 <link>페이지가 게시될 때</link> 표시됩니다',
|
|
599
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': '<link>항목의 설명이 저장되면</link> 동기화된 콘텐츠가 표시됩니다',
|
|
595
600
|
'fabric.editor.error.flag.title.cannotDelete': '동기화된 블록을 삭제하지 못함',
|
|
596
601
|
'fabric.editor.error.message.label': '오류',
|
|
597
602
|
'fabric.editor.error.title.failToCreate': '오프라인에서 동기화된 콘텐츠를 만들 수 없음',
|
|
@@ -728,6 +733,7 @@ export default {
|
|
|
728
733
|
'fabric.editor.keyboardShortcuts': '키보드 단축키',
|
|
729
734
|
'fabric.editor.layout.columnOption': '{count, plural, other {열 {count}개}}',
|
|
730
735
|
'fabric.editor.layout.controls.placeholder': '/를 입력하여 삽입',
|
|
736
|
+
'fabric.editor.layout.deleteColumn': '{count, plural, other {열 삭제}}',
|
|
731
737
|
'fabric.editor.layout.distributeColumns': '열 균등 맞춤',
|
|
732
738
|
'fabric.editor.layout.placeholder': '콘텐츠 추가',
|
|
733
739
|
'fabric.editor.layout.resizeLayout': '레이아웃 크기 조정',
|
|
@@ -761,6 +767,7 @@ export default {
|
|
|
761
767
|
'fabric.editor.markdownMode.viewToggle.groupLabel': '보기 모드',
|
|
762
768
|
'fabric.editor.markdownMode.viewToggle.preview': '분할 보기(제공 예정)',
|
|
763
769
|
'fabric.editor.markdownMode.viewToggle.source': '구문 에디터',
|
|
770
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': '미리 보기 편집기',
|
|
764
771
|
'fabric.editor.matchCase': '대/소문자 구분',
|
|
765
772
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, other {미디어 너비를 {newMediaWidth,number}픽셀로 줄였습니다.}}',
|
|
766
773
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, other {미디어 너비를 {newMediaWidth,number}픽셀로 늘렸습니다.}}',
|
|
@@ -1066,7 +1073,9 @@ export default {
|
|
|
1066
1073
|
'fabric.editor.unorderedList': '글머리 기호 목록',
|
|
1067
1074
|
'fabric.editor.unorderedList.description': '순서가 지정되지 않은 목록 만들기',
|
|
1068
1075
|
'fabric.editor.unpublishedSyncBlockPastedDescription': '페이지가 게시되면 콘텐츠가 표시됩니다.',
|
|
1076
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': '항목의 설명이 저장되면 콘텐츠가 표시됩니다.',
|
|
1069
1077
|
'fabric.editor.unpublishedSyncBlockPastedTitle': '게시되지 않은 페이지에서 붙여넣음',
|
|
1078
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': '저장하지 않은 항목에서 붙여넣음',
|
|
1070
1079
|
'fabric.editor.unsupportedBlockContent': '이 편집기에서는 이 콘텐츠 표시를 지원하지 않습니다',
|
|
1071
1080
|
'fabric.editor.unsupportedContentTooltip': '콘텐츠는 이 편집기에서 사용할 수 없으며 편집 후 저장해도 그대로 보존됩니다',
|
|
1072
1081
|
'fabric.editor.unsupportedInlineContent': '지원되지 않는 콘텐츠',
|
package/dist/esm/i18n/nb.d.ts
CHANGED
|
@@ -138,6 +138,7 @@ declare const _default: {
|
|
|
138
138
|
'fabric.editor.ai.config.item.suggest.title': string;
|
|
139
139
|
'fabric.editor.ai.config.item.suggestComment.description': string;
|
|
140
140
|
'fabric.editor.ai.config.item.suggestComment.title': string;
|
|
141
|
+
'fabric.editor.ai.config.item.suggestReply.description': string;
|
|
141
142
|
'fabric.editor.ai.config.item.suggestReply.title': string;
|
|
142
143
|
'fabric.editor.ai.config.item.summarize.description': string;
|
|
143
144
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': string;
|
|
@@ -353,6 +354,7 @@ declare const _default: {
|
|
|
353
354
|
'fabric.editor.askRovo': string;
|
|
354
355
|
'fabric.editor.backLink': string;
|
|
355
356
|
'fabric.editor.backgroundColor': string;
|
|
357
|
+
'fabric.editor.block.menu.change.format': string;
|
|
356
358
|
'fabric.editor.block.menu.codeblock': string;
|
|
357
359
|
'fabric.editor.block.menu.copy': string;
|
|
358
360
|
'fabric.editor.block.menu.copy.block': string;
|
|
@@ -432,6 +434,7 @@ declare const _default: {
|
|
|
432
434
|
'fabric.editor.codeBlock.languageNotSet': string;
|
|
433
435
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
434
436
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
437
|
+
'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': string;
|
|
435
438
|
'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': string;
|
|
436
439
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
437
440
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
@@ -581,6 +584,7 @@ declare const _default: {
|
|
|
581
584
|
'fabric.editor.emptyLink': string;
|
|
582
585
|
'fabric.editor.emptySearchResults': string;
|
|
583
586
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
587
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
584
588
|
'fabric.editor.epic': string;
|
|
585
589
|
'fabric.editor.error': string;
|
|
586
590
|
'fabric.editor.error.description.cannotDelete': string;
|
|
@@ -589,6 +593,7 @@ declare const _default: {
|
|
|
589
593
|
'fabric.editor.error.description.failToEditWhenOffline': string;
|
|
590
594
|
'fabric.editor.error.description.reference.offline': string;
|
|
591
595
|
'fabric.editor.error.description.reference.unpublished': string;
|
|
596
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
|
|
592
597
|
'fabric.editor.error.flag.title.cannotDelete': string;
|
|
593
598
|
'fabric.editor.error.message.label': string;
|
|
594
599
|
'fabric.editor.error.title.failToCreate': string;
|
|
@@ -725,6 +730,7 @@ declare const _default: {
|
|
|
725
730
|
'fabric.editor.keyboardShortcuts': string;
|
|
726
731
|
'fabric.editor.layout.columnOption': string;
|
|
727
732
|
'fabric.editor.layout.controls.placeholder': string;
|
|
733
|
+
'fabric.editor.layout.deleteColumn': string;
|
|
728
734
|
'fabric.editor.layout.distributeColumns': string;
|
|
729
735
|
'fabric.editor.layout.placeholder': string;
|
|
730
736
|
'fabric.editor.layout.resizeLayout': string;
|
|
@@ -758,6 +764,7 @@ declare const _default: {
|
|
|
758
764
|
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
759
765
|
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
760
766
|
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
767
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
761
768
|
'fabric.editor.matchCase': string;
|
|
762
769
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
763
770
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
@@ -1063,7 +1070,9 @@ declare const _default: {
|
|
|
1063
1070
|
'fabric.editor.unorderedList': string;
|
|
1064
1071
|
'fabric.editor.unorderedList.description': string;
|
|
1065
1072
|
'fabric.editor.unpublishedSyncBlockPastedDescription': string;
|
|
1073
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
|
|
1066
1074
|
'fabric.editor.unpublishedSyncBlockPastedTitle': string;
|
|
1075
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
|
|
1067
1076
|
'fabric.editor.unsupportedBlockContent': string;
|
|
1068
1077
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
1069
1078
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -140,6 +140,7 @@ export default {
|
|
|
140
140
|
'fabric.editor.ai.config.item.suggest.title': 'Foreslå tittel',
|
|
141
141
|
'fabric.editor.ai.config.item.suggestComment.description': 'Få en KI-foreslått kommentar basert på denne arbeidsoppgaven',
|
|
142
142
|
'fabric.editor.ai.config.item.suggestComment.title': 'Foreslå kommentar',
|
|
143
|
+
'fabric.editor.ai.config.item.suggestReply.description': 'Få et KI-foreslått svar på denne kommentaren',
|
|
143
144
|
'fabric.editor.ai.config.item.suggestReply.title': 'Foreslå svar',
|
|
144
145
|
'fabric.editor.ai.config.item.summarize.description': 'Oppretter et sammendrag av teksten du skriver, og fremhever viktige punkter',
|
|
145
146
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Oppsummer skriving',
|
|
@@ -355,6 +356,7 @@ export default {
|
|
|
355
356
|
'fabric.editor.askRovo': 'Spør Rovo',
|
|
356
357
|
'fabric.editor.backLink': 'Gå tilbake',
|
|
357
358
|
'fabric.editor.backgroundColor': 'Bakgrunnsfarge',
|
|
359
|
+
'fabric.editor.block.menu.change.format': 'Endre format',
|
|
358
360
|
'fabric.editor.block.menu.codeblock': 'Kodeblokk',
|
|
359
361
|
'fabric.editor.block.menu.copy': 'Kopier',
|
|
360
362
|
'fabric.editor.block.menu.copy.block': 'Kopier blokk',
|
|
@@ -434,6 +436,7 @@ export default {
|
|
|
434
436
|
'fabric.editor.codeBlock.languageNotSet': 'Kodespråket er ikke angitt.',
|
|
435
437
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
|
|
436
438
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopier som tekst',
|
|
439
|
+
'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': 'Skjul linjenumre',
|
|
437
440
|
'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': 'Vis linjenumre',
|
|
438
441
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Slå av linjebryting',
|
|
439
442
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Slå på linjebryting',
|
|
@@ -583,6 +586,7 @@ export default {
|
|
|
583
586
|
'fabric.editor.emptyLink': 'Skriv inn en kobling.',
|
|
584
587
|
'fabric.editor.emptySearchResults': 'Vi finner ingen resultater.',
|
|
585
588
|
'fabric.editor.emptySearchResultsSuggestion': 'Velg {buttonName} for å bla gjennom innsettinger.',
|
|
589
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': 'Velg {askRovoName} for hjelp.',
|
|
586
590
|
'fabric.editor.epic': 'Epic',
|
|
587
591
|
'fabric.editor.error': 'Feil',
|
|
588
592
|
'fabric.editor.error.description.cannotDelete': 'Det oppstod en feil under forsøk på å slette denne synkroniserte blokken.',
|
|
@@ -591,6 +595,7 @@ export default {
|
|
|
591
595
|
'fabric.editor.error.description.failToEditWhenOffline': 'Du er visst frakoblet. Koble til internett for å redigere synkronisert innhold.',
|
|
592
596
|
'fabric.editor.error.description.reference.offline': 'Vi kan ikke vise synkroniserte blokker når du er frakoblet',
|
|
593
597
|
'fabric.editor.error.description.reference.unpublished': 'Synkronisert innhold vises <link>når siden blir publisert</link>',
|
|
598
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': 'Synkronisert innhold vises <link>når elementets beskrivelse er lagret</link>',
|
|
594
599
|
'fabric.editor.error.flag.title.cannotDelete': 'Kan ikke slette synkronisert blokk',
|
|
595
600
|
'fabric.editor.error.message.label': 'Feil',
|
|
596
601
|
'fabric.editor.error.title.failToCreate': 'Kan ikke opprette synkronisert innhold når du er frakoblet',
|
|
@@ -727,6 +732,7 @@ export default {
|
|
|
727
732
|
'fabric.editor.keyboardShortcuts': 'Tastatursnarveier',
|
|
728
733
|
'fabric.editor.layout.columnOption': '{count, plural, one {Kolonne} other {{count} kolonner}}',
|
|
729
734
|
'fabric.editor.layout.controls.placeholder': '/ for å sette inn',
|
|
735
|
+
'fabric.editor.layout.deleteColumn': '{count, plural, one {Slett kolonne} other {Slett kolonner}}',
|
|
730
736
|
'fabric.editor.layout.distributeColumns': 'Distribuer kolonner',
|
|
731
737
|
'fabric.editor.layout.placeholder': 'Legg til innhold',
|
|
732
738
|
'fabric.editor.layout.resizeLayout': 'Endre størrelse på oppsett',
|
|
@@ -760,6 +766,7 @@ export default {
|
|
|
760
766
|
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Visningsmodus',
|
|
761
767
|
'fabric.editor.markdownMode.viewToggle.preview': 'Delt visning (kommer snart)',
|
|
762
768
|
'fabric.editor.markdownMode.viewToggle.source': 'Redigeringsmodul for syntaks',
|
|
769
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'Redigeringsmodul for forhåndsvisning',
|
|
763
770
|
'fabric.editor.matchCase': 'Match store/små bokstaver',
|
|
764
771
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Mediebredden er redusert til {newMediaWidth,number} piksel.} other {Mediebredden er redusert til {newMediaWidth,number} piksler.}}',
|
|
765
772
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Mediebredden er økt til {newMediaWidth,number} piksel.} other {Mediebredden er økt til {newMediaWidth,number} piksler.}}',
|
|
@@ -1065,7 +1072,9 @@ export default {
|
|
|
1065
1072
|
'fabric.editor.unorderedList': 'Punktliste',
|
|
1066
1073
|
'fabric.editor.unorderedList.description': 'Opprett en uordnet liste',
|
|
1067
1074
|
'fabric.editor.unpublishedSyncBlockPastedDescription': 'Når siden blir publisert, vises innholdet.',
|
|
1075
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': 'Når elementets beskrivelse er lagret, vises innholdet.',
|
|
1068
1076
|
'fabric.editor.unpublishedSyncBlockPastedTitle': 'Limt inn fra upublisert side',
|
|
1077
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': 'Limt inn fra ulagret element',
|
|
1069
1078
|
'fabric.editor.unsupportedBlockContent': 'Denne redigeringsmodulen støtter ikke visning av dette innholdet',
|
|
1070
1079
|
'fabric.editor.unsupportedContentTooltip': 'Innholdet er ikke tilgjengelig i denne redigeringsmodulen – det bevares når du redigerer og lagrer',
|
|
1071
1080
|
'fabric.editor.unsupportedInlineContent': 'Innholdet støttes ikke',
|
package/dist/esm/i18n/nl.d.ts
CHANGED
|
@@ -138,6 +138,7 @@ declare const _default: {
|
|
|
138
138
|
'fabric.editor.ai.config.item.suggest.title': string;
|
|
139
139
|
'fabric.editor.ai.config.item.suggestComment.description': string;
|
|
140
140
|
'fabric.editor.ai.config.item.suggestComment.title': string;
|
|
141
|
+
'fabric.editor.ai.config.item.suggestReply.description': string;
|
|
141
142
|
'fabric.editor.ai.config.item.suggestReply.title': string;
|
|
142
143
|
'fabric.editor.ai.config.item.summarize.description': string;
|
|
143
144
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': string;
|
|
@@ -353,6 +354,7 @@ declare const _default: {
|
|
|
353
354
|
'fabric.editor.askRovo': string;
|
|
354
355
|
'fabric.editor.backLink': string;
|
|
355
356
|
'fabric.editor.backgroundColor': string;
|
|
357
|
+
'fabric.editor.block.menu.change.format': string;
|
|
356
358
|
'fabric.editor.block.menu.codeblock': string;
|
|
357
359
|
'fabric.editor.block.menu.copy': string;
|
|
358
360
|
'fabric.editor.block.menu.copy.block': string;
|
|
@@ -432,6 +434,7 @@ declare const _default: {
|
|
|
432
434
|
'fabric.editor.codeBlock.languageNotSet': string;
|
|
433
435
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
434
436
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
437
|
+
'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': string;
|
|
435
438
|
'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': string;
|
|
436
439
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
437
440
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
@@ -581,6 +584,7 @@ declare const _default: {
|
|
|
581
584
|
'fabric.editor.emptyLink': string;
|
|
582
585
|
'fabric.editor.emptySearchResults': string;
|
|
583
586
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
587
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
584
588
|
'fabric.editor.epic': string;
|
|
585
589
|
'fabric.editor.error': string;
|
|
586
590
|
'fabric.editor.error.description.cannotDelete': string;
|
|
@@ -589,6 +593,7 @@ declare const _default: {
|
|
|
589
593
|
'fabric.editor.error.description.failToEditWhenOffline': string;
|
|
590
594
|
'fabric.editor.error.description.reference.offline': string;
|
|
591
595
|
'fabric.editor.error.description.reference.unpublished': string;
|
|
596
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
|
|
592
597
|
'fabric.editor.error.flag.title.cannotDelete': string;
|
|
593
598
|
'fabric.editor.error.message.label': string;
|
|
594
599
|
'fabric.editor.error.title.failToCreate': string;
|
|
@@ -725,6 +730,7 @@ declare const _default: {
|
|
|
725
730
|
'fabric.editor.keyboardShortcuts': string;
|
|
726
731
|
'fabric.editor.layout.columnOption': string;
|
|
727
732
|
'fabric.editor.layout.controls.placeholder': string;
|
|
733
|
+
'fabric.editor.layout.deleteColumn': string;
|
|
728
734
|
'fabric.editor.layout.distributeColumns': string;
|
|
729
735
|
'fabric.editor.layout.placeholder': string;
|
|
730
736
|
'fabric.editor.layout.resizeLayout': string;
|
|
@@ -758,6 +764,7 @@ declare const _default: {
|
|
|
758
764
|
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
759
765
|
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
760
766
|
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
767
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
761
768
|
'fabric.editor.matchCase': string;
|
|
762
769
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
763
770
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
@@ -1063,7 +1070,9 @@ declare const _default: {
|
|
|
1063
1070
|
'fabric.editor.unorderedList': string;
|
|
1064
1071
|
'fabric.editor.unorderedList.description': string;
|
|
1065
1072
|
'fabric.editor.unpublishedSyncBlockPastedDescription': string;
|
|
1073
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
|
|
1066
1074
|
'fabric.editor.unpublishedSyncBlockPastedTitle': string;
|
|
1075
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
|
|
1067
1076
|
'fabric.editor.unsupportedBlockContent': string;
|
|
1068
1077
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
1069
1078
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -140,6 +140,7 @@ export default {
|
|
|
140
140
|
'fabric.editor.ai.config.item.suggest.title': 'Een titel voorstellen',
|
|
141
141
|
'fabric.editor.ai.config.item.suggestComment.description': 'Krijg een door AI voorgestelde opmerking op basis van dit werkitem',
|
|
142
142
|
'fabric.editor.ai.config.item.suggestComment.title': 'Een opmerking voorstellen',
|
|
143
|
+
'fabric.editor.ai.config.item.suggestReply.description': 'Krijg een door AI voorgesteld antwoord op basis van deze opmerking',
|
|
143
144
|
'fabric.editor.ai.config.item.suggestReply.title': 'Een antwoord voorstellen',
|
|
144
145
|
'fabric.editor.ai.config.item.summarize.description': 'Schrijft een samenvatting van de tekst waar je aan werkt en benadrukt de belangrijkste punten',
|
|
145
146
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Tekst samenvatten',
|
|
@@ -355,6 +356,7 @@ export default {
|
|
|
355
356
|
'fabric.editor.askRovo': 'Vraag Rovo',
|
|
356
357
|
'fabric.editor.backLink': 'Ga terug',
|
|
357
358
|
'fabric.editor.backgroundColor': 'Achtergrondkleur',
|
|
359
|
+
'fabric.editor.block.menu.change.format': 'Indeling wijzigen',
|
|
358
360
|
'fabric.editor.block.menu.codeblock': 'Codeblok',
|
|
359
361
|
'fabric.editor.block.menu.copy': 'Kopiëren',
|
|
360
362
|
'fabric.editor.block.menu.copy.block': 'Blok kopiëren',
|
|
@@ -434,6 +436,7 @@ export default {
|
|
|
434
436
|
'fabric.editor.codeBlock.languageNotSet': 'Taal van code niet ingesteld.',
|
|
435
437
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Gekopieerd!',
|
|
436
438
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopieer als tekst',
|
|
439
|
+
'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': 'Regelnummers verbergen',
|
|
437
440
|
'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': 'Toon regelnummers',
|
|
438
441
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Wrap uitschakelen',
|
|
439
442
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Wrap inschakelen',
|
|
@@ -583,6 +586,7 @@ export default {
|
|
|
583
586
|
'fabric.editor.emptyLink': 'Voer een link in.',
|
|
584
587
|
'fabric.editor.emptySearchResults': 'We konden geen resultaten vinden.',
|
|
585
588
|
'fabric.editor.emptySearchResultsSuggestion': 'Selecteer {buttonName} om bijlagen te bekijken.',
|
|
589
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': 'Selecteer {askRovoName} voor hulp.',
|
|
586
590
|
'fabric.editor.epic': 'Epic',
|
|
587
591
|
'fabric.editor.error': 'Fout',
|
|
588
592
|
'fabric.editor.error.description.cannotDelete': 'Er is een fout opgetreden bij het verwijderen van dit gesynchroniseerd blok.',
|
|
@@ -591,6 +595,7 @@ export default {
|
|
|
591
595
|
'fabric.editor.error.description.failToEditWhenOffline': 'Het lijkt erop dat je offline bent. Maak verbinding met internet om gesynchroniseerde inhoud te bewerken.',
|
|
592
596
|
'fabric.editor.error.description.reference.offline': 'We kunnen geen gesynchroniseerde blokken weergeven wanneer je offline bent',
|
|
593
597
|
'fabric.editor.error.description.reference.unpublished': 'Gesynchroniseerde inhoud wordt weergegeven <link>wanneer de pagina wordt gepubliceerd</link>',
|
|
598
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': 'Gesynchroniseerde inhoud wordt weergegeven <link>wanneer de omschrijving van het item wordt opgeslagen</link>',
|
|
594
599
|
'fabric.editor.error.flag.title.cannotDelete': 'Verwijderen van gesynchroniseerd blok mislukt',
|
|
595
600
|
'fabric.editor.error.message.label': 'Fout',
|
|
596
601
|
'fabric.editor.error.title.failToCreate': 'Kan offline geen gesynchroniseerde inhoud maken',
|
|
@@ -727,6 +732,7 @@ export default {
|
|
|
727
732
|
'fabric.editor.keyboardShortcuts': 'Sneltoetsen',
|
|
728
733
|
'fabric.editor.layout.columnOption': '{count, plural, one {Kolom} other {{count} kolommen}}',
|
|
729
734
|
'fabric.editor.layout.controls.placeholder': '/ om iets in te voegen',
|
|
735
|
+
'fabric.editor.layout.deleteColumn': '{count, plural, one {Kolom verwijderen} other {Kolommen verwijderen}}',
|
|
730
736
|
'fabric.editor.layout.distributeColumns': 'Kolommen verdelen',
|
|
731
737
|
'fabric.editor.layout.placeholder': 'Inhoud toevoegen',
|
|
732
738
|
'fabric.editor.layout.resizeLayout': 'Formaat van de lay-out wijzigen',
|
|
@@ -760,6 +766,7 @@ export default {
|
|
|
760
766
|
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Weergavemodus',
|
|
761
767
|
'fabric.editor.markdownMode.viewToggle.preview': 'Gesplitste weergave (binnenkort beschikbaar)',
|
|
762
768
|
'fabric.editor.markdownMode.viewToggle.source': 'Syntaxeditor',
|
|
769
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'Bewerkingsprogramma voor voorvertoning',
|
|
763
770
|
'fabric.editor.matchCase': 'Overeenkomende zaak',
|
|
764
771
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Mediabreedte verminderd tot {newMediaWidth,number} pixel.} other {Mediabreedte verminderd tot {newMediaWidth,number} pixels.}}',
|
|
765
772
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Mediabreedte verhoogd tot {newMediaWidth,number} pixel.} other {Mediabreedte verhoogd tot {newMediaWidth,number} pixels.}}',
|
|
@@ -1065,7 +1072,9 @@ export default {
|
|
|
1065
1072
|
'fabric.editor.unorderedList': 'Opsommingslijst',
|
|
1066
1073
|
'fabric.editor.unorderedList.description': 'Een niet-gesorteerde lijst maken',
|
|
1067
1074
|
'fabric.editor.unpublishedSyncBlockPastedDescription': 'Wanneer de pagina wordt gepubliceerd, wordt de inhoud weergegeven.',
|
|
1075
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': 'Wanneer de beschrijving van het item wordt opgeslagen, wordt de inhoud weergegeven.',
|
|
1068
1076
|
'fabric.editor.unpublishedSyncBlockPastedTitle': 'Geplakt vanaf niet-gepubliceerde pagina',
|
|
1077
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': 'Geplakt uit niet-opgeslagen item',
|
|
1069
1078
|
'fabric.editor.unsupportedBlockContent': 'Deze editor ondersteunt weergave van deze inhoud niet',
|
|
1070
1079
|
'fabric.editor.unsupportedContentTooltip': 'Inhoud is niet beschikbaar in deze editor. Dit wordt behouden als je bewerkt en opslaat',
|
|
1071
1080
|
'fabric.editor.unsupportedInlineContent': 'Niet-ondersteunde inhoud',
|
package/dist/esm/i18n/ru.d.ts
CHANGED
|
@@ -128,6 +128,7 @@ declare const _default: {
|
|
|
128
128
|
'fabric.editor.ai.config.item.makeLonger.title': string;
|
|
129
129
|
'fabric.editor.ai.config.item.range.agent.description': string;
|
|
130
130
|
'fabric.editor.ai.config.item.range.agent.prompt.hint': string;
|
|
131
|
+
'fabric.editor.ai.config.item.remix.title': string;
|
|
131
132
|
'fabric.editor.ai.config.item.rephrase.description': string;
|
|
132
133
|
'fabric.editor.ai.config.item.rephrase.title': string;
|
|
133
134
|
'fabric.editor.ai.config.item.shorten.description': string;
|
|
@@ -137,6 +138,8 @@ declare const _default: {
|
|
|
137
138
|
'fabric.editor.ai.config.item.suggest.title': string;
|
|
138
139
|
'fabric.editor.ai.config.item.suggestComment.description': string;
|
|
139
140
|
'fabric.editor.ai.config.item.suggestComment.title': string;
|
|
141
|
+
'fabric.editor.ai.config.item.suggestReply.description': string;
|
|
142
|
+
'fabric.editor.ai.config.item.suggestReply.title': string;
|
|
140
143
|
'fabric.editor.ai.config.item.summarize.description': string;
|
|
141
144
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': string;
|
|
142
145
|
'fabric.editor.ai.config.item.summarize.title': string;
|
|
@@ -352,6 +355,7 @@ declare const _default: {
|
|
|
352
355
|
'fabric.editor.askRovo': string;
|
|
353
356
|
'fabric.editor.backLink': string;
|
|
354
357
|
'fabric.editor.backgroundColor': string;
|
|
358
|
+
'fabric.editor.block.menu.change.format': string;
|
|
355
359
|
'fabric.editor.block.menu.codeblock': string;
|
|
356
360
|
'fabric.editor.block.menu.copy': string;
|
|
357
361
|
'fabric.editor.block.menu.copy.block': string;
|
|
@@ -431,6 +435,8 @@ declare const _default: {
|
|
|
431
435
|
'fabric.editor.codeBlock.languageNotSet': string;
|
|
432
436
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
433
437
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
438
|
+
'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': string;
|
|
439
|
+
'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': string;
|
|
434
440
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
435
441
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
436
442
|
'fabric.editor.codeblock': string;
|
|
@@ -579,6 +585,7 @@ declare const _default: {
|
|
|
579
585
|
'fabric.editor.emptyLink': string;
|
|
580
586
|
'fabric.editor.emptySearchResults': string;
|
|
581
587
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
588
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
582
589
|
'fabric.editor.epic': string;
|
|
583
590
|
'fabric.editor.error': string;
|
|
584
591
|
'fabric.editor.error.description.cannotDelete': string;
|
|
@@ -587,6 +594,7 @@ declare const _default: {
|
|
|
587
594
|
'fabric.editor.error.description.failToEditWhenOffline': string;
|
|
588
595
|
'fabric.editor.error.description.reference.offline': string;
|
|
589
596
|
'fabric.editor.error.description.reference.unpublished': string;
|
|
597
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
|
|
590
598
|
'fabric.editor.error.flag.title.cannotDelete': string;
|
|
591
599
|
'fabric.editor.error.message.label': string;
|
|
592
600
|
'fabric.editor.error.title.failToCreate': string;
|
|
@@ -723,6 +731,7 @@ declare const _default: {
|
|
|
723
731
|
'fabric.editor.keyboardShortcuts': string;
|
|
724
732
|
'fabric.editor.layout.columnOption': string;
|
|
725
733
|
'fabric.editor.layout.controls.placeholder': string;
|
|
734
|
+
'fabric.editor.layout.deleteColumn': string;
|
|
726
735
|
'fabric.editor.layout.distributeColumns': string;
|
|
727
736
|
'fabric.editor.layout.placeholder': string;
|
|
728
737
|
'fabric.editor.layout.resizeLayout': string;
|
|
@@ -756,6 +765,7 @@ declare const _default: {
|
|
|
756
765
|
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
757
766
|
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
758
767
|
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
768
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
759
769
|
'fabric.editor.matchCase': string;
|
|
760
770
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
761
771
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
@@ -960,6 +970,12 @@ declare const _default: {
|
|
|
960
970
|
'fabric.editor.syncedBlockSourceUnsyncedDescription': string;
|
|
961
971
|
'fabric.editor.syncedLocationDropdownError': string;
|
|
962
972
|
'fabric.editor.syncedLocationDropdownHeading': string;
|
|
973
|
+
'fabric.editor.syncedLocationDropdownIssueTypeBug': string;
|
|
974
|
+
'fabric.editor.syncedLocationDropdownIssueTypeEpic': string;
|
|
975
|
+
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': string;
|
|
976
|
+
'fabric.editor.syncedLocationDropdownIssueTypeStory': string;
|
|
977
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
|
|
978
|
+
'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
|
|
963
979
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
|
|
964
980
|
'fabric.editor.syncedLocationDropdownNoResults': string;
|
|
965
981
|
'fabric.editor.syncedLocationDropdownRequestAccess': string;
|
|
@@ -1055,7 +1071,9 @@ declare const _default: {
|
|
|
1055
1071
|
'fabric.editor.unorderedList': string;
|
|
1056
1072
|
'fabric.editor.unorderedList.description': string;
|
|
1057
1073
|
'fabric.editor.unpublishedSyncBlockPastedDescription': string;
|
|
1074
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
|
|
1058
1075
|
'fabric.editor.unpublishedSyncBlockPastedTitle': string;
|
|
1076
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
|
|
1059
1077
|
'fabric.editor.unsupportedBlockContent': string;
|
|
1060
1078
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
1061
1079
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/esm/i18n/ru.js
CHANGED
|
@@ -130,6 +130,7 @@ export default {
|
|
|
130
130
|
'fabric.editor.ai.config.item.makeLonger.title': 'Сделать длиннее',
|
|
131
131
|
'fabric.editor.ai.config.item.range.agent.description': 'Без описания',
|
|
132
132
|
'fabric.editor.ai.config.item.range.agent.prompt.hint': 'Попросите агента написать что-нибудь или выберите из списка ниже',
|
|
133
|
+
'fabric.editor.ai.config.item.remix.title': 'Ремикс',
|
|
133
134
|
'fabric.editor.ai.config.item.rephrase.description': 'Создать рекомендации по перефразированию предложений',
|
|
134
135
|
'fabric.editor.ai.config.item.rephrase.title': 'Перефразировать',
|
|
135
136
|
'fabric.editor.ai.config.item.shorten.description': 'Сокращает контент, чтобы сделать его более емким.',
|
|
@@ -139,6 +140,8 @@ export default {
|
|
|
139
140
|
'fabric.editor.ai.config.item.suggest.title': 'Предложить название',
|
|
140
141
|
'fabric.editor.ai.config.item.suggestComment.description': 'Получите комментарий от ИИ к этой задаче',
|
|
141
142
|
'fabric.editor.ai.config.item.suggestComment.title': 'Предложи комментарий',
|
|
143
|
+
'fabric.editor.ai.config.item.suggestReply.description': 'Получите ответ от ИИ на этот комментарий',
|
|
144
|
+
'fabric.editor.ai.config.item.suggestReply.title': 'Предложить ответ',
|
|
142
145
|
'fabric.editor.ai.config.item.summarize.description': 'Резюмирует текст, над которым вы работаете, чтобы подчеркнуть ключевые моменты.',
|
|
143
146
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Резюмировать текст',
|
|
144
147
|
'fabric.editor.ai.config.item.summarize.title': 'Резюмировать текст',
|
|
@@ -354,6 +357,7 @@ export default {
|
|
|
354
357
|
'fabric.editor.askRovo': 'Задать вопрос Rovo',
|
|
355
358
|
'fabric.editor.backLink': 'Назад',
|
|
356
359
|
'fabric.editor.backgroundColor': 'Цвет фона',
|
|
360
|
+
'fabric.editor.block.menu.change.format': 'Изменить формат',
|
|
357
361
|
'fabric.editor.block.menu.codeblock': 'Блок кода',
|
|
358
362
|
'fabric.editor.block.menu.copy': 'Копировать',
|
|
359
363
|
'fabric.editor.block.menu.copy.block': 'Скопировать блок',
|
|
@@ -433,6 +437,8 @@ export default {
|
|
|
433
437
|
'fabric.editor.codeBlock.languageNotSet': 'Язык кода не задан.',
|
|
434
438
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Скопировано!',
|
|
435
439
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Скопировать как текст',
|
|
440
|
+
'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': 'Скрыть номера строк',
|
|
441
|
+
'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': 'Показать номера строк',
|
|
436
442
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Отключить перенос текста',
|
|
437
443
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Включить перенос текста',
|
|
438
444
|
'fabric.editor.codeblock': 'Фрагмент кода',
|
|
@@ -581,6 +587,7 @@ export default {
|
|
|
581
587
|
'fabric.editor.emptyLink': 'Введите ссылку.',
|
|
582
588
|
'fabric.editor.emptySearchResults': 'Ничего не найдено.',
|
|
583
589
|
'fabric.editor.emptySearchResultsSuggestion': 'Нажмите «{buttonName}» для просмотра вставок.',
|
|
590
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': 'Выберите «{askRovoName}», чтобы получить помощь.',
|
|
584
591
|
'fabric.editor.epic': 'Эпик',
|
|
585
592
|
'fabric.editor.error': 'Ошибка',
|
|
586
593
|
'fabric.editor.error.description.cannotDelete': 'При попытке удалить синхронизированный блок произошла ошибка.',
|
|
@@ -589,6 +596,7 @@ export default {
|
|
|
589
596
|
'fabric.editor.error.description.failToEditWhenOffline': 'Похоже, вы не подключены к сети. Подключитесь к Интернету, чтобы отредактировать синхронизированный контент.',
|
|
590
597
|
'fabric.editor.error.description.reference.offline': 'Невозможно отображать синхронизированные блоки, если вы не подключены к сети',
|
|
591
598
|
'fabric.editor.error.description.reference.unpublished': 'Синхронизированный контент будет отображен <link>после публикации страницы</link>',
|
|
599
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': 'Синхронизированный контент будет отображен <link>после сохранения описания задачи</link>',
|
|
592
600
|
'fabric.editor.error.flag.title.cannotDelete': 'Не удалось удалить синхронизированный блок',
|
|
593
601
|
'fabric.editor.error.message.label': 'Ошибка',
|
|
594
602
|
'fabric.editor.error.title.failToCreate': 'Невозможно создать синхронизированный контент в офлайн-режиме',
|
|
@@ -725,6 +733,7 @@ export default {
|
|
|
725
733
|
'fabric.editor.keyboardShortcuts': 'Сочетания клавиш',
|
|
726
734
|
'fabric.editor.layout.columnOption': '{count, plural, one {Колонка} few {{count} колонки} many {{count} колонок} other {{count} колонки}}',
|
|
727
735
|
'fabric.editor.layout.controls.placeholder': 'Введите «/» для вставки',
|
|
736
|
+
'fabric.editor.layout.deleteColumn': '{count, plural, one {Удалить столбцы} few {Удалить столбцы} many {Удалить столбцы} other {Удалить столбцы}}',
|
|
728
737
|
'fabric.editor.layout.distributeColumns': 'Распределить столбцы',
|
|
729
738
|
'fabric.editor.layout.placeholder': 'Добавить контент',
|
|
730
739
|
'fabric.editor.layout.resizeLayout': 'Изменить размер макета',
|
|
@@ -758,6 +767,7 @@ export default {
|
|
|
758
767
|
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Режим просмотра',
|
|
759
768
|
'fabric.editor.markdownMode.viewToggle.preview': 'Разделенный экран (скоро)',
|
|
760
769
|
'fabric.editor.markdownMode.viewToggle.source': 'Редактор синтаксиса',
|
|
770
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'Режим предпросмотра редактора',
|
|
761
771
|
'fabric.editor.matchCase': 'С учетом регистра',
|
|
762
772
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Ширина объекта мультимедиа уменьшена до {newMediaWidth,number} пикселя.} few {Ширина объекта мультимедиа уменьшена до {newMediaWidth,number} пикселей.} many {Ширина объекта мультимедиа уменьшена до {newMediaWidth,number} пикселей.} other {Ширина объекта мультимедиа уменьшена до {newMediaWidth,number} пикселя.}}',
|
|
763
773
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Ширина объекта мультимедиа увеличена до {newMediaWidth,number} пикселя.} few {Ширина объекта мультимедиа увеличена до {newMediaWidth,number} пикселей.} many {Ширина объекта мультимедиа увеличена до {newMediaWidth,number} пикселей.} other {Ширина объекта мультимедиа увеличена до {newMediaWidth,number} пикселя.}}',
|
|
@@ -962,6 +972,12 @@ export default {
|
|
|
962
972
|
'fabric.editor.syncedBlockSourceUnsyncedDescription': 'Не удалось отобразить контент, так как его синхронизация с источником <a>{title}</a> была отменена.',
|
|
963
973
|
'fabric.editor.syncedLocationDropdownError': 'В данный момент загрузка местоположений невозможна. Подождите несколько минут, затем обновите страницу в браузере.',
|
|
964
974
|
'fabric.editor.syncedLocationDropdownHeading': 'Местоположения ({count}):',
|
|
975
|
+
'fabric.editor.syncedLocationDropdownIssueTypeBug': 'Баг',
|
|
976
|
+
'fabric.editor.syncedLocationDropdownIssueTypeEpic': 'Эпик',
|
|
977
|
+
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': 'Задача Jira',
|
|
978
|
+
'fabric.editor.syncedLocationDropdownIssueTypeStory': 'История',
|
|
979
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Подзадача',
|
|
980
|
+
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Задача',
|
|
965
981
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Подробнее о синхронизированных блоках',
|
|
966
982
|
'fabric.editor.syncedLocationDropdownNoResults': 'Копируйте и вставляйте синхронизированные блоки, чтобы повторно использовать их в других местоположениях.',
|
|
967
983
|
'fabric.editor.syncedLocationDropdownRequestAccess': 'Запросить доступ',
|
|
@@ -1057,7 +1073,9 @@ export default {
|
|
|
1057
1073
|
'fabric.editor.unorderedList': 'Маркированный список',
|
|
1058
1074
|
'fabric.editor.unorderedList.description': 'Создание неупорядоченного списка',
|
|
1059
1075
|
'fabric.editor.unpublishedSyncBlockPastedDescription': 'Контент будет отображен после публикации страницы.',
|
|
1076
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': 'Контент будет отображен после сохранения описания задачи.',
|
|
1060
1077
|
'fabric.editor.unpublishedSyncBlockPastedTitle': 'Вставлен из неопубликованной страницы',
|
|
1078
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': 'Вставлено из несохраненного элемента',
|
|
1061
1079
|
'fabric.editor.unsupportedBlockContent': 'Этот редактор не поддерживает отображение такого контента',
|
|
1062
1080
|
'fabric.editor.unsupportedContentTooltip': 'Контент недоступен в этом редакторе, при редактировании и сохранении он останется неизменным',
|
|
1063
1081
|
'fabric.editor.unsupportedInlineContent': 'Контент не поддерживается.',
|
package/dist/esm/i18n/sl.d.ts
CHANGED
|
@@ -373,6 +373,7 @@ declare const _default: {
|
|
|
373
373
|
'fabric.editor.ai.suggestions.stagingArea.suggestionsLabel.non-final': string;
|
|
374
374
|
'fabric.editor.ai.suggestions.stagingArea.titleLabel.non-final': string;
|
|
375
375
|
'fabric.editor.ai.suggestions.stagingArea.viewLabel.non-final': string;
|
|
376
|
+
'fabric.editor.ai.suggestions.suggestEdits.buttonLabel': string;
|
|
376
377
|
'fabric.editor.ai.suggestions.toolbarButton.errorLabel.non-final': string;
|
|
377
378
|
'fabric.editor.ai.suggestions.toolbarButton.label.non-final': string;
|
|
378
379
|
'fabric.editor.ai.suggestions.toolbarButton.loadingLabel.non-final': string;
|
|
@@ -499,7 +500,9 @@ declare const _default: {
|
|
|
499
500
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
500
501
|
'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': string;
|
|
501
502
|
'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': string;
|
|
503
|
+
'fabric.editor.codeBlockWrapButton.unwrapCode': string;
|
|
502
504
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
505
|
+
'fabric.editor.codeBlockWrapButton.wrapCode': string;
|
|
503
506
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
504
507
|
'fabric.editor.codeblock': string;
|
|
505
508
|
'fabric.editor.codeblock.description': string;
|
|
@@ -645,6 +648,7 @@ declare const _default: {
|
|
|
645
648
|
'fabric.editor.emptySearchResults': string;
|
|
646
649
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
647
650
|
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
651
|
+
'fabric.editor.emptySearchResultsSuggestionNew': string;
|
|
648
652
|
'fabric.editor.epic': string;
|
|
649
653
|
'fabric.editor.error': string;
|
|
650
654
|
'fabric.editor.error.description.cannotDelete': string;
|
|
@@ -785,6 +789,10 @@ declare const _default: {
|
|
|
785
789
|
'fabric.editor.inviteItem.title': string;
|
|
786
790
|
'fabric.editor.italic': string;
|
|
787
791
|
'fabric.editor.keyboardShortcuts': string;
|
|
792
|
+
'fabric.editor.layout.alignColumn': string;
|
|
793
|
+
'fabric.editor.layout.alignColumnBottom': string;
|
|
794
|
+
'fabric.editor.layout.alignColumnMiddle': string;
|
|
795
|
+
'fabric.editor.layout.alignColumnTop': string;
|
|
788
796
|
'fabric.editor.layout.columnOption': string;
|
|
789
797
|
'fabric.editor.layout.controls.placeholder': string;
|
|
790
798
|
'fabric.editor.layout.deleteColumn': string;
|
|
@@ -815,6 +823,7 @@ declare const _default: {
|
|
|
815
823
|
'fabric.editor.markdown': string;
|
|
816
824
|
'fabric.editor.markdownMode.confirmDialog.cancel': string;
|
|
817
825
|
'fabric.editor.markdownMode.confirmDialog.confirm': string;
|
|
826
|
+
'fabric.editor.markdownMode.confirmDialog.error': string;
|
|
818
827
|
'fabric.editor.markdownMode.labsLozenge': string;
|
|
819
828
|
'fabric.editor.markdownMode.sourceView.ariaLabel': string;
|
|
820
829
|
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
@@ -1039,6 +1048,10 @@ declare const _default: {
|
|
|
1039
1048
|
'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': string;
|
|
1040
1049
|
'fabric.editor.syncedLocationDropdownUntitledPage': string;
|
|
1041
1050
|
'fabric.editor.table': string;
|
|
1051
|
+
'fabric.editor.table.cellAlignment': string;
|
|
1052
|
+
'fabric.editor.table.cellAlignmentBottom': string;
|
|
1053
|
+
'fabric.editor.table.cellAlignmentMiddle': string;
|
|
1054
|
+
'fabric.editor.table.cellAlignmentTop': string;
|
|
1042
1055
|
'fabric.editor.table.description': string;
|
|
1043
1056
|
'fabric.editor.tableAlignmentOptions': string;
|
|
1044
1057
|
'fabric.editor.tableFullWidthLabel': string;
|
package/dist/esm/i18n/sl.js
CHANGED
|
@@ -375,6 +375,7 @@ export default {
|
|
|
375
375
|
'fabric.editor.ai.suggestions.stagingArea.suggestionsLabel.non-final': 'Predlogi',
|
|
376
376
|
'fabric.editor.ai.suggestions.stagingArea.titleLabel.non-final': 'Naslov',
|
|
377
377
|
'fabric.editor.ai.suggestions.stagingArea.viewLabel.non-final': 'Prikaz',
|
|
378
|
+
'fabric.editor.ai.suggestions.suggestEdits.buttonLabel': 'Pregled',
|
|
378
379
|
'fabric.editor.ai.suggestions.toolbarButton.errorLabel.non-final': 'Poskusi znova',
|
|
379
380
|
'fabric.editor.ai.suggestions.toolbarButton.label.non-final': 'Predlogi',
|
|
380
381
|
'fabric.editor.ai.suggestions.toolbarButton.loadingLabel.non-final': 'Nalaganje',
|
|
@@ -501,7 +502,9 @@ export default {
|
|
|
501
502
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiraj kot besedilo',
|
|
502
503
|
'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': 'Skrij številke vrstic',
|
|
503
504
|
'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': 'Prikaži številke vrstic',
|
|
505
|
+
'fabric.editor.codeBlockWrapButton.unwrapCode': 'Izklopi prelom vrstic kode',
|
|
504
506
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Izklopi prelom',
|
|
507
|
+
'fabric.editor.codeBlockWrapButton.wrapCode': 'Prelomi vrstice kode',
|
|
505
508
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Vklopi prelom',
|
|
506
509
|
'fabric.editor.codeblock': 'Delček kode',
|
|
507
510
|
'fabric.editor.codeblock.description': 'Prikaže kodo z označeno skladnjo',
|
|
@@ -647,6 +650,7 @@ export default {
|
|
|
647
650
|
'fabric.editor.emptySearchResults': 'Najti ni bilo mogoče nobenih rezultatov.',
|
|
648
651
|
'fabric.editor.emptySearchResultsSuggestion': 'Za brskanje po vstavkih izberite {buttonName}.',
|
|
649
652
|
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': 'Za pomoč izberite {askRovoName}.',
|
|
653
|
+
'fabric.editor.emptySearchResultsSuggestionNew': 'Za pomoč izberite {askRovoName} ali {buttonName} za brskanje po vstavkih.',
|
|
650
654
|
'fabric.editor.epic': 'Ep',
|
|
651
655
|
'fabric.editor.error': 'Napaka',
|
|
652
656
|
'fabric.editor.error.description.cannotDelete': 'Med poskusom izbrisa tega sinhroniziranega bloka je prišlo do napake.',
|
|
@@ -787,6 +791,10 @@ export default {
|
|
|
787
791
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Povabilo sodelavca v storitev {productName}} trusted {Povabilo sodelavca v storitev {productName}} other {Dodajanje sodelavca v storitev {productName}}}',
|
|
788
792
|
'fabric.editor.italic': 'Ležeče',
|
|
789
793
|
'fabric.editor.keyboardShortcuts': 'Bližnjice na tipkovnici',
|
|
794
|
+
'fabric.editor.layout.alignColumn': 'Poravnava',
|
|
795
|
+
'fabric.editor.layout.alignColumnBottom': 'Na dno',
|
|
796
|
+
'fabric.editor.layout.alignColumnMiddle': 'Sredina',
|
|
797
|
+
'fabric.editor.layout.alignColumnTop': 'Na vrh',
|
|
790
798
|
'fabric.editor.layout.columnOption': '{count, plural, one {{count} stolpec} two {{count} stolpca} few {{count} stolpci} other {{count} stolpcev}}',
|
|
791
799
|
'fabric.editor.layout.controls.placeholder': '/ za vstavljanje',
|
|
792
800
|
'fabric.editor.layout.deleteColumn': '{count, plural, one {Izbriši stolpec} two {Izbriši stolpca} few {Izbriši stolpce} other {Izbriši stolpce}}',
|
|
@@ -817,6 +825,7 @@ export default {
|
|
|
817
825
|
'fabric.editor.markdown': 'Markdown',
|
|
818
826
|
'fabric.editor.markdownMode.confirmDialog.cancel': 'Prekliči',
|
|
819
827
|
'fabric.editor.markdownMode.confirmDialog.confirm': 'Potrdi',
|
|
828
|
+
'fabric.editor.markdownMode.confirmDialog.error': 'Pri pretvorbi te strani je prišlo do napake. Poskusite znova.',
|
|
820
829
|
'fabric.editor.markdownMode.labsLozenge': 'LABORATORIJI',
|
|
821
830
|
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Vir Markdown',
|
|
822
831
|
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Način prikaza',
|
|
@@ -1041,6 +1050,10 @@ export default {
|
|
|
1041
1050
|
'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': 'Ta delovni element',
|
|
1042
1051
|
'fabric.editor.syncedLocationDropdownUntitledPage': 'Brez naslova',
|
|
1043
1052
|
'fabric.editor.table': 'Tabela',
|
|
1053
|
+
'fabric.editor.table.cellAlignment': 'Poravnava',
|
|
1054
|
+
'fabric.editor.table.cellAlignmentBottom': 'Na dno',
|
|
1055
|
+
'fabric.editor.table.cellAlignmentMiddle': 'Na sredino',
|
|
1056
|
+
'fabric.editor.table.cellAlignmentTop': 'Na vrh',
|
|
1044
1057
|
'fabric.editor.table.description': 'Vstavi tabelo',
|
|
1045
1058
|
'fabric.editor.tableAlignmentOptions': 'Možnost poravnave',
|
|
1046
1059
|
'fabric.editor.tableFullWidthLabel': 'Polna širina',
|