@sapui5/sap.suite.ui.generic.template 1.131.1 → 1.133.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 (290) hide show
  1. package/package.json +1 -1
  2. package/src/sap/suite/ui/generic/template/.library +1 -1
  3. package/src/sap/suite/ui/generic/template/AnalyticalListPage/Component.js +0 -4
  4. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/SmartFilterBarExt.js +3 -1
  5. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/SmartKpiTag.js +37 -11
  6. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItem.js +3 -1
  7. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroBar.js +3 -1
  8. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroChart.js +26 -6
  9. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroDonut.js +3 -1
  10. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroLine.js +3 -1
  11. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/SmartVisualFilterBar.js +46 -15
  12. package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/DropDownController.js +42 -17
  13. package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/KpiTagController.js +15 -6
  14. package/src/sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/ExtensionAPI.js +2 -2
  15. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_US_saptrc.properties +105 -105
  16. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sk.properties +1 -1
  17. package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
  18. package/src/sap/suite/ui/generic/template/AnalyticalListPage/util/AnnotationHelper.js +3 -0
  19. package/src/sap/suite/ui/generic/template/AnalyticalListPage/util/FilterUtil.js +17 -6
  20. package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
  21. package/src/sap/suite/ui/generic/template/ListReport/AnnotationHelperSmartList.js +2 -2
  22. package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +46 -22
  23. package/src/sap/suite/ui/generic/template/ListReport/controller/IappStateHandler.js +18 -2
  24. package/src/sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionAPI.js +2 -2
  25. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n.properties +1 -4
  26. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ar.properties +1 -3
  27. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_bg.properties +1 -3
  28. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ca.properties +1 -3
  29. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cnr.properties +1 -3
  30. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cs.properties +1 -3
  31. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cy.properties +1 -3
  32. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_da.properties +1 -3
  33. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_de.properties +1 -3
  34. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_el.properties +1 -3
  35. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en.properties +1 -3
  36. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_GB.properties +1 -3
  37. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_saprigi.properties +1 -3
  38. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_saptrc.properties +58 -58
  39. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es.properties +1 -3
  40. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es_MX.properties +1 -3
  41. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_et.properties +1 -3
  42. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fi.properties +1 -3
  43. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr.properties +1 -3
  44. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr_CA.properties +1 -3
  45. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hi.properties +1 -3
  46. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hr.properties +1 -3
  47. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hu.properties +1 -3
  48. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_id.properties +1 -3
  49. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_it.properties +1 -3
  50. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_iw.properties +1 -3
  51. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ja.properties +1 -3
  52. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_kk.properties +1 -3
  53. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ko.properties +1 -3
  54. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lt.properties +1 -3
  55. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lv.properties +1 -3
  56. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_mk.properties +1 -3
  57. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ms.properties +1 -3
  58. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_nl.properties +1 -3
  59. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_no.properties +1 -3
  60. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pl.properties +2 -4
  61. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt.properties +1 -3
  62. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt_PT.properties +1 -3
  63. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ro.properties +1 -3
  64. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ru.properties +1 -3
  65. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sh.properties +1 -3
  66. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sk.properties +1 -3
  67. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sl.properties +1 -3
  68. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sr.properties +1 -3
  69. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sv.properties +1 -3
  70. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_th.properties +1 -3
  71. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_tr.properties +1 -3
  72. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_uk.properties +1 -3
  73. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_vi.properties +1 -3
  74. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_CN.properties +1 -3
  75. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_TW.properties +1 -3
  76. package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
  77. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/BreakoutActionButtons.fragment.xml +3 -2
  78. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/FullscreenPage.fragment.xml +1 -1
  79. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartList.fragment.xml +3 -3
  80. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTable.fragment.xml +2 -1
  81. package/src/sap/suite/ui/generic/template/ObjectPage/Component.js +13 -5
  82. package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +117 -30
  83. package/src/sap/suite/ui/generic/template/ObjectPage/controller/MessageSortingHandler.js +63 -10
  84. package/src/sap/suite/ui/generic/template/ObjectPage/controller/SectionTitleHandler.js +34 -1
  85. package/src/sap/suite/ui/generic/template/ObjectPage/controller/inlineCreationRows/InlineCreationRowsHelper.js +46 -4
  86. package/src/sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExtensions.js +22 -4
  87. package/src/sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionAPI.js +29 -5
  88. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n.properties +37 -6
  89. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ar.properties +25 -5
  90. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_bg.properties +25 -5
  91. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ca.properties +25 -5
  92. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cnr.properties +25 -5
  93. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cs.properties +26 -6
  94. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cy.properties +25 -5
  95. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_da.properties +25 -5
  96. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_de.properties +25 -5
  97. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_el.properties +25 -5
  98. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en.properties +25 -5
  99. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_GB.properties +25 -5
  100. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_US_saprigi.properties +25 -5
  101. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_US_saptrc.properties +95 -95
  102. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es.properties +25 -5
  103. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es_MX.properties +25 -5
  104. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_et.properties +25 -5
  105. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fi.properties +25 -5
  106. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr.properties +25 -5
  107. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr_CA.properties +25 -5
  108. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hi.properties +25 -5
  109. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hr.properties +25 -5
  110. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hu.properties +25 -5
  111. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_id.properties +25 -5
  112. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_it.properties +25 -5
  113. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_iw.properties +25 -5
  114. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ja.properties +25 -5
  115. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_kk.properties +25 -5
  116. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ko.properties +25 -5
  117. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lt.properties +25 -5
  118. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lv.properties +25 -5
  119. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_mk.properties +25 -5
  120. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ms.properties +25 -5
  121. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_nl.properties +25 -5
  122. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_no.properties +25 -5
  123. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pl.properties +25 -5
  124. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt.properties +25 -5
  125. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt_PT.properties +25 -5
  126. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ro.properties +26 -6
  127. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ru.properties +25 -5
  128. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sh.properties +25 -5
  129. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sk.properties +25 -5
  130. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sl.properties +25 -5
  131. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sr.properties +25 -5
  132. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sv.properties +25 -5
  133. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_th.properties +25 -5
  134. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_tr.properties +25 -5
  135. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_uk.properties +27 -7
  136. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_vi.properties +25 -5
  137. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_CN.properties +25 -5
  138. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_TW.properties +25 -5
  139. package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
  140. package/src/sap/suite/ui/generic/template/ObjectPage/view/Details.view.xml +2 -2
  141. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/CRUDActionButtons.fragment.xml +2 -2
  142. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Footer.fragment.xml +3 -3
  143. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderContainer.fragment.xml +4 -4
  144. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderImage.fragment.xml +4 -4
  145. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartChart.fragment.xml +1 -1
  146. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartTable.fragment.xml +3 -2
  147. package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_en_US_saptrc.properties +14 -14
  148. package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
  149. package/src/sap/suite/ui/generic/template/QuickView/i18n/i18n_en_US_saptrc.properties +2 -2
  150. package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
  151. package/src/sap/suite/ui/generic/template/designtime/controls/DynamicPage.designtime.js +198 -193
  152. package/src/sap/suite/ui/generic/template/designtime/controls/ObjectPageLayout.designtime.js +215 -0
  153. package/src/sap/suite/ui/generic/template/designtime/controls/SmartFilterBar.designtime.js +340 -0
  154. package/src/sap/suite/ui/generic/template/designtime/controls/SmartTable.designtime.js +43 -19
  155. package/src/sap/suite/ui/generic/template/designtime/floorplans/AnalyticalListPage.designtime.js +18 -18
  156. package/src/sap/suite/ui/generic/template/designtime/floorplans/ListReport.designtime.js +19 -16
  157. package/src/sap/suite/ui/generic/template/designtime/floorplans/ObjectPage.designtime.js +10 -7
  158. package/src/sap/suite/ui/generic/template/designtime/utils/designtimeHelper.js +52 -37
  159. package/src/sap/suite/ui/generic/template/designtime/utils/designtimeUtils.js +112 -23
  160. package/src/sap/suite/ui/generic/template/detailTemplates/i18n/i18n_en_US_saptrc.properties +6 -6
  161. package/src/sap/suite/ui/generic/template/fragments/BreakoutActions.fragment.xml +2 -2
  162. package/src/sap/suite/ui/generic/template/fragments/DeterminingActions.fragment.xml +3 -2
  163. package/src/sap/suite/ui/generic/template/fragments/DeterminingButton.fragment.xml +18 -20
  164. package/src/sap/suite/ui/generic/template/fragments/EasyFilter.fragment.xml +0 -6
  165. package/src/sap/suite/ui/generic/template/fragments/GlobalActions.fragment.xml +3 -2
  166. package/src/sap/suite/ui/generic/template/fragments/GridTableCells.fragment.xml +7 -6
  167. package/src/sap/suite/ui/generic/template/fragments/HeaderAddress.fragment.xml +2 -1
  168. package/src/sap/suite/ui/generic/template/fragments/HeaderContactWithDetailsPopover.fragment.xml +2 -1
  169. package/src/sap/suite/ui/generic/template/fragments/HeaderDataPointContent.fragment.xml +2 -2
  170. package/src/sap/suite/ui/generic/template/fragments/HeaderForm.fragment.xml +1 -1
  171. package/src/sap/suite/ui/generic/template/fragments/HeaderFormDataField.fragment.xml +14 -7
  172. package/src/sap/suite/ui/generic/template/fragments/HeaderPlainText.fragment.xml +1 -1
  173. package/src/sap/suite/ui/generic/template/fragments/HeaderRatingIndicator.fragment.xml +5 -7
  174. package/src/sap/suite/ui/generic/template/fragments/MessagePopover.fragment.xml +2 -1
  175. package/src/sap/suite/ui/generic/template/fragments/ProgressIndicator.fragment.xml +2 -2
  176. package/src/sap/suite/ui/generic/template/fragments/QuickViewSmartForm.fragment.xml +2 -2
  177. package/src/sap/suite/ui/generic/template/fragments/RatingIndicatorFacet.fragment.xml +2 -2
  178. package/src/sap/suite/ui/generic/template/fragments/SmartFormDataField.fragment.xml +4 -3
  179. package/src/sap/suite/ui/generic/template/fragments/SmartMicroChart.fragment.xml +1 -1
  180. package/src/sap/suite/ui/generic/template/fragments/SmartTableUiTableCommons.fragment.xml +2 -5
  181. package/src/sap/suite/ui/generic/template/fragments/TableCell.fragment.xml +9 -7
  182. package/src/sap/suite/ui/generic/template/fragments/TableColumnListItem.fragment.xml +2 -5
  183. package/src/sap/suite/ui/generic/template/fragments/ToolbarButton.fragment.xml +2 -2
  184. package/src/sap/suite/ui/generic/template/fragments/TreeTableColumns.fragment.xml +4 -3
  185. package/src/sap/suite/ui/generic/template/genericUtilities/controlHelper.js +10 -9
  186. package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartVariantManagementWrapper.js +4 -2
  187. package/src/sap/suite/ui/generic/template/genericUtilities/filterHelper.js +70 -2
  188. package/src/sap/suite/ui/generic/template/genericUtilities/polyFill.js +14 -0
  189. package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +67 -30
  190. package/src/sap/suite/ui/generic/template/js/AnnotationHelperStreamSupport.js +3 -0
  191. package/src/sap/suite/ui/generic/template/js/QuickTemplates/QuickTemplateComponentFactory.js +25 -14
  192. package/src/sap/suite/ui/generic/template/js/RuntimeFormatters.js +78 -22
  193. package/src/sap/suite/ui/generic/template/lib/AppComponent.js +16 -225
  194. package/src/sap/suite/ui/generic/template/lib/CRUDActionHandler.js +12 -3
  195. package/src/sap/suite/ui/generic/template/lib/CRUDHelper.js +5 -3
  196. package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +24 -5
  197. package/src/sap/suite/ui/generic/template/lib/CommonUtils.js +78 -48
  198. package/src/sap/suite/ui/generic/template/lib/ComponentUtils.js +3 -3
  199. package/src/sap/suite/ui/generic/template/lib/ContextBookkeeping.js +39 -23
  200. package/src/sap/suite/ui/generic/template/lib/FlexibleColumnLayoutHandler.js +13 -5
  201. package/src/sap/suite/ui/generic/template/lib/FlexibleColumnLayoutHelper.js +168 -0
  202. package/src/sap/suite/ui/generic/template/lib/MessageButtonHelper.js +6 -0
  203. package/src/sap/suite/ui/generic/template/lib/MessageStripHelper.js +1 -1
  204. package/src/sap/suite/ui/generic/template/lib/RetryAfterHandler.js +2 -3
  205. package/src/sap/suite/ui/generic/template/lib/ShellPersonalizationService.js +137 -0
  206. package/src/sap/suite/ui/generic/template/lib/SideEffectUtil.js +56 -1
  207. package/src/sap/suite/ui/generic/template/lib/TemplateComponent.js +26 -7
  208. package/src/sap/suite/ui/generic/template/lib/ai/EasyFilterBarHandler.js +91 -36
  209. package/src/sap/suite/ui/generic/template/lib/ai/FioriAIHandler.js +30 -35
  210. package/src/sap/suite/ui/generic/template/lib/deletionHelper.js +10 -2
  211. package/src/sap/suite/ui/generic/template/lib/filterHelper.js +7 -3
  212. package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +9 -15
  213. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +3 -9
  214. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +3 -9
  215. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +3 -9
  216. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +3 -9
  217. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +3 -9
  218. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +3 -9
  219. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +3 -9
  220. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +7 -13
  221. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +3 -9
  222. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +3 -9
  223. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +3 -9
  224. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +7 -11
  225. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saptrc.properties +183 -149
  226. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +6 -12
  227. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +3 -9
  228. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +3 -9
  229. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +3 -9
  230. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +3 -9
  231. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +3 -9
  232. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +3 -9
  233. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +3 -9
  234. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +5 -11
  235. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +3 -9
  236. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +3 -9
  237. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +3 -9
  238. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +3 -9
  239. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +3 -9
  240. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +3 -9
  241. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +3 -9
  242. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +3 -9
  243. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +3 -9
  244. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +3 -9
  245. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +3 -9
  246. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +3 -9
  247. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +3 -9
  248. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +3 -9
  249. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +3 -9
  250. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +3 -9
  251. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +3 -9
  252. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +3 -9
  253. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +3 -9
  254. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +3 -9
  255. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +3 -9
  256. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +3 -9
  257. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +3 -9
  258. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +3 -9
  259. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +3 -9
  260. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +5 -11
  261. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +3 -9
  262. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +3 -9
  263. package/src/sap/suite/ui/generic/template/lib/insights/InsightsCardHelper.js +27 -11
  264. package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +59 -38
  265. package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartTableHandler.js +93 -1
  266. package/src/sap/suite/ui/generic/template/library.js +7 -3
  267. package/src/sap/suite/ui/generic/template/listTemplates/fragments/ChartActions.fragment.xml +4 -3
  268. package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +4 -3
  269. package/src/sap/suite/ui/generic/template/listTemplates/i18n/i18n_en_US_saptrc.properties +1 -1
  270. package/src/sap/suite/ui/generic/template/manifestMerger/ChangePageConfiguration.js +4 -1
  271. package/src/sap/suite/ui/generic/template/manifestMerger/MergerUtil.js +27 -1
  272. package/src/sap/suite/ui/generic/template/support/DiagnosticsTool/DiagnosticsTool.js +15 -3
  273. package/src/sap/suite/ui/generic/template/support/DiagnosticsTool/view/DiagnosticsTool.view.xml +0 -24
  274. package/src/sap/suite/ui/generic/template/support/lib/CommonChecks.js +11 -19
  275. package/src/sap/suite/ui/generic/template/themes/base/ObjectPage.less +0 -4
  276. package/src/sap/suite/ui/generic/template/themes/sap_belize_base/ObjectPage.less +0 -4
  277. package/src/sap/suite/ui/generic/template/themes/sap_bluecrystal_base/ObjectPage.less +0 -4
  278. package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcb/AnalyticalListPage.less +0 -1
  279. package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcw/AnalyticalListPage.less +0 -1
  280. package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_ObjectPage.less +0 -4
  281. package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcb/AnalyticalListPage.less +0 -1
  282. package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcw/AnalyticalListPage.less +0 -1
  283. package/src/sap/suite/ui/generic/template/fragments/ContactDetailsQuickViewGroup.fragment.xml +0 -36
  284. package/src/sap/suite/ui/generic/template/js/formatters/formatDisplayValueForProgressIndicator.js +0 -28
  285. package/src/sap/suite/ui/generic/template/js/formatters/formatImageUrl.js +0 -21
  286. package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorAggregateCount.js +0 -21
  287. package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorFooterText.js +0 -21
  288. package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorSubTitle.js +0 -21
  289. package/src/sap/suite/ui/generic/template/js/formatters/setInfoHighlight.js +0 -21
  290. package/src/sap/suite/ui/generic/template/js/formatters/setRowNavigated.js +0 -26
