@atlaskit/afm-i18n-platform-editor-editor-common 2.181.0 → 2.182.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 +2 -0
- package/dist/cjs/i18n/fr.js +1 -0
- package/dist/cjs/i18n/it.js +2 -0
- package/dist/cjs/i18n/nb.js +1 -0
- package/dist/cjs/i18n/pl.js +2 -0
- package/dist/cjs/i18n/sv.js +1 -0
- package/dist/cjs/i18n/tr.js +1 -0
- package/dist/cjs/i18n/vi.js +2 -0
- package/dist/cjs/i18n/zh_TW.js +1 -0
- package/dist/esm/i18n/da.d.ts +2 -0
- package/dist/esm/i18n/da.js +2 -0
- package/dist/esm/i18n/fr.d.ts +1 -0
- package/dist/esm/i18n/fr.js +1 -0
- package/dist/esm/i18n/it.d.ts +2 -0
- package/dist/esm/i18n/it.js +2 -0
- package/dist/esm/i18n/nb.d.ts +1 -0
- package/dist/esm/i18n/nb.js +1 -0
- package/dist/esm/i18n/pl.d.ts +2 -0
- package/dist/esm/i18n/pl.js +2 -0
- package/dist/esm/i18n/sv.d.ts +1 -0
- package/dist/esm/i18n/sv.js +1 -0
- package/dist/esm/i18n/tr.d.ts +1 -0
- package/dist/esm/i18n/tr.js +1 -0
- package/dist/esm/i18n/vi.d.ts +2 -0
- package/dist/esm/i18n/vi.js +2 -0
- package/dist/esm/i18n/zh_TW.d.ts +1 -0
- package/dist/esm/i18n/zh_TW.js +1 -0
- package/dist/types/i18n/da.d.ts +2 -0
- package/dist/types/i18n/fr.d.ts +1 -0
- package/dist/types/i18n/it.d.ts +2 -0
- package/dist/types/i18n/nb.d.ts +1 -0
- package/dist/types/i18n/pl.d.ts +2 -0
- package/dist/types/i18n/sv.d.ts +1 -0
- package/dist/types/i18n/tr.d.ts +1 -0
- package/dist/types/i18n/vi.d.ts +2 -0
- package/dist/types/i18n/zh_TW.d.ts +1 -0
- package/i18n/da.ts +2 -0
- package/i18n/fr.ts +1 -0
- package/i18n/it.ts +2 -0
- package/i18n/nb.ts +1 -0
- package/i18n/pl.ts +2 -0
- package/i18n/sv.ts +1 -0
- package/i18n/tr.ts +1 -0
- package/i18n/vi.ts +2 -0
- package/i18n/zh_TW.ts +1 -0
- package/package.json +1 -1
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -409,6 +409,8 @@ exports.default = {
|
|
|
409
409
|
'fabric.editor.breakout.resizeElement': 'Tilpas størrelse på element',
|
|
410
410
|
'fabric.editor.breakout.resizeExpand': 'Tilpas størrelse på udvidelse',
|
|
411
411
|
'fabric.editor.breakout.resizeLayout': 'Tilpas størrelse på layout',
|
|
412
|
+
'fabric.editor.breakout.resizePanel': 'Tilpas størrelsen på panel',
|
|
413
|
+
'fabric.editor.breakout.resizeRule': 'Tilpas størrelsen på opdeler',
|
|
412
414
|
'fabric.editor.breakoutFullWidthLabel': 'Fuld bredde',
|
|
413
415
|
'fabric.editor.breakoutMaxWidthLabel': 'Maks. bredde',
|
|
414
416
|
'fabric.editor.breakoutWideWidthLabel': 'Bredt',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = {
|
|
|
13
13
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Modifications terminées',
|
|
14
14
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Apporter des modifications',
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Configurer {macroName}',
|
|
16
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
16
17
|
'editor.imageEditor.aspectRatio.circle': 'Cercle',
|
|
17
18
|
'editor.imageEditor.aspectRatio.circleButton': 'Cercle 1:1',
|
|
18
19
|
'editor.imageEditor.aspectRatio.custom': 'Personnalisé',
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -409,6 +409,8 @@ exports.default = {
|
|
|
409
409
|
'fabric.editor.breakout.resizeElement': 'Ridimensiona elemento',
|
|
410
410
|
'fabric.editor.breakout.resizeExpand': 'Ridimensiona espansione',
|
|
411
411
|
'fabric.editor.breakout.resizeLayout': 'Ridimensiona layout',
|
|
412
|
+
'fabric.editor.breakout.resizePanel': 'Ridimensiona il pannello',
|
|
413
|
+
'fabric.editor.breakout.resizeRule': 'Ridimensiona divisore',
|
|
412
414
|
'fabric.editor.breakoutFullWidthLabel': 'Larghezza piena',
|
|
413
415
|
'fabric.editor.breakoutMaxWidthLabel': 'Larghezza massima',
|
|
414
416
|
'fabric.editor.breakoutWideWidthLabel': 'Largo',
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -410,6 +410,7 @@ exports.default = {
|
|
|
410
410
|
'fabric.editor.breakout.resizeExpand': 'Endre størrelse for å gjøre større',
|
|
411
411
|
'fabric.editor.breakout.resizeLayout': 'Endre størrelse på oppsett',
|
|
412
412
|
'fabric.editor.breakout.resizePanel': 'Endre størrelse på panel',
|
|
413
|
+
'fabric.editor.breakout.resizeRule': 'Endre størrelsen på avgrenseren',
|
|
413
414
|
'fabric.editor.breakoutFullWidthLabel': 'Full bredde',
|
|
414
415
|
'fabric.editor.breakoutMaxWidthLabel': 'Maksbredde',
|
|
415
416
|
'fabric.editor.breakoutWideWidthLabel': 'Bred',
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -410,6 +410,8 @@ exports.default = {
|
|
|
410
410
|
'fabric.editor.breakout.resizeElement': 'Zmień rozmiar elementu',
|
|
411
411
|
'fabric.editor.breakout.resizeExpand': 'Zmień rozmiar elementu rozwijanego',
|
|
412
412
|
'fabric.editor.breakout.resizeLayout': 'Zmień rozmiar układu',
|
|
413
|
+
'fabric.editor.breakout.resizePanel': 'Zmień rozmiar panelu',
|
|
414
|
+
'fabric.editor.breakout.resizeRule': 'Zmień rozmiar separatora',
|
|
413
415
|
'fabric.editor.breakoutFullWidthLabel': 'Tryb pełnej szerokości',
|
|
414
416
|
'fabric.editor.breakoutMaxWidthLabel': 'Maks. szerokość',
|
|
415
417
|
'fabric.editor.breakoutWideWidthLabel': 'Tryb szeroki',
|
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -410,6 +410,7 @@ exports.default = {
|
|
|
410
410
|
'fabric.editor.breakout.resizeExpand': 'Ändra storlek på expandering',
|
|
411
411
|
'fabric.editor.breakout.resizeLayout': 'Ändra storlek på layout',
|
|
412
412
|
'fabric.editor.breakout.resizePanel': 'Ändra storlek på panel',
|
|
413
|
+
'fabric.editor.breakout.resizeRule': 'Ändra storlek på avdelare',
|
|
413
414
|
'fabric.editor.breakoutFullWidthLabel': 'Full bredd',
|
|
414
415
|
'fabric.editor.breakoutMaxWidthLabel': 'Maxbredd',
|
|
415
416
|
'fabric.editor.breakoutWideWidthLabel': 'Bred',
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = {
|
|
|
13
13
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Düzenleme tamamlandı',
|
|
14
14
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Düzenleme yap',
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': '{macroName} makrosunu yapılandırın',
|
|
16
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Laboratuvarlar',
|
|
16
17
|
'editor.imageEditor.aspectRatio.circle': 'Daire',
|
|
17
18
|
'editor.imageEditor.aspectRatio.circleButton': 'Daire 1:1',
|
|
18
19
|
'editor.imageEditor.aspectRatio.custom': 'Özel',
|
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -395,6 +395,8 @@ exports.default = {
|
|
|
395
395
|
'fabric.editor.breakout.resizeElement': 'Đổi cỡ thành phần',
|
|
396
396
|
'fabric.editor.breakout.resizeExpand': 'Đổi cỡ mở rộng',
|
|
397
397
|
'fabric.editor.breakout.resizeLayout': 'Đổi cỡ bố cục',
|
|
398
|
+
'fabric.editor.breakout.resizePanel': 'Đổi cỡ bảng điều khiển',
|
|
399
|
+
'fabric.editor.breakout.resizeRule': 'Đổi cỡ đường phân cách',
|
|
398
400
|
'fabric.editor.breakoutFullWidthLabel': 'Toàn chiều rộng',
|
|
399
401
|
'fabric.editor.breakoutMaxWidthLabel': 'Độ rộng tối đa',
|
|
400
402
|
'fabric.editor.breakoutWideWidthLabel': 'Rộng',
|
package/dist/cjs/i18n/zh_TW.js
CHANGED
|
@@ -410,6 +410,7 @@ exports.default = {
|
|
|
410
410
|
'fabric.editor.breakout.resizeElement': '調整元素大小',
|
|
411
411
|
'fabric.editor.breakout.resizeExpand': '調整展開大小',
|
|
412
412
|
'fabric.editor.breakout.resizeLayout': '調整版面配置的大小',
|
|
413
|
+
'fabric.editor.breakout.resizePanel': '調整面板大小',
|
|
413
414
|
'fabric.editor.breakoutFullWidthLabel': '全寬',
|
|
414
415
|
'fabric.editor.breakoutMaxWidthLabel': '最大寬度',
|
|
415
416
|
'fabric.editor.breakoutWideWidthLabel': '寬',
|
package/dist/esm/i18n/da.d.ts
CHANGED
|
@@ -405,6 +405,8 @@ declare const _default: {
|
|
|
405
405
|
'fabric.editor.breakout.resizeElement': string;
|
|
406
406
|
'fabric.editor.breakout.resizeExpand': string;
|
|
407
407
|
'fabric.editor.breakout.resizeLayout': string;
|
|
408
|
+
'fabric.editor.breakout.resizePanel': string;
|
|
409
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
408
410
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
409
411
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
410
412
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -407,6 +407,8 @@ export default {
|
|
|
407
407
|
'fabric.editor.breakout.resizeElement': 'Tilpas størrelse på element',
|
|
408
408
|
'fabric.editor.breakout.resizeExpand': 'Tilpas størrelse på udvidelse',
|
|
409
409
|
'fabric.editor.breakout.resizeLayout': 'Tilpas størrelse på layout',
|
|
410
|
+
'fabric.editor.breakout.resizePanel': 'Tilpas størrelsen på panel',
|
|
411
|
+
'fabric.editor.breakout.resizeRule': 'Tilpas størrelsen på opdeler',
|
|
410
412
|
'fabric.editor.breakoutFullWidthLabel': 'Fuld bredde',
|
|
411
413
|
'fabric.editor.breakoutMaxWidthLabel': 'Maks. bredde',
|
|
412
414
|
'fabric.editor.breakoutWideWidthLabel': 'Bredt',
|
package/dist/esm/i18n/fr.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Modifications terminées',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Apporter des modifications',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Configurer {macroName}',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Cercle',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Cercle 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Personnalisé',
|
package/dist/esm/i18n/it.d.ts
CHANGED
|
@@ -405,6 +405,8 @@ declare const _default: {
|
|
|
405
405
|
'fabric.editor.breakout.resizeElement': string;
|
|
406
406
|
'fabric.editor.breakout.resizeExpand': string;
|
|
407
407
|
'fabric.editor.breakout.resizeLayout': string;
|
|
408
|
+
'fabric.editor.breakout.resizePanel': string;
|
|
409
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
408
410
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
409
411
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
410
412
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -407,6 +407,8 @@ export default {
|
|
|
407
407
|
'fabric.editor.breakout.resizeElement': 'Ridimensiona elemento',
|
|
408
408
|
'fabric.editor.breakout.resizeExpand': 'Ridimensiona espansione',
|
|
409
409
|
'fabric.editor.breakout.resizeLayout': 'Ridimensiona layout',
|
|
410
|
+
'fabric.editor.breakout.resizePanel': 'Ridimensiona il pannello',
|
|
411
|
+
'fabric.editor.breakout.resizeRule': 'Ridimensiona divisore',
|
|
410
412
|
'fabric.editor.breakoutFullWidthLabel': 'Larghezza piena',
|
|
411
413
|
'fabric.editor.breakoutMaxWidthLabel': 'Larghezza massima',
|
|
412
414
|
'fabric.editor.breakoutWideWidthLabel': 'Largo',
|
package/dist/esm/i18n/nb.d.ts
CHANGED
|
@@ -406,6 +406,7 @@ declare const _default: {
|
|
|
406
406
|
'fabric.editor.breakout.resizeExpand': string;
|
|
407
407
|
'fabric.editor.breakout.resizeLayout': string;
|
|
408
408
|
'fabric.editor.breakout.resizePanel': string;
|
|
409
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
409
410
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
410
411
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
411
412
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -408,6 +408,7 @@ export default {
|
|
|
408
408
|
'fabric.editor.breakout.resizeExpand': 'Endre størrelse for å gjøre større',
|
|
409
409
|
'fabric.editor.breakout.resizeLayout': 'Endre størrelse på oppsett',
|
|
410
410
|
'fabric.editor.breakout.resizePanel': 'Endre størrelse på panel',
|
|
411
|
+
'fabric.editor.breakout.resizeRule': 'Endre størrelsen på avgrenseren',
|
|
411
412
|
'fabric.editor.breakoutFullWidthLabel': 'Full bredde',
|
|
412
413
|
'fabric.editor.breakoutMaxWidthLabel': 'Maksbredde',
|
|
413
414
|
'fabric.editor.breakoutWideWidthLabel': 'Bred',
|
package/dist/esm/i18n/pl.d.ts
CHANGED
|
@@ -406,6 +406,8 @@ declare const _default: {
|
|
|
406
406
|
'fabric.editor.breakout.resizeElement': string;
|
|
407
407
|
'fabric.editor.breakout.resizeExpand': string;
|
|
408
408
|
'fabric.editor.breakout.resizeLayout': string;
|
|
409
|
+
'fabric.editor.breakout.resizePanel': string;
|
|
410
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
409
411
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
410
412
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
411
413
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -408,6 +408,8 @@ export default {
|
|
|
408
408
|
'fabric.editor.breakout.resizeElement': 'Zmień rozmiar elementu',
|
|
409
409
|
'fabric.editor.breakout.resizeExpand': 'Zmień rozmiar elementu rozwijanego',
|
|
410
410
|
'fabric.editor.breakout.resizeLayout': 'Zmień rozmiar układu',
|
|
411
|
+
'fabric.editor.breakout.resizePanel': 'Zmień rozmiar panelu',
|
|
412
|
+
'fabric.editor.breakout.resizeRule': 'Zmień rozmiar separatora',
|
|
411
413
|
'fabric.editor.breakoutFullWidthLabel': 'Tryb pełnej szerokości',
|
|
412
414
|
'fabric.editor.breakoutMaxWidthLabel': 'Maks. szerokość',
|
|
413
415
|
'fabric.editor.breakoutWideWidthLabel': 'Tryb szeroki',
|
package/dist/esm/i18n/sv.d.ts
CHANGED
|
@@ -406,6 +406,7 @@ declare const _default: {
|
|
|
406
406
|
'fabric.editor.breakout.resizeExpand': string;
|
|
407
407
|
'fabric.editor.breakout.resizeLayout': string;
|
|
408
408
|
'fabric.editor.breakout.resizePanel': string;
|
|
409
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
409
410
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
410
411
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
411
412
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/dist/esm/i18n/sv.js
CHANGED
|
@@ -408,6 +408,7 @@ export default {
|
|
|
408
408
|
'fabric.editor.breakout.resizeExpand': 'Ändra storlek på expandering',
|
|
409
409
|
'fabric.editor.breakout.resizeLayout': 'Ändra storlek på layout',
|
|
410
410
|
'fabric.editor.breakout.resizePanel': 'Ändra storlek på panel',
|
|
411
|
+
'fabric.editor.breakout.resizeRule': 'Ändra storlek på avdelare',
|
|
411
412
|
'fabric.editor.breakoutFullWidthLabel': 'Full bredd',
|
|
412
413
|
'fabric.editor.breakoutMaxWidthLabel': 'Maxbredd',
|
|
413
414
|
'fabric.editor.breakoutWideWidthLabel': 'Bred',
|
package/dist/esm/i18n/tr.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Düzenleme tamamlandı',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Düzenleme yap',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': '{macroName} makrosunu yapılandırın',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Laboratuvarlar',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Daire',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Daire 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Özel',
|
package/dist/esm/i18n/vi.d.ts
CHANGED
|
@@ -391,6 +391,8 @@ declare const _default: {
|
|
|
391
391
|
'fabric.editor.breakout.resizeElement': string;
|
|
392
392
|
'fabric.editor.breakout.resizeExpand': string;
|
|
393
393
|
'fabric.editor.breakout.resizeLayout': string;
|
|
394
|
+
'fabric.editor.breakout.resizePanel': string;
|
|
395
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
394
396
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
395
397
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
396
398
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -393,6 +393,8 @@ export default {
|
|
|
393
393
|
'fabric.editor.breakout.resizeElement': 'Đổi cỡ thành phần',
|
|
394
394
|
'fabric.editor.breakout.resizeExpand': 'Đổi cỡ mở rộng',
|
|
395
395
|
'fabric.editor.breakout.resizeLayout': 'Đổi cỡ bố cục',
|
|
396
|
+
'fabric.editor.breakout.resizePanel': 'Đổi cỡ bảng điều khiển',
|
|
397
|
+
'fabric.editor.breakout.resizeRule': 'Đổi cỡ đường phân cách',
|
|
396
398
|
'fabric.editor.breakoutFullWidthLabel': 'Toàn chiều rộng',
|
|
397
399
|
'fabric.editor.breakoutMaxWidthLabel': 'Độ rộng tối đa',
|
|
398
400
|
'fabric.editor.breakoutWideWidthLabel': 'Rộng',
|
package/dist/esm/i18n/zh_TW.d.ts
CHANGED
|
@@ -406,6 +406,7 @@ declare const _default: {
|
|
|
406
406
|
'fabric.editor.breakout.resizeElement': string;
|
|
407
407
|
'fabric.editor.breakout.resizeExpand': string;
|
|
408
408
|
'fabric.editor.breakout.resizeLayout': string;
|
|
409
|
+
'fabric.editor.breakout.resizePanel': string;
|
|
409
410
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
410
411
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
411
412
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -408,6 +408,7 @@ export default {
|
|
|
408
408
|
'fabric.editor.breakout.resizeElement': '調整元素大小',
|
|
409
409
|
'fabric.editor.breakout.resizeExpand': '調整展開大小',
|
|
410
410
|
'fabric.editor.breakout.resizeLayout': '調整版面配置的大小',
|
|
411
|
+
'fabric.editor.breakout.resizePanel': '調整面板大小',
|
|
411
412
|
'fabric.editor.breakoutFullWidthLabel': '全寬',
|
|
412
413
|
'fabric.editor.breakoutMaxWidthLabel': '最大寬度',
|
|
413
414
|
'fabric.editor.breakoutWideWidthLabel': '寬',
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -405,6 +405,8 @@ declare const _default: {
|
|
|
405
405
|
'fabric.editor.breakout.resizeElement': string;
|
|
406
406
|
'fabric.editor.breakout.resizeExpand': string;
|
|
407
407
|
'fabric.editor.breakout.resizeLayout': string;
|
|
408
|
+
'fabric.editor.breakout.resizePanel': string;
|
|
409
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
408
410
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
409
411
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
410
412
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -405,6 +405,8 @@ declare const _default: {
|
|
|
405
405
|
'fabric.editor.breakout.resizeElement': string;
|
|
406
406
|
'fabric.editor.breakout.resizeExpand': string;
|
|
407
407
|
'fabric.editor.breakout.resizeLayout': string;
|
|
408
|
+
'fabric.editor.breakout.resizePanel': string;
|
|
409
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
408
410
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
409
411
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
410
412
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -406,6 +406,7 @@ declare const _default: {
|
|
|
406
406
|
'fabric.editor.breakout.resizeExpand': string;
|
|
407
407
|
'fabric.editor.breakout.resizeLayout': string;
|
|
408
408
|
'fabric.editor.breakout.resizePanel': string;
|
|
409
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
409
410
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
410
411
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
411
412
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -406,6 +406,8 @@ declare const _default: {
|
|
|
406
406
|
'fabric.editor.breakout.resizeElement': string;
|
|
407
407
|
'fabric.editor.breakout.resizeExpand': string;
|
|
408
408
|
'fabric.editor.breakout.resizeLayout': string;
|
|
409
|
+
'fabric.editor.breakout.resizePanel': string;
|
|
410
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
409
411
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
410
412
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
411
413
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -406,6 +406,7 @@ declare const _default: {
|
|
|
406
406
|
'fabric.editor.breakout.resizeExpand': string;
|
|
407
407
|
'fabric.editor.breakout.resizeLayout': string;
|
|
408
408
|
'fabric.editor.breakout.resizePanel': string;
|
|
409
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
409
410
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
410
411
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
411
412
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -391,6 +391,8 @@ declare const _default: {
|
|
|
391
391
|
'fabric.editor.breakout.resizeElement': string;
|
|
392
392
|
'fabric.editor.breakout.resizeExpand': string;
|
|
393
393
|
'fabric.editor.breakout.resizeLayout': string;
|
|
394
|
+
'fabric.editor.breakout.resizePanel': string;
|
|
395
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
394
396
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
395
397
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
396
398
|
'fabric.editor.breakoutWideWidthLabel': string;
|
|
@@ -406,6 +406,7 @@ declare const _default: {
|
|
|
406
406
|
'fabric.editor.breakout.resizeElement': string;
|
|
407
407
|
'fabric.editor.breakout.resizeExpand': string;
|
|
408
408
|
'fabric.editor.breakout.resizeLayout': string;
|
|
409
|
+
'fabric.editor.breakout.resizePanel': string;
|
|
409
410
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
410
411
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
411
412
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/i18n/da.ts
CHANGED
|
@@ -452,6 +452,8 @@ export default {
|
|
|
452
452
|
'fabric.editor.breakout.resizeElement': 'Tilpas størrelse på element',
|
|
453
453
|
'fabric.editor.breakout.resizeExpand': 'Tilpas størrelse på udvidelse',
|
|
454
454
|
'fabric.editor.breakout.resizeLayout': 'Tilpas størrelse på layout',
|
|
455
|
+
'fabric.editor.breakout.resizePanel': 'Tilpas størrelsen på panel',
|
|
456
|
+
'fabric.editor.breakout.resizeRule': 'Tilpas størrelsen på opdeler',
|
|
455
457
|
'fabric.editor.breakoutFullWidthLabel': 'Fuld bredde',
|
|
456
458
|
'fabric.editor.breakoutMaxWidthLabel': 'Maks. bredde',
|
|
457
459
|
'fabric.editor.breakoutWideWidthLabel': 'Bredt',
|
package/i18n/fr.ts
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Modifications terminées',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Apporter des modifications',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Configurer {macroName}',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Cercle',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Cercle 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Personnalisé',
|
package/i18n/it.ts
CHANGED
|
@@ -466,6 +466,8 @@ export default {
|
|
|
466
466
|
'fabric.editor.breakout.resizeElement': 'Ridimensiona elemento',
|
|
467
467
|
'fabric.editor.breakout.resizeExpand': 'Ridimensiona espansione',
|
|
468
468
|
'fabric.editor.breakout.resizeLayout': 'Ridimensiona layout',
|
|
469
|
+
'fabric.editor.breakout.resizePanel': 'Ridimensiona il pannello',
|
|
470
|
+
'fabric.editor.breakout.resizeRule': 'Ridimensiona divisore',
|
|
469
471
|
'fabric.editor.breakoutFullWidthLabel': 'Larghezza piena',
|
|
470
472
|
'fabric.editor.breakoutMaxWidthLabel': 'Larghezza massima',
|
|
471
473
|
'fabric.editor.breakoutWideWidthLabel': 'Largo',
|
package/i18n/nb.ts
CHANGED
|
@@ -451,6 +451,7 @@ export default {
|
|
|
451
451
|
'fabric.editor.breakout.resizeExpand': 'Endre størrelse for å gjøre større',
|
|
452
452
|
'fabric.editor.breakout.resizeLayout': 'Endre størrelse på oppsett',
|
|
453
453
|
'fabric.editor.breakout.resizePanel': 'Endre størrelse på panel',
|
|
454
|
+
'fabric.editor.breakout.resizeRule': 'Endre størrelsen på avgrenseren',
|
|
454
455
|
'fabric.editor.breakoutFullWidthLabel': 'Full bredde',
|
|
455
456
|
'fabric.editor.breakoutMaxWidthLabel': 'Maksbredde',
|
|
456
457
|
'fabric.editor.breakoutWideWidthLabel': 'Bred',
|
package/i18n/pl.ts
CHANGED
|
@@ -472,6 +472,8 @@ export default {
|
|
|
472
472
|
'fabric.editor.breakout.resizeElement': 'Zmień rozmiar elementu',
|
|
473
473
|
'fabric.editor.breakout.resizeExpand': 'Zmień rozmiar elementu rozwijanego',
|
|
474
474
|
'fabric.editor.breakout.resizeLayout': 'Zmień rozmiar układu',
|
|
475
|
+
'fabric.editor.breakout.resizePanel': 'Zmień rozmiar panelu',
|
|
476
|
+
'fabric.editor.breakout.resizeRule': 'Zmień rozmiar separatora',
|
|
475
477
|
'fabric.editor.breakoutFullWidthLabel': 'Tryb pełnej szerokości',
|
|
476
478
|
'fabric.editor.breakoutMaxWidthLabel': 'Maks. szerokość',
|
|
477
479
|
'fabric.editor.breakoutWideWidthLabel': 'Tryb szeroki',
|
package/i18n/sv.ts
CHANGED
|
@@ -451,6 +451,7 @@ export default {
|
|
|
451
451
|
'fabric.editor.breakout.resizeExpand': 'Ändra storlek på expandering',
|
|
452
452
|
'fabric.editor.breakout.resizeLayout': 'Ändra storlek på layout',
|
|
453
453
|
'fabric.editor.breakout.resizePanel': 'Ändra storlek på panel',
|
|
454
|
+
'fabric.editor.breakout.resizeRule': 'Ändra storlek på avdelare',
|
|
454
455
|
'fabric.editor.breakoutFullWidthLabel': 'Full bredd',
|
|
455
456
|
'fabric.editor.breakoutMaxWidthLabel': 'Maxbredd',
|
|
456
457
|
'fabric.editor.breakoutWideWidthLabel': 'Bred',
|
package/i18n/tr.ts
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Düzenleme tamamlandı',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Düzenleme yap',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': '{macroName} makrosunu yapılandırın',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Laboratuvarlar',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Daire',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Daire 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Özel',
|
package/i18n/vi.ts
CHANGED
|
@@ -440,6 +440,8 @@ export default {
|
|
|
440
440
|
'fabric.editor.breakout.resizeElement': 'Đổi cỡ thành phần',
|
|
441
441
|
'fabric.editor.breakout.resizeExpand': 'Đổi cỡ mở rộng',
|
|
442
442
|
'fabric.editor.breakout.resizeLayout': 'Đổi cỡ bố cục',
|
|
443
|
+
'fabric.editor.breakout.resizePanel': 'Đổi cỡ bảng điều khiển',
|
|
444
|
+
'fabric.editor.breakout.resizeRule': 'Đổi cỡ đường phân cách',
|
|
443
445
|
'fabric.editor.breakoutFullWidthLabel': 'Toàn chiều rộng',
|
|
444
446
|
'fabric.editor.breakoutMaxWidthLabel': 'Độ rộng tối đa',
|
|
445
447
|
'fabric.editor.breakoutWideWidthLabel': 'Rộng',
|
package/i18n/zh_TW.ts
CHANGED
|
@@ -422,6 +422,7 @@ export default {
|
|
|
422
422
|
'fabric.editor.breakout.resizeElement': '調整元素大小',
|
|
423
423
|
'fabric.editor.breakout.resizeExpand': '調整展開大小',
|
|
424
424
|
'fabric.editor.breakout.resizeLayout': '調整版面配置的大小',
|
|
425
|
+
'fabric.editor.breakout.resizePanel': '調整面板大小',
|
|
425
426
|
'fabric.editor.breakoutFullWidthLabel': '全寬',
|
|
426
427
|
'fabric.editor.breakoutMaxWidthLabel': '最大寬度',
|
|
427
428
|
'fabric.editor.breakoutWideWidthLabel': '寬',
|
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.182.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/"
|