@openui5/sap.ui.webc.fiori 1.119.0 → 1.120.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 (638) hide show
  1. package/THIRDPARTY.txt +6 -6
  2. package/package.json +4 -4
  3. package/src/sap/ui/webc/fiori/.library +3 -3
  4. package/src/sap/ui/webc/fiori/Bar.js +4 -14
  5. package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +1 -1
  6. package/src/sap/ui/webc/fiori/DynamicSideContent.js +1 -1
  7. package/src/sap/ui/webc/fiori/FilterItem.js +1 -1
  8. package/src/sap/ui/webc/fiori/FilterItemOption.js +1 -1
  9. package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +1 -1
  10. package/src/sap/ui/webc/fiori/IllustratedMessage.js +1 -1
  11. package/src/sap/ui/webc/fiori/MediaGallery.js +1 -1
  12. package/src/sap/ui/webc/fiori/MediaGalleryItem.js +1 -1
  13. package/src/sap/ui/webc/fiori/NotificationAction.js +1 -12
  14. package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +10 -8
  15. package/src/sap/ui/webc/fiori/NotificationListItem.js +10 -8
  16. package/src/sap/ui/webc/fiori/Page.js +9 -6
  17. package/src/sap/ui/webc/fiori/ProductSwitch.js +1 -1
  18. package/src/sap/ui/webc/fiori/ProductSwitchItem.js +1 -1
  19. package/src/sap/ui/webc/fiori/ShellBar.js +1 -1
  20. package/src/sap/ui/webc/fiori/ShellBarItem.js +4 -2
  21. package/src/sap/ui/webc/fiori/SideNavigation.js +1 -1
  22. package/src/sap/ui/webc/fiori/SideNavigationItem.js +1 -1
  23. package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +1 -1
  24. package/src/sap/ui/webc/fiori/SortItem.js +1 -1
  25. package/src/sap/ui/webc/fiori/Timeline.js +1 -1
  26. package/src/sap/ui/webc/fiori/TimelineItem.js +1 -1
  27. package/src/sap/ui/webc/fiori/UploadCollection.js +4 -13
  28. package/src/sap/ui/webc/fiori/UploadCollectionItem.js +69 -2
  29. package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +14 -2
  30. package/src/sap/ui/webc/fiori/Wizard.js +1 -1
  31. package/src/sap/ui/webc/fiori/WizardStep.js +1 -1
  32. package/src/sap/ui/webc/fiori/designtime/messagebundle_mk.properties +28 -0
  33. package/src/sap/ui/webc/fiori/library.js +2 -2
  34. package/src/sap/ui/webc/fiori/thirdparty/Bar.js +5 -4
  35. package/src/sap/ui/webc/fiori/thirdparty/BarcodeScannerDialog.js +7 -0
  36. package/src/sap/ui/webc/fiori/thirdparty/DynamicSideContent.js +5 -0
  37. package/src/sap/ui/webc/fiori/thirdparty/FlexibleColumnLayout.js +7 -0
  38. package/src/sap/ui/webc/fiori/thirdparty/IllustratedMessage.js +6 -0
  39. package/src/sap/ui/webc/fiori/thirdparty/MediaGallery.js +5 -0
  40. package/src/sap/ui/webc/fiori/thirdparty/MediaGalleryItem.js +5 -0
  41. package/src/sap/ui/webc/fiori/thirdparty/NotificationListGroupItem.js +9 -0
  42. package/src/sap/ui/webc/fiori/thirdparty/NotificationListItem.js +9 -0
  43. package/src/sap/ui/webc/fiori/thirdparty/NotificationListItemBase.js +7 -0
  44. package/src/sap/ui/webc/fiori/thirdparty/Page.js +16 -2
  45. package/src/sap/ui/webc/fiori/thirdparty/ProductSwitch.js +3 -0
  46. package/src/sap/ui/webc/fiori/thirdparty/ProductSwitchItem.js +3 -0
  47. package/src/sap/ui/webc/fiori/thirdparty/ShellBar.js +9 -4
  48. package/src/sap/ui/webc/fiori/thirdparty/ShellBarItem.js +0 -1
  49. package/src/sap/ui/webc/fiori/thirdparty/SideNavigation.js +3 -0
  50. package/src/sap/ui/webc/fiori/thirdparty/Timeline.js +3 -0
  51. package/src/sap/ui/webc/fiori/thirdparty/TimelineItem.js +3 -0
  52. package/src/sap/ui/webc/fiori/thirdparty/UploadCollection.js +9 -6
  53. package/src/sap/ui/webc/fiori/thirdparty/UploadCollectionItem.js +13 -18
  54. package/src/sap/ui/webc/fiori/thirdparty/ViewSettingsDialog.js +20 -6
  55. package/src/sap/ui/webc/fiori/thirdparty/Wizard.js +11 -3
  56. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Bar.css +1 -1
  57. package/src/sap/ui/webc/fiori/thirdparty/css/themes/FlexibleColumnLayout.css +1 -1
  58. package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGallery.css +1 -1
  59. package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGalleryItem.css +1 -1
  60. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListGroupItem.css +1 -1
  61. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItem.css +1 -1
  62. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItemBase.css +1 -1
  63. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationOverflowActionsPopover.css +1 -1
  64. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Page.css +1 -1
  65. package/src/sap/ui/webc/fiori/thirdparty/css/themes/ProductSwitchItem.css +1 -1
  66. package/src/sap/ui/webc/fiori/thirdparty/css/themes/ShellBar.css +1 -1
  67. package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigation.css +1 -1
  68. package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigationPopover.css +1 -1
  69. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Timeline.css +1 -1
  70. package/src/sap/ui/webc/fiori/thirdparty/css/themes/TimelineItem.css +1 -1
  71. package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollection.css +1 -1
  72. package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollectionItem.css +1 -1
  73. package/src/sap/ui/webc/fiori/thirdparty/css/themes/ViewSettingsDialog.css +1 -1
  74. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Wizard.css +1 -1
  75. package/src/sap/ui/webc/fiori/thirdparty/css/themes/WizardTab.css +1 -1
  76. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
  77. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  78. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  79. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  80. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  81. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  82. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  83. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
  84. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  85. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
  86. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  87. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  88. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
  89. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  90. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
  91. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ar.json.js +1 -1
  92. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_bg.json.js +1 -1
  93. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ca.json.js +1 -1
  94. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_cs.json.js +1 -1
  95. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_cy.json.js +1 -1
  96. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_da.json.js +1 -1
  97. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_de.json.js +1 -1
  98. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_el.json.js +1 -1
  99. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en.json.js +1 -1
  100. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_GB.json.js +1 -1
  101. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_sappsd.json.js +1 -1
  102. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_saprigi.json.js +1 -1
  103. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_saptrc.json.js +1 -1
  104. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_es.json.js +1 -1
  105. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_es_MX.json.js +1 -1
  106. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_et.json.js +1 -1
  107. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fi.json.js +1 -1
  108. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fr.json.js +1 -1
  109. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fr_CA.json.js +1 -1
  110. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hi.json.js +1 -1
  111. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hr.json.js +1 -1
  112. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hu.json.js +1 -1
  113. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_it.json.js +1 -1
  114. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_iw.json.js +1 -1
  115. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ja.json.js +1 -1
  116. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_kk.json.js +1 -1
  117. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ko.json.js +1 -1
  118. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_lt.json.js +1 -1
  119. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_lv.json.js +1 -1
  120. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ms.json.js +1 -1
  121. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_no.json.js +1 -1
  122. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pl.json.js +1 -1
  123. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pt.json.js +1 -1
  124. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pt_PT.json.js +1 -1
  125. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ro.json.js +1 -1
  126. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ru.json.js +1 -1
  127. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sh.json.js +1 -1
  128. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sk.json.js +1 -1
  129. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sl.json.js +1 -1
  130. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sv.json.js +1 -1
  131. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_th.json.js +1 -1
  132. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_tr.json.js +1 -1
  133. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_uk.json.js +1 -1
  134. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_vi.json.js +1 -1
  135. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_zh_CN.json.js +1 -1
  136. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_zh_TW.json.js +1 -1
  137. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize/parameters-bundle.css.json.js +1 -1
  138. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json.js +1 -1
  139. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json.js +1 -1
  140. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json.js +1 -1
  141. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json.js +1 -1
  142. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json.js +1 -1
  143. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json.js +1 -1
  144. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon/parameters-bundle.css.json.js +1 -1
  145. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json.js +1 -1
  146. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json.js +1 -0
  147. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json.js +1 -1
  148. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json.js +1 -1
  149. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json.js +1 -0
  150. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json.js +1 -1
  151. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json.js +1 -0
  152. package/src/sap/ui/webc/fiori/thirdparty/generated/i18n/i18n-defaults.js +1 -1
  153. package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/Illustrations.js +10 -74
  154. package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsTNT.js +92 -0
  155. package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsV5TNT.js +90 -0
  156. package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsV5TNTHC.js +90 -0
  157. package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/Themes.js +7 -1
  158. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationTemplate.lit.js +2 -2
  159. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionItemTemplate.lit.js +47 -17
  160. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionTemplate.lit.js +2 -2
  161. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Bar.css.js +1 -1
  162. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/BarcodeScannerDialog.css.js +1 -1
  163. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/DynamicSideContent.css.js +1 -1
  164. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/FlexibleColumnLayout.css.js +1 -1
  165. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/IllustratedMessage.css.js +1 -1
  166. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/InvisibleTextStyles.css.js +1 -1
  167. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGallery.css.js +1 -1
  168. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGalleryItem.css.js +1 -1
  169. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListGroupItem.css.js +1 -1
  170. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItem.css.js +1 -1
  171. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItemBase.css.js +1 -1
  172. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationOverflowActionsPopover.css.js +1 -1
  173. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationPrioIcon.css.js +1 -1
  174. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Page.css.js +1 -1
  175. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitch.css.js +1 -1
  176. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitchItem.css.js +1 -1
  177. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBar.css.js +1 -1
  178. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBarPopover.css.js +1 -1
  179. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigation.css.js +1 -1
  180. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigationPopover.css.js +1 -1
  181. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Timeline.css.js +1 -1
  182. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/TimelineItem.css.js +1 -1
  183. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollection.css.js +1 -1
  184. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollectionItem.css.js +1 -1
  185. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ViewSettingsDialog.css.js +1 -1
  186. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Wizard.css.js +1 -1
  187. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardPopover.css.js +1 -1
  188. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardTab.css.js +1 -1
  189. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  190. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  191. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  192. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  193. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  194. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  195. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  196. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  197. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  198. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +15 -0
  199. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  200. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  201. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +15 -0
  202. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  203. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +15 -0
  204. package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddColumn.js +3 -1
  205. package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddDimensions.js +3 -1
  206. package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddPeople.js +3 -1
  207. package/src/sap/ui/webc/fiori/thirdparty/illustrations/AllIllustrations.js +1 -1
  208. package/src/sap/ui/webc/fiori/thirdparty/illustrations/BalloonSky.js +3 -1
  209. package/src/sap/ui/webc/fiori/thirdparty/illustrations/BeforeSearch.js +3 -1
  210. package/src/sap/ui/webc/fiori/thirdparty/illustrations/Connection.js +3 -1
  211. package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyCalendar.js +3 -1
  212. package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyList.js +3 -1
  213. package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyPlanningCalendar.js +3 -1
  214. package/src/sap/ui/webc/fiori/thirdparty/illustrations/ErrorScreen.js +3 -1
  215. package/src/sap/ui/webc/fiori/thirdparty/illustrations/FilterTable.js +3 -1
  216. package/src/sap/ui/webc/fiori/thirdparty/illustrations/GroupTable.js +3 -1
  217. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoActivities.js +3 -1
  218. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoColumnsSet.js +3 -1
  219. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoData.js +3 -1
  220. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoDimensionsSet.js +3 -1
  221. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoEntries.js +3 -1
  222. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoFilterResults.js +3 -1
  223. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail.js +3 -1
  224. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail_v1.js +3 -1
  225. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoNotifications.js +3 -1
  226. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems.js +3 -1
  227. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems_v1.js +3 -1
  228. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSearchResults.js +3 -1
  229. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks.js +3 -1
  230. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks_v1.js +3 -1
  231. package/src/sap/ui/webc/fiori/thirdparty/illustrations/PageNotFound.js +3 -1
  232. package/src/sap/ui/webc/fiori/thirdparty/illustrations/ReloadScreen.js +3 -1
  233. package/src/sap/ui/webc/fiori/thirdparty/illustrations/ResizeColumn.js +3 -1
  234. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchEarth.js +3 -1
  235. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchFolder.js +3 -1
  236. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBalloon.js +3 -1
  237. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBell.js +3 -1
  238. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCalendar.js +3 -1
  239. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCheckMark.js +3 -1
  240. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleConnection.js +3 -1
  241. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyDoc.js +3 -1
  242. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyList.js +3 -1
  243. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleError.js +3 -1
  244. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMagnifier.js +3 -1
  245. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMail.js +3 -1
  246. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNoSavedItems.js +3 -1
  247. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNotFoundMagnifier.js +3 -1
  248. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleReload.js +3 -1
  249. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleTask.js +3 -1
  250. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SleepingBell.js +3 -1
  251. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SortColumn.js +3 -1
  252. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessBalloon.js +3 -1
  253. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessCheckMark.js +3 -1
  254. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessHighFive.js +3 -1
  255. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessScreen.js +3 -1
  256. package/src/sap/ui/webc/fiori/thirdparty/illustrations/Survey.js +3 -1
  257. package/src/sap/ui/webc/fiori/thirdparty/illustrations/Tent.js +3 -1
  258. package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoad.js +3 -1
  259. package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoadImage.js +3 -1
  260. package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToUpload.js +3 -1
  261. package/src/sap/ui/webc/fiori/thirdparty/illustrations/UploadCollection.js +3 -1
  262. package/src/sap/ui/webc/fiori/thirdparty/illustrations/UploadToCloud.js +3 -1
  263. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartArea.js +3 -1
  264. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartArea2.js +3 -1
  265. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBPMNFlow.js +3 -1
  266. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBar.js +3 -1
  267. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBullet.js +3 -1
  268. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartDoughnut.js +3 -1
  269. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartFlow.js +3 -1
  270. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartGantt.js +3 -1
  271. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartOrg.js +3 -1
  272. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartPie.js +3 -1
  273. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/CodePlaceholder.js +3 -1
  274. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Company.js +3 -1
  275. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Components.js +3 -1
  276. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ExternalLink.js +3 -1
  277. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/FaceID.js +3 -1
  278. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Fingerprint.js +3 -1
  279. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Lock.js +3 -1
  280. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Mission.js +3 -1
  281. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoApplications.js +3 -1
  282. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoFlows.js +3 -1
  283. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoUsers.js +3 -1
  284. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Radar.js +3 -1
  285. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Secrets.js +3 -1
  286. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Services.js +3 -1
  287. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpired.js +3 -1
  288. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpiring.js +3 -1
  289. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Success.js +3 -1
  290. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SuccessfulAuth.js +3 -1
  291. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Systems.js +3 -1
  292. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Teams.js +3 -1
  293. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Tools.js +3 -1
  294. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/UnableToLoad.js +3 -1
  295. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Unlock.js +3 -1
  296. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/UnsuccessfulAuth.js +3 -1
  297. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/User2.js +3 -1
  298. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartArea.js +39 -0
  299. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartArea2.js +39 -0
  300. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBPMNFlow.js +39 -0
  301. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBar.js +39 -0
  302. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBullet.js +39 -0
  303. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartDoughnut.js +39 -0
  304. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartFlow.js +39 -0
  305. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartGantt.js +39 -0
  306. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartOrg.js +39 -0
  307. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartPie.js +39 -0
  308. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/CodePlaceholder.js +39 -0
  309. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Company.js +39 -0
  310. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Components.js +39 -0
  311. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/EmptyContentPane.js +39 -0
  312. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ExternalLink.js +39 -0
  313. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/FaceID.js +39 -0
  314. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Fingerprint.js +39 -0
  315. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Lock.js +39 -0
  316. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Mission.js +39 -0
  317. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoApplications.js +39 -0
  318. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoFlows.js +39 -0
  319. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoUsers.js +39 -0
  320. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Radar.js +39 -0
  321. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Secrets.js +39 -0
  322. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Services.js +39 -0
  323. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SessionExpired.js +39 -0
  324. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SessionExpiring.js +39 -0
  325. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Success.js +39 -0
  326. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SuccessfulAuth.js +39 -0
  327. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Systems.js +39 -0
  328. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Teams.js +39 -0
  329. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Tools.js +39 -0
  330. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/UnSuccessfulAuth.js +39 -0
  331. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Unlock.js +39 -0
  332. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartArea.js +39 -0
  333. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartArea2.js +39 -0
  334. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBPMNFlow.js +39 -0
  335. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBar.js +39 -0
  336. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBullet.js +39 -0
  337. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartDoughnut.js +39 -0
  338. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartFlow.js +39 -0
  339. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartGantt.js +39 -0
  340. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartOrg.js +39 -0
  341. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartPie.js +39 -0
  342. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/CodePlaceholder.js +39 -0
  343. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Company.js +39 -0
  344. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Components.js +39 -0
  345. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/EmptyContentPane.js +39 -0
  346. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ExternalLink.js +39 -0
  347. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/FaceID.js +39 -0
  348. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Fingerprint.js +39 -0
  349. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Lock.js +39 -0
  350. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Mission.js +39 -0
  351. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoApplications.js +39 -0
  352. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoFlows.js +39 -0
  353. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoUsers.js +39 -0
  354. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Radar.js +39 -0
  355. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Secrets.js +39 -0
  356. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Services.js +39 -0
  357. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SessionExpired.js +39 -0
  358. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SessionExpiring.js +39 -0
  359. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Success.js +39 -0
  360. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SuccessfulAuth.js +39 -0
  361. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Systems.js +39 -0
  362. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Teams.js +39 -0
  363. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Tools.js +39 -0
  364. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/UnSuccessfulAuth.js +39 -0
  365. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Unlock.js +39 -0
  366. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +24 -0
  367. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +23 -0
  368. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +31 -0
  369. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +23 -0
  370. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +28 -0
  371. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +27 -0
  372. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +28 -0
  373. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +28 -0
  374. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +39 -0
  375. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +29 -0
  376. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +19 -0
  377. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +32 -0
  378. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +31 -0
  379. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +32 -0
  380. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +27 -0
  381. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +26 -0
  382. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +22 -0
  383. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +31 -0
  384. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +24 -0
  385. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +28 -0
  386. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +31 -0
  387. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +28 -0
  388. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +23 -0
  389. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +22 -0
  390. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +25 -0
  391. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +23 -0
  392. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +21 -0
  393. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +29 -0
  394. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +36 -0
  395. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +34 -0
  396. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +36 -0
  397. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +31 -0
  398. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-UnSuccessfulAuth.js +36 -0
  399. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +27 -0
  400. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +17 -0
  401. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +16 -0
  402. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +23 -0
  403. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +16 -0
  404. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +19 -0
  405. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +17 -0
  406. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +21 -0
  407. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +20 -0
  408. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +23 -0
  409. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +18 -0
  410. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +15 -0
  411. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Company.js +20 -0
  412. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Components.js +20 -0
  413. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +20 -0
  414. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +19 -0
  415. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +28 -0
  416. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +17 -0
  417. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +22 -0
  418. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +19 -0
  419. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +24 -0
  420. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +10 -0
  421. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +21 -0
  422. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +21 -0
  423. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +15 -0
  424. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Services.js +20 -0
  425. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +17 -0
  426. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +18 -0
  427. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Success.js +17 -0
  428. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +21 -0
  429. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +24 -0
  430. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +25 -0
  431. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +27 -0
  432. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-UnSuccessfulAuth.js +21 -0
  433. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +29 -0
  434. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +30 -0
  435. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +29 -0
  436. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +37 -0
  437. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +29 -0
  438. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +34 -0
  439. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +33 -0
  440. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +34 -0
  441. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +34 -0
  442. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +45 -0
  443. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +34 -0
  444. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +23 -0
  445. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Company.js +39 -0
  446. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Components.js +35 -0
  447. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +36 -0
  448. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +31 -0
  449. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +37 -0
  450. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +26 -0
  451. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +35 -0
  452. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +30 -0
  453. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +32 -0
  454. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +35 -0
  455. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +32 -0
  456. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +28 -0
  457. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +30 -0
  458. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Services.js +29 -0
  459. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +27 -0
  460. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +25 -0
  461. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Success.js +36 -0
  462. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +43 -0
  463. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +40 -0
  464. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +40 -0
  465. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +35 -0
  466. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-UnSuccessfulAuth.js +43 -0
  467. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +31 -0
  468. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +24 -0
  469. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +23 -0
  470. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +30 -0
  471. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +23 -0
  472. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +28 -0
  473. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +27 -0
  474. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +28 -0
  475. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +28 -0
  476. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +39 -0
  477. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +28 -0
  478. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +19 -0
  479. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Company.js +32 -0
  480. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Components.js +29 -0
  481. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +32 -0
  482. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +27 -0
  483. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +26 -0
  484. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +18 -0
  485. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +31 -0
  486. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +20 -0
  487. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +28 -0
  488. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +31 -0
  489. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +28 -0
  490. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +21 -0
  491. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +22 -0
  492. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Services.js +25 -0
  493. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +23 -0
  494. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +21 -0
  495. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Success.js +22 -0
  496. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +36 -0
  497. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +34 -0
  498. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +36 -0
  499. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +31 -0
  500. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-UnSuccessfulAuth.js +36 -0
  501. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +27 -0
  502. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +38 -0
  503. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +37 -0
  504. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +44 -0
  505. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +37 -0
  506. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +41 -0
  507. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +37 -0
  508. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +41 -0
  509. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +40 -0
  510. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +52 -0
  511. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +37 -0
  512. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +21 -0
  513. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Company.js +43 -0
  514. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Components.js +66 -0
  515. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-EmptyContentPane.js +53 -0
  516. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +40 -0
  517. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-FaceID.js +37 -0
  518. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +41 -0
  519. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Lock.js +63 -0
  520. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Mission.js +44 -0
  521. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +59 -0
  522. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +47 -0
  523. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +38 -0
  524. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Radar.js +40 -0
  525. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Secrets.js +35 -0
  526. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Services.js +39 -0
  527. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +49 -0
  528. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +49 -0
  529. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Success.js +35 -0
  530. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +62 -0
  531. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Systems.js +76 -0
  532. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Teams.js +68 -0
  533. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Tools.js +51 -0
  534. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-UnSuccessfulAuth.js +62 -0
  535. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Unlock.js +38 -0
  536. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartArea.js +17 -0
  537. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +15 -0
  538. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +22 -0
  539. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBar.js +15 -0
  540. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +18 -0
  541. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +17 -0
  542. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +20 -0
  543. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +19 -0
  544. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +22 -0
  545. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartPie.js +17 -0
  546. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +15 -0
  547. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Company.js +20 -0
  548. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Components.js +17 -0
  549. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-EmptyContentPane.js +20 -0
  550. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +20 -0
  551. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-FaceID.js +24 -0
  552. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +16 -0
  553. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Lock.js +22 -0
  554. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Mission.js +19 -0
  555. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoApplications.js +24 -0
  556. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoFlows.js +27 -0
  557. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoUsers.js +21 -0
  558. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Radar.js +21 -0
  559. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Secrets.js +17 -0
  560. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Services.js +21 -0
  561. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +17 -0
  562. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +18 -0
  563. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Success.js +16 -0
  564. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +21 -0
  565. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Systems.js +24 -0
  566. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Teams.js +25 -0
  567. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Tools.js +27 -0
  568. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-UnSuccessfulAuth.js +21 -0
  569. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Unlock.js +29 -0
  570. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartArea.js +44 -0
  571. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +43 -0
  572. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +50 -0
  573. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBar.js +43 -0
  574. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +47 -0
  575. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +43 -0
  576. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +47 -0
  577. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +46 -0
  578. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +58 -0
  579. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartPie.js +43 -0
  580. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +22 -0
  581. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Company.js +52 -0
  582. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Components.js +67 -0
  583. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-EmptyContentPane.js +55 -0
  584. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +40 -0
  585. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-FaceID.js +40 -0
  586. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +44 -0
  587. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Lock.js +63 -0
  588. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Mission.js +53 -0
  589. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoApplications.js +59 -0
  590. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoFlows.js +48 -0
  591. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoUsers.js +54 -0
  592. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Radar.js +52 -0
  593. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Secrets.js +36 -0
  594. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Services.js +47 -0
  595. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +51 -0
  596. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +49 -0
  597. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Success.js +47 -0
  598. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +64 -0
  599. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Systems.js +77 -0
  600. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Teams.js +73 -0
  601. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Tools.js +52 -0
  602. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-UnSuccessfulAuth.js +64 -0
  603. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Unlock.js +38 -0
  604. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartArea.js +32 -0
  605. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +31 -0
  606. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +38 -0
  607. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBar.js +31 -0
  608. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +35 -0
  609. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +31 -0
  610. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +35 -0
  611. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +34 -0
  612. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +46 -0
  613. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartPie.js +31 -0
  614. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +19 -0
  615. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Company.js +41 -0
  616. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Components.js +63 -0
  617. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-EmptyContentPane.js +35 -0
  618. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +39 -0
  619. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-FaceID.js +37 -0
  620. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +29 -0
  621. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Lock.js +63 -0
  622. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Mission.js +41 -0
  623. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoApplications.js +59 -0
  624. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoFlows.js +53 -0
  625. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoUsers.js +43 -0
  626. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Radar.js +37 -0
  627. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Secrets.js +33 -0
  628. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Services.js +40 -0
  629. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +44 -0
  630. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +44 -0
  631. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Success.js +37 -0
  632. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +38 -0
  633. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Systems.js +76 -0
  634. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Teams.js +63 -0
  635. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Tools.js +48 -0
  636. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-UnSuccessfulAuth.js +38 -0
  637. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Unlock.js +38 -0
  638. package/ui5.yaml +1 -1
