@ui5/webcomponents-fiori 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (457) hide show
  1. package/CHANGELOG.md +51 -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 +2 -1
  12. package/dist/MediaGalleryItem.js +9 -7
  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 +27 -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 +184 -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_saprigi.json +1 -1
  41. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  42. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  43. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  44. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  45. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  46. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  47. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  48. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  49. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  50. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  51. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  52. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  53. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  54. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  55. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  56. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  57. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  58. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  59. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  60. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  61. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  62. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  63. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  64. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  65. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  66. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  67. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  68. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  69. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  70. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  71. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  72. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  73. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  74. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  75. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  76. package/dist/generated/i18n/i18n-defaults.js +1 -1
  77. package/dist/generated/templates/FilterItemTemplate.lit.js +2 -2
  78. package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
  79. package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js +3 -3
  80. package/dist/generated/templates/NotificationListItemTemplate.lit.js +2 -2
  81. package/dist/generated/templates/ShellBarTemplate.lit.js +6 -6
  82. package/dist/generated/templates/TimelineTemplate.lit.js +1 -1
  83. package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +5 -5
  84. package/dist/generated/templates/ViewSettingsDialogTemplate.lit.js +3 -3
  85. package/dist/generated/templates/WizardPopoverTemplate.lit.js +1 -1
  86. package/dist/generated/themes/BarcodeScannerDialog.css.js +1 -1
  87. package/dist/generated/themes/ViewSettingsDialog.css.js +1 -1
  88. package/dist/generated/themes/Wizard.css.js +1 -1
  89. package/dist/i18n/messagebundle_ar.properties +52 -0
  90. package/dist/i18n/messagebundle_bg.properties +52 -0
  91. package/dist/i18n/messagebundle_ca.properties +52 -0
  92. package/dist/i18n/messagebundle_cs.properties +52 -0
  93. package/dist/i18n/messagebundle_cy.properties +52 -0
  94. package/dist/i18n/messagebundle_da.properties +52 -0
  95. package/dist/i18n/messagebundle_de.properties +52 -0
  96. package/dist/i18n/messagebundle_el.properties +52 -0
  97. package/dist/i18n/messagebundle_en.properties +52 -0
  98. package/dist/i18n/messagebundle_en_GB.properties +52 -0
  99. package/dist/i18n/messagebundle_en_US_sappsd.properties +52 -0
  100. package/dist/i18n/messagebundle_en_US_saprigi.properties +52 -0
  101. package/dist/i18n/messagebundle_en_US_saptrc.properties +52 -0
  102. package/dist/i18n/messagebundle_es.properties +52 -0
  103. package/dist/i18n/messagebundle_es_MX.properties +52 -0
  104. package/dist/i18n/messagebundle_et.properties +52 -0
  105. package/dist/i18n/messagebundle_fi.properties +52 -0
  106. package/dist/i18n/messagebundle_fr.properties +52 -0
  107. package/dist/i18n/messagebundle_fr_CA.properties +52 -0
  108. package/dist/i18n/messagebundle_hi.properties +52 -0
  109. package/dist/i18n/messagebundle_hr.properties +52 -0
  110. package/dist/i18n/messagebundle_hu.properties +52 -0
  111. package/dist/i18n/messagebundle_id.properties +52 -0
  112. package/dist/i18n/messagebundle_it.properties +52 -0
  113. package/dist/i18n/messagebundle_iw.properties +52 -0
  114. package/dist/i18n/messagebundle_ja.properties +52 -0
  115. package/dist/i18n/messagebundle_kk.properties +52 -0
  116. package/dist/i18n/messagebundle_ko.properties +52 -0
  117. package/dist/i18n/messagebundle_lt.properties +52 -0
  118. package/dist/i18n/messagebundle_lv.properties +52 -0
  119. package/dist/i18n/messagebundle_ms.properties +52 -0
  120. package/dist/i18n/messagebundle_nl.properties +52 -0
  121. package/dist/i18n/messagebundle_no.properties +52 -0
  122. package/dist/i18n/messagebundle_pl.properties +52 -0
  123. package/dist/i18n/messagebundle_pt.properties +52 -0
  124. package/dist/i18n/messagebundle_pt_PT.properties +52 -0
  125. package/dist/i18n/messagebundle_ro.properties +52 -0
  126. package/dist/i18n/messagebundle_ru.properties +52 -0
  127. package/dist/i18n/messagebundle_sh.properties +52 -0
  128. package/dist/i18n/messagebundle_sk.properties +52 -0
  129. package/dist/i18n/messagebundle_sl.properties +52 -0
  130. package/dist/i18n/messagebundle_sv.properties +52 -0
  131. package/dist/i18n/messagebundle_th.properties +52 -0
  132. package/dist/i18n/messagebundle_tr.properties +52 -0
  133. package/dist/i18n/messagebundle_uk.properties +53 -1
  134. package/dist/i18n/messagebundle_vi.properties +52 -0
  135. package/dist/i18n/messagebundle_zh_CN.properties +52 -0
  136. package/dist/i18n/messagebundle_zh_TW.properties +52 -0
  137. package/dist/illustrations/tnt/ChartArea.js +20 -0
  138. package/dist/illustrations/tnt/ChartArea2.js +20 -0
  139. package/dist/illustrations/tnt/ChartBPMNFlow.js +20 -0
  140. package/dist/illustrations/tnt/ChartBar.js +20 -0
  141. package/dist/illustrations/tnt/ChartBullet.js +20 -0
  142. package/dist/illustrations/tnt/ChartDoughnut.js +20 -0
  143. package/dist/illustrations/tnt/ChartFlow.js +20 -0
  144. package/dist/illustrations/tnt/ChartGantt.js +20 -0
  145. package/dist/illustrations/tnt/ChartOrg.js +20 -0
  146. package/dist/illustrations/tnt/ChartPie.js +20 -0
  147. package/dist/illustrations/tnt/Components.js +20 -0
  148. package/dist/illustrations/tnt/Secrets.js +20 -0
  149. package/dist/illustrations/tnt/Systems.js +20 -0
  150. package/dist/illustrations/tnt/Teams.js +20 -0
  151. package/dist/illustrations/tnt/Tools.js +20 -0
  152. package/dist/illustrations/tnt/UnableToLoad.js +20 -0
  153. package/dist/illustrations/tnt/User2.js +20 -0
  154. package/dist/illustrations/tnt/tnt-Dialog-ChartArea.js +14 -0
  155. package/dist/illustrations/tnt/tnt-Dialog-ChartArea2.js +12 -0
  156. package/dist/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.js +13 -0
  157. package/dist/illustrations/tnt/tnt-Dialog-ChartBar.js +12 -0
  158. package/dist/illustrations/tnt/tnt-Dialog-ChartBullet.js +14 -0
  159. package/dist/illustrations/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
  160. package/dist/illustrations/tnt/tnt-Dialog-ChartFlow.js +13 -0
  161. package/dist/illustrations/tnt/tnt-Dialog-ChartGantt.js +17 -0
  162. package/dist/illustrations/tnt/tnt-Dialog-ChartOrg.js +15 -0
  163. package/dist/illustrations/tnt/tnt-Dialog-ChartPie.js +12 -0
  164. package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +5 -5
  165. package/dist/illustrations/tnt/tnt-Dialog-Company.js +12 -12
  166. package/dist/illustrations/tnt/tnt-Dialog-Components.js +9 -0
  167. package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +10 -10
  168. package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +16 -16
  169. package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +15 -15
  170. package/dist/illustrations/tnt/tnt-Dialog-Lock.js +11 -11
  171. package/dist/illustrations/tnt/tnt-Dialog-Mission.js +17 -17
  172. package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +15 -15
  173. package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +11 -11
  174. package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +15 -15
  175. package/dist/illustrations/tnt/tnt-Dialog-Radar.js +14 -14
  176. package/dist/illustrations/tnt/tnt-Dialog-Secrets.js +12 -0
  177. package/dist/illustrations/tnt/tnt-Dialog-Services.js +15 -15
  178. package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +10 -10
  179. package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +9 -9
  180. package/dist/illustrations/tnt/tnt-Dialog-Success.js +9 -9
  181. package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +9 -9
  182. package/dist/illustrations/tnt/tnt-Dialog-Systems.js +12 -0
  183. package/dist/illustrations/tnt/tnt-Dialog-Teams.js +17 -0
  184. package/dist/illustrations/tnt/tnt-Dialog-Tools.js +12 -0
  185. package/dist/illustrations/tnt/tnt-Dialog-UnableToLoad.js +10 -0
  186. package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +11 -11
  187. package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +10 -10
  188. package/dist/illustrations/tnt/tnt-Dialog-User2.js +13 -0
  189. package/dist/illustrations/tnt/tnt-Scene-ChartArea.js +22 -0
  190. package/dist/illustrations/tnt/tnt-Scene-ChartArea2.js +19 -0
  191. package/dist/illustrations/tnt/tnt-Scene-ChartBPMNFlow.js +21 -0
  192. package/dist/illustrations/tnt/tnt-Scene-ChartBar.js +19 -0
  193. package/dist/illustrations/tnt/tnt-Scene-ChartBullet.js +20 -0
  194. package/dist/illustrations/tnt/tnt-Scene-ChartDoughnut.js +19 -0
  195. package/dist/illustrations/tnt/tnt-Scene-ChartFlow.js +20 -0
  196. package/dist/illustrations/tnt/tnt-Scene-ChartGantt.js +26 -0
  197. package/dist/illustrations/tnt/tnt-Scene-ChartOrg.js +27 -0
  198. package/dist/illustrations/tnt/tnt-Scene-ChartPie.js +18 -0
  199. package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +8 -8
  200. package/dist/illustrations/tnt/tnt-Scene-Company.js +29 -29
  201. package/dist/illustrations/tnt/tnt-Scene-Components.js +16 -0
  202. package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +13 -13
  203. package/dist/illustrations/tnt/tnt-Scene-FaceID.js +20 -20
  204. package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +34 -34
  205. package/dist/illustrations/tnt/tnt-Scene-Lock.js +21 -21
  206. package/dist/illustrations/tnt/tnt-Scene-Mission.js +18 -18
  207. package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +17 -17
  208. package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +19 -19
  209. package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +16 -16
  210. package/dist/illustrations/tnt/tnt-Scene-Radar.js +19 -19
  211. package/dist/illustrations/tnt/tnt-Scene-Secrets.js +15 -0
  212. package/dist/illustrations/tnt/tnt-Scene-Services.js +16 -16
  213. package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +17 -17
  214. package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +16 -16
  215. package/dist/illustrations/tnt/tnt-Scene-Success.js +17 -17
  216. package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +19 -19
  217. package/dist/illustrations/tnt/tnt-Scene-Systems.js +13 -0
  218. package/dist/illustrations/tnt/tnt-Scene-Teams.js +20 -0
  219. package/dist/illustrations/tnt/tnt-Scene-Tools.js +19 -0
  220. package/dist/illustrations/tnt/tnt-Scene-UnableToLoad.js +21 -0
  221. package/dist/illustrations/tnt/tnt-Scene-Unlock.js +14 -14
  222. package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +21 -21
  223. package/dist/illustrations/tnt/tnt-Scene-User2.js +22 -0
  224. package/dist/illustrations/tnt/tnt-Spot-ChartArea.js +13 -0
  225. package/dist/illustrations/tnt/tnt-Spot-ChartArea2.js +7 -0
  226. package/dist/illustrations/tnt/tnt-Spot-ChartBPMNFlow.js +9 -0
  227. package/dist/illustrations/tnt/tnt-Spot-ChartBar.js +8 -0
  228. package/dist/illustrations/tnt/tnt-Spot-ChartBullet.js +10 -0
  229. package/dist/illustrations/tnt/tnt-Spot-ChartDoughnut.js +9 -0
  230. package/dist/illustrations/tnt/tnt-Spot-ChartFlow.js +8 -0
  231. package/dist/illustrations/tnt/tnt-Spot-ChartGantt.js +12 -0
  232. package/dist/illustrations/tnt/tnt-Spot-ChartOrg.js +6 -0
  233. package/dist/illustrations/tnt/tnt-Spot-ChartPie.js +8 -0
  234. package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +5 -5
  235. package/dist/illustrations/tnt/tnt-Spot-Company.js +12 -12
  236. package/dist/illustrations/tnt/tnt-Spot-Components.js +5 -0
  237. package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +8 -8
  238. package/dist/illustrations/tnt/tnt-Spot-FaceID.js +15 -15
  239. package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +9 -9
  240. package/dist/illustrations/tnt/tnt-Spot-Lock.js +12 -12
  241. package/dist/illustrations/tnt/tnt-Spot-Mission.js +16 -16
  242. package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +11 -11
  243. package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +8 -8
  244. package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +11 -11
  245. package/dist/illustrations/tnt/tnt-Spot-Radar.js +13 -13
  246. package/dist/illustrations/tnt/tnt-Spot-Secrets.js +9 -0
  247. package/dist/illustrations/tnt/tnt-Spot-Services.js +13 -14
  248. package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +8 -8
  249. package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +8 -8
  250. package/dist/illustrations/tnt/tnt-Spot-Success.js +8 -8
  251. package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +8 -8
  252. package/dist/illustrations/tnt/tnt-Spot-Systems.js +10 -0
  253. package/dist/illustrations/tnt/tnt-Spot-Teams.js +13 -0
  254. package/dist/illustrations/tnt/tnt-Spot-Tools.js +7 -0
  255. package/dist/illustrations/tnt/tnt-Spot-UnableToLoad.js +9 -0
  256. package/dist/illustrations/tnt/tnt-Spot-Unlock.js +10 -10
  257. package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +9 -9
  258. package/dist/illustrations/tnt/tnt-Spot-User2.js +10 -0
  259. package/dist/types/IllustrationMessageType.js +102 -0
  260. package/dist/types/MediaGalleryLayout.js +3 -3
  261. package/package.json +10 -8
  262. package/src/Bar.js +3 -2
  263. package/src/BarcodeScannerDialog.js +2 -2
  264. package/src/DynamicSideContent.js +4 -5
  265. package/src/FilterItem.js +2 -2
  266. package/src/FilterItemOption.js +2 -2
  267. package/src/FlexibleColumnLayout.hbs +8 -5
  268. package/src/FlexibleColumnLayout.js +31 -3
  269. package/src/IllustratedMessage.js +7 -1
  270. package/src/Interfaces.js +10 -0
  271. package/src/MediaGallery.js +2 -1
  272. package/src/MediaGalleryItem.js +9 -7
  273. package/src/NotificationListGroupItem.hbs +3 -3
  274. package/src/NotificationListItem.hbs +2 -2
  275. package/src/NotificationListItem.js +1 -2
  276. package/src/Page.js +2 -2
  277. package/src/ShellBar.hbs +8 -11
  278. package/src/ShellBar.js +13 -6
  279. package/src/SideNavigation.js +5 -2
  280. package/src/SortItem.js +2 -2
  281. package/src/Timeline.hbs +1 -1
  282. package/src/Timeline.js +16 -2
  283. package/src/TimelineItem.js +1 -1
  284. package/src/UploadCollection.js +1 -1
  285. package/src/UploadCollectionItem.hbs +3 -3
  286. package/src/ViewSettingsDialog.hbs +3 -3
  287. package/src/ViewSettingsDialog.js +27 -8
  288. package/src/Wizard.js +2 -2
  289. package/src/WizardPopover.hbs +0 -1
  290. package/src/WizardStep.js +3 -3
  291. package/src/WizardTab.js +5 -5
  292. package/src/i18n/messagebundle_ar.properties +52 -0
  293. package/src/i18n/messagebundle_bg.properties +52 -0
  294. package/src/i18n/messagebundle_ca.properties +52 -0
  295. package/src/i18n/messagebundle_cs.properties +52 -0
  296. package/src/i18n/messagebundle_cy.properties +52 -0
  297. package/src/i18n/messagebundle_da.properties +52 -0
  298. package/src/i18n/messagebundle_de.properties +52 -0
  299. package/src/i18n/messagebundle_el.properties +52 -0
  300. package/src/i18n/messagebundle_en.properties +52 -0
  301. package/src/i18n/messagebundle_en_GB.properties +52 -0
  302. package/src/i18n/messagebundle_en_US_sappsd.properties +52 -0
  303. package/src/i18n/messagebundle_en_US_saprigi.properties +52 -0
  304. package/src/i18n/messagebundle_en_US_saptrc.properties +52 -0
  305. package/src/i18n/messagebundle_es.properties +52 -0
  306. package/src/i18n/messagebundle_es_MX.properties +52 -0
  307. package/src/i18n/messagebundle_et.properties +52 -0
  308. package/src/i18n/messagebundle_fi.properties +52 -0
  309. package/src/i18n/messagebundle_fr.properties +52 -0
  310. package/src/i18n/messagebundle_fr_CA.properties +52 -0
  311. package/src/i18n/messagebundle_hi.properties +52 -0
  312. package/src/i18n/messagebundle_hr.properties +52 -0
  313. package/src/i18n/messagebundle_hu.properties +52 -0
  314. package/src/i18n/messagebundle_id.properties +52 -0
  315. package/src/i18n/messagebundle_it.properties +52 -0
  316. package/src/i18n/messagebundle_iw.properties +52 -0
  317. package/src/i18n/messagebundle_ja.properties +52 -0
  318. package/src/i18n/messagebundle_kk.properties +52 -0
  319. package/src/i18n/messagebundle_ko.properties +52 -0
  320. package/src/i18n/messagebundle_lt.properties +52 -0
  321. package/src/i18n/messagebundle_lv.properties +52 -0
  322. package/src/i18n/messagebundle_ms.properties +52 -0
  323. package/src/i18n/messagebundle_nl.properties +52 -0
  324. package/src/i18n/messagebundle_no.properties +52 -0
  325. package/src/i18n/messagebundle_pl.properties +52 -0
  326. package/src/i18n/messagebundle_pt.properties +52 -0
  327. package/src/i18n/messagebundle_pt_PT.properties +52 -0
  328. package/src/i18n/messagebundle_ro.properties +52 -0
  329. package/src/i18n/messagebundle_ru.properties +52 -0
  330. package/src/i18n/messagebundle_sh.properties +52 -0
  331. package/src/i18n/messagebundle_sk.properties +52 -0
  332. package/src/i18n/messagebundle_sl.properties +52 -0
  333. package/src/i18n/messagebundle_sv.properties +52 -0
  334. package/src/i18n/messagebundle_th.properties +52 -0
  335. package/src/i18n/messagebundle_tr.properties +52 -0
  336. package/src/i18n/messagebundle_uk.properties +53 -1
  337. package/src/i18n/messagebundle_vi.properties +52 -0
  338. package/src/i18n/messagebundle_zh_CN.properties +52 -0
  339. package/src/i18n/messagebundle_zh_TW.properties +52 -0
  340. package/src/illustrations/tnt/tnt-Dialog-ChartArea.svg +14 -0
  341. package/src/illustrations/tnt/tnt-Dialog-ChartArea2.svg +12 -0
  342. package/src/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.svg +13 -0
  343. package/src/illustrations/tnt/tnt-Dialog-ChartBar.svg +12 -0
  344. package/src/illustrations/tnt/tnt-Dialog-ChartBullet.svg +14 -0
  345. package/src/illustrations/tnt/tnt-Dialog-ChartDoughnut.svg +13 -0
  346. package/src/illustrations/tnt/tnt-Dialog-ChartFlow.svg +13 -0
  347. package/src/illustrations/tnt/tnt-Dialog-ChartGantt.svg +17 -0
  348. package/src/illustrations/tnt/tnt-Dialog-ChartOrg.svg +15 -0
  349. package/src/illustrations/tnt/tnt-Dialog-ChartPie.svg +12 -0
  350. package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +5 -5
  351. package/src/illustrations/tnt/tnt-Dialog-Company.svg +12 -12
  352. package/src/illustrations/tnt/tnt-Dialog-Components.svg +9 -0
  353. package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +10 -10
  354. package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +16 -16
  355. package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +15 -15
  356. package/src/illustrations/tnt/tnt-Dialog-Lock.svg +11 -11
  357. package/src/illustrations/tnt/tnt-Dialog-Mission.svg +17 -17
  358. package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +15 -15
  359. package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +11 -11
  360. package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +15 -15
  361. package/src/illustrations/tnt/tnt-Dialog-Radar.svg +14 -14
  362. package/src/illustrations/tnt/tnt-Dialog-Secrets.svg +11 -0
  363. package/src/illustrations/tnt/tnt-Dialog-Services.svg +15 -15
  364. package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +10 -10
  365. package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +9 -9
  366. package/src/illustrations/tnt/tnt-Dialog-Success.svg +9 -9
  367. package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +9 -9
  368. package/src/illustrations/tnt/tnt-Dialog-Systems.svg +11 -0
  369. package/src/illustrations/tnt/tnt-Dialog-Teams.svg +17 -0
  370. package/src/illustrations/tnt/tnt-Dialog-Tools.svg +12 -0
  371. package/src/illustrations/tnt/tnt-Dialog-UnableToLoad.svg +9 -0
  372. package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +11 -11
  373. package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +10 -10
  374. package/src/illustrations/tnt/tnt-Dialog-User2.svg +13 -0
  375. package/src/illustrations/tnt/tnt-Scene-ChartArea.svg +22 -0
  376. package/src/illustrations/tnt/tnt-Scene-ChartArea2.svg +19 -0
  377. package/src/illustrations/tnt/tnt-Scene-ChartBPMNFlow.svg +21 -0
  378. package/src/illustrations/tnt/tnt-Scene-ChartBar.svg +19 -0
  379. package/src/illustrations/tnt/tnt-Scene-ChartBullet.svg +20 -0
  380. package/src/illustrations/tnt/tnt-Scene-ChartDoughnut.svg +19 -0
  381. package/src/illustrations/tnt/tnt-Scene-ChartFlow.svg +20 -0
  382. package/src/illustrations/tnt/tnt-Scene-ChartGantt.svg +26 -0
  383. package/src/illustrations/tnt/tnt-Scene-ChartOrg.svg +26 -0
  384. package/src/illustrations/tnt/tnt-Scene-ChartPie.svg +18 -0
  385. package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +8 -8
  386. package/src/illustrations/tnt/tnt-Scene-Company.svg +29 -29
  387. package/src/illustrations/tnt/tnt-Scene-Components.svg +16 -0
  388. package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +13 -13
  389. package/src/illustrations/tnt/tnt-Scene-FaceID.svg +20 -20
  390. package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +34 -34
  391. package/src/illustrations/tnt/tnt-Scene-Lock.svg +21 -21
  392. package/src/illustrations/tnt/tnt-Scene-Mission.svg +18 -18
  393. package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +17 -17
  394. package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +19 -19
  395. package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +16 -16
  396. package/src/illustrations/tnt/tnt-Scene-Radar.svg +19 -19
  397. package/src/illustrations/tnt/tnt-Scene-Secrets.svg +14 -0
  398. package/src/illustrations/tnt/tnt-Scene-Services.svg +16 -16
  399. package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +17 -17
  400. package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +16 -16
  401. package/src/illustrations/tnt/tnt-Scene-Success.svg +17 -17
  402. package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +19 -19
  403. package/src/illustrations/tnt/tnt-Scene-Systems.svg +12 -0
  404. package/src/illustrations/tnt/tnt-Scene-Teams.svg +20 -0
  405. package/src/illustrations/tnt/tnt-Scene-Tools.svg +18 -0
  406. package/src/illustrations/tnt/tnt-Scene-UnableToLoad.svg +20 -0
  407. package/src/illustrations/tnt/tnt-Scene-Unlock.svg +14 -14
  408. package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +21 -21
  409. package/src/illustrations/tnt/tnt-Scene-User2.svg +22 -0
  410. package/src/illustrations/tnt/tnt-Spot-ChartArea.svg +13 -0
  411. package/src/illustrations/tnt/tnt-Spot-ChartArea2.svg +7 -0
  412. package/src/illustrations/tnt/tnt-Spot-ChartBPMNFlow.svg +9 -0
  413. package/src/illustrations/tnt/tnt-Spot-ChartBar.svg +8 -0
  414. package/src/illustrations/tnt/tnt-Spot-ChartBullet.svg +10 -0
  415. package/src/illustrations/tnt/tnt-Spot-ChartDoughnut.svg +9 -0
  416. package/src/illustrations/tnt/tnt-Spot-ChartFlow.svg +8 -0
  417. package/src/illustrations/tnt/tnt-Spot-ChartGantt.svg +12 -0
  418. package/src/illustrations/tnt/tnt-Spot-ChartOrg.svg +6 -0
  419. package/src/illustrations/tnt/tnt-Spot-ChartPie.svg +8 -0
  420. package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +5 -5
  421. package/src/illustrations/tnt/tnt-Spot-Company.svg +12 -12
  422. package/src/illustrations/tnt/tnt-Spot-Components.svg +5 -0
  423. package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +8 -8
  424. package/src/illustrations/tnt/tnt-Spot-FaceID.svg +15 -15
  425. package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +9 -9
  426. package/src/illustrations/tnt/tnt-Spot-Lock.svg +12 -12
  427. package/src/illustrations/tnt/tnt-Spot-Mission.svg +16 -16
  428. package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +11 -11
  429. package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +8 -8
  430. package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +11 -11
  431. package/src/illustrations/tnt/tnt-Spot-Radar.svg +13 -13
  432. package/src/illustrations/tnt/tnt-Spot-Secrets.svg +9 -0
  433. package/src/illustrations/tnt/tnt-Spot-Services.svg +13 -14
  434. package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +8 -8
  435. package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +8 -8
  436. package/src/illustrations/tnt/tnt-Spot-Success.svg +8 -8
  437. package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +8 -8
  438. package/src/illustrations/tnt/tnt-Spot-Systems.svg +10 -0
  439. package/src/illustrations/tnt/tnt-Spot-Teams.svg +13 -0
  440. package/src/illustrations/tnt/tnt-Spot-Tools.svg +7 -0
  441. package/src/illustrations/tnt/tnt-Spot-UnableToLoad.svg +8 -0
  442. package/src/illustrations/tnt/tnt-Spot-Unlock.svg +10 -10
  443. package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +9 -9
  444. package/src/illustrations/tnt/tnt-Spot-User2.svg +10 -0
  445. package/src/themes/BarcodeScannerDialog.css +0 -5
  446. package/src/themes/ViewSettingsDialog.css +11 -0
  447. package/src/themes/Wizard.css +1 -1
  448. package/src/themes/WizardPopover.css +1 -1
  449. package/src/types/IllustrationMessageType.js +102 -0
  450. package/src/types/MediaGalleryLayout.js +3 -3
  451. package/dist/illustrations/NewMail.js +0 -28
  452. package/dist/illustrations/sapIllus-Dialog-NewMail.js +0 -22
  453. package/dist/illustrations/sapIllus-Scene-NewMail.js +0 -55
  454. package/dist/illustrations/sapIllus-Spot-NewMail.js +0 -19
  455. package/src/illustrations/sapIllus-Dialog-NewMail.svg +0 -21
  456. package/src/illustrations/sapIllus-Scene-NewMail.svg +0 -54
  457. package/src/illustrations/sapIllus-Spot-NewMail.svg +0 -18
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Data nelze načíst
172
172
 
