@atlaskit/editor-common 82.2.1 → 82.3.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/CHANGELOG.md +31 -0
- package/dist/cjs/extensibility/Extension/Extension/index.js +0 -1
- package/dist/cjs/extensibility/Extension/Extension/styles.js +4 -9
- package/dist/cjs/extensibility/Extension/InlineExtension/index.js +0 -1
- package/dist/cjs/extensibility/Extension/InlineExtension/styles.js +1 -4
- package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -5
- package/dist/cjs/extensibility/MultiBodiedExtension/styles.js +2 -2
- package/dist/cjs/i18n/cs.js +5 -5
- package/dist/cjs/i18n/da.js +9 -5
- package/dist/cjs/i18n/de.js +9 -5
- package/dist/cjs/i18n/en.js +8 -5
- package/dist/cjs/i18n/en_GB.js +8 -5
- package/dist/cjs/i18n/en_ZZ.js +8 -5
- package/dist/cjs/i18n/es.js +9 -5
- package/dist/cjs/i18n/fi.js +9 -5
- package/dist/cjs/i18n/fr.js +9 -5
- package/dist/cjs/i18n/hu.js +9 -5
- package/dist/cjs/i18n/it.js +9 -5
- package/dist/cjs/i18n/ja.js +9 -5
- package/dist/cjs/i18n/ko.js +9 -5
- package/dist/cjs/i18n/nb.js +5 -5
- package/dist/cjs/i18n/nl.js +9 -5
- package/dist/cjs/i18n/pl.js +9 -5
- package/dist/cjs/i18n/pt_BR.js +9 -5
- package/dist/cjs/i18n/ru.js +9 -5
- package/dist/cjs/i18n/sv.js +9 -5
- package/dist/cjs/i18n/th.js +4 -3
- package/dist/cjs/i18n/tr.js +7 -3
- package/dist/cjs/i18n/uk.js +9 -5
- package/dist/cjs/i18n/vi.js +9 -5
- package/dist/cjs/i18n/zh.js +8 -4
- package/dist/cjs/i18n/zh_TW.js +5 -5
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui-color/ColorPalette/Color/index.js +57 -7
- package/dist/cjs/ui-color/ColorPalette/Palettes/highlightColorPalette.js +38 -2
- package/dist/cjs/ui-color/ColorPalette/index.js +4 -2
- package/dist/cjs/utils/annotation/index.js +24 -0
- package/dist/cjs/utils/index.js +6 -0
- package/dist/es2019/extensibility/Extension/Extension/index.js +0 -1
- package/dist/es2019/extensibility/Extension/Extension/styles.js +4 -9
- package/dist/es2019/extensibility/Extension/InlineExtension/index.js +0 -1
- package/dist/es2019/extensibility/Extension/InlineExtension/styles.js +1 -4
- package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -5
- package/dist/es2019/extensibility/MultiBodiedExtension/styles.js +2 -2
- package/dist/es2019/i18n/cs.js +5 -5
- package/dist/es2019/i18n/da.js +9 -5
- package/dist/es2019/i18n/de.js +9 -5
- package/dist/es2019/i18n/en.js +8 -5
- package/dist/es2019/i18n/en_GB.js +8 -5
- package/dist/es2019/i18n/en_ZZ.js +8 -5
- package/dist/es2019/i18n/es.js +9 -5
- package/dist/es2019/i18n/fi.js +9 -5
- package/dist/es2019/i18n/fr.js +9 -5
- package/dist/es2019/i18n/hu.js +9 -5
- package/dist/es2019/i18n/it.js +9 -5
- package/dist/es2019/i18n/ja.js +9 -5
- package/dist/es2019/i18n/ko.js +9 -5
- package/dist/es2019/i18n/nb.js +5 -5
- package/dist/es2019/i18n/nl.js +9 -5
- package/dist/es2019/i18n/pl.js +9 -5
- package/dist/es2019/i18n/pt_BR.js +9 -5
- package/dist/es2019/i18n/ru.js +9 -5
- package/dist/es2019/i18n/sv.js +9 -5
- package/dist/es2019/i18n/th.js +4 -3
- package/dist/es2019/i18n/tr.js +7 -3
- package/dist/es2019/i18n/uk.js +9 -5
- package/dist/es2019/i18n/vi.js +9 -5
- package/dist/es2019/i18n/zh.js +8 -4
- package/dist/es2019/i18n/zh_TW.js +5 -5
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui-color/ColorPalette/Color/index.js +61 -1
- package/dist/es2019/ui-color/ColorPalette/Palettes/highlightColorPalette.js +36 -1
- package/dist/es2019/ui-color/ColorPalette/index.js +4 -2
- package/dist/es2019/utils/annotation/index.js +22 -0
- package/dist/es2019/utils/index.js +1 -1
- package/dist/esm/extensibility/Extension/Extension/index.js +0 -1
- package/dist/esm/extensibility/Extension/Extension/styles.js +4 -9
- package/dist/esm/extensibility/Extension/InlineExtension/index.js +0 -1
- package/dist/esm/extensibility/Extension/InlineExtension/styles.js +1 -4
- package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -5
- package/dist/esm/extensibility/MultiBodiedExtension/styles.js +2 -2
- package/dist/esm/i18n/cs.js +5 -5
- package/dist/esm/i18n/da.js +9 -5
- package/dist/esm/i18n/de.js +9 -5
- package/dist/esm/i18n/en.js +8 -5
- package/dist/esm/i18n/en_GB.js +8 -5
- package/dist/esm/i18n/en_ZZ.js +8 -5
- package/dist/esm/i18n/es.js +9 -5
- package/dist/esm/i18n/fi.js +9 -5
- package/dist/esm/i18n/fr.js +9 -5
- package/dist/esm/i18n/hu.js +9 -5
- package/dist/esm/i18n/it.js +9 -5
- package/dist/esm/i18n/ja.js +9 -5
- package/dist/esm/i18n/ko.js +9 -5
- package/dist/esm/i18n/nb.js +5 -5
- package/dist/esm/i18n/nl.js +9 -5
- package/dist/esm/i18n/pl.js +9 -5
- package/dist/esm/i18n/pt_BR.js +9 -5
- package/dist/esm/i18n/ru.js +9 -5
- package/dist/esm/i18n/sv.js +9 -5
- package/dist/esm/i18n/th.js +4 -3
- package/dist/esm/i18n/tr.js +7 -3
- package/dist/esm/i18n/uk.js +9 -5
- package/dist/esm/i18n/vi.js +9 -5
- package/dist/esm/i18n/zh.js +8 -4
- package/dist/esm/i18n/zh_TW.js +5 -5
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui-color/ColorPalette/Color/index.js +57 -7
- package/dist/esm/ui-color/ColorPalette/Palettes/highlightColorPalette.js +37 -1
- package/dist/esm/ui-color/ColorPalette/index.js +4 -2
- package/dist/esm/utils/annotation/index.js +22 -0
- package/dist/esm/utils/index.js +1 -1
- package/dist/types/analytics/types/inline-comment-events.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +3 -3
- package/dist/types/i18n/da.d.ts +7 -3
- package/dist/types/i18n/de.d.ts +7 -3
- package/dist/types/i18n/en.d.ts +6 -3
- package/dist/types/i18n/en_GB.d.ts +6 -3
- package/dist/types/i18n/en_ZZ.d.ts +6 -3
- package/dist/types/i18n/es.d.ts +7 -3
- package/dist/types/i18n/fi.d.ts +7 -3
- package/dist/types/i18n/fr.d.ts +7 -3
- package/dist/types/i18n/hu.d.ts +7 -3
- package/dist/types/i18n/it.d.ts +7 -3
- package/dist/types/i18n/ja.d.ts +7 -3
- package/dist/types/i18n/ko.d.ts +7 -3
- package/dist/types/i18n/nb.d.ts +3 -3
- package/dist/types/i18n/nl.d.ts +7 -3
- package/dist/types/i18n/pl.d.ts +7 -3
- package/dist/types/i18n/pt_BR.d.ts +7 -3
- package/dist/types/i18n/ru.d.ts +7 -3
- package/dist/types/i18n/sv.d.ts +7 -3
- package/dist/types/i18n/th.d.ts +4 -3
- package/dist/types/i18n/tr.d.ts +7 -3
- package/dist/types/i18n/uk.d.ts +7 -3
- package/dist/types/i18n/vi.d.ts +7 -3
- package/dist/types/i18n/zh.d.ts +7 -3
- package/dist/types/i18n/zh_TW.d.ts +3 -3
- package/dist/types/types/feature-flags.d.ts +16 -0
- package/dist/types/ui-color/ColorPalette/Color/index.d.ts +5 -2
- package/dist/types/ui-color/ColorPalette/Palettes/highlightColorPalette.d.ts +3 -0
- package/dist/types/ui-color/ColorPalette/Palettes/type.d.ts +2 -0
- package/dist/types/utils/annotation/index.d.ts +10 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/analytics/types/inline-comment-events.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +3 -3
- package/dist/types-ts4.5/i18n/da.d.ts +7 -3
- package/dist/types-ts4.5/i18n/de.d.ts +7 -3
- package/dist/types-ts4.5/i18n/en.d.ts +6 -3
- package/dist/types-ts4.5/i18n/en_GB.d.ts +6 -3
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +6 -3
- package/dist/types-ts4.5/i18n/es.d.ts +7 -3
- package/dist/types-ts4.5/i18n/fi.d.ts +7 -3
- package/dist/types-ts4.5/i18n/fr.d.ts +7 -3
- package/dist/types-ts4.5/i18n/hu.d.ts +7 -3
- package/dist/types-ts4.5/i18n/it.d.ts +7 -3
- package/dist/types-ts4.5/i18n/ja.d.ts +7 -3
- package/dist/types-ts4.5/i18n/ko.d.ts +7 -3
- package/dist/types-ts4.5/i18n/nb.d.ts +3 -3
- package/dist/types-ts4.5/i18n/nl.d.ts +7 -3
- package/dist/types-ts4.5/i18n/pl.d.ts +7 -3
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +7 -3
- package/dist/types-ts4.5/i18n/ru.d.ts +7 -3
- package/dist/types-ts4.5/i18n/sv.d.ts +7 -3
- package/dist/types-ts4.5/i18n/th.d.ts +4 -3
- package/dist/types-ts4.5/i18n/tr.d.ts +7 -3
- package/dist/types-ts4.5/i18n/uk.d.ts +7 -3
- package/dist/types-ts4.5/i18n/vi.d.ts +7 -3
- package/dist/types-ts4.5/i18n/zh.d.ts +7 -3
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +3 -3
- package/dist/types-ts4.5/types/feature-flags.d.ts +16 -0
- package/dist/types-ts4.5/ui-color/ColorPalette/Color/index.d.ts +5 -2
- package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/highlightColorPalette.d.ts +3 -0
- package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/type.d.ts +2 -0
- package/dist/types-ts4.5/utils/annotation/index.d.ts +10 -0
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/package.json +5 -2
|
@@ -22,10 +22,10 @@ export const mbeExtensionWrapperCSSStyles = css(wrapperDefault, {
|
|
|
22
22
|
paddingTop: `${"var(--ds-space-100, 8px)"} !important`
|
|
23
23
|
},
|
|
24
24
|
'&.with-border': {
|
|
25
|
-
|
|
25
|
+
boxShadow: `0 0 0 1px ${`var(--ds-border, ${N30})`}`
|
|
26
26
|
},
|
|
27
27
|
'&.with-hover-border': {
|
|
28
|
-
|
|
28
|
+
boxShadow: `0 0 0 1px ${`var(--ds-border-input, ${N500})`}`
|
|
29
29
|
},
|
|
30
30
|
'&.with-padding-background-styles': {
|
|
31
31
|
padding: "var(--ds-space-100, 8px)",
|
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Rozhodnutí',
|
|
113
113
|
'fabric.editor.decision.description': 'Zaznamenávejte rozhodnutí, aby se snadněji sledovala',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Přidat rozhodnutí...',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Snížit velikost',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Snížit velikost tabulky nebo multimédia',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
118
117
|
'fabric.editor.description': 'Popis',
|
|
119
118
|
'fabric.editor.displayBlock': 'Zobrazit jako kartu',
|
|
@@ -243,8 +242,7 @@ export default {
|
|
|
243
242
|
'fabric.editor.imageBorderSize': 'Velikost',
|
|
244
243
|
'fabric.editor.imageBorderSubtle': 'Útlé',
|
|
245
244
|
'fabric.editor.improvement': 'Vylepšení',
|
|
246
|
-
'fabric.editor.
|
|
247
|
-
'fabric.editor.increaseSize': 'Zvýšit velikost',
|
|
245
|
+
'fabric.editor.increaseSize': 'Zvýšit velikost tabulky nebo multimédia',
|
|
248
246
|
'fabric.editor.indent': 'Zvětšit odsazení',
|
|
249
247
|
'fabric.editor.info': 'Informace',
|
|
250
248
|
'fabric.editor.infoPanel': 'Informační panel',
|
|
@@ -259,6 +257,8 @@ export default {
|
|
|
259
257
|
'fabric.editor.insertMenu': 'Vložit prvky',
|
|
260
258
|
'fabric.editor.insertRow': 'Vložit řádek pod',
|
|
261
259
|
'fabric.editor.insertRowDrag': 'Vložit řádek',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Vložit sloupec tabulky',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Vložit řádek tabulky',
|
|
262
262
|
'fabric.editor.invalidDateError': 'Zadejte platné datum.',
|
|
263
263
|
'fabric.editor.invalidLink': 'Zadejte platný odkaz.',
|
|
264
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Pozvat týmového kolegu do produktu {productName}} trusted {Pozvat týmového kolegu do produktu {productName}} other {Přidat týmového kolegu do produktu {productName}}}',
|
|
@@ -335,6 +335,7 @@ export default {
|
|
|
335
335
|
'fabric.editor.placeholderTextPlaceholder': 'Přidat text placeholderu.',
|
|
336
336
|
'fabric.editor.plainText': 'Použít prostý text',
|
|
337
337
|
'fabric.editor.quickInsert': 'Rychlé vložení',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Nahrát',
|
|
338
339
|
'fabric.editor.recordVideo': 'Nahrávání videa Loom',
|
|
339
340
|
'fabric.editor.recordVideo.description': 'Nahrávejte a sdílejte svou obrazovku a myšlenky.',
|
|
340
341
|
'fabric.editor.redo': 'Znovu',
|
|
@@ -438,7 +439,6 @@ export default {
|
|
|
438
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Když začnete psát, budou se vyhledávat uživatelé k označení.',
|
|
439
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Uživatelé, které můžete označit',
|
|
440
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Uživatel {name} @{shortName}',
|
|
441
|
-
'fabric.editor.unLockColumns': 'Proměnné šířky sloupců',
|
|
442
442
|
'fabric.editor.unableToLoadContent': 'Obsah se nepodařilo načíst.',
|
|
443
443
|
'fabric.editor.unableToOpenLink': 'Tento odkaz nelze otevřít',
|
|
444
444
|
'fabric.editor.underline': 'Podtržení',
|
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Beslutning',
|
|
113
113
|
'fabric.editor.decision.description': 'Registrér beslutninger, så de er lette at finde igen',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Tilføj en beslutning ...',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Reducer størrelse',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Reducer tabel- eller mediestørrelse',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
118
117
|
'fabric.editor.description': 'Beskrivelse',
|
|
119
118
|
'fabric.editor.displayBlock': 'Vis som kort',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Tilføj et link',
|
|
131
130
|
'fabric.editor.editAltText': 'Rediger alternativ tekst',
|
|
132
131
|
'fabric.editor.editDateText': 'Rediger dato',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Rediger søgning',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Rediger link',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Udvid rullemenu',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': 'Rediger',
|
|
133
136
|
'fabric.editor.editLink': 'Redigér link',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invitér til at redigere',
|
|
135
138
|
'fabric.editor.editStatusColor': 'Rediger statusfarve',
|
|
@@ -239,8 +242,7 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': 'Størrelse',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': 'Diskret',
|
|
241
244
|
'fabric.editor.improvement': 'Forbedring',
|
|
242
|
-
'fabric.editor.
|
|
243
|
-
'fabric.editor.increaseSize': 'Gør større',
|
|
245
|
+
'fabric.editor.increaseSize': 'Forøg tabel- eller mediestørrelse',
|
|
244
246
|
'fabric.editor.indent': 'Ryk ind',
|
|
245
247
|
'fabric.editor.info': 'Info',
|
|
246
248
|
'fabric.editor.infoPanel': 'Informationspanel',
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': 'Indsæt elementer',
|
|
256
258
|
'fabric.editor.insertRow': 'Indsæt række under',
|
|
257
259
|
'fabric.editor.insertRowDrag': 'Indsæt række',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Indsæt tabelkolonne',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Indsæt tabelrække',
|
|
258
262
|
'fabric.editor.invalidDateError': 'Indtast en gyldig dato',
|
|
259
263
|
'fabric.editor.invalidLink': 'Indtast et gyldigt link.',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Tilføj teammedlem til {productName}}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': 'Tilføj midlertidig tekst',
|
|
332
336
|
'fabric.editor.plainText': 'Brug almindelig tekst',
|
|
333
337
|
'fabric.editor.quickInsert': 'Hurtig indsætning',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Optag',
|
|
334
339
|
'fabric.editor.recordVideo': 'Optag en Loom-video',
|
|
335
340
|
'fabric.editor.recordVideo.description': 'Optag og del din skærm og dine tanker',
|
|
336
341
|
'fabric.editor.redo': 'Gentag',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Begynd at indtaste for at søge efter brugere, du vil tagge',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Brugere, du kan tagge',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Brugeren {name} @{shortName}',
|
|
437
|
-
'fabric.editor.unLockColumns': 'Variable søjlebredder',
|
|
438
442
|
'fabric.editor.unableToLoadContent': 'Vi kunne ikke indlæse dette indhold',
|
|
439
443
|
'fabric.editor.unableToOpenLink': 'Kan ikke åbne dette link',
|
|
440
444
|
'fabric.editor.underline': 'Understreget',
|
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Entscheidung',
|
|
113
113
|
'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Entscheidung hinzufügen …',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Verkleinern',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Tabellen- oder Mediengröße verringern',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
118
117
|
'fabric.editor.description': 'Beschreibung',
|
|
119
118
|
'fabric.editor.displayBlock': 'Karte anzeigen',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Einen Link hinzufügen',
|
|
131
130
|
'fabric.editor.editAltText': 'Alternativtext bearbeiten',
|
|
132
131
|
'fabric.editor.editDateText': 'Datum bearbeiten',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Suchanfrage bearbeiten',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Link bearbeiten',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Drop-down-Menü erweitern',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': 'Bearbeiten',
|
|
133
136
|
'fabric.editor.editLink': 'Link bearbeiten',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': 'Zum Bearbeiten einladen',
|
|
135
138
|
'fabric.editor.editStatusColor': 'Statusfarbe bearbeiten',
|
|
@@ -239,8 +242,7 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': 'Größe',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': 'Schmal',
|
|
241
244
|
'fabric.editor.improvement': 'Verbesserung',
|
|
242
|
-
'fabric.editor.
|
|
243
|
-
'fabric.editor.increaseSize': 'Vergrößern',
|
|
245
|
+
'fabric.editor.increaseSize': 'Tabellen- oder Mediengröße erhöhen',
|
|
244
246
|
'fabric.editor.indent': 'Einzug vergrößern',
|
|
245
247
|
'fabric.editor.info': 'Info',
|
|
246
248
|
'fabric.editor.infoPanel': 'Info-Panel',
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': 'Elemente einfügen',
|
|
256
258
|
'fabric.editor.insertRow': 'Zeile unten einfügen',
|
|
257
259
|
'fabric.editor.insertRowDrag': 'Zeile einfügen',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Tabellenspalte einfügen',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Tabellenzeile einfügen',
|
|
258
262
|
'fabric.editor.invalidDateError': 'Bitte geben Sie ein gültiges Datum ein.',
|
|
259
263
|
'fabric.editor.invalidLink': 'Bitte geben Sie einen gültigen Link ein.',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Teammitglied zu {productName} einladen} trusted {Teammitglied zu {productName} einladen} other {Teammitglied zu {productName} hinzufügen}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': 'Platzhaltertext hinzufügen',
|
|
332
336
|
'fabric.editor.plainText': 'Nur-Text verwenden',
|
|
333
337
|
'fabric.editor.quickInsert': 'Schnelleinfügung',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Aufzeichnen',
|
|
334
339
|
'fabric.editor.recordVideo': 'Loom-Video aufnehmen',
|
|
335
340
|
'fabric.editor.recordVideo.description': 'Nehmen Sie Ihren Bildschirm und Ihre Gedanken auf und teilen Sie sie.',
|
|
336
341
|
'fabric.editor.redo': 'Wiederherstellen',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Beginnen Sie mit der Eingabe, um nach Benutzern zum Kennzeichnen zu suchen',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Benutzer, die Sie kennzeichnen können',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Benutzer {name} @{shortName}',
|
|
437
|
-
'fabric.editor.unLockColumns': 'Variierbare Spaltenbreiten',
|
|
438
442
|
'fabric.editor.unableToLoadContent': 'Der Inhalt konnte nicht geladen werden',
|
|
439
443
|
'fabric.editor.unableToOpenLink': 'Dieser Link konnte nicht geöffnet werden.',
|
|
440
444
|
'fabric.editor.underline': 'Unterstrichen',
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Decision',
|
|
113
113
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Decrease size',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Decrease table or media size',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Document',
|
|
118
117
|
'fabric.editor.description': 'Description',
|
|
119
118
|
'fabric.editor.displayBlock': 'Display card',
|
|
@@ -129,6 +128,8 @@ export default {
|
|
|
129
128
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Add a link',
|
|
131
130
|
'fabric.editor.editAltText': 'Edit alt text',
|
|
131
|
+
'fabric.editor.editDatasourceStandalone': 'Edit',
|
|
132
|
+
'fabric.editor.editDatasourceStandaloneTooltip': 'Edit search query',
|
|
132
133
|
'fabric.editor.editDateText': 'Edit Date',
|
|
133
134
|
'fabric.editor.editDropdownEditDatasourceTitle': 'Edit search query',
|
|
134
135
|
'fabric.editor.editDropdownEditLinkTitle': 'Edit link',
|
|
@@ -243,14 +244,14 @@ export default {
|
|
|
243
244
|
'fabric.editor.imageBorderSize': 'Size',
|
|
244
245
|
'fabric.editor.imageBorderSubtle': 'Subtle',
|
|
245
246
|
'fabric.editor.improvement': 'Improvement',
|
|
246
|
-
'fabric.editor.
|
|
247
|
-
'fabric.editor.increaseSize': 'Increase size',
|
|
247
|
+
'fabric.editor.increaseSize': 'Increase table or media size',
|
|
248
248
|
'fabric.editor.indent': 'Indent',
|
|
249
249
|
'fabric.editor.info': 'Info',
|
|
250
250
|
'fabric.editor.infoPanel': 'Info panel',
|
|
251
251
|
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
|
252
252
|
'fabric.editor.inlineConfigureLink': 'Configure link',
|
|
253
253
|
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
254
|
+
'fabric.editor.inlineGoToLink': 'Go to link',
|
|
254
255
|
'fabric.editor.inlineOverlay': 'Configure',
|
|
255
256
|
'fabric.editor.inlineTitle': 'Inline',
|
|
256
257
|
'fabric.editor.inputQueryAssistiveTxt': 'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
|
|
@@ -259,6 +260,8 @@ export default {
|
|
|
259
260
|
'fabric.editor.insertMenu': 'Insert elements',
|
|
260
261
|
'fabric.editor.insertRow': 'Insert row below',
|
|
261
262
|
'fabric.editor.insertRowDrag': 'Insert row',
|
|
263
|
+
'fabric.editor.insertTableColumn': 'Insert table column',
|
|
264
|
+
'fabric.editor.insertTableRow': 'Insert table row',
|
|
262
265
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
263
266
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
264
267
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
@@ -335,6 +338,7 @@ export default {
|
|
|
335
338
|
'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
|
|
336
339
|
'fabric.editor.plainText': 'Use plain text',
|
|
337
340
|
'fabric.editor.quickInsert': 'Quick insert',
|
|
341
|
+
'fabric.editor.recordLoomShortTitle': 'Record',
|
|
338
342
|
'fabric.editor.recordVideo': 'Record a Loom video',
|
|
339
343
|
'fabric.editor.recordVideo.description': 'Record and share your screen and thoughts',
|
|
340
344
|
'fabric.editor.redo': 'Redo',
|
|
@@ -439,7 +443,6 @@ export default {
|
|
|
439
443
|
'fabric.editor.typeahead.mentionInputLabel': 'Begin typing to search for users to tag',
|
|
440
444
|
'fabric.editor.typeahead.mentionPopupLabel': 'Users you can tag',
|
|
441
445
|
'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
|
|
442
|
-
'fabric.editor.unLockColumns': 'Variable column widths',
|
|
443
446
|
'fabric.editor.unableToLoadContent': "We couldn't load this content",
|
|
444
447
|
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
445
448
|
'fabric.editor.underline': 'Underline',
|
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Decision',
|
|
113
113
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Decrease size',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Decrease table or media size',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Document',
|
|
118
117
|
'fabric.editor.description': 'Description',
|
|
119
118
|
'fabric.editor.displayBlock': 'Display card',
|
|
@@ -129,6 +128,8 @@ export default {
|
|
|
129
128
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Add a link',
|
|
131
130
|
'fabric.editor.editAltText': 'Edit alt text',
|
|
131
|
+
'fabric.editor.editDatasourceStandalone': 'Edit',
|
|
132
|
+
'fabric.editor.editDatasourceStandaloneTooltip': 'Edit search query',
|
|
132
133
|
'fabric.editor.editDateText': 'Edit Date',
|
|
133
134
|
'fabric.editor.editDropdownEditDatasourceTitle': 'Edit search query',
|
|
134
135
|
'fabric.editor.editDropdownEditLinkTitle': 'Edit link',
|
|
@@ -243,14 +244,14 @@ export default {
|
|
|
243
244
|
'fabric.editor.imageBorderSize': 'Size',
|
|
244
245
|
'fabric.editor.imageBorderSubtle': 'Subtle',
|
|
245
246
|
'fabric.editor.improvement': 'Improvement',
|
|
246
|
-
'fabric.editor.
|
|
247
|
-
'fabric.editor.increaseSize': 'Increase size',
|
|
247
|
+
'fabric.editor.increaseSize': 'Increase table or media size',
|
|
248
248
|
'fabric.editor.indent': 'Indent',
|
|
249
249
|
'fabric.editor.info': 'Info',
|
|
250
250
|
'fabric.editor.infoPanel': 'Info panel',
|
|
251
251
|
'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
|
|
252
252
|
'fabric.editor.inlineConfigureLink': 'Configure link',
|
|
253
253
|
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
254
|
+
'fabric.editor.inlineGoToLink': 'Go to link',
|
|
254
255
|
'fabric.editor.inlineOverlay': 'Configure',
|
|
255
256
|
'fabric.editor.inlineTitle': 'Inline',
|
|
256
257
|
'fabric.editor.inputQueryAssistiveTxt': 'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
|
|
@@ -259,6 +260,8 @@ export default {
|
|
|
259
260
|
'fabric.editor.insertMenu': 'Insert elements',
|
|
260
261
|
'fabric.editor.insertRow': 'Insert row below',
|
|
261
262
|
'fabric.editor.insertRowDrag': 'Insert row',
|
|
263
|
+
'fabric.editor.insertTableColumn': 'Insert table column',
|
|
264
|
+
'fabric.editor.insertTableRow': 'Insert table row',
|
|
262
265
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
263
266
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
264
267
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
@@ -335,6 +338,7 @@ export default {
|
|
|
335
338
|
'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
|
|
336
339
|
'fabric.editor.plainText': 'Use plain text',
|
|
337
340
|
'fabric.editor.quickInsert': 'Quick insert',
|
|
341
|
+
'fabric.editor.recordLoomShortTitle': 'Record',
|
|
338
342
|
'fabric.editor.recordVideo': 'Record a Loom video',
|
|
339
343
|
'fabric.editor.recordVideo.description': 'Record and share your screen and thoughts',
|
|
340
344
|
'fabric.editor.redo': 'Redo',
|
|
@@ -439,7 +443,6 @@ export default {
|
|
|
439
443
|
'fabric.editor.typeahead.mentionInputLabel': 'Begin typing to search for users to tag',
|
|
440
444
|
'fabric.editor.typeahead.mentionPopupLabel': 'Users you can tag',
|
|
441
445
|
'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
|
|
442
|
-
'fabric.editor.unLockColumns': 'Variable column widths',
|
|
443
446
|
'fabric.editor.unableToLoadContent': "We couldn't load this content",
|
|
444
447
|
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
445
448
|
'fabric.editor.underline': 'Underline',
|
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Decision',
|
|
113
113
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Decrease size',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Decrease table or media size',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Document',
|
|
118
117
|
'fabric.editor.description': 'Description',
|
|
119
118
|
'fabric.editor.displayBlock': 'Display card',
|
|
@@ -129,6 +128,8 @@ export default {
|
|
|
129
128
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Add a link',
|
|
131
130
|
'fabric.editor.editAltText': 'Edit alt text',
|
|
131
|
+
'fabric.editor.editDatasourceStandalone': 'Edit',
|
|
132
|
+
'fabric.editor.editDatasourceStandaloneTooltip': 'Edit search query',
|
|
132
133
|
'fabric.editor.editDateText': 'Edit Date',
|
|
133
134
|
'fabric.editor.editDropdownEditDatasourceTitle': 'Edit search query',
|
|
134
135
|
'fabric.editor.editDropdownEditLinkTitle': 'Edit link',
|
|
@@ -243,14 +244,14 @@ export default {
|
|
|
243
244
|
'fabric.editor.imageBorderSize': 'Size',
|
|
244
245
|
'fabric.editor.imageBorderSubtle': 'Subtle',
|
|
245
246
|
'fabric.editor.improvement': 'Improvement',
|
|
246
|
-
'fabric.editor.
|
|
247
|
-
'fabric.editor.increaseSize': 'Increase size',
|
|
247
|
+
'fabric.editor.increaseSize': 'Increase table or media size',
|
|
248
248
|
'fabric.editor.indent': 'Indent',
|
|
249
249
|
'fabric.editor.info': 'Info',
|
|
250
250
|
'fabric.editor.infoPanel': 'Info panel',
|
|
251
251
|
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
|
252
252
|
'fabric.editor.inlineConfigureLink': 'Configure link',
|
|
253
253
|
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
254
|
+
'fabric.editor.inlineGoToLink': 'Go to link',
|
|
254
255
|
'fabric.editor.inlineOverlay': 'Configure',
|
|
255
256
|
'fabric.editor.inlineTitle': 'Inline',
|
|
256
257
|
'fabric.editor.inputQueryAssistiveTxt': 'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
|
|
@@ -259,6 +260,8 @@ export default {
|
|
|
259
260
|
'fabric.editor.insertMenu': 'Insert elements',
|
|
260
261
|
'fabric.editor.insertRow': 'Insert row below',
|
|
261
262
|
'fabric.editor.insertRowDrag': 'Insert row',
|
|
263
|
+
'fabric.editor.insertTableColumn': 'Insert table column',
|
|
264
|
+
'fabric.editor.insertTableRow': 'Insert table row',
|
|
262
265
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
263
266
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
264
267
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite teammate to {productName}} trusted {Invite teammate to {productName}} other {Add teammate to {productName}}}',
|
|
@@ -335,6 +338,7 @@ export default {
|
|
|
335
338
|
'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
|
|
336
339
|
'fabric.editor.plainText': 'Use plain text',
|
|
337
340
|
'fabric.editor.quickInsert': 'Quick insert',
|
|
341
|
+
'fabric.editor.recordLoomShortTitle': 'Record',
|
|
338
342
|
'fabric.editor.recordVideo': 'Record a Loom video',
|
|
339
343
|
'fabric.editor.recordVideo.description': 'Record and share your screen and thoughts',
|
|
340
344
|
'fabric.editor.redo': 'Redo',
|
|
@@ -438,7 +442,6 @@ export default {
|
|
|
438
442
|
'fabric.editor.typeahead.mentionInputLabel': 'Begin typing to search for users to tag',
|
|
439
443
|
'fabric.editor.typeahead.mentionPopupLabel': 'Users you can tag',
|
|
440
444
|
'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
|
|
441
|
-
'fabric.editor.unLockColumns': 'Variable column widths',
|
|
442
445
|
'fabric.editor.unableToLoadContent': "We couldn't load this content",
|
|
443
446
|
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
444
447
|
'fabric.editor.underline': 'Underline',
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Decisión',
|
|
113
113
|
'fabric.editor.decision.description': 'Captar decisiones para que sea más fácil supervisarlas',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Añadir una decisión...',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Reducir tamaño',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Reducir tamaño de tabla o elemento multimedia',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Documento',
|
|
118
117
|
'fabric.editor.description': 'Descripción',
|
|
119
118
|
'fabric.editor.displayBlock': 'Mostrar como tarjeta',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Añadir un enlace',
|
|
131
130
|
'fabric.editor.editAltText': 'Editar texto alternativo',
|
|
132
131
|
'fabric.editor.editDateText': 'Editar fecha',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Editar consulta de búsqueda',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Editar enlace',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Ampliar el menú desplegable',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': 'Editar',
|
|
133
136
|
'fabric.editor.editLink': 'Editar enlace',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invitar a editar',
|
|
135
138
|
'fabric.editor.editStatusColor': 'Editar color de estado',
|
|
@@ -239,8 +242,7 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': 'Tamaño',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': 'Sutil',
|
|
241
244
|
'fabric.editor.improvement': 'Mejora',
|
|
242
|
-
'fabric.editor.
|
|
243
|
-
'fabric.editor.increaseSize': 'Aumentar tamaño',
|
|
245
|
+
'fabric.editor.increaseSize': 'Reducir tamaño de tabla o elemento multimedia',
|
|
244
246
|
'fabric.editor.indent': 'Aplicar sangría',
|
|
245
247
|
'fabric.editor.info': 'Información',
|
|
246
248
|
'fabric.editor.infoPanel': 'Panel de información',
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': 'Insertar elementos',
|
|
256
258
|
'fabric.editor.insertRow': 'Insertar fila debajo',
|
|
257
259
|
'fabric.editor.insertRowDrag': 'Insertar fila',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Insertar columna de tabla',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Insertar fila de tabla',
|
|
258
262
|
'fabric.editor.invalidDateError': 'Introducir una fecha válida',
|
|
259
263
|
'fabric.editor.invalidLink': 'Introduce un enlace válido.',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita a un compañero de equipo a {productName}} trusted {Invita a un compañero de equipo a {productName}} other {Añade a un compañero de equipo a {productName}}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': 'Añadir texto de marcador de posición',
|
|
332
336
|
'fabric.editor.plainText': 'Usar texto sin formato',
|
|
333
337
|
'fabric.editor.quickInsert': 'Inserción rápida',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Grabar',
|
|
334
339
|
'fabric.editor.recordVideo': 'Grabar un vídeo de Loom',
|
|
335
340
|
'fabric.editor.recordVideo.description': 'Graba y comparte tu pantalla y tus ideas',
|
|
336
341
|
'fabric.editor.redo': 'Rehacer',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Comienza a escribir para buscar usuarios que etiquetar',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Usuarios a los que puedes etiquetar',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Usuario {name} @{shortName}',
|
|
437
|
-
'fabric.editor.unLockColumns': 'Anchuras de columna variables',
|
|
438
442
|
'fabric.editor.unableToLoadContent': 'No hemos podido cargar este contenido',
|
|
439
443
|
'fabric.editor.unableToOpenLink': 'No se puede abrir este enlace',
|
|
440
444
|
'fabric.editor.underline': 'Subrayado',
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Päätös',
|
|
113
113
|
'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Lisää päätös...',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Pienennä kokoa',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Pienennä taulukon tai median kokoa',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Asiakirja',
|
|
118
117
|
'fabric.editor.description': 'Kuvaus',
|
|
119
118
|
'fabric.editor.displayBlock': 'Näytä kortti',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Lisää linkki',
|
|
131
130
|
'fabric.editor.editAltText': 'Muokkaa vaihtoehtoista tekstiä',
|
|
132
131
|
'fabric.editor.editDateText': 'Muokkaa päiväystä',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Muokkaa hakukyselyä',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Muokkaa linkkiä',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Laajenna avattava valikko',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': 'Muokkaa',
|
|
133
136
|
'fabric.editor.editLink': 'Muokkaa linkkiä',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': 'Kutsu käyttäjä muokkaamaan',
|
|
135
138
|
'fabric.editor.editStatusColor': 'Muokkaa tilaväriä',
|
|
@@ -239,8 +242,7 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': 'Koko',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': 'Hienovarainen',
|
|
241
244
|
'fabric.editor.improvement': 'Parannus',
|
|
242
|
-
'fabric.editor.
|
|
243
|
-
'fabric.editor.increaseSize': 'Suurenna kokoa',
|
|
245
|
+
'fabric.editor.increaseSize': 'Suurenna taulukon tai median kokoa',
|
|
244
246
|
'fabric.editor.indent': 'Sisennys',
|
|
245
247
|
'fabric.editor.info': 'Tietoja',
|
|
246
248
|
'fabric.editor.infoPanel': 'Tietopaneeli',
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': 'Lisää elementtejä',
|
|
256
258
|
'fabric.editor.insertRow': 'Lisää rivi alle',
|
|
257
259
|
'fabric.editor.insertRowDrag': 'Lisää rivi',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Lisää taulukkosarake',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Lisää taulukkorivi',
|
|
258
262
|
'fabric.editor.invalidDateError': 'Anna käypä päiväys',
|
|
259
263
|
'fabric.editor.invalidLink': 'Anna käypä linkki.',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Kutsu tiimikaveri tuotteeseen {productName}} trusted {Kutsu tiimikaveri tuotteeseen {productName}} other {Lisää tiimikaveri tuotteeseen {productName}}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': 'Lisää paikkamerkin teksti',
|
|
332
336
|
'fabric.editor.plainText': 'Käytä perustekstiä',
|
|
333
337
|
'fabric.editor.quickInsert': 'Pikalisäys',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Tallenna',
|
|
334
339
|
'fabric.editor.recordVideo': 'Kuvaa Loom-video',
|
|
335
340
|
'fabric.editor.recordVideo.description': 'Tallenna ja jaa näyttösi ja ajatuksesi',
|
|
336
341
|
'fabric.editor.redo': 'Tee uudelleen',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Aloita kirjoittaminen hakeaksesi käyttäjiä, joita voit merkitä',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Käyttäjät, joita voit merkitä',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Käyttäjä {name} @{shortName}',
|
|
437
|
-
'fabric.editor.unLockColumns': 'Vaihtelevat sarakkeiden leveydet',
|
|
438
442
|
'fabric.editor.unableToLoadContent': 'Tätä sisältöä ei voitu ladata',
|
|
439
443
|
'fabric.editor.unableToOpenLink': 'Tätä linkkiä ei voi avata',
|
|
440
444
|
'fabric.editor.underline': 'Alleviivaus',
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Décision',
|
|
113
113
|
'fabric.editor.decision.description': 'Enregistrer des décisions pour les suivre plus facilement',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Ajoutez une décision…',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Diminuer la taille',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Réduire la taille du tableau ou du média',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Document',
|
|
118
117
|
'fabric.editor.description': 'Description',
|
|
119
118
|
'fabric.editor.displayBlock': 'Afficher la carte',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Ajouter un lien',
|
|
131
130
|
'fabric.editor.editAltText': 'Modifier le texte alternatif',
|
|
132
131
|
'fabric.editor.editDateText': 'Modifier la date',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Modifier la requête de recherche',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Modifier le lien',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Développer le menu déroulant',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': 'Modifier',
|
|
133
136
|
'fabric.editor.editLink': 'Modifier le lien',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': 'Inviter à modifier',
|
|
135
138
|
'fabric.editor.editStatusColor': "Modifier la couleur de l'état",
|
|
@@ -239,8 +242,7 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': 'Taille',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': 'Subtile',
|
|
241
244
|
'fabric.editor.improvement': 'Amélioration',
|
|
242
|
-
'fabric.editor.
|
|
243
|
-
'fabric.editor.increaseSize': 'Augmenter la taille',
|
|
245
|
+
'fabric.editor.increaseSize': 'Augmenter la taille du tableau ou du média',
|
|
244
246
|
'fabric.editor.indent': 'Retrait positif',
|
|
245
247
|
'fabric.editor.info': 'Informations',
|
|
246
248
|
'fabric.editor.infoPanel': "Volet d'informations",
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': 'Insérer des éléments',
|
|
256
258
|
'fabric.editor.insertRow': 'Insérer une ligne en dessous',
|
|
257
259
|
'fabric.editor.insertRowDrag': 'Insérer une ligne',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Insérer une colonne dans le tableau',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Insérer une ligne dans le tableau',
|
|
258
262
|
'fabric.editor.invalidDateError': 'Saisissez une date valide',
|
|
259
263
|
'fabric.editor.invalidLink': 'Veuillez saisir un lien valide.',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter un coéquipier à rejoindre {productName}} trusted {Inviter un coéquipier à rejoindre {productName}} other {Ajouter un coéquipier à {productName}}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': "Ajouter le texte de l'espace réservé",
|
|
332
336
|
'fabric.editor.plainText': 'Utiliser du texte brut',
|
|
333
337
|
'fabric.editor.quickInsert': 'Insertion rapide',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Enregistrer',
|
|
334
339
|
'fabric.editor.recordVideo': 'Enregistrer une vidéo Loom',
|
|
335
340
|
'fabric.editor.recordVideo.description': 'Enregistrez et partagez votre écran et votre opinion',
|
|
336
341
|
'fabric.editor.redo': 'Rétablir',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Commencez à taper pour rechercher les utilisateurs à mentionner',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Utilisateurs que vous pouvez mentionner',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Utilisateur {name} @{shortName}',
|
|
437
|
-
'fabric.editor.unLockColumns': 'Largeurs de colonne variables',
|
|
438
442
|
'fabric.editor.unableToLoadContent': 'Impossible de charger ce contenu',
|
|
439
443
|
'fabric.editor.unableToOpenLink': "Impossible d'ouvrir ce lien",
|
|
440
444
|
'fabric.editor.underline': 'Souligner',
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -112,8 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Döntés',
|
|
113
113
|
'fabric.editor.decision.description': 'Döntések rögzítése az egyszerű nyomon követés érdekében',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Döntés hozzáadása...',
|
|
115
|
-
'fabric.editor.
|
|
116
|
-
'fabric.editor.decreaseSize': 'Méret csökkentése',
|
|
115
|
+
'fabric.editor.decreaseSize': 'Táblázat vagy média méretének csökkentése',
|
|
117
116
|
'fabric.editor.defaultAltText': 'Dokumentum',
|
|
118
117
|
'fabric.editor.description': 'Leírás',
|
|
119
118
|
'fabric.editor.displayBlock': 'Megjelenítés kártyaként',
|
|
@@ -130,6 +129,10 @@ export default {
|
|
|
130
129
|
'fabric.editor.edit.searchInput': 'Link hozzáadása',
|
|
131
130
|
'fabric.editor.editAltText': 'Alternatív szöveg szerkesztése',
|
|
132
131
|
'fabric.editor.editDateText': 'Dátum szerkesztése',
|
|
132
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Keresési lekérdezés szerkesztése',
|
|
133
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Hivatkozás szerkesztése',
|
|
134
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Legördülő menü kibontása',
|
|
135
|
+
'fabric.editor.editDropdownTriggerTitle': 'Szerkesztés',
|
|
133
136
|
'fabric.editor.editLink': 'Hivatkozás szerkesztése',
|
|
134
137
|
'fabric.editor.editMode.inviteToEditButton.title': 'Meghívás szerkesztésre',
|
|
135
138
|
'fabric.editor.editStatusColor': 'Állapotszín szerkesztése',
|
|
@@ -239,8 +242,7 @@ export default {
|
|
|
239
242
|
'fabric.editor.imageBorderSize': 'Méret',
|
|
240
243
|
'fabric.editor.imageBorderSubtle': 'Vékony',
|
|
241
244
|
'fabric.editor.improvement': 'Javítás',
|
|
242
|
-
'fabric.editor.
|
|
243
|
-
'fabric.editor.increaseSize': 'Méret növelése',
|
|
245
|
+
'fabric.editor.increaseSize': 'Táblázat vagy média méretének növelése',
|
|
244
246
|
'fabric.editor.indent': 'Behúzás',
|
|
245
247
|
'fabric.editor.info': 'Információ',
|
|
246
248
|
'fabric.editor.infoPanel': 'Információs panel',
|
|
@@ -255,6 +257,8 @@ export default {
|
|
|
255
257
|
'fabric.editor.insertMenu': 'Elemek beszúrása',
|
|
256
258
|
'fabric.editor.insertRow': 'Sor beszúrása alább',
|
|
257
259
|
'fabric.editor.insertRowDrag': 'Sor beszúrása',
|
|
260
|
+
'fabric.editor.insertTableColumn': 'Oszlop beszúrása a táblázatba',
|
|
261
|
+
'fabric.editor.insertTableRow': 'Sor beszúrása a táblázatba',
|
|
258
262
|
'fabric.editor.invalidDateError': 'Adj meg egy érvényes dátumot',
|
|
259
263
|
'fabric.editor.invalidLink': 'Adj meg egy érvényes linket.',
|
|
260
264
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Csapattag meghívása a(z) {productName} termékbe} trusted {Csapattag meghívása a(z) {productName} termékbe} other {Csapattag hozzáadása a(z) {productName} termékhez}}',
|
|
@@ -331,6 +335,7 @@ export default {
|
|
|
331
335
|
'fabric.editor.placeholderTextPlaceholder': 'Helyőrző szöveg hozzáadása',
|
|
332
336
|
'fabric.editor.plainText': 'Egyszerű szöveg használata',
|
|
333
337
|
'fabric.editor.quickInsert': 'Gyorsbeillesztés',
|
|
338
|
+
'fabric.editor.recordLoomShortTitle': 'Rögzítés',
|
|
334
339
|
'fabric.editor.recordVideo': 'Loom-videó rögzítése',
|
|
335
340
|
'fabric.editor.recordVideo.description': 'Vedd fel és oszd meg a képernyődet és a gondolataidat',
|
|
336
341
|
'fabric.editor.redo': 'Ismét',
|
|
@@ -434,7 +439,6 @@ export default {
|
|
|
434
439
|
'fabric.editor.typeahead.mentionInputLabel': 'Kezdj el gépelni a címkézendő felhasználók kereséséhez',
|
|
435
440
|
'fabric.editor.typeahead.mentionPopupLabel': 'Felhasználók, akiket címkézhetsz',
|
|
436
441
|
'fabric.editor.typeahead.metionListItemLabel': 'Felhasználó: {name} @{shortName}',
|
|
437
|
-
'fabric.editor.unLockColumns': 'Változó oszlopszélességek',
|
|
438
442
|
'fabric.editor.unableToLoadContent': 'Nem sikerült betölteni ezt a tartalmat',
|
|
439
443
|
'fabric.editor.unableToOpenLink': 'Nem lehet megnyitni ezt a linket',
|
|
440
444
|
'fabric.editor.underline': 'Aláhúzott',
|