@atlaskit/editor-core 187.40.1 → 187.41.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 (265) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/cjs/editor-next/hooks/useEditorMeasuresConstructor.js +2 -2
  3. package/dist/cjs/editor-next/utils/editorMeasureTTICallback.js +3 -2
  4. package/dist/cjs/element-browser.js +2 -3
  5. package/dist/cjs/i18n/cs.js +6 -9
  6. package/dist/cjs/i18n/da.js +6 -9
  7. package/dist/cjs/i18n/de.js +6 -9
  8. package/dist/cjs/i18n/en.js +6 -9
  9. package/dist/cjs/i18n/en_GB.js +6 -9
  10. package/dist/cjs/i18n/en_ZZ.js +6 -9
  11. package/dist/cjs/i18n/es.js +6 -9
  12. package/dist/cjs/i18n/fi.js +6 -9
  13. package/dist/cjs/i18n/fr.js +6 -9
  14. package/dist/cjs/i18n/hu.js +6 -9
  15. package/dist/cjs/i18n/it.js +6 -9
  16. package/dist/cjs/i18n/ja.js +6 -9
  17. package/dist/cjs/i18n/ko.js +6 -9
  18. package/dist/cjs/i18n/nb.js +6 -9
  19. package/dist/cjs/i18n/nl.js +6 -9
  20. package/dist/cjs/i18n/pl.js +6 -9
  21. package/dist/cjs/i18n/pt_BR.js +6 -9
  22. package/dist/cjs/i18n/ru.js +6 -9
  23. package/dist/cjs/i18n/sv.js +6 -9
  24. package/dist/cjs/i18n/th.js +6 -9
  25. package/dist/cjs/i18n/tr.js +6 -9
  26. package/dist/cjs/i18n/uk.js +6 -9
  27. package/dist/cjs/i18n/vi.js +6 -9
  28. package/dist/cjs/i18n/zh.js +6 -9
  29. package/dist/cjs/i18n/zh_TW.js +6 -9
  30. package/dist/cjs/plugins/find-replace/ui/Find.js +88 -42
  31. package/dist/cjs/plugins/quick-insert/index.js +4 -2
  32. package/dist/cjs/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/ModalElementBrowser.js +8 -7
  33. package/dist/cjs/plugins/quick-insert/ui/ModalElementBrowser/index.js +10 -17
  34. package/dist/cjs/ui/ElementBrowser/InsertMenu.js +5 -6
  35. package/dist/cjs/ui/ElementBrowser/types.js +1 -8
  36. package/dist/cjs/version-wrapper.js +1 -1
  37. package/dist/es2019/editor-next/hooks/useEditorMeasuresConstructor.js +2 -2
  38. package/dist/es2019/editor-next/utils/editorMeasureTTICallback.js +3 -2
  39. package/dist/es2019/element-browser.js +1 -1
  40. package/dist/es2019/i18n/cs.js +6 -9
  41. package/dist/es2019/i18n/da.js +6 -9
  42. package/dist/es2019/i18n/de.js +6 -9
  43. package/dist/es2019/i18n/en.js +6 -9
  44. package/dist/es2019/i18n/en_GB.js +6 -9
  45. package/dist/es2019/i18n/en_ZZ.js +6 -9
  46. package/dist/es2019/i18n/es.js +6 -9
  47. package/dist/es2019/i18n/fi.js +6 -9
  48. package/dist/es2019/i18n/fr.js +6 -9
  49. package/dist/es2019/i18n/hu.js +6 -9
  50. package/dist/es2019/i18n/it.js +6 -9
  51. package/dist/es2019/i18n/ja.js +6 -9
  52. package/dist/es2019/i18n/ko.js +6 -9
  53. package/dist/es2019/i18n/nb.js +6 -9
  54. package/dist/es2019/i18n/nl.js +6 -9
  55. package/dist/es2019/i18n/pl.js +6 -9
  56. package/dist/es2019/i18n/pt_BR.js +6 -9
  57. package/dist/es2019/i18n/ru.js +6 -9
  58. package/dist/es2019/i18n/sv.js +6 -9
  59. package/dist/es2019/i18n/th.js +6 -9
  60. package/dist/es2019/i18n/tr.js +6 -9
  61. package/dist/es2019/i18n/uk.js +6 -9
  62. package/dist/es2019/i18n/vi.js +6 -9
  63. package/dist/es2019/i18n/zh.js +6 -9
  64. package/dist/es2019/i18n/zh_TW.js +6 -9
  65. package/dist/es2019/plugins/find-replace/ui/Find.js +69 -22
  66. package/dist/es2019/plugins/quick-insert/index.js +4 -2
  67. package/dist/es2019/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/ModalElementBrowser.js +5 -5
  68. package/dist/es2019/plugins/quick-insert/ui/ModalElementBrowser/index.js +8 -13
  69. package/dist/es2019/ui/ElementBrowser/InsertMenu.js +2 -3
  70. package/dist/es2019/ui/ElementBrowser/types.js +1 -5
  71. package/dist/es2019/version-wrapper.js +1 -1
  72. package/dist/esm/editor-next/hooks/useEditorMeasuresConstructor.js +2 -2
  73. package/dist/esm/editor-next/utils/editorMeasureTTICallback.js +3 -2
  74. package/dist/esm/element-browser.js +1 -1
  75. package/dist/esm/i18n/cs.js +6 -9
  76. package/dist/esm/i18n/da.js +6 -9
  77. package/dist/esm/i18n/de.js +6 -9
  78. package/dist/esm/i18n/en.js +6 -9
  79. package/dist/esm/i18n/en_GB.js +6 -9
  80. package/dist/esm/i18n/en_ZZ.js +6 -9
  81. package/dist/esm/i18n/es.js +6 -9
  82. package/dist/esm/i18n/fi.js +6 -9
  83. package/dist/esm/i18n/fr.js +6 -9
  84. package/dist/esm/i18n/hu.js +6 -9
  85. package/dist/esm/i18n/it.js +6 -9
  86. package/dist/esm/i18n/ja.js +6 -9
  87. package/dist/esm/i18n/ko.js +6 -9
  88. package/dist/esm/i18n/nb.js +6 -9
  89. package/dist/esm/i18n/nl.js +6 -9
  90. package/dist/esm/i18n/pl.js +6 -9
  91. package/dist/esm/i18n/pt_BR.js +6 -9
  92. package/dist/esm/i18n/ru.js +6 -9
  93. package/dist/esm/i18n/sv.js +6 -9
  94. package/dist/esm/i18n/th.js +6 -9
  95. package/dist/esm/i18n/tr.js +6 -9
  96. package/dist/esm/i18n/uk.js +6 -9
  97. package/dist/esm/i18n/vi.js +6 -9
  98. package/dist/esm/i18n/zh.js +6 -9
  99. package/dist/esm/i18n/zh_TW.js +6 -9
  100. package/dist/esm/plugins/find-replace/ui/Find.js +86 -41
  101. package/dist/esm/plugins/quick-insert/index.js +4 -2
  102. package/dist/esm/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/ModalElementBrowser.js +5 -5
  103. package/dist/esm/plugins/quick-insert/ui/ModalElementBrowser/index.js +10 -17
  104. package/dist/esm/ui/ElementBrowser/InsertMenu.js +2 -3
  105. package/dist/esm/ui/ElementBrowser/types.js +1 -5
  106. package/dist/esm/version-wrapper.js +1 -1
  107. package/dist/types/editor-next/hooks/useEditorMeasuresConstructor.d.ts +4 -4
  108. package/dist/types/editor-next/utils/editorMeasureTTICallback.d.ts +5 -5
  109. package/dist/types/element-browser.d.ts +1 -1
  110. package/dist/types/i18n/cs.d.ts +3 -6
  111. package/dist/types/i18n/da.d.ts +3 -6
  112. package/dist/types/i18n/de.d.ts +3 -6
  113. package/dist/types/i18n/en.d.ts +3 -6
  114. package/dist/types/i18n/en_GB.d.ts +3 -6
  115. package/dist/types/i18n/en_ZZ.d.ts +3 -6
  116. package/dist/types/i18n/es.d.ts +3 -6
  117. package/dist/types/i18n/fi.d.ts +3 -6
  118. package/dist/types/i18n/fr.d.ts +3 -6
  119. package/dist/types/i18n/hu.d.ts +3 -6
  120. package/dist/types/i18n/it.d.ts +3 -6
  121. package/dist/types/i18n/ja.d.ts +3 -6
  122. package/dist/types/i18n/ko.d.ts +3 -6
  123. package/dist/types/i18n/nb.d.ts +3 -6
  124. package/dist/types/i18n/nl.d.ts +3 -6
  125. package/dist/types/i18n/pl.d.ts +3 -6
  126. package/dist/types/i18n/pt_BR.d.ts +3 -6
  127. package/dist/types/i18n/ru.d.ts +3 -6
  128. package/dist/types/i18n/sv.d.ts +3 -6
  129. package/dist/types/i18n/th.d.ts +3 -6
  130. package/dist/types/i18n/tr.d.ts +3 -6
  131. package/dist/types/i18n/uk.d.ts +3 -6
  132. package/dist/types/i18n/vi.d.ts +3 -6
  133. package/dist/types/i18n/zh.d.ts +3 -6
  134. package/dist/types/i18n/zh_TW.d.ts +3 -6
  135. package/dist/types/labs/next/presets/default.d.ts +2 -2
  136. package/dist/types/plugins/find-replace/ui/Find.d.ts +3 -2
  137. package/dist/types/plugins/quick-insert/index.d.ts +3 -3
  138. package/dist/types/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/ModalElementBrowser.d.ts +4 -3
  139. package/dist/types/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/categories.d.ts +1 -1
  140. package/dist/types/plugins/quick-insert/ui/ModalElementBrowser/index.d.ts +4 -1
  141. package/dist/types/ui/ElementBrowser/types.d.ts +6 -18
  142. package/dist/types-ts4.5/editor-next/hooks/useEditorMeasuresConstructor.d.ts +4 -4
  143. package/dist/types-ts4.5/editor-next/utils/editorMeasureTTICallback.d.ts +5 -5
  144. package/dist/types-ts4.5/element-browser.d.ts +1 -1
  145. package/dist/types-ts4.5/i18n/cs.d.ts +3 -6
  146. package/dist/types-ts4.5/i18n/da.d.ts +3 -6
  147. package/dist/types-ts4.5/i18n/de.d.ts +3 -6
  148. package/dist/types-ts4.5/i18n/en.d.ts +3 -6
  149. package/dist/types-ts4.5/i18n/en_GB.d.ts +3 -6
  150. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +3 -6
  151. package/dist/types-ts4.5/i18n/es.d.ts +3 -6
  152. package/dist/types-ts4.5/i18n/fi.d.ts +3 -6
  153. package/dist/types-ts4.5/i18n/fr.d.ts +3 -6
  154. package/dist/types-ts4.5/i18n/hu.d.ts +3 -6
  155. package/dist/types-ts4.5/i18n/it.d.ts +3 -6
  156. package/dist/types-ts4.5/i18n/ja.d.ts +3 -6
  157. package/dist/types-ts4.5/i18n/ko.d.ts +3 -6
  158. package/dist/types-ts4.5/i18n/nb.d.ts +3 -6
  159. package/dist/types-ts4.5/i18n/nl.d.ts +3 -6
  160. package/dist/types-ts4.5/i18n/pl.d.ts +3 -6
  161. package/dist/types-ts4.5/i18n/pt_BR.d.ts +3 -6
  162. package/dist/types-ts4.5/i18n/ru.d.ts +3 -6
  163. package/dist/types-ts4.5/i18n/sv.d.ts +3 -6
  164. package/dist/types-ts4.5/i18n/th.d.ts +3 -6
  165. package/dist/types-ts4.5/i18n/tr.d.ts +3 -6
  166. package/dist/types-ts4.5/i18n/uk.d.ts +3 -6
  167. package/dist/types-ts4.5/i18n/vi.d.ts +3 -6
  168. package/dist/types-ts4.5/i18n/zh.d.ts +3 -6
  169. package/dist/types-ts4.5/i18n/zh_TW.d.ts +3 -6
  170. package/dist/types-ts4.5/labs/next/presets/default.d.ts +2 -2
  171. package/dist/types-ts4.5/plugins/find-replace/ui/Find.d.ts +3 -2
  172. package/dist/types-ts4.5/plugins/quick-insert/index.d.ts +3 -3
  173. package/dist/types-ts4.5/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/ModalElementBrowser.d.ts +4 -3
  174. package/dist/types-ts4.5/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/categories.d.ts +1 -1
  175. package/dist/types-ts4.5/plugins/quick-insert/ui/ModalElementBrowser/index.d.ts +4 -1
  176. package/dist/types-ts4.5/ui/ElementBrowser/types.d.ts +6 -18
  177. package/package.json +2 -2
  178. package/dist/cjs/ui/ElementBrowser/ElementBrowser.js +0 -152
  179. package/dist/cjs/ui/ElementBrowser/ViewMore.js +0 -39
  180. package/dist/cjs/ui/ElementBrowser/components/CategoryList.js +0 -115
  181. package/dist/cjs/ui/ElementBrowser/components/ElementBrowserLoader.js +0 -36
  182. package/dist/cjs/ui/ElementBrowser/components/ElementList/ElementList.js +0 -250
  183. package/dist/cjs/ui/ElementBrowser/components/ElementList/EmptyState.js +0 -47
  184. package/dist/cjs/ui/ElementBrowser/components/ElementList/NotFoundIllustration.js +0 -69
  185. package/dist/cjs/ui/ElementBrowser/components/ElementList/cellSizeAndPositionGetter.js +0 -42
  186. package/dist/cjs/ui/ElementBrowser/components/ElementList/utils.js +0 -54
  187. package/dist/cjs/ui/ElementBrowser/components/ElementSearch.js +0 -88
  188. package/dist/cjs/ui/ElementBrowser/components/StatelessElementBrowser.js +0 -269
  189. package/dist/cjs/ui/ElementBrowser/constants.js +0 -43
  190. package/dist/cjs/ui/ElementBrowser/hooks/use-container-width.js +0 -70
  191. package/dist/cjs/ui/ElementBrowser/hooks/use-focus.js +0 -51
  192. package/dist/cjs/ui/ElementBrowser/hooks/use-select-and-focus-on-arrow-navigation.js +0 -286
  193. package/dist/cjs/ui/ElementBrowser/index.js +0 -10
  194. package/dist/es2019/ui/ElementBrowser/ElementBrowser.js +0 -117
  195. package/dist/es2019/ui/ElementBrowser/ViewMore.js +0 -40
  196. package/dist/es2019/ui/ElementBrowser/components/CategoryList.js +0 -104
  197. package/dist/es2019/ui/ElementBrowser/components/ElementBrowserLoader.js +0 -21
  198. package/dist/es2019/ui/ElementBrowser/components/ElementList/ElementList.js +0 -301
  199. package/dist/es2019/ui/ElementBrowser/components/ElementList/EmptyState.js +0 -58
  200. package/dist/es2019/ui/ElementBrowser/components/ElementList/NotFoundIllustration.js +0 -64
  201. package/dist/es2019/ui/ElementBrowser/components/ElementList/cellSizeAndPositionGetter.js +0 -39
  202. package/dist/es2019/ui/ElementBrowser/components/ElementList/utils.js +0 -50
  203. package/dist/es2019/ui/ElementBrowser/components/ElementSearch.js +0 -117
  204. package/dist/es2019/ui/ElementBrowser/components/StatelessElementBrowser.js +0 -339
  205. package/dist/es2019/ui/ElementBrowser/constants.js +0 -24
  206. package/dist/es2019/ui/ElementBrowser/hooks/use-container-width.js +0 -59
  207. package/dist/es2019/ui/ElementBrowser/hooks/use-focus.js +0 -48
  208. package/dist/es2019/ui/ElementBrowser/hooks/use-select-and-focus-on-arrow-navigation.js +0 -284
  209. package/dist/es2019/ui/ElementBrowser/index.js +0 -2
  210. package/dist/esm/ui/ElementBrowser/ElementBrowser.js +0 -142
  211. package/dist/esm/ui/ElementBrowser/ViewMore.js +0 -31
  212. package/dist/esm/ui/ElementBrowser/components/CategoryList.js +0 -104
  213. package/dist/esm/ui/ElementBrowser/components/ElementBrowserLoader.js +0 -23
  214. package/dist/esm/ui/ElementBrowser/components/ElementList/ElementList.js +0 -238
  215. package/dist/esm/ui/ElementBrowser/components/ElementList/EmptyState.js +0 -40
  216. package/dist/esm/ui/ElementBrowser/components/ElementList/NotFoundIllustration.js +0 -62
  217. package/dist/esm/ui/ElementBrowser/components/ElementList/cellSizeAndPositionGetter.js +0 -37
  218. package/dist/esm/ui/ElementBrowser/components/ElementList/utils.js +0 -46
  219. package/dist/esm/ui/ElementBrowser/components/ElementSearch.js +0 -77
  220. package/dist/esm/ui/ElementBrowser/components/StatelessElementBrowser.js +0 -258
  221. package/dist/esm/ui/ElementBrowser/constants.js +0 -24
  222. package/dist/esm/ui/ElementBrowser/hooks/use-container-width.js +0 -61
  223. package/dist/esm/ui/ElementBrowser/hooks/use-focus.js +0 -46
  224. package/dist/esm/ui/ElementBrowser/hooks/use-select-and-focus-on-arrow-navigation.js +0 -278
  225. package/dist/esm/ui/ElementBrowser/index.js +0 -2
  226. package/dist/types/ui/ElementBrowser/ElementBrowser.d.ts +0 -37
  227. package/dist/types/ui/ElementBrowser/ViewMore.d.ts +0 -6
  228. package/dist/types/ui/ElementBrowser/components/CategoryList.d.ts +0 -10
  229. package/dist/types/ui/ElementBrowser/components/ElementBrowserLoader.d.ts +0 -5
  230. package/dist/types/ui/ElementBrowser/components/ElementList/ElementList.d.ts +0 -29
  231. package/dist/types/ui/ElementBrowser/components/ElementList/EmptyState.d.ts +0 -6
  232. package/dist/types/ui/ElementBrowser/components/ElementList/NotFoundIllustration.d.ts +0 -2
  233. package/dist/types/ui/ElementBrowser/components/ElementList/cellSizeAndPositionGetter.d.ts +0 -7
  234. package/dist/types/ui/ElementBrowser/components/ElementList/utils.d.ts +0 -12
  235. package/dist/types/ui/ElementBrowser/components/ElementSearch.d.ts +0 -18
  236. package/dist/types/ui/ElementBrowser/components/StatelessElementBrowser.d.ts +0 -23
  237. package/dist/types/ui/ElementBrowser/constants.d.ts +0 -20
  238. package/dist/types/ui/ElementBrowser/hooks/use-container-width.d.ts +0 -33
  239. package/dist/types/ui/ElementBrowser/hooks/use-focus.d.ts +0 -35
  240. package/dist/types/ui/ElementBrowser/hooks/use-select-and-focus-on-arrow-navigation.d.ts +0 -72
  241. package/dist/types/ui/ElementBrowser/index.d.ts +0 -2
  242. package/dist/types-ts4.5/ui/ElementBrowser/ElementBrowser.d.ts +0 -37
  243. package/dist/types-ts4.5/ui/ElementBrowser/ViewMore.d.ts +0 -6
  244. package/dist/types-ts4.5/ui/ElementBrowser/components/CategoryList.d.ts +0 -10
  245. package/dist/types-ts4.5/ui/ElementBrowser/components/ElementBrowserLoader.d.ts +0 -5
  246. package/dist/types-ts4.5/ui/ElementBrowser/components/ElementList/ElementList.d.ts +0 -29
  247. package/dist/types-ts4.5/ui/ElementBrowser/components/ElementList/EmptyState.d.ts +0 -6
  248. package/dist/types-ts4.5/ui/ElementBrowser/components/ElementList/NotFoundIllustration.d.ts +0 -2
  249. package/dist/types-ts4.5/ui/ElementBrowser/components/ElementList/cellSizeAndPositionGetter.d.ts +0 -7
  250. package/dist/types-ts4.5/ui/ElementBrowser/components/ElementList/utils.d.ts +0 -12
  251. package/dist/types-ts4.5/ui/ElementBrowser/components/ElementSearch.d.ts +0 -18
  252. package/dist/types-ts4.5/ui/ElementBrowser/components/StatelessElementBrowser.d.ts +0 -23
  253. package/dist/types-ts4.5/ui/ElementBrowser/constants.d.ts +0 -20
  254. package/dist/types-ts4.5/ui/ElementBrowser/hooks/use-container-width.d.ts +0 -33
  255. package/dist/types-ts4.5/ui/ElementBrowser/hooks/use-focus.d.ts +0 -35
  256. package/dist/types-ts4.5/ui/ElementBrowser/hooks/use-select-and-focus-on-arrow-navigation.d.ts +0 -72
  257. package/dist/types-ts4.5/ui/ElementBrowser/index.d.ts +0 -2
  258. /package/dist/cjs/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/categories.js +0 -0
  259. /package/dist/cjs/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/messages.js +0 -0
  260. /package/dist/es2019/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/categories.js +0 -0
  261. /package/dist/es2019/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/messages.js +0 -0
  262. /package/dist/esm/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/categories.js +0 -0
  263. /package/dist/esm/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/messages.js +0 -0
  264. /package/dist/types/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/messages.d.ts +0 -0
  265. /package/dist/types-ts4.5/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/messages.d.ts +0 -0