173
173
  IM_SUBTITLE_UNABLETOLOAD=Zkontrolujte vaše internetové připojení. Pokud není, pokuste se je obnovit. Když nepomůže ani to, zkontrolujte to s vaším administrátorem.
174
174
 
175
+ IM_TITLE_UNABLETOLOADIMAGE=Obrázek nelze načíst
176
+
177
+ IM_SUBTITLE_UNABLETOLOADIMAGE=Obrázek nebyl na zadaném místě nalezen nebo server není aktivní.
178
+
175
179
  IM_TITLE_UNABLETOUPLOAD=Nelze odeslat data
176
180
 
177
181
  IM_SUBTITLE_UNABLETOUPLOAD=Zkontrolujte vaše internetové připojení. Když to nepomáhá, zkontrolujte formát a velikost souboru. Jinak se spojte s vaším administrátorem.
178
182
 
183
+ IM_TITLE_ADDCOLUMN=Zdá se, že existuje volné místo
184
+
185
+ IM_SUBTITLE_ADDCOLUMN=V nastaveních tabulky můžete přidat více sloupců.
186
+
187
+ IM_TITLE_ADDPEOPLE=Dosud jste do kalendáře žádný nepřidali
188
+
189
+ IM_SUBTITLE_ADDPEOPLE=Chcete přidat nějaké nyní?
190
+
191
+ IM_TITLE_BALLOONSKY=Oceníme to!
192
+
193
+ IM_SUBTITLE_BALLOONSKY=Pokračujte v dobré práci!
194
+
195
+ IM_TITLE_EMPTYPLANNINGCALENDAR=Dosud není nic naplánováno
196
+
197
+ IM_SUBTITLE_EMPTYPLANNINGCALENDAR=V tomto časovém intervalu nejsou žádné činnosti.
198
+
199
+ IM_TITLE_FILTERTABLE=Jsou k dispozici možnosti filtru
200
+
201
+ IM_SUBTITLE_FILTERTABLE=Filtry vám napomáhají zaměřit se na to, co je pro vás nejrelevantnější.
202
+
203
+ IM_TITLE_GROUPTABLE=Pro lepší přehled se pokuste seskupit položky
204
+
205
+ IM_SUBTITLE_GROUPTABLE=Kategorie seskupení můžete zvolit v nastaveních skupiny.
206
+
207
+ IM_TITLE_NOFILTERRESULTS=Nenalezeny žádné výsledky
208
+
209
+ IM_SUBTITLE_NOFILTERRESULTS=Zkuste upravit vaše kritéria filtru.
210
+
211
+ IM_TITLE_PAGENOTFOUND=Omlouváme se, tuto stránku nemůžeme najít
212
+
213
+ IM_SUBTITLE_PAGENOTFOUND=Zkontrolujte URL, které používáte k volání aplikace.
214
+
215
+ IM_TITLE_RESIZECOLUMN=Zvolte svou vlastní šířku sloupce
216
+
217
+ IM_SUBTITLE_RESIZECOLUMN=Velikosti sloupců můžete měnit přetažením okrajů sloupce.
218
+
219
+ IM_TITLE_SORTCOLUMN=Nevidíte nejprve nejdůležitější položky?
220
+
221
+ IM_SUBTITLE_SORTCOLUMN=V nastaveních třídění zvolte kritéria třídění.
222
+
223
+ IM_TITLE_SUCCESSSCREEN=Dobrá práce!
224
+
225
+ IM_SUBTITLE_SUCCESSSCREEN=Dokončili jste přiřazení všech vašich školení.
226
+
227
+ IM_TITLE_UPLOADCOLLECTION=Přetáhnout soubory sem
228
+
229
+ IM_SUBTITLE_UPLOADCOLLECTION=Můžete také odeslat několik souborů najednou.
230
+
179
231
  DSC_SIDE_ARIA_LABEL=Vedlejší obsah
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Dim modd llwytho’r data
172
172
 
