@atlaskit/editor-common 87.0.4 → 87.1.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 +12 -0
- package/dist/cjs/i18n/cs.js +13 -1
- package/dist/cjs/i18n/da.js +13 -1
- package/dist/cjs/i18n/de.js +13 -1
- package/dist/cjs/i18n/en.js +12 -1
- package/dist/cjs/i18n/en_GB.js +12 -1
- package/dist/cjs/i18n/en_ZZ.js +12 -1
- package/dist/cjs/i18n/es.js +13 -1
- package/dist/cjs/i18n/fi.js +15 -3
- package/dist/cjs/i18n/fr.js +15 -3
- package/dist/cjs/i18n/hu.js +13 -1
- package/dist/cjs/i18n/it.js +13 -1
- package/dist/cjs/i18n/ja.js +13 -1
- package/dist/cjs/i18n/ko.js +13 -1
- package/dist/cjs/i18n/nb.js +13 -1
- package/dist/cjs/i18n/nl.js +13 -1
- package/dist/cjs/i18n/pl.js +13 -1
- package/dist/cjs/i18n/pt_BR.js +13 -1
- package/dist/cjs/i18n/ru.js +13 -1
- package/dist/cjs/i18n/sv.js +13 -1
- package/dist/cjs/i18n/th.js +13 -1
- package/dist/cjs/i18n/tr.js +13 -1
- package/dist/cjs/i18n/uk.js +15 -3
- package/dist/cjs/i18n/vi.js +13 -1
- package/dist/cjs/i18n/zh.js +13 -1
- package/dist/cjs/i18n/zh_TW.js +13 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/index.js +6 -0
- package/dist/cjs/styles/shared/expand.js +6 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +13 -1
- package/dist/es2019/i18n/da.js +13 -1
- package/dist/es2019/i18n/de.js +13 -1
- package/dist/es2019/i18n/en.js +12 -1
- package/dist/es2019/i18n/en_GB.js +12 -1
- package/dist/es2019/i18n/en_ZZ.js +12 -1
- package/dist/es2019/i18n/es.js +13 -1
- package/dist/es2019/i18n/fi.js +15 -3
- package/dist/es2019/i18n/fr.js +15 -3
- package/dist/es2019/i18n/hu.js +13 -1
- package/dist/es2019/i18n/it.js +13 -1
- package/dist/es2019/i18n/ja.js +13 -1
- package/dist/es2019/i18n/ko.js +13 -1
- package/dist/es2019/i18n/nb.js +13 -1
- package/dist/es2019/i18n/nl.js +13 -1
- package/dist/es2019/i18n/pl.js +13 -1
- package/dist/es2019/i18n/pt_BR.js +13 -1
- package/dist/es2019/i18n/ru.js +13 -1
- package/dist/es2019/i18n/sv.js +13 -1
- package/dist/es2019/i18n/th.js +13 -1
- package/dist/es2019/i18n/tr.js +13 -1
- package/dist/es2019/i18n/uk.js +15 -3
- package/dist/es2019/i18n/vi.js +13 -1
- package/dist/es2019/i18n/zh.js +13 -1
- package/dist/es2019/i18n/zh_TW.js +13 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/index.js +1 -1
- package/dist/es2019/styles/shared/expand.js +5 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +13 -1
- package/dist/esm/i18n/da.js +13 -1
- package/dist/esm/i18n/de.js +13 -1
- package/dist/esm/i18n/en.js +12 -1
- package/dist/esm/i18n/en_GB.js +12 -1
- package/dist/esm/i18n/en_ZZ.js +12 -1
- package/dist/esm/i18n/es.js +13 -1
- package/dist/esm/i18n/fi.js +15 -3
- package/dist/esm/i18n/fr.js +15 -3
- package/dist/esm/i18n/hu.js +13 -1
- package/dist/esm/i18n/it.js +13 -1
- package/dist/esm/i18n/ja.js +13 -1
- package/dist/esm/i18n/ko.js +13 -1
- package/dist/esm/i18n/nb.js +13 -1
- package/dist/esm/i18n/nl.js +13 -1
- package/dist/esm/i18n/pl.js +13 -1
- package/dist/esm/i18n/pt_BR.js +13 -1
- package/dist/esm/i18n/ru.js +13 -1
- package/dist/esm/i18n/sv.js +13 -1
- package/dist/esm/i18n/th.js +13 -1
- package/dist/esm/i18n/tr.js +13 -1
- package/dist/esm/i18n/uk.js +15 -3
- package/dist/esm/i18n/vi.js +13 -1
- package/dist/esm/i18n/zh.js +13 -1
- package/dist/esm/i18n/zh_TW.js +13 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/index.js +1 -1
- package/dist/esm/styles/shared/expand.js +5 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +13 -1
- package/dist/types/i18n/da.d.ts +13 -1
- package/dist/types/i18n/de.d.ts +13 -1
- package/dist/types/i18n/en.d.ts +12 -1
- package/dist/types/i18n/en_GB.d.ts +12 -1
- package/dist/types/i18n/en_ZZ.d.ts +12 -1
- package/dist/types/i18n/es.d.ts +13 -1
- package/dist/types/i18n/fi.d.ts +13 -1
- package/dist/types/i18n/fr.d.ts +13 -1
- package/dist/types/i18n/hu.d.ts +13 -1
- package/dist/types/i18n/it.d.ts +13 -1
- package/dist/types/i18n/ja.d.ts +13 -1
- package/dist/types/i18n/ko.d.ts +13 -1
- package/dist/types/i18n/nb.d.ts +13 -1
- package/dist/types/i18n/nl.d.ts +13 -1
- package/dist/types/i18n/pl.d.ts +13 -1
- package/dist/types/i18n/pt_BR.d.ts +13 -1
- package/dist/types/i18n/ru.d.ts +13 -1
- package/dist/types/i18n/sv.d.ts +13 -1
- package/dist/types/i18n/th.d.ts +13 -1
- package/dist/types/i18n/tr.d.ts +13 -1
- package/dist/types/i18n/uk.d.ts +13 -1
- package/dist/types/i18n/vi.d.ts +13 -1
- package/dist/types/i18n/zh.d.ts +13 -1
- package/dist/types/i18n/zh_TW.d.ts +13 -1
- package/dist/types/styles/index.d.ts +1 -1
- package/dist/types/styles/shared/expand.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +13 -1
- package/dist/types-ts4.5/i18n/da.d.ts +13 -1
- package/dist/types-ts4.5/i18n/de.d.ts +13 -1
- package/dist/types-ts4.5/i18n/en.d.ts +12 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +12 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +12 -1
- package/dist/types-ts4.5/i18n/es.d.ts +13 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +13 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +13 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +13 -1
- package/dist/types-ts4.5/i18n/it.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +13 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +13 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +13 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +13 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +13 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +13 -1
- package/dist/types-ts4.5/i18n/th.d.ts +13 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +13 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +13 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +13 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +13 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +13 -1
- package/dist/types-ts4.5/styles/index.d.ts +1 -1
- package/dist/types-ts4.5/styles/shared/expand.d.ts +1 -0
- package/package.json +2 -2
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Czech
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'Konfigurovat makro {macroName}',
|
|
10
11
|
'fabric.editor.action': 'Aktuální úkol',
|
|
11
12
|
'fabric.editor.action.description': 'Vytvořit a přiřadit aktuální úkol',
|
|
12
13
|
'fabric.editor.addAltText': 'Alternativní text',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Zpět',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Barva pozadí',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'Vložený odkaz je uvnitř uzlu {node} a jeho zobrazení nelze změnit',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Přetažením přesunete.',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Posunout dolů',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Posunout nahoru',
|
|
37
41
|
'fabric.editor.blockDescription': 'Zobrazit další informace o odkazu, včetně souhrnu a akcí',
|
|
38
42
|
'fabric.editor.blockTitle': 'Karta',
|
|
39
43
|
'fabric.editor.blockquote': 'citace',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'Sbalit obsah',
|
|
69
73
|
'fabric.editor.collapseTable': 'Sbalit tabulku',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Možnosti sloupce',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Sloupec byl přesunut doleva na pozici {index} z {total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Sloupec byl přesunut doprava na pozici {index} z {total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Je vybrán sloupec {index} z {total}',
|
|
71
78
|
'fabric.editor.columns': 'Rozvržení',
|
|
72
79
|
'fabric.editor.columns.description': 'Uspořádejte svou stránku pomocí oddílů',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Byl vložen sloupec.} few {Byly vloženy {count} sloupce.} many {Bylo vloženo {count} sloupce.} other {Bylo vloženo {count} sloupců.}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Kopírovat',
|
|
96
103
|
'fabric.editor.cornerControl': 'Zvýraznit tabulku',
|
|
97
104
|
'fabric.editor.createComment': 'Komentář',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'Komentovat můžete pouze text, nadpisy, smajlíky, kalendářní data, zmínky, odkazy a stavy.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Komentovat můžete pouze text a nadpisy',
|
|
99
107
|
'fabric.editor.customPanel': 'Vlastní panel',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Přidejte poznámku se smajlíkem a barevným pozadím.',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Aktiva (Beta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Pomocí vyhledávání a filtrování vložte objekty z Aktiv do Jira Service Management.',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Aktiva',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Vložit seznam Confluence',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'Zmáčkněte {keyMap}, abyste mohli kdykoliv rychle otevřít tento dialog.',
|
|
230
237
|
'fabric.editor.highlight': 'Barva zvýraznění',
|
|
231
238
|
'fabric.editor.highlightColor': 'Přepnout paletu barev zvýraznění',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Zvýraznění',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Dílčí příčka',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Vložit nebo vyhledat odkaz',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Číslovaný sloupec',
|
|
323
331
|
'fabric.editor.off': 'Formátování {formattingType} vypnuto',
|
|
324
332
|
'fabric.editor.on': '{formattingType} zapnuto',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Otevřít možnosti buňky',
|
|
325
334
|
'fabric.editor.openLink': 'Otevřít odkaz na nové kartě',
|
|
326
335
|
'fabric.editor.orderedList': 'Číslovaný seznam',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Vytvořit seřazený seznam',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Rozvržení pravého bočního panelu',
|
|
358
367
|
'fabric.editor.rowControl': 'Zvýraznit řádek',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Možnosti řádku',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Řádek byl přesunut dolů na pozici {index} z {total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Řádek byl přesunut nahoru na pozici {index} z {total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Je vybrán řádek {index} z {total}',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Byl vložen řádek.} few {Byly vloženy {count} řádky.} many {Bylo vloženo {count} řádku.} other {Bylo vloženo {count} řádků.}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Řádek byl odebrán.} few {Byly odebrány {count} řádky.} many {Bylo odebráno {count} řádku.} other {Bylo odebráno {count} řádků.}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Uložit',
|
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Danish (Denmark)
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'Konfigurer {macroName}',
|
|
10
11
|
'fabric.editor.action': 'Handlingsgenstand',
|
|
11
12
|
'fabric.editor.action.description': 'Opret og tildel handlingsgenstande',
|
|
12
13
|
'fabric.editor.addAltText': 'Alternativ tekst',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Gå tilbage',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Baggrundsfarve',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'Det indbyggede link er inden i {node}, og dets visning kan ikke ændres',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Træk for at flytte',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Flyt ned',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Flyt op',
|
|
37
41
|
'fabric.editor.blockDescription': 'Vis flere oplysninger om et link, inklusive sammendrag og handlinger',
|
|
38
42
|
'fabric.editor.blockTitle': 'Kort',
|
|
39
43
|
'fabric.editor.blockquote': 'et citat',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'skjul indhold',
|
|
69
73
|
'fabric.editor.collapseTable': 'Luk tabel',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Kolonneindstillinger',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Kolonne flyttet til venstre til {index} af {total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Kolonne flyttet til højre til {index} af {total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Kolonne {index} af {total} er valgt',
|
|
71
78
|
'fabric.editor.columns': 'Layout',
|
|
72
79
|
'fabric.editor.columns.description': 'Opdel din side i afsnit',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {En kolonne er blevet indsat} other {{count} kolonner er blevet indsat}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Kopiér',
|
|
96
103
|
'fabric.editor.cornerControl': 'Fremhæv tabel',
|
|
97
104
|
'fabric.editor.createComment': 'Kommenter',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'Du kan kun kommentere tekst, overskrifter, emojier, datoer, omtaler, links og statusser.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
99
107
|
'fabric.editor.customPanel': 'Brugerdefineret panel',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Aktiver (beta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Indsæt objekter fra Aktiver i Jira Service Management med søgning og filtrering',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Aktiver',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Indsæt Confluence-liste',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'Tryk på {keyMap} for at få hurtig adgang til denne dialogboks',
|
|
230
237
|
'fabric.editor.highlight': 'Farve på fremhævning',
|
|
231
238
|
'fabric.editor.highlightColor': 'Slå fremhævningsfarvepalet til/fra',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Fremhæv',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Rumdeler',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Indsæt eller søg efter link',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Kolonne med nummerering',
|
|
323
331
|
'fabric.editor.off': '{formattingType} fra',
|
|
324
332
|
'fabric.editor.on': '{formattingType} til',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Åbn celleegenskaber',
|
|
325
334
|
'fabric.editor.openLink': 'Åbn link i en nye fane',
|
|
326
335
|
'fabric.editor.orderedList': 'Nummereret liste',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Opret en sorteret liste',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Layout med højre sidebjælke',
|
|
358
367
|
'fabric.editor.rowControl': 'Fremhæv række',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Rækkeindstillinger',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Række flyttet ned til {index} af {total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Række flyttet op til {index} af {total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Række {index} af {total} er valgt',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {En række er blevet indsat} other {{count} rækker er blevet indsat}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Rækken er blevet fjernet} other {{count} rækker er blevet fjernet}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Gem',
|
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//German (Germany)
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': '{macroName} konfigurieren',
|
|
10
11
|
'fabric.editor.action': 'Aufgabe',
|
|
11
12
|
'fabric.editor.action.description': 'Aufgaben erstellen und zuweisen',
|
|
12
13
|
'fabric.editor.addAltText': 'Alternativtext',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Zurück',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Hintergrundfarbe',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'Die Ansicht des Inline-Links kann nicht geändert werden, da sich der Link innerhalb von {node} befindet.',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Zum Verschieben ziehen',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Nach unten verschieben',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Nach oben verschieben',
|
|
37
41
|
'fabric.editor.blockDescription': 'Weitere Informationen zu einem Link anzeigen, darunter eine Zusammenfassung und Aktionen',
|
|
38
42
|
'fabric.editor.blockTitle': 'Karte',
|
|
39
43
|
'fabric.editor.blockquote': 'ein Angebot',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'Inhaltsanzeige reduzieren',
|
|
69
73
|
'fabric.editor.collapseTable': 'Tabelle reduzieren',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Spaltenoptionen',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Spalte nach links verschoben auf {index} von {total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Spalte nach rechts verschoben auf {index} von {total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Spalte {index} von {total} ausgewählt',
|
|
71
78
|
'fabric.editor.columns': 'Layouts',
|
|
72
79
|
'fabric.editor.columns.description': 'Seite mithilfe von Abschnitten strukturieren',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Eine Spalte wurde hinzugefügt.} other {{count} Spalten wurden hinzugefügt.}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Kopieren',
|
|
96
103
|
'fabric.editor.cornerControl': 'Tabelle hervorheben',
|
|
97
104
|
'fabric.editor.createComment': 'Kommentieren',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'Sie können nur Text, Überschriften, Emojis, Daten, Erwähnungen, Links und Status kommentieren.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Sie können nur Kommentare für Text und Überschriften hinterlassen.',
|
|
99
107
|
'fabric.editor.customPanel': 'Benutzerdefiniertes Panel',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Fügen Sie Objekte aus Assets in Jira Service Management mit Such- und Filterfunktionen ein.',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Confluence-Liste einfügen',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'Drücken Sie {keyMap}, um diesen Dialog jederzeit schnell zu öffnen',
|
|
230
237
|
'fabric.editor.highlight': 'Markierungsfarbe',
|
|
231
238
|
'fabric.editor.highlightColor': 'Farbpalette für Hervorhebungen umschalten',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Hervorheben',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Trennlinie',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Link einfügen oder suchen',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Nummerierte Spalte',
|
|
323
331
|
'fabric.editor.off': '{formattingType} aus',
|
|
324
332
|
'fabric.editor.on': '{formattingType} ein',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Zellenoptionen öffnen',
|
|
325
334
|
'fabric.editor.openLink': 'Link in neuer Registerkarte öffnen',
|
|
326
335
|
'fabric.editor.orderedList': 'Nummerierte Liste',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Sortierte Liste erstellen',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Layout der rechten Seitenleiste',
|
|
358
367
|
'fabric.editor.rowControl': 'Zeile hervorheben',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Zeilenoptionen',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Zeile nach unten verschoben auf {index} von {total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Zeile nach oben verschoben auf {index} von {total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Zeile {index} von {total} ausgewählt',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Eine Zeile wurde eingefügt.} other {{count} Zeilen wurden eingefügt.}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Die Zeile wurde entfernt.} other {{count} Zeilen wurden entfernt.}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Speichern',
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
10
11
|
'fabric.editor.action': 'Action item',
|
|
11
12
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
12
13
|
'fabric.editor.addAltText': 'Alt text',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Go back',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Background color',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to move',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Move down',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Move up',
|
|
37
41
|
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
38
42
|
'fabric.editor.blockTitle': 'Card',
|
|
39
43
|
'fabric.editor.blockquote': 'a quote',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
69
73
|
'fabric.editor.collapseTable': 'Collapse table',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Column options',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Column moved left to {index} of {total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Column moved right to {index} of {total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Column {index} of {total} selected',
|
|
71
78
|
'fabric.editor.columns': 'Layouts',
|
|
72
79
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {A column has been} other {{count} columns have been}} inserted',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
96
103
|
'fabric.editor.cornerControl': 'Highlight table',
|
|
97
104
|
'fabric.editor.createComment': 'Comment',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
99
107
|
'fabric.editor.customPanel': 'Custom panel',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Insert Confluence list',
|
|
@@ -323,6 +330,7 @@ export default {
|
|
|
323
330
|
'fabric.editor.numberedColumn': 'Numbered column',
|
|
324
331
|
'fabric.editor.off': '{formattingType} Off',
|
|
325
332
|
'fabric.editor.on': '{formattingType} On',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Open cell options',
|
|
326
334
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
327
335
|
'fabric.editor.orderedList': 'Numbered list',
|
|
328
336
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
@@ -358,6 +366,9 @@ export default {
|
|
|
358
366
|
'fabric.editor.rightSidebar': 'Right sidebar layout',
|
|
359
367
|
'fabric.editor.rowControl': 'Highlight row',
|
|
360
368
|
'fabric.editor.rowDragHandle': 'Row options',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Row moved down to {index} of {total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Row moved up to {index} of {total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Row {index} of {total} selected',
|
|
361
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {A row has been} other {{count} rows have been}} inserted',
|
|
362
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {The row has been} other {{count} rows have been}} removed',
|
|
363
374
|
'fabric.editor.saveButton': 'Save',
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//English (United Kingdom)
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
10
11
|
'fabric.editor.action': 'Action item',
|
|
11
12
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
12
13
|
'fabric.editor.addAltText': 'Alt text',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Go back',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Background colour',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to move',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Move down',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Move up',
|
|
37
41
|
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
38
42
|
'fabric.editor.blockTitle': 'Card',
|
|
39
43
|
'fabric.editor.blockquote': 'a quote',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
69
73
|
'fabric.editor.collapseTable': 'Collapse table',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Column options',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Column moved left to {index} of {total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Column moved right to {index} of {total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Column {index} of {total} selected',
|
|
71
78
|
'fabric.editor.columns': 'Layouts',
|
|
72
79
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {A column has been} other {{count} columns have been}} inserted',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
96
103
|
'fabric.editor.cornerControl': 'Highlight table',
|
|
97
104
|
'fabric.editor.createComment': 'Comment',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
99
107
|
'fabric.editor.customPanel': 'Custom panel',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Add a note with an emoji and coloured background',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Insert Confluence list',
|
|
@@ -323,6 +330,7 @@ export default {
|
|
|
323
330
|
'fabric.editor.numberedColumn': 'Numbered column',
|
|
324
331
|
'fabric.editor.off': '{formattingType} Off',
|
|
325
332
|
'fabric.editor.on': '{formattingType} On',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Open cell options',
|
|
326
334
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
327
335
|
'fabric.editor.orderedList': 'Numbered list',
|
|
328
336
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
@@ -358,6 +366,9 @@ export default {
|
|
|
358
366
|
'fabric.editor.rightSidebar': 'Right sidebar layout',
|
|
359
367
|
'fabric.editor.rowControl': 'Highlight row',
|
|
360
368
|
'fabric.editor.rowDragHandle': 'Row options',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Row moved down to {index} of {total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Row moved up to {index} of {total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Row {index} of {total} selected',
|
|
361
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {A row has been} other {{count} rows have been}} inserted',
|
|
362
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {The row has been} other {{count} rows have been}} removed',
|
|
363
374
|
'fabric.editor.saveButton': 'Save',
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
10
11
|
'fabric.editor.action': 'Action item',
|
|
11
12
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
12
13
|
'fabric.editor.addAltText': 'Alt text',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Go back',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Background color',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to move',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Move down',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Move up',
|
|
37
41
|
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
38
42
|
'fabric.editor.blockTitle': 'Card',
|
|
39
43
|
'fabric.editor.blockquote': 'a quote',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
69
73
|
'fabric.editor.collapseTable': 'Collapse table',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Column options',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Column moved left to {index} of {total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Column moved right to {index} of {total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Column {index} of {total} selected',
|
|
71
78
|
'fabric.editor.columns': 'Layouts',
|
|
72
79
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {A column has been inserted} other {{count} columns have been inserted}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
96
103
|
'fabric.editor.cornerControl': 'Highlight table',
|
|
97
104
|
'fabric.editor.createComment': 'Comment',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
99
107
|
'fabric.editor.customPanel': 'Custom panel',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Insert Confluence list',
|
|
@@ -323,6 +330,7 @@ export default {
|
|
|
323
330
|
'fabric.editor.numberedColumn': 'Numbered column',
|
|
324
331
|
'fabric.editor.off': '{formattingType} Off',
|
|
325
332
|
'fabric.editor.on': '{formattingType} On',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Open cell options',
|
|
326
334
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
327
335
|
'fabric.editor.orderedList': 'Numbered list',
|
|
328
336
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
@@ -358,6 +366,9 @@ export default {
|
|
|
358
366
|
'fabric.editor.rightSidebar': 'Right sidebar layout',
|
|
359
367
|
'fabric.editor.rowControl': 'Highlight row',
|
|
360
368
|
'fabric.editor.rowDragHandle': 'Row options',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Row moved down to {index} of {total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Row moved up to {index} of {total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Row {index} of {total} selected',
|
|
361
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {A row has been inserted} other {{count} rows have been inserted}}',
|
|
362
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {The row has been removed} other {{count} rows have been removed}}',
|
|
363
374
|
'fabric.editor.saveButton': 'Save',
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Spanish (International)
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'Configurar {macroName}',
|
|
10
11
|
'fabric.editor.action': 'Elemento de acción',
|
|
11
12
|
'fabric.editor.action.description': 'Crear y asignar elementos de acción',
|
|
12
13
|
'fabric.editor.addAltText': 'Texto alternativo',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Regresar',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Color de fondo',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'El enlace insertado está dentro de {node} y no puede cambiar de vista',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Arrastrar para mover',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Bajar',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Subir',
|
|
37
41
|
'fabric.editor.blockDescription': 'Mostrar más información sobre un enlace, incluido un resumen y acciones',
|
|
38
42
|
'fabric.editor.blockTitle': 'Tarjeta',
|
|
39
43
|
'fabric.editor.blockquote': 'una cita',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'contraer contenido',
|
|
69
73
|
'fabric.editor.collapseTable': 'Contraer tabla',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Opciones de columna',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Columna movida a la izquierda a {index} de {total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Columna movida a la derecha a {index} de {total}',
|
|
77
|
+
'fabric.editor.columnSelected': '{index} de {total} columna/s seleccionada/s',
|
|
71
78
|
'fabric.editor.columns': 'Diseños',
|
|
72
79
|
'fabric.editor.columns.description': 'Estructurar la página con secciones',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Se ha insertado una columna} other {Se han insertado {count} columnas}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Copiar',
|
|
96
103
|
'fabric.editor.cornerControl': 'Destacar tabla',
|
|
97
104
|
'fabric.editor.createComment': 'Comentar',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'Solo puedes comentar en texto, encabezados, emoticonos, fechas, menciones, enlaces y estados.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Solo puedes comentar en el texto y los encabezados',
|
|
99
107
|
'fabric.editor.customPanel': 'Panel personalizado',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Añade una nota con un emoticono y un fondo de color',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Activos (beta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Inserta objetos de Activos en Jira Service Management con las funciones de búsqueda y filtro',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Activos',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Insertar lista de Confluence',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'Pulsa {keyMap} para abrir este diálogo con rapidez en cualquier momento',
|
|
230
237
|
'fabric.editor.highlight': 'Color de resaltado',
|
|
231
238
|
'fabric.editor.highlightColor': 'Activar paleta de colores de resaltado',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Destacar',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Divisor',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'Separar el contenido con una línea horizontal',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Pegar o buscar el enlace',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Columna numerada',
|
|
323
331
|
'fabric.editor.off': '{formattingType} desactivado',
|
|
324
332
|
'fabric.editor.on': '{formattingType} activado',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Abrir opciones de celda',
|
|
325
334
|
'fabric.editor.openLink': 'Abrir el enlace en otra pestaña',
|
|
326
335
|
'fabric.editor.orderedList': 'Lista numerada',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Crear una lista ordenada',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Diseño de la barra lateral derecha',
|
|
358
367
|
'fabric.editor.rowControl': 'Destacar fila',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Opciones de fila',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Fila movida hacia abajo a {index} de {total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Fila movida hacia arriba a {index} de {total}',
|
|
371
|
+
'fabric.editor.rowSelected': '{index} de {total} fila/s seleccionada/s',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Se ha insertado una fila} other {Se han insertado {count} filas}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Se ha eliminado la fila} other {Se han eliminado {count} filas}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Guardar',
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Finnish
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'Määritä {macroName}',
|
|
10
11
|
'fabric.editor.action': 'Tehtävä',
|
|
11
12
|
'fabric.editor.action.description': 'Luo ja määrää toimintokohteita',
|
|
12
13
|
'fabric.editor.addAltText': 'Vaihtoehtoinen teksti',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Siirry takaisin',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Taustaväri',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'Sisäelementtilinkki on solmun {node} sisällä, eikä sen näkymää voi muuttaa',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Siirrä vetämällä',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Siirrä alas',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Siirrä ylös',
|
|
37
41
|
'fabric.editor.blockDescription': 'Näytä lisätietoja linkistä, kuten yhteenveto ja toiminnot',
|
|
38
42
|
'fabric.editor.blockTitle': 'Kortti',
|
|
39
43
|
'fabric.editor.blockquote': 'sitaatti',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'piilota sisältö',
|
|
69
73
|
'fabric.editor.collapseTable': 'Kutista taulukko',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Sarakeasetukset',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Sarake siirretty vasemmalle kohtaan {index}/{total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Sarake siirretty oikealle kohtaan {index}/{total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Sarake {index}/{total} valittu',
|
|
71
78
|
'fabric.editor.columns': 'Asettelut',
|
|
72
79
|
'fabric.editor.columns.description': 'Jäsennä sivusi osioiden avulla',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Sarake on lisätty} other {{count} saraketta on lisätty}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Kopioi',
|
|
96
103
|
'fabric.editor.cornerControl': 'Korosta taulu',
|
|
97
104
|
'fabric.editor.createComment': 'Kommentoi',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'Voit kommentoida vain tekstiä, otsikoita, emojeita, päivämääriä, mainintoja, linkkejä ja tiloja.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Voit kommentoida vain tekstiä ja otsikoita',
|
|
99
107
|
'fabric.editor.customPanel': 'Mukautettu paneeli',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Lisää huomautus, jossa on emoji ja värillinen tausta',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Resurssit (beeta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Kohteiden lisääminen Resursseista Jira Service Managementiin haun ja suodatuksen avulla',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Resurssit',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Lisää Confluence-luettelo',
|
|
@@ -112,7 +119,7 @@ export default {
|
|
|
112
119
|
'fabric.editor.decision': 'Päätös',
|
|
113
120
|
'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
|
|
114
121
|
'fabric.editor.decisionPlaceholder': 'Lisää päätös...',
|
|
115
|
-
'fabric.editor.decreaseSize': '
|
|
122
|
+
'fabric.editor.decreaseSize': 'Vähennä taulukon/median kokoa',
|
|
116
123
|
'fabric.editor.defaultAltText': 'Asiakirja',
|
|
117
124
|
'fabric.editor.description': 'Kuvaus',
|
|
118
125
|
'fabric.editor.displayBlock': 'Näytä kortti',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'Paina {keyMap}-näppäintä, jotta voit nopeasti avata tämän dialogin koska tahansa',
|
|
230
237
|
'fabric.editor.highlight': 'Korostusväri',
|
|
231
238
|
'fabric.editor.highlightColor': 'Vaihda korostusväripaletti',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Korosta',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Jakaja',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'Erota sisältö vaakaviivalla',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Liitä tai hae linkki',
|
|
@@ -245,7 +253,7 @@ export default {
|
|
|
245
253
|
'fabric.editor.imageBorderSize': 'Koko',
|
|
246
254
|
'fabric.editor.imageBorderSubtle': 'Hienovarainen',
|
|
247
255
|
'fabric.editor.improvement': 'Parannus',
|
|
248
|
-
'fabric.editor.increaseSize': '
|
|
256
|
+
'fabric.editor.increaseSize': 'Lisää taulukon/median kokoa',
|
|
249
257
|
'fabric.editor.indent': 'Sisennys',
|
|
250
258
|
'fabric.editor.info': 'Tietoja',
|
|
251
259
|
'fabric.editor.infoPanel': 'Tietopaneeli',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Numeroitu sarake',
|
|
323
331
|
'fabric.editor.off': '{formattingType} ei käytössä',
|
|
324
332
|
'fabric.editor.on': '{formattingType} käytössä',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Avaa soluvalinnat',
|
|
325
334
|
'fabric.editor.openLink': 'Avaa linkki uudessa välilehdessä',
|
|
326
335
|
'fabric.editor.orderedList': 'Numeroitu luettelo',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Luo järjestetty luettelo',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Oikean sivupalkin asettelu',
|
|
358
367
|
'fabric.editor.rowControl': 'Korosta rivi',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Riviasetukset',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Rivi siirretty alas kohtaan {index}/{total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Rivi siirretty ylös kohtaan {index}/{total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Rivi {index}/{total} valittu',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Rivi on lisätty} other {{count} riviä on lisätty}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Rivi on poistettu} other {{count} riviä on poistettu}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Tallenna',
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//French (France)
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'Configurer {macroName}',
|
|
10
11
|
'fabric.editor.action': 'Tâche',
|
|
11
12
|
'fabric.editor.action.description': 'Créer et assigner des tâches',
|
|
12
13
|
'fabric.editor.addAltText': 'Texte alternatif',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Retour',
|
|
35
36
|
'fabric.editor.backgroundColor': "Couleur d'arrière-plan",
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'Le lien contextuel est dans {node} et sa vue ne peut être modifiée',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Faites glisser pour déplacer',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Déplacer vers le bas',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Déplacer vers le haut',
|
|
37
41
|
'fabric.editor.blockDescription': "Affichez plus d'informations concernant un lien, y compris un résumé et des actions",
|
|
38
42
|
'fabric.editor.blockTitle': 'Carte',
|
|
39
43
|
'fabric.editor.blockquote': 'une citation',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'Réduire le contenu',
|
|
69
73
|
'fabric.editor.collapseTable': 'Réduire le tableau',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Options de colonne',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Colonne déplacée vers la gauche à la position {index} sur {total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Colonne déplacée vers la droite à la position {index} sur {total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Colonne {index} sur {total} sélectionnée',
|
|
71
78
|
'fabric.editor.columns': 'Mises en page',
|
|
72
79
|
'fabric.editor.columns.description': 'Organiser votre page en sections',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Une colonne a été insérée} other {{count} colonnes ont été insérées}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Copier',
|
|
96
103
|
'fabric.editor.cornerControl': 'Mettre le tableau en surbrillance',
|
|
97
104
|
'fabric.editor.createComment': 'Commenter',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'Vous ne pouvez commenter que le texte, les titres, les émoticônes, les dates, les mentions, les liens et les états.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Vous pouvez uniquement commenter du texte et des titres',
|
|
99
107
|
'fabric.editor.customPanel': 'Volet personnalisé',
|
|
100
108
|
'fabric.editor.customPanel.description': "Ajoutez une remarque avec une émoticône et un fond d'écran coloré",
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Actifs (Bêta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Insérer des objets depuis Actifs dans Jira Service Management grâce à la recherche et au filtrage',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Actifs',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Insérer une liste Confluence',
|
|
@@ -112,7 +119,7 @@ export default {
|
|
|
112
119
|
'fabric.editor.decision': 'Décision',
|
|
113
120
|
'fabric.editor.decision.description': 'Enregistrer des décisions pour les suivre plus facilement',
|
|
114
121
|
'fabric.editor.decisionPlaceholder': 'Ajoutez une décision…',
|
|
115
|
-
'fabric.editor.decreaseSize': 'Réduire la taille du tableau ou
|
|
122
|
+
'fabric.editor.decreaseSize': 'Réduire la taille du tableau ou de la ressource',
|
|
116
123
|
'fabric.editor.defaultAltText': 'Document',
|
|
117
124
|
'fabric.editor.description': 'Description',
|
|
118
125
|
'fabric.editor.displayBlock': 'Afficher la carte',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'Appuyez sur {keyMap} pour ouvrir rapidement cette boîte de dialogue à tout moment',
|
|
230
237
|
'fabric.editor.highlight': 'Couleur de surbrillance',
|
|
231
238
|
'fabric.editor.highlightColor': 'Activer ou désactiver la palette de couleurs de surbrillance',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Surligner',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Séparateur',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'Séparer du contenu avec une ligne horizontale',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Coller ou rechercher un lien',
|
|
@@ -245,7 +253,7 @@ export default {
|
|
|
245
253
|
'fabric.editor.imageBorderSize': 'Taille',
|
|
246
254
|
'fabric.editor.imageBorderSubtle': 'Subtile',
|
|
247
255
|
'fabric.editor.improvement': 'Amélioration',
|
|
248
|
-
'fabric.editor.increaseSize': 'Augmenter la taille du tableau ou
|
|
256
|
+
'fabric.editor.increaseSize': 'Augmenter la taille du tableau ou de la ressource',
|
|
249
257
|
'fabric.editor.indent': 'Retrait positif',
|
|
250
258
|
'fabric.editor.info': 'Informations',
|
|
251
259
|
'fabric.editor.infoPanel': "Volet d'informations",
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Colonne numérotée',
|
|
323
331
|
'fabric.editor.off': '{formattingType} désactivé(e)',
|
|
324
332
|
'fabric.editor.on': '{formattingType} activé',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Ouvrir les options des cellules',
|
|
325
334
|
'fabric.editor.openLink': 'Ouvrir le lien dans un nouvel onglet',
|
|
326
335
|
'fabric.editor.orderedList': 'Liste numérotée',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Créer une liste ordonnée',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Disposition de la barre latérale de droite',
|
|
358
367
|
'fabric.editor.rowControl': 'Mettre la ligne en surbrillance',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Options de ligne',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Ligne déplacée vers le bas à la position {index} sur {total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Ligne déplacée vers le haut à la position {index} sur {total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Ligne {index} sur {total} sélectionnée',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Une ligne a été insérée} other {{count} lignes ont été insérées}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {La ligne a été supprimée} other {{count} lignes ont été supprimées}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Enregistrer',
|