@atlaskit/editor-common 78.22.4 → 78.23.1
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 +18 -0
- package/dist/cjs/i18n/cs.js +2 -1
- package/dist/cjs/i18n/da.js +3 -2
- package/dist/cjs/i18n/de.js +2 -1
- package/dist/cjs/i18n/en.js +11 -3
- package/dist/cjs/i18n/en_GB.js +11 -3
- package/dist/cjs/i18n/es.js +3 -2
- package/dist/cjs/i18n/fi.js +3 -2
- package/dist/cjs/i18n/fr.js +2 -1
- package/dist/cjs/i18n/hu.js +2 -1
- package/dist/cjs/i18n/it.js +2 -1
- package/dist/cjs/i18n/ja.js +2 -1
- package/dist/cjs/i18n/ko.js +6 -5
- package/dist/cjs/i18n/nb.js +2 -1
- package/dist/cjs/i18n/nl.js +2 -1
- package/dist/cjs/i18n/pl.js +3 -2
- package/dist/cjs/i18n/pt_BR.js +2 -1
- package/dist/cjs/i18n/ru.js +2 -1
- package/dist/cjs/i18n/sv.js +2 -1
- package/dist/cjs/i18n/th.js +2 -1
- package/dist/cjs/i18n/tr.js +2 -1
- package/dist/cjs/i18n/uk.js +4 -3
- package/dist/cjs/i18n/vi.js +2 -1
- package/dist/cjs/i18n/zh.js +2 -1
- package/dist/cjs/i18n/zh_TW.js +2 -1
- package/dist/cjs/messages/table.js +2 -12
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/paste/md-plugins/linkify-md-plugin.js +9 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/hyperlink.js +9 -1
- package/dist/cjs/utils/index.js +7 -0
- package/dist/cjs/utils/should-auto-linkify-tld.js +87 -0
- package/dist/es2019/i18n/cs.js +2 -1
- package/dist/es2019/i18n/da.js +3 -2
- package/dist/es2019/i18n/de.js +2 -1
- package/dist/es2019/i18n/en.js +11 -3
- package/dist/es2019/i18n/en_GB.js +11 -3
- package/dist/es2019/i18n/es.js +3 -2
- package/dist/es2019/i18n/fi.js +3 -2
- package/dist/es2019/i18n/fr.js +2 -1
- package/dist/es2019/i18n/hu.js +2 -1
- package/dist/es2019/i18n/it.js +2 -1
- package/dist/es2019/i18n/ja.js +2 -1
- package/dist/es2019/i18n/ko.js +6 -5
- package/dist/es2019/i18n/nb.js +2 -1
- package/dist/es2019/i18n/nl.js +2 -1
- package/dist/es2019/i18n/pl.js +3 -2
- package/dist/es2019/i18n/pt_BR.js +2 -1
- package/dist/es2019/i18n/ru.js +2 -1
- package/dist/es2019/i18n/sv.js +2 -1
- package/dist/es2019/i18n/th.js +2 -1
- package/dist/es2019/i18n/tr.js +2 -1
- package/dist/es2019/i18n/uk.js +4 -3
- package/dist/es2019/i18n/vi.js +2 -1
- package/dist/es2019/i18n/zh.js +2 -1
- package/dist/es2019/i18n/zh_TW.js +2 -1
- package/dist/es2019/messages/table.js +2 -12
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/paste/md-plugins/linkify-md-plugin.js +8 -2
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/hyperlink.js +7 -1
- package/dist/es2019/utils/index.js +1 -0
- package/dist/es2019/utils/should-auto-linkify-tld.js +80 -0
- package/dist/esm/i18n/cs.js +2 -1
- package/dist/esm/i18n/da.js +3 -2
- package/dist/esm/i18n/de.js +2 -1
- package/dist/esm/i18n/en.js +11 -3
- package/dist/esm/i18n/en_GB.js +11 -3
- package/dist/esm/i18n/es.js +3 -2
- package/dist/esm/i18n/fi.js +3 -2
- package/dist/esm/i18n/fr.js +2 -1
- package/dist/esm/i18n/hu.js +2 -1
- package/dist/esm/i18n/it.js +2 -1
- package/dist/esm/i18n/ja.js +2 -1
- package/dist/esm/i18n/ko.js +6 -5
- package/dist/esm/i18n/nb.js +2 -1
- package/dist/esm/i18n/nl.js +2 -1
- package/dist/esm/i18n/pl.js +3 -2
- package/dist/esm/i18n/pt_BR.js +2 -1
- package/dist/esm/i18n/ru.js +2 -1
- package/dist/esm/i18n/sv.js +2 -1
- package/dist/esm/i18n/th.js +2 -1
- package/dist/esm/i18n/tr.js +2 -1
- package/dist/esm/i18n/uk.js +4 -3
- package/dist/esm/i18n/vi.js +2 -1
- package/dist/esm/i18n/zh.js +2 -1
- package/dist/esm/i18n/zh_TW.js +2 -1
- package/dist/esm/messages/table.js +2 -12
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/paste/md-plugins/linkify-md-plugin.js +10 -2
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/hyperlink.js +9 -1
- package/dist/esm/utils/index.js +1 -0
- package/dist/esm/utils/should-auto-linkify-tld.js +80 -0
- package/dist/types/analytics/types/loom-events.d.ts +4 -3
- package/dist/types/i18n/cs.d.ts +1 -0
- package/dist/types/i18n/da.d.ts +1 -0
- package/dist/types/i18n/de.d.ts +1 -0
- package/dist/types/i18n/en.d.ts +9 -1
- package/dist/types/i18n/en_GB.d.ts +9 -1
- package/dist/types/i18n/es.d.ts +1 -0
- package/dist/types/i18n/fi.d.ts +1 -0
- package/dist/types/i18n/fr.d.ts +1 -0
- package/dist/types/i18n/hu.d.ts +1 -0
- package/dist/types/i18n/it.d.ts +1 -0
- package/dist/types/i18n/ja.d.ts +1 -0
- package/dist/types/i18n/ko.d.ts +1 -0
- package/dist/types/i18n/nb.d.ts +1 -0
- package/dist/types/i18n/nl.d.ts +1 -0
- package/dist/types/i18n/pl.d.ts +1 -0
- package/dist/types/i18n/pt_BR.d.ts +1 -0
- package/dist/types/i18n/ru.d.ts +1 -0
- package/dist/types/i18n/sv.d.ts +1 -0
- package/dist/types/i18n/th.d.ts +1 -0
- package/dist/types/i18n/tr.d.ts +1 -0
- package/dist/types/i18n/uk.d.ts +1 -0
- package/dist/types/i18n/vi.d.ts +1 -0
- package/dist/types/i18n/zh.d.ts +1 -0
- package/dist/types/i18n/zh_TW.d.ts +1 -0
- package/dist/types/messages/table.d.ts +0 -10
- package/dist/types/types/annotation/index.d.ts +1 -0
- package/dist/types/utils/hyperlink.d.ts +6 -3
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types/utils/should-auto-linkify-tld.d.ts +17 -0
- package/dist/types-ts4.5/analytics/types/loom-events.d.ts +4 -3
- package/dist/types-ts4.5/i18n/cs.d.ts +1 -0
- package/dist/types-ts4.5/i18n/da.d.ts +1 -0
- package/dist/types-ts4.5/i18n/de.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en.d.ts +9 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +9 -1
- package/dist/types-ts4.5/i18n/es.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +1 -0
- package/dist/types-ts4.5/i18n/it.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +1 -0
- package/dist/types-ts4.5/i18n/th.d.ts +1 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +1 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
- package/dist/types-ts4.5/messages/table.d.ts +0 -10
- package/dist/types-ts4.5/types/annotation/index.d.ts +1 -0
- package/dist/types-ts4.5/utils/hyperlink.d.ts +6 -3
- package/dist/types-ts4.5/utils/index.d.ts +1 -0
- package/dist/types-ts4.5/utils/should-auto-linkify-tld.d.ts +17 -0
- package/package.json +8 -6
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -76,7 +76,7 @@ export default {
|
|
|
76
76
|
'fabric.editor.configPanel.dateRange.grouping.expand': 'Rozwiń',
|
|
77
77
|
'fabric.editor.configPanel.dateRange.option.custom': 'Niestandardowa',
|
|
78
78
|
'fabric.editor.configPanel.documentation': 'Dokumentacja',
|
|
79
|
-
'fabric.editor.configPanel.errorBoundary.note': 'Poinformowaliśmy zespół.
|
|
79
|
+
'fabric.editor.configPanel.errorBoundary.note': 'Poinformowaliśmy zespół. Wciąż możesz edytować i opublikować tę stronę, a także sprawdzić konsolę błędów, aby uzyskać więcej informacji.',
|
|
80
80
|
'fabric.editor.configPanel.errorBoundary.title': 'Coś poszło nie tak.',
|
|
81
81
|
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Nie można połączyć isMultiple ze stylem: radio',
|
|
82
82
|
'fabric.editor.configPanel.formType.addField': 'Dodaj pole',
|
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Wstawianie obiektów z Zasobów do Jira Service Management z wyszukiwaniem i filtrowaniem',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Zgłoszenia Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Wstawianie zgłoszeń Jira z Jira Cloud z ulepszonym wyszukiwaniem, filtrowaniem i konfigurowaniem.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Lista',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Edytuj zapytanie wyszukiwania',
|
|
101
101
|
'fabric.editor.date': 'Data',
|
|
102
102
|
'fabric.editor.date.description': 'Dodaj datę, korzystając z kalendarza',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Tekst alternatywny jest przydatny dla osób z zaburzeniami widzenia, korzystających z czytników ekranowych.',
|
|
358
358
|
'fabric.editor.table': 'Tabela',
|
|
359
359
|
'fabric.editor.table.description': 'Wstaw tabelę',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Pełna szerokość',
|
|
360
361
|
'fabric.editor.tableOptions': 'Opcje tabeli',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Szerokość tabeli została zmniejszona do {newWidth,number} piksela.} few {Szerokość tabeli została zmniejszona do {newWidth,number} pikseli.} many {Szerokość tabeli została zmniejszona do {newWidth,number} pikseli.} other {Szerokość tabeli została zmniejszona do {newWidth,number} piksela.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Szerokość tabeli została zwiększona do {newWidth,number} piksela.} few {Szerokość tabeli została zwiększona do {newWidth,number} pikseli.} many {Szerokość tabeli została zwiększona do {newWidth,number} pikseli.} other {Szerokość tabeli została zwiększona do {newWidth,number} piksela.}}',
|
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Insira objetos a partir de Recursos no Jira Service Management com ferramentas de pesquisa e filtro',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Itens do Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Insira itens do Jira a partir do Jira Cloud com ferramentas aprimoradas de pesquisa, filtro e configuração.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Lista',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Editar consulta de pesquisa',
|
|
101
101
|
'fabric.editor.date': 'Data',
|
|
102
102
|
'fabric.editor.date.description': 'Adicionar data usando um calendário',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'O texto alt ajuda pessoas que usam leitores de tela por conta de limitações visuais.',
|
|
358
358
|
'fabric.editor.table': 'Tabela',
|
|
359
359
|
'fabric.editor.table.description': 'Inserir uma tabela',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Largura total',
|
|
360
361
|
'fabric.editor.tableOptions': 'Opções de tabela',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {A largura da tabela foi reduzida para {newWidth,number} pixel.} other {A largura da tabela foi reduzida para {newWidth,number} pixels.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {A largura da tabela aumentou para {newWidth,number} pixel.} other {A largura da tabela aumentou para {newWidth,number} pixels.}}',
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Вставка объектов из Активов в Jira Service Management с помощью поиска и фильтрации',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Задачи Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Вставка задач Jira из Jira Cloud с помощью расширенного поиска, фильтрации и настройки.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Список',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Изменить поисковый запрос',
|
|
101
101
|
'fabric.editor.date': 'Дата',
|
|
102
102
|
'fabric.editor.date.description': 'Добавление даты из календаря',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Альтернативный текст предназначен для слабовидящих и незрячих людей, которые пользуются функцией озвучивания текста на экране.',
|
|
358
358
|
'fabric.editor.table': 'Таблица',
|
|
359
359
|
'fabric.editor.table.description': 'Вставка таблицы',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Полная ширина',
|
|
360
361
|
'fabric.editor.tableOptions': 'Параметры таблицы',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Ширина таблицы уменьшена до {newWidth,number} пикселя.} few {Ширина таблицы уменьшена до {newWidth,number} пикселей.} many {Ширина таблицы уменьшена до {newWidth,number} пикселей.} other {Ширина таблицы уменьшена до {newWidth,number} пикселя.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Ширина таблицы увеличена до {newWidth,number} пикселя.} few {Ширина таблицы увеличена до {newWidth,number} пикселей.} many {Ширина таблицы увеличена до {newWidth,number} пикселей.} other {Ширина таблицы увеличена до {newWidth,number} пикселя.}}',
|
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Infoga objekt från Tillgångar i Jira Service Management med sökning och filtrering',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira-ärenden',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Infoga Jira-ärenden från Jira Cloud med förbättrad sökning, filtrering och konfiguration.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Lista',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Redigera sökfråga',
|
|
101
101
|
'fabric.editor.date': 'Datum',
|
|
102
102
|
'fabric.editor.date.description': 'Lägg till ett datum med en kalender',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Alternativ text är användbart för de som använder skärmläsare på grund av visuella begränsningar.',
|
|
358
358
|
'fabric.editor.table': 'Tabell',
|
|
359
359
|
'fabric.editor.table.description': 'Infoga en tabell',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Full bredd',
|
|
360
361
|
'fabric.editor.tableOptions': 'Tabellalternativ',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden har minskats till {newWidth,number} pixel.} other {Tabellbredden har minskats till {newWidth,number} pixlar.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden har ökat till {newWidth,number} pixel.} other {Tabellbredden har ökat till {newWidth,number} pixlar.}}',
|
package/dist/es2019/i18n/th.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'แทรกหัวเรื่อง Assets ใน Jira Service Management ด้วยการค้นหาและตัวกรอง',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'ปัญหา Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'แทรกปัญหา Jira จาก Jira Cloud ด้วยการค้นหา ตัวกรอง และการกำหนดค่าที่ได้รับการปรับปรุงใหม่',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'รายการ',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'แก้ไขคำถามการค้นหา',
|
|
101
101
|
'fabric.editor.date': 'วันที่',
|
|
102
102
|
'fabric.editor.date.description': 'เพิ่มวันที่โดยใช้ปฏิทิน',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'ข้อความอธิบายรูปภาพมีประโยชน์สำหรับผู้ที่กำลังใช้โปรแกรมอ่านออกเสียงบนหน้าจอเนื่องจากอาจมีข้อจำกัดทางด้านภาพ',
|
|
358
358
|
'fabric.editor.table': 'ตาราง',
|
|
359
359
|
'fabric.editor.table.description': 'แทรกตาราง',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'แบบเต็มความกว้าง',
|
|
360
361
|
'fabric.editor.tableOptions': 'ตัวเลือกตาราง',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {ความกว้างของตารางลดลงเหลือ {newWidth,number} พิกเซล}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {ความกว้างของตารางเพิ่มขึ้น {newWidth,number} พิกเซล}}',
|
package/dist/es2019/i18n/tr.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': "Arama ve filtreleme ile Jira Service Management'taki Varlıklar'dan nesneleri ekleyin",
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira Konuları',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': "Gelişmiş arama, filtreleme ve yapılandırma ile Jira Cloud'daki Jira konularını ekleyin.",
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Liste',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Arama sorgusunu düzenleyin',
|
|
101
101
|
'fabric.editor.date': 'Tarih',
|
|
102
102
|
'fabric.editor.date.description': 'Takvimi kullanarak tarih ekleyin',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Alternatif metin, görme güçlüğü çektiği için ekran okuyucu kullanan kişilere yardımcı olur.',
|
|
358
358
|
'fabric.editor.table': 'Tablo',
|
|
359
359
|
'fabric.editor.table.description': 'Tablo ekleyin',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Tam genişlik',
|
|
360
361
|
'fabric.editor.tableOptions': 'Tablo seçenekleri',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tablo genişliği {newWidth,number} piksele düşürüldü.} other {Tablo genişliği {newWidth,number} piksele düşürüldü.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tablo genişliği {newWidth,number} piksele artırıldı.} other {Tablo genişliği {newWidth,number} piksele artırıldı.}}',
|
package/dist/es2019/i18n/uk.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Вставляйте об’єкти з розділу «Ресурси» в Jira Service Management за допомогою пошуку й фільтрації',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Завдання в Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Вставляйте завдання Jira з Jira Cloud за допомогою розширеного пошуку, фільтрації та конфігурації.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Список',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Редагувати пошуковий запит',
|
|
101
101
|
'fabric.editor.date': 'Дата',
|
|
102
102
|
'fabric.editor.date.description': 'Вставити дату через календар',
|
|
@@ -183,7 +183,7 @@ export default {
|
|
|
183
183
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Плаваюча панель інструментів',
|
|
184
184
|
'fabric.editor.floatingToolbar.scrollLeft': 'Прокрутити вліво',
|
|
185
185
|
'fabric.editor.floatingToolbar.scrollRight': 'Прокрутити вправо',
|
|
186
|
-
'fabric.editor.focusTableResizeHandle': '
|
|
186
|
+
'fabric.editor.focusTableResizeHandle': 'Активувати маркер змінення розміру таблиці',
|
|
187
187
|
'fabric.editor.headerColumn': 'Стовпець заголовка',
|
|
188
188
|
'fabric.editor.headerRow': 'Рядок заголовка',
|
|
189
189
|
'fabric.editor.heading1': 'Заголовок 1',
|
|
@@ -277,7 +277,7 @@ export default {
|
|
|
277
277
|
'fabric.editor.mention.description': 'Згадати користувача та надіслати йому сповіщення',
|
|
278
278
|
'fabric.editor.mentionNode.label': 'Згаданий за допомогою тегу користувач',
|
|
279
279
|
'fabric.editor.mentionsAddLabel': 'додати-значок',
|
|
280
|
-
'fabric.editor.mentionsIconLabel': '
|
|
280
|
+
'fabric.editor.mentionsIconLabel': 'Згадати',
|
|
281
281
|
'fabric.editor.mergeCells': 'Об’єднати клітинки',
|
|
282
282
|
'fabric.editor.moreFormatting': 'Додаткове форматування',
|
|
283
283
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Переміщення стовпця(-ів) уліво} few {Переміщення стовпців уліво} many {Переміщення стовпців уліво} other {Переміщення стовпців уліво}}',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Текст заміщення потрібний для людей, які користуються засобами читання з екрана через обмеження зору.',
|
|
358
358
|
'fabric.editor.table': 'Таблиця',
|
|
359
359
|
'fabric.editor.table.description': 'Вставити таблицю',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Повна ширина',
|
|
360
361
|
'fabric.editor.tableOptions': 'Параметри таблиці',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Ширину таблиці зменшено до {newWidth,number} пікселя.} few {Ширину таблиці зменшено до {newWidth,number} пікселів.} many {Ширину таблиці зменшено до {newWidth,number} пікселів.} other {Ширину таблиці зменшено до {newWidth,number} пікселів.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Ширину таблиці збільшено до {newWidth,number} пікселя.} few {Ширину таблиці збільшено до {newWidth,number} пікселів.} many {Ширину таблиці збільшено до {newWidth,number} пікселів.} other {Ширину таблиці збільшено до {newWidth,number} пікселів.}}',
|
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'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',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Vấn đề trên Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Chèn vấn đề trên Jira từ Jira Cloud bằng tính năng tìm kiếm, lọc và định cấu hình nâng cao.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Danh sách',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Sửa truy vấn tìm kiếm',
|
|
101
101
|
'fabric.editor.date': 'Ngày',
|
|
102
102
|
'fabric.editor.date.description': 'Thêm ngày bằng cách sử dụng lịch',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Văn bản thay thế là tính năng hữu ích cho những người sử dụng trình đọc màn hình do suy giảm thị lực.',
|
|
358
358
|
'fabric.editor.table': 'Bảng',
|
|
359
359
|
'fabric.editor.table.description': 'Chèn bảng',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Toàn chiều rộng',
|
|
360
361
|
'fabric.editor.tableOptions': 'Tùy chọn bảng',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {Chiều rộng bảng đã giảm xuống {newWidth,number} pixel.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {Chiều rộng bảng đã tăng lên {newWidth,number} pixel.}}',
|
package/dist/es2019/i18n/zh.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': '通过搜索和筛选插入来自 Jira Service Management 中的资产的对象',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira 事务',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': '通过增强的搜索、筛选和配置插入来自 Jira Cloud 的 Jira 事务。',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': '列表',
|
|
100
100
|
'fabric.editor.datasourceTitle': '编辑搜索查询',
|
|
101
101
|
'fabric.editor.date': '日期',
|
|
102
102
|
'fabric.editor.date.description': '使用日历添加日期',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': '对于因有视觉障碍而使用屏幕朗读器的用户,替代文本很有帮助。',
|
|
358
358
|
'fabric.editor.table': '表格',
|
|
359
359
|
'fabric.editor.table.description': '插入表格',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': '全宽',
|
|
360
361
|
'fabric.editor.tableOptions': '表格选项',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {表格宽度已减少到 {newWidth,number} 像素。}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {表格宽度已增加到 {newWidth,number} 像素。}}',
|
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': '透過搜尋和篩選,從 Jira Service Management 中的 Assets 插入物件',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira 議題',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': '透過增強的搜尋、篩選和組態,從 Jira Cloud 插入 Jira 議題。',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': '列表',
|
|
100
100
|
'fabric.editor.datasourceTitle': '編輯搜尋查詢',
|
|
101
101
|
'fabric.editor.date': '日期',
|
|
102
102
|
'fabric.editor.date.description': '使用日曆新增日期',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': '替代文字對於因為視障而使用螢幕閱讀器的人相當實用。',
|
|
358
358
|
'fabric.editor.table': '表格',
|
|
359
359
|
'fabric.editor.table.description': '插入表格',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': '全寬',
|
|
360
361
|
'fabric.editor.tableOptions': '表格選項',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {表格寬度已降低至 {newWidth,number} 像素。}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {表格寬度已提升至 {newWidth,number} 像素。}}',
|
|
@@ -242,24 +242,14 @@ export const messages = defineMessages({
|
|
|
242
242
|
},
|
|
243
243
|
focusedOtherResize: {
|
|
244
244
|
id: 'fabric.editor.tables.otherResize',
|
|
245
|
-
defaultMessage: 'Switched to the
|
|
245
|
+
defaultMessage: '{direction, select, left {Switched to the left column resize} right {Switched to the right column resize} other {}}',
|
|
246
246
|
description: 'Screen Reader announces when the user switches to the left or right column resizer'
|
|
247
247
|
},
|
|
248
248
|
changedColumnWidth: {
|
|
249
249
|
id: 'fabric.editor.tables.columnWidth',
|
|
250
|
-
defaultMessage: 'Column width was changed to {width} pixels',
|
|
250
|
+
defaultMessage: '{width, plural, one {Column width was changed to {width} pixel} other {Column width was changed to {width} pixels}}',
|
|
251
251
|
description: 'Screen Reader announces when the user modifies the column width'
|
|
252
252
|
},
|
|
253
|
-
columnLeftResize: {
|
|
254
|
-
id: 'fabric.editor.tables.columnLeftResize',
|
|
255
|
-
defaultMessage: 'left',
|
|
256
|
-
description: 'Screen Reader announces the jump to the preceding column resizer'
|
|
257
|
-
},
|
|
258
|
-
columnRightResize: {
|
|
259
|
-
id: 'fabric.editor.tables.columnRightResize',
|
|
260
|
-
defaultMessage: 'right',
|
|
261
|
-
description: 'Screen Reader announces the jump to the subsequent column resizer'
|
|
262
|
-
},
|
|
263
253
|
columnResizeStop: {
|
|
264
254
|
id: 'fabric.editor.tables.resizeStop',
|
|
265
255
|
defaultMessage: 'Stopped resize',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
2
2
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
3
|
-
const packageVersion = "78.
|
|
3
|
+
const packageVersion = "78.23.1";
|
|
4
4
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
5
5
|
// Remove URL as it has UGC
|
|
6
6
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
// File has been copied to packages/editor/editor-plugin-ai/src/provider/markdown-transformer/md/linkify-md-plugin.ts
|
|
2
2
|
// If changes are made to this file, please make the same update in the linked file.
|
|
3
3
|
|
|
4
|
+
// See https://product-fabric.atlassian.net/browse/ED-3097 for why this file exists.
|
|
5
|
+
|
|
4
6
|
import LinkifyIt from 'linkify-it';
|
|
5
7
|
import { linkifyMatch } from '@atlaskit/adf-schema';
|
|
6
|
-
import {
|
|
8
|
+
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
9
|
+
import { findFilepaths, isLinkInMatches, shouldAutoLinkifyMatch } from '../../utils';
|
|
7
10
|
|
|
8
|
-
// modified version of the original Linkify plugin
|
|
11
|
+
// modified version of the original markdown-it Linkify plugin
|
|
9
12
|
// https://github.com/markdown-it/markdown-it/blob/master/lib/rules_core/linkify.js
|
|
10
13
|
const arrayReplaceAt = (src, pos, newElements) => {
|
|
11
14
|
return [].concat(src.slice(0, pos), newElements, src.slice(pos + 1));
|
|
@@ -58,6 +61,9 @@ const linkify = state => {
|
|
|
58
61
|
if (!links.length) {
|
|
59
62
|
links = linkify.match(text) || [];
|
|
60
63
|
}
|
|
64
|
+
if (getBooleanFF('platform.linking-platform.prevent-suspicious-linkification')) {
|
|
65
|
+
links = links.filter(link => shouldAutoLinkifyMatch(link));
|
|
66
|
+
}
|
|
61
67
|
|
|
62
68
|
// Now split string to nodes
|
|
63
69
|
const nodes = [];
|
|
@@ -7,7 +7,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
|
|
|
7
7
|
import { N0, N50A, N60A, N900 } from '@atlaskit/theme/colors';
|
|
8
8
|
import Layer from '../Layer';
|
|
9
9
|
const packageName = "@atlaskit/editor-common";
|
|
10
|
-
const packageVersion = "78.
|
|
10
|
+
const packageVersion = "78.23.1";
|
|
11
11
|
const halfFocusRing = 1;
|
|
12
12
|
const dropOffset = '0, 8';
|
|
13
13
|
class DropList extends Component {
|
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
// If changes are made to this file, please make the same update in the linked file.
|
|
3
3
|
|
|
4
4
|
import { isSafeUrl, linkify, normalizeUrl as normaliseLinkHref } from '@atlaskit/adf-schema';
|
|
5
|
+
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
5
6
|
import { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, EVENT_TYPE } from '../analytics/types';
|
|
7
|
+
import { shouldAutoLinkifyTld } from './should-auto-linkify-tld';
|
|
6
8
|
import { mapSlice } from './slice';
|
|
7
9
|
|
|
8
10
|
// Regular expression for a windows filepath in the format <DRIVE LETTER>:\<folder name>\
|
|
@@ -57,6 +59,10 @@ export function normalizeUrl(url) {
|
|
|
57
59
|
}
|
|
58
60
|
return normaliseLinkHref(url);
|
|
59
61
|
}
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Linkify content in a slice (eg. after a rich text paste)
|
|
65
|
+
*/
|
|
60
66
|
export function linkifyContent(schema) {
|
|
61
67
|
return slice => mapSlice(slice, (node, parent) => {
|
|
62
68
|
const isAllowedInParent = !parent || parent.type !== schema.nodes.codeBlock;
|
|
@@ -67,7 +73,7 @@ export function linkifyContent(schema) {
|
|
|
67
73
|
if (isAllowedInParent && node.isText && !link.isInSet(node.marks)) {
|
|
68
74
|
const linkified = [];
|
|
69
75
|
const text = node.text;
|
|
70
|
-
const matches = findLinkMatches(text);
|
|
76
|
+
const matches = getBooleanFF('platform.linking-platform.prevent-suspicious-linkification') ? findLinkMatches(text).filter(match => shouldAutoLinkifyTld(match.title)) : findLinkMatches(text);
|
|
71
77
|
let pos = 0;
|
|
72
78
|
const filepaths = findFilepaths(text);
|
|
73
79
|
matches.forEach(match => {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { hasParentNodeOfType } from '@atlaskit/editor-prosemirror/utils';
|
|
2
2
|
import { hasDocAsParent } from './document';
|
|
3
3
|
import { isEmptyParagraph } from './editor-core-utils';
|
|
4
|
+
export { shouldAutoLinkifyMatch } from './should-auto-linkify-tld';
|
|
4
5
|
export { canApplyAnnotationOnRange, containsAnyAnnotations, getAnnotationIdsFromRange, hasAnnotationMark } from './annotation';
|
|
5
6
|
export { getExtensionLozengeData } from './macro';
|
|
6
7
|
export { default as browser } from './browser';
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/** Created by scanning the Wikipedia page for all TLDs and selecting those that are common filenames, along
|
|
2
|
+
* with customer complaints */
|
|
3
|
+
const tldsToNotAutoLinkify = ['name', 'zip', 'doc', 'mov',
|
|
4
|
+
// Ensure common 2 character file extensions aren't linkified without https prefix
|
|
5
|
+
'md',
|
|
6
|
+
// Postscript
|
|
7
|
+
'ps',
|
|
8
|
+
// C++
|
|
9
|
+
'cc',
|
|
10
|
+
// C#
|
|
11
|
+
'cs',
|
|
12
|
+
// f#
|
|
13
|
+
'fs',
|
|
14
|
+
// Go
|
|
15
|
+
'go',
|
|
16
|
+
// JavaScript
|
|
17
|
+
'js',
|
|
18
|
+
// Perl
|
|
19
|
+
'pl',
|
|
20
|
+
// Perl module
|
|
21
|
+
'pm',
|
|
22
|
+
// Python
|
|
23
|
+
'py',
|
|
24
|
+
// Ruby
|
|
25
|
+
'rb',
|
|
26
|
+
// Rust
|
|
27
|
+
'rs',
|
|
28
|
+
// Bash
|
|
29
|
+
'sh',
|
|
30
|
+
// Typescript
|
|
31
|
+
'ts',
|
|
32
|
+
// C#
|
|
33
|
+
'cs',
|
|
34
|
+
// Visual Basic
|
|
35
|
+
'vb'];
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Decide if a url should auto linkify, based on the TLD.
|
|
39
|
+
* If URL is in a list of suspicious TLDs (eg. README.md), returns false
|
|
40
|
+
* If URL is prefixed with http:// or https:// or www, returns true (allows linkify), as user intention is clear
|
|
41
|
+
* this is a URL.
|
|
42
|
+
* If the link is invalid (eg. missing a TLD), returns true (allows linkify)
|
|
43
|
+
*
|
|
44
|
+
* @param url Link that hasn't been already prefixed with http://, https:// or www.
|
|
45
|
+
*/
|
|
46
|
+
export function shouldAutoLinkifyTld(url) {
|
|
47
|
+
const startsWithHttpHttps = /^https?:\/\//.test(url);
|
|
48
|
+
if (startsWithHttpHttps) {
|
|
49
|
+
return true;
|
|
50
|
+
}
|
|
51
|
+
const startsWithWWW = /^www\./.test(url);
|
|
52
|
+
if (startsWithWWW) {
|
|
53
|
+
return true;
|
|
54
|
+
}
|
|
55
|
+
try {
|
|
56
|
+
const hostname = new URL(`https://${url}`).hostname;
|
|
57
|
+
const parts = hostname.split('.');
|
|
58
|
+
const tld = parts.length > 1 ? parts[parts.length - 1] : null;
|
|
59
|
+
if (parts[0] === '') {
|
|
60
|
+
// If the domain is an empty string (ie the link is `.com`), it's invalid, so
|
|
61
|
+
// automatically return true
|
|
62
|
+
return true;
|
|
63
|
+
}
|
|
64
|
+
if (!tld) {
|
|
65
|
+
return true;
|
|
66
|
+
}
|
|
67
|
+
return !tldsToNotAutoLinkify.includes(tld);
|
|
68
|
+
} catch (e) {
|
|
69
|
+
return true;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Check if url match uses tld we don't want to auto linkify
|
|
75
|
+
* @param match Linkify Match
|
|
76
|
+
* @returns True if should auto linkify, false otherwise
|
|
77
|
+
*/
|
|
78
|
+
export function shouldAutoLinkifyMatch(match) {
|
|
79
|
+
return shouldAutoLinkifyTld(match.raw);
|
|
80
|
+
}
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Pomocí vyhledávání a filtrování vložte objekty z Aktiv do Jira Service Management.',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Požadavky Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Vkládání požadavků Jira z Jira Cloud pomocí rozšířeného vyhledávání, filtrování a konfigurací.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Sloupec',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Upravit vyhledávací dotaz',
|
|
101
101
|
'fabric.editor.date': 'Datum',
|
|
102
102
|
'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Alternativní text je užitečný pro lidi, kteří kvůli zrakovým omezením používají čtečky obrazovky.',
|
|
358
358
|
'fabric.editor.table': 'Tabulka',
|
|
359
359
|
'fabric.editor.table.description': 'Vložit tabulku',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Celá šířka',
|
|
360
361
|
'fabric.editor.tableOptions': 'Možnosti tabulky',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Šířka tabulky byla snížena na {newWidth,number} pixel.} few {Šířka tabulky byla snížena na {newWidth,number} pixely.} many {Šířka tabulky byla snížena na {newWidth,number} pixelu.} other {Šířka tabulky byla snížena na {newWidth,number} pixelů.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Šířka tabulky byla zvýšena na {newWidth,number} pixel.} few {Šířka tabulky byla zvýšena na {newWidth,number} pixely.} many {Šířka tabulky byla zvýšena na {newWidth,number} pixelu.} other {Šířka tabulky byla zvýšena na {newWidth,number} pixelů.}}',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Indsæt objekter fra Aktiver i Jira Service Management med søgning og filtrering',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira-sager',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Indsæt Jira-sager fra Jira Cloud med forbedret søgning, filtrering og konfiguration.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Liste',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Rediger søgning',
|
|
101
101
|
'fabric.editor.date': 'Dato',
|
|
102
102
|
'fabric.editor.date.description': 'Tilføj en dato med en kalender',
|
|
@@ -261,7 +261,7 @@ export default {
|
|
|
261
261
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'højdeinput',
|
|
262
262
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Højde',
|
|
263
263
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maks. bredde {maxWidth} px',
|
|
264
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maks. bredde {maxWidth}
|
|
264
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maks. bredde {maxWidth} pixels',
|
|
265
265
|
'fabric.editor.media.pixelEntry.migrationButtonText': 'Konverter til pixels',
|
|
266
266
|
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Overfør fra procentdel til fast pixelstørrelse',
|
|
267
267
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Indsend',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Alternativ tekst er nyttig, når folk bruger skærmlæsere pga. synshandicap.',
|
|
358
358
|
'fabric.editor.table': 'Tabel',
|
|
359
359
|
'fabric.editor.table.description': 'Indsæt en tabel',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Fuld bredde',
|
|
360
361
|
'fabric.editor.tableOptions': 'Egenskaber for tabel',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbredde reduceret til {newWidth,number} pixel.} other {Tabelbredde reduceret til {newWidth,number} pixel.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbredde øget til {newWidth,number} pixel.} other {Tabelbredde øget til {newWidth,number} pixels.}}',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Fügen Sie Objekte aus Assets in Jira Service Management mit Such- und Filterfunktionen ein.',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira-Vorgänge',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Fügen Sie Jira-Vorgänge aus Jira Cloud mit verbesserten Such-, Filter- und Konfigurationsfunktionen ein.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Liste',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Suchanfrage bearbeiten',
|
|
101
101
|
'fabric.editor.date': 'Datum',
|
|
102
102
|
'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Alternativtexte sind eine Hilfe für Personen, die aufgrund ihrer eingeschränkten Sehfähigkeit Screenreader nutzen.',
|
|
358
358
|
'fabric.editor.table': 'Tabelle',
|
|
359
359
|
'fabric.editor.table.description': 'Tabelle einfügen',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Volle Breite',
|
|
360
361
|
'fabric.editor.tableOptions': 'Tabellenoptionen',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Die Tabellenbreite wurde auf {newWidth,number} Pixel verringert.} other {Die Tabellenbreite wurde auf {newWidth,number} Pixel verringert.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Die Tabellenbreite wurde auf {newWidth,number} Pixel erhöht.} other {Die Tabellenbreite wurde auf {newWidth,number} Pixel erhöht.}}',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira Issues',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'List',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Edit search query',
|
|
101
101
|
'fabric.editor.date': 'Date',
|
|
102
102
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
358
358
|
'fabric.editor.table': 'Table',
|
|
359
359
|
'fabric.editor.table.description': 'Insert a table',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Full-width',
|
|
360
361
|
'fabric.editor.tableOptions': 'Table options',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': 'Table width decreased to {newWidth, plural, one {# pixel} other {# pixels}}.',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': 'Table width increased to {newWidth, plural, one {# pixel} other {# pixels}}.',
|
|
@@ -365,9 +366,17 @@ export default {
|
|
|
365
366
|
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} by {numberOfRows}',
|
|
366
367
|
'fabric.editor.tableSizeSelectorPopup': 'Table size selector',
|
|
367
368
|
'fabric.editor.tables.adjustColumn': 'Adjust column',
|
|
369
|
+
'fabric.editor.tables.columnLeftResize': 'left',
|
|
370
|
+
'fabric.editor.tables.columnResizeLast': 'You can only resize this column to the left.',
|
|
371
|
+
'fabric.editor.tables.columnResizeOverflow': 'You can only resize this column while the table has a scroll bar.',
|
|
372
|
+
'fabric.editor.tables.columnRightResize': 'right',
|
|
373
|
+
'fabric.editor.tables.columnWidth': 'Column width was changed to {width} pixels',
|
|
368
374
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
369
375
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
376
|
+
'fabric.editor.tables.otherResize': 'Switched to the {direction} column resize',
|
|
377
|
+
'fabric.editor.tables.resizeStop': 'Stopped resize',
|
|
370
378
|
'fabric.editor.tables.resizeTable': 'Resize table',
|
|
379
|
+
'fabric.editor.tables.startedColumnResize': 'Started column resize',
|
|
371
380
|
'fabric.editor.task': 'Task',
|
|
372
381
|
'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
|
|
373
382
|
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
@@ -471,6 +480,5 @@ export default {
|
|
|
471
480
|
'fabric.theme.teal': 'Teal',
|
|
472
481
|
'fabric.theme.white': 'White',
|
|
473
482
|
'fabric.theme.yellow': 'Yellow',
|
|
474
|
-
'fabrid.editor.rowNumbers': 'Row numbers'
|
|
475
|
-
testMessage: 'Default Message'
|
|
483
|
+
'fabrid.editor.rowNumbers': 'Row numbers'
|
|
476
484
|
};
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira Issues',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'List',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Edit search query',
|
|
101
101
|
'fabric.editor.date': 'Date',
|
|
102
102
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
358
358
|
'fabric.editor.table': 'Table',
|
|
359
359
|
'fabric.editor.table.description': 'Insert a table',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Full-width',
|
|
360
361
|
'fabric.editor.tableOptions': 'Table options',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': 'Table width decreased to {newWidth, plural, one {# pixel} other {# pixels}}.',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': 'Table width increased to {newWidth, plural, one {# pixel} other {# pixels}}.',
|
|
@@ -365,9 +366,17 @@ export default {
|
|
|
365
366
|
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} by {numberOfRows}',
|
|
366
367
|
'fabric.editor.tableSizeSelectorPopup': 'Table size selector',
|
|
367
368
|
'fabric.editor.tables.adjustColumn': 'Adjust column',
|
|
369
|
+
'fabric.editor.tables.columnLeftResize': 'left',
|
|
370
|
+
'fabric.editor.tables.columnResizeLast': 'You can only resize this column to the left.',
|
|
371
|
+
'fabric.editor.tables.columnResizeOverflow': 'You can only resize this column while the table has a scroll bar.',
|
|
372
|
+
'fabric.editor.tables.columnRightResize': 'right',
|
|
373
|
+
'fabric.editor.tables.columnWidth': 'Column width was changed to {width} pixels',
|
|
368
374
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
369
375
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
376
|
+
'fabric.editor.tables.otherResize': 'Switched to the {direction} column resize',
|
|
377
|
+
'fabric.editor.tables.resizeStop': 'Stopped resize',
|
|
370
378
|
'fabric.editor.tables.resizeTable': 'Resize table',
|
|
379
|
+
'fabric.editor.tables.startedColumnResize': 'Started column resize',
|
|
371
380
|
'fabric.editor.task': 'Task',
|
|
372
381
|
'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
|
|
373
382
|
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
@@ -471,6 +480,5 @@ export default {
|
|
|
471
480
|
'fabric.theme.teal': 'Teal',
|
|
472
481
|
'fabric.theme.white': 'White',
|
|
473
482
|
'fabric.theme.yellow': 'Yellow',
|
|
474
|
-
'fabrid.editor.rowNumbers': 'Row numbers'
|
|
475
|
-
testMessage: 'Default Message'
|
|
483
|
+
'fabrid.editor.rowNumbers': 'Row numbers'
|
|
476
484
|
};
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Inserta objetos de Activos en Jira Service Management con las funciones de búsqueda y filtro',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Incidencias de Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Inserta incidencias de Jira desde Jira Cloud con las funciones mejoradas de búsqueda, filtro y configuración.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Lista',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Editar consulta de búsqueda',
|
|
101
101
|
'fabric.editor.date': 'Fecha',
|
|
102
102
|
'fabric.editor.date.description': 'Añadir una fecha usando un calendario',
|
|
@@ -183,7 +183,7 @@ export default {
|
|
|
183
183
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Barra de herramientas flotante',
|
|
184
184
|
'fabric.editor.floatingToolbar.scrollLeft': 'Desplazarse a la izquierda',
|
|
185
185
|
'fabric.editor.floatingToolbar.scrollRight': 'Desplazarse a la derecha',
|
|
186
|
-
'fabric.editor.focusTableResizeHandle': 'Controlador de cambio de tamaño de la tabla
|
|
186
|
+
'fabric.editor.focusTableResizeHandle': 'Controlador de cambio de tamaño de la tabla centrado',
|
|
187
187
|
'fabric.editor.headerColumn': 'Columna de encabezado',
|
|
188
188
|
'fabric.editor.headerRow': 'Fila de encabezado',
|
|
189
189
|
'fabric.editor.heading1': 'Título 1',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'El texto alternativo es útil para aquellas personas que utilicen lectores de pantalla debido a limitaciones visuales.',
|
|
358
358
|
'fabric.editor.table': 'Tabla',
|
|
359
359
|
'fabric.editor.table.description': 'Insertar una tabla',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Anchura completa',
|
|
360
361
|
'fabric.editor.tableOptions': 'Opciones de tabla',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Ancho de la tabla reducido a {newWidth,number} píxel.} other {Ancho de la tabla reducido a {newWidth,number} píxeles.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Ancho de la tabla aumentado a {newWidth,number} píxel.} other {Ancho de la tabla aumentado a {newWidth,number} píxeles.}}',
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Kohteiden lisääminen Resursseista Jira Service Managementiin haun ja suodatuksen avulla',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira-asiat',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Lisää Jira-asioita Jira Cloudista parannetulla haulla, suodatuksella ja määrityksellä.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Luettelo',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Muokkaa hakukyselyä',
|
|
101
101
|
'fabric.editor.date': 'Päivämäärä',
|
|
102
102
|
'fabric.editor.date.description': 'Lisää päivämäärä kalenterin avulla',
|
|
@@ -183,7 +183,7 @@ export default {
|
|
|
183
183
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Kelluva työkalupalkki',
|
|
184
184
|
'fabric.editor.floatingToolbar.scrollLeft': 'Vieritä vasemmalle',
|
|
185
185
|
'fabric.editor.floatingToolbar.scrollRight': 'Vieritä oikealle',
|
|
186
|
-
'fabric.editor.focusTableResizeHandle': '
|
|
186
|
+
'fabric.editor.focusTableResizeHandle': 'Taulukon fokusoinnin muutoskahva',
|
|
187
187
|
'fabric.editor.headerColumn': 'Otsikkosarake',
|
|
188
188
|
'fabric.editor.headerRow': 'Otsikkorivi',
|
|
189
189
|
'fabric.editor.heading1': 'Otsikko 1',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Vaihtoehtoinen teksti on hyödyllinen niille, jotka käyttävät näytönlukuohjelmia näkörajoitteen vuoksi.',
|
|
358
358
|
'fabric.editor.table': 'Taulu',
|
|
359
359
|
'fabric.editor.table.description': 'Lisää taulukko',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Täysi leveys',
|
|
360
361
|
'fabric.editor.tableOptions': 'Taulukkovaihtoehdot',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Taulukon leveys pieneni {newWidth,number} pikseliin.} other {Taulukon leveys pieneni {newWidth,number} pikseliin.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Taulukon leveys kasvoi {newWidth,number} pikseliin.} other {Taulukon leveys kasvoi {newWidth,number} pikseliin.}}',
|