@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': '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
  };
@@ -108,6 +108,7 @@ export default {
108
108
  'fabric.editor.heading6Description': 'Använd för rubriker på låg nivå',
109
109
  'fabric.editor.headingLink.toolbarHelpTitle': 'Öppna hjälpdialogruta',
110
110
  'fabric.editor.helpDialogTips': 'Tryck på {keyMap} för att när som helst öppna den här dialogrutan',
111
+ 'fabric.editor.image.fullWidthLabel': 'Full bredd',
111
112
  'fabric.editor.imageBorderBold': 'Fetstil',
112
113
  'fabric.editor.imageBorderColor': 'Färg',
113
114
  'fabric.editor.imageBorderMedium': 'Medium',
@@ -123,13 +124,14 @@ export default {
123
124
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Bjud in teammedlem till {productName}} trusted {Bjud in teammedlem till {productName}} other {Lägg till teammedlem i {productName}}}',
124
125
  'fabric.editor.keyboardShortcuts': 'Kortkommandon',
125
126
  'fabric.editor.leftSidebar': 'Vänster sidopanel',
126
- 'fabric.editor.lists': 'Listor',
127
127
  'fabric.editor.markdown': 'Markdown',
128
128
  'fabric.editor.matchCase': 'Matcha skiftläge',
129
129
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'höjdingång',
130
130
  'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Höjd',
131
- 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'breddingång',
132
- 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Bredd',
131
+ 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maxbredd {maxWidth} px',
132
+ 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maxbredd {maxWidth} px',
133
+ 'fabric.editor.media.pixelEntry.migrationButtonText': 'Omvandla till pixlar',
134
+ 'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migrera från procent till fast pixelstorlek',
133
135
  'fabric.editor.media.pixelEntry.submitButtonText': 'Skicka in',
134
136
  'fabric.editor.media.pixelEntry.validationFailedMessage': 'Validering för bredd misslyckades',
135
137
  'fabric.editor.mediaGroupDeleteLabel': 'Radera',
@@ -142,8 +144,6 @@ export default {
142
144
  'fabric.editor.note': 'Anteckning',
143
145
  'fabric.editor.notePanel': 'Anteckningspanel',
144
146
  'fabric.editor.notePanel.description': 'Lägg till en anteckning i en färgad panel',
145
- 'fabric.editor.orderedList': 'Numrerad lista',
146
- 'fabric.editor.orderedList.description': 'Skapa en sorterad lista',
147
147
  'fabric.editor.other': 'Annat ...',
148
148
  'fabric.editor.outdent': 'Utdrag',
149
149
  'fabric.editor.panel.backgroundColor': 'Bakgrundsfärg',
@@ -185,12 +185,9 @@ export default {
185
185
  'fabric.editor.typeahead.mentionPopupLabel': 'Användare som du kan tagga',
186
186
  'fabric.editor.typeahead.metionListItemLabel': 'Användare {name} @{shortName}',
187
187
  'fabric.editor.undo': 'Ångra',
188
- 'fabric.editor.unorderedList': 'Punktlista',
189
- 'fabric.editor.unorderedList.description': 'Skapa en osorterad lista',
190
188
  'fabric.editor.warning': 'Varning',
191
189
  'fabric.editor.warningPanel': 'Varningspanel',
192
190
  'fabric.editor.warningPanel.description': 'Lägg till en varning i en färgad panel',
193
191
  'fabric.editor.wrapLeft': 'Radbyte vänster',
194
- 'fabric.editor.wrapRight': 'Radbyte höger',
195
- 'fabric.emoji.label': 'Emoji'
192
+ 'fabric.editor.wrapRight': 'Radbyte höger'
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}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': 'En alt düzey başlıklar için bu seçeneği kullanın',
109
109
  'fabric.editor.headingLink.toolbarHelpTitle': 'Yardım iletişim kutusunu aç',
110
110
  'fabric.editor.helpDialogTips': 'Bu iletişim kutusunu istediğiniz zaman açmak için lütfen {keyMap} düğmesine basın',
111
+ 'fabric.editor.image.fullWidthLabel': 'Tam genişlik',
111
112
  'fabric.editor.imageBorderBold': 'Kalın',
112
113
  'fabric.editor.imageBorderColor': 'Renk',
113
114
  'fabric.editor.imageBorderMedium': 'Orta',
@@ -123,13 +124,14 @@ export default {
123
124
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Takım arkadaşınızı {productName} ürününe davet edin} trusted {Takım arkadaşınızı {productName} ürününe davet edin} other {Takım arkadaşınızı {productName} ürününe ekleyin}}',
124
125
  'fabric.editor.keyboardShortcuts': 'Klavye kısayolları',
125
126
  'fabric.editor.leftSidebar': 'Sol kenar çubuğu',
126
- 'fabric.editor.lists': 'Listeler',
127
127
  'fabric.editor.markdown': 'Markdown',
128
128
  'fabric.editor.matchCase': 'Büyük/küçük harf eşleştir',
129
129
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'yükseklik girdisi',
130
130
  'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Yükseklik',
131
- 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'genişlik girdisi',
132
- 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Genişlik',
131
+ 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maks. genişlik {maxWidth} px',
132
+ 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maks. genişlik {maxWidth} px',
133
+ 'fabric.editor.media.pixelEntry.migrationButtonText': 'Piksele dönüştür',
134
+ 'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Yüzdeden sabit piksel boyutuna taşı',
133
135
  'fabric.editor.media.pixelEntry.submitButtonText': 'Gönder',
134
136
  'fabric.editor.media.pixelEntry.validationFailedMessage': 'genişlik için doğrulama başarısız oldu',
135
137
  'fabric.editor.mediaGroupDeleteLabel': 'Sil',