@@ -1,316 +1,350 @@
1
1
 
2
- ST_GENERIC_DRAFT_WITH_ACTIVE_DOCUMENT_DELETED=6cUlOQYUGrNSNWFmDFQzLg_Changes discarded.
2
+ ST_GENERIC_DRAFT_WITH_ACTIVE_DOCUMENT_DELETED=yGoXzjaX30m7ID/A/q7Jxw_Changes discarded.
3
3
 
4
- ST_GENERIC_DRAFT_WITHOUT_ACTIVE_DOCUMENT_DELETED=ps1T7CK3RzkrL2XjHuwc3w_Draft discarded.
4
+ ST_GENERIC_DRAFT_WITHOUT_ACTIVE_DOCUMENT_DELETED=0mLsRSlsAC/Oe6G4MGLi/g_Draft discarded.
5
5
 
6
- ST_GENERIC_UNKNOWN_NAVIGATION_TARGET=4SGaHZ+YfduxhIJoqXrvRw_Target was not found.
6
+ ST_GENERIC_UNKNOWN_NAVIGATION_TARGET=2pykM0rmEKhnQjqifMlP+w_Target was not found.
7
7
 
8
- ST_GENERIC_ERROR_LOAD_DATA_TEXT=7qu0QCTCLtgBCM3O5wNUOw_The requested data was not found.
8
+ ST_GENERIC_ERROR_LOAD_DATA_TEXT=zN1NnKwsVhJUxveXLpvscg_The requested data was not found.
9
9
 
10
- ST_GENERIC_NO_ITEM_SELECTED=iDZZDiSkjhKTNZLbNR2U9A_Select an item.
10
+ ST_GENERIC_NO_ITEM_SELECTED=6My1U0ixDMptXJWm32jPqw_Select an item.
11
11
 
12
- ST_GENERIC_MULTIPLE_ITEMS_SELECTED=TT/fvapERigezWQFEdwe2w_Select one item only.
12
+ ST_GENERIC_MULTIPLE_ITEMS_SELECTED=/LRWkqtkkk1f5gVSPr0N7w_Select one item only.
13
13
 