173
173
  IM_SUBTITLE_UNABLETOLOAD=Gwiriwch eich cysylltiad Rhyngrwyd. Os nad yw hynny’n helpu, rhowch gynnig ar ail-lwytho. Os nad yw hynny'n helpu chwaith, gwiriwch â'ch gweinyddwr.
174
174
 
175
+ IM_TITLE_UNABLETOLOADIMAGE=Dim modd llwytho delwedd
176
+
177
+ IM_SUBTITLE_UNABLETOLOADIMAGE=Doedd dim modd dod o hyd i’r ddelwedd yn y man dan sylw, neu dydy’r gweinydd ddim yn ymateb.
178
+
175
179
  IM_TITLE_UNABLETOUPLOAD=Dim modd llwytho’r data
176
180
 
177
181
  IM_SUBTITLE_UNABLETOUPLOAD=Gwiriwch eich cysylltiad Rhyngrwyd. Os nad yw hynny’n helpu, gwiriwch fformat a maint y ffeil. Neu cysylltwch â’ch gweinyddwr.
178
182
 
183
+ IM_TITLE_ADDCOLUMN=Mae lle ar gael
184
+
185
+ IM_SUBTITLE_ADDCOLUMN=Gallwch ychwanegu rhagor o golofnau yng ngosodiadau'r tabl.
186
+
187
+ IM_TITLE_ADDPEOPLE=Dydych chi heb ychwanegu neb at y calendr ar hyn o bryd
188
+
189
+ IM_SUBTITLE_ADDPEOPLE=Ydych chi am ychwanegu rhywun nawr?
190
+
191
+ IM_TITLE_BALLOONSKY=Rydych chi wedi cael eich gwerthfawrogi!
192
+
193
+ IM_SUBTITLE_BALLOONSKY=Daliwch ati â'r gwaith da!
194
+
195
+ IM_TITLE_EMPTYPLANNINGCALENDAR=Dim byd wedi'i gynllunio ar hyn o bryd
196
+
197
+ IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Does dim gweithgareddau yn y cyfnod hwn.
198
+
199
+ IM_TITLE_FILTERTABLE=Mae dewisiadau hidlo ar gael
200
+
201
+ IM_SUBTITLE_FILTERTABLE=Mae hidlyddion yn eich helpu i ganolbwyntio ar yr hyn sydd fwyaf perthnasol i chi.
202
+
203
+ IM_TITLE_GROUPTABLE=Rhowch gynnig ar grwpio'r eitemau i gael trosolwg gwell
204
+
205
+ IM_SUBTITLE_GROUPTABLE=Gallwch ddewis categorïau grwpio yng ngosodiadau'r grŵp.
206
+
207
+ IM_TITLE_NOFILTERRESULTS=Heb ddod o hyd i ganlyniadau
208
+
209
+ IM_SUBTITLE_NOFILTERRESULTS=Rhowch gynnig ar newid eich meini prawf hidlo.
210
+
211
+ IM_TITLE_PAGENOTFOUND=Methu dod o hyd i'r dudalen hon
212
+
213
+ IM_SUBTITLE_PAGENOTFOUND=Gwiriwch yr URL rydych chi'n ei ddefnyddio i alw'r ap.
214
+
215
+ IM_TITLE_RESIZECOLUMN=Dewiswch eich lled colofn eich hun
216
+
217
+ IM_SUBTITLE_RESIZECOLUMN=Gallwch ailfeintio colofnau drwy lusgo ymylon y colofnau.
218
+
219
+ IM_TITLE_SORTCOLUMN=Ddim yn gweld yr eitemau pwysicaf yn gyntaf?
220
+
221
+ IM_SUBTITLE_SORTCOLUMN=Dewiswch y meini prawf trefnu yn y gosodiadau trefnu.
222
+
223
+ IM_TITLE_SUCCESSSCREEN=Da iawn!
224
+
225
+ IM_SUBTITLE_SUCCESSSCREEN=Rydych wedi cwblhau eich holl aseiniadau dysgu.
226
+
227
+ IM_TITLE_UPLOADCOLLECTION=Gollwng ffeiliau yma
228
+
229
+ IM_SUBTITLE_UPLOADCOLLECTION=Gallwch hefyd lwytho mwy nag un ffeil i fyny ar yr un pryd.
230
+
179
231
  DSC_SIDE_ARIA_LABEL=Cynnwys Ochr
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Ikke muligt at indlæse data
172
172
 
