@ui5/webcomponents-fiori 1.1.1 → 1.2.1

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 (454) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/README.md +3 -0
  3. package/dist/Bar.js +3 -2
  4. package/dist/BarcodeScannerDialog.js +2 -2
  5. package/dist/DynamicSideContent.js +4 -5
  6. package/dist/FilterItem.js +2 -2
  7. package/dist/FilterItemOption.js +2 -2
  8. package/dist/FlexibleColumnLayout.js +31 -3
  9. package/dist/IllustratedMessage.js +7 -1
  10. package/dist/Interfaces.js +10 -0
  11. package/dist/MediaGallery.js +1 -1
  12. package/dist/MediaGalleryItem.js +4 -5
  13. package/dist/NotificationListItem.js +1 -2
  14. package/dist/Page.js +2 -2
  15. package/dist/ShellBar.js +13 -6
  16. package/dist/SideNavigation.js +5 -2
  17. package/dist/SortItem.js +2 -2
  18. package/dist/Timeline.js +16 -2
  19. package/dist/TimelineItem.js +1 -1
  20. package/dist/UploadCollection.js +1 -1
  21. package/dist/ViewSettingsDialog.js +25 -8
  22. package/dist/Wizard.js +2 -2
  23. package/dist/WizardStep.js +3 -3
  24. package/dist/WizardTab.js +5 -5
  25. package/dist/api.json +183 -29
  26. package/dist/css/themes/BarcodeScannerDialog.css +1 -1
  27. package/dist/css/themes/ViewSettingsDialog.css +1 -1
  28. package/dist/css/themes/Wizard.css +1 -1
  29. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  30. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  31. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  32. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  33. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  34. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  35. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  36. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  37. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  38. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  39. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  40. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  41. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  42. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  43. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  44. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  45. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  46. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  47. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  48. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  49. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  50. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  51. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  52. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  53. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  54. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  55. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  56. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  57. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  58. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  59. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  60. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  61. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  62. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  63. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  64. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  65. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  66. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  67. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  68. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  69. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  70. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  71. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  72. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  73. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  74. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  75. package/dist/generated/i18n/i18n-defaults.js +1 -1
  76. package/dist/generated/templates/FilterItemTemplate.lit.js +2 -2
  77. package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
  78. package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js +3 -3
  79. package/dist/generated/templates/NotificationListItemTemplate.lit.js +2 -2
  80. package/dist/generated/templates/ShellBarTemplate.lit.js +6 -6
  81. package/dist/generated/templates/TimelineTemplate.lit.js +1 -1
  82. package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +5 -5
  83. package/dist/generated/templates/ViewSettingsDialogTemplate.lit.js +3 -3
  84. package/dist/generated/templates/WizardPopoverTemplate.lit.js +1 -1
  85. package/dist/generated/themes/BarcodeScannerDialog.css.js +1 -1
  86. package/dist/generated/themes/ViewSettingsDialog.css.js +1 -1
  87. package/dist/generated/themes/Wizard.css.js +1 -1
  88. package/dist/i18n/messagebundle_ar.properties +52 -0
  89. package/dist/i18n/messagebundle_bg.properties +52 -0
  90. package/dist/i18n/messagebundle_ca.properties +52 -0
  91. package/dist/i18n/messagebundle_cs.properties +52 -0
  92. package/dist/i18n/messagebundle_cy.properties +52 -0
  93. package/dist/i18n/messagebundle_da.properties +52 -0
  94. package/dist/i18n/messagebundle_de.properties +52 -0
  95. package/dist/i18n/messagebundle_el.properties +52 -0
  96. package/dist/i18n/messagebundle_en.properties +52 -0
  97. package/dist/i18n/messagebundle_en_GB.properties +52 -0
  98. package/dist/i18n/messagebundle_en_US_sappsd.properties +52 -0
  99. package/dist/i18n/messagebundle_en_US_saptrc.properties +52 -0
  100. package/dist/i18n/messagebundle_es.properties +52 -0
  101. package/dist/i18n/messagebundle_es_MX.properties +52 -0
  102. package/dist/i18n/messagebundle_et.properties +52 -0
  103. package/dist/i18n/messagebundle_fi.properties +52 -0
  104. package/dist/i18n/messagebundle_fr.properties +52 -0
  105. package/dist/i18n/messagebundle_fr_CA.properties +52 -0
  106. package/dist/i18n/messagebundle_hi.properties +52 -0
  107. package/dist/i18n/messagebundle_hr.properties +52 -0
  108. package/dist/i18n/messagebundle_hu.properties +52 -0
  109. package/dist/i18n/messagebundle_id.properties +52 -0
  110. package/dist/i18n/messagebundle_it.properties +52 -0
  111. package/dist/i18n/messagebundle_iw.properties +52 -0
  112. package/dist/i18n/messagebundle_ja.properties +52 -0
  113. package/dist/i18n/messagebundle_kk.properties +52 -0
  114. package/dist/i18n/messagebundle_ko.properties +52 -0
  115. package/dist/i18n/messagebundle_lt.properties +52 -0
  116. package/dist/i18n/messagebundle_lv.properties +52 -0
  117. package/dist/i18n/messagebundle_ms.properties +52 -0
  118. package/dist/i18n/messagebundle_nl.properties +52 -0
  119. package/dist/i18n/messagebundle_no.properties +52 -0
  120. package/dist/i18n/messagebundle_pl.properties +52 -0
  121. package/dist/i18n/messagebundle_pt.properties +52 -0
  122. package/dist/i18n/messagebundle_pt_PT.properties +52 -0
  123. package/dist/i18n/messagebundle_ro.properties +52 -0
  124. package/dist/i18n/messagebundle_ru.properties +52 -0
  125. package/dist/i18n/messagebundle_sh.properties +52 -0
  126. package/dist/i18n/messagebundle_sk.properties +52 -0
  127. package/dist/i18n/messagebundle_sl.properties +52 -0
  128. package/dist/i18n/messagebundle_sv.properties +52 -0
  129. package/dist/i18n/messagebundle_th.properties +52 -0
  130. package/dist/i18n/messagebundle_tr.properties +52 -0
  131. package/dist/i18n/messagebundle_uk.properties +53 -1
  132. package/dist/i18n/messagebundle_vi.properties +52 -0
  133. package/dist/i18n/messagebundle_zh_CN.properties +52 -0
  134. package/dist/i18n/messagebundle_zh_TW.properties +52 -0
  135. package/dist/illustrations/tnt/ChartArea.js +20 -0
  136. package/dist/illustrations/tnt/ChartArea2.js +20 -0
  137. package/dist/illustrations/tnt/ChartBPMNFlow.js +20 -0
  138. package/dist/illustrations/tnt/ChartBar.js +20 -0
  139. package/dist/illustrations/tnt/ChartBullet.js +20 -0
  140. package/dist/illustrations/tnt/ChartDoughnut.js +20 -0
  141. package/dist/illustrations/tnt/ChartFlow.js +20 -0
  142. package/dist/illustrations/tnt/ChartGantt.js +20 -0
  143. package/dist/illustrations/tnt/ChartOrg.js +20 -0
  144. package/dist/illustrations/tnt/ChartPie.js +20 -0
  145. package/dist/illustrations/tnt/Components.js +20 -0
  146. package/dist/illustrations/tnt/Secrets.js +20 -0
  147. package/dist/illustrations/tnt/Systems.js +20 -0
  148. package/dist/illustrations/tnt/Teams.js +20 -0
  149. package/dist/illustrations/tnt/Tools.js +20 -0
  150. package/dist/illustrations/tnt/UnableToLoad.js +20 -0
  151. package/dist/illustrations/tnt/User2.js +20 -0
  152. package/dist/illustrations/tnt/tnt-Dialog-ChartArea.js +14 -0
  153. package/dist/illustrations/tnt/tnt-Dialog-ChartArea2.js +12 -0
  154. package/dist/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.js +13 -0
  155. package/dist/illustrations/tnt/tnt-Dialog-ChartBar.js +12 -0
  156. package/dist/illustrations/tnt/tnt-Dialog-ChartBullet.js +14 -0
  157. package/dist/illustrations/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
  158. package/dist/illustrations/tnt/tnt-Dialog-ChartFlow.js +13 -0
  159. package/dist/illustrations/tnt/tnt-Dialog-ChartGantt.js +17 -0
  160. package/dist/illustrations/tnt/tnt-Dialog-ChartOrg.js +15 -0
  161. package/dist/illustrations/tnt/tnt-Dialog-ChartPie.js +12 -0
  162. package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +5 -5
  163. package/dist/illustrations/tnt/tnt-Dialog-Company.js +12 -12
  164. package/dist/illustrations/tnt/tnt-Dialog-Components.js +9 -0
  165. package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +10 -10
  166. package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +16 -16
  167. package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +15 -15
  168. package/dist/illustrations/tnt/tnt-Dialog-Lock.js +11 -11
  169. package/dist/illustrations/tnt/tnt-Dialog-Mission.js +17 -17
  170. package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +15 -15
  171. package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +11 -11
  172. package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +15 -15
  173. package/dist/illustrations/tnt/tnt-Dialog-Radar.js +14 -14
  174. package/dist/illustrations/tnt/tnt-Dialog-Secrets.js +12 -0
  175. package/dist/illustrations/tnt/tnt-Dialog-Services.js +15 -15
  176. package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +10 -10
  177. package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +9 -9
  178. package/dist/illustrations/tnt/tnt-Dialog-Success.js +9 -9
  179. package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +9 -9
  180. package/dist/illustrations/tnt/tnt-Dialog-Systems.js +12 -0
  181. package/dist/illustrations/tnt/tnt-Dialog-Teams.js +17 -0
  182. package/dist/illustrations/tnt/tnt-Dialog-Tools.js +12 -0
  183. package/dist/illustrations/tnt/tnt-Dialog-UnableToLoad.js +10 -0
  184. package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +11 -11
  185. package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +10 -10
  186. package/dist/illustrations/tnt/tnt-Dialog-User2.js +13 -0
  187. package/dist/illustrations/tnt/tnt-Scene-ChartArea.js +22 -0
  188. package/dist/illustrations/tnt/tnt-Scene-ChartArea2.js +19 -0
  189. package/dist/illustrations/tnt/tnt-Scene-ChartBPMNFlow.js +21 -0
  190. package/dist/illustrations/tnt/tnt-Scene-ChartBar.js +19 -0
  191. package/dist/illustrations/tnt/tnt-Scene-ChartBullet.js +20 -0
  192. package/dist/illustrations/tnt/tnt-Scene-ChartDoughnut.js +19 -0
  193. package/dist/illustrations/tnt/tnt-Scene-ChartFlow.js +20 -0
  194. package/dist/illustrations/tnt/tnt-Scene-ChartGantt.js +26 -0
  195. package/dist/illustrations/tnt/tnt-Scene-ChartOrg.js +27 -0
  196. package/dist/illustrations/tnt/tnt-Scene-ChartPie.js +18 -0
  197. package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +8 -8
  198. package/dist/illustrations/tnt/tnt-Scene-Company.js +29 -29
  199. package/dist/illustrations/tnt/tnt-Scene-Components.js +16 -0
  200. package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +13 -13
  201. package/dist/illustrations/tnt/tnt-Scene-FaceID.js +20 -20
  202. package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +34 -34
  203. package/dist/illustrations/tnt/tnt-Scene-Lock.js +21 -21
  204. package/dist/illustrations/tnt/tnt-Scene-Mission.js +18 -18
  205. package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +17 -17
  206. package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +19 -19
  207. package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +16 -16
  208. package/dist/illustrations/tnt/tnt-Scene-Radar.js +19 -19
  209. package/dist/illustrations/tnt/tnt-Scene-Secrets.js +15 -0
  210. package/dist/illustrations/tnt/tnt-Scene-Services.js +16 -16
  211. package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +17 -17
  212. package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +16 -16
  213. package/dist/illustrations/tnt/tnt-Scene-Success.js +17 -17
  214. package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +19 -19
  215. package/dist/illustrations/tnt/tnt-Scene-Systems.js +13 -0
  216. package/dist/illustrations/tnt/tnt-Scene-Teams.js +20 -0
  217. package/dist/illustrations/tnt/tnt-Scene-Tools.js +19 -0
  218. package/dist/illustrations/tnt/tnt-Scene-UnableToLoad.js +21 -0
  219. package/dist/illustrations/tnt/tnt-Scene-Unlock.js +14 -14
  220. package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +21 -21
  221. package/dist/illustrations/tnt/tnt-Scene-User2.js +22 -0
  222. package/dist/illustrations/tnt/tnt-Spot-ChartArea.js +13 -0
  223. package/dist/illustrations/tnt/tnt-Spot-ChartArea2.js +7 -0
  224. package/dist/illustrations/tnt/tnt-Spot-ChartBPMNFlow.js +9 -0
  225. package/dist/illustrations/tnt/tnt-Spot-ChartBar.js +8 -0
  226. package/dist/illustrations/tnt/tnt-Spot-ChartBullet.js +10 -0
  227. package/dist/illustrations/tnt/tnt-Spot-ChartDoughnut.js +9 -0
  228. package/dist/illustrations/tnt/tnt-Spot-ChartFlow.js +8 -0
  229. package/dist/illustrations/tnt/tnt-Spot-ChartGantt.js +12 -0
  230. package/dist/illustrations/tnt/tnt-Spot-ChartOrg.js +6 -0
  231. package/dist/illustrations/tnt/tnt-Spot-ChartPie.js +8 -0
  232. package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +5 -5
  233. package/dist/illustrations/tnt/tnt-Spot-Company.js +12 -12
  234. package/dist/illustrations/tnt/tnt-Spot-Components.js +5 -0
  235. package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +8 -8
  236. package/dist/illustrations/tnt/tnt-Spot-FaceID.js +15 -15
  237. package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +9 -9
  238. package/dist/illustrations/tnt/tnt-Spot-Lock.js +12 -12
  239. package/dist/illustrations/tnt/tnt-Spot-Mission.js +16 -16
  240. package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +11 -11
  241. package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +8 -8
  242. package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +11 -11
  243. package/dist/illustrations/tnt/tnt-Spot-Radar.js +13 -13
  244. package/dist/illustrations/tnt/tnt-Spot-Secrets.js +9 -0
  245. package/dist/illustrations/tnt/tnt-Spot-Services.js +13 -14
  246. package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +8 -8
  247. package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +8 -8
  248. package/dist/illustrations/tnt/tnt-Spot-Success.js +8 -8
  249. package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +8 -8
  250. package/dist/illustrations/tnt/tnt-Spot-Systems.js +10 -0
  251. package/dist/illustrations/tnt/tnt-Spot-Teams.js +13 -0
  252. package/dist/illustrations/tnt/tnt-Spot-Tools.js +7 -0
  253. package/dist/illustrations/tnt/tnt-Spot-UnableToLoad.js +9 -0
  254. package/dist/illustrations/tnt/tnt-Spot-Unlock.js +10 -10
  255. package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +9 -9
  256. package/dist/illustrations/tnt/tnt-Spot-User2.js +10 -0
  257. package/dist/types/IllustrationMessageType.js +102 -0
  258. package/dist/types/MediaGalleryLayout.js +3 -3
  259. package/package.json +10 -8
  260. package/src/Bar.js +3 -2
  261. package/src/BarcodeScannerDialog.js +2 -2
  262. package/src/DynamicSideContent.js +4 -5
  263. package/src/FilterItem.js +2 -2
  264. package/src/FilterItemOption.js +2 -2
  265. package/src/FlexibleColumnLayout.hbs +8 -5
  266. package/src/FlexibleColumnLayout.js +31 -3
  267. package/src/IllustratedMessage.js +7 -1
  268. package/src/Interfaces.js +10 -0
  269. package/src/MediaGallery.js +1 -1
  270. package/src/MediaGalleryItem.js +4 -5
  271. package/src/NotificationListGroupItem.hbs +3 -3
  272. package/src/NotificationListItem.hbs +2 -2
  273. package/src/NotificationListItem.js +1 -2
  274. package/src/Page.js +2 -2
  275. package/src/ShellBar.hbs +8 -11
  276. package/src/ShellBar.js +13 -6
  277. package/src/SideNavigation.js +5 -2
  278. package/src/SortItem.js +2 -2
  279. package/src/Timeline.hbs +1 -1
  280. package/src/Timeline.js +16 -2
  281. package/src/TimelineItem.js +1 -1
  282. package/src/UploadCollection.js +1 -1
  283. package/src/UploadCollectionItem.hbs +3 -3
  284. package/src/ViewSettingsDialog.hbs +3 -3
  285. package/src/ViewSettingsDialog.js +25 -8
  286. package/src/Wizard.js +2 -2
  287. package/src/WizardPopover.hbs +0 -1
  288. package/src/WizardStep.js +3 -3
  289. package/src/WizardTab.js +5 -5
  290. package/src/i18n/messagebundle_ar.properties +52 -0
  291. package/src/i18n/messagebundle_bg.properties +52 -0
  292. package/src/i18n/messagebundle_ca.properties +52 -0
  293. package/src/i18n/messagebundle_cs.properties +52 -0
  294. package/src/i18n/messagebundle_cy.properties +52 -0
  295. package/src/i18n/messagebundle_da.properties +52 -0
  296. package/src/i18n/messagebundle_de.properties +52 -0
  297. package/src/i18n/messagebundle_el.properties +52 -0
  298. package/src/i18n/messagebundle_en.properties +52 -0
  299. package/src/i18n/messagebundle_en_GB.properties +52 -0
  300. package/src/i18n/messagebundle_en_US_sappsd.properties +52 -0
  301. package/src/i18n/messagebundle_en_US_saptrc.properties +52 -0
  302. package/src/i18n/messagebundle_es.properties +52 -0
  303. package/src/i18n/messagebundle_es_MX.properties +52 -0
  304. package/src/i18n/messagebundle_et.properties +52 -0
  305. package/src/i18n/messagebundle_fi.properties +52 -0
  306. package/src/i18n/messagebundle_fr.properties +52 -0
  307. package/src/i18n/messagebundle_fr_CA.properties +52 -0
  308. package/src/i18n/messagebundle_hi.properties +52 -0
  309. package/src/i18n/messagebundle_hr.properties +52 -0
  310. package/src/i18n/messagebundle_hu.properties +52 -0
  311. package/src/i18n/messagebundle_id.properties +52 -0
  312. package/src/i18n/messagebundle_it.properties +52 -0
  313. package/src/i18n/messagebundle_iw.properties +52 -0
  314. package/src/i18n/messagebundle_ja.properties +52 -0
  315. package/src/i18n/messagebundle_kk.properties +52 -0
  316. package/src/i18n/messagebundle_ko.properties +52 -0
  317. package/src/i18n/messagebundle_lt.properties +52 -0
  318. package/src/i18n/messagebundle_lv.properties +52 -0
  319. package/src/i18n/messagebundle_ms.properties +52 -0
  320. package/src/i18n/messagebundle_nl.properties +52 -0
  321. package/src/i18n/messagebundle_no.properties +52 -0
  322. package/src/i18n/messagebundle_pl.properties +52 -0
  323. package/src/i18n/messagebundle_pt.properties +52 -0
  324. package/src/i18n/messagebundle_pt_PT.properties +52 -0
  325. package/src/i18n/messagebundle_ro.properties +52 -0
  326. package/src/i18n/messagebundle_ru.properties +52 -0
  327. package/src/i18n/messagebundle_sh.properties +52 -0
  328. package/src/i18n/messagebundle_sk.properties +52 -0
  329. package/src/i18n/messagebundle_sl.properties +52 -0
  330. package/src/i18n/messagebundle_sv.properties +52 -0
  331. package/src/i18n/messagebundle_th.properties +52 -0
  332. package/src/i18n/messagebundle_tr.properties +52 -0
  333. package/src/i18n/messagebundle_uk.properties +53 -1
  334. package/src/i18n/messagebundle_vi.properties +52 -0
  335. package/src/i18n/messagebundle_zh_CN.properties +52 -0
  336. package/src/i18n/messagebundle_zh_TW.properties +52 -0
  337. package/src/illustrations/tnt/tnt-Dialog-ChartArea.svg +14 -0
  338. package/src/illustrations/tnt/tnt-Dialog-ChartArea2.svg +12 -0
  339. package/src/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.svg +13 -0
  340. package/src/illustrations/tnt/tnt-Dialog-ChartBar.svg +12 -0
  341. package/src/illustrations/tnt/tnt-Dialog-ChartBullet.svg +14 -0
  342. package/src/illustrations/tnt/tnt-Dialog-ChartDoughnut.svg +13 -0
  343. package/src/illustrations/tnt/tnt-Dialog-ChartFlow.svg +13 -0
  344. package/src/illustrations/tnt/tnt-Dialog-ChartGantt.svg +17 -0
  345. package/src/illustrations/tnt/tnt-Dialog-ChartOrg.svg +15 -0
  346. package/src/illustrations/tnt/tnt-Dialog-ChartPie.svg +12 -0
  347. package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +5 -5
  348. package/src/illustrations/tnt/tnt-Dialog-Company.svg +12 -12
  349. package/src/illustrations/tnt/tnt-Dialog-Components.svg +9 -0
  350. package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +10 -10
  351. package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +16 -16
  352. package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +15 -15
  353. package/src/illustrations/tnt/tnt-Dialog-Lock.svg +11 -11
  354. package/src/illustrations/tnt/tnt-Dialog-Mission.svg +17 -17
  355. package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +15 -15
  356. package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +11 -11
  357. package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +15 -15
  358. package/src/illustrations/tnt/tnt-Dialog-Radar.svg +14 -14
  359. package/src/illustrations/tnt/tnt-Dialog-Secrets.svg +11 -0
  360. package/src/illustrations/tnt/tnt-Dialog-Services.svg +15 -15
  361. package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +10 -10
  362. package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +9 -9
  363. package/src/illustrations/tnt/tnt-Dialog-Success.svg +9 -9
  364. package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +9 -9
  365. package/src/illustrations/tnt/tnt-Dialog-Systems.svg +11 -0
  366. package/src/illustrations/tnt/tnt-Dialog-Teams.svg +17 -0
  367. package/src/illustrations/tnt/tnt-Dialog-Tools.svg +12 -0
  368. package/src/illustrations/tnt/tnt-Dialog-UnableToLoad.svg +9 -0
  369. package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +11 -11
  370. package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +10 -10
  371. package/src/illustrations/tnt/tnt-Dialog-User2.svg +13 -0
  372. package/src/illustrations/tnt/tnt-Scene-ChartArea.svg +22 -0
  373. package/src/illustrations/tnt/tnt-Scene-ChartArea2.svg +19 -0
  374. package/src/illustrations/tnt/tnt-Scene-ChartBPMNFlow.svg +21 -0
  375. package/src/illustrations/tnt/tnt-Scene-ChartBar.svg +19 -0
  376. package/src/illustrations/tnt/tnt-Scene-ChartBullet.svg +20 -0
  377. package/src/illustrations/tnt/tnt-Scene-ChartDoughnut.svg +19 -0
  378. package/src/illustrations/tnt/tnt-Scene-ChartFlow.svg +20 -0
  379. package/src/illustrations/tnt/tnt-Scene-ChartGantt.svg +26 -0
  380. package/src/illustrations/tnt/tnt-Scene-ChartOrg.svg +26 -0
  381. package/src/illustrations/tnt/tnt-Scene-ChartPie.svg +18 -0
  382. package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +8 -8
  383. package/src/illustrations/tnt/tnt-Scene-Company.svg +29 -29
  384. package/src/illustrations/tnt/tnt-Scene-Components.svg +16 -0
  385. package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +13 -13
  386. package/src/illustrations/tnt/tnt-Scene-FaceID.svg +20 -20
  387. package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +34 -34
  388. package/src/illustrations/tnt/tnt-Scene-Lock.svg +21 -21
  389. package/src/illustrations/tnt/tnt-Scene-Mission.svg +18 -18
  390. package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +17 -17
  391. package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +19 -19
  392. package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +16 -16
  393. package/src/illustrations/tnt/tnt-Scene-Radar.svg +19 -19
  394. package/src/illustrations/tnt/tnt-Scene-Secrets.svg +14 -0
  395. package/src/illustrations/tnt/tnt-Scene-Services.svg +16 -16
  396. package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +17 -17
  397. package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +16 -16
  398. package/src/illustrations/tnt/tnt-Scene-Success.svg +17 -17
  399. package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +19 -19
  400. package/src/illustrations/tnt/tnt-Scene-Systems.svg +12 -0
  401. package/src/illustrations/tnt/tnt-Scene-Teams.svg +20 -0
  402. package/src/illustrations/tnt/tnt-Scene-Tools.svg +18 -0
  403. package/src/illustrations/tnt/tnt-Scene-UnableToLoad.svg +20 -0
  404. package/src/illustrations/tnt/tnt-Scene-Unlock.svg +14 -14
  405. package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +21 -21
  406. package/src/illustrations/tnt/tnt-Scene-User2.svg +22 -0
  407. package/src/illustrations/tnt/tnt-Spot-ChartArea.svg +13 -0
  408. package/src/illustrations/tnt/tnt-Spot-ChartArea2.svg +7 -0
  409. package/src/illustrations/tnt/tnt-Spot-ChartBPMNFlow.svg +9 -0
  410. package/src/illustrations/tnt/tnt-Spot-ChartBar.svg +8 -0
  411. package/src/illustrations/tnt/tnt-Spot-ChartBullet.svg +10 -0
  412. package/src/illustrations/tnt/tnt-Spot-ChartDoughnut.svg +9 -0
  413. package/src/illustrations/tnt/tnt-Spot-ChartFlow.svg +8 -0
  414. package/src/illustrations/tnt/tnt-Spot-ChartGantt.svg +12 -0
  415. package/src/illustrations/tnt/tnt-Spot-ChartOrg.svg +6 -0
  416. package/src/illustrations/tnt/tnt-Spot-ChartPie.svg +8 -0
  417. package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +5 -5
  418. package/src/illustrations/tnt/tnt-Spot-Company.svg +12 -12
  419. package/src/illustrations/tnt/tnt-Spot-Components.svg +5 -0
  420. package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +8 -8
  421. package/src/illustrations/tnt/tnt-Spot-FaceID.svg +15 -15
  422. package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +9 -9
  423. package/src/illustrations/tnt/tnt-Spot-Lock.svg +12 -12
  424. package/src/illustrations/tnt/tnt-Spot-Mission.svg +16 -16
  425. package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +11 -11
  426. package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +8 -8
  427. package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +11 -11
  428. package/src/illustrations/tnt/tnt-Spot-Radar.svg +13 -13
  429. package/src/illustrations/tnt/tnt-Spot-Secrets.svg +9 -0
  430. package/src/illustrations/tnt/tnt-Spot-Services.svg +13 -14
  431. package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +8 -8
  432. package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +8 -8
  433. package/src/illustrations/tnt/tnt-Spot-Success.svg +8 -8
  434. package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +8 -8
  435. package/src/illustrations/tnt/tnt-Spot-Systems.svg +10 -0
  436. package/src/illustrations/tnt/tnt-Spot-Teams.svg +13 -0
  437. package/src/illustrations/tnt/tnt-Spot-Tools.svg +7 -0
  438. package/src/illustrations/tnt/tnt-Spot-UnableToLoad.svg +8 -0
  439. package/src/illustrations/tnt/tnt-Spot-Unlock.svg +10 -10
  440. package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +9 -9
  441. package/src/illustrations/tnt/tnt-Spot-User2.svg +10 -0
  442. package/src/themes/BarcodeScannerDialog.css +0 -5
  443. package/src/themes/ViewSettingsDialog.css +11 -0
  444. package/src/themes/Wizard.css +1 -1
  445. package/src/themes/WizardPopover.css +1 -1
  446. package/src/types/IllustrationMessageType.js +102 -0
  447. package/src/types/MediaGalleryLayout.js +3 -3
  448. package/dist/illustrations/NewMail.js +0 -28
  449. package/dist/illustrations/sapIllus-Dialog-NewMail.js +0 -22
  450. package/dist/illustrations/sapIllus-Scene-NewMail.js +0 -55
  451. package/dist/illustrations/sapIllus-Spot-NewMail.js +0 -19
  452. package/src/illustrations/sapIllus-Dialog-NewMail.svg +0 -21
  453. package/src/illustrations/sapIllus-Scene-NewMail.svg +0 -54
  454. package/src/illustrations/sapIllus-Spot-NewMail.svg +0 -18
