@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/da.js
CHANGED
|
@@ -567,6 +567,8 @@ exports.default = {
|
|
|
567
567
|
'fabric.editor.extension.deleteElementTitle': 'Slet element',
|
|
568
568
|
'fabric.editor.extension.loading-error': 'Fejl ved indlæsning af udvidelse!',
|
|
569
569
|
'fabric.editor.extension.sourceNoTitledName': 'dette element',
|
|
570
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Dette kan ske, hvis din synkroniserede blok bruges på steder, der ikke understøtter bestemte makroer.',
|
|
571
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Nogle makroer fungerer muligvis ikke, når du føjer synkroniserede blokke til nye placeringer',
|
|
570
572
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alle ændringer gemmes altid automatisk',
|
|
571
573
|
'fabric.editor.externalExtensionsHeading': 'Apps',
|
|
572
574
|
'fabric.editor.externalMediaFile': 'Ekstern mediefil',
|
|
@@ -789,6 +791,7 @@ exports.default = {
|
|
|
789
791
|
'fabric.editor.placeholderText.description': 'Indsæt en pladsholdertekst på siden',
|
|
790
792
|
'fabric.editor.placeholderTextPlaceholder': 'Tilføj midlertidig tekst',
|
|
791
793
|
'fabric.editor.plainText': 'Brug almindelig tekst',
|
|
794
|
+
'fabric.editor.plainTextAction': 'Almindelig tekst',
|
|
792
795
|
'fabric.editor.preferencesLink': 'Indstillinger for links',
|
|
793
796
|
'fabric.editor.previewButtonTitle': 'Forhåndsvis',
|
|
794
797
|
'fabric.editor.quickInsert': 'Hurtig indsætning',
|
|
@@ -817,6 +820,7 @@ exports.default = {
|
|
|
817
820
|
'fabric.editor.resultsCount': '{selectedMatchPosition} af {totalResultsCount}',
|
|
818
821
|
'fabric.editor.retrySyncedBlock': 'Prøv igen',
|
|
819
822
|
'fabric.editor.richText': 'Brug RTF',
|
|
823
|
+
'fabric.editor.richTextAction': 'Rich Text',
|
|
820
824
|
'fabric.editor.rightSidebar': 'Layout med højre sidebjælke',
|
|
821
825
|
'fabric.editor.rowControl': 'Fremhæv række',
|
|
822
826
|
'fabric.editor.rowDragHandle': 'Rækkeindstillinger',
|
|
@@ -994,6 +998,7 @@ exports.default = {
|
|
|
994
998
|
'fabric.editor.urlDescription': 'Vis link som URL-adresse',
|
|
995
999
|
'fabric.editor.urlTitle': 'URL-adresse',
|
|
996
1000
|
'fabric.editor.useMarkdown': 'Brug markdown',
|
|
1001
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
997
1002
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Se og tilføj kommentarer',
|
|
998
1003
|
'fabric.editor.viewCommentOnMedia': 'Se kommentarer',
|
|
999
1004
|
'fabric.editor.viewMore': 'Vis mere',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -566,6 +566,8 @@ exports.default = {
|
|
|
566
566
|
'fabric.editor.extension.deleteElementTitle': 'Element löschen',
|
|
567
567
|
'fabric.editor.extension.loading-error': 'Fehler beim Laden der Erweiterung!',
|
|
568
568
|
'fabric.editor.extension.sourceNoTitledName': 'dieses Element',
|
|
569
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Dies kann passieren, wenn Ihr synchronisierter Block an Stellen verwendet wird, die bestimmte Makros nicht unterstützen.',
|
|
570
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Einige Makros funktionieren nicht, wenn synchronisierte Blöcke neuen Orten hinzugefügt werden',
|
|
569
571
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alle Änderungen werden immer automatisch gespeichert.',
|
|
570
572
|
'fabric.editor.externalExtensionsHeading': 'Apps',
|
|
571
573
|
'fabric.editor.externalMediaFile': 'Externe Mediendatei',
|
|
@@ -787,6 +789,7 @@ exports.default = {
|
|
|
787
789
|
'fabric.editor.placeholderText.description': 'Textplatzhalter in die Seite einfügen',
|
|
788
790
|
'fabric.editor.placeholderTextPlaceholder': 'Platzhaltertext hinzufügen',
|
|
789
791
|
'fabric.editor.plainText': 'Nur-Text verwenden',
|
|
792
|
+
'fabric.editor.plainTextAction': 'Nur-Text',
|
|
790
793
|
'fabric.editor.preferencesLink': 'Verknüpfungseinstellungen',
|
|
791
794
|
'fabric.editor.previewButtonTitle': 'Vorschau',
|
|
792
795
|
'fabric.editor.quickInsert': 'Schnelleinfügung',
|
|
@@ -815,6 +818,7 @@ exports.default = {
|
|
|
815
818
|
'fabric.editor.resultsCount': '{selectedMatchPosition} von {totalResultsCount}',
|
|
816
819
|
'fabric.editor.retrySyncedBlock': 'Erneut versuchen',
|
|
817
820
|
'fabric.editor.richText': 'Rich Text verwenden',
|
|
821
|
+
'fabric.editor.richTextAction': 'Rich Text',
|
|
818
822
|
'fabric.editor.rightSidebar': 'Layout der rechten Seitenleiste',
|
|
819
823
|
'fabric.editor.rowControl': 'Zeile hervorheben',
|
|
820
824
|
'fabric.editor.rowDragHandle': 'Zeilenoptionen',
|
|
@@ -992,6 +996,7 @@ exports.default = {
|
|
|
992
996
|
'fabric.editor.urlDescription': 'Link als URL anzeigen',
|
|
993
997
|
'fabric.editor.urlTitle': 'URL',
|
|
994
998
|
'fabric.editor.useMarkdown': 'Markdown verwenden',
|
|
999
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
995
1000
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Kommentare anzeigen und hinzufügen',
|
|
996
1001
|
'fabric.editor.viewCommentOnMedia': 'Kommentare anzeigen',
|
|
997
1002
|
'fabric.editor.viewMore': 'Mehr anzeigen',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -654,6 +654,8 @@ exports.default = {
|
|
|
654
654
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
655
655
|
'fabric.editor.extension.loading-error': 'Error loading the extension!',
|
|
656
656
|
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
657
|
+
'fabric.editor.extension.unknownMacroHeader': "Unknown macro: ''{macroTitle}''",
|
|
658
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': 'Unknown macro placeholder',
|
|
657
659
|
'fabric.editor.extensionInSyncBlockDescription': "This may happen if your synced block is used in places that don't support certain macros.",
|
|
658
660
|
'fabric.editor.extensionInSyncBlockTitle': 'Some macros may not work when adding synced blocks to new locations',
|
|
659
661
|
'fabric.editor.extensions.config-panel.loading-error.non-final': 'We ran into a bit of trouble. Refresh to try again.',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -654,6 +654,8 @@ exports.default = {
|
|
|
654
654
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
655
655
|
'fabric.editor.extension.loading-error': 'Error loading the extension!',
|
|
656
656
|
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
657
|
+
'fabric.editor.extension.unknownMacroHeader': "Unknown macro: ''{macroTitle}''",
|
|
658
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': 'Unknown macro placeholder',
|
|
657
659
|
'fabric.editor.extensionInSyncBlockDescription': "This may happen if your synced block is used in places that don't support certain macros.",
|
|
658
660
|
'fabric.editor.extensionInSyncBlockTitle': 'Some macros may not work when adding synced blocks to new locations',
|
|
659
661
|
'fabric.editor.extensions.config-panel.loading-error.non-final': 'We ran into a bit of trouble. Refresh to try again.',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -654,6 +654,8 @@ exports.default = {
|
|
|
654
654
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
655
655
|
'fabric.editor.extension.loading-error': 'Error loading the extension!',
|
|
656
656
|
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
657
|
+
'fabric.editor.extension.unknownMacroHeader': "Unknown macro: ''{macroTitle}'",
|
|
658
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': 'Unknown macro placeholder',
|
|
657
659
|
'fabric.editor.extensionInSyncBlockDescription': "This may happen if your synced block is used in places that don't support certain macros.",
|
|
658
660
|
'fabric.editor.extensionInSyncBlockTitle': 'Some macros may not work when adding synced blocks to new locations',
|
|
659
661
|
'fabric.editor.extensions.config-panel.loading-error.non-final': 'We ran into a bit of trouble. Refresh to try again.',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -568,7 +568,7 @@ exports.default = {
|
|
|
568
568
|
'fabric.editor.extension.deleteElementTitle': 'Supprimer un élément',
|
|
569
569
|
'fabric.editor.extension.loading-error': "Erreur lors du chargement de l'extension.",
|
|
570
570
|
'fabric.editor.extension.sourceNoTitledName': 'cet élément',
|
|
571
|
-
'fabric.editor.extensionInSyncBlockDescription': '
|
|
571
|
+
'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.',
|
|
572
572
|
'fabric.editor.extensionInSyncBlockTitle': 'Certaines macros peuvent ne pas fonctionner lors de l’ajout de blocs synchronisés à de nouveaux emplacements',
|
|
573
573
|
'fabric.editor.extensions.config-panel.save-indicator': 'Tous les changements sont toujours enregistrés automatiquement',
|
|
574
574
|
'fabric.editor.externalExtensionsHeading': 'Apps',
|
package/dist/cjs/i18n/hr.js
CHANGED
|
@@ -634,6 +634,8 @@ exports.default = {
|
|
|
634
634
|
'fabric.editor.extension.deleteElementTitle': 'Izbriši element',
|
|
635
635
|
'fabric.editor.extension.loading-error': 'Greška pri učitavanju ekstenzije!',
|
|
636
636
|
'fabric.editor.extension.sourceNoTitledName': 'ovaj element',
|
|
637
|
+
'fabric.editor.extensionInSyncBlockDescription': 'To se može dogoditi ako se vaš sinkronizirani blok koristi na mjestima koja ne podržavaju određene makronaredbe.',
|
|
638
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Neke makronaredbe možda neće raditi pri dodavanju sinkroniziranih blokova na nove lokacije',
|
|
637
639
|
'fabric.editor.extensions.config-panel.save-indicator': 'Sve se promjene uvijek automatski spremaju',
|
|
638
640
|
'fabric.editor.externalExtensionsHeading': 'Aplikacije',
|
|
639
641
|
'fabric.editor.externalMediaFile': 'Vanjska medijska datoteka',
|
|
@@ -853,6 +855,7 @@ exports.default = {
|
|
|
853
855
|
'fabric.editor.placeholderText.description': 'Umetni rezervirano mjesto za tekst na stranicu',
|
|
854
856
|
'fabric.editor.placeholderTextPlaceholder': 'Dodaj rezervirano mjesto za tekst',
|
|
855
857
|
'fabric.editor.plainText': 'Koristi običan tekst',
|
|
858
|
+
'fabric.editor.plainTextAction': 'Običan tekst',
|
|
856
859
|
'fabric.editor.preferencesLink': 'Postavke poveznice',
|
|
857
860
|
'fabric.editor.previewButtonTitle': 'Pregled',
|
|
858
861
|
'fabric.editor.quickInsert': 'Brzo umetanje',
|
|
@@ -881,6 +884,7 @@ exports.default = {
|
|
|
881
884
|
'fabric.editor.resultsCount': '{selectedMatchPosition} od {totalResultsCount}',
|
|
882
885
|
'fabric.editor.retrySyncedBlock': 'Pokušaj ponovno',
|
|
883
886
|
'fabric.editor.richText': 'Koristi obogaćeni tekst',
|
|
887
|
+
'fabric.editor.richTextAction': 'Obogaćeni tekst',
|
|
884
888
|
'fabric.editor.rightSidebar': 'Izgled desne bočne trake',
|
|
885
889
|
'fabric.editor.rowControl': 'Istakni redak',
|
|
886
890
|
'fabric.editor.rowDragHandle': 'Opcije retka',
|
|
@@ -1056,6 +1060,7 @@ exports.default = {
|
|
|
1056
1060
|
'fabric.editor.urlDescription': 'Prikaži poveznicu kao URL',
|
|
1057
1061
|
'fabric.editor.urlTitle': 'URL',
|
|
1058
1062
|
'fabric.editor.useMarkdown': 'Koristi označavanje',
|
|
1063
|
+
'fabric.editor.useMarkdownAction': 'Označavanje',
|
|
1059
1064
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Pregledaj i dodaj komentare',
|
|
1060
1065
|
'fabric.editor.viewCommentOnMedia': 'Prikaži komentare',
|
|
1061
1066
|
'fabric.editor.viewMore': 'Prikaži više',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -566,6 +566,8 @@ exports.default = {
|
|
|
566
566
|
'fabric.editor.extension.deleteElementTitle': 'Elem törlése',
|
|
567
567
|
'fabric.editor.extension.loading-error': 'Hiba történt a bővítmény betöltésekor!',
|
|
568
568
|
'fabric.editor.extension.sourceNoTitledName': 'ez az elem',
|
|
569
|
+
'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.',
|
|
570
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Előfordulhat, hogy néhány makró nem működik, amikor szinkronizált blokkokat adsz hozzá új helyekhez',
|
|
569
571
|
'fabric.editor.extensions.config-panel.save-indicator': 'A rendszer mindig automatikusan menti a módosításokat',
|
|
570
572
|
'fabric.editor.externalExtensionsHeading': 'Alkalmazások',
|
|
571
573
|
'fabric.editor.externalMediaFile': 'Külső médiafájl',
|
|
@@ -787,6 +789,7 @@ exports.default = {
|
|
|
787
789
|
'fabric.editor.placeholderText.description': 'Szöveges helyőrző beillesztése az oldalra',
|
|
788
790
|
'fabric.editor.placeholderTextPlaceholder': 'Helyőrző szöveg hozzáadása',
|
|
789
791
|
'fabric.editor.plainText': 'Egyszerű szöveg használata',
|
|
792
|
+
'fabric.editor.plainTextAction': 'Egyszerű szöveg',
|
|
790
793
|
'fabric.editor.preferencesLink': 'Linkbeállítások',
|
|
791
794
|
'fabric.editor.previewButtonTitle': 'Előnézet',
|
|
792
795
|
'fabric.editor.quickInsert': 'Gyorsbeillesztés',
|
|
@@ -815,6 +818,7 @@ exports.default = {
|
|
|
815
818
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
816
819
|
'fabric.editor.retrySyncedBlock': 'Újra',
|
|
817
820
|
'fabric.editor.richText': 'Rich text használata',
|
|
821
|
+
'fabric.editor.richTextAction': 'Rich text',
|
|
818
822
|
'fabric.editor.rightSidebar': 'Jobb oldalsávos elrendezés',
|
|
819
823
|
'fabric.editor.rowControl': 'Sor kijelölése',
|
|
820
824
|
'fabric.editor.rowDragHandle': 'Sorbeállítások',
|
|
@@ -992,6 +996,7 @@ exports.default = {
|
|
|
992
996
|
'fabric.editor.urlDescription': 'Link megjelenítése URL-ként',
|
|
993
997
|
'fabric.editor.urlTitle': 'URL-cím',
|
|
994
998
|
'fabric.editor.useMarkdown': 'Markdown használata',
|
|
999
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
995
1000
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Megjegyzések megtekintése és hozzáadása',
|
|
996
1001
|
'fabric.editor.viewCommentOnMedia': 'Megjegyzések megtekintése',
|
|
997
1002
|
'fabric.editor.viewMore': 'Továbbiak megtekintése',
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -566,6 +566,8 @@ exports.default = {
|
|
|
566
566
|
'fabric.editor.extension.deleteElementTitle': "Elimina l'elemento",
|
|
567
567
|
'fabric.editor.extension.loading-error': "Errore durante il caricamento dell'estensione.",
|
|
568
568
|
'fabric.editor.extension.sourceNoTitledName': 'questo elemento',
|
|
569
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Può accadere se il blocco sincronizzato è utilizzato in posizioni che non supportano determinate macro.',
|
|
570
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Alcune macro potrebbero non funzionare quando si aggiungono blocchi sincronizzati a nuove posizioni',
|
|
569
571
|
'fabric.editor.extensions.config-panel.save-indicator': 'Le modifiche vengono sempre salvate automaticamente',
|
|
570
572
|
'fabric.editor.externalExtensionsHeading': 'App',
|
|
571
573
|
'fabric.editor.externalMediaFile': 'File multimediale esterno',
|
|
@@ -787,6 +789,7 @@ exports.default = {
|
|
|
787
789
|
'fabric.editor.placeholderText.description': 'Inserisci un segnaposto di testo nella pagina',
|
|
788
790
|
'fabric.editor.placeholderTextPlaceholder': 'Aggiungi testo segnaposto',
|
|
789
791
|
'fabric.editor.plainText': 'Usa testo normale',
|
|
792
|
+
'fabric.editor.plainTextAction': 'Testo normale',
|
|
790
793
|
'fabric.editor.preferencesLink': 'Preferenze per i link',
|
|
791
794
|
'fabric.editor.previewButtonTitle': 'Anteprima',
|
|
792
795
|
'fabric.editor.quickInsert': 'Inserimento rapido',
|
|
@@ -815,6 +818,7 @@ exports.default = {
|
|
|
815
818
|
'fabric.editor.resultsCount': '{selectedMatchPosition} di {totalResultsCount}',
|
|
816
819
|
'fabric.editor.retrySyncedBlock': 'Riprova',
|
|
817
820
|
'fabric.editor.richText': 'Usa testo RTF',
|
|
821
|
+
'fabric.editor.richTextAction': 'Testo RTF',
|
|
818
822
|
'fabric.editor.rightSidebar': 'Layout con barra laterale destra',
|
|
819
823
|
'fabric.editor.rowControl': 'Evidenzia riga',
|
|
820
824
|
'fabric.editor.rowDragHandle': 'Opzioni riga',
|
|
@@ -992,6 +996,7 @@ exports.default = {
|
|
|
992
996
|
'fabric.editor.urlDescription': 'Visualizza il link come URL',
|
|
993
997
|
'fabric.editor.urlTitle': 'URL',
|
|
994
998
|
'fabric.editor.useMarkdown': 'Usa Markdown',
|
|
999
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
995
1000
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Visualizza e aggiungi i commenti',
|
|
996
1001
|
'fabric.editor.viewCommentOnMedia': 'Visualizza i commenti',
|
|
997
1002
|
'fabric.editor.viewMore': 'Visualizza altro',
|
package/dist/cjs/i18n/ja.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': '{totalResultsCount} 件中 {selectedMatchPosition} 件',
|
|
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': 'マークダウンを使用する',
|
|
1002
|
+
'fabric.editor.useMarkdownAction': 'マークダウン',
|
|
998
1003
|
'fabric.editor.viewAndAddCommentsOnMedia': 'コメントを表示および追加',
|
|
999
1004
|
'fabric.editor.viewCommentOnMedia': 'コメントを見る',
|
|
1000
1005
|
'fabric.editor.viewMore': 'さらに表示',
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -567,6 +567,8 @@ exports.default = {
|
|
|
567
567
|
'fabric.editor.extension.deleteElementTitle': '요소 삭제',
|
|
568
568
|
'fabric.editor.extension.loading-error': '확장 기능을 로드하는 동안 오류가 발생했습니다!',
|
|
569
569
|
'fabric.editor.extension.sourceNoTitledName': '이 요소',
|
|
570
|
+
'fabric.editor.extensionInSyncBlockDescription': '특정 매크로를 지원하지 않는 곳에서 동기화된 블록을 사용하는 경우 이 문제가 발생할 수 있습니다.',
|
|
571
|
+
'fabric.editor.extensionInSyncBlockTitle': '동기화된 블록을 새 위치에 추가하면 일부 매크로가 작동하지 않을 수 있습니다',
|
|
570
572
|
'fabric.editor.extensions.config-panel.save-indicator': '모든 변경 사항은 항상 자동으로 저장됩니다',
|
|
571
573
|
'fabric.editor.externalExtensionsHeading': '앱',
|
|
572
574
|
'fabric.editor.externalMediaFile': '외부 미디어 파일',
|
|
@@ -788,6 +790,7 @@ exports.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 @@ exports.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 @@ exports.default = {
|
|
|
993
997
|
'fabric.editor.urlDescription': '링크를 URL로 표시',
|
|
994
998
|
'fabric.editor.urlTitle': 'URL',
|
|
995
999
|
'fabric.editor.useMarkdown': 'Markdown 사용',
|
|
1000
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
996
1001
|
'fabric.editor.viewAndAddCommentsOnMedia': '댓글 확인 및 추가',
|
|
997
1002
|
'fabric.editor.viewCommentOnMedia': '댓글 보기',
|
|
998
1003
|
'fabric.editor.viewMore': '더 보기',
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -566,6 +566,8 @@ exports.default = {
|
|
|
566
566
|
'fabric.editor.extension.deleteElementTitle': 'Slett element',
|
|
567
567
|
'fabric.editor.extension.loading-error': 'Feil ved innlasting av utvidelsen!',
|
|
568
568
|
'fabric.editor.extension.sourceNoTitledName': 'dette elementet',
|
|
569
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Dette kan skje hvis den synkroniserte blokken din brukes på steder som ikke støtter bestemte makroer.',
|
|
570
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Noen makroer fungerer kanskje ikke når du legger til synkroniserte blokker på nye steder',
|
|
569
571
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alle endringer blir alltid lagret automatisk',
|
|
570
572
|
'fabric.editor.externalExtensionsHeading': 'Apper',
|
|
571
573
|
'fabric.editor.externalMediaFile': 'Ekstern mediefil',
|
|
@@ -787,6 +789,7 @@ exports.default = {
|
|
|
787
789
|
'fabric.editor.placeholderText.description': 'Sett inn en tekstplassholder på siden.',
|
|
788
790
|
'fabric.editor.placeholderTextPlaceholder': 'Legg til plassholdertekst',
|
|
789
791
|
'fabric.editor.plainText': 'Bruk ren tekst',
|
|
792
|
+
'fabric.editor.plainTextAction': 'Ren tekst',
|
|
790
793
|
'fabric.editor.preferencesLink': 'Koblingspreferanser',
|
|
791
794
|
'fabric.editor.previewButtonTitle': 'Forhåndsvisning',
|
|
792
795
|
'fabric.editor.quickInsert': 'Hurtiginnsetting',
|
|
@@ -815,6 +818,7 @@ exports.default = {
|
|
|
815
818
|
'fabric.editor.resultsCount': '{selectedMatchPosition} av {totalResultsCount}',
|
|
816
819
|
'fabric.editor.retrySyncedBlock': 'Prøv igjen',
|
|
817
820
|
'fabric.editor.richText': 'Bruk rik tekst',
|
|
821
|
+
'fabric.editor.richTextAction': 'Rik tekst',
|
|
818
822
|
'fabric.editor.rightSidebar': 'Oppsett for høyre sidestolpe',
|
|
819
823
|
'fabric.editor.rowControl': 'Fremhev rad',
|
|
820
824
|
'fabric.editor.rowDragHandle': 'Radalternativer',
|
|
@@ -992,6 +996,7 @@ exports.default = {
|
|
|
992
996
|
'fabric.editor.urlDescription': 'Vis kobling som nettadresse',
|
|
993
997
|
'fabric.editor.urlTitle': 'Nettadresse',
|
|
994
998
|
'fabric.editor.useMarkdown': 'Bruk Markdown',
|
|
999
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
995
1000
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Vis og legg til kommentarer',
|
|
996
1001
|
'fabric.editor.viewCommentOnMedia': 'Vis kommentarer',
|
|
997
1002
|
'fabric.editor.viewMore': 'Vis mer',
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -566,6 +566,8 @@ exports.default = {
|
|
|
566
566
|
'fabric.editor.extension.deleteElementTitle': 'Element verwijderen',
|
|
567
567
|
'fabric.editor.extension.loading-error': 'Fout bij het laden van de extensie!',
|
|
568
568
|
'fabric.editor.extension.sourceNoTitledName': 'dit element',
|
|
569
|
+
'fabric.editor.extensionInSyncBlockDescription': "Dit kan gebeuren als je gesynchroniseerde blok wordt gebruikt op plekken waar bepaalde macro's niet worden ondersteund.",
|
|
570
|
+
'fabric.editor.extensionInSyncBlockTitle': "Sommige macro's werken mogelijk niet wanneer gesynchroniseerde blokken worden toegevoegd aan nieuwe locaties",
|
|
569
571
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alle wijzigingen worden altijd automatisch opgeslagen',
|
|
570
572
|
'fabric.editor.externalExtensionsHeading': 'Apps',
|
|
571
573
|
'fabric.editor.externalMediaFile': 'Extern mediabestand',
|
|
@@ -787,6 +789,7 @@ exports.default = {
|
|
|
787
789
|
'fabric.editor.placeholderText.description': 'Voeg een tekstplaatshouder in de pagina in',
|
|
788
790
|
'fabric.editor.placeholderTextPlaceholder': 'Voeg plaatsaanduidingstekst toe',
|
|
789
791
|
'fabric.editor.plainText': 'Tekst zonder opmaak gebruiken',
|
|
792
|
+
'fabric.editor.plainTextAction': 'Tekst zonder opmaak',
|
|
790
793
|
'fabric.editor.preferencesLink': 'Voorkeuren voor links',
|
|
791
794
|
'fabric.editor.previewButtonTitle': 'Voorvertoning',
|
|
792
795
|
'fabric.editor.quickInsert': 'Snel invoegen',
|
|
@@ -815,6 +818,7 @@ exports.default = {
|
|
|
815
818
|
'fabric.editor.resultsCount': '{selectedMatchPosition} van {totalResultsCount}',
|
|
816
819
|
'fabric.editor.retrySyncedBlock': 'Opnieuw proberen',
|
|
817
820
|
'fabric.editor.richText': 'Tekst met opmaak gebruiken',
|
|
821
|
+
'fabric.editor.richTextAction': 'Opgemaakte tekst',
|
|
818
822
|
'fabric.editor.rightSidebar': 'Lay-out van rechterzijbalk',
|
|
819
823
|
'fabric.editor.rowControl': 'Rij markeren',
|
|
820
824
|
'fabric.editor.rowDragHandle': 'Rij-opties',
|
|
@@ -992,6 +996,7 @@ exports.default = {
|
|
|
992
996
|
'fabric.editor.urlDescription': 'Link als URL weergeven',
|
|
993
997
|
'fabric.editor.urlTitle': 'URL',
|
|
994
998
|
'fabric.editor.useMarkdown': 'Gebruik Markdown',
|
|
999
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
995
1000
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Opmerkingen bekijken en toevoegen',
|
|
996
1001
|
'fabric.editor.viewCommentOnMedia': 'Opmerkingen bekijken',
|
|
997
1002
|
'fabric.editor.viewMore': 'Meer bekijken',
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -567,6 +567,8 @@ exports.default = {
|
|
|
567
567
|
'fabric.editor.extension.deleteElementTitle': 'Usuwanie elementu',
|
|
568
568
|
'fabric.editor.extension.loading-error': 'Błąd podczas ładowania rozszerzenia',
|
|
569
569
|
'fabric.editor.extension.sourceNoTitledName': 'ten element',
|
|
570
|
+
'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.',
|
|
571
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Niektóre makra mogą nie działać po dodaniu bloków synchronizowanych do nowych lokalizacji.',
|
|
570
572
|
'fabric.editor.extensions.config-panel.save-indicator': 'Wszystkie zmiany są zawsze zapisywane automatycznie',
|
|
571
573
|
'fabric.editor.externalExtensionsHeading': 'Aplikacje',
|
|
572
574
|
'fabric.editor.externalMediaFile': 'Zewnętrzny plik multimedialny',
|
|
@@ -788,6 +790,7 @@ exports.default = {
|
|
|
788
790
|
'fabric.editor.placeholderText.description': 'Wstaw na stronę tekst zastępczy',
|
|
789
791
|
'fabric.editor.placeholderTextPlaceholder': 'Dodaj tekst zastępczy',
|
|
790
792
|
'fabric.editor.plainText': 'Użyj zwykłego tekstu',
|
|
793
|
+
'fabric.editor.plainTextAction': 'Zwykły tekst',
|
|
791
794
|
'fabric.editor.preferencesLink': 'Preferencje dotyczące łączy',
|
|
792
795
|
'fabric.editor.previewButtonTitle': 'Podgląd',
|
|
793
796
|
'fabric.editor.quickInsert': 'Szybkie wstawianie',
|
|
@@ -816,6 +819,7 @@ exports.default = {
|
|
|
816
819
|
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}',
|
|
817
820
|
'fabric.editor.retrySyncedBlock': 'Spróbuj ponownie',
|
|
818
821
|
'fabric.editor.richText': 'Użyj tekstu sformatowanego',
|
|
822
|
+
'fabric.editor.richTextAction': 'Tekst sformatowany',
|
|
819
823
|
'fabric.editor.rightSidebar': 'Układ z paskiem bocznym po prawej',
|
|
820
824
|
'fabric.editor.rowControl': 'Podświetl wiersz',
|
|
821
825
|
'fabric.editor.rowDragHandle': 'Opcje wierszy',
|
|
@@ -993,6 +997,7 @@ exports.default = {
|
|
|
993
997
|
'fabric.editor.urlDescription': 'Wyświetl łącze jako adres URL',
|
|
994
998
|
'fabric.editor.urlTitle': 'Adres URL',
|
|
995
999
|
'fabric.editor.useMarkdown': 'Użyj Markdown',
|
|
1000
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
996
1001
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Wyświetl i dodaj komentarze',
|
|
997
1002
|
'fabric.editor.viewCommentOnMedia': 'Wyświetl komentarze',
|
|
998
1003
|
'fabric.editor.viewMore': 'Wyświetl więcej',
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -566,6 +566,8 @@ exports.default = {
|
|
|
566
566
|
'fabric.editor.extension.deleteElementTitle': 'Excluir elemento',
|
|
567
567
|
'fabric.editor.extension.loading-error': 'Erro ao carregar a extensão!',
|
|
568
568
|
'fabric.editor.extension.sourceNoTitledName': 'este elemento',
|
|
569
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Essa questão pode acontecer se o bloco sincronizado for usado em locais que não oferecem suporte a determinadas macros.',
|
|
570
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Algumas macros podem não funcionar ao adicionar blocos sincronizados a novos locais',
|
|
569
571
|
'fabric.editor.extensions.config-panel.save-indicator': 'Todas as alterações são salvas automaticamente',
|
|
570
572
|
'fabric.editor.externalExtensionsHeading': 'Aplicativos',
|
|
571
573
|
'fabric.editor.externalMediaFile': 'Arquivo de mídia externo',
|
|
@@ -788,6 +790,7 @@ exports.default = {
|
|
|
788
790
|
'fabric.editor.placeholderText.description': 'Inserir um espaço reservado para texto na página',
|
|
789
791
|
'fabric.editor.placeholderTextPlaceholder': 'Adicionar texto do espaço reservado',
|
|
790
792
|
'fabric.editor.plainText': 'Usar texto simples',
|
|
793
|
+
'fabric.editor.plainTextAction': 'Texto simples',
|
|
791
794
|
'fabric.editor.preferencesLink': 'Preferências de link',
|
|
792
795
|
'fabric.editor.previewButtonTitle': 'Pré-visualizar',
|
|
793
796
|
'fabric.editor.quickInsert': 'Inserção rápida',
|
|
@@ -816,6 +819,7 @@ exports.default = {
|
|
|
816
819
|
'fabric.editor.resultsCount': '{selectedMatchPosition} de {totalResultsCount}',
|
|
817
820
|
'fabric.editor.retrySyncedBlock': 'Tentar de novo',
|
|
818
821
|
'fabric.editor.richText': 'Usar rich text',
|
|
822
|
+
'fabric.editor.richTextAction': 'Rich text',
|
|
819
823
|
'fabric.editor.rightSidebar': 'Layout com barra lateral à direita',
|
|
820
824
|
'fabric.editor.rowControl': 'Destacar linha',
|
|
821
825
|
'fabric.editor.rowDragHandle': 'Opções de linhas',
|
|
@@ -993,6 +997,7 @@ exports.default = {
|
|
|
993
997
|
'fabric.editor.urlDescription': 'Mostrar link como URL',
|
|
994
998
|
'fabric.editor.urlTitle': 'URL',
|
|
995
999
|
'fabric.editor.useMarkdown': 'Usar marcação',
|
|
1000
|
+
'fabric.editor.useMarkdownAction': 'Marcação',
|
|
996
1001
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Ver e adicionar comentários',
|
|
997
1002
|
'fabric.editor.viewCommentOnMedia': 'Visualizar comentários',
|
|
998
1003
|
'fabric.editor.viewMore': 'Ver mais',
|
package/dist/cjs/i18n/ru.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': 'Использовать разметку',
|
|
1002
|
+
'fabric.editor.useMarkdownAction': 'Разметка',
|
|
998
1003
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Просмотреть и добавить комментарии',
|
|
999
1004
|
'fabric.editor.viewCommentOnMedia': 'Просмотреть комментарии',
|
|
1000
1005
|
'fabric.editor.viewMore': 'Развернуть',
|
package/dist/cjs/i18n/sl.js
CHANGED
|
@@ -71,6 +71,7 @@ exports.default = {
|
|
|
71
71
|
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Skrajšanje posodobitve',
|
|
72
72
|
'fabric.editor.ai.config.item.bb.pr.description.description': 'Ustvari opis zahteve za pridobitev s povzetkom sprememb',
|
|
73
73
|
'fabric.editor.ai.config.item.bb.pr.description.title': 'Ustvarjanje opisa zahteve za pridobitev',
|
|
74
|
+
'fabric.editor.ai.config.item.blockMenuNestedMenu.title': 'Prikaži več',
|
|
74
75
|
'fabric.editor.ai.config.item.brainstorm.description': 'Generira seznam zamisli za temo, ki ste jo navedli',
|
|
75
76
|
'fabric.editor.ai.config.item.brainstorm.promptHint': 'Navedite temo ...',
|
|
76
77
|
'fabric.editor.ai.config.item.brainstorm.promptLabel': 'Išči zamisli',
|
|
@@ -838,6 +839,7 @@ exports.default = {
|
|
|
838
839
|
'fabric.editor.panel.emoji': 'Dodaj emodži',
|
|
839
840
|
'fabric.editor.panel.panelsGroup': 'Vrste plošč',
|
|
840
841
|
'fabric.editor.panelButtonTitle': 'Plošča',
|
|
842
|
+
'fabric.editor.pasteMenuActionsTitle': 'Dejanja',
|
|
841
843
|
'fabric.editor.pasteOptions': 'Možnosti lepljenja',
|
|
842
844
|
'fabric.editor.pastePlainText': 'Prilepi golo besedilo',
|
|
843
845
|
'fabric.editor.placeholderAltText': 'Opišite to sliko z nadomestnim besedilom',
|
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -566,6 +566,8 @@ exports.default = {
|
|
|
566
566
|
'fabric.editor.extension.deleteElementTitle': 'Radera element',
|
|
567
567
|
'fabric.editor.extension.loading-error': 'Fel vid inläsningen av tillägget!',
|
|
568
568
|
'fabric.editor.extension.sourceNoTitledName': 'detta element',
|
|
569
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Det kan hända om ditt synkroniserade block används på platser som inte stöder vissa makron.',
|
|
570
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Vissa makron kanske inte fungerar när du lägger till synkroniserade block på nya platser',
|
|
569
571
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alla ändringar sparas alltid automatiskt',
|
|
570
572
|
'fabric.editor.externalExtensionsHeading': 'Appar',
|
|
571
573
|
'fabric.editor.externalMediaFile': 'Extern mediefil',
|
|
@@ -787,6 +789,7 @@ exports.default = {
|
|
|
787
789
|
'fabric.editor.placeholderText.description': 'Infoga en platshållare för text på sidan',
|
|
788
790
|
'fabric.editor.placeholderTextPlaceholder': 'Lägg till platshållartext',
|
|
789
791
|
'fabric.editor.plainText': 'Använd oformaterad text',
|
|
792
|
+
'fabric.editor.plainTextAction': 'Oformaterad text',
|
|
790
793
|
'fabric.editor.preferencesLink': 'Länkinställningar',
|
|
791
794
|
'fabric.editor.previewButtonTitle': 'Förhandsgranska',
|
|
792
795
|
'fabric.editor.quickInsert': 'Snabbinfoga',
|
|
@@ -815,6 +818,7 @@ exports.default = {
|
|
|
815
818
|
'fabric.editor.resultsCount': '{selectedMatchPosition} av {totalResultsCount}',
|
|
816
819
|
'fabric.editor.retrySyncedBlock': 'Försök igen',
|
|
817
820
|
'fabric.editor.richText': 'Använd RTF',
|
|
821
|
+
'fabric.editor.richTextAction': 'Rich text',
|
|
818
822
|
'fabric.editor.rightSidebar': 'Layout med höger sidopanel',
|
|
819
823
|
'fabric.editor.rowControl': 'Markera raden',
|
|
820
824
|
'fabric.editor.rowDragHandle': 'Radalternativ',
|
|
@@ -992,6 +996,7 @@ exports.default = {
|
|
|
992
996
|
'fabric.editor.urlDescription': 'Visa länk som URL',
|
|
993
997
|
'fabric.editor.urlTitle': 'URL',
|
|
994
998
|
'fabric.editor.useMarkdown': 'Använd Markdown',
|
|
999
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
995
1000
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Visa och lägg till kommentarer',
|
|
996
1001
|
'fabric.editor.viewCommentOnMedia': 'Visa kommentarer',
|
|
997
1002
|
'fabric.editor.viewMore': 'Visa mer',
|
package/dist/cjs/i18n/th.js
CHANGED
|
@@ -553,6 +553,8 @@ exports.default = {
|
|
|
553
553
|
'fabric.editor.extension.deleteElementTitle': 'ลบองค์ประกอบ',
|
|
554
554
|
'fabric.editor.extension.loading-error': 'เกิดข้อผิดพลาดขณะโหลดส่วนขยาย!',
|
|
555
555
|
'fabric.editor.extension.sourceNoTitledName': 'องค์ประกอบนี้',
|
|
556
|
+
'fabric.editor.extensionInSyncBlockDescription': 'เหตุการณ์นี้อาจเกิดขึ้นหากมีการใช้บล็อกที่ซิงค์ของคุณในตำแหน่งที่ไม่รองรับแมโครบางประเภท',
|
|
557
|
+
'fabric.editor.extensionInSyncBlockTitle': 'แมโครบางรายการอาจไม่ทำงานเมื่อเพิ่มบล็อกที่ซิงค์ไปยังตำแหน่งใหม่',
|
|
556
558
|
'fabric.editor.extensions.config-panel.save-indicator': 'การเปลี่ยนแปลงทั้งหมดจะได้รับการบันทึกโดยอัตโนมัติเสมอ',
|
|
557
559
|
'fabric.editor.externalExtensionsHeading': 'แอป',
|
|
558
560
|
'fabric.editor.externalMediaFile': 'ไฟล์สื่อภายนอก',
|
|
@@ -775,6 +777,7 @@ exports.default = {
|
|
|
775
777
|
'fabric.editor.placeholderText.description': 'แทรกกล่องข้อความเจาะจงลงในหน้าข้อมูล',
|
|
776
778
|
'fabric.editor.placeholderTextPlaceholder': 'เพิ่มข้อความเจาะจง',
|
|
777
779
|
'fabric.editor.plainText': 'ใช้ข้อความธรรมดา',
|
|
780
|
+
'fabric.editor.plainTextAction': 'ข้อความธรรมดา',
|
|
778
781
|
'fabric.editor.preferencesLink': 'การตั้งค่าลิงก์ตามต้องการ',
|
|
779
782
|
'fabric.editor.previewButtonTitle': 'แสดงตัวอย่าง',
|
|
780
783
|
'fabric.editor.quickInsert': 'แทรกด่วน',
|
|
@@ -803,6 +806,7 @@ exports.default = {
|
|
|
803
806
|
'fabric.editor.resultsCount': '{selectedMatchPosition} จาก {totalResultsCount}',
|
|
804
807
|
'fabric.editor.retrySyncedBlock': 'ลองอีกครั้ง',
|
|
805
808
|
'fabric.editor.richText': 'ใช้ข้อความ Rich Text',
|
|
809
|
+
'fabric.editor.richTextAction': 'ข้อความที่หลากหลาย',
|
|
806
810
|
'fabric.editor.rightSidebar': 'เค้าโครงแถบด้านขวา',
|
|
807
811
|
'fabric.editor.rowControl': 'ไฮไลท์แถว',
|
|
808
812
|
'fabric.editor.rowDragHandle': 'ตัวเลือกแถว',
|
|
@@ -980,6 +984,7 @@ exports.default = {
|
|
|
980
984
|
'fabric.editor.urlDescription': 'แสดงลิงก์เป็น URL',
|
|
981
985
|
'fabric.editor.urlTitle': 'URL',
|
|
982
986
|
'fabric.editor.useMarkdown': 'ใช้ Markdown',
|
|
987
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
983
988
|
'fabric.editor.viewAndAddCommentsOnMedia': 'ดูและเพิ่มความคิดเห็น',
|
|
984
989
|
'fabric.editor.viewCommentOnMedia': 'ดูความคิดเห็น',
|
|
985
990
|
'fabric.editor.viewMore': 'ดูเพิ่มเติม',
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -567,6 +567,8 @@ exports.default = {
|
|
|
567
567
|
'fabric.editor.extension.deleteElementTitle': 'Öğeyi sil',
|
|
568
568
|
'fabric.editor.extension.loading-error': 'Uzantı yüklenirken hata oluştu!',
|
|
569
569
|
'fabric.editor.extension.sourceNoTitledName': 'bu öğe',
|
|
570
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Senkronize edilmiş blokunuz belirli makroları desteklemeyen yerlerde kullanılıyorsa bu durum ortaya çıkabilir.',
|
|
571
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Senkronize edilmiş bloklar yeni konumlara eklenirken bazı makrolar çalışmayabilir',
|
|
570
572
|
'fabric.editor.extensions.config-panel.save-indicator': 'Tüm değişiklikler her zaman otomatik olarak kaydedilir',
|
|
571
573
|
'fabric.editor.externalExtensionsHeading': 'Uygulamalar',
|
|
572
574
|
'fabric.editor.externalMediaFile': 'Harici medya dosyası',
|
|
@@ -788,6 +790,7 @@ exports.default = {
|
|
|
788
790
|
'fabric.editor.placeholderText.description': 'Sayfaya metin yer tutucusu ekle',
|
|
789
791
|
'fabric.editor.placeholderTextPlaceholder': 'Yer tutucu metin ekleyin',
|
|
790
792
|
'fabric.editor.plainText': 'Düz metin kullan',
|
|
793
|
+
'fabric.editor.plainTextAction': 'Düz metin',
|
|
791
794
|
'fabric.editor.preferencesLink': 'Bağlantı tercihleri',
|
|
792
795
|
'fabric.editor.previewButtonTitle': 'Önizleme',
|
|
793
796
|
'fabric.editor.quickInsert': 'Hızlı ekleme',
|
|
@@ -816,6 +819,7 @@ exports.default = {
|
|
|
816
819
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
817
820
|
'fabric.editor.retrySyncedBlock': 'Yeniden dene',
|
|
818
821
|
'fabric.editor.richText': 'Zengin metin kullan',
|
|
822
|
+
'fabric.editor.richTextAction': 'Zengin metin',
|
|
819
823
|
'fabric.editor.rightSidebar': 'Sağ kenar çubuğu yerleşimi',
|
|
820
824
|
'fabric.editor.rowControl': 'Satırı vurgula',
|
|
821
825
|
'fabric.editor.rowDragHandle': 'Satır seçenekleri',
|
|
@@ -993,6 +997,7 @@ exports.default = {
|
|
|
993
997
|
'fabric.editor.urlDescription': 'Bağlantıyı URL olarak gösterir',
|
|
994
998
|
'fabric.editor.urlTitle': 'URL',
|
|
995
999
|
'fabric.editor.useMarkdown': 'Markdown kullan',
|
|
1000
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
996
1001
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Yorumları görüntüleyin ve ekleyin',
|
|
997
1002
|
'fabric.editor.viewCommentOnMedia': 'Yorumları görüntüle',
|
|
998
1003
|
'fabric.editor.viewMore': 'Daha fazla göster',
|
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -552,6 +552,8 @@ exports.default = {
|
|
|
552
552
|
'fabric.editor.extension.deleteElementTitle': 'Видалення елемента',
|
|
553
553
|
'fabric.editor.extension.loading-error': 'Помилка під час завантаження розширення!',
|
|
554
554
|
'fabric.editor.extension.sourceNoTitledName': 'цей елемент',
|
|
555
|
+
'fabric.editor.extensionInSyncBlockDescription': 'Це може статися, якщо синхронізований блок використовується там, де не підтримуються певні макроси.',
|
|
556
|
+
'fabric.editor.extensionInSyncBlockTitle': 'Деякі макроси можуть не працювати під час додавання синхронізованих блоків до нових розташувань',
|
|
555
557
|
'fabric.editor.extensions.config-panel.save-indicator': 'Усі зміни завжди зберігаються автоматично',
|
|
556
558
|
'fabric.editor.externalExtensionsHeading': 'Додатки',
|
|
557
559
|
'fabric.editor.externalMediaFile': 'Зовнішній медіафайл',
|
|
@@ -773,6 +775,7 @@ exports.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 @@ exports.default = {
|
|
|
801
804
|
'fabric.editor.resultsCount': '{selectedMatchPosition} з {totalResultsCount}',
|
|
802
805
|
'fabric.editor.retrySyncedBlock': 'Повторити спробу',
|
|
803
806
|
'fabric.editor.richText': 'Застосувати форматований текст',
|
|
807
|
+
'fabric.editor.richTextAction': 'Форматований текст',
|
|
804
808
|
'fabric.editor.rightSidebar': 'Макет із бічною панеллю праворуч',
|
|
805
809
|
'fabric.editor.rowControl': 'Виділити рядок',
|
|
806
810
|
'fabric.editor.rowDragHandle': 'Параметри рядків',
|
|
@@ -978,6 +982,7 @@ exports.default = {
|
|
|
978
982
|
'fabric.editor.urlDescription': 'Показати посилання як URL-адресу',
|
|
979
983
|
'fabric.editor.urlTitle': 'URL-адреса',
|
|
980
984
|
'fabric.editor.useMarkdown': 'Застосувати розмітку тексту',
|
|
985
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
981
986
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Переглянути й додати коментарі',
|
|
982
987
|
'fabric.editor.viewCommentOnMedia': 'Переглянути коментарі',
|
|
983
988
|
'fabric.editor.viewMore': 'Докладніше',
|