@@ -108,6 +108,7 @@ export default {
108
108
  'fabric.editor.heading6Description': 'Úsalo en títulos de nivel inferior',
109
109
  'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ayuda',
110
110
  'fabric.editor.helpDialogTips': 'Pulsa {keyMap} para abrir este diálogo con rapidez en cualquier momento',
111
+ 'fabric.editor.image.fullWidthLabel': 'Anchura completa',
111
112
  'fabric.editor.imageBorderBold': 'Negrita',
112
113
  'fabric.editor.imageBorderColor': 'Color',
113
114
  'fabric.editor.imageBorderMedium': 'Mediano',
@@ -123,13 +124,14 @@ export default {
123
124
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita a un compañero de equipo a {productName}} trusted {Invita a un compañero de equipo a {productName}} other {Añade a un compañero de equipo a {productName}}}',
124
125
  'fabric.editor.keyboardShortcuts': 'Métodos abreviados de teclado',
125
126
  'fabric.editor.leftSidebar': 'Barra lateral izquierda',
126
- 'fabric.editor.lists': 'Listas',
127
127
  'fabric.editor.markdown': 'Markdown',
128
128
  'fabric.editor.matchCase': 'Coincidir mayúsculas y minúsculas',
129
129
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'entrada de altura',
130
130
  'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Altura',