173
173
  IM_SUBTITLE_UNABLETOLOAD=Kontroller din internetforbindelse. Hvis det ikke hjælper, skal du prøve at genindlæse. Kontakt din administrator, hvis det heller ikke hjælper.
174
174
 
175
+ IM_TITLE_UNABLETOLOADIMAGE=Ikke muligt at indlæse billede
176
+
177
+ IM_SUBTITLE_UNABLETOLOADIMAGE=Vi kunne ikke finde billedet på den angivne placering, eller serveren svarer ikke.
178
+
175
179
  IM_TITLE_UNABLETOUPLOAD=Kan ikke uploade data
176
180
 
177
181
  IM_SUBTITLE_UNABLETOUPLOAD=Kontroller din internetforbindelse. Hvis det ikke hjælper, skal du kontrollere filformatet og filstørrelsen. Kontakt ellers din administrator.
178
182
 
183
+ IM_TITLE_ADDCOLUMN=Ser ud til, at der er ledig plads
184
+
185
+ IM_SUBTITLE_ADDCOLUMN=Du kan tilføje flere kolonner i tabelindstillingerne.
186
+
187
+ IM_TITLE_ADDPEOPLE=Du har ikke tilføjet nogen til kalenderen endnu.
188
+
189
+ IM_SUBTITLE_ADDPEOPLE=Vil du tilføje nogen nu?
190
+
191
+ IM_TITLE_BALLOONSKY=Dit arbejde er værdsat.
192
+
193
+ IM_SUBTITLE_BALLOONSKY=Fortsæt det gode arbejde!
194
+
195
+ IM_TITLE_EMPTYPLANNINGCALENDAR=Intet planlagt endnu
196
+
197
+ IM_SUBTITLE_EMPTYPLANNINGCALENDAR=Der findes ingen aktiviteter i denne periode.
198
+
199
+ IM_TITLE_FILTERTABLE=Filtermuligheder er tilgængelige
200
+
201
+ IM_SUBTITLE_FILTERTABLE=Filtre hjælper dig med at fokusere på det, der er mest relevant for dig.
202
+
203
+ IM_TITLE_GROUPTABLE=Prøv at gruppere elementer for at få et bedre overblik
204
+
205
+ IM_SUBTITLE_GROUPTABLE=Du kan vælge grupperingskategorier i grupperingsindstillingerne.
206
+
207
+ IM_TITLE_NOFILTERRESULTS=Ingen resultater fundet
208
+
209
+ IM_SUBTITLE_NOFILTERRESULTS=Prøv at tilpasse dine filterkriterier.
210
+
211
+ IM_TITLE_PAGENOTFOUND=Beklager, vi kan ikke finde denne side
212
+
213
+ IM_SUBTITLE_PAGENOTFOUND=Kontroller URL'en, du anvender til at kalde appen.
214
+
215
+ IM_TITLE_RESIZECOLUMN=Vælg din egen kolonnebredde
216
+
217
+ IM_SUBTITLE_RESIZECOLUMN=Du kan ændre størrelsen på kolonnerne ved at trække i kolonnekanterne.
218
+
219
+ IM_TITLE_SORTCOLUMN=Ser du ikke de vigtigste elementer først?
220
+
221
+ IM_SUBTITLE_SORTCOLUMN=Vælg sorteringskriterierne i sorteringsindstillingerne.
222
+
223
+ IM_TITLE_SUCCESSSCREEN=Godt arbejde!
224
+
225
+ IM_SUBTITLE_SUCCESSSCREEN=Du har afsluttet alle dine kursusaktiviteter.
226
+
227
+ IM_TITLE_UPLOADCOLLECTION=Træk filer herhen
228
+
229
+ IM_SUBTITLE_UPLOADCOLLECTION=Du kan også uploade flere filer på én gang.
230
+
179
231
  DSC_SIDE_ARIA_LABEL=Sideindhold
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Daten können nicht geladen werden
172
172
 
