@atlaskit/afm-i18n-platform-editor-editor-common 2.68.0 → 2.69.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 +1 -0
- package/dist/cjs/i18n/en.js +9 -1
- package/dist/cjs/i18n/en_GB.js +9 -1
- package/dist/cjs/i18n/en_ZZ.js +9 -1
- package/dist/cjs/i18n/sl.js +4 -0
- package/dist/cjs/i18n/uk.js +3 -0
- package/dist/cjs/i18n/vi.js +2 -0
- package/dist/esm/i18n/da.d.ts +1 -0
- package/dist/esm/i18n/da.js +1 -0
- package/dist/esm/i18n/en.d.ts +8 -0
- package/dist/esm/i18n/en.js +9 -1
- package/dist/esm/i18n/en_GB.d.ts +8 -0
- package/dist/esm/i18n/en_GB.js +9 -1
- package/dist/esm/i18n/en_ZZ.d.ts +8 -0
- package/dist/esm/i18n/en_ZZ.js +9 -1
- package/dist/esm/i18n/sl.d.ts +4 -0
- package/dist/esm/i18n/sl.js +4 -0
- package/dist/esm/i18n/uk.d.ts +3 -0
- package/dist/esm/i18n/uk.js +3 -0
- package/dist/esm/i18n/vi.d.ts +2 -0
- package/dist/esm/i18n/vi.js +2 -0
- package/dist/types/i18n/da.d.ts +1 -0
- package/dist/types/i18n/en.d.ts +8 -0
- package/dist/types/i18n/en_GB.d.ts +8 -0
- package/dist/types/i18n/en_ZZ.d.ts +8 -0
- package/dist/types/i18n/sl.d.ts +4 -0
- package/dist/types/i18n/uk.d.ts +3 -0
- package/dist/types/i18n/vi.d.ts +2 -0
- package/i18n/da.ts +1 -0
- package/i18n/en.ts +9 -1
- package/i18n/en_GB.ts +9 -1
- package/i18n/en_ZZ.ts +9 -1
- package/i18n/sl.ts +4 -0
- package/i18n/uk.ts +3 -0
- package/i18n/vi.ts +2 -0
- package/package.json +1 -1
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -574,6 +574,7 @@ exports.default = {
|
|
|
574
574
|
'fabric.editor.extension.loading-error': 'Fejl ved indlæsning af udvidelse!',
|
|
575
575
|
'fabric.editor.extension.sourceNoTitledName': 'dette element',
|
|
576
576
|
'fabric.editor.extension.unknownMacroHeader': "Ukendt makro: ''''{macroTitle}''''",
|
|
577
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': 'Ukendt makropladsholder',
|
|
577
578
|
'fabric.editor.extensionInSyncBlockDescription': 'Dette kan ske, hvis din synkroniserede blok bruges på steder, der ikke understøtter bestemte makroer.',
|
|
578
579
|
'fabric.editor.extensionInSyncBlockTitle': 'Nogle makroer fungerer muligvis ikke, når du føjer synkroniserede blokke til nye placeringer',
|
|
579
580
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alle ændringer gemmes altid automatisk',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -31,6 +31,7 @@ exports.default = {
|
|
|
31
31
|
'editor.imageEditor.cancel': 'Cancel',
|
|
32
32
|
'editor.imageEditor.done': 'Done',
|
|
33
33
|
'editor.imageEditor.saving': 'Saving...',
|
|
34
|
+
'editor.trackChanges.added': 'Added',
|
|
34
35
|
'editor.trackChanges.removed': 'Removed',
|
|
35
36
|
'editor.trackChanges.toolbarIconLabel': 'View changes',
|
|
36
37
|
'fablric.editor.viewAllInserts': 'View all inserts',
|
|
@@ -346,6 +347,13 @@ exports.default = {
|
|
|
346
347
|
'fabric.editor.ai.screens.preview.convoAIBeta': 'Content generation requests that reference URLs is in beta.',
|
|
347
348
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
348
349
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
350
|
+
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': 'Accept',
|
|
351
|
+
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': 'Close',
|
|
352
|
+
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
353
|
+
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
354
|
+
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': 'Expand',
|
|
355
|
+
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
356
|
+
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
349
357
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': 'Apply changes',
|
|
350
358
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': 'Fetch suggestions',
|
|
351
359
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': 'Loading…',
|
|
@@ -874,7 +882,7 @@ exports.default = {
|
|
|
874
882
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
875
883
|
'fabric.editor.panel.panelsGroup': 'Panel Types',
|
|
876
884
|
'fabric.editor.panelButtonTitle': 'Panel',
|
|
877
|
-
'fabric.editor.pasteMenuActionsTitle': '
|
|
885
|
+
'fabric.editor.pasteMenuActionsTitle': 'Paste actions',
|
|
878
886
|
'fabric.editor.pasteOptions': 'Paste options',
|
|
879
887
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
880
888
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -31,6 +31,7 @@ exports.default = {
|
|
|
31
31
|
'editor.imageEditor.cancel': 'Cancel',
|
|
32
32
|
'editor.imageEditor.done': 'Done',
|
|
33
33
|
'editor.imageEditor.saving': 'Saving...',
|
|
34
|
+
'editor.trackChanges.added': 'Added',
|
|
34
35
|
'editor.trackChanges.removed': 'Removed',
|
|
35
36
|
'editor.trackChanges.toolbarIconLabel': 'View changes',
|
|
36
37
|
'fablric.editor.viewAllInserts': 'View all inserts',
|
|
@@ -346,6 +347,13 @@ exports.default = {
|
|
|
346
347
|
'fabric.editor.ai.screens.preview.convoAIBeta': 'Content generation requests that reference URLs is in beta.',
|
|
347
348
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
348
349
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
350
|
+
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': 'Accept',
|
|
351
|
+
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': 'Close',
|
|
352
|
+
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
353
|
+
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
354
|
+
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': 'Expand',
|
|
355
|
+
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
356
|
+
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
349
357
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': 'Apply changes',
|
|
350
358
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': 'Fetch suggestions',
|
|
351
359
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': 'Loading…',
|
|
@@ -874,7 +882,7 @@ exports.default = {
|
|
|
874
882
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
875
883
|
'fabric.editor.panel.panelsGroup': 'Panel Types',
|
|
876
884
|
'fabric.editor.panelButtonTitle': 'Panel',
|
|
877
|
-
'fabric.editor.pasteMenuActionsTitle': '
|
|
885
|
+
'fabric.editor.pasteMenuActionsTitle': 'Paste actions',
|
|
878
886
|
'fabric.editor.pasteOptions': 'Paste options',
|
|
879
887
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
880
888
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -31,6 +31,7 @@ exports.default = {
|
|
|
31
31
|
'editor.imageEditor.cancel': 'Cancel',
|
|
32
32
|
'editor.imageEditor.done': 'Done',
|
|
33
33
|
'editor.imageEditor.saving': 'Saving...',
|
|
34
|
+
'editor.trackChanges.added': 'Added',
|
|
34
35
|
'editor.trackChanges.removed': 'Removed',
|
|
35
36
|
'editor.trackChanges.toolbarIconLabel': 'View changes',
|
|
36
37
|
'fablric.editor.viewAllInserts': 'View all inserts',
|
|
@@ -346,6 +347,13 @@ exports.default = {
|
|
|
346
347
|
'fabric.editor.ai.screens.preview.convoAIBeta': 'Content generation requests that reference URLs is in beta.',
|
|
347
348
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
348
349
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
350
|
+
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': 'Accept',
|
|
351
|
+
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': 'Close',
|
|
352
|
+
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
353
|
+
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
354
|
+
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': 'Expand',
|
|
355
|
+
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
356
|
+
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
349
357
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': 'Apply changes',
|
|
350
358
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': 'Fetch suggestions',
|
|
351
359
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': 'Loading…',
|
|
@@ -874,7 +882,7 @@ exports.default = {
|
|
|
874
882
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
875
883
|
'fabric.editor.panel.panelsGroup': 'Panel Types',
|
|
876
884
|
'fabric.editor.panelButtonTitle': 'Panel',
|
|
877
|
-
'fabric.editor.pasteMenuActionsTitle': '
|
|
885
|
+
'fabric.editor.pasteMenuActionsTitle': 'Paste actions',
|
|
878
886
|
'fabric.editor.pasteOptions': 'Paste options',
|
|
879
887
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
880
888
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
package/dist/cjs/i18n/sl.js
CHANGED
|
@@ -385,6 +385,7 @@ exports.default = {
|
|
|
385
385
|
'fabric.editor.alignment': 'Poravnava besedila',
|
|
386
386
|
'fabric.editor.altText': 'Nadomestno besedilo',
|
|
387
387
|
'fabric.editor.alttext.validation': 'Iz nadomestnega besedila odstranite morebitne posebne znake.',
|
|
388
|
+
'fabric.editor.alwaysShowTitle.non-final': 'Vedno prikaži naslov',
|
|
388
389
|
'fabric.editor.annotationToolbar': 'Orodna vrstica za opombe',
|
|
389
390
|
'fabric.editor.anonymous-collaborator': 'Anonimni sodelavec',
|
|
390
391
|
'fabric.editor.aria.textbox': 'polje z besedilom',
|
|
@@ -866,6 +867,7 @@ exports.default = {
|
|
|
866
867
|
'fabric.editor.redo': 'Uveljavi',
|
|
867
868
|
'fabric.editor.referenceSyncBlockLastEdited': 'Nazadnje urejeno:',
|
|
868
869
|
'fabric.editor.referenceSyncBlockTooltip': 'Sinhronizirano iz: {title}',
|
|
870
|
+
'fabric.editor.refresh.non-final': 'Osveži',
|
|
869
871
|
'fabric.editor.remove': 'Odstrani',
|
|
870
872
|
'fabric.editor.removeColumns': '{0, plural, one {Izbriši stolpec} two {Izbriši stolpca} few {Izbriši stolpce} other {Izbriši stolpce}}',
|
|
871
873
|
'fabric.editor.removeEmoji': 'Odstrani emodži',
|
|
@@ -901,6 +903,7 @@ exports.default = {
|
|
|
901
903
|
'fabric.editor.selectTableRow': 'Izbira vrstica tabele',
|
|
902
904
|
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Izberi aplikacijo',
|
|
903
905
|
'fabric.editor.selectionToolbarOverflowMenuTooltip': 'Več možnosti',
|
|
906
|
+
'fabric.editor.setEmbedType.non-final': 'Nastavi vrsto vdelave',
|
|
904
907
|
'fabric.editor.settingsLinks': 'Na nastavitve povezave',
|
|
905
908
|
'fabric.editor.shortEmptyNodePlaceholderSlash': '/',
|
|
906
909
|
'fabric.editor.shortEmptyNodePlaceholderSuffix': 'za vstavljanje',
|
|
@@ -908,6 +911,7 @@ exports.default = {
|
|
|
908
911
|
'fabric.editor.shortcut': 'Besedilna bližnjica',
|
|
909
912
|
'fabric.editor.single': 'Postavitev z enim stolpcem',
|
|
910
913
|
'fabric.editor.singleColumns': 'Postavitev z 1 stolpcem',
|
|
914
|
+
'fabric.editor.smallText': 'Majhno besedilo',
|
|
911
915
|
'fabric.editor.sortColumnASC': 'Razvrsti stolpec A → Ž',
|
|
912
916
|
'fabric.editor.sortColumnDESC': 'Razvrsti stolpec Ž → A',
|
|
913
917
|
'fabric.editor.sortColumnDecreasing': 'Razvrsti padajoče',
|
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -302,6 +302,7 @@ exports.default = {
|
|
|
302
302
|
'fabric.editor.alignment': 'Вирівнювання тексту',
|
|
303
303
|
'fabric.editor.altText': 'Текст заміщення',
|
|
304
304
|
'fabric.editor.alttext.validation': 'Видаліть будь-які спеціальні символи з тексту заміщення.',
|
|
305
|
+
'fabric.editor.alwaysShowTitle.non-final': 'Завжди показувати заголовок',
|
|
305
306
|
'fabric.editor.annotationToolbar': 'Панель приміток',
|
|
306
307
|
'fabric.editor.anonymous-collaborator': 'Анонімний співробітник',
|
|
307
308
|
'fabric.editor.aria.textbox': 'текстове поле',
|
|
@@ -832,6 +833,7 @@ exports.default = {
|
|
|
832
833
|
'fabric.editor.selectTableRow': 'Виберіть рядок таблиці',
|
|
833
834
|
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Вибрати додаток',
|
|
834
835
|
'fabric.editor.selectionToolbarOverflowMenuTooltip': 'Інші варіанти',
|
|
836
|
+
'fabric.editor.setEmbedType.non-final': 'Установити тип вбудування',
|
|
835
837
|
'fabric.editor.settingsLinks': 'Перейти до параметрів посилань',
|
|
836
838
|
'fabric.editor.shortEmptyNodePlaceholderSlash': '/',
|
|
837
839
|
'fabric.editor.shortEmptyNodePlaceholderSuffix': 'вставити',
|
|
@@ -839,6 +841,7 @@ exports.default = {
|
|
|
839
841
|
'fabric.editor.shortcut': 'Сполучення клавіш для тексту',
|
|
840
842
|
'fabric.editor.single': 'Макет з одним стовпцем',
|
|
841
843
|
'fabric.editor.singleColumns': 'Макет з 1 стовпцем',
|
|
844
|
+
'fabric.editor.smallText': 'Малий текст',
|
|
842
845
|
'fabric.editor.sortColumnASC': 'Сортувати стовпці від А до Я',
|
|
843
846
|
'fabric.editor.sortColumnDESC': 'Сортувати стовпці від Я до А',
|
|
844
847
|
'fabric.editor.sortColumnDecreasing': 'Сортування за зменшенням',
|
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -559,6 +559,8 @@ exports.default = {
|
|
|
559
559
|
'fabric.editor.extension.deleteElementTitle': 'Xóa thành phần',
|
|
560
560
|
'fabric.editor.extension.loading-error': 'Đã xảy ra lỗi khi tải phần mở rộng!',
|
|
561
561
|
'fabric.editor.extension.sourceNoTitledName': 'thành phần này',
|
|
562
|
+
'fabric.editor.extension.unknownMacroHeader': 'Macro không xác định: "{macroTitle}"',
|
|
563
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': 'Phần giữ chỗ macro không xác định',
|
|
562
564
|
'fabric.editor.extensionInSyncBlockDescription': 'Điều này có thể xảy ra nếu khối đã đồng bộ của bạn được sử dụng ở những nơi không hỗ trợ một số loại macro.',
|
|
563
565
|
'fabric.editor.extensionInSyncBlockTitle': 'Một số macro có thể không hoạt động khi thêm các khối đã đồng bộ vào vị trí mới',
|
|
564
566
|
'fabric.editor.extensions.config-panel.save-indicator': 'Mọi thay đổi luôn được lưu tự động',
|
package/dist/esm/i18n/da.d.ts
CHANGED
|
@@ -570,6 +570,7 @@ declare const _default: {
|
|
|
570
570
|
'fabric.editor.extension.loading-error': string;
|
|
571
571
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
572
572
|
'fabric.editor.extension.unknownMacroHeader': string;
|
|
573
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': string;
|
|
573
574
|
'fabric.editor.extensionInSyncBlockDescription': string;
|
|
574
575
|
'fabric.editor.extensionInSyncBlockTitle': string;
|
|
575
576
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -572,6 +572,7 @@ export default {
|
|
|
572
572
|
'fabric.editor.extension.loading-error': 'Fejl ved indlæsning af udvidelse!',
|
|
573
573
|
'fabric.editor.extension.sourceNoTitledName': 'dette element',
|
|
574
574
|
'fabric.editor.extension.unknownMacroHeader': "Ukendt makro: ''''{macroTitle}''''",
|
|
575
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': 'Ukendt makropladsholder',
|
|
575
576
|
'fabric.editor.extensionInSyncBlockDescription': 'Dette kan ske, hvis din synkroniserede blok bruges på steder, der ikke understøtter bestemte makroer.',
|
|
576
577
|
'fabric.editor.extensionInSyncBlockTitle': 'Nogle makroer fungerer muligvis ikke, når du føjer synkroniserede blokke til nye placeringer',
|
|
577
578
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alle ændringer gemmes altid automatisk',
|
package/dist/esm/i18n/en.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ declare const _default: {
|
|
|
27
27
|
'editor.imageEditor.cancel': string;
|
|
28
28
|
'editor.imageEditor.done': string;
|
|
29
29
|
'editor.imageEditor.saving': string;
|
|
30
|
+
'editor.trackChanges.added': string;
|
|
30
31
|
'editor.trackChanges.removed': string;
|
|
31
32
|
'editor.trackChanges.toolbarIconLabel': string;
|
|
32
33
|
'fablric.editor.viewAllInserts': string;
|
|
@@ -342,6 +343,13 @@ declare const _default: {
|
|
|
342
343
|
'fabric.editor.ai.screens.preview.convoAIBeta': string;
|
|
343
344
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
344
345
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
346
|
+
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': string;
|
|
347
|
+
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': string;
|
|
348
|
+
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': string;
|
|
349
|
+
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': string;
|
|
350
|
+
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': string;
|
|
351
|
+
'fabric.editor.ai.suggestions.card.privateLabel.non-final': string;
|
|
352
|
+
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': string;
|
|
345
353
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': string;
|
|
346
354
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': string;
|
|
347
355
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': string;
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -29,6 +29,7 @@ export default {
|
|
|
29
29
|
'editor.imageEditor.cancel': 'Cancel',
|
|
30
30
|
'editor.imageEditor.done': 'Done',
|
|
31
31
|
'editor.imageEditor.saving': 'Saving...',
|
|
32
|
+
'editor.trackChanges.added': 'Added',
|
|
32
33
|
'editor.trackChanges.removed': 'Removed',
|
|
33
34
|
'editor.trackChanges.toolbarIconLabel': 'View changes',
|
|
34
35
|
'fablric.editor.viewAllInserts': 'View all inserts',
|
|
@@ -344,6 +345,13 @@ export default {
|
|
|
344
345
|
'fabric.editor.ai.screens.preview.convoAIBeta': 'Content generation requests that reference URLs is in beta.',
|
|
345
346
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
346
347
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
348
|
+
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': 'Accept',
|
|
349
|
+
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': 'Close',
|
|
350
|
+
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
351
|
+
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
352
|
+
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': 'Expand',
|
|
353
|
+
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
354
|
+
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
347
355
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': 'Apply changes',
|
|
348
356
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': 'Fetch suggestions',
|
|
349
357
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': 'Loading…',
|
|
@@ -872,7 +880,7 @@ export default {
|
|
|
872
880
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
873
881
|
'fabric.editor.panel.panelsGroup': 'Panel Types',
|
|
874
882
|
'fabric.editor.panelButtonTitle': 'Panel',
|
|
875
|
-
'fabric.editor.pasteMenuActionsTitle': '
|
|
883
|
+
'fabric.editor.pasteMenuActionsTitle': 'Paste actions',
|
|
876
884
|
'fabric.editor.pasteOptions': 'Paste options',
|
|
877
885
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
878
886
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
package/dist/esm/i18n/en_GB.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ declare const _default: {
|
|
|
27
27
|
'editor.imageEditor.cancel': string;
|
|
28
28
|
'editor.imageEditor.done': string;
|
|
29
29
|
'editor.imageEditor.saving': string;
|
|
30
|
+
'editor.trackChanges.added': string;
|
|
30
31
|
'editor.trackChanges.removed': string;
|
|
31
32
|
'editor.trackChanges.toolbarIconLabel': string;
|
|
32
33
|
'fablric.editor.viewAllInserts': string;
|
|
@@ -342,6 +343,13 @@ declare const _default: {
|
|
|
342
343
|
'fabric.editor.ai.screens.preview.convoAIBeta': string;
|
|
343
344
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
344
345
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
346
|
+
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': string;
|
|
347
|
+
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': string;
|
|
348
|
+
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': string;
|
|
349
|
+
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': string;
|
|
350
|
+
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': string;
|
|
351
|
+
'fabric.editor.ai.suggestions.card.privateLabel.non-final': string;
|
|
352
|
+
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': string;
|
|
345
353
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': string;
|
|
346
354
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': string;
|
|
347
355
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': string;
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -29,6 +29,7 @@ export default {
|
|
|
29
29
|
'editor.imageEditor.cancel': 'Cancel',
|
|
30
30
|
'editor.imageEditor.done': 'Done',
|
|
31
31
|
'editor.imageEditor.saving': 'Saving...',
|
|
32
|
+
'editor.trackChanges.added': 'Added',
|
|
32
33
|
'editor.trackChanges.removed': 'Removed',
|
|
33
34
|
'editor.trackChanges.toolbarIconLabel': 'View changes',
|
|
34
35
|
'fablric.editor.viewAllInserts': 'View all inserts',
|
|
@@ -344,6 +345,13 @@ export default {
|
|
|
344
345
|
'fabric.editor.ai.screens.preview.convoAIBeta': 'Content generation requests that reference URLs is in beta.',
|
|
345
346
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
346
347
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
348
|
+
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': 'Accept',
|
|
349
|
+
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': 'Close',
|
|
350
|
+
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
351
|
+
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
352
|
+
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': 'Expand',
|
|
353
|
+
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
354
|
+
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
347
355
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': 'Apply changes',
|
|
348
356
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': 'Fetch suggestions',
|
|
349
357
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': 'Loading…',
|
|
@@ -872,7 +880,7 @@ export default {
|
|
|
872
880
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
873
881
|
'fabric.editor.panel.panelsGroup': 'Panel Types',
|
|
874
882
|
'fabric.editor.panelButtonTitle': 'Panel',
|
|
875
|
-
'fabric.editor.pasteMenuActionsTitle': '
|
|
883
|
+
'fabric.editor.pasteMenuActionsTitle': 'Paste actions',
|
|
876
884
|
'fabric.editor.pasteOptions': 'Paste options',
|
|
877
885
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
878
886
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
package/dist/esm/i18n/en_ZZ.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ declare const _default: {
|
|
|
27
27
|
'editor.imageEditor.cancel': string;
|
|
28
28
|
'editor.imageEditor.done': string;
|
|
29
29
|
'editor.imageEditor.saving': string;
|
|
30
|
+
'editor.trackChanges.added': string;
|
|
30
31
|
'editor.trackChanges.removed': string;
|
|
31
32
|
'editor.trackChanges.toolbarIconLabel': string;
|
|
32
33
|
'fablric.editor.viewAllInserts': string;
|
|
@@ -342,6 +343,13 @@ declare const _default: {
|
|
|
342
343
|
'fabric.editor.ai.screens.preview.convoAIBeta': string;
|
|
343
344
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
344
345
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
346
|
+
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': string;
|
|
347
|
+
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': string;
|
|
348
|
+
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': string;
|
|
349
|
+
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': string;
|
|
350
|
+
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': string;
|
|
351
|
+
'fabric.editor.ai.suggestions.card.privateLabel.non-final': string;
|
|
352
|
+
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': string;
|
|
345
353
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': string;
|
|
346
354
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': string;
|
|
347
355
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': string;
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -29,6 +29,7 @@ export default {
|
|
|
29
29
|
'editor.imageEditor.cancel': 'Cancel',
|
|
30
30
|
'editor.imageEditor.done': 'Done',
|
|
31
31
|
'editor.imageEditor.saving': 'Saving...',
|
|
32
|
+
'editor.trackChanges.added': 'Added',
|
|
32
33
|
'editor.trackChanges.removed': 'Removed',
|
|
33
34
|
'editor.trackChanges.toolbarIconLabel': 'View changes',
|
|
34
35
|
'fablric.editor.viewAllInserts': 'View all inserts',
|
|
@@ -344,6 +345,13 @@ export default {
|
|
|
344
345
|
'fabric.editor.ai.screens.preview.convoAIBeta': 'Content generation requests that reference URLs is in beta.',
|
|
345
346
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
346
347
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
348
|
+
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': 'Accept',
|
|
349
|
+
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': 'Close',
|
|
350
|
+
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
351
|
+
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
352
|
+
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': 'Expand',
|
|
353
|
+
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
354
|
+
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
347
355
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': 'Apply changes',
|
|
348
356
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': 'Fetch suggestions',
|
|
349
357
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': 'Loading…',
|
|
@@ -872,7 +880,7 @@ export default {
|
|
|
872
880
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
873
881
|
'fabric.editor.panel.panelsGroup': 'Panel Types',
|
|
874
882
|
'fabric.editor.panelButtonTitle': 'Panel',
|
|
875
|
-
'fabric.editor.pasteMenuActionsTitle': '
|
|
883
|
+
'fabric.editor.pasteMenuActionsTitle': 'Paste actions',
|
|
876
884
|
'fabric.editor.pasteOptions': 'Paste options',
|
|
877
885
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
878
886
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
package/dist/esm/i18n/sl.d.ts
CHANGED
|
@@ -381,6 +381,7 @@ declare const _default: {
|
|
|
381
381
|
'fabric.editor.alignment': string;
|
|
382
382
|
'fabric.editor.altText': string;
|
|
383
383
|
'fabric.editor.alttext.validation': string;
|
|
384
|
+
'fabric.editor.alwaysShowTitle.non-final': string;
|
|
384
385
|
'fabric.editor.annotationToolbar': string;
|
|
385
386
|
'fabric.editor.anonymous-collaborator': string;
|
|
386
387
|
'fabric.editor.aria.textbox': string;
|
|
@@ -862,6 +863,7 @@ declare const _default: {
|
|
|
862
863
|
'fabric.editor.redo': string;
|
|
863
864
|
'fabric.editor.referenceSyncBlockLastEdited': string;
|
|
864
865
|
'fabric.editor.referenceSyncBlockTooltip': string;
|
|
866
|
+
'fabric.editor.refresh.non-final': string;
|
|
865
867
|
'fabric.editor.remove': string;
|
|
866
868
|
'fabric.editor.removeColumns': string;
|
|
867
869
|
'fabric.editor.removeEmoji': string;
|
|
@@ -897,6 +899,7 @@ declare const _default: {
|
|
|
897
899
|
'fabric.editor.selectTableRow': string;
|
|
898
900
|
'fabric.editor.selectionExtensionDropdownButtonLabel': string;
|
|
899
901
|
'fabric.editor.selectionToolbarOverflowMenuTooltip': string;
|
|
902
|
+
'fabric.editor.setEmbedType.non-final': string;
|
|
900
903
|
'fabric.editor.settingsLinks': string;
|
|
901
904
|
'fabric.editor.shortEmptyNodePlaceholderSlash': string;
|
|
902
905
|
'fabric.editor.shortEmptyNodePlaceholderSuffix': string;
|
|
@@ -904,6 +907,7 @@ declare const _default: {
|
|
|
904
907
|
'fabric.editor.shortcut': string;
|
|
905
908
|
'fabric.editor.single': string;
|
|
906
909
|
'fabric.editor.singleColumns': string;
|
|
910
|
+
'fabric.editor.smallText': string;
|
|
907
911
|
'fabric.editor.sortColumnASC': string;
|
|
908
912
|
'fabric.editor.sortColumnDESC': string;
|
|
909
913
|
'fabric.editor.sortColumnDecreasing': string;
|
package/dist/esm/i18n/sl.js
CHANGED
|
@@ -383,6 +383,7 @@ export default {
|
|
|
383
383
|
'fabric.editor.alignment': 'Poravnava besedila',
|
|
384
384
|
'fabric.editor.altText': 'Nadomestno besedilo',
|
|
385
385
|
'fabric.editor.alttext.validation': 'Iz nadomestnega besedila odstranite morebitne posebne znake.',
|
|
386
|
+
'fabric.editor.alwaysShowTitle.non-final': 'Vedno prikaži naslov',
|
|
386
387
|
'fabric.editor.annotationToolbar': 'Orodna vrstica za opombe',
|
|
387
388
|
'fabric.editor.anonymous-collaborator': 'Anonimni sodelavec',
|
|
388
389
|
'fabric.editor.aria.textbox': 'polje z besedilom',
|
|
@@ -864,6 +865,7 @@ export default {
|
|
|
864
865
|
'fabric.editor.redo': 'Uveljavi',
|
|
865
866
|
'fabric.editor.referenceSyncBlockLastEdited': 'Nazadnje urejeno:',
|
|
866
867
|
'fabric.editor.referenceSyncBlockTooltip': 'Sinhronizirano iz: {title}',
|
|
868
|
+
'fabric.editor.refresh.non-final': 'Osveži',
|
|
867
869
|
'fabric.editor.remove': 'Odstrani',
|
|
868
870
|
'fabric.editor.removeColumns': '{0, plural, one {Izbriši stolpec} two {Izbriši stolpca} few {Izbriši stolpce} other {Izbriši stolpce}}',
|
|
869
871
|
'fabric.editor.removeEmoji': 'Odstrani emodži',
|
|
@@ -899,6 +901,7 @@ export default {
|
|
|
899
901
|
'fabric.editor.selectTableRow': 'Izbira vrstica tabele',
|
|
900
902
|
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Izberi aplikacijo',
|
|
901
903
|
'fabric.editor.selectionToolbarOverflowMenuTooltip': 'Več možnosti',
|
|
904
|
+
'fabric.editor.setEmbedType.non-final': 'Nastavi vrsto vdelave',
|
|
902
905
|
'fabric.editor.settingsLinks': 'Na nastavitve povezave',
|
|
903
906
|
'fabric.editor.shortEmptyNodePlaceholderSlash': '/',
|
|
904
907
|
'fabric.editor.shortEmptyNodePlaceholderSuffix': 'za vstavljanje',
|
|
@@ -906,6 +909,7 @@ export default {
|
|
|
906
909
|
'fabric.editor.shortcut': 'Besedilna bližnjica',
|
|
907
910
|
'fabric.editor.single': 'Postavitev z enim stolpcem',
|
|
908
911
|
'fabric.editor.singleColumns': 'Postavitev z 1 stolpcem',
|
|
912
|
+
'fabric.editor.smallText': 'Majhno besedilo',
|
|
909
913
|
'fabric.editor.sortColumnASC': 'Razvrsti stolpec A → Ž',
|
|
910
914
|
'fabric.editor.sortColumnDESC': 'Razvrsti stolpec Ž → A',
|
|
911
915
|
'fabric.editor.sortColumnDecreasing': 'Razvrsti padajoče',
|
package/dist/esm/i18n/uk.d.ts
CHANGED
|
@@ -298,6 +298,7 @@ declare const _default: {
|
|
|
298
298
|
'fabric.editor.alignment': string;
|
|
299
299
|
'fabric.editor.altText': string;
|
|
300
300
|
'fabric.editor.alttext.validation': string;
|
|
301
|
+
'fabric.editor.alwaysShowTitle.non-final': string;
|
|
301
302
|
'fabric.editor.annotationToolbar': string;
|
|
302
303
|
'fabric.editor.anonymous-collaborator': string;
|
|
303
304
|
'fabric.editor.aria.textbox': string;
|
|
@@ -828,6 +829,7 @@ declare const _default: {
|
|
|
828
829
|
'fabric.editor.selectTableRow': string;
|
|
829
830
|
'fabric.editor.selectionExtensionDropdownButtonLabel': string;
|
|
830
831
|
'fabric.editor.selectionToolbarOverflowMenuTooltip': string;
|
|
832
|
+
'fabric.editor.setEmbedType.non-final': string;
|
|
831
833
|
'fabric.editor.settingsLinks': string;
|
|
832
834
|
'fabric.editor.shortEmptyNodePlaceholderSlash': string;
|
|
833
835
|
'fabric.editor.shortEmptyNodePlaceholderSuffix': string;
|
|
@@ -835,6 +837,7 @@ declare const _default: {
|
|
|
835
837
|
'fabric.editor.shortcut': string;
|
|
836
838
|
'fabric.editor.single': string;
|
|
837
839
|
'fabric.editor.singleColumns': string;
|
|
840
|
+
'fabric.editor.smallText': string;
|
|
838
841
|
'fabric.editor.sortColumnASC': string;
|
|
839
842
|
'fabric.editor.sortColumnDESC': string;
|
|
840
843
|
'fabric.editor.sortColumnDecreasing': string;
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -300,6 +300,7 @@ export default {
|
|
|
300
300
|
'fabric.editor.alignment': 'Вирівнювання тексту',
|
|
301
301
|
'fabric.editor.altText': 'Текст заміщення',
|
|
302
302
|
'fabric.editor.alttext.validation': 'Видаліть будь-які спеціальні символи з тексту заміщення.',
|
|
303
|
+
'fabric.editor.alwaysShowTitle.non-final': 'Завжди показувати заголовок',
|
|
303
304
|
'fabric.editor.annotationToolbar': 'Панель приміток',
|
|
304
305
|
'fabric.editor.anonymous-collaborator': 'Анонімний співробітник',
|
|
305
306
|
'fabric.editor.aria.textbox': 'текстове поле',
|
|
@@ -830,6 +831,7 @@ export default {
|
|
|
830
831
|
'fabric.editor.selectTableRow': 'Виберіть рядок таблиці',
|
|
831
832
|
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Вибрати додаток',
|
|
832
833
|
'fabric.editor.selectionToolbarOverflowMenuTooltip': 'Інші варіанти',
|
|
834
|
+
'fabric.editor.setEmbedType.non-final': 'Установити тип вбудування',
|
|
833
835
|
'fabric.editor.settingsLinks': 'Перейти до параметрів посилань',
|
|
834
836
|
'fabric.editor.shortEmptyNodePlaceholderSlash': '/',
|
|
835
837
|
'fabric.editor.shortEmptyNodePlaceholderSuffix': 'вставити',
|
|
@@ -837,6 +839,7 @@ export default {
|
|
|
837
839
|
'fabric.editor.shortcut': 'Сполучення клавіш для тексту',
|
|
838
840
|
'fabric.editor.single': 'Макет з одним стовпцем',
|
|
839
841
|
'fabric.editor.singleColumns': 'Макет з 1 стовпцем',
|
|
842
|
+
'fabric.editor.smallText': 'Малий текст',
|
|
840
843
|
'fabric.editor.sortColumnASC': 'Сортувати стовпці від А до Я',
|
|
841
844
|
'fabric.editor.sortColumnDESC': 'Сортувати стовпці від Я до А',
|
|
842
845
|
'fabric.editor.sortColumnDecreasing': 'Сортування за зменшенням',
|
package/dist/esm/i18n/vi.d.ts
CHANGED
|
@@ -555,6 +555,8 @@ declare const _default: {
|
|
|
555
555
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
556
556
|
'fabric.editor.extension.loading-error': string;
|
|
557
557
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
558
|
+
'fabric.editor.extension.unknownMacroHeader': string;
|
|
559
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': string;
|
|
558
560
|
'fabric.editor.extensionInSyncBlockDescription': string;
|
|
559
561
|
'fabric.editor.extensionInSyncBlockTitle': string;
|
|
560
562
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -557,6 +557,8 @@ export default {
|
|
|
557
557
|
'fabric.editor.extension.deleteElementTitle': 'Xóa thành phần',
|
|
558
558
|
'fabric.editor.extension.loading-error': 'Đã xảy ra lỗi khi tải phần mở rộng!',
|
|
559
559
|
'fabric.editor.extension.sourceNoTitledName': 'thành phần này',
|
|
560
|
+
'fabric.editor.extension.unknownMacroHeader': 'Macro không xác định: "{macroTitle}"',
|
|
561
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': 'Phần giữ chỗ macro không xác định',
|
|
560
562
|
'fabric.editor.extensionInSyncBlockDescription': 'Điều này có thể xảy ra nếu khối đã đồng bộ của bạn được sử dụng ở những nơi không hỗ trợ một số loại macro.',
|
|
561
563
|
'fabric.editor.extensionInSyncBlockTitle': 'Một số macro có thể không hoạt động khi thêm các khối đã đồng bộ vào vị trí mới',
|
|
562
564
|
'fabric.editor.extensions.config-panel.save-indicator': 'Mọi thay đổi luôn được lưu tự động',
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -570,6 +570,7 @@ declare const _default: {
|
|
|
570
570
|
'fabric.editor.extension.loading-error': string;
|
|
571
571
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
572
572
|
'fabric.editor.extension.unknownMacroHeader': string;
|
|
573
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': string;
|
|
573
574
|
'fabric.editor.extensionInSyncBlockDescription': string;
|
|
574
575
|
'fabric.editor.extensionInSyncBlockTitle': string;
|
|
575
576
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ declare const _default: {
|
|
|
27
27
|
'editor.imageEditor.cancel': string;
|
|
28
28
|
'editor.imageEditor.done': string;
|
|
29
29
|
'editor.imageEditor.saving': string;
|
|
30
|
+
'editor.trackChanges.added': string;
|
|
30
31
|
'editor.trackChanges.removed': string;
|
|
31
32
|
'editor.trackChanges.toolbarIconLabel': string;
|
|
32
33
|
'fablric.editor.viewAllInserts': string;
|
|
@@ -342,6 +343,13 @@ declare const _default: {
|
|
|
342
343
|
'fabric.editor.ai.screens.preview.convoAIBeta': string;
|
|
343
344
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
344
345
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
346
|
+
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': string;
|
|
347
|
+
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': string;
|
|
348
|
+
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': string;
|
|
349
|
+
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': string;
|
|
350
|
+
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': string;
|
|
351
|
+
'fabric.editor.ai.suggestions.card.privateLabel.non-final': string;
|
|
352
|
+
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': string;
|
|
345
353
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': string;
|
|
346
354
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': string;
|
|
347
355
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': string;
|
|
@@ -27,6 +27,7 @@ declare const _default: {
|
|
|
27
27
|
'editor.imageEditor.cancel': string;
|
|
28
28
|
'editor.imageEditor.done': string;
|
|
29
29
|
'editor.imageEditor.saving': string;
|
|
30
|
+
'editor.trackChanges.added': string;
|
|
30
31
|
'editor.trackChanges.removed': string;
|
|
31
32
|
'editor.trackChanges.toolbarIconLabel': string;
|
|
32
33
|
'fablric.editor.viewAllInserts': string;
|
|
@@ -342,6 +343,13 @@ declare const _default: {
|
|
|
342
343
|
'fabric.editor.ai.screens.preview.convoAIBeta': string;
|
|
343
344
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
344
345
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
346
|
+
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': string;
|
|
347
|
+
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': string;
|
|
348
|
+
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': string;
|
|
349
|
+
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': string;
|
|
350
|
+
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': string;
|
|
351
|
+
'fabric.editor.ai.suggestions.card.privateLabel.non-final': string;
|
|
352
|
+
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': string;
|
|
345
353
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': string;
|
|
346
354
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': string;
|
|
347
355
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': string;
|
|
@@ -27,6 +27,7 @@ declare const _default: {
|
|
|
27
27
|
'editor.imageEditor.cancel': string;
|
|
28
28
|
'editor.imageEditor.done': string;
|
|
29
29
|
'editor.imageEditor.saving': string;
|
|
30
|
+
'editor.trackChanges.added': string;
|
|
30
31
|
'editor.trackChanges.removed': string;
|
|
31
32
|
'editor.trackChanges.toolbarIconLabel': string;
|
|
32
33
|
'fablric.editor.viewAllInserts': string;
|
|
@@ -342,6 +343,13 @@ declare const _default: {
|
|
|
342
343
|
'fabric.editor.ai.screens.preview.convoAIBeta': string;
|
|
343
344
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
344
345
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
346
|
+
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': string;
|
|
347
|
+
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': string;
|
|
348
|
+
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': string;
|
|
349
|
+
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': string;
|
|
350
|
+
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': string;
|
|
351
|
+
'fabric.editor.ai.suggestions.card.privateLabel.non-final': string;
|
|
352
|
+
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': string;
|
|
345
353
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': string;
|
|
346
354
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': string;
|
|
347
355
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': string;
|
package/dist/types/i18n/sl.d.ts
CHANGED
|
@@ -381,6 +381,7 @@ declare const _default: {
|
|
|
381
381
|
'fabric.editor.alignment': string;
|
|
382
382
|
'fabric.editor.altText': string;
|
|
383
383
|
'fabric.editor.alttext.validation': string;
|
|
384
|
+
'fabric.editor.alwaysShowTitle.non-final': string;
|
|
384
385
|
'fabric.editor.annotationToolbar': string;
|
|
385
386
|
'fabric.editor.anonymous-collaborator': string;
|
|
386
387
|
'fabric.editor.aria.textbox': string;
|
|
@@ -862,6 +863,7 @@ declare const _default: {
|
|
|
862
863
|
'fabric.editor.redo': string;
|
|
863
864
|
'fabric.editor.referenceSyncBlockLastEdited': string;
|
|
864
865
|
'fabric.editor.referenceSyncBlockTooltip': string;
|
|
866
|
+
'fabric.editor.refresh.non-final': string;
|
|
865
867
|
'fabric.editor.remove': string;
|
|
866
868
|
'fabric.editor.removeColumns': string;
|
|
867
869
|
'fabric.editor.removeEmoji': string;
|
|
@@ -897,6 +899,7 @@ declare const _default: {
|
|
|
897
899
|
'fabric.editor.selectTableRow': string;
|
|
898
900
|
'fabric.editor.selectionExtensionDropdownButtonLabel': string;
|
|
899
901
|
'fabric.editor.selectionToolbarOverflowMenuTooltip': string;
|
|
902
|
+
'fabric.editor.setEmbedType.non-final': string;
|
|
900
903
|
'fabric.editor.settingsLinks': string;
|
|
901
904
|
'fabric.editor.shortEmptyNodePlaceholderSlash': string;
|
|
902
905
|
'fabric.editor.shortEmptyNodePlaceholderSuffix': string;
|
|
@@ -904,6 +907,7 @@ declare const _default: {
|
|
|
904
907
|
'fabric.editor.shortcut': string;
|
|
905
908
|
'fabric.editor.single': string;
|
|
906
909
|
'fabric.editor.singleColumns': string;
|
|
910
|
+
'fabric.editor.smallText': string;
|
|
907
911
|
'fabric.editor.sortColumnASC': string;
|
|
908
912
|
'fabric.editor.sortColumnDESC': string;
|
|
909
913
|
'fabric.editor.sortColumnDecreasing': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -298,6 +298,7 @@ declare const _default: {
|
|
|
298
298
|
'fabric.editor.alignment': string;
|
|
299
299
|
'fabric.editor.altText': string;
|
|
300
300
|
'fabric.editor.alttext.validation': string;
|
|
301
|
+
'fabric.editor.alwaysShowTitle.non-final': string;
|
|
301
302
|
'fabric.editor.annotationToolbar': string;
|
|
302
303
|
'fabric.editor.anonymous-collaborator': string;
|
|
303
304
|
'fabric.editor.aria.textbox': string;
|
|
@@ -828,6 +829,7 @@ declare const _default: {
|
|
|
828
829
|
'fabric.editor.selectTableRow': string;
|
|
829
830
|
'fabric.editor.selectionExtensionDropdownButtonLabel': string;
|
|
830
831
|
'fabric.editor.selectionToolbarOverflowMenuTooltip': string;
|
|
832
|
+
'fabric.editor.setEmbedType.non-final': string;
|
|
831
833
|
'fabric.editor.settingsLinks': string;
|
|
832
834
|
'fabric.editor.shortEmptyNodePlaceholderSlash': string;
|
|
833
835
|
'fabric.editor.shortEmptyNodePlaceholderSuffix': string;
|
|
@@ -835,6 +837,7 @@ declare const _default: {
|
|
|
835
837
|
'fabric.editor.shortcut': string;
|
|
836
838
|
'fabric.editor.single': string;
|
|
837
839
|
'fabric.editor.singleColumns': string;
|
|
840
|
+
'fabric.editor.smallText': string;
|
|
838
841
|
'fabric.editor.sortColumnASC': string;
|
|
839
842
|
'fabric.editor.sortColumnDESC': string;
|
|
840
843
|
'fabric.editor.sortColumnDecreasing': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -555,6 +555,8 @@ declare const _default: {
|
|
|
555
555
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
556
556
|
'fabric.editor.extension.loading-error': string;
|
|
557
557
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
558
|
+
'fabric.editor.extension.unknownMacroHeader': string;
|
|
559
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': string;
|
|
558
560
|
'fabric.editor.extensionInSyncBlockDescription': string;
|
|
559
561
|
'fabric.editor.extensionInSyncBlockTitle': string;
|
|
560
562
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
package/i18n/da.ts
CHANGED
|
@@ -641,6 +641,7 @@ export default {
|
|
|
641
641
|
'fabric.editor.extension.loading-error': 'Fejl ved indlæsning af udvidelse!',
|
|
642
642
|
'fabric.editor.extension.sourceNoTitledName': 'dette element',
|
|
643
643
|
'fabric.editor.extension.unknownMacroHeader': "Ukendt makro: ''''{macroTitle}''''",
|
|
644
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': 'Ukendt makropladsholder',
|
|
644
645
|
'fabric.editor.extensionInSyncBlockDescription':
|
|
645
646
|
'Dette kan ske, hvis din synkroniserede blok bruges på steder, der ikke understøtter bestemte makroer.',
|
|
646
647
|
'fabric.editor.extensionInSyncBlockTitle':
|
package/i18n/en.ts
CHANGED
|
@@ -29,6 +29,7 @@ export default {
|
|
|
29
29
|
'editor.imageEditor.cancel': 'Cancel',
|
|
30
30
|
'editor.imageEditor.done': 'Done',
|
|
31
31
|
'editor.imageEditor.saving': 'Saving...',
|
|
32
|
+
'editor.trackChanges.added': 'Added',
|
|
32
33
|
'editor.trackChanges.removed': 'Removed',
|
|
33
34
|
'editor.trackChanges.toolbarIconLabel': 'View changes',
|
|
34
35
|
'fablric.editor.viewAllInserts': 'View all inserts',
|
|
@@ -408,6 +409,13 @@ export default {
|
|
|
408
409
|
'fabric.editor.ai.screens.preview.convoAIBeta': 'Content generation requests that reference URLs is in beta.',
|
|
409
410
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
410
411
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
412
|
+
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': 'Accept',
|
|
413
|
+
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': 'Close',
|
|
414
|
+
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
415
|
+
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
416
|
+
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': 'Expand',
|
|
417
|
+
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
418
|
+
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
411
419
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': 'Apply changes',
|
|
412
420
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': 'Fetch suggestions',
|
|
413
421
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': 'Loading…',
|
|
@@ -973,7 +981,7 @@ export default {
|
|
|
973
981
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
974
982
|
'fabric.editor.panel.panelsGroup': 'Panel Types',
|
|
975
983
|
'fabric.editor.panelButtonTitle': 'Panel',
|
|
976
|
-
'fabric.editor.pasteMenuActionsTitle': '
|
|
984
|
+
'fabric.editor.pasteMenuActionsTitle': 'Paste actions',
|
|
977
985
|
'fabric.editor.pasteOptions': 'Paste options',
|
|
978
986
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
979
987
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
package/i18n/en_GB.ts
CHANGED
|
@@ -29,6 +29,7 @@ export default {
|
|
|
29
29
|
'editor.imageEditor.cancel': 'Cancel',
|
|
30
30
|
'editor.imageEditor.done': 'Done',
|
|
31
31
|
'editor.imageEditor.saving': 'Saving...',
|
|
32
|
+
'editor.trackChanges.added': 'Added',
|
|
32
33
|
'editor.trackChanges.removed': 'Removed',
|
|
33
34
|
'editor.trackChanges.toolbarIconLabel': 'View changes',
|
|
34
35
|
'fablric.editor.viewAllInserts': 'View all inserts',
|
|
@@ -408,6 +409,13 @@ export default {
|
|
|
408
409
|
'fabric.editor.ai.screens.preview.convoAIBeta': 'Content generation requests that reference URLs is in beta.',
|
|
409
410
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
410
411
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
412
|
+
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': 'Accept',
|
|
413
|
+
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': 'Close',
|
|
414
|
+
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
415
|
+
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
416
|
+
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': 'Expand',
|
|
417
|
+
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
418
|
+
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
411
419
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': 'Apply changes',
|
|
412
420
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': 'Fetch suggestions',
|
|
413
421
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': 'Loading…',
|
|
@@ -973,7 +981,7 @@ export default {
|
|
|
973
981
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
974
982
|
'fabric.editor.panel.panelsGroup': 'Panel Types',
|
|
975
983
|
'fabric.editor.panelButtonTitle': 'Panel',
|
|
976
|
-
'fabric.editor.pasteMenuActionsTitle': '
|
|
984
|
+
'fabric.editor.pasteMenuActionsTitle': 'Paste actions',
|
|
977
985
|
'fabric.editor.pasteOptions': 'Paste options',
|
|
978
986
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
979
987
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
package/i18n/en_ZZ.ts
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
'editor.imageEditor.cancel': 'Cancel',
|
|
31
31
|
'editor.imageEditor.done': 'Done',
|
|
32
32
|
'editor.imageEditor.saving': 'Saving...',
|
|
33
|
+
'editor.trackChanges.added': 'Added',
|
|
33
34
|
'editor.trackChanges.removed': 'Removed',
|
|
34
35
|
'editor.trackChanges.toolbarIconLabel': 'View changes',
|
|
35
36
|
'fablric.editor.viewAllInserts': 'View all inserts',
|
|
@@ -501,6 +502,13 @@ export default {
|
|
|
501
502
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip':
|
|
502
503
|
'Highlight a term, acronym, or abbreviation',
|
|
503
504
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
505
|
+
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': 'Accept',
|
|
506
|
+
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': 'Close',
|
|
507
|
+
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
508
|
+
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
509
|
+
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': 'Expand',
|
|
510
|
+
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
511
|
+
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
504
512
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': 'Apply changes',
|
|
505
513
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final':
|
|
506
514
|
'Fetch suggestions',
|
|
@@ -1096,7 +1104,7 @@ export default {
|
|
|
1096
1104
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
1097
1105
|
'fabric.editor.panel.panelsGroup': 'Panel Types',
|
|
1098
1106
|
'fabric.editor.panelButtonTitle': 'Panel',
|
|
1099
|
-
'fabric.editor.pasteMenuActionsTitle': '
|
|
1107
|
+
'fabric.editor.pasteMenuActionsTitle': 'Paste actions',
|
|
1100
1108
|
'fabric.editor.pasteOptions': 'Paste options',
|
|
1101
1109
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
1102
1110
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
package/i18n/sl.ts
CHANGED
|
@@ -453,6 +453,7 @@ export default {
|
|
|
453
453
|
'fabric.editor.alignment': 'Poravnava besedila',
|
|
454
454
|
'fabric.editor.altText': 'Nadomestno besedilo',
|
|
455
455
|
'fabric.editor.alttext.validation': 'Iz nadomestnega besedila odstranite morebitne posebne znake.',
|
|
456
|
+
'fabric.editor.alwaysShowTitle.non-final': 'Vedno prikaži naslov',
|
|
456
457
|
'fabric.editor.annotationToolbar': 'Orodna vrstica za opombe',
|
|
457
458
|
'fabric.editor.anonymous-collaborator': 'Anonimni sodelavec',
|
|
458
459
|
'fabric.editor.aria.textbox': 'polje z besedilom',
|
|
@@ -983,6 +984,7 @@ export default {
|
|
|
983
984
|
'fabric.editor.redo': 'Uveljavi',
|
|
984
985
|
'fabric.editor.referenceSyncBlockLastEdited': 'Nazadnje urejeno:',
|
|
985
986
|
'fabric.editor.referenceSyncBlockTooltip': 'Sinhronizirano iz: {title}',
|
|
987
|
+
'fabric.editor.refresh.non-final': 'Osveži',
|
|
986
988
|
'fabric.editor.remove': 'Odstrani',
|
|
987
989
|
'fabric.editor.removeColumns':
|
|
988
990
|
'{0, plural, one {Izbriši stolpec} two {Izbriši stolpca} few {Izbriši stolpce} other {Izbriši stolpce}}',
|
|
@@ -1024,6 +1026,7 @@ export default {
|
|
|
1024
1026
|
'fabric.editor.selectTableRow': 'Izbira vrstica tabele',
|
|
1025
1027
|
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Izberi aplikacijo',
|
|
1026
1028
|
'fabric.editor.selectionToolbarOverflowMenuTooltip': 'Več možnosti',
|
|
1029
|
+
'fabric.editor.setEmbedType.non-final': 'Nastavi vrsto vdelave',
|
|
1027
1030
|
'fabric.editor.settingsLinks': 'Na nastavitve povezave',
|
|
1028
1031
|
'fabric.editor.shortEmptyNodePlaceholderSlash': '/',
|
|
1029
1032
|
'fabric.editor.shortEmptyNodePlaceholderSuffix': 'za vstavljanje',
|
|
@@ -1031,6 +1034,7 @@ export default {
|
|
|
1031
1034
|
'fabric.editor.shortcut': 'Besedilna bližnjica',
|
|
1032
1035
|
'fabric.editor.single': 'Postavitev z enim stolpcem',
|
|
1033
1036
|
'fabric.editor.singleColumns': 'Postavitev z 1 stolpcem',
|
|
1037
|
+
'fabric.editor.smallText': 'Majhno besedilo',
|
|
1034
1038
|
'fabric.editor.sortColumnASC': 'Razvrsti stolpec A → Ž',
|
|
1035
1039
|
'fabric.editor.sortColumnDESC': 'Razvrsti stolpec Ž → A',
|
|
1036
1040
|
'fabric.editor.sortColumnDecreasing': 'Razvrsti padajoče',
|
package/i18n/uk.ts
CHANGED
|
@@ -359,6 +359,7 @@ export default {
|
|
|
359
359
|
'fabric.editor.alignment': 'Вирівнювання тексту',
|
|
360
360
|
'fabric.editor.altText': 'Текст заміщення',
|
|
361
361
|
'fabric.editor.alttext.validation': 'Видаліть будь-які спеціальні символи з тексту заміщення.',
|
|
362
|
+
'fabric.editor.alwaysShowTitle.non-final': 'Завжди показувати заголовок',
|
|
362
363
|
'fabric.editor.annotationToolbar': 'Панель приміток',
|
|
363
364
|
'fabric.editor.anonymous-collaborator': 'Анонімний співробітник',
|
|
364
365
|
'fabric.editor.aria.textbox': 'текстове поле',
|
|
@@ -944,6 +945,7 @@ export default {
|
|
|
944
945
|
'fabric.editor.selectTableRow': 'Виберіть рядок таблиці',
|
|
945
946
|
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Вибрати додаток',
|
|
946
947
|
'fabric.editor.selectionToolbarOverflowMenuTooltip': 'Інші варіанти',
|
|
948
|
+
'fabric.editor.setEmbedType.non-final': 'Установити тип вбудування',
|
|
947
949
|
'fabric.editor.settingsLinks': 'Перейти до параметрів посилань',
|
|
948
950
|
'fabric.editor.shortEmptyNodePlaceholderSlash': '/',
|
|
949
951
|
'fabric.editor.shortEmptyNodePlaceholderSuffix': 'вставити',
|
|
@@ -951,6 +953,7 @@ export default {
|
|
|
951
953
|
'fabric.editor.shortcut': 'Сполучення клавіш для тексту',
|
|
952
954
|
'fabric.editor.single': 'Макет з одним стовпцем',
|
|
953
955
|
'fabric.editor.singleColumns': 'Макет з 1 стовпцем',
|
|
956
|
+
'fabric.editor.smallText': 'Малий текст',
|
|
954
957
|
'fabric.editor.sortColumnASC': 'Сортувати стовпці від А до Я',
|
|
955
958
|
'fabric.editor.sortColumnDESC': 'Сортувати стовпці від Я до А',
|
|
956
959
|
'fabric.editor.sortColumnDecreasing': 'Сортування за зменшенням',
|
package/i18n/vi.ts
CHANGED
|
@@ -622,6 +622,8 @@ export default {
|
|
|
622
622
|
'fabric.editor.extension.deleteElementTitle': 'Xóa thành phần',
|
|
623
623
|
'fabric.editor.extension.loading-error': 'Đã xảy ra lỗi khi tải phần mở rộng!',
|
|
624
624
|
'fabric.editor.extension.sourceNoTitledName': 'thành phần này',
|
|
625
|
+
'fabric.editor.extension.unknownMacroHeader': 'Macro không xác định: "{macroTitle}"',
|
|
626
|
+
'fabric.editor.extension.unknownMacroPlaceholderAriaLabel': 'Phần giữ chỗ macro không xác định',
|
|
625
627
|
'fabric.editor.extensionInSyncBlockDescription':
|
|
626
628
|
'Điều này có thể xảy ra nếu khối đã đồng bộ của bạn được sử dụng ở những nơi không hỗ trợ một số loại macro.',
|
|
627
629
|
'fabric.editor.extensionInSyncBlockTitle':
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/afm-i18n-platform-editor-editor-common",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.69.0",
|
|
4
4
|
"description": "NPM i18n package for AFM platform-editor-editor-common published by Traduki",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|