@atlaskit/editor-common 74.29.2 → 74.30.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/CHANGELOG.md +12 -0
- package/dist/cjs/i18n/cs.js +19 -0
- package/dist/cjs/i18n/da.js +19 -0
- package/dist/cjs/i18n/de.js +19 -0
- package/dist/cjs/i18n/es.js +19 -0
- package/dist/cjs/i18n/fi.js +19 -0
- package/dist/cjs/i18n/fr.js +19 -0
- package/dist/cjs/i18n/hu.js +19 -0
- package/dist/cjs/i18n/it.js +19 -0
- package/dist/cjs/i18n/ja.js +19 -0
- package/dist/cjs/i18n/ko.js +19 -0
- package/dist/cjs/i18n/nb.js +19 -0
- package/dist/cjs/i18n/nl.js +19 -0
- package/dist/cjs/i18n/pl.js +19 -0
- package/dist/cjs/i18n/pt_BR.js +19 -0
- package/dist/cjs/i18n/ru.js +19 -0
- package/dist/cjs/i18n/sv.js +19 -0
- package/dist/cjs/i18n/th.js +19 -0
- package/dist/cjs/i18n/tr.js +19 -0
- package/dist/cjs/i18n/uk.js +19 -0
- package/dist/cjs/i18n/vi.js +19 -0
- package/dist/cjs/i18n/zh.js +19 -0
- package/dist/cjs/i18n/zh_TW.js +19 -0
- package/dist/cjs/mark/commands.js +201 -0
- package/dist/cjs/mark/index.js +30 -0
- package/dist/cjs/messages/full-page.js +25 -0
- package/dist/cjs/messages/index.js +7 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Toolbar/index.js +8 -0
- package/dist/cjs/ui/index.js +7 -0
- package/dist/cjs/ui-menu/DropdownMenu/index.js +16 -2
- package/dist/cjs/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +219 -0
- package/dist/cjs/ui-menu/index.js +23 -4
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +19 -0
- package/dist/es2019/i18n/da.js +19 -0
- package/dist/es2019/i18n/de.js +19 -0
- package/dist/es2019/i18n/es.js +19 -0
- package/dist/es2019/i18n/fi.js +19 -0
- package/dist/es2019/i18n/fr.js +19 -0
- package/dist/es2019/i18n/hu.js +19 -0
- package/dist/es2019/i18n/it.js +19 -0
- package/dist/es2019/i18n/ja.js +19 -0
- package/dist/es2019/i18n/ko.js +19 -0
- package/dist/es2019/i18n/nb.js +19 -0
- package/dist/es2019/i18n/nl.js +19 -0
- package/dist/es2019/i18n/pl.js +19 -0
- package/dist/es2019/i18n/pt_BR.js +19 -0
- package/dist/es2019/i18n/ru.js +19 -0
- package/dist/es2019/i18n/sv.js +19 -0
- package/dist/es2019/i18n/th.js +19 -0
- package/dist/es2019/i18n/tr.js +19 -0
- package/dist/es2019/i18n/uk.js +19 -0
- package/dist/es2019/i18n/vi.js +19 -0
- package/dist/es2019/i18n/zh.js +19 -0
- package/dist/es2019/i18n/zh_TW.js +19 -0
- package/dist/es2019/mark/commands.js +205 -0
- package/dist/es2019/mark/index.js +1 -0
- package/dist/es2019/messages/full-page.js +18 -0
- package/dist/es2019/messages/index.js +1 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Toolbar/index.js +1 -0
- package/dist/es2019/ui/index.js +2 -1
- package/dist/es2019/ui-menu/DropdownMenu/index.js +16 -2
- package/dist/es2019/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +209 -0
- package/dist/es2019/ui-menu/index.js +5 -4
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +19 -0
- package/dist/esm/i18n/da.js +19 -0
- package/dist/esm/i18n/de.js +19 -0
- package/dist/esm/i18n/es.js +19 -0
- package/dist/esm/i18n/fi.js +19 -0
- package/dist/esm/i18n/fr.js +19 -0
- package/dist/esm/i18n/hu.js +19 -0
- package/dist/esm/i18n/it.js +19 -0
- package/dist/esm/i18n/ja.js +19 -0
- package/dist/esm/i18n/ko.js +19 -0
- package/dist/esm/i18n/nb.js +19 -0
- package/dist/esm/i18n/nl.js +19 -0
- package/dist/esm/i18n/pl.js +19 -0
- package/dist/esm/i18n/pt_BR.js +19 -0
- package/dist/esm/i18n/ru.js +19 -0
- package/dist/esm/i18n/sv.js +19 -0
- package/dist/esm/i18n/th.js +19 -0
- package/dist/esm/i18n/tr.js +19 -0
- package/dist/esm/i18n/uk.js +19 -0
- package/dist/esm/i18n/vi.js +19 -0
- package/dist/esm/i18n/zh.js +19 -0
- package/dist/esm/i18n/zh_TW.js +19 -0
- package/dist/esm/mark/commands.js +190 -0
- package/dist/esm/mark/index.js +1 -0
- package/dist/esm/messages/full-page.js +18 -0
- package/dist/esm/messages/index.js +1 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Toolbar/index.js +1 -0
- package/dist/esm/ui/index.js +2 -1
- package/dist/esm/ui-menu/DropdownMenu/index.js +15 -2
- package/dist/esm/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +207 -0
- package/dist/esm/ui-menu/index.js +5 -4
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +19 -0
- package/dist/types/i18n/da.d.ts +19 -0
- package/dist/types/i18n/de.d.ts +19 -0
- package/dist/types/i18n/es.d.ts +19 -0
- package/dist/types/i18n/fi.d.ts +19 -0
- package/dist/types/i18n/fr.d.ts +19 -0
- package/dist/types/i18n/hu.d.ts +19 -0
- package/dist/types/i18n/it.d.ts +19 -0
- package/dist/types/i18n/ja.d.ts +19 -0
- package/dist/types/i18n/ko.d.ts +19 -0
- package/dist/types/i18n/nb.d.ts +19 -0
- package/dist/types/i18n/nl.d.ts +19 -0
- package/dist/types/i18n/pl.d.ts +19 -0
- package/dist/types/i18n/pt_BR.d.ts +19 -0
- package/dist/types/i18n/ru.d.ts +19 -0
- package/dist/types/i18n/sv.d.ts +19 -0
- package/dist/types/i18n/th.d.ts +19 -0
- package/dist/types/i18n/tr.d.ts +19 -0
- package/dist/types/i18n/uk.d.ts +19 -0
- package/dist/types/i18n/vi.d.ts +19 -0
- package/dist/types/i18n/zh.d.ts +19 -0
- package/dist/types/i18n/zh_TW.d.ts +19 -0
- package/dist/types/mark/commands.d.ts +18 -0
- package/dist/types/mark/index.d.ts +1 -0
- package/dist/types/messages/full-page.d.ts +17 -0
- package/dist/types/messages/index.d.ts +1 -0
- package/dist/types/ui/Toolbar/index.d.ts +5 -0
- package/dist/types/ui/index.d.ts +2 -0
- package/dist/types/ui-menu/DropdownMenu/index.d.ts +2 -1
- package/dist/types/ui-menu/ToolbarArrowKeyNavigationProvider/index.d.ts +30 -0
- package/dist/types/ui-menu/index.d.ts +7 -6
- package/dist/types-ts4.5/i18n/cs.d.ts +19 -0
- package/dist/types-ts4.5/i18n/da.d.ts +19 -0
- package/dist/types-ts4.5/i18n/de.d.ts +19 -0
- package/dist/types-ts4.5/i18n/es.d.ts +19 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +19 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +19 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +19 -0
- package/dist/types-ts4.5/i18n/it.d.ts +19 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +19 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +19 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +19 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +19 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +19 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +19 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +19 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +19 -0
- package/dist/types-ts4.5/i18n/th.d.ts +19 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +19 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +19 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +19 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +19 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +19 -0
- package/dist/types-ts4.5/mark/commands.d.ts +18 -0
- package/dist/types-ts4.5/mark/index.d.ts +1 -0
- package/dist/types-ts4.5/messages/full-page.d.ts +17 -0
- package/dist/types-ts4.5/messages/index.d.ts +1 -0
- package/dist/types-ts4.5/ui/Toolbar/index.d.ts +5 -0
- package/dist/types-ts4.5/ui/index.d.ts +2 -0
- package/dist/types-ts4.5/ui-menu/DropdownMenu/index.d.ts +2 -1
- package/dist/types-ts4.5/ui-menu/ToolbarArrowKeyNavigationProvider/index.d.ts +30 -0
- package/dist/types-ts4.5/ui-menu/index.d.ts +7 -6
- package/mark/package.json +15 -0
- package/package.json +6 -4
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -23,9 +23,12 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.blockDescription': '要約やアクションなど、リンクの詳細を表示します。',
|
|
24
24
|
'fabric.editor.blockTitle': 'カード',
|
|
25
25
|
'fabric.editor.blockquote': '引用',
|
|
26
|
+
'fabric.editor.bug': 'バグ',
|
|
26
27
|
'fabric.editor.cancelButton': 'キャンセル',
|
|
27
28
|
'fabric.editor.captionPlaceholder': 'キャプションを追加',
|
|
28
29
|
'fabric.editor.cardFloatingControls': 'カードのオプション',
|
|
30
|
+
'fabric.editor.clearLink': 'リンクをクリア',
|
|
31
|
+
'fabric.editor.clearLinkText': 'テキストをクリア',
|
|
29
32
|
'fabric.editor.codeBidiWarningLabel': '双方向文字はテキストのレンダリング順序を変更します。このため、悪意のあるコードを隠すために使用される場合があります。',
|
|
30
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'コピーしました',
|
|
31
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'テキストとしてコピー',
|
|
@@ -40,11 +43,13 @@ var _default = {
|
|
|
40
43
|
'fabric.editor.date.description': 'カレンダーを使用して日付を追加',
|
|
41
44
|
'fabric.editor.decision': '決定事項',
|
|
42
45
|
'fabric.editor.decision.description': '決定事項をキャプチャして簡単に追跡',
|
|
46
|
+
'fabric.editor.defaultAltText': 'リスト項目',
|
|
43
47
|
'fabric.editor.displayBlock': 'カードを表示',
|
|
44
48
|
'fabric.editor.displayEmbed': '埋め込みを表示',
|
|
45
49
|
'fabric.editor.displayInline': 'インライン表示',
|
|
46
50
|
'fabric.editor.displayLink': 'テキストとして表示',
|
|
47
51
|
'fabric.editor.displayOptionUnavailableInParentNode': '{node} 内ではこの表示オプションを使用できません',
|
|
52
|
+
'fabric.editor.displayText': '表示するテキスト',
|
|
48
53
|
'fabric.editor.ecombedDescription': 'リンクのインタラクティブなプレビューを表示します。',
|
|
49
54
|
'fabric.editor.edit.datasource': '検索クエリを編集',
|
|
50
55
|
'fabric.editor.editLink': 'リンクを編集',
|
|
@@ -53,6 +58,7 @@ var _default = {
|
|
|
53
58
|
'fabric.editor.emoji': '絵文字',
|
|
54
59
|
'fabric.editor.emoji.description': '絵文字を使用してアイデア 🎉 や気持ち 😄 を表現',
|
|
55
60
|
'fabric.editor.emptyLink': 'リンクを入力してください。',
|
|
61
|
+
'fabric.editor.epic': 'エピック',
|
|
56
62
|
'fabric.editor.expand': '展開',
|
|
57
63
|
'fabric.editor.expand.description': '展開を挿入',
|
|
58
64
|
'fabric.editor.expandDefaultTitle': 'こちらをクリックして展開…',
|
|
@@ -60,12 +66,22 @@ var _default = {
|
|
|
60
66
|
'fabric.editor.expandPlaceholder': 'この展開にタイトルを付ける…',
|
|
61
67
|
'fabric.editor.feedbackDialog': 'フィードバックを送信',
|
|
62
68
|
'fabric.editor.feedbackDialog.description': '新しいエディターに関するご意見・ご感想をお聞かせください',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'ブログ',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'バグ',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': '課題',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'ページ',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'ストーリー',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'タスク',
|
|
63
75
|
'fabric.editor.help': 'ヘルプ',
|
|
64
76
|
'fabric.editor.help.description': 'キーボード ショートカットと Markdown のオプションをすべて表示',
|
|
65
77
|
'fabric.editor.horizontalRule': '分割線',
|
|
66
78
|
'fabric.editor.horizontalRule.description': '横線を使用してコンテンツを分割',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'リンク ラベル',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'フィールドに入力すると、以下に候補が表示されます',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {検索結果がありませんでした} other {{count,number} 件の検索結果が見つかりました}}',
|
|
67
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'リンクを貼り付けるか検索',
|
|
68
83
|
'fabric.editor.image': '画像',
|
|
84
|
+
'fabric.editor.improvement': '改善',
|
|
69
85
|
'fabric.editor.inlineDescription': 'リンクをインライン テキストとして表示します。',
|
|
70
86
|
'fabric.editor.inlineTitle': 'インライン',
|
|
71
87
|
'fabric.editor.insertMenu': '挿入',
|
|
@@ -91,8 +107,11 @@ var _default = {
|
|
|
91
107
|
'fabric.editor.settingsLinks': 'リンク設定に移動',
|
|
92
108
|
'fabric.editor.status': 'ステータス',
|
|
93
109
|
'fabric.editor.status.description': 'カスタム ステータス ラベルを追加',
|
|
110
|
+
'fabric.editor.story': 'ストーリー',
|
|
111
|
+
'fabric.editor.subTask': 'サブタスク',
|
|
94
112
|
'fabric.editor.table': '表',
|
|
95
113
|
'fabric.editor.table.description': '表を挿入',
|
|
114
|
+
'fabric.editor.task': 'タスク',
|
|
96
115
|
'fabric.editor.time.ago': '前',
|
|
97
116
|
'fabric.editor.time.updated': '最終更新',
|
|
98
117
|
'fabric.editor.time.viewed': '最終閲覧',
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -23,9 +23,12 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.blockDescription': '요약 및 작업을 포함하여 링크에 대한 추가 정보 표시',
|
|
24
24
|
'fabric.editor.blockTitle': '카드',
|
|
25
25
|
'fabric.editor.blockquote': '인용',
|
|
26
|
+
'fabric.editor.bug': '버그',
|
|
26
27
|
'fabric.editor.cancelButton': '취소',
|
|
27
28
|
'fabric.editor.captionPlaceholder': '캡션 추가',
|
|
28
29
|
'fabric.editor.cardFloatingControls': '카드 옵션',
|
|
30
|
+
'fabric.editor.clearLink': '링크 지우기',
|
|
31
|
+
'fabric.editor.clearLinkText': '텍스트 지우기',
|
|
29
32
|
'fabric.editor.codeBidiWarningLabel': '양방향 문자가 텍스트가 렌더링되는 순서를 변경합니다. 악성 코드를 가리는 데 사용할 수 있습니다.',
|
|
30
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '복사되었습니다!',
|
|
31
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': '텍스트로 복사',
|
|
@@ -40,11 +43,13 @@ var _default = {
|
|
|
40
43
|
'fabric.editor.date.description': '캘린더로 날짜 추가',
|
|
41
44
|
'fabric.editor.decision': '결정',
|
|
42
45
|
'fabric.editor.decision.description': '결정을 추적하기 쉽도록 캡처',
|
|
46
|
+
'fabric.editor.defaultAltText': '목록 항목',
|
|
43
47
|
'fabric.editor.displayBlock': '카드 표시',
|
|
44
48
|
'fabric.editor.displayEmbed': '포함으로 표시',
|
|
45
49
|
'fabric.editor.displayInline': '인라인으로 표시',
|
|
46
50
|
'fabric.editor.displayLink': '텍스트로 표시',
|
|
47
51
|
'fabric.editor.displayOptionUnavailableInParentNode': '이 표시 옵션은 {node} 내에서 사용할 수 없습니다',
|
|
52
|
+
'fabric.editor.displayText': '표시할 텍스트',
|
|
48
53
|
'fabric.editor.ecombedDescription': '링크의 대화형 미리 보기 표시',
|
|
49
54
|
'fabric.editor.edit.datasource': '검색 쿼리 편집',
|
|
50
55
|
'fabric.editor.editLink': '링크 편집',
|
|
@@ -53,6 +58,7 @@ var _default = {
|
|
|
53
58
|
'fabric.editor.emoji': '이모지',
|
|
54
59
|
'fabric.editor.emoji.description': '이모지를 사용하여 아이디어 🎉 및 감정 😄 표현',
|
|
55
60
|
'fabric.editor.emptyLink': '링크를 입력하세요.',
|
|
61
|
+
'fabric.editor.epic': '에픽',
|
|
56
62
|
'fabric.editor.expand': '확대',
|
|
57
63
|
'fabric.editor.expand.description': '확대 삽입',
|
|
58
64
|
'fabric.editor.expandDefaultTitle': '여기를 클릭하여 펼치기...',
|
|
@@ -60,12 +66,22 @@ var _default = {
|
|
|
60
66
|
'fabric.editor.expandPlaceholder': '이 펼치기에 제목 지정...',
|
|
61
67
|
'fabric.editor.feedbackDialog': '피드백 보내기',
|
|
62
68
|
'fabric.editor.feedbackDialog.description': '새로운 편집기 사용 경험에 대한 의견을 보내 주십시오',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': '블로그',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': '버그',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': '이슈',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': '페이지',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': '스토리',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': '작업',
|
|
63
75
|
'fabric.editor.help': '도움말',
|
|
64
76
|
'fabric.editor.help.description': '모든 키보드 바로 가기 키 및 마크다운 옵션 찾아보기',
|
|
65
77
|
'fabric.editor.horizontalRule': '구분선',
|
|
66
78
|
'fabric.editor.horizontalRule.description': '가로선으로 콘텐츠 구분',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': '링크 레이블',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': '필드에 입력할 때 제안 사항이 아래에 표시됩니다',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {결과를 찾을 수 없습니다} other {{count,number}개의 결과를 찾았습니다}}',
|
|
67
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': '링크 붙여넣기 또는 검색',
|
|
68
83
|
'fabric.editor.image': '이미지',
|
|
84
|
+
'fabric.editor.improvement': '개선',
|
|
69
85
|
'fabric.editor.inlineDescription': '링크를 인라인 텍스트로 표시',
|
|
70
86
|
'fabric.editor.inlineTitle': '인라인',
|
|
71
87
|
'fabric.editor.insertMenu': '삽입',
|
|
@@ -91,8 +107,11 @@ var _default = {
|
|
|
91
107
|
'fabric.editor.settingsLinks': '링크 기본 설정으로 이동',
|
|
92
108
|
'fabric.editor.status': '상태',
|
|
93
109
|
'fabric.editor.status.description': '사용자 정의 상태 레이블 추가',
|
|
110
|
+
'fabric.editor.story': '스토리',
|
|
111
|
+
'fabric.editor.subTask': '하위 작업',
|
|
94
112
|
'fabric.editor.table': '표',
|
|
95
113
|
'fabric.editor.table.description': '표 삽입',
|
|
114
|
+
'fabric.editor.task': '작업',
|
|
96
115
|
'fabric.editor.time.ago': '전',
|
|
97
116
|
'fabric.editor.time.updated': '업데이트됨',
|
|
98
117
|
'fabric.editor.time.viewed': '확인함',
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -23,9 +23,12 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.blockDescription': 'Vis mer informasjon om en kobling, inkludert et sammendrag og handlinger',
|
|
24
24
|
'fabric.editor.blockTitle': 'Kort',
|
|
25
25
|
'fabric.editor.blockquote': 'et sitat',
|
|
26
|
+
'fabric.editor.bug': 'Programfeil',
|
|
26
27
|
'fabric.editor.cancelButton': 'Avbryt',
|
|
27
28
|
'fabric.editor.captionPlaceholder': 'Legg til bildetekst',
|
|
28
29
|
'fabric.editor.cardFloatingControls': 'Kortalternativer',
|
|
30
|
+
'fabric.editor.clearLink': 'Fjern kobling',
|
|
31
|
+
'fabric.editor.clearLinkText': 'Fjern tekst',
|
|
29
32
|
'fabric.editor.codeBidiWarningLabel': 'Toveistegn endrer rekkefølgen som tekst vises i. Dette kan brukes til å skjule skadelig kode.',
|
|
30
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
|
|
31
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopier som tekst',
|
|
@@ -40,11 +43,13 @@ var _default = {
|
|
|
40
43
|
'fabric.editor.date.description': 'Legg til en dato med en kalender',
|
|
41
44
|
'fabric.editor.decision': 'Beslutning',
|
|
42
45
|
'fabric.editor.decision.description': 'Registrer beslutninger slik at det er lett å spore dem',
|
|
46
|
+
'fabric.editor.defaultAltText': 'Listepunkt',
|
|
43
47
|
'fabric.editor.displayBlock': 'Vis som kort',
|
|
44
48
|
'fabric.editor.displayEmbed': 'Vis som innebygd',
|
|
45
49
|
'fabric.editor.displayInline': 'Vis innebygd',
|
|
46
50
|
'fabric.editor.displayLink': 'Vis som tekst',
|
|
47
51
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Dette visningsalternativet er ikke tilgjengelig innenfor {node}',
|
|
52
|
+
'fabric.editor.displayText': 'Tekst som skal vises',
|
|
48
53
|
'fabric.editor.ecombedDescription': 'Vis en interaktiv forhåndsvisning av en kobling',
|
|
49
54
|
'fabric.editor.edit.datasource': 'Rediger søkespørring',
|
|
50
55
|
'fabric.editor.editLink': 'Rediger kobling',
|
|
@@ -53,6 +58,7 @@ var _default = {
|
|
|
53
58
|
'fabric.editor.emoji': 'Emoji',
|
|
54
59
|
'fabric.editor.emoji.description': 'Bruk emojier for å uttrykke tanker 🎉 og følelser 😄',
|
|
55
60
|
'fabric.editor.emptyLink': 'Skriv inn en kobling.',
|
|
61
|
+
'fabric.editor.epic': 'Epic',
|
|
56
62
|
'fabric.editor.expand': 'Utvidelse',
|
|
57
63
|
'fabric.editor.expand.description': 'Sett inn en utvidelse',
|
|
58
64
|
'fabric.editor.expandDefaultTitle': 'Klikk her for å utvide …',
|
|
@@ -60,12 +66,22 @@ var _default = {
|
|
|
60
66
|
'fabric.editor.expandPlaceholder': 'Gi denne utvidelsen et navn …',
|
|
61
67
|
'fabric.editor.feedbackDialog': 'Gi en tilbakemelding',
|
|
62
68
|
'fabric.editor.feedbackDialog.description': 'Fortell oss hvordan du opplevde det nye redigeringsprogrammet',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blogg',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Programfeil',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sak',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Side',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historie',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Oppgave',
|
|
63
75
|
'fabric.editor.help': 'Hjelp',
|
|
64
76
|
'fabric.editor.help.description': 'Se gjennom alle tastatursnarveier og Markdown-alternativer',
|
|
65
77
|
'fabric.editor.horizontalRule': 'Deler',
|
|
66
78
|
'fabric.editor.horizontalRule.description': 'Atskill innhold med en horisontal linje',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Koblingsetikett',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Forslag vises nedenfor etter hvert som du skriver inn i feltet',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {fant ingen resultater} one {fant {count,number} resultat} other {fant {count,number} resultater}}',
|
|
67
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Lim inn eller søk etter kobling',
|
|
68
83
|
'fabric.editor.image': 'Bilde',
|
|
84
|
+
'fabric.editor.improvement': 'Forbedring',
|
|
69
85
|
'fabric.editor.inlineDescription': 'Vis kobling som innebygd tekst',
|
|
70
86
|
'fabric.editor.inlineTitle': 'Innebygd',
|
|
71
87
|
'fabric.editor.insertMenu': 'Sett inn',
|
|
@@ -91,8 +107,11 @@ var _default = {
|
|
|
91
107
|
'fabric.editor.settingsLinks': 'Gå til Koblingspreferanser',
|
|
92
108
|
'fabric.editor.status': 'Status',
|
|
93
109
|
'fabric.editor.status.description': 'Legg til en egendefinert statusetikett',
|
|
110
|
+
'fabric.editor.story': 'Historie',
|
|
111
|
+
'fabric.editor.subTask': 'Deloppgave',
|
|
94
112
|
'fabric.editor.table': 'Tabell',
|
|
95
113
|
'fabric.editor.table.description': 'Sett inn en tavle',
|
|
114
|
+
'fabric.editor.task': 'Oppgave',
|
|
96
115
|
'fabric.editor.time.ago': 'siden',
|
|
97
116
|
'fabric.editor.time.updated': 'Oppdatert',
|
|
98
117
|
'fabric.editor.time.viewed': 'Sett',
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -23,9 +23,12 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.blockDescription': 'Meer informatie weergeven over een link, inclusief een samenvatting en acties',
|
|
24
24
|
'fabric.editor.blockTitle': 'Kaart',
|
|
25
25
|
'fabric.editor.blockquote': 'een citaat',
|
|
26
|
+
'fabric.editor.bug': 'Bug',
|
|
26
27
|
'fabric.editor.cancelButton': 'Annuleren',
|
|
27
28
|
'fabric.editor.captionPlaceholder': 'Bijschrift toevoegen',
|
|
28
29
|
'fabric.editor.cardFloatingControls': 'Kaartopties',
|
|
30
|
+
'fabric.editor.clearLink': 'Link wissen',
|
|
31
|
+
'fabric.editor.clearLinkText': 'Tekst wissen',
|
|
29
32
|
'fabric.editor.codeBidiWarningLabel': 'Bidirectionele tekens wijzigen de volgorde waarin de tekst wordt weergegeven. Dit kan worden gebruikt om schadelijke code te verdoezelen.',
|
|
30
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Gekopieerd!',
|
|
31
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopieer als tekst',
|
|
@@ -40,11 +43,13 @@ var _default = {
|
|
|
40
43
|
'fabric.editor.date.description': 'Een datum toevoegen via een agenda',
|
|
41
44
|
'fabric.editor.decision': 'Beslissing',
|
|
42
45
|
'fabric.editor.decision.description': 'Beslissingen vastleggen zodat deze eenvoudig te traceren zijn',
|
|
46
|
+
'fabric.editor.defaultAltText': 'Lijstitem',
|
|
43
47
|
'fabric.editor.displayBlock': 'Kaart weergeven',
|
|
44
48
|
'fabric.editor.displayEmbed': 'Ingesloten weergeven',
|
|
45
49
|
'fabric.editor.displayInline': 'Inline weergeven',
|
|
46
50
|
'fabric.editor.displayLink': 'Als tekst weergeven',
|
|
47
51
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Deze weergaveoptie is niet beschikbaar binnen {node}.',
|
|
52
|
+
'fabric.editor.displayText': 'Tekst om te tonen',
|
|
48
53
|
'fabric.editor.ecombedDescription': 'Een interactieve preview van een link weergeven',
|
|
49
54
|
'fabric.editor.edit.datasource': 'Zoekopdracht bewerken',
|
|
50
55
|
'fabric.editor.editLink': 'Link bewerken',
|
|
@@ -53,6 +58,7 @@ var _default = {
|
|
|
53
58
|
'fabric.editor.emoji': 'Emoji',
|
|
54
59
|
'fabric.editor.emoji.description': "Emoji's gebruiken om ideeën 🎉 en emoties 😄 te delen",
|
|
55
60
|
'fabric.editor.emptyLink': 'Voer een link in.',
|
|
61
|
+
'fabric.editor.epic': 'Epic',
|
|
56
62
|
'fabric.editor.expand': 'Uitvouwen',
|
|
57
63
|
'fabric.editor.expand.description': 'Uitvouwen toepassen',
|
|
58
64
|
'fabric.editor.expandDefaultTitle': 'Klik hier om uit te breiden...',
|
|
@@ -60,12 +66,22 @@ var _default = {
|
|
|
60
66
|
'fabric.editor.expandPlaceholder': 'Geef deze uitbreiding een naam...',
|
|
61
67
|
'fabric.editor.feedbackDialog': 'Feedback geven',
|
|
62
68
|
'fabric.editor.feedbackDialog.description': 'Vertel ons wat je vindt van de nieuwe editor',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Pagina',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Taak',
|
|
63
75
|
'fabric.editor.help': 'Help',
|
|
64
76
|
'fabric.editor.help.description': 'Blader door alle opties voor sneltoetsen en markdowns',
|
|
65
77
|
'fabric.editor.horizontalRule': 'Scheidingslijn',
|
|
66
78
|
'fabric.editor.horizontalRule.description': 'Inhoud scheiden met een horizontale lijn',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggesties verschijnen hieronder zodra je in het veld typt',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {geen resultaten gevonden} one {{count,number} resultaat gevonden} other {{count,number} resultaten gevonden}}',
|
|
67
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Link plakken of zoeken',
|
|
68
83
|
'fabric.editor.image': 'Afbeelding',
|
|
84
|
+
'fabric.editor.improvement': 'Verbetering',
|
|
69
85
|
'fabric.editor.inlineDescription': 'Link als inline-tekst weergeven',
|
|
70
86
|
'fabric.editor.inlineTitle': 'Inline',
|
|
71
87
|
'fabric.editor.insertMenu': 'Invoegen',
|
|
@@ -91,8 +107,11 @@ var _default = {
|
|
|
91
107
|
'fabric.editor.settingsLinks': 'Ga naar koppelingsvoorkeuren',
|
|
92
108
|
'fabric.editor.status': 'Status',
|
|
93
109
|
'fabric.editor.status.description': 'Een aangepast statuslabel toevoegen',
|
|
110
|
+
'fabric.editor.story': 'Story',
|
|
111
|
+
'fabric.editor.subTask': 'Subtaak',
|
|
94
112
|
'fabric.editor.table': 'Tabel',
|
|
95
113
|
'fabric.editor.table.description': 'Een tabel invoegen',
|
|
114
|
+
'fabric.editor.task': 'Taak',
|
|
96
115
|
'fabric.editor.time.ago': 'geleden',
|
|
97
116
|
'fabric.editor.time.updated': 'Bijgewerkt',
|
|
98
117
|
'fabric.editor.time.viewed': 'Bekeken',
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -23,9 +23,12 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.blockDescription': 'Wyświetla więcej informacji o łączu, w tym podsumowanie i czynności',
|
|
24
24
|
'fabric.editor.blockTitle': 'Karta',
|
|
25
25
|
'fabric.editor.blockquote': 'cudzysłów',
|
|
26
|
+
'fabric.editor.bug': 'Błąd',
|
|
26
27
|
'fabric.editor.cancelButton': 'Anuluj',
|
|
27
28
|
'fabric.editor.captionPlaceholder': 'Dodaj podpis',
|
|
28
29
|
'fabric.editor.cardFloatingControls': 'Opcje kart',
|
|
30
|
+
'fabric.editor.clearLink': 'Wyczyść łącze',
|
|
31
|
+
'fabric.editor.clearLinkText': 'Wyczyść tekst',
|
|
29
32
|
'fabric.editor.codeBidiWarningLabel': 'Znaki dwukierunkowe zmieniają kolejność, w jakiej tekst jest renderowany. Może to zostać wykorzystane do ukrycia złośliwego kodu.',
|
|
30
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Skopiowano!',
|
|
31
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiuj jako tekst',
|
|
@@ -40,11 +43,13 @@ var _default = {
|
|
|
40
43
|
'fabric.editor.date.description': 'Dodaj datę, korzystając z kalendarza',
|
|
41
44
|
'fabric.editor.decision': 'Decyzja',
|
|
42
45
|
'fabric.editor.decision.description': 'Obserwuj decyzje, aby łatwo je śledzić',
|
|
46
|
+
'fabric.editor.defaultAltText': 'Pozycja na liście',
|
|
43
47
|
'fabric.editor.displayBlock': 'Wyświetl kartę',
|
|
44
48
|
'fabric.editor.displayEmbed': 'Wyświetl obiekt osadzony',
|
|
45
49
|
'fabric.editor.displayInline': 'Wyświetl bezpośrednio w tekście',
|
|
46
50
|
'fabric.editor.displayLink': 'Wyświetl jako tekst',
|
|
47
51
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Ta opcja wyświetlania nie jest dostępna w węźle {node}',
|
|
52
|
+
'fabric.editor.displayText': 'Wyświetlany tekst',
|
|
48
53
|
'fabric.editor.ecombedDescription': 'Wyświetl interaktywny podgląd łącza',
|
|
49
54
|
'fabric.editor.edit.datasource': 'Edytuj zapytanie wyszukiwania',
|
|
50
55
|
'fabric.editor.editLink': 'Edytuj łącze',
|
|
@@ -53,6 +58,7 @@ var _default = {
|
|
|
53
58
|
'fabric.editor.emoji': 'Emoji',
|
|
54
59
|
'fabric.editor.emoji.description': 'Używaj emoji, aby wyrażać pomysły 🎉 i emocje 😄',
|
|
55
60
|
'fabric.editor.emptyLink': 'Wprowadź łącze.',
|
|
61
|
+
'fabric.editor.epic': 'Epik',
|
|
56
62
|
'fabric.editor.expand': 'Sekcja rozwijana',
|
|
57
63
|
'fabric.editor.expand.description': 'Wstaw sekcję rozwijaną',
|
|
58
64
|
'fabric.editor.expandDefaultTitle': 'Kliknij tutaj, aby rozwinąć...',
|
|
@@ -60,12 +66,22 @@ var _default = {
|
|
|
60
66
|
'fabric.editor.expandPlaceholder': 'Nadaj temu rozwinięciu tytuł...',
|
|
61
67
|
'fabric.editor.feedbackDialog': 'Prześlij opinię',
|
|
62
68
|
'fabric.editor.feedbackDialog.description': 'Opowiedz nam o swoich doświadczeniach podczas korzystania z nowego edytora',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Błąd',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Zgłoszenie',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Strona',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historyjka',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Zadanie',
|
|
63
75
|
'fabric.editor.help': 'Pomoc',
|
|
64
76
|
'fabric.editor.help.description': 'Przeglądaj wszystkie skróty klawiszowe i opcje Markdown',
|
|
65
77
|
'fabric.editor.horizontalRule': 'Separator',
|
|
66
78
|
'fabric.editor.horizontalRule.description': 'Oddziel treści linią poziomą',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Etykieta łącza',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Sugestie będą pojawiały się poniżej w miarę wpisywania tekstu w polu',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nie znaleziono wyników} one {znaleziono {count,number} wynik} few {znaleziono {count,number} wyniki} many {znaleziono {count,number} wyników} other {znaleziono {count,number} wyniku}}',
|
|
67
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Wklej lub wyszukaj łącze',
|
|
68
83
|
'fabric.editor.image': 'Obraz',
|
|
84
|
+
'fabric.editor.improvement': 'Ulepszenie',
|
|
69
85
|
'fabric.editor.inlineDescription': 'Wyświetla łącze bezpośrednio w tekście',
|
|
70
86
|
'fabric.editor.inlineTitle': 'Bezpośrednio w tekście',
|
|
71
87
|
'fabric.editor.insertMenu': 'Wstaw',
|
|
@@ -91,8 +107,11 @@ var _default = {
|
|
|
91
107
|
'fabric.editor.settingsLinks': 'Przejdź do preferencji łączy',
|
|
92
108
|
'fabric.editor.status': 'Status',
|
|
93
109
|
'fabric.editor.status.description': 'Dodaj niestandardową etykietę statusu',
|
|
110
|
+
'fabric.editor.story': 'Historyjka',
|
|
111
|
+
'fabric.editor.subTask': 'Zadanie podrzędne',
|
|
94
112
|
'fabric.editor.table': 'Tabela',
|
|
95
113
|
'fabric.editor.table.description': 'Wstaw tabelę',
|
|
114
|
+
'fabric.editor.task': 'Zadanie',
|
|
96
115
|
'fabric.editor.time.ago': 'temu',
|
|
97
116
|
'fabric.editor.time.updated': 'Zaktualizowano',
|
|
98
117
|
'fabric.editor.time.viewed': 'Wyświetlono',
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -23,9 +23,12 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.blockDescription': 'Mostrar mais informações sobre links, incluindo resumo e ações',
|
|
24
24
|
'fabric.editor.blockTitle': 'Cartão',
|
|
25
25
|
'fabric.editor.blockquote': 'citação',
|
|
26
|
+
'fabric.editor.bug': 'Bug',
|
|
26
27
|
'fabric.editor.cancelButton': 'Cancelar',
|
|
27
28
|
'fabric.editor.captionPlaceholder': 'Adicionar legenda',
|
|
28
29
|
'fabric.editor.cardFloatingControls': 'Opções de cartão',
|
|
30
|
+
'fabric.editor.clearLink': 'Limpar link',
|
|
31
|
+
'fabric.editor.clearLinkText': 'Limpar texto',
|
|
29
32
|
'fabric.editor.codeBidiWarningLabel': 'Caracteres bidirecionais alteram a ordem em que o texto é renderizado. Eles podem ser usados para ocultar códigos mal-intencionados.',
|
|
30
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiado!',
|
|
31
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar como texto',
|
|
@@ -40,11 +43,13 @@ var _default = {
|
|
|
40
43
|
'fabric.editor.date.description': 'Adicionar data usando um calendário',
|
|
41
44
|
'fabric.editor.decision': 'Decisão',
|
|
42
45
|
'fabric.editor.decision.description': 'Registre decisões para facilitar o acompanhamento',
|
|
46
|
+
'fabric.editor.defaultAltText': 'Elemento da lista',
|
|
43
47
|
'fabric.editor.displayBlock': 'Mostrar cartão',
|
|
44
48
|
'fabric.editor.displayEmbed': 'Mostrar incorporado',
|
|
45
49
|
'fabric.editor.displayInline': 'Mostrar em linha',
|
|
46
50
|
'fabric.editor.displayLink': 'Mostrar como texto',
|
|
47
51
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Esta opção de exibição não está disponível em {node}',
|
|
52
|
+
'fabric.editor.displayText': 'Texto a ser exibido',
|
|
48
53
|
'fabric.editor.ecombedDescription': 'Mostrar visualização interativa de links',
|
|
49
54
|
'fabric.editor.edit.datasource': 'Editar consulta de pesquisa',
|
|
50
55
|
'fabric.editor.editLink': 'Editar link',
|
|
@@ -53,6 +58,7 @@ var _default = {
|
|
|
53
58
|
'fabric.editor.emoji': 'Emoji',
|
|
54
59
|
'fabric.editor.emoji.description': 'Use emojis para expressar ideias 🎉 e emoções 😄',
|
|
55
60
|
'fabric.editor.emptyLink': 'Insira um link.',
|
|
61
|
+
'fabric.editor.epic': 'Epic',
|
|
56
62
|
'fabric.editor.expand': 'Expandir',
|
|
57
63
|
'fabric.editor.expand.description': 'Inserir expansão',
|
|
58
64
|
'fabric.editor.expandDefaultTitle': 'Clique aqui para expandir...',
|
|
@@ -60,12 +66,22 @@ var _default = {
|
|
|
60
66
|
'fabric.editor.expandPlaceholder': 'Dê um título para a expansão...',
|
|
61
67
|
'fabric.editor.feedbackDialog': 'Enviar feedback',
|
|
62
68
|
'fabric.editor.feedbackDialog.description': 'Conte-nos sobre sua experiência com o novo editor',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Item',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Página',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'História',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tarefa',
|
|
63
75
|
'fabric.editor.help': 'Ajuda',
|
|
64
76
|
'fabric.editor.help.description': 'Procurar todos os atalhos de teclado e opções de markdown',
|
|
65
77
|
'fabric.editor.horizontalRule': 'Divisória',
|
|
66
78
|
'fabric.editor.horizontalRule.description': 'Separar conteúdo com uma linha horizontal',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Categoria do link',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'As sugestões vão aparecendo abaixo conforme você digita no campo',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nenhum resultado encontrado} one {{count,number} resultado encontrado} other {{count,number} resultados encontrados}}',
|
|
67
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Colar ou pesquisar link',
|
|
68
83
|
'fabric.editor.image': 'Imagem',
|
|
84
|
+
'fabric.editor.improvement': 'Melhoria',
|
|
69
85
|
'fabric.editor.inlineDescription': 'Mostrar link como texto em linha',
|
|
70
86
|
'fabric.editor.inlineTitle': 'Em linha',
|
|
71
87
|
'fabric.editor.insertMenu': 'Inserir',
|
|
@@ -91,8 +107,11 @@ var _default = {
|
|
|
91
107
|
'fabric.editor.settingsLinks': 'Ir para Preferências do link',
|
|
92
108
|
'fabric.editor.status': 'Status',
|
|
93
109
|
'fabric.editor.status.description': 'Adicionar uma categoria de status personalizado',
|
|
110
|
+
'fabric.editor.story': 'História',
|
|
111
|
+
'fabric.editor.subTask': 'Subtarefa',
|
|
94
112
|
'fabric.editor.table': 'Tabela',
|
|
95
113
|
'fabric.editor.table.description': 'Inserir uma tabela',
|
|
114
|
+
'fabric.editor.task': 'Tarefa',
|
|
96
115
|
'fabric.editor.time.ago': 'atrás',
|
|
97
116
|
'fabric.editor.time.updated': 'Atualizado',
|
|
98
117
|
'fabric.editor.time.viewed': 'Visualizado',
|
package/dist/cjs/i18n/ru.js
CHANGED
|
@@ -23,9 +23,12 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.blockDescription': 'Отображение дополнительной информации о ссылке, включая краткое описание и действия',
|
|
24
24
|
'fabric.editor.blockTitle': 'Карточка',
|
|
25
25
|
'fabric.editor.blockquote': 'цитата',
|
|
26
|
+
'fabric.editor.bug': 'Баг',
|
|
26
27
|
'fabric.editor.cancelButton': 'Отменить',
|
|
27
28
|
'fabric.editor.captionPlaceholder': 'Добавьте подпись',
|
|
28
29
|
'fabric.editor.cardFloatingControls': 'Параметры карточки',
|
|
30
|
+
'fabric.editor.clearLink': 'Удалить ссылку',
|
|
31
|
+
'fabric.editor.clearLinkText': 'Удалить текст',
|
|
29
32
|
'fabric.editor.codeBidiWarningLabel': 'Двунаправленные символы изменяют порядок отображения текста. Они могут использоваться для маскировки вредоносного кода.',
|
|
30
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Скопировано!',
|
|
31
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Скопировать как текст',
|
|
@@ -40,11 +43,13 @@ var _default = {
|
|
|
40
43
|
'fabric.editor.date.description': 'Добавление даты из календаря',
|
|
41
44
|
'fabric.editor.decision': 'Решение',
|
|
42
45
|
'fabric.editor.decision.description': 'Записывайте решения для удобного отслеживания',
|
|
46
|
+
'fabric.editor.defaultAltText': 'Элемент списка',
|
|
43
47
|
'fabric.editor.displayBlock': 'Отобразить карточку',
|
|
44
48
|
'fabric.editor.displayEmbed': 'Отобразить как встроенный объект',
|
|
45
49
|
'fabric.editor.displayInline': 'Отобразить внутри строки',
|
|
46
50
|
'fabric.editor.displayLink': 'Отобразить в виде текста',
|
|
47
51
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Этот параметр отображения недоступен внутри узла {node}',
|
|
52
|
+
'fabric.editor.displayText': 'Текст для отображения',
|
|
48
53
|
'fabric.editor.ecombedDescription': 'Интерактивный предварительный просмотр ссылки',
|
|
49
54
|
'fabric.editor.edit.datasource': 'Изменить поисковый запрос',
|
|
50
55
|
'fabric.editor.editLink': 'Изменить ссылку',
|
|
@@ -53,6 +58,7 @@ var _default = {
|
|
|
53
58
|
'fabric.editor.emoji': 'Эмодзи',
|
|
54
59
|
'fabric.editor.emoji.description': 'Делитесь идеями 🎉 и выражайте чувства 😄 с помощью эмодзи',
|
|
55
60
|
'fabric.editor.emptyLink': 'Введите ссылку.',
|
|
61
|
+
'fabric.editor.epic': 'Эпик',
|
|
56
62
|
'fabric.editor.expand': 'Разворачивание',
|
|
57
63
|
'fabric.editor.expand.description': 'Вставить элемент разворачивания',
|
|
58
64
|
'fabric.editor.expandDefaultTitle': 'Нажмите здесь, чтобы развернуть…',
|
|
@@ -60,12 +66,22 @@ var _default = {
|
|
|
60
66
|
'fabric.editor.expandPlaceholder': 'Укажите название для развернутого содержимого…',
|
|
61
67
|
'fabric.editor.feedbackDialog': 'Оставить отзыв',
|
|
62
68
|
'fabric.editor.feedbackDialog.description': 'Поделитесь впечатлениями о новом редакторе',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Блог',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Баг',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Задача',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Страница',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'История',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Задание',
|
|
63
75
|
'fabric.editor.help': 'Справка',
|
|
64
76
|
'fabric.editor.help.description': 'Все сочетания клавиш и параметры разметки',
|
|
65
77
|
'fabric.editor.horizontalRule': 'Разделитель',
|
|
66
78
|
'fabric.editor.horizontalRule.description': 'Разделение содержимого горизонтальной линией',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Метка для ссылки',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Предложения будут появляться по мере ввода текста в поле',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {нет результатов} one {найден {count,number} результат} few {найдено {count,number} результата} many {найдено {count,number} результатов} other {найдено {count,number} результата}}',
|
|
67
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Вставить или искать ссылку',
|
|
68
83
|
'fabric.editor.image': 'Изображение',
|
|
84
|
+
'fabric.editor.improvement': 'Улучшение',
|
|
69
85
|
'fabric.editor.inlineDescription': 'Отображение ссылки в виде встроенного текста',
|
|
70
86
|
'fabric.editor.inlineTitle': 'Встроенный текст',
|
|
71
87
|
'fabric.editor.insertMenu': 'Вставить',
|
|
@@ -91,8 +107,11 @@ var _default = {
|
|
|
91
107
|
'fabric.editor.settingsLinks': 'Перейти к настройкам ссылок',
|
|
92
108
|
'fabric.editor.status': 'Статус',
|
|
93
109
|
'fabric.editor.status.description': 'Добавление пользовательской метки статуса',
|
|
110
|
+
'fabric.editor.story': 'История',
|
|
111
|
+
'fabric.editor.subTask': 'Подзадача',
|
|
94
112
|
'fabric.editor.table': 'Таблица',
|
|
95
113
|
'fabric.editor.table.description': 'Вставка таблицы',
|
|
114
|
+
'fabric.editor.task': 'Задание',
|
|
96
115
|
'fabric.editor.time.ago': 'тому назад',
|
|
97
116
|
'fabric.editor.time.updated': 'Дата обновления',
|
|
98
117
|
'fabric.editor.time.viewed': 'Дата просмотра',
|
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -23,9 +23,12 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.blockDescription': 'Visa mer information om en länk, inklusive en sammanfattning och åtgärder',
|
|
24
24
|
'fabric.editor.blockTitle': 'Kort',
|
|
25
25
|
'fabric.editor.blockquote': 'ett citattecken',
|
|
26
|
+
'fabric.editor.bug': 'Bugg',
|
|
26
27
|
'fabric.editor.cancelButton': 'Avbryt',
|
|
27
28
|
'fabric.editor.captionPlaceholder': 'Lägg till en bildtext',
|
|
28
29
|
'fabric.editor.cardFloatingControls': 'Kortalternativ',
|
|
30
|
+
'fabric.editor.clearLink': 'Rensa länk',
|
|
31
|
+
'fabric.editor.clearLinkText': 'Rensa text',
|
|
29
32
|
'fabric.editor.codeBidiWarningLabel': 'Dubbelriktade tecken ändrar återgivningsordningen för text. Detta kan användas för att dölja skadlig kod.',
|
|
30
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopierad!',
|
|
31
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiera som text',
|
|
@@ -40,11 +43,13 @@ var _default = {
|
|
|
40
43
|
'fabric.editor.date.description': 'Lägg till ett datum med en kalender',
|
|
41
44
|
'fabric.editor.decision': 'Beslut',
|
|
42
45
|
'fabric.editor.decision.description': 'Fånga beslut så att de är enklare att spåra',
|
|
46
|
+
'fabric.editor.defaultAltText': 'Listobjekt',
|
|
43
47
|
'fabric.editor.displayBlock': 'Visa kort',
|
|
44
48
|
'fabric.editor.displayEmbed': 'Visa inbäddad',
|
|
45
49
|
'fabric.editor.displayInline': 'Visa inline',
|
|
46
50
|
'fabric.editor.displayLink': 'Visa som text',
|
|
47
51
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Det här visningsalternativet är inte tillgängligt inuti {node}',
|
|
52
|
+
'fabric.editor.displayText': 'Text att visa',
|
|
48
53
|
'fabric.editor.ecombedDescription': 'Visa en interaktiv förhandsvisning av en länk',
|
|
49
54
|
'fabric.editor.edit.datasource': 'Redigera sökfråga',
|
|
50
55
|
'fabric.editor.editLink': 'Redigera länk',
|
|
@@ -53,6 +58,7 @@ var _default = {
|
|
|
53
58
|
'fabric.editor.emoji': 'Emoji',
|
|
54
59
|
'fabric.editor.emoji.description': 'Använd emojis för att uttrycka idéer 🎉 och känslor 😄',
|
|
55
60
|
'fabric.editor.emptyLink': 'Ange en länk.',
|
|
61
|
+
'fabric.editor.epic': 'Epic',
|
|
56
62
|
'fabric.editor.expand': 'Expandera',
|
|
57
63
|
'fabric.editor.expand.description': 'Infoga expandering',
|
|
58
64
|
'fabric.editor.expandDefaultTitle': 'Klicka här för att expandera ...',
|
|
@@ -60,12 +66,22 @@ var _default = {
|
|
|
60
66
|
'fabric.editor.expandPlaceholder': 'Ge expanderingen en titel ...',
|
|
61
67
|
'fabric.editor.feedbackDialog': 'Ge feedback',
|
|
62
68
|
'fabric.editor.feedbackDialog.description': 'Berätta för oss om din upplevelse av den nya redigeraren',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blogg',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bugg',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ärende',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Sida',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Uppgift',
|
|
63
75
|
'fabric.editor.help': 'Hjälp',
|
|
64
76
|
'fabric.editor.help.description': 'Bläddra bland alla tangentbordsgenvägar och Markdown-alternativ',
|
|
65
77
|
'fabric.editor.horizontalRule': 'Avgränsare',
|
|
66
78
|
'fabric.editor.horizontalRule.description': 'Separera innehåll med en horisontell linje',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Länketikett',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Förslag visas nedan när du skriver i fältet',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {inga resultat hittades} one {{count,number} resultat hittades} other {{count,number} resultat hittades}}',
|
|
67
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Klistra in eller sök efter en länk',
|
|
68
83
|
'fabric.editor.image': 'Bild',
|
|
84
|
+
'fabric.editor.improvement': 'Förbättring',
|
|
69
85
|
'fabric.editor.inlineDescription': 'Visa länk som infogad text',
|
|
70
86
|
'fabric.editor.inlineTitle': 'Inline',
|
|
71
87
|
'fabric.editor.insertMenu': 'Infoga',
|
|
@@ -91,8 +107,11 @@ var _default = {
|
|
|
91
107
|
'fabric.editor.settingsLinks': 'Gå till länkinställningar',
|
|
92
108
|
'fabric.editor.status': 'Status',
|
|
93
109
|
'fabric.editor.status.description': 'Lägg till en anpassad statusetikett',
|
|
110
|
+
'fabric.editor.story': 'Story',
|
|
111
|
+
'fabric.editor.subTask': 'Underordnad uppgift',
|
|
94
112
|
'fabric.editor.table': 'Tabell',
|
|
95
113
|
'fabric.editor.table.description': 'Infoga en tabell',
|
|
114
|
+
'fabric.editor.task': 'Uppgift',
|
|
96
115
|
'fabric.editor.time.ago': 'sedan',
|
|
97
116
|
'fabric.editor.time.updated': 'Uppdaterad',
|
|
98
117
|
'fabric.editor.time.viewed': 'Visad',
|