@sapui5/sap.ui.richtexteditor 1.136.4 → 1.136.6

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 (448) hide show
  1. package/package.json +1 -1
  2. package/src/sap/ui/richtexteditor/.library +1 -1
  3. package/src/sap/ui/richtexteditor/RTESplitButton.js +1 -1
  4. package/src/sap/ui/richtexteditor/RichTextEditor.js +43 -43
  5. package/src/sap/ui/richtexteditor/ToolbarWrapper.js +1 -1
  6. package/src/sap/ui/richtexteditor/js/tiny_mce7/icons/default/icons.js +234 -0
  7. package/src/sap/ui/richtexteditor/js/tiny_mce7/icons/default/icons.min.js +7 -0
  8. package/src/sap/ui/richtexteditor/js/tiny_mce7/icons/default/index.js +13 -0
  9. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ar.js +7 -0
  10. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/bg_BG.js +7 -0
  11. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ca.js +7 -0
  12. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/cs.js +7 -0
  13. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/cy.js +1 -0
  14. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/da.js +7 -0
  15. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/de.js +7 -0
  16. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/el.js +7 -0
  17. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/en_GB.js +261 -0
  18. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/es.js +7 -0
  19. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/es_MX.js +1 -0
  20. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/eu.js +7 -0
  21. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/fa.js +7 -0
  22. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/fi.js +7 -0
  23. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/fr_FR.js +7 -0
  24. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/he_IL.js +7 -0
  25. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/hi.js +7 -0
  26. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/hr.js +7 -0
  27. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/hu_HU.js +7 -0
  28. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/id.js +7 -0
  29. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/it.js +7 -0
  30. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ja.js +7 -0
  31. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/kk.js +7 -0
  32. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ko_KR.js +7 -0
  33. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/lt.js +1 -0
  34. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/lv.js +1 -0
  35. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ms.js +7 -0
  36. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/nb_NO.js +7 -0
  37. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/nl.js +7 -0
  38. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/pl.js +7 -0
  39. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/pt_BR.js +7 -0
  40. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/pt_PT.js +7 -0
  41. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ro.js +7 -0
  42. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ru.js +7 -0
  43. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/sk.js +7 -0
  44. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/sl_SI.js +7 -0
  45. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/sr.js +1 -0
  46. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/sv_SE.js +7 -0
  47. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/th_TH.js +7 -0
  48. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/tr.js +7 -0
  49. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/uk.js +7 -0
  50. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/vi.js +7 -0
  51. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/zh_CN.js +7 -0
  52. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/zh_TW.js +7 -0
  53. package/src/sap/ui/richtexteditor/js/tiny_mce7/license.txt +5 -0
  54. package/src/sap/ui/richtexteditor/js/tiny_mce7/models/dom/index.js +13 -0
  55. package/src/sap/ui/richtexteditor/js/tiny_mce7/models/dom/model.js +8147 -0
  56. package/src/sap/ui/richtexteditor/js/tiny_mce7/models/dom/model.min.js +9 -0
  57. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/accordion/index.js +13 -0
  58. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/accordion/plugin.js +1062 -0
  59. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/accordion/plugin.min.js +9 -0
  60. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/CHANGELOG.md +45 -0
  61. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/codemirror.min.js +13 -0
  62. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/customeditor.js +10 -0
  63. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/customeditor.min.js +10 -0
  64. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/index.js +3 -0
  65. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ar.js +35 -0
  66. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/bg_BG.js +35 -0
  67. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ca.js +35 -0
  68. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/cs.js +35 -0
  69. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/da.js +35 -0
  70. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/de.js +35 -0
  71. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/el.js +35 -0
  72. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/es.js +35 -0
  73. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/eu.js +35 -0
  74. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/fa.js +35 -0
  75. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/fi.js +35 -0
  76. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/fr_FR.js +35 -0
  77. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/he_IL.js +35 -0
  78. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/hi.js +35 -0
  79. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/hr.js +35 -0
  80. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/hu_HU.js +35 -0
  81. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/id.js +35 -0
  82. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/it.js +35 -0
  83. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ja.js +35 -0
  84. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/kk.js +35 -0
  85. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ko_KR.js +35 -0
  86. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ms.js +35 -0
  87. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/nb_NO.js +35 -0
  88. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/nl.js +35 -0
  89. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/pl.js +35 -0
  90. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/pt_BR.js +35 -0
  91. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/pt_PT.js +35 -0
  92. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ro.js +35 -0
  93. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ru.js +35 -0
  94. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/sk.js +35 -0
  95. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/sl_SI.js +35 -0
  96. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/sv_SE.js +35 -0
  97. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/th_TH.js +35 -0
  98. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/tr.js +35 -0
  99. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/uk.js +35 -0
  100. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/vi.js +35 -0
  101. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/zh_CN.js +35 -0
  102. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/zh_TW.js +35 -0
  103. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/license.txt +5 -0
  104. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/plugin.js +10 -0
  105. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/plugin.min.js +10 -0
  106. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/readme.txt +10 -0
  107. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/version.txt +1 -0
  108. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advlist/index.js +13 -0
  109. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advlist/plugin.js +298 -0
  110. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advlist/plugin.min.js +9 -0
  111. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/anchor/index.js +13 -0
  112. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/anchor/plugin.js +219 -0
  113. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/anchor/plugin.min.js +9 -0
  114. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autolink/index.js +13 -0
  115. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autolink/plugin.js +233 -0
  116. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autolink/plugin.min.js +9 -0
  117. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autoresize/index.js +13 -0
  118. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autoresize/plugin.js +184 -0
  119. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autoresize/plugin.min.js +9 -0
  120. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autosave/index.js +13 -0
  121. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autosave/plugin.js +239 -0
  122. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autosave/plugin.min.js +9 -0
  123. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/charmap/index.js +13 -0
  124. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/charmap/plugin.js +1663 -0
  125. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/charmap/plugin.min.js +9 -0
  126. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/code/index.js +13 -0
  127. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/code/plugin.js +90 -0
  128. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/code/plugin.min.js +9 -0
  129. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/codesample/index.js +13 -0
  130. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/codesample/plugin.js +2468 -0
  131. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/codesample/plugin.min.js +9 -0
  132. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/directionality/index.js +13 -0
  133. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/directionality/plugin.js +395 -0
  134. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/directionality/plugin.min.js +9 -0
  135. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/index.js +13 -0
  136. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/js/emojiimages.js +7 -0
  137. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/js/emojiimages.min.js +9 -0
  138. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/js/emojis.js +7 -0
  139. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/js/emojis.min.js +8 -0
  140. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/plugin.js +601 -0
  141. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/plugin.min.js +9 -0
  142. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/fullscreen/index.js +13 -0
  143. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/fullscreen/plugin.js +1266 -0
  144. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/fullscreen/plugin.min.js +9 -0
  145. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/index.js +13 -0
  146. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ar.js +99 -0
  147. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/bg_BG.js +99 -0
  148. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ca.js +99 -0
  149. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/cs.js +99 -0
  150. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/da.js +99 -0
  151. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/de.js +99 -0
  152. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/el.js +99 -0
  153. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/en.js +99 -0
  154. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/es.js +99 -0
  155. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/eu.js +99 -0
  156. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/fa.js +99 -0
  157. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/fi.js +99 -0
  158. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/fr_FR.js +99 -0
  159. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/he_IL.js +99 -0
  160. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/hi.js +99 -0
  161. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/hr.js +99 -0
  162. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/hu_HU.js +99 -0
  163. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/id.js +99 -0
  164. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/it.js +99 -0
  165. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ja.js +99 -0
  166. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/kk.js +99 -0
  167. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ko_KR.js +99 -0
  168. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ms.js +99 -0
  169. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/nb_NO.js +99 -0
  170. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/nl.js +99 -0
  171. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/pl.js +99 -0
  172. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/pt_BR.js +99 -0
  173. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/pt_PT.js +99 -0
  174. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ro.js +99 -0
  175. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ru.js +99 -0
  176. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/sk.js +99 -0
  177. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/sl_SI.js +99 -0
  178. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/sv_SE.js +99 -0
  179. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/th_TH.js +99 -0
  180. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/tr.js +99 -0
  181. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/uk.js +99 -0
  182. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/vi.js +99 -0
  183. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/zh_CN.js +93 -0
  184. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/zh_TW.js +99 -0
  185. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/plugin.js +931 -0
  186. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/plugin.min.js +9 -0
  187. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/image/index.js +13 -0
  188. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/image/plugin.js +1513 -0
  189. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/image/plugin.min.js +9 -0
  190. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/importcss/index.js +13 -0
  191. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/importcss/plugin.js +350 -0
  192. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/importcss/plugin.min.js +9 -0
  193. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/insertdatetime/index.js +13 -0
  194. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/insertdatetime/plugin.js +192 -0
  195. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/insertdatetime/plugin.min.js +9 -0
  196. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/link/index.js +13 -0
  197. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/link/plugin.js +1337 -0
  198. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/link/plugin.min.js +9 -0
  199. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/lists/index.js +13 -0
  200. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/lists/plugin.js +2186 -0
  201. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/lists/plugin.min.js +9 -0
  202. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/media/index.js +13 -0
  203. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/media/plugin.js +1229 -0
  204. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/media/plugin.min.js +9 -0
  205. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/index.js +1 -0
  206. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ar.js +12 -0
  207. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/bg_BG.js +12 -0
  208. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ca.js +12 -0
  209. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/cs.js +12 -0
  210. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/da.js +12 -0
  211. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/de.js +12 -0
  212. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/el.js +12 -0
  213. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/es.js +12 -0
  214. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/eu.js +12 -0
  215. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/fa.js +12 -0
  216. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/fi.js +12 -0
  217. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/fr_FR.js +12 -0
  218. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/he_IL.js +12 -0
  219. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/hi.js +12 -0
  220. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/hr.js +12 -0
  221. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/hu_HU.js +12 -0
  222. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/id.js +12 -0
  223. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/it.js +12 -0
  224. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ja.js +12 -0
  225. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/kk.js +12 -0
  226. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ko_KR.js +12 -0
  227. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ms.js +12 -0
  228. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/nb_NO.js +12 -0
  229. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/nl.js +12 -0
  230. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/pl.js +12 -0
  231. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/pt_BR.js +12 -0
  232. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/pt_PT.js +12 -0
  233. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ro.js +12 -0
  234. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ru.js +12 -0
  235. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/sk.js +12 -0
  236. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/sl_SI.js +12 -0
  237. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/sv_SE.js +12 -0
  238. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/th_TH.js +12 -0
  239. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/tr.js +12 -0
  240. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/uk.js +12 -0
  241. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/vi.js +12 -0
  242. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/zh_CN.js +12 -0
  243. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/zh_TW.js +12 -0
  244. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/license.txt +5 -0
  245. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/plugin.js +10 -0
  246. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/plugin.min.js +10 -0
  247. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/readme.txt +10 -0
  248. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/version.txt +1 -0
  249. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/nonbreaking/index.js +13 -0
  250. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/nonbreaking/plugin.js +128 -0
  251. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/nonbreaking/plugin.min.js +9 -0
  252. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/pagebreak/index.js +13 -0
  253. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/pagebreak/plugin.js +122 -0
  254. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/pagebreak/plugin.min.js +9 -0
  255. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/CHANGELOG.md +20 -0
  256. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/index.js +2 -0
  257. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/js/wordimport.js +23102 -0
  258. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ar.js +19 -0
  259. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/bg_BG.js +19 -0
  260. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ca.js +19 -0
  261. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/cs.js +19 -0
  262. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/da.js +19 -0
  263. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/de.js +19 -0
  264. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/el.js +19 -0
  265. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/es.js +19 -0
  266. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/eu.js +19 -0
  267. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/fa.js +19 -0
  268. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/fi.js +19 -0
  269. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/fr_FR.js +19 -0
  270. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/he_IL.js +19 -0
  271. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/hi.js +19 -0
  272. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/hr.js +19 -0
  273. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/hu_HU.js +19 -0
  274. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/id.js +19 -0
  275. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/it.js +19 -0
  276. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ja.js +19 -0
  277. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/kk.js +19 -0
  278. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ko_KR.js +19 -0
  279. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ms.js +19 -0
  280. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/nb_NO.js +19 -0
  281. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/nl.js +19 -0
  282. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/pl.js +19 -0
  283. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/pt_BR.js +19 -0
  284. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/pt_PT.js +19 -0
  285. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ro.js +19 -0
  286. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ru.js +19 -0
  287. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/sk.js +19 -0
  288. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/sl_SI.js +19 -0
  289. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/sv_SE.js +19 -0
  290. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/th_TH.js +19 -0
  291. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/tr.js +19 -0
  292. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/uk.js +19 -0
  293. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/vi.js +19 -0
  294. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/zh_CN.js +19 -0
  295. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/zh_TW.js +19 -0
  296. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/license.txt +5 -0
  297. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/plugin.js +10 -0
  298. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/plugin.min.js +10 -0
  299. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/readme.txt +17 -0
  300. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/version.txt +1 -0
  301. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/preview/index.js +13 -0
  302. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/preview/plugin.js +598 -0
  303. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/preview/plugin.min.js +9 -0
  304. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/quickbars/index.js +13 -0
  305. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/quickbars/plugin.js +463 -0
  306. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/quickbars/plugin.min.js +9 -0
  307. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/save/index.js +13 -0
  308. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/save/plugin.js +124 -0
  309. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/save/plugin.min.js +9 -0
  310. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/searchreplace/index.js +13 -0
  311. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/searchreplace/plugin.js +1103 -0
  312. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/searchreplace/plugin.min.js +9 -0
  313. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/table/index.js +13 -0
  314. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/table/plugin.js +3466 -0
  315. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/table/plugin.min.js +9 -0
  316. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/CHANGELOG.md +56 -0
  317. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/css/tinycomments.css +9 -0
  318. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/css/tinycomments.js +10 -0
  319. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/index.js +3 -0
  320. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/js/tinycomments-sidebar.js +10 -0
  321. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/js/tinycomments-sidebar.min.js +10 -0
  322. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ar.js +58 -0
  323. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/bg_BG.js +58 -0
  324. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ca.js +58 -0
  325. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/cs.js +58 -0
  326. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/da.js +58 -0
  327. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/de.js +58 -0
  328. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/el.js +58 -0
  329. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/es.js +58 -0
  330. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/eu.js +58 -0
  331. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/fa.js +58 -0
  332. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/fi.js +58 -0
  333. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/fr_FR.js +58 -0
  334. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/he_IL.js +58 -0
  335. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/hi.js +58 -0
  336. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/hr.js +58 -0
  337. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/hu_HU.js +58 -0
  338. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/id.js +58 -0
  339. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/it.js +58 -0
  340. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ja.js +58 -0
  341. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/kk.js +58 -0
  342. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ko_KR.js +58 -0
  343. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ms.js +58 -0
  344. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/nb_NO.js +58 -0
  345. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/nl.js +58 -0
  346. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/pl.js +58 -0
  347. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/pt_BR.js +58 -0
  348. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/pt_PT.js +58 -0
  349. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ro.js +58 -0
  350. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ru.js +58 -0
  351. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/sk.js +58 -0
  352. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/sl_SI.js +58 -0
  353. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/sv_SE.js +58 -0
  354. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/th_TH.js +58 -0
  355. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/tr.js +58 -0
  356. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/uk.js +58 -0
  357. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/vi.js +58 -0
  358. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/zh_CN.js +58 -0
  359. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/zh_TW.js +58 -0
  360. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/license.txt +5 -0
  361. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/plugin.js +10 -0
  362. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/plugin.min.js +10 -0
  363. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/readme.txt +10 -0
  364. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/version.txt +1 -0
  365. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualblocks/index.js +13 -0
  366. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualblocks/plugin.js +105 -0
  367. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualblocks/plugin.min.js +9 -0
  368. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualchars/index.js +13 -0
  369. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualchars/plugin.js +567 -0
  370. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualchars/plugin.min.js +9 -0
  371. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/wordcount/index.js +13 -0
  372. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/wordcount/plugin.js +420 -0
  373. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/wordcount/plugin.min.js +9 -0
  374. package/src/sap/ui/richtexteditor/js/tiny_mce7/readme.txt +12 -0
  375. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/dark/content.css +72 -0
  376. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/dark/content.js +7 -0
  377. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/dark/content.min.css +7 -0
  378. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/default/content.css +67 -0
  379. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/default/content.js +7 -0
  380. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/default/content.min.css +7 -0
  381. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/document/content.css +72 -0
  382. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/document/content.js +7 -0
  383. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/document/content.min.css +7 -0
  384. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5/content.css +67 -0
  385. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5/content.js +7 -0
  386. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5/content.min.css +7 -0
  387. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5-dark/content.css +72 -0
  388. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5-dark/content.js +7 -0
  389. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5-dark/content.min.css +7 -0
  390. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/writer/content.css +68 -0
  391. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/writer/content.js +7 -0
  392. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/writer/content.min.css +7 -0
  393. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.css +890 -0
  394. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.inline.css +884 -0
  395. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.inline.js +7 -0
  396. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.inline.min.css +7 -0
  397. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.js +7 -0
  398. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.min.css +7 -0
  399. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.css +4766 -0
  400. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.js +7 -0
  401. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.min.css +7 -0
  402. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.shadowdom.css +36 -0
  403. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.shadowdom.js +7 -0
  404. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.shadowdom.min.css +7 -0
  405. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.css +878 -0
  406. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.inline.css +884 -0
  407. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.inline.js +7 -0
  408. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.inline.min.css +7 -0
  409. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.js +7 -0
  410. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.min.css +7 -0
  411. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.css +4769 -0
  412. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.js +7 -0
  413. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.min.css +7 -0
  414. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.shadowdom.css +36 -0
  415. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.shadowdom.js +7 -0
  416. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.shadowdom.min.css +7 -0
  417. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.css +890 -0
  418. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.inline.css +884 -0
  419. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.inline.js +7 -0
  420. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.inline.min.css +7 -0
  421. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.js +7 -0
  422. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.min.css +7 -0
  423. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.css +4880 -0
  424. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.js +7 -0
  425. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.min.css +7 -0
  426. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.shadowdom.css +36 -0
  427. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.shadowdom.js +7 -0
  428. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.shadowdom.min.css +7 -0
  429. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.css +878 -0
  430. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.inline.css +884 -0
  431. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.inline.js +7 -0
  432. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.inline.min.css +7 -0
  433. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.js +7 -0
  434. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.min.css +7 -0
  435. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.css +4880 -0
  436. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.js +7 -0
  437. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.min.css +7 -0
  438. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.shadowdom.css +36 -0
  439. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.shadowdom.js +7 -0
  440. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +7 -0
  441. package/src/sap/ui/richtexteditor/js/tiny_mce7/themes/silver/index.js +13 -0
  442. package/src/sap/ui/richtexteditor/js/tiny_mce7/themes/silver/theme.js +31928 -0
  443. package/src/sap/ui/richtexteditor/js/tiny_mce7/themes/silver/theme.min.js +337 -0
  444. package/src/sap/ui/richtexteditor/js/tiny_mce7/tinymce.d.ts +3313 -0
  445. package/src/sap/ui/richtexteditor/js/tiny_mce7/tinymce.js +32267 -0
  446. package/src/sap/ui/richtexteditor/js/tiny_mce7/tinymce.min.js +336 -0
  447. package/src/sap/ui/richtexteditor/js/tiny_mce7/version.txt +1 -0
  448. package/src/sap/ui/richtexteditor/library.js +9 -3