14
- ST_DATA_LOSS_TECHNICAL_ERROR_DISCARD=CKs68LmuEwLKS5S8FOpxaQ_The changes could not be applied due to a technical issue. Do you want to discard changes and return to the previous page?
14
+ ST_DATA_LOSS_TECHNICAL_ERROR_DISCARD=TSlf1q4M7eEi6KBbL4r0HA_The changes could not be applied due to a technical issue. Do you want to discard changes and return to the previous page?
15
15
 
16
- ST_DATA_LOSS_TECHNICAL_ERROR_GENERAL=S118EcKhi1BFzzrkqnOCRw_The changes could not be applied due to a technical issue.
16
+ ST_DATA_LOSS_TECHNICAL_ERROR_GENERAL=pfBMWwE+RseOw3P4mCC0HA_The changes could not be applied due to a technical issue.
17
17
 
18
- BACK=hBPu6WGbgK7TvoxqhYKWMg_Back
18
+ BACK=S3TeLLT++EDyKBhFKgqQkQ_Back
19
19
 
20
- CANCEL=brRhlzgdbypfzRqkF15ggQ_Cancel
20
+ CANCEL=T1ZZUdiS3U3YnjVJCweRvg_Cancel
21
21
 
22
- ST_ERROR=1fKV4+bx5W4lpcCVAijIsg_Error
22
+ ST_ERROR=wKJ5PrmB3Nt3CuezDxj5+Q_Error
23
23
 
24
- ST_SUCCESS=ABrTX3jAn3NkAl0I2rwRGA_Success
24
+ ST_SUCCESS=+JcDCk4Eq0o3gPiaw7wLnQ_Success
25
25
 
26
- ST_CHANGES_APPLIED=+zftHoepYOyK1juBX1gcoQ_Your changes have been applied.
26
+ ST_CHANGES_APPLIED=KbE64SfX9eJ/2RC0t+iYQg_Your changes have been applied.
27
27
 
28
- DATA_LOSS_MESSAGE=DyDdJwNizXT6pDGn69k3pw_Your entries will be lost when you leave this page.
28
+ DATA_LOSS_MESSAGE=bOzFhwXy6h8qbsHCZy/V5w_Your entries will be lost when you leave this page.
29
29
 
30
- DATA_LOSS_GENERAL_MESSAGE=V8/rSx5qNTQ5ab99jPuK2Q_Your entries will be lost if you continue.
30
+ DATA_LOSS_GENERAL_MESSAGE=Yx+8Oe2a3iHfcmGff/a0XQ_Your entries will be lost if you continue.
31
31
 
32
- PROCEED=qAGpYDZ168q6+toa1w5HiQ_Continue
32
+ PROCEED=SmtXUjyPkuVrVpqpH8e8Bw_Continue
33
33
 
34
- DATA_LOSS_LEAVE_BTN=g9+7vzLePxH3AEZZF182hQ_Leave Page
34
+ DATA_LOSS_LEAVE_BTN=rE8fh5H1yoKNFiFK2YZUqQ_Leave Page
35
35
 
36
- DATA_LOSS_DISCARD_CHANGES=dHMOPUPsmaWy8J+E8aKD3A_Discard Changes
36
+ DATA_LOSS_DISCARD_CHANGES=/EhYfqedXtx5aYmi7XOQnQ_Discard Changes
37
37
 
38
- ST_KEEP_DRAFT_BTN=wIhf9+2NKD62SA5k/gSjCg_Keep Draft
38
+ ST_KEEP_DRAFT_BTN=rhzwk9VQd6Lntgb2g14hKA_Keep Draft
39
39
 
40
- ST_DISCARD_DRAFT_BTN=hbdd39Z879rTdOmvDLm3YQ_Discard Draft
40
+ ST_DISCARD_DRAFT_BTN=T1SEDCYUDgfARAGjOL8vIw_Discard Draft
41
41
 
42
- ST_UNSAVED_CHANGES_TITLE=Od9dlyQrbXcLdhe8+2tfjw_Unsaved Changes
42
+ ST_UNSAVED_CHANGES_TITLE=qEytJf86tLo7y6vgVnDSXQ_Unsaved Changes
43
43
 
44
- ST_STREAM_OPEN_FILE=1RJz7ghBy43ae3KYVinyXQ_Open File
44
+ ST_STREAM_OPEN_FILE=+ea/2mKdLHjuJ7FvaBdjTw_Open File
45
45
 
46
- ST_STREAM_FILE_UNREADABLE=OwX6fdoBVjpCz9gno74s4Q_The file cannot be read. It may have changed.
46
+ ST_STREAM_FILE_UNREADABLE=pdVmip8eX6hq7zCUVZ6kdw_The file cannot be read. It may have changed.
47
47
 
48
- ST_STREAM_TYPE_MISMATCH=+hv0fbQDLq8MenjHgZxApw_The selected file type is not supported.
48
+ ST_STREAM_TYPE_MISMATCH=5MPPGHz1MRBFo+fzh1l1aA_The selected file type is not supported.
49
49
 
50
- ST_DRAFT_OWNER=oQG5cjAhTnyHxk89WYGnVw_by {0}
50
+ ST_DRAFT_OWNER=dKnKNVUpfPLQZOh6iKV/aQ_by {0}
51
51
 
52
- ST_DRAFT_ANOTHER_USER=W+3IZI+ez2yi3pnyQ91iJQ_by another user
52
+ ST_DRAFT_ANOTHER_USER=Dh7xvqtG5uv8l9ts6gJc9A_by another user
53
53
 
54
- DATA_PASTE_ERROR_MESSAGE=SwKfpQw78X+CjMmKoPiAxw_Pasting not possible. {0} items contain invalid data.
54
+ DATA_PASTE_ERROR_MESSAGE=9Ml/yGLau1jSb1LveyJefA_Pasting not possible. {0} items contain invalid data.
55
55
 
56
- DATA_PASTE_ERROR_CORRECTION_MESSAGE=6fbX2f0jaloYI3sU6sRIwg_Please correct the values mentioned below in your source file.
56
+ DATA_PASTE_ERROR_CORRECTION_MESSAGE=JuxweO6WDl59aMxq/U9Ykw_Please correct the values mentioned below in your source file.
57
57
 
58
- DATA_PASTE_ERROR_CORRECTION_NOTE=cl12HCN1wcgkfWpSB/Pxow_(Note\: Row/column refers to the position in the dataset you copied.)
58
+ DATA_PASTE_ERROR_CORRECTION_NOTE=vv/G4+GLdrctqXRQf6Zu2g_(Note\: Row/column refers to the position in the dataset you copied.)
59
59
 
60
- DATA_PASTE_UNSUPPORTED_FORMAT_MESSAGE=Ov7ZYJepKZ78fLSjeKajjQ_Pasting is not available for this table.
60
+ DATA_PASTE_UNSUPPORTED_FORMAT_MESSAGE=mgcSVhqygv4L/RuVqg9/0Q_Pasting is not available for this table.
61
61
 
62
- SEG_BUTTON_TEXT=xdhawONYLDtb90OBygRIxg_{0} ({1})
62
+ SEG_BUTTON_TEXT=+RZGpCira3MXiIzzG6b9GQ_{0} ({1})
63
63
 
64
- SEG_BUTTON_ERROR=HF09SRQj7y7+GxM64InmYg_{0} -
64
+ SEG_BUTTON_ERROR=XaZPKgNNnmzPgeJ+HACs9A_{0} -
65
65
 
66
- ST_SHARE_TO_MICROSOFT_TEAMS=u05SU8ExyBnGESwb7RV2QQ_Share to Microsoft Teams
66
+ ST_SHARE_TO_MICROSOFT_TEAMS=pxsKAAlnxZobZXdk4MGiKg_Share to Microsoft Teams
67
67
 
68
- ST_ADD_CARDS_TO_INSIGHTS=Mw3cC0cgdRaCkqKI4nzg0Q_Add Card to Insights
68
+ ST_ADD_CARDS_TO_INSIGHTS=nhYtDAhIZNBozfnEsFfJXg_Add Card to Insights
69
69
 
70
- COPY=RolkpK0t/3vzZkAbIr5ZPA_Copy
70
+ COPY=1hCn8wcbZc4Nro1qYXwEoA_Copy
71
71
 
72
- ST_SEND_CARD_TO_CHAT=HH+A6WxCKqaKapcAn5xPFg_Send
72
+ ST_SEND_CARD_TO_CHAT=+UjG0U/4W0jUyvTfoQ4DWw_Send
73
73
 
74
- ST_OPEN_NEW_TAB_OR_WINDOW=B4Y/7JGpTtcy4FRnJaeOnA_Open in New Tab or Window
74
+ ST_OPEN_NEW_TAB_OR_WINDOW=fEYBqJqraE7f2ru6orVnTw_Open in New Tab or Window
75
75
 
76
- ST_MESSAGES_DIALOG_TITLE_WARNING=eFzlaFzaBZgd8fM4kRxSVw_Warning
76
+ ST_MESSAGES_DIALOG_TITLE_WARNING=OMZ3Mseqgg5dunk9ulTEGg_Warning
77
77
 
78
- ST_MESSAGES_DIALOG_TITLE_ERROR=A+AP3aAf7Nd6aersdUNPAQ_Error
78
+ ST_MESSAGES_DIALOG_TITLE_ERROR=1DLVwEpumcVYncgKjAUXtw_Error
79
79
 