@@ -160,7 +160,7 @@ IM_TITLE_NOSAVEDITEMS=Ви ще не додали жодних обраних е
160
160
 
161
161
  IM_SUBTITLE_NOSAVEDITEMS=Створити список своїх обраних елементів зараз?
162
162
 
163
- IM_TITLE_NOSEARCHRESULTS=Результати не знайдено
163
+ IM_TITLE_NOSEARCHRESULTS=Результати не знайдені
164
164
 
165
165
  IM_SUBTITLE_NOSEARCHRESULTS=Спробуйте змінити свої критерії пошуку.
166
166
 
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Не вдалося завантажити дані
172
172
 
173
173
  IM_SUBTITLE_UNABLETOLOAD=Перевірте своє Інтернет-з’єднання. Якщо це не допоможе, спробуйте перезавантажити. Якщо це теж не допоможе, зверніться до свого адміністратора.
174
174
 
175
+ IM_TITLE_UNABLETOLOADIMAGE=Не вдалося завантажити зображення
176
+
177
+ IM_SUBTITLE_UNABLETOLOADIMAGE=Нам не вдалося знайти зображення у вказаному місці, або сервер не відповідає.
178
+
175
179
  IM_TITLE_UNABLETOUPLOAD=Не вдалося вивантажити дані
