@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/esm/i18n/nb.js
CHANGED
|
@@ -564,6 +564,8 @@ export default {
|
|
|
564
564
|
'fabric.editor.extension.deleteElementTitle': 'Slett element',
|
|
565
565
|
'fabric.editor.extension.loading-error': 'Feil ved innlasting av utvidelsen!',
|
|
566
566
|
'fabric.editor.extension.sourceNoTitledName': 'dette elementet',
|
|
567
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Dette kan skje hvis den synkroniserte blokken din brukes på steder som ikke støtter bestemte makroer.',
|
|
568
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Noen makroer fungerer kanskje ikke når du legger til synkroniserte blokker på nye steder',
|
|
567
569
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alle endringer blir alltid lagret automatisk',
|
|
568
570
|
'fabric.editor.externalExtensionsHeading': 'Apper',
|
|
569
571
|
'fabric.editor.externalMediaFile': 'Ekstern mediefil',
|
|
@@ -785,6 +787,7 @@ export default {
|
|
|
785
787
|
'fabric.editor.placeholderText.description': 'Sett inn en tekstplassholder på siden.',
|
|
786
788
|
'fabric.editor.placeholderTextPlaceholder': 'Legg til plassholdertekst',
|
|
787
789
|
'fabric.editor.plainText': 'Bruk ren tekst',
|
|
790
|
+
'fabric.editor.plainTextAction': 'Ren tekst',
|
|
788
791
|
'fabric.editor.preferencesLink': 'Koblingspreferanser',
|
|
789
792
|
'fabric.editor.previewButtonTitle': 'Forhåndsvisning',
|
|
790
793
|
'fabric.editor.quickInsert': 'Hurtiginnsetting',
|
|
@@ -813,6 +816,7 @@ export default {
|
|
|
813
816
|
'fabric.editor.resultsCount': '{selectedMatchPosition} av {totalResultsCount}',
|
|
814
817
|
'fabric.editor.retrySyncedBlock': 'Prøv igjen',
|
|
815
818
|
'fabric.editor.richText': 'Bruk rik tekst',
|
|
819
|
+
'fabric.editor.richTextAction': 'Rik tekst',
|
|
816
820
|
'fabric.editor.rightSidebar': 'Oppsett for høyre sidestolpe',
|
|
817
821
|
'fabric.editor.rowControl': 'Fremhev rad',
|
|
818
822
|
'fabric.editor.rowDragHandle': 'Radalternativer',
|
|
@@ -990,6 +994,7 @@ export default {
|
|
|
990
994
|
'fabric.editor.urlDescription': 'Vis kobling som nettadresse',
|
|
991
995
|
'fabric.editor.urlTitle': 'Nettadresse',
|
|
992
996
|
'fabric.editor.useMarkdown': 'Bruk Markdown',
|
|
997
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
993
998
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Vis og legg til kommentarer',
|
|
994
999
|
'fabric.editor.viewCommentOnMedia': 'Vis kommentarer',
|
|
995
1000
|
'fabric.editor.viewMore': 'Vis mer',
|
package/dist/esm/i18n/nl.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/nl.js
CHANGED
|
@@ -564,6 +564,8 @@ export default {
|
|
|
564
564
|
'fabric.editor.extension.deleteElementTitle': 'Element verwijderen',
|
|
565
565
|
'fabric.editor.extension.loading-error': 'Fout bij het laden van de extensie!',
|
|
566
566
|
'fabric.editor.extension.sourceNoTitledName': 'dit element',
|
|
567
|
+
'fabric.editor.extensionInSyncBlockDescription': "Dit kan gebeuren als je gesynchroniseerde blok wordt gebruikt op plekken waar bepaalde macro's niet worden ondersteund.",
|
|
568
|
+
'fabric.editor.extensionInSyncBlockTitle': "Sommige macro's werken mogelijk niet wanneer gesynchroniseerde blokken worden toegevoegd aan nieuwe locaties",
|
|
567
569
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alle wijzigingen worden altijd automatisch opgeslagen',
|
|
568
570
|
'fabric.editor.externalExtensionsHeading': 'Apps',
|
|
569
571
|
'fabric.editor.externalMediaFile': 'Extern mediabestand',
|
|
@@ -785,6 +787,7 @@ export default {
|
|
|
785
787
|
'fabric.editor.placeholderText.description': 'Voeg een tekstplaatshouder in de pagina in',
|
|
786
788
|
'fabric.editor.placeholderTextPlaceholder': 'Voeg plaatsaanduidingstekst toe',
|
|
787
789
|
'fabric.editor.plainText': 'Tekst zonder opmaak gebruiken',
|
|
790
|
+
'fabric.editor.plainTextAction': 'Tekst zonder opmaak',
|
|
788
791
|
'fabric.editor.preferencesLink': 'Voorkeuren voor links',
|
|
789
792
|
'fabric.editor.previewButtonTitle': 'Voorvertoning',
|
|
790
793
|
'fabric.editor.quickInsert': 'Snel invoegen',
|
|
@@ -813,6 +816,7 @@ export default {
|
|
|
813
816
|
'fabric.editor.resultsCount': '{selectedMatchPosition} van {totalResultsCount}',
|
|
814
817
|
'fabric.editor.retrySyncedBlock': 'Opnieuw proberen',
|
|
815
818
|
'fabric.editor.richText': 'Tekst met opmaak gebruiken',
|
|
819
|
+
'fabric.editor.richTextAction': 'Opgemaakte tekst',
|
|
816
820
|
'fabric.editor.rightSidebar': 'Lay-out van rechterzijbalk',
|
|
817
821
|
'fabric.editor.rowControl': 'Rij markeren',
|
|
818
822
|
'fabric.editor.rowDragHandle': 'Rij-opties',
|
|
@@ -990,6 +994,7 @@ export default {
|
|
|
990
994
|
'fabric.editor.urlDescription': 'Link als URL weergeven',
|
|
991
995
|
'fabric.editor.urlTitle': 'URL',
|
|
992
996
|
'fabric.editor.useMarkdown': 'Gebruik Markdown',
|
|
997
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
993
998
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Opmerkingen bekijken en toevoegen',
|
|
994
999
|
'fabric.editor.viewCommentOnMedia': 'Opmerkingen bekijken',
|
|
995
1000
|
'fabric.editor.viewMore': 'Meer bekijken',
|
package/dist/esm/i18n/pl.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/pl.js
CHANGED
|
@@ -565,6 +565,8 @@ export default {
|
|
|
565
565
|
'fabric.editor.extension.deleteElementTitle': 'Usuwanie elementu',
|
|
566
566
|
'fabric.editor.extension.loading-error': 'Błąd podczas ładowania rozszerzenia',
|
|
567
567
|
'fabric.editor.extension.sourceNoTitledName': 'ten element',
|
|
568
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Może się to zdarzyć, jeśli blok synchronizowany jest używany w miejscach, które nie obsługują niektórych makr.',
|
|
569
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Niektóre makra mogą nie działać po dodaniu bloków synchronizowanych do nowych lokalizacji.',
|
|
568
570
|
'fabric.editor.extensions.config-panel.save-indicator': 'Wszystkie zmiany są zawsze zapisywane automatycznie',
|
|
569
571
|
'fabric.editor.externalExtensionsHeading': 'Aplikacje',
|
|
570
572
|
'fabric.editor.externalMediaFile': 'Zewnętrzny plik multimedialny',
|
|
@@ -786,6 +788,7 @@ export default {
|
|
|
786
788
|
'fabric.editor.placeholderText.description': 'Wstaw na stronę tekst zastępczy',
|
|
787
789
|
'fabric.editor.placeholderTextPlaceholder': 'Dodaj tekst zastępczy',
|
|
788
790
|
'fabric.editor.plainText': 'Użyj zwykłego tekstu',
|
|
791
|
+
'fabric.editor.plainTextAction': 'Zwykły tekst',
|
|
789
792
|
'fabric.editor.preferencesLink': 'Preferencje dotyczące łączy',
|
|
790
793
|
'fabric.editor.previewButtonTitle': 'Podgląd',
|
|
791
794
|
'fabric.editor.quickInsert': 'Szybkie wstawianie',
|
|
@@ -814,6 +817,7 @@ export default {
|
|
|
814
817
|
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}',
|
|
815
818
|
'fabric.editor.retrySyncedBlock': 'Spróbuj ponownie',
|
|
816
819
|
'fabric.editor.richText': 'Użyj tekstu sformatowanego',
|
|
820
|
+
'fabric.editor.richTextAction': 'Tekst sformatowany',
|
|
817
821
|
'fabric.editor.rightSidebar': 'Układ z paskiem bocznym po prawej',
|
|
818
822
|
'fabric.editor.rowControl': 'Podświetl wiersz',
|
|
819
823
|
'fabric.editor.rowDragHandle': 'Opcje wierszy',
|
|
@@ -991,6 +995,7 @@ export default {
|
|
|
991
995
|
'fabric.editor.urlDescription': 'Wyświetl łącze jako adres URL',
|
|
992
996
|
'fabric.editor.urlTitle': 'Adres URL',
|
|
993
997
|
'fabric.editor.useMarkdown': 'Użyj Markdown',
|
|
998
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
994
999
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Wyświetl i dodaj komentarze',
|
|
995
1000
|
'fabric.editor.viewCommentOnMedia': 'Wyświetl komentarze',
|
|
996
1001
|
'fabric.editor.viewMore': 'Wyświetl więcej',
|
package/dist/esm/i18n/pt_BR.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;
|
|
@@ -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/pt_BR.js
CHANGED
|
@@ -564,6 +564,8 @@ export default {
|
|
|
564
564
|
'fabric.editor.extension.deleteElementTitle': 'Excluir elemento',
|
|
565
565
|
'fabric.editor.extension.loading-error': 'Erro ao carregar a extensão!',
|
|
566
566
|
'fabric.editor.extension.sourceNoTitledName': 'este elemento',
|
|
567
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Essa questão pode acontecer se o bloco sincronizado for usado em locais que não oferecem suporte a determinadas macros.',
|
|
568
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Algumas macros podem não funcionar ao adicionar blocos sincronizados a novos locais',
|
|
567
569
|
'fabric.editor.extensions.config-panel.save-indicator': 'Todas as alterações são salvas automaticamente',
|
|
568
570
|
'fabric.editor.externalExtensionsHeading': 'Aplicativos',
|
|
569
571
|
'fabric.editor.externalMediaFile': 'Arquivo de mídia externo',
|
|
@@ -786,6 +788,7 @@ export default {
|
|
|
786
788
|
'fabric.editor.placeholderText.description': 'Inserir um espaço reservado para texto na página',
|
|
787
789
|
'fabric.editor.placeholderTextPlaceholder': 'Adicionar texto do espaço reservado',
|
|
788
790
|
'fabric.editor.plainText': 'Usar texto simples',
|
|
791
|
+
'fabric.editor.plainTextAction': 'Texto simples',
|
|
789
792
|
'fabric.editor.preferencesLink': 'Preferências de link',
|
|
790
793
|
'fabric.editor.previewButtonTitle': 'Pré-visualizar',
|
|
791
794
|
'fabric.editor.quickInsert': 'Inserção rápida',
|
|
@@ -814,6 +817,7 @@ export default {
|
|
|
814
817
|
'fabric.editor.resultsCount': '{selectedMatchPosition} de {totalResultsCount}',
|
|
815
818
|
'fabric.editor.retrySyncedBlock': 'Tentar de novo',
|
|
816
819
|
'fabric.editor.richText': 'Usar rich text',
|
|
820
|
+
'fabric.editor.richTextAction': 'Rich text',
|
|
817
821
|
'fabric.editor.rightSidebar': 'Layout com barra lateral à direita',
|
|
818
822
|
'fabric.editor.rowControl': 'Destacar linha',
|
|
819
823
|
'fabric.editor.rowDragHandle': 'Opções de linhas',
|
|
@@ -991,6 +995,7 @@ export default {
|
|
|
991
995
|
'fabric.editor.urlDescription': 'Mostrar link como URL',
|
|
992
996
|
'fabric.editor.urlTitle': 'URL',
|
|
993
997
|
'fabric.editor.useMarkdown': 'Usar marcação',
|
|
998
|
+
'fabric.editor.useMarkdownAction': 'Marcação',
|
|
994
999
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Ver e adicionar comentários',
|
|
995
1000
|
'fabric.editor.viewCommentOnMedia': 'Visualizar comentários',
|
|
996
1001
|
'fabric.editor.viewMore': 'Ver mais',
|
package/dist/esm/i18n/ru.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/ru.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': '{selectedMatchPosition} из {totalResultsCount}',
|
|
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/sl.d.ts
CHANGED
|
@@ -67,6 +67,7 @@ declare const _default: {
|
|
|
67
67
|
'fabric.editor.ai.config.item.atlas-shorten-update.title': string;
|
|
68
68
|
'fabric.editor.ai.config.item.bb.pr.description.description': string;
|
|
69
69
|
'fabric.editor.ai.config.item.bb.pr.description.title': string;
|
|
70
|
+
'fabric.editor.ai.config.item.blockMenuNestedMenu.title': string;
|
|
70
71
|
'fabric.editor.ai.config.item.brainstorm.description': string;
|
|
71
72
|
'fabric.editor.ai.config.item.brainstorm.promptHint': string;
|
|
72
73
|
'fabric.editor.ai.config.item.brainstorm.promptLabel': string;
|
|
@@ -834,6 +835,7 @@ declare const _default: {
|
|
|
834
835
|
'fabric.editor.panel.emoji': string;
|
|
835
836
|
'fabric.editor.panel.panelsGroup': string;
|
|
836
837
|
'fabric.editor.panelButtonTitle': string;
|
|
838
|
+
'fabric.editor.pasteMenuActionsTitle': string;
|
|
837
839
|
'fabric.editor.pasteOptions': string;
|
|
838
840
|
'fabric.editor.pastePlainText': string;
|
|
839
841
|
'fabric.editor.placeholderAltText': string;
|
package/dist/esm/i18n/sl.js
CHANGED
|
@@ -69,6 +69,7 @@ export default {
|
|
|
69
69
|
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Skrajšanje posodobitve',
|
|
70
70
|
'fabric.editor.ai.config.item.bb.pr.description.description': 'Ustvari opis zahteve za pridobitev s povzetkom sprememb',
|
|
71
71
|
'fabric.editor.ai.config.item.bb.pr.description.title': 'Ustvarjanje opisa zahteve za pridobitev',
|
|
72
|
+
'fabric.editor.ai.config.item.blockMenuNestedMenu.title': 'Prikaži več',
|
|
72
73
|
'fabric.editor.ai.config.item.brainstorm.description': 'Generira seznam zamisli za temo, ki ste jo navedli',
|
|
73
74
|
'fabric.editor.ai.config.item.brainstorm.promptHint': 'Navedite temo ...',
|
|
74
75
|
'fabric.editor.ai.config.item.brainstorm.promptLabel': 'Išči zamisli',
|
|
@@ -836,6 +837,7 @@ export default {
|
|
|
836
837
|
'fabric.editor.panel.emoji': 'Dodaj emodži',
|
|
837
838
|
'fabric.editor.panel.panelsGroup': 'Vrste plošč',
|
|
838
839
|
'fabric.editor.panelButtonTitle': 'Plošča',
|
|
840
|
+
'fabric.editor.pasteMenuActionsTitle': 'Dejanja',
|
|
839
841
|
'fabric.editor.pasteOptions': 'Možnosti lepljenja',
|
|
840
842
|
'fabric.editor.pastePlainText': 'Prilepi golo besedilo',
|
|
841
843
|
'fabric.editor.placeholderAltText': 'Opišite to sliko z nadomestnim besedilom',
|
package/dist/esm/i18n/sv.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/sv.js
CHANGED
|
@@ -564,6 +564,8 @@ export default {
|
|
|
564
564
|
'fabric.editor.extension.deleteElementTitle': 'Radera element',
|
|
565
565
|
'fabric.editor.extension.loading-error': 'Fel vid inläsningen av tillägget!',
|
|
566
566
|
'fabric.editor.extension.sourceNoTitledName': 'detta element',
|
|
567
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Det kan hända om ditt synkroniserade block används på platser som inte stöder vissa makron.',
|
|
568
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Vissa makron kanske inte fungerar när du lägger till synkroniserade block på nya platser',
|
|
567
569
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alla ändringar sparas alltid automatiskt',
|
|
568
570
|
'fabric.editor.externalExtensionsHeading': 'Appar',
|
|
569
571
|
'fabric.editor.externalMediaFile': 'Extern mediefil',
|
|
@@ -785,6 +787,7 @@ export default {
|
|
|
785
787
|
'fabric.editor.placeholderText.description': 'Infoga en platshållare för text på sidan',
|
|
786
788
|
'fabric.editor.placeholderTextPlaceholder': 'Lägg till platshållartext',
|
|
787
789
|
'fabric.editor.plainText': 'Använd oformaterad text',
|
|
790
|
+
'fabric.editor.plainTextAction': 'Oformaterad text',
|
|
788
791
|
'fabric.editor.preferencesLink': 'Länkinställningar',
|
|
789
792
|
'fabric.editor.previewButtonTitle': 'Förhandsgranska',
|
|
790
793
|
'fabric.editor.quickInsert': 'Snabbinfoga',
|
|
@@ -813,6 +816,7 @@ export default {
|
|
|
813
816
|
'fabric.editor.resultsCount': '{selectedMatchPosition} av {totalResultsCount}',
|
|
814
817
|
'fabric.editor.retrySyncedBlock': 'Försök igen',
|
|
815
818
|
'fabric.editor.richText': 'Använd RTF',
|
|
819
|
+
'fabric.editor.richTextAction': 'Rich text',
|
|
816
820
|
'fabric.editor.rightSidebar': 'Layout med höger sidopanel',
|
|
817
821
|
'fabric.editor.rowControl': 'Markera raden',
|
|
818
822
|
'fabric.editor.rowDragHandle': 'Radalternativ',
|
|
@@ -990,6 +994,7 @@ export default {
|
|
|
990
994
|
'fabric.editor.urlDescription': 'Visa länk som URL',
|
|
991
995
|
'fabric.editor.urlTitle': 'URL',
|
|
992
996
|
'fabric.editor.useMarkdown': 'Använd Markdown',
|
|
997
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
993
998
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Visa och lägg till kommentarer',
|
|
994
999
|
'fabric.editor.viewCommentOnMedia': 'Visa kommentarer',
|
|
995
1000
|
'fabric.editor.viewMore': 'Visa mer',
|
package/dist/esm/i18n/th.d.ts
CHANGED
|
@@ -549,6 +549,8 @@ declare const _default: {
|
|
|
549
549
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
550
550
|
'fabric.editor.extension.loading-error': string;
|
|
551
551
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
552
|
+
'fabric.editor.extensionInSyncBlockDescription': string;
|
|
553
|
+
'fabric.editor.extensionInSyncBlockTitle': string;
|
|
552
554
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
553
555
|
'fabric.editor.externalExtensionsHeading': string;
|
|
554
556
|
'fabric.editor.externalMediaFile': string;
|
|
@@ -771,6 +773,7 @@ declare const _default: {
|
|
|
771
773
|
'fabric.editor.placeholderText.description': string;
|
|
772
774
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
773
775
|
'fabric.editor.plainText': string;
|
|
776
|
+
'fabric.editor.plainTextAction': string;
|
|
774
777
|
'fabric.editor.preferencesLink': string;
|
|
775
778
|
'fabric.editor.previewButtonTitle': string;
|
|
776
779
|
'fabric.editor.quickInsert': string;
|
|
@@ -799,6 +802,7 @@ declare const _default: {
|
|
|
799
802
|
'fabric.editor.resultsCount': string;
|
|
800
803
|
'fabric.editor.retrySyncedBlock': string;
|
|
801
804
|
'fabric.editor.richText': string;
|
|
805
|
+
'fabric.editor.richTextAction': string;
|
|
802
806
|
'fabric.editor.rightSidebar': string;
|
|
803
807
|
'fabric.editor.rowControl': string;
|
|
804
808
|
'fabric.editor.rowDragHandle': string;
|
|
@@ -976,6 +980,7 @@ declare const _default: {
|
|
|
976
980
|
'fabric.editor.urlDescription': string;
|
|
977
981
|
'fabric.editor.urlTitle': string;
|
|
978
982
|
'fabric.editor.useMarkdown': string;
|
|
983
|
+
'fabric.editor.useMarkdownAction': string;
|
|
979
984
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
980
985
|
'fabric.editor.viewCommentOnMedia': string;
|
|
981
986
|
'fabric.editor.viewMore': string;
|
package/dist/esm/i18n/th.js
CHANGED
|
@@ -551,6 +551,8 @@ export default {
|
|
|
551
551
|
'fabric.editor.extension.deleteElementTitle': 'ลบองค์ประกอบ',
|
|
552
552
|
'fabric.editor.extension.loading-error': 'เกิดข้อผิดพลาดขณะโหลดส่วนขยาย!',
|
|
553
553
|
'fabric.editor.extension.sourceNoTitledName': 'องค์ประกอบนี้',
|
|
554
|
+
'fabric.editor.extensionInSyncBlockDescription': 'เหตุการณ์นี้อาจเกิดขึ้นหากมีการใช้บล็อกที่ซิงค์ของคุณในตำแหน่งที่ไม่รองรับแมโครบางประเภท',
|
|
555
|
+
'fabric.editor.extensionInSyncBlockTitle': 'แมโครบางรายการอาจไม่ทำงานเมื่อเพิ่มบล็อกที่ซิงค์ไปยังตำแหน่งใหม่',
|
|
554
556
|
'fabric.editor.extensions.config-panel.save-indicator': 'การเปลี่ยนแปลงทั้งหมดจะได้รับการบันทึกโดยอัตโนมัติเสมอ',
|
|
555
557
|
'fabric.editor.externalExtensionsHeading': 'แอป',
|
|
556
558
|
'fabric.editor.externalMediaFile': 'ไฟล์สื่อภายนอก',
|
|
@@ -773,6 +775,7 @@ export default {
|
|
|
773
775
|
'fabric.editor.placeholderText.description': 'แทรกกล่องข้อความเจาะจงลงในหน้าข้อมูล',
|
|
774
776
|
'fabric.editor.placeholderTextPlaceholder': 'เพิ่มข้อความเจาะจง',
|
|
775
777
|
'fabric.editor.plainText': 'ใช้ข้อความธรรมดา',
|
|
778
|
+
'fabric.editor.plainTextAction': 'ข้อความธรรมดา',
|
|
776
779
|
'fabric.editor.preferencesLink': 'การตั้งค่าลิงก์ตามต้องการ',
|
|
777
780
|
'fabric.editor.previewButtonTitle': 'แสดงตัวอย่าง',
|
|
778
781
|
'fabric.editor.quickInsert': 'แทรกด่วน',
|
|
@@ -801,6 +804,7 @@ export default {
|
|
|
801
804
|
'fabric.editor.resultsCount': '{selectedMatchPosition} จาก {totalResultsCount}',
|
|
802
805
|
'fabric.editor.retrySyncedBlock': 'ลองอีกครั้ง',
|
|
803
806
|
'fabric.editor.richText': 'ใช้ข้อความ Rich Text',
|
|
807
|
+
'fabric.editor.richTextAction': 'ข้อความที่หลากหลาย',
|
|
804
808
|
'fabric.editor.rightSidebar': 'เค้าโครงแถบด้านขวา',
|
|
805
809
|
'fabric.editor.rowControl': 'ไฮไลท์แถว',
|
|
806
810
|
'fabric.editor.rowDragHandle': 'ตัวเลือกแถว',
|
|
@@ -978,6 +982,7 @@ export default {
|
|
|
978
982
|
'fabric.editor.urlDescription': 'แสดงลิงก์เป็น URL',
|
|
979
983
|
'fabric.editor.urlTitle': 'URL',
|
|
980
984
|
'fabric.editor.useMarkdown': 'ใช้ Markdown',
|
|
985
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
981
986
|
'fabric.editor.viewAndAddCommentsOnMedia': 'ดูและเพิ่มความคิดเห็น',
|
|
982
987
|
'fabric.editor.viewCommentOnMedia': 'ดูความคิดเห็น',
|
|
983
988
|
'fabric.editor.viewMore': 'ดูเพิ่มเติม',
|
package/dist/esm/i18n/tr.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/tr.js
CHANGED
|
@@ -565,6 +565,8 @@ export default {
|
|
|
565
565
|
'fabric.editor.extension.deleteElementTitle': 'Öğeyi sil',
|
|
566
566
|
'fabric.editor.extension.loading-error': 'Uzantı yüklenirken hata oluştu!',
|
|
567
567
|
'fabric.editor.extension.sourceNoTitledName': 'bu öğe',
|
|
568
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Senkronize edilmiş blokunuz belirli makroları desteklemeyen yerlerde kullanılıyorsa bu durum ortaya çıkabilir.',
|
|
569
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Senkronize edilmiş bloklar yeni konumlara eklenirken bazı makrolar çalışmayabilir',
|
|
568
570
|
'fabric.editor.extensions.config-panel.save-indicator': 'Tüm değişiklikler her zaman otomatik olarak kaydedilir',
|
|
569
571
|
'fabric.editor.externalExtensionsHeading': 'Uygulamalar',
|
|
570
572
|
'fabric.editor.externalMediaFile': 'Harici medya dosyası',
|
|
@@ -786,6 +788,7 @@ export default {
|
|
|
786
788
|
'fabric.editor.placeholderText.description': 'Sayfaya metin yer tutucusu ekle',
|
|
787
789
|
'fabric.editor.placeholderTextPlaceholder': 'Yer tutucu metin ekleyin',
|
|
788
790
|
'fabric.editor.plainText': 'Düz metin kullan',
|
|
791
|
+
'fabric.editor.plainTextAction': 'Düz metin',
|
|
789
792
|
'fabric.editor.preferencesLink': 'Bağlantı tercihleri',
|
|
790
793
|
'fabric.editor.previewButtonTitle': 'Önizleme',
|
|
791
794
|
'fabric.editor.quickInsert': 'Hızlı ekleme',
|
|
@@ -814,6 +817,7 @@ export default {
|
|
|
814
817
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
815
818
|
'fabric.editor.retrySyncedBlock': 'Yeniden dene',
|
|
816
819
|
'fabric.editor.richText': 'Zengin metin kullan',
|
|
820
|
+
'fabric.editor.richTextAction': 'Zengin metin',
|
|
817
821
|
'fabric.editor.rightSidebar': 'Sağ kenar çubuğu yerleşimi',
|
|
818
822
|
'fabric.editor.rowControl': 'Satırı vurgula',
|
|
819
823
|
'fabric.editor.rowDragHandle': 'Satır seçenekleri',
|
|
@@ -991,6 +995,7 @@ export default {
|
|
|
991
995
|
'fabric.editor.urlDescription': 'Bağlantıyı URL olarak gösterir',
|
|
992
996
|
'fabric.editor.urlTitle': 'URL',
|
|
993
997
|
'fabric.editor.useMarkdown': 'Markdown kullan',
|
|
998
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
994
999
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Yorumları görüntüleyin ve ekleyin',
|
|
995
1000
|
'fabric.editor.viewCommentOnMedia': 'Yorumları görüntüle',
|
|
996
1001
|
'fabric.editor.viewMore': 'Daha fazla göster',
|
package/dist/esm/i18n/uk.d.ts
CHANGED
|
@@ -548,6 +548,8 @@ declare const _default: {
|
|
|
548
548
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
549
549
|
'fabric.editor.extension.loading-error': string;
|
|
550
550
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
551
|
+
'fabric.editor.extensionInSyncBlockDescription': string;
|
|
552
|
+
'fabric.editor.extensionInSyncBlockTitle': string;
|
|
551
553
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
552
554
|
'fabric.editor.externalExtensionsHeading': string;
|
|
553
555
|
'fabric.editor.externalMediaFile': string;
|
|
@@ -769,6 +771,7 @@ declare const _default: {
|
|
|
769
771
|
'fabric.editor.placeholderText.description': string;
|
|
770
772
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
771
773
|
'fabric.editor.plainText': string;
|
|
774
|
+
'fabric.editor.plainTextAction': string;
|
|
772
775
|
'fabric.editor.preferencesLink': string;
|
|
773
776
|
'fabric.editor.previewButtonTitle': string;
|
|
774
777
|
'fabric.editor.quickInsert': string;
|
|
@@ -797,6 +800,7 @@ declare const _default: {
|
|
|
797
800
|
'fabric.editor.resultsCount': string;
|
|
798
801
|
'fabric.editor.retrySyncedBlock': string;
|
|
799
802
|
'fabric.editor.richText': string;
|
|
803
|
+
'fabric.editor.richTextAction': string;
|
|
800
804
|
'fabric.editor.rightSidebar': string;
|
|
801
805
|
'fabric.editor.rowControl': string;
|
|
802
806
|
'fabric.editor.rowDragHandle': string;
|
|
@@ -974,6 +978,7 @@ declare const _default: {
|
|
|
974
978
|
'fabric.editor.urlDescription': string;
|
|
975
979
|
'fabric.editor.urlTitle': string;
|
|
976
980
|
'fabric.editor.useMarkdown': string;
|
|
981
|
+
'fabric.editor.useMarkdownAction': string;
|
|
977
982
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
978
983
|
'fabric.editor.viewCommentOnMedia': string;
|
|
979
984
|
'fabric.editor.viewMore': string;
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -550,6 +550,8 @@ export default {
|
|
|
550
550
|
'fabric.editor.extension.deleteElementTitle': 'Видалення елемента',
|
|
551
551
|
'fabric.editor.extension.loading-error': 'Помилка під час завантаження розширення!',
|
|
552
552
|
'fabric.editor.extension.sourceNoTitledName': 'цей елемент',
|
|
553
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Це може статися, якщо синхронізований блок використовується там, де не підтримуються певні макроси.',
|
|
554
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Деякі макроси можуть не працювати під час додавання синхронізованих блоків до нових розташувань',
|
|
553
555
|
'fabric.editor.extensions.config-panel.save-indicator': 'Усі зміни завжди зберігаються автоматично',
|
|
554
556
|
'fabric.editor.externalExtensionsHeading': 'Додатки',
|
|
555
557
|
'fabric.editor.externalMediaFile': 'Зовнішній медіафайл',
|
|
@@ -771,6 +773,7 @@ export default {
|
|
|
771
773
|
'fabric.editor.placeholderText.description': 'Вставлення місця для тексту на сторінку',
|
|
772
774
|
'fabric.editor.placeholderTextPlaceholder': 'Додати текст-заміщення',
|
|
773
775
|
'fabric.editor.plainText': 'Застосувати текст без форматування',
|
|
776
|
+
'fabric.editor.plainTextAction': 'Текст без форматування',
|
|
774
777
|
'fabric.editor.preferencesLink': 'Параметри посилань',
|
|
775
778
|
'fabric.editor.previewButtonTitle': 'Переглянути',
|
|
776
779
|
'fabric.editor.quickInsert': 'Швидка вставка',
|
|
@@ -799,6 +802,7 @@ export default {
|
|
|
799
802
|
'fabric.editor.resultsCount': '{selectedMatchPosition} з {totalResultsCount}',
|
|
800
803
|
'fabric.editor.retrySyncedBlock': 'Повторити спробу',
|
|
801
804
|
'fabric.editor.richText': 'Застосувати форматований текст',
|
|
805
|
+
'fabric.editor.richTextAction': 'Форматований текст',
|
|
802
806
|
'fabric.editor.rightSidebar': 'Макет із бічною панеллю праворуч',
|
|
803
807
|
'fabric.editor.rowControl': 'Виділити рядок',
|
|
804
808
|
'fabric.editor.rowDragHandle': 'Параметри рядків',
|
|
@@ -976,6 +980,7 @@ export default {
|
|
|
976
980
|
'fabric.editor.urlDescription': 'Показати посилання як URL-адресу',
|
|
977
981
|
'fabric.editor.urlTitle': 'URL-адреса',
|
|
978
982
|
'fabric.editor.useMarkdown': 'Застосувати розмітку тексту',
|
|
983
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
979
984
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Переглянути й додати коментарі',
|
|
980
985
|
'fabric.editor.viewCommentOnMedia': 'Переглянути коментарі',
|
|
981
986
|
'fabric.editor.viewMore': 'Докладніше',
|
package/dist/esm/i18n/zh.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;
|