@atlaskit/editor-common 87.0.3 → 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.
Files changed (149) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/code-block/package.json +15 -0
  3. package/dist/cjs/code-block/index.js +31 -0
  4. package/dist/cjs/i18n/cs.js +13 -1
  5. package/dist/cjs/i18n/da.js +13 -1
  6. package/dist/cjs/i18n/de.js +13 -1
  7. package/dist/cjs/i18n/en.js +12 -1
  8. package/dist/cjs/i18n/en_GB.js +12 -1
  9. package/dist/cjs/i18n/en_ZZ.js +12 -1
  10. package/dist/cjs/i18n/es.js +13 -1
  11. package/dist/cjs/i18n/fi.js +15 -3
  12. package/dist/cjs/i18n/fr.js +15 -3
  13. package/dist/cjs/i18n/hu.js +13 -1
  14. package/dist/cjs/i18n/it.js +13 -1
  15. package/dist/cjs/i18n/ja.js +13 -1
  16. package/dist/cjs/i18n/ko.js +13 -1
  17. package/dist/cjs/i18n/nb.js +13 -1
  18. package/dist/cjs/i18n/nl.js +13 -1
  19. package/dist/cjs/i18n/pl.js +13 -1
  20. package/dist/cjs/i18n/pt_BR.js +13 -1
  21. package/dist/cjs/i18n/ru.js +13 -1
  22. package/dist/cjs/i18n/sv.js +13 -1
  23. package/dist/cjs/i18n/th.js +13 -1
  24. package/dist/cjs/i18n/tr.js +13 -1
  25. package/dist/cjs/i18n/uk.js +15 -3
  26. package/dist/cjs/i18n/vi.js +13 -1
  27. package/dist/cjs/i18n/zh.js +13 -1
  28. package/dist/cjs/i18n/zh_TW.js +13 -1
  29. package/dist/cjs/monitoring/error.js +1 -1
  30. package/dist/cjs/styles/index.js +6 -0
  31. package/dist/cjs/styles/shared/expand.js +6 -1
  32. package/dist/cjs/ui/DropList/index.js +1 -1
  33. package/dist/es2019/code-block/index.js +25 -0
  34. package/dist/es2019/i18n/cs.js +13 -1
  35. package/dist/es2019/i18n/da.js +13 -1
  36. package/dist/es2019/i18n/de.js +13 -1
  37. package/dist/es2019/i18n/en.js +12 -1
  38. package/dist/es2019/i18n/en_GB.js +12 -1
  39. package/dist/es2019/i18n/en_ZZ.js +12 -1
  40. package/dist/es2019/i18n/es.js +13 -1
  41. package/dist/es2019/i18n/fi.js +15 -3
  42. package/dist/es2019/i18n/fr.js +15 -3
  43. package/dist/es2019/i18n/hu.js +13 -1
  44. package/dist/es2019/i18n/it.js +13 -1
  45. package/dist/es2019/i18n/ja.js +13 -1
  46. package/dist/es2019/i18n/ko.js +13 -1
  47. package/dist/es2019/i18n/nb.js +13 -1
  48. package/dist/es2019/i18n/nl.js +13 -1
  49. package/dist/es2019/i18n/pl.js +13 -1
  50. package/dist/es2019/i18n/pt_BR.js +13 -1
  51. package/dist/es2019/i18n/ru.js +13 -1
  52. package/dist/es2019/i18n/sv.js +13 -1
  53. package/dist/es2019/i18n/th.js +13 -1
  54. package/dist/es2019/i18n/tr.js +13 -1
  55. package/dist/es2019/i18n/uk.js +15 -3
  56. package/dist/es2019/i18n/vi.js +13 -1
  57. package/dist/es2019/i18n/zh.js +13 -1
  58. package/dist/es2019/i18n/zh_TW.js +13 -1
  59. package/dist/es2019/monitoring/error.js +1 -1
  60. package/dist/es2019/styles/index.js +1 -1
  61. package/dist/es2019/styles/shared/expand.js +5 -0
  62. package/dist/es2019/ui/DropList/index.js +1 -1
  63. package/dist/esm/code-block/index.js +25 -0
  64. package/dist/esm/i18n/cs.js +13 -1
  65. package/dist/esm/i18n/da.js +13 -1
  66. package/dist/esm/i18n/de.js +13 -1
  67. package/dist/esm/i18n/en.js +12 -1
  68. package/dist/esm/i18n/en_GB.js +12 -1
  69. package/dist/esm/i18n/en_ZZ.js +12 -1
  70. package/dist/esm/i18n/es.js +13 -1
  71. package/dist/esm/i18n/fi.js +15 -3
  72. package/dist/esm/i18n/fr.js +15 -3
  73. package/dist/esm/i18n/hu.js +13 -1
  74. package/dist/esm/i18n/it.js +13 -1
  75. package/dist/esm/i18n/ja.js +13 -1
  76. package/dist/esm/i18n/ko.js +13 -1
  77. package/dist/esm/i18n/nb.js +13 -1
  78. package/dist/esm/i18n/nl.js +13 -1
  79. package/dist/esm/i18n/pl.js +13 -1
  80. package/dist/esm/i18n/pt_BR.js +13 -1
  81. package/dist/esm/i18n/ru.js +13 -1
  82. package/dist/esm/i18n/sv.js +13 -1
  83. package/dist/esm/i18n/th.js +13 -1
  84. package/dist/esm/i18n/tr.js +13 -1
  85. package/dist/esm/i18n/uk.js +15 -3
  86. package/dist/esm/i18n/vi.js +13 -1
  87. package/dist/esm/i18n/zh.js +13 -1
  88. package/dist/esm/i18n/zh_TW.js +13 -1
  89. package/dist/esm/monitoring/error.js +1 -1
  90. package/dist/esm/styles/index.js +1 -1
  91. package/dist/esm/styles/shared/expand.js +5 -0
  92. package/dist/esm/ui/DropList/index.js +1 -1
  93. package/dist/types/code-block/index.d.ts +9 -0
  94. package/dist/types/i18n/cs.d.ts +13 -1
  95. package/dist/types/i18n/da.d.ts +13 -1
  96. package/dist/types/i18n/de.d.ts +13 -1
  97. package/dist/types/i18n/en.d.ts +12 -1
  98. package/dist/types/i18n/en_GB.d.ts +12 -1
  99. package/dist/types/i18n/en_ZZ.d.ts +12 -1
  100. package/dist/types/i18n/es.d.ts +13 -1
  101. package/dist/types/i18n/fi.d.ts +13 -1
  102. package/dist/types/i18n/fr.d.ts +13 -1
  103. package/dist/types/i18n/hu.d.ts +13 -1
  104. package/dist/types/i18n/it.d.ts +13 -1
  105. package/dist/types/i18n/ja.d.ts +13 -1
  106. package/dist/types/i18n/ko.d.ts +13 -1
  107. package/dist/types/i18n/nb.d.ts +13 -1
  108. package/dist/types/i18n/nl.d.ts +13 -1
  109. package/dist/types/i18n/pl.d.ts +13 -1
  110. package/dist/types/i18n/pt_BR.d.ts +13 -1
  111. package/dist/types/i18n/ru.d.ts +13 -1
  112. package/dist/types/i18n/sv.d.ts +13 -1
  113. package/dist/types/i18n/th.d.ts +13 -1
  114. package/dist/types/i18n/tr.d.ts +13 -1
  115. package/dist/types/i18n/uk.d.ts +13 -1
  116. package/dist/types/i18n/vi.d.ts +13 -1
  117. package/dist/types/i18n/zh.d.ts +13 -1
  118. package/dist/types/i18n/zh_TW.d.ts +13 -1
  119. package/dist/types/styles/index.d.ts +1 -1
  120. package/dist/types/styles/shared/expand.d.ts +1 -0
  121. package/dist/types-ts4.5/code-block/index.d.ts +9 -0
  122. package/dist/types-ts4.5/i18n/cs.d.ts +13 -1
  123. package/dist/types-ts4.5/i18n/da.d.ts +13 -1
  124. package/dist/types-ts4.5/i18n/de.d.ts +13 -1
  125. package/dist/types-ts4.5/i18n/en.d.ts +12 -1
  126. package/dist/types-ts4.5/i18n/en_GB.d.ts +12 -1
  127. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +12 -1
  128. package/dist/types-ts4.5/i18n/es.d.ts +13 -1
  129. package/dist/types-ts4.5/i18n/fi.d.ts +13 -1
  130. package/dist/types-ts4.5/i18n/fr.d.ts +13 -1
  131. package/dist/types-ts4.5/i18n/hu.d.ts +13 -1
  132. package/dist/types-ts4.5/i18n/it.d.ts +13 -1
  133. package/dist/types-ts4.5/i18n/ja.d.ts +13 -1
  134. package/dist/types-ts4.5/i18n/ko.d.ts +13 -1
  135. package/dist/types-ts4.5/i18n/nb.d.ts +13 -1
  136. package/dist/types-ts4.5/i18n/nl.d.ts +13 -1
  137. package/dist/types-ts4.5/i18n/pl.d.ts +13 -1
  138. package/dist/types-ts4.5/i18n/pt_BR.d.ts +13 -1
  139. package/dist/types-ts4.5/i18n/ru.d.ts +13 -1
  140. package/dist/types-ts4.5/i18n/sv.d.ts +13 -1
  141. package/dist/types-ts4.5/i18n/th.d.ts +13 -1
  142. package/dist/types-ts4.5/i18n/tr.d.ts +13 -1
  143. package/dist/types-ts4.5/i18n/uk.d.ts +13 -1
  144. package/dist/types-ts4.5/i18n/vi.d.ts +13 -1
  145. package/dist/types-ts4.5/i18n/zh.d.ts +13 -1
  146. package/dist/types-ts4.5/i18n/zh_TW.d.ts +13 -1
  147. package/dist/types-ts4.5/styles/index.d.ts +1 -1
  148. package/dist/types-ts4.5/styles/shared/expand.d.ts +1 -0
  149. package/package.json +6 -2