176
180
 
177
181
  IM_SUBTITLE_UNABLETOUPLOAD=Перевірте своє Інтернет-з’єднання. Якщо воно не є причиною, перевірте формат та розмір файлу. У іншому випадку зверніться до свого адміністратора.
178
182
 
183
+ IM_TITLE_ADDCOLUMN=Здається, вільне місце існує
184
+
185
+ IM_SUBTITLE_ADDCOLUMN=Ви можете додати більше стовпчиків у налаштуваннях таблиці.
186
+
187
+ IM_TITLE_ADDPEOPLE=Ви ще нікого не додали до календаря
188
+
189
+ IM_SUBTITLE_ADDPEOPLE=Додати будь-кого зараз?
190
+
191
+ IM_TITLE_BALLOONSKY=Ми вам дуже вдячні!
192
+
193
+ IM_SUBTITLE_BALLOONSKY=Чудова робота!
194
+
195
+ IM_TITLE_EMPTYPLANNINGCALENDAR=Ще нічого не заплановано
196
+
197
+ IM_SUBTITLE_EMPTYPLANNINGCALENDAR=У цьому періоді немає жодних заходів.
198
+
199
+ IM_TITLE_FILTERTABLE=Доступні параметри фільтрування
200
+
201
+ IM_SUBTITLE_FILTERTABLE=Фільтри допомагають вам зосередитися на найважливіших для вас речах.
202
+
203
+ IM_TITLE_GROUPTABLE=Спробуйте згрупувати позиції для кращого огляду
204
+
205
+ IM_SUBTITLE_GROUPTABLE=Ви можете вибрати категорії групування у настройках групи.
206
+
207
+ IM_TITLE_NOFILTERRESULTS=Результати не знайдені
208
+
209
+ IM_SUBTITLE_NOFILTERRESULTS=Спробуйте налаштувати свої критерії фільтрування.
210
+
211
+ IM_TITLE_PAGENOTFOUND=Вибачте, ми не можемо знайти цю сторінку
212
+
213
+ IM_SUBTITLE_PAGENOTFOUND=Перевірте URL-адресу, яку ви використовуєте для виклику застосунку.
214
+
215
+ IM_TITLE_RESIZECOLUMN=Виберіть свою власну ширину стовпчика
216
+
217
+ IM_SUBTITLE_RESIZECOLUMN=Ви можете змінити розмір стовпчиків шляхом перетягування меж стовпчиків.
218
+
219
+ IM_TITLE_SORTCOLUMN=Не бачите найважливіші позиції першими?
220
+
221
+ IM_SUBTITLE_SORTCOLUMN=Виберіть критерії сортування у налаштуваннях сортування.
222
+
223
+ IM_TITLE_SUCCESSSCREEN=Дуже добре!
224
+
225
+ IM_SUBTITLE_SUCCESSSCREEN=Ви завершили всі навчальні призначення.
226
+
227
+ IM_TITLE_UPLOADCOLLECTION=Перетягнути файли сюди
228
+
229
+ IM_SUBTITLE_UPLOADCOLLECTION=Ви також можете вивантажити кілька файлів разом.
230
+
179
231
  DSC_SIDE_ARIA_LABEL=Додатковий вміст
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Không thể tải dữ liệu
172
172
 