173
173
  IM_SUBTITLE_UNABLETOLOAD=Überprüfen Sie Ihre Internetverbindung. Wenn es nicht daran liegt, versuchen Sie, die Seite neu zu laden. Wenn auch das nicht hilft, fragen Sie Ihren Administrator.
174
174
 
175
+ IM_TITLE_UNABLETOLOADIMAGE=Bild kann nicht geladen werden
176
+
177
+ IM_SUBTITLE_UNABLETOLOADIMAGE=Das Bild wurde am angegebenen Speicherort nicht gefunden oder der Server antwortet nicht.
178
+
175
179
  IM_TITLE_UNABLETOUPLOAD=Daten können nicht hochgeladen werden
176
180
 
177
181
  IM_SUBTITLE_UNABLETOUPLOAD=Überprüfen Sie Ihre Internetverbindung. Wenn es nicht daran liegt, überprüfen Sie das Dateiformat und die Dateigröße. Wenden Sie sich ansonsten an Ihren Administrator.
178
182
 
183
+ IM_TITLE_ADDCOLUMN=Hier ist noch Platz frei
184
+
185
+ IM_SUBTITLE_ADDCOLUMN=Sie können weitere Spalten in den Tabelleneinstellungen hinzufügen.
186
+
187
+ IM_TITLE_ADDPEOPLE=Sie haben noch niemanden zum Kalender hinzugefügt
188
+
189
+ IM_SUBTITLE_ADDPEOPLE=Möchten Sie jetzt jemanden hinzufügen?
190
+
191
+ IM_TITLE_BALLOONSKY=Jemand weiß Ihre Arbeit zu schätzen!
192
+
193
+ IM_SUBTITLE_BALLOONSKY=Machen Sie weiter so!
194
+
195
+ IM_TITLE_EMPTYPLANNINGCALENDAR=Noch nichts geplant
196
+
197
+ IM_SUBTITLE_EMPTYPLANNINGCALENDAR=In diesem Zeitraum ist nichts eingetragen.
198
+
199
+ IM_TITLE_FILTERTABLE=Es sind Filteroptionen verfügbar
200
+
201
+ IM_SUBTITLE_FILTERTABLE=Mit Filtern können Sie sich auf das Relevanteste konzentrieren.
202
+
203
+ IM_TITLE_GROUPTABLE=Gruppieren Sie Elemente für einen besseren Überblick
204
+
205
+ IM_SUBTITLE_GROUPTABLE=Sie können Gruppierungskategorien in den Gruppeneinstellungen auswählen.
206
+
207
+ IM_TITLE_NOFILTERRESULTS=Keine Ergebnisse gefunden
208
+
209
+ IM_SUBTITLE_NOFILTERRESULTS=Passen Sie Ihre Filterkriterien an.
210
+
211
+ IM_TITLE_PAGENOTFOUND=Diese Seite wurde leider nicht gefunden
212
+
213
+ IM_SUBTITLE_PAGENOTFOUND=Prüfen Sie die zum Aufrufen der App verwendete URL.
214
+
215
+ IM_TITLE_RESIZECOLUMN=Wählen Sie Ihre eigene Spaltenbreite
216
+
217
+ IM_SUBTITLE_RESIZECOLUMN=Sie können die Größe von Spalten verändern, indem Sie an den Spaltenrändern ziehen.
218
+
219
+ IM_TITLE_SORTCOLUMN=Die wichtigsten Elemente werden nicht zuerst angezeigt?
220
+
221
+ IM_SUBTITLE_SORTCOLUMN=Wählen Sie die Sortierkriterien in den Sortiereinstellungen.
222
+
223
+ IM_TITLE_SUCCESSSCREEN=Gut gemacht!
224
+
225
+ IM_SUBTITLE_SUCCESSSCREEN=Sie haben alle Schulungszuweisungen abgeschlossen.
226
+
227
+ IM_TITLE_UPLOADCOLLECTION=Dateien hierher ziehen
228
+
229
+ IM_SUBTITLE_UPLOADCOLLECTION=Sie können auch mehrere Dateien gleichzeitig hochladen.
230
+
179
231
  DSC_SIDE_ARIA_LABEL=Nebeninhalt