@@ -142,8 +144,6 @@ export default {
142
144
  'fabric.editor.note': 'Not',
143
145
  'fabric.editor.notePanel': 'Not panosu',
144
146
  'fabric.editor.notePanel.description': 'Renkli bir panoya not ekleyin',
145
- 'fabric.editor.orderedList': 'Numaralı liste',
146
- 'fabric.editor.orderedList.description': 'Sıralı liste oluşturun',
147
147
  'fabric.editor.other': 'Diğerleri...',
148
148
  'fabric.editor.outdent': 'Girintiyi azalt',
149
149
  'fabric.editor.panel.backgroundColor': 'Arkaplan rengi',
@@ -185,12 +185,9 @@ export default {
185
185
  'fabric.editor.typeahead.mentionPopupLabel': 'Etiketleyebileceğiniz kullanıcılar',
186
186
  'fabric.editor.typeahead.metionListItemLabel': '{name} adlı kullanıcı @{shortName}',
187
187
  'fabric.editor.undo': 'Geri al',
188
- 'fabric.editor.unorderedList': 'Madde işaretli liste',
189
- 'fabric.editor.unorderedList.description': 'Sırasız liste oluşturun',
190
188
  'fabric.editor.warning': 'Uyarı',
191
189
  'fabric.editor.warningPanel': 'Uyarı panosu',
192
190
  'fabric.editor.warningPanel.description': 'Renkli bir panoya uyarı notu ekleyin',
193
191
  'fabric.editor.wrapLeft': 'Sola kaydır',
194
- 'fabric.editor.wrapRight': 'Sağa kaydır',
195
- 'fabric.emoji.label': 'Emoji'
192
+ 'fabric.editor.wrapRight': 'Sağa kaydır'
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': 'Sử dụng kiểu chữ này cho những tiêu đề phụ phía dưới',
109
109
  'fabric.editor.headingLink.toolbarHelpTitle': 'Mở hộp thoại trợ giúp',
110
110
  'fabric.editor.helpDialogTips': 'Nhấn {keyMap} để mở nhanh hộp thoại này bất kỳ lúc nào',
111
+ 'fabric.editor.image.fullWidthLabel': 'Toàn chiều rộng',
111
112
  'fabric.editor.imageBorderBold': 'In đậm',
112
113
  'fabric.editor.imageBorderColor': 'Màu sắc',
113
114
  'fabric.editor.imageBorderMedium': 'Trung bình',
@@ -123,13 +124,14 @@ export default {
123
124
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Mời thành viên cùng nhóm vào {productName}} trusted {Mời thành viên cùng nhóm vào {productName}} other {Thêm thành viên cùng nhóm vào {productName}}}',
124
125
  'fabric.editor.keyboardShortcuts': 'Phím tắt bàn phím',
125
126
  'fabric.editor.leftSidebar': 'Thanh bên trái',
126
- 'fabric.editor.lists': 'Danh sách',
127
127
  'fabric.editor.markdown': 'Ngôn ngữ đánh dấu',
128
128
  'fabric.editor.matchCase': 'Khớp cách viết hoa',
129
129
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'nhập chiều cao',
130
130
  'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Chiều cao',
131
- 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'nhập chiều rộng',
132
- 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Chiều rộng',
131
+ 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Chiều rộng tối đa {maxWidth} px',
132
+ 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Chiều rộng tối đa {maxWidth} px',
133
+ 'fabric.editor.media.pixelEntry.migrationButtonText': 'Chuyển đổi sang điểm ảnh',
134
+ 'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Chuyển từ tỷ lệ phần trăm sang kích thước điểm ảnh cố định',
133
135
  'fabric.editor.media.pixelEntry.submitButtonText': 'Gửi',
134
136
  'fabric.editor.media.pixelEntry.validationFailedMessage': 'Không xác thực được chiều rộng',
135
137
  'fabric.editor.mediaGroupDeleteLabel': 'xóa',
@@ -142,8 +144,6 @@ export default {
142
144
  'fabric.editor.note': 'Lưu ý',
143
145
  'fabric.editor.notePanel': 'Ô ghi chú',
144
146
  'fabric.editor.notePanel.description': 'Thêm ghi chú bằng ô màu',
145
- 'fabric.editor.orderedList': 'Danh sách được đánh số',
146
- 'fabric.editor.orderedList.description': 'Tạo một danh sách kiểu sắp xếp',
147
147
  'fabric.editor.other': 'Khác...',
148
148
  'fabric.editor.outdent': 'Nhô lề',
149
149
  'fabric.editor.panel.backgroundColor': 'Màu nền',
@@ -185,12 +185,9 @@ export default {
185
185
  'fabric.editor.typeahead.mentionPopupLabel': 'Người dùng bạn có thể gắn thẻ',
186
186
  'fabric.editor.typeahead.metionListItemLabel': 'Người dùng {name} @{shortName}',
187
187
  'fabric.editor.undo': 'Hoàn tác',
188
- 'fabric.editor.unorderedList': 'Danh sách dấu đầu dòng',
189
- 'fabric.editor.unorderedList.description': 'Tạo một danh sách kiểu không sắp xếp',
190
188
  'fabric.editor.warning': 'Cảnh báo',
191
189
  'fabric.editor.warningPanel': 'Ô cảnh báo',
192
190
  'fabric.editor.warningPanel.description': 'Thêm ghi chú thận trọng bằng ô màu',
193
191
  'fabric.editor.wrapLeft': 'Cuộn sang trái',
194
- 'fabric.editor.wrapRight': 'Cuộn sang phải',
195
- 'fabric.emoji.label': 'Biểu tượng cảm xúc'
192
+ 'fabric.editor.wrapRight': 'Cuộn sang phải'
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} 像素',
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': '用於低層級標題',
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}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
  };