173
173
  IM_SUBTITLE_UNABLETOLOAD=Kiểm tra kết nối Internet của bạn. Nếu điều đó không hữu ích, hãy thử tải lại. Nếu điều đó cũng không giúp ích được gì, hãy kiểm tra với người quản trị của bạn.
174
174
 
175
+ IM_TITLE_UNABLETOLOADIMAGE=Không thể tải ảnh
176
+
177
+ IM_SUBTITLE_UNABLETOLOADIMAGE=Chúng tôi không thể tìm thấy ảnh tại vị trí đã định rõ, hoặc máy chủ không phản hồi.
178
+
175
179
  IM_TITLE_UNABLETOUPLOAD=Không thể tải dữ liệu lên
176
180
 
177
181
  IM_SUBTITLE_UNABLETOUPLOAD=Kiểm tra kết nối Internet của bạn. Nếu điều đó không hữu ích, hãy kiểm tra định dạng tập tin và kích thước tập tin. Ngược lại hãy liên hệ người quản trị của bạn.
178
182
 
183
+ IM_TITLE_ADDCOLUMN=Có vẻ như có dung lượng trống
184
+
185
+ IM_SUBTITLE_ADDCOLUMN=Bạn có thể thêm nhiều cột hơn trong phần thiết lập bảng.
186
+
187
+ IM_TITLE_ADDPEOPLE=Bạn chưa thêm bất kỳ ai vào lịch
188
+
189
+ IM_SUBTITLE_ADDPEOPLE=Bạn có muốn thêm ai đó ngay bây giờ không?
190
+
191
+ IM_TITLE_BALLOONSKY=Bạn được đánh giá cao!
192
+
193
+ IM_SUBTITLE_BALLOONSKY=Giữ vững công việc tuyệt vời!
194
+
195
+ IM_TITLE_EMPTYPLANNINGCALENDAR=Chưa lập kế hoạch
196
+
197
+ IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Không có hoạt động trong khung thời gian này.
198
+
199
+ IM_TITLE_FILTERTABLE=Các tùy chọn bộ lọc khả dụng
200
+
201
+ IM_SUBTITLE_FILTERTABLE=Bộ lọc giúp bạn tập trung vào những gì phù hợp nhất với bạn.
202
+
203
+ IM_TITLE_GROUPTABLE=Thử gom nhóm các mục để có cái nhìn tổng quan hơn
204
+
205
+ IM_SUBTITLE_GROUPTABLE=Bạn có thể chọn các danh mục gom nhóm trong thiết lập nhóm.
206
+
207
+ IM_TITLE_NOFILTERRESULTS=Không tìm thấy kết quả
208
+
209
+ IM_SUBTITLE_NOFILTERRESULTS=Thử điều chỉnh tiêu chí bộ lọc của bạn.
210
+
211
+ IM_TITLE_PAGENOTFOUND=Rất tiếc, chúng tôi không thể tìm thấy trang này
212
+
213
+ IM_SUBTITLE_PAGENOTFOUND=Vui lòng kiểm tra URL bạn đang sử dụng để gọi ứng dụng.
214
+
215
+ IM_TITLE_RESIZECOLUMN=Chọn độ rộng cột riêng của bạn
216
+
217
+ IM_SUBTITLE_RESIZECOLUMN=Bạn có thể thay đổi kích thước cột bằng cách kéo đường viền của cột.
218
+
219
+ IM_TITLE_SORTCOLUMN=Không nhìn thấy các mục quan trọng nhất đầu tiên?
220
+
221
+ IM_SUBTITLE_SORTCOLUMN=Chọn tiêu chí sắp xếp trong thiết lập sắp xếp.
222
+
223
+ IM_TITLE_SUCCESSSCREEN=Rất tốt!
224
+
225
+ IM_SUBTITLE_SUCCESSSCREEN=Bạn đã hoàn tất tất cả gán học tập của mình.
226
+
227
+ IM_TITLE_UPLOADCOLLECTION=Thả tập tin tại đây
228
+
229
+ IM_SUBTITLE_UPLOADCOLLECTION=Bạn cũng có thể tải lên nhiều tệp cùng một lúc.
230
+
179
231
  DSC_SIDE_ARIA_LABEL=Nội dung bên
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=无法加载数据
172
172
 
