@atlaskit/editor-common 87.0.4 → 87.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist/cjs/i18n/cs.js +13 -1
- package/dist/cjs/i18n/da.js +13 -1
- package/dist/cjs/i18n/de.js +13 -1
- package/dist/cjs/i18n/en.js +12 -1
- package/dist/cjs/i18n/en_GB.js +12 -1
- package/dist/cjs/i18n/en_ZZ.js +12 -1
- package/dist/cjs/i18n/es.js +13 -1
- package/dist/cjs/i18n/fi.js +15 -3
- package/dist/cjs/i18n/fr.js +15 -3
- package/dist/cjs/i18n/hu.js +13 -1
- package/dist/cjs/i18n/it.js +13 -1
- package/dist/cjs/i18n/ja.js +13 -1
- package/dist/cjs/i18n/ko.js +13 -1
- package/dist/cjs/i18n/nb.js +13 -1
- package/dist/cjs/i18n/nl.js +13 -1
- package/dist/cjs/i18n/pl.js +13 -1
- package/dist/cjs/i18n/pt_BR.js +13 -1
- package/dist/cjs/i18n/ru.js +13 -1
- package/dist/cjs/i18n/sv.js +13 -1
- package/dist/cjs/i18n/th.js +13 -1
- package/dist/cjs/i18n/tr.js +13 -1
- package/dist/cjs/i18n/uk.js +15 -3
- package/dist/cjs/i18n/vi.js +13 -1
- package/dist/cjs/i18n/zh.js +13 -1
- package/dist/cjs/i18n/zh_TW.js +13 -1
- package/dist/cjs/link/ConfigureLinkOverlay/Dropdown.js +5 -2
- package/dist/cjs/link/ConfigureLinkOverlay/handleNavigation.js +43 -0
- package/dist/cjs/link/ConfigureLinkOverlay/index.js +7 -5
- package/dist/cjs/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.js +12 -0
- package/dist/cjs/link/index.js +7 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/index.js +6 -0
- package/dist/cjs/styles/shared/expand.js +6 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +13 -1
- package/dist/es2019/i18n/da.js +13 -1
- package/dist/es2019/i18n/de.js +13 -1
- package/dist/es2019/i18n/en.js +12 -1
- package/dist/es2019/i18n/en_GB.js +12 -1
- package/dist/es2019/i18n/en_ZZ.js +12 -1
- package/dist/es2019/i18n/es.js +13 -1
- package/dist/es2019/i18n/fi.js +15 -3
- package/dist/es2019/i18n/fr.js +15 -3
- package/dist/es2019/i18n/hu.js +13 -1
- package/dist/es2019/i18n/it.js +13 -1
- package/dist/es2019/i18n/ja.js +13 -1
- package/dist/es2019/i18n/ko.js +13 -1
- package/dist/es2019/i18n/nb.js +13 -1
- package/dist/es2019/i18n/nl.js +13 -1
- package/dist/es2019/i18n/pl.js +13 -1
- package/dist/es2019/i18n/pt_BR.js +13 -1
- package/dist/es2019/i18n/ru.js +13 -1
- package/dist/es2019/i18n/sv.js +13 -1
- package/dist/es2019/i18n/th.js +13 -1
- package/dist/es2019/i18n/tr.js +13 -1
- package/dist/es2019/i18n/uk.js +15 -3
- package/dist/es2019/i18n/vi.js +13 -1
- package/dist/es2019/i18n/zh.js +13 -1
- package/dist/es2019/i18n/zh_TW.js +13 -1
- package/dist/es2019/link/ConfigureLinkOverlay/Dropdown.js +5 -2
- package/dist/es2019/link/ConfigureLinkOverlay/handleNavigation.js +38 -0
- package/dist/es2019/link/ConfigureLinkOverlay/index.js +7 -5
- package/dist/es2019/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.js +12 -0
- package/dist/es2019/link/index.js +2 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/index.js +1 -1
- package/dist/es2019/styles/shared/expand.js +5 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +13 -1
- package/dist/esm/i18n/da.js +13 -1
- package/dist/esm/i18n/de.js +13 -1
- package/dist/esm/i18n/en.js +12 -1
- package/dist/esm/i18n/en_GB.js +12 -1
- package/dist/esm/i18n/en_ZZ.js +12 -1
- package/dist/esm/i18n/es.js +13 -1
- package/dist/esm/i18n/fi.js +15 -3
- package/dist/esm/i18n/fr.js +15 -3
- package/dist/esm/i18n/hu.js +13 -1
- package/dist/esm/i18n/it.js +13 -1
- package/dist/esm/i18n/ja.js +13 -1
- package/dist/esm/i18n/ko.js +13 -1
- package/dist/esm/i18n/nb.js +13 -1
- package/dist/esm/i18n/nl.js +13 -1
- package/dist/esm/i18n/pl.js +13 -1
- package/dist/esm/i18n/pt_BR.js +13 -1
- package/dist/esm/i18n/ru.js +13 -1
- package/dist/esm/i18n/sv.js +13 -1
- package/dist/esm/i18n/th.js +13 -1
- package/dist/esm/i18n/tr.js +13 -1
- package/dist/esm/i18n/uk.js +15 -3
- package/dist/esm/i18n/vi.js +13 -1
- package/dist/esm/i18n/zh.js +13 -1
- package/dist/esm/i18n/zh_TW.js +13 -1
- package/dist/esm/link/ConfigureLinkOverlay/Dropdown.js +5 -2
- package/dist/esm/link/ConfigureLinkOverlay/handleNavigation.js +37 -0
- package/dist/esm/link/ConfigureLinkOverlay/index.js +7 -5
- package/dist/esm/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.js +12 -0
- package/dist/esm/link/index.js +2 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/index.js +1 -1
- package/dist/esm/styles/shared/expand.js +5 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +13 -1
- package/dist/types/i18n/da.d.ts +13 -1
- package/dist/types/i18n/de.d.ts +13 -1
- package/dist/types/i18n/en.d.ts +12 -1
- package/dist/types/i18n/en_GB.d.ts +12 -1
- package/dist/types/i18n/en_ZZ.d.ts +12 -1
- package/dist/types/i18n/es.d.ts +13 -1
- package/dist/types/i18n/fi.d.ts +13 -1
- package/dist/types/i18n/fr.d.ts +13 -1
- package/dist/types/i18n/hu.d.ts +13 -1
- package/dist/types/i18n/it.d.ts +13 -1
- package/dist/types/i18n/ja.d.ts +13 -1
- package/dist/types/i18n/ko.d.ts +13 -1
- package/dist/types/i18n/nb.d.ts +13 -1
- package/dist/types/i18n/nl.d.ts +13 -1
- package/dist/types/i18n/pl.d.ts +13 -1
- package/dist/types/i18n/pt_BR.d.ts +13 -1
- package/dist/types/i18n/ru.d.ts +13 -1
- package/dist/types/i18n/sv.d.ts +13 -1
- package/dist/types/i18n/th.d.ts +13 -1
- package/dist/types/i18n/tr.d.ts +13 -1
- package/dist/types/i18n/uk.d.ts +13 -1
- package/dist/types/i18n/vi.d.ts +13 -1
- package/dist/types/i18n/zh.d.ts +13 -1
- package/dist/types/i18n/zh_TW.d.ts +13 -1
- package/dist/types/link/ConfigureLinkOverlay/Dropdown.d.ts +7 -1
- package/dist/types/link/ConfigureLinkOverlay/handleNavigation.d.ts +12 -0
- package/dist/types/link/ConfigureLinkOverlay/index.d.ts +9 -1
- package/dist/types/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.d.ts +13 -1
- package/dist/types/link/index.d.ts +1 -0
- package/dist/types/styles/index.d.ts +1 -1
- package/dist/types/styles/shared/expand.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +13 -1
- package/dist/types-ts4.5/i18n/da.d.ts +13 -1
- package/dist/types-ts4.5/i18n/de.d.ts +13 -1
- package/dist/types-ts4.5/i18n/en.d.ts +12 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +12 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +12 -1
- package/dist/types-ts4.5/i18n/es.d.ts +13 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +13 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +13 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +13 -1
- package/dist/types-ts4.5/i18n/it.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +13 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +13 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +13 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +13 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +13 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +13 -1
- package/dist/types-ts4.5/i18n/th.d.ts +13 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +13 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +13 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +13 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +13 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +13 -1
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/Dropdown.d.ts +7 -1
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/handleNavigation.d.ts +12 -0
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/index.d.ts +9 -1
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.d.ts +13 -1
- package/dist/types-ts4.5/link/index.d.ts +1 -0
- package/dist/types-ts4.5/styles/index.d.ts +1 -1
- package/dist/types-ts4.5/styles/shared/expand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Portuguese (Brazil)
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'Configurar {macroName}',
|
|
10
11
|
'fabric.editor.action': 'Item de ação',
|
|
11
12
|
'fabric.editor.action.description': 'Criar e atribuir itens de ação',
|
|
12
13
|
'fabric.editor.addAltText': 'Texto alt',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Voltar',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Cor do plano de fundo',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'O link em linha está em {node}, e sua exibição não pode ser alterada',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Arraste para mover',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Mover para baixo',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Mover para cima',
|
|
37
41
|
'fabric.editor.blockDescription': 'Mostrar mais informações sobre links, incluindo resumo e ações',
|
|
38
42
|
'fabric.editor.blockTitle': 'Cartão',
|
|
39
43
|
'fabric.editor.blockquote': 'citação',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'Recolher conteúdo',
|
|
69
73
|
'fabric.editor.collapseTable': 'Recolher tabela',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Opções de coluna',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Coluna movida para a esquerda para {index} de {total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Coluna movida para a direita para {index} de {total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Coluna {index} de {total} selecionada',
|
|
71
78
|
'fabric.editor.columns': 'Layouts',
|
|
72
79
|
'fabric.editor.columns.description': 'Estruturar sua página usando seções',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Uma coluna foi inserida} other {{count} colunas foram inseridas}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Copiar',
|
|
96
103
|
'fabric.editor.cornerControl': 'Destacar tabela',
|
|
97
104
|
'fabric.editor.createComment': 'Comentar',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'Você só pode comentar em textos, títulos, emojis, datas, menções, links e status.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Você só pode comentar em texto e cabeçalhos',
|
|
99
107
|
'fabric.editor.customPanel': 'Painel personalizado',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Adicione uma observação com um emoji e plano de fundo colorido',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Recursos (Beta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Insira objetos a partir de Recursos no Jira Service Management com ferramentas de pesquisa e filtro',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Recursos',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Inserir lista do Confluence',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'Pressione {keyMap} para abrir rapidamente esta caixa de diálogo a qualquer momento',
|
|
230
237
|
'fabric.editor.highlight': 'Cor de realce',
|
|
231
238
|
'fabric.editor.highlightColor': 'Alternar paleta de cores de destaque',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Realce',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Divisória',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'Separar conteúdo com uma linha horizontal',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Colar ou pesquisar link',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Coluna numerada',
|
|
323
331
|
'fabric.editor.off': '{formattingType} Desativado',
|
|
324
332
|
'fabric.editor.on': '{formattingType} Ativado',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Abrir opções de célula',
|
|
325
334
|
'fabric.editor.openLink': 'Abrir link em uma nova guia',
|
|
326
335
|
'fabric.editor.orderedList': 'Lista numerada',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Criar uma lista ordenada',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Layout com barra lateral à direita',
|
|
358
367
|
'fabric.editor.rowControl': 'Destacar linha',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Opções de linhas',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Linha movida para baixo para {index} de {total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Linha movida para cima para {index} de {total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Linha {index} de {total} selecionada',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Uma linha foi inserida} other {{count} linhas foram inseridas}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {A linha foi removida} other {{count} linhas foram removidas}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Salvar',
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Russian
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'Настроить макрос «{macroName}»',
|
|
10
11
|
'fabric.editor.action': 'Задача',
|
|
11
12
|
'fabric.editor.action.description': 'Создавайте и назначайте задачи',
|
|
12
13
|
'fabric.editor.addAltText': 'Альтернативный текст',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Назад',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Цвет фона',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'Встроенная ссылка находится внутри узла {node} — нельзя изменить представление',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Перетаскивайте, чтобы переместить',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Переместить блок вниз',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Переместить блок вверх',
|
|
37
41
|
'fabric.editor.blockDescription': 'Отображение дополнительной информации о ссылке, включая краткое описание и действия',
|
|
38
42
|
'fabric.editor.blockTitle': 'Карточка',
|
|
39
43
|
'fabric.editor.blockquote': 'цитата',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'Свернуть содержимое',
|
|
69
73
|
'fabric.editor.collapseTable': 'Свернуть таблицу',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Параметры столбца',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Столбец перемещен влево на позицию {index} из {total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Столбец перемещен вправо на позицию {index} из {total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Выбран столбец {index} из {total}',
|
|
71
78
|
'fabric.editor.columns': 'Макеты',
|
|
72
79
|
'fabric.editor.columns.description': 'Расположение информации на странице с помощью разделов',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Вставлен {count} столбец} few {Вставлено {count} столбца} many {Вставлено {count} столбцов} other {Вставлено {count} столбца}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Скопировать',
|
|
96
103
|
'fabric.editor.cornerControl': 'Выделить таблицу',
|
|
97
104
|
'fabric.editor.createComment': 'Комментировать',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'Можно комментировать только текст, заголовки, эмодзи, даты, упоминания, ссылки и статусы.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Можно комментировать только текст и заголовки',
|
|
99
107
|
'fabric.editor.customPanel': 'Пользовательская панель',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Добавьте примечание с эмодзи и цветным фоном',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Активы (бета-версия)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Вставка объектов из Активов в Jira Service Management с помощью поиска и фильтрации',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Активы',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Вставка списка Confluence',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'Это окно можно быстро открыть в любое время нажатием {keyMap}',
|
|
230
237
|
'fabric.editor.highlight': 'Цвет выделения',
|
|
231
238
|
'fabric.editor.highlightColor': 'Переключить цветовую палитру подсветки',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Выделить',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Разделитель',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'Разделение содержимого горизонтальной линией',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Вставить или искать ссылку',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Столбец с нумерацией',
|
|
323
331
|
'fabric.editor.off': '{formattingType} выкл.',
|
|
324
332
|
'fabric.editor.on': '{formattingType} вкл.',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Открыть параметры ячейки',
|
|
325
334
|
'fabric.editor.openLink': 'Открыть ссылку на новой вкладке',
|
|
326
335
|
'fabric.editor.orderedList': 'Нумерованный список',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Создание нумерованного списка',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Макет с правой боковой панелью',
|
|
358
367
|
'fabric.editor.rowControl': 'Выделить строку',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Параметры строки',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Строка перемещена вниз на позицию {index} из {total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Строка перемещена вверх на позицию {index} из {total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Выбрана строка {index} из {total}',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Вставлена {count} строка} few {Вставлено {count} строки} many {Вставлено {count} строк} other {Вставлено {count} строки}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Удалена {count} строка} few {Удалено {count} строки} many {Удалено {count} строк} other {Удалено {count} строки}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Сохранить',
|
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Swedish
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'Konfigurera {macroName}',
|
|
10
11
|
'fabric.editor.action': 'Uppgift',
|
|
11
12
|
'fabric.editor.action.description': 'Skapa och tilldela åtgärdsuppgifter',
|
|
12
13
|
'fabric.editor.addAltText': 'Alternativ text',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Gå tillbaka',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Bakgrundsfärg',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'Inlinelänken är inuti {node} och det går inte att byta dess vy',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Dra för att flytta',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Flytta ner',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Flytta upp',
|
|
37
41
|
'fabric.editor.blockDescription': 'Visa mer information om en länk, inklusive en sammanfattning och åtgärder',
|
|
38
42
|
'fabric.editor.blockTitle': 'Kort',
|
|
39
43
|
'fabric.editor.blockquote': 'ett citattecken',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'komprimera innehåll',
|
|
69
73
|
'fabric.editor.collapseTable': 'Dölj tabell',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Kolumnalternativ',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Kolumnen flyttades åt vänster till {index} av {total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Kolumnen flyttades åt höger till {index} av {total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Kolumn {index} av {total} markerad',
|
|
71
78
|
'fabric.editor.columns': 'Layouter',
|
|
72
79
|
'fabric.editor.columns.description': 'Ge din sida struktur med sektioner',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {En kolumn har infogats} other {{count} kolumner har infogats}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Kopiera',
|
|
96
103
|
'fabric.editor.cornerControl': 'Markera tabellen',
|
|
97
104
|
'fabric.editor.createComment': 'Kommentera',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'Du kan bara kommentera text, rubriker, emojis, datum, omnämnanden, länkar och statusar.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Du kan bara kommentera på text och rubriker',
|
|
99
107
|
'fabric.editor.customPanel': 'Anpassad panel',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Lägg till en anteckning med en emoji och en färgad bakgrund',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Tillgångar (beta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Infoga objekt från Tillgångar i Jira Service Management med sökning och filtrering',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Tillgångar',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Infoga Confluence-lista',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'Tryck på {keyMap} för att när som helst öppna den här dialogrutan',
|
|
230
237
|
'fabric.editor.highlight': 'Markeringsfärg',
|
|
231
238
|
'fabric.editor.highlightColor': 'Växla palett för markeringsfärg',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Markering',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Avgränsare',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'Separera innehåll med en horisontell linje',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Klistra in eller sök efter en länk',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Numrerad kolumn',
|
|
323
331
|
'fabric.editor.off': '{formattingType} av',
|
|
324
332
|
'fabric.editor.on': '{formattingType} på',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Öppna cellalternativ',
|
|
325
334
|
'fabric.editor.openLink': 'Öppna länk i en ny flik',
|
|
326
335
|
'fabric.editor.orderedList': 'Numrerad lista',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Skapa en sorterad lista',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Layout med höger sidopanel',
|
|
358
367
|
'fabric.editor.rowControl': 'Markera raden',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Radalternativ',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Raden flyttades ner till {index} av {total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Raden flyttades upp till {index} av {total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Rad {index} av {total} markerad',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {En rad har infogats} other {{count} rader har infogats}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Raden har tagits bort} other {{count} rader har tagits bort}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Spara',
|
package/dist/es2019/i18n/th.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Thai (Thailand)
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'กำหนดค่า {macroName}',
|
|
10
11
|
'fabric.editor.action': 'รายการการดำเนินการ',
|
|
11
12
|
'fabric.editor.action.description': 'สร้างและมอบหมายรายการการดำเนินการ',
|
|
12
13
|
'fabric.editor.addAltText': 'ข้อความอธิบายรูปภาพ',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'ย้อนกลับ',
|
|
35
36
|
'fabric.editor.backgroundColor': 'สีพื้นหลัง',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'ลิงก์ในบรรทัดเดียวกันจะอยู่ภายใน {node} และไม่สามารถเปลี่ยนแปลงมุมมองได้',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'ลากเพื่อย้าย',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'เลื่อนลง',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'เลื่อนขึ้น',
|
|
37
41
|
'fabric.editor.blockDescription': 'แสดงข้อมูลเพิ่มเติมเกี่ยวกับลิงก์ รวมถึงข้อมูลสรุปและการดำเนินการ',
|
|
38
42
|
'fabric.editor.blockTitle': 'การ์ด',
|
|
39
43
|
'fabric.editor.blockquote': 'ข้อความอ้างอิง',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'ย่อเนื้อหา',
|
|
69
73
|
'fabric.editor.collapseTable': 'ย่อตาราง',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'ตัวเลือกคอลัมน์',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'คอลัมน์ย้ายไปทางซ้ายที่ {index} จาก {total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'คอลัมน์ย้ายไปทางขวาที่ {index} จาก {total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'เลือกคอลัมน์ {index} จาก {total} แล้ว',
|
|
71
78
|
'fabric.editor.columns': 'มุมมอง',
|
|
72
79
|
'fabric.editor.columns.description': 'ปรับโครงสร้างหน้าข้อมูลของคุณโดยใช้การแบ่งส่วน',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, other {แทรกแล้ว {count} คอลัมน์}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'คัดลอก',
|
|
96
103
|
'fabric.editor.cornerControl': 'ไฮไลท์ตาราง',
|
|
97
104
|
'fabric.editor.createComment': 'ความคิดเห็น',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'คุณสามารถแสดงความคิดเห็นได้เฉพาะกับข้อความ หัวเรื่อง เอโมจิ วันที่ การกล่าวถึง ลิงก์ และสถานะเท่านั้น',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'คุณสามารถแสดงความคิดเห็นได้เฉพาะบนข้อความและหัวข้อเท่านั้น',
|
|
99
107
|
'fabric.editor.customPanel': 'แผงแบบกำหนดเอง',
|
|
100
108
|
'fabric.editor.customPanel.description': 'เพิ่มข้อความบันทึกพร้อมเอโมจิและพื้นหลังมีสีสัน',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Assets (เบต้า)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'แทรกหัวเรื่อง Assets ใน Jira Service Management ด้วยการค้นหาและตัวกรอง',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'แทรกรายการ Confluence',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'กด {keyMap} เพื่อเปิดกรอบโต้ตอบนี้ได้ทุกเมื่อ',
|
|
230
237
|
'fabric.editor.highlight': 'สีไฮไลท์',
|
|
231
238
|
'fabric.editor.highlightColor': 'สลับจานสีไฮไลท์',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'ไฮไลท์',
|
|
232
240
|
'fabric.editor.horizontalRule': 'ตัวแบ่งคั่น',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'แบ่งคั่นเนื้อหาด้วยเส้นแนวนอน',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'วางหรือค้นหาลิงก์',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'คอลัมน์แบบมีตัวเลข',
|
|
323
331
|
'fabric.editor.off': 'ปิด {formattingType}',
|
|
324
332
|
'fabric.editor.on': 'เปิด {formattingType}',
|
|
333
|
+
'fabric.editor.openCellOptions': 'เปิดตัวเลือกช่องข้อมูล',
|
|
325
334
|
'fabric.editor.openLink': 'เปิดลิงก์ในแถบใหม่',
|
|
326
335
|
'fabric.editor.orderedList': 'รายการแบบมีตัวเลข',
|
|
327
336
|
'fabric.editor.orderedList.description': 'สร้างรายการแบบมีเลขลำดับ',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'เค้าโครงแถบด้านขวา',
|
|
358
367
|
'fabric.editor.rowControl': 'ไฮไลท์แถว',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'ตัวเลือกแถว',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'เลื่อนแถวลงไปที่ {index} จาก {total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'เลื่อนแถวขึ้นไปที่ {index} จาก {total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'เลือกแถว {index} จาก {total} แล้ว',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, other {แทรกแล้ว {count} แถว}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, other {ลบแล้ว {count} แถว}}',
|
|
362
374
|
'fabric.editor.saveButton': 'บันทึก',
|
package/dist/es2019/i18n/tr.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Turkish (Turkey)
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': '{macroName} makrosunu yapılandırın',
|
|
10
11
|
'fabric.editor.action': 'Yapılacaklar listesi',
|
|
11
12
|
'fabric.editor.action.description': 'Yapılacaklar listesi oluşturun ve atayın',
|
|
12
13
|
'fabric.editor.addAltText': 'Alternatif metin',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Geri dön',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Arkaplan rengi',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'Satır içi bağlantı {node} düğümündedir ve görüntüsü değiştirilemez',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Taşımak için sürükleyin',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Aşağı taşı',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Yukarı taşı',
|
|
37
41
|
'fabric.editor.blockDescription': 'Bağlantı hakkında özet ve işlemler de dahil olmak üzere daha fazla bilgi gösterir',
|
|
38
42
|
'fabric.editor.blockTitle': 'Kart',
|
|
39
43
|
'fabric.editor.blockquote': 'alıntı',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'içeriği daraltın',
|
|
69
73
|
'fabric.editor.collapseTable': 'Tabloyu daralt',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Sütun seçenekleri',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Sütun {total} sütundan {index}. sütunun soluna taşındı',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Sütun {total} sütundan {index}. sütunun sağına taşındı',
|
|
77
|
+
'fabric.editor.columnSelected': 'Sütun {index}/{total} seçildi',
|
|
71
78
|
'fabric.editor.columns': 'Düzenler',
|
|
72
79
|
'fabric.editor.columns.description': 'Bölümler aracılığıyla sayfanızı yapılandırın',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Bir sütun eklendi} other {{count} sütun eklendi}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Kopyala',
|
|
96
103
|
'fabric.editor.cornerControl': 'Tabloyu vurgula',
|
|
97
104
|
'fabric.editor.createComment': 'Yorum',
|
|
105
|
+
'fabric.editor.createCommentDisabled': "Yalnızca metinlere, başlıklara, emoji'lere, tarihlere, bahsetmelere, bağlantılara ve durumlara yorum ekleyebilirsiniz.",
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Yalnızca metin ve başlıklarda yorum yapabilirsiniz',
|
|
99
107
|
'fabric.editor.customPanel': 'Özel panel',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Emoji ve renkli arkaplan içeren bir not ekleyin',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Varlıklar (Beta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': "Arama ve filtreleme ile Jira Service Management'taki Varlıklar'dan nesneleri ekleyin",
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Varlıklar',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Confluence listesi ekleyin',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'Bu iletişim kutusunu istediğiniz zaman açmak için lütfen {keyMap} düğmesine basın',
|
|
230
237
|
'fabric.editor.highlight': 'Vurgu rengi',
|
|
231
238
|
'fabric.editor.highlightColor': 'Vurgu rengi paletini aç/kapat',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Vurgu',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Ayırıcı',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'İçeriği yatay çizgiyle ayırın',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Bağlantıyı yapıştırın veya arayın',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Numaralı sütun',
|
|
323
331
|
'fabric.editor.off': '{formattingType} Kapalı',
|
|
324
332
|
'fabric.editor.on': '{formattingType} Açık',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Hücre seçeneklerini aç',
|
|
325
334
|
'fabric.editor.openLink': 'Bağlantıyı yeni sekmede açın',
|
|
326
335
|
'fabric.editor.orderedList': 'Numaralı liste',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Sıralı liste oluşturun',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Sağ kenar çubuğu yerleşimi',
|
|
358
367
|
'fabric.editor.rowControl': 'Satırı vurgula',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Satır seçenekleri',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Satır {total} satırdan {index}. satırın altına taşındı',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Satır {total} satırdan {index}. satırın üstüne taşındı',
|
|
371
|
+
'fabric.editor.rowSelected': 'Satır {index}/{total} seçildi',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Bir satır eklendi} other {{count} satır eklendi}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Satır kaldırıldı} other {{count} satır kaldırıldı}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Kaydet',
|
package/dist/es2019/i18n/uk.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Ukrainian (Ukraine)
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'Налаштувати {macroName}',
|
|
10
11
|
'fabric.editor.action': 'Задача',
|
|
11
12
|
'fabric.editor.action.description': 'Створити та призначити задачу',
|
|
12
13
|
'fabric.editor.addAltText': 'Текст заміщення',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Назад',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Колір фону',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'Вбудоване посилання знаходиться у вузлі {node}, тому змінити подання не можна',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Перетягніть, щоб змінити порядок',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Перемістити вниз',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Перемістити вверх',
|
|
37
41
|
'fabric.editor.blockDescription': 'Показати більше інформації про посилання, у тому числі зведені дані й дії',
|
|
38
42
|
'fabric.editor.blockTitle': 'Картка',
|
|
39
43
|
'fabric.editor.blockquote': 'цитата',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'Згорніть вміст',
|
|
69
73
|
'fabric.editor.collapseTable': 'Згорнути таблицю',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Параметри стовпців',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Стовпець переміщено на позицію ліворуч від стовпця {index} з {total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Стовпець переміщено на позицію праворуч від стовпця {index} з {total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Вибрано стовпець {index} з {total}',
|
|
71
78
|
'fabric.editor.columns': 'Макет',
|
|
72
79
|
'fabric.editor.columns.description': 'Впорядкувати сторінку за допомогою розділів',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Додано {count} стовпець} few {Додано {count} стовпці} many {Додано {count} стовпців} other {Додано {count} стовпців}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Копіювати',
|
|
96
103
|
'fabric.editor.cornerControl': 'Виділити таблицю',
|
|
97
104
|
'fabric.editor.createComment': 'Додати коментар',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'Ви можете коментувати лише текст, заголовки, емодзі, дати, згадування, посилання й стани.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Коментувати можна лише текст і заголовки',
|
|
99
107
|
'fabric.editor.customPanel': 'Користувацька панель',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Додайте примітку з емодзі та кольоровим фоном',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Ресурси (бета-версія)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Вставляйте об’єкти з розділу «Ресурси» в Jira Service Management за допомогою пошуку й фільтрації',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Ресурси',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Вставка списку Confluence',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'Натисніть {keyMap}, щоб відкрити це вікно будь-коли',
|
|
230
237
|
'fabric.editor.highlight': 'Колір позначення тексту',
|
|
231
238
|
'fabric.editor.highlightColor': 'Перемкнути палітру кольорів для позначення',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Виділити',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Роздільник',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'Відокремити інформацію горизонтальною лінією',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Вставте або знайдіть посилання',
|
|
@@ -261,8 +269,8 @@ export default {
|
|
|
261
269
|
'fabric.editor.insertMenu': 'Вставка елементів',
|
|
262
270
|
'fabric.editor.insertRow': 'Вставити рядок знизу',
|
|
263
271
|
'fabric.editor.insertRowDrag': 'Вставити рядок',
|
|
264
|
-
'fabric.editor.insertTableColumn': '
|
|
265
|
-
'fabric.editor.insertTableRow': '
|
|
272
|
+
'fabric.editor.insertTableColumn': 'Вставити стовпець таблиці',
|
|
273
|
+
'fabric.editor.insertTableRow': 'Вставити рядок таблиці',
|
|
266
274
|
'fabric.editor.invalidDateError': 'Введіть дійсну дату',
|
|
267
275
|
'fabric.editor.invalidLink': 'Введіть дійсне посилання.',
|
|
268
276
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Запрошення учасника команди до {productName}} trusted {Запрошення учасника команди до {productName}} other {Додавання учасника команди до {productName}}}',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Нумерований стовпець',
|
|
323
331
|
'fabric.editor.off': '{formattingType} вимкнуто',
|
|
324
332
|
'fabric.editor.on': '{formattingType} увімкнуто',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Відкрити параметри клітинки',
|
|
325
334
|
'fabric.editor.openLink': 'Відкрити посилання в новій вкладці',
|
|
326
335
|
'fabric.editor.orderedList': 'Нумерований список',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Створити упорядкований список',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Макет із бічною панеллю праворуч',
|
|
358
367
|
'fabric.editor.rowControl': 'Виділити рядок',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Параметри рядків',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Рядок переміщено на позицію під рядком {index} з {total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Рядок переміщено на позицію над рядком {index} з {total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Вибрано рядок {index} з {total}',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Додано {count} рядок} few {Додано {count} рядки} many {Додано {count} рядків} other {Додано {count} рядків}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Видалено {count} рядок} few {Видалено {count} рядки} many {Видалено {count} рядків} other {Видалено {count} рядків}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Зберегти',
|
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Vietnamese (Vietnam)
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'Cấu hình {macroName}',
|
|
10
11
|
'fabric.editor.action': 'Mục thao tác',
|
|
11
12
|
'fabric.editor.action.description': 'Tạo và chỉ định các mục thao tác',
|
|
12
13
|
'fabric.editor.addAltText': 'Văn bản thay thế',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Quay lại',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Màu nền',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'Liên kết nội tuyến nằm trong {node} và không thể thay đổi chế độ xem liên kết',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Kéo để di chuyển',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Di chuyển xuống',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Di chuyển lên',
|
|
37
41
|
'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',
|
|
38
42
|
'fabric.editor.blockTitle': 'Thẻ',
|
|
39
43
|
'fabric.editor.blockquote': 'một dấu ngoặc kép',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'thu gọn nội dung',
|
|
69
73
|
'fabric.editor.collapseTable': 'Thu gọn bảng',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Tùy chọn cột',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Đã di chuyển cột sang trái đến vị trí {index}/{total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Đã di chuyển cột sang phải đến vị trí {index}/{total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Đã chọn cột {index}/{total}',
|
|
71
78
|
'fabric.editor.columns': 'Bố cục',
|
|
72
79
|
'fabric.editor.columns.description': 'Thiết lập cấu trúc trang của bạn bằng cách sử dụng các mục',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, other {Đã chèn {count} cột}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Sao chép',
|
|
96
103
|
'fabric.editor.cornerControl': 'Làm nổi bật bảng',
|
|
97
104
|
'fabric.editor.createComment': 'Nhận xét',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'Bạn chỉ có thể nhận xét về văn bản, tiêu đề, biểu tượng cảm xúc, ngày tháng, lượt nhắc đến, liên kết và trạng thái.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Bạn chỉ có thể bình luận về văn bản và tiêu đề',
|
|
99
107
|
'fabric.editor.customPanel': 'Bảng tùy chỉnh',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Thêm ghi chú với biểu tượng cảm xúc và nền màu',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Tài sản (Beta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Chèn đối tượng từ Tài sản trong Jira Service Management bằng tính năng tìm kiếm và lọc',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Tài sản',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Chèn danh sách Confluence',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'Nhấn {keyMap} để mở nhanh hộp thoại này bất kỳ lúc nào',
|
|
230
237
|
'fabric.editor.highlight': 'Làm nổi bật màu',
|
|
231
238
|
'fabric.editor.highlightColor': 'Bật/tắt bảng màu đánh dấu',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Tô sáng',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Trình phân chia',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'Chia tách nội dung bằng một đường ngang',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Dán hoặc tìm kiếm liên kết',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Cột được đánh số',
|
|
323
331
|
'fabric.editor.off': '{formattingType} đang tắt',
|
|
324
332
|
'fabric.editor.on': '{formattingType} đang bật',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Mở tùy chọn ô',
|
|
325
334
|
'fabric.editor.openLink': 'Mở liên kết trong tab mới',
|
|
326
335
|
'fabric.editor.orderedList': 'Danh sách được đánh số',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Tạo một danh sách kiểu sắp xếp',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Bố cục thanh bên phải',
|
|
358
367
|
'fabric.editor.rowControl': 'Làm nổi bật hàng',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Tùy chọn hàng',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Đã di chuyển hàng xuống vị trí {index}/{total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Đã di chuyển hàng lên vị trí {index}/{total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Đã chọn hàng {index}/{total}',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, other {Đã chèn {count} dòng}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, other {Đã xóa {count} dòng}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Lưu',
|
package/dist/es2019/i18n/zh.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Chinese (Simplified)
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': '配置 {macroName}',
|
|
10
11
|
'fabric.editor.action': '操作项',
|
|
11
12
|
'fabric.editor.action.description': '创建和指派操作项目',
|
|
12
13
|
'fabric.editor.addAltText': '替代文本',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': '返回',
|
|
35
36
|
'fabric.editor.backgroundColor': '背景颜色',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': '内联链接位于 {node} 内部,无法更改其视图',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': '拖动以移动',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': '下移',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': '上移',
|
|
37
41
|
'fabric.editor.blockDescription': '显示有关链接的更多信息,包括摘要和操作',
|
|
38
42
|
'fabric.editor.blockTitle': '卡片',
|
|
39
43
|
'fabric.editor.blockquote': '引用',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': '收起内容',
|
|
69
73
|
'fabric.editor.collapseTable': '收起表格',
|
|
70
74
|
'fabric.editor.columnDragHandle': '列选项',
|
|
75
|
+
'fabric.editor.columnMovedLeft': '列已向左移至第 {index} 列(共 {total} 列)',
|
|
76
|
+
'fabric.editor.columnMovedRight': '列已向右移至第 {index} 列(共 {total} 列)',
|
|
77
|
+
'fabric.editor.columnSelected': '已选中第 {index} 列(共 {total} 列)',
|
|
71
78
|
'fabric.editor.columns': '布局',
|
|
72
79
|
'fabric.editor.columns.description': '使用分段组织页面',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, other {已插入 {count} 列}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': '复制',
|
|
96
103
|
'fabric.editor.cornerControl': '突出显示表格',
|
|
97
104
|
'fabric.editor.createComment': '评论',
|
|
105
|
+
'fabric.editor.createCommentDisabled': '您只能对文本、标题、表情、日期、提及、链接和状态发表评论。',
|
|
98
106
|
'fabric.editor.createCommentInvalid': '您只可评论文本和标题',
|
|
99
107
|
'fabric.editor.customPanel': '自定义面板',
|
|
100
108
|
'fabric.editor.customPanel.description': '使用表情和彩色背景来添加注释',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': '资产(测试版)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': '通过搜索和筛选插入来自 Jira Service Management 中的资产的对象',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': '资产',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': '插入 Confluence 列表',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': '点击 {keyMap} 可以随时快速打开此对话',
|
|
230
237
|
'fabric.editor.highlight': '突出显示颜色',
|
|
231
238
|
'fabric.editor.highlightColor': '切换突出显示颜色调色板',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': '突出显示',
|
|
232
240
|
'fabric.editor.horizontalRule': '分隔条',
|
|
233
241
|
'fabric.editor.horizontalRule.description': '使用水平线分隔内容',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': '粘贴或搜索链接',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': '编号列',
|
|
323
331
|
'fabric.editor.off': '{formattingType}已关闭',
|
|
324
332
|
'fabric.editor.on': '{formattingType}已开启',
|
|
333
|
+
'fabric.editor.openCellOptions': '打开单元格选项',
|
|
325
334
|
'fabric.editor.openLink': '在新选项卡打开链接',
|
|
326
335
|
'fabric.editor.orderedList': '有序列表',
|
|
327
336
|
'fabric.editor.orderedList.description': '创建有序列表',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': '右侧边栏布局',
|
|
358
367
|
'fabric.editor.rowControl': '突出显示行',
|
|
359
368
|
'fabric.editor.rowDragHandle': '行选项',
|
|
369
|
+
'fabric.editor.rowMovedDown': '行已向下移至第 {index} 行(共 {total} 行)',
|
|
370
|
+
'fabric.editor.rowMovedUp': '行已向上移至第 {index} 行(共 {total} 行)',
|
|
371
|
+
'fabric.editor.rowSelected': '已选中第 {index} 行(共 {total} 行)',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, other {已插入 {count} 行}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, other {已移除 {count} 行}}',
|
|
362
374
|
'fabric.editor.saveButton': '保存',
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Chinese (Traditional)
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': '設定 {macroName}',
|
|
10
11
|
'fabric.editor.action': '動作項目',
|
|
11
12
|
'fabric.editor.action.description': '建立並指派動作項目',
|
|
12
13
|
'fabric.editor.addAltText': '替代文字',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': '返回',
|
|
35
36
|
'fabric.editor.backgroundColor': '背景顏色',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': '內嵌連結位於 {node} 內,無法變更其檢視',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': '拖曳即可移動',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': '向下移動',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': '向上移動',
|
|
37
41
|
'fabric.editor.blockDescription': '顯示有關連結的更多資訊,包括摘要和動作',
|
|
38
42
|
'fabric.editor.blockTitle': '卡片',
|
|
39
43
|
'fabric.editor.blockquote': '引述',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': '摺疊內容',
|
|
69
73
|
'fabric.editor.collapseTable': '摺疊表格',
|
|
70
74
|
'fabric.editor.columnDragHandle': '欄選項',
|
|
75
|
+
'fabric.editor.columnMovedLeft': '欄已左移至第 {index} 欄,總共有 {total} 欄',
|
|
76
|
+
'fabric.editor.columnMovedRight': '欄已右移至第 {index} 欄,總共有 {total} 欄',
|
|
77
|
+
'fabric.editor.columnSelected': '已選取第 {index} 欄,總共有 {total} 欄',
|
|
71
78
|
'fabric.editor.columns': '版面配置',
|
|
72
79
|
'fabric.editor.columns.description': '使用區段建立頁面的結構',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, other {已插入 {count} 欄}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': '複製',
|
|
96
103
|
'fabric.editor.cornerControl': '醒目提示表格',
|
|
97
104
|
'fabric.editor.createComment': '留言',
|
|
105
|
+
'fabric.editor.createCommentDisabled': '您只能在文字、標題、表情符號、日期、提及、連結和狀態上留言。',
|
|
98
106
|
'fabric.editor.createCommentInvalid': '您只能在文字和標題上留言',
|
|
99
107
|
'fabric.editor.customPanel': '自訂面板',
|
|
100
108
|
'fabric.editor.customPanel.description': '新增一個帶有表情符號和彩色背景的附註',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Assets (測試版)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': '透過搜尋和篩選,從 Jira Service Management 中的 Assets 插入物件',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': '插入 Confluence 列表',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': '您可以隨時按下 {keyMap} 來快速開啟此對話方塊',
|
|
230
237
|
'fabric.editor.highlight': '醒目提示顏色',
|
|
231
238
|
'fabric.editor.highlightColor': '切換醒目提示調色盤',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': '醒目提示',
|
|
232
240
|
'fabric.editor.horizontalRule': '分隔線',
|
|
233
241
|
'fabric.editor.horizontalRule.description': '使用水平線來區隔內容',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': '貼上或搜尋連結',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': '編號直欄',
|
|
323
331
|
'fabric.editor.off': '{formattingType} 關閉',
|
|
324
332
|
'fabric.editor.on': '{formattingType} 開啟',
|
|
333
|
+
'fabric.editor.openCellOptions': '開啟儲存格選項',
|
|
325
334
|
'fabric.editor.openLink': '在新的索引標籤中開啟連結',
|
|
326
335
|
'fabric.editor.orderedList': '編號清單',
|
|
327
336
|
'fabric.editor.orderedList.description': '建立已排序的清單',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': '右側邊欄版面配置',
|
|
358
367
|
'fabric.editor.rowControl': '醒目提示列',
|
|
359
368
|
'fabric.editor.rowDragHandle': '列選項',
|
|
369
|
+
'fabric.editor.rowMovedDown': '列已下移至第 {index} 列,總共有 {total} 列',
|
|
370
|
+
'fabric.editor.rowMovedUp': '列已上移至第 {index} 列,總共有 {total} 列',
|
|
371
|
+
'fabric.editor.rowSelected': '已選取第 {index} 列,總共有 {total} 列',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, other {已插入 {count} 列}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, other {已移除 {count} 列}}',
|
|
362
374
|
'fabric.editor.saveButton': '儲存',
|