@@ -1 +1 @@
1
- sap.ui.define(['exports'], function(exports) { 'use strict'; exports["default"] = {"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Zrušit","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Zavádění","FCL_START_COLUMN_TXT":"První sloupec","FCL_MIDDLE_COLUMN_TXT":"Střední sloupec","FCL_END_COLUMN_TXT":"Poslední sloupec","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"Rozbalit první sloupec","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Sbalit první sloupec","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"Rozbalit poslední sloupec","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Sbalit poslední sloupec","NOTIFICATION_LIST_ITEM_TXT":"Oznámení","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Zobrazit více","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Zobrazit méně","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"Více","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Zavřít","NOTIFICATION_LIST_ITEM_READ":"Číst","NOTIFICATION_LIST_ITEM_UNREAD":"Nepřečteno","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"Vysoká priorita","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"Střední priorita","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"Nízká priorita","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Skupina oznámení","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Čítač","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"Zavřít vše","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"Sbalit skupinu","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"Rozbalit skupinu","TIMELINE_ARIA_LABEL":"Časová osa","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Zrušit","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Přejmenovat","UPLOADCOLLECTIONITEM_ERROR_STATE":"Ukončeno","UPLOADCOLLECTIONITEM_READY_STATE":"Čeká na vyřízení","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Probíhá upload","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Ukončit","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Opakovat","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Upravit","UPLOADCOLLECTION_NO_DATA_TEXT":"Soubory nenalezeny","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Soubory k odeslání přetáhněte sem nebo použijte tlačítko \"Odeslat\".","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Odeslat kolekci","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Soubory přetáhnout sem.","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Soubory k odeslání přetáhnout sem.","SHELLBAR_LABEL":"Pruh shell","SHELLBAR_LOGO":"Logo","SHELLBAR_COPILOT":"CoPilot","SHELLBAR_NOTIFICATIONS":"{0} oznámení","SHELLBAR_PROFILE":"Profil","SHELLBAR_PRODUCTS":"Produkty","PRODUCT_SWITCH_CONTAINER_LABEL":"Produkty","SHELLBAR_SEARCH":"Hledat","SHELLBAR_OVERFLOW":"Více","SHELLBAR_CANCEL":"Zrušit","WIZARD_NAV_ARIA_LABEL":"Lišta postupu průvodce","WIZARD_LIST_ARIA_LABEL":"Kroky průvodce","WIZARD_LIST_ARIA_DESCRIBEDBY":"Pro aktivaci stiskněte mezerník nebo Enter","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Kroky","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Nepovinné","WIZARD_STEP_ACTIVE":"Aktivní","WIZARD_STEP_INACTIVE":"Neaktivní","WIZARD_STEP_ARIA_LABEL":"Krok {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Průvodce","WIZARD_NAV_STEP_DEFAULT_HEADING":"Krok","VSD_DIALOG_TITLE_SORT":"Nastavení zobrazení","VSD_SUBMIT_BUTTON":"OK","VSD_CANCEL_BUTTON":"Zrušit","VSD_RESET_BUTTON":"Reset","VSD_SORT_ORDER":"Pořadí třídění","VSD_FILTER_BY":"Filtrovat podle","VSD_SORT_BY":"Třídit podle","VSD_ORDER_ASCENDING":"Vzestupně","VSD_ORDER_DESCENDING":"Sestupně","IM_TITLE_BEFORESEARCH":"Podívejme se na výsledky","IM_SUBTITLE_BEFORESEARCH":"Začněte zadáním vašich kritérií hledání.","IM_TITLE_NOACTIVITIES":"Dosud jste nepřidali žádné činnosti","IM_SUBTITLE_NOACTIVITIES":"Chcete přidat nějakou nyní?","IM_TITLE_NOCOLUMNSSET":"Přidat sloupce pro zobrazení obsahu","IM_SUBTITLE_NOCOLUMNSSET":"Vyberte sloupce, které potřebujete v nastaveních tabulky.","IM_TITLE_NODATA":"Dosud tam nejsou žádná data","IM_SUBTITLE_NODATA":"Až tam budou, uvidíte je zde.","IM_TITLE_NOMAIL":"Žádný nový e-mail","IM_SUBTITLE_NOMAIL":"Zkontrolujte to znovu později.","IM_TITLE_NOENTRIES":"Dosud tam nejsou žádné záznamy","IM_SUBTITLE_NOENTRIES":"Až tam budou, uvidíte je zde.","IM_TITLE_NONOTIFICATIONS":"Nedostali jste žádná nová oznámení","IM_SUBTITLE_NONOTIFICATIONS":"Zkontrolujte to znovu později.","IM_TITLE_NOSAVEDITEMS":"Dosud jste nepřidali žádné oblíbené položky","IM_SUBTITLE_NOSAVEDITEMS":"Chcete nyní vytvořit seznam vašich oblíbených položek?","IM_TITLE_NOSEARCHRESULTS":"Nebyly nalezeny výsledky","IM_SUBTITLE_NOSEARCHRESULTS":"Zkuste změnit vaše kritéria hledání.","IM_TITLE_NOTASKS":"Nedostali jste žádné nové úlohy","IM_SUBTITLE_NOTASKS":"Až tam budou, uvidíte je zde.","IM_TITLE_UNABLETOLOAD":"Data nelze načíst","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.","IM_TITLE_UNABLETOLOADIMAGE":"Obrázek nelze načíst","IM_SUBTITLE_UNABLETOLOADIMAGE":"Obrázek nebyl na zadaném místě nalezen nebo server není aktivní.","IM_TITLE_UNABLETOUPLOAD":"Nelze odeslat data","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.","IM_TITLE_UPLOADTOCLOUD":"Migrovat do SAP Integration Suite","IM_SUBTITLE_UPLOADTOCLOUD":"Přesuňte svůj obsah integrace z existující subskripce Process Integration do Cloud Integration.","IM_TITLE_ADDCOLUMN":"Zdá se, že existuje volné místo","IM_SUBTITLE_ADDCOLUMN":"V nastaveních tabulky můžete přidat více sloupců.","IM_TITLE_ADDPEOPLE":"Dosud jste do kalendáře žádný nepřidali","IM_SUBTITLE_ADDPEOPLE":"Chcete přidat nějaké nyní?","IM_TITLE_BALLOONSKY":"Oceníme to!","IM_SUBTITLE_BALLOONSKY":"Pokračujte v dobré práci!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Dosud není nic naplánováno","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"V tomto časovém intervalu nejsou žádné činnosti.","IM_TITLE_FILTERTABLE":"Jsou k dispozici možnosti filtru","IM_SUBTITLE_FILTERTABLE":"Filtry vám napomáhají zaměřit se na to, co je pro vás nejrelevantnější.","IM_TITLE_GROUPTABLE":"Pro lepší přehled se pokuste seskupit položky","IM_SUBTITLE_GROUPTABLE":"Kategorie seskupení můžete zvolit v nastaveních skupiny.","IM_TITLE_NOFILTERRESULTS":"Nenalezeny žádné výsledky","IM_SUBTITLE_NOFILTERRESULTS":"Zkuste upravit vaše kritéria filtru.","IM_TITLE_PAGENOTFOUND":"Omlouváme se, tuto stránku nemůžeme najít","IM_SUBTITLE_PAGENOTFOUND":"Zkontrolujte URL, které používáte k volání aplikace.","IM_TITLE_RESIZECOLUMN":"Zvolte svou vlastní šířku sloupce","IM_SUBTITLE_RESIZECOLUMN":"Velikosti sloupců můžete měnit přetažením okrajů sloupce.","IM_TITLE_SORTCOLUMN":"Nevidíte nejprve nejdůležitější položky?","IM_SUBTITLE_SORTCOLUMN":"V nastaveních třídění zvolte kritéria třídění.","IM_TITLE_SUCCESSSCREEN":"Dobrá práce!","IM_SUBTITLE_SUCCESSSCREEN":"Dokončili jste přiřazení všech vašich školení.","IM_TITLE_UPLOADCOLLECTION":"Přetáhnout soubory sem","IM_SUBTITLE_UPLOADCOLLECTION":"Můžete také odeslat několik souborů najednou.","IM_TITLE_ADDDIMENSIONS":"Některé dimenze chybějí","IM_SUBTITLE_ADDDIMENSIONS":"Přidejte více dimenzí, abyste dokončili svůj diagram.","IM_TITLE_NODIMENSIONSSET":"Žádná data diagramu","IM_SUBTITLE_NODIMENSIONSSET":"Zkuste upravit své nastavení diagramu.","IM_TITLE_SURVEY":"Na vašem názoru záleží","IM_SUBTITLE_SURVEY":"Rádi bychom vědě, co si myslíte o softwaru SAP. Podělte se s námi o svůj názor prostřednictvím našeho krátkého průzkumu. Zabere to jen pár minut.","DSC_SIDE_ARIA_LABEL":"Vedlejší obsah","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"Navigace","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"Lišta menu navigačního seznamu","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"Položka menu navigačního seznamu","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"Strom navigačního seznamu","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"Položka stromu navigačního seznamu"}; })
1
+ sap.ui.define(['exports'], function(exports) { 'use strict'; exports["default"] = {"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Zrušit","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Zavádění","FCL_START_COLUMN_TXT":"První sloupec","FCL_MIDDLE_COLUMN_TXT":"Střední sloupec","FCL_END_COLUMN_TXT":"Poslední sloupec","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"Rozbalit první sloupec","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Sbalit první sloupec","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"Rozbalit poslední sloupec","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Sbalit poslední sloupec","NOTIFICATION_LIST_ITEM_TXT":"Oznámení","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Zobrazit více","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Zobrazit méně","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"Více","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Zavřít","NOTIFICATION_LIST_ITEM_READ":"Číst","NOTIFICATION_LIST_ITEM_UNREAD":"Nepřečteno","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"Vysoká priorita","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"Střední priorita","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"Nízká priorita","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Skupina oznámení","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Čítač","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"Zavřít vše","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"Sbalit skupinu","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"Rozbalit skupinu","TIMELINE_ARIA_LABEL":"Časová osa","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Zrušit","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Přejmenovat","UPLOADCOLLECTIONITEM_ERROR_STATE":"Ukončeno","UPLOADCOLLECTIONITEM_READY_STATE":"Čeká na vyřízení","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Probíhá upload","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Ukončit","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Opakovat","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Upravit","UPLOADCOLLECTION_NO_DATA_TEXT":"Soubory nenalezeny","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Soubory k odeslání přetáhněte sem nebo použijte tlačítko \"Odeslat\".","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Odeslat kolekci","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Soubory přetáhnout sem.","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Soubory k odeslání přetáhnout sem.","SHELLBAR_LABEL":"Pruh shell","SHELLBAR_LOGO":"Logo","SHELLBAR_COPILOT":"CoPilot","SHELLBAR_NOTIFICATIONS":"{0} oznámení","SHELLBAR_PROFILE":"Profil","SHELLBAR_PRODUCTS":"Produkty","PRODUCT_SWITCH_CONTAINER_LABEL":"Produkty","SHELLBAR_SEARCH":"Hledat","SHELLBAR_OVERFLOW":"Více","SHELLBAR_CANCEL":"Zrušit","WIZARD_NAV_ARIA_LABEL":"Lišta postupu průvodce","WIZARD_LIST_ARIA_LABEL":"Kroky průvodce","WIZARD_LIST_ARIA_DESCRIBEDBY":"Pro aktivaci stiskněte mezerník nebo Enter","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Kroky","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Nepovinné","WIZARD_STEP_ACTIVE":"Aktivní","WIZARD_STEP_INACTIVE":"Neaktivní","WIZARD_STEP_ARIA_LABEL":"Krok {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Průvodce","WIZARD_NAV_STEP_DEFAULT_HEADING":"Krok","VSD_DIALOG_TITLE_SORT":"Nastavení zobrazení","VSD_SUBMIT_BUTTON":"OK","VSD_CANCEL_BUTTON":"Zrušit","VSD_RESET_BUTTON":"Reset","VSD_SORT_ORDER":"Pořadí třídění","VSD_FILTER_BY":"Filtrovat podle","VSD_SORT_BY":"Třídit podle","VSD_ORDER_ASCENDING":"Vzestupně","VSD_ORDER_DESCENDING":"Sestupně","IM_TITLE_BEFORESEARCH":"Podívejme se na výsledky","IM_SUBTITLE_BEFORESEARCH":"Začněte zadáním vašich kritérií hledání.","IM_TITLE_NOACTIVITIES":"Dosud jste nepřidali žádné činnosti","IM_SUBTITLE_NOACTIVITIES":"Chcete přidat nějakou nyní?","IM_TITLE_NOCOLUMNSSET":"Přidat sloupce pro zobrazení obsahu","IM_SUBTITLE_NOCOLUMNSSET":"Vyberte sloupce, které potřebujete v nastaveních tabulky.","IM_TITLE_NODATA":"Dosud tam nejsou žádná data","IM_SUBTITLE_NODATA":"Až tam budou, uvidíte je zde.","IM_TITLE_NOMAIL":"Žádný nový e-mail","IM_SUBTITLE_NOMAIL":"Zkontrolujte to znovu později.","IM_TITLE_NOENTRIES":"Dosud tam nejsou žádné záznamy","IM_SUBTITLE_NOENTRIES":"Až tam budou, uvidíte je zde.","IM_TITLE_NONOTIFICATIONS":"Nedostali jste žádná nová oznámení","IM_SUBTITLE_NONOTIFICATIONS":"Zkontrolujte to znovu později.","IM_TITLE_NOSAVEDITEMS":"Dosud jste nepřidali žádné oblíbené položky","IM_SUBTITLE_NOSAVEDITEMS":"Chcete nyní vytvořit seznam vašich oblíbených položek?","IM_TITLE_NOSEARCHRESULTS":"Nebyly nalezeny výsledky","IM_SUBTITLE_NOSEARCHRESULTS":"Zkuste změnit vaše kritéria hledání.","IM_TITLE_NOTASKS":"Nedostali jste žádné nové úlohy","IM_SUBTITLE_NOTASKS":"Až tam budou, uvidíte je zde.","IM_TITLE_UNABLETOLOAD":"Data nelze načíst","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.","IM_TITLE_UNABLETOLOADIMAGE":"Obrázek nelze načíst","IM_SUBTITLE_UNABLETOLOADIMAGE":"Obrázek nebyl na zadaném místě nalezen nebo server není aktivní.","IM_TITLE_UNABLETOUPLOAD":"Nelze odeslat data","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.","IM_TITLE_UPLOADTOCLOUD":"Migrovat do SAP Integration Suite","IM_SUBTITLE_UPLOADTOCLOUD":"Přesuňte svůj obsah integrace z existující subskripce Process Integration do Cloud Integration.","IM_TITLE_ADDCOLUMN":"Zdá se, že existuje volné místo","IM_SUBTITLE_ADDCOLUMN":"V nastaveních tabulky můžete přidat více sloupců.","IM_TITLE_ADDPEOPLE":"Dosud jste do kalendáře žádný nepřidali","IM_SUBTITLE_ADDPEOPLE":"Chcete přidat nějaké nyní?","IM_TITLE_BALLOONSKY":"Oceníme to!","IM_SUBTITLE_BALLOONSKY":"Pokračujte v dobré práci!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Dosud není nic naplánováno","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"V tomto časovém intervalu nejsou žádné činnosti.","IM_TITLE_FILTERTABLE":"Jsou k dispozici možnosti filtru","IM_SUBTITLE_FILTERTABLE":"Filtry vám napomáhají zaměřit se na to, co je pro vás nejrelevantnější.","IM_TITLE_GROUPTABLE":"Pro lepší přehled se pokuste seskupit položky","IM_SUBTITLE_GROUPTABLE":"Kategorie seskupení můžete zvolit v nastaveních skupiny.","IM_TITLE_NOFILTERRESULTS":"Nenalezeny žádné výsledky","IM_SUBTITLE_NOFILTERRESULTS":"Zkuste upravit vaše kritéria filtru.","IM_TITLE_PAGENOTFOUND":"Omlouváme se, tuto stránku nemůžeme najít","IM_SUBTITLE_PAGENOTFOUND":"Zkontrolujte URL, které používáte k volání aplikace.","IM_TITLE_RESIZECOLUMN":"Zvolte svou vlastní šířku sloupce","IM_SUBTITLE_RESIZECOLUMN":"Velikosti sloupců můžete měnit přetažením okrajů sloupce.","IM_TITLE_SORTCOLUMN":"Nevidíte nejprve nejdůležitější položky?","IM_SUBTITLE_SORTCOLUMN":"V nastaveních třídění zvolte kritéria třídění.","IM_TITLE_SUCCESSSCREEN":"Dobrá práce!","IM_SUBTITLE_SUCCESSSCREEN":"Dokončili jste přiřazení všech vašich školení.","IM_TITLE_UPLOADCOLLECTION":"Přetáhnout soubory sem","IM_SUBTITLE_UPLOADCOLLECTION":"Můžete také odeslat několik souborů najednou.","IM_TITLE_ADDDIMENSIONS":"Některé dimenze chybějí","IM_SUBTITLE_ADDDIMENSIONS":"Přidejte více dimenzí, abyste dokončili svůj diagram.","IM_TITLE_NODIMENSIONSSET":"Žádná data diagramu","IM_SUBTITLE_NODIMENSIONSSET":"Zkuste upravit své nastavení diagramu.","IM_TITLE_SURVEY":"Na vašem názoru záleží","IM_SUBTITLE_SURVEY":"Rádi bychom věděli, co si myslíte o softwaru SAP. Podělte se s námi o svůj názor prostřednictvím našeho krátkého průzkumu.","DSC_SIDE_ARIA_LABEL":"Vedlejší obsah","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"Navigace","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"Lišta menu navigačního seznamu","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"Položka menu navigačního seznamu","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"Strom navigačního seznamu","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"Položka stromu navigačního seznamu"}; })
@@ -1 +1 @@
1
- sap.ui.define(['exports'], function(exports) { 'use strict'; exports["default"] = {"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Canslo","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Wrthi'n llwytho","FCL_START_COLUMN_TXT":"Colofn gyntaf","FCL_MIDDLE_COLUMN_TXT":"Colofn ganol","FCL_END_COLUMN_TXT":"Colofn olaf","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"Ehangu’r golofn gyntaf","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Cwympo’r golofn gyntaf","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"Ehangu’r golofn olaf","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Cwympo’r golofn olaf","NOTIFICATION_LIST_ITEM_TXT":"Hysbysiad","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Dangos Mwy","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Dangos Llai","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"Mwy","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Cau","NOTIFICATION_LIST_ITEM_READ":"Wedi’i ddarllen","NOTIFICATION_LIST_ITEM_UNREAD":"Heb ei ddarllen","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"Blaenoriaeth Uchel","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"Blaenoriaeth Ganolig","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"Blaenoriaeth Isel","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Grŵp Hysbysiadau","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Cownter","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"Cau Pob Un","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"Cwympo Grŵp","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"Ehangu Grŵp","TIMELINE_ARIA_LABEL":"Amserlen","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Canslo","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Ailenwi","UPLOADCOLLECTIONITEM_ERROR_STATE":"Wedi terfynu","UPLOADCOLLECTIONITEM_READY_STATE":"Yn aros","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Wrthi’n llwytho i fyny","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Terfynu","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Rhoi cynnig arall arni","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Golygu","UPLOADCOLLECTION_NO_DATA_TEXT":"Heb ddod o hyd i ffeiliau","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Gollyngwch ffeiliau i’w llwytho i fyny neu defnyddiwch y botwm “llwytho i fyny”.","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Llwytho Casgliad i Fyny","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Llusgwch ffeiliau yma.","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Gollyngwch ffeiliau i’w llwytho i fyny.","SHELLBAR_LABEL":"Bar Cragen","SHELLBAR_LOGO":"Logo","SHELLBAR_COPILOT":"Cyd-beilot","SHELLBAR_NOTIFICATIONS":"{0} Hysbysiadau","SHELLBAR_PROFILE":"Proffil","SHELLBAR_PRODUCTS":"Cynnyrch","PRODUCT_SWITCH_CONTAINER_LABEL":"Cynnyrch","SHELLBAR_SEARCH":"Chwilio","SHELLBAR_OVERFLOW":"Mwy","SHELLBAR_CANCEL":"Canslo","WIZARD_NAV_ARIA_LABEL":"Bar Cynnydd Dewin","WIZARD_LIST_ARIA_LABEL":"Camau Dewin","WIZARD_LIST_ARIA_DESCRIBEDBY":"I ysgogi, pwyswch y bylchwr neu Enter","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Camau","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Opsiynol","WIZARD_STEP_ACTIVE":"Gweithredol","WIZARD_STEP_INACTIVE":"Anweithredol","WIZARD_STEP_ARIA_LABEL":"Cam {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Dewin","WIZARD_NAV_STEP_DEFAULT_HEADING":"Cam","VSD_DIALOG_TITLE_SORT":"Gweld Gosodiadau","VSD_SUBMIT_BUTTON":"Iawn","VSD_CANCEL_BUTTON":"Canslo","VSD_RESET_BUTTON":"Ailosod","VSD_SORT_ORDER":"Trefn","VSD_FILTER_BY":"Hidlo yn ôl","VSD_SORT_BY":"Trefnu yn ôl","VSD_ORDER_ASCENDING":"O’r dechrau i’r diwedd","VSD_ORDER_DESCENDING":"O’r diwedd i’r dechrau","IM_TITLE_BEFORESEARCH":"Cael canlyniadau","IM_SUBTITLE_BEFORESEARCH":"Dechreuwch drwy roi eich meini prawf chwilio","IM_TITLE_NOACTIVITIES":"Dydych chi heb ychwanegu gweithgareddau","IM_SUBTITLE_NOACTIVITIES":"Hoffech chi ychwanegu un nawr?","IM_TITLE_NOCOLUMNSSET":"Ychwanegwch golofnau i weld y cynnwys","IM_SUBTITLE_NOCOLUMNSSET":"Dewiswch y colofn rydych eu hangen yng ngosodiadau'r tabl.","IM_TITLE_NODATA":"Does dim data ar hyn o bryd","IM_SUBTITLE_NODATA":"Pan mae data ar gael, byddwch yn ei weld yma.","IM_TITLE_NOMAIL":"Dim negeseuon newydd","IM_SUBTITLE_NOMAIL":"Gwiriwch rhywbryd eto.","IM_TITLE_NOENTRIES":"Does dim cofnodion ar hyn o bryd","IM_SUBTITLE_NOENTRIES":"Pan mae cofnodion ar gael, byddwch yn eu gweld yma.","IM_TITLE_NONOTIFICATIONS":"Does gennych chi ddim hysbysiadau newydd.","IM_SUBTITLE_NONOTIFICATIONS":"Gwiriwch rhywbryd eto.","IM_TITLE_NOSAVEDITEMS":"Dydych chi heb ychwanegu ffefrynnau","IM_SUBTITLE_NOSAVEDITEMS":"Hoffech chi greu rhestr o'ch hoff eitemau nawr?","IM_TITLE_NOSEARCHRESULTS":"Heb ddod o hyd i ganlyniadau","IM_SUBTITLE_NOSEARCHRESULTS":"Rhowch gynnig ar newid eich meini prawf chwilio.","IM_TITLE_NOTASKS":"Does gennych chi ddim tasgau newydd.","IM_SUBTITLE_NOTASKS":"Pan fydd gennych, byddwch yn eu gweld yma.","IM_TITLE_UNABLETOLOAD":"Dim modd llwytho’r data","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.","IM_TITLE_UNABLETOLOADIMAGE":"Dim modd llwytho delwedd","IM_SUBTITLE_UNABLETOLOADIMAGE":"Doedd dim modd dod o hyd i’r ddelwedd yn y man dan sylw, neu dydy’r gweinydd ddim yn ymateb.","IM_TITLE_UNABLETOUPLOAD":"Dim modd llwytho’r data","IM_SUBTITLE_UNABLETOUPLOAD":"Gwiriwch eich cysylltiad Rhyngrwyd. Os nad yw hynny’n helpu, gwiriwch fformat a maint y ffeil. Neu cysylltwch â’ch gweinyddwr.","IM_TITLE_UPLOADTOCLOUD":"Symud i SAP Integration Suite","IM_SUBTITLE_UPLOADTOCLOUD":"Symudwch eich cynnwys integreiddio o'r tanysgrifiad Integreiddio Proses presennol i'r gallu Cloud Integration.","IM_TITLE_ADDCOLUMN":"Mae lle ar gael","IM_SUBTITLE_ADDCOLUMN":"Gallwch ychwanegu rhagor o golofnau yng ngosodiadau'r tabl.","IM_TITLE_ADDPEOPLE":"Dydych chi heb ychwanegu neb at y calendr ar hyn o bryd","IM_SUBTITLE_ADDPEOPLE":"Ydych chi am ychwanegu rhywun nawr?","IM_TITLE_BALLOONSKY":"Rydych chi wedi cael eich gwerthfawrogi!","IM_SUBTITLE_BALLOONSKY":"Daliwch ati â'r gwaith da!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Dim byd wedi'i gynllunio ar hyn o bryd","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"Does dim gweithgareddau yn y cyfnod hwn.","IM_TITLE_FILTERTABLE":"Mae dewisiadau hidlo ar gael","IM_SUBTITLE_FILTERTABLE":"Mae hidlyddion yn eich helpu i ganolbwyntio ar yr hyn sydd fwyaf perthnasol i chi.","IM_TITLE_GROUPTABLE":"Rhowch gynnig ar grwpio'r eitemau i gael trosolwg gwell","IM_SUBTITLE_GROUPTABLE":"Gallwch ddewis categorïau grwpio yng ngosodiadau'r grŵp.","IM_TITLE_NOFILTERRESULTS":"Heb ddod o hyd i ganlyniadau","IM_SUBTITLE_NOFILTERRESULTS":"Rhowch gynnig ar newid eich meini prawf hidlo.","IM_TITLE_PAGENOTFOUND":"Methu dod o hyd i'r dudalen hon","IM_SUBTITLE_PAGENOTFOUND":"Gwiriwch yr URL rydych chi'n ei ddefnyddio i alw'r ap.","IM_TITLE_RESIZECOLUMN":"Dewiswch eich lled colofn eich hun","IM_SUBTITLE_RESIZECOLUMN":"Gallwch ailfeintio colofnau drwy lusgo ymylon y colofnau.","IM_TITLE_SORTCOLUMN":"Ddim yn gweld yr eitemau pwysicaf yn gyntaf?","IM_SUBTITLE_SORTCOLUMN":"Dewiswch y meini prawf trefnu yn y gosodiadau trefnu.","IM_TITLE_SUCCESSSCREEN":"Da iawn!","IM_SUBTITLE_SUCCESSSCREEN":"Rydych wedi cwblhau eich holl aseiniadau dysgu.","IM_TITLE_UPLOADCOLLECTION":"Gollwng ffeiliau yma","IM_SUBTITLE_UPLOADCOLLECTION":"Gallwch hefyd lwytho mwy nag un ffeil i fyny ar yr un pryd.","IM_TITLE_ADDDIMENSIONS":"Mae rhai dimensiynau ar goll","IM_SUBTITLE_ADDDIMENSIONS":"Ychwanegwch fwy o ddimensiynau i gwblhau eich siart.","IM_TITLE_NODIMENSIONSSET":"Dim data siart","IM_SUBTITLE_NODIMENSIONSSET":"Rhowch gynnig ar addasu gosodiadau eich siart.","IM_TITLE_SURVEY":"Mae Eich Barn yn Bwysig","IM_SUBTITLE_SURVEY":"Rydym yn awyddus i glywed eich barn am feddalwedd SAP. Rhannwch eich adborth â ni drwy gymryd rhan yn ein harolwg cryno. Dim ond munud neu ddau y bydd hyn yn ei gymryd.","DSC_SIDE_ARIA_LABEL":"Cynnwys Ochr","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"Llywio","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"Bar Dewislen Rhestr Llywio","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"Eitem Dewislen Rhestr Llywio","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"Coeden Rhestr Llywio","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"Eitem Coeden Rhestr Llywio"}; })
1
+ sap.ui.define(['exports'], function(exports) { 'use strict'; exports["default"] = {"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Canslo","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Wrthi'n llwytho","FCL_START_COLUMN_TXT":"Colofn gyntaf","FCL_MIDDLE_COLUMN_TXT":"Colofn ganol","FCL_END_COLUMN_TXT":"Colofn olaf","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"Ehangu’r golofn gyntaf","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Cwympo’r golofn gyntaf","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"Ehangu’r golofn olaf","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Cwympo’r golofn olaf","NOTIFICATION_LIST_ITEM_TXT":"Hysbysiad","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Dangos Mwy","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Dangos Llai","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"Mwy","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Cau","NOTIFICATION_LIST_ITEM_READ":"Wedi’i ddarllen","NOTIFICATION_LIST_ITEM_UNREAD":"Heb ei ddarllen","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"Blaenoriaeth Uchel","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"Blaenoriaeth Ganolig","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"Blaenoriaeth Isel","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Grŵp Hysbysiadau","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Cownter","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"Cau Pob Un","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"Cwympo Grŵp","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"Ehangu Grŵp","TIMELINE_ARIA_LABEL":"Amserlen","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Canslo","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Ailenwi","UPLOADCOLLECTIONITEM_ERROR_STATE":"Wedi terfynu","UPLOADCOLLECTIONITEM_READY_STATE":"Yn aros","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Wrthi’n llwytho i fyny","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Terfynu","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Rhoi cynnig arall arni","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Golygu","UPLOADCOLLECTION_NO_DATA_TEXT":"Heb ddod o hyd i ffeiliau","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Gollyngwch ffeiliau i’w llwytho i fyny neu defnyddiwch y botwm “llwytho i fyny”.","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Llwytho Casgliad i Fyny","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Llusgwch ffeiliau yma.","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Gollyngwch ffeiliau i’w llwytho i fyny.","SHELLBAR_LABEL":"Bar Cragen","SHELLBAR_LOGO":"Logo","SHELLBAR_COPILOT":"Cyd-beilot","SHELLBAR_NOTIFICATIONS":"{0} Hysbysiadau","SHELLBAR_PROFILE":"Proffil","SHELLBAR_PRODUCTS":"Cynnyrch","PRODUCT_SWITCH_CONTAINER_LABEL":"Cynnyrch","SHELLBAR_SEARCH":"Chwilio","SHELLBAR_OVERFLOW":"Mwy","SHELLBAR_CANCEL":"Canslo","WIZARD_NAV_ARIA_LABEL":"Bar Cynnydd Dewin","WIZARD_LIST_ARIA_LABEL":"Camau Dewin","WIZARD_LIST_ARIA_DESCRIBEDBY":"I ysgogi, pwyswch y bylchwr neu Enter","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Camau","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Opsiynol","WIZARD_STEP_ACTIVE":"Gweithredol","WIZARD_STEP_INACTIVE":"Anweithredol","WIZARD_STEP_ARIA_LABEL":"Cam {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Dewin","WIZARD_NAV_STEP_DEFAULT_HEADING":"Cam","VSD_DIALOG_TITLE_SORT":"Gweld Gosodiadau","VSD_SUBMIT_BUTTON":"Iawn","VSD_CANCEL_BUTTON":"Canslo","VSD_RESET_BUTTON":"Ailosod","VSD_SORT_ORDER":"Trefn","VSD_FILTER_BY":"Hidlo yn ôl","VSD_SORT_BY":"Trefnu yn ôl","VSD_ORDER_ASCENDING":"O’r dechrau i’r diwedd","VSD_ORDER_DESCENDING":"O’r diwedd i’r dechrau","IM_TITLE_BEFORESEARCH":"Cael canlyniadau","IM_SUBTITLE_BEFORESEARCH":"Dechreuwch drwy roi eich meini prawf chwilio","IM_TITLE_NOACTIVITIES":"Dydych chi heb ychwanegu gweithgareddau","IM_SUBTITLE_NOACTIVITIES":"Hoffech chi ychwanegu un nawr?","IM_TITLE_NOCOLUMNSSET":"Ychwanegwch golofnau i weld y cynnwys","IM_SUBTITLE_NOCOLUMNSSET":"Dewiswch y colofn rydych eu hangen yng ngosodiadau'r tabl.","IM_TITLE_NODATA":"Does dim data ar hyn o bryd","IM_SUBTITLE_NODATA":"Pan mae data ar gael, byddwch yn ei weld yma.","IM_TITLE_NOMAIL":"Dim negeseuon newydd","IM_SUBTITLE_NOMAIL":"Gwiriwch rhywbryd eto.","IM_TITLE_NOENTRIES":"Does dim cofnodion ar hyn o bryd","IM_SUBTITLE_NOENTRIES":"Pan mae cofnodion ar gael, byddwch yn eu gweld yma.","IM_TITLE_NONOTIFICATIONS":"Does gennych chi ddim hysbysiadau newydd.","IM_SUBTITLE_NONOTIFICATIONS":"Gwiriwch rhywbryd eto.","IM_TITLE_NOSAVEDITEMS":"Dydych chi heb ychwanegu ffefrynnau","IM_SUBTITLE_NOSAVEDITEMS":"Hoffech chi greu rhestr o'ch hoff eitemau nawr?","IM_TITLE_NOSEARCHRESULTS":"Heb ddod o hyd i ganlyniadau","IM_SUBTITLE_NOSEARCHRESULTS":"Rhowch gynnig ar newid eich meini prawf chwilio.","IM_TITLE_NOTASKS":"Does gennych chi ddim tasgau newydd.","IM_SUBTITLE_NOTASKS":"Pan fydd gennych, byddwch yn eu gweld yma.","IM_TITLE_UNABLETOLOAD":"Dim modd llwytho’r data","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.","IM_TITLE_UNABLETOLOADIMAGE":"Dim modd llwytho delwedd","IM_SUBTITLE_UNABLETOLOADIMAGE":"Doedd dim modd dod o hyd i’r ddelwedd yn y man dan sylw, neu dydy’r gweinydd ddim yn ymateb.","IM_TITLE_UNABLETOUPLOAD":"Dim modd llwytho’r data","IM_SUBTITLE_UNABLETOUPLOAD":"Gwiriwch eich cysylltiad Rhyngrwyd. Os nad yw hynny’n helpu, gwiriwch fformat a maint y ffeil. Neu cysylltwch â’ch gweinyddwr.","IM_TITLE_UPLOADTOCLOUD":"Symud i SAP Integration Suite","IM_SUBTITLE_UPLOADTOCLOUD":"Symudwch eich cynnwys integreiddio o'r tanysgrifiad Integreiddio Proses presennol i'r gallu Cloud Integration.","IM_TITLE_ADDCOLUMN":"Mae lle ar gael","IM_SUBTITLE_ADDCOLUMN":"Gallwch ychwanegu rhagor o golofnau yng ngosodiadau'r tabl.","IM_TITLE_ADDPEOPLE":"Dydych chi heb ychwanegu neb at y calendr ar hyn o bryd","IM_SUBTITLE_ADDPEOPLE":"Ydych chi am ychwanegu rhywun nawr?","IM_TITLE_BALLOONSKY":"Rydych chi wedi cael eich gwerthfawrogi!","IM_SUBTITLE_BALLOONSKY":"Daliwch ati â'r gwaith da!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Dim byd wedi'i gynllunio ar hyn o bryd","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"Does dim gweithgareddau yn y cyfnod hwn.","IM_TITLE_FILTERTABLE":"Mae dewisiadau hidlo ar gael","IM_SUBTITLE_FILTERTABLE":"Mae hidlyddion yn eich helpu i ganolbwyntio ar yr hyn sydd fwyaf perthnasol i chi.","IM_TITLE_GROUPTABLE":"Rhowch gynnig ar grwpio'r eitemau i gael trosolwg gwell","IM_SUBTITLE_GROUPTABLE":"Gallwch ddewis categorïau grwpio yng ngosodiadau'r grŵp.","IM_TITLE_NOFILTERRESULTS":"Heb ddod o hyd i ganlyniadau","IM_SUBTITLE_NOFILTERRESULTS":"Rhowch gynnig ar newid eich meini prawf hidlo.","IM_TITLE_PAGENOTFOUND":"Methu dod o hyd i'r dudalen hon","IM_SUBTITLE_PAGENOTFOUND":"Gwiriwch yr URL rydych chi'n ei ddefnyddio i alw'r ap.","IM_TITLE_RESIZECOLUMN":"Dewiswch eich lled colofn eich hun","IM_SUBTITLE_RESIZECOLUMN":"Gallwch ailfeintio colofnau drwy lusgo ymylon y colofnau.","IM_TITLE_SORTCOLUMN":"Ddim yn gweld yr eitemau pwysicaf yn gyntaf?","IM_SUBTITLE_SORTCOLUMN":"Dewiswch y meini prawf trefnu yn y gosodiadau trefnu.","IM_TITLE_SUCCESSSCREEN":"Da iawn!","IM_SUBTITLE_SUCCESSSCREEN":"Rydych wedi cwblhau eich holl aseiniadau dysgu.","IM_TITLE_UPLOADCOLLECTION":"Gollwng ffeiliau yma","IM_SUBTITLE_UPLOADCOLLECTION":"Gallwch hefyd lwytho mwy nag un ffeil i fyny ar yr un pryd.","IM_TITLE_ADDDIMENSIONS":"Mae rhai dimensiynau ar goll","IM_SUBTITLE_ADDDIMENSIONS":"Ychwanegwch fwy o ddimensiynau i gwblhau eich siart.","IM_TITLE_NODIMENSIONSSET":"Dim data siart","IM_SUBTITLE_NODIMENSIONSSET":"Rhowch gynnig ar addasu gosodiadau eich siart.","IM_TITLE_SURVEY":"Mae Eich Barn yn Bwysig","IM_SUBTITLE_SURVEY":"Rydym yn awyddus i glywed eich barn am feddalwedd SAP. Rhannwch eich adborth â ni drwy gymryd rhan yn ein harolwg cryno.","DSC_SIDE_ARIA_LABEL":"Cynnwys Ochr","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"Llywio","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"Bar Dewislen Rhestr Llywio","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"Eitem Dewislen Rhestr Llywio","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"Coeden Rhestr Llywio","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"Eitem Coeden Rhestr Llywio"}; })
@@ -1 +1 @@
1
- sap.ui.define(['exports'], function(exports) { 'use strict'; exports["default"] = {"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Afbryd","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Indlæser","FCL_START_COLUMN_TXT":"Første kolonne","FCL_MIDDLE_COLUMN_TXT":"Mellemkolonne","FCL_END_COLUMN_TXT":"Sidste kolonne","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"Ekspander den første kolonne","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Komprimer den første kolonne","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"Ekspander den sidste kolonne","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Komprimer den sidste kolonne","NOTIFICATION_LIST_ITEM_TXT":"Notifikation","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Vis mere","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Vis færre","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"Mere","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Luk","NOTIFICATION_LIST_ITEM_READ":"Læs","NOTIFICATION_LIST_ITEM_UNREAD":"Ulæst","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"Høj prioritet","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"Mellemprioritet","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"Lav prioritet","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Meddelelsesgruppe","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Tæller","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"Luk alle","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"Komprimer gruppe","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"Ekspander gruppe","TIMELINE_ARIA_LABEL":"Tidslinie","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Afbryd","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Omdøb","UPLOADCOLLECTIONITEM_ERROR_STATE":"Afsluttet","UPLOADCOLLECTIONITEM_READY_STATE":"Afventer","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Uploader","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Afslut","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Gentag","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Rediger","UPLOADCOLLECTION_NO_DATA_TEXT":"Ingen filer fundet","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Træk filer for at uploade dem, eller anvend trykknappen \"Upload\".","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Upload kollektion","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Træk filer herhen.","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Træk filer for at uploade dem.","SHELLBAR_LABEL":"Shelllinie","SHELLBAR_LOGO":"Logo","SHELLBAR_COPILOT":"CoPilot","SHELLBAR_NOTIFICATIONS":"{0} meddelelser","SHELLBAR_PROFILE":"Profil","SHELLBAR_PRODUCTS":"Produkter","PRODUCT_SWITCH_CONTAINER_LABEL":"Produkter","SHELLBAR_SEARCH":"Søg","SHELLBAR_OVERFLOW":"Mere","SHELLBAR_CANCEL":"Afbryd","WIZARD_NAV_ARIA_LABEL":"Statuslinje til guide","WIZARD_LIST_ARIA_LABEL":"Guidetrin","WIZARD_LIST_ARIA_DESCRIBEDBY":"Klik på mellemrumstasten eller Enter for at aktivere","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Trin","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Valgfri","WIZARD_STEP_ACTIVE":"Aktiv","WIZARD_STEP_INACTIVE":"Inaktiv","WIZARD_STEP_ARIA_LABEL":"Trin {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Guide","WIZARD_NAV_STEP_DEFAULT_HEADING":"Trin","VSD_DIALOG_TITLE_SORT":"Vis indstillinger","VSD_SUBMIT_BUTTON":"OK","VSD_CANCEL_BUTTON":"Afbryd","VSD_RESET_BUTTON":"Nulstil","VSD_SORT_ORDER":"Sorteringsrækkefølge","VSD_FILTER_BY":"Filtrer efter","VSD_SORT_BY":"Sortér efter","VSD_ORDER_ASCENDING":"Stigende","VSD_ORDER_DESCENDING":"Faldende","IM_TITLE_BEFORESEARCH":"Lad os få nogle resultater","IM_SUBTITLE_BEFORESEARCH":"Start med at angive dine søgekriterier.","IM_TITLE_NOACTIVITIES":"Du har endnu ikke tilføjet nogen aktiviteter","IM_SUBTITLE_NOACTIVITIES":"Vil du tilføje en nu?","IM_TITLE_NOCOLUMNSSET":"Tilføj kolonner for at se indholdet","IM_SUBTITLE_NOCOLUMNSSET":"Vælg de kolonner, du har brug for i tabelindstillingerne.","IM_TITLE_NODATA":"Der er endnu ingen data","IM_SUBTITLE_NODATA":"Når der er, ses de her.","IM_TITLE_NOMAIL":"Ingen ny e-mail","IM_SUBTITLE_NOMAIL":"Kontroller igen senere.","IM_TITLE_NOENTRIES":"Der er endnu ingen entries","IM_SUBTITLE_NOENTRIES":"Når der er, ses de her.","IM_TITLE_NONOTIFICATIONS":"Du har ikke fået nogen nye notifikationer","IM_SUBTITLE_NONOTIFICATIONS":"Kontroller igen senere.","IM_TITLE_NOSAVEDITEMS":"Du har endnu ikke tilføjet nogen foretrukne","IM_SUBTITLE_NOSAVEDITEMS":"Vil du oprette en liste over dine foretrukne elementer nu?","IM_TITLE_NOSEARCHRESULTS":"Ingen resultater fundet","IM_SUBTITLE_NOSEARCHRESULTS":"Prøv at ændre dine søgekriterier.","IM_TITLE_NOTASKS":"Du har ikke fået nogen nye opgaver","IM_SUBTITLE_NOTASKS":"Når du har, ses de her.","IM_TITLE_UNABLETOLOAD":"Ikke muligt at indlæse data","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.","IM_TITLE_UNABLETOLOADIMAGE":"Ikke muligt at indlæse billede","IM_SUBTITLE_UNABLETOLOADIMAGE":"Vi kunne ikke finde billedet på den angivne placering, eller serveren svarer ikke.","IM_TITLE_UNABLETOUPLOAD":"Kan ikke uploade data","IM_SUBTITLE_UNABLETOUPLOAD":"Kontroller din internetforbindelse. Hvis det ikke hjælper, skal du kontrollere filformatet og filstørrelsen. Kontakt ellers din administrator.","IM_TITLE_UPLOADTOCLOUD":"Migrer til SAP Integration Suite","IM_SUBTITLE_UPLOADTOCLOUD":"Flyt dit integrationsindhold fra det eksisterende Process Integration-abonnement til Cloud Integration-funktionen.","IM_TITLE_ADDCOLUMN":"Ser ud til, at der er ledig plads","IM_SUBTITLE_ADDCOLUMN":"Du kan tilføje flere kolonner i tabelindstillingerne.","IM_TITLE_ADDPEOPLE":"Du har ikke tilføjet nogen til kalenderen endnu.","IM_SUBTITLE_ADDPEOPLE":"Vil du tilføje nogen nu?","IM_TITLE_BALLOONSKY":"Dit arbejde er værdsat.","IM_SUBTITLE_BALLOONSKY":"Fortsæt det gode arbejde!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Intet planlagt endnu","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"Der findes ingen aktiviteter i denne periode.","IM_TITLE_FILTERTABLE":"Filtermuligheder er tilgængelige","IM_SUBTITLE_FILTERTABLE":"Filtre hjælper dig med at fokusere på det, der er mest relevant for dig.","IM_TITLE_GROUPTABLE":"Prøv at gruppere elementer for at få et bedre overblik","IM_SUBTITLE_GROUPTABLE":"Du kan vælge grupperingskategorier i grupperingsindstillingerne.","IM_TITLE_NOFILTERRESULTS":"Ingen resultater fundet","IM_SUBTITLE_NOFILTERRESULTS":"Prøv at tilpasse dine filterkriterier.","IM_TITLE_PAGENOTFOUND":"Beklager, vi kan ikke finde denne side","IM_SUBTITLE_PAGENOTFOUND":"Kontroller URL'en, du anvender til at kalde appen.","IM_TITLE_RESIZECOLUMN":"Vælg din egen kolonnebredde","IM_SUBTITLE_RESIZECOLUMN":"Du kan ændre størrelsen på kolonnerne ved at trække i kolonnekanterne.","IM_TITLE_SORTCOLUMN":"Ser du ikke de vigtigste elementer først?","IM_SUBTITLE_SORTCOLUMN":"Vælg sorteringskriterierne i sorteringsindstillingerne.","IM_TITLE_SUCCESSSCREEN":"Godt arbejde!","IM_SUBTITLE_SUCCESSSCREEN":"Du har afsluttet alle dine kursusaktiviteter.","IM_TITLE_UPLOADCOLLECTION":"Træk filer herhen","IM_SUBTITLE_UPLOADCOLLECTION":"Du kan også uploade flere filer på én gang.","IM_TITLE_ADDDIMENSIONS":"Der mangler nogle af dimensionerne","IM_SUBTITLE_ADDDIMENSIONS":"Tilføj flere dimensioner for at afslutte dit diagram.","IM_TITLE_NODIMENSIONSSET":"Ingen diagramdata","IM_SUBTITLE_NODIMENSIONSSET":"Prøv at tilpasse dine diagramindstillinger.","IM_TITLE_SURVEY":"Din mening er vigtig","IM_SUBTITLE_SURVEY":"Vi vil gerne hører, hvad du synes om SAP-software. Del din feedback med os ved at tage vores korte undersøgelse. Det tager kun et par minutter.","DSC_SIDE_ARIA_LABEL":"Sideindhold","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"Navigation","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"Menulinie for navigationsliste","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"Menu-entry for navigationsliste","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"Navigationslistetræ","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"Træelement for navigationsliste"}; })
1
+ sap.ui.define(['exports'], function(exports) { 'use strict'; exports["default"] = {"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Afbryd","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Indlæser","FCL_START_COLUMN_TXT":"Første kolonne","FCL_MIDDLE_COLUMN_TXT":"Mellemkolonne","FCL_END_COLUMN_TXT":"Sidste kolonne","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"Ekspander den første kolonne","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Komprimer den første kolonne","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"Ekspander den sidste kolonne","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Komprimer den sidste kolonne","NOTIFICATION_LIST_ITEM_TXT":"Notifikation","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Vis mere","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Vis færre","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"Mere","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Luk","NOTIFICATION_LIST_ITEM_READ":"Læs","NOTIFICATION_LIST_ITEM_UNREAD":"Ulæst","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"Høj prioritet","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"Mellemprioritet","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"Lav prioritet","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Meddelelsesgruppe","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Tæller","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"Luk alle","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"Komprimer gruppe","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"Ekspander gruppe","TIMELINE_ARIA_LABEL":"Tidslinie","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Afbryd","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Omdøb","UPLOADCOLLECTIONITEM_ERROR_STATE":"Afsluttet","UPLOADCOLLECTIONITEM_READY_STATE":"Afventer","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Uploader","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Afslut","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Gentag","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Rediger","UPLOADCOLLECTION_NO_DATA_TEXT":"Ingen filer fundet","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Træk filer for at uploade dem, eller anvend trykknappen \"Upload\".","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Upload kollektion","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Træk filer herhen.","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Træk filer for at uploade dem.","SHELLBAR_LABEL":"Shelllinie","SHELLBAR_LOGO":"Logo","SHELLBAR_COPILOT":"CoPilot","SHELLBAR_NOTIFICATIONS":"{0} meddelelser","SHELLBAR_PROFILE":"Profil","SHELLBAR_PRODUCTS":"Produkter","PRODUCT_SWITCH_CONTAINER_LABEL":"Produkter","SHELLBAR_SEARCH":"Søg","SHELLBAR_OVERFLOW":"Mere","SHELLBAR_CANCEL":"Afbryd","WIZARD_NAV_ARIA_LABEL":"Statuslinje til guide","WIZARD_LIST_ARIA_LABEL":"Guidetrin","WIZARD_LIST_ARIA_DESCRIBEDBY":"Klik på mellemrumstasten eller Enter for at aktivere","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Trin","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Valgfri","WIZARD_STEP_ACTIVE":"Aktiv","WIZARD_STEP_INACTIVE":"Inaktiv","WIZARD_STEP_ARIA_LABEL":"Trin {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Guide","WIZARD_NAV_STEP_DEFAULT_HEADING":"Trin","VSD_DIALOG_TITLE_SORT":"Vis indstillinger","VSD_SUBMIT_BUTTON":"OK","VSD_CANCEL_BUTTON":"Afbryd","VSD_RESET_BUTTON":"Nulstil","VSD_SORT_ORDER":"Sorteringsrækkefølge","VSD_FILTER_BY":"Filtrer efter","VSD_SORT_BY":"Sortér efter","VSD_ORDER_ASCENDING":"Stigende","VSD_ORDER_DESCENDING":"Faldende","IM_TITLE_BEFORESEARCH":"Lad os få nogle resultater","IM_SUBTITLE_BEFORESEARCH":"Start med at angive dine søgekriterier.","IM_TITLE_NOACTIVITIES":"Du har endnu ikke tilføjet nogen aktiviteter","IM_SUBTITLE_NOACTIVITIES":"Vil du tilføje en nu?","IM_TITLE_NOCOLUMNSSET":"Tilføj kolonner for at se indholdet","IM_SUBTITLE_NOCOLUMNSSET":"Vælg de kolonner, du har brug for i tabelindstillingerne.","IM_TITLE_NODATA":"Der er endnu ingen data","IM_SUBTITLE_NODATA":"Når der er, ses de her.","IM_TITLE_NOMAIL":"Ingen ny e-mail","IM_SUBTITLE_NOMAIL":"Kontroller igen senere.","IM_TITLE_NOENTRIES":"Der er endnu ingen entries","IM_SUBTITLE_NOENTRIES":"Når der er, ses de her.","IM_TITLE_NONOTIFICATIONS":"Du har ikke fået nogen nye notifikationer","IM_SUBTITLE_NONOTIFICATIONS":"Kontroller igen senere.","IM_TITLE_NOSAVEDITEMS":"Du har endnu ikke tilføjet nogen foretrukne","IM_SUBTITLE_NOSAVEDITEMS":"Vil du oprette en liste over dine foretrukne elementer nu?","IM_TITLE_NOSEARCHRESULTS":"Ingen resultater fundet","IM_SUBTITLE_NOSEARCHRESULTS":"Prøv at ændre dine søgekriterier.","IM_TITLE_NOTASKS":"Du har ikke fået nogen nye opgaver","IM_SUBTITLE_NOTASKS":"Når du har, ses de her.","IM_TITLE_UNABLETOLOAD":"Ikke muligt at indlæse data","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.","IM_TITLE_UNABLETOLOADIMAGE":"Ikke muligt at indlæse billede","IM_SUBTITLE_UNABLETOLOADIMAGE":"Vi kunne ikke finde billedet på den angivne placering, eller serveren svarer ikke.","IM_TITLE_UNABLETOUPLOAD":"Kan ikke uploade data","IM_SUBTITLE_UNABLETOUPLOAD":"Kontroller din internetforbindelse. Hvis det ikke hjælper, skal du kontrollere filformatet og filstørrelsen. Kontakt ellers din administrator.","IM_TITLE_UPLOADTOCLOUD":"Migrer til SAP Integration Suite","IM_SUBTITLE_UPLOADTOCLOUD":"Flyt dit integrationsindhold fra det eksisterende Process Integration-abonnement til Cloud Integration-funktionen.","IM_TITLE_ADDCOLUMN":"Ser ud til, at der er ledig plads","IM_SUBTITLE_ADDCOLUMN":"Du kan tilføje flere kolonner i tabelindstillingerne.","IM_TITLE_ADDPEOPLE":"Du har ikke tilføjet nogen til kalenderen endnu.","IM_SUBTITLE_ADDPEOPLE":"Vil du tilføje nogen nu?","IM_TITLE_BALLOONSKY":"Dit arbejde er værdsat.","IM_SUBTITLE_BALLOONSKY":"Fortsæt det gode arbejde!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Intet planlagt endnu","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"Der findes ingen aktiviteter i denne periode.","IM_TITLE_FILTERTABLE":"Filtermuligheder er tilgængelige","IM_SUBTITLE_FILTERTABLE":"Filtre hjælper dig med at fokusere på det, der er mest relevant for dig.","IM_TITLE_GROUPTABLE":"Prøv at gruppere elementer for at få et bedre overblik","IM_SUBTITLE_GROUPTABLE":"Du kan vælge grupperingskategorier i grupperingsindstillingerne.","IM_TITLE_NOFILTERRESULTS":"Ingen resultater fundet","IM_SUBTITLE_NOFILTERRESULTS":"Prøv at tilpasse dine filterkriterier.","IM_TITLE_PAGENOTFOUND":"Beklager, vi kan ikke finde denne side","IM_SUBTITLE_PAGENOTFOUND":"Kontroller URL'en, du anvender til at kalde appen.","IM_TITLE_RESIZECOLUMN":"Vælg din egen kolonnebredde","IM_SUBTITLE_RESIZECOLUMN":"Du kan ændre størrelsen på kolonnerne ved at trække i kolonnekanterne.","IM_TITLE_SORTCOLUMN":"Ser du ikke de vigtigste elementer først?","IM_SUBTITLE_SORTCOLUMN":"Vælg sorteringskriterierne i sorteringsindstillingerne.","IM_TITLE_SUCCESSSCREEN":"Godt arbejde!","IM_SUBTITLE_SUCCESSSCREEN":"Du har afsluttet alle dine kursusaktiviteter.","IM_TITLE_UPLOADCOLLECTION":"Træk filer herhen","IM_SUBTITLE_UPLOADCOLLECTION":"Du kan også uploade flere filer på én gang.","IM_TITLE_ADDDIMENSIONS":"Der mangler nogle af dimensionerne","IM_SUBTITLE_ADDDIMENSIONS":"Tilføj flere dimensioner for at afslutte dit diagram.","IM_TITLE_NODIMENSIONSSET":"Ingen diagramdata","IM_SUBTITLE_NODIMENSIONSSET":"Prøv at tilpasse dine diagramindstillinger.","IM_TITLE_SURVEY":"Din mening er vigtig","IM_SUBTITLE_SURVEY":"Vi vil gerne høre, hvad du synes om SAP-software. Del din feedback med os ved at tage vores korte undersøgelse.","DSC_SIDE_ARIA_LABEL":"Sideindhold","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"Navigation","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"Menulinie for navigationsliste","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"Menu-entry for navigationsliste","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"Navigationslistetræ","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"Træelement for navigationsliste"}; })
@@ -1 +1 @@
1
- sap.ui.define(['exports'], function(exports) { 'use strict'; exports["default"] = {"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Abbrechen","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Ladevorgang läuft...","FCL_START_COLUMN_TXT":"Erste Spalte","FCL_MIDDLE_COLUMN_TXT":"Mittlere Spalte","FCL_END_COLUMN_TXT":"Letzte Spalte","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"Erste Spalte expandieren","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Erste Spalte komprimieren","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"Letzte Spalte expandieren","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Letzte Spalte komprimieren","NOTIFICATION_LIST_ITEM_TXT":"Benachrichtigung","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Mehr anzeigen","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Weniger anzeigen","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"Mehr","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Schließen","NOTIFICATION_LIST_ITEM_READ":"Gelesen","NOTIFICATION_LIST_ITEM_UNREAD":"Ungelesen","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"Hohe Priorität","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"Mittlere Priorität","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"Niedrige Priorität","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Benachrichtigungsgruppe","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Zähler","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"Alles schließen","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"Gruppe komprimieren","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"Gruppe expandieren","TIMELINE_ARIA_LABEL":"Zeitachse","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Abbrechen","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Umbenennen","UPLOADCOLLECTIONITEM_ERROR_STATE":"Abgebrochen","UPLOADCOLLECTIONITEM_READY_STATE":"Ausstehend","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Upload läuft","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Abbrechen","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Wiederholen","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Bearbeiten","UPLOADCOLLECTION_NO_DATA_TEXT":"Keine Dateien gefunden","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Dateien für Upload hierher ziehen oder Drucktaste \"Hochladen\" verwenden.","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Kollektion hochladen","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Dateien hierher ziehen","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Dateien für Upload hierher ziehen","SHELLBAR_LABEL":"Shell-Leiste","SHELLBAR_LOGO":"Logo","SHELLBAR_COPILOT":"CoPilot","SHELLBAR_NOTIFICATIONS":"{0} Benachrichtigungen","SHELLBAR_PROFILE":"Profil","SHELLBAR_PRODUCTS":"Produkte","PRODUCT_SWITCH_CONTAINER_LABEL":"Produkte","SHELLBAR_SEARCH":"Suche","SHELLBAR_OVERFLOW":"Mehr","SHELLBAR_CANCEL":"Abbrechen","WIZARD_NAV_ARIA_LABEL":"Fortschrittsbalken im Assistenten","WIZARD_LIST_ARIA_LABEL":"Schritte im Assistenten","WIZARD_LIST_ARIA_DESCRIBEDBY":"Zum Aktivieren Leertaste oder Enter drücken","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Schritte","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Optional","WIZARD_STEP_ACTIVE":"Aktiv","WIZARD_STEP_INACTIVE":"Inaktiv","WIZARD_STEP_ARIA_LABEL":"Schritt {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Assistent","WIZARD_NAV_STEP_DEFAULT_HEADING":"Schritt","VSD_DIALOG_TITLE_SORT":"Ansichtseinstellungen","VSD_SUBMIT_BUTTON":"OK","VSD_CANCEL_BUTTON":"Abbrechen","VSD_RESET_BUTTON":"Zurücksetzen","VSD_SORT_ORDER":"Sortierung","VSD_FILTER_BY":"Filtern nach","VSD_SORT_BY":"Sortieren nach","VSD_ORDER_ASCENDING":"Aufsteigend","VSD_ORDER_DESCENDING":"Absteigend","IM_TITLE_BEFORESEARCH":"Suchen wir nach Ergebnissen","IM_SUBTITLE_BEFORESEARCH":"Legen Sie los, indem Sie Ihre Suchkriterien angeben.","IM_TITLE_NOACTIVITIES":"Sie haben noch keine Aktivitäten hinzugefügt","IM_SUBTITLE_NOACTIVITIES":"Möchten Sie jetzt eine hinzufügen?","IM_TITLE_NOCOLUMNSSET":"Fügen Sie Spalten hinzu, um die Inhalte zu sehen","IM_SUBTITLE_NOCOLUMNSSET":"Wählen Sie in den Tabelleneinstellungen die Spalten aus, die Sie benötigen.","IM_TITLE_NODATA":"Es gibt noch keine Daten","IM_SUBTITLE_NODATA":"Wenn es welche gibt, sehen Sie sie hier.","IM_TITLE_NOMAIL":"Keine neue Mail","IM_SUBTITLE_NOMAIL":"Sehen Sie später noch mal nach.","IM_TITLE_NOENTRIES":"Es gibt noch keine Einträge","IM_SUBTITLE_NOENTRIES":"Wenn es welche gibt, sehen Sie sie hier.","IM_TITLE_NONOTIFICATIONS":"Sie haben keine neuen Benachrichtigungen","IM_SUBTITLE_NONOTIFICATIONS":"Sehen Sie später noch mal nach.","IM_TITLE_NOSAVEDITEMS":"Sie haben noch keine Favoriten hinzugefügt","IM_SUBTITLE_NOSAVEDITEMS":"Möchten Sie jetzt eine Liste Ihrer Lieblingselemente anlegen?","IM_TITLE_NOSEARCHRESULTS":"Keine Ergebnisse gefunden","IM_SUBTITLE_NOSEARCHRESULTS":"Versuchen Sie es mit anderen Suchkriterien.","IM_TITLE_NOTASKS":"Sie haben keine neuen Aufgaben","IM_SUBTITLE_NOTASKS":"Wenn Sie welche haben, sehen Sie sie hier.","IM_TITLE_UNABLETOLOAD":"Daten können nicht geladen werden","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.","IM_TITLE_UNABLETOLOADIMAGE":"Bild kann nicht geladen werden","IM_SUBTITLE_UNABLETOLOADIMAGE":"Das Bild wurde am angegebenen Speicherort nicht gefunden oder der Server antwortet nicht.","IM_TITLE_UNABLETOUPLOAD":"Daten können nicht hochgeladen werden","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.","IM_TITLE_UPLOADTOCLOUD":"In SAP Integration Suite migrieren","IM_SUBTITLE_UPLOADTOCLOUD":"Verschieben Sie Ihre Integrationsinhalte von dem bestehenden Process-Integration­Abonnement in die Funktion zur Cloud-Integration.","IM_TITLE_ADDCOLUMN":"Hier ist noch Platz frei","IM_SUBTITLE_ADDCOLUMN":"Sie können weitere Spalten in den Tabelleneinstellungen hinzufügen.","IM_TITLE_ADDPEOPLE":"Sie haben noch niemanden zum Kalender hinzugefügt","IM_SUBTITLE_ADDPEOPLE":"Möchten Sie jetzt jemanden hinzufügen?","IM_TITLE_BALLOONSKY":"Jemand weiß Ihre Arbeit zu schätzen!","IM_SUBTITLE_BALLOONSKY":"Machen Sie weiter so!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Noch nichts geplant","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"In diesem Zeitraum ist nichts eingetragen.","IM_TITLE_FILTERTABLE":"Es sind Filteroptionen verfügbar","IM_SUBTITLE_FILTERTABLE":"Mit Filtern können Sie sich auf das Relevanteste konzentrieren.","IM_TITLE_GROUPTABLE":"Gruppieren Sie Elemente für einen besseren Überblick","IM_SUBTITLE_GROUPTABLE":"Sie können Gruppierungskategorien in den Gruppeneinstellungen auswählen.","IM_TITLE_NOFILTERRESULTS":"Keine Ergebnisse gefunden","IM_SUBTITLE_NOFILTERRESULTS":"Passen Sie Ihre Filterkriterien an.","IM_TITLE_PAGENOTFOUND":"Diese Seite wurde leider nicht gefunden","IM_SUBTITLE_PAGENOTFOUND":"Prüfen Sie die zum Aufrufen der App verwendete URL.","IM_TITLE_RESIZECOLUMN":"Wählen Sie Ihre eigene Spaltenbreite","IM_SUBTITLE_RESIZECOLUMN":"Sie können die Größe von Spalten verändern, indem Sie an den Spaltenrändern ziehen.","IM_TITLE_SORTCOLUMN":"Die wichtigsten Elemente werden nicht zuerst angezeigt?","IM_SUBTITLE_SORTCOLUMN":"Wählen Sie die Sortierkriterien in den Sortiereinstellungen.","IM_TITLE_SUCCESSSCREEN":"Gut gemacht!","IM_SUBTITLE_SUCCESSSCREEN":"Sie haben alle Schulungszuweisungen abgeschlossen.","IM_TITLE_UPLOADCOLLECTION":"Dateien hierher ziehen","IM_SUBTITLE_UPLOADCOLLECTION":"Sie können auch mehrere Dateien gleichzeitig hochladen.","IM_TITLE_ADDDIMENSIONS":"Es fehlen einige Dimensionen","IM_SUBTITLE_ADDDIMENSIONS":"Fügen Sie weitere Dimensionen hinzu, um Ihr Diagramm zu vervollständigen.","IM_TITLE_NODIMENSIONSSET":"Keine Diagrammdaten","IM_SUBTITLE_NODIMENSIONSSET":"Passen Sie Ihre Diagrammeinstellungen an.","IM_TITLE_SURVEY":"Ihre Meinung zählt","IM_SUBTITLE_SURVEY":"Wir möchten wissen, was Sie über SAP-Software denken. Teilen Sie Ihr Feedback mit uns, indem Sie an unserer kurzen Umfrage teilnehmen. Sie dauert nur ein paar Minuten.","DSC_SIDE_ARIA_LABEL":"Nebeninhalt","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"Navigation","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"Navigationslistenmenüleiste","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"Navigationslistenmenüeintrag","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"Navigationslistenbaum","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"Navigationslistenbaumelement"}; })
1
+ sap.ui.define(['exports'], function(exports) { 'use strict'; exports["default"] = {"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Abbrechen","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Ladevorgang läuft...","FCL_START_COLUMN_TXT":"Erste Spalte","FCL_MIDDLE_COLUMN_TXT":"Mittlere Spalte","FCL_END_COLUMN_TXT":"Letzte Spalte","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"Erste Spalte expandieren","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Erste Spalte komprimieren","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"Letzte Spalte expandieren","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Letzte Spalte komprimieren","NOTIFICATION_LIST_ITEM_TXT":"Benachrichtigung","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Mehr anzeigen","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Weniger anzeigen","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"Mehr","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Schließen","NOTIFICATION_LIST_ITEM_READ":"Gelesen","NOTIFICATION_LIST_ITEM_UNREAD":"Ungelesen","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"Hohe Priorität","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"Mittlere Priorität","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"Niedrige Priorität","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Benachrichtigungsgruppe","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Zähler","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"Alles schließen","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"Gruppe komprimieren","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"Gruppe expandieren","TIMELINE_ARIA_LABEL":"Zeitachse","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Abbrechen","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Umbenennen","UPLOADCOLLECTIONITEM_ERROR_STATE":"Abgebrochen","UPLOADCOLLECTIONITEM_READY_STATE":"Ausstehend","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Upload läuft","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Abbrechen","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Wiederholen","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Bearbeiten","UPLOADCOLLECTION_NO_DATA_TEXT":"Keine Dateien gefunden","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Dateien für Upload hierher ziehen oder Drucktaste \"Hochladen\" verwenden.","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Kollektion hochladen","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Dateien hierher ziehen","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Dateien für Upload hierher ziehen","SHELLBAR_LABEL":"Shell-Leiste","SHELLBAR_LOGO":"Logo","SHELLBAR_COPILOT":"CoPilot","SHELLBAR_NOTIFICATIONS":"{0} Benachrichtigungen","SHELLBAR_PROFILE":"Profil","SHELLBAR_PRODUCTS":"Produkte","PRODUCT_SWITCH_CONTAINER_LABEL":"Produkte","SHELLBAR_SEARCH":"Suche","SHELLBAR_OVERFLOW":"Mehr","SHELLBAR_CANCEL":"Abbrechen","WIZARD_NAV_ARIA_LABEL":"Fortschrittsbalken im Assistenten","WIZARD_LIST_ARIA_LABEL":"Schritte im Assistenten","WIZARD_LIST_ARIA_DESCRIBEDBY":"Zum Aktivieren Leertaste oder Enter drücken","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Schritte","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Optional","WIZARD_STEP_ACTIVE":"Aktiv","WIZARD_STEP_INACTIVE":"Inaktiv","WIZARD_STEP_ARIA_LABEL":"Schritt {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Assistent","WIZARD_NAV_STEP_DEFAULT_HEADING":"Schritt","VSD_DIALOG_TITLE_SORT":"Ansichtseinstellungen","VSD_SUBMIT_BUTTON":"OK","VSD_CANCEL_BUTTON":"Abbrechen","VSD_RESET_BUTTON":"Zurücksetzen","VSD_SORT_ORDER":"Sortierung","VSD_FILTER_BY":"Filtern nach","VSD_SORT_BY":"Sortieren nach","VSD_ORDER_ASCENDING":"Aufsteigend","VSD_ORDER_DESCENDING":"Absteigend","IM_TITLE_BEFORESEARCH":"Suchen wir nach Ergebnissen","IM_SUBTITLE_BEFORESEARCH":"Legen Sie los, indem Sie Ihre Suchkriterien angeben.","IM_TITLE_NOACTIVITIES":"Sie haben noch keine Aktivitäten hinzugefügt","IM_SUBTITLE_NOACTIVITIES":"Möchten Sie jetzt eine hinzufügen?","IM_TITLE_NOCOLUMNSSET":"Fügen Sie Spalten hinzu, um die Inhalte zu sehen","IM_SUBTITLE_NOCOLUMNSSET":"Wählen Sie in den Tabelleneinstellungen die Spalten aus, die Sie benötigen.","IM_TITLE_NODATA":"Es gibt noch keine Daten","IM_SUBTITLE_NODATA":"Wenn es welche gibt, sehen Sie sie hier.","IM_TITLE_NOMAIL":"Keine neue Mail","IM_SUBTITLE_NOMAIL":"Sehen Sie später noch mal nach.","IM_TITLE_NOENTRIES":"Es gibt noch keine Einträge","IM_SUBTITLE_NOENTRIES":"Wenn es welche gibt, sehen Sie sie hier.","IM_TITLE_NONOTIFICATIONS":"Sie haben keine neuen Benachrichtigungen","IM_SUBTITLE_NONOTIFICATIONS":"Sehen Sie später noch mal nach.","IM_TITLE_NOSAVEDITEMS":"Sie haben noch keine Favoriten hinzugefügt","IM_SUBTITLE_NOSAVEDITEMS":"Möchten Sie jetzt eine Liste Ihrer Lieblingselemente anlegen?","IM_TITLE_NOSEARCHRESULTS":"Keine Ergebnisse gefunden","IM_SUBTITLE_NOSEARCHRESULTS":"Versuchen Sie es mit anderen Suchkriterien.","IM_TITLE_NOTASKS":"Sie haben keine neuen Aufgaben","IM_SUBTITLE_NOTASKS":"Wenn Sie welche haben, sehen Sie sie hier.","IM_TITLE_UNABLETOLOAD":"Daten können nicht geladen werden","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.","IM_TITLE_UNABLETOLOADIMAGE":"Bild kann nicht geladen werden","IM_SUBTITLE_UNABLETOLOADIMAGE":"Das Bild wurde am angegebenen Speicherort nicht gefunden oder der Server antwortet nicht.","IM_TITLE_UNABLETOUPLOAD":"Daten können nicht hochgeladen werden","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.","IM_TITLE_UPLOADTOCLOUD":"In SAP Integration Suite migrieren","IM_SUBTITLE_UPLOADTOCLOUD":"Verschieben Sie Ihre Integrationsinhalte von dem bestehenden Process-Integration­Abonnement in die Funktion zur Cloud-Integration.","IM_TITLE_ADDCOLUMN":"Hier ist noch Platz frei","IM_SUBTITLE_ADDCOLUMN":"Sie können weitere Spalten in den Tabelleneinstellungen hinzufügen.","IM_TITLE_ADDPEOPLE":"Sie haben noch niemanden zum Kalender hinzugefügt","IM_SUBTITLE_ADDPEOPLE":"Möchten Sie jetzt jemanden hinzufügen?","IM_TITLE_BALLOONSKY":"Jemand weiß Ihre Arbeit zu schätzen!","IM_SUBTITLE_BALLOONSKY":"Machen Sie weiter so!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Noch nichts geplant","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"In diesem Zeitraum ist nichts eingetragen.","IM_TITLE_FILTERTABLE":"Es sind Filteroptionen verfügbar","IM_SUBTITLE_FILTERTABLE":"Mit Filtern können Sie sich auf das Relevanteste konzentrieren.","IM_TITLE_GROUPTABLE":"Gruppieren Sie Elemente für einen besseren Überblick","IM_SUBTITLE_GROUPTABLE":"Sie können Gruppierungskategorien in den Gruppeneinstellungen auswählen.","IM_TITLE_NOFILTERRESULTS":"Keine Ergebnisse gefunden","IM_SUBTITLE_NOFILTERRESULTS":"Passen Sie Ihre Filterkriterien an.","IM_TITLE_PAGENOTFOUND":"Diese Seite wurde leider nicht gefunden","IM_SUBTITLE_PAGENOTFOUND":"Prüfen Sie die zum Aufrufen der App verwendete URL.","IM_TITLE_RESIZECOLUMN":"Wählen Sie Ihre eigene Spaltenbreite","IM_SUBTITLE_RESIZECOLUMN":"Sie können die Größe von Spalten verändern, indem Sie an den Spaltenrändern ziehen.","IM_TITLE_SORTCOLUMN":"Die wichtigsten Elemente werden nicht zuerst angezeigt?","IM_SUBTITLE_SORTCOLUMN":"Wählen Sie die Sortierkriterien in den Sortiereinstellungen.","IM_TITLE_SUCCESSSCREEN":"Gut gemacht!","IM_SUBTITLE_SUCCESSSCREEN":"Sie haben alle Schulungszuweisungen abgeschlossen.","IM_TITLE_UPLOADCOLLECTION":"Dateien hierher ziehen","IM_SUBTITLE_UPLOADCOLLECTION":"Sie können auch mehrere Dateien gleichzeitig hochladen.","IM_TITLE_ADDDIMENSIONS":"Es fehlen einige Dimensionen","IM_SUBTITLE_ADDDIMENSIONS":"Fügen Sie weitere Dimensionen hinzu, um Ihr Diagramm zu vervollständigen.","IM_TITLE_NODIMENSIONSSET":"Keine Diagrammdaten","IM_SUBTITLE_NODIMENSIONSSET":"Passen Sie Ihre Diagrammeinstellungen an.","IM_TITLE_SURVEY":"Ihre Meinung zählt","IM_SUBTITLE_SURVEY":"Wir möchten wissen, was Sie über SAP-Software denken. Teilen Sie Ihr Feedback mit uns, indem Sie an unserer kurzen Umfrage teilnehmen.","DSC_SIDE_ARIA_LABEL":"Nebeninhalt","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"Navigation","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"Navigationslistenmenüleiste","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"Navigationslistenmenüeintrag","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"Navigationslistenbaum","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"Navigationslistenbaumelement"}; })
@@ -1 +1 @@
1
- sap.ui.define(['exports'], function(exports) { 'use strict'; exports["default"] = {"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Ακύρωση","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Φόρτωση","FCL_START_COLUMN_TXT":"Πρώτη στήλη","FCL_MIDDLE_COLUMN_TXT":"Μεσαία στήλη","FCL_END_COLUMN_TXT":"Τελευταία στήλη","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"Επέκταση της πρώτης στήλης","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Σύμπτυξη της πρώτης στήλης","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"Επέκταση της τελευταίας στήλης","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Σύμπτυξη της τελευταίας στήλης","NOTIFICATION_LIST_ITEM_TXT":"Γνωστοποίηση","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Εμφάν.Περισσοτ.","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Εμφάνιση Λιγότερων","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"Περισσότερα","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Κλείσιμο","NOTIFICATION_LIST_ITEM_READ":"Ανάγνωση","NOTIFICATION_LIST_ITEM_UNREAD":"ΜηΔιαβ","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"Υψηλή Προτεραιότητα","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"Μεσαία Προτεραιότητα","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"Χαμηλή Προτεραιότητα","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Ομάδα Ειδοποιήσεων","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Μετρητής","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"Κλείσιμο Όλων","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"Σύμπτυξη Ομάδας","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"Επέκταση Ομάδας","TIMELINE_ARIA_LABEL":"Χρονοδιάγραμμα","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Ακύρωση","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Μετονομασία","UPLOADCOLLECTIONITEM_ERROR_STATE":"Τερματίστηκε","UPLOADCOLLECTIONITEM_READY_STATE":"Εκκρεμής","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Φόρτωση","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Τερματισμός","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Νέα προσπάθεια","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Eπεξεργασία","UPLOADCOLLECTION_NO_DATA_TEXT":"Αρχεία δεν βρέθηκαν","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Απόθεση αρχείων για φόρτωσή τους ή χρήση του κουμπιού «Φόρτωση».","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Φόρτωση Συλλογής","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Μεταφορά αρχείων εδώ.","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Απόθεση αρχείων για φόρτωσή τους.","SHELLBAR_LABEL":"Γραμμή Shell","SHELLBAR_LOGO":"Λογότυπο","SHELLBAR_COPILOT":"CoPilot","SHELLBAR_NOTIFICATIONS":"{0} Ειδοποιήσεις","SHELLBAR_PROFILE":"Προφίλ","SHELLBAR_PRODUCTS":"Προϊόντα","PRODUCT_SWITCH_CONTAINER_LABEL":"Προϊόντα","SHELLBAR_SEARCH":"Αναζήτηση","SHELLBAR_OVERFLOW":"Περισσότερα","SHELLBAR_CANCEL":"Ακύρωση","WIZARD_NAV_ARIA_LABEL":"Γραμμή Προόδου Οδηγού","WIZARD_LIST_ARIA_LABEL":"Βήματα Προόδου","WIZARD_LIST_ARIA_DESCRIBEDBY":"Για ενεργοποίηση, πατήστε τη μπάρα διαστήματος ή Enter","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Βήματα","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Προαιρετικό","WIZARD_STEP_ACTIVE":"Ενεργό","WIZARD_STEP_INACTIVE":"Aνενεργό","WIZARD_STEP_ARIA_LABEL":"Βήμα {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Οδηγός","WIZARD_NAV_STEP_DEFAULT_HEADING":"Βήμα","VSD_DIALOG_TITLE_SORT":"Ρυθμίσεις Προβολής","VSD_SUBMIT_BUTTON":"ΟΚ","VSD_CANCEL_BUTTON":"Ακύρωση","VSD_RESET_BUTTON":"Επαναφορά","VSD_SORT_ORDER":"Σειρά Ταξινόμησης","VSD_FILTER_BY":"Φίλτρ.Κατά","VSD_SORT_BY":"Ταξινόμηση Κατά","VSD_ORDER_ASCENDING":"Αύξουσα","VSD_ORDER_DESCENDING":"Φθίνουσα","IM_TITLE_BEFORESEARCH":"Εμφάνιση αποτελεσμάτων","IM_SUBTITLE_BEFORESEARCH":"Ξεκινήστε παρέχοντας τα κριτήρια αναζήτησης.","IM_TITLE_NOACTIVITIES":"Δεν προσθέσατε δραστηριότητες ακόμη.","IM_SUBTITLE_NOACTIVITIES":"Θέλετε να προσθέσετε μία τώρα;","IM_TITLE_NOCOLUMNSSET":"Προσθέστε στήλες για να δείτε το περιεχόμενο","IM_SUBTITLE_NOCOLUMNSSET":"Επιλέξτε τις στήλες που χρειάζεστε στις ρυθμίσεις πίνακα.","IM_TITLE_NODATA":"Δεν υπάρχουν δεδομένα ακόμη.","IM_SUBTITLE_NODATA":"Μόλις υπάρξουν, θα τα δείτε εδώ.","IM_TITLE_NOMAIL":"Κανένα νέο μήνυμα.","IM_SUBTITLE_NOMAIL":"Ελέγξτε πάλι αργότερα.","IM_TITLE_NOENTRIES":"Δεν υπάρχουν καταχωρίσεις ακόμη","IM_SUBTITLE_NOENTRIES":"Μόλις υπάρξουν, θα τις δείτε εδώ.","IM_TITLE_NONOTIFICATIONS":"Δεν λάβατε νέες ειδοποιήσεις","IM_SUBTITLE_NONOTIFICATIONS":"Ελέγξτε πάλι αργότερα.","IM_TITLE_NOSAVEDITEMS":"Δεν προσθέσατε δραστηριότητες και αγαπημένα ακόμη.","IM_SUBTITLE_NOSAVEDITEMS":"Θέλετε να δημιουργήσετε μία λίστα με τα αγαπημένα σας είδη τώρα;","IM_TITLE_NOSEARCHRESULTS":"Αποτελέσματα δεν βρέθηκαν","IM_SUBTITLE_NOSEARCHRESULTS":"Δοκιμάστε να αλλάξετε τα κριτήρια αναζήτησης.","IM_TITLE_NOTASKS":"Δεν λάβατε νέες εργασίες","IM_SUBTITLE_NOTASKS":"Μόλις υπάρξουν, θα τις δείτε εδώ.","IM_TITLE_UNABLETOLOAD":"Αδύνατη η φόρτωση δεδομένων","IM_SUBTITLE_UNABLETOLOAD":"Ελέγξτε την σύνδεση διαδικτύου. Εάν το πρόβλημα παραμένει δοκιμάστε επαναφόρτωση. Εάν εξακολουθεί το πρόβλημα, επικοινωνήστε με τον διαχειριστή σας.","IM_TITLE_UNABLETOLOADIMAGE":"Αδύνατη η φόρτωση εικόνας","IM_SUBTITLE_UNABLETOLOADIMAGE":"Δεν βρέθηκε η εικόνα στην συγκεκριμένη τοποθεσία ή ο διακομιστής δεν ανταποκρίνεται.","IM_TITLE_UNABLETOUPLOAD":"Αδύνατη η προσκόμιση δεδομένων","IM_SUBTITLE_UNABLETOUPLOAD":"Ελέγξτε την σύνδεση διαδικτύου. Εάν το πρόβλημα παραμένει, ελέγξτε τη μορφή αρχείου και το μέγεθος αρχείου. Διαφορετικά, επικοινωνήστε με το διαχειριστή σας.","IM_TITLE_UPLOADTOCLOUD":"Μετεγκατάσταση σε SAP Integration Suite","IM_SUBTITLE_UPLOADTOCLOUD":"Μετακινήστε το περιεχόμενο ενοποίησης από την υπάρχουσα συνδρομή Επεξεργασία ενοποίησης στην δυναμικότητα Ενοποίησης Cloud.","IM_TITLE_ADDCOLUMN":"Φαίνεται ότι υπάρχει ελεύθερος χώρος","IM_SUBTITLE_ADDCOLUMN":"Μπορείτε να προσθέσετε περισσότερες στήλες στις ρυθμίσεις πίνακα.","IM_TITLE_ADDPEOPLE":"Δεν προσθέσατε κανέναν στο ημερολόγιο ακόμη","IM_SUBTITLE_ADDPEOPLE":"Θέλετε να προσθέσετε κάποιον τώρα;","IM_TITLE_BALLOONSKY":"Σας εκτιμούμε!","IM_SUBTITLE_BALLOONSKY":"Συνεχίστε την καλή δουλειά!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Δεν προγραμματίστηκε τίποτα ακόμη","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"Δεν υπάρχουν δραστηριότητες για αυτό το χρονικό πλαίσιο.","IM_TITLE_FILTERTABLE":"Επιλογές φίλτρου είναι διαθέσιμες","IM_SUBTITLE_FILTERTABLE":"Τα φίλτρα σας βοηθούν να εστιάσετε σε αυτό που είναι πιο σχετικό για εσάς.","IM_TITLE_GROUPTABLE":"Δοκιμάστε να ομαδοποιήσετε στοιχεία για καλύτερη επισκόπηση","IM_SUBTITLE_GROUPTABLE":"Μπορείτε να επιλέξετε κατηγορίες ομαδοποίησης στις ρυθμίσεις ομάδας.","IM_TITLE_NOFILTERRESULTS":"Αποτελέσματα δεν βρέθηκαν","IM_SUBTITLE_NOFILTERRESULTS":"Προσπαθήστε να προσαρμόσετε τα κριτήρια φίλτρου σας.","IM_TITLE_PAGENOTFOUND":"Λυπούμαστε, η σελίδα δεν βρέθηκε.","IM_SUBTITLE_PAGENOTFOUND":"Ελέγξτε το URL που χρησιμοποιείτε για την κλήση της εφαρμογής.","IM_TITLE_RESIZECOLUMN":"Επιλέξτε το δικό σας πλάτος στήλης","IM_SUBTITLE_RESIZECOLUMN":"Μπορείτε να αναπροσαρμόσετε το μέγεθος των στηλών σύροντας τα περιγράμματα της στήλης.","IM_TITLE_SORTCOLUMN":"Δεν βλέπετε τα πιο σημαντικά στοιχεία πρώτα;","IM_SUBTITLE_SORTCOLUMN":"Επιλέξτε τα κριτήρια ταξινόμησης στις ρυθμίσεις ταξινόμησης.","IM_TITLE_SUCCESSSCREEN":"Τέλεια!","IM_SUBTITLE_SUCCESSSCREEN":"Ολοκληρώσατε όλη σας την εκπαίδευση.","IM_TITLE_UPLOADCOLLECTION":"Απόθεση αρχείων εδώ","IM_SUBTITLE_UPLOADCOLLECTION":"Μπορείτε επίσης να φορτώσετε αρκετά αρχεία ταυτόχρονα.","IM_TITLE_ADDDIMENSIONS":"Μερικές διαστάσεις λείπουν","IM_SUBTITLE_ADDDIMENSIONS":"Προσθέστε περισσότερες διαστάσεις για να ολοκληρώσετε το γράφημά σας.","IM_TITLE_NODIMENSIONSSET":"Χωρίς δεδομένα γραφήματος","IM_SUBTITLE_NODIMENSIONSSET":"Προσπαθήστε να προσαρμόσετε τις ρυθμίσεις γραφήματος.","IM_TITLE_SURVEY":"Η Γνώμη Σας Μετράει","IM_SUBTITLE_SURVEY":"Θέλουμε να ακούσουμε τη γνώμη σας σχετικά με το λογισμικό SAP. Μοιραστείτε μαζί μας τα σχόλιά σας συμπληρώνοντας την σύντομη έρευνα. Θα σας πάρει μόνο λίγα λεπτά.","DSC_SIDE_ARIA_LABEL":"Πλευρικά Περιεχόμενα","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"Πλοήγηση","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"Γραμμή Μενού Λίστας Πλοήγησης","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"Στοιχείο Μενού Λίστας Πλοήγησης","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"Δέντρο Λίστας Πλοήγησης","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"Στοιχείο Δέντρου Λίστας Πλοήγησης"}; })
1
+ sap.ui.define(['exports'], function(exports) { 'use strict'; exports["default"] = {"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Ακύρωση","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Φόρτωση","FCL_START_COLUMN_TXT":"Πρώτη στήλη","FCL_MIDDLE_COLUMN_TXT":"Μεσαία στήλη","FCL_END_COLUMN_TXT":"Τελευταία στήλη","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"Επέκταση της πρώτης στήλης","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Σύμπτυξη της πρώτης στήλης","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"Επέκταση της τελευταίας στήλης","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Σύμπτυξη της τελευταίας στήλης","NOTIFICATION_LIST_ITEM_TXT":"Γνωστοποίηση","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Εμφάν.Περισσοτ.","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Εμφάνιση Λιγότερων","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"Περισσότερα","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Κλείσιμο","NOTIFICATION_LIST_ITEM_READ":"Ανάγνωση","NOTIFICATION_LIST_ITEM_UNREAD":"ΜηΔιαβ","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"Υψηλή Προτεραιότητα","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"Μεσαία Προτεραιότητα","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"Χαμηλή Προτεραιότητα","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Ομάδα Ειδοποιήσεων","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Μετρητής","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"Κλείσιμο Όλων","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"Σύμπτυξη Ομάδας","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"Επέκταση Ομάδας","TIMELINE_ARIA_LABEL":"Χρονοδιάγραμμα","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Ακύρωση","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Μετονομασία","UPLOADCOLLECTIONITEM_ERROR_STATE":"Τερματίστηκε","UPLOADCOLLECTIONITEM_READY_STATE":"Εκκρεμής","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Φόρτωση","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Τερματισμός","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Νέα προσπάθεια","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Eπεξεργασία","UPLOADCOLLECTION_NO_DATA_TEXT":"Αρχεία δεν βρέθηκαν","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Απόθεση αρχείων για φόρτωσή τους ή χρήση του κουμπιού «Φόρτωση».","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Φόρτωση Συλλογής","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Μεταφορά αρχείων εδώ.","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Απόθεση αρχείων για φόρτωσή τους.","SHELLBAR_LABEL":"Γραμμή Shell","SHELLBAR_LOGO":"Λογότυπο","SHELLBAR_COPILOT":"CoPilot","SHELLBAR_NOTIFICATIONS":"{0} Ειδοποιήσεις","SHELLBAR_PROFILE":"Προφίλ","SHELLBAR_PRODUCTS":"Προϊόντα","PRODUCT_SWITCH_CONTAINER_LABEL":"Προϊόντα","SHELLBAR_SEARCH":"Αναζήτηση","SHELLBAR_OVERFLOW":"Περισσότερα","SHELLBAR_CANCEL":"Ακύρωση","WIZARD_NAV_ARIA_LABEL":"Γραμμή Προόδου Οδηγού","WIZARD_LIST_ARIA_LABEL":"Βήματα Προόδου","WIZARD_LIST_ARIA_DESCRIBEDBY":"Για ενεργοποίηση, πατήστε τη μπάρα διαστήματος ή Enter","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Βήματα","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Προαιρετικό","WIZARD_STEP_ACTIVE":"Ενεργό","WIZARD_STEP_INACTIVE":"Aνενεργό","WIZARD_STEP_ARIA_LABEL":"Βήμα {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Οδηγός","WIZARD_NAV_STEP_DEFAULT_HEADING":"Βήμα","VSD_DIALOG_TITLE_SORT":"Ρυθμίσεις Προβολής","VSD_SUBMIT_BUTTON":"ΟΚ","VSD_CANCEL_BUTTON":"Ακύρωση","VSD_RESET_BUTTON":"Επαναφορά","VSD_SORT_ORDER":"Σειρά Ταξινόμησης","VSD_FILTER_BY":"Φίλτρ.Κατά","VSD_SORT_BY":"Ταξινόμηση Κατά","VSD_ORDER_ASCENDING":"Αύξουσα","VSD_ORDER_DESCENDING":"Φθίνουσα","IM_TITLE_BEFORESEARCH":"Εμφάνιση αποτελεσμάτων","IM_SUBTITLE_BEFORESEARCH":"Ξεκινήστε παρέχοντας τα κριτήρια αναζήτησης.","IM_TITLE_NOACTIVITIES":"Δεν προσθέσατε δραστηριότητες ακόμη.","IM_SUBTITLE_NOACTIVITIES":"Θέλετε να προσθέσετε μία τώρα;","IM_TITLE_NOCOLUMNSSET":"Προσθέστε στήλες για να δείτε το περιεχόμενο","IM_SUBTITLE_NOCOLUMNSSET":"Επιλέξτε τις στήλες που χρειάζεστε στις ρυθμίσεις πίνακα.","IM_TITLE_NODATA":"Δεν υπάρχουν δεδομένα ακόμη.","IM_SUBTITLE_NODATA":"Μόλις υπάρξουν, θα τα δείτε εδώ.","IM_TITLE_NOMAIL":"Κανένα νέο μήνυμα.","IM_SUBTITLE_NOMAIL":"Ελέγξτε πάλι αργότερα.","IM_TITLE_NOENTRIES":"Δεν υπάρχουν καταχωρίσεις ακόμη","IM_SUBTITLE_NOENTRIES":"Μόλις υπάρξουν, θα τις δείτε εδώ.","IM_TITLE_NONOTIFICATIONS":"Δεν λάβατε νέες ειδοποιήσεις","IM_SUBTITLE_NONOTIFICATIONS":"Ελέγξτε πάλι αργότερα.","IM_TITLE_NOSAVEDITEMS":"Δεν προσθέσατε δραστηριότητες και αγαπημένα ακόμη.","IM_SUBTITLE_NOSAVEDITEMS":"Θέλετε να δημιουργήσετε μία λίστα με τα αγαπημένα σας είδη τώρα;","IM_TITLE_NOSEARCHRESULTS":"Αποτελέσματα δεν βρέθηκαν","IM_SUBTITLE_NOSEARCHRESULTS":"Δοκιμάστε να αλλάξετε τα κριτήρια αναζήτησης.","IM_TITLE_NOTASKS":"Δεν λάβατε νέες εργασίες","IM_SUBTITLE_NOTASKS":"Μόλις υπάρξουν, θα τις δείτε εδώ.","IM_TITLE_UNABLETOLOAD":"Αδύνατη η φόρτωση δεδομένων","IM_SUBTITLE_UNABLETOLOAD":"Ελέγξτε την σύνδεση διαδικτύου. Εάν το πρόβλημα παραμένει δοκιμάστε επαναφόρτωση. Εάν εξακολουθεί το πρόβλημα, επικοινωνήστε με τον διαχειριστή σας.","IM_TITLE_UNABLETOLOADIMAGE":"Αδύνατη η φόρτωση εικόνας","IM_SUBTITLE_UNABLETOLOADIMAGE":"Δεν βρέθηκε η εικόνα στην συγκεκριμένη τοποθεσία ή ο διακομιστής δεν ανταποκρίνεται.","IM_TITLE_UNABLETOUPLOAD":"Αδύνατη η προσκόμιση δεδομένων","IM_SUBTITLE_UNABLETOUPLOAD":"Ελέγξτε την σύνδεση διαδικτύου. Εάν το πρόβλημα παραμένει, ελέγξτε τη μορφή αρχείου και το μέγεθος αρχείου. Διαφορετικά, επικοινωνήστε με το διαχειριστή σας.","IM_TITLE_UPLOADTOCLOUD":"Μετεγκατάσταση σε SAP Integration Suite","IM_SUBTITLE_UPLOADTOCLOUD":"Μετακινήστε το περιεχόμενο ενοποίησης από την υπάρχουσα συνδρομή Επεξεργασία ενοποίησης στην δυναμικότητα Ενοποίησης Cloud.","IM_TITLE_ADDCOLUMN":"Φαίνεται ότι υπάρχει ελεύθερος χώρος","IM_SUBTITLE_ADDCOLUMN":"Μπορείτε να προσθέσετε περισσότερες στήλες στις ρυθμίσεις πίνακα.","IM_TITLE_ADDPEOPLE":"Δεν προσθέσατε κανέναν στο ημερολόγιο ακόμη","IM_SUBTITLE_ADDPEOPLE":"Θέλετε να προσθέσετε κάποιον τώρα;","IM_TITLE_BALLOONSKY":"Σας εκτιμούμε!","IM_SUBTITLE_BALLOONSKY":"Συνεχίστε την καλή δουλειά!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Δεν προγραμματίστηκε τίποτα ακόμη","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"Δεν υπάρχουν δραστηριότητες για αυτό το χρονικό πλαίσιο.","IM_TITLE_FILTERTABLE":"Επιλογές φίλτρου είναι διαθέσιμες","IM_SUBTITLE_FILTERTABLE":"Τα φίλτρα σας βοηθούν να εστιάσετε σε αυτό που είναι πιο σχετικό για εσάς.","IM_TITLE_GROUPTABLE":"Δοκιμάστε να ομαδοποιήσετε στοιχεία για καλύτερη επισκόπηση","IM_SUBTITLE_GROUPTABLE":"Μπορείτε να επιλέξετε κατηγορίες ομαδοποίησης στις ρυθμίσεις ομάδας.","IM_TITLE_NOFILTERRESULTS":"Αποτελέσματα δεν βρέθηκαν","IM_SUBTITLE_NOFILTERRESULTS":"Προσπαθήστε να προσαρμόσετε τα κριτήρια φίλτρου σας.","IM_TITLE_PAGENOTFOUND":"Λυπούμαστε, η σελίδα δεν βρέθηκε.","IM_SUBTITLE_PAGENOTFOUND":"Ελέγξτε το URL που χρησιμοποιείτε για την κλήση της εφαρμογής.","IM_TITLE_RESIZECOLUMN":"Επιλέξτε το δικό σας πλάτος στήλης","IM_SUBTITLE_RESIZECOLUMN":"Μπορείτε να αναπροσαρμόσετε το μέγεθος των στηλών σύροντας τα περιγράμματα της στήλης.","IM_TITLE_SORTCOLUMN":"Δεν βλέπετε τα πιο σημαντικά στοιχεία πρώτα;","IM_SUBTITLE_SORTCOLUMN":"Επιλέξτε τα κριτήρια ταξινόμησης στις ρυθμίσεις ταξινόμησης.","IM_TITLE_SUCCESSSCREEN":"Τέλεια!","IM_SUBTITLE_SUCCESSSCREEN":"Ολοκληρώσατε όλη σας την εκπαίδευση.","IM_TITLE_UPLOADCOLLECTION":"Απόθεση αρχείων εδώ","IM_SUBTITLE_UPLOADCOLLECTION":"Μπορείτε επίσης να φορτώσετε αρκετά αρχεία ταυτόχρονα.","IM_TITLE_ADDDIMENSIONS":"Μερικές διαστάσεις λείπουν","IM_SUBTITLE_ADDDIMENSIONS":"Προσθέστε περισσότερες διαστάσεις για να ολοκληρώσετε το γράφημά σας.","IM_TITLE_NODIMENSIONSSET":"Χωρίς δεδομένα γραφήματος","IM_SUBTITLE_NODIMENSIONSSET":"Προσπαθήστε να προσαρμόσετε τις ρυθμίσεις γραφήματος.","IM_TITLE_SURVEY":"Η Γνώμη Σας Μετράει","IM_SUBTITLE_SURVEY":"Θέλουμε να ακούσουμε τη γνώμη σας σχετικά με το λογισμικό SAP. Μοιραστείτε μαζί μας τα σχόλιά σας συμπληρώνοντας την σύντομη έρευνα.","DSC_SIDE_ARIA_LABEL":"Πλευρικά Περιεχόμενα","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"Πλοήγηση","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"Γραμμή Μενού Λίστας Πλοήγησης","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"Στοιχείο Μενού Λίστας Πλοήγησης","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"Δέντρο Λίστας Πλοήγησης","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"Στοιχείο Δέντρου Λίστας Πλοήγησης"}; })
@@ -1 +1 @@
1
- sap.ui.define(['exports'], function(exports) { 'use strict'; exports["default"] = {"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Cancel","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Loading","FCL_START_COLUMN_TXT":"First column","FCL_MIDDLE_COLUMN_TXT":"Middle column","FCL_END_COLUMN_TXT":"Last column","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"Expand the first column","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Collapse the first column","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"Expand the last column","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Collapse the last column","NOTIFICATION_LIST_ITEM_TXT":"Notification","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Show More","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Show Less","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"More","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Close","NOTIFICATION_LIST_ITEM_READ":"Read","NOTIFICATION_LIST_ITEM_UNREAD":"Unread","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"High Priority","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"Medium Priority","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"Low Priority","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Notification Group","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Counter","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"Close All","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"Collapse Group","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"Expand Group","TIMELINE_ARIA_LABEL":"Timeline","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Cancel","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Rename","UPLOADCOLLECTIONITEM_ERROR_STATE":"Terminated","UPLOADCOLLECTIONITEM_READY_STATE":"Pending","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Uploading","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Terminate","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Retry","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Edit","UPLOADCOLLECTION_NO_DATA_TEXT":"No files found","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Drop files to upload them or use the \"Upload\" button.","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Upload Collection","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Drag files here.","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Drop files to upload them.","SHELLBAR_LABEL":"Shell Bar","SHELLBAR_LOGO":"Logo","SHELLBAR_COPILOT":"CoPilot","SHELLBAR_NOTIFICATIONS":"{0} Notifications","SHELLBAR_PROFILE":"Profile","SHELLBAR_PRODUCTS":"Products","PRODUCT_SWITCH_CONTAINER_LABEL":"Products","SHELLBAR_SEARCH":"Search","SHELLBAR_OVERFLOW":"More","SHELLBAR_CANCEL":"Cancel","WIZARD_NAV_ARIA_LABEL":"Wizard Progress Bar","WIZARD_LIST_ARIA_LABEL":"Wizard Steps","WIZARD_LIST_ARIA_DESCRIBEDBY":"To activate, press the space bar or Enter","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Steps","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Optional","WIZARD_STEP_ACTIVE":"Active","WIZARD_STEP_INACTIVE":"Inactive","WIZARD_STEP_ARIA_LABEL":"Step {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Wizard","WIZARD_NAV_STEP_DEFAULT_HEADING":"Step","VSD_DIALOG_TITLE_SORT":"View Settings","VSD_SUBMIT_BUTTON":"OK","VSD_CANCEL_BUTTON":"Cancel","VSD_RESET_BUTTON":"Reset","VSD_SORT_ORDER":"Sort Order","VSD_FILTER_BY":"Filter By","VSD_SORT_BY":"Sort By","VSD_ORDER_ASCENDING":"Ascending","VSD_ORDER_DESCENDING":"Descending","IM_TITLE_BEFORESEARCH":"Let's get some results","IM_SUBTITLE_BEFORESEARCH":"Start by providing your search criteria.","IM_TITLE_NOACTIVITIES":"You've not added any activities yet","IM_SUBTITLE_NOACTIVITIES":"Would you like to add one now?","IM_TITLE_NOCOLUMNSSET":"Add columns to see the content","IM_SUBTITLE_NOCOLUMNSSET":"Select the columns you need in the table settings.","IM_TITLE_NODATA":"There's no data yet","IM_SUBTITLE_NODATA":"When there is, you'll see it here.","IM_TITLE_NOMAIL":"No new mail","IM_SUBTITLE_NOMAIL":"Check back again later.","IM_TITLE_NOENTRIES":"There are no entries yet","IM_SUBTITLE_NOENTRIES":"When there are, you'll see them here.","IM_TITLE_NONOTIFICATIONS":"You've not got any new notifications","IM_SUBTITLE_NONOTIFICATIONS":"Check back again later.","IM_TITLE_NOSAVEDITEMS":"You've not added any favorites yet","IM_SUBTITLE_NOSAVEDITEMS":"Would you like to create a list of your favorite items now?","IM_TITLE_NOSEARCHRESULTS":"No results found","IM_SUBTITLE_NOSEARCHRESULTS":"Try changing your search criteria.","IM_TITLE_NOTASKS":"You’ve not got any new tasks","IM_SUBTITLE_NOTASKS":"When you do, you'll see them here.","IM_TITLE_UNABLETOLOAD":"Unable to load data","IM_SUBTITLE_UNABLETOLOAD":"Check your Internet connection. If that doesn’t help, try reloading. If that doesn't help either, check with your administrator.","IM_TITLE_UNABLETOLOADIMAGE":"Unable to load image","IM_SUBTITLE_UNABLETOLOADIMAGE":"We couldn't find the image at the specified location, or the server isn't responding.","IM_TITLE_UNABLETOUPLOAD":"Unable to upload data","IM_SUBTITLE_UNABLETOUPLOAD":"Check your Internet connection. If that doesn’t help, check the file format and file size. Otherwise contact your administrator.","IM_TITLE_UPLOADTOCLOUD":"Migrate to SAP Integration Suite","IM_SUBTITLE_UPLOADTOCLOUD":"Move your integration content from the existing Process Integration subscription to the Cloud Integration capability.","IM_TITLE_ADDCOLUMN":"Looks like there's free space","IM_SUBTITLE_ADDCOLUMN":"You can add more columns in the table settings.","IM_TITLE_ADDPEOPLE":"You've not added anyone to the calendar yet","IM_SUBTITLE_ADDPEOPLE":"Do you want to add someone now?","IM_TITLE_BALLOONSKY":"You've been appreciated!","IM_SUBTITLE_BALLOONSKY":"Keep up the great work!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Nothing planned yet","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"There are no activities in this time frame.","IM_TITLE_FILTERTABLE":"Filter options are available","IM_SUBTITLE_FILTERTABLE":"Filters help you focus on what's most relevant for you.","IM_TITLE_GROUPTABLE":"Try grouping items for a better overview","IM_SUBTITLE_GROUPTABLE":"You can choose grouping categories in the group settings.","IM_TITLE_NOFILTERRESULTS":"No results found","IM_SUBTITLE_NOFILTERRESULTS":"Try adjusting your filter criteria.","IM_TITLE_PAGENOTFOUND":"Sorry, we can't find this page","IM_SUBTITLE_PAGENOTFOUND":"Please check the URL you are using to call the app.","IM_TITLE_RESIZECOLUMN":"Choose your own column width","IM_SUBTITLE_RESIZECOLUMN":"You can resize columns by dragging the column borders.","IM_TITLE_SORTCOLUMN":"Not seeing the most important items first?","IM_SUBTITLE_SORTCOLUMN":"Choose the sort criteria in the sort settings.","IM_TITLE_SUCCESSSCREEN":"Nicely done!","IM_SUBTITLE_SUCCESSSCREEN":"You completed all your learning assignments.","IM_TITLE_UPLOADCOLLECTION":"Drop files here","IM_SUBTITLE_UPLOADCOLLECTION":"You can also upload several files all at once.","IM_TITLE_ADDDIMENSIONS":"Some dimensions are missing","IM_SUBTITLE_ADDDIMENSIONS":"Add more dimensions to complete your chart.","IM_TITLE_NODIMENSIONSSET":"No chart data","IM_SUBTITLE_NODIMENSIONSSET":"Try adjusting your chart settings.","IM_TITLE_SURVEY":"Your Opinion Matters","IM_SUBTITLE_SURVEY":"We want to hear what you think about SAP software. Share your feedback with us by taking our short survey. It will only take a few minutes.","DSC_SIDE_ARIA_LABEL":"Side Content","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"Navigation","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"Navigation List Menu Bar","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"Navigation List Menu Item","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"Navigation List Tree","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"Navigation List Tree Item"}; })
1
+ sap.ui.define(['exports'], function(exports) { 'use strict'; exports["default"] = {"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Cancel","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Loading","FCL_START_COLUMN_TXT":"First column","FCL_MIDDLE_COLUMN_TXT":"Middle column","FCL_END_COLUMN_TXT":"Last column","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"Expand the first column","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Collapse the first column","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"Expand the last column","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Collapse the last column","NOTIFICATION_LIST_ITEM_TXT":"Notification","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Show More","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Show Less","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"More","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Close","NOTIFICATION_LIST_ITEM_READ":"Read","NOTIFICATION_LIST_ITEM_UNREAD":"Unread","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"High Priority","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"Medium Priority","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"Low Priority","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Notification Group","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Counter","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"Close All","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"Collapse Group","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"Expand Group","TIMELINE_ARIA_LABEL":"Timeline","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Cancel","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Rename","UPLOADCOLLECTIONITEM_ERROR_STATE":"Terminated","UPLOADCOLLECTIONITEM_READY_STATE":"Pending","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Uploading","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Terminate","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Retry","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Edit","UPLOADCOLLECTION_NO_DATA_TEXT":"No files found","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Drop files to upload them or use the \"Upload\" button.","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Upload Collection","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Drag files here.","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Drop files to upload them.","SHELLBAR_LABEL":"Shell Bar","SHELLBAR_LOGO":"Logo","SHELLBAR_COPILOT":"CoPilot","SHELLBAR_NOTIFICATIONS":"{0} Notifications","SHELLBAR_PROFILE":"Profile","SHELLBAR_PRODUCTS":"Products","PRODUCT_SWITCH_CONTAINER_LABEL":"Products","SHELLBAR_SEARCH":"Search","SHELLBAR_OVERFLOW":"More","SHELLBAR_CANCEL":"Cancel","WIZARD_NAV_ARIA_LABEL":"Wizard Progress Bar","WIZARD_LIST_ARIA_LABEL":"Wizard Steps","WIZARD_LIST_ARIA_DESCRIBEDBY":"To activate, press the space bar or Enter","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Steps","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Optional","WIZARD_STEP_ACTIVE":"Active","WIZARD_STEP_INACTIVE":"Inactive","WIZARD_STEP_ARIA_LABEL":"Step {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Wizard","WIZARD_NAV_STEP_DEFAULT_HEADING":"Step","VSD_DIALOG_TITLE_SORT":"View Settings","VSD_SUBMIT_BUTTON":"OK","VSD_CANCEL_BUTTON":"Cancel","VSD_RESET_BUTTON":"Reset","VSD_SORT_ORDER":"Sort Order","VSD_FILTER_BY":"Filter By","VSD_SORT_BY":"Sort By","VSD_ORDER_ASCENDING":"Ascending","VSD_ORDER_DESCENDING":"Descending","IM_TITLE_BEFORESEARCH":"Let's get some results","IM_SUBTITLE_BEFORESEARCH":"Start by providing your search criteria.","IM_TITLE_NOACTIVITIES":"You've not added any activities yet","IM_SUBTITLE_NOACTIVITIES":"Would you like to add one now?","IM_TITLE_NOCOLUMNSSET":"Add columns to see the content","IM_SUBTITLE_NOCOLUMNSSET":"Select the columns you need in the table settings.","IM_TITLE_NODATA":"There's no data yet","IM_SUBTITLE_NODATA":"When there is, you'll see it here.","IM_TITLE_NOMAIL":"No new mail","IM_SUBTITLE_NOMAIL":"Check back again later.","IM_TITLE_NOENTRIES":"There are no entries yet","IM_SUBTITLE_NOENTRIES":"When there are, you'll see them here.","IM_TITLE_NONOTIFICATIONS":"You've not got any new notifications","IM_SUBTITLE_NONOTIFICATIONS":"Check back again later.","IM_TITLE_NOSAVEDITEMS":"You've not added any favorites yet","IM_SUBTITLE_NOSAVEDITEMS":"Would you like to create a list of your favorite items now?","IM_TITLE_NOSEARCHRESULTS":"No results found","IM_SUBTITLE_NOSEARCHRESULTS":"Try changing your search criteria.","IM_TITLE_NOTASKS":"You’ve not got any new tasks","IM_SUBTITLE_NOTASKS":"When you do, you'll see them here.","IM_TITLE_UNABLETOLOAD":"Unable to load data","IM_SUBTITLE_UNABLETOLOAD":"Check your Internet connection. If that doesn’t help, try reloading. If that doesn't help either, check with your administrator.","IM_TITLE_UNABLETOLOADIMAGE":"Unable to load image","IM_SUBTITLE_UNABLETOLOADIMAGE":"We couldn't find the image at the specified location, or the server isn't responding.","IM_TITLE_UNABLETOUPLOAD":"Unable to upload data","IM_SUBTITLE_UNABLETOUPLOAD":"Check your Internet connection. If that doesn’t help, check the file format and file size. Otherwise contact your administrator.","IM_TITLE_UPLOADTOCLOUD":"Migrate to SAP Integration Suite","IM_SUBTITLE_UPLOADTOCLOUD":"Move your integration content from the existing Process Integration subscription to the Cloud Integration capability.","IM_TITLE_ADDCOLUMN":"Looks like there's free space","IM_SUBTITLE_ADDCOLUMN":"You can add more columns in the table settings.","IM_TITLE_ADDPEOPLE":"You've not added anyone to the calendar yet","IM_SUBTITLE_ADDPEOPLE":"Do you want to add someone now?","IM_TITLE_BALLOONSKY":"You've been appreciated!","IM_SUBTITLE_BALLOONSKY":"Keep up the great work!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Nothing planned yet","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"There are no activities in this time frame.","IM_TITLE_FILTERTABLE":"Filter options are available","IM_SUBTITLE_FILTERTABLE":"Filters help you focus on what's most relevant for you.","IM_TITLE_GROUPTABLE":"Try grouping items for a better overview","IM_SUBTITLE_GROUPTABLE":"You can choose grouping categories in the group settings.","IM_TITLE_NOFILTERRESULTS":"No results found","IM_SUBTITLE_NOFILTERRESULTS":"Try adjusting your filter criteria.","IM_TITLE_PAGENOTFOUND":"Sorry, we can't find this page","IM_SUBTITLE_PAGENOTFOUND":"Please check the URL you are using to call the app.","IM_TITLE_RESIZECOLUMN":"Choose your own column width","IM_SUBTITLE_RESIZECOLUMN":"You can resize columns by dragging the column borders.","IM_TITLE_SORTCOLUMN":"Not seeing the most important items first?","IM_SUBTITLE_SORTCOLUMN":"Choose the sort criteria in the sort settings.","IM_TITLE_SUCCESSSCREEN":"Nicely done!","IM_SUBTITLE_SUCCESSSCREEN":"You completed all your learning assignments.","IM_TITLE_UPLOADCOLLECTION":"Drop files here","IM_SUBTITLE_UPLOADCOLLECTION":"You can also upload several files all at once.","IM_TITLE_ADDDIMENSIONS":"Some dimensions are missing","IM_SUBTITLE_ADDDIMENSIONS":"Add more dimensions to complete your chart.","IM_TITLE_NODIMENSIONSSET":"No chart data","IM_SUBTITLE_NODIMENSIONSSET":"Try adjusting your chart settings.","IM_TITLE_SURVEY":"Your Opinion Matters","IM_SUBTITLE_SURVEY":"We want to hear what you think about SAP software. Share your feedback with us by taking our short survey.","DSC_SIDE_ARIA_LABEL":"Side Content","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"Navigation","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"Navigation List Menu Bar","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"Navigation List Menu Item","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"Navigation List Tree","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"Navigation List Tree Item"}; })
@@ -1 +1 @@
1
- sap.ui.define(['exports'], function(exports) { 'use strict'; exports["default"] = {"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Cancel","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Loading","FCL_START_COLUMN_TXT":"First column","FCL_MIDDLE_COLUMN_TXT":"Middle column","FCL_END_COLUMN_TXT":"Last column","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"Expand the first column","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Collapse the first column","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"Expand the last column","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Collapse the last column","NOTIFICATION_LIST_ITEM_TXT":"Notification","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Show More","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Show Less","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"More","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Close","NOTIFICATION_LIST_ITEM_READ":"Read","NOTIFICATION_LIST_ITEM_UNREAD":"Unread","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"High Priority","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"Medium Priority","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"Low Priority","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Notification Group","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Counter","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"Close All","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"Collapse Group","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"Expand Group","TIMELINE_ARIA_LABEL":"Timeline","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Cancel","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Rename","UPLOADCOLLECTIONITEM_ERROR_STATE":"Terminated","UPLOADCOLLECTIONITEM_READY_STATE":"Pending","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Uploading","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Terminate","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Retry","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Edit","UPLOADCOLLECTION_NO_DATA_TEXT":"No files found","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Drop files to upload them or use the \"Upload\" button.","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Upload Collection","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Drag files here.","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Drop files to upload them.","SHELLBAR_LABEL":"Shell Bar","SHELLBAR_LOGO":"Logo","SHELLBAR_COPILOT":"CoPilot","SHELLBAR_NOTIFICATIONS":"{0} Notifications","SHELLBAR_PROFILE":"Profile","SHELLBAR_PRODUCTS":"Products","PRODUCT_SWITCH_CONTAINER_LABEL":"Products","SHELLBAR_SEARCH":"Search","SHELLBAR_OVERFLOW":"More","SHELLBAR_CANCEL":"Cancel","WIZARD_NAV_ARIA_LABEL":"Wizard Progress Bar","WIZARD_LIST_ARIA_LABEL":"Wizard Steps","WIZARD_LIST_ARIA_DESCRIBEDBY":"To activate, press the space bar or Enter","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Steps","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Optional","WIZARD_STEP_ACTIVE":"Active","WIZARD_STEP_INACTIVE":"Inactive","WIZARD_STEP_ARIA_LABEL":"Step {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Wizard","WIZARD_NAV_STEP_DEFAULT_HEADING":"Step","VSD_DIALOG_TITLE_SORT":"View Settings","VSD_SUBMIT_BUTTON":"OK","VSD_CANCEL_BUTTON":"Cancel","VSD_RESET_BUTTON":"Reset","VSD_SORT_ORDER":"Sort Order","VSD_FILTER_BY":"Filter By","VSD_SORT_BY":"Sort By","VSD_ORDER_ASCENDING":"Ascending","VSD_ORDER_DESCENDING":"Descending","IM_TITLE_BEFORESEARCH":"Let's get some results","IM_SUBTITLE_BEFORESEARCH":"Start by providing your search criteria.","IM_TITLE_NOACTIVITIES":"You've not added any activities yet","IM_SUBTITLE_NOACTIVITIES":"Would you like to add one now?","IM_TITLE_NOCOLUMNSSET":"Add columns to see the content","IM_SUBTITLE_NOCOLUMNSSET":"Select the columns you need in the table settings.","IM_TITLE_NODATA":"There's no data yet","IM_SUBTITLE_NODATA":"When there is, you'll see it here.","IM_TITLE_NOMAIL":"No new mail","IM_SUBTITLE_NOMAIL":"Check back again later.","IM_TITLE_NOENTRIES":"There are no entries yet","IM_SUBTITLE_NOENTRIES":"When there are, you'll see them here.","IM_TITLE_NONOTIFICATIONS":"You've not got any new notifications","IM_SUBTITLE_NONOTIFICATIONS":"Check back again later.","IM_TITLE_NOSAVEDITEMS":"You've not added any favourites yet","IM_SUBTITLE_NOSAVEDITEMS":"Would you like to create a list of your favourite items now?","IM_TITLE_NOSEARCHRESULTS":"No results found","IM_SUBTITLE_NOSEARCHRESULTS":"Try changing your search criteria.","IM_TITLE_NOTASKS":"You’ve not got any new tasks","IM_SUBTITLE_NOTASKS":"When you do, you'll see them here.","IM_TITLE_UNABLETOLOAD":"Unable to load data","IM_SUBTITLE_UNABLETOLOAD":"Check your Internet connection. If that doesn’t help, try reloading. If that doesn't help either, check with your administrator.","IM_TITLE_UNABLETOLOADIMAGE":"Unable to load image","IM_SUBTITLE_UNABLETOLOADIMAGE":"We couldn't find the image at the specified location, or the server isn't responding.","IM_TITLE_UNABLETOUPLOAD":"Unable to upload data","IM_SUBTITLE_UNABLETOUPLOAD":"Check your Internet connection. If that doesn’t help, check the file format and file size. Otherwise, contact your administrator.","IM_TITLE_UPLOADTOCLOUD":"Migrate to SAP Integration Suite","IM_SUBTITLE_UPLOADTOCLOUD":"Move your integration content from the existing Process Integration subscription to the Cloud Integration capability.","IM_TITLE_ADDCOLUMN":"Looks like there's free space","IM_SUBTITLE_ADDCOLUMN":"You can add more columns in the table settings.","IM_TITLE_ADDPEOPLE":"You've not added anyone to the calendar yet","IM_SUBTITLE_ADDPEOPLE":"Do you want to add someone now?","IM_TITLE_BALLOONSKY":"You've been appreciated!","IM_SUBTITLE_BALLOONSKY":"Keep up the great work!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Nothing planned yet","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"There are no activities in this time frame.","IM_TITLE_FILTERTABLE":"Filter options are available","IM_SUBTITLE_FILTERTABLE":"Filters help you focus on what's most relevant for you.","IM_TITLE_GROUPTABLE":"Try grouping items for a better overview","IM_SUBTITLE_GROUPTABLE":"You can choose grouping categories in the group settings.","IM_TITLE_NOFILTERRESULTS":"No results found","IM_SUBTITLE_NOFILTERRESULTS":"Try adjusting your filter criteria.","IM_TITLE_PAGENOTFOUND":"Sorry, we can't find this page","IM_SUBTITLE_PAGENOTFOUND":"Please check the URL you are using to call the app.","IM_TITLE_RESIZECOLUMN":"Choose your own column width","IM_SUBTITLE_RESIZECOLUMN":"You can resize columns by dragging the column borders.","IM_TITLE_SORTCOLUMN":"Not seeing the most important items first?","IM_SUBTITLE_SORTCOLUMN":"Choose the sort criteria in the sort settings.","IM_TITLE_SUCCESSSCREEN":"Nicely done!","IM_SUBTITLE_SUCCESSSCREEN":"You completed all your learning assignments.","IM_TITLE_UPLOADCOLLECTION":"Drop files here","IM_SUBTITLE_UPLOADCOLLECTION":"You can also upload several files all at once.","IM_TITLE_ADDDIMENSIONS":"Some dimensions are missing","IM_SUBTITLE_ADDDIMENSIONS":"Add more dimensions to complete your chart.","IM_TITLE_NODIMENSIONSSET":"No chart data","IM_SUBTITLE_NODIMENSIONSSET":"Try adjusting your chart settings.","IM_TITLE_SURVEY":"Your Opinion Matters","IM_SUBTITLE_SURVEY":"We want to hear what you think about SAP software. Share your feedback with us by taking our short survey. It will only take a few minutes.","DSC_SIDE_ARIA_LABEL":"Side Content","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"Navigation","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"Navigation List Menu Bar","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"Navigation List Menu Item","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"Navigation List Tree","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"Navigation List Tree Item"}; })
1
+ sap.ui.define(['exports'], function(exports) { 'use strict'; exports["default"] = {"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Cancel","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Loading","FCL_START_COLUMN_TXT":"First column","FCL_MIDDLE_COLUMN_TXT":"Middle column","FCL_END_COLUMN_TXT":"Last column","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"Expand the first column","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Collapse the first column","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"Expand the last column","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Collapse the last column","NOTIFICATION_LIST_ITEM_TXT":"Notification","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Show More","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Show Less","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"More","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Close","NOTIFICATION_LIST_ITEM_READ":"Read","NOTIFICATION_LIST_ITEM_UNREAD":"Unread","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"High Priority","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"Medium Priority","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"Low Priority","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Notification Group","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Counter","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"Close All","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"Collapse Group","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"Expand Group","TIMELINE_ARIA_LABEL":"Timeline","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Cancel","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Rename","UPLOADCOLLECTIONITEM_ERROR_STATE":"Terminated","UPLOADCOLLECTIONITEM_READY_STATE":"Pending","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Uploading","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Terminate","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Retry","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Edit","UPLOADCOLLECTION_NO_DATA_TEXT":"No files found","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Drop files to upload them or use the \"Upload\" button.","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Upload Collection","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Drag files here.","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Drop files to upload them.","SHELLBAR_LABEL":"Shell Bar","SHELLBAR_LOGO":"Logo","SHELLBAR_COPILOT":"CoPilot","SHELLBAR_NOTIFICATIONS":"{0} Notifications","SHELLBAR_PROFILE":"Profile","SHELLBAR_PRODUCTS":"Products","PRODUCT_SWITCH_CONTAINER_LABEL":"Products","SHELLBAR_SEARCH":"Search","SHELLBAR_OVERFLOW":"More","SHELLBAR_CANCEL":"Cancel","WIZARD_NAV_ARIA_LABEL":"Wizard Progress Bar","WIZARD_LIST_ARIA_LABEL":"Wizard Steps","WIZARD_LIST_ARIA_DESCRIBEDBY":"To activate, press the space bar or Enter","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Steps","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Optional","WIZARD_STEP_ACTIVE":"Active","WIZARD_STEP_INACTIVE":"Inactive","WIZARD_STEP_ARIA_LABEL":"Step {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Wizard","WIZARD_NAV_STEP_DEFAULT_HEADING":"Step","VSD_DIALOG_TITLE_SORT":"View Settings","VSD_SUBMIT_BUTTON":"OK","VSD_CANCEL_BUTTON":"Cancel","VSD_RESET_BUTTON":"Reset","VSD_SORT_ORDER":"Sort Order","VSD_FILTER_BY":"Filter By","VSD_SORT_BY":"Sort By","VSD_ORDER_ASCENDING":"Ascending","VSD_ORDER_DESCENDING":"Descending","IM_TITLE_BEFORESEARCH":"Let's get some results","IM_SUBTITLE_BEFORESEARCH":"Start by providing your search criteria.","IM_TITLE_NOACTIVITIES":"You've not added any activities yet","IM_SUBTITLE_NOACTIVITIES":"Would you like to add one now?","IM_TITLE_NOCOLUMNSSET":"Add columns to see the content","IM_SUBTITLE_NOCOLUMNSSET":"Select the columns you need in the table settings.","IM_TITLE_NODATA":"There's no data yet","IM_SUBTITLE_NODATA":"When there is, you'll see it here.","IM_TITLE_NOMAIL":"No new mail","IM_SUBTITLE_NOMAIL":"Check back again later.","IM_TITLE_NOENTRIES":"There are no entries yet","IM_SUBTITLE_NOENTRIES":"When there are, you'll see them here.","IM_TITLE_NONOTIFICATIONS":"You've not got any new notifications","IM_SUBTITLE_NONOTIFICATIONS":"Check back again later.","IM_TITLE_NOSAVEDITEMS":"You've not added any favourites yet","IM_SUBTITLE_NOSAVEDITEMS":"Would you like to create a list of your favourite items now?","IM_TITLE_NOSEARCHRESULTS":"No results found","IM_SUBTITLE_NOSEARCHRESULTS":"Try changing your search criteria.","IM_TITLE_NOTASKS":"You’ve not got any new tasks","IM_SUBTITLE_NOTASKS":"When you do, you'll see them here.","IM_TITLE_UNABLETOLOAD":"Unable to load data","IM_SUBTITLE_UNABLETOLOAD":"Check your Internet connection. If that doesn’t help, try reloading. If that doesn't help either, check with your administrator.","IM_TITLE_UNABLETOLOADIMAGE":"Unable to load image","IM_SUBTITLE_UNABLETOLOADIMAGE":"We couldn't find the image at the specified location, or the server isn't responding.","IM_TITLE_UNABLETOUPLOAD":"Unable to upload data","IM_SUBTITLE_UNABLETOUPLOAD":"Check your Internet connection. If that doesn’t help, check the file format and file size. Otherwise, contact your administrator.","IM_TITLE_UPLOADTOCLOUD":"Migrate to SAP Integration Suite","IM_SUBTITLE_UPLOADTOCLOUD":"Move your integration content from the existing Process Integration subscription to the Cloud Integration capability.","IM_TITLE_ADDCOLUMN":"Looks like there's free space","IM_SUBTITLE_ADDCOLUMN":"You can add more columns in the table settings.","IM_TITLE_ADDPEOPLE":"You've not added anyone to the calendar yet","IM_SUBTITLE_ADDPEOPLE":"Do you want to add someone now?","IM_TITLE_BALLOONSKY":"You've been appreciated!","IM_SUBTITLE_BALLOONSKY":"Keep up the great work!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Nothing planned yet","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"There are no activities in this time frame.","IM_TITLE_FILTERTABLE":"Filter options are available","IM_SUBTITLE_FILTERTABLE":"Filters help you focus on what's most relevant for you.","IM_TITLE_GROUPTABLE":"Try grouping items for a better overview","IM_SUBTITLE_GROUPTABLE":"You can choose grouping categories in the group settings.","IM_TITLE_NOFILTERRESULTS":"No results found","IM_SUBTITLE_NOFILTERRESULTS":"Try adjusting your filter criteria.","IM_TITLE_PAGENOTFOUND":"Sorry, we can't find this page","IM_SUBTITLE_PAGENOTFOUND":"Please check the URL you are using to call the app.","IM_TITLE_RESIZECOLUMN":"Choose your own column width","IM_SUBTITLE_RESIZECOLUMN":"You can resize columns by dragging the column borders.","IM_TITLE_SORTCOLUMN":"Not seeing the most important items first?","IM_SUBTITLE_SORTCOLUMN":"Choose the sort criteria in the sort settings.","IM_TITLE_SUCCESSSCREEN":"Nicely done!","IM_SUBTITLE_SUCCESSSCREEN":"You completed all your learning assignments.","IM_TITLE_UPLOADCOLLECTION":"Drop files here","IM_SUBTITLE_UPLOADCOLLECTION":"You can also upload several files all at once.","IM_TITLE_ADDDIMENSIONS":"Some dimensions are missing","IM_SUBTITLE_ADDDIMENSIONS":"Add more dimensions to complete your chart.","IM_TITLE_NODIMENSIONSSET":"No chart data","IM_SUBTITLE_NODIMENSIONSSET":"Try adjusting your chart settings.","IM_TITLE_SURVEY":"Your Opinion Matters","IM_SUBTITLE_SURVEY":"We want to hear what you think about SAP software. Share your feedback with us by taking our short survey.","DSC_SIDE_ARIA_LABEL":"Side Content","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"Navigation","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"Navigation List Menu Bar","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"Navigation List Menu Item","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"Navigation List Tree","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"Navigation List Tree Item"}; })
@@ -1 +1 @@
1
- sap.ui.define(['exports'], function(exports) { 'use strict'; exports["default"] = {"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]","BARCODE_SCANNER_DIALOG_LOADING_TXT":"[[[Ļŏąƌįŋğ∙∙∙∙∙∙∙]]]","FCL_START_COLUMN_TXT":"[[[Ƒįŗşţ ċŏĺűɱŋ∙∙∙∙∙∙∙]]]","FCL_MIDDLE_COLUMN_TXT":"[[[Μįƌƌĺē ċŏĺűɱŋ∙∙∙∙∙∙]]]","FCL_END_COLUMN_TXT":"[[[Ļąşţ ċŏĺűɱŋ∙∙∙∙∙∙∙∙]]]","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"[[[Ĕχρąŋƌ ţĥē ƒįŗşţ ċŏĺűɱŋ∙∙∙∙∙∙]]]","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"[[[Ĉŏĺĺąρşē ţĥē ƒįŗşţ ċŏĺűɱŋ∙∙∙∙∙∙∙]]]","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"[[[Ĕχρąŋƌ ţĥē ĺąşţ ċŏĺűɱŋ∙∙∙∙∙]]]","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"[[[Ĉŏĺĺąρşē ţĥē ĺąşţ ċŏĺűɱŋ∙∙∙∙∙∙]]]","NOTIFICATION_LIST_ITEM_TXT":"[[[Ńŏţįƒįċąţįŏŋ∙∙∙∙∙∙∙]]]","NOTIFICATION_LIST_ITEM_SHOW_MORE":"[[[Ŝĥŏŵ Μŏŗē∙∙∙∙∙]]]","NOTIFICATION_LIST_ITEM_SHOW_LESS":"[[[Ŝĥŏŵ Ļēşş∙∙∙∙∙]]]","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"[[[Μŏŗē]]]","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"[[[Ĉĺŏşē∙∙∙∙∙∙∙∙∙]]]","NOTIFICATION_LIST_ITEM_READ":"[[[ŗēąƌ]]]","NOTIFICATION_LIST_ITEM_UNREAD":"[[[űŋŗēąƌ∙∙∙∙∙∙∙∙]]]","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"[[[Ĥįğĥ Ƥŗįŏŗįţŷ∙∙∙∙∙∙]]]","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"[[[Μēƌįűɱ Ƥŗįŏŗįţŷ∙∙∙∙]]]","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"[[[Ļŏŵ Ƥŗįŏŗįţŷ∙∙∙∙∙∙∙]]]","NOTIFICATION_LIST_GROUP_ITEM_TXT":"[[[Ńŏţįƒįċąţįŏŋ ğŗŏűρ∙∙∙∙∙∙]]]","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"[[[Ĉŏűŋţēŗ∙∙∙∙∙∙∙]]]","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"[[[Ĉĺŏşē Āĺĺ∙∙∙∙∙]]]","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"[[[Ĉŏĺĺąρşē Ģŗŏűρ∙∙∙∙∙]]]","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"[[[Ĕχρąŋƌ Ģŗŏűρ∙∙∙∙∙∙∙]]]","TIMELINE_ARIA_LABEL":"[[[Ţįɱēĺįŋē∙∙∙∙∙∙]]]","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"[[[Řēŋąɱē∙∙∙∙∙∙∙∙]]]","UPLOADCOLLECTIONITEM_ERROR_STATE":"[[[Ţēŗɱįŋąţēƌ∙∙∙∙]]]","UPLOADCOLLECTIONITEM_READY_STATE":"[[[Ƥēŋƌįŋğ∙∙∙∙∙∙∙]]]","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"[[[Ůρĺŏąƌįŋğ∙∙∙∙∙]]]","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"[[[Ţēŗɱįŋąţē∙∙∙∙∙]]]","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"[[[Řēţŗŷ∙∙∙∙∙∙∙∙∙]]]","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"[[[Ĕƌįţ]]]","UPLOADCOLLECTION_NO_DATA_TEXT":"[[[Ńŏ ƒįĺēş ƒŏűŋƌ∙∙∙∙∙]]]","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"[[[Ďŗŏρ ƒįĺēş ţŏ űρĺŏąƌ, ŏŗ űşē ţĥē Ůρĺŏąƌ ƃűţţŏŋ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"[[[Ůρĺŏąƌ ċŏĺĺēċţįŏŋ∙∙∙∙∙∙∙]]]","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"[[[Ďŗąğ ƒįĺēş ĥēŗē∙∙∙∙]]]","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"[[[Ďŗŏρ ƒįĺēş ţŏ űρĺŏąƌ∙∙∙∙]]]","SHELLBAR_LABEL":"[[[Ŝĥēĺĺ Ɓąŗ∙∙∙∙∙]]]","SHELLBAR_LOGO":"[[[Ļŏğŏ]]]","SHELLBAR_COPILOT":"[[[ĈŏƤįĺŏţ∙∙∙∙∙∙∙]]]","SHELLBAR_NOTIFICATIONS":"[[[{0} Ńŏţįƒįċąţįŏŋş]]]","SHELLBAR_PROFILE":"[[[Ƥŗŏƒįĺē∙∙∙∙∙∙∙]]]","SHELLBAR_PRODUCTS":"[[[Ƥŗŏƌűċţş∙∙∙∙∙∙]]]","PRODUCT_SWITCH_CONTAINER_LABEL":"[[[Ƥŗŏƌűċţş∙∙∙∙∙∙]]]","SHELLBAR_SEARCH":"[[[Ŝēąŗċĥ∙∙∙∙∙∙∙∙]]]","SHELLBAR_OVERFLOW":"[[[Μŏŗē]]]","SHELLBAR_CANCEL":"[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]","WIZARD_NAV_ARIA_LABEL":"[[[Ŵįžąŗƌ Ƥŗŏğŗēşş Ɓąŗ∙∙∙∙∙]]]","WIZARD_LIST_ARIA_LABEL":"[[[Ŵįžąŗƌ Ŝţēρş∙∙∙∙∙∙∙]]]","WIZARD_LIST_ARIA_DESCRIBEDBY":"[[[Ţŏ ąċţįʋąţē ρŗēşş şρąċē ƃąŗ ŏŗ ēŋţēŗ∙∙∙∙∙∙∙∙∙∙∙∙]]]","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"[[[Ŝţēρş∙∙∙∙∙∙∙∙∙]]]","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"[[[Ŏρţįŏŋąĺ∙∙∙∙∙∙]]]","WIZARD_STEP_ACTIVE":"[[[Āċţįʋē∙∙∙∙∙∙∙∙]]]","WIZARD_STEP_INACTIVE":"[[[Ĭŋąċţįʋē∙∙∙∙∙∙]]]","WIZARD_STEP_ARIA_LABEL":"[[[Ŝţēρ {0}]]]","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"[[[Ŵįžąŗƌ∙∙∙∙∙∙∙∙]]]","WIZARD_NAV_STEP_DEFAULT_HEADING":"[[[Ŝţēρ]]]","VSD_DIALOG_TITLE_SORT":"[[[Ʋįēŵ Ŝēţţįŋğş∙∙∙∙∙∙]]]","VSD_SUBMIT_BUTTON":"[[[ŎĶ∙∙]]]","VSD_CANCEL_BUTTON":"[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]","VSD_RESET_BUTTON":"[[[Řēşēţ∙∙∙∙∙∙∙∙∙]]]","VSD_SORT_ORDER":"[[[Ŝŏŗţ Ŏŗƌēŗ∙∙∙∙]]]","VSD_FILTER_BY":"[[[Ƒįĺţēŗ Ɓŷ∙∙∙∙∙]]]","VSD_SORT_BY":"[[[Ŝŏŗţ Ɓŷ∙∙∙∙∙∙∙]]]","VSD_ORDER_ASCENDING":"[[[Āşċēŋƌįŋğ∙∙∙∙∙]]]","VSD_ORDER_DESCENDING":"[[[Ďēşċēŋƌįŋğ∙∙∙∙]]]","IM_TITLE_BEFORESEARCH":"[[[Ļēţ''ş ğēţ şŏɱē ŗēşűĺţş∙∙∙∙∙∙]]]","IM_SUBTITLE_BEFORESEARCH":"[[[Ŝţąŗţ ƃŷ ρŗŏʋįƌįŋğ ŷŏűŗ şēąŗċĥ ċŗįţēŗįą.∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_NOACTIVITIES":"[[[Ŷŏű''ʋē ŋŏţ ąƌƌēƌ ąŋŷ ąċţįʋįţįēş ŷēţ∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_NOACTIVITIES":"[[[Ŵŏűĺƌ ŷŏű ĺįķē ţŏ ąƌƌ ŏŋē ŋŏŵ?∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_NOCOLUMNSSET":"[[[Āƌƌ ċŏĺűɱŋş ţŏ şēē ţĥē ċŏŋţēŋţ∙∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_NOCOLUMNSSET":"[[[Ŝēĺēċţ ţĥē ċŏĺűɱŋş ŷŏű ŋēēƌ įŋ ţĥē ţąƃĺē şēţţįŋğş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_NODATA":"[[[Ţĥēŗē''ş ŋŏ ƌąţą ŷēţ∙∙∙∙]]]","IM_SUBTITLE_NODATA":"[[[Ŵĥēŋ ţĥēŗē įş, ŷŏű''ĺĺ şēē įţ ĥēŗē.∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_NOMAIL":"[[[Ńŏ ŋēŵ ɱąįĺ∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_NOMAIL":"[[[Ĉĥēċķ ƃąċķ ąğąįŋ ĺąţēŗ.∙∙∙∙∙∙]]]","IM_TITLE_NOENTRIES":"[[[Ţĥēŗē ąŗē ŋŏ ēŋţŗįēş ŷēţ∙∙∙∙∙∙]]]","IM_SUBTITLE_NOENTRIES":"[[[Ŵĥēŋ ţĥēŗē ąŗē, ŷŏű''ĺĺ şēē ţĥēɱ ĥēŗē.∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_NONOTIFICATIONS":"[[[Ŷŏű''ʋē ŋŏ ŋēŵ ŋŏţįƒįċąţįŏŋş∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_NONOTIFICATIONS":"[[[Ĉĥēċķ ƃąċķ ąğąįŋ ĺąţēŗ.∙∙∙∙∙∙]]]","IM_TITLE_NOSAVEDITEMS":"[[[Ŷŏű''ʋē ŋŏţ ąƌƌēƌ ąŋŷ ƒąʋŏŗįţēş ŷēţ∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_NOSAVEDITEMS":"[[[Ŵŏűĺƌ ŷŏű ĺįķē ţŏ ċŗēąţē ą ĺįşţ ŏƒ ŷŏűŗ ƒąʋŏŗįţē įţēɱş ŋŏŵ?∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_NOSEARCHRESULTS":"[[[Ńŏ ŗēşűĺţş ƒŏűŋƌ∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_NOSEARCHRESULTS":"[[[Ţŗŷ ċĥąŋğįŋğ ŷŏűŗ şēąŗċĥ ċŗįţēŗįą.∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_NOTASKS":"[[[Ŷŏű''ʋē ŋŏ ŋēŵ ţąşķş∙∙∙∙]]]","IM_SUBTITLE_NOTASKS":"[[[Ŵĥēŋ ŷŏű ƌŏ, ŷŏű''ĺĺ şēē ţĥēɱ ĥēŗē.∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_UNABLETOLOAD":"[[[Ůŋąƃĺē ţŏ ĺŏąƌ ƌąţą∙∙∙∙∙]]]","IM_SUBTITLE_UNABLETOLOAD":"[[[Ĉĥēċķ ŷŏűŗ įŋţēŗŋēţ ċŏŋŋēċţįŏŋ. Ĭƒ ţĥąţ''ş ŋŏţ įţ, ţŗŷ ŗēĺŏąƌįŋğ. Ĭƒ ţĥąţ şţįĺĺ ƌŏēşŋ''ţ ĥēĺρ, ċĥēċķ ŵįţĥ ŷŏűŗ ąƌɱįŋįşţŗąţŏŗ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_UNABLETOLOADIMAGE":"[[[Ůŋąƃĺē ţŏ ĺŏąƌ įɱąğē∙∙∙∙]]]","IM_SUBTITLE_UNABLETOLOADIMAGE":"[[[Ŵē ċŏűĺƌŋ''ţ ƒįŋƌ ţĥē įɱąğē ąţ ţĥē şρēċįƒįēƌ ĺŏċąţįŏŋ, ŏŗ ţĥē şēŗʋēŗ įşŋ''ţ ŗēşρŏŋƌįŋğ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_UNABLETOUPLOAD":"[[[Ůŋąƃĺē ţŏ űρĺŏąƌ ƌąţą∙∙∙∙∙]]]","IM_SUBTITLE_UNABLETOUPLOAD":"[[[Ĉĥēċķ ŷŏűŗ įŋţēŗŋēţ ċŏŋŋēċţįŏŋ. Ĭƒ ţĥąţ''ş ŋŏţ įţ, ċĥēċķ ţĥē ƒįĺē ƒŏŗɱąţ ąŋƌ ƒįĺē şįžē. Ŏţĥēŗŵįşē, ċŏŋţąċţ ŷŏűŗ ąƌɱįŋįşţŗąţŏŗ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_UPLOADTOCLOUD":"[[[Μįğŗąţē ţŏ ŜĀƤ Ĭŋţēğŗąţįŏŋ Ŝűįţē∙∙∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_UPLOADTOCLOUD":"[[[Μŏʋē ŷŏűŗ įŋţēğŗąţįŏŋ ċŏŋţēŋţ ƒŗŏɱ ţĥē ēχįşţįŋğ Ƥŗŏċēşş Ĭŋţēğŗąţįŏŋ şűƃşċŗįρţįŏŋ ţŏ ţĥē Ĉĺŏűƌ Ĭŋţēğŗąţįŏŋ ċąρąƃįĺįţŷ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_ADDCOLUMN":"[[[Ļŏŏķş ĺįķē ţĥēŗē''ş ƒŗēē şρąċē∙∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_ADDCOLUMN":"[[[Ŷŏű ċąŋ ąƌƌ ɱŏŗē ċŏĺűɱŋş įŋ ţĥē ţąƃĺē şēţţįŋğş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_ADDPEOPLE":"[[[Ŷŏű''ʋē ŋŏţ ąƌƌēƌ ąŋŷŏŋē ţŏ ţĥē ċąĺēŋƌąŗ ŷēţ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_ADDPEOPLE":"[[[Ďŏ ŷŏű ŵąŋţ ţŏ ąƌƌ şŏɱēŏŋē ŋŏŵ?∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_BALLOONSKY":"[[[Ŷŏű''ʋē ƃēēŋ ąρρŗēċįąţēƌ!∙∙∙∙∙∙∙]]]","IM_SUBTITLE_BALLOONSKY":"[[[Ķēēρ űρ ţĥē ğŗēąţ ŵŏŗķ!∙∙∙∙∙∙]]]","IM_TITLE_EMPTYPLANNINGCALENDAR":"[[[Ńŏţĥįŋğ ρĺąŋŋēƌ ŷēţ∙∙∙∙∙]]]","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"[[[Ţĥēŗē ąŗē ŋŏ ąċţįʋįţįēş įŋ ţĥįş ţįɱē ƒŗąɱē.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_FILTERTABLE":"[[[Ƒįĺţēŗ ŏρţįŏŋş ąŗē ąʋąįĺąƃĺē∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_FILTERTABLE":"[[[Ƒįĺţēŗş ĥēĺρ ŷŏű ƒŏċűş ŏŋ ŵĥąţ''ş ɱŏşţ ŗēĺēʋąŋţ ƒŏŗ ŷŏű.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_GROUPTABLE":"[[[Ţŗŷ ğŗŏűρįŋğ įţēɱş ƒŏŗ ą ƃēţţēŗ ŏʋēŗʋįēŵ∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_GROUPTABLE":"[[[Ŷŏű ċąŋ ċĥŏŏşē ğŗŏűρįŋğ ċąţēğŏŗįēş įŋ ţĥē ğŗŏűρ şēţţįŋğş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_NOFILTERRESULTS":"[[[Ńŏ ŗēşűĺţş ƒŏűŋƌ∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_NOFILTERRESULTS":"[[[Ţŗŷ ąƌĵűşţįŋğ ŷŏűŗ ƒįĺţēŗ ċŗįţēŗįą.∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_PAGENOTFOUND":"[[[Ŝŏŗŗŷ, ŵē ċąŋ''ţ ƒįŋƌ ţĥįş ρąğē∙∙∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_PAGENOTFOUND":"[[[Ƥĺēąşē ċĥēċķ ţĥē ŮŘĻ ŷŏű ąŗē űşįŋğ ţŏ ċąĺĺ ţĥē ąρρ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_RESIZECOLUMN":"[[[Ĉĥŏŏşē ŷŏűŗ ŏŵŋ ċŏĺűɱŋ ŵįƌţĥ∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_RESIZECOLUMN":"[[[Ŷŏű ċąŋ ŗēşįžē ċŏĺűɱŋş ƃŷ ƌŗąğğįŋğ ţĥē ċŏĺűɱŋ ƃŏŗƌēŗş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_SORTCOLUMN":"[[[Ńŏţ şēēįŋğ ţĥē ɱŏşţ įɱρŏŗţąŋţ įţēɱş ƒįŗşţ?∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_SORTCOLUMN":"[[[Ĉĥŏŏşē ţĥē şŏŗţ ċŗįţēŗįą įŋ ţĥē şŏŗţ şēţţįŋğş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_SUCCESSSCREEN":"[[[Ńįċēĺŷ ƌŏŋē!∙∙∙∙∙∙∙]]]","IM_SUBTITLE_SUCCESSSCREEN":"[[[Ŷŏű ċŏɱρĺēţēƌ ąĺĺ ŷŏűŗ ĺēąŗŋįŋğ ąşşįğŋɱēŋţş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_UPLOADCOLLECTION":"[[[Ďŗŏρ ƒįĺēş ĥēŗē∙∙∙∙]]]","IM_SUBTITLE_UPLOADCOLLECTION":"[[[Ŷŏű ċąŋ ąĺşŏ űρĺŏąƌ şēʋēŗąĺ ƒįĺēş ąţ ŏŋċē.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_ADDDIMENSIONS":"[[[Ŝŏɱē ƌįɱēŋşįŏŋş ąŗē ɱįşşįŋğ∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_ADDDIMENSIONS":"[[[Āƌƌ ɱŏŗē ƌįɱēŋşįŏŋş ţŏ ċŏɱρĺēţē ŷŏűŗ ċĥąŗţ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_NODIMENSIONSSET":"[[[Ńŏ Ĉĥąŗţ Ďąţą∙∙∙∙∙∙]]]","IM_SUBTITLE_NODIMENSIONSSET":"[[[Ţŗŷ ąƌĵűşţįŋğ ŷŏűŗ ċĥąŗţ şēţţįŋğş.∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_SURVEY":"[[[Ŷŏűŗ Ŏρįŋįŏŋ Μąţţēŗş∙∙∙∙]]]","IM_SUBTITLE_SURVEY":"[[[Ŵē ŵąŋţ ţŏ ĥēąŗ ŵĥąţ ŷŏű ţĥįŋķ ąƃŏűţ ŜĀƤ şŏƒţŵąŗē. Ŝĥąŗē ŷŏűŗ ƒēēƌƃąċķ ŵįţĥ űş ƃŷ ţąķįŋğ ŏűŗ şĥŏŗţ şűŗʋēŷ. Ĭţ ŵįĺĺ ŏŋĺŷ ţąķē ą ƒēŵ ɱįŋűţēş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","DSC_SIDE_ARIA_LABEL":"[[[Ŝįƌē Ĉŏŋţēŋţ∙∙∙∙∙∙∙]]]","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"[[[Ńąʋįğąţįŏŋ∙∙∙∙]]]","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"[[[Ńąʋįğąţįŏŋ Ļįşţ Μēŋű Ɓąŗ∙∙∙∙∙∙]]]","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"[[[Ńąʋįğąţįŏŋ Ļįşţ Μēŋű Ĭţēɱ∙∙∙∙∙∙∙]]]","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"[[[Ńąʋįğąţįŏŋ Ļįşţ Ţŗēē∙∙∙∙]]]","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"[[[Ńąʋįğąţįŏŋ Ļįşţ Ţŗēē Ĭţēɱ∙∙∙∙∙∙∙]]]"}; })
1
+ sap.ui.define(['exports'], function(exports) { 'use strict'; exports["default"] = {"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]","BARCODE_SCANNER_DIALOG_LOADING_TXT":"[[[Ļŏąƌįŋğ∙∙∙∙∙∙∙]]]","FCL_START_COLUMN_TXT":"[[[Ƒįŗşţ ċŏĺűɱŋ∙∙∙∙∙∙∙]]]","FCL_MIDDLE_COLUMN_TXT":"[[[Μįƌƌĺē ċŏĺűɱŋ∙∙∙∙∙∙]]]","FCL_END_COLUMN_TXT":"[[[Ļąşţ ċŏĺűɱŋ∙∙∙∙∙∙∙∙]]]","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"[[[Ĕχρąŋƌ ţĥē ƒįŗşţ ċŏĺűɱŋ∙∙∙∙∙∙]]]","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"[[[Ĉŏĺĺąρşē ţĥē ƒįŗşţ ċŏĺűɱŋ∙∙∙∙∙∙∙]]]","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"[[[Ĕχρąŋƌ ţĥē ĺąşţ ċŏĺűɱŋ∙∙∙∙∙]]]","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"[[[Ĉŏĺĺąρşē ţĥē ĺąşţ ċŏĺűɱŋ∙∙∙∙∙∙]]]","NOTIFICATION_LIST_ITEM_TXT":"[[[Ńŏţįƒįċąţįŏŋ∙∙∙∙∙∙∙]]]","NOTIFICATION_LIST_ITEM_SHOW_MORE":"[[[Ŝĥŏŵ Μŏŗē∙∙∙∙∙]]]","NOTIFICATION_LIST_ITEM_SHOW_LESS":"[[[Ŝĥŏŵ Ļēşş∙∙∙∙∙]]]","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"[[[Μŏŗē]]]","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"[[[Ĉĺŏşē∙∙∙∙∙∙∙∙∙]]]","NOTIFICATION_LIST_ITEM_READ":"[[[ŗēąƌ]]]","NOTIFICATION_LIST_ITEM_UNREAD":"[[[űŋŗēąƌ∙∙∙∙∙∙∙∙]]]","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"[[[Ĥįğĥ Ƥŗįŏŗįţŷ∙∙∙∙∙∙]]]","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"[[[Μēƌįűɱ Ƥŗįŏŗįţŷ∙∙∙∙]]]","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"[[[Ļŏŵ Ƥŗįŏŗįţŷ∙∙∙∙∙∙∙]]]","NOTIFICATION_LIST_GROUP_ITEM_TXT":"[[[Ńŏţįƒįċąţįŏŋ ğŗŏűρ∙∙∙∙∙∙]]]","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"[[[Ĉŏűŋţēŗ∙∙∙∙∙∙∙]]]","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"[[[Ĉĺŏşē Āĺĺ∙∙∙∙∙]]]","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"[[[Ĉŏĺĺąρşē Ģŗŏűρ∙∙∙∙∙]]]","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"[[[Ĕχρąŋƌ Ģŗŏűρ∙∙∙∙∙∙∙]]]","TIMELINE_ARIA_LABEL":"[[[Ţįɱēĺįŋē∙∙∙∙∙∙]]]","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"[[[Řēŋąɱē∙∙∙∙∙∙∙∙]]]","UPLOADCOLLECTIONITEM_ERROR_STATE":"[[[Ţēŗɱįŋąţēƌ∙∙∙∙]]]","UPLOADCOLLECTIONITEM_READY_STATE":"[[[Ƥēŋƌįŋğ∙∙∙∙∙∙∙]]]","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"[[[Ůρĺŏąƌįŋğ∙∙∙∙∙]]]","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"[[[Ţēŗɱįŋąţē∙∙∙∙∙]]]","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"[[[Řēţŗŷ∙∙∙∙∙∙∙∙∙]]]","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"[[[Ĕƌįţ]]]","UPLOADCOLLECTION_NO_DATA_TEXT":"[[[Ńŏ ƒįĺēş ƒŏűŋƌ∙∙∙∙∙]]]","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"[[[Ďŗŏρ ƒįĺēş ţŏ űρĺŏąƌ, ŏŗ űşē ţĥē Ůρĺŏąƌ ƃűţţŏŋ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"[[[Ůρĺŏąƌ ċŏĺĺēċţįŏŋ∙∙∙∙∙∙∙]]]","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"[[[Ďŗąğ ƒįĺēş ĥēŗē∙∙∙∙]]]","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"[[[Ďŗŏρ ƒįĺēş ţŏ űρĺŏąƌ∙∙∙∙]]]","SHELLBAR_LABEL":"[[[Ŝĥēĺĺ Ɓąŗ∙∙∙∙∙]]]","SHELLBAR_LOGO":"[[[Ļŏğŏ]]]","SHELLBAR_COPILOT":"[[[ĈŏƤįĺŏţ∙∙∙∙∙∙∙]]]","SHELLBAR_NOTIFICATIONS":"[[[{0} Ńŏţįƒįċąţįŏŋş]]]","SHELLBAR_PROFILE":"[[[Ƥŗŏƒįĺē∙∙∙∙∙∙∙]]]","SHELLBAR_PRODUCTS":"[[[Ƥŗŏƌűċţş∙∙∙∙∙∙]]]","PRODUCT_SWITCH_CONTAINER_LABEL":"[[[Ƥŗŏƌűċţş∙∙∙∙∙∙]]]","SHELLBAR_SEARCH":"[[[Ŝēąŗċĥ∙∙∙∙∙∙∙∙]]]","SHELLBAR_OVERFLOW":"[[[Μŏŗē]]]","SHELLBAR_CANCEL":"[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]","WIZARD_NAV_ARIA_LABEL":"[[[Ŵįžąŗƌ Ƥŗŏğŗēşş Ɓąŗ∙∙∙∙∙]]]","WIZARD_LIST_ARIA_LABEL":"[[[Ŵįžąŗƌ Ŝţēρş∙∙∙∙∙∙∙]]]","WIZARD_LIST_ARIA_DESCRIBEDBY":"[[[Ţŏ ąċţįʋąţē ρŗēşş şρąċē ƃąŗ ŏŗ ēŋţēŗ∙∙∙∙∙∙∙∙∙∙∙∙]]]","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"[[[Ŝţēρş∙∙∙∙∙∙∙∙∙]]]","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"[[[Ŏρţįŏŋąĺ∙∙∙∙∙∙]]]","WIZARD_STEP_ACTIVE":"[[[Āċţįʋē∙∙∙∙∙∙∙∙]]]","WIZARD_STEP_INACTIVE":"[[[Ĭŋąċţįʋē∙∙∙∙∙∙]]]","WIZARD_STEP_ARIA_LABEL":"[[[Ŝţēρ {0}]]]","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"[[[Ŵįžąŗƌ∙∙∙∙∙∙∙∙]]]","WIZARD_NAV_STEP_DEFAULT_HEADING":"[[[Ŝţēρ]]]","VSD_DIALOG_TITLE_SORT":"[[[Ʋįēŵ Ŝēţţįŋğş∙∙∙∙∙∙]]]","VSD_SUBMIT_BUTTON":"[[[ŎĶ∙∙]]]","VSD_CANCEL_BUTTON":"[[[Ĉąŋċēĺ∙∙∙∙∙∙∙∙]]]","VSD_RESET_BUTTON":"[[[Řēşēţ∙∙∙∙∙∙∙∙∙]]]","VSD_SORT_ORDER":"[[[Ŝŏŗţ Ŏŗƌēŗ∙∙∙∙]]]","VSD_FILTER_BY":"[[[Ƒįĺţēŗ Ɓŷ∙∙∙∙∙]]]","VSD_SORT_BY":"[[[Ŝŏŗţ Ɓŷ∙∙∙∙∙∙∙]]]","VSD_ORDER_ASCENDING":"[[[Āşċēŋƌįŋğ∙∙∙∙∙]]]","VSD_ORDER_DESCENDING":"[[[Ďēşċēŋƌįŋğ∙∙∙∙]]]","IM_TITLE_BEFORESEARCH":"[[[Ļēţ''ş ğēţ şŏɱē ŗēşűĺţş∙∙∙∙∙∙]]]","IM_SUBTITLE_BEFORESEARCH":"[[[Ŝţąŗţ ƃŷ ρŗŏʋįƌįŋğ ŷŏűŗ şēąŗċĥ ċŗįţēŗįą.∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_NOACTIVITIES":"[[[Ŷŏű''ʋē ŋŏţ ąƌƌēƌ ąŋŷ ąċţįʋįţįēş ŷēţ∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_NOACTIVITIES":"[[[Ŵŏűĺƌ ŷŏű ĺįķē ţŏ ąƌƌ ŏŋē ŋŏŵ?∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_NOCOLUMNSSET":"[[[Āƌƌ ċŏĺűɱŋş ţŏ şēē ţĥē ċŏŋţēŋţ∙∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_NOCOLUMNSSET":"[[[Ŝēĺēċţ ţĥē ċŏĺűɱŋş ŷŏű ŋēēƌ įŋ ţĥē ţąƃĺē şēţţįŋğş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_NODATA":"[[[Ţĥēŗē''ş ŋŏ ƌąţą ŷēţ∙∙∙∙]]]","IM_SUBTITLE_NODATA":"[[[Ŵĥēŋ ţĥēŗē įş, ŷŏű''ĺĺ şēē įţ ĥēŗē.∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_NOMAIL":"[[[Ńŏ ŋēŵ ɱąįĺ∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_NOMAIL":"[[[Ĉĥēċķ ƃąċķ ąğąįŋ ĺąţēŗ.∙∙∙∙∙∙]]]","IM_TITLE_NOENTRIES":"[[[Ţĥēŗē ąŗē ŋŏ ēŋţŗįēş ŷēţ∙∙∙∙∙∙]]]","IM_SUBTITLE_NOENTRIES":"[[[Ŵĥēŋ ţĥēŗē ąŗē, ŷŏű''ĺĺ şēē ţĥēɱ ĥēŗē.∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_NONOTIFICATIONS":"[[[Ŷŏű''ʋē ŋŏ ŋēŵ ŋŏţįƒįċąţįŏŋş∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_NONOTIFICATIONS":"[[[Ĉĥēċķ ƃąċķ ąğąįŋ ĺąţēŗ.∙∙∙∙∙∙]]]","IM_TITLE_NOSAVEDITEMS":"[[[Ŷŏű''ʋē ŋŏţ ąƌƌēƌ ąŋŷ ƒąʋŏŗįţēş ŷēţ∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_NOSAVEDITEMS":"[[[Ŵŏűĺƌ ŷŏű ĺįķē ţŏ ċŗēąţē ą ĺįşţ ŏƒ ŷŏűŗ ƒąʋŏŗįţē įţēɱş ŋŏŵ?∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_NOSEARCHRESULTS":"[[[Ńŏ ŗēşűĺţş ƒŏűŋƌ∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_NOSEARCHRESULTS":"[[[Ţŗŷ ċĥąŋğįŋğ ŷŏűŗ şēąŗċĥ ċŗįţēŗįą.∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_NOTASKS":"[[[Ŷŏű''ʋē ŋŏ ŋēŵ ţąşķş∙∙∙∙]]]","IM_SUBTITLE_NOTASKS":"[[[Ŵĥēŋ ŷŏű ƌŏ, ŷŏű''ĺĺ şēē ţĥēɱ ĥēŗē.∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_UNABLETOLOAD":"[[[Ůŋąƃĺē ţŏ ĺŏąƌ ƌąţą∙∙∙∙∙]]]","IM_SUBTITLE_UNABLETOLOAD":"[[[Ĉĥēċķ ŷŏűŗ įŋţēŗŋēţ ċŏŋŋēċţįŏŋ. Ĭƒ ţĥąţ''ş ŋŏţ įţ, ţŗŷ ŗēĺŏąƌįŋğ. Ĭƒ ţĥąţ şţįĺĺ ƌŏēşŋ''ţ ĥēĺρ, ċĥēċķ ŵįţĥ ŷŏűŗ ąƌɱįŋįşţŗąţŏŗ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_UNABLETOLOADIMAGE":"[[[Ůŋąƃĺē ţŏ ĺŏąƌ įɱąğē∙∙∙∙]]]","IM_SUBTITLE_UNABLETOLOADIMAGE":"[[[Ŵē ċŏűĺƌŋ''ţ ƒįŋƌ ţĥē įɱąğē ąţ ţĥē şρēċįƒįēƌ ĺŏċąţįŏŋ, ŏŗ ţĥē şēŗʋēŗ įşŋ''ţ ŗēşρŏŋƌįŋğ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_UNABLETOUPLOAD":"[[[Ůŋąƃĺē ţŏ űρĺŏąƌ ƌąţą∙∙∙∙∙]]]","IM_SUBTITLE_UNABLETOUPLOAD":"[[[Ĉĥēċķ ŷŏűŗ įŋţēŗŋēţ ċŏŋŋēċţįŏŋ. Ĭƒ ţĥąţ''ş ŋŏţ įţ, ċĥēċķ ţĥē ƒįĺē ƒŏŗɱąţ ąŋƌ ƒįĺē şįžē. Ŏţĥēŗŵįşē, ċŏŋţąċţ ŷŏűŗ ąƌɱįŋįşţŗąţŏŗ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_UPLOADTOCLOUD":"[[[Μįğŗąţē ţŏ ŜĀƤ Ĭŋţēğŗąţįŏŋ Ŝűįţē∙∙∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_UPLOADTOCLOUD":"[[[Μŏʋē ŷŏűŗ įŋţēğŗąţįŏŋ ċŏŋţēŋţ ƒŗŏɱ ţĥē ēχįşţįŋğ Ƥŗŏċēşş Ĭŋţēğŗąţįŏŋ şűƃşċŗįρţįŏŋ ţŏ ţĥē Ĉĺŏűƌ Ĭŋţēğŗąţįŏŋ ċąρąƃįĺįţŷ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_ADDCOLUMN":"[[[Ļŏŏķş ĺįķē ţĥēŗē''ş ƒŗēē şρąċē∙∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_ADDCOLUMN":"[[[Ŷŏű ċąŋ ąƌƌ ɱŏŗē ċŏĺűɱŋş įŋ ţĥē ţąƃĺē şēţţįŋğş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_ADDPEOPLE":"[[[Ŷŏű''ʋē ŋŏţ ąƌƌēƌ ąŋŷŏŋē ţŏ ţĥē ċąĺēŋƌąŗ ŷēţ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_ADDPEOPLE":"[[[Ďŏ ŷŏű ŵąŋţ ţŏ ąƌƌ şŏɱēŏŋē ŋŏŵ?∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_BALLOONSKY":"[[[Ŷŏű''ʋē ƃēēŋ ąρρŗēċįąţēƌ!∙∙∙∙∙∙∙]]]","IM_SUBTITLE_BALLOONSKY":"[[[Ķēēρ űρ ţĥē ğŗēąţ ŵŏŗķ!∙∙∙∙∙∙]]]","IM_TITLE_EMPTYPLANNINGCALENDAR":"[[[Ńŏţĥįŋğ ρĺąŋŋēƌ ŷēţ∙∙∙∙∙]]]","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"[[[Ţĥēŗē ąŗē ŋŏ ąċţįʋįţįēş įŋ ţĥįş ţįɱē ƒŗąɱē.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_FILTERTABLE":"[[[Ƒįĺţēŗ ŏρţįŏŋş ąŗē ąʋąįĺąƃĺē∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_FILTERTABLE":"[[[Ƒįĺţēŗş ĥēĺρ ŷŏű ƒŏċűş ŏŋ ŵĥąţ''ş ɱŏşţ ŗēĺēʋąŋţ ƒŏŗ ŷŏű.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_GROUPTABLE":"[[[Ţŗŷ ğŗŏűρįŋğ įţēɱş ƒŏŗ ą ƃēţţēŗ ŏʋēŗʋįēŵ∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_GROUPTABLE":"[[[Ŷŏű ċąŋ ċĥŏŏşē ğŗŏűρįŋğ ċąţēğŏŗįēş įŋ ţĥē ğŗŏűρ şēţţįŋğş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_NOFILTERRESULTS":"[[[Ńŏ ŗēşűĺţş ƒŏűŋƌ∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_NOFILTERRESULTS":"[[[Ţŗŷ ąƌĵűşţįŋğ ŷŏűŗ ƒįĺţēŗ ċŗįţēŗįą.∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_PAGENOTFOUND":"[[[Ŝŏŗŗŷ, ŵē ċąŋ''ţ ƒįŋƌ ţĥįş ρąğē∙∙∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_PAGENOTFOUND":"[[[Ƥĺēąşē ċĥēċķ ţĥē ŮŘĻ ŷŏű ąŗē űşįŋğ ţŏ ċąĺĺ ţĥē ąρρ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_RESIZECOLUMN":"[[[Ĉĥŏŏşē ŷŏűŗ ŏŵŋ ċŏĺűɱŋ ŵįƌţĥ∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_RESIZECOLUMN":"[[[Ŷŏű ċąŋ ŗēşįžē ċŏĺűɱŋş ƃŷ ƌŗąğğįŋğ ţĥē ċŏĺűɱŋ ƃŏŗƌēŗş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_SORTCOLUMN":"[[[Ńŏţ şēēįŋğ ţĥē ɱŏşţ įɱρŏŗţąŋţ įţēɱş ƒįŗşţ?∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_SORTCOLUMN":"[[[Ĉĥŏŏşē ţĥē şŏŗţ ċŗįţēŗįą įŋ ţĥē şŏŗţ şēţţįŋğş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_SUCCESSSCREEN":"[[[Ńįċēĺŷ ƌŏŋē!∙∙∙∙∙∙∙]]]","IM_SUBTITLE_SUCCESSSCREEN":"[[[Ŷŏű ċŏɱρĺēţēƌ ąĺĺ ŷŏűŗ ĺēąŗŋįŋğ ąşşįğŋɱēŋţş.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_UPLOADCOLLECTION":"[[[Ďŗŏρ ƒįĺēş ĥēŗē∙∙∙∙]]]","IM_SUBTITLE_UPLOADCOLLECTION":"[[[Ŷŏű ċąŋ ąĺşŏ űρĺŏąƌ şēʋēŗąĺ ƒįĺēş ąţ ŏŋċē.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_ADDDIMENSIONS":"[[[Ŝŏɱē ƌįɱēŋşįŏŋş ąŗē ɱįşşįŋğ∙∙∙∙∙∙∙∙]]]","IM_SUBTITLE_ADDDIMENSIONS":"[[[Āƌƌ ɱŏŗē ƌįɱēŋşįŏŋş ţŏ ċŏɱρĺēţē ŷŏűŗ ċĥąŗţ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_NODIMENSIONSSET":"[[[Ńŏ Ĉĥąŗţ Ďąţą∙∙∙∙∙∙]]]","IM_SUBTITLE_NODIMENSIONSSET":"[[[Ţŗŷ ąƌĵűşţįŋğ ŷŏűŗ ċĥąŗţ şēţţįŋğş.∙∙∙∙∙∙∙∙∙∙∙]]]","IM_TITLE_SURVEY":"[[[Ŷŏűŗ Ŏρįŋįŏŋ Μąţţēŗş∙∙∙∙]]]","IM_SUBTITLE_SURVEY":"[[[Ŵē ŵąŋţ ţŏ ĥēąŗ ŵĥąţ ŷŏű ţĥįŋķ ąƃŏűţ ŜĀƤ şŏƒţŵąŗē. Ŝĥąŗē ŷŏűŗ ƒēēƌƃąċķ ŵįţĥ űş ƃŷ ţąķįŋğ ŏűŗ şĥŏŗţ şűŗʋēŷ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]","DSC_SIDE_ARIA_LABEL":"[[[Ŝįƌē Ĉŏŋţēŋţ∙∙∙∙∙∙∙]]]","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"[[[Ńąʋįğąţįŏŋ∙∙∙∙]]]","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"[[[Ńąʋįğąţįŏŋ Ļįşţ Μēŋű Ɓąŗ∙∙∙∙∙∙]]]","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"[[[Ńąʋįğąţįŏŋ Ļįşţ Μēŋű Ĭţēɱ∙∙∙∙∙∙∙]]]","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"[[[Ńąʋįğąţįŏŋ Ļįşţ Ţŗēē∙∙∙∙]]]","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"[[[Ńąʋįğąţįŏŋ Ļįşţ Ţŗēē Ĭţēɱ∙∙∙∙∙∙∙]]]"}; })