173
173
  IM_SUBTITLE_UNABLETOLOAD=检查 Internet 连接。如果这无助于事,尝试重新加载。如果这也无助于事,请与管理员接洽。
174
174
 
175
+ IM_TITLE_UNABLETOLOADIMAGE=无法加载图像
176
+
177
+ IM_SUBTITLE_UNABLETOLOADIMAGE=无法在指定位置找到图像,或是服务器无响应。
178
+
175
179
  IM_TITLE_UNABLETOUPLOAD=无法上载数据
176
180
 
177
181
  IM_SUBTITLE_UNABLETOUPLOAD=检查 Internet 连接。如果这无助于事,请检查文件格式和文件大小。否则与管理员联系。
178
182
 
183
+ IM_TITLE_ADDCOLUMN=似乎有空闲空间
184
+
185
+ IM_SUBTITLE_ADDCOLUMN=可在表设置中添加更多列。
186
+
187
+ IM_TITLE_ADDPEOPLE=尚未向日历添加任何人
188
+
189
+ IM_SUBTITLE_ADDPEOPLE=是否要立即添加某人?
190
+
191
+ IM_TITLE_BALLOONSKY=非常感谢!
192
+
193
+ IM_SUBTITLE_BALLOONSKY=好极了,请继续保持!
194
+
195
+ IM_TITLE_EMPTYPLANNINGCALENDAR=尚未进行任何计划
196
+
197
+ IM_SUBTITLE_EMPTYPLANNINGCALENDAR=在此时间范围内没有任何活动。
198
+
199
+ IM_TITLE_FILTERTABLE=过滤器选项可用
200
+
201
+ IM_SUBTITLE_FILTERTABLE=借助过滤器可以重点关注与您关系最为密切的事项。
202
+
203
+ IM_TITLE_GROUPTABLE=尝试对项目进行分组以获得更好的概览
204
+
205
+ IM_SUBTITLE_GROUPTABLE=可在组设置中选择分组类别。
206
+
207
+ IM_TITLE_NOFILTERRESULTS=未找到结果
208
+
209
+ IM_SUBTITLE_NOFILTERRESULTS=尝试调整过滤条件。
210
+
211
+ IM_TITLE_PAGENOTFOUND=抱歉,无法找到此页面
212
+
213
+ IM_SUBTITLE_PAGENOTFOUND=请检查用于调用该应用程序的 URL。
214
+
215
+ IM_TITLE_RESIZECOLUMN=选择自己想要的列宽度
216
+
217
+ IM_SUBTITLE_RESIZECOLUMN=可以通过拖拽列边框来重新调整列的大小。
218
+
219
+ IM_TITLE_SORTCOLUMN=最先没看到最重要的项目?
220
+
221
+ IM_SUBTITLE_SORTCOLUMN=在排序设置中选择排序条件。
222
+
223
+ IM_TITLE_SUCCESSSCREEN=做得很好!
224
+
225
+ IM_SUBTITLE_SUCCESSSCREEN=您已完成了所分配的全部学习内容。
226
+
227
+ IM_TITLE_UPLOADCOLLECTION=将文件放于此处
228
+
229
+ IM_SUBTITLE_UPLOADCOLLECTION=还可以同时上载多个文件。
230
+
179
231
  DSC_SIDE_ARIA_LABEL=侧面内容
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=無法載入資料
172
172
 
173
173
  IM_SUBTITLE_UNABLETOLOAD=檢查您的網際網路連線;若問題未獲解決,請嘗試重新載入;若仍無法解決問題,請聯繫管理員。
174
174
 
175
+ IM_TITLE_UNABLETOLOADIMAGE=無法載入圖像
176
+
177
+ IM_SUBTITLE_UNABLETOLOADIMAGE=在指定位置找不到圖像,或伺服器沒有回應。
178
+
175
179
  IM_TITLE_UNABLETOUPLOAD=無法上傳資料
176
180
 
177
181
  IM_SUBTITLE_UNABLETOUPLOAD=檢查您的網際網路連線;若沒有獲得協助,請檢查檔案格式和檔案大小,或是聯絡管理員。
178
182
 