@@ -0,0 +1,58 @@
1
+ /*!
2
+ * TinyMCE Language Pack
3
+ *
4
+ * Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
5
+ * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
+ */
7
+ tinymce.addI18n("ms", {
8
+ " (edited)": " (diedit)",
9
+ "1 comment will be deleted. You can't undo this action.": "1 komen akan dipadamkan.Anda tidak boleh membuat asal tindakan ini.",
10
+ "1 comment will be resolved. You can't undo this action.": "1 komen akan diselesaikan.Anda tidak boleh membuat asal tindakan ini.",
11
+ "1 day ago": "1 hari yang lalu",
12
+ "1 hour ago": "1 jam yang lalu",
13
+ "1 minute ago": "1 minit yang lalu",
14
+ "1 month ago": "1 bulan yang lalu",
15
+ "1 reply": "1 balasan",
16
+ "1 week ago": "1 minggu yang lalu",
17
+ "1 year ago": "1 tahun yang lalu",
18
+ "Add comment": "Tambahkan komen",
19
+ "Add comment...": "Tambah komen...",
20
+ "Are you sure you want to delete this comment?": "Adakah anda pasti ingin memadamkan komen ini?",
21
+ "Clear": "Kosongkan",
22
+ "Comment": "Komen",
23
+ "Comment Actions": "Tindakan Komen",
24
+ "Comment or mention with @": "Berikan komen atau sebut dengan @",
25
+ "Comments": "Komen",
26
+ "Conversation Actions": "Tindakan Perbualan",
27
+ "Delete": "Padamkan",
28
+ "Delete all conversations": "Padamkan semua perbualan",
29
+ "Delete all conversations in the content? This cannot be undone.": "Padam semua perbualan dalam kandungan? Ini tidak boleh dibuat asal.",
30
+ "Delete comment": "Padamkan komen",
31
+ "Delete conversation": "Padamkan perbualan",
32
+ "Delete this conversation?": "Padamkan perbualan ini?",
33
+ "Edit": "Edit",
34
+ "No users found": "Tiada pengguna ditemui",
35
+ "Resolve": "Selesaikan",
36
+ "Resolve conversation": "Selesaikan perbualan",
37
+ "Resolve this conversation?": "Selesaikan perbualan ini?",
38
+ "SHOW LESS": "TUNJUK KURANG",
39
+ "SHOW MORE": "TUNJUK LAGI",
40
+ "Save": "Simpan",
41
+ "Saving": "Menyimpan",
42
+ "Show comments": "Tunjukkan komen",
43
+ "You are not allowed to delete all the conversations": "Anda tidak dibenarkan memadamkan semua perbualan",
44
+ "You are not allowed to delete this comment": "Anda tidak dibenarkan memadamkan komen ini",
45
+ "You are not allowed to delete this conversation": "Anda tidak dibenarkan memadamkan perbualan ini",
46
+ "You are not allowed to edit this comment": "Anda tidak dibenarkan mengedit komen ini",
47
+ "You are not allowed to resolve this conversation": "Anda tidak dibenarkan menyelesaikan perbualan ini",
48
+ "a moment ago": "sebentar tadi",
49
+ "{0} comments will be deleted. You can't undo this action.": "{0} komen akan dipadamkan.Anda tidak boleh membuat asal tindakan ini.",
50
+ "{0} comments will be resolved. You can't undo this action.": "{0} komen akan diselesaikan.Anda tidak boleh membuat asal tindakan ini.",
51
+ "{0} days ago": "{0} hari yang lalu",
52
+ "{0} hours ago": "{0} jam yang lalu",
53
+ "{0} minutes ago": "{0} minit yang lalu",
54
+ "{0} months ago": "{0} bulan yang lalu",
55
+ "{0} replies": "{0} balasan",
56
+ "{0} weeks ago": "{0} minggu yang lalu",
57
+ "{0} years ago": "{0} tahun yang lalu"
58
+ });
@@ -0,0 +1,58 @@
1
+ /*!
2
+ * TinyMCE Language Pack
3
+ *
4
+ * Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
5
+ * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
+ */
7
+ tinymce.addI18n("nb_NO", {
8
+ " (edited)": "(redigert)",
9
+ "1 comment will be deleted. You can't undo this action.": "1 kommentar vil bli slettet. Du kan ikke angre denne handlingen.",
10
+ "1 comment will be resolved. You can't undo this action.": "1 kommentar vil bli l\xf8st. Du kan ikke angre denne handlingen.",
11
+ "1 day ago": "1 dag siden",
12
+ "1 hour ago": "1 time siden",
13
+ "1 minute ago": "1 minutt siden",
14
+ "1 month ago": "1 m\xe5ned siden",
15
+ "1 reply": "1 svar",
16
+ "1 week ago": "1 uke siden",
17
+ "1 year ago": "1 \xe5r siden",
18
+ "Add comment": "Legg til kommentar",
19
+ "Add comment...": "Legg til kommentar ...",
20
+ "Are you sure you want to delete this comment?": "Er du sikker p\xe5 at du vil slette denne kommentaren?",
21
+ "Clear": "T\xf8m",
22
+ "Comment": "Kommentar",
23
+ "Comment Actions": "Kommentarhandlinger",
24
+ "Comment or mention with @": "Kommenter eller nevn med @",
25
+ "Comments": "Kommentarer",
26
+ "Conversation Actions": "Samtalehandlinger",
27
+ "Delete": "Slett",
28
+ "Delete all conversations": "Slett alle samtaler",
29
+ "Delete all conversations in the content? This cannot be undone.": "Vil du slette alle samtaler i innholdet? Denne handlingen kan ikke angres.",
30
+ "Delete comment": "Slett kommentar",
31
+ "Delete conversation": "Slett samtale",
32
+ "Delete this conversation?": "Vil du slette denne samtalen?",
33
+ "Edit": "Rediger",
34
+ "No users found": "Ingen brukere funnet",
35
+ "Resolve": "L\xf8se",
36
+ "Resolve conversation": "L\xf8se samtale",
37
+ "Resolve this conversation?": "L\xf8se denne samtalen?",
38
+ "SHOW LESS": "VIS MINDRE",
39
+ "SHOW MORE": "VIS MER",
40
+ "Save": "Lagre",
41
+ "Saving": "Lagrer",
42
+ "Show comments": "Vis kommentarer",
43
+ "You are not allowed to delete all the conversations": "Du har ikke tillatelse til \xe5 slette alle samtaler",
44
+ "You are not allowed to delete this comment": "Du har ikke tillatelse til \xe5 slette denne kommentaren",
45
+ "You are not allowed to delete this conversation": "Du har ikke tillatelse til \xe5 slette denne samtalen",
46
+ "You are not allowed to edit this comment": "Du har ikke tillatelse til \xe5 redigere denne kommentaren",
47
+ "You are not allowed to resolve this conversation": "Du har ikke tillatelse til \xe5 l\xf8se denne samtalen",
48
+ "a moment ago": "et \xf8yeblikk siden",
49
+ "{0} comments will be deleted. You can't undo this action.": "{0} kommentarer vil bli slettet. Du kan ikke angre denne handlingen.",
50
+ "{0} comments will be resolved. You can't undo this action.": "{0} kommentarer vil bli l\xf8st. Du kan ikke angre denne handlingen.",
51
+ "{0} days ago": "{0} dager siden",
52
+ "{0} hours ago": "{0} timer siden",
53
+ "{0} minutes ago": "{0} minutter siden",
54
+ "{0} months ago": "{0} m\xe5neder siden",
55
+ "{0} replies": "{0} svar",
56
+ "{0} weeks ago": "{0} uker siden",
57
+ "{0} years ago": "{0} \xe5r siden"
58
+ });
@@ -0,0 +1,58 @@
1
+ /*!
2
+ * TinyMCE Language Pack
3
+ *
4
+ * Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
5
+ * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
+ */
7
+ tinymce.addI18n("nl", {
8
+ " (edited)": "(bewerkt)",
9
+ "1 comment will be deleted. You can't undo this action.": "1 opmerking wordt verwijderd. Deze actie kan niet ongedaan gemaakt worden.",
10
+ "1 comment will be resolved. You can't undo this action.": "1 opmerking wordt afgesloten. Deze actie kan niet ongedaan gemaakt worden.",
11
+ "1 day ago": "1 dag geleden",
12
+ "1 hour ago": "1 uur geleden",
13
+ "1 minute ago": "1 minuut geleden",
14
+ "1 month ago": "1 maand geleden",
15
+ "1 reply": "1 antwoord",
16
+ "1 week ago": "1 week geleden",
17
+ "1 year ago": "1 jaar geleden",
18
+ "Add comment": "Opmerking toevoegen",
19
+ "Add comment...": "Opmerking toevoegen...",
20
+ "Are you sure you want to delete this comment?": "Weet je zeker dat je deze opmerking wilt verwijderen?",
21
+ "Clear": "Wissen",
22
+ "Comment": "Opmerking",
23
+ "Comment Actions": "Opmerkingsacties",
24
+ "Comment or mention with @": "Reageer of vermeld met @",
25
+ "Comments": "Opmerkingen",
26
+ "Conversation Actions": "Conversatieacties",
27
+ "Delete": "Verwijderen",
28
+ "Delete all conversations": "Alle conversaties verwijderen",
29
+ "Delete all conversations in the content? This cannot be undone.": "Alle gesprekken in de inhoud verwijderen? Dit kan niet ongedaan worden gemaakt.",
30
+ "Delete comment": "Opmerking verwijderen",
31
+ "Delete conversation": "Conversatie verwijderen",
32
+ "Delete this conversation?": "Deze conversatie verwijderen?",
33
+ "Edit": "Bewerken",
34
+ "No users found": "Geen gebruikers gevonden",
35
+ "Resolve": "Afsluiten",
36
+ "Resolve conversation": "Conversatie afsluiten",
37
+ "Resolve this conversation?": "Deze conversatie afsluiten?",
38
+ "SHOW LESS": "MINDER WEERGEVEN",
39
+ "SHOW MORE": "MEER WEERGEVEN",
40
+ "Save": "Opslaan",
41
+ "Saving": "Opslaan",
42
+ "Show comments": "Opmerkingen weergeven",
43
+ "You are not allowed to delete all the conversations": "Je mag niet alle conversaties verwijderen",
44
+ "You are not allowed to delete this comment": "Je mag deze opmerking niet verwijderen",
45
+ "You are not allowed to delete this conversation": "Je mag deze conversatie niet verwijderen",
46
+ "You are not allowed to edit this comment": "Je mag deze opmerking niet bewerken",
47
+ "You are not allowed to resolve this conversation": "Je mag deze conversatie niet afsluiten",
48
+ "a moment ago": "even geleden",
49
+ "{0} comments will be deleted. You can't undo this action.": "{0} opmerkingen worden verwijderd. Deze actie kan niet ongedaan gemaakt worden.",
50
+ "{0} comments will be resolved. You can't undo this action.": "{0} opmerkingen worden afgesloten. Deze actie kan niet ongedaan gemaakt worden.",
51
+ "{0} days ago": "{0} dagen geleden",
52
+ "{0} hours ago": "{0} uur geleden",
53
+ "{0} minutes ago": "{0} minuten geleden",
54
+ "{0} months ago": "{0} maanden geleden",
55
+ "{0} replies": "{0} antwoorden",
56
+ "{0} weeks ago": "{0} weken geleden",
57
+ "{0} years ago": "{0} jaar geleden"
58
+ });
@@ -0,0 +1,58 @@
1
+ /*!
2
+ * TinyMCE Language Pack
3
+ *
4
+ * Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
5
+ * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
+ */
7
+ tinymce.addI18n("pl", {
8
+ " (edited)": "(edytowany)",
9
+ "1 comment will be deleted. You can't undo this action.": "1 komentarz zostanie usuni\u0119ty. Tej czynno\u015bci nie mo\u017cna cofn\u0105\u0107.",
10
+ "1 comment will be resolved. You can't undo this action.": "1 komentarz zostanie rozstrzygni\u0119ty. Tej czynno\u015bci nie mo\u017cna cofn\u0105\u0107.",
11
+ "1 day ago": "1 dzie\u0144 temu",
12
+ "1 hour ago": "1 godzin\u0119 temu",
13
+ "1 minute ago": "1 minut\u0119 temu",
14
+ "1 month ago": "1 miesi\u0105c temu",
15
+ "1 reply": "1 odpowied\u017a",
16
+ "1 week ago": "1 tydzie\u0144 temu",
17
+ "1 year ago": "1 rok temu",
18
+ "Add comment": "Dodaj komentarz",
19
+ "Add comment...": "Dodaj komentarz...",
20
+ "Are you sure you want to delete this comment?": "Czy na pewno chcesz usun\u0105\u0107 ten komentarz?",
21
+ "Clear": "Wyczy\u015b\u0107",
22
+ "Comment": "Komentarz",
23
+ "Comment Actions": "Akcje komentarza",
24
+ "Comment or mention with @": "Skomentuj lub dodaj wzmiank\u0119 za pomoc\u0105 @",
25
+ "Comments": "Komentarze",
26
+ "Conversation Actions": "Akcje konwersacji",
27
+ "Delete": "Usu\u0144",
28
+ "Delete all conversations": "Usu\u0144 wszystkie konwersacje",
29
+ "Delete all conversations in the content? This cannot be undone.": "Czy usun\u0105\u0107 wszystkie konwersacje w tre\u015bci? Tej operacji nie mo\u017cna cofn\u0105\u0107.",
30
+ "Delete comment": "Usu\u0144 komentarz",
31
+ "Delete conversation": "Usu\u0144 konwersacj\u0119",
32
+ "Delete this conversation?": "Czy usun\u0105\u0107 t\u0119 konwersacj\u0119?",
33
+ "Edit": "Edytuj",
34
+ "No users found": "Nie znaleziono u\u017cytkownik\xf3w",
35
+ "Resolve": "Rozstrzygnij",
36
+ "Resolve conversation": "Rozstrzygnij konwersacj\u0119",
37
+ "Resolve this conversation?": "Czy rozstrzygn\u0105\u0107 t\u0119 konwersacj\u0119?",
38
+ "SHOW LESS": "POKA\u017b MNIEJ",
39
+ "SHOW MORE": "POKA\u017b WI\u0118CEJ",
40
+ "Save": "Zapisz",
41
+ "Saving": "Zapisywanie",
42
+ "Show comments": "Poka\u017c komentarze",
43
+ "You are not allowed to delete all the conversations": "Nie masz zezwolenia na usuni\u0119cie wszystkich konwersacji",
44
+ "You are not allowed to delete this comment": "Nie masz zezwolenia na usuni\u0119cie tego komentarza",
45
+ "You are not allowed to delete this conversation": "Nie masz zezwolenia na usuni\u0119cie tej konwersacji",
46
+ "You are not allowed to edit this comment": "Nie masz zezwolenia na edycj\u0119 tego komentarza",
47
+ "You are not allowed to resolve this conversation": "Nie masz zezwolenia na rozstrzygni\u0119cie tej konwersacji",
48
+ "a moment ago": "przed chwil\u0105",
49
+ "{0} comments will be deleted. You can't undo this action.": "Zostan\u0105 usuni\u0119te komentarze w liczbie: {0}. Tej czynno\u015bci nie mo\u017cna cofn\u0105\u0107.",
50
+ "{0} comments will be resolved. You can't undo this action.": "Zostan\u0105 rozstrzygni\u0119te komentarze w liczbie: {0}. Tej czynno\u015bci nie mo\u017cna cofn\u0105\u0107.",
51
+ "{0} days ago": "{0} dni temu",
52
+ "{0} hours ago": "{0} godz. temu",
53
+ "{0} minutes ago": "{0} min temu",
54
+ "{0} months ago": "{0} mies. temu",
55
+ "{0} replies": "{0} odpowiedzi",
56
+ "{0} weeks ago": "{0} tyg. temu",
57
+ "{0} years ago": "{0} lat(a) temu"
58
+ });
@@ -0,0 +1,58 @@
1
+ /*!
2
+ * TinyMCE Language Pack
3
+ *
4
+ * Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
5
+ * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
+ */
7
+ tinymce.addI18n("pt_BR", {
8
+ " (edited)": "(modificado)",
9
+ "1 comment will be deleted. You can't undo this action.": "1 coment\xe1rio ser\xe1 exclu\xeddo. N\xe3o \xe9 poss\xedvel desfazer esta a\xe7\xe3o.",
10
+ "1 comment will be resolved. You can't undo this action.": "1 coment\xe1rio ser\xe1 resolvido. Voc\xea n\xe3o pode desfazer esta a\xe7\xe3o.",
11
+ "1 day ago": "1 dia atr\xe1s",
12
+ "1 hour ago": "1 hora atr\xe1s",
13
+ "1 minute ago": "1 minuto atr\xe1s",
14
+ "1 month ago": "1 m\xeas atr\xe1s",
15
+ "1 reply": "1 resposta",
16
+ "1 week ago": "1 semana atr\xe1s",
17
+ "1 year ago": "1 ano atr\xe1s",
18
+ "Add comment": "Adicionar coment\xe1rio",
19
+ "Add comment...": "Adicionar coment\xe1rio...",
20
+ "Are you sure you want to delete this comment?": "Tem certeza que deseja excluir este coment\xe1rio?",
21
+ "Clear": "Limpar",
22
+ "Comment": "Coment\xe1rios",
23
+ "Comment Actions": "A\xe7\xf5es do coment\xe1rio",
24
+ "Comment or mention with @": "Comente ou mencione com @",
25
+ "Comments": "Coment\xe1rios",
26
+ "Conversation Actions": "A\xe7\xf5es da conversa",
27
+ "Delete": "Excluir",
28
+ "Delete all conversations": "Excluir todas as conversas",
29
+ "Delete all conversations in the content? This cannot be undone.": "Excluir todas as conversas no conte\xfado? Isto n\xe3o pode ser desfeito.",
30
+ "Delete comment": "Excluir coment\xe1rio",
31
+ "Delete conversation": "Excluir conversa",
32
+ "Delete this conversation?": "Excluir esta conversa?",
33
+ "Edit": "Editar",
34
+ "No users found": "Nenhum usu\xe1rio encontrado",
35
+ "Resolve": "Resolver",
36
+ "Resolve conversation": "Resolver conversa",
37
+ "Resolve this conversation?": "Resolver esta conversa?",
38
+ "SHOW LESS": "MOSTRAR MENOS",
39
+ "SHOW MORE": "MOSTRAR MAIS",
40
+ "Save": "Salvar",
41
+ "Saving": "Salvando",
42
+ "Show comments": "Mostrar coment\xe1rios",
43
+ "You are not allowed to delete all the conversations": "Voc\xea n\xe3o tem permiss\xe3o para excluir todas as conversas",
44
+ "You are not allowed to delete this comment": "Voc\xea n\xe3o tem permiss\xe3o para excluir este coment\xe1rio",
45
+ "You are not allowed to delete this conversation": "Voc\xea n\xe3o tem permiss\xe3o para excluir esta conversa",
46
+ "You are not allowed to edit this comment": "Voc\xea n\xe3o tem permiss\xe3o para editar este coment\xe1rio",
47
+ "You are not allowed to resolve this conversation": "Voc\xea n\xe3o tem permiss\xe3o para resolver esta conversa",
48
+ "a moment ago": "h\xe1 poucos segundos",
49
+ "{0} comments will be deleted. You can't undo this action.": "{0} coment\xe1rios ser\xe3o exclu\xeddos. N\xe3o \xe9 poss\xedvel desfazer esta a\xe7\xe3o.",
50
+ "{0} comments will be resolved. You can't undo this action.": "{0} coment\xe1rios ser\xe3o resolvidos. Voc\xea n\xe3o pode desfazer esta a\xe7\xe3o.",
51
+ "{0} days ago": "{0} dias atr\xe1s",
52
+ "{0} hours ago": "{0} horas atr\xe1s",
53
+ "{0} minutes ago": "{0} minutos atr\xe1s",
54
+ "{0} months ago": "{0} meses atr\xe1s",
55
+ "{0} replies": "{0} respostas",
56
+ "{0} weeks ago": "{0} semanas atr\xe1s",
57
+ "{0} years ago": "{0} anos atr\xe1s"
58
+ });
@@ -0,0 +1,58 @@
1
+ /*!
2
+ * TinyMCE Language Pack
3
+ *
4
+ * Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
5
+ * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
+ */
7
+ tinymce.addI18n("pt_PT", {
8
+ " (edited)": "(editado)",
9
+ "1 comment will be deleted. You can't undo this action.": "Ser\xe1 eliminado 1 coment\xe1rio. N\xe3o pode anular esta a\xe7\xe3o.",
10
+ "1 comment will be resolved. You can't undo this action.": "Ser\xe1 resolvido 1 coment\xe1rio. N\xe3o pode anular esta a\xe7\xe3o.",
11
+ "1 day ago": "h\xe1 1 dia",
12
+ "1 hour ago": "h\xe1 1 hora",
13
+ "1 minute ago": "h\xe1 1 minuto",
14
+ "1 month ago": "h\xe1 1 m\xeas",
15
+ "1 reply": "1 resposta",
16
+ "1 week ago": "h\xe1 1 semana",
17
+ "1 year ago": "h\xe1 1 ano",
18
+ "Add comment": "Adicionar coment\xe1rio",
19
+ "Add comment...": "Adicionar coment\xe1rio...",
20
+ "Are you sure you want to delete this comment?": "Tem a certeza que quer eliminar este coment\xe1rio?",
21
+ "Clear": "Transparente",
22
+ "Comment": "Comentar",
23
+ "Comment Actions": "A\xe7\xf5es para coment\xe1rios",
24
+ "Comment or mention with @": "Coment\xe1rio ou men\xe7\xe3o com @",
25
+ "Comments": "Coment\xe1rios",
26
+ "Conversation Actions": "A\xe7\xf5es para conversa",
27
+ "Delete": "Eliminar",
28
+ "Delete all conversations": "Eliminar todas as conversas",
29
+ "Delete all conversations in the content? This cannot be undone.": "Eliminar todas as conversas no conte\xfado? Esta a\xe7\xe3o n\xe3o pode ser anulada.",
30
+ "Delete comment": "Eliminar coment\xe1rio",
31
+ "Delete conversation": "Eliminar conversa",
32
+ "Delete this conversation?": "Eliminar esta conversa?",
33
+ "Edit": "Editar",
34
+ "No users found": "Nenhum utilizador encontrado",
35
+ "Resolve": "Resolver",
36
+ "Resolve conversation": "Resolver conversa",
37
+ "Resolve this conversation?": "Resolver esta conversa?",
38
+ "SHOW LESS": "MOSTRAR MENOS",
39
+ "SHOW MORE": "MOSTRAR MAIS",
40
+ "Save": "Guardar",
41
+ "Saving": "A guardar",
42
+ "Show comments": "Mostrar coment\xe1rios",
43
+ "You are not allowed to delete all the conversations": "N\xe3o tem permiss\xe3o para eliminar todas as conversas",
44
+ "You are not allowed to delete this comment": "N\xe3o tem permiss\xe3o para eliminar este coment\xe1rio",
45
+ "You are not allowed to delete this conversation": "N\xe3o tem permiss\xe3o para eliminar esta conversa",
46
+ "You are not allowed to edit this comment": "N\xe3o tem permiss\xe3o para editar este coment\xe1rio",
47
+ "You are not allowed to resolve this conversation": "N\xe3o tem permiss\xe3o para resolver esta conversa",
48
+ "a moment ago": "h\xe1 um instante",
49
+ "{0} comments will be deleted. You can't undo this action.": "{0} coment\xe1rios ser\xe3o eliminados. N\xe3o pode anular esta a\xe7\xe3o.",
50
+ "{0} comments will be resolved. You can't undo this action.": "{0} coment\xe1rios ser\xe3o resolvidos. N\xe3o pode anular esta a\xe7\xe3o.",
51
+ "{0} days ago": "h\xe1 {0} dias",
52
+ "{0} hours ago": "h\xe1 {0} horas",
53
+ "{0} minutes ago": "h\xe1 {0} minutos",
54
+ "{0} months ago": "h\xe1 {0} meses",
55
+ "{0} replies": "{0} respostas",
56
+ "{0} weeks ago": "h\xe1 {0} semanas",
57
+ "{0} years ago": "h\xe1 {0} anos"
58
+ });
@@ -0,0 +1,58 @@
1
+ /*!
2
+ * TinyMCE Language Pack
3
+ *
4
+ * Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
5
+ * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
+ */
7
+ tinymce.addI18n("ro", {
8
+ " (edited)": "(editat)",
9
+ "1 comment will be deleted. You can't undo this action.": "1 comentariu va fi \u0219ters. Nu pute\u021bi anula aceast\u0103 ac\u021biune.",
10
+ "1 comment will be resolved. You can't undo this action.": "1 comentariu va fi remediat. Nu pute\u021bi anula aceast\u0103 ac\u021biune.",
11
+ "1 day ago": "acum 1 zi",
12
+ "1 hour ago": "acum 1 or\u0103",
13
+ "1 minute ago": "acum 1 minut",
14
+ "1 month ago": "acum 1 lun\u0103",
15
+ "1 reply": "1 r\u0103spuns",
16
+ "1 week ago": "acum 1 s\u0103pt\u0103m\xe2n\u0103",
17
+ "1 year ago": "acum 1 an",
18
+ "Add comment": "Ad\u0103ugare comentariu",
19
+ "Add comment...": "Ad\u0103ugare comentariu...",
20
+ "Are you sure you want to delete this comment?": "Sigur dori\u021bi s\u0103 \u0219terge\u021bi acest comentariu?",
21
+ "Clear": "Eliminare",
22
+ "Comment": "Comentariu",
23
+ "Comment Actions": "Ac\u021biuni comentariu",
24
+ "Comment or mention with @": "Comentariu sau men\u021biune cu @",
25
+ "Comments": "Comentarii",
26
+ "Conversation Actions": "Ac\u021biuni conversa\u021bie",
27
+ "Delete": "\u0218tergere",
28
+ "Delete all conversations": "\u0218terge\u021bi toate conversa\u021biile",
29
+ "Delete all conversations in the content? This cannot be undone.": "\u0218terge\u021bi toate conversa\u021biile din con\u021binut? Aceast\u0103 ac\u021biune nu poate fi inversat\u0103.",
30
+ "Delete comment": "Eliminare comentariu",
31
+ "Delete conversation": "\u0218terge\u021bi conversa\u021bia",
32
+ "Delete this conversation?": "\u0218terge\u021bi aceast\u0103 conversa\u021bie?",
33
+ "Edit": "Editare",
34
+ "No users found": "Nu a fost g\u0103sit niciun utilizator",
35
+ "Resolve": "Remediere",
36
+ "Resolve conversation": "Remediere conversa\u021bie",
37
+ "Resolve this conversation?": "Remedia\u021bi aceast\u0103 conversa\u021bie?",
38
+ "SHOW LESS": "AFI\u0218ARE MAI PU\u021aINE",
39
+ "SHOW MORE": "AFI\u0218ARE MAI MULTE",
40
+ "Save": "Salvare",
41
+ "Saving": "Salvare",
42
+ "Show comments": "Afi\u0219are comentarii",
43
+ "You are not allowed to delete all the conversations": "Nu ave\u021bi permisiunea de a \u0219terge toate conversa\u021biile",
44
+ "You are not allowed to delete this comment": "Nu ave\u021bi permisiunea de a \u0219terge acest comentariu",
45
+ "You are not allowed to delete this conversation": "Nu ave\u021bi permisiunea de a \u0219terge aceast\u0103 conversa\u021bie",
46
+ "You are not allowed to edit this comment": "Nu ave\u021bi permisiunea de a edita acest comentariu",
47
+ "You are not allowed to resolve this conversation": "Nu ave\u021bi permisiunea de a remedia aceast\u0103 conversa\u021bie",
48
+ "a moment ago": "acum c\xe2teva momente",
49
+ "{0} comments will be deleted. You can't undo this action.": "{0} comentarii vor fi \u0219terse. Nu pute\u021bi anula aceast\u0103 ac\u021biune.",
50
+ "{0} comments will be resolved. You can't undo this action.": "{0} comentarii vor fi remediate. Nu pute\u021bi anula aceast\u0103 ac\u021biune.",
51
+ "{0} days ago": "acum {0} zile",
52
+ "{0} hours ago": "acum {0} ore",
53
+ "{0} minutes ago": "acum {0} minute",
54
+ "{0} months ago": "acum {0} luni",
55
+ "{0} replies": "{0} r\u0103spunsuri",
56
+ "{0} weeks ago": "acum {0} s\u0103pt\u0103m\xe2ni",
57
+ "{0} years ago": "acum {0} ani"
58
+ });
@@ -0,0 +1,58 @@
1
+ /*!
2
+ * TinyMCE Language Pack
3
+ *
4
+ * Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
5
+ * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
+ */
7
+ tinymce.addI18n("ru", {
8
+ " (edited)": "(\u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043e)",
9
+ "1 comment will be deleted. You can't undo this action.": "\u0411\u0443\u0434\u0435\u0442 \u0443\u0434\u0430\u043b\u0435\u043d 1 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439. \u042d\u0442\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043d\u0435\u043b\u044c\u0437\u044f \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c.",
10
+ "1 comment will be resolved. You can't undo this action.": "\u0411\u0443\u0434\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d 1 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439. \u042d\u0442\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043d\u0435\u043b\u044c\u0437\u044f \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c.",
11
+ "1 day ago": "1 \u0434\u0435\u043d\u044c \u043d\u0430\u0437\u0430\u0434",
12
+ "1 hour ago": "1 \u0447 \u043d\u0430\u0437\u0430\u0434",
13
+ "1 minute ago": "1 \u043c\u0438\u043d. \u043d\u0430\u0437\u0430\u0434",
14
+ "1 month ago": "1 \u043c\u0435\u0441\u044f\u0446 \u043d\u0430\u0437\u0430\u0434",
15
+ "1 reply": "1\xa0\u043e\u0442\u0432\u0435\u0442",
16
+ "1 week ago": "1 \u043d\u0435\u0434\u0435\u043b\u044e \u043d\u0430\u0437\u0430\u0434",
17
+ "1 year ago": "1 \u0433\u043e\u0434 \u043d\u0430\u0437\u0430\u0434",
18
+ "Add comment": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439",
19
+ "Add comment...": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439",
20
+ "Are you sure you want to delete this comment?": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439?",
21
+ "Clear": "\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c",
22
+ "Comment": "\u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c",
23
+ "Comment Actions": "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0441 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u043c",
24
+ "Comment or mention with @": "\u041e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u0438\u043b\u0438 \u0443\u043f\u043e\u043c\u044f\u043d\u0438\u0442\u0435 @\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
25
+ "Comments": "\u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438",
26
+ "Conversation Actions": "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0441 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440\u043e\u043c",
27
+ "Delete": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c",
28
+ "Delete all conversations": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0435 \u0431\u0435\u0441\u0435\u0434\u044b",
29
+ "Delete all conversations in the content? This cannot be undone.": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0435 \u0431\u0435\u0441\u0435\u0434\u044b \u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u043c? \u042d\u0442\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u043e.",
30
+ "Delete comment": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439",
31
+ "Delete conversation": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0431\u0435\u0441\u0435\u0434\u0443",
32
+ "Delete this conversation?": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u0443 \u0431\u0435\u0441\u0435\u0434\u0443?",
33
+ "Edit": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c",
34
+ "No users found": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b",
35
+ "Resolve": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c",
36
+ "Resolve conversation": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0431\u0435\u0441\u0435\u0434\u0443",
37
+ "Resolve this conversation?": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u044d\u0442\u0443 \u0431\u0435\u0441\u0435\u0434\u0443?",
38
+ "SHOW LESS": "\u041f\u041e\u041a\u0410\u0417\u0410\u0422\u042c \u041c\u0415\u041d\u042c\u0428\u0415",
39
+ "SHOW MORE": "\u041f\u041e\u041a\u0410\u0417\u0410\u0422\u042c \u0411\u041e\u041b\u042c\u0428\u0415",
40
+ "Save": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c",
41
+ "Saving": "\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435",
42
+ "Show comments": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438",
43
+ "You are not allowed to delete all the conversations": "\u0412\u0430\u043c \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c \u0432\u0441\u0435 \u0431\u0435\u0441\u0435\u0434\u044b",
44
+ "You are not allowed to delete this comment": "\u0412\u0430\u043c \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c \u044d\u0442\u043e\u0442 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439",
45
+ "You are not allowed to delete this conversation": "\u0412\u0430\u043c \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c \u044d\u0442\u0443 \u0431\u0435\u0441\u0435\u0434\u0443",
46
+ "You are not allowed to edit this comment": "\u0412\u0430\u043c \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439",
47
+ "You are not allowed to resolve this conversation": "\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0430\u0442\u044c \u044d\u0442\u0443 \u0431\u0435\u0441\u0435\u0434\u0443",
48
+ "a moment ago": "\u0442\u043e\u043b\u044c\u043a\u043e \u0447\u0442\u043e",
49
+ "{0} comments will be deleted. You can't undo this action.": "\u0411\u0443\u0434\u0435\u0442 \u0443\u0434\u0430\u043b\u0435\u043d\u043e \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432: {0}. \u042d\u0442\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043d\u0435\u043b\u044c\u0437\u044f \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c.",
50
+ "{0} comments will be resolved. You can't undo this action.": "\u0411\u0443\u0434\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432: {0} \u042d\u0442\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043d\u0435\u043b\u044c\u0437\u044f \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c.",
51
+ "{0} days ago": "{0} \u0434\u043d. \u043d\u0430\u0437\u0430\u0434",
52
+ "{0} hours ago": "{0} \u0447 \u043d\u0430\u0437\u0430\u0434",
53
+ "{0} minutes ago": "{0} \u043c\u0438\u043d. \u043d\u0430\u0437\u0430\u0434",
54
+ "{0} months ago": "{0} \u043c\u0435\u0441. \u043d\u0430\u0437\u0430\u0434",
55
+ "{0} replies": "\u041e\u0442\u0432\u0435\u0442\u043e\u0432: {0}",
56
+ "{0} weeks ago": "{0} \u043d\u0435\u0434. \u043d\u0430\u0437\u0430\u0434",
57
+ "{0} years ago": "{0} \u0433\u043e\u0434\u0430 (\u043b\u0435\u0442) \u043d\u0430\u0437\u0430\u0434"
58
+ });
@@ -0,0 +1,58 @@
1
+ /*!
2
+ * TinyMCE Language Pack
3
+ *
4
+ * Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
5
+ * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
+ */
7
+ tinymce.addI18n("sk", {
8
+ " (edited)": "(upraven\xe9)",
9
+ "1 comment will be deleted. You can't undo this action.": "1 koment\xe1r bude odstr\xe1nen\xfd. Tento krok nem\xf4\u017eete vr\xe1ti\u0165 sp\xe4\u0165.",
10
+ "1 comment will be resolved. You can't undo this action.": "Vyrie\u0161i sa 1 koment\xe1r. Tento krok nem\xf4\u017eete vr\xe1ti\u0165 sp\xe4\u0165.",
11
+ "1 day ago": "pred 1 d\u0148om",
12
+ "1 hour ago": "pred 1 hodinou",
13
+ "1 minute ago": "pred 1 min\xfatou",
14
+ "1 month ago": "pred 1 mesiacom",
15
+ "1 reply": "1 odpove\u010f",
16
+ "1 week ago": "pred 1 t\xfd\u017ed\u0148om",
17
+ "1 year ago": "pred 1 rokom",
18
+ "Add comment": "Prida\u0165 koment\xe1r",
19
+ "Add comment...": "Prida\u0165 koment\xe1r...",
20
+ "Are you sure you want to delete this comment?": "Naozaj chcete odstr\xe1ni\u0165 tento koment\xe1r?",
21
+ "Clear": "Vymaza\u0165",
22
+ "Comment": "Koment\xe1r",
23
+ "Comment Actions": "Akcie koment\xe1rov",
24
+ "Comment or mention with @": "Pridajte koment\xe1r alebo zmienku pomocou @",
25
+ "Comments": "Koment\xe1re",
26
+ "Conversation Actions": "Akcie konverz\xe1cie",
27
+ "Delete": "Odstr\xe1ni\u0165",
28
+ "Delete all conversations": "Odstr\xe1ni\u0165 v\u0161etky konverz\xe1cie",
29
+ "Delete all conversations in the content? This cannot be undone.": "Odstr\xe1ni\u0165 v\u0161etky konverz\xe1cie z\xa0obsahu? Tento krok nie je mo\u017en\xe9 vr\xe1ti\u0165 sp\xe4\u0165.",
30
+ "Delete comment": "Vymaza\u0165 koment\xe1r",
31
+ "Delete conversation": "Odstr\xe1ni\u0165 konverz\xe1ciu",
32
+ "Delete this conversation?": "Odstr\xe1ni\u0165 t\xfato konverz\xe1ciu?",
33
+ "Edit": "Upravi\u0165",
34
+ "No users found": "Nena\u0161li sa \u017eiadni pou\u017e\xedvatelia",
35
+ "Resolve": "Vyrie\u0161i\u0165",
36
+ "Resolve conversation": "Vyrie\u0161i\u0165 konverz\xe1ciu",
37
+ "Resolve this conversation?": "Vyrie\u0161i\u0165 t\xfato konverz\xe1ciu?",
38
+ "SHOW LESS": "ZOBRAZI\u0164 MENEJ",
39
+ "SHOW MORE": "ZOBRAZI\u0164 VIAC",
40
+ "Save": "Ulo\u017ei\u0165",
41
+ "Saving": "Uklad\xe1 sa",
42
+ "Show comments": "Zobrazi\u0165 koment\xe1re",
43
+ "You are not allowed to delete all the conversations": "Nem\xe1te opr\xe1vnenie na odstr\xe1nenie v\u0161etk\xfdch konverz\xe1ci\xed",
44
+ "You are not allowed to delete this comment": "Nem\xe1te opr\xe1vnenie na odstr\xe1nenie tohto koment\xe1ra",
45
+ "You are not allowed to delete this conversation": "Nem\xe1te opr\xe1vnenie na odstr\xe1nenie tejto konverz\xe1cie",
46
+ "You are not allowed to edit this comment": "Nem\xe1te opr\xe1vnenie na \xfapravu tohto koment\xe1ra",
47
+ "You are not allowed to resolve this conversation": "Nem\xe1te opr\xe1vnenie na vyrie\u0161enie tejto konverz\xe1cie",
48
+ "a moment ago": "pred chv\xed\u013eou",
49
+ "{0} comments will be deleted. You can't undo this action.": "{0} koment\xe1rov bude odstr\xe1nen\xfdch. Tento krok nem\xf4\u017eete vr\xe1ti\u0165 sp\xe4\u0165.",
50
+ "{0} comments will be resolved. You can't undo this action.": "Vyrie\u0161i sa {0} koment\xe1rov. Tento krok nem\xf4\u017eete vr\xe1ti\u0165 sp\xe4\u0165.",
51
+ "{0} days ago": "pred {0} d\u0148ami",
52
+ "{0} hours ago": "pred {0} hodinami",
53
+ "{0} minutes ago": "pred {0} min\xfatami",
54
+ "{0} months ago": "pred {0} mesiacmi",
55
+ "{0} replies": "{0} odpoved\xed",
56
+ "{0} weeks ago": "pred {0} t\xfd\u017ed\u0148ami",
57
+ "{0} years ago": "pred {0} rokmi"
58
+ });
@@ -0,0 +1,58 @@
1
+ /*!
2
+ * TinyMCE Language Pack
3
+ *
4
+ * Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
5
+ * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
+ */
7
+ tinymce.addI18n("sl_SI", {
8
+ " (edited)": "(urejeno)",
9
+ "1 comment will be deleted. You can't undo this action.": "1 komentar bo izbrisan. Tega dejanja ni mogo\u010de razveljaviti.",
10
+ "1 comment will be resolved. You can't undo this action.": "1 komentar bo razre\u0161en. Tega dejanja ni mogo\u010de razveljaviti.",
11
+ "1 day ago": "pred 1 dnem",
12
+ "1 hour ago": "pred 1 uro",
13
+ "1 minute ago": "pred 1 minuto",
14
+ "1 month ago": "pred 1 mesecem",
15
+ "1 reply": "1 odgovor",
16
+ "1 week ago": "pred 1 tednom",
17
+ "1 year ago": "pred 1 letom",
18
+ "Add comment": "Dodaj komentar",
19
+ "Add comment...": "Dodaj komentar ...",
20
+ "Are you sure you want to delete this comment?": "Ali ste prepri\u010dani, da \u017eelite izbrisati ta komentar?",
21
+ "Clear": "Po\u010disti",
22
+ "Comment": "Komentar",
23
+ "Comment Actions": "Dejanja za komentarje",
24
+ "Comment or mention with @": "Komentar ali omemba z znakom @",
25
+ "Comments": "Komentarji",
26
+ "Conversation Actions": "Dejanja za pogovor",
27
+ "Delete": "Izbri\u0161i",
28
+ "Delete all conversations": "Izbri\u0161i vse pogovore",
29
+ "Delete all conversations in the content? This cannot be undone.": "Ali \u017eelite izbrisati vse pogovore v vsebini? Tega ni mogo\u010de razveljaviti.",
30
+ "Delete comment": "Izbri\u0161i komentar",
31
+ "Delete conversation": "Izbri\u0161i pogovor",
32
+ "Delete this conversation?": "Ali \u017eelite izbrisati ta pogovor?",
33
+ "Edit": "Uredi",
34
+ "No users found": "Noben uporabnik ni bil najden",
35
+ "Resolve": "Razre\u0161i",
36
+ "Resolve conversation": "Razre\u0161i pogovor",
37
+ "Resolve this conversation?": "Ali \u017eelite razre\u0161iti ta pogovor?",
38
+ "SHOW LESS": "PRIKA\u017dI MANJ",
39
+ "SHOW MORE": "PRIKA\u017dI VE\u010c",
40
+ "Save": "Shrani",
41
+ "Saving": "Shranjevanje",
42
+ "Show comments": "Prika\u017ei komentarje",
43
+ "You are not allowed to delete all the conversations": "Ne smete izbrisati vseh pogovorov.",
44
+ "You are not allowed to delete this comment": "Tega komentarja ne smete izbrisati.",
45
+ "You are not allowed to delete this conversation": "Tega pogovora ne smete izbrisati.",
46
+ "You are not allowed to edit this comment": "Nimate pravic za urejanje tega komentarja.",
47
+ "You are not allowed to resolve this conversation": "Tega pogovora ne smete razre\u0161iti.",
48
+ "a moment ago": "ravnokar",
49
+ "{0} comments will be deleted. You can't undo this action.": "Toliko komentarjev bo izbrisanih: {0} Tega dejanja ni mogo\u010de razveljaviti.",
50
+ "{0} comments will be resolved. You can't undo this action.": "\u0160tevilo razre\u0161enih komentarjev: {0} Tega dejanja ni mogo\u010de razveljaviti.",
51
+ "{0} days ago": "pred toliko dnevi: {0}",
52
+ "{0} hours ago": "pred toliko urami: {0}",
53
+ "{0} minutes ago": "pred toliko minutami: {0}",
54
+ "{0} months ago": "pred toliko meseci: {0}",
55
+ "{0} replies": "\u0160t. odgovorov: {0}",
56
+ "{0} weeks ago": "pred toliko tedni: {0}",
57
+ "{0} years ago": "pred toliko leti: {0}"
58
+ });