@@ -7,6 +7,7 @@
7
7
  */
8
8
  //Hungarian
9
9
  export default {
10
+ 'editor-common-extensibility.macro.button.configure': '{macroName} konfigurálása',
10
11
  'fabric.editor.action': 'Teendő',
11
12
  'fabric.editor.action.description': 'Műveleti elemek létrehozása és hozzárendelése',
12
13
  'fabric.editor.addAltText': 'Alternatív szöveg',
@@ -34,6 +35,9 @@ export default {
34
35
  'fabric.editor.backLink': 'Vissza',
35
36
  'fabric.editor.backgroundColor': 'Háttérszín',
36
37
  'fabric.editor.blockCardUnavailable': 'A beillesztett link a(z) {node} csomóponton belül található, és nem módosítható a nézete',
38
+ 'fabric.editor.blockControlDragHandleUsageInfo': 'Az áthelyezéshez húzd át',
39
+ 'fabric.editor.blockControlMoveDown': 'Mozgatás le',
40
+ 'fabric.editor.blockControlMoveUp': 'Mozgatás fel',
37
41
  'fabric.editor.blockDescription': 'Több információ, többek között az összefoglaló és a műveletek megjelenítése egy linkről',
38
42
  'fabric.editor.blockTitle': 'Kártya',
39
43
  'fabric.editor.blockquote': 'Idézet',
@@ -68,6 +72,9 @@ export default {
68
72
  'fabric.editor.collapseNode': 'tartalom összecsukása',
69
73
  'fabric.editor.collapseTable': 'Táblázat összecsukása',
70
74
  'fabric.editor.columnDragHandle': 'Oszlopbeállítások',
75
+ 'fabric.editor.columnMovedLeft': 'Oszlop balra mozgatva a következő pozícióba: {index}/{total}',
76
+ 'fabric.editor.columnMovedRight': 'Oszlop jobbra mozgatva a következő pozícióba: {index}/{total}',
77
+ 'fabric.editor.columnSelected': '{index}/{total} oszlop kiválasztva',
71
78
  'fabric.editor.columns': 'Elrendezések',
72
79
  'fabric.editor.columns.description': 'Az oldal rendszerezése szakaszok használatával',
73
80
  'fabric.editor.columnsAreInserted': '{count, plural, one {Be lett szúrva egy oszlop} other {Be lett szúrva {count} oszlop}}',
@@ -95,10 +102,10 @@ export default {
95
102
  'fabric.editor.copyToClipboard': 'Másolás',
96
103
  'fabric.editor.cornerControl': 'Táblázat kijelölése',
97
104
  'fabric.editor.createComment': 'Megjegyzés',
105
+ 'fabric.editor.createCommentDisabled': 'Csak szövegekhez, címsorokhoz, emojikhoz, dátumokhoz, említésekhez, linkekhez és állapotokhoz fűzhetsz megjegyzést.',
98
106
  'fabric.editor.createCommentInvalid': 'Csak szöveghez és fejléchez fűzhetsz megjegyzést',
99
107
  'fabric.editor.customPanel': 'Egyéni panel',
100
108
  'fabric.editor.customPanel.description': 'Adj hozzá megjegyzést emojival és színes háttérrel',
101
- 'fabric.editor.datasource.assetsObjects': 'Eszközök (béta)',
102
109
  'fabric.editor.datasource.assetsObjects.description': 'Objektumok beszúrása az Eszközökből a Jira Service Managementbe kereséssel és szűrőkkel',
103
110
  'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Eszközök',
104
111
  'fabric.editor.datasource.confluenceSearch': 'Confluence-lista beszúrása',
@@ -229,6 +236,7 @@ export default {
229
236
  'fabric.editor.helpDialogTips': 'A párbeszédablak gyors megnyitásához nyomja meg a(z) {keyMap} gombot',
230
237
  'fabric.editor.highlight': 'Kiemelés színe',
231
238
  'fabric.editor.highlightColor': 'Kiemelő színpaletta váltása',
239
+ 'fabric.editor.highlightFloatingToolbar': 'Kiemelés',
232
240
  'fabric.editor.horizontalRule': 'Elválasztó',
233
241
  'fabric.editor.horizontalRule.description': 'Tartalom elválasztása egy vízszintes vonallal',
234
242
  'fabric.editor.hyperlink.linkVisibleLabel': 'Beillesztés vagy link keresése',
@@ -322,6 +330,7 @@ export default {
322
330
  'fabric.editor.numberedColumn': 'Számozott oszlop',
323
331
  'fabric.editor.off': '{formattingType} kikapcsolva',
324
332
  'fabric.editor.on': '{formattingType} bekapcsolva',
333
+ 'fabric.editor.openCellOptions': 'Cellabeállítások megnyitása',
325
334
  'fabric.editor.openLink': 'Hivatkozás megnyitása új lapon',
326
335
  'fabric.editor.orderedList': 'Számozott lista',
327
336
  'fabric.editor.orderedList.description': 'Sorrendbe állított lista létrehozása',
@@ -357,6 +366,9 @@ export default {
357
366
  'fabric.editor.rightSidebar': 'Jobb oldalsávos elrendezés',
358
367
  'fabric.editor.rowControl': 'Sor kijelölése',
359
368
  'fabric.editor.rowDragHandle': 'Sorbeállítások',
369
+ 'fabric.editor.rowMovedDown': 'Sor lefelé mozgatva a következő pozícióba: {index}/{total}',
370
+ 'fabric.editor.rowMovedUp': 'Sor felfelé mozgatva a következő pozícióba: {index}/{total}',
371
+ 'fabric.editor.rowSelected': '{index}/{total} sor kiválasztva',
360
372
  'fabric.editor.rowsAreInserted': '{count, plural, one {Be lett szúrva egy sor} other {Be lett szúrva {count} sor}}',
361
373
  'fabric.editor.rowsAreRemoved': '{count, plural, one {A sor el lett távolítva} other {{count} sor el lett távolítva}}',
362
374
  'fabric.editor.saveButton': 'Mentés',
@@ -7,6 +7,7 @@
7
7
  */
8
8
  //Italian (Italy)
9
9
  export default {
10
+ 'editor-common-extensibility.macro.button.configure': 'Configura {macroName}',
10
11
  'fabric.editor.action': 'Attività',
11
12
  'fabric.editor.action.description': 'Crea e assegna elementi di azione',
12
13
  'fabric.editor.addAltText': 'Testo alternativo',
@@ -34,6 +35,9 @@ export default {
34
35
  'fabric.editor.backLink': 'Torna indietro',
35
36
  'fabric.editor.backgroundColor': 'Colore di sfondo',
36
37
  'fabric.editor.blockCardUnavailable': "Il collegamento in linea è all'interno di {node} e non è possibile modificare la relativa visualizzazione",
38
+ 'fabric.editor.blockControlDragHandleUsageInfo': 'Trascina per spostare',
39
+ 'fabric.editor.blockControlMoveDown': 'Sposta giù',
40
+ 'fabric.editor.blockControlMoveUp': 'Sposta su',
37
41
  'fabric.editor.blockDescription': 'Visualizza ulteriori informazioni relative al link, come riepilogo e azioni',
38
42
  'fabric.editor.blockTitle': 'Scheda',
39
43
  'fabric.editor.blockquote': 'una virgoletta',
@@ -68,6 +72,9 @@ export default {
68
72
  'fabric.editor.collapseNode': 'Comprimi contenuto',
69
73
  'fabric.editor.collapseTable': 'Comprimi tabella',
70
74
  'fabric.editor.columnDragHandle': 'Opzioni colonna',
75
+ 'fabric.editor.columnMovedLeft': 'Colonna spostata a sinistra della colonna {index} di {total}',
76
+ 'fabric.editor.columnMovedRight': 'Colonna spostata a destra della colonna {index} di {total}',
77
+ 'fabric.editor.columnSelected': 'Colonna {index} di {total} selezionata',
71
78
  'fabric.editor.columns': 'Layout',
72
79
  'fabric.editor.columns.description': 'Organizza la tua pagina in sezioni',
73
80
  'fabric.editor.columnsAreInserted': '{count, plural, one {È stata inserita una colonna} other {Sono state inserite {count} colonne}}',
@@ -95,10 +102,10 @@ export default {
95
102
  'fabric.editor.copyToClipboard': 'Copia',
96
103
  'fabric.editor.cornerControl': 'Evidenzia tabella',
97
104
  'fabric.editor.createComment': 'Commento',
105
+ 'fabric.editor.createCommentDisabled': 'Puoi commentare solo testo, titoli, emoji, date, menzioni, link e stati.',
98
106
  'fabric.editor.createCommentInvalid': 'Puoi inserire commenti solo per il testo e le intestazioni',
99
107
  'fabric.editor.customPanel': 'Pannello personalizzato',
100
108
  'fabric.editor.customPanel.description': 'Aggiungi una nota con un emoji e uno sfondo colorato',
101
- 'fabric.editor.datasource.assetsObjects': 'Risorse (Beta)',
102
109
  'fabric.editor.datasource.assetsObjects.description': 'Inserisci oggetti da Risorse in Jira Service Management con la ricerca e i filtri',
103
110
  'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Risorse',
104
111
  'fabric.editor.datasource.confluenceSearch': "Inserisci l'elenco Confluence",
@@ -229,6 +236,7 @@ export default {
229
236
  'fabric.editor.helpDialogTips': 'Premi {keyMap} per aprire velocemente questa finestra di dialogo ogni volta che vuoi',
230
237
  'fabric.editor.highlight': 'Colore di evidenziazione',
231
238
  'fabric.editor.highlightColor': 'Attiva/disattiva la palette dei colori di evidenziazione',
239
+ 'fabric.editor.highlightFloatingToolbar': 'Evidenzia',
232
240
  'fabric.editor.horizontalRule': 'Divisore',
233
241
  'fabric.editor.horizontalRule.description': 'Contenuti separati con una riga orizzontale',
234
242
  'fabric.editor.hyperlink.linkVisibleLabel': 'Incolla o cerca il link',
@@ -322,6 +330,7 @@ export default {
322
330
  'fabric.editor.numberedColumn': 'Colonna numerata',
323
331
  'fabric.editor.off': '{formattingType} disattiva',
324
332
  'fabric.editor.on': '{formattingType} attiva',
333
+ 'fabric.editor.openCellOptions': 'Apri opzioni cella',
325
334
  'fabric.editor.openLink': 'Apri link in una nuova scheda',
326
335
  'fabric.editor.orderedList': 'Elenco numerato',
327
336
  'fabric.editor.orderedList.description': 'Crea una lista ordinata',
@@ -357,6 +366,9 @@ export default {
357
366
  'fabric.editor.rightSidebar': 'Layout con barra laterale destra',
358
367
  'fabric.editor.rowControl': 'Evidenzia riga',
359
368
  'fabric.editor.rowDragHandle': 'Opzioni riga',
369
+ 'fabric.editor.rowMovedDown': 'Riga spostata sotto la riga {index} di {total}',
370
+ 'fabric.editor.rowMovedUp': 'Riga spostata sopra la riga {index} di {total}',
371
+ 'fabric.editor.rowSelected': 'Riga {index} di {total} selezionata',
360
372
  'fabric.editor.rowsAreInserted': '{count, plural, one {È stata inserita una riga} other {Sono state inserite {count} righe}}',
361
373
  'fabric.editor.rowsAreRemoved': '{count, plural, one {La riga è stata rimossa} other {Sono state rimosse {count} righe}}',
362
374
  'fabric.editor.saveButton': 'Salva',
@@ -7,6 +7,7 @@
7
7
  */
8
8
  //Japanese
9
9
  export default {
10
+ 'editor-common-extensibility.macro.button.configure': '{macroName} を構成',
10
11
  'fabric.editor.action': 'アクション アイテム',
11
12
  'fabric.editor.action.description': 'アクション アイテムを作成して割り当て',
12
13
  'fabric.editor.addAltText': '代替テキスト',
@@ -34,6 +35,9 @@ export default {
34
35
  'fabric.editor.backLink': '戻る',
35
36
  'fabric.editor.backgroundColor': '背景色',
36
37
  'fabric.editor.blockCardUnavailable': 'インライン リンクは {node} 内にあるためビューを変更できません',
38
+ 'fabric.editor.blockControlDragHandleUsageInfo': 'ドラッグして移動',
39
+ 'fabric.editor.blockControlMoveDown': '下に移動',
40
+ 'fabric.editor.blockControlMoveUp': '上に移動',
37
41
  'fabric.editor.blockDescription': '要約やアクションなど、リンクの詳細を表示します。',
38
42
  'fabric.editor.blockTitle': 'カード',
39
43
  'fabric.editor.blockquote': '引用',
@@ -68,6 +72,9 @@ export default {
68
72
  'fabric.editor.collapseNode': 'コンテンツを折りたたむ',
69
73
  'fabric.editor.collapseTable': 'テーブルを折りたたむ',
70
74
  'fabric.editor.columnDragHandle': '列オプション',
75
+ 'fabric.editor.columnMovedLeft': '列を左に移動しました。現在、全 {total} 列中 {index} 列目です',
76
+ 'fabric.editor.columnMovedRight': '列を右に移動しました。現在、全 {total} 列中 {index} 列目です',
77
+ 'fabric.editor.columnSelected': '全 {total} 列中 {index} 列目を選択しました',
71
78
  'fabric.editor.columns': 'レイアウト',
72
79
  'fabric.editor.columns.description': 'セクションを使用してページを構成',
73
80
  'fabric.editor.columnsAreInserted': '{count, plural, other {{count} 件の列が挿入されました}}',
@@ -95,10 +102,10 @@ export default {
95
102
  'fabric.editor.copyToClipboard': 'コピー',
96
103
  'fabric.editor.cornerControl': 'テーブルをハイライト',
97
104
  'fabric.editor.createComment': 'コメント',
105
+ 'fabric.editor.createCommentDisabled': 'テキスト、見出し、絵文字、日付、メンション、リンク、ステータスにのみコメントできます。',
98
106
  'fabric.editor.createCommentInvalid': 'テキストと見出しにのみコメントできます',
99
107
  'fabric.editor.customPanel': 'カスタム パネル',
100
108
  'fabric.editor.customPanel.description': '絵文字と背景色でメモを追加',
101
- 'fabric.editor.datasource.assetsObjects': 'アセット (ベータ版)',
102
109
  'fabric.editor.datasource.assetsObjects.description': '検索とフィルタリングを使用して、Jira Service Management のアセットからオブジェクトを挿入します',
103
110
  'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'アセット',
104
111
  'fabric.editor.datasource.confluenceSearch': 'Confluence リストを挿入する',
@@ -229,6 +236,7 @@ export default {
229
236
  'fabric.editor.helpDialogTips': '{keyMap} を押すと、このダイアログをいつでもすぐに開けます',
230
237
  'fabric.editor.highlight': '強調色',
231
238
  'fabric.editor.highlightColor': '強調色パレットを切り替える',
239
+ 'fabric.editor.highlightFloatingToolbar': 'ハイライト',
232
240
  'fabric.editor.horizontalRule': '分割線',
233
241
  'fabric.editor.horizontalRule.description': '横線を使用してコンテンツを分割',
234
242
  'fabric.editor.hyperlink.linkVisibleLabel': 'リンクを貼り付けるか検索',
@@ -322,6 +330,7 @@ export default {
322
330
  'fabric.editor.numberedColumn': '番号付き列',
323
331
  'fabric.editor.off': '{formattingType}オフ',
324
332
  'fabric.editor.on': '{formattingType}オン',
333
+ 'fabric.editor.openCellOptions': 'セルのオプションを開く',
325
334
  'fabric.editor.openLink': 'リンクを新しいタブで開く',
326
335
  'fabric.editor.orderedList': '番号付きリスト',
327
336
  'fabric.editor.orderedList.description': '順序指定済みリストを作成',
@@ -357,6 +366,9 @@ export default {
357
366
  'fabric.editor.rightSidebar': '右サイド バー レイアウト',
358
367
  'fabric.editor.rowControl': '行をハイライト',
359
368
  'fabric.editor.rowDragHandle': '行オプション',
369
+ 'fabric.editor.rowMovedDown': '行を下に移動しました。現在、全 {total} 行中 {index} 行目です',
370
+ 'fabric.editor.rowMovedUp': '行を上に移動しました。現在、全 {total} 行中 {index} 行目です',
371
+ 'fabric.editor.rowSelected': '全 {total} 行中 {index} 行目を選択しました',
360
372
  'fabric.editor.rowsAreInserted': '{count, plural, other {{count} 件の行が挿入されました}}',
361
373
  'fabric.editor.rowsAreRemoved': '{count, plural, other {{count} 件の行が削除されました}}',
362
374
  'fabric.editor.saveButton': '保存',
@@ -7,6 +7,7 @@
7
7
  */
8
8
  //Korean
9
9
  export default {
10
+ 'editor-common-extensibility.macro.button.configure': '{macroName} 구성',
10
11
  'fabric.editor.action': '작업 항목',
11
12
  'fabric.editor.action.description': '작업 항목 만들기 및 할당',
12
13
  'fabric.editor.addAltText': '대체 텍스트',
@@ -34,6 +35,9 @@ export default {
34
35
  'fabric.editor.backLink': '뒤로 가기',
35
36
  'fabric.editor.backgroundColor': '배경색',
36
37
  'fabric.editor.blockCardUnavailable': '인라인 링크는 {node} 내부에 있으며 보기를 변경할 수 없습니다',
38
+ 'fabric.editor.blockControlDragHandleUsageInfo': '끌어서 이동',
39
+ 'fabric.editor.blockControlMoveDown': '아래로 이동',
40
+ 'fabric.editor.blockControlMoveUp': '위로 이동',
37
41
  'fabric.editor.blockDescription': '요약 및 작업을 포함하여 링크에 대한 추가 정보 표시',
38
42
  'fabric.editor.blockTitle': '카드',
39
43
  'fabric.editor.blockquote': '인용',
@@ -68,6 +72,9 @@ export default {
68
72
  'fabric.editor.collapseNode': '콘텐츠 접기',
69
73
  'fabric.editor.collapseTable': '표 축소',
70
74
  'fabric.editor.columnDragHandle': '열 옵션',
75
+ 'fabric.editor.columnMovedLeft': '열이 {index}/{total}열로 왼쪽으로 이동함',
76
+ 'fabric.editor.columnMovedRight': '열이 {index}/{total}열로 오른쪽으로 이동함',
77
+ 'fabric.editor.columnSelected': '{index}/{total}열 선택함',
71
78
  'fabric.editor.columns': '레이아웃',
72
79
  'fabric.editor.columns.description': '섹션으로 페이지 구성',
73
80
  'fabric.editor.columnsAreInserted': '{count, plural, other {{count}개의 열을 삽입함}}',
@@ -95,10 +102,10 @@ export default {
95
102
  'fabric.editor.copyToClipboard': '복사',
96
103
  'fabric.editor.cornerControl': '표 강조',
97
104
  'fabric.editor.createComment': '댓글',
105
+ 'fabric.editor.createCommentDisabled': '텍스트, 제목, 이모지, 날짜, 멘션, 링크 및 상태에만 댓글을 추가할 수 있습니다.',
98
106
  'fabric.editor.createCommentInvalid': '텍스트 및 제목에만 댓글을 작성할 수 있습니다',
99
107
  'fabric.editor.customPanel': '사용자 지정 패널',
100
108
  'fabric.editor.customPanel.description': '이모지 및 색상 배경이 있는 메모 추가',
101
- 'fabric.editor.datasource.assetsObjects': '자산(베타)',
102
109
  'fabric.editor.datasource.assetsObjects.description': '검색 및 필터링을 통해 Jira Service Management에서 자산의 개체 삽입',
103
110
  'fabric.editor.datasource.assetsObjectsGeneralAvailability': '자산',
104
111
  'fabric.editor.datasource.confluenceSearch': 'Confluence 목록 삽입',
@@ -229,6 +236,7 @@ export default {
229
236
  'fabric.editor.helpDialogTips': '언제든 {keyMap}을(를) 눌러 이 대화상자를 빠르게 시작합니다',
230
237
  'fabric.editor.highlight': '강조 색상',
231
238
  'fabric.editor.highlightColor': '하이라이트 색상 팔레트 토글',
239
+ 'fabric.editor.highlightFloatingToolbar': '강조 표시',
232
240
  'fabric.editor.horizontalRule': '구분선',
233
241
  'fabric.editor.horizontalRule.description': '가로선으로 콘텐츠 구분',
234
242
  'fabric.editor.hyperlink.linkVisibleLabel': '링크 붙여넣기 또는 검색',
@@ -322,6 +330,7 @@ export default {
322
330
  'fabric.editor.numberedColumn': '번호 매기기 열',
323
331
  'fabric.editor.off': '{formattingType} 꺼짐',
324
332
  'fabric.editor.on': '{formattingType} 켜짐',
333
+ 'fabric.editor.openCellOptions': '셀 옵션 열기',
325
334
  'fabric.editor.openLink': '새 탭에서 링크 열기',
326
335
  'fabric.editor.orderedList': '번호 목록',
327
336
  'fabric.editor.orderedList.description': '순서가 지정된 목록 만들기',
@@ -357,6 +366,9 @@ export default {
357
366
  'fabric.editor.rightSidebar': '오른쪽 사이드바 레이아웃',
358
367
  'fabric.editor.rowControl': '열 강조 표시',
359
368
  'fabric.editor.rowDragHandle': '행 옵션',
369
+ 'fabric.editor.rowMovedDown': '행이 {index}/{total}열로 아래로 이동함',
370
+ 'fabric.editor.rowMovedUp': '행이 {index}/{total}행으로 위로 이동함',
371
+ 'fabric.editor.rowSelected': '{index}/{total}행 선택함',
360
372
  'fabric.editor.rowsAreInserted': '{count, plural, other {{count}개의 행을 삽입함}}',
361
373
  'fabric.editor.rowsAreRemoved': '{count, plural, other {{count}개의 행을 제거함}}',
362
374
  'fabric.editor.saveButton': '저장',
@@ -7,6 +7,7 @@
7
7
  */
8
8
  //Norwegian (Bokmål)
9
9
  export default {
10
+ 'editor-common-extensibility.macro.button.configure': 'Konfigurer {macroName}',
10
11
  'fabric.editor.action': 'Handlingselement',
11
12
  'fabric.editor.action.description': 'Opprett og tilordne handlinger',
12
13
  'fabric.editor.addAltText': 'Alternativ tekst',
@@ -34,6 +35,9 @@ export default {
34
35
  'fabric.editor.backLink': 'Gå tilbake',
35
36
  'fabric.editor.backgroundColor': 'Bakgrunnsfarge',
36
37
  'fabric.editor.blockCardUnavailable': 'Den innebygde koblingen er inne i {node}, og visningen kan ikke endres',
38
+ 'fabric.editor.blockControlDragHandleUsageInfo': 'Dra for å flytte',
39
+ 'fabric.editor.blockControlMoveDown': 'Flytt ned',
40
+ 'fabric.editor.blockControlMoveUp': 'Flytt opp',
37
41
  'fabric.editor.blockDescription': 'Vis mer informasjon om en kobling, inkludert et sammendrag og handlinger',
38
42
  'fabric.editor.blockTitle': 'Kort',
39
43
  'fabric.editor.blockquote': 'et sitat',
@@ -68,6 +72,9 @@ export default {
68
72
  'fabric.editor.collapseNode': 'Minimer innhold',
69
73
  'fabric.editor.collapseTable': 'Minimer tabell',
70
74
  'fabric.editor.columnDragHandle': 'Kolonnealternativer',
75
+ 'fabric.editor.columnMovedLeft': 'Kolonnen ble flyttet til venstre til {index} av {total}',
76
+ 'fabric.editor.columnMovedRight': 'Kolonnen ble flyttet til høyre til {index} av {total}',
77
+ 'fabric.editor.columnSelected': 'Kolonne {index} av {total} er valgt',
71
78
  'fabric.editor.columns': 'Oppsett',
72
79
  'fabric.editor.columns.description': 'Konstruer siden med seksjoner',
73
80
  'fabric.editor.columnsAreInserted': '{count, plural, one {En kolonne er satt inn} other {{count} kolonner er satt inn}}',
@@ -95,10 +102,10 @@ export default {
95
102
  'fabric.editor.copyToClipboard': 'Kopier',
96
103
  'fabric.editor.cornerControl': 'Fremhev tabell',
97
104
  'fabric.editor.createComment': 'Kommenter',
105
+ 'fabric.editor.createCommentDisabled': 'Du kan bare kommentere på tekst, overskrifter, emojier, datoer, omtaler, koblinger og statuser.',
98
106
  'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
99
107
  'fabric.editor.customPanel': 'Egendefinert panel',
100
108
  'fabric.editor.customPanel.description': 'Legg til et notat med en emoji og farget bakgrunn',
101
- 'fabric.editor.datasource.assetsObjects': 'Ressurser (beta)',
102
109
  'fabric.editor.datasource.assetsObjects.description': 'Sett inn objekter fra ressurser i Jira Service Management med søk og filtrering',
103
110
  'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Ressurser',
104
111
  'fabric.editor.datasource.confluenceSearch': 'Sett inn Confluence-liste',
@@ -229,6 +236,7 @@ export default {
229
236
  'fabric.editor.helpDialogTips': 'Trykk på {keyMap} for å åpne denne dialogen',
230
237
  'fabric.editor.highlight': 'Fremhevingsfarge',
231
238
  'fabric.editor.highlightColor': 'Slå av og på fargepaletten for fremheving',
239
+ 'fabric.editor.highlightFloatingToolbar': 'Fremheving',
232
240
  'fabric.editor.horizontalRule': 'Deler',
233
241
  'fabric.editor.horizontalRule.description': 'Atskill innhold med en horisontal linje',
234
242
  'fabric.editor.hyperlink.linkVisibleLabel': 'Lim inn eller søk etter kobling',
@@ -322,6 +330,7 @@ export default {
322
330
  'fabric.editor.numberedColumn': 'Nummert kolonne',
323
331
  'fabric.editor.off': '{formattingType} av',
324
332
  'fabric.editor.on': '{formattingType} på',
333
+ 'fabric.editor.openCellOptions': 'Åpne cellealternativer',
325
334
  'fabric.editor.openLink': 'Åpne kobling i en ny fane',
326
335
  'fabric.editor.orderedList': 'Nummerert liste',
327
336
  'fabric.editor.orderedList.description': 'Opprett en sortert liste',
@@ -357,6 +366,9 @@ export default {
357
366
  'fabric.editor.rightSidebar': 'Oppsett for høyre sidestolpe',
358
367
  'fabric.editor.rowControl': 'Fremhev rad',
359
368
  'fabric.editor.rowDragHandle': 'Radalternativer',
369
+ 'fabric.editor.rowMovedDown': 'Raden ble flyttet ned til {index} av {total}',
370
+ 'fabric.editor.rowMovedUp': 'Raden ble flyttet opp til {index} av {total}',
371
+ 'fabric.editor.rowSelected': 'Rad {index} av {total} er valgt',
360
372
  'fabric.editor.rowsAreInserted': '{count, plural, one {En rad er satt inn} other {{count} rader er satt inn}}',
361
373
  'fabric.editor.rowsAreRemoved': '{count, plural, one {Raden er fjernet} other {{count} rader er fjernet}}',
362
374
  'fabric.editor.saveButton': 'Lagre',
@@ -7,6 +7,7 @@
7
7
  */
8
8
  //Dutch (Netherlands)
9
9
  export default {
10
+ 'editor-common-extensibility.macro.button.configure': '{macroName} configureren',
10
11
  'fabric.editor.action': 'Actiepunt',
11
12
  'fabric.editor.action.description': 'Actie-items maken en toewijzen',
12
13
  'fabric.editor.addAltText': 'Alt-tekst',
@@ -34,6 +35,9 @@ export default {
34
35
  'fabric.editor.backLink': 'Ga terug',
35
36
  'fabric.editor.backgroundColor': 'Achtergrondkleur',
36
37
  'fabric.editor.blockCardUnavailable': 'De inline-link zit in {node} en de weergave ervan kan niet gewijzigd worden',
38
+ 'fabric.editor.blockControlDragHandleUsageInfo': 'Sleep om te verplaatsen',
39
+ 'fabric.editor.blockControlMoveDown': 'Verplaats naar beneden',
40
+ 'fabric.editor.blockControlMoveUp': 'Verplaats naar boven',
37
41
  'fabric.editor.blockDescription': 'Meer informatie weergeven over een link, inclusief een samenvatting en acties',
38
42
  'fabric.editor.blockTitle': 'Kaart',
39
43
  'fabric.editor.blockquote': 'een citaat',
@@ -68,6 +72,9 @@ export default {
68
72
  'fabric.editor.collapseNode': 'Content inklappen',
69
73
  'fabric.editor.collapseTable': 'Tabel inklappen',
70
74
  'fabric.editor.columnDragHandle': 'Kolomopties',
75
+ 'fabric.editor.columnMovedLeft': 'Kolom naar links verplaatst naar {index} van {total}',
76
+ 'fabric.editor.columnMovedRight': 'Kolom naar rechts verplaatst naar {index} van {total}',
77
+ 'fabric.editor.columnSelected': 'Kolom {index} van {total} geselecteerd',
71
78
  'fabric.editor.columns': 'Lay-outs',
72
79
  'fabric.editor.columns.description': 'Je pagina structureren met secties',
73
80
  'fabric.editor.columnsAreInserted': '{count, plural, one {Er is een kolom ingevoegd} other {Er zijn {count} kolommen ingevoegd}}',
@@ -95,10 +102,10 @@ export default {
95
102
  'fabric.editor.copyToClipboard': 'Kopiëren',
96
103
  'fabric.editor.cornerControl': 'Tabel markeren',
97
104
  'fabric.editor.createComment': 'Opmerking maken',
105
+ 'fabric.editor.createCommentDisabled': 'Je kunt alleen opmerkingen plaatsen bij tekst, kopteksten, emoticons, datums, vermeldingen, links en statussen.',
98
106
  'fabric.editor.createCommentInvalid': 'Je kunt alleen opmerkingen plaatsen bij tekst en koppen',
99
107
  'fabric.editor.customPanel': 'Aangepast paneel',
100
108
  'fabric.editor.customPanel.description': 'Voeg een notitie toe met een emoji en een gekleurde achtergrond',
101
- 'fabric.editor.datasource.assetsObjects': 'Assets (bèta)',
102
109
  'fabric.editor.datasource.assetsObjects.description': 'Voeg objecten van Assets in Jira Service Management in met behulp van zoeken en filteren',
103
110
  'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
104
111
  'fabric.editor.datasource.confluenceSearch': 'Confluence-lijst invoegen',
@@ -229,6 +236,7 @@ export default {
229
236
  'fabric.editor.helpDialogTips': 'Klik op {keyMap} om dit dialoogvenster snel te openen',
230
237
  'fabric.editor.highlight': 'Kleur markeren',
231
238
  'fabric.editor.highlightColor': 'Kleurenpalet voor markeringen in- en uitschakelen',
239
+ 'fabric.editor.highlightFloatingToolbar': 'Highlight',
232
240
  'fabric.editor.horizontalRule': 'Scheidingslijn',
233
241
  'fabric.editor.horizontalRule.description': 'Inhoud scheiden met een horizontale lijn',
234
242
  'fabric.editor.hyperlink.linkVisibleLabel': 'Link plakken of zoeken',
@@ -322,6 +330,7 @@ export default {
322
330
  'fabric.editor.numberedColumn': 'Genummerde kolom',
323
331
  'fabric.editor.off': '{formattingType} uit',
324
332
  'fabric.editor.on': '{formattingType} aan',
333
+ 'fabric.editor.openCellOptions': 'Celopties openen',
325
334
  'fabric.editor.openLink': 'Link openen in een nieuw tabblad',
326
335
  'fabric.editor.orderedList': 'Genummerde lijst',
327
336
  'fabric.editor.orderedList.description': 'Een gesorteerde lijst maken',
@@ -357,6 +366,9 @@ export default {
357
366
  'fabric.editor.rightSidebar': 'Lay-out van rechterzijbalk',
358
367
  'fabric.editor.rowControl': 'Rij markeren',
359
368
  'fabric.editor.rowDragHandle': 'Rij-opties',
369
+ 'fabric.editor.rowMovedDown': 'Rij naar beneden verplaatst naar {index} van {total}',
370
+ 'fabric.editor.rowMovedUp': 'Rij naar boven verplaatst naar {index} van {total}',
371
+ 'fabric.editor.rowSelected': 'Rij {index} van {total} geselecteerd',
360
372
  'fabric.editor.rowsAreInserted': '{count, plural, one {Er is een rij ingevoegd} other {Er zijn {count} rijen ingevoegd}}',
361
373
  'fabric.editor.rowsAreRemoved': '{count, plural, one {De rij is verwijderd} other {{count} rijen zijn verwijderd}}',
362
374
  'fabric.editor.saveButton': 'Opslaan',
@@ -7,6 +7,7 @@
7
7
  */
8
8
  //Polish (Poland)
9
9
  export default {
10
+ 'editor-common-extensibility.macro.button.configure': 'Skonfiguruj makro {macroName}',
10
11
  'fabric.editor.action': 'Element akcji',
11
12
  'fabric.editor.action.description': 'Utwórz i przypisz elementy akcji',
12
13
  'fabric.editor.addAltText': 'Tekst alternatywny',
@@ -34,6 +35,9 @@ export default {
34
35
  'fabric.editor.backLink': 'Wróć',
35
36
  'fabric.editor.backgroundColor': 'Kolor tła',
36
37
  'fabric.editor.blockCardUnavailable': 'Łącze bezpośrednio w tekście jest wewnątrz węzła {node} i nie można zmienić jego widoku',
38
+ 'fabric.editor.blockControlDragHandleUsageInfo': 'Przeciągnij, aby przenieść',
39
+ 'fabric.editor.blockControlMoveDown': 'Przenieś niżej',
40
+ 'fabric.editor.blockControlMoveUp': 'Przenieś wyżej',
37
41
  'fabric.editor.blockDescription': 'Wyświetla więcej informacji o łączu, w tym podsumowanie i czynności',
38
42
  'fabric.editor.blockTitle': 'Karta',
39
43
  'fabric.editor.blockquote': 'cudzysłów',
@@ -68,6 +72,9 @@ export default {
68
72
  'fabric.editor.collapseNode': 'Zwiń zawartość',
69
73
  'fabric.editor.collapseTable': 'Zwiń tabelę',
70
74
  'fabric.editor.columnDragHandle': 'Opcje kolumn',
75
+ 'fabric.editor.columnMovedLeft': 'Przesunięto kolumnę w lewo do {index} z {total}',
76
+ 'fabric.editor.columnMovedRight': 'Przesunięto kolumnę w prawo do {index} z {total}',
77
+ 'fabric.editor.columnSelected': 'Wybrano kolumnę {index} z {total}',
71
78
  'fabric.editor.columns': 'Układy',
72
79
  'fabric.editor.columns.description': 'Uporządkuj swoją stronę, korzystając z sekcji',
73
80
  'fabric.editor.columnsAreInserted': '{count, plural, one {Wstawiono kolumnę} few {Wstawiono {count} kolumny} many {Wstawiono {count} kolumn} other {Wstawiono {count} kolumny}}',
@@ -95,10 +102,10 @@ export default {
95
102
  'fabric.editor.copyToClipboard': 'Kopiuj',
96
103
  'fabric.editor.cornerControl': 'Zaznacz tablicę',
97
104
  'fabric.editor.createComment': 'Komentarz',
105
+ 'fabric.editor.createCommentDisabled': 'Można komentować tylko tekst, nagłówki, emoji, daty, wzmianki, łącza i statusy.',
98
106
  'fabric.editor.createCommentInvalid': 'Możesz komentować tylko tekst i nagłówki',
99
107
  'fabric.editor.customPanel': 'Panel niestandardowy',
100
108
  'fabric.editor.customPanel.description': 'Dodaj notatkę z emoji i kolorowym tłem',
101
- 'fabric.editor.datasource.assetsObjects': 'Zasoby (wersja beta)',
102
109
  'fabric.editor.datasource.assetsObjects.description': 'Wstawianie obiektów z Zasobów do Jira Service Management z wyszukiwaniem i filtrowaniem',
103
110
  'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Zasoby',
104
111
  'fabric.editor.datasource.confluenceSearch': 'Wstawianie listy Confluence',
@@ -229,6 +236,7 @@ export default {
229
236
  'fabric.editor.helpDialogTips': 'Naciśnij {keyMap}, aby szybko otworzyć okno dialogowe w dowolnym momencie',
230
237
  'fabric.editor.highlight': 'Kolor wyróżnienia',
231
238
  'fabric.editor.highlightColor': 'Przełącz paletę kolorów wyróżnienia',
239
+ 'fabric.editor.highlightFloatingToolbar': 'Wyróżnij',
232
240
  'fabric.editor.horizontalRule': 'Separator',
233
241
  'fabric.editor.horizontalRule.description': 'Oddziel treści linią poziomą',
234
242
  'fabric.editor.hyperlink.linkVisibleLabel': 'Wklej lub wyszukaj łącze',
@@ -322,6 +330,7 @@ export default {
322
330
  'fabric.editor.numberedColumn': 'Kolumna numerowana',
323
331
  'fabric.editor.off': '{formattingType} wył.',
324
332
  'fabric.editor.on': '{formattingType} wł.',
333
+ 'fabric.editor.openCellOptions': 'Otwórz opcje komórki',
325
334
  'fabric.editor.openLink': 'Otwórz łącze na nowej karcie',
326
335
  'fabric.editor.orderedList': 'Lista numerowana',
327
336
  'fabric.editor.orderedList.description': 'Utwórz uporządkowaną listę',
@@ -357,6 +366,9 @@ export default {
357
366
  'fabric.editor.rightSidebar': 'Układ z paskiem bocznym po prawej',
358
367
  'fabric.editor.rowControl': 'Podświetl wiersz',
359
368
  'fabric.editor.rowDragHandle': 'Opcje wierszy',
369
+ 'fabric.editor.rowMovedDown': 'Przesunięto wiersz w dół do {index} z {total}',
370
+ 'fabric.editor.rowMovedUp': 'Przesunięto wiersz w górę do {index} z {total}',
371
+ 'fabric.editor.rowSelected': 'Wybrano wiersz {index} z {total}',
360
372
  'fabric.editor.rowsAreInserted': '{count, plural, one {Wstawiono wiersz} few {Wstawiono {count} wiersze} many {Wstawiono {count} wierszy} other {Wstawiono {count} wiersza}}',
361
373
  'fabric.editor.rowsAreRemoved': '{count, plural, one {Usunięto wiersz} few {Usunięto {count} wiersze} many {Usunięto {count} wierszy} other {Usunięto {count} wiersza}}',
362
374
  'fabric.editor.saveButton': 'Zapisz',
@@ -7,6 +7,7 @@
7
7
  */
8
8
  //Portuguese (Brazil)
9
9
  export default {
10
+ 'editor-common-extensibility.macro.button.configure': 'Configurar {macroName}',
10
11
  'fabric.editor.action': 'Item de ação',
11
12
  'fabric.editor.action.description': 'Criar e atribuir itens de ação',
12
13
  'fabric.editor.addAltText': 'Texto alt',
@@ -34,6 +35,9 @@ export default {
34
35
  'fabric.editor.backLink': 'Voltar',
35
36
  'fabric.editor.backgroundColor': 'Cor do plano de fundo',
36
37
  'fabric.editor.blockCardUnavailable': 'O link em linha está em {node}, e sua exibição não pode ser alterada',
38
+ 'fabric.editor.blockControlDragHandleUsageInfo': 'Arraste para mover',
39
+ 'fabric.editor.blockControlMoveDown': 'Mover para baixo',
40
+ 'fabric.editor.blockControlMoveUp': 'Mover para cima',
37
41
  'fabric.editor.blockDescription': 'Mostrar mais informações sobre links, incluindo resumo e ações',
38
42
  'fabric.editor.blockTitle': 'Cartão',
39
43
  'fabric.editor.blockquote': 'citação',
@@ -68,6 +72,9 @@ export default {
68
72
  'fabric.editor.collapseNode': 'Recolher conteúdo',
69
73
  'fabric.editor.collapseTable': 'Recolher tabela',
70
74
  'fabric.editor.columnDragHandle': 'Opções de coluna',
75
+ 'fabric.editor.columnMovedLeft': 'Coluna movida para a esquerda para {index} de {total}',
76
+ 'fabric.editor.columnMovedRight': 'Coluna movida para a direita para {index} de {total}',
77
+ 'fabric.editor.columnSelected': 'Coluna {index} de {total} selecionada',
71
78
  'fabric.editor.columns': 'Layouts',
72
79
  'fabric.editor.columns.description': 'Estruturar sua página usando seções',
73
80
  'fabric.editor.columnsAreInserted': '{count, plural, one {Uma coluna foi inserida} other {{count} colunas foram inseridas}}',
@@ -95,10 +102,10 @@ export default {
95
102
  'fabric.editor.copyToClipboard': 'Copiar',
96
103
  'fabric.editor.cornerControl': 'Destacar tabela',
97
104
  'fabric.editor.createComment': 'Comentar',
105
+ 'fabric.editor.createCommentDisabled': 'Você só pode comentar em textos, títulos, emojis, datas, menções, links e status.',
98
106
  'fabric.editor.createCommentInvalid': 'Você só pode comentar em texto e cabeçalhos',
99
107
  'fabric.editor.customPanel': 'Painel personalizado',
100
108
  'fabric.editor.customPanel.description': 'Adicione uma observação com um emoji e plano de fundo colorido',
101
- 'fabric.editor.datasource.assetsObjects': 'Recursos (Beta)',
102
109
  'fabric.editor.datasource.assetsObjects.description': 'Insira objetos a partir de Recursos no Jira Service Management com ferramentas de pesquisa e filtro',
103
110
  'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Recursos',
104
111
  'fabric.editor.datasource.confluenceSearch': 'Inserir lista do Confluence',
@@ -229,6 +236,7 @@ export default {
229
236
  'fabric.editor.helpDialogTips': 'Pressione {keyMap} para abrir rapidamente esta caixa de diálogo a qualquer momento',
230
237
  'fabric.editor.highlight': 'Cor de realce',
231
238
  'fabric.editor.highlightColor': 'Alternar paleta de cores de destaque',
239
+ 'fabric.editor.highlightFloatingToolbar': 'Realce',
232
240
  'fabric.editor.horizontalRule': 'Divisória',
233
241
  'fabric.editor.horizontalRule.description': 'Separar conteúdo com uma linha horizontal',
234
242
  'fabric.editor.hyperlink.linkVisibleLabel': 'Colar ou pesquisar link',
@@ -322,6 +330,7 @@ export default {
322
330
  'fabric.editor.numberedColumn': 'Coluna numerada',
323
331
  'fabric.editor.off': '{formattingType} Desativado',
324
332
  'fabric.editor.on': '{formattingType} Ativado',
333
+ 'fabric.editor.openCellOptions': 'Abrir opções de célula',
325
334
  'fabric.editor.openLink': 'Abrir link em uma nova guia',
326
335
  'fabric.editor.orderedList': 'Lista numerada',
327
336
  'fabric.editor.orderedList.description': 'Criar uma lista ordenada',
@@ -357,6 +366,9 @@ export default {
357
366
  'fabric.editor.rightSidebar': 'Layout com barra lateral à direita',
358
367
  'fabric.editor.rowControl': 'Destacar linha',
359
368
  'fabric.editor.rowDragHandle': 'Opções de linhas',
369
+ 'fabric.editor.rowMovedDown': 'Linha movida para baixo para {index} de {total}',
370
+ 'fabric.editor.rowMovedUp': 'Linha movida para cima para {index} de {total}',
371
+ 'fabric.editor.rowSelected': 'Linha {index} de {total} selecionada',
360
372
  'fabric.editor.rowsAreInserted': '{count, plural, one {Uma linha foi inserida} other {{count} linhas foram inseridas}}',
361
373
  'fabric.editor.rowsAreRemoved': '{count, plural, one {A linha foi removida} other {{count} linhas foram removidas}}',
362
374
  'fabric.editor.saveButton': 'Salvar',
@@ -7,6 +7,7 @@
7
7
  */
8
8
  //Russian
9
9
  export default {
10
+ 'editor-common-extensibility.macro.button.configure': 'Настроить макрос «{macroName}»',
10
11
  'fabric.editor.action': 'Задача',
11
12
  'fabric.editor.action.description': 'Создавайте и назначайте задачи',
12
13
  'fabric.editor.addAltText': 'Альтернативный текст',
@@ -34,6 +35,9 @@ export default {
34
35
  'fabric.editor.backLink': 'Назад',
35
36
  'fabric.editor.backgroundColor': 'Цвет фона',
36
37
  'fabric.editor.blockCardUnavailable': 'Встроенная ссылка находится внутри узла {node} — нельзя изменить представление',
38
+ 'fabric.editor.blockControlDragHandleUsageInfo': 'Перетаскивайте, чтобы переместить',
39
+ 'fabric.editor.blockControlMoveDown': 'Переместить блок вниз',
40
+ 'fabric.editor.blockControlMoveUp': 'Переместить блок вверх',
37
41
  'fabric.editor.blockDescription': 'Отображение дополнительной информации о ссылке, включая краткое описание и действия',
38
42
  'fabric.editor.blockTitle': 'Карточка',
39
43
  'fabric.editor.blockquote': 'цитата',
@@ -68,6 +72,9 @@ export default {
68
72
  'fabric.editor.collapseNode': 'Свернуть содержимое',
69
73
  'fabric.editor.collapseTable': 'Свернуть таблицу',
70
74
  'fabric.editor.columnDragHandle': 'Параметры столбца',
75
+ 'fabric.editor.columnMovedLeft': 'Столбец перемещен влево на позицию {index} из {total}',
76
+ 'fabric.editor.columnMovedRight': 'Столбец перемещен вправо на позицию {index} из {total}',
77
+ 'fabric.editor.columnSelected': 'Выбран столбец {index} из {total}',
71
78
  'fabric.editor.columns': 'Макеты',
72
79
  'fabric.editor.columns.description': 'Расположение информации на странице с помощью разделов',
73
80
  'fabric.editor.columnsAreInserted': '{count, plural, one {Вставлен {count} столбец} few {Вставлено {count} столбца} many {Вставлено {count} столбцов} other {Вставлено {count} столбца}}',
@@ -95,10 +102,10 @@ export default {
95
102
  'fabric.editor.copyToClipboard': 'Скопировать',
96
103
  'fabric.editor.cornerControl': 'Выделить таблицу',
97
104
  'fabric.editor.createComment': 'Комментировать',
105
+ 'fabric.editor.createCommentDisabled': 'Можно комментировать только текст, заголовки, эмодзи, даты, упоминания, ссылки и статусы.',
98
106
  'fabric.editor.createCommentInvalid': 'Можно комментировать только текст и заголовки',
99
107
  'fabric.editor.customPanel': 'Пользовательская панель',
100
108
  'fabric.editor.customPanel.description': 'Добавьте примечание с эмодзи и цветным фоном',
101
- 'fabric.editor.datasource.assetsObjects': 'Активы (бета-версия)',
102
109
  'fabric.editor.datasource.assetsObjects.description': 'Вставка объектов из Активов в Jira Service Management с помощью поиска и фильтрации',
103
110
  'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Активы',
104
111
  'fabric.editor.datasource.confluenceSearch': 'Вставка списка Confluence',
@@ -229,6 +236,7 @@ export default {
229
236
  'fabric.editor.helpDialogTips': 'Это окно можно быстро открыть в любое время нажатием {keyMap}',
230
237
  'fabric.editor.highlight': 'Цвет выделения',
231
238
  'fabric.editor.highlightColor': 'Переключить цветовую палитру подсветки',
239
+ 'fabric.editor.highlightFloatingToolbar': 'Выделить',
232
240
  'fabric.editor.horizontalRule': 'Разделитель',
233
241
  'fabric.editor.horizontalRule.description': 'Разделение содержимого горизонтальной линией',
234
242
  'fabric.editor.hyperlink.linkVisibleLabel': 'Вставить или искать ссылку',
@@ -322,6 +330,7 @@ export default {
322
330
  'fabric.editor.numberedColumn': 'Столбец с нумерацией',
323
331
  'fabric.editor.off': '{formattingType} выкл.',
324
332
  'fabric.editor.on': '{formattingType} вкл.',
333
+ 'fabric.editor.openCellOptions': 'Открыть параметры ячейки',
325
334
  'fabric.editor.openLink': 'Открыть ссылку на новой вкладке',
326
335
  'fabric.editor.orderedList': 'Нумерованный список',
327
336
  'fabric.editor.orderedList.description': 'Создание нумерованного списка',
@@ -357,6 +366,9 @@ export default {
357
366
  'fabric.editor.rightSidebar': 'Макет с правой боковой панелью',
358
367
  'fabric.editor.rowControl': 'Выделить строку',
359
368
  'fabric.editor.rowDragHandle': 'Параметры строки',
369
+ 'fabric.editor.rowMovedDown': 'Строка перемещена вниз на позицию {index} из {total}',
370
+ 'fabric.editor.rowMovedUp': 'Строка перемещена вверх на позицию {index} из {total}',
371
+ 'fabric.editor.rowSelected': 'Выбрана строка {index} из {total}',
360
372
  'fabric.editor.rowsAreInserted': '{count, plural, one {Вставлена {count} строка} few {Вставлено {count} строки} many {Вставлено {count} строк} other {Вставлено {count} строки}}',
361
373
  'fabric.editor.rowsAreRemoved': '{count, plural, one {Удалена {count} строка} few {Удалено {count} строки} many {Удалено {count} строк} other {Удалено {count} строки}}',
362
374
  'fabric.editor.saveButton': 'Сохранить',