@@ -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=Unable to load data
172
172
 
173
173
  IM_SUBTITLE_UNABLETOLOAD=Check your Internet connection. If that doesn’t help, try reloading. If that doesn't help either, check with your administrator.
174
174
 
175
+ IM_TITLE_UNABLETOLOADIMAGE=Unable to load image
176
+
177
+ IM_SUBTITLE_UNABLETOLOADIMAGE=We couldn't find the image at the specified location, or the server isn't responding.
178
+
175
179
  IM_TITLE_UNABLETOUPLOAD=Unable to upload data
176
180
 
177
181
  IM_SUBTITLE_UNABLETOUPLOAD=Check your Internet connection. If that doesn’t help, check the file format and file size. Otherwise contact your administrator.
178
182
 
183
+ IM_TITLE_ADDCOLUMN=Looks like there's free space
184
+
185
+ IM_SUBTITLE_ADDCOLUMN=You can add more columns in the table settings.
186
+
187
+ IM_TITLE_ADDPEOPLE=You've not added anyone to the calendar yet
188
+
189
+ IM_SUBTITLE_ADDPEOPLE=Do you want to add someone now?
190
+
191
+ IM_TITLE_BALLOONSKY=You've been appreciated!
192
+
193
+ IM_SUBTITLE_BALLOONSKY=Keep up the great work!
194
+
195
+ IM_TITLE_EMPTYPLANNINGCALENDAR=Nothing planned yet
196
+
197
+ IM_SUBTITLE_EMPTYPLANNINGCALENDAR=There are no activities in this time frame.
198
+
199
+ IM_TITLE_FILTERTABLE=Filter options are available
200
+
201
+ IM_SUBTITLE_FILTERTABLE=Filters help you focus on what's most relevant for you.
202
+
203
+ IM_TITLE_GROUPTABLE=Try grouping items for a better overview
204
+
205
+ IM_SUBTITLE_GROUPTABLE=You can choose grouping categories in the group settings.
206
+
207
+ IM_TITLE_NOFILTERRESULTS=No results found
208
+
209
+ IM_SUBTITLE_NOFILTERRESULTS=Try adjusting your filter criteria.
210
+
211
+ IM_TITLE_PAGENOTFOUND=Sorry, we can't find this page
212
+
213
+ IM_SUBTITLE_PAGENOTFOUND=Please check the URL you are using to call the app.
214
+
215
+ IM_TITLE_RESIZECOLUMN=Choose your own column width
216
+
217
+ IM_SUBTITLE_RESIZECOLUMN=You can resize columns by dragging the column borders.
218
+
219
+ IM_TITLE_SORTCOLUMN=Not seeing the most important items first?
220
+
221
+ IM_SUBTITLE_SORTCOLUMN=Choose the sort criteria in the sort settings.
222
+
223
+ IM_TITLE_SUCCESSSCREEN=Nicely done!
224
+
225
+ IM_SUBTITLE_SUCCESSSCREEN=You completed all your learning assignments.
226
+
227
+ IM_TITLE_UPLOADCOLLECTION=Drop files here
228
+
229
+ IM_SUBTITLE_UPLOADCOLLECTION=You can also upload several files all at once.
230
+
179
231
  DSC_SIDE_ARIA_LABEL=Side Content
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=Unable to load data
172
172
 
173
173
  IM_SUBTITLE_UNABLETOLOAD=Check your Internet connection. If that doesn’t help, try reloading. If that doesn't help either, check with your administrator.
174
174
 
175
+ IM_TITLE_UNABLETOLOADIMAGE=Unable to load image
176
+
177
+ IM_SUBTITLE_UNABLETOLOADIMAGE=We couldn't find the image at the specified location, or the server isn't responding.
178
+
175
179
  IM_TITLE_UNABLETOUPLOAD=Unable to upload data
