@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/esm/i18n/ru.js
CHANGED
|
@@ -17,9 +17,12 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Отображение дополнительной информации о ссылке, включая краткое описание и действия',
|
|
18
18
|
'fabric.editor.blockTitle': 'Карточка',
|
|
19
19
|
'fabric.editor.blockquote': 'цитата',
|
|
20
|
+
'fabric.editor.bug': 'Баг',
|
|
20
21
|
'fabric.editor.cancelButton': 'Отменить',
|
|
21
22
|
'fabric.editor.captionPlaceholder': 'Добавьте подпись',
|
|
22
23
|
'fabric.editor.cardFloatingControls': 'Параметры карточки',
|
|
24
|
+
'fabric.editor.clearLink': 'Удалить ссылку',
|
|
25
|
+
'fabric.editor.clearLinkText': 'Удалить текст',
|
|
23
26
|
'fabric.editor.codeBidiWarningLabel': 'Двунаправленные символы изменяют порядок отображения текста. Они могут использоваться для маскировки вредоносного кода.',
|
|
24
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Скопировано!',
|
|
25
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Скопировать как текст',
|
|
@@ -34,11 +37,13 @@ export default {
|
|
|
34
37
|
'fabric.editor.date.description': 'Добавление даты из календаря',
|
|
35
38
|
'fabric.editor.decision': 'Решение',
|
|
36
39
|
'fabric.editor.decision.description': 'Записывайте решения для удобного отслеживания',
|
|
40
|
+
'fabric.editor.defaultAltText': 'Элемент списка',
|
|
37
41
|
'fabric.editor.displayBlock': 'Отобразить карточку',
|
|
38
42
|
'fabric.editor.displayEmbed': 'Отобразить как встроенный объект',
|
|
39
43
|
'fabric.editor.displayInline': 'Отобразить внутри строки',
|
|
40
44
|
'fabric.editor.displayLink': 'Отобразить в виде текста',
|
|
41
45
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Этот параметр отображения недоступен внутри узла {node}',
|
|
46
|
+
'fabric.editor.displayText': 'Текст для отображения',
|
|
42
47
|
'fabric.editor.ecombedDescription': 'Интерактивный предварительный просмотр ссылки',
|
|
43
48
|
'fabric.editor.edit.datasource': 'Изменить поисковый запрос',
|
|
44
49
|
'fabric.editor.editLink': 'Изменить ссылку',
|
|
@@ -47,6 +52,7 @@ export default {
|
|
|
47
52
|
'fabric.editor.emoji': 'Эмодзи',
|
|
48
53
|
'fabric.editor.emoji.description': 'Делитесь идеями 🎉 и выражайте чувства 😄 с помощью эмодзи',
|
|
49
54
|
'fabric.editor.emptyLink': 'Введите ссылку.',
|
|
55
|
+
'fabric.editor.epic': 'Эпик',
|
|
50
56
|
'fabric.editor.expand': 'Разворачивание',
|
|
51
57
|
'fabric.editor.expand.description': 'Вставить элемент разворачивания',
|
|
52
58
|
'fabric.editor.expandDefaultTitle': 'Нажмите здесь, чтобы развернуть…',
|
|
@@ -54,12 +60,22 @@ export default {
|
|
|
54
60
|
'fabric.editor.expandPlaceholder': 'Укажите название для развернутого содержимого…',
|
|
55
61
|
'fabric.editor.feedbackDialog': 'Оставить отзыв',
|
|
56
62
|
'fabric.editor.feedbackDialog.description': 'Поделитесь впечатлениями о новом редакторе',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Блог',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Баг',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Задача',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Страница',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'История',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Задание',
|
|
57
69
|
'fabric.editor.help': 'Справка',
|
|
58
70
|
'fabric.editor.help.description': 'Все сочетания клавиш и параметры разметки',
|
|
59
71
|
'fabric.editor.horizontalRule': 'Разделитель',
|
|
60
72
|
'fabric.editor.horizontalRule.description': 'Разделение содержимого горизонтальной линией',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Метка для ссылки',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Предложения будут появляться по мере ввода текста в поле',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {нет результатов} one {найден {count,number} результат} few {найдено {count,number} результата} many {найдено {count,number} результатов} other {найдено {count,number} результата}}',
|
|
61
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Вставить или искать ссылку',
|
|
62
77
|
'fabric.editor.image': 'Изображение',
|
|
78
|
+
'fabric.editor.improvement': 'Улучшение',
|
|
63
79
|
'fabric.editor.inlineDescription': 'Отображение ссылки в виде встроенного текста',
|
|
64
80
|
'fabric.editor.inlineTitle': 'Встроенный текст',
|
|
65
81
|
'fabric.editor.insertMenu': 'Вставить',
|
|
@@ -85,8 +101,11 @@ export default {
|
|
|
85
101
|
'fabric.editor.settingsLinks': 'Перейти к настройкам ссылок',
|
|
86
102
|
'fabric.editor.status': 'Статус',
|
|
87
103
|
'fabric.editor.status.description': 'Добавление пользовательской метки статуса',
|
|
104
|
+
'fabric.editor.story': 'История',
|
|
105
|
+
'fabric.editor.subTask': 'Подзадача',
|
|
88
106
|
'fabric.editor.table': 'Таблица',
|
|
89
107
|
'fabric.editor.table.description': 'Вставка таблицы',
|
|
108
|
+
'fabric.editor.task': 'Задание',
|
|
90
109
|
'fabric.editor.time.ago': 'тому назад',
|
|
91
110
|
'fabric.editor.time.updated': 'Дата обновления',
|
|
92
111
|
'fabric.editor.time.viewed': 'Дата просмотра',
|
package/dist/esm/i18n/sv.js
CHANGED
|
@@ -17,9 +17,12 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Visa mer information om en länk, inklusive en sammanfattning och åtgärder',
|
|
18
18
|
'fabric.editor.blockTitle': 'Kort',
|
|
19
19
|
'fabric.editor.blockquote': 'ett citattecken',
|
|
20
|
+
'fabric.editor.bug': 'Bugg',
|
|
20
21
|
'fabric.editor.cancelButton': 'Avbryt',
|
|
21
22
|
'fabric.editor.captionPlaceholder': 'Lägg till en bildtext',
|
|
22
23
|
'fabric.editor.cardFloatingControls': 'Kortalternativ',
|
|
24
|
+
'fabric.editor.clearLink': 'Rensa länk',
|
|
25
|
+
'fabric.editor.clearLinkText': 'Rensa text',
|
|
23
26
|
'fabric.editor.codeBidiWarningLabel': 'Dubbelriktade tecken ändrar återgivningsordningen för text. Detta kan användas för att dölja skadlig kod.',
|
|
24
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopierad!',
|
|
25
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiera som text',
|
|
@@ -34,11 +37,13 @@ export default {
|
|
|
34
37
|
'fabric.editor.date.description': 'Lägg till ett datum med en kalender',
|
|
35
38
|
'fabric.editor.decision': 'Beslut',
|
|
36
39
|
'fabric.editor.decision.description': 'Fånga beslut så att de är enklare att spåra',
|
|
40
|
+
'fabric.editor.defaultAltText': 'Listobjekt',
|
|
37
41
|
'fabric.editor.displayBlock': 'Visa kort',
|
|
38
42
|
'fabric.editor.displayEmbed': 'Visa inbäddad',
|
|
39
43
|
'fabric.editor.displayInline': 'Visa inline',
|
|
40
44
|
'fabric.editor.displayLink': 'Visa som text',
|
|
41
45
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Det här visningsalternativet är inte tillgängligt inuti {node}',
|
|
46
|
+
'fabric.editor.displayText': 'Text att visa',
|
|
42
47
|
'fabric.editor.ecombedDescription': 'Visa en interaktiv förhandsvisning av en länk',
|
|
43
48
|
'fabric.editor.edit.datasource': 'Redigera sökfråga',
|
|
44
49
|
'fabric.editor.editLink': 'Redigera länk',
|
|
@@ -47,6 +52,7 @@ export default {
|
|
|
47
52
|
'fabric.editor.emoji': 'Emoji',
|
|
48
53
|
'fabric.editor.emoji.description': 'Använd emojis för att uttrycka idéer 🎉 och känslor 😄',
|
|
49
54
|
'fabric.editor.emptyLink': 'Ange en länk.',
|
|
55
|
+
'fabric.editor.epic': 'Epic',
|
|
50
56
|
'fabric.editor.expand': 'Expandera',
|
|
51
57
|
'fabric.editor.expand.description': 'Infoga expandering',
|
|
52
58
|
'fabric.editor.expandDefaultTitle': 'Klicka här för att expandera ...',
|
|
@@ -54,12 +60,22 @@ export default {
|
|
|
54
60
|
'fabric.editor.expandPlaceholder': 'Ge expanderingen en titel ...',
|
|
55
61
|
'fabric.editor.feedbackDialog': 'Ge feedback',
|
|
56
62
|
'fabric.editor.feedbackDialog.description': 'Berätta för oss om din upplevelse av den nya redigeraren',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blogg',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bugg',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ärende',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Sida',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Uppgift',
|
|
57
69
|
'fabric.editor.help': 'Hjälp',
|
|
58
70
|
'fabric.editor.help.description': 'Bläddra bland alla tangentbordsgenvägar och Markdown-alternativ',
|
|
59
71
|
'fabric.editor.horizontalRule': 'Avgränsare',
|
|
60
72
|
'fabric.editor.horizontalRule.description': 'Separera innehåll med en horisontell linje',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Länketikett',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Förslag visas nedan när du skriver i fältet',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {inga resultat hittades} one {{count,number} resultat hittades} other {{count,number} resultat hittades}}',
|
|
61
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Klistra in eller sök efter en länk',
|
|
62
77
|
'fabric.editor.image': 'Bild',
|
|
78
|
+
'fabric.editor.improvement': 'Förbättring',
|
|
63
79
|
'fabric.editor.inlineDescription': 'Visa länk som infogad text',
|
|
64
80
|
'fabric.editor.inlineTitle': 'Inline',
|
|
65
81
|
'fabric.editor.insertMenu': 'Infoga',
|
|
@@ -85,8 +101,11 @@ export default {
|
|
|
85
101
|
'fabric.editor.settingsLinks': 'Gå till länkinställningar',
|
|
86
102
|
'fabric.editor.status': 'Status',
|
|
87
103
|
'fabric.editor.status.description': 'Lägg till en anpassad statusetikett',
|
|
104
|
+
'fabric.editor.story': 'Story',
|
|
105
|
+
'fabric.editor.subTask': 'Underordnad uppgift',
|
|
88
106
|
'fabric.editor.table': 'Tabell',
|
|
89
107
|
'fabric.editor.table.description': 'Infoga en tabell',
|
|
108
|
+
'fabric.editor.task': 'Uppgift',
|
|
90
109
|
'fabric.editor.time.ago': 'sedan',
|
|
91
110
|
'fabric.editor.time.updated': 'Uppdaterad',
|
|
92
111
|
'fabric.editor.time.viewed': 'Visad',
|
package/dist/esm/i18n/th.js
CHANGED
|
@@ -17,9 +17,12 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'แสดงข้อมูลเพิ่มเติมเกี่ยวกับลิงก์ รวมถึงข้อมูลสรุปและการดำเนินการ',
|
|
18
18
|
'fabric.editor.blockTitle': 'การ์ด',
|
|
19
19
|
'fabric.editor.blockquote': 'ข้อความอ้างอิง',
|
|
20
|
+
'fabric.editor.bug': 'ข้อผิดพลาด',
|
|
20
21
|
'fabric.editor.cancelButton': 'ยกเลิก',
|
|
21
22
|
'fabric.editor.captionPlaceholder': 'เพิ่มคำอธิบาย',
|
|
22
23
|
'fabric.editor.cardFloatingControls': 'ตัวเลือกการ์ด',
|
|
24
|
+
'fabric.editor.clearLink': 'ล้างลิงก์',
|
|
25
|
+
'fabric.editor.clearLinkText': 'ล้างข้อความ',
|
|
23
26
|
'fabric.editor.codeBidiWarningLabel': 'ตัวอักษรแบบสองทิศทางเปลี่ยนลำดับการแสดงข้อความ ซึ่งอาจนำไปใช้เพื่อปิดบังรหัสที่มีวัตถุประสงค์ในทางที่ไม่ดีได้',
|
|
24
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'คัดลอกแล้ว!',
|
|
25
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'คัดลอกเป็นข้อความ',
|
|
@@ -34,11 +37,13 @@ export default {
|
|
|
34
37
|
'fabric.editor.date.description': 'เพิ่มวันที่โดยใช้ปฏิทิน',
|
|
35
38
|
'fabric.editor.decision': 'การตัดสินใจ',
|
|
36
39
|
'fabric.editor.decision.description': 'สร้างกรอบการตัดสินใจเพื่อให้คุณติดตามได้ง่าย',
|
|
40
|
+
'fabric.editor.defaultAltText': 'รายการที่แสดง',
|
|
37
41
|
'fabric.editor.displayBlock': 'แสดงการ์ด',
|
|
38
42
|
'fabric.editor.displayEmbed': 'แสดงลิงก์แบบซ่อน',
|
|
39
43
|
'fabric.editor.displayInline': 'แสดงชื่อลิงก์ในบรรทัดเดียวกัน',
|
|
40
44
|
'fabric.editor.displayLink': 'แสดงเป็นตัวอักษร',
|
|
41
45
|
'fabric.editor.displayOptionUnavailableInParentNode': 'ตัวเลือกการแสดงนี้ไม่พร้อมใช้งานภายใน {node}',
|
|
46
|
+
'fabric.editor.displayText': 'ข้อความที่จะแสดง',
|
|
42
47
|
'fabric.editor.ecombedDescription': 'แสดงตัวอย่างแบบโต้ตอบของลิงก์',
|
|
43
48
|
'fabric.editor.edit.datasource': 'แก้ไขคำถามการค้นหา',
|
|
44
49
|
'fabric.editor.editLink': 'แก้ไขลิงก์',
|
|
@@ -47,6 +52,7 @@ export default {
|
|
|
47
52
|
'fabric.editor.emoji': 'เอโมจิ',
|
|
48
53
|
'fabric.editor.emoji.description': 'ใช้เอโมจิเพื่อแสดงไอเดีย 🎉 และอารมณ์ต่าง ๆ 😄',
|
|
49
54
|
'fabric.editor.emptyLink': 'โปรดป้อนลิงก์',
|
|
55
|
+
'fabric.editor.epic': 'โครงงาน',
|
|
50
56
|
'fabric.editor.expand': 'ส่วนขยาย',
|
|
51
57
|
'fabric.editor.expand.description': 'ใส่ส่วนขยาย',
|
|
52
58
|
'fabric.editor.expandDefaultTitle': 'คลิกที่นี่เพื่อขยาย...',
|
|
@@ -54,12 +60,22 @@ export default {
|
|
|
54
60
|
'fabric.editor.expandPlaceholder': 'ตั้งชื่อให้ส่วนขยาย...',
|
|
55
61
|
'fabric.editor.feedbackDialog': 'ให้ข้อคิดเห็น',
|
|
56
62
|
'fabric.editor.feedbackDialog.description': 'บอกให้เราทราบเกี่ยวกับประสบการณ์ของคุณในการใช้งานเครื่องมือแก้ไขแบบใหม่',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'บล็อก',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'ข้อผิดพลาด',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'ปัญหา',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'หน้าข้อมูล',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'เรื่องราว',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'งาน',
|
|
57
69
|
'fabric.editor.help': 'ช่วยเหลือ',
|
|
58
70
|
'fabric.editor.help.description': 'เรียกใช้ปุ่มลัดบนคีย์บอร์ดและตัวเลือก markdown ทั้งหมด',
|
|
59
71
|
'fabric.editor.horizontalRule': 'ตัวแบ่งคั่น',
|
|
60
72
|
'fabric.editor.horizontalRule.description': 'แบ่งคั่นเนื้อหาด้วยเส้นแนวนอน',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'ป้ายลิงก์',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'ข้อเสนอแนะจะปรากฏด้านล่างเมื่อคุณพิมพ์ลงในช่อง',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {ไม่พบผลลัพธ์} other {พบผลลัพธ์ {count,number} รายการ}}',
|
|
61
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'วางหรือค้นหาลิงก์',
|
|
62
77
|
'fabric.editor.image': 'รูปภาพ',
|
|
78
|
+
'fabric.editor.improvement': 'การปรับปรุง',
|
|
63
79
|
'fabric.editor.inlineDescription': 'แสดงลิงก์เป็นข้อความแบบบรรทัดเดียว',
|
|
64
80
|
'fabric.editor.inlineTitle': 'บรรทัดเดียว',
|
|
65
81
|
'fabric.editor.insertMenu': 'ใส่',
|
|
@@ -85,8 +101,11 @@ export default {
|
|
|
85
101
|
'fabric.editor.settingsLinks': 'ไปที่การตั้งค่าลิงก์',
|
|
86
102
|
'fabric.editor.status': 'สถานะ',
|
|
87
103
|
'fabric.editor.status.description': 'เพิ่มป้ายสถานะแบบกำหนดเอง',
|
|
104
|
+
'fabric.editor.story': 'เรื่องราว',
|
|
105
|
+
'fabric.editor.subTask': 'งานย่อย',
|
|
88
106
|
'fabric.editor.table': 'ตาราง',
|
|
89
107
|
'fabric.editor.table.description': 'แทรกตาราง',
|
|
108
|
+
'fabric.editor.task': 'งาน',
|
|
90
109
|
'fabric.editor.time.ago': 'ที่แล้ว',
|
|
91
110
|
'fabric.editor.time.updated': 'อัปเดตแล้ว',
|
|
92
111
|
'fabric.editor.time.viewed': 'ดูแล้ว',
|
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -17,9 +17,12 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Bağlantı hakkında özet ve işlemler de dahil olmak üzere daha fazla bilgi gösterir',
|
|
18
18
|
'fabric.editor.blockTitle': 'Kart',
|
|
19
19
|
'fabric.editor.blockquote': 'alıntı',
|
|
20
|
+
'fabric.editor.bug': 'Hata',
|
|
20
21
|
'fabric.editor.cancelButton': 'İptal',
|
|
21
22
|
'fabric.editor.captionPlaceholder': 'Açıklama yazısı ekleyin',
|
|
22
23
|
'fabric.editor.cardFloatingControls': 'Kart seçenekleri',
|
|
24
|
+
'fabric.editor.clearLink': 'Bağlantıyı temizle',
|
|
25
|
+
'fabric.editor.clearLinkText': 'Metni temizle',
|
|
23
26
|
'fabric.editor.codeBidiWarningLabel': 'Çift yönlü karakterler metnin oluşturulduğu sırayı değiştirir. Bu, kötü amaçlı kodu gizlemek için kullanılabilir.',
|
|
24
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopyalandı!',
|
|
25
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Metin olarak kopyala',
|
|
@@ -34,11 +37,13 @@ export default {
|
|
|
34
37
|
'fabric.editor.date.description': 'Takvimi kullanarak tarih ekleyin',
|
|
35
38
|
'fabric.editor.decision': 'Karar',
|
|
36
39
|
'fabric.editor.decision.description': 'Takibi kolaylaştırmak için kararları vurgulayın',
|
|
40
|
+
'fabric.editor.defaultAltText': 'Liste öğesi',
|
|
37
41
|
'fabric.editor.displayBlock': 'Kart olarak göster',
|
|
38
42
|
'fabric.editor.displayEmbed': 'Ekli nesne olarak göster',
|
|
39
43
|
'fabric.editor.displayInline': 'Satır içi nesne olarak göster',
|
|
40
44
|
'fabric.editor.displayLink': 'Metin olarak göster',
|
|
41
45
|
'fabric.editor.displayOptionUnavailableInParentNode': '{node} düğümünde bu görüntüleme seçeneği kullanılamıyor',
|
|
46
|
+
'fabric.editor.displayText': 'Görüntülenecek metin',
|
|
42
47
|
'fabric.editor.ecombedDescription': 'Bağlantının etkileşimli önizlemesini gösterir',
|
|
43
48
|
'fabric.editor.edit.datasource': 'Arama sorgusunu düzenle',
|
|
44
49
|
'fabric.editor.editLink': 'Bağlantıyı düzenleyin',
|
|
@@ -47,6 +52,7 @@ export default {
|
|
|
47
52
|
'fabric.editor.emoji': 'Emoji',
|
|
48
53
|
'fabric.editor.emoji.description': 'Düşüncelerinizi 🎉 ve duygularınızı 😄 ifade etmek için emojiler kullanın',
|
|
49
54
|
'fabric.editor.emptyLink': 'Lütfen bir bağlantı girin.',
|
|
55
|
+
'fabric.editor.epic': 'Epik',
|
|
50
56
|
'fabric.editor.expand': 'Genişlet',
|
|
51
57
|
'fabric.editor.expand.description': 'Genişletme öğesi ekle',
|
|
52
58
|
'fabric.editor.expandDefaultTitle': 'Genişletmek için buraya tıklayın...',
|
|
@@ -54,12 +60,22 @@ export default {
|
|
|
54
60
|
'fabric.editor.expandPlaceholder': 'Bu genişletme öğesine bir ad verin...',
|
|
55
61
|
'fabric.editor.feedbackDialog': 'Geri bildirim verin',
|
|
56
62
|
'fabric.editor.feedbackDialog.description': 'Yeni düzenleyici hakkındaki deneyimlerinizi bizimle paylaşın',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Hata',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Konu',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Sayfa',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Hikaye',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Görev',
|
|
57
69
|
'fabric.editor.help': 'Yardım',
|
|
58
70
|
'fabric.editor.help.description': 'Tüm klavye kısayollarına ve markdown seçeneklerine göz atın',
|
|
59
71
|
'fabric.editor.horizontalRule': 'Ayırıcı',
|
|
60
72
|
'fabric.editor.horizontalRule.description': 'İçeriği yatay çizgiyle ayırın',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Bağlantı etiketi',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Alana yazmaya başladığınızda öneriler aşağıda görünecek',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {sonuç bulunamadı} one {{count,number} sonuç bulundu} other {{count,number} sonuç bulundu}}',
|
|
61
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Bağlantıyı yapıştırın veya arayın',
|
|
62
77
|
'fabric.editor.image': 'Görsel',
|
|
78
|
+
'fabric.editor.improvement': 'İyileştirme',
|
|
63
79
|
'fabric.editor.inlineDescription': 'Bağlantıyı satır içi metin olarak gösterir',
|
|
64
80
|
'fabric.editor.inlineTitle': 'Satır içi',
|
|
65
81
|
'fabric.editor.insertMenu': 'Ekle',
|
|
@@ -85,8 +101,11 @@ export default {
|
|
|
85
101
|
'fabric.editor.settingsLinks': 'Bağlantı Tercihlerine gidin',
|
|
86
102
|
'fabric.editor.status': 'Durum',
|
|
87
103
|
'fabric.editor.status.description': 'Özel durum etiketi ekleyin',
|
|
104
|
+
'fabric.editor.story': 'Hikaye',
|
|
105
|
+
'fabric.editor.subTask': 'Alt görev',
|
|
88
106
|
'fabric.editor.table': 'Tablo',
|
|
89
107
|
'fabric.editor.table.description': 'Tablo ekleyin',
|
|
108
|
+
'fabric.editor.task': 'Görev',
|
|
90
109
|
'fabric.editor.time.ago': 'önce',
|
|
91
110
|
'fabric.editor.time.updated': 'Güncellendi:',
|
|
92
111
|
'fabric.editor.time.viewed': 'Görüntülendi:',
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -17,9 +17,12 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Показати більше інформації про посилання, у тому числі зведені дані й дії',
|
|
18
18
|
'fabric.editor.blockTitle': 'Картка',
|
|
19
19
|
'fabric.editor.blockquote': 'цитата',
|
|
20
|
+
'fabric.editor.bug': 'Несправність',
|
|
20
21
|
'fabric.editor.cancelButton': 'Скасувати',
|
|
21
22
|
'fabric.editor.captionPlaceholder': 'Додати підпис',
|
|
22
23
|
'fabric.editor.cardFloatingControls': 'Параметри картки',
|
|
24
|
+
'fabric.editor.clearLink': 'Видалити посилання',
|
|
25
|
+
'fabric.editor.clearLinkText': 'Видалити текст',
|
|
23
26
|
'fabric.editor.codeBidiWarningLabel': 'Двонаправлені символи змінюють порядок відображення тексту. Такий спосіб може використовуватися, щоб приховати зловмисний код.',
|
|
24
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Скопійовано',
|
|
25
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Копіювати як текст',
|
|
@@ -34,11 +37,13 @@ export default {
|
|
|
34
37
|
'fabric.editor.date.description': 'Вставити дату через календар',
|
|
35
38
|
'fabric.editor.decision': 'Рішення',
|
|
36
39
|
'fabric.editor.decision.description': 'Зафіксувати рішення, щоб його було легко знайти',
|
|
40
|
+
'fabric.editor.defaultAltText': 'Елемент списку',
|
|
37
41
|
'fabric.editor.displayBlock': 'Показати картку',
|
|
38
42
|
'fabric.editor.displayEmbed': 'Показати вбудований об’єкт',
|
|
39
43
|
'fabric.editor.displayInline': 'Показати лише заголовок',
|
|
40
44
|
'fabric.editor.displayLink': 'Показати як текст',
|
|
41
45
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Цей параметр відображення недоступний для вузла {node}',
|
|
46
|
+
'fabric.editor.displayText': 'Текст для відображення',
|
|
42
47
|
'fabric.editor.ecombedDescription': 'Показати інтерактивний попередній перегляд посилання',
|
|
43
48
|
'fabric.editor.edit.datasource': 'Редагувати пошуковий запит',
|
|
44
49
|
'fabric.editor.editLink': 'Редагування посилання',
|
|
@@ -47,6 +52,7 @@ export default {
|
|
|
47
52
|
'fabric.editor.emoji': 'Емодзі',
|
|
48
53
|
'fabric.editor.emoji.description': 'Виразити ідеї 🎉 чи емоції 😄 через емодзі',
|
|
49
54
|
'fabric.editor.emptyLink': 'Введіть посилання.',
|
|
55
|
+
'fabric.editor.epic': 'Епос',
|
|
50
56
|
'fabric.editor.expand': 'Розгортка',
|
|
51
57
|
'fabric.editor.expand.description': 'Вставити розгортку',
|
|
52
58
|
'fabric.editor.expandDefaultTitle': 'Натисніть, щоб розгорнути…',
|
|
@@ -54,12 +60,22 @@ export default {
|
|
|
54
60
|
'fabric.editor.expandPlaceholder': 'Назвіть розгорнутий вміст…',
|
|
55
61
|
'fabric.editor.feedbackDialog': 'Залишити відгук',
|
|
56
62
|
'fabric.editor.feedbackDialog.description': 'Поділіться враженнями від нового редактора',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Блог',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Несправність',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Задача',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Сторінка',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Історія',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Задача',
|
|
57
69
|
'fabric.editor.help': 'Допомога',
|
|
58
70
|
'fabric.editor.help.description': 'Переглянути всі сполучення клавіш і параметри розмітки',
|
|
59
71
|
'fabric.editor.horizontalRule': 'Роздільник',
|
|
60
72
|
'fabric.editor.horizontalRule.description': 'Відокремити інформацію горизонтальною лінією',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Мітка посилання',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Коли ви будете набирати у полі текст, нижче з’явиться список варіантів',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {нічого не знайдено} one {{count,number} результат} few {{count,number} результати} many {{count,number} результатів} other {{count,number} результатів}}',
|
|
61
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Вставте або знайдіть посилання',
|
|
62
77
|
'fabric.editor.image': 'зображення',
|
|
78
|
+
'fabric.editor.improvement': 'Покращення',
|
|
63
79
|
'fabric.editor.inlineDescription': 'Показати посилання як вбудований текст',
|
|
64
80
|
'fabric.editor.inlineTitle': 'У рядку',
|
|
65
81
|
'fabric.editor.insertMenu': 'Вставити',
|
|
@@ -85,8 +101,11 @@ export default {
|
|
|
85
101
|
'fabric.editor.settingsLinks': 'Перейти до параметрів посилань',
|
|
86
102
|
'fabric.editor.status': 'Стан',
|
|
87
103
|
'fabric.editor.status.description': 'Додати власний стан',
|
|
104
|
+
'fabric.editor.story': 'Історія',
|
|
105
|
+
'fabric.editor.subTask': 'Вкладене завдання',
|
|
88
106
|
'fabric.editor.table': 'Таблиця',
|
|
89
107
|
'fabric.editor.table.description': 'Вставити таблицю',
|
|
108
|
+
'fabric.editor.task': 'Завдання',
|
|
90
109
|
'fabric.editor.time.ago': 'тому',
|
|
91
110
|
'fabric.editor.time.updated': 'Змінено',
|
|
92
111
|
'fabric.editor.time.viewed': 'Переглянуто',
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -17,9 +17,12 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Hiển thị thêm thông tin về liên kết, bao gồm bản tóm tắt và các thao tác',
|
|
18
18
|
'fabric.editor.blockTitle': 'Thẻ',
|
|
19
19
|
'fabric.editor.blockquote': 'một dấu ngoặc kép',
|
|
20
|
+
'fabric.editor.bug': 'Lỗi',
|
|
20
21
|
'fabric.editor.cancelButton': 'Hủy',
|
|
21
22
|
'fabric.editor.captionPlaceholder': 'Thêm chú thích',
|
|
22
23
|
'fabric.editor.cardFloatingControls': 'Tùy chọn thẻ',
|
|
24
|
+
'fabric.editor.clearLink': 'Xóa liên kết',
|
|
25
|
+
'fabric.editor.clearLinkText': 'Xóa văn bản',
|
|
23
26
|
'fabric.editor.codeBidiWarningLabel': 'Ký tự hai chiều thay đổi thứ tự kết xuất văn bản. Điều này có thể được dùng để che giấu mã độc hại.',
|
|
24
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Đã sao chép!',
|
|
25
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Sao chép dưới dạng văn bản',
|
|
@@ -34,11 +37,13 @@ export default {
|
|
|
34
37
|
'fabric.editor.date.description': 'Thêm ngày bằng cách sử dụng lịch',
|
|
35
38
|
'fabric.editor.decision': 'Quyết định',
|
|
36
39
|
'fabric.editor.decision.description': 'Thu thập các quyết định để dễ dàng theo dõi',
|
|
40
|
+
'fabric.editor.defaultAltText': 'Mục danh sách',
|
|
37
41
|
'fabric.editor.displayBlock': 'Hiển thị thẻ',
|
|
38
42
|
'fabric.editor.displayEmbed': 'Hiển thị đối tượng nhúng',
|
|
39
43
|
'fabric.editor.displayInline': 'Hiển thị nội tuyến',
|
|
40
44
|
'fabric.editor.displayLink': 'Hiển thị dạng văn bản',
|
|
41
45
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Tùy chọn hiển thị này không dùng được bên trong {node}',
|
|
46
|
+
'fabric.editor.displayText': 'Văn bản cần hiển thị',
|
|
42
47
|
'fabric.editor.ecombedDescription': 'Hiển thị bản xem trước tương tác của một liên kết',
|
|
43
48
|
'fabric.editor.edit.datasource': 'Sửa truy vấn tìm kiếm',
|
|
44
49
|
'fabric.editor.editLink': 'Chỉnh sửa liên kết',
|
|
@@ -47,6 +52,7 @@ export default {
|
|
|
47
52
|
'fabric.editor.emoji': 'Biểu tượng cảm xúc',
|
|
48
53
|
'fabric.editor.emoji.description': 'Sử dụng biểu tượng cảm xúc để thể hiện ý kiến 🎉 và cảm xúc 😄',
|
|
49
54
|
'fabric.editor.emptyLink': 'Vui lòng nhập một liên kết.',
|
|
55
|
+
'fabric.editor.epic': 'Quá trình',
|
|
50
56
|
'fabric.editor.expand': 'Mở rộng',
|
|
51
57
|
'fabric.editor.expand.description': 'Chèn đoạn mở rộng',
|
|
52
58
|
'fabric.editor.expandDefaultTitle': 'Nhấp vào đây để mở rộng...',
|
|
@@ -54,12 +60,22 @@ export default {
|
|
|
54
60
|
'fabric.editor.expandPlaceholder': 'Đặt tiêu đề cho phần mở rộng này...',
|
|
55
61
|
'fabric.editor.feedbackDialog': 'Đưa ra phản hồi',
|
|
56
62
|
'fabric.editor.feedbackDialog.description': 'Cho chúng tôi biết về trải nghiệm của bạn khi sử dụng trình chỉnh sửa mới',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Lỗi',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Vấn đề',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Trang',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Câu chuyện',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tác vụ',
|
|
57
69
|
'fabric.editor.help': 'Trợ giúp',
|
|
58
70
|
'fabric.editor.help.description': 'Duyệt qua tất cả các phím tắt trên bàn phím và các tùy chọn đánh dấu',
|
|
59
71
|
'fabric.editor.horizontalRule': 'Trình phân chia',
|
|
60
72
|
'fabric.editor.horizontalRule.description': 'Chia tách nội dung bằng một đường ngang',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Nhãn liên kết',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Các đề xuất sẽ xuất hiện bên dưới khi bạn nhập thông tin vào trường',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {không tìm thấy kết quả} other {Đã tìm thấy {count,number} kết quả}}',
|
|
61
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Dán hoặc tìm kiếm liên kết',
|
|
62
77
|
'fabric.editor.image': 'hình ảnh',
|
|
78
|
+
'fabric.editor.improvement': 'Cải tiến',
|
|
63
79
|
'fabric.editor.inlineDescription': 'Hiển thị liên kết dưới dạng văn bản nội tuyến',
|
|
64
80
|
'fabric.editor.inlineTitle': 'Nội tuyến',
|
|
65
81
|
'fabric.editor.insertMenu': 'Chèn',
|
|
@@ -85,8 +101,11 @@ export default {
|
|
|
85
101
|
'fabric.editor.settingsLinks': 'Vào phần Tùy chọn liên kết',
|
|
86
102
|
'fabric.editor.status': 'Trạng thái',
|
|
87
103
|
'fabric.editor.status.description': 'Thêm một nhãn trạng thái tùy chỉnh',
|
|
104
|
+
'fabric.editor.story': 'Câu chuyện',
|
|
105
|
+
'fabric.editor.subTask': 'Tác vụ con',
|
|
88
106
|
'fabric.editor.table': 'Bảng',
|
|
89
107
|
'fabric.editor.table.description': 'Chèn bảng',
|
|
108
|
+
'fabric.editor.task': 'Tác vụ',
|
|
90
109
|
'fabric.editor.time.ago': 'trước',
|
|
91
110
|
'fabric.editor.time.updated': 'Đã cập nhật',
|
|
92
111
|
'fabric.editor.time.viewed': 'Đã xem',
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -17,9 +17,12 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': '显示有关链接的更多信息,包括摘要和操作',
|
|
18
18
|
'fabric.editor.blockTitle': '卡片',
|
|
19
19
|
'fabric.editor.blockquote': '引用',
|
|
20
|
+
'fabric.editor.bug': '缺陷',
|
|
20
21
|
'fabric.editor.cancelButton': '取消',
|
|
21
22
|
'fabric.editor.captionPlaceholder': '添加标题',
|
|
22
23
|
'fabric.editor.cardFloatingControls': '卡片选项',
|
|
24
|
+
'fabric.editor.clearLink': '清除链接',
|
|
25
|
+
'fabric.editor.clearLinkText': '清除文本',
|
|
23
26
|
'fabric.editor.codeBidiWarningLabel': '双向字符会更改文本的呈现顺序。这可能被用于掩盖恶意代码。',
|
|
24
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已复制!',
|
|
25
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': '复制为文本',
|
|
@@ -34,11 +37,13 @@ export default {
|
|
|
34
37
|
'fabric.editor.date.description': '使用日历添加日期',
|
|
35
38
|
'fabric.editor.decision': '决定',
|
|
36
39
|
'fabric.editor.decision.description': '捕获决策,以便轻松跟踪',
|
|
40
|
+
'fabric.editor.defaultAltText': '列出项目',
|
|
37
41
|
'fabric.editor.displayBlock': '显示卡片',
|
|
38
42
|
'fabric.editor.displayEmbed': '显示嵌入',
|
|
39
43
|
'fabric.editor.displayInline': '显示内联',
|
|
40
44
|
'fabric.editor.displayLink': '显示为文本',
|
|
41
45
|
'fabric.editor.displayOptionUnavailableInParentNode': '无法在 {node} 内使用此显示选项',
|
|
46
|
+
'fabric.editor.displayText': '待显示的文本',
|
|
42
47
|
'fabric.editor.ecombedDescription': '显示链接的交互式预览',
|
|
43
48
|
'fabric.editor.edit.datasource': '编辑搜索查询',
|
|
44
49
|
'fabric.editor.editLink': '编辑链接',
|
|
@@ -47,6 +52,7 @@ export default {
|
|
|
47
52
|
'fabric.editor.emoji': '表情符号',
|
|
48
53
|
'fabric.editor.emoji.description': '使用表情符号传达理念 🎉 和情绪 😄',
|
|
49
54
|
'fabric.editor.emptyLink': '请输入链接。',
|
|
55
|
+
'fabric.editor.epic': '长篇故事',
|
|
50
56
|
'fabric.editor.expand': '扩展',
|
|
51
57
|
'fabric.editor.expand.description': '插入扩展',
|
|
52
58
|
'fabric.editor.expandDefaultTitle': '点击此处展开...',
|
|
@@ -54,12 +60,22 @@ export default {
|
|
|
54
60
|
'fabric.editor.expandPlaceholder': '为此展开添加标题......',
|
|
55
61
|
'fabric.editor.feedbackDialog': '提供反馈意见',
|
|
56
62
|
'fabric.editor.feedbackDialog.description': '跟我们讲讲您对新编辑器的使用体验',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': '博文',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': '缺陷',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': '事务',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': '页面',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': '故事',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': '任务',
|
|
57
69
|
'fabric.editor.help': '帮助',
|
|
58
70
|
'fabric.editor.help.description': '浏览所有键盘快捷键和文本标记选项',
|
|
59
71
|
'fabric.editor.horizontalRule': '分隔条',
|
|
60
72
|
'fabric.editor.horizontalRule.description': '使用水平线分隔内容',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': '链接标签',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': '在字段中输入内容时,下方会显示建议内容',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {未找到结果} other {找到 {count,number} 个结果}}',
|
|
61
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': '粘贴或搜索链接',
|
|
62
77
|
'fabric.editor.image': '图片',
|
|
78
|
+
'fabric.editor.improvement': '改进',
|
|
63
79
|
'fabric.editor.inlineDescription': '以内联文本显示链接',
|
|
64
80
|
'fabric.editor.inlineTitle': '内联',
|
|
65
81
|
'fabric.editor.insertMenu': '插入',
|
|
@@ -85,8 +101,11 @@ export default {
|
|
|
85
101
|
'fabric.editor.settingsLinks': '转到“链接首选项”',
|
|
86
102
|
'fabric.editor.status': '状态',
|
|
87
103
|
'fabric.editor.status.description': '添加自定义状态标签',
|
|
104
|
+
'fabric.editor.story': '故事',
|
|
105
|
+
'fabric.editor.subTask': '子任务',
|
|
88
106
|
'fabric.editor.table': '表格',
|
|
89
107
|
'fabric.editor.table.description': '插入表格',
|
|
108
|
+
'fabric.editor.task': '任务',
|
|
90
109
|
'fabric.editor.time.ago': '前',
|
|
91
110
|
'fabric.editor.time.updated': '上次更新时间',
|
|
92
111
|
'fabric.editor.time.viewed': '上次查看时间',
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -17,9 +17,12 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': '顯示有關連結的更多資訊,包括摘要和動作',
|
|
18
18
|
'fabric.editor.blockTitle': '卡片',
|
|
19
19
|
'fabric.editor.blockquote': '引述',
|
|
20
|
+
'fabric.editor.bug': '錯誤',
|
|
20
21
|
'fabric.editor.cancelButton': '取消',
|
|
21
22
|
'fabric.editor.captionPlaceholder': '新增標題',
|
|
22
23
|
'fabric.editor.cardFloatingControls': '卡片選項',
|
|
24
|
+
'fabric.editor.clearLink': '清除連結',
|
|
25
|
+
'fabric.editor.clearLinkText': '清除文字',
|
|
23
26
|
'fabric.editor.codeBidiWarningLabel': '雙向字元會變更文字呈現的順序。這可用來將惡意程式碼模糊化。',
|
|
24
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已複製!',
|
|
25
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': '複製文字',
|
|
@@ -34,11 +37,13 @@ export default {
|
|
|
34
37
|
'fabric.editor.date.description': '使用日曆新增日期',
|
|
35
38
|
'fabric.editor.decision': '決定',
|
|
36
39
|
'fabric.editor.decision.description': '擷取決定以便追蹤',
|
|
40
|
+
'fabric.editor.defaultAltText': '清單項目',
|
|
37
41
|
'fabric.editor.displayBlock': '顯示卡片',
|
|
38
42
|
'fabric.editor.displayEmbed': '顯示嵌入',
|
|
39
43
|
'fabric.editor.displayInline': '顯示內嵌',
|
|
40
44
|
'fabric.editor.displayLink': '以文字顯示',
|
|
41
45
|
'fabric.editor.displayOptionUnavailableInParentNode': '{node} 內無法使用此顯示選項',
|
|
46
|
+
'fabric.editor.displayText': '要顯示的文字',
|
|
42
47
|
'fabric.editor.ecombedDescription': '顯示連結的互動式預覽',
|
|
43
48
|
'fabric.editor.edit.datasource': '編輯搜尋查詢',
|
|
44
49
|
'fabric.editor.editLink': '編輯連結',
|
|
@@ -47,6 +52,7 @@ export default {
|
|
|
47
52
|
'fabric.editor.emoji': '表情符號',
|
|
48
53
|
'fabric.editor.emoji.description': '使用表情符號來傳達想法 🎉 和情緒 😄',
|
|
49
54
|
'fabric.editor.emptyLink': '請輸入連結。',
|
|
55
|
+
'fabric.editor.epic': '大型工作',
|
|
50
56
|
'fabric.editor.expand': '擴充',
|
|
51
57
|
'fabric.editor.expand.description': '插入擴充',
|
|
52
58
|
'fabric.editor.expandDefaultTitle': '按一下此處以展開...',
|
|
@@ -54,12 +60,22 @@ export default {
|
|
|
54
60
|
'fabric.editor.expandPlaceholder': '為此展開設定標題...',
|
|
55
61
|
'fabric.editor.feedbackDialog': '提供意見回饋',
|
|
56
62
|
'fabric.editor.feedbackDialog.description': '請說明您對於新編輯器的使用體驗',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': '部落格',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': '錯誤',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': '問題',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': '頁面',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': '故事',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': '任務',
|
|
57
69
|
'fabric.editor.help': '說明',
|
|
58
70
|
'fabric.editor.help.description': '瀏覽所有鍵盤快速鍵和 Markdown 選項',
|
|
59
71
|
'fabric.editor.horizontalRule': '分隔線',
|
|
60
72
|
'fabric.editor.horizontalRule.description': '使用水平線來區隔內容',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': '連結標籤',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': '當您在欄位中輸入內容時,建議會顯示在下方',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {沒有找到任何結果} other {找到 {count,number} 個結果}}',
|
|
61
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': '貼上或搜尋連結',
|
|
62
77
|
'fabric.editor.image': '影像',
|
|
78
|
+
'fabric.editor.improvement': '改善',
|
|
63
79
|
'fabric.editor.inlineDescription': '將連結顯示為內嵌文字',
|
|
64
80
|
'fabric.editor.inlineTitle': '內嵌',
|
|
65
81
|
'fabric.editor.insertMenu': '插入',
|
|
@@ -85,8 +101,11 @@ export default {
|
|
|
85
101
|
'fabric.editor.settingsLinks': '前往連結偏好設定',
|
|
86
102
|
'fabric.editor.status': '狀態',
|
|
87
103
|
'fabric.editor.status.description': '新增自訂狀態標籤',
|
|
104
|
+
'fabric.editor.story': '故事',
|
|
105
|
+
'fabric.editor.subTask': '子任務',
|
|
88
106
|
'fabric.editor.table': '表格',
|
|
89
107
|
'fabric.editor.table.description': '插入表格',
|
|
108
|
+
'fabric.editor.task': '任務',
|
|
90
109
|
'fabric.editor.time.ago': '前',
|
|
91
110
|
'fabric.editor.time.updated': '已更新',
|
|
92
111
|
'fabric.editor.time.viewed': '已檢視',
|