80
- ST_MESSAGES_DIALOG_TITLE_INFORMATION=rZH5h8cHK0VLqIp/RQTHCw_Information
80
+ ST_MESSAGES_DIALOG_TITLE_INFORMATION=2X9p5InReOj+8EJYM024ng_Information
81
81
 
82
- ST_MESSAGES_DIALOG_TITLE_SUCCESS_PLURAL=zrn5Ccjjz5sNB+tBkhozaQ_Successes
82
+ ST_MESSAGES_DIALOG_TITLE_SUCCESS_PLURAL=cOE3+Z3HppOXo9T41G9hTg_Successes
83
83
 
84
- ST_MESSAGES_DIALOG_TITLE_WARNING_PLURAL=Bt2MGOy/qAROz8wEjhiv7g_Warnings
84
+ ST_MESSAGES_DIALOG_TITLE_WARNING_PLURAL=T4kQb6VQhIEB+fPh99bUxA_Warnings
85
85
 
86
- ST_MESSAGES_DIALOG_TITLE_ERROR_PLURAL=aGxAgv8RpV5yMwHxWrb3xA_Errors
86
+ ST_MESSAGES_DIALOG_TITLE_ERROR_PLURAL=2pDZobHJzcaALXFW1hxxrA_Errors
87
87
 
88
- ST_MESSAGE_GENERAL_TITLE=JBlJ0xwSrcWL7qStxA8p4w_General
88
+ ST_MESSAGE_GENERAL_TITLE=ICaEGEjruRzUJhvRZ8V0Tg_General
89
89
 
90
- LOCKED_OBJECT_POPOVER_TITLE=NjBaZGYQ5xMLCFG9vI8YVQ_Locked
90
+ LOCKED_OBJECT_POPOVER_TITLE=FYZeMS/xEjOB9C8y1qE9Cw_Locked
91
91
 
92
- PARAMETER_COMBINATION_NOT_SUPPORTED=wU0DbAKWWQBTvXiEVhIpYg_Parameter combination not supported\:\n Mode\: {0}\n preferredMode\: {1}
92
+ PARAMETER_COMBINATION_NOT_SUPPORTED=tF27SyoTpcVXnQ32+QUZsQ_Parameter combination not supported\:\n Mode\: {0}\n preferredMode\: {1}
93
93
 
94
- ST_NAV_ERROR_TARGET_ENTITYSET_IS_MISSING=pu88s6ATADEMvvPvsnnkjw_Target entity set {0} is missing.
94
+ ST_NAV_ERROR_TARGET_ENTITYSET_IS_MISSING=qQ6Pjo0DJn+CtdDA0wy1CQ_Target entity set {0} is missing.
95
95
 
96
- ETAG_REFRESH_BUTTON=NvZmcAOQP4EHWR7UQOofFQ_Refresh
96
+ ETAG_REFRESH_BUTTON=RAXW3S0sbqcCeZu6wX5QpQ_Refresh
97
97
 
98
- ETAG_MESSAGE=MTjvjgsGEipE+lHtYZuO0g_Your changes could not be saved. A more recent version is available. To make changes to the latest version, please refresh the data.
98
+ ETAG_MESSAGE=k8JMqbfwskPxEpwUnWAa7w_Your changes could not be saved. A more recent version is available. To make changes to the latest version, please refresh the data.
99
99
 
100
- WARNING=xl0LBJHqrZf6WUMleBOFjA_Warning
100
+ WARNING=IiBA2H2M67h+U3ScXnhizA_Warning
101
101
 
102
102
 
103
- ST_GENERIC_ERROR_TITLE=kvqlKL7x/243JW1RexnN3Q_Error
103
+ ST_GENERIC_ERROR_TITLE=0bt2qRekgP7BYYZdmaLWpg_Error
104
104
 
105
- ST_GENERIC_DELETE_TITLE=OcDvzqEbeseBt0Eys6hZig_Delete
105
+ ST_GENERIC_DELETE_TITLE=6ctC27C/2lO4/oZ+Acg25Q_Delete
106
106
 
107
- ST_GENERIC_DELETE_TITLE_WITH_COUNT=oohgYy4BlaZzbVIOpCZlpA_Delete ({0})
107
+ ST_GENERIC_DELETE_TITLE_WITH_COUNT=EwzWa1YIz3DpAfynLONN3w_Delete ({0})
108
108
 
109
109
 
110
- ST_GENERIC_LIST_TITLE=huIhyMc+9NQjHNSjgvRy6w_Items
110
+ ST_GENERIC_LIST_TITLE=Az5+Opqhyqqxtx8sW0XZrQ_Items
111
111
 
112
- ST_GENERIC_WARNING_TEXT=FYe4ZtfpkBP+9uFJ4F16mA_{0} of the selected items will not be processed.
112
+ ST_GENERIC_WARNING_TEXT=/s0hb4+i+BXN2TzPdpx+eQ_{0} of the selected items will not be processed.
113
113
 
114
- ST_GENERIC_DIALOG_CONTINUE_BUT=Pjzn7SE3DsKYIRljSd5nFQ_Continue anyway
114
+ ST_GENERIC_DIALOG_CONTINUE_BUT=dfwbekKz07P45Q486vbBMQ_Continue anyway
115
115
 
116
- ST_GENERIC_DIALOG_CLOSE_BUT=8UrGvxer8c4k1AepniHT9g_Close
116
+ ST_GENERIC_DIALOG_CLOSE_BUT=iz1rmdzZkTKS1+JNKVr1Tw_Close
117
117
 
118
- PROGRESS_INDICATOR_DISPLAY_VALUE_UOM_IS_PERCENT=1Pb90n+lRhtxrYqfucfjeQ_{0} %
118
+ PROGRESS_INDICATOR_DISPLAY_VALUE_UOM_IS_PERCENT=x9ZdHtDMYb0Y7kPV3gw96w_{0} %
119
119
 
120
- PROGRESS_INDICATOR_DISPLAY_VALUE_NO_UOM=c6uAcdfD3MoDxv69S8MvuA_{0} of {1}
120
+ PROGRESS_INDICATOR_DISPLAY_VALUE_NO_UOM=aM0jybj18z2Nh3ID5aTK/Q_{0} of {1}
121
121
 
122
- PROGRESS_INDICATOR_DISPLAY_VALUE_UOM_IS_NOT_PERCENT=4KgC34uCSVXQUXQkjwDtMQ_{0} of {1} {2}
122
+ PROGRESS_INDICATOR_DISPLAY_VALUE_UOM_IS_NOT_PERCENT=McJzhzy469P6FQRZ0Ehuog_{0} of {1} {2}
123
123
 
124
- PROGRESS_INDICATOR_DISPLAY_VALUE_UOM_IS_NOT_PERCENT_NO_TARGET_VALUE=YNLySSLu8bmPM04hPg//Mw_{0} {1}
124
+ PROGRESS_INDICATOR_DISPLAY_VALUE_UOM_IS_NOT_PERCENT_NO_TARGET_VALUE=uVhCkgs5Yr4jMDIEyiaSzA_{0} {1}
125
125
 
126
126
 
127
127
 
128
- RATING_INDICATOR_SUBTITLE_LABEL=f8UQ/kxYOdrdqY7ZFSMNSA_rating
128
+ RATING_INDICATOR_SUBTITLE_LABEL=ustWTB3VWBRjvX9spbEx6Q_rating
129
129
 
130
- RATING_INDICATOR_SUBTITLE_LABEL_PLURAL=rLtluRXc6Vm73PWlXIOWaA_ratings
130
+ RATING_INDICATOR_SUBTITLE_LABEL_PLURAL=ebLh+/GxkoDq+NwBO/fSUA_ratings
131
131
 
132
- RATING_INDICATOR_SUBTITLE=CQyVlZJOzTKKghoTCElBFw_{0} {1}
132
+ RATING_INDICATOR_SUBTITLE=fZF1hfrMSysSZ87eu2ZPMA_{0} {1}
133
133
 
134
- RATING_INDICATOR_FOOTER=HXD2rtOUdGntk+4OmyiaxQ_{0} out of {1}
134
+ RATING_INDICATOR_FOOTER=cOEBszsGohrWRSeFGcFvJg_{0} out of {1}
135
135
 
136
- RATING_INDICATOR_AGGREGATE_COUNT=RY3GoYwcy/Urci5IRtZeXw_({0})
136
+ RATING_INDICATOR_AGGREGATE_COUNT=tLsIeiUPW90w+74Gt6addA_({0})
137
137
 
138
138
 
139
139
 
140
- ST_GENERIC_BAD_REQUEST=irdToBLOD5GZD+sVHrVB4A_No data found.
140
+ ST_GENERIC_BAD_REQUEST=gleDUrutybovqywSRAK3Aw_No data found.
141
141
 
142
- ST_GENERIC_ERROR_AUTHENTICATED_FAILED=ft18SigsJq/BRR+sXVzbfw_Authentication failed.
142
+ ST_GENERIC_ERROR_AUTHENTICATED_FAILED=ayMpKAdJ9VvqjuR6NjVizA_Authentication failed.
143
143
 
144
- ST_GENERIC_ERROR_AUTHENTICATED_FAILED_DESC=09/w4LvksVqPfGXcRFZtMg_The credentials you used to sign in are invalid.
144
+ ST_GENERIC_ERROR_AUTHENTICATED_FAILED_DESC=RsV83T0ux2eYi8ubNYEwNQ_The credentials you used to sign in are invalid.
145
145
 