131
- 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'entrada de ancho',
132
- 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Ancho',
131
+ 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Anchura máxima {maxWidth} px',
132
+ 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Anchura máxima {maxWidth} px',
133
+ 'fabric.editor.media.pixelEntry.migrationButtonText': 'Convertir a píxeles',
134
+ 'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migrar del tamaño porcentual a un tamaño de píxel fijo',
133
135
  'fabric.editor.media.pixelEntry.submitButtonText': 'Enviar',
134
136
  'fabric.editor.media.pixelEntry.validationFailedMessage': 'Error al validar el ancho',
135
137
  'fabric.editor.mediaGroupDeleteLabel': 'Eliminar',
@@ -142,8 +144,6 @@ export default {
142
144
  'fabric.editor.note': 'Nota',
143
145
  'fabric.editor.notePanel': 'Panel de notas',
144
146
  'fabric.editor.notePanel.description': 'Añadir una nota en un panel de color',
145
- 'fabric.editor.orderedList': 'Lista numerada',
146
- 'fabric.editor.orderedList.description': 'Crear una lista ordenada',
147
147
  'fabric.editor.other': 'Otros...',
148
148
  'fabric.editor.outdent': 'Anular sangría',
149
149
  'fabric.editor.panel.backgroundColor': 'Color de fondo',
@@ -185,12 +185,9 @@ export default {
185
185
  'fabric.editor.typeahead.mentionPopupLabel': 'Usuarios a los que puedes etiquetar',
186
186
  'fabric.editor.typeahead.metionListItemLabel': 'Usuario {name} @{shortName}',
187
187
  'fabric.editor.undo': 'Deshacer',
188
- 'fabric.editor.unorderedList': 'Lista de viñetas',
189
- 'fabric.editor.unorderedList.description': 'Crear una lista sin ordenar',
190
188
  'fabric.editor.warning': 'Advertencia',
191
189
  'fabric.editor.warningPanel': 'Panel de advertencias',
192
190
  'fabric.editor.warningPanel.description': 'Añadir una nota de precaución en un panel de color',
193
191
  'fabric.editor.wrapLeft': 'Ajustar a la izquierda',
194
- 'fabric.editor.wrapRight': 'Ajustar a la derecha',
195
- 'fabric.emoji.label': 'Emoji'
192
+ 'fabric.editor.wrapRight': 'Ajustar a la derecha'
196
193
  };
@@ -108,6 +108,7 @@ export default {
108
108
  'fabric.editor.heading6Description': 'Käytä tätä alatason otsikoissa',
109
109
  'fabric.editor.headingLink.toolbarHelpTitle': 'Avaa ohjeikkuna',
110
110
  'fabric.editor.helpDialogTips': 'Paina {keyMap}-näppäintä, jotta voit nopeasti avata tämän dialogin koska tahansa',
111
+ 'fabric.editor.image.fullWidthLabel': 'Täysi leveys',
111
112
  'fabric.editor.imageBorderBold': 'Voimakas',
112
113
  'fabric.editor.imageBorderColor': 'Väri',
113
114
  'fabric.editor.imageBorderMedium': 'Keskikokoinen',
@@ -123,13 +124,14 @@ export default {
123
124
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Kutsu tiimikaveri tuotteeseen {productName}} trusted {Kutsu tiimikaveri tuotteeseen {productName}} other {Lisää tiimikaveri tuotteeseen {productName}}}',
124
125
  'fabric.editor.keyboardShortcuts': 'Pikanäppäimet',
125
126
  'fabric.editor.leftSidebar': 'Vasen sivupalkki',
126
- 'fabric.editor.lists': 'Luettelot',
127
127
  'fabric.editor.markdown': 'Markdown-merkintäkieli',
128
128
  'fabric.editor.matchCase': 'Sovita aakkoslaji',
129
129
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'korkeuden arvo',
130
130
  'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Korkeus',
131
- 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'leveyden arvo',
132
- 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Leveys',
131
+ 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Enimmäisleveys {maxWidth} pikseliä',
132
+ 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Enimmäisleveys {maxWidth} pikseliä',
133
+ 'fabric.editor.media.pixelEntry.migrationButtonText': 'Muunna pikseleiksi',
134
+ 'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Siirry prosenteista kiinteisiin pikselikokoihin',
133
135
  'fabric.editor.media.pixelEntry.submitButtonText': 'Lähetä',
134
136
  'fabric.editor.media.pixelEntry.validationFailedMessage': 'Leveyden vahvistus epäonnistui',
135
137
  'fabric.editor.mediaGroupDeleteLabel': 'Poista',
@@ -142,8 +144,6 @@ export default {
142
144
  'fabric.editor.note': 'Huomautus',
143
145
  'fabric.editor.notePanel': 'Muistiinpanopaneeli',
144
146
  'fabric.editor.notePanel.description': 'Lisää huomautus värillisessä paneelissa',
145
- 'fabric.editor.orderedList': 'Numeroitu luettelo',
146
- 'fabric.editor.orderedList.description': 'Luo järjestetty luettelo',
147
147
  'fabric.editor.other': 'Muut...',
148
148
  'fabric.editor.outdent': 'Ulonnus',
149
149
  'fabric.editor.panel.backgroundColor': 'Taustaväri',
@@ -185,12 +185,9 @@ export default {
185
185
  'fabric.editor.typeahead.mentionPopupLabel': 'Käyttäjät, joita voit merkitä',
186
186
  'fabric.editor.typeahead.metionListItemLabel': 'Käyttäjä {name} @{shortName}',
187
187
  'fabric.editor.undo': 'Kumoa',
188
- 'fabric.editor.unorderedList': 'Pisteluettelo',
189
- 'fabric.editor.unorderedList.description': 'Luo järjestämätön luettelo',
190
188
  'fabric.editor.warning': 'Varoitus',
191
189
  'fabric.editor.warningPanel': 'Varoituspaneeli',
192
190
  'fabric.editor.warningPanel.description': 'Lisää varoitus värillisessä paneelissa',
193
191
  'fabric.editor.wrapLeft': 'Rivitä vasemmalle',
194
- 'fabric.editor.wrapRight': 'Rivitä oikealle',
195
- 'fabric.emoji.label': 'Emoji'
192
+ 'fabric.editor.wrapRight': 'Rivitä oikealle'
196
193
  };
@@ -108,6 +108,7 @@ export default {
108
108
  'fabric.editor.heading6Description': 'Utilisez ceci pour définir un sous-titre',
109
109
  'fabric.editor.headingLink.toolbarHelpTitle': "Ouvrir la boîte de dialogue d'aide",
110
110
  'fabric.editor.helpDialogTips': 'Appuyez sur {keyMap} pour ouvrir rapidement cette boîte de dialogue à tout moment',
111
+ 'fabric.editor.image.fullWidthLabel': 'Pleine largeur',
111
112
  'fabric.editor.imageBorderBold': 'Gras',
112
113
  'fabric.editor.imageBorderColor': 'Couleur',
113
114
  'fabric.editor.imageBorderMedium': 'Moyenne',
@@ -123,13 +124,14 @@ export default {
123
124
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter un coéquipier à rejoindre {productName}} trusted {Inviter un coéquipier à rejoindre {productName}} other {Ajouter un coéquipier à {productName}}}',
124
125
  'fabric.editor.keyboardShortcuts': 'Raccourcis clavier',
125
126
  'fabric.editor.leftSidebar': 'Barre latérale de gauche',
126
- 'fabric.editor.lists': 'Listes',
127
127
  'fabric.editor.markdown': 'Markdown',
128
128
  'fabric.editor.matchCase': 'Respecter la casse',
129
129
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'saisie de la hauteur',
130
130
  'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Hauteur',
131
- 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'saisie de la largeur',
132
- 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Largeur',
131
+ 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Largeur maximale : {maxWidth} pixels',
132
+ 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Largeur maximale : {maxWidth} pixels',
133
+ 'fabric.editor.media.pixelEntry.migrationButtonText': 'Convertir en pixels',
134
+ 'fabric.editor.media.pixelEntry.migrationButtonTooltip': "Passer d'un pourcentage à une taille de pixels fixe",
133
135
  'fabric.editor.media.pixelEntry.submitButtonText': 'Envoyer',
134
136
  'fabric.editor.media.pixelEntry.validationFailedMessage': 'La validation de la largeur a échoué',
135
137
  'fabric.editor.mediaGroupDeleteLabel': 'Supprimer',
@@ -142,8 +144,6 @@ export default {
142
144
  'fabric.editor.note': 'Note',
143
145
  'fabric.editor.notePanel': 'Panneau de notes',
144
146
  'fabric.editor.notePanel.description': 'Ajouter une note dans un cadre coloré',
145
- 'fabric.editor.orderedList': 'Liste numérotée',
146
- 'fabric.editor.orderedList.description': 'Créer une liste ordonnée',
147
147
  'fabric.editor.other': 'Autres…',
148
148
  'fabric.editor.outdent': 'Retrait négatif',
149
149
  'fabric.editor.panel.backgroundColor': "Couleur d'arrière-plan",
@@ -185,12 +185,9 @@ export default {
185
185
  'fabric.editor.typeahead.mentionPopupLabel': 'Utilisateurs que vous pouvez mentionner',
186
186
  'fabric.editor.typeahead.metionListItemLabel': 'Utilisateur {name} @{shortName}',
187
187
  'fabric.editor.undo': 'Annuler',
188
- 'fabric.editor.unorderedList': 'Liste à puces',
189
- 'fabric.editor.unorderedList.description': 'Créer une liste non ordonnée',
190
188
  'fabric.editor.warning': 'Avertissement',
191
189
  'fabric.editor.warningPanel': "Panneau d'avertissement",
192
190
  'fabric.editor.warningPanel.description': "Ajouter une note d'avertissement dans un cadre coloré",
193
191
  'fabric.editor.wrapLeft': 'Ajuster vers la gauche',
194
- 'fabric.editor.wrapRight': 'Ajuster vers la droite',
195
- 'fabric.emoji.label': 'Émoticône'
192
+ 'fabric.editor.wrapRight': 'Ajuster vers la droite'
196
193
  };
@@ -108,6 +108,7 @@ export default {
108
108
  'fabric.editor.heading6Description': 'Használja ezt alacsony szintű címsorokhoz',
109
109
  'fabric.editor.headingLink.toolbarHelpTitle': 'Súgópanel megnyitása',
110
110
  'fabric.editor.helpDialogTips': 'A párbeszédablak gyors megnyitásához nyomja meg a(z) {keyMap} gombot',
111
+ 'fabric.editor.image.fullWidthLabel': 'Teljes szélesség',
111
112
  'fabric.editor.imageBorderBold': 'Félkövér',
112
113
  'fabric.editor.imageBorderColor': 'Szín',
113
114
  'fabric.editor.imageBorderMedium': 'Közepes',
@@ -123,13 +124,14 @@ export default {
123
124
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Csapattag meghívása a(z) {productName} termékbe} trusted {Csapattag meghívása a(z) {productName} termékbe} other {Csapattag hozzáadása a(z) {productName} termékhez}}',
124
125
  'fabric.editor.keyboardShortcuts': 'Billentyűparancsok',
125
126
  'fabric.editor.leftSidebar': 'Bal oldali oldalsáv',
126
- 'fabric.editor.lists': 'Listák',
127
127
  'fabric.editor.markdown': 'Markdown',
128
128
  'fabric.editor.matchCase': 'Kis- és nagybetűk megkülönböztetése',
129
129
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'magasság megadása',
130
130
  'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Magasság',
131
- 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'szélesség megadása',
132
- 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Szélesség',
131
+ 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maximális szélesség: {maxWidth} képpont',
132
+ 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maximális szélesség: {maxWidth} képpont',
133
+ 'fabric.editor.media.pixelEntry.migrationButtonText': 'Átalakítás képpontokra',
134
+ 'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Átalakítás százalékról fix méretre képpontokban',
133
135
  'fabric.editor.media.pixelEntry.submitButtonText': 'Küldés',
134
136
  'fabric.editor.media.pixelEntry.validationFailedMessage': 'A szélesség érvényesítése nem sikerült',
135
137
  'fabric.editor.mediaGroupDeleteLabel': 'Törlés',
@@ -142,8 +144,6 @@ export default {
142
144
  'fabric.editor.note': 'Megjegyzés',
143
145
  'fabric.editor.notePanel': 'Megjegyzés panel',
144
146
  'fabric.editor.notePanel.description': 'Jegyzet hozzáadása színes panelen',
145
- 'fabric.editor.orderedList': 'Számozott lista',
146
- 'fabric.editor.orderedList.description': 'Sorrendbe állított lista létrehozása',
147
147
  'fabric.editor.other': 'Egyebek...',
148
148
  'fabric.editor.outdent': 'Kihúzás',
149
149
  'fabric.editor.panel.backgroundColor': 'Háttérszín',
@@ -185,12 +185,9 @@ export default {
185
185
  'fabric.editor.typeahead.mentionPopupLabel': 'Felhasználók, akiket címkézhetsz',
186
186
  'fabric.editor.typeahead.metionListItemLabel': 'Felhasználó: {name} @{shortName}',
187
187
  'fabric.editor.undo': 'Visszavonás',
188
- 'fabric.editor.unorderedList': 'Listajeles lista',
189
- 'fabric.editor.unorderedList.description': 'Sorrend nélküli lista létrehozása',
190
188
  'fabric.editor.warning': 'Figyelmeztetés',
191
189
  'fabric.editor.warningPanel': 'Figyelmeztető panel',
192
190
  'fabric.editor.warningPanel.description': 'Figyelmeztető megjegyzés hozzáadása színes panelen',
193
191
  'fabric.editor.wrapLeft': 'Balra igazítás',
194
- 'fabric.editor.wrapRight': 'Jobbra igazítás',
195
- 'fabric.emoji.label': 'Emoji'
192
+ 'fabric.editor.wrapRight': 'Jobbra igazítás'
196
193
  };
@@ -108,6 +108,7 @@ export default {
108
108
  'fabric.editor.heading6Description': 'Per i titoli di livello inferiore',
109
109
  'fabric.editor.headingLink.toolbarHelpTitle': 'Apri finestra della guida',
110
110
  'fabric.editor.helpDialogTips': 'Premi {keyMap} per aprire velocemente questa finestra di dialogo ogni volta che vuoi',
111
+ 'fabric.editor.image.fullWidthLabel': 'Larghezza piena',
111
112
  'fabric.editor.imageBorderBold': 'Grande',
112
113
  'fabric.editor.imageBorderColor': 'Colore',
113
114
  'fabric.editor.imageBorderMedium': 'Media',
@@ -123,13 +124,14 @@ export default {
123
124
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita un collega in {productName}} trusted {Invita un collega in {productName}} other {Aggiunti un collega a {productName}}}',
124
125
  'fabric.editor.keyboardShortcuts': 'Scelte rapide da tastiera',
125
126
  'fabric.editor.leftSidebar': 'Barra laterale sinistra',
126
- 'fabric.editor.lists': 'Elenchi',
127
127
  'fabric.editor.markdown': 'Markdown',
128
128
  'fabric.editor.matchCase': 'Maiuscole/Minuscole',
129
129
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': "campo di inserimento dell'altezza",
130
130
  'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Altezza',
131
- 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'campo di inserimento della larghezza',
132
- 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Larghezza',
131
+ 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Larghezza max {maxWidth} px',
132
+ 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Larghezza max {maxWidth} px',
133
+ 'fabric.editor.media.pixelEntry.migrationButtonText': 'Converti in pixel',
134
+ 'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migra dalla dimensione percentuale alla dimensione in pixel fissa',
133
135
  'fabric.editor.media.pixelEntry.submitButtonText': 'Invia',
134
136
  'fabric.editor.media.pixelEntry.validationFailedMessage': 'Convalida della larghezza non riuscita',
135
137
  'fabric.editor.mediaGroupDeleteLabel': 'Elimina',
@@ -142,8 +144,6 @@ export default {
142
144
  'fabric.editor.note': 'Nota',
143
145
  'fabric.editor.notePanel': 'Pannello note',
144
146
  'fabric.editor.notePanel.description': 'Aggiungi una nota in un pannello colorato',
145
- 'fabric.editor.orderedList': 'Elenco numerato',
146
- 'fabric.editor.orderedList.description': 'Crea una lista ordinata',
147
147
  'fabric.editor.other': 'Altri...',
148
148
  'fabric.editor.outdent': 'Rientro negativo',
149
149
  'fabric.editor.panel.backgroundColor': 'Colore di sfondo',
@@ -185,12 +185,9 @@ export default {
185
185
  'fabric.editor.typeahead.mentionPopupLabel': 'Utenti che puoi taggare',
186
186
  'fabric.editor.typeahead.metionListItemLabel': 'Utente {name} @{shortName}',
187
187
  'fabric.editor.undo': 'Annulla',
188
- 'fabric.editor.unorderedList': 'Elenco puntato',
189
- 'fabric.editor.unorderedList.description': 'Crea un elenco non ordinato',
190
188
  'fabric.editor.warning': 'Attenzione',
191
189
  'fabric.editor.warningPanel': 'Pannello avvisi',
192
190
  'fabric.editor.warningPanel.description': 'Aggiungi un avviso in un pannello colorato',
193
191
  'fabric.editor.wrapLeft': 'Ritorno a capo a sinistra',
194
- 'fabric.editor.wrapRight': 'RItorno a capo a destra',
195
- 'fabric.emoji.label': 'Emoji'
192
+ 'fabric.editor.wrapRight': 'RItorno a capo a destra'
196
193
  };
@@ -108,6 +108,7 @@ export default {
108
108
  'fabric.editor.heading6Description': '下位レベルの見出しに使用',
109
109
  'fabric.editor.headingLink.toolbarHelpTitle': 'ヘルプ ダイアログを開く',
110
110
  'fabric.editor.helpDialogTips': '{keyMap} を押すと、このダイアログをいつでもすぐに開けます',
111
+ 'fabric.editor.image.fullWidthLabel': '全幅',
111
112
  'fabric.editor.imageBorderBold': '太い',
112
113
  'fabric.editor.imageBorderColor': '色',
113
114
  'fabric.editor.imageBorderMedium': '普通',
@@ -123,13 +124,14 @@ export default {
123
124
  'fabric.editor.inviteItem.title': '{userRole, select, admin {チームメイトを {productName} に招待} trusted {チームメイトを {productName} に招待} other {チームメイトを {productName} に追加}}',
124
125
  'fabric.editor.keyboardShortcuts': 'キーボード ショートカット',
125
126
  'fabric.editor.leftSidebar': '左サイドバー',
126
- 'fabric.editor.lists': 'リスト',
127
127
  'fabric.editor.markdown': 'マークダウン',
128
128
  'fabric.editor.matchCase': '大文字/小文字を区別',
129
129
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': '高さの入力',
130
130
  'fabric.editor.media.pixelEntry.inputHeightTooltip': '高さ',
131
- 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '幅の入力',
132
- 'fabric.editor.media.pixelEntry.inputWidthTooltip': '',
131
+ 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '最大幅 {maxWidth} px',
132
+ 'fabric.editor.media.pixelEntry.inputWidthTooltip': '最大幅 {maxWidth} px',
133
+ 'fabric.editor.media.pixelEntry.migrationButtonText': 'ピクセルに変換',
134
+ 'fabric.editor.media.pixelEntry.migrationButtonTooltip': '比率から固定ピクセル サイズに移行',
133
135
  'fabric.editor.media.pixelEntry.submitButtonText': '送信',
134
136
  'fabric.editor.media.pixelEntry.validationFailedMessage': '幅を検証できませんでした',
135
137
  'fabric.editor.mediaGroupDeleteLabel': '削除',
@@ -142,8 +144,6 @@ export default {
142
144
  'fabric.editor.note': 'メモ',
143
145
  'fabric.editor.notePanel': 'メモ パネル',
144
146
  'fabric.editor.notePanel.description': '色付きのメモ パネルを追加',
145
- 'fabric.editor.orderedList': '番号付きリスト',
146
- 'fabric.editor.orderedList.description': '順序指定済みリストを作成',
147
147
  'fabric.editor.other': 'その他…',
148
148
  'fabric.editor.outdent': 'インデント解除',
149
149
  'fabric.editor.panel.backgroundColor': '背景色',
@@ -185,12 +185,9 @@ export default {
185
185
  'fabric.editor.typeahead.mentionPopupLabel': 'タグ付けできるユーザー',
186
186
  'fabric.editor.typeahead.metionListItemLabel': 'ユーザー {name} @{shortName}',
187
187
  'fabric.editor.undo': '元に戻す',
188
- 'fabric.editor.unorderedList': '箇条書きリスト',
189
- 'fabric.editor.unorderedList.description': '順序指定なしのリストを作成',
190
188
  'fabric.editor.warning': '警告',
191
189
  'fabric.editor.warningPanel': '警告パネル',
192
190
  'fabric.editor.warningPanel.description': '色付きのパネルで注意を促すメモを追加',
193
191
  'fabric.editor.wrapLeft': '左揃え',
194
- 'fabric.editor.wrapRight': '右揃え',
195
- 'fabric.emoji.label': '絵文字'
192
+ 'fabric.editor.wrapRight': '右揃え'
196
193
  };
@@ -108,6 +108,7 @@ export default {
108
108
  'fabric.editor.heading6Description': '하위 레벨 제목에 사용',
109
109
  'fabric.editor.headingLink.toolbarHelpTitle': '도움말 대화 상자 열기',
110
110
  'fabric.editor.helpDialogTips': '언제든 {keyMap}을(를) 눌러 이 대화상자를 빠르게 시작합니다',
111
+ 'fabric.editor.image.fullWidthLabel': '전체 너비',
111
112
  'fabric.editor.imageBorderBold': '강조',
112
113
  'fabric.editor.imageBorderColor': '색상',
113
114
  'fabric.editor.imageBorderMedium': '중간',
@@ -123,13 +124,14 @@ export default {
123
124
  'fabric.editor.inviteItem.title': '{userRole, select, admin {팀원을 {productName}에 초대} trusted {팀원을 {productName}에 초대} other {팀원을 {productName}에 추가}}',
124
125
  'fabric.editor.keyboardShortcuts': '키보드 단축키',
125
126
  'fabric.editor.leftSidebar': '왼쪽 사이드바',
126
- 'fabric.editor.lists': '목록',
127
127
  'fabric.editor.markdown': 'Markdown',
128
128
  'fabric.editor.matchCase': '대/소문자 구분',
129
129
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': '높이 입력',
130
130
  'fabric.editor.media.pixelEntry.inputHeightTooltip': '높이',
131
- 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '너비 입력',
132
- 'fabric.editor.media.pixelEntry.inputWidthTooltip': '너비',
131
+ 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '최대 너비 {maxWidth}픽셀',
132
+ 'fabric.editor.media.pixelEntry.inputWidthTooltip': '최대 너비 {maxWidth}픽셀',
133
+ 'fabric.editor.media.pixelEntry.migrationButtonText': '픽셀로 변환',
134
+ 'fabric.editor.media.pixelEntry.migrationButtonTooltip': '비율에서 고정 픽셀 크기로 마이그레이션',
133
135
  'fabric.editor.media.pixelEntry.submitButtonText': '제출',
134
136
  'fabric.editor.media.pixelEntry.validationFailedMessage': '너비 검증 실패',
135
137
  'fabric.editor.mediaGroupDeleteLabel': '삭제',
@@ -142,8 +144,6 @@ export default {
142
144
  'fabric.editor.note': '메모',
143
145
  'fabric.editor.notePanel': '노트 패널',
144
146
  'fabric.editor.notePanel.description': '색상 있는 패널에 메모 추가',
145
- 'fabric.editor.orderedList': '번호 목록',
146
- 'fabric.editor.orderedList.description': '순서가 지정된 목록 만들기',
147
147
  'fabric.editor.other': '기타...',
148
148
  'fabric.editor.outdent': '내어쓰기',
149
149
  'fabric.editor.panel.backgroundColor': '배경색',
@@ -185,12 +185,9 @@ export default {
185
185
  'fabric.editor.typeahead.mentionPopupLabel': '태그할 수 있는 사용자',
186
186
  'fabric.editor.typeahead.metionListItemLabel': '사용자 {name} @{shortName}',
187
187
  'fabric.editor.undo': '실행 취소',
188
- 'fabric.editor.unorderedList': '글머리 기호 목록',
189
- 'fabric.editor.unorderedList.description': '순서가 지정되지 않은 목록 만들기',
190
188
  'fabric.editor.warning': '경고',
191
189
  'fabric.editor.warningPanel': '경고 패널',
192
190
  'fabric.editor.warningPanel.description': '색상 있는 패널에 주의 사항 메모 추가',
193
191
  'fabric.editor.wrapLeft': '왼쪽에서 줄 바꿈',
194
- 'fabric.editor.wrapRight': '오른쪽에서 줄 바꿈',
195
- 'fabric.emoji.label': '이모지'
192
+ 'fabric.editor.wrapRight': '오른쪽에서 줄 바꿈'
196
193
  };
@@ -108,6 +108,7 @@ export default {
108
108
  'fabric.editor.heading6Description': 'Bruk dette for en overskrift på nedre nivå',
109
109
  'fabric.editor.headingLink.toolbarHelpTitle': 'Åpne dialogboks for hjelp',
110
110
  'fabric.editor.helpDialogTips': 'Trykk på {keyMap} for å åpne denne dialogen',
111
+ 'fabric.editor.image.fullWidthLabel': 'Full bredde',
111
112
  'fabric.editor.imageBorderBold': 'Fet',
112
113
  'fabric.editor.imageBorderColor': 'Farge',
113
114
  'fabric.editor.imageBorderMedium': 'Middels',
@@ -123,13 +124,14 @@ export default {
123
124
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Legg til teammedlem i {productName}}}',
124
125
  'fabric.editor.keyboardShortcuts': 'Tastatursnarveier',
125
126
  'fabric.editor.leftSidebar': 'Sidelinje til venstre',
126
- 'fabric.editor.lists': 'Lister',
127
127
  'fabric.editor.markdown': 'Markdown',
128
128
  'fabric.editor.matchCase': 'Match store/små bokstaver',
129
129
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'angi høyde',
130
130
  'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Høyde',
131
- 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'angi bredde',
132
- 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Bredde',
131
+ 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maksbredde {maxWidth} px',
132
+ 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maksbredde {maxWidth} px',
133
+ 'fabric.editor.media.pixelEntry.migrationButtonText': 'Konverter til piksler',
134
+ 'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migrer fra prosent til fast pikselstørrelse',
133
135
  'fabric.editor.media.pixelEntry.submitButtonText': 'Send inn',
134
136
  'fabric.editor.media.pixelEntry.validationFailedMessage': 'Validering av bredde mislyktes',
135
137
  'fabric.editor.mediaGroupDeleteLabel': 'Slett',
@@ -142,8 +144,6 @@ export default {
142
144
  'fabric.editor.note': 'Merknad',
143
145
  'fabric.editor.notePanel': 'Kommentarpanel',
144
146
  'fabric.editor.notePanel.description': 'Legg til en merknad i et farget panel',
145
- 'fabric.editor.orderedList': 'Nummerert liste',
146
- 'fabric.editor.orderedList.description': 'Opprett en sortert liste',
147
147
  'fabric.editor.other': 'Andre …',
148
148
  'fabric.editor.outdent': 'Reduser innrykk',
149
149
  'fabric.editor.panel.backgroundColor': 'Bakgrunnsfarge',
@@ -185,12 +185,9 @@ export default {
185
185
  'fabric.editor.typeahead.mentionPopupLabel': 'Brukere du kan tagge',
186
186
  'fabric.editor.typeahead.metionListItemLabel': 'Bruker {name} @{shortName}',
187
187
  'fabric.editor.undo': 'Angre',
188
- 'fabric.editor.unorderedList': 'Punktliste',
189
- 'fabric.editor.unorderedList.description': 'Opprett en uordnet liste',
190
188
  'fabric.editor.warning': 'Advarsel',
191
189
  'fabric.editor.warningPanel': 'Advarselspanel',
192
190
  'fabric.editor.warningPanel.description': 'Legg til en advarsel i et farget panel',
193
191
  'fabric.editor.wrapLeft': 'Juster til venstre',
194
- 'fabric.editor.wrapRight': 'Juster til høyre',
195
- 'fabric.emoji.label': 'Emoji'
192
+ 'fabric.editor.wrapRight': 'Juster til høyre'
196
193
  };
@@ -108,6 +108,7 @@ export default {
108
108
  'fabric.editor.heading6Description': 'Dit gebruiken voor koppen op laag niveau',
109
109
  'fabric.editor.headingLink.toolbarHelpTitle': 'Open helpdialoogvenster',
110
110
  'fabric.editor.helpDialogTips': 'Klik op {keyMap} om dit dialoogvenster snel te openen',
111
+ 'fabric.editor.image.fullWidthLabel': 'Volledige breedte',
111
112
  'fabric.editor.imageBorderBold': 'Vet',
112
113
  'fabric.editor.imageBorderColor': 'Kleur',
113
114
  'fabric.editor.imageBorderMedium': 'Medium',
@@ -123,13 +124,14 @@ export default {
123
124
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Nodig teamgenoten uit voor {productName}} trusted {Nodig teamgenoten uit voor {productName}} other {Voeg teamgenoten toe aan {productName}}}',
124
125
  'fabric.editor.keyboardShortcuts': 'Sneltoetsen',
125
126
  'fabric.editor.leftSidebar': 'Zijbalk aan linkerkant',
126
- 'fabric.editor.lists': 'Lijsten',
127
127
  'fabric.editor.markdown': 'Markdown',
128
128
  'fabric.editor.matchCase': 'Overeenkomende zaak',
129
129
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'hoogte-invoer',
130
130
  'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Hoogte',
131
- 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'breedte-invoer',
132
- 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Breedte',
131
+ 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maximale breedte {maxWidth} px',
132
+ 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maximale breedte {maxWidth} px',
133
+ 'fabric.editor.media.pixelEntry.migrationButtonText': 'Omzetten naar pixels',
134
+ 'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migreren van percentage naar vaste pixelgrootte',
133
135
  'fabric.editor.media.pixelEntry.submitButtonText': 'Verzenden',
134
136
  'fabric.editor.media.pixelEntry.validationFailedMessage': 'Het valideren van de breedte is mislukt',
135
137
  'fabric.editor.mediaGroupDeleteLabel': 'Verwijderen',
@@ -142,8 +144,6 @@ export default {
142
144
  'fabric.editor.note': 'Notitie',
143
145
  'fabric.editor.notePanel': 'Notitiepaneel',
144
146
  'fabric.editor.notePanel.description': 'Een opmerking toevoegen in een gekleurd paneel',
145
- 'fabric.editor.orderedList': 'Genummerde lijst',
146
- 'fabric.editor.orderedList.description': 'Een gesorteerde lijst maken',
147
147
  'fabric.editor.other': 'Andere…',
148
148
  'fabric.editor.outdent': 'Inspringen verkleinen',
149
149
  'fabric.editor.panel.backgroundColor': 'Achtergrondkleur',
@@ -185,12 +185,9 @@ export default {
185
185
  'fabric.editor.typeahead.mentionPopupLabel': 'Gebruikers die je kunt taggen',
186
186
  'fabric.editor.typeahead.metionListItemLabel': 'Gebruiker {name} @{shortName}',
187
187
  'fabric.editor.undo': 'Maak ongedaan',
188
- 'fabric.editor.unorderedList': 'Opsommingslijst',
189
- 'fabric.editor.unorderedList.description': 'Een niet-gesorteerde lijst maken',
190
188
  'fabric.editor.warning': 'Waarschuwing',
191
189
  'fabric.editor.warningPanel': 'Waarschuwingspaneel',
192
190
  'fabric.editor.warningPanel.description': 'Een waarschuwing toevoegen in een gekleurd paneel',
193
191
  'fabric.editor.wrapLeft': 'Links uitlijnen',
194
- 'fabric.editor.wrapRight': 'Rechts uitlijnen',
195
- 'fabric.emoji.label': 'Emoji'
192
+ 'fabric.editor.wrapRight': 'Rechts uitlijnen'
196
193
  };
@@ -108,6 +108,7 @@ export default {
108
108
  'fabric.editor.heading6Description': 'Użyj tego do nagłówków niskiego poziomu',
109
109
  'fabric.editor.headingLink.toolbarHelpTitle': 'Otwórz okno dialogowe pomocy',
110
110
  'fabric.editor.helpDialogTips': 'Naciśnij {keyMap}, aby szybko otworzyć okno dialogowe w dowolnym momencie',
111
+ 'fabric.editor.image.fullWidthLabel': 'Pełna szerokość',
111
112
  'fabric.editor.imageBorderBold': 'Pogrubiony',
112
113
  'fabric.editor.imageBorderColor': 'Kolor',
113
114
  'fabric.editor.imageBorderMedium': 'Średni',
@@ -123,13 +124,14 @@ export default {
123
124
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Zaproś członka zespołu do produktu {productName}} trusted {Zaproś członka zespołu do produktu {productName}} other {Dodaj członka zespołu do produktu {productName}}}',
124
125
  'fabric.editor.keyboardShortcuts': 'Skróty klawiszowe',
125
126
  'fabric.editor.leftSidebar': 'Lewy pasek boczny',
126
- 'fabric.editor.lists': 'Listy',
127
127
  'fabric.editor.markdown': 'Markdown',
128
128
  'fabric.editor.matchCase': 'Uwzględniaj wielkość liter',
129
129
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'Pole wprowadzania wysokości',
130
130
  'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Wysokość',
131
- 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Pole wprowadzania szerokości',
132
- 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Szerokość',
131
+ 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maks. szerokość {maxWidth} piks.',
132
+ 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maks. szerokość {maxWidth} piks.',
133
+ 'fabric.editor.media.pixelEntry.migrationButtonText': 'Konwertuj na piksele',
134
+ 'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migruj z rozmiaru procentowego na rozmiar w pikselach',
133
135
  'fabric.editor.media.pixelEntry.submitButtonText': 'Prześlij',
134
136
  'fabric.editor.media.pixelEntry.validationFailedMessage': 'Weryfikacja szerokości nie powiodła się',
135
137
  'fabric.editor.mediaGroupDeleteLabel': 'Usuń',
@@ -142,8 +144,6 @@ export default {
142
144
  'fabric.editor.note': 'Uwaga',
143
145
  'fabric.editor.notePanel': 'Panel uwag',
144
146
  'fabric.editor.notePanel.description': 'Dodaj uwagę w kolorze',
145
- 'fabric.editor.orderedList': 'Lista numerowana',
146
- 'fabric.editor.orderedList.description': 'Utwórz uporządkowaną listę',
147
147
  'fabric.editor.other': 'Inne...',
148
148
  'fabric.editor.outdent': 'Zmniejsz wcięcie',
149
149
  'fabric.editor.panel.backgroundColor': 'Kolor tła',
@@ -185,12 +185,9 @@ export default {
185
185
  'fabric.editor.typeahead.mentionPopupLabel': 'Użytkownicy, których możesz otagować',
186
186
  'fabric.editor.typeahead.metionListItemLabel': 'Użytkownik {name} — @{shortName}',
187
187
  'fabric.editor.undo': 'Cofnij',
188
- 'fabric.editor.unorderedList': 'Lista wypunktowana',
189
- 'fabric.editor.unorderedList.description': 'Utwórz nieuporządkowaną listę',
190
188
  'fabric.editor.warning': 'Ostrzeżenie',
191
189
  'fabric.editor.warningPanel': 'Panel ostrzeżeń',
192
190
  'fabric.editor.warningPanel.description': 'Dodaj ostrzeżenie w kolorze',
193
191
  'fabric.editor.wrapLeft': 'Zawijaj do lewej',
194
- 'fabric.editor.wrapRight': 'Zawijaj do prawej',
195
- 'fabric.emoji.label': 'Emoji'
192
+ 'fabric.editor.wrapRight': 'Zawijaj do prawej'
196
193
  };
@@ -108,6 +108,7 @@ export default {
108
108
  'fabric.editor.heading6Description': 'Use isso para títulos de nível inferior',
109
109
  'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ajuda',
110
110
  'fabric.editor.helpDialogTips': 'Pressione {keyMap} para abrir rapidamente esta caixa de diálogo a qualquer momento',
111
+ 'fabric.editor.image.fullWidthLabel': 'Largura total',
111
112
  'fabric.editor.imageBorderBold': 'Negrito',
112
113
  'fabric.editor.imageBorderColor': 'Cor',
113
114
  'fabric.editor.imageBorderMedium': 'Média',
@@ -123,13 +124,14 @@ export default {
123
124
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Convidar colega de equipe para {productName}} trusted {Convidar colega de equipe para {productName}} other {Adicionar colega de equipe para {productName}}}',
124
125
  'fabric.editor.keyboardShortcuts': 'Atalhos de teclado',
125
126
  'fabric.editor.leftSidebar': 'Barra lateral esquerda',
126
- 'fabric.editor.lists': 'Listas',
127
127
  'fabric.editor.markdown': 'Markdown',
128
128
  'fabric.editor.matchCase': 'Diferenciar maiúsculas de minúsculas',
129
129
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'entrada de altura',
130
130
  'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Altura',
131
- 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'entrada de largura',
132
- 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Largura',
131
+ 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Largura máxima {maxWidth} px',
132
+ 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Largura máxima {maxWidth} px',
133
+ 'fabric.editor.media.pixelEntry.migrationButtonText': 'Converter em pixels',
134
+ 'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migrar do percentual para o tamanho fixo de pixels',
133
135
  'fabric.editor.media.pixelEntry.submitButtonText': 'Enviar',
134
136
  'fabric.editor.media.pixelEntry.validationFailedMessage': 'Falha na validação da largura',
135
137
  'fabric.editor.mediaGroupDeleteLabel': 'excluir',
@@ -142,8 +144,6 @@ export default {
142
144
  'fabric.editor.note': 'Observação',
143
145
  'fabric.editor.notePanel': 'Painel de notas',
144
146
  'fabric.editor.notePanel.description': 'Adicionar uma nota em um painel colorido',
145
- 'fabric.editor.orderedList': 'Lista numerada',
146
- 'fabric.editor.orderedList.description': 'Criar uma lista ordenada',
147
147
  'fabric.editor.other': 'Outros...',
148
148
  'fabric.editor.outdent': 'Recuo para a esquerda',
149
149
  'fabric.editor.panel.backgroundColor': 'Cor de fundo',
@@ -185,12 +185,9 @@ export default {
185
185
  'fabric.editor.typeahead.mentionPopupLabel': 'Usuários que você pode marcar',
186
186
  'fabric.editor.typeahead.metionListItemLabel': 'Usuário {name} @{shortName}',
187
187
  'fabric.editor.undo': 'Desfazer',
188
- 'fabric.editor.unorderedList': 'Lista de marcadores',
189
- 'fabric.editor.unorderedList.description': 'Criar uma lista sem ordenação',
190
188
  'fabric.editor.warning': 'Aviso',
191
189
  'fabric.editor.warningPanel': 'Painel de avisos',
192
190
  'fabric.editor.warningPanel.description': 'Adicionar uma nota de atenção em um painel colorido',
193
191
  'fabric.editor.wrapLeft': 'Ajustar à esquerda',
194
- 'fabric.editor.wrapRight': 'Ajustar à direita',
195
- 'fabric.emoji.label': 'Emoji'
192
+ 'fabric.editor.wrapRight': 'Ajustar à direita'
196
193
  };
@@ -108,6 +108,7 @@ export default {
108
108
  'fabric.editor.heading6Description': 'Для заголовков нижнего уровня',
109
109
  'fabric.editor.headingLink.toolbarHelpTitle': 'Открыть справку',
110
110
  'fabric.editor.helpDialogTips': 'Это окно можно быстро открыть в любое время нажатием {keyMap}',
111
+ 'fabric.editor.image.fullWidthLabel': 'Полная ширина',
111
112
  'fabric.editor.imageBorderBold': 'Широкая',
112
113
  'fabric.editor.imageBorderColor': 'Цвет',
113
114
  'fabric.editor.imageBorderMedium': 'Средняя',
@@ -123,13 +124,14 @@ export default {
123
124
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Пригласить коллегу начать работу с {productName}} trusted {Пригласить коллегу начать работу с {productName}} other {Добавить коллегу для работы с {productName}}}',
124
125
  'fabric.editor.keyboardShortcuts': 'Сочетания клавиш',
125
126
  'fabric.editor.leftSidebar': 'Левая боковая панель',
126
- 'fabric.editor.lists': 'Списки',
127
127
  'fabric.editor.markdown': 'Markdown',
128
128
  'fabric.editor.matchCase': 'С учетом регистра',
129
129
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'ввод высоты',
130
130
  'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Высота',
131
- 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'ввод ширины',
132
- 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Ширина',
131
+ 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Максимальная ширина {maxWidth} пикс.',
132
+ 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Максимальная ширина {maxWidth} пикс.',
133
+ 'fabric.editor.media.pixelEntry.migrationButtonText': 'Преобразовать в пиксели',
134
+ 'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Перейти от процентного соотношения к фиксированным размерам в пикселях',
133
135
  'fabric.editor.media.pixelEntry.submitButtonText': 'Отправить',
134
136
  'fabric.editor.media.pixelEntry.validationFailedMessage': 'Не удалось проверить ширину',
135
137
  'fabric.editor.mediaGroupDeleteLabel': 'Удалить',
@@ -142,8 +144,6 @@ export default {
142
144
  'fabric.editor.note': 'Примечание',
143
145
  'fabric.editor.notePanel': 'Панель примечаний',
144
146
  'fabric.editor.notePanel.description': 'Добавить цветную заметку',
145
- 'fabric.editor.orderedList': 'Нумерованный список',
146
- 'fabric.editor.orderedList.description': 'Создание нумерованного списка',
147
147
  'fabric.editor.other': 'Прочее…',
148
148
  'fabric.editor.outdent': 'Убрать отступ',
149
149
  'fabric.editor.panel.backgroundColor': 'Цвет фона',
@@ -185,12 +185,9 @@ export default {
185
185
  'fabric.editor.typeahead.mentionPopupLabel': 'Пользователи, которых можно упомянуть',
186
186
  'fabric.editor.typeahead.metionListItemLabel': 'Пользователь {name} @{shortName}',
187
187
  'fabric.editor.undo': 'Отменить',
188
- 'fabric.editor.unorderedList': 'Маркированный список',
189
- 'fabric.editor.unorderedList.description': 'Создание неупорядоченного списка',
190
188
  'fabric.editor.warning': 'Предупреждение',
191
189
  'fabric.editor.warningPanel': 'Панель с предупреждением',
192
190
  'fabric.editor.warningPanel.description': 'Добавить цветное предупреждение',
193
191
  'fabric.editor.wrapLeft': 'Заверстать влево',
194
- 'fabric.editor.wrapRight': 'Заверстать вправо',
195
- 'fabric.emoji.label': 'Эмодзи'
192
+ 'fabric.editor.wrapRight': 'Заверстать вправо'
196
193
  };