@atlaskit/afm-i18n-platform-editor-editor-common 2.108.0 → 2.109.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/es.js +1 -0
- package/dist/cjs/i18n/fr.js +1 -0
- package/dist/cjs/i18n/hr.js +8 -0
- package/dist/cjs/i18n/nl.js +1 -1
- package/dist/cjs/i18n/pl.js +9 -0
- package/dist/cjs/i18n/pt_BR.js +7 -0
- package/dist/cjs/i18n/sl.js +7 -0
- package/dist/cjs/i18n/vi.js +8 -0
- package/dist/cjs/i18n/zh.js +8 -0
- package/dist/esm/i18n/es.d.ts +1 -0
- package/dist/esm/i18n/es.js +1 -0
- package/dist/esm/i18n/fr.d.ts +1 -0
- package/dist/esm/i18n/fr.js +1 -0
- package/dist/esm/i18n/hr.d.ts +8 -0
- package/dist/esm/i18n/hr.js +8 -0
- package/dist/esm/i18n/nl.js +1 -1
- package/dist/esm/i18n/pl.d.ts +9 -0
- package/dist/esm/i18n/pl.js +9 -0
- package/dist/esm/i18n/pt_BR.d.ts +7 -0
- package/dist/esm/i18n/pt_BR.js +7 -0
- package/dist/esm/i18n/sl.d.ts +7 -0
- package/dist/esm/i18n/sl.js +7 -0
- package/dist/esm/i18n/vi.d.ts +8 -0
- package/dist/esm/i18n/vi.js +8 -0
- package/dist/esm/i18n/zh.d.ts +8 -0
- package/dist/esm/i18n/zh.js +8 -0
- package/dist/types/i18n/es.d.ts +1 -0
- package/dist/types/i18n/fr.d.ts +1 -0
- package/dist/types/i18n/hr.d.ts +8 -0
- package/dist/types/i18n/pl.d.ts +9 -0
- package/dist/types/i18n/pt_BR.d.ts +7 -0
- package/dist/types/i18n/sl.d.ts +7 -0
- package/dist/types/i18n/vi.d.ts +8 -0
- package/dist/types/i18n/zh.d.ts +8 -0
- package/i18n/es.ts +1 -0
- package/i18n/fr.ts +1 -0
- package/i18n/hr.ts +8 -0
- package/i18n/nl.ts +1 -1
- package/i18n/pl.ts +9 -0
- package/i18n/pt_BR.ts +7 -0
- package/i18n/sl.ts +7 -0
- package/i18n/vi.ts +8 -0
- package/i18n/zh.ts +8 -0
- package/package.json +1 -1
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -800,6 +800,7 @@ exports.default = {
|
|
|
800
800
|
'fabric.editor.moveSelectionLeft': 'Mover selección a la izquierda',
|
|
801
801
|
'fabric.editor.moveSelectionRight': 'Mover selección a la derecha',
|
|
802
802
|
'fabric.editor.moveSelectionUp': 'Mover selección hacia arriba',
|
|
803
|
+
'fabric.editor.nativeEmbeds.expandPreview': 'Ampliar vista previa',
|
|
803
804
|
'fabric.editor.nativeEmbeds.summarise': 'Resumir',
|
|
804
805
|
'fabric.editor.navigate.toolbar.askAI': 'Preguntar a la IA',
|
|
805
806
|
'fabric.editor.navigate.toolbar.editor': 'Ve a la barra de herramientas del editor',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -800,6 +800,7 @@ exports.default = {
|
|
|
800
800
|
'fabric.editor.moveSelectionLeft': 'Déplacer la sélection vers la gauche',
|
|
801
801
|
'fabric.editor.moveSelectionRight': 'Déplacer la sélection vers la droite',
|
|
802
802
|
'fabric.editor.moveSelectionUp': 'Déplacer la sélection vers le haut',
|
|
803
|
+
'fabric.editor.nativeEmbeds.expandPreview': 'Développer l’aperçu',
|
|
803
804
|
'fabric.editor.nativeEmbeds.summarise': 'Résumer',
|
|
804
805
|
'fabric.editor.navigate.toolbar.askAI': "Demander à l'IA",
|
|
805
806
|
'fabric.editor.navigate.toolbar.editor': "Accéder à la barre d'outils de l'éditeur",
|
package/dist/cjs/i18n/hr.js
CHANGED
|
@@ -405,6 +405,9 @@ exports.default = {
|
|
|
405
405
|
'fabric.editor.ai.toolbar.tryAI.title': 'Isprobaj AI',
|
|
406
406
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Otvori Atlassian Intelligence',
|
|
407
407
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Pitaj AI {key}+'",
|
|
408
|
+
'fabric.editor.aiImageGeneration': 'Generiraj sliku',
|
|
409
|
+
'fabric.editor.aiImageGeneration.description': 'Generiraj sliku s pomoću umjetne inteligencije (AI)',
|
|
410
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': 'Generiraj sliku s pomoću umjetne inteligencije (AI)',
|
|
408
411
|
'fabric.editor.alignCenter': 'Centriraj',
|
|
409
412
|
'fabric.editor.alignImageCenter': 'Centriraj',
|
|
410
413
|
'fabric.editor.alignImageLeft': 'Poravnaj lijevo',
|
|
@@ -808,6 +811,11 @@ exports.default = {
|
|
|
808
811
|
'fabric.editor.longEmptyNodePlaceholderSuffix': 'za umetanje elemenata',
|
|
809
812
|
'fabric.editor.longEmptyNodePlaceholderText': 'Upiši / za umetanje elemenata',
|
|
810
813
|
'fabric.editor.markdown': 'Označavanje',
|
|
814
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown izvor',
|
|
815
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Prikaz načina',
|
|
816
|
+
'fabric.editor.markdownMode.viewToggle.preview': 'Pretpregled',
|
|
817
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Markdown izvor',
|
|
818
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
811
819
|
'fabric.editor.matchCase': 'Pronađi podudaranje',
|
|
812
820
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Širina medija smanjena je na {newMediaWidth,number} piksel.} few {Širina medija smanjena je na {newMediaWidth,number} piksela.} many {Širina medija smanjena je na {newMediaWidth,number} piksela.} other {Širina medija smanjena je na {newMediaWidth,number} piksela.}}',
|
|
813
821
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Širina medija povećana je na {newMediaWidth,number} piksel.} few {Širina medija povećana je na {newMediaWidth,number} piksela.} many {Širina medija povećana je na {newMediaWidth,number} piksela.} other {Širina medija povećana je na {newMediaWidth,number} piksela.}}',
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -345,7 +345,7 @@ exports.default = {
|
|
|
345
345
|
'fabric.editor.alignment': 'Tekstuitlijning',
|
|
346
346
|
'fabric.editor.altText': 'Alt-tekst',
|
|
347
347
|
'fabric.editor.alttext.validation': 'Verwijder speciale tekens uit alt-tekst.',
|
|
348
|
-
'fabric.editor.alwaysShowTitle.non-final': 'Titel
|
|
348
|
+
'fabric.editor.alwaysShowTitle.non-final': 'Titel van ingebed element weergeven',
|
|
349
349
|
'fabric.editor.annotationToolbar': 'Aantekeningentaakbalk',
|
|
350
350
|
'fabric.editor.anonymous-collaborator': 'Anonieme teamgenoot',
|
|
351
351
|
'fabric.editor.ariaRoleDescription.codeSnippetTextBox': 'tekstvak voor codefragment',
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -335,6 +335,9 @@ exports.default = {
|
|
|
335
335
|
'fabric.editor.ai.toolbar.tryAI.title': 'Wypróbuj AI',
|
|
336
336
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Otwórz Atlassian Intelligence',
|
|
337
337
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Zapytaj AI {key}+'",
|
|
338
|
+
'fabric.editor.aiImageGeneration': 'Wygeneruj obraz',
|
|
339
|
+
'fabric.editor.aiImageGeneration.description': 'Wygeneruj obraz za pomocą SI',
|
|
340
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': 'Wygeneruj obraz za pomocą SI',
|
|
338
341
|
'fabric.editor.alignCenter': 'Wyrównaj do środka',
|
|
339
342
|
'fabric.editor.alignImageCenter': 'Wyrównaj do środka',
|
|
340
343
|
'fabric.editor.alignImageLeft': 'Wyrównaj do lewej',
|
|
@@ -744,6 +747,11 @@ exports.default = {
|
|
|
744
747
|
'fabric.editor.longEmptyNodePlaceholderSuffix': 'aby wstawić elementy',
|
|
745
748
|
'fabric.editor.longEmptyNodePlaceholderText': 'Wpisz „/”, aby wstawić elementy.',
|
|
746
749
|
'fabric.editor.markdown': 'Markdown',
|
|
750
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Źródło Markdown',
|
|
751
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Tryb widoku',
|
|
752
|
+
'fabric.editor.markdownMode.viewToggle.preview': 'Podgląd',
|
|
753
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Źródło Markdown',
|
|
754
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
747
755
|
'fabric.editor.matchCase': 'Uwzględniaj wielkość liter',
|
|
748
756
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Szerokość multimediów została zmniejszona do {newMediaWidth,number} piksela.} few {Szerokość multimediów została zmniejszona do {newMediaWidth,number} pikseli.} many {Szerokość multimediów została zmniejszona do {newMediaWidth,number} pikseli.} other {Szerokość multimediów została zmniejszona do {newMediaWidth,number} piksela.}}',
|
|
749
757
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Szerokość multimediów została zwiększona do {newMediaWidth,number} piksela.} few {Szerokość multimediów została zwiększona do {newMediaWidth,number} pikseli.} many {Szerokość multimediów została zwiększona do {newMediaWidth,number} pikseli.} other {Szerokość multimediów została zwiększona do {newMediaWidth,number} piksela.}}',
|
|
@@ -800,6 +808,7 @@ exports.default = {
|
|
|
800
808
|
'fabric.editor.moveSelectionLeft': 'Przenieś zaznaczenie w lewo',
|
|
801
809
|
'fabric.editor.moveSelectionRight': 'Przenieś zaznaczenie w prawo',
|
|
802
810
|
'fabric.editor.moveSelectionUp': 'Przenieś zaznaczenie w górę',
|
|
811
|
+
'fabric.editor.nativeEmbeds.expandPreview': 'Rozwiń podgląd',
|
|
803
812
|
'fabric.editor.nativeEmbeds.summarise': 'Podsumuj',
|
|
804
813
|
'fabric.editor.navigate.toolbar.askAI': 'Zapytaj sztuczną inteligencję',
|
|
805
814
|
'fabric.editor.navigate.toolbar.editor': 'Przejdź do paska narzędzi edytora',
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -333,6 +333,9 @@ exports.default = {
|
|
|
333
333
|
'fabric.editor.ai.toolbar.tryAI.title': 'Teste o AI',
|
|
334
334
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Abrir o Atlassian Intelligence',
|
|
335
335
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Pergunte ao AI {key}+'",
|
|
336
|
+
'fabric.editor.aiImageGeneration': 'Gerar imagem',
|
|
337
|
+
'fabric.editor.aiImageGeneration.description': 'Gerar uma imagem com IA',
|
|
338
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': 'Gerar imagem com IA',
|
|
336
339
|
'fabric.editor.alignCenter': 'Alinhar ao centro',
|
|
337
340
|
'fabric.editor.alignImageCenter': 'Alinhar ao centro',
|
|
338
341
|
'fabric.editor.alignImageLeft': 'Alinhar à esquerda',
|
|
@@ -742,7 +745,11 @@ exports.default = {
|
|
|
742
745
|
'fabric.editor.longEmptyNodePlaceholderSuffix': 'para inserir elementos',
|
|
743
746
|
'fabric.editor.longEmptyNodePlaceholderText': 'Digite / para inserir elementos',
|
|
744
747
|
'fabric.editor.markdown': 'Markdown',
|
|
748
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Fonte de marcação',
|
|
749
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Modo de visualização',
|
|
745
750
|
'fabric.editor.markdownMode.viewToggle.preview': 'Pré-visualizar',
|
|
751
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Fonte de marcação',
|
|
752
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
746
753
|
'fabric.editor.matchCase': 'Diferenciar maiúsculas de minúsculas',
|
|
747
754
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Largura da mídia diminuída para {newMediaWidth,number} pixel.} other {Largura da mídia diminuída para {newMediaWidth,number} pixels.}}',
|
|
748
755
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Largura da mídia aumentada para {newMediaWidth,number} pixel.} other {Largura da mídia aumentada para {newMediaWidth,number} pixels.}}',
|
package/dist/cjs/i18n/sl.js
CHANGED
|
@@ -403,6 +403,9 @@ exports.default = {
|
|
|
403
403
|
'fabric.editor.ai.toolbar.tryAI.title': 'Preizkusite AI',
|
|
404
404
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Odpre Atlassian Intelligence',
|
|
405
405
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Vprašaj AI {key}+'",
|
|
406
|
+
'fabric.editor.aiImageGeneration': 'Generiraj sliko',
|
|
407
|
+
'fabric.editor.aiImageGeneration.description': 'Generiranje slike z umetno inteligenco',
|
|
408
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': 'Generiranje slike z umetno inteligenco',
|
|
406
409
|
'fabric.editor.alignCenter': 'Sredinska poravnava',
|
|
407
410
|
'fabric.editor.alignImageCenter': 'Sredinska poravnava',
|
|
408
411
|
'fabric.editor.alignImageLeft': 'Leva poravnava',
|
|
@@ -800,7 +803,11 @@ exports.default = {
|
|
|
800
803
|
'fabric.editor.longEmptyNodePlaceholderSuffix': 'za vstavljanje elementov',
|
|
801
804
|
'fabric.editor.longEmptyNodePlaceholderText': 'Vnesite / za vstavljanje elementov',
|
|
802
805
|
'fabric.editor.markdown': 'Markdown',
|
|
806
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Vir Markdown',
|
|
807
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Način prikaza',
|
|
803
808
|
'fabric.editor.markdownMode.viewToggle.preview': 'Predogled',
|
|
809
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Vir Markdown',
|
|
810
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
804
811
|
'fabric.editor.matchCase': 'Ujemanje velikosti črk',
|
|
805
812
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Širina predstavnosti je zmanjšana na {newMediaWidth,number} slikovno piko.} two {Širina predstavnosti je zmanjšana na {newMediaWidth,number} slikovni piki.} few {Širina predstavnosti je zmanjšana na {newMediaWidth,number} slikovne pike.} other {Širina predstavnosti je zmanjšana na {newMediaWidth,number} slikovnih pik.}}',
|
|
806
813
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Širina predstavnosti je povečana na {newMediaWidth,number} slikovno piko.} two {Širina predstavnosti je povečana na {newMediaWidth,number} slikovni piki.} few {Širina predstavnosti je povečana na {newMediaWidth,number} slikovne pike.} other {Širina predstavnosti je povečana na {newMediaWidth,number} slikovnih pik.}}',
|
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -320,6 +320,9 @@ exports.default = {
|
|
|
320
320
|
'fabric.editor.ai.toolbar.tryAI.title': 'Dùng thử AI',
|
|
321
321
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Mở Atlassian Intelligence',
|
|
322
322
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Hỏi AI {key}+'",
|
|
323
|
+
'fabric.editor.aiImageGeneration': 'Tạo hình ảnh',
|
|
324
|
+
'fabric.editor.aiImageGeneration.description': 'Tạo hình ảnh bằng AI',
|
|
325
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': 'Tạo hình ảnh bằng AI',
|
|
323
326
|
'fabric.editor.alignCenter': 'Căn giữa',
|
|
324
327
|
'fabric.editor.alignImageCenter': 'Căn giữa',
|
|
325
328
|
'fabric.editor.alignImageLeft': 'Căn trái',
|
|
@@ -729,6 +732,11 @@ exports.default = {
|
|
|
729
732
|
'fabric.editor.longEmptyNodePlaceholderSuffix': 'để chèn thành phần',
|
|
730
733
|
'fabric.editor.longEmptyNodePlaceholderText': 'Nhập / để chèn thành phần',
|
|
731
734
|
'fabric.editor.markdown': 'Ngôn ngữ đánh dấu',
|
|
735
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Nguồn Đánh dấu',
|
|
736
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Chế độ xem',
|
|
737
|
+
'fabric.editor.markdownMode.viewToggle.preview': 'Xem trước',
|
|
738
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Nguồn Đánh dấu',
|
|
739
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
732
740
|
'fabric.editor.matchCase': 'Khớp cách viết hoa',
|
|
733
741
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, other {Chiều rộng phương tiện đã giảm xuống {newMediaWidth,number} pixel.}}',
|
|
734
742
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, other {Chiều rộng phương tiện đã tăng lên {newMediaWidth,number} pixel.}}',
|
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -335,6 +335,9 @@ exports.default = {
|
|
|
335
335
|
'fabric.editor.ai.toolbar.tryAI.title': '试用 Atlassian Intellgience',
|
|
336
336
|
'fabric.editor.ai.toolbar.tryAI.tooltip': '打开 Atlassian Intelligence',
|
|
337
337
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "询问 Atlassian Intellgience ({key}+')",
|
|
338
|
+
'fabric.editor.aiImageGeneration': '生成图像',
|
|
339
|
+
'fabric.editor.aiImageGeneration.description': '使用人工智能生成图像',
|
|
340
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': '使用人工智能生成图像',
|
|
338
341
|
'fabric.editor.alignCenter': '居中对齐',
|
|
339
342
|
'fabric.editor.alignImageCenter': '居中',
|
|
340
343
|
'fabric.editor.alignImageLeft': '左对齐',
|
|
@@ -744,6 +747,11 @@ exports.default = {
|
|
|
744
747
|
'fabric.editor.longEmptyNodePlaceholderSuffix': '插入元素',
|
|
745
748
|
'fabric.editor.longEmptyNodePlaceholderText': '输入 / 以插入元素',
|
|
746
749
|
'fabric.editor.markdown': '进行标记',
|
|
750
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown 来源',
|
|
751
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': '查看模式',
|
|
752
|
+
'fabric.editor.markdownMode.viewToggle.preview': '预览',
|
|
753
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Markdown 来源',
|
|
754
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
747
755
|
'fabric.editor.matchCase': '匹配大小写',
|
|
748
756
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, other {媒体宽度已减小到 {newMediaWidth,number} 像素。}}',
|
|
749
757
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, other {媒体宽度已增大到 {newMediaWidth,number} 像素。}}',
|
package/dist/esm/i18n/es.d.ts
CHANGED
|
@@ -796,6 +796,7 @@ declare const _default: {
|
|
|
796
796
|
'fabric.editor.moveSelectionLeft': string;
|
|
797
797
|
'fabric.editor.moveSelectionRight': string;
|
|
798
798
|
'fabric.editor.moveSelectionUp': string;
|
|
799
|
+
'fabric.editor.nativeEmbeds.expandPreview': string;
|
|
799
800
|
'fabric.editor.nativeEmbeds.summarise': string;
|
|
800
801
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
801
802
|
'fabric.editor.navigate.toolbar.editor': string;
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -798,6 +798,7 @@ export default {
|
|
|
798
798
|
'fabric.editor.moveSelectionLeft': 'Mover selección a la izquierda',
|
|
799
799
|
'fabric.editor.moveSelectionRight': 'Mover selección a la derecha',
|
|
800
800
|
'fabric.editor.moveSelectionUp': 'Mover selección hacia arriba',
|
|
801
|
+
'fabric.editor.nativeEmbeds.expandPreview': 'Ampliar vista previa',
|
|
801
802
|
'fabric.editor.nativeEmbeds.summarise': 'Resumir',
|
|
802
803
|
'fabric.editor.navigate.toolbar.askAI': 'Preguntar a la IA',
|
|
803
804
|
'fabric.editor.navigate.toolbar.editor': 'Ve a la barra de herramientas del editor',
|
package/dist/esm/i18n/fr.d.ts
CHANGED
|
@@ -796,6 +796,7 @@ declare const _default: {
|
|
|
796
796
|
'fabric.editor.moveSelectionLeft': string;
|
|
797
797
|
'fabric.editor.moveSelectionRight': string;
|
|
798
798
|
'fabric.editor.moveSelectionUp': string;
|
|
799
|
+
'fabric.editor.nativeEmbeds.expandPreview': string;
|
|
799
800
|
'fabric.editor.nativeEmbeds.summarise': string;
|
|
800
801
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
801
802
|
'fabric.editor.navigate.toolbar.editor': string;
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -798,6 +798,7 @@ export default {
|
|
|
798
798
|
'fabric.editor.moveSelectionLeft': 'Déplacer la sélection vers la gauche',
|
|
799
799
|
'fabric.editor.moveSelectionRight': 'Déplacer la sélection vers la droite',
|
|
800
800
|
'fabric.editor.moveSelectionUp': 'Déplacer la sélection vers le haut',
|
|
801
|
+
'fabric.editor.nativeEmbeds.expandPreview': 'Développer l’aperçu',
|
|
801
802
|
'fabric.editor.nativeEmbeds.summarise': 'Résumer',
|
|
802
803
|
'fabric.editor.navigate.toolbar.askAI': "Demander à l'IA",
|
|
803
804
|
'fabric.editor.navigate.toolbar.editor': "Accéder à la barre d'outils de l'éditeur",
|
package/dist/esm/i18n/hr.d.ts
CHANGED
|
@@ -401,6 +401,9 @@ declare const _default: {
|
|
|
401
401
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
402
402
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
403
403
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
404
|
+
'fabric.editor.aiImageGeneration': string;
|
|
405
|
+
'fabric.editor.aiImageGeneration.description': string;
|
|
406
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': string;
|
|
404
407
|
'fabric.editor.alignCenter': string;
|
|
405
408
|
'fabric.editor.alignImageCenter': string;
|
|
406
409
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -804,6 +807,11 @@ declare const _default: {
|
|
|
804
807
|
'fabric.editor.longEmptyNodePlaceholderSuffix': string;
|
|
805
808
|
'fabric.editor.longEmptyNodePlaceholderText': string;
|
|
806
809
|
'fabric.editor.markdown': string;
|
|
810
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': string;
|
|
811
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
812
|
+
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
813
|
+
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
814
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
807
815
|
'fabric.editor.matchCase': string;
|
|
808
816
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
809
817
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
package/dist/esm/i18n/hr.js
CHANGED
|
@@ -403,6 +403,9 @@ export default {
|
|
|
403
403
|
'fabric.editor.ai.toolbar.tryAI.title': 'Isprobaj AI',
|
|
404
404
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Otvori Atlassian Intelligence',
|
|
405
405
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Pitaj AI {key}+'",
|
|
406
|
+
'fabric.editor.aiImageGeneration': 'Generiraj sliku',
|
|
407
|
+
'fabric.editor.aiImageGeneration.description': 'Generiraj sliku s pomoću umjetne inteligencije (AI)',
|
|
408
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': 'Generiraj sliku s pomoću umjetne inteligencije (AI)',
|
|
406
409
|
'fabric.editor.alignCenter': 'Centriraj',
|
|
407
410
|
'fabric.editor.alignImageCenter': 'Centriraj',
|
|
408
411
|
'fabric.editor.alignImageLeft': 'Poravnaj lijevo',
|
|
@@ -806,6 +809,11 @@ export default {
|
|
|
806
809
|
'fabric.editor.longEmptyNodePlaceholderSuffix': 'za umetanje elemenata',
|
|
807
810
|
'fabric.editor.longEmptyNodePlaceholderText': 'Upiši / za umetanje elemenata',
|
|
808
811
|
'fabric.editor.markdown': 'Označavanje',
|
|
812
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown izvor',
|
|
813
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Prikaz načina',
|
|
814
|
+
'fabric.editor.markdownMode.viewToggle.preview': 'Pretpregled',
|
|
815
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Markdown izvor',
|
|
816
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
809
817
|
'fabric.editor.matchCase': 'Pronađi podudaranje',
|
|
810
818
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Širina medija smanjena je na {newMediaWidth,number} piksel.} few {Širina medija smanjena je na {newMediaWidth,number} piksela.} many {Širina medija smanjena je na {newMediaWidth,number} piksela.} other {Širina medija smanjena je na {newMediaWidth,number} piksela.}}',
|
|
811
819
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Širina medija povećana je na {newMediaWidth,number} piksel.} few {Širina medija povećana je na {newMediaWidth,number} piksela.} many {Širina medija povećana je na {newMediaWidth,number} piksela.} other {Širina medija povećana je na {newMediaWidth,number} piksela.}}',
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -343,7 +343,7 @@ export default {
|
|
|
343
343
|
'fabric.editor.alignment': 'Tekstuitlijning',
|
|
344
344
|
'fabric.editor.altText': 'Alt-tekst',
|
|
345
345
|
'fabric.editor.alttext.validation': 'Verwijder speciale tekens uit alt-tekst.',
|
|
346
|
-
'fabric.editor.alwaysShowTitle.non-final': 'Titel
|
|
346
|
+
'fabric.editor.alwaysShowTitle.non-final': 'Titel van ingebed element weergeven',
|
|
347
347
|
'fabric.editor.annotationToolbar': 'Aantekeningentaakbalk',
|
|
348
348
|
'fabric.editor.anonymous-collaborator': 'Anonieme teamgenoot',
|
|
349
349
|
'fabric.editor.ariaRoleDescription.codeSnippetTextBox': 'tekstvak voor codefragment',
|
package/dist/esm/i18n/pl.d.ts
CHANGED
|
@@ -331,6 +331,9 @@ declare const _default: {
|
|
|
331
331
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
332
332
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
333
333
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
334
|
+
'fabric.editor.aiImageGeneration': string;
|
|
335
|
+
'fabric.editor.aiImageGeneration.description': string;
|
|
336
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': string;
|
|
334
337
|
'fabric.editor.alignCenter': string;
|
|
335
338
|
'fabric.editor.alignImageCenter': string;
|
|
336
339
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -740,6 +743,11 @@ declare const _default: {
|
|
|
740
743
|
'fabric.editor.longEmptyNodePlaceholderSuffix': string;
|
|
741
744
|
'fabric.editor.longEmptyNodePlaceholderText': string;
|
|
742
745
|
'fabric.editor.markdown': string;
|
|
746
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': string;
|
|
747
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
748
|
+
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
749
|
+
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
750
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
743
751
|
'fabric.editor.matchCase': string;
|
|
744
752
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
745
753
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
@@ -796,6 +804,7 @@ declare const _default: {
|
|
|
796
804
|
'fabric.editor.moveSelectionLeft': string;
|
|
797
805
|
'fabric.editor.moveSelectionRight': string;
|
|
798
806
|
'fabric.editor.moveSelectionUp': string;
|
|
807
|
+
'fabric.editor.nativeEmbeds.expandPreview': string;
|
|
799
808
|
'fabric.editor.nativeEmbeds.summarise': string;
|
|
800
809
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
801
810
|
'fabric.editor.navigate.toolbar.editor': string;
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -333,6 +333,9 @@ export default {
|
|
|
333
333
|
'fabric.editor.ai.toolbar.tryAI.title': 'Wypróbuj AI',
|
|
334
334
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Otwórz Atlassian Intelligence',
|
|
335
335
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Zapytaj AI {key}+'",
|
|
336
|
+
'fabric.editor.aiImageGeneration': 'Wygeneruj obraz',
|
|
337
|
+
'fabric.editor.aiImageGeneration.description': 'Wygeneruj obraz za pomocą SI',
|
|
338
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': 'Wygeneruj obraz za pomocą SI',
|
|
336
339
|
'fabric.editor.alignCenter': 'Wyrównaj do środka',
|
|
337
340
|
'fabric.editor.alignImageCenter': 'Wyrównaj do środka',
|
|
338
341
|
'fabric.editor.alignImageLeft': 'Wyrównaj do lewej',
|
|
@@ -742,6 +745,11 @@ export default {
|
|
|
742
745
|
'fabric.editor.longEmptyNodePlaceholderSuffix': 'aby wstawić elementy',
|
|
743
746
|
'fabric.editor.longEmptyNodePlaceholderText': 'Wpisz „/”, aby wstawić elementy.',
|
|
744
747
|
'fabric.editor.markdown': 'Markdown',
|
|
748
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Źródło Markdown',
|
|
749
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Tryb widoku',
|
|
750
|
+
'fabric.editor.markdownMode.viewToggle.preview': 'Podgląd',
|
|
751
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Źródło Markdown',
|
|
752
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
745
753
|
'fabric.editor.matchCase': 'Uwzględniaj wielkość liter',
|
|
746
754
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Szerokość multimediów została zmniejszona do {newMediaWidth,number} piksela.} few {Szerokość multimediów została zmniejszona do {newMediaWidth,number} pikseli.} many {Szerokość multimediów została zmniejszona do {newMediaWidth,number} pikseli.} other {Szerokość multimediów została zmniejszona do {newMediaWidth,number} piksela.}}',
|
|
747
755
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Szerokość multimediów została zwiększona do {newMediaWidth,number} piksela.} few {Szerokość multimediów została zwiększona do {newMediaWidth,number} pikseli.} many {Szerokość multimediów została zwiększona do {newMediaWidth,number} pikseli.} other {Szerokość multimediów została zwiększona do {newMediaWidth,number} piksela.}}',
|
|
@@ -798,6 +806,7 @@ export default {
|
|
|
798
806
|
'fabric.editor.moveSelectionLeft': 'Przenieś zaznaczenie w lewo',
|
|
799
807
|
'fabric.editor.moveSelectionRight': 'Przenieś zaznaczenie w prawo',
|
|
800
808
|
'fabric.editor.moveSelectionUp': 'Przenieś zaznaczenie w górę',
|
|
809
|
+
'fabric.editor.nativeEmbeds.expandPreview': 'Rozwiń podgląd',
|
|
801
810
|
'fabric.editor.nativeEmbeds.summarise': 'Podsumuj',
|
|
802
811
|
'fabric.editor.navigate.toolbar.askAI': 'Zapytaj sztuczną inteligencję',
|
|
803
812
|
'fabric.editor.navigate.toolbar.editor': 'Przejdź do paska narzędzi edytora',
|
package/dist/esm/i18n/pt_BR.d.ts
CHANGED
|
@@ -329,6 +329,9 @@ declare const _default: {
|
|
|
329
329
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
330
330
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
331
331
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
332
|
+
'fabric.editor.aiImageGeneration': string;
|
|
333
|
+
'fabric.editor.aiImageGeneration.description': string;
|
|
334
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': string;
|
|
332
335
|
'fabric.editor.alignCenter': string;
|
|
333
336
|
'fabric.editor.alignImageCenter': string;
|
|
334
337
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -738,7 +741,11 @@ declare const _default: {
|
|
|
738
741
|
'fabric.editor.longEmptyNodePlaceholderSuffix': string;
|
|
739
742
|
'fabric.editor.longEmptyNodePlaceholderText': string;
|
|
740
743
|
'fabric.editor.markdown': string;
|
|
744
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': string;
|
|
745
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
741
746
|
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
747
|
+
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
748
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
742
749
|
'fabric.editor.matchCase': string;
|
|
743
750
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
744
751
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -331,6 +331,9 @@ export default {
|
|
|
331
331
|
'fabric.editor.ai.toolbar.tryAI.title': 'Teste o AI',
|
|
332
332
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Abrir o Atlassian Intelligence',
|
|
333
333
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Pergunte ao AI {key}+'",
|
|
334
|
+
'fabric.editor.aiImageGeneration': 'Gerar imagem',
|
|
335
|
+
'fabric.editor.aiImageGeneration.description': 'Gerar uma imagem com IA',
|
|
336
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': 'Gerar imagem com IA',
|
|
334
337
|
'fabric.editor.alignCenter': 'Alinhar ao centro',
|
|
335
338
|
'fabric.editor.alignImageCenter': 'Alinhar ao centro',
|
|
336
339
|
'fabric.editor.alignImageLeft': 'Alinhar à esquerda',
|
|
@@ -740,7 +743,11 @@ export default {
|
|
|
740
743
|
'fabric.editor.longEmptyNodePlaceholderSuffix': 'para inserir elementos',
|
|
741
744
|
'fabric.editor.longEmptyNodePlaceholderText': 'Digite / para inserir elementos',
|
|
742
745
|
'fabric.editor.markdown': 'Markdown',
|
|
746
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Fonte de marcação',
|
|
747
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Modo de visualização',
|
|
743
748
|
'fabric.editor.markdownMode.viewToggle.preview': 'Pré-visualizar',
|
|
749
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Fonte de marcação',
|
|
750
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
744
751
|
'fabric.editor.matchCase': 'Diferenciar maiúsculas de minúsculas',
|
|
745
752
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Largura da mídia diminuída para {newMediaWidth,number} pixel.} other {Largura da mídia diminuída para {newMediaWidth,number} pixels.}}',
|
|
746
753
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Largura da mídia aumentada para {newMediaWidth,number} pixel.} other {Largura da mídia aumentada para {newMediaWidth,number} pixels.}}',
|
package/dist/esm/i18n/sl.d.ts
CHANGED
|
@@ -399,6 +399,9 @@ declare const _default: {
|
|
|
399
399
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
400
400
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
401
401
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
402
|
+
'fabric.editor.aiImageGeneration': string;
|
|
403
|
+
'fabric.editor.aiImageGeneration.description': string;
|
|
404
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': string;
|
|
402
405
|
'fabric.editor.alignCenter': string;
|
|
403
406
|
'fabric.editor.alignImageCenter': string;
|
|
404
407
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -796,7 +799,11 @@ declare const _default: {
|
|
|
796
799
|
'fabric.editor.longEmptyNodePlaceholderSuffix': string;
|
|
797
800
|
'fabric.editor.longEmptyNodePlaceholderText': string;
|
|
798
801
|
'fabric.editor.markdown': string;
|
|
802
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': string;
|
|
803
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
799
804
|
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
805
|
+
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
806
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
800
807
|
'fabric.editor.matchCase': string;
|
|
801
808
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
802
809
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
package/dist/esm/i18n/sl.js
CHANGED
|
@@ -401,6 +401,9 @@ export default {
|
|
|
401
401
|
'fabric.editor.ai.toolbar.tryAI.title': 'Preizkusite AI',
|
|
402
402
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Odpre Atlassian Intelligence',
|
|
403
403
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Vprašaj AI {key}+'",
|
|
404
|
+
'fabric.editor.aiImageGeneration': 'Generiraj sliko',
|
|
405
|
+
'fabric.editor.aiImageGeneration.description': 'Generiranje slike z umetno inteligenco',
|
|
406
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': 'Generiranje slike z umetno inteligenco',
|
|
404
407
|
'fabric.editor.alignCenter': 'Sredinska poravnava',
|
|
405
408
|
'fabric.editor.alignImageCenter': 'Sredinska poravnava',
|
|
406
409
|
'fabric.editor.alignImageLeft': 'Leva poravnava',
|
|
@@ -798,7 +801,11 @@ export default {
|
|
|
798
801
|
'fabric.editor.longEmptyNodePlaceholderSuffix': 'za vstavljanje elementov',
|
|
799
802
|
'fabric.editor.longEmptyNodePlaceholderText': 'Vnesite / za vstavljanje elementov',
|
|
800
803
|
'fabric.editor.markdown': 'Markdown',
|
|
804
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Vir Markdown',
|
|
805
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Način prikaza',
|
|
801
806
|
'fabric.editor.markdownMode.viewToggle.preview': 'Predogled',
|
|
807
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Vir Markdown',
|
|
808
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
802
809
|
'fabric.editor.matchCase': 'Ujemanje velikosti črk',
|
|
803
810
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Širina predstavnosti je zmanjšana na {newMediaWidth,number} slikovno piko.} two {Širina predstavnosti je zmanjšana na {newMediaWidth,number} slikovni piki.} few {Širina predstavnosti je zmanjšana na {newMediaWidth,number} slikovne pike.} other {Širina predstavnosti je zmanjšana na {newMediaWidth,number} slikovnih pik.}}',
|
|
804
811
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Širina predstavnosti je povečana na {newMediaWidth,number} slikovno piko.} two {Širina predstavnosti je povečana na {newMediaWidth,number} slikovni piki.} few {Širina predstavnosti je povečana na {newMediaWidth,number} slikovne pike.} other {Širina predstavnosti je povečana na {newMediaWidth,number} slikovnih pik.}}',
|
package/dist/esm/i18n/vi.d.ts
CHANGED
|
@@ -316,6 +316,9 @@ declare const _default: {
|
|
|
316
316
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
317
317
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
318
318
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
319
|
+
'fabric.editor.aiImageGeneration': string;
|
|
320
|
+
'fabric.editor.aiImageGeneration.description': string;
|
|
321
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': string;
|
|
319
322
|
'fabric.editor.alignCenter': string;
|
|
320
323
|
'fabric.editor.alignImageCenter': string;
|
|
321
324
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -725,6 +728,11 @@ declare const _default: {
|
|
|
725
728
|
'fabric.editor.longEmptyNodePlaceholderSuffix': string;
|
|
726
729
|
'fabric.editor.longEmptyNodePlaceholderText': string;
|
|
727
730
|
'fabric.editor.markdown': string;
|
|
731
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': string;
|
|
732
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
733
|
+
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
734
|
+
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
735
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
728
736
|
'fabric.editor.matchCase': string;
|
|
729
737
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
730
738
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -318,6 +318,9 @@ export default {
|
|
|
318
318
|
'fabric.editor.ai.toolbar.tryAI.title': 'Dùng thử AI',
|
|
319
319
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Mở Atlassian Intelligence',
|
|
320
320
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Hỏi AI {key}+'",
|
|
321
|
+
'fabric.editor.aiImageGeneration': 'Tạo hình ảnh',
|
|
322
|
+
'fabric.editor.aiImageGeneration.description': 'Tạo hình ảnh bằng AI',
|
|
323
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': 'Tạo hình ảnh bằng AI',
|
|
321
324
|
'fabric.editor.alignCenter': 'Căn giữa',
|
|
322
325
|
'fabric.editor.alignImageCenter': 'Căn giữa',
|
|
323
326
|
'fabric.editor.alignImageLeft': 'Căn trái',
|
|
@@ -727,6 +730,11 @@ export default {
|
|
|
727
730
|
'fabric.editor.longEmptyNodePlaceholderSuffix': 'để chèn thành phần',
|
|
728
731
|
'fabric.editor.longEmptyNodePlaceholderText': 'Nhập / để chèn thành phần',
|
|
729
732
|
'fabric.editor.markdown': 'Ngôn ngữ đánh dấu',
|
|
733
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Nguồn Đánh dấu',
|
|
734
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Chế độ xem',
|
|
735
|
+
'fabric.editor.markdownMode.viewToggle.preview': 'Xem trước',
|
|
736
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Nguồn Đánh dấu',
|
|
737
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
730
738
|
'fabric.editor.matchCase': 'Khớp cách viết hoa',
|
|
731
739
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, other {Chiều rộng phương tiện đã giảm xuống {newMediaWidth,number} pixel.}}',
|
|
732
740
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, other {Chiều rộng phương tiện đã tăng lên {newMediaWidth,number} pixel.}}',
|
package/dist/esm/i18n/zh.d.ts
CHANGED
|
@@ -331,6 +331,9 @@ declare const _default: {
|
|
|
331
331
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
332
332
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
333
333
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
334
|
+
'fabric.editor.aiImageGeneration': string;
|
|
335
|
+
'fabric.editor.aiImageGeneration.description': string;
|
|
336
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': string;
|
|
334
337
|
'fabric.editor.alignCenter': string;
|
|
335
338
|
'fabric.editor.alignImageCenter': string;
|
|
336
339
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -740,6 +743,11 @@ declare const _default: {
|
|
|
740
743
|
'fabric.editor.longEmptyNodePlaceholderSuffix': string;
|
|
741
744
|
'fabric.editor.longEmptyNodePlaceholderText': string;
|
|
742
745
|
'fabric.editor.markdown': string;
|
|
746
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': string;
|
|
747
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
748
|
+
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
749
|
+
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
750
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
743
751
|
'fabric.editor.matchCase': string;
|
|
744
752
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
745
753
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -333,6 +333,9 @@ export default {
|
|
|
333
333
|
'fabric.editor.ai.toolbar.tryAI.title': '试用 Atlassian Intellgience',
|
|
334
334
|
'fabric.editor.ai.toolbar.tryAI.tooltip': '打开 Atlassian Intelligence',
|
|
335
335
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "询问 Atlassian Intellgience ({key}+')",
|
|
336
|
+
'fabric.editor.aiImageGeneration': '生成图像',
|
|
337
|
+
'fabric.editor.aiImageGeneration.description': '使用人工智能生成图像',
|
|
338
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': '使用人工智能生成图像',
|
|
336
339
|
'fabric.editor.alignCenter': '居中对齐',
|
|
337
340
|
'fabric.editor.alignImageCenter': '居中',
|
|
338
341
|
'fabric.editor.alignImageLeft': '左对齐',
|
|
@@ -742,6 +745,11 @@ export default {
|
|
|
742
745
|
'fabric.editor.longEmptyNodePlaceholderSuffix': '插入元素',
|
|
743
746
|
'fabric.editor.longEmptyNodePlaceholderText': '输入 / 以插入元素',
|
|
744
747
|
'fabric.editor.markdown': '进行标记',
|
|
748
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown 来源',
|
|
749
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': '查看模式',
|
|
750
|
+
'fabric.editor.markdownMode.viewToggle.preview': '预览',
|
|
751
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Markdown 来源',
|
|
752
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
745
753
|
'fabric.editor.matchCase': '匹配大小写',
|
|
746
754
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, other {媒体宽度已减小到 {newMediaWidth,number} 像素。}}',
|
|
747
755
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, other {媒体宽度已增大到 {newMediaWidth,number} 像素。}}',
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -796,6 +796,7 @@ declare const _default: {
|
|
|
796
796
|
'fabric.editor.moveSelectionLeft': string;
|
|
797
797
|
'fabric.editor.moveSelectionRight': string;
|
|
798
798
|
'fabric.editor.moveSelectionUp': string;
|
|
799
|
+
'fabric.editor.nativeEmbeds.expandPreview': string;
|
|
799
800
|
'fabric.editor.nativeEmbeds.summarise': string;
|
|
800
801
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
801
802
|
'fabric.editor.navigate.toolbar.editor': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -796,6 +796,7 @@ declare const _default: {
|
|
|
796
796
|
'fabric.editor.moveSelectionLeft': string;
|
|
797
797
|
'fabric.editor.moveSelectionRight': string;
|
|
798
798
|
'fabric.editor.moveSelectionUp': string;
|
|
799
|
+
'fabric.editor.nativeEmbeds.expandPreview': string;
|
|
799
800
|
'fabric.editor.nativeEmbeds.summarise': string;
|
|
800
801
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
801
802
|
'fabric.editor.navigate.toolbar.editor': string;
|
package/dist/types/i18n/hr.d.ts
CHANGED
|
@@ -401,6 +401,9 @@ declare const _default: {
|
|
|
401
401
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
402
402
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
403
403
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
404
|
+
'fabric.editor.aiImageGeneration': string;
|
|
405
|
+
'fabric.editor.aiImageGeneration.description': string;
|
|
406
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': string;
|
|
404
407
|
'fabric.editor.alignCenter': string;
|
|
405
408
|
'fabric.editor.alignImageCenter': string;
|
|
406
409
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -804,6 +807,11 @@ declare const _default: {
|
|
|
804
807
|
'fabric.editor.longEmptyNodePlaceholderSuffix': string;
|
|
805
808
|
'fabric.editor.longEmptyNodePlaceholderText': string;
|
|
806
809
|
'fabric.editor.markdown': string;
|
|
810
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': string;
|
|
811
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
812
|
+
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
813
|
+
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
814
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
807
815
|
'fabric.editor.matchCase': string;
|
|
808
816
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
809
817
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -331,6 +331,9 @@ declare const _default: {
|
|
|
331
331
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
332
332
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
333
333
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
334
|
+
'fabric.editor.aiImageGeneration': string;
|
|
335
|
+
'fabric.editor.aiImageGeneration.description': string;
|
|
336
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': string;
|
|
334
337
|
'fabric.editor.alignCenter': string;
|
|
335
338
|
'fabric.editor.alignImageCenter': string;
|
|
336
339
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -740,6 +743,11 @@ declare const _default: {
|
|
|
740
743
|
'fabric.editor.longEmptyNodePlaceholderSuffix': string;
|
|
741
744
|
'fabric.editor.longEmptyNodePlaceholderText': string;
|
|
742
745
|
'fabric.editor.markdown': string;
|
|
746
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': string;
|
|
747
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
748
|
+
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
749
|
+
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
750
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
743
751
|
'fabric.editor.matchCase': string;
|
|
744
752
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
745
753
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
@@ -796,6 +804,7 @@ declare const _default: {
|
|
|
796
804
|
'fabric.editor.moveSelectionLeft': string;
|
|
797
805
|
'fabric.editor.moveSelectionRight': string;
|
|
798
806
|
'fabric.editor.moveSelectionUp': string;
|
|
807
|
+
'fabric.editor.nativeEmbeds.expandPreview': string;
|
|
799
808
|
'fabric.editor.nativeEmbeds.summarise': string;
|
|
800
809
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
801
810
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
@@ -329,6 +329,9 @@ declare const _default: {
|
|
|
329
329
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
330
330
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
331
331
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
332
|
+
'fabric.editor.aiImageGeneration': string;
|
|
333
|
+
'fabric.editor.aiImageGeneration.description': string;
|
|
334
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': string;
|
|
332
335
|
'fabric.editor.alignCenter': string;
|
|
333
336
|
'fabric.editor.alignImageCenter': string;
|
|
334
337
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -738,7 +741,11 @@ declare const _default: {
|
|
|
738
741
|
'fabric.editor.longEmptyNodePlaceholderSuffix': string;
|
|
739
742
|
'fabric.editor.longEmptyNodePlaceholderText': string;
|
|
740
743
|
'fabric.editor.markdown': string;
|
|
744
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': string;
|
|
745
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
741
746
|
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
747
|
+
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
748
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
742
749
|
'fabric.editor.matchCase': string;
|
|
743
750
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
744
751
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
package/dist/types/i18n/sl.d.ts
CHANGED
|
@@ -399,6 +399,9 @@ declare const _default: {
|
|
|
399
399
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
400
400
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
401
401
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
402
|
+
'fabric.editor.aiImageGeneration': string;
|
|
403
|
+
'fabric.editor.aiImageGeneration.description': string;
|
|
404
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': string;
|
|
402
405
|
'fabric.editor.alignCenter': string;
|
|
403
406
|
'fabric.editor.alignImageCenter': string;
|
|
404
407
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -796,7 +799,11 @@ declare const _default: {
|
|
|
796
799
|
'fabric.editor.longEmptyNodePlaceholderSuffix': string;
|
|
797
800
|
'fabric.editor.longEmptyNodePlaceholderText': string;
|
|
798
801
|
'fabric.editor.markdown': string;
|
|
802
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': string;
|
|
803
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
799
804
|
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
805
|
+
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
806
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
800
807
|
'fabric.editor.matchCase': string;
|
|
801
808
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
802
809
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -316,6 +316,9 @@ declare const _default: {
|
|
|
316
316
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
317
317
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
318
318
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
319
|
+
'fabric.editor.aiImageGeneration': string;
|
|
320
|
+
'fabric.editor.aiImageGeneration.description': string;
|
|
321
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': string;
|
|
319
322
|
'fabric.editor.alignCenter': string;
|
|
320
323
|
'fabric.editor.alignImageCenter': string;
|
|
321
324
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -725,6 +728,11 @@ declare const _default: {
|
|
|
725
728
|
'fabric.editor.longEmptyNodePlaceholderSuffix': string;
|
|
726
729
|
'fabric.editor.longEmptyNodePlaceholderText': string;
|
|
727
730
|
'fabric.editor.markdown': string;
|
|
731
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': string;
|
|
732
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
733
|
+
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
734
|
+
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
735
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
728
736
|
'fabric.editor.matchCase': string;
|
|
729
737
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
730
738
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -331,6 +331,9 @@ declare const _default: {
|
|
|
331
331
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
332
332
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
333
333
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
334
|
+
'fabric.editor.aiImageGeneration': string;
|
|
335
|
+
'fabric.editor.aiImageGeneration.description': string;
|
|
336
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': string;
|
|
334
337
|
'fabric.editor.alignCenter': string;
|
|
335
338
|
'fabric.editor.alignImageCenter': string;
|
|
336
339
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -740,6 +743,11 @@ declare const _default: {
|
|
|
740
743
|
'fabric.editor.longEmptyNodePlaceholderSuffix': string;
|
|
741
744
|
'fabric.editor.longEmptyNodePlaceholderText': string;
|
|
742
745
|
'fabric.editor.markdown': string;
|
|
746
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': string;
|
|
747
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
748
|
+
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
749
|
+
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
750
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
743
751
|
'fabric.editor.matchCase': string;
|
|
744
752
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
745
753
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
package/i18n/es.ts
CHANGED
|
@@ -914,6 +914,7 @@ export default {
|
|
|
914
914
|
'fabric.editor.moveSelectionLeft': 'Mover selección a la izquierda',
|
|
915
915
|
'fabric.editor.moveSelectionRight': 'Mover selección a la derecha',
|
|
916
916
|
'fabric.editor.moveSelectionUp': 'Mover selección hacia arriba',
|
|
917
|
+
'fabric.editor.nativeEmbeds.expandPreview': 'Ampliar vista previa',
|
|
917
918
|
'fabric.editor.nativeEmbeds.summarise': 'Resumir',
|
|
918
919
|
'fabric.editor.navigate.toolbar.askAI': 'Preguntar a la IA',
|
|
919
920
|
'fabric.editor.navigate.toolbar.editor': 'Ve a la barra de herramientas del editor',
|
package/i18n/fr.ts
CHANGED
|
@@ -924,6 +924,7 @@ export default {
|
|
|
924
924
|
'fabric.editor.moveSelectionLeft': 'Déplacer la sélection vers la gauche',
|
|
925
925
|
'fabric.editor.moveSelectionRight': 'Déplacer la sélection vers la droite',
|
|
926
926
|
'fabric.editor.moveSelectionUp': 'Déplacer la sélection vers le haut',
|
|
927
|
+
'fabric.editor.nativeEmbeds.expandPreview': 'Développer l’aperçu',
|
|
927
928
|
'fabric.editor.nativeEmbeds.summarise': 'Résumer',
|
|
928
929
|
'fabric.editor.navigate.toolbar.askAI': "Demander à l'IA",
|
|
929
930
|
'fabric.editor.navigate.toolbar.editor': "Accéder à la barre d'outils de l'éditeur",
|
package/i18n/hr.ts
CHANGED
|
@@ -470,6 +470,9 @@ export default {
|
|
|
470
470
|
'fabric.editor.ai.toolbar.tryAI.title': 'Isprobaj AI',
|
|
471
471
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Otvori Atlassian Intelligence',
|
|
472
472
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Pitaj AI {key}+'",
|
|
473
|
+
'fabric.editor.aiImageGeneration': 'Generiraj sliku',
|
|
474
|
+
'fabric.editor.aiImageGeneration.description': 'Generiraj sliku s pomoću umjetne inteligencije (AI)',
|
|
475
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': 'Generiraj sliku s pomoću umjetne inteligencije (AI)',
|
|
473
476
|
'fabric.editor.alignCenter': 'Centriraj',
|
|
474
477
|
'fabric.editor.alignImageCenter': 'Centriraj',
|
|
475
478
|
'fabric.editor.alignImageLeft': 'Poravnaj lijevo',
|
|
@@ -913,6 +916,11 @@ export default {
|
|
|
913
916
|
'fabric.editor.longEmptyNodePlaceholderSuffix': 'za umetanje elemenata',
|
|
914
917
|
'fabric.editor.longEmptyNodePlaceholderText': 'Upiši / za umetanje elemenata',
|
|
915
918
|
'fabric.editor.markdown': 'Označavanje',
|
|
919
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown izvor',
|
|
920
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Prikaz načina',
|
|
921
|
+
'fabric.editor.markdownMode.viewToggle.preview': 'Pretpregled',
|
|
922
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Markdown izvor',
|
|
923
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
916
924
|
'fabric.editor.matchCase': 'Pronađi podudaranje',
|
|
917
925
|
'fabric.editor.media.DefaultMediaWidthDecreased':
|
|
918
926
|
'{newMediaWidth, plural, one {Širina medija smanjena je na {newMediaWidth,number} piksel.} few {Širina medija smanjena je na {newMediaWidth,number} piksela.} many {Širina medija smanjena je na {newMediaWidth,number} piksela.} other {Širina medija smanjena je na {newMediaWidth,number} piksela.}}',
|
package/i18n/nl.ts
CHANGED
|
@@ -414,7 +414,7 @@ export default {
|
|
|
414
414
|
'fabric.editor.alignment': 'Tekstuitlijning',
|
|
415
415
|
'fabric.editor.altText': 'Alt-tekst',
|
|
416
416
|
'fabric.editor.alttext.validation': 'Verwijder speciale tekens uit alt-tekst.',
|
|
417
|
-
'fabric.editor.alwaysShowTitle.non-final': 'Titel
|
|
417
|
+
'fabric.editor.alwaysShowTitle.non-final': 'Titel van ingebed element weergeven',
|
|
418
418
|
'fabric.editor.annotationToolbar': 'Aantekeningentaakbalk',
|
|
419
419
|
'fabric.editor.anonymous-collaborator': 'Anonieme teamgenoot',
|
|
420
420
|
'fabric.editor.ariaRoleDescription.codeSnippetTextBox': 'tekstvak voor codefragment',
|
package/i18n/pl.ts
CHANGED
|
@@ -395,6 +395,9 @@ export default {
|
|
|
395
395
|
'fabric.editor.ai.toolbar.tryAI.title': 'Wypróbuj AI',
|
|
396
396
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Otwórz Atlassian Intelligence',
|
|
397
397
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Zapytaj AI {key}+'",
|
|
398
|
+
'fabric.editor.aiImageGeneration': 'Wygeneruj obraz',
|
|
399
|
+
'fabric.editor.aiImageGeneration.description': 'Wygeneruj obraz za pomocą SI',
|
|
400
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': 'Wygeneruj obraz za pomocą SI',
|
|
398
401
|
'fabric.editor.alignCenter': 'Wyrównaj do środka',
|
|
399
402
|
'fabric.editor.alignImageCenter': 'Wyrównaj do środka',
|
|
400
403
|
'fabric.editor.alignImageLeft': 'Wyrównaj do lewej',
|
|
@@ -847,6 +850,11 @@ export default {
|
|
|
847
850
|
'fabric.editor.longEmptyNodePlaceholderSuffix': 'aby wstawić elementy',
|
|
848
851
|
'fabric.editor.longEmptyNodePlaceholderText': 'Wpisz „/”, aby wstawić elementy.',
|
|
849
852
|
'fabric.editor.markdown': 'Markdown',
|
|
853
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Źródło Markdown',
|
|
854
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Tryb widoku',
|
|
855
|
+
'fabric.editor.markdownMode.viewToggle.preview': 'Podgląd',
|
|
856
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Źródło Markdown',
|
|
857
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
850
858
|
'fabric.editor.matchCase': 'Uwzględniaj wielkość liter',
|
|
851
859
|
'fabric.editor.media.DefaultMediaWidthDecreased':
|
|
852
860
|
'{newMediaWidth, plural, one {Szerokość multimediów została zmniejszona do {newMediaWidth,number} piksela.} few {Szerokość multimediów została zmniejszona do {newMediaWidth,number} pikseli.} many {Szerokość multimediów została zmniejszona do {newMediaWidth,number} pikseli.} other {Szerokość multimediów została zmniejszona do {newMediaWidth,number} piksela.}}',
|
|
@@ -912,6 +920,7 @@ export default {
|
|
|
912
920
|
'fabric.editor.moveSelectionLeft': 'Przenieś zaznaczenie w lewo',
|
|
913
921
|
'fabric.editor.moveSelectionRight': 'Przenieś zaznaczenie w prawo',
|
|
914
922
|
'fabric.editor.moveSelectionUp': 'Przenieś zaznaczenie w górę',
|
|
923
|
+
'fabric.editor.nativeEmbeds.expandPreview': 'Rozwiń podgląd',
|
|
915
924
|
'fabric.editor.nativeEmbeds.summarise': 'Podsumuj',
|
|
916
925
|
'fabric.editor.navigate.toolbar.askAI': 'Zapytaj sztuczną inteligencję',
|
|
917
926
|
'fabric.editor.navigate.toolbar.editor': 'Przejdź do paska narzędzi edytora',
|
package/i18n/pt_BR.ts
CHANGED
|
@@ -382,6 +382,9 @@ export default {
|
|
|
382
382
|
'fabric.editor.ai.toolbar.tryAI.title': 'Teste o AI',
|
|
383
383
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Abrir o Atlassian Intelligence',
|
|
384
384
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Pergunte ao AI {key}+'",
|
|
385
|
+
'fabric.editor.aiImageGeneration': 'Gerar imagem',
|
|
386
|
+
'fabric.editor.aiImageGeneration.description': 'Gerar uma imagem com IA',
|
|
387
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': 'Gerar imagem com IA',
|
|
385
388
|
'fabric.editor.alignCenter': 'Alinhar ao centro',
|
|
386
389
|
'fabric.editor.alignImageCenter': 'Alinhar ao centro',
|
|
387
390
|
'fabric.editor.alignImageLeft': 'Alinhar à esquerda',
|
|
@@ -830,7 +833,11 @@ export default {
|
|
|
830
833
|
'fabric.editor.longEmptyNodePlaceholderSuffix': 'para inserir elementos',
|
|
831
834
|
'fabric.editor.longEmptyNodePlaceholderText': 'Digite / para inserir elementos',
|
|
832
835
|
'fabric.editor.markdown': 'Markdown',
|
|
836
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Fonte de marcação',
|
|
837
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Modo de visualização',
|
|
833
838
|
'fabric.editor.markdownMode.viewToggle.preview': 'Pré-visualizar',
|
|
839
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Fonte de marcação',
|
|
840
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
834
841
|
'fabric.editor.matchCase': 'Diferenciar maiúsculas de minúsculas',
|
|
835
842
|
'fabric.editor.media.DefaultMediaWidthDecreased':
|
|
836
843
|
'{newMediaWidth, plural, one {Largura da mídia diminuída para {newMediaWidth,number} pixel.} other {Largura da mídia diminuída para {newMediaWidth,number} pixels.}}',
|
package/i18n/sl.ts
CHANGED
|
@@ -475,6 +475,9 @@ export default {
|
|
|
475
475
|
'fabric.editor.ai.toolbar.tryAI.title': 'Preizkusite AI',
|
|
476
476
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Odpre Atlassian Intelligence',
|
|
477
477
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Vprašaj AI {key}+'",
|
|
478
|
+
'fabric.editor.aiImageGeneration': 'Generiraj sliko',
|
|
479
|
+
'fabric.editor.aiImageGeneration.description': 'Generiranje slike z umetno inteligenco',
|
|
480
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': 'Generiranje slike z umetno inteligenco',
|
|
478
481
|
'fabric.editor.alignCenter': 'Sredinska poravnava',
|
|
479
482
|
'fabric.editor.alignImageCenter': 'Sredinska poravnava',
|
|
480
483
|
'fabric.editor.alignImageLeft': 'Leva poravnava',
|
|
@@ -913,7 +916,11 @@ export default {
|
|
|
913
916
|
'fabric.editor.longEmptyNodePlaceholderSuffix': 'za vstavljanje elementov',
|
|
914
917
|
'fabric.editor.longEmptyNodePlaceholderText': 'Vnesite / za vstavljanje elementov',
|
|
915
918
|
'fabric.editor.markdown': 'Markdown',
|
|
919
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Vir Markdown',
|
|
920
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Način prikaza',
|
|
916
921
|
'fabric.editor.markdownMode.viewToggle.preview': 'Predogled',
|
|
922
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Vir Markdown',
|
|
923
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
917
924
|
'fabric.editor.matchCase': 'Ujemanje velikosti črk',
|
|
918
925
|
'fabric.editor.media.DefaultMediaWidthDecreased':
|
|
919
926
|
'{newMediaWidth, plural, one {Širina predstavnosti je zmanjšana na {newMediaWidth,number} slikovno piko.} two {Širina predstavnosti je zmanjšana na {newMediaWidth,number} slikovni piki.} few {Širina predstavnosti je zmanjšana na {newMediaWidth,number} slikovne pike.} other {Širina predstavnosti je zmanjšana na {newMediaWidth,number} slikovnih pik.}}',
|
package/i18n/vi.ts
CHANGED
|
@@ -365,6 +365,9 @@ export default {
|
|
|
365
365
|
'fabric.editor.ai.toolbar.tryAI.title': 'Dùng thử AI',
|
|
366
366
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Mở Atlassian Intelligence',
|
|
367
367
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Hỏi AI {key}+'",
|
|
368
|
+
'fabric.editor.aiImageGeneration': 'Tạo hình ảnh',
|
|
369
|
+
'fabric.editor.aiImageGeneration.description': 'Tạo hình ảnh bằng AI',
|
|
370
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': 'Tạo hình ảnh bằng AI',
|
|
368
371
|
'fabric.editor.alignCenter': 'Căn giữa',
|
|
369
372
|
'fabric.editor.alignImageCenter': 'Căn giữa',
|
|
370
373
|
'fabric.editor.alignImageLeft': 'Căn trái',
|
|
@@ -811,6 +814,11 @@ export default {
|
|
|
811
814
|
'fabric.editor.longEmptyNodePlaceholderSuffix': 'để chèn thành phần',
|
|
812
815
|
'fabric.editor.longEmptyNodePlaceholderText': 'Nhập / để chèn thành phần',
|
|
813
816
|
'fabric.editor.markdown': 'Ngôn ngữ đánh dấu',
|
|
817
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Nguồn Đánh dấu',
|
|
818
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': 'Chế độ xem',
|
|
819
|
+
'fabric.editor.markdownMode.viewToggle.preview': 'Xem trước',
|
|
820
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Nguồn Đánh dấu',
|
|
821
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
814
822
|
'fabric.editor.matchCase': 'Khớp cách viết hoa',
|
|
815
823
|
'fabric.editor.media.DefaultMediaWidthDecreased':
|
|
816
824
|
'{newMediaWidth, plural, other {Chiều rộng phương tiện đã giảm xuống {newMediaWidth,number} pixel.}}',
|
package/i18n/zh.ts
CHANGED
|
@@ -349,6 +349,9 @@ export default {
|
|
|
349
349
|
'fabric.editor.ai.toolbar.tryAI.title': '试用 Atlassian Intellgience',
|
|
350
350
|
'fabric.editor.ai.toolbar.tryAI.tooltip': '打开 Atlassian Intelligence',
|
|
351
351
|
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "询问 Atlassian Intellgience ({key}+')",
|
|
352
|
+
'fabric.editor.aiImageGeneration': '生成图像',
|
|
353
|
+
'fabric.editor.aiImageGeneration.description': '使用人工智能生成图像',
|
|
354
|
+
'fabric.editor.aiImageGeneration.popupAriaLabel': '使用人工智能生成图像',
|
|
352
355
|
'fabric.editor.alignCenter': '居中对齐',
|
|
353
356
|
'fabric.editor.alignImageCenter': '居中',
|
|
354
357
|
'fabric.editor.alignImageLeft': '左对齐',
|
|
@@ -775,6 +778,11 @@ export default {
|
|
|
775
778
|
'fabric.editor.longEmptyNodePlaceholderSuffix': '插入元素',
|
|
776
779
|
'fabric.editor.longEmptyNodePlaceholderText': '输入 / 以插入元素',
|
|
777
780
|
'fabric.editor.markdown': '进行标记',
|
|
781
|
+
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown 来源',
|
|
782
|
+
'fabric.editor.markdownMode.viewToggle.groupLabel': '查看模式',
|
|
783
|
+
'fabric.editor.markdownMode.viewToggle.preview': '预览',
|
|
784
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Markdown 来源',
|
|
785
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
778
786
|
'fabric.editor.matchCase': '匹配大小写',
|
|
779
787
|
'fabric.editor.media.DefaultMediaWidthDecreased':
|
|
780
788
|
'{newMediaWidth, plural, other {媒体宽度已减小到 {newMediaWidth,number} 像素。}}',
|
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.109.0",
|
|
4
4
|
"description": "NPM i18n package for AFM platform-editor-editor-common published by Traduki",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
|