146
- ST_GENERIC_ERROR_NOT_AUTORIZED=vIhu/dInjkdLCgtNb/m8TA_No authorization.
146
+ ST_GENERIC_ERROR_NOT_AUTORIZED=RmKFpcqDd8UHwd9nVtZtdQ_No authorization.
147
147
 
148
- ST_GENERIC_ERROR_NOT_AUTORIZED_DESC=ktpgY/ctZtpXqMsIrqCxOw_You don't have authorization to view this data.
148
+ ST_GENERIC_ERROR_NOT_AUTORIZED_DESC=10ls1lvIfR3VRw6JtxRRHQ_You don't have authorization to view this data.
149
149
 
150
- ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE=iO/jVMZeLxHRuW9x67m+lQ_Unable to load the data.
150
+ ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE=IpVdfedWK8YWn8U3D2ymVw_Unable to load the data.
151
151
 
152
- ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE_DESC=9I5sPtJZWEH9j8wRfDc46A_This can happen if you are not connected to the Internet, or if an underlying system or component is not available.
152
+ ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE_DESC=68coqZSqki830I5pl+H33Q_This can happen if you are not connected to the Internet, or if an underlying system or component is not available.
153
153
 
154
- ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE_FOR_ACTION=jEgcDIAUf01B6wGOaF4rwQ_Unable to perform this action.
154
+ ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE_FOR_ACTION=1zVXynaj7vpb98qYySWjyA_Unable to perform this action.
155
155
 
156
- ST_GENERIC_ERROR_NOT_AUTORIZED_CREATE=gEKz5l4VykKrB+XK2T2j3w_You don't have authorization to create.
156
+ ST_GENERIC_ERROR_NOT_AUTORIZED_CREATE=o89YtiPg2VMqojxxC6mBFw_You don't have authorization to create.
157
157
 
158
- T_TABLE_NAVIGATION_TOO_MANY_ITEMS_SELECTED=PB8gE6gaSajxbmqtpiqcjg_You can only open {0} items at the same time.
158
+ T_TABLE_NAVIGATION_TOO_MANY_ITEMS_SELECTED=tWZQI13UfgZu3E0KHA3/Aw_You can only open {0} items at the same time.
159
159
 
160
- ST_GENERIC_ERROR_NOT_AUTORIZED_ACTION=FKyXsTKA+k85veOghQbjZA_You don't have authorization for this action.
160
+ ST_GENERIC_ERROR_NOT_AUTORIZED_ACTION=yAzJ04YPz3ie+XkoMU20dw_You don't have authorization for this action.
161
161
 
162
- ST_GENERIC_ERROR_NOT_AUTORIZED_DELETE=rz8ce/7Jo8jqtgH0AlqIOA_You don't have authorization to delete.
162
+ ST_GENERIC_ERROR_NOT_AUTORIZED_DELETE=BH8edHmpruc9RhL4SF0jRQ_You don't have authorization to delete.
163
163
 
164
- ST_GENERIC_ERROR_NOT_AUTORIZED_EDIT=YYSdwPI8nu4QKheE8ogQmw_You don't have edit authorization.
164
+ ST_GENERIC_ERROR_NOT_AUTORIZED_EDIT=z7NNrv4PZPUm+y0cwr5mQA_You don't have edit authorization.
165
165
 
166
- ST_GENERIC_BAD_REQUEST_ACTION=PochWlXA8G7CRXWqCL6IxA_This action cannot be performed for the selected object.
166
+ ST_GENERIC_BAD_REQUEST_ACTION=3HjQbXJygFeo82yWO4qHhg_This action cannot be performed for the selected object.
167
167
 
168
- ST_GENERIC_BAD_REQUEST_DELETE=XRU/agSHazlmDiB1hbD8mg_The selected object can't be deleted.
168
+ ST_GENERIC_BAD_REQUEST_DELETE=156S5xiYKO4GjKwxLTM3UQ_The selected object can't be deleted.
169
169
 
170
- ST_GENERIC_BAD_REQUEST_EDIT=ogQbFdl6d033PQiwJ/jiSA_The selected object can't be edited.
170
+ ST_GENERIC_BAD_REQUEST_EDIT=+u9eg6Tr5a7KEt2qP6wvGg_The selected object can't be edited.
171
171
 
172
- ST_GENERIC_ERROR_IN_NAVIGATION=rwHG09G6/PQ9KGobUvmR8A_Navigation does not work as expected.
172
+ ST_GENERIC_ERROR_IN_NAVIGATION=QYcjFdqzO5EJsguEgWlmvg_Navigation does not work as expected.
173
173
 
174
- ST_GENERIC_ERROR_IN_NAVIGATION_PROPERTY_MISSING=Kio8fsYc1lmEhhHHupQfIg_Enter a navigation property in annotation {0}.
174
+ ST_GENERIC_ERROR_IN_NAVIGATION_PROPERTY_MISSING=nRhGJxMlBInNlLidV60IWA_Enter a navigation property in annotation {0}.
175
175
 
176
- ST_GENERIC_ERROR_NAVIGATION_PROPERTY_NOT_CORRECT=ZD6lZjKZqerFA+MdtpJCuA_The navigation property {0} in annotation {1} is incorrect.
176
+ ST_GENERIC_ERROR_NAVIGATION_PROPERTY_NOT_CORRECT=iiP5m+VMcFKQ69VcRY2CKg_The navigation property {0} in annotation {1} is incorrect.
177
177
 
178
178
 
179
- ST_GENERIC_FCL_FULLSCREEN=TpQaJ1dSPpdzTk/yxvCTUw_Full Screen
179
+ ST_GENERIC_FCL_FULLSCREEN=OmlAhMajxoKa0jAzUbHBbA_Full Screen
180
180
 
181
- ST_GENERIC_FCL_EXIT_FULLSCREEN=irBqO/HiuLto8WXcJeuQRA_Exit Full Screen
181
+ ST_GENERIC_FCL_EXIT_FULLSCREEN=U+syE3f6V/UBFix/nfTv7g_Exit Full Screen
182
182
 
183
- ST_GENERIC_FCL_CLOSE_COLUMN=Jct/4ygYv9T9LTsWiUnslA_Close
183
+ ST_GENERIC_FCL_CLOSE_COLUMN=1NircBwef8G9eA2qLKrb7w_Close
184
184
 
185
185
 
186
186
 
187
- ST_CARD_CREATION_FAILURE=oZ2uZr5dzezSwcIKBWanyQ_Card creation isn't possible.
187
+ ST_CARD_CREATION_FAILURE=y2tSOK4eYKA7A1maWK2u/A_Card creation isn't possible.
188
188
 
189
- ST_CARD_CREATION_FAILURE_INFO=gAlP6mCl+GAPO2rpjTNhkg_Please retry after ensuring the following\:
189
+ ST_CARD_CREATION_FAILURE_INFO=gLTZHhyYwRrhDpDivVwidg_Please retry after ensuring the following\:
190
190
 
191
- ST_CARD_FAILURE_REASON_SEMANTIC_DATE_FILTERS=feEIZqsUFZmNXelibTCO7A_- No relative date filters (like "Yesterday") are used.
191
+ ST_CARD_FAILURE_REASON_SEMANTIC_DATE_FILTERS=yCykaHqh2ocQvzUrsGiiRA_- No relative date filters (like "Yesterday") are used.
192
192
 
193
- ST_CARD_FAILURE_TABLE_REASON_UNSUPPORTED_COLUMNS=odvCoWhVPTzNCuTuCXXjnQ_- At least one text-based column with a single value is displayed in the table.
193
+ ST_CARD_FAILURE_TABLE_REASON_UNSUPPORTED_COLUMNS=wB49Xaus3agRoBvIlhbcFw_- At least one text-based column with a single value is displayed in the table.
194
194
 
195
- ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=0ySYDi2w4oIjRZkX5hKpPA_Card creation isn't possible. Please retry after ensuring no relative date filters (like "Yesterday") are used.
195
+ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=/yqFKx0YduSltz/ZlUboAQ_Card creation isn't possible. Please retry after ensuring no relative date filters (like "Yesterday") are used.
196
196
 
197
- ST_CARD_NAVIGATION_FAILURE_INFO=0OhQFdbjF6XHVbD8QlaCoA_Direct navigation to the object details isn't possible from this insights card.
197
+ ST_CARD_NAVIGATION_FAILURE_INFO=N7emcqRJXGJWY2CFPUajVw_Direct navigation to the object details isn't possible from this insights card.
198
198
 
199
199
 
200
200
 
201
- ST_EASY_FILTER_PROMPT_INFO=cZMNdMaprV3ZQjHKVd5x1Q_Prompt-based filtering creates completely new filter criteria. Generated content may not always be accurate. Consider verifying it.
201
+ ST_EASY_FILTER_PROMPT_INFO=0GT6oZJxy1RRqndVvs7dZg_Prompt-based filtering creates completely new filter criteria. Generated content may not always be accurate. Consider verifying it.
202
202
 
203
- ST_EASY_FILTER_INPUT_PLACEHOLDER=+edB6RK4nI2wltrk4zfyiw_Enter your query in natural language to filter the list.
203
+ ST_EASY_FILTER_INPUT_PLACEHOLDER=ROJhPeS4/eSrNihiRf5a9g_Enter your query in natural language to filter the list.
204
204
 
205
- ST_EASY_FILTER_GO_BUTTON_TEXT=Db1Jj2UJrk1JU1p/MvNq5Q_Go
205
+ ST_EASY_FILTER_GO_BUTTON_TEXT=2SnHdt7bJ2stFjM7Ngm7Lw_Go
206
206
 
207
207
 