183
+ IM_TITLE_ADDCOLUMN=似乎出現可用空間
184
+
185
+ IM_SUBTITLE_ADDCOLUMN=您可在表格設定中新增其他欄。
186
+
187
+ IM_TITLE_ADDPEOPLE=您尚未將其他人新增至行事曆
188
+
189
+ IM_SUBTITLE_ADDPEOPLE=您要現在新增其他人嗎?
190
+
191
+ IM_TITLE_BALLOONSKY=獲得肯定!
192
+
193
+ IM_SUBTITLE_BALLOONSKY=繼續保持!
194
+
195
+ IM_TITLE_EMPTYPLANNINGCALENDAR=尚未規劃
196
+
197
+ IM_SUBTITLE_EMPTYPLANNINGCALENDAR=此期間沒有活動。
198
+
199
+ IM_TITLE_FILTERTABLE=篩選選項可供使用
200
+
201
+ IM_SUBTITLE_FILTERTABLE=篩選器會協助您留意與您最相關的項目。
202
+
203
+ IM_TITLE_GROUPTABLE=嘗試將項目分組已取得較佳概觀
204
+
205
+ IM_SUBTITLE_GROUPTABLE=您可在群組設定中選擇分組種類。
206
+
207
+ IM_TITLE_NOFILTERRESULTS=找不到結果
208
+
209
+ IM_SUBTITLE_NOFILTERRESULTS=嘗試調整您的篩選準則。
210
+
211
+ IM_TITLE_PAGENOTFOUND=很抱歉,我們找不到此頁面
212
+
213
+ IM_SUBTITLE_PAGENOTFOUND=請檢查您正在用於呼叫應用程式的 URL。
214
+
215
+ IM_TITLE_RESIZECOLUMN=選擇您自己的欄寬
216
+
217
+ IM_SUBTITLE_RESIZECOLUMN=您可拖曳欄框線以調整大小。
218
+
219
+ IM_TITLE_SORTCOLUMN=尚未先看到最重要的項目?
220
+
221
+ IM_SUBTITLE_SORTCOLUMN=在排序設定中選擇排序準則。
222
+
223
+ IM_TITLE_SUCCESSSCREEN=非常好!
224
+
225
+ IM_SUBTITLE_SUCCESSSCREEN=您已完成所有學習安排內容。
226
+
227
+ IM_TITLE_UPLOADCOLLECTION=在此放置檔案
228
+
229
+ IM_SUBTITLE_UPLOADCOLLECTION=您也可一次上傳數個檔案。
230
+
179
231
  DSC_SIDE_ARIA_LABEL=附加內容
