@atlaskit/afm-i18n-platform-editor-editor-common 2.63.0 → 2.65.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/i18n/da.js +5 -0
- package/dist/cjs/i18n/de.js +5 -0
- package/dist/cjs/i18n/en.js +2 -0
- package/dist/cjs/i18n/en_GB.js +2 -0
- package/dist/cjs/i18n/en_ZZ.js +2 -0
- package/dist/cjs/i18n/fr.js +1 -1
- package/dist/cjs/i18n/hr.js +5 -0
- package/dist/cjs/i18n/hu.js +5 -0
- package/dist/cjs/i18n/it.js +5 -0
- package/dist/cjs/i18n/ja.js +5 -0
- package/dist/cjs/i18n/ko.js +5 -0
- package/dist/cjs/i18n/nb.js +5 -0
- package/dist/cjs/i18n/nl.js +5 -0
- package/dist/cjs/i18n/pl.js +5 -0
- package/dist/cjs/i18n/pt_BR.js +5 -0
- package/dist/cjs/i18n/ru.js +5 -0
- package/dist/cjs/i18n/sl.js +2 -0
- package/dist/cjs/i18n/sv.js +5 -0
- package/dist/cjs/i18n/th.js +5 -0
- package/dist/cjs/i18n/tr.js +5 -0
- package/dist/cjs/i18n/uk.js +5 -0
- package/dist/cjs/i18n/zh.js +5 -0
- package/dist/esm/i18n/da.d.ts +5 -0
- package/dist/esm/i18n/da.js +5 -0
- package/dist/esm/i18n/de.d.ts +5 -0
- package/dist/esm/i18n/de.js +5 -0
- package/dist/esm/i18n/en.d.ts +2 -0
- package/dist/esm/i18n/en.js +2 -0
- package/dist/esm/i18n/en_GB.d.ts +2 -0
- package/dist/esm/i18n/en_GB.js +2 -0
- package/dist/esm/i18n/en_ZZ.d.ts +2 -0
- package/dist/esm/i18n/en_ZZ.js +2 -0
- package/dist/esm/i18n/fr.js +1 -1
- package/dist/esm/i18n/hr.d.ts +5 -0
- package/dist/esm/i18n/hr.js +5 -0
- package/dist/esm/i18n/hu.d.ts +5 -0
- package/dist/esm/i18n/hu.js +5 -0
- package/dist/esm/i18n/it.d.ts +5 -0
- package/dist/esm/i18n/it.js +5 -0
- package/dist/esm/i18n/ja.d.ts +5 -0
- package/dist/esm/i18n/ja.js +5 -0
- package/dist/esm/i18n/ko.d.ts +5 -0
- package/dist/esm/i18n/ko.js +5 -0
- package/dist/esm/i18n/nb.d.ts +5 -0
- package/dist/esm/i18n/nb.js +5 -0
- package/dist/esm/i18n/nl.d.ts +5 -0
- package/dist/esm/i18n/nl.js +5 -0
- package/dist/esm/i18n/pl.d.ts +5 -0
- package/dist/esm/i18n/pl.js +5 -0
- package/dist/esm/i18n/pt_BR.d.ts +5 -0
- package/dist/esm/i18n/pt_BR.js +5 -0
- package/dist/esm/i18n/ru.d.ts +5 -0
- package/dist/esm/i18n/ru.js +5 -0
- package/dist/esm/i18n/sl.d.ts +2 -0
- package/dist/esm/i18n/sl.js +2 -0
- package/dist/esm/i18n/sv.d.ts +5 -0
- package/dist/esm/i18n/sv.js +5 -0
- package/dist/esm/i18n/th.d.ts +5 -0
- package/dist/esm/i18n/th.js +5 -0
- package/dist/esm/i18n/tr.d.ts +5 -0
- package/dist/esm/i18n/tr.js +5 -0
- package/dist/esm/i18n/uk.d.ts +5 -0
- package/dist/esm/i18n/uk.js +5 -0
- package/dist/esm/i18n/zh.d.ts +5 -0
- package/dist/esm/i18n/zh.js +5 -0
- package/dist/types/i18n/da.d.ts +5 -0
- package/dist/types/i18n/de.d.ts +5 -0
- package/dist/types/i18n/en.d.ts +2 -0
- package/dist/types/i18n/en_GB.d.ts +2 -0
- package/dist/types/i18n/en_ZZ.d.ts +2 -0
- package/dist/types/i18n/hr.d.ts +5 -0
- package/dist/types/i18n/hu.d.ts +5 -0
- package/dist/types/i18n/it.d.ts +5 -0
- package/dist/types/i18n/ja.d.ts +5 -0
- package/dist/types/i18n/ko.d.ts +5 -0
- package/dist/types/i18n/nb.d.ts +5 -0
- package/dist/types/i18n/nl.d.ts +5 -0
- package/dist/types/i18n/pl.d.ts +5 -0
- package/dist/types/i18n/pt_BR.d.ts +5 -0
- package/dist/types/i18n/ru.d.ts +5 -0
- package/dist/types/i18n/sl.d.ts +2 -0
- package/dist/types/i18n/sv.d.ts +5 -0
- package/dist/types/i18n/th.d.ts +5 -0
- package/dist/types/i18n/tr.d.ts +5 -0
- package/dist/types/i18n/uk.d.ts +5 -0
- package/dist/types/i18n/zh.d.ts +5 -0
- package/i18n/da.ts +7 -0
- package/i18n/de.ts +7 -0
- package/i18n/en.ts +2 -0
- package/i18n/en_GB.ts +2 -0
- package/i18n/en_ZZ.ts +2 -0
- package/i18n/fr.ts +1 -1
- package/i18n/hr.ts +7 -0
- package/i18n/hu.ts +7 -0
- package/i18n/it.ts +7 -0
- package/i18n/ja.ts +7 -0
- package/i18n/ko.ts +7 -0
- package/i18n/nb.ts +7 -0
- package/i18n/nl.ts +7 -0
- package/i18n/pl.ts +7 -0
- package/i18n/pt_BR.ts +7 -0
- package/i18n/ru.ts +7 -0
- package/i18n/sl.ts +2 -0
- package/i18n/sv.ts +7 -0
- package/i18n/th.ts +6 -0
- package/i18n/tr.ts +7 -0
- package/i18n/uk.ts +7 -0
- package/i18n/zh.ts +5 -0
- package/package.json +1 -1
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -568,6 +568,8 @@ exports.default = {
|
|
|
568
568
|
'fabric.editor.extension.deleteElementTitle': '删除元素',
|
|
569
569
|
'fabric.editor.extension.loading-error': '加载扩展程序时出错!',
|
|
570
570
|
'fabric.editor.extension.sourceNoTitledName': '此元素',
|
|
571
|
+
'fabric.editor.extensionInSyncBlockDescription': '如果您的已同步块在不支持某些宏的地方使用,可能会出现此情况。',
|
|
572
|
+
'fabric.editor.extensionInSyncBlockTitle': '将已同步块添加到新位置时,某些宏可能无法正常工作',
|
|
571
573
|
'fabric.editor.extensions.config-panel.save-indicator': '始终自动保存所有更改',
|
|
572
574
|
'fabric.editor.externalExtensionsHeading': '应用',
|
|
573
575
|
'fabric.editor.externalMediaFile': '外部媒体文件',
|
|
@@ -790,6 +792,7 @@ exports.default = {
|
|
|
790
792
|
'fabric.editor.placeholderText.description': '向页面插入一个文本占位符',
|
|
791
793
|
'fabric.editor.placeholderTextPlaceholder': '添加占位文本',
|
|
792
794
|
'fabric.editor.plainText': '使用纯文本',
|
|
795
|
+
'fabric.editor.plainTextAction': '纯文本',
|
|
793
796
|
'fabric.editor.preferencesLink': '链接首选项',
|
|
794
797
|
'fabric.editor.previewButtonTitle': '预览',
|
|
795
798
|
'fabric.editor.quickInsert': '快速插入',
|
|
@@ -818,6 +821,7 @@ exports.default = {
|
|
|
818
821
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
819
822
|
'fabric.editor.retrySyncedBlock': '重试',
|
|
820
823
|
'fabric.editor.richText': '使用富文本',
|
|
824
|
+
'fabric.editor.richTextAction': '富文本',
|
|
821
825
|
'fabric.editor.rightSidebar': '右侧边栏布局',
|
|
822
826
|
'fabric.editor.rowControl': '突出显示行',
|
|
823
827
|
'fabric.editor.rowDragHandle': '行选项',
|
|
@@ -995,6 +999,7 @@ exports.default = {
|
|
|
995
999
|
'fabric.editor.urlDescription': '以 URL 显示链接',
|
|
996
1000
|
'fabric.editor.urlTitle': 'URL',
|
|
997
1001
|
'fabric.editor.useMarkdown': '使用 Markdown',
|
|
1002
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
998
1003
|
'fabric.editor.viewAndAddCommentsOnMedia': '查看和添加评论',
|
|
999
1004
|
'fabric.editor.viewCommentOnMedia': '查看评论',
|
|
1000
1005
|
'fabric.editor.viewMore': '查看更多',
|
package/dist/esm/i18n/da.d.ts
CHANGED
|
@@ -563,6 +563,8 @@ declare const _default: {
|
|
|
563
563
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
564
564
|
'fabric.editor.extension.loading-error': string;
|
|
565
565
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
566
|
+
'fabric.editor.extensionInSyncBlockDescription': string;
|
|
567
|
+
'fabric.editor.extensionInSyncBlockTitle': string;
|
|
566
568
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
567
569
|
'fabric.editor.externalExtensionsHeading': string;
|
|
568
570
|
'fabric.editor.externalMediaFile': string;
|
|
@@ -785,6 +787,7 @@ declare const _default: {
|
|
|
785
787
|
'fabric.editor.placeholderText.description': string;
|
|
786
788
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
787
789
|
'fabric.editor.plainText': string;
|
|
790
|
+
'fabric.editor.plainTextAction': string;
|
|
788
791
|
'fabric.editor.preferencesLink': string;
|
|
789
792
|
'fabric.editor.previewButtonTitle': string;
|
|
790
793
|
'fabric.editor.quickInsert': string;
|
|
@@ -813,6 +816,7 @@ declare const _default: {
|
|
|
813
816
|
'fabric.editor.resultsCount': string;
|
|
814
817
|
'fabric.editor.retrySyncedBlock': string;
|
|
815
818
|
'fabric.editor.richText': string;
|
|
819
|
+
'fabric.editor.richTextAction': string;
|
|
816
820
|
'fabric.editor.rightSidebar': string;
|
|
817
821
|
'fabric.editor.rowControl': string;
|
|
818
822
|
'fabric.editor.rowDragHandle': string;
|
|
@@ -990,6 +994,7 @@ declare const _default: {
|
|
|
990
994
|
'fabric.editor.urlDescription': string;
|
|
991
995
|
'fabric.editor.urlTitle': string;
|
|
992
996
|
'fabric.editor.useMarkdown': string;
|
|
997
|
+
'fabric.editor.useMarkdownAction': string;
|
|
993
998
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
994
999
|
'fabric.editor.viewCommentOnMedia': string;
|
|
995
1000
|
'fabric.editor.viewMore': string;
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -565,6 +565,8 @@ export default {
|
|
|
565
565
|
'fabric.editor.extension.deleteElementTitle': 'Slet element',
|
|
566
566
|
'fabric.editor.extension.loading-error': 'Fejl ved indlæsning af udvidelse!',
|
|
567
567
|
'fabric.editor.extension.sourceNoTitledName': 'dette element',
|
|
568
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Dette kan ske, hvis din synkroniserede blok bruges på steder, der ikke understøtter bestemte makroer.',
|
|
569
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Nogle makroer fungerer muligvis ikke, når du føjer synkroniserede blokke til nye placeringer',
|
|
568
570
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alle ændringer gemmes altid automatisk',
|
|
569
571
|
'fabric.editor.externalExtensionsHeading': 'Apps',
|
|
570
572
|
'fabric.editor.externalMediaFile': 'Ekstern mediefil',
|
|
@@ -787,6 +789,7 @@ export default {
|
|
|
787
789
|
'fabric.editor.placeholderText.description': 'Indsæt en pladsholdertekst på siden',
|
|
788
790
|
'fabric.editor.placeholderTextPlaceholder': 'Tilføj midlertidig tekst',
|
|
789
791
|
'fabric.editor.plainText': 'Brug almindelig tekst',
|
|
792
|
+
'fabric.editor.plainTextAction': 'Almindelig tekst',
|
|
790
793
|
'fabric.editor.preferencesLink': 'Indstillinger for links',
|
|
791
794
|
'fabric.editor.previewButtonTitle': 'Forhåndsvis',
|
|
792
795
|
'fabric.editor.quickInsert': 'Hurtig indsætning',
|
|
@@ -815,6 +818,7 @@ export default {
|
|
|
815
818
|
'fabric.editor.resultsCount': '{selectedMatchPosition} af {totalResultsCount}',
|
|
816
819
|
'fabric.editor.retrySyncedBlock': 'Prøv igen',
|
|
817
820
|
'fabric.editor.richText': 'Brug RTF',
|
|
821
|
+
'fabric.editor.richTextAction': 'Rich Text',
|
|
818
822
|
'fabric.editor.rightSidebar': 'Layout med højre sidebjælke',
|
|
819
823
|
'fabric.editor.rowControl': 'Fremhæv række',
|
|
820
824
|
'fabric.editor.rowDragHandle': 'Rækkeindstillinger',
|
|
@@ -992,6 +996,7 @@ export default {
|
|
|
992
996
|
'fabric.editor.urlDescription': 'Vis link som URL-adresse',
|
|
993
997
|
'fabric.editor.urlTitle': 'URL-adresse',
|
|
994
998
|
'fabric.editor.useMarkdown': 'Brug markdown',
|
|
999
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
995
1000
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Se og tilføj kommentarer',
|
|
996
1001
|
'fabric.editor.viewCommentOnMedia': 'Se kommentarer',
|
|
997
1002
|
'fabric.editor.viewMore': 'Vis mere',
|
package/dist/esm/i18n/de.d.ts
CHANGED
|
@@ -562,6 +562,8 @@ declare const _default: {
|
|
|
562
562
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
563
563
|
'fabric.editor.extension.loading-error': string;
|
|
564
564
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
565
|
+
'fabric.editor.extensionInSyncBlockDescription': string;
|
|
566
|
+
'fabric.editor.extensionInSyncBlockTitle': string;
|
|
565
567
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
566
568
|
'fabric.editor.externalExtensionsHeading': string;
|
|
567
569
|
'fabric.editor.externalMediaFile': string;
|
|
@@ -783,6 +785,7 @@ declare const _default: {
|
|
|
783
785
|
'fabric.editor.placeholderText.description': string;
|
|
784
786
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
785
787
|
'fabric.editor.plainText': string;
|
|
788
|
+
'fabric.editor.plainTextAction': string;
|
|
786
789
|
'fabric.editor.preferencesLink': string;
|
|
787
790
|
'fabric.editor.previewButtonTitle': string;
|
|
788
791
|
'fabric.editor.quickInsert': string;
|
|
@@ -811,6 +814,7 @@ declare const _default: {
|
|
|
811
814
|
'fabric.editor.resultsCount': string;
|
|
812
815
|
'fabric.editor.retrySyncedBlock': string;
|
|
813
816
|
'fabric.editor.richText': string;
|
|
817
|
+
'fabric.editor.richTextAction': string;
|
|
814
818
|
'fabric.editor.rightSidebar': string;
|
|
815
819
|
'fabric.editor.rowControl': string;
|
|
816
820
|
'fabric.editor.rowDragHandle': string;
|
|
@@ -988,6 +992,7 @@ declare const _default: {
|
|
|
988
992
|
'fabric.editor.urlDescription': string;
|
|
989
993
|
'fabric.editor.urlTitle': string;
|
|
990
994
|
'fabric.editor.useMarkdown': string;
|
|
995
|
+
'fabric.editor.useMarkdownAction': string;
|
|
991
996
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
992
997
|
'fabric.editor.viewCommentOnMedia': string;
|
|
993
998
|
'fabric.editor.viewMore': string;
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -564,6 +564,8 @@ export default {
|
|
|
564
564
|
'fabric.editor.extension.deleteElementTitle': 'Element löschen',
|
|
565
565
|
'fabric.editor.extension.loading-error': 'Fehler beim Laden der Erweiterung!',
|
|
566
566
|
'fabric.editor.extension.sourceNoTitledName': 'dieses Element',
|
|
567
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Dies kann passieren, wenn Ihr synchronisierter Block an Stellen verwendet wird, die bestimmte Makros nicht unterstützen.',
|
|
568
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Einige Makros funktionieren nicht, wenn synchronisierte Blöcke neuen Orten hinzugefügt werden',
|
|
567
569
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alle Änderungen werden immer automatisch gespeichert.',
|
|
568
570
|
'fabric.editor.externalExtensionsHeading': 'Apps',
|
|
569
571
|
'fabric.editor.externalMediaFile': 'Externe Mediendatei',
|
|
@@ -785,6 +787,7 @@ export default {
|
|
|
785
787
|
'fabric.editor.placeholderText.description': 'Textplatzhalter in die Seite einfügen',
|
|
786
788
|
'fabric.editor.placeholderTextPlaceholder': 'Platzhaltertext hinzufügen',
|
|
787
789
|
'fabric.editor.plainText': 'Nur-Text verwenden',
|
|
790
|
+
'fabric.editor.plainTextAction': 'Nur-Text',
|
|
788
791
|
'fabric.editor.preferencesLink': 'Verknüpfungseinstellungen',
|
|
789
792
|
'fabric.editor.previewButtonTitle': 'Vorschau',
|
|
790
793
|
'fabric.editor.quickInsert': 'Schnelleinfügung',
|
|
@@ -813,6 +816,7 @@ export default {
|
|
|
813
816
|
'fabric.editor.resultsCount': '{selectedMatchPosition} von {totalResultsCount}',
|
|
814
817
|
'fabric.editor.retrySyncedBlock': 'Erneut versuchen',
|
|
815
818
|
'fabric.editor.richText': 'Rich Text verwenden',
|
|
819
|
+
'fabric.editor.richTextAction': 'Rich Text',
|
|
816
820
|
'fabric.editor.rightSidebar': 'Layout der rechten Seitenleiste',
|
|
817
821
|
'fabric.editor.rowControl': 'Zeile hervorheben',
|
|
818
822
|
'fabric.editor.rowDragHandle': 'Zeilenoptionen',
|
|
@@ -990,6 +994,7 @@ export default {
|
|
|
990
994
|
'fabric.editor.urlDescription': 'Link als URL anzeigen',
|
|
991
995
|
'fabric.editor.urlTitle': 'URL',
|
|
992
996
|
'fabric.editor.useMarkdown': 'Markdown verwenden',
|
|
997
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
993
998
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Kommentare anzeigen und hinzufügen',
|
|
994
999
|
'fabric.editor.viewCommentOnMedia': 'Kommentare anzeigen',
|
|
995
1000
|
'fabric.editor.viewMore': 'Mehr anzeigen',
|
package/dist/esm/i18n/en.d.ts
CHANGED
|
@@ -650,6 +650,8 @@ declare const _default: {
|
|
|
650
650
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
651
651
|
'fabric.editor.extension.loading-error': string;
|
|
652
652
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
653
|
+
'fabric.editor.extension.unknownMacroHeader': string;
|
|
654
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': string;
|
|
653
655
|
'fabric.editor.extensionInSyncBlockDescription': string;
|
|
654
656
|
'fabric.editor.extensionInSyncBlockTitle': string;
|
|
655
657
|
'fabric.editor.extensions.config-panel.loading-error.non-final': string;
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -652,6 +652,8 @@ export default {
|
|
|
652
652
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
653
653
|
'fabric.editor.extension.loading-error': 'Error loading the extension!',
|
|
654
654
|
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
655
|
+
'fabric.editor.extension.unknownMacroHeader': "Unknown macro: ''{macroTitle}''",
|
|
656
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': 'Unknown macro placeholder',
|
|
655
657
|
'fabric.editor.extensionInSyncBlockDescription': "This may happen if your synced block is used in places that don't support certain macros.",
|
|
656
658
|
'fabric.editor.extensionInSyncBlockTitle': 'Some macros may not work when adding synced blocks to new locations',
|
|
657
659
|
'fabric.editor.extensions.config-panel.loading-error.non-final': 'We ran into a bit of trouble. Refresh to try again.',
|
package/dist/esm/i18n/en_GB.d.ts
CHANGED
|
@@ -650,6 +650,8 @@ declare const _default: {
|
|
|
650
650
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
651
651
|
'fabric.editor.extension.loading-error': string;
|
|
652
652
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
653
|
+
'fabric.editor.extension.unknownMacroHeader': string;
|
|
654
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': string;
|
|
653
655
|
'fabric.editor.extensionInSyncBlockDescription': string;
|
|
654
656
|
'fabric.editor.extensionInSyncBlockTitle': string;
|
|
655
657
|
'fabric.editor.extensions.config-panel.loading-error.non-final': string;
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -652,6 +652,8 @@ export default {
|
|
|
652
652
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
653
653
|
'fabric.editor.extension.loading-error': 'Error loading the extension!',
|
|
654
654
|
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
655
|
+
'fabric.editor.extension.unknownMacroHeader': "Unknown macro: ''{macroTitle}''",
|
|
656
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': 'Unknown macro placeholder',
|
|
655
657
|
'fabric.editor.extensionInSyncBlockDescription': "This may happen if your synced block is used in places that don't support certain macros.",
|
|
656
658
|
'fabric.editor.extensionInSyncBlockTitle': 'Some macros may not work when adding synced blocks to new locations',
|
|
657
659
|
'fabric.editor.extensions.config-panel.loading-error.non-final': 'We ran into a bit of trouble. Refresh to try again.',
|
package/dist/esm/i18n/en_ZZ.d.ts
CHANGED
|
@@ -650,6 +650,8 @@ declare const _default: {
|
|
|
650
650
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
651
651
|
'fabric.editor.extension.loading-error': string;
|
|
652
652
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
653
|
+
'fabric.editor.extension.unknownMacroHeader': string;
|
|
654
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': string;
|
|
653
655
|
'fabric.editor.extensionInSyncBlockDescription': string;
|
|
654
656
|
'fabric.editor.extensionInSyncBlockTitle': string;
|
|
655
657
|
'fabric.editor.extensions.config-panel.loading-error.non-final': string;
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -652,6 +652,8 @@ export default {
|
|
|
652
652
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
653
653
|
'fabric.editor.extension.loading-error': 'Error loading the extension!',
|
|
654
654
|
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
655
|
+
'fabric.editor.extension.unknownMacroHeader': "Unknown macro: ''{macroTitle}'",
|
|
656
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': 'Unknown macro placeholder',
|
|
655
657
|
'fabric.editor.extensionInSyncBlockDescription': "This may happen if your synced block is used in places that don't support certain macros.",
|
|
656
658
|
'fabric.editor.extensionInSyncBlockTitle': 'Some macros may not work when adding synced blocks to new locations',
|
|
657
659
|
'fabric.editor.extensions.config-panel.loading-error.non-final': 'We ran into a bit of trouble. Refresh to try again.',
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -566,7 +566,7 @@ export default {
|
|
|
566
566
|
'fabric.editor.extension.deleteElementTitle': 'Supprimer un élément',
|
|
567
567
|
'fabric.editor.extension.loading-error': "Erreur lors du chargement de l'extension.",
|
|
568
568
|
'fabric.editor.extension.sourceNoTitledName': 'cet élément',
|
|
569
|
-
'fabric.editor.extensionInSyncBlockDescription': '
|
|
569
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Ce problème peut se produire si votre bloc synchronisé est utilisé dans des endroits qui ne prennent pas en charge certaines macros.',
|
|
570
570
|
'fabric.editor.extensionInSyncBlockTitle': 'Certaines macros peuvent ne pas fonctionner lors de l’ajout de blocs synchronisés à de nouveaux emplacements',
|
|
571
571
|
'fabric.editor.extensions.config-panel.save-indicator': 'Tous les changements sont toujours enregistrés automatiquement',
|
|
572
572
|
'fabric.editor.externalExtensionsHeading': 'Apps',
|
package/dist/esm/i18n/hr.d.ts
CHANGED
|
@@ -630,6 +630,8 @@ declare const _default: {
|
|
|
630
630
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
631
631
|
'fabric.editor.extension.loading-error': string;
|
|
632
632
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
633
|
+
'fabric.editor.extensionInSyncBlockDescription': string;
|
|
634
|
+
'fabric.editor.extensionInSyncBlockTitle': string;
|
|
633
635
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
634
636
|
'fabric.editor.externalExtensionsHeading': string;
|
|
635
637
|
'fabric.editor.externalMediaFile': string;
|
|
@@ -849,6 +851,7 @@ declare const _default: {
|
|
|
849
851
|
'fabric.editor.placeholderText.description': string;
|
|
850
852
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
851
853
|
'fabric.editor.plainText': string;
|
|
854
|
+
'fabric.editor.plainTextAction': string;
|
|
852
855
|
'fabric.editor.preferencesLink': string;
|
|
853
856
|
'fabric.editor.previewButtonTitle': string;
|
|
854
857
|
'fabric.editor.quickInsert': string;
|
|
@@ -877,6 +880,7 @@ declare const _default: {
|
|
|
877
880
|
'fabric.editor.resultsCount': string;
|
|
878
881
|
'fabric.editor.retrySyncedBlock': string;
|
|
879
882
|
'fabric.editor.richText': string;
|
|
883
|
+
'fabric.editor.richTextAction': string;
|
|
880
884
|
'fabric.editor.rightSidebar': string;
|
|
881
885
|
'fabric.editor.rowControl': string;
|
|
882
886
|
'fabric.editor.rowDragHandle': string;
|
|
@@ -1052,6 +1056,7 @@ declare const _default: {
|
|
|
1052
1056
|
'fabric.editor.urlDescription': string;
|
|
1053
1057
|
'fabric.editor.urlTitle': string;
|
|
1054
1058
|
'fabric.editor.useMarkdown': string;
|
|
1059
|
+
'fabric.editor.useMarkdownAction': string;
|
|
1055
1060
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
1056
1061
|
'fabric.editor.viewCommentOnMedia': string;
|
|
1057
1062
|
'fabric.editor.viewMore': string;
|
package/dist/esm/i18n/hr.js
CHANGED
|
@@ -632,6 +632,8 @@ export default {
|
|
|
632
632
|
'fabric.editor.extension.deleteElementTitle': 'Izbriši element',
|
|
633
633
|
'fabric.editor.extension.loading-error': 'Greška pri učitavanju ekstenzije!',
|
|
634
634
|
'fabric.editor.extension.sourceNoTitledName': 'ovaj element',
|
|
635
|
+
'fabric.editor.extensionInSyncBlockDescription': 'To se može dogoditi ako se vaš sinkronizirani blok koristi na mjestima koja ne podržavaju određene makronaredbe.',
|
|
636
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Neke makronaredbe možda neće raditi pri dodavanju sinkroniziranih blokova na nove lokacije',
|
|
635
637
|
'fabric.editor.extensions.config-panel.save-indicator': 'Sve se promjene uvijek automatski spremaju',
|
|
636
638
|
'fabric.editor.externalExtensionsHeading': 'Aplikacije',
|
|
637
639
|
'fabric.editor.externalMediaFile': 'Vanjska medijska datoteka',
|
|
@@ -851,6 +853,7 @@ export default {
|
|
|
851
853
|
'fabric.editor.placeholderText.description': 'Umetni rezervirano mjesto za tekst na stranicu',
|
|
852
854
|
'fabric.editor.placeholderTextPlaceholder': 'Dodaj rezervirano mjesto za tekst',
|
|
853
855
|
'fabric.editor.plainText': 'Koristi običan tekst',
|
|
856
|
+
'fabric.editor.plainTextAction': 'Običan tekst',
|
|
854
857
|
'fabric.editor.preferencesLink': 'Postavke poveznice',
|
|
855
858
|
'fabric.editor.previewButtonTitle': 'Pregled',
|
|
856
859
|
'fabric.editor.quickInsert': 'Brzo umetanje',
|
|
@@ -879,6 +882,7 @@ export default {
|
|
|
879
882
|
'fabric.editor.resultsCount': '{selectedMatchPosition} od {totalResultsCount}',
|
|
880
883
|
'fabric.editor.retrySyncedBlock': 'Pokušaj ponovno',
|
|
881
884
|
'fabric.editor.richText': 'Koristi obogaćeni tekst',
|
|
885
|
+
'fabric.editor.richTextAction': 'Obogaćeni tekst',
|
|
882
886
|
'fabric.editor.rightSidebar': 'Izgled desne bočne trake',
|
|
883
887
|
'fabric.editor.rowControl': 'Istakni redak',
|
|
884
888
|
'fabric.editor.rowDragHandle': 'Opcije retka',
|
|
@@ -1054,6 +1058,7 @@ export default {
|
|
|
1054
1058
|
'fabric.editor.urlDescription': 'Prikaži poveznicu kao URL',
|
|
1055
1059
|
'fabric.editor.urlTitle': 'URL',
|
|
1056
1060
|
'fabric.editor.useMarkdown': 'Koristi označavanje',
|
|
1061
|
+
'fabric.editor.useMarkdownAction': 'Označavanje',
|
|
1057
1062
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Pregledaj i dodaj komentare',
|
|
1058
1063
|
'fabric.editor.viewCommentOnMedia': 'Prikaži komentare',
|
|
1059
1064
|
'fabric.editor.viewMore': 'Prikaži više',
|
package/dist/esm/i18n/hu.d.ts
CHANGED
|
@@ -562,6 +562,8 @@ declare const _default: {
|
|
|
562
562
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
563
563
|
'fabric.editor.extension.loading-error': string;
|
|
564
564
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
565
|
+
'fabric.editor.extensionInSyncBlockDescription': string;
|
|
566
|
+
'fabric.editor.extensionInSyncBlockTitle': string;
|
|
565
567
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
566
568
|
'fabric.editor.externalExtensionsHeading': string;
|
|
567
569
|
'fabric.editor.externalMediaFile': string;
|
|
@@ -783,6 +785,7 @@ declare const _default: {
|
|
|
783
785
|
'fabric.editor.placeholderText.description': string;
|
|
784
786
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
785
787
|
'fabric.editor.plainText': string;
|
|
788
|
+
'fabric.editor.plainTextAction': string;
|
|
786
789
|
'fabric.editor.preferencesLink': string;
|
|
787
790
|
'fabric.editor.previewButtonTitle': string;
|
|
788
791
|
'fabric.editor.quickInsert': string;
|
|
@@ -811,6 +814,7 @@ declare const _default: {
|
|
|
811
814
|
'fabric.editor.resultsCount': string;
|
|
812
815
|
'fabric.editor.retrySyncedBlock': string;
|
|
813
816
|
'fabric.editor.richText': string;
|
|
817
|
+
'fabric.editor.richTextAction': string;
|
|
814
818
|
'fabric.editor.rightSidebar': string;
|
|
815
819
|
'fabric.editor.rowControl': string;
|
|
816
820
|
'fabric.editor.rowDragHandle': string;
|
|
@@ -988,6 +992,7 @@ declare const _default: {
|
|
|
988
992
|
'fabric.editor.urlDescription': string;
|
|
989
993
|
'fabric.editor.urlTitle': string;
|
|
990
994
|
'fabric.editor.useMarkdown': string;
|
|
995
|
+
'fabric.editor.useMarkdownAction': string;
|
|
991
996
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
992
997
|
'fabric.editor.viewCommentOnMedia': string;
|
|
993
998
|
'fabric.editor.viewMore': string;
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -564,6 +564,8 @@ export default {
|
|
|
564
564
|
'fabric.editor.extension.deleteElementTitle': 'Elem törlése',
|
|
565
565
|
'fabric.editor.extension.loading-error': 'Hiba történt a bővítmény betöltésekor!',
|
|
566
566
|
'fabric.editor.extension.sourceNoTitledName': 'ez az elem',
|
|
567
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Ez akkor fordulhat elő, ha a szinkronizált blokkod olyan helyeken is használatban van, amely nem támogat bizonyos makrókat.',
|
|
568
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Előfordulhat, hogy néhány makró nem működik, amikor szinkronizált blokkokat adsz hozzá új helyekhez',
|
|
567
569
|
'fabric.editor.extensions.config-panel.save-indicator': 'A rendszer mindig automatikusan menti a módosításokat',
|
|
568
570
|
'fabric.editor.externalExtensionsHeading': 'Alkalmazások',
|
|
569
571
|
'fabric.editor.externalMediaFile': 'Külső médiafájl',
|
|
@@ -785,6 +787,7 @@ export default {
|
|
|
785
787
|
'fabric.editor.placeholderText.description': 'Szöveges helyőrző beillesztése az oldalra',
|
|
786
788
|
'fabric.editor.placeholderTextPlaceholder': 'Helyőrző szöveg hozzáadása',
|
|
787
789
|
'fabric.editor.plainText': 'Egyszerű szöveg használata',
|
|
790
|
+
'fabric.editor.plainTextAction': 'Egyszerű szöveg',
|
|
788
791
|
'fabric.editor.preferencesLink': 'Linkbeállítások',
|
|
789
792
|
'fabric.editor.previewButtonTitle': 'Előnézet',
|
|
790
793
|
'fabric.editor.quickInsert': 'Gyorsbeillesztés',
|
|
@@ -813,6 +816,7 @@ export default {
|
|
|
813
816
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
814
817
|
'fabric.editor.retrySyncedBlock': 'Újra',
|
|
815
818
|
'fabric.editor.richText': 'Rich text használata',
|
|
819
|
+
'fabric.editor.richTextAction': 'Rich text',
|
|
816
820
|
'fabric.editor.rightSidebar': 'Jobb oldalsávos elrendezés',
|
|
817
821
|
'fabric.editor.rowControl': 'Sor kijelölése',
|
|
818
822
|
'fabric.editor.rowDragHandle': 'Sorbeállítások',
|
|
@@ -990,6 +994,7 @@ export default {
|
|
|
990
994
|
'fabric.editor.urlDescription': 'Link megjelenítése URL-ként',
|
|
991
995
|
'fabric.editor.urlTitle': 'URL-cím',
|
|
992
996
|
'fabric.editor.useMarkdown': 'Markdown használata',
|
|
997
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
993
998
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Megjegyzések megtekintése és hozzáadása',
|
|
994
999
|
'fabric.editor.viewCommentOnMedia': 'Megjegyzések megtekintése',
|
|
995
1000
|
'fabric.editor.viewMore': 'Továbbiak megtekintése',
|
package/dist/esm/i18n/it.d.ts
CHANGED
|
@@ -562,6 +562,8 @@ declare const _default: {
|
|
|
562
562
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
563
563
|
'fabric.editor.extension.loading-error': string;
|
|
564
564
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
565
|
+
'fabric.editor.extensionInSyncBlockDescription': string;
|
|
566
|
+
'fabric.editor.extensionInSyncBlockTitle': string;
|
|
565
567
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
566
568
|
'fabric.editor.externalExtensionsHeading': string;
|
|
567
569
|
'fabric.editor.externalMediaFile': string;
|
|
@@ -783,6 +785,7 @@ declare const _default: {
|
|
|
783
785
|
'fabric.editor.placeholderText.description': string;
|
|
784
786
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
785
787
|
'fabric.editor.plainText': string;
|
|
788
|
+
'fabric.editor.plainTextAction': string;
|
|
786
789
|
'fabric.editor.preferencesLink': string;
|
|
787
790
|
'fabric.editor.previewButtonTitle': string;
|
|
788
791
|
'fabric.editor.quickInsert': string;
|
|
@@ -811,6 +814,7 @@ declare const _default: {
|
|
|
811
814
|
'fabric.editor.resultsCount': string;
|
|
812
815
|
'fabric.editor.retrySyncedBlock': string;
|
|
813
816
|
'fabric.editor.richText': string;
|
|
817
|
+
'fabric.editor.richTextAction': string;
|
|
814
818
|
'fabric.editor.rightSidebar': string;
|
|
815
819
|
'fabric.editor.rowControl': string;
|
|
816
820
|
'fabric.editor.rowDragHandle': string;
|
|
@@ -988,6 +992,7 @@ declare const _default: {
|
|
|
988
992
|
'fabric.editor.urlDescription': string;
|
|
989
993
|
'fabric.editor.urlTitle': string;
|
|
990
994
|
'fabric.editor.useMarkdown': string;
|
|
995
|
+
'fabric.editor.useMarkdownAction': string;
|
|
991
996
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
992
997
|
'fabric.editor.viewCommentOnMedia': string;
|
|
993
998
|
'fabric.editor.viewMore': string;
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -564,6 +564,8 @@ export default {
|
|
|
564
564
|
'fabric.editor.extension.deleteElementTitle': "Elimina l'elemento",
|
|
565
565
|
'fabric.editor.extension.loading-error': "Errore durante il caricamento dell'estensione.",
|
|
566
566
|
'fabric.editor.extension.sourceNoTitledName': 'questo elemento',
|
|
567
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Può accadere se il blocco sincronizzato è utilizzato in posizioni che non supportano determinate macro.',
|
|
568
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Alcune macro potrebbero non funzionare quando si aggiungono blocchi sincronizzati a nuove posizioni',
|
|
567
569
|
'fabric.editor.extensions.config-panel.save-indicator': 'Le modifiche vengono sempre salvate automaticamente',
|
|
568
570
|
'fabric.editor.externalExtensionsHeading': 'App',
|
|
569
571
|
'fabric.editor.externalMediaFile': 'File multimediale esterno',
|
|
@@ -785,6 +787,7 @@ export default {
|
|
|
785
787
|
'fabric.editor.placeholderText.description': 'Inserisci un segnaposto di testo nella pagina',
|
|
786
788
|
'fabric.editor.placeholderTextPlaceholder': 'Aggiungi testo segnaposto',
|
|
787
789
|
'fabric.editor.plainText': 'Usa testo normale',
|
|
790
|
+
'fabric.editor.plainTextAction': 'Testo normale',
|
|
788
791
|
'fabric.editor.preferencesLink': 'Preferenze per i link',
|
|
789
792
|
'fabric.editor.previewButtonTitle': 'Anteprima',
|
|
790
793
|
'fabric.editor.quickInsert': 'Inserimento rapido',
|
|
@@ -813,6 +816,7 @@ export default {
|
|
|
813
816
|
'fabric.editor.resultsCount': '{selectedMatchPosition} di {totalResultsCount}',
|
|
814
817
|
'fabric.editor.retrySyncedBlock': 'Riprova',
|
|
815
818
|
'fabric.editor.richText': 'Usa testo RTF',
|
|
819
|
+
'fabric.editor.richTextAction': 'Testo RTF',
|
|
816
820
|
'fabric.editor.rightSidebar': 'Layout con barra laterale destra',
|
|
817
821
|
'fabric.editor.rowControl': 'Evidenzia riga',
|
|
818
822
|
'fabric.editor.rowDragHandle': 'Opzioni riga',
|
|
@@ -990,6 +994,7 @@ export default {
|
|
|
990
994
|
'fabric.editor.urlDescription': 'Visualizza il link come URL',
|
|
991
995
|
'fabric.editor.urlTitle': 'URL',
|
|
992
996
|
'fabric.editor.useMarkdown': 'Usa Markdown',
|
|
997
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
993
998
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Visualizza e aggiungi i commenti',
|
|
994
999
|
'fabric.editor.viewCommentOnMedia': 'Visualizza i commenti',
|
|
995
1000
|
'fabric.editor.viewMore': 'Visualizza altro',
|
package/dist/esm/i18n/ja.d.ts
CHANGED
|
@@ -564,6 +564,8 @@ declare const _default: {
|
|
|
564
564
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
565
565
|
'fabric.editor.extension.loading-error': string;
|
|
566
566
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
567
|
+
'fabric.editor.extensionInSyncBlockDescription': string;
|
|
568
|
+
'fabric.editor.extensionInSyncBlockTitle': string;
|
|
567
569
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
568
570
|
'fabric.editor.externalExtensionsHeading': string;
|
|
569
571
|
'fabric.editor.externalMediaFile': string;
|
|
@@ -786,6 +788,7 @@ declare const _default: {
|
|
|
786
788
|
'fabric.editor.placeholderText.description': string;
|
|
787
789
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
788
790
|
'fabric.editor.plainText': string;
|
|
791
|
+
'fabric.editor.plainTextAction': string;
|
|
789
792
|
'fabric.editor.preferencesLink': string;
|
|
790
793
|
'fabric.editor.previewButtonTitle': string;
|
|
791
794
|
'fabric.editor.quickInsert': string;
|
|
@@ -814,6 +817,7 @@ declare const _default: {
|
|
|
814
817
|
'fabric.editor.resultsCount': string;
|
|
815
818
|
'fabric.editor.retrySyncedBlock': string;
|
|
816
819
|
'fabric.editor.richText': string;
|
|
820
|
+
'fabric.editor.richTextAction': string;
|
|
817
821
|
'fabric.editor.rightSidebar': string;
|
|
818
822
|
'fabric.editor.rowControl': string;
|
|
819
823
|
'fabric.editor.rowDragHandle': string;
|
|
@@ -991,6 +995,7 @@ declare const _default: {
|
|
|
991
995
|
'fabric.editor.urlDescription': string;
|
|
992
996
|
'fabric.editor.urlTitle': string;
|
|
993
997
|
'fabric.editor.useMarkdown': string;
|
|
998
|
+
'fabric.editor.useMarkdownAction': string;
|
|
994
999
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
995
1000
|
'fabric.editor.viewCommentOnMedia': string;
|
|
996
1001
|
'fabric.editor.viewMore': string;
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -566,6 +566,8 @@ export default {
|
|
|
566
566
|
'fabric.editor.extension.deleteElementTitle': '要素の削除',
|
|
567
567
|
'fabric.editor.extension.loading-error': '拡張機能の読み込み中にエラーが発生しました',
|
|
568
568
|
'fabric.editor.extension.sourceNoTitledName': 'この要素',
|
|
569
|
+
'fabric.editor.extensionInSyncBlockDescription': '特定のマクロをサポートしていない場所で同期済みブロックが使用されると、この状態が発生することがあります。',
|
|
570
|
+
'fabric.editor.extensionInSyncBlockTitle': '同期済みブロックを新しい場所に追加すると、一部のマクロが機能しなくなる可能性があります',
|
|
569
571
|
'fabric.editor.extensions.config-panel.save-indicator': 'すべての変更は常に自動保存されます',
|
|
570
572
|
'fabric.editor.externalExtensionsHeading': 'アプリ',
|
|
571
573
|
'fabric.editor.externalMediaFile': '外部メディア ファイル',
|
|
@@ -788,6 +790,7 @@ export default {
|
|
|
788
790
|
'fabric.editor.placeholderText.description': 'ページにテキスト プレースホルダーを挿入',
|
|
789
791
|
'fabric.editor.placeholderTextPlaceholder': 'プレースホルダー テキストを追加',
|
|
790
792
|
'fabric.editor.plainText': 'プレーン テキストを使用する',
|
|
793
|
+
'fabric.editor.plainTextAction': 'プレーン テキスト',
|
|
791
794
|
'fabric.editor.preferencesLink': 'リンク設定',
|
|
792
795
|
'fabric.editor.previewButtonTitle': 'プレビュー',
|
|
793
796
|
'fabric.editor.quickInsert': 'クイック挿入',
|
|
@@ -816,6 +819,7 @@ export default {
|
|
|
816
819
|
'fabric.editor.resultsCount': '{totalResultsCount} 件中 {selectedMatchPosition} 件',
|
|
817
820
|
'fabric.editor.retrySyncedBlock': '再試行',
|
|
818
821
|
'fabric.editor.richText': 'リッチ テキストを使用する',
|
|
822
|
+
'fabric.editor.richTextAction': 'リッチ テキスト',
|
|
819
823
|
'fabric.editor.rightSidebar': '右サイド バー レイアウト',
|
|
820
824
|
'fabric.editor.rowControl': '行をハイライト',
|
|
821
825
|
'fabric.editor.rowDragHandle': '行オプション',
|
|
@@ -993,6 +997,7 @@ export default {
|
|
|
993
997
|
'fabric.editor.urlDescription': 'リンクを URL として表示します。',
|
|
994
998
|
'fabric.editor.urlTitle': 'URL',
|
|
995
999
|
'fabric.editor.useMarkdown': 'マークダウンを使用する',
|
|
1000
|
+
'fabric.editor.useMarkdownAction': 'マークダウン',
|
|
996
1001
|
'fabric.editor.viewAndAddCommentsOnMedia': 'コメントを表示および追加',
|
|
997
1002
|
'fabric.editor.viewCommentOnMedia': 'コメントを見る',
|
|
998
1003
|
'fabric.editor.viewMore': 'さらに表示',
|
package/dist/esm/i18n/ko.d.ts
CHANGED
|
@@ -563,6 +563,8 @@ declare const _default: {
|
|
|
563
563
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
564
564
|
'fabric.editor.extension.loading-error': string;
|
|
565
565
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
566
|
+
'fabric.editor.extensionInSyncBlockDescription': string;
|
|
567
|
+
'fabric.editor.extensionInSyncBlockTitle': string;
|
|
566
568
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
567
569
|
'fabric.editor.externalExtensionsHeading': string;
|
|
568
570
|
'fabric.editor.externalMediaFile': string;
|
|
@@ -784,6 +786,7 @@ declare const _default: {
|
|
|
784
786
|
'fabric.editor.placeholderText.description': string;
|
|
785
787
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
786
788
|
'fabric.editor.plainText': string;
|
|
789
|
+
'fabric.editor.plainTextAction': string;
|
|
787
790
|
'fabric.editor.preferencesLink': string;
|
|
788
791
|
'fabric.editor.previewButtonTitle': string;
|
|
789
792
|
'fabric.editor.quickInsert': string;
|
|
@@ -812,6 +815,7 @@ declare const _default: {
|
|
|
812
815
|
'fabric.editor.resultsCount': string;
|
|
813
816
|
'fabric.editor.retrySyncedBlock': string;
|
|
814
817
|
'fabric.editor.richText': string;
|
|
818
|
+
'fabric.editor.richTextAction': string;
|
|
815
819
|
'fabric.editor.rightSidebar': string;
|
|
816
820
|
'fabric.editor.rowControl': string;
|
|
817
821
|
'fabric.editor.rowDragHandle': string;
|
|
@@ -989,6 +993,7 @@ declare const _default: {
|
|
|
989
993
|
'fabric.editor.urlDescription': string;
|
|
990
994
|
'fabric.editor.urlTitle': string;
|
|
991
995
|
'fabric.editor.useMarkdown': string;
|
|
996
|
+
'fabric.editor.useMarkdownAction': string;
|
|
992
997
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
993
998
|
'fabric.editor.viewCommentOnMedia': string;
|
|
994
999
|
'fabric.editor.viewMore': string;
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -565,6 +565,8 @@ export default {
|
|
|
565
565
|
'fabric.editor.extension.deleteElementTitle': '요소 삭제',
|
|
566
566
|
'fabric.editor.extension.loading-error': '확장 기능을 로드하는 동안 오류가 발생했습니다!',
|
|
567
567
|
'fabric.editor.extension.sourceNoTitledName': '이 요소',
|
|
568
|
+
'fabric.editor.extensionInSyncBlockDescription': '특정 매크로를 지원하지 않는 곳에서 동기화된 블록을 사용하는 경우 이 문제가 발생할 수 있습니다.',
|
|
569
|
+
'fabric.editor.extensionInSyncBlockTitle': '동기화된 블록을 새 위치에 추가하면 일부 매크로가 작동하지 않을 수 있습니다',
|
|
568
570
|
'fabric.editor.extensions.config-panel.save-indicator': '모든 변경 사항은 항상 자동으로 저장됩니다',
|
|
569
571
|
'fabric.editor.externalExtensionsHeading': '앱',
|
|
570
572
|
'fabric.editor.externalMediaFile': '외부 미디어 파일',
|
|
@@ -786,6 +788,7 @@ export default {
|
|
|
786
788
|
'fabric.editor.placeholderText.description': '페이지에 텍스트 자리 표시자 삽입',
|
|
787
789
|
'fabric.editor.placeholderTextPlaceholder': '자리 표시자 텍스트 추가',
|
|
788
790
|
'fabric.editor.plainText': '일반 텍스트 사용',
|
|
791
|
+
'fabric.editor.plainTextAction': '일반 텍스트',
|
|
789
792
|
'fabric.editor.preferencesLink': '링크 기본 설정',
|
|
790
793
|
'fabric.editor.previewButtonTitle': '미리 보기',
|
|
791
794
|
'fabric.editor.quickInsert': '빠른 삽입',
|
|
@@ -814,6 +817,7 @@ export default {
|
|
|
814
817
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
815
818
|
'fabric.editor.retrySyncedBlock': '다시 시도',
|
|
816
819
|
'fabric.editor.richText': '서식 텍스트 사용',
|
|
820
|
+
'fabric.editor.richTextAction': '서식 텍스트',
|
|
817
821
|
'fabric.editor.rightSidebar': '오른쪽 사이드바 레이아웃',
|
|
818
822
|
'fabric.editor.rowControl': '열 강조 표시',
|
|
819
823
|
'fabric.editor.rowDragHandle': '행 옵션',
|
|
@@ -991,6 +995,7 @@ export default {
|
|
|
991
995
|
'fabric.editor.urlDescription': '링크를 URL로 표시',
|
|
992
996
|
'fabric.editor.urlTitle': 'URL',
|
|
993
997
|
'fabric.editor.useMarkdown': 'Markdown 사용',
|
|
998
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
994
999
|
'fabric.editor.viewAndAddCommentsOnMedia': '댓글 확인 및 추가',
|
|
995
1000
|
'fabric.editor.viewCommentOnMedia': '댓글 보기',
|
|
996
1001
|
'fabric.editor.viewMore': '더 보기',
|
package/dist/esm/i18n/nb.d.ts
CHANGED
|
@@ -562,6 +562,8 @@ declare const _default: {
|
|
|
562
562
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
563
563
|
'fabric.editor.extension.loading-error': string;
|
|
564
564
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
565
|
+
'fabric.editor.extensionInSyncBlockDescription': string;
|
|
566
|
+
'fabric.editor.extensionInSyncBlockTitle': string;
|
|
565
567
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
566
568
|
'fabric.editor.externalExtensionsHeading': string;
|
|
567
569
|
'fabric.editor.externalMediaFile': string;
|
|
@@ -783,6 +785,7 @@ declare const _default: {
|
|
|
783
785
|
'fabric.editor.placeholderText.description': string;
|
|
784
786
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
785
787
|
'fabric.editor.plainText': string;
|
|
788
|
+
'fabric.editor.plainTextAction': string;
|
|
786
789
|
'fabric.editor.preferencesLink': string;
|
|
787
790
|
'fabric.editor.previewButtonTitle': string;
|
|
788
791
|
'fabric.editor.quickInsert': string;
|
|
@@ -811,6 +814,7 @@ declare const _default: {
|
|
|
811
814
|
'fabric.editor.resultsCount': string;
|
|
812
815
|
'fabric.editor.retrySyncedBlock': string;
|
|
813
816
|
'fabric.editor.richText': string;
|
|
817
|
+
'fabric.editor.richTextAction': string;
|
|
814
818
|
'fabric.editor.rightSidebar': string;
|
|
815
819
|
'fabric.editor.rowControl': string;
|
|
816
820
|
'fabric.editor.rowDragHandle': string;
|
|
@@ -988,6 +992,7 @@ declare const _default: {
|
|
|
988
992
|
'fabric.editor.urlDescription': string;
|
|
989
993
|
'fabric.editor.urlTitle': string;
|
|
990
994
|
'fabric.editor.useMarkdown': string;
|
|
995
|
+
'fabric.editor.useMarkdownAction': string;
|
|
991
996
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
992
997
|
'fabric.editor.viewCommentOnMedia': string;
|
|
993
998
|
'fabric.editor.viewMore': string;
|