176
180
 
177
181
  IM_SUBTITLE_UNABLETOUPLOAD=Check your Internet connection. If that doesn’t help, check the file format and file size. Otherwise, contact your administrator.
178
182
 
183
+ IM_TITLE_ADDCOLUMN=Looks like there's free space
184
+
185
+ IM_SUBTITLE_ADDCOLUMN=You can add more columns in the table settings.
186
+
187
+ IM_TITLE_ADDPEOPLE=You've not added anyone to the calendar yet
188
+
189
+ IM_SUBTITLE_ADDPEOPLE=Do you want to add someone now?
190
+
191
+ IM_TITLE_BALLOONSKY=You've been appreciated!
192
+
193
+ IM_SUBTITLE_BALLOONSKY=Keep up the great work!
194
+
195
+ IM_TITLE_EMPTYPLANNINGCALENDAR=Nothing planned yet
196
+
197
+ IM_SUBTITLE_EMPTYPLANNINGCALENDAR=There are no activities in this time frame.
198
+
199
+ IM_TITLE_FILTERTABLE=Filter options are available
200
+
201
+ IM_SUBTITLE_FILTERTABLE=Filters help you focus on what's most relevant for you.
202
+
203
+ IM_TITLE_GROUPTABLE=Try grouping items for a better overview
204
+
205
+ IM_SUBTITLE_GROUPTABLE=You can choose grouping categories in the group settings.
206
+
207
+ IM_TITLE_NOFILTERRESULTS=No results found
208
+
209
+ IM_SUBTITLE_NOFILTERRESULTS=Try adjusting your filter criteria.
210
+
211
+ IM_TITLE_PAGENOTFOUND=Sorry, we can't find this page
212
+
213
+ IM_SUBTITLE_PAGENOTFOUND=Please check the URL you are using to call the app.
214
+
215
+ IM_TITLE_RESIZECOLUMN=Choose your own column width
216
+
217
+ IM_SUBTITLE_RESIZECOLUMN=You can resize columns by dragging the column borders.
218
+
219
+ IM_TITLE_SORTCOLUMN=Not seeing the most important items first?
220
+
221
+ IM_SUBTITLE_SORTCOLUMN=Choose the sort criteria in the sort settings.
222
+
223
+ IM_TITLE_SUCCESSSCREEN=Nicely done!
224
+
225
+ IM_SUBTITLE_SUCCESSSCREEN=You completed all your learning assignments.
226
+
227
+ IM_TITLE_UPLOADCOLLECTION=Drop files here
228
+
229
+ IM_SUBTITLE_UPLOADCOLLECTION=You can also upload several files all at once.
230
+
179
231
  DSC_SIDE_ARIA_LABEL=Side Content