208
+ ST_AI_EE_BUTTON_LABEL=nmPQq/O6X+iMceN10aFxug_Generate Explanation
208
209
 
209
210
 
210
- ST_GENERIC_DRAFT_LOCKED_BY_USER=S4gO0rOa6RNGbJAI05DKMw_Another user edited this object without saving the changes\: \n{1} \nIf you take over, any changes will be lost.
211
211
 
212
+ ST_GENERIC_DRAFT_LOCKED_BY_USER=A1p3iAH1wIQRSoMX0zTciA_Another user edited this object without saving the changes\: \n{1} \nIf you take over, any changes will be lost.
212
213
 
213
- ST_GENERIC_UNSAVED_CHANGES_CHECKBOX=eLuRRPs/90UKdVZoX+aa/g_Also delete objects with unsaved changes.
214
214
 
215
- ST_GENERIC_DELETE_SELECTED_PLURAL=hQ0vl1VnSi3HfNS5pdxZ8g_Delete the selected objects?
215
+ ST_GENERIC_UNSAVED_CHANGES_CHECKBOX=wmpp9bLjT0oZyfEIks1MgA_Also delete objects with unsaved changes.
216
216
 
217
- ST_GENERIC_DELETE_UNSAVED_CHANGES=+hm3Oez+b7OdLA8nTaaYlw_Another user edited this object without saving the changes\: \n{1} \n\nDelete anyway?
217
+ ST_GENERIC_DELETE_SELECTED_PLURAL=E+Y1J1w5AFp6yzqPX7Pwgw_Delete the selected objects?
218
218
 
219
- ST_GENERIC_DELETE_UNSAVED_CHANGES_PLURAL=1lvK+cFe2gTMryBRCqwHqw_Other users have edited the selected objects without saving the changes. \n\nDelete them anyway?
219
+ ST_GENERIC_DELETE_UNSAVED_CHANGES=ah1JzFgjDjNuDgp/kDP7gA_Another user edited this object without saving the changes\: \n{1} \n\nDelete anyway?
220
220
 
221
- ST_GENERIC_DELETE_LOCKED=16aH2fZOF1BA+Pl8/B3bnQ_This object cannot be deleted. It is currently locked by {1}.
221
+ ST_GENERIC_DELETE_UNSAVED_CHANGES_PLURAL=VkIEVB2qf1hzyNzxXMSr/w_Other users have edited the selected objects without saving the changes. \n\nDelete them anyway?
222
222
 
223
- ST_GENERIC_NOT_DELETABLE=22kCgMmqOU3eEtdTxT9NBQ_This object cannot be deleted.
223
+ ST_GENERIC_DELETE_LOCKED=hIHmbs3qsbJWGKltantJOA_This object cannot be deleted. It is currently locked by {1}.
224
224
 
225
- ST_GENERIC_DELETE_LOCKED_PLURAL=8drDQyAaspD1gthjLqt5PA_The selected objects are currently locked by other users and cannot be deleted.
225
+ ST_GENERIC_NOT_DELETABLE=Y/fq2OVGDsvUZ5vRDwPoyQ_This object cannot be deleted.
226
226
 
227
- ST_GENERIC_DELETE_UNDELETABLE=bJH3/Xp0umV2KLaYGd2mGQ_{0} of {1} objects cannot be deleted.
227
+ ST_GENERIC_DELETE_LOCKED_PLURAL=ac1z60jJKZ5hlYAEOKKf5g_The selected objects are currently locked by other users and cannot be deleted.
228
228
 
229
- ST_GENERIC_CURRENTLY_LOCKED=qMg26sixCYQgZKSHEKWO+A_1 of {0} objects is currently locked.
229
+ ST_GENERIC_DELETE_UNDELETABLE=IbxBeWqF/nOSv9/AIV8Wsw_{0} of {1} objects cannot be deleted.
230
230
 
231
- ST_GENERIC_CURRENTLY_LOCKED_PLURAL=oQ9vFdXepioOAPh36M0qoQ_{0} of {1} objects are currently locked by other users and cannot be deleted.
231
+ ST_GENERIC_CURRENTLY_LOCKED=M9n7adwPcNXSkk6NMBpopQ_1 of {0} objects is currently locked.
232
232
 
233
- ST_GENERIC_DELETE_REMAINING=apVwaHID31drgAJ1EkGYbQ_Do you still want to delete the remaining object?
233
+ ST_GENERIC_CURRENTLY_LOCKED_PLURAL=MCQv5KGcsphE5zkHXBb5+g_{0} of {1} objects are currently locked by other users and cannot be deleted.
234
234
 
235
- ST_GENERIC_DELETE_REMAINING_PLURAL=dcMJjyB4cym8Q3mkilmfNQ_Do you still want to delete the remaining {0} objects?
235
+ ST_GENERIC_DELETE_REMAINING=ckVBxE88qtToIU+RY/Copg_Do you still want to delete the remaining object?
236
236
 
237
- ST_GENERIC_DELETE_REMAINING_UNSAVED_CHANGES=iwOAGWyP3jcojgjfbK4prw_The remaining object has unsaved changes. \n\nDo you still want to delete it?
237
+ ST_GENERIC_DELETE_REMAINING_PLURAL=LMBH/odPYoU/KhdQewrrAg_Do you still want to delete the remaining {0} objects?
238
238
 
239
- ST_GENERIC_DELETE_REMAINING_UNSAVED_CHANGES_PLURAL=kkAgeSzF1pvIRXgBbD0ZyQ_The remaining objects have unsaved changes by other users. \n\nDo you still want to delete them?
239
+ ST_GENERIC_DELETE_REMAINING_UNSAVED_CHANGES=N9JSRXqodVa0ycoSEF1msg_The remaining object has unsaved changes. \n\nDo you still want to delete it?
240
240
 
241
- ST_GENERIC_DELETE_SUCCESS_PLURAL=BDVGMAgS85vQhYq+4dZ49Q_Objects were deleted.
241
+ ST_GENERIC_DELETE_REMAINING_UNSAVED_CHANGES_PLURAL=1JJbGn+/tBmPdxCCIZ/DQg_The remaining objects have unsaved changes by other users. \n\nDo you still want to delete them?
242
242
 
243
- ST_GENERIC_DELETE_ERROR=YKlrx0vM96QhOdAOxXyq6A_The selected object cannot be deleted.
243
+ ST_GENERIC_DELETE_SUCCESS_PLURAL=YlPtGl56zMEdbUM5pA+LqQ_Objects were deleted.
244
244
 
245
+ ST_GENERIC_DELETE_ERROR=ob1H/HTiPpYXlRZLtuLxmQ_The selected object cannot be deleted.
245
246
 
246
- ST_GENERIC_DELETE_SELECTED=Wz16+ZZrY3X95JnCqB/LOw_Delete this object?
247
247
 
248
- DELETE_WITH_OBJECTINFO=YRiezzh9bWj4RdZht9cmnA_Delete this object ({1} {2})?
248
+ ST_GENERIC_DELETE_SELECTED=TkyssVm70szHrgk+aNje7A_Delete this object?
249
249
 
250
- DELETE_WITH_OBJECTTITLE=wiNsmqoXn01tpOWd/5m3FA_Delete object {0}?
250
+ DELETE_WITH_OBJECTINFO=JPEptOzh0W16vNpiR0c//A_Delete this object ({1} {2})?
251
251
 
252
- ST_GENERIC_OBJECT_DELETED=A8eSrHZLENSRbHU0ClyCBg_Object was deleted.
252
+ DELETE_WITH_OBJECTTITLE=7prQUnPISmPl8M+TSIPAXg_Delete object {0}?
253
253
 
254
+ ST_GENERIC_OBJECT_DELETED=WV1Blj7j77f0jzoQ14GiAQ_Object was deleted.
254
255
 
255
- ST_GENERIC_LOCKED_OBJECT_POPOVER_TEXT=byNHOpcacs2I5gd8hFIXNg_You cannot edit this object at the moment.\nIt is locked by {0}.
256
256
 
257
- ST_GENERIC_UNSAVED_OBJECT_POPOVER_TEXT=d3p7eBe0+snaDseXSdHNCw_This object has unsaved changes by {0}.
257
+ ST_GENERIC_LOCKED_OBJECT_POPOVER_TEXT=Zu6dhKqvMZEmXbQdGrdneg_You cannot edit this object at the moment.\nIt is locked by {0}.
258
258
 
259
- DRAFT_LOCK_EXPIRED=BxTsTrvj1rdGeeSnDw71ag_Another user edited this object without saving the changes\:\n\n {0} \n\n If you take over, any changes will be lost.
259
+ ST_GENERIC_UNSAVED_OBJECT_POPOVER_TEXT=fpvT0Z4BRR9thAyPk2tCvQ_This object has unsaved changes by {0}.
260
260
 
261
- ST_NAV_ERROR_NOT_AUTHORIZED_DESC=+Iqm7Pt70TUot7FHUX1S9g_Navigation to this application is not supported.
261
+ DRAFT_LOCK_EXPIRED=/SQWEbOflugw5Rs5R7UbZw_Another user edited this object without saving the changes\:\n\n {0} \n\n If you take over, any changes will be lost.
262
262
 
263
- NEW_OBJECT=9SV9Cz74qa1Rx6p8m3DaHw_Unnamed Object
263
+ ST_NAV_ERROR_NOT_AUTHORIZED_DESC=XtZqVLbyCQiA1Y6XrIub4A_Navigation to this application is not supported.
264
264
 