@@ -0,0 +1,20 @@
1
+ import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
2
+ import dialogSvg from "./tnt-Dialog-ChartArea.js";
3
+ import sceneSvg from "./tnt-Scene-ChartArea.js";
4
+ import spotSvg from "./tnt-Spot-ChartArea.js";
5
+
6
+ const name = "ChartArea";
7
+ const set = "tnt";
8
+
9
+ registerIllustration(name, {
10
+ dialogSvg,
11
+ sceneSvg,
12
+ spotSvg,
13
+ set,
14
+ });
15
+
16
+ export {
17
+ dialogSvg,
18
+ sceneSvg,
19
+ spotSvg,
20
+ };
@@ -0,0 +1,20 @@
1
+ import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
2
+ import dialogSvg from "./tnt-Dialog-ChartArea2.js";
3
+ import sceneSvg from "./tnt-Scene-ChartArea2.js";
4
+ import spotSvg from "./tnt-Spot-ChartArea2.js";
5
+
6
+ const name = "ChartArea2";
7
+ const set = "tnt";
8
+
9
+ registerIllustration(name, {
10
+ dialogSvg,
11
+ sceneSvg,
12
+ spotSvg,
13
+ set,
14
+ });
15
+
16
+ export {
17
+ dialogSvg,
18
+ sceneSvg,
19
+ spotSvg,
20
+ };
@@ -0,0 +1,20 @@
1
+ import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
2
+ import dialogSvg from "./tnt-Dialog-ChartBPMNFlow.js";
3
+ import sceneSvg from "./tnt-Scene-ChartBPMNFlow.js";
4
+ import spotSvg from "./tnt-Spot-ChartBPMNFlow.js";
5
+
6
+ const name = "ChartBPMNFlow";
7
+ const set = "tnt";
8
+
9
+ registerIllustration(name, {
10
+ dialogSvg,
11
+ sceneSvg,
12
+ spotSvg,
13
+ set,
14
+ });
15
+
16
+ export {
17
+ dialogSvg,
18
+ sceneSvg,
19
+ spotSvg,
20
+ };
@@ -0,0 +1,20 @@
1
+ import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
2
+ import dialogSvg from "./tnt-Dialog-ChartBar.js";
3
+ import sceneSvg from "./tnt-Scene-ChartBar.js";
4
+ import spotSvg from "./tnt-Spot-ChartBar.js";
5
+
6
+ const name = "ChartBar";
7
+ const set = "tnt";
8
+
9
+ registerIllustration(name, {
10
+ dialogSvg,
11
+ sceneSvg,
12
+ spotSvg,
13
+ set,
14
+ });
15
+
16
+ export {
17
+ dialogSvg,
18
+ sceneSvg,
19
+ spotSvg,
20
+ };
@@ -0,0 +1,20 @@
1
+ import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
2
+ import dialogSvg from "./tnt-Dialog-ChartBullet.js";
3
+ import sceneSvg from "./tnt-Scene-ChartBullet.js";
4
+ import spotSvg from "./tnt-Spot-ChartBullet.js";
5
+
6
+ const name = "ChartBullet";
7
+ const set = "tnt";
8
+
9
+ registerIllustration(name, {
10
+ dialogSvg,
11
+ sceneSvg,
12
+ spotSvg,
13
+ set,
14
+ });
15
+
16
+ export {
17
+ dialogSvg,
18
+ sceneSvg,
19
+ spotSvg,
20
+ };
@@ -0,0 +1,20 @@
1
+ import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
2
+ import dialogSvg from "./tnt-Dialog-ChartDoughnut.js";
3
+ import sceneSvg from "./tnt-Scene-ChartDoughnut.js";
4
+ import spotSvg from "./tnt-Spot-ChartDoughnut.js";
5
+
6
+ const name = "ChartDoughnut";
7
+ const set = "tnt";
8
+
9
+ registerIllustration(name, {
10
+ dialogSvg,
11
+ sceneSvg,
12
+ spotSvg,
13
+ set,
14
+ });
15
+
16
+ export {
17
+ dialogSvg,
18
+ sceneSvg,
19
+ spotSvg,
20
+ };
@@ -0,0 +1,20 @@
1
+ import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
2
+ import dialogSvg from "./tnt-Dialog-ChartFlow.js";
3
+ import sceneSvg from "./tnt-Scene-ChartFlow.js";
4
+ import spotSvg from "./tnt-Spot-ChartFlow.js";
5
+
6
+ const name = "ChartFlow";
7
+ const set = "tnt";
8
+
9
+ registerIllustration(name, {
10
+ dialogSvg,
11
+ sceneSvg,
12
+ spotSvg,
13
+ set,
14
+ });
15
+
16
+ export {
17
+ dialogSvg,
18
+ sceneSvg,
19
+ spotSvg,
20
+ };
@@ -0,0 +1,20 @@
1
+ import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
2
+ import dialogSvg from "./tnt-Dialog-ChartGantt.js";
3
+ import sceneSvg from "./tnt-Scene-ChartGantt.js";
4
+ import spotSvg from "./tnt-Spot-ChartGantt.js";
5
+
6
+ const name = "ChartGantt";
7
+ const set = "tnt";
8
+
9
+ registerIllustration(name, {
10
+ dialogSvg,
11
+ sceneSvg,
12
+ spotSvg,
13
+ set,
14
+ });
15
+
16
+ export {
17
+ dialogSvg,
18
+ sceneSvg,
19
+ spotSvg,
20
+ };
@@ -0,0 +1,20 @@
1
+ import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
2
+ import dialogSvg from "./tnt-Dialog-ChartOrg.js";
3
+ import sceneSvg from "./tnt-Scene-ChartOrg.js";
4
+ import spotSvg from "./tnt-Spot-ChartOrg.js";
5
+
6
+ const name = "ChartOrg";
7
+ const set = "tnt";
8
+
9
+ registerIllustration(name, {
10
+ dialogSvg,
11
+ sceneSvg,
12
+ spotSvg,
13
+ set,
14
+ });
15
+
16
+ export {
17
+ dialogSvg,
18
+ sceneSvg,
19
+ spotSvg,
20
+ };
@@ -0,0 +1,20 @@
1
+ import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
2
+ import dialogSvg from "./tnt-Dialog-ChartPie.js";
3
+ import sceneSvg from "./tnt-Scene-ChartPie.js";
4
+ import spotSvg from "./tnt-Spot-ChartPie.js";
5
+
6
+ const name = "ChartPie";
7
+ const set = "tnt";
8
+
9
+ registerIllustration(name, {
10
+ dialogSvg,
11
+ sceneSvg,
12
+ spotSvg,
13
+ set,
14
+ });
15
+
16
+ export {
17
+ dialogSvg,
18
+ sceneSvg,
19
+ spotSvg,
20
+ };
@@ -0,0 +1,20 @@
1
+ import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
2
+ import dialogSvg from "./tnt-Dialog-Components.js";
3
+ import sceneSvg from "./tnt-Scene-Components.js";
4
+ import spotSvg from "./tnt-Spot-Components.js";
5
+
6
+ const name = "Components";
7
+ const set = "tnt";
8
+
9
+ registerIllustration(name, {
10
+ dialogSvg,
11
+ sceneSvg,
12
+ spotSvg,
13
+ set,
14
+ });
15
+
16
+ export {
17
+ dialogSvg,
18
+ sceneSvg,
19
+ spotSvg,
20
+ };
@@ -0,0 +1,20 @@
1
+ import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
2
+ import dialogSvg from "./tnt-Dialog-Secrets.js";
3
+ import sceneSvg from "./tnt-Scene-Secrets.js";
4
+ import spotSvg from "./tnt-Spot-Secrets.js";
5
+
6
+ const name = "Secrets";
7
+ const set = "tnt";
8
+
9
+ registerIllustration(name, {
10
+ dialogSvg,
11
+ sceneSvg,
12
+ spotSvg,
13
+ set,
14
+ });
15
+
16
+ export {
17
+ dialogSvg,
18
+ sceneSvg,
19
+ spotSvg,
20
+ };
@@ -0,0 +1,20 @@
1
+ import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
2
+ import dialogSvg from "./tnt-Dialog-Systems.js";
3
+ import sceneSvg from "./tnt-Scene-Systems.js";
4
+ import spotSvg from "./tnt-Spot-Systems.js";
5
+
6
+ const name = "Systems";
7
+ const set = "tnt";
8
+
9
+ registerIllustration(name, {
10
+ dialogSvg,
11
+ sceneSvg,
12
+ spotSvg,
13
+ set,
14
+ });
15
+
16
+ export {
17
+ dialogSvg,
18
+ sceneSvg,
19
+ spotSvg,
20
+ };
@@ -0,0 +1,20 @@
1
+ import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
2
+ import dialogSvg from "./tnt-Dialog-Teams.js";
3
+ import sceneSvg from "./tnt-Scene-Teams.js";
4
+ import spotSvg from "./tnt-Spot-Teams.js";
5
+
6
+ const name = "Teams";
7
+ const set = "tnt";
8
+
9
+ registerIllustration(name, {
10
+ dialogSvg,
11
+ sceneSvg,
12
+ spotSvg,
13
+ set,
14
+ });
15
+
16
+ export {
17
+ dialogSvg,
18
+ sceneSvg,
19
+ spotSvg,
20
+ };
@@ -0,0 +1,20 @@
1
+ import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
2
+ import dialogSvg from "./tnt-Dialog-Tools.js";
3
+ import sceneSvg from "./tnt-Scene-Tools.js";
4
+ import spotSvg from "./tnt-Spot-Tools.js";
5
+
6
+ const name = "Tools";
7
+ const set = "tnt";
8
+
9
+ registerIllustration(name, {
10
+ dialogSvg,
11
+ sceneSvg,
12
+ spotSvg,
13
+ set,
14
+ });
15
+
16
+ export {
17
+ dialogSvg,
18
+ sceneSvg,
19
+ spotSvg,
20
+ };
@@ -0,0 +1,20 @@
1
+ import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
2
+ import dialogSvg from "./tnt-Dialog-UnableToLoad.js";
3
+ import sceneSvg from "./tnt-Scene-UnableToLoad.js";
4
+ import spotSvg from "./tnt-Spot-UnableToLoad.js";
5
+
6
+ const name = "UnableToLoad";
7
+ const set = "tnt";
8
+
9
+ registerIllustration(name, {
10
+ dialogSvg,
11
+ sceneSvg,
12
+ spotSvg,
13
+ set,
14
+ });
15
+
16
+ export {
17
+ dialogSvg,
18
+ sceneSvg,
19
+ spotSvg,
20
+ };
@@ -0,0 +1,20 @@
1
+ import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
2
+ import dialogSvg from "./tnt-Dialog-User2.js";
3
+ import sceneSvg from "./tnt-Scene-User2.js";
4
+ import spotSvg from "./tnt-Spot-User2.js";
5
+
6
+ const name = "User2";
7
+ const set = "tnt";
8
+
9
+ registerIllustration(name, {
10
+ dialogSvg,
11
+ sceneSvg,
12
+ spotSvg,
13
+ set,
14
+ });
15
+
16
+ export {
17
+ dialogSvg,
18
+ sceneSvg,
19
+ spotSvg,
20
+ };
@@ -0,0 +1,14 @@
1
+ export default `<svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-ChartArea">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M131,45.8608 C131,43.7288 129.271,41.9998 127.139,41.9998 L127.086,41.9998 L44.914,41.9998 L44.856,41.9998 C42.726,41.9998 41,43.7278 41,45.8578 L41.058,128.1418 C41.058,130.2728 42.785,131.9998 44.914,131.9998 L127.139,131.9998 C129.271,131.9998 131,130.2718 131,128.1388 L131,45.8608 Z" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M121.1418,125 L38.8578,125 C36.7278,125 34.9998,123.273 34.9998,121.142 L34.9998,38.858 C34.9998,36.727 36.7278,35 38.8578,35 L121.1418,35 C123.2728,35 124.9998,36.727 124.9998,38.858 L124.9998,121.142 C124.9998,123.273 123.2728,125 121.1418,125" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M126,52 L36,52 L36,38.884 C36,36.739 37.739,35 39.884,35 L122.116,35 C124.261,35 126,36.739 126,38.884 L126,52 Z" class="sapIllus_BrandColorSecondary"/>
5
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M36,52 L36,38.5 C36,37.122 37.122,36 38.5,36 L122.5,36 C123.878,36 125,37.122 125,38.5 L125,52 L36,52 Z M122.5,125 L38.5,125 C37.122,125 36,123.878 36,122.5 L36,52.002 L125,55.603 L125,122.5 C125,123.878 123.878,125 122.5,125 L122.5,125 Z M122.5,35 L38.5,35 C36.57,35 35,36.57 35,38.5 L35,122.5 C35,124.43 36.57,126 38.5,126 L122.5,126 C124.43,126 126,124.43 126,122.5 L126,38.5 C126,36.57 124.43,35 122.5,35 L122.5,35 Z" class="sapIllus_StrokeDetailColor"/>
6
+ <path fill="var(--sapIllus_BackgroundColor)" d="M131 148.5C131 150.985 108.39 153 80.5 153 52.61 153 30 150.985 30 148.5 30 146.015 52.61 144 80.5 144 108.39 144 131 146.015 131 148.5M111.3637 81.6773L50.5147 81.6773 50.5147 68.0153C50.5147 67.3343 51.0677 66.7813 51.7487 66.7813L110.1297 66.7813C110.8117 66.7813 111.3637 67.3343 111.3637 68.0153L111.3637 81.6773z" class="sapIllus_BackgroundColor"/>
7
+ <polygon fill="var(--sapIllus_Layering2)" points="50.515 96.573 111.364 96.573 111.364 81.677 50.515 81.677" class="sapIllus_Layering2"/>
8
+ <path fill="var(--sapIllus_Layering1)" d="M110.1298,111.4021 L51.7488,111.4021 C51.0678,111.4021 50.5148,110.8501 50.5148,110.1681 L50.5148,96.5061 L111.3638,96.5061 L111.3638,110.1681 C111.3638,110.8501 110.8108,111.4021 110.1298,111.4021" class="sapIllus_Layering1"/>
9
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M112.029,114.8994 L47.068,114.8534 L47.064,66.5094 C47.064,66.2334 46.841,66.0094 46.564,66.0094 C46.288,66.0094 46.064,66.2334 46.064,66.5094 L46.068,115.3564 C46.068,115.6324 46.292,115.8564 46.568,115.8564 C46.573,115.8564 46.577,115.8534 46.583,115.8534 L112.029,115.8994 C112.305,115.8994 112.529,115.6754 112.529,115.3994 C112.529,115.1244 112.305,114.8994 112.029,114.8994" class="sapIllus_StrokeDetailColor"/>
10
+ <polygon fill="var(--sapIllus_ObjectFillColor)" points="43.566 110.486 42.11 107.077 76.691 94.45 100.771 95.305 121.006 84.006 123.229 87.749 101.848 99.687 77.384 98.818" class="sapIllus_ObjectFillColor"/>
11
+ <path fill="var(--sapIllus_AccentColor)" d="M43.8661,107.7825 C43.5871,107.7825 43.3241,107.6175 43.2191,107.3495 C43.0831,107.0035 43.2631,106.6165 43.6211,106.4845 L76.3321,94.3585 L100.6111,95.3115 L119.7301,84.5765 C120.0611,84.3915 120.4841,84.5015 120.6751,84.8235 C120.8651,85.1435 120.7521,85.5535 120.4201,85.7385 L100.9571,96.6655 L76.5601,95.7085 L44.1111,107.7385 C44.0301,107.7685 43.9481,107.7825 43.8661,107.7825" class="sapIllus_AccentColor"/>
12
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M120.8636,76.4515 C121.1036,77.0315 121.0936,77.6715 120.8436,78.2415 C120.5936,78.8215 120.1236,79.2715 119.5136,79.5015 L98.6636,87.4715 L76.5436,90.6815 L45.3936,103.3615 C45.1036,103.4815 44.7936,103.5415 44.4736,103.5415 C43.5236,103.5415 42.6636,102.9915 42.2836,102.1415 C42.1136,101.7315 42.1036,101.2915 42.2736,100.8615 C42.7136,99.7615 44.1936,99.1115 44.3536,99.0415 L75.2436,86.1315 L75.3636,86.1215 L97.5436,82.9015 L117.7836,75.1415 C118.9936,74.6815 120.3736,75.2615 120.8636,76.4515 Z" class="sapIllus_ObjectFillColor"/>
13
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M44.392,100.6908 C43.856,100.6908 43.346,100.3878 43.121,99.8808 C42.818,99.1998 43.142,98.4108 43.843,98.1178 L74.612,85.2558 L96.901,82.0278 L117.243,74.2268 C117.953,73.9538 118.757,74.2908 119.038,74.9798 C119.319,75.6688 118.971,76.4478 118.261,76.7208 L97.624,84.6348 L75.377,87.8568 L44.939,100.5808 C44.761,100.6558 44.575,100.6908 44.392,100.6908" class="sapIllus_BrandColorSecondary"/>
14
+ </svg>`;
@@ -0,0 +1,12 @@
1
+ export default `<svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-ChartArea2">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M131,45.8608 C131,43.7288 129.271,41.9998 127.139,41.9998 L127.086,41.9998 L44.914,41.9998 L44.856,41.9998 C42.726,41.9998 41,43.7278 41,45.8578 L41.058,128.1418 C41.058,130.2728 42.785,131.9998 44.914,131.9998 L127.139,131.9998 C129.271,131.9998 131,130.2718 131,128.1388 L131,45.8608 Z" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M121.1418,125 L38.8578,125 C36.7278,125 34.9998,123.273 34.9998,121.142 L34.9998,38.858 C34.9998,36.727 36.7278,35 38.8578,35 L121.1418,35 C123.2728,35 124.9998,36.727 124.9998,38.858 L124.9998,121.142 C124.9998,123.273 123.2728,125 121.1418,125" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M125,52 L35,52 L35,38.997 C35,36.79 36.79,35 38.997,35 L121.981,35 C123.648,35 125,36.352 125,38.019 L125,52 Z" class="sapIllus_BrandColorSecondary"/>
5
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M36,52 L36,38.5 C36,37.122 37.122,36 38.5,36 L122.5,36 C123.878,36 125,37.122 125,38.5 L125,52 L36,52 Z M122.5,125 L38.5,125 C37.122,125 36,123.878 36,122.5 L36,52.002 L125,55.603 L125,122.5 C125,123.878 123.878,125 122.5,125 L122.5,125 Z M122.5,35 L38.5,35 C36.57,35 35,36.57 35,38.5 L35,122.5 C35,124.43 36.57,126 38.5,126 L122.5,126 C124.43,126 126,124.43 126,122.5 L126,38.5 C126,36.57 124.43,35 122.5,35 L122.5,35 Z" class="sapIllus_StrokeDetailColor"/>
6
+ <path fill="var(--sapIllus_BackgroundColor)" d="M131,148.5 C131,150.985 108.39,153 80.5,153 C52.61,153 30,150.985 30,148.5 C30,146.015 52.61,144 80.5,144 C108.39,144 131,146.015 131,148.5" class="sapIllus_BackgroundColor"/>
7
+ <path fill="var(--sapIllus_Layering2)" d="M51.9321,92.0051 C51.9581,74.1781 61.1281,82.6271 65.6891,83.2061 C70.7001,83.8421 73.0161,75.5651 77.4251,73.2761 C81.3631,71.2311 88.5601,82.9801 93.6311,82.9801 C97.8601,82.9801 100.8031,69.0751 104.1771,67.3511 C107.5341,65.6351 108.9421,69.2541 108.9621,71.9601 L108.9621,111.0911 C108.9621,111.5961 108.5531,112.0051 108.0481,112.0051 L52.6751,112.0051 C52.3031,112.0051 52.0021,111.7111 51.9991,111.3401 C51.9831,108.5651 51.9231,97.7901 51.9321,92.0051" class="sapIllus_Layering2"/>
8
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M51.9139,103.2227 C51.9139,103.2227 64.0949,85.0147 77.8459,88.8687 C91.8559,92.7957 101.9239,86.0177 105.5189,80.4617 C107.5739,77.2857 108.9619,81.6267 108.9619,81.6267 L108.9619,109.0047 L51.9619,109.2007 L51.9139,103.2227 Z" class="sapIllus_ObjectFillColor"/>
9
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M110.4616,114.0486 L49.9616,114.0046 L49.9576,65.5046 C49.9576,65.2286 49.7336,65.0046 49.4576,65.0046 C49.1816,65.0046 48.9576,65.2286 48.9576,65.5046 L48.9616,114.5046 C48.9616,114.7806 49.1856,115.0046 49.4616,115.0046 L110.4616,115.0486 C110.7376,115.0486 110.9616,114.8246 110.9616,114.5486 C110.9616,114.2736 110.7376,114.0486 110.4616,114.0486" class="sapIllus_StrokeDetailColor"/>
10
+ <path fill="var(--sapIllus_AccentColor)" d="M51.9249215,106.3362 C51.921,105.8282 52.07,105.3362 52.356,104.9172 C54.644,101.5592 65.618,86.6672 77.963,90.3512 C92.114,94.5732 102.08,88.0332 105.711,82.0582 C107.786,78.6432 108.962,82.0582 108.962,82.0582 L108.962,110.2172 C108.962,111.2042 108.161,112.0052 107.174,112.0052 L52.733,112.0052 C52.309,112.0052 51.965,111.6632 51.962,111.2392 L51.9249215,106.3362 Z" class="sapIllus_AccentColor"/>
11
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M52.7687,112.0048 C52.0097,112.0048 51.8597,111.7128 51.860695,110.7838 C51.8637,107.3348 59.9067,99.4918 69.3567,102.3888 C78.0617,105.0578 82.7287,101.0348 86.2827,99.0038 C91.3627,96.1018 97.1747,87.3168 107.0137,96.0318 C108.5127,97.3598 108.9617,99.2448 108.9617,101.6958 L108.9617,111.2318 C108.9617,111.6588 108.6157,112.0048 108.1887,112.0048 L52.7687,112.0048 Z" class="sapIllus_BrandColorSecondary"/>
12
+ </svg>`;