@@ -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=[[[Ƥĺēąşē ċĥēċķ ţĥē ŮŘĻ ŷŏű ąŗē űşįŋğ ţŏ ċąĺĺ ţĥē ąρρ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]
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=‌‍‍‌‌‌‌‍‍​‍‍​​‍‍​‍‌​​‌‍​‌‌​‌‌​‌‍‍‍‌​​‌​‌Check your internet connection. If that's not it, try reloading. If that still doesn't help, check with your administrator.
174
174
 
175
+ IM_TITLE_UNABLETOLOADIMAGE=‌‌‌​‍​​‌​​​‍​‌​​‍‌‍‌‍‍‌‍‍‌‌‍‌‍‍​‍‍‌‍​‍​‍​Unable to load image
176
+
177
+ IM_SUBTITLE_UNABLETOLOADIMAGE=‍‍‍​‍‍‍‍‍‍​‌‍‍‌​​​​‌​‍‍‍​‍​‌‍​​‌‌​‍​​​‌​We couldn't find the image at the specified location, or the server isn't responding.
178
+
175
179
  IM_TITLE_UNABLETOUPLOAD=‌‌​​​‍‍​‍‍​‌​​‍‍​‌​​‌‍‍‍‌‍​‌​‍‍‍​‍‌‌‍​‌‌​Unable to upload data
176
180
 
177
181
  IM_SUBTITLE_UNABLETOUPLOAD=‌​​​​‌‍‌‍​‍​‌‍‌​‍‍‌‌‍‍​‌​‌‌​‌‍‌​‌​​​​‌‍​‌Check your internet connection. If that's not it, check the file format and file size. Otherwise, contact your administrator.
178
182
 
183
+ IM_TITLE_ADDCOLUMN=‌‌​​‍​‌​‌‍​‌‌​‌‍‍​​‌‍‌‍​​‍​‌‍‍​‍‌‌‍‌‌​‌‌‍Looks like there's free space
184
+
185
+ IM_SUBTITLE_ADDCOLUMN=‍‌‍​‍‍‌‌‍​​‍​‍‍‍‍‍​‍‍​‌‍‌‌​‍‌​​‌‍‌​‍​‌‌‍You can add more columns in the table settings.
186
+
187
+ IM_TITLE_ADDPEOPLE=‌‌​​​‌‌‍​​‍‌‍‍‍‌‍‌‌​​‌​‌‌‌‍‍‌​‍‌‍‌‍​​​‌‌‍You've not added anyone to the calendar yet
188
+
189
+ IM_SUBTITLE_ADDPEOPLE=‌‌​‌​‌‍​‌‍​‍​‍​​‍‍‌‍‍‌​‍​‌​‌‌​​‌‌‍‌​​‍Do you want to add someone now?
190
+
191
+ IM_TITLE_BALLOONSKY=‌​​‌‌​‍‍‌‌‌‍​​‌‍​​‌‌​‍‍​‍‍‍‍‍​‍‌‌‍​‌‍​​‌​You've been appreciated!
192
+
193
+ IM_SUBTITLE_BALLOONSKY=‌‌‍​​​‍​‌​​​​​‍‍​‍‍‍​‍‌​‌‍‍‌​‍​‌‌‍‌‍‌‍​‌Keep up the great work!
194
+
195
+ IM_TITLE_EMPTYPLANNINGCALENDAR=‌​‌​‌‍​‍‌​​‍​‍‌​​‌​‌‍‍​‌‌​‌‌‍‌‍‍​‌​‍​‌​​‌Nothing planned yet
196
+
197
+ IM_SUBTITLE_EMPTYPLANNINGCALENDAR=‌‌‌‌​​‍​​​‌‌‌‍‍​‍‍‍​‌​‍​​‌‌​​​‍‍‌​‍​‍‌​There are no activities in this time frame.
198
+
199
+ IM_TITLE_FILTERTABLE=‌‌‌‌‌‌​‌‍​​​​‌​‍‍‍‍‌‍​‌​​‍‌‌‌‌​‌‌‌‌​​‌​​​Filter options are available
200
+
201
+ IM_SUBTITLE_FILTERTABLE=‌​‍​‍‍​​​​​​‍​​‌​‍​‌​‍‍‌‍‌​‌‍‌​‌‍​​‌‍‌​​‌Filters help you focus on what's most relevant for you.
202
+
203
+ IM_TITLE_GROUPTABLE=‌‍​‌‌‌‌​‌​​​‌‌‌‌‌‌‌​​​‌‌​‌​‍‍​‍‍‌​‍‍‌‌Try grouping items for a better overview
204
+
205
+ IM_SUBTITLE_GROUPTABLE=‌‌‌​​​​‌‍​​‍​‌‍‌​‌​‍‍‌‍‌​‍‍‍‌‌‌‌‌‌‍‌​‍​​‍You can choose grouping categories in the group settings.
206
+
207
+ IM_TITLE_NOFILTERRESULTS=‌​‌​​​‍‍​‍‌‍​‌‌‍‌‌‍​‍​‍‌‍‌‌‍​​​‍​‌​‌‌‌‍​​No results found
208
+
209
+ IM_SUBTITLE_NOFILTERRESULTS=‍​‌‍‌‍‍‍​​​‌​‍​​‍‍​‌‌‍​‍​‌‌‌​​‌‍‌‍‌‍​‌‌‌Try adjusting your filter criteria.
210
+
211
+ IM_TITLE_PAGENOTFOUND=‌‌​‍‌‌‍‌‌​‌‌​​​​‌​​‍​‌‍‌‌‍‌‌‍​‍‍‍​‌‌‌‌​‍Sorry, we can't find this page
212
+
213
+ IM_SUBTITLE_PAGENOTFOUND=‌‌‌​‌‌‍‌‌​‌‍​​‍‌‍‌​‍‌‌‍‍‌‌‌‌‍​​‌‌​​‌​​‍‍‍Please check the URL you are using to call the app.
214
+
215
+ IM_TITLE_RESIZECOLUMN=‍​‌‍‍​‍​​‍‍​‌‌​​​​​​‍‍​‌‌​‍‌​‌​‍​‍​‌‌​‍‌Choose your own column width
216
+
217
+ IM_SUBTITLE_RESIZECOLUMN=‌‌‌​​‍‍‍‍‌‍‍‍​‍‍​​​​‍‌​‌‍​​‍‌‌​‍‍​‌​‍​‌‌​You can resize columns by dragging the column borders.
218
+
219
+ IM_TITLE_SORTCOLUMN=‍‌​​‌​​‌​​​‍​​‌​‍‍​​‌​​‌‌‍‍​‌​‍​‌​‌‍‍​​‌Not seeing the most important items first?
220
+
221
+ IM_SUBTITLE_SORTCOLUMN=‌​‍​‍‍‌‍‍‍‌‍​‌​‌‍‌​‌‌‍​‍​‌‍​​‌‍‍​‍‌​‍‍‌‍Choose the sort criteria in the sort settings.
222
+
223
+ IM_TITLE_SUCCESSSCREEN=‍‌​‌‍​‍​​‍​​‌​‌​​​‌‍‍‌‍‍​‍​‌​‍‌​‍​‌​​​​​Nicely done!
224
+
225
+ IM_SUBTITLE_SUCCESSSCREEN=‍‍​​​‍‍‍​‌​‌​‍​‌‍‌‌‌‌​‍‌​‍‌‍‌​​​‌‍‍‌‌‍‌‍You completed all your learning assignments.
226
+
227
+ IM_TITLE_UPLOADCOLLECTION=‌​‍‍‌​‍‍‌​‍​‌​‍‌‌‌‍‌‍​​​​​‌‍‌‍‌​‌‍‍‌‍‌‌​‍Drop files here
228
+
229
+ IM_SUBTITLE_UPLOADCOLLECTION=‌​‍‍​‍‌‍‌​‍‍‌‍‌‍‍​‍‌‌​‌‍‍​‍​‌‌‍‍‌‍‍‍‍‍‌​‍You can also upload several files at once.
230
+
179
231
  DSC_SIDE_ARIA_LABEL=‌​​‌‍​​‍‍‍​‌​‍​‍​​‍​​‍‌‍‌​​​‍​‍​‌​‌‌‌​‌‍Side Content
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=UvVlraLgNa4TFudtvPyMmA_Unable to load data
172
172
 
173
173
  IM_SUBTITLE_UNABLETOLOAD=R3kDRBJh4OI+x3fyHaJNMA_Check your internet connection. If that''s not it, try reloading. If that still doesn''t help, check with your administrator.
174
174
 
175
+ IM_TITLE_UNABLETOLOADIMAGE=fEWQ6pyT+ZDkXSQs0qtpMA_Unable to load image
176
+
177
+ IM_SUBTITLE_UNABLETOLOADIMAGE=V1whdvb+Nmy57RtFZiuQNg_We couldn''t find the image at the specified location, or the server isn''t responding.
178
+
175
179
  IM_TITLE_UNABLETOUPLOAD=gA6pM1xjgxUTXINn1jw9gA_Unable to upload data
176
180
 
177
181
  IM_SUBTITLE_UNABLETOUPLOAD=ZpXvsKv+/jz7Ivqx1/LSwg_Check your internet connection. If that''s not it, check the file format and file size. Otherwise, contact your administrator.
178
182
 
183
+ IM_TITLE_ADDCOLUMN=SK55Z9qZ6Yw44wZVNcO5ZA_Looks like there''s free space
184
+
185
+ IM_SUBTITLE_ADDCOLUMN=6DuzYCtwAptfaFZ6OgeU0Q_You can add more columns in the table settings.
186
+
187
+ IM_TITLE_ADDPEOPLE=EF+wOMTvvoK2YNaK657QLQ_You''ve not added anyone to the calendar yet
188
+
189
+ IM_SUBTITLE_ADDPEOPLE=qQMrv5kf/4VTnPFUFGlG/Q_Do you want to add someone now?
190
+
191
+ IM_TITLE_BALLOONSKY=hPKzC2N/rdBWCvGro8Mm4g_You''ve been appreciated!
192
+
193
+ IM_SUBTITLE_BALLOONSKY=vxJjBTyzOI+AJShoEKBEpw_Keep up the great work!
194
+
195
+ IM_TITLE_EMPTYPLANNINGCALENDAR=1E5vFh9eclqaj7+GXcJ0kQ_Nothing planned yet
196
+
197
+ IM_SUBTITLE_EMPTYPLANNINGCALENDAR=baIwE8BkDrp/kx63NZUlKg_There are no activities in this time frame.
198
+
199
+ IM_TITLE_FILTERTABLE=kueRcVNtB20rf1HDfRz8cg_Filter options are available
200
+
201
+ IM_SUBTITLE_FILTERTABLE=1EK2HVOGeSVbHEM3zdv8Lg_Filters help you focus on what''s most relevant for you.
202
+
203
+ IM_TITLE_GROUPTABLE=/kD9DW/QmsdHUBzZK7vcaw_Try grouping items for a better overview
204
+
205
+ IM_SUBTITLE_GROUPTABLE=rB9jpoXq7n95arVsExue4A_You can choose grouping categories in the group settings.
206
+
207
+ IM_TITLE_NOFILTERRESULTS=VC7ZqCjZDi1X8YgAYyeKZg_No results found
208
+
209
+ IM_SUBTITLE_NOFILTERRESULTS=k+48KvZ7N/Iy5qSWw0XfZw_Try adjusting your filter criteria.
210
+
211
+ IM_TITLE_PAGENOTFOUND=EQYYsqi9Ji5o2Ur3LftZcA_Sorry, we can''t find this page
212
+
213
+ IM_SUBTITLE_PAGENOTFOUND=m06XO6SxVRu0T0dA7cGzXA_Please check the URL you are using to call the app.
214
+
215
+ IM_TITLE_RESIZECOLUMN=vJJWauqmm5htLWDp4gHYgg_Choose your own column width
216
+
217
+ IM_SUBTITLE_RESIZECOLUMN=ITpnE8rrZiyVvXEud0XfHA_You can resize columns by dragging the column borders.
218
+
219
+ IM_TITLE_SORTCOLUMN=IHvcxKODfoE7Pv2Zbxjffg_Not seeing the most important items first?
220
+
221
+ IM_SUBTITLE_SORTCOLUMN=37935bht314oLWsAgQgo5Q_Choose the sort criteria in the sort settings.
222
+
223
+ IM_TITLE_SUCCESSSCREEN=qR35MTmrSCqXLiIySsd5xQ_Nicely done!
224
+
225
+ IM_SUBTITLE_SUCCESSSCREEN=OpnsMkEZAcyX9/LkQlnTmA_You completed all your learning assignments.
226
+
227
+ IM_TITLE_UPLOADCOLLECTION=zJkGLPUTjwxa2iiuRsvnow_Drop files here
228
+
229
+ IM_SUBTITLE_UPLOADCOLLECTION=GMaoG/b3Urvd/58WH+y2Yw_You can also upload several files at once.
230
+
179
231
  DSC_SIDE_ARIA_LABEL=F1A6Bpd+ilJ3ddK1as9mxQ_Side Content