265
- NOITEMS_SMARTTABLE=NxfTVz7o6P5b5qAE/GZCbQ_No items available.
265
+ NEW_OBJECT=Pw5VFnxAHoFRm7ZsdJViXQ_Unnamed Object
266
266
 
267
- NOITEMS_SMARTTABLE_WITH_FILTER=p8Cq/x74JVfQkOdkz5URVA_No items available. Try adjusting the search or filter parameters.
267
+ NOITEMS_SMARTTABLE=BIIHGLFaf/ZuK7xL8GHWIg_No items available.
268
268
 
269
- NOITEMS_SMARTTABLE_WITH_FILTER_FOR_SEGMENTEDBUTTON=hOh2ImfS/M/eqagNpckzUA_There are no items for the selected filter criteria and table view.
269
+ NOITEMS_SMARTTABLE_WITH_FILTER=ilYl0lXViPsodn9o62uulQ_No items available. Try adjusting the search or filter parameters.
270
270
 
271
- NOITEMS_SMARTCHART=AC8T24pZHVOxqif8xdYuTQ_No data found.
271
+ NOITEMS_SMARTTABLE_WITH_FILTER_FOR_SEGMENTEDBUTTON=/9ulIBE5gsOoHHMUmaFFXg_There are no items for the selected filter criteria and table view.
272
272
 
273
- NOITEMS_LR_SMARTCHART=XOuUnDum0ZB0pnAPMxt/ow_There is no data for the selected filter criteria and chart view.
273
+ NOITEMS_SMARTCHART=xFVcYoN3kcIZQlh/gy7jOg_No data found.
274
274
 
275
- NOITEMS_SMARTCHART_WITH_FILTER=XT4B+JBVW3X+diC3JW6UJg_No data found. Try adjusting the filter parameters.
275
+ NOITEMS_LR_SMARTCHART=4Iz40ueiMty6x7sooRKTCg_There is no data for the selected filter criteria and chart view.
276
276
 
277
- SMARTCHART_INITIAL_NODATA=OO3r6rQ0uFCXqS8KsMIIjg_To start, set the relevant filters and choose "Go".
277
+ NOITEMS_SMARTCHART_WITH_FILTER=LH3C+qAF5XvIBuP9eEIa3Q_No data found. Try adjusting the filter parameters.
278
278
 
279
- NOITEMS_LR_SMARTTABLE=RNWCNWnb+ox/+J9qsD1VsA_No data found.
279
+ SMARTCHART_INITIAL_NODATA=rn5t1RHOJOB0mqUHuRm9ng_To start, set the relevant filters and choose "Go".
280
280
 
281
- NOITEMS_LR_SMARTTABLE_WITH_FILTER=TzYblc0ESObXJ8wb1zG3Xg_No data found. Try adjusting the search or filter criteria.
281
+ NOITEMS_LR_SMARTTABLE=rwrGeSTyllaReA7xicRgig_No data found.
282
282
 
283
- NOITEMS_MULTIVIEW_LR_SMARTTABLE_WITH_FILTER=6/S+rXZGUj0/TikLHh3NQw_There is no data for the selected filter criteria and table view.
283
+ NOITEMS_LR_SMARTTABLE_WITH_FILTER=E0eVppXCTDKhxENRGOnivg_No data found. Try adjusting the search or filter criteria.
284
284
 
285
- ST_GENERIC_DELETE_WITH_WARNING_SUGGESTION_SINGULAR=Gx3DU6UrrAOtoUZxo0S4IA_Hint\: To ignore warnings, delete the object individually.
285
+ NOITEMS_MULTIVIEW_LR_SMARTTABLE_WITH_FILTER=aX7oGl/hM4GDHTE6W7bdPg_There is no data for the selected filter criteria and table view.
286
286
 
287
- ST_GENERIC_DELETE_WITH_WARNING_SUGGESTION_PLURAL=JtCIjStswrunxHsll46oSw_Hint\: To ignore warnings, delete the objects individually.
287
+ ST_GENERIC_DELETE_WITH_WARNING_SUGGESTION_SINGULAR=of+LOzOl9a/9SfBxZzuVdg_Hint\: To ignore warnings, delete the object individually.
288
288
 
289
- ST_GENERIC_NOT_DELETED_RECORDS=N6AU9K5nfLZ64aUITwjwgg_{0} of {1} objects can''t be deleted.
289
+ ST_GENERIC_DELETE_WITH_WARNING_SUGGESTION_PLURAL=umsKx/BM0aJ770i2wKszNQ_Hint\: To ignore warnings, delete the objects individually.
290
290
 
291
- ST_GENERIC_DELETE_ERROR_PLURAL=ZxI5xSJqwct0wyVsDEA+Vw_Some of the items you selected can't be deleted. Try deleting the items individually instead.
291
+ ST_GENERIC_NOT_DELETED_RECORDS=aT6eS1RTCenHH2/rii0xeA_{0} of {1} objects can''t be deleted.
292
292
 
293
- ST_GENERIC_NOT_PROCESSED_RECORDS=oY5VHis6JwcaTHrj9Cpw6g_{0} of {1} objects can''t be processed.
293
+ ST_GENERIC_DELETE_ERROR_PLURAL=KoWvnrqBYrg7pttR7QXO1w_Some of the items you selected can't be deleted. Try deleting the items individually instead.
294
294
 
295
- ST_GENERIC_NOT_PROCESSED_RECORDS_PLURAL=0NW9DyjWnT71CjDm6pHgQg_The selected objects can't be processed.
295
+ ST_GENERIC_NOT_PROCESSED_RECORDS=vHt4WxCQ6F6sEp1qjGJ4Kw_{0} of {1} objects can''t be processed.
296
296
 
297
- ST_GENERIC_ACTION_WITH_WARNING_SUGGESTION_SINGULAR=+tmMRni6HIo8xiskdy45sw_Hint\: To ignore warnings, process the object individually.
297
+ ST_GENERIC_NOT_PROCESSED_RECORDS_PLURAL=B7GgglXfPp7WGzunU9p6Gg_The selected objects can't be processed.
298
298
 
299
- ST_GENERIC_ACTION_WITH_WARNING_SUGGESTION_PLURAL=jFYU8/TKRWTGJZcwcndn/Q_Hint\: To ignore warnings, process the objects individually.
299
+ ST_GENERIC_ACTION_WITH_WARNING_SUGGESTION_SINGULAR=REwUePIQUp5appiDX8JddQ_Hint\: To ignore warnings, process the object individually.
300
300
 
301
- MESSAGE_SINGLE_VALUE_L_FORM=kgRit+4crEKEkLoKXbbThw_The filter "{0}" isn''t relevant for the "{1}\u201D tab. Setting this filter has no effect on the results.
301
+ ST_GENERIC_ACTION_WITH_WARNING_SUGGESTION_PLURAL=nOJgokM305bVwRq/uSpZdQ_Hint\: To ignore warnings, process the objects individually.
302
302
 
303
- MESSAGE_SINGLE_VALUE_S_FORM=J1WvEus6A4EVqsvvu65ZnA_You can''t filter by "{0}" on the "{1}" tab.
303
+ MESSAGE_SINGLE_VALUE_L_FORM=QWyUO7m9GYEgdObqVycS/w_The filter "{0}" isn''t relevant for the "{1}\u201D tab. Setting this filter has no effect on the results.
304
304
 
305
- MESSAGE_MULTIPLE_VALUES_L_FORM=pf6zK7Kb/jQHEL8GDGQpxw_Some of the filters are not relevant for tab "{1}" ({0}). Setting these filters has no effect on the results.
305
+ MESSAGE_SINGLE_VALUE_S_FORM=1Xji2QMWAjZYPO5lblxDTQ_You can''t filter by "{0}" on the "{1}" tab.
306
306
 
307
- MESSAGE_MULTIPLE_VALUES_S_FORM=lhLHORYnXPT8wGYxpPuvNg_You cannot use the following filters on the "{1}" tab\: "{0}".
307
+ MESSAGE_MULTIPLE_VALUES_L_FORM=Bfx3vK43G5y6M+e4OgO+kw_Some of the filters are not relevant for tab "{1}" ({0}). Setting these filters has no effect on the results.
308
308
 
309
- ST_KEEP_DRAFT_MESSAGE_EDIT=OYCucI/W5nhQbIM6EN8idQ_You've made changes to this object.\nWhat would you like to do?
309
+ MESSAGE_MULTIPLE_VALUES_S_FORM=P5r4c7+GQoggve8yXl48fg_You cannot use the following filters on the "{1}" tab\: "{0}".
310
310
 
311
- ST_KEEP_DRAFT_MESSAGE_CREATE=ji4UGchAK3klxZ50ZN1rgw_You haven't created this object yet.\nWhat would you like to do?
311
+ ST_KEEP_DRAFT_MESSAGE_EDIT=72B8bQd3ClfODeNubtKMzw_You've made changes to this object.\nWhat would you like to do?
312
312
 
313
- DIALOG_TITLE_NEW_ACTION_FOR_CREATE=cnF+JpBelivwg3lv8FA7qg_Create Object
313
+ ST_KEEP_DRAFT_MESSAGE_CREATE=6x4gBUzd6whBfXNoqCppqw_You haven't created this object yet.\nWhat would you like to do?
314
314
 
