@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/i18n/da.ts
CHANGED
|
@@ -634,6 +634,10 @@ export default {
|
|
|
634
634
|
'fabric.editor.extension.deleteElementTitle': 'Slet element',
|
|
635
635
|
'fabric.editor.extension.loading-error': 'Fejl ved indlæsning af udvidelse!',
|
|
636
636
|
'fabric.editor.extension.sourceNoTitledName': 'dette element',
|
|
637
|
+
'fabric.editor.extensionInSyncBlockDescription':
|
|
638
|
+
'Dette kan ske, hvis din synkroniserede blok bruges på steder, der ikke understøtter bestemte makroer.',
|
|
639
|
+
'fabric.editor.extensionInSyncBlockTitle':
|
|
640
|
+
'Nogle makroer fungerer muligvis ikke, når du føjer synkroniserede blokke til nye placeringer',
|
|
637
641
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alle ændringer gemmes altid automatisk',
|
|
638
642
|
'fabric.editor.externalExtensionsHeading': 'Apps',
|
|
639
643
|
'fabric.editor.externalMediaFile': 'Ekstern mediefil',
|
|
@@ -870,6 +874,7 @@ export default {
|
|
|
870
874
|
'fabric.editor.placeholderText.description': 'Indsæt en pladsholdertekst på siden',
|
|
871
875
|
'fabric.editor.placeholderTextPlaceholder': 'Tilføj midlertidig tekst',
|
|
872
876
|
'fabric.editor.plainText': 'Brug almindelig tekst',
|
|
877
|
+
'fabric.editor.plainTextAction': 'Almindelig tekst',
|
|
873
878
|
'fabric.editor.preferencesLink': 'Indstillinger for links',
|
|
874
879
|
'fabric.editor.previewButtonTitle': 'Forhåndsvis',
|
|
875
880
|
'fabric.editor.quickInsert': 'Hurtig indsætning',
|
|
@@ -899,6 +904,7 @@ export default {
|
|
|
899
904
|
'fabric.editor.resultsCount': '{selectedMatchPosition} af {totalResultsCount}',
|
|
900
905
|
'fabric.editor.retrySyncedBlock': 'Prøv igen',
|
|
901
906
|
'fabric.editor.richText': 'Brug RTF',
|
|
907
|
+
'fabric.editor.richTextAction': 'Rich Text',
|
|
902
908
|
'fabric.editor.rightSidebar': 'Layout med højre sidebjælke',
|
|
903
909
|
'fabric.editor.rowControl': 'Fremhæv række',
|
|
904
910
|
'fabric.editor.rowDragHandle': 'Rækkeindstillinger',
|
|
@@ -1099,6 +1105,7 @@ export default {
|
|
|
1099
1105
|
'fabric.editor.urlDescription': 'Vis link som URL-adresse',
|
|
1100
1106
|
'fabric.editor.urlTitle': 'URL-adresse',
|
|
1101
1107
|
'fabric.editor.useMarkdown': 'Brug markdown',
|
|
1108
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
1102
1109
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Se og tilføj kommentarer',
|
|
1103
1110
|
'fabric.editor.viewCommentOnMedia': 'Se kommentarer',
|
|
1104
1111
|
'fabric.editor.viewMore': 'Vis mere',
|
package/i18n/de.ts
CHANGED
|
@@ -668,6 +668,10 @@ export default {
|
|
|
668
668
|
'fabric.editor.extension.deleteElementTitle': 'Element löschen',
|
|
669
669
|
'fabric.editor.extension.loading-error': 'Fehler beim Laden der Erweiterung!',
|
|
670
670
|
'fabric.editor.extension.sourceNoTitledName': 'dieses Element',
|
|
671
|
+
'fabric.editor.extensionInSyncBlockDescription':
|
|
672
|
+
'Dies kann passieren, wenn Ihr synchronisierter Block an Stellen verwendet wird, die bestimmte Makros nicht unterstützen.',
|
|
673
|
+
'fabric.editor.extensionInSyncBlockTitle':
|
|
674
|
+
'Einige Makros funktionieren nicht, wenn synchronisierte Blöcke neuen Orten hinzugefügt werden',
|
|
671
675
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alle Änderungen werden immer automatisch gespeichert.',
|
|
672
676
|
'fabric.editor.externalExtensionsHeading': 'Apps',
|
|
673
677
|
'fabric.editor.externalMediaFile': 'Externe Mediendatei',
|
|
@@ -906,6 +910,7 @@ export default {
|
|
|
906
910
|
'fabric.editor.placeholderText.description': 'Textplatzhalter in die Seite einfügen',
|
|
907
911
|
'fabric.editor.placeholderTextPlaceholder': 'Platzhaltertext hinzufügen',
|
|
908
912
|
'fabric.editor.plainText': 'Nur-Text verwenden',
|
|
913
|
+
'fabric.editor.plainTextAction': 'Nur-Text',
|
|
909
914
|
'fabric.editor.preferencesLink': 'Verknüpfungseinstellungen',
|
|
910
915
|
'fabric.editor.previewButtonTitle': 'Vorschau',
|
|
911
916
|
'fabric.editor.quickInsert': 'Schnelleinfügung',
|
|
@@ -936,6 +941,7 @@ export default {
|
|
|
936
941
|
'fabric.editor.resultsCount': '{selectedMatchPosition} von {totalResultsCount}',
|
|
937
942
|
'fabric.editor.retrySyncedBlock': 'Erneut versuchen',
|
|
938
943
|
'fabric.editor.richText': 'Rich Text verwenden',
|
|
944
|
+
'fabric.editor.richTextAction': 'Rich Text',
|
|
939
945
|
'fabric.editor.rightSidebar': 'Layout der rechten Seitenleiste',
|
|
940
946
|
'fabric.editor.rowControl': 'Zeile hervorheben',
|
|
941
947
|
'fabric.editor.rowDragHandle': 'Zeilenoptionen',
|
|
@@ -1142,6 +1148,7 @@ export default {
|
|
|
1142
1148
|
'fabric.editor.urlDescription': 'Link als URL anzeigen',
|
|
1143
1149
|
'fabric.editor.urlTitle': 'URL',
|
|
1144
1150
|
'fabric.editor.useMarkdown': 'Markdown verwenden',
|
|
1151
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
1145
1152
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Kommentare anzeigen und hinzufügen',
|
|
1146
1153
|
'fabric.editor.viewCommentOnMedia': 'Kommentare anzeigen',
|
|
1147
1154
|
'fabric.editor.viewMore': 'Mehr anzeigen',
|
package/i18n/en.ts
CHANGED
|
@@ -738,6 +738,8 @@ export default {
|
|
|
738
738
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
739
739
|
'fabric.editor.extension.loading-error': 'Error loading the extension!',
|
|
740
740
|
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
741
|
+
'fabric.editor.extension.unknownMacroHeader': "Unknown macro: ''{macroTitle}''",
|
|
742
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': 'Unknown macro placeholder',
|
|
741
743
|
'fabric.editor.extensionInSyncBlockDescription':
|
|
742
744
|
"This may happen if your synced block is used in places that don't support certain macros.",
|
|
743
745
|
'fabric.editor.extensionInSyncBlockTitle': 'Some macros may not work when adding synced blocks to new locations',
|
package/i18n/en_GB.ts
CHANGED
|
@@ -738,6 +738,8 @@ export default {
|
|
|
738
738
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
739
739
|
'fabric.editor.extension.loading-error': 'Error loading the extension!',
|
|
740
740
|
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
741
|
+
'fabric.editor.extension.unknownMacroHeader': "Unknown macro: ''{macroTitle}''",
|
|
742
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': 'Unknown macro placeholder',
|
|
741
743
|
'fabric.editor.extensionInSyncBlockDescription':
|
|
742
744
|
"This may happen if your synced block is used in places that don't support certain macros.",
|
|
743
745
|
'fabric.editor.extensionInSyncBlockTitle': 'Some macros may not work when adding synced blocks to new locations',
|
package/i18n/en_ZZ.ts
CHANGED
|
@@ -847,6 +847,8 @@ export default {
|
|
|
847
847
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
848
848
|
'fabric.editor.extension.loading-error': 'Error loading the extension!',
|
|
849
849
|
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
850
|
+
'fabric.editor.extension.unknownMacroHeader': "Unknown macro: ''{macroTitle}'",
|
|
851
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': 'Unknown macro placeholder',
|
|
850
852
|
'fabric.editor.extensionInSyncBlockDescription':
|
|
851
853
|
"This may happen if your synced block is used in places that don't support certain macros.",
|
|
852
854
|
'fabric.editor.extensionInSyncBlockTitle':
|
package/i18n/fr.ts
CHANGED
|
@@ -663,7 +663,7 @@ export default {
|
|
|
663
663
|
'fabric.editor.extension.loading-error': "Erreur lors du chargement de l'extension.",
|
|
664
664
|
'fabric.editor.extension.sourceNoTitledName': 'cet élément',
|
|
665
665
|
'fabric.editor.extensionInSyncBlockDescription':
|
|
666
|
-
'
|
|
666
|
+
'Ce problème peut se produire si votre bloc synchronisé est utilisé dans des endroits qui ne prennent pas en charge certaines macros.',
|
|
667
667
|
'fabric.editor.extensionInSyncBlockTitle':
|
|
668
668
|
'Certaines macros peuvent ne pas fonctionner lors de l’ajout de blocs synchronisés à de nouveaux emplacements',
|
|
669
669
|
'fabric.editor.extensions.config-panel.save-indicator':
|
package/i18n/hr.ts
CHANGED
|
@@ -722,6 +722,10 @@ export default {
|
|
|
722
722
|
'fabric.editor.extension.deleteElementTitle': 'Izbriši element',
|
|
723
723
|
'fabric.editor.extension.loading-error': 'Greška pri učitavanju ekstenzije!',
|
|
724
724
|
'fabric.editor.extension.sourceNoTitledName': 'ovaj element',
|
|
725
|
+
'fabric.editor.extensionInSyncBlockDescription':
|
|
726
|
+
'To se može dogoditi ako se vaš sinkronizirani blok koristi na mjestima koja ne podržavaju određene makronaredbe.',
|
|
727
|
+
'fabric.editor.extensionInSyncBlockTitle':
|
|
728
|
+
'Neke makronaredbe možda neće raditi pri dodavanju sinkroniziranih blokova na nove lokacije',
|
|
725
729
|
'fabric.editor.extensions.config-panel.save-indicator': 'Sve se promjene uvijek automatski spremaju',
|
|
726
730
|
'fabric.editor.externalExtensionsHeading': 'Aplikacije',
|
|
727
731
|
'fabric.editor.externalMediaFile': 'Vanjska medijska datoteka',
|
|
@@ -960,6 +964,7 @@ export default {
|
|
|
960
964
|
'fabric.editor.placeholderText.description': 'Umetni rezervirano mjesto za tekst na stranicu',
|
|
961
965
|
'fabric.editor.placeholderTextPlaceholder': 'Dodaj rezervirano mjesto za tekst',
|
|
962
966
|
'fabric.editor.plainText': 'Koristi običan tekst',
|
|
967
|
+
'fabric.editor.plainTextAction': 'Običan tekst',
|
|
963
968
|
'fabric.editor.preferencesLink': 'Postavke poveznice',
|
|
964
969
|
'fabric.editor.previewButtonTitle': 'Pregled',
|
|
965
970
|
'fabric.editor.quickInsert': 'Brzo umetanje',
|
|
@@ -991,6 +996,7 @@ export default {
|
|
|
991
996
|
'fabric.editor.resultsCount': '{selectedMatchPosition} od {totalResultsCount}',
|
|
992
997
|
'fabric.editor.retrySyncedBlock': 'Pokušaj ponovno',
|
|
993
998
|
'fabric.editor.richText': 'Koristi obogaćeni tekst',
|
|
999
|
+
'fabric.editor.richTextAction': 'Obogaćeni tekst',
|
|
994
1000
|
'fabric.editor.rightSidebar': 'Izgled desne bočne trake',
|
|
995
1001
|
'fabric.editor.rowControl': 'Istakni redak',
|
|
996
1002
|
'fabric.editor.rowDragHandle': 'Opcije retka',
|
|
@@ -1187,6 +1193,7 @@ export default {
|
|
|
1187
1193
|
'fabric.editor.urlDescription': 'Prikaži poveznicu kao URL',
|
|
1188
1194
|
'fabric.editor.urlTitle': 'URL',
|
|
1189
1195
|
'fabric.editor.useMarkdown': 'Koristi označavanje',
|
|
1196
|
+
'fabric.editor.useMarkdownAction': 'Označavanje',
|
|
1190
1197
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Pregledaj i dodaj komentare',
|
|
1191
1198
|
'fabric.editor.viewCommentOnMedia': 'Prikaži komentare',
|
|
1192
1199
|
'fabric.editor.viewMore': 'Prikaži više',
|
package/i18n/hu.ts
CHANGED
|
@@ -642,6 +642,10 @@ export default {
|
|
|
642
642
|
'fabric.editor.extension.deleteElementTitle': 'Elem törlése',
|
|
643
643
|
'fabric.editor.extension.loading-error': 'Hiba történt a bővítmény betöltésekor!',
|
|
644
644
|
'fabric.editor.extension.sourceNoTitledName': 'ez az elem',
|
|
645
|
+
'fabric.editor.extensionInSyncBlockDescription':
|
|
646
|
+
'Ez akkor fordulhat elő, ha a szinkronizált blokkod olyan helyeken is használatban van, amely nem támogat bizonyos makrókat.',
|
|
647
|
+
'fabric.editor.extensionInSyncBlockTitle':
|
|
648
|
+
'Előfordulhat, hogy néhány makró nem működik, amikor szinkronizált blokkokat adsz hozzá új helyekhez',
|
|
645
649
|
'fabric.editor.extensions.config-panel.save-indicator': 'A rendszer mindig automatikusan menti a módosításokat',
|
|
646
650
|
'fabric.editor.externalExtensionsHeading': 'Alkalmazások',
|
|
647
651
|
'fabric.editor.externalMediaFile': 'Külső médiafájl',
|
|
@@ -879,6 +883,7 @@ export default {
|
|
|
879
883
|
'fabric.editor.placeholderText.description': 'Szöveges helyőrző beillesztése az oldalra',
|
|
880
884
|
'fabric.editor.placeholderTextPlaceholder': 'Helyőrző szöveg hozzáadása',
|
|
881
885
|
'fabric.editor.plainText': 'Egyszerű szöveg használata',
|
|
886
|
+
'fabric.editor.plainTextAction': 'Egyszerű szöveg',
|
|
882
887
|
'fabric.editor.preferencesLink': 'Linkbeállítások',
|
|
883
888
|
'fabric.editor.previewButtonTitle': 'Előnézet',
|
|
884
889
|
'fabric.editor.quickInsert': 'Gyorsbeillesztés',
|
|
@@ -908,6 +913,7 @@ export default {
|
|
|
908
913
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
909
914
|
'fabric.editor.retrySyncedBlock': 'Újra',
|
|
910
915
|
'fabric.editor.richText': 'Rich text használata',
|
|
916
|
+
'fabric.editor.richTextAction': 'Rich text',
|
|
911
917
|
'fabric.editor.rightSidebar': 'Jobb oldalsávos elrendezés',
|
|
912
918
|
'fabric.editor.rowControl': 'Sor kijelölése',
|
|
913
919
|
'fabric.editor.rowDragHandle': 'Sorbeállítások',
|
|
@@ -1109,6 +1115,7 @@ export default {
|
|
|
1109
1115
|
'fabric.editor.urlDescription': 'Link megjelenítése URL-ként',
|
|
1110
1116
|
'fabric.editor.urlTitle': 'URL-cím',
|
|
1111
1117
|
'fabric.editor.useMarkdown': 'Markdown használata',
|
|
1118
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
1112
1119
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Megjegyzések megtekintése és hozzáadása',
|
|
1113
1120
|
'fabric.editor.viewCommentOnMedia': 'Megjegyzések megtekintése',
|
|
1114
1121
|
'fabric.editor.viewMore': 'Továbbiak megtekintése',
|
package/i18n/it.ts
CHANGED
|
@@ -646,6 +646,10 @@ export default {
|
|
|
646
646
|
'fabric.editor.extension.deleteElementTitle': "Elimina l'elemento",
|
|
647
647
|
'fabric.editor.extension.loading-error': "Errore durante il caricamento dell'estensione.",
|
|
648
648
|
'fabric.editor.extension.sourceNoTitledName': 'questo elemento',
|
|
649
|
+
'fabric.editor.extensionInSyncBlockDescription':
|
|
650
|
+
'Può accadere se il blocco sincronizzato è utilizzato in posizioni che non supportano determinate macro.',
|
|
651
|
+
'fabric.editor.extensionInSyncBlockTitle':
|
|
652
|
+
'Alcune macro potrebbero non funzionare quando si aggiungono blocchi sincronizzati a nuove posizioni',
|
|
649
653
|
'fabric.editor.extensions.config-panel.save-indicator': 'Le modifiche vengono sempre salvate automaticamente',
|
|
650
654
|
'fabric.editor.externalExtensionsHeading': 'App',
|
|
651
655
|
'fabric.editor.externalMediaFile': 'File multimediale esterno',
|
|
@@ -887,6 +891,7 @@ export default {
|
|
|
887
891
|
'fabric.editor.placeholderText.description': 'Inserisci un segnaposto di testo nella pagina',
|
|
888
892
|
'fabric.editor.placeholderTextPlaceholder': 'Aggiungi testo segnaposto',
|
|
889
893
|
'fabric.editor.plainText': 'Usa testo normale',
|
|
894
|
+
'fabric.editor.plainTextAction': 'Testo normale',
|
|
890
895
|
'fabric.editor.preferencesLink': 'Preferenze per i link',
|
|
891
896
|
'fabric.editor.previewButtonTitle': 'Anteprima',
|
|
892
897
|
'fabric.editor.quickInsert': 'Inserimento rapido',
|
|
@@ -917,6 +922,7 @@ export default {
|
|
|
917
922
|
'fabric.editor.resultsCount': '{selectedMatchPosition} di {totalResultsCount}',
|
|
918
923
|
'fabric.editor.retrySyncedBlock': 'Riprova',
|
|
919
924
|
'fabric.editor.richText': 'Usa testo RTF',
|
|
925
|
+
'fabric.editor.richTextAction': 'Testo RTF',
|
|
920
926
|
'fabric.editor.rightSidebar': 'Layout con barra laterale destra',
|
|
921
927
|
'fabric.editor.rowControl': 'Evidenzia riga',
|
|
922
928
|
'fabric.editor.rowDragHandle': 'Opzioni riga',
|
|
@@ -1120,6 +1126,7 @@ export default {
|
|
|
1120
1126
|
'fabric.editor.urlDescription': 'Visualizza il link come URL',
|
|
1121
1127
|
'fabric.editor.urlTitle': 'URL',
|
|
1122
1128
|
'fabric.editor.useMarkdown': 'Usa Markdown',
|
|
1129
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
1123
1130
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Visualizza e aggiungi i commenti',
|
|
1124
1131
|
'fabric.editor.viewCommentOnMedia': 'Visualizza i commenti',
|
|
1125
1132
|
'fabric.editor.viewMore': 'Visualizza altro',
|
package/i18n/ja.ts
CHANGED
|
@@ -625,6 +625,10 @@ export default {
|
|
|
625
625
|
'fabric.editor.extension.deleteElementTitle': '要素の削除',
|
|
626
626
|
'fabric.editor.extension.loading-error': '拡張機能の読み込み中にエラーが発生しました',
|
|
627
627
|
'fabric.editor.extension.sourceNoTitledName': 'この要素',
|
|
628
|
+
'fabric.editor.extensionInSyncBlockDescription':
|
|
629
|
+
'特定のマクロをサポートしていない場所で同期済みブロックが使用されると、この状態が発生することがあります。',
|
|
630
|
+
'fabric.editor.extensionInSyncBlockTitle':
|
|
631
|
+
'同期済みブロックを新しい場所に追加すると、一部のマクロが機能しなくなる可能性があります',
|
|
628
632
|
'fabric.editor.extensions.config-panel.save-indicator': 'すべての変更は常に自動保存されます',
|
|
629
633
|
'fabric.editor.externalExtensionsHeading': 'アプリ',
|
|
630
634
|
'fabric.editor.externalMediaFile': '外部メディア ファイル',
|
|
@@ -861,6 +865,7 @@ export default {
|
|
|
861
865
|
'fabric.editor.placeholderText.description': 'ページにテキスト プレースホルダーを挿入',
|
|
862
866
|
'fabric.editor.placeholderTextPlaceholder': 'プレースホルダー テキストを追加',
|
|
863
867
|
'fabric.editor.plainText': 'プレーン テキストを使用する',
|
|
868
|
+
'fabric.editor.plainTextAction': 'プレーン テキスト',
|
|
864
869
|
'fabric.editor.preferencesLink': 'リンク設定',
|
|
865
870
|
'fabric.editor.previewButtonTitle': 'プレビュー',
|
|
866
871
|
'fabric.editor.quickInsert': 'クイック挿入',
|
|
@@ -890,6 +895,7 @@ export default {
|
|
|
890
895
|
'fabric.editor.resultsCount': '{totalResultsCount} 件中 {selectedMatchPosition} 件',
|
|
891
896
|
'fabric.editor.retrySyncedBlock': '再試行',
|
|
892
897
|
'fabric.editor.richText': 'リッチ テキストを使用する',
|
|
898
|
+
'fabric.editor.richTextAction': 'リッチ テキスト',
|
|
893
899
|
'fabric.editor.rightSidebar': '右サイド バー レイアウト',
|
|
894
900
|
'fabric.editor.rowControl': '行をハイライト',
|
|
895
901
|
'fabric.editor.rowDragHandle': '行オプション',
|
|
@@ -1088,6 +1094,7 @@ export default {
|
|
|
1088
1094
|
'fabric.editor.urlDescription': 'リンクを URL として表示します。',
|
|
1089
1095
|
'fabric.editor.urlTitle': 'URL',
|
|
1090
1096
|
'fabric.editor.useMarkdown': 'マークダウンを使用する',
|
|
1097
|
+
'fabric.editor.useMarkdownAction': 'マークダウン',
|
|
1091
1098
|
'fabric.editor.viewAndAddCommentsOnMedia': 'コメントを表示および追加',
|
|
1092
1099
|
'fabric.editor.viewCommentOnMedia': 'コメントを見る',
|
|
1093
1100
|
'fabric.editor.viewMore': 'さらに表示',
|
package/i18n/ko.ts
CHANGED
|
@@ -614,6 +614,10 @@ export default {
|
|
|
614
614
|
'fabric.editor.extension.deleteElementTitle': '요소 삭제',
|
|
615
615
|
'fabric.editor.extension.loading-error': '확장 기능을 로드하는 동안 오류가 발생했습니다!',
|
|
616
616
|
'fabric.editor.extension.sourceNoTitledName': '이 요소',
|
|
617
|
+
'fabric.editor.extensionInSyncBlockDescription':
|
|
618
|
+
'특정 매크로를 지원하지 않는 곳에서 동기화된 블록을 사용하는 경우 이 문제가 발생할 수 있습니다.',
|
|
619
|
+
'fabric.editor.extensionInSyncBlockTitle':
|
|
620
|
+
'동기화된 블록을 새 위치에 추가하면 일부 매크로가 작동하지 않을 수 있습니다',
|
|
617
621
|
'fabric.editor.extensions.config-panel.save-indicator': '모든 변경 사항은 항상 자동으로 저장됩니다',
|
|
618
622
|
'fabric.editor.externalExtensionsHeading': '앱',
|
|
619
623
|
'fabric.editor.externalMediaFile': '외부 미디어 파일',
|
|
@@ -849,6 +853,7 @@ export default {
|
|
|
849
853
|
'fabric.editor.placeholderText.description': '페이지에 텍스트 자리 표시자 삽입',
|
|
850
854
|
'fabric.editor.placeholderTextPlaceholder': '자리 표시자 텍스트 추가',
|
|
851
855
|
'fabric.editor.plainText': '일반 텍스트 사용',
|
|
856
|
+
'fabric.editor.plainTextAction': '일반 텍스트',
|
|
852
857
|
'fabric.editor.preferencesLink': '링크 기본 설정',
|
|
853
858
|
'fabric.editor.previewButtonTitle': '미리 보기',
|
|
854
859
|
'fabric.editor.quickInsert': '빠른 삽입',
|
|
@@ -878,6 +883,7 @@ export default {
|
|
|
878
883
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
879
884
|
'fabric.editor.retrySyncedBlock': '다시 시도',
|
|
880
885
|
'fabric.editor.richText': '서식 텍스트 사용',
|
|
886
|
+
'fabric.editor.richTextAction': '서식 텍스트',
|
|
881
887
|
'fabric.editor.rightSidebar': '오른쪽 사이드바 레이아웃',
|
|
882
888
|
'fabric.editor.rowControl': '열 강조 표시',
|
|
883
889
|
'fabric.editor.rowDragHandle': '행 옵션',
|
|
@@ -1070,6 +1076,7 @@ export default {
|
|
|
1070
1076
|
'fabric.editor.urlDescription': '링크를 URL로 표시',
|
|
1071
1077
|
'fabric.editor.urlTitle': 'URL',
|
|
1072
1078
|
'fabric.editor.useMarkdown': 'Markdown 사용',
|
|
1079
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
1073
1080
|
'fabric.editor.viewAndAddCommentsOnMedia': '댓글 확인 및 추가',
|
|
1074
1081
|
'fabric.editor.viewCommentOnMedia': '댓글 보기',
|
|
1075
1082
|
'fabric.editor.viewMore': '더 보기',
|
package/i18n/nb.ts
CHANGED
|
@@ -629,6 +629,10 @@ export default {
|
|
|
629
629
|
'fabric.editor.extension.deleteElementTitle': 'Slett element',
|
|
630
630
|
'fabric.editor.extension.loading-error': 'Feil ved innlasting av utvidelsen!',
|
|
631
631
|
'fabric.editor.extension.sourceNoTitledName': 'dette elementet',
|
|
632
|
+
'fabric.editor.extensionInSyncBlockDescription':
|
|
633
|
+
'Dette kan skje hvis den synkroniserte blokken din brukes på steder som ikke støtter bestemte makroer.',
|
|
634
|
+
'fabric.editor.extensionInSyncBlockTitle':
|
|
635
|
+
'Noen makroer fungerer kanskje ikke når du legger til synkroniserte blokker på nye steder',
|
|
632
636
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alle endringer blir alltid lagret automatisk',
|
|
633
637
|
'fabric.editor.externalExtensionsHeading': 'Apper',
|
|
634
638
|
'fabric.editor.externalMediaFile': 'Ekstern mediefil',
|
|
@@ -864,6 +868,7 @@ export default {
|
|
|
864
868
|
'fabric.editor.placeholderText.description': 'Sett inn en tekstplassholder på siden.',
|
|
865
869
|
'fabric.editor.placeholderTextPlaceholder': 'Legg til plassholdertekst',
|
|
866
870
|
'fabric.editor.plainText': 'Bruk ren tekst',
|
|
871
|
+
'fabric.editor.plainTextAction': 'Ren tekst',
|
|
867
872
|
'fabric.editor.preferencesLink': 'Koblingspreferanser',
|
|
868
873
|
'fabric.editor.previewButtonTitle': 'Forhåndsvisning',
|
|
869
874
|
'fabric.editor.quickInsert': 'Hurtiginnsetting',
|
|
@@ -893,6 +898,7 @@ export default {
|
|
|
893
898
|
'fabric.editor.resultsCount': '{selectedMatchPosition} av {totalResultsCount}',
|
|
894
899
|
'fabric.editor.retrySyncedBlock': 'Prøv igjen',
|
|
895
900
|
'fabric.editor.richText': 'Bruk rik tekst',
|
|
901
|
+
'fabric.editor.richTextAction': 'Rik tekst',
|
|
896
902
|
'fabric.editor.rightSidebar': 'Oppsett for høyre sidestolpe',
|
|
897
903
|
'fabric.editor.rowControl': 'Fremhev rad',
|
|
898
904
|
'fabric.editor.rowDragHandle': 'Radalternativer',
|
|
@@ -1090,6 +1096,7 @@ export default {
|
|
|
1090
1096
|
'fabric.editor.urlDescription': 'Vis kobling som nettadresse',
|
|
1091
1097
|
'fabric.editor.urlTitle': 'Nettadresse',
|
|
1092
1098
|
'fabric.editor.useMarkdown': 'Bruk Markdown',
|
|
1099
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
1093
1100
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Vis og legg til kommentarer',
|
|
1094
1101
|
'fabric.editor.viewCommentOnMedia': 'Vis kommentarer',
|
|
1095
1102
|
'fabric.editor.viewMore': 'Vis mer',
|
package/i18n/nl.ts
CHANGED
|
@@ -657,6 +657,10 @@ export default {
|
|
|
657
657
|
'fabric.editor.extension.deleteElementTitle': 'Element verwijderen',
|
|
658
658
|
'fabric.editor.extension.loading-error': 'Fout bij het laden van de extensie!',
|
|
659
659
|
'fabric.editor.extension.sourceNoTitledName': 'dit element',
|
|
660
|
+
'fabric.editor.extensionInSyncBlockDescription':
|
|
661
|
+
"Dit kan gebeuren als je gesynchroniseerde blok wordt gebruikt op plekken waar bepaalde macro's niet worden ondersteund.",
|
|
662
|
+
'fabric.editor.extensionInSyncBlockTitle':
|
|
663
|
+
"Sommige macro's werken mogelijk niet wanneer gesynchroniseerde blokken worden toegevoegd aan nieuwe locaties",
|
|
660
664
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alle wijzigingen worden altijd automatisch opgeslagen',
|
|
661
665
|
'fabric.editor.externalExtensionsHeading': 'Apps',
|
|
662
666
|
'fabric.editor.externalMediaFile': 'Extern mediabestand',
|
|
@@ -896,6 +900,7 @@ export default {
|
|
|
896
900
|
'fabric.editor.placeholderText.description': 'Voeg een tekstplaatshouder in de pagina in',
|
|
897
901
|
'fabric.editor.placeholderTextPlaceholder': 'Voeg plaatsaanduidingstekst toe',
|
|
898
902
|
'fabric.editor.plainText': 'Tekst zonder opmaak gebruiken',
|
|
903
|
+
'fabric.editor.plainTextAction': 'Tekst zonder opmaak',
|
|
899
904
|
'fabric.editor.preferencesLink': 'Voorkeuren voor links',
|
|
900
905
|
'fabric.editor.previewButtonTitle': 'Voorvertoning',
|
|
901
906
|
'fabric.editor.quickInsert': 'Snel invoegen',
|
|
@@ -925,6 +930,7 @@ export default {
|
|
|
925
930
|
'fabric.editor.resultsCount': '{selectedMatchPosition} van {totalResultsCount}',
|
|
926
931
|
'fabric.editor.retrySyncedBlock': 'Opnieuw proberen',
|
|
927
932
|
'fabric.editor.richText': 'Tekst met opmaak gebruiken',
|
|
933
|
+
'fabric.editor.richTextAction': 'Opgemaakte tekst',
|
|
928
934
|
'fabric.editor.rightSidebar': 'Lay-out van rechterzijbalk',
|
|
929
935
|
'fabric.editor.rowControl': 'Rij markeren',
|
|
930
936
|
'fabric.editor.rowDragHandle': 'Rij-opties',
|
|
@@ -1126,6 +1132,7 @@ export default {
|
|
|
1126
1132
|
'fabric.editor.urlDescription': 'Link als URL weergeven',
|
|
1127
1133
|
'fabric.editor.urlTitle': 'URL',
|
|
1128
1134
|
'fabric.editor.useMarkdown': 'Gebruik Markdown',
|
|
1135
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
1129
1136
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Opmerkingen bekijken en toevoegen',
|
|
1130
1137
|
'fabric.editor.viewCommentOnMedia': 'Opmerkingen bekijken',
|
|
1131
1138
|
'fabric.editor.viewMore': 'Meer bekijken',
|
package/i18n/pl.ts
CHANGED
|
@@ -651,6 +651,10 @@ export default {
|
|
|
651
651
|
'fabric.editor.extension.deleteElementTitle': 'Usuwanie elementu',
|
|
652
652
|
'fabric.editor.extension.loading-error': 'Błąd podczas ładowania rozszerzenia',
|
|
653
653
|
'fabric.editor.extension.sourceNoTitledName': 'ten element',
|
|
654
|
+
'fabric.editor.extensionInSyncBlockDescription':
|
|
655
|
+
'Może się to zdarzyć, jeśli blok synchronizowany jest używany w miejscach, które nie obsługują niektórych makr.',
|
|
656
|
+
'fabric.editor.extensionInSyncBlockTitle':
|
|
657
|
+
'Niektóre makra mogą nie działać po dodaniu bloków synchronizowanych do nowych lokalizacji.',
|
|
654
658
|
'fabric.editor.extensions.config-panel.save-indicator': 'Wszystkie zmiany są zawsze zapisywane automatycznie',
|
|
655
659
|
'fabric.editor.externalExtensionsHeading': 'Aplikacje',
|
|
656
660
|
'fabric.editor.externalMediaFile': 'Zewnętrzny plik multimedialny',
|
|
@@ -893,6 +897,7 @@ export default {
|
|
|
893
897
|
'fabric.editor.placeholderText.description': 'Wstaw na stronę tekst zastępczy',
|
|
894
898
|
'fabric.editor.placeholderTextPlaceholder': 'Dodaj tekst zastępczy',
|
|
895
899
|
'fabric.editor.plainText': 'Użyj zwykłego tekstu',
|
|
900
|
+
'fabric.editor.plainTextAction': 'Zwykły tekst',
|
|
896
901
|
'fabric.editor.preferencesLink': 'Preferencje dotyczące łączy',
|
|
897
902
|
'fabric.editor.previewButtonTitle': 'Podgląd',
|
|
898
903
|
'fabric.editor.quickInsert': 'Szybkie wstawianie',
|
|
@@ -924,6 +929,7 @@ export default {
|
|
|
924
929
|
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}',
|
|
925
930
|
'fabric.editor.retrySyncedBlock': 'Spróbuj ponownie',
|
|
926
931
|
'fabric.editor.richText': 'Użyj tekstu sformatowanego',
|
|
932
|
+
'fabric.editor.richTextAction': 'Tekst sformatowany',
|
|
927
933
|
'fabric.editor.rightSidebar': 'Układ z paskiem bocznym po prawej',
|
|
928
934
|
'fabric.editor.rowControl': 'Podświetl wiersz',
|
|
929
935
|
'fabric.editor.rowDragHandle': 'Opcje wierszy',
|
|
@@ -1125,6 +1131,7 @@ export default {
|
|
|
1125
1131
|
'fabric.editor.urlDescription': 'Wyświetl łącze jako adres URL',
|
|
1126
1132
|
'fabric.editor.urlTitle': 'Adres URL',
|
|
1127
1133
|
'fabric.editor.useMarkdown': 'Użyj Markdown',
|
|
1134
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
1128
1135
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Wyświetl i dodaj komentarze',
|
|
1129
1136
|
'fabric.editor.viewCommentOnMedia': 'Wyświetl komentarze',
|
|
1130
1137
|
'fabric.editor.viewMore': 'Wyświetl więcej',
|
package/i18n/pt_BR.ts
CHANGED
|
@@ -636,6 +636,10 @@ export default {
|
|
|
636
636
|
'fabric.editor.extension.deleteElementTitle': 'Excluir elemento',
|
|
637
637
|
'fabric.editor.extension.loading-error': 'Erro ao carregar a extensão!',
|
|
638
638
|
'fabric.editor.extension.sourceNoTitledName': 'este elemento',
|
|
639
|
+
'fabric.editor.extensionInSyncBlockDescription':
|
|
640
|
+
'Essa questão pode acontecer se o bloco sincronizado for usado em locais que não oferecem suporte a determinadas macros.',
|
|
641
|
+
'fabric.editor.extensionInSyncBlockTitle':
|
|
642
|
+
'Algumas macros podem não funcionar ao adicionar blocos sincronizados a novos locais',
|
|
639
643
|
'fabric.editor.extensions.config-panel.save-indicator': 'Todas as alterações são salvas automaticamente',
|
|
640
644
|
'fabric.editor.externalExtensionsHeading': 'Aplicativos',
|
|
641
645
|
'fabric.editor.externalMediaFile': 'Arquivo de mídia externo',
|
|
@@ -876,6 +880,7 @@ export default {
|
|
|
876
880
|
'fabric.editor.placeholderText.description': 'Inserir um espaço reservado para texto na página',
|
|
877
881
|
'fabric.editor.placeholderTextPlaceholder': 'Adicionar texto do espaço reservado',
|
|
878
882
|
'fabric.editor.plainText': 'Usar texto simples',
|
|
883
|
+
'fabric.editor.plainTextAction': 'Texto simples',
|
|
879
884
|
'fabric.editor.preferencesLink': 'Preferências de link',
|
|
880
885
|
'fabric.editor.previewButtonTitle': 'Pré-visualizar',
|
|
881
886
|
'fabric.editor.quickInsert': 'Inserção rápida',
|
|
@@ -906,6 +911,7 @@ export default {
|
|
|
906
911
|
'fabric.editor.resultsCount': '{selectedMatchPosition} de {totalResultsCount}',
|
|
907
912
|
'fabric.editor.retrySyncedBlock': 'Tentar de novo',
|
|
908
913
|
'fabric.editor.richText': 'Usar rich text',
|
|
914
|
+
'fabric.editor.richTextAction': 'Rich text',
|
|
909
915
|
'fabric.editor.rightSidebar': 'Layout com barra lateral à direita',
|
|
910
916
|
'fabric.editor.rowControl': 'Destacar linha',
|
|
911
917
|
'fabric.editor.rowDragHandle': 'Opções de linhas',
|
|
@@ -1104,6 +1110,7 @@ export default {
|
|
|
1104
1110
|
'fabric.editor.urlDescription': 'Mostrar link como URL',
|
|
1105
1111
|
'fabric.editor.urlTitle': 'URL',
|
|
1106
1112
|
'fabric.editor.useMarkdown': 'Usar marcação',
|
|
1113
|
+
'fabric.editor.useMarkdownAction': 'Marcação',
|
|
1107
1114
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Ver e adicionar comentários',
|
|
1108
1115
|
'fabric.editor.viewCommentOnMedia': 'Visualizar comentários',
|
|
1109
1116
|
'fabric.editor.viewMore': 'Ver mais',
|
package/i18n/ru.ts
CHANGED
|
@@ -660,6 +660,10 @@ export default {
|
|
|
660
660
|
'fabric.editor.extension.deleteElementTitle': 'Удаление элемента',
|
|
661
661
|
'fabric.editor.extension.loading-error': 'Ошибка загрузки расширения.',
|
|
662
662
|
'fabric.editor.extension.sourceNoTitledName': 'этого элемента',
|
|
663
|
+
'fabric.editor.extensionInSyncBlockDescription':
|
|
664
|
+
'Это может произойти, если синхронизированный блок используется там, где не поддерживаются определенные макросы.',
|
|
665
|
+
'fabric.editor.extensionInSyncBlockTitle':
|
|
666
|
+
'При добавлении синхронизированных блоков в новые места некоторые макросы могут не работать',
|
|
663
667
|
'fabric.editor.extensions.config-panel.save-indicator': 'Любые изменения всегда сохраняются автоматически',
|
|
664
668
|
'fabric.editor.externalExtensionsHeading': 'Приложения',
|
|
665
669
|
'fabric.editor.externalMediaFile': 'Внешний медиафайл',
|
|
@@ -903,6 +907,7 @@ export default {
|
|
|
903
907
|
'fabric.editor.placeholderText.description': 'Вставить текстовый заполнитель на страницу',
|
|
904
908
|
'fabric.editor.placeholderTextPlaceholder': 'Добавить замещающий текст',
|
|
905
909
|
'fabric.editor.plainText': 'Использовать неформатированный текст',
|
|
910
|
+
'fabric.editor.plainTextAction': 'Обычный текст',
|
|
906
911
|
'fabric.editor.preferencesLink': 'Настройки ссылок',
|
|
907
912
|
'fabric.editor.previewButtonTitle': 'Предпросмотр',
|
|
908
913
|
'fabric.editor.quickInsert': 'Быстрая вставка',
|
|
@@ -934,6 +939,7 @@ export default {
|
|
|
934
939
|
'fabric.editor.resultsCount': '{selectedMatchPosition} из {totalResultsCount}',
|
|
935
940
|
'fabric.editor.retrySyncedBlock': 'Повторить попытку',
|
|
936
941
|
'fabric.editor.richText': 'Использовать форматированный текст',
|
|
942
|
+
'fabric.editor.richTextAction': 'Форматированный текст',
|
|
937
943
|
'fabric.editor.rightSidebar': 'Макет с правой боковой панелью',
|
|
938
944
|
'fabric.editor.rowControl': 'Выделить строку',
|
|
939
945
|
'fabric.editor.rowDragHandle': 'Параметры строки',
|
|
@@ -1136,6 +1142,7 @@ export default {
|
|
|
1136
1142
|
'fabric.editor.urlDescription': 'Отображение ссылки в виде URL-адреса',
|
|
1137
1143
|
'fabric.editor.urlTitle': 'URL-адрес',
|
|
1138
1144
|
'fabric.editor.useMarkdown': 'Использовать разметку',
|
|
1145
|
+
'fabric.editor.useMarkdownAction': 'Разметка',
|
|
1139
1146
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Просмотреть и добавить комментарии',
|
|
1140
1147
|
'fabric.editor.viewCommentOnMedia': 'Просмотреть комментарии',
|
|
1141
1148
|
'fabric.editor.viewMore': 'Развернуть',
|
package/i18n/sl.ts
CHANGED
|
@@ -74,6 +74,7 @@ export default {
|
|
|
74
74
|
'fabric.editor.ai.config.item.bb.pr.description.description':
|
|
75
75
|
'Ustvari opis zahteve za pridobitev s povzetkom sprememb',
|
|
76
76
|
'fabric.editor.ai.config.item.bb.pr.description.title': 'Ustvarjanje opisa zahteve za pridobitev',
|
|
77
|
+
'fabric.editor.ai.config.item.blockMenuNestedMenu.title': 'Prikaži več',
|
|
77
78
|
'fabric.editor.ai.config.item.brainstorm.description': 'Generira seznam zamisli za temo, ki ste jo navedli',
|
|
78
79
|
'fabric.editor.ai.config.item.brainstorm.promptHint': 'Navedite temo ...',
|
|
79
80
|
'fabric.editor.ai.config.item.brainstorm.promptLabel': 'Išči zamisli',
|
|
@@ -955,6 +956,7 @@ export default {
|
|
|
955
956
|
'fabric.editor.panel.emoji': 'Dodaj emodži',
|
|
956
957
|
'fabric.editor.panel.panelsGroup': 'Vrste plošč',
|
|
957
958
|
'fabric.editor.panelButtonTitle': 'Plošča',
|
|
959
|
+
'fabric.editor.pasteMenuActionsTitle': 'Dejanja',
|
|
958
960
|
'fabric.editor.pasteOptions': 'Možnosti lepljenja',
|
|
959
961
|
'fabric.editor.pastePlainText': 'Prilepi golo besedilo',
|
|
960
962
|
'fabric.editor.placeholderAltText': 'Opišite to sliko z nadomestnim besedilom',
|
package/i18n/sv.ts
CHANGED
|
@@ -630,6 +630,10 @@ export default {
|
|
|
630
630
|
'fabric.editor.extension.deleteElementTitle': 'Radera element',
|
|
631
631
|
'fabric.editor.extension.loading-error': 'Fel vid inläsningen av tillägget!',
|
|
632
632
|
'fabric.editor.extension.sourceNoTitledName': 'detta element',
|
|
633
|
+
'fabric.editor.extensionInSyncBlockDescription':
|
|
634
|
+
'Det kan hända om ditt synkroniserade block används på platser som inte stöder vissa makron.',
|
|
635
|
+
'fabric.editor.extensionInSyncBlockTitle':
|
|
636
|
+
'Vissa makron kanske inte fungerar när du lägger till synkroniserade block på nya platser',
|
|
633
637
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alla ändringar sparas alltid automatiskt',
|
|
634
638
|
'fabric.editor.externalExtensionsHeading': 'Appar',
|
|
635
639
|
'fabric.editor.externalMediaFile': 'Extern mediefil',
|
|
@@ -865,6 +869,7 @@ export default {
|
|
|
865
869
|
'fabric.editor.placeholderText.description': 'Infoga en platshållare för text på sidan',
|
|
866
870
|
'fabric.editor.placeholderTextPlaceholder': 'Lägg till platshållartext',
|
|
867
871
|
'fabric.editor.plainText': 'Använd oformaterad text',
|
|
872
|
+
'fabric.editor.plainTextAction': 'Oformaterad text',
|
|
868
873
|
'fabric.editor.preferencesLink': 'Länkinställningar',
|
|
869
874
|
'fabric.editor.previewButtonTitle': 'Förhandsgranska',
|
|
870
875
|
'fabric.editor.quickInsert': 'Snabbinfoga',
|
|
@@ -894,6 +899,7 @@ export default {
|
|
|
894
899
|
'fabric.editor.resultsCount': '{selectedMatchPosition} av {totalResultsCount}',
|
|
895
900
|
'fabric.editor.retrySyncedBlock': 'Försök igen',
|
|
896
901
|
'fabric.editor.richText': 'Använd RTF',
|
|
902
|
+
'fabric.editor.richTextAction': 'Rich text',
|
|
897
903
|
'fabric.editor.rightSidebar': 'Layout med höger sidopanel',
|
|
898
904
|
'fabric.editor.rowControl': 'Markera raden',
|
|
899
905
|
'fabric.editor.rowDragHandle': 'Radalternativ',
|
|
@@ -1092,6 +1098,7 @@ export default {
|
|
|
1092
1098
|
'fabric.editor.urlDescription': 'Visa länk som URL',
|
|
1093
1099
|
'fabric.editor.urlTitle': 'URL',
|
|
1094
1100
|
'fabric.editor.useMarkdown': 'Använd Markdown',
|
|
1101
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
1095
1102
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Visa och lägg till kommentarer',
|
|
1096
1103
|
'fabric.editor.viewCommentOnMedia': 'Visa kommentarer',
|
|
1097
1104
|
'fabric.editor.viewMore': 'Visa mer',
|
package/i18n/th.ts
CHANGED
|
@@ -598,6 +598,9 @@ export default {
|
|
|
598
598
|
'fabric.editor.extension.deleteElementTitle': 'ลบองค์ประกอบ',
|
|
599
599
|
'fabric.editor.extension.loading-error': 'เกิดข้อผิดพลาดขณะโหลดส่วนขยาย!',
|
|
600
600
|
'fabric.editor.extension.sourceNoTitledName': 'องค์ประกอบนี้',
|
|
601
|
+
'fabric.editor.extensionInSyncBlockDescription':
|
|
602
|
+
'เหตุการณ์นี้อาจเกิดขึ้นหากมีการใช้บล็อกที่ซิงค์ของคุณในตำแหน่งที่ไม่รองรับแมโครบางประเภท',
|
|
603
|
+
'fabric.editor.extensionInSyncBlockTitle': 'แมโครบางรายการอาจไม่ทำงานเมื่อเพิ่มบล็อกที่ซิงค์ไปยังตำแหน่งใหม่',
|
|
601
604
|
'fabric.editor.extensions.config-panel.save-indicator': 'การเปลี่ยนแปลงทั้งหมดจะได้รับการบันทึกโดยอัตโนมัติเสมอ',
|
|
602
605
|
'fabric.editor.externalExtensionsHeading': 'แอป',
|
|
603
606
|
'fabric.editor.externalMediaFile': 'ไฟล์สื่อภายนอก',
|
|
@@ -833,6 +836,7 @@ export default {
|
|
|
833
836
|
'fabric.editor.placeholderText.description': 'แทรกกล่องข้อความเจาะจงลงในหน้าข้อมูล',
|
|
834
837
|
'fabric.editor.placeholderTextPlaceholder': 'เพิ่มข้อความเจาะจง',
|
|
835
838
|
'fabric.editor.plainText': 'ใช้ข้อความธรรมดา',
|
|
839
|
+
'fabric.editor.plainTextAction': 'ข้อความธรรมดา',
|
|
836
840
|
'fabric.editor.preferencesLink': 'การตั้งค่าลิงก์ตามต้องการ',
|
|
837
841
|
'fabric.editor.previewButtonTitle': 'แสดงตัวอย่าง',
|
|
838
842
|
'fabric.editor.quickInsert': 'แทรกด่วน',
|
|
@@ -862,6 +866,7 @@ export default {
|
|
|
862
866
|
'fabric.editor.resultsCount': '{selectedMatchPosition} จาก {totalResultsCount}',
|
|
863
867
|
'fabric.editor.retrySyncedBlock': 'ลองอีกครั้ง',
|
|
864
868
|
'fabric.editor.richText': 'ใช้ข้อความ Rich Text',
|
|
869
|
+
'fabric.editor.richTextAction': 'ข้อความที่หลากหลาย',
|
|
865
870
|
'fabric.editor.rightSidebar': 'เค้าโครงแถบด้านขวา',
|
|
866
871
|
'fabric.editor.rowControl': 'ไฮไลท์แถว',
|
|
867
872
|
'fabric.editor.rowDragHandle': 'ตัวเลือกแถว',
|
|
@@ -1053,6 +1058,7 @@ export default {
|
|
|
1053
1058
|
'fabric.editor.urlDescription': 'แสดงลิงก์เป็น URL',
|
|
1054
1059
|
'fabric.editor.urlTitle': 'URL',
|
|
1055
1060
|
'fabric.editor.useMarkdown': 'ใช้ Markdown',
|
|
1061
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
1056
1062
|
'fabric.editor.viewAndAddCommentsOnMedia': 'ดูและเพิ่มความคิดเห็น',
|
|
1057
1063
|
'fabric.editor.viewCommentOnMedia': 'ดูความคิดเห็น',
|
|
1058
1064
|
'fabric.editor.viewMore': 'ดูเพิ่มเติม',
|
package/i18n/tr.ts
CHANGED
|
@@ -628,6 +628,10 @@ export default {
|
|
|
628
628
|
'fabric.editor.extension.deleteElementTitle': 'Öğeyi sil',
|
|
629
629
|
'fabric.editor.extension.loading-error': 'Uzantı yüklenirken hata oluştu!',
|
|
630
630
|
'fabric.editor.extension.sourceNoTitledName': 'bu öğe',
|
|
631
|
+
'fabric.editor.extensionInSyncBlockDescription':
|
|
632
|
+
'Senkronize edilmiş blokunuz belirli makroları desteklemeyen yerlerde kullanılıyorsa bu durum ortaya çıkabilir.',
|
|
633
|
+
'fabric.editor.extensionInSyncBlockTitle':
|
|
634
|
+
'Senkronize edilmiş bloklar yeni konumlara eklenirken bazı makrolar çalışmayabilir',
|
|
631
635
|
'fabric.editor.extensions.config-panel.save-indicator': 'Tüm değişiklikler her zaman otomatik olarak kaydedilir',
|
|
632
636
|
'fabric.editor.externalExtensionsHeading': 'Uygulamalar',
|
|
633
637
|
'fabric.editor.externalMediaFile': 'Harici medya dosyası',
|
|
@@ -863,6 +867,7 @@ export default {
|
|
|
863
867
|
'fabric.editor.placeholderText.description': 'Sayfaya metin yer tutucusu ekle',
|
|
864
868
|
'fabric.editor.placeholderTextPlaceholder': 'Yer tutucu metin ekleyin',
|
|
865
869
|
'fabric.editor.plainText': 'Düz metin kullan',
|
|
870
|
+
'fabric.editor.plainTextAction': 'Düz metin',
|
|
866
871
|
'fabric.editor.preferencesLink': 'Bağlantı tercihleri',
|
|
867
872
|
'fabric.editor.previewButtonTitle': 'Önizleme',
|
|
868
873
|
'fabric.editor.quickInsert': 'Hızlı ekleme',
|
|
@@ -892,6 +897,7 @@ export default {
|
|
|
892
897
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
893
898
|
'fabric.editor.retrySyncedBlock': 'Yeniden dene',
|
|
894
899
|
'fabric.editor.richText': 'Zengin metin kullan',
|
|
900
|
+
'fabric.editor.richTextAction': 'Zengin metin',
|
|
895
901
|
'fabric.editor.rightSidebar': 'Sağ kenar çubuğu yerleşimi',
|
|
896
902
|
'fabric.editor.rowControl': 'Satırı vurgula',
|
|
897
903
|
'fabric.editor.rowDragHandle': 'Satır seçenekleri',
|
|
@@ -1091,6 +1097,7 @@ export default {
|
|
|
1091
1097
|
'fabric.editor.urlDescription': 'Bağlantıyı URL olarak gösterir',
|
|
1092
1098
|
'fabric.editor.urlTitle': 'URL',
|
|
1093
1099
|
'fabric.editor.useMarkdown': 'Markdown kullan',
|
|
1100
|
+
'fabric.editor.useMarkdownAction': 'Markdown',
|
|
1094
1101
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Yorumları görüntüleyin ve ekleyin',
|
|
1095
1102
|
'fabric.editor.viewCommentOnMedia': 'Yorumları görüntüle',
|
|
1096
1103
|
'fabric.editor.viewMore': 'Daha fazla göster',
|