315
- DIALOG_ACTION_BUTTON_NEW_ACTION_FOR_CREATE=J8PYVhqc1s9K0UBuJNsWwg_Continue
315
+ DIALOG_TITLE_NEW_ACTION_FOR_CREATE=IusW7tva4bak1SfNaBuZmg_Create Object
316
+
317
+ DIALOG_ACTION_BUTTON_NEW_ACTION_FOR_CREATE=69hKVgH35PWh6DuOkz878Q_Continue
318
+
319
+ CONTENT_SWITCH=iSQEWLGhnYFgAWUK8fC3wQ_Content Switch
320
+
321
+
322
+ ST_GENERIC_503_SERVICE_UNAVAILABLE=kBBbdLmJmj+DDfjuGw4hQA_Sorry, this service is temporarily unavailable.
323
+
324
+ ST_GENERIC_503_AUTO_RETRY_MSG=U6z+FFoCVXpwB7MN7GOt7A_Automatic retry in {0} seconds.
325
+
326
+ ST_GENERIC_503_CANCEL_RETRY=JVZmeGdCdV1o3qe+9L9k/Q_Sorry, this service is still unavailable. Do you want to retry or cancel the action?
327
+
328
+ RETRY=VJSfsRbwSBMIhmDuy9lfAA_Retry
329
+
330
+ ST_GENERIC_503_RETRY_MSG_SAME_DAY=iyUMEWMN/7vu6RVWkkIMbw_We expect it to be available again at {0}.
331
+
332
+ ST_GENERIC_503_RETRY_MSG_OTHER_DAY=Yqj1MP8flNhQnXn/rAUzXg_We expect it to be available again on {0} at {1}.
333
+
334
+ ST_GENERIC_503_RETRY_MSG_TIME_UNKNOWN=/CJ3co0fPJzLiSwt9wmqrw_Please try again later.
335
+
336
+ ST_GENERIC_503_SOURCE_MESSAGE=3s7HoA9IlNSqnMkMW6s7Lg_Source message\:
337
+
338
+
339
+
340
+ RTA_CONFIGURATION_TITLE_TABLE=j7aGgYslxv1zZJiLGblL3w_Configure Table
341
+
342
+ RTA_CONFIGURATION_TITLE_LIST_REPORT=8S2lc2SGqm27TlZ92RtbDg_Configure List Report
343
+
344
+
345
+ RTA_CONFIGURATION_INFO_MESSAGE=qVK4R2BpVCKvUUbUrlHezA_Some settings can only be applied to certain table types. Changes will only be visible after the application reloads.
346
+
347
+ RTA_CONFIGURATION_CANCEL=+8I3VrLPrtClQwRAZUYnaQ_Cancel
348
+
349
+ RTA_CONFIGURATION_APPLY=5WyqDFk5ZWk9ovi8Iv0iMw_Apply
316
350
 
@@ -25,7 +25,7 @@ ST_SUCCESS=Con \u00E9xito
25
25
 
26
26
  ST_CHANGES_APPLIED=Se han aplicado las modificaciones
27
27
 
28
- DATA_LOSS_MESSAGE=Sus entradas se perder\u00E1n al abandonar esta p\u00E1gina
28
+ DATA_LOSS_MESSAGE=Sus entradas se perder\u00E1n al abandonar esta p\u00E1gina.
29
29
 
30
30
  DATA_LOSS_GENERAL_MESSAGE=Si contin\u00FAa se perder\u00E1n sus entradas
31
31
 
@@ -196,15 +196,6 @@ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=No se puede crear la tarje
196
196
 
197
197
  ST_CARD_NAVIGATION_FAILURE_INFO=No es posible la navegaci\u00F3n directa a los detalles de objeto desde la tarjeta de informaci\u00F3n.
198
198
 
199
-
200
-
201
- ST_EASY_FILTER_PROMPT_INFO=El filtrado basado en solicitudes crea criterios de filtro nuevos. Es posible que el contenido generado no siempre sea preciso. Considere verificarlo.
202
-
203
- ST_EASY_FILTER_INPUT_PLACEHOLDER=Introduzca su consulta en idioma natural para filtrar la lista.
204
-
205
- ST_EASY_FILTER_GO_BUTTON_TEXT=Ir
206
-
207
-
208
199
  ST_AI_EE_BUTTON_LABEL=Generar explicaci\u00F3n
209
200
 
210
201
 
@@ -280,7 +271,7 @@ SMARTCHART_INITIAL_NODATA=Para empezar, defina filtros relevantes y seleccione "
280
271
 
281
272
  NOITEMS_LR_SMARTTABLE=No existen datos.
282
273
 
283
- NOITEMS_LR_SMARTTABLE_WITH_FILTER=S.dat. Ajus.par.b\u00FAsq.o filtro.
274
+ NOITEMS_LR_SMARTTABLE_WITH_FILTER=No se han encontrado datos. Intente ajustar la b\u00FAsqueda o los criterios de filtro.
284
275
 
285
276
  NOITEMS_MULTIVIEW_LR_SMARTTABLE_WITH_FILTER=S.dat.p.crit.fil.y vis.t.sel.
286
277
 
@@ -331,7 +322,7 @@ ST_GENERIC_503_RETRY_MSG_SAME_DAY=Esperamos que vuelva a estar disponible a las
331
322
 
332
323
  ST_GENERIC_503_RETRY_MSG_OTHER_DAY=Esperamos que vuelva a estar disponible el {0} a las {1}.
333
324
 
334
- ST_GENERIC_503_RETRY_MSG_TIME_UNKNOWN=Vuelva a intentarlo m\u00E1s tarde.
325
+ ST_GENERIC_503_RETRY_MSG_TIME_UNKNOWN=Int\u00E9ntelo de nuevo m\u00E1s tarde.
335
326
 
336
327
  ST_GENERIC_503_SOURCE_MESSAGE=Mensaje de origen\:
337
328
 
@@ -341,6 +332,9 @@ RTA_CONFIGURATION_TITLE_TABLE=Configurar tabla
341
332
 
342
333
  RTA_CONFIGURATION_TITLE_LIST_REPORT=Configurar informe de lista
343
334
 
335
+ RTA_CONFIGURATION_TITLE_FILTER_BAR=Configurar barra de filtros
336
+
337
+ RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Configurar p\u00E1gina de objeto
344
338
 
345
339
  RTA_CONFIGURATION_INFO_MESSAGE=Algunas opciones solo pueden aplicarse a determinados tipos de tabla. Las modificaciones solo ser\u00E1n visibles al volver a cargar la aplicaci\u00F3n.
346
340
 
@@ -196,15 +196,6 @@ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=No es posible la creaci\u0
196
196
 
197
197
  ST_CARD_NAVIGATION_FAILURE_INFO=No es posible la navegaci\u00F3n directa a los detalles del objeto desde esta tarjeta de informaci\u00F3n.
198
198
 
199
-
200
-
201
- ST_EASY_FILTER_PROMPT_INFO=El filtrado basado en solicitudes crea criterios de filtro nuevos. Es posible que el contenido generado no siempre sea preciso. Considere verificarlo.
202
-
203
- ST_EASY_FILTER_INPUT_PLACEHOLDER=Ingrese su consulta en lenguaje natural para filtrar la lista.
204
-
205
- ST_EASY_FILTER_GO_BUTTON_TEXT=Ir
206
-
207
-
208
199
  ST_AI_EE_BUTTON_LABEL=Generar explicaci\u00F3n
209
200
 
210
201
 
@@ -341,6 +332,9 @@ RTA_CONFIGURATION_TITLE_TABLE=Configurar tabla
341
332
 
342
333
  RTA_CONFIGURATION_TITLE_LIST_REPORT=Configurar informe de lista
343
334
 
335
+ RTA_CONFIGURATION_TITLE_FILTER_BAR=Configurar barra de filtros
336
+
337
+ RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Configurar p\u00E1gina de objeto
344
338
 
345
339
  RTA_CONFIGURATION_INFO_MESSAGE=Algunas opciones solo se pueden aplicar a ciertos tipos de tablas. Los cambios solo estar\u00E1n visibles luego de que se vuelva a cargar la aplicaci\u00F3n.
346
340
 
@@ -196,15 +196,6 @@ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=Kaardi loomine pole v\u00F
196
196
 
197
197
  ST_CARD_NAVIGATION_FAILURE_INFO=Selle \u00FClevaatekaardi kaudu ei saa otse objekti \u00FCksikasjadele liikuda.
198
198
 
199
-
200
-
201
- ST_EASY_FILTER_PROMPT_INFO=Juhisep\u00F5hine filtreerimine loob t\u00E4iesti uued filtrikriteeriumid. Genereeritud sisu ei pruugi alati olla t\u00E4pne. Kaaluge selle kontrollimist.
202
-
203
- ST_EASY_FILTER_INPUT_PLACEHOLDER=Loendi filtreerimiseks sisestage p\u00E4ring loomulikus keeles.
204
-
205
- ST_EASY_FILTER_GO_BUTTON_TEXT=Mine
206
-
207
-
208
199
  ST_AI_EE_BUTTON_LABEL=Genereeri selgitus
209
200
 
210
201
 
@@ -341,6 +332,9 @@ RTA_CONFIGURATION_TITLE_TABLE=Tabeli konfigureerimine
341
332
 
342
333
  RTA_CONFIGURATION_TITLE_LIST_REPORT=Loendiaruande konfigureerimine
343
334
 
335
+ RTA_CONFIGURATION_TITLE_FILTER_BAR=Filtririba konfigureerimine
336
+
337
+ RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Objektilehe konfigureerimine
344
338
 
345
339
  RTA_CONFIGURATION_INFO_MESSAGE=M\u00F5ne s\u00E4tte saab rakendada ainult teatud tabelit\u00FC\u00FCpidele. Muudatused on n\u00E4htavad alles p\u00E4rast rakenduse uuesti laadimist.
346
340