@openui5/sap.ui.core 1.104.0 → 1.105.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (294) hide show
  1. package/.reuse/dep5 +1 -1
  2. package/THIRDPARTY.txt +1 -1
  3. package/package.json +1 -1
  4. package/src/jquery.sap.global.js +1 -1
  5. package/src/jquery.sap.properties.js +1 -1
  6. package/src/jquery.sap.resources.js +1 -1
  7. package/src/jquery.sap.script.js +1 -1
  8. package/src/jquery.sap.storage.js +3 -3
  9. package/src/sap/base/util/fetch.js +3 -0
  10. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  11. package/src/sap/base/util/restricted/_castArray.js +1 -1
  12. package/src/sap/base/util/restricted/_compact.js +1 -1
  13. package/src/sap/base/util/restricted/_curry.js +1 -1
  14. package/src/sap/base/util/restricted/_debounce.js +1 -1
  15. package/src/sap/base/util/restricted/_difference.js +1 -1
  16. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  17. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  18. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  19. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  20. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  21. package/src/sap/base/util/restricted/_flatten.js +1 -1
  22. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  23. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  24. package/src/sap/base/util/restricted/_intersection.js +1 -1
  25. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  26. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  27. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  28. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  29. package/src/sap/base/util/restricted/_isNil.js +1 -1
  30. package/src/sap/base/util/restricted/_max.js +1 -1
  31. package/src/sap/base/util/restricted/_merge.js +1 -1
  32. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  33. package/src/sap/base/util/restricted/_min.js +1 -1
  34. package/src/sap/base/util/restricted/_omit.js +1 -1
  35. package/src/sap/base/util/restricted/_pick.js +1 -1
  36. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  37. package/src/sap/base/util/restricted/_throttle.js +1 -1
  38. package/src/sap/base/util/restricted/_toArray.js +1 -1
  39. package/src/sap/base/util/restricted/_union.js +1 -1
  40. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  41. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  42. package/src/sap/base/util/restricted/_uniq.js +1 -1
  43. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  44. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  45. package/src/sap/base/util/restricted/_without.js +1 -1
  46. package/src/sap/base/util/restricted/_xor.js +1 -1
  47. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  48. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  49. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  50. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  51. package/src/sap/ui/Device.js +5 -5
  52. package/src/sap/ui/Global.js +4 -4
  53. package/src/sap/ui/base/Event.js +1 -1
  54. package/src/sap/ui/base/EventProvider.js +1 -1
  55. package/src/sap/ui/base/Interface.js +1 -1
  56. package/src/sap/ui/base/ManagedObject.js +1 -1
  57. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  58. package/src/sap/ui/base/ManagedObjectObserver.js +2 -2
  59. package/src/sap/ui/base/Metadata.js +1 -1
  60. package/src/sap/ui/base/Object.js +1 -1
  61. package/src/sap/ui/base/ObjectPool.js +1 -1
  62. package/src/sap/ui/core/.library +54 -51
  63. package/src/sap/ui/core/AccessKeysEnablement.js +173 -0
  64. package/src/sap/ui/core/BusyIndicator.js +1 -1
  65. package/src/sap/ui/core/Component.js +1 -1
  66. package/src/sap/ui/core/ComponentContainer.js +1 -1
  67. package/src/sap/ui/core/ComponentMetadata.js +11 -11
  68. package/src/sap/ui/core/ComponentSupport.js +1 -1
  69. package/src/sap/ui/core/Configuration.js +33 -5
  70. package/src/sap/ui/core/Control.js +1 -1
  71. package/src/sap/ui/core/Core.js +1 -1
  72. package/src/sap/ui/core/CustomData.js +1 -1
  73. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  74. package/src/sap/ui/core/Element.js +1 -1
  75. package/src/sap/ui/core/ElementMetadata.js +6 -4
  76. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  77. package/src/sap/ui/core/EventBus.js +1 -1
  78. package/src/sap/ui/core/ExtensionPoint.js +2 -2
  79. package/src/sap/ui/core/Fragment.js +1 -1
  80. package/src/sap/ui/core/HTML.js +1 -1
  81. package/src/sap/ui/core/History.js +1 -1
  82. package/src/sap/ui/core/Icon.js +1 -1
  83. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  84. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  85. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  86. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  87. package/src/sap/ui/core/InvisibleText.js +1 -1
  88. package/src/sap/ui/core/Item.js +1 -1
  89. package/src/sap/ui/core/LabelEnablement.js +1 -1
  90. package/src/sap/ui/core/LayoutData.js +1 -1
  91. package/src/sap/ui/core/ListItem.js +1 -1
  92. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  93. package/src/sap/ui/core/Locale.js +1 -1
  94. package/src/sap/ui/core/LocaleData.js +2 -3
  95. package/src/sap/ui/core/Manifest.js +3 -5
  96. package/src/sap/ui/core/Message.js +1 -1
  97. package/src/sap/ui/core/Popup.js +12 -7
  98. package/src/sap/ui/core/RenderManager.js +1 -1
  99. package/src/sap/ui/core/Renderer.js +1 -1
  100. package/src/sap/ui/core/ResizeHandler.js +1 -1
  101. package/src/sap/ui/core/ScrollBar.js +1 -1
  102. package/src/sap/ui/core/SeparatorItem.js +1 -1
  103. package/src/sap/ui/core/Title.js +1 -1
  104. package/src/sap/ui/core/TooltipBase.js +1 -1
  105. package/src/sap/ui/core/UIArea.js +1 -1
  106. package/src/sap/ui/core/UIComponent.js +1 -1
  107. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  108. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  109. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  110. package/src/sap/ui/core/XMLComposite.js +4 -1
  111. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  112. package/src/sap/ui/core/_IconRegistry.js +1 -1
  113. package/src/sap/ui/core/date/Buddhist.js +4 -4
  114. package/src/sap/ui/core/date/UniversalDate.js +144 -34
  115. package/src/sap/ui/core/delegate/ItemNavigation.js +2 -2
  116. package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
  117. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  118. package/src/sap/ui/core/dnd/DragDropInfo.js +3 -3
  119. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  120. package/src/sap/ui/core/dnd/DropInfo.js +1 -1
  121. package/src/sap/ui/core/format/DateFormat.js +31 -9
  122. package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
  123. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  124. package/src/sap/ui/core/library.js +44 -3
  125. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  126. package/src/sap/ui/core/message/Message.js +1 -1
  127. package/src/sap/ui/core/message/MessageManager.js +1 -1
  128. package/src/sap/ui/core/message/MessageParser.js +1 -1
  129. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  130. package/src/sap/ui/core/messagebundle.properties +2 -0
  131. package/src/sap/ui/core/messagebundle_cy.properties +1 -1
  132. package/src/sap/ui/core/messagebundle_el.properties +1 -1
  133. package/src/sap/ui/core/messagebundle_en.properties +57 -56
  134. package/src/sap/ui/core/messagebundle_en_GB.properties +57 -56
  135. package/src/sap/ui/core/messagebundle_fr.properties +1 -1
  136. package/src/sap/ui/core/messagebundle_fr_CA.properties +1 -1
  137. package/src/sap/ui/core/messagebundle_hi.properties +1 -1
  138. package/src/sap/ui/core/messagebundle_hu.properties +1 -1
  139. package/src/sap/ui/core/messagebundle_ko.properties +4 -4
  140. package/src/sap/ui/core/messagebundle_sh.properties +1 -1
  141. package/src/sap/ui/core/messagebundle_vi.properties +1 -1
  142. package/src/sap/ui/core/mvc/Controller.js +12 -12
  143. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  144. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  145. package/src/sap/ui/core/mvc/JSView.js +1 -1
  146. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  147. package/src/sap/ui/core/mvc/View.js +7 -7
  148. package/src/sap/ui/core/mvc/XMLView.js +1 -1
  149. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  150. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  151. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  152. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  153. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  154. package/src/sap/ui/core/routing/Router.js +3 -3
  155. package/src/sap/ui/core/search/OpenSearchProvider.js +2 -2
  156. package/src/sap/ui/core/search/SearchProvider.js +2 -2
  157. package/src/sap/ui/core/service/Service.js +1 -1
  158. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  159. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  160. package/src/sap/ui/core/support/Plugin.js +1 -1
  161. package/src/sap/ui/core/support/Support.js +2 -3
  162. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  163. package/src/sap/ui/core/support/plugins/Debugging.js +1 -1
  164. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  165. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  166. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  167. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  168. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  169. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  170. package/src/sap/ui/core/support/plugins/ViewInfo.js +2 -3
  171. package/src/sap/ui/core/themes/base/Icon.less +4 -0
  172. package/src/sap/ui/core/themes/base/global.less +5 -1
  173. package/src/sap/ui/core/themes/base/shared.less +6 -0
  174. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  175. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  176. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  177. package/src/sap/ui/core/tmpl/Template.js +1 -1
  178. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  179. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  180. package/src/sap/ui/core/util/Export.js +1 -1
  181. package/src/sap/ui/core/util/ExportCell.js +1 -1
  182. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  183. package/src/sap/ui/core/util/ExportRow.js +1 -1
  184. package/src/sap/ui/core/util/ExportType.js +1 -1
  185. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  186. package/src/sap/ui/core/util/File.js +1 -1
  187. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  188. package/src/sap/ui/core/util/MockServer.js +1 -1
  189. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  190. package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +0 -3
  191. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  192. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  193. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  194. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  195. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  196. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  197. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  198. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  199. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  200. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  201. package/src/sap/ui/debug/ControlTree.js +1 -1
  202. package/src/sap/ui/debug/DebugEnv.js +1 -1
  203. package/src/sap/ui/debug/PropertyList.js +1 -1
  204. package/src/sap/ui/model/ClientModel.js +1 -1
  205. package/src/sap/ui/model/CompositeDataState.js +1 -1
  206. package/src/sap/ui/model/CompositeType.js +1 -1
  207. package/src/sap/ui/model/DataState.js +1 -1
  208. package/src/sap/ui/model/MetaModel.js +1 -1
  209. package/src/sap/ui/model/Model.js +1 -1
  210. package/src/sap/ui/model/SelectionModel.js +1 -1
  211. package/src/sap/ui/model/SimpleType.js +1 -1
  212. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  213. package/src/sap/ui/model/Type.js +1 -1
  214. package/src/sap/ui/model/_Helper.js +3 -1
  215. package/src/sap/ui/model/base/ManagedObjectModel.js +2 -2
  216. package/src/sap/ui/model/json/JSONModel.js +1 -1
  217. package/src/sap/ui/model/message/MessageModel.js +1 -1
  218. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  219. package/src/sap/ui/model/odata/ODataMessageParser.js +4 -4
  220. package/src/sap/ui/model/odata/ODataMetaModel.js +31 -8
  221. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  222. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  223. package/src/sap/ui/model/odata/ODataTreeBindingFlat.js +332 -182
  224. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  225. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  226. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  227. package/src/sap/ui/model/odata/type/Date.js +1 -1
  228. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  229. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  230. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  231. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
  232. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  233. package/src/sap/ui/model/odata/type/Double.js +1 -1
  234. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  235. package/src/sap/ui/model/odata/type/Int.js +1 -1
  236. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  237. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  238. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  239. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  240. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  241. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  242. package/src/sap/ui/model/odata/type/Single.js +1 -1
  243. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  244. package/src/sap/ui/model/odata/type/String.js +1 -1
  245. package/src/sap/ui/model/odata/type/Time.js +1 -1
  246. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  247. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  248. package/src/sap/ui/model/odata/v2/Context.js +1 -1
  249. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  250. package/src/sap/ui/model/odata/v2/ODataListBinding.js +25 -0
  251. package/src/sap/ui/model/odata/v2/ODataModel.js +50 -19
  252. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +4 -1
  253. package/src/sap/ui/model/odata/v4/Context.js +84 -30
  254. package/src/sap/ui/model/odata/v4/ODataBinding.js +8 -8
  255. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +26 -27
  256. package/src/sap/ui/model/odata/v4/ODataListBinding.js +217 -133
  257. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
  258. package/src/sap/ui/model/odata/v4/ODataModel.js +3 -2
  259. package/src/sap/ui/model/odata/v4/ODataParentBinding.js +10 -13
  260. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +4 -4
  261. package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +135 -28
  262. package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +133 -16
  263. package/src/sap/ui/model/odata/v4/lib/_Cache.js +278 -143
  264. package/src/sap/ui/model/odata/v4/lib/_Helper.js +31 -9
  265. package/src/sap/ui/model/odata/v4/lib/_Requestor.js +5 -5
  266. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  267. package/src/sap/ui/model/type/Boolean.js +1 -1
  268. package/src/sap/ui/model/type/Currency.js +1 -1
  269. package/src/sap/ui/model/type/Date.js +1 -1
  270. package/src/sap/ui/model/type/DateInterval.js +1 -1
  271. package/src/sap/ui/model/type/DateTime.js +1 -1
  272. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  273. package/src/sap/ui/model/type/FileSize.js +1 -1
  274. package/src/sap/ui/model/type/Float.js +1 -1
  275. package/src/sap/ui/model/type/Integer.js +1 -1
  276. package/src/sap/ui/model/type/String.js +1 -1
  277. package/src/sap/ui/model/type/Time.js +1 -1
  278. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  279. package/src/sap/ui/model/type/Unit.js +1 -1
  280. package/src/sap/ui/model/xml/XMLModel.js +4 -2
  281. package/src/sap/ui/performance/trace/FESR.js +27 -24
  282. package/src/sap/ui/performance/trace/Interaction.js +66 -16
  283. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  284. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  285. package/src/sap/ui/test/actions/Press.js +7 -0
  286. package/src/sap/ui/test/generic/TestBase.js +1 -1
  287. package/src/sap/ui/test/matchers/AggregationContainsPropertyEqual.js +2 -3
  288. package/src/sap/ui/test/matchers/AggregationFilled.js +2 -3
  289. package/src/sap/ui/test/matchers/AggregationLengthEquals.js +2 -3
  290. package/src/sap/ui/test/opaQunit.js +11 -6
  291. package/src/sap/ui/test/pipelines/ActionPipeline.js +2 -3
  292. package/src/sap/ui/test/pipelines/MatcherPipeline.js +2 -3
  293. package/src/sap/ui/test/pipelines/PipelineFactory.js +2 -3
  294. package/src/sap/ui/util/Storage.js +1 -1
@@ -29,7 +29,7 @@ sap.ui.define(['sap/ui/core/message/MessageProcessor'],
29
29
  * @extends sap.ui.core.message.MessageProcessor
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.104.0
32
+ * @version 1.105.1
33
33
  *
34
34
  * @public
35
35
  * @alias sap.ui.core.message.ControlMessageProcessor
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.base.Object
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.104.0
38
+ * @version 1.105.1
39
39
  *
40
40
  * @param {object} [mParameters] a map which contains the following parameter properties:
41
41
  * @param {string} [mParameters.id] The message id: will be generated if no id is set
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * @extends sap.ui.base.EventProvider
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.104.0
49
+ * @version 1.105.1
50
50
  *
51
51
  * @public
52
52
  * @alias sap.ui.core.message.MessageManager
@@ -24,7 +24,7 @@ sap.ui.define(["sap/ui/base/Object", "sap/base/Log"],
24
24
  * @extends sap.ui.base.Object
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.104.0
27
+ * @version 1.105.1
28
28
  * @public
29
29
  * @abstract
30
30
  * @alias sap.ui.core.message.MessageParser
@@ -27,7 +27,7 @@ sap.ui.define(['sap/ui/base/EventProvider', "sap/base/util/uid"],
27
27
  * @extends sap.ui.base.EventProvider
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.104.0
30
+ * @version 1.105.1
31
31
  *
32
32
  * @public
33
33
  * @alias sap.ui.core.message.MessageProcessor
@@ -546,6 +546,8 @@ TestRecorder.Inspect.Snippet.Dialect.Raw=raw selector
546
546
  TestRecorder.Inspect.Snippet.Dialect.OPA5=OPA5
547
547
  #XTIT: Title for the UIVeri5 dialect
548
548
  TestRecorder.Inspect.Snippet.Dialect.UIVeri5=UIVeri5
549
+ #XTIT: Title for the WDI5 dialect
550
+ TestRecorder.Inspect.Snippet.Dialect.WDI5=wdi5
549
551
  #XFLD: Label for 'multiple snippet' switch
550
552
  TestRecorder.Inspect.Snippet.MultiSwitch.Label=Multiple:
551
553
 
@@ -4,7 +4,7 @@ SAPUI5_GM_ZSTEP=Zoom step {0}
4
4
 
5
5
  VALUE_STATE_ERROR=Cofnod annilys
6
6
  VALUE_STATE_WARNING=Rhoddwyd rhybudd
7
- VALUE_STATE_SUCCESS=Cofnod wedi\u2019i ddilysu\u2019n llwyddiannus
7
+ VALUE_STATE_SUCCESS=Wedi llwyddo i ddilysu cofnod
8
8
  VALUE_STATE_INFORMATION=Cofnod gwybodaeth
9
9
 
10
10
  INDICATION_STATE_INDICATION01=Lliw Dynodi 1
@@ -4,7 +4,7 @@ SAPUI5_GM_ZSTEP=Zoom step {0}
4
4
 
5
5
  VALUE_STATE_ERROR=\u0391\u03BA\u03C5\u03C1\u03B7 \u03BA\u03B1\u03C4\u03B1\u03C7\u03CE\u03C1\u03B9\u03C3\u03B7
6
6
  VALUE_STATE_WARNING=\u03A0\u03C1\u03BF\u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03B5\u03BA\u03B4\u03CC\u03B8\u03B7\u03BA\u03B5
7
- VALUE_STATE_SUCCESS=\u039A\u03B1\u03C4\u03B1\u03C7\u03CE\u03C1\u03B9\u03C3\u03B7 \u03B5\u03BB\u03AD\u03B3\u03C7\u03B8\u03B7\u03BA\u03B5 \u03B5\u03C0\u03B9\u03C4\u03C5\u03C7\u03CE\u03C2
7
+ VALUE_STATE_SUCCESS=\u039A\u03B1\u03C4\u03B1\u03C7\u03CE\u03C1\u03B9\u03C3\u03B7 \u03B5\u03C0\u03B9\u03BA\u03C5\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5 \u03BC\u03B5 \u03B5\u03C0\u03B9\u03C4\u03C5\u03C7\u03AF\u03B1
8
8
  VALUE_STATE_INFORMATION=\u03A0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03B9\u03B1\u03BA\u03AE \u03BA\u03B1\u03C4\u03B1\u03C7\u03CE\u03C1\u03B9\u03C3\u03B7
9
9
 
10
10
  INDICATION_STATE_INDICATION01=\u03A7\u03C1\u03CE\u03BC\u03B1 \u0395\u03BD\u03B4\u03B5\u03B9\u03BE\u03B7\u03C2 1
@@ -4,7 +4,7 @@ SAPUI5_GM_ZSTEP=Zoom step {0}
4
4
 
5
5
  VALUE_STATE_ERROR=Invalid entry
6
6
  VALUE_STATE_WARNING=Warning issued
7
- VALUE_STATE_SUCCESS=Entry successfully validated
7
+ VALUE_STATE_SUCCESS=Entry validated successfully
8
8
  VALUE_STATE_INFORMATION=Informative entry
9
9
 
10
10
  INDICATION_STATE_INDICATION01=Indication Color 1
@@ -57,78 +57,78 @@ CommunicationError=Communication error
57
57
  NO=No
58
58
  YES=Yes
59
59
  EnterYesOrNo=Enter "{0}" or "{1}".
60
- EnterDigitsOnly=Enter only digits
60
+ EnterDigitsOnly=Enter only digits.
61
61
  EnterMaximumOfDigits=Enter a maximum of {0} digits.
62
- EnterNumber=Enter a number
63
- EnterNumberPrecision=Enter a number with a maximum of {0} digits, including any decimal places
64
- EnterNumberInteger=Enter a number with a maximum of {0} digits to the left of the decimal separator
65
- EnterNumberFraction=Enter a number with a maximum of {0} decimal places
66
- EnterNumberIntegerFraction=Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places
67
- EnterNumberFractionOnly=Enter a number with an absolute value less than 1 and a maximum of {0} decimal places
68
- EnterNumberMin=Enter a number with a minimum value of {0}
69
- EnterNumberMinExclusive=Enter a number greater than {0}
70
- EnterNumberMax=Enter a number with a maximum value of {0}
71
- EnterNumberMaxExclusive=Enter a number less than {0}
72
- EnterText=Enter a text
73
- EnterTextMaxLength=Enter a text with a maximum of {0} characters and spaces
62
+ EnterNumber=Enter a number.
63
+ EnterNumberPrecision=Enter a number with a maximum of {0} digits, including any decimal places.
64
+ EnterNumberInteger=Enter a number with a maximum of {0} digits to the left of the decimal separator.
65
+ EnterNumberFraction=Enter a number with a maximum of {0} decimal places.
66
+ EnterNumberIntegerFraction=Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places.
67
+ EnterNumberFractionOnly=Enter a number with an absolute value less than 1 and a maximum of {0} decimal places.
68
+ EnterNumberMin=Enter a number with a minimum value of {0}.
69
+ EnterNumberMinExclusive=Enter a number greater than {0}.
70
+ EnterNumberMax=Enter a number with a maximum value of {0}.
71
+ EnterNumberMaxExclusive=Enter a number less than {0}.
72
+ EnterText=Enter a text.
73
+ EnterTextMaxLength=Enter a text with a maximum of {0} characters and spaces.
74
74
  EnterInt=Enter a number without decimals.
75
- EnterDateTime=Enter a valid date and a valid time in the following format\: {0}
76
- EnterDateTimeTimezone=Enter a valid time zone, for example\: {0}
77
- EnterDate=Enter a valid date in the following format\: {0}
78
- EnterGuid=Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
79
- EnterTime=Enter a valid time in the following format\: {0}
75
+ EnterDateTime=Enter a valid date and a valid time in the following format\: {0}.
76
+ EnterDateTimeTimezone=Enter a valid time zone, for example\: {0}.
77
+ EnterDate=Enter a valid date in the following format\: {0}.
78
+ EnterGuid=Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF.
79
+ EnterTime=Enter a valid time in the following format\: {0}.
80
80
  Currency.WithDecimals=This currency supports a maximum of {0} decimals. Adjust the amount or enter a different currency.
81
- Currency.WithoutDecimals=This currency supports does not support decimals. Adjust the amount or enter a different currency.
81
+ Currency.WithoutDecimals=This currency does not support decimals. Adjust the amount or enter a different currency.
82
82
  Unit.WithDecimals=This unit supports a maximum of {0} decimals. Adjust the value or enter a different unit.
83
83
  Unit.WithoutDecimals=This unit does not support decimals. Adjust the value or enter a different unit.
84
84
 
85
85
 
86
- Boolean.Invalid=Enter a valid Boolean value
86
+ Boolean.Invalid=Enter a valid Boolean value.
87
87
 
88
- Integer.Invalid=Enter a valid number
89
- Integer.Minimum=Enter a number greater than or equal to {0}
90
- Integer.Maximum=Enter a number less than or equal to {0}
88
+ Integer.Invalid=Enter a valid number.
89
+ Integer.Minimum=Enter a number greater than or equal to {0}.
90
+ Integer.Maximum=Enter a number less than or equal to {0}.
91
91
 
92
- Float.Invalid=Enter a valid number
93
- Float.Minimum=Enter a number greater than or equal to {0}
94
- Float.Maximum=Enter a number less than or equal to {0}
92
+ Float.Invalid=Enter a valid number.
93
+ Float.Minimum=Enter a number greater than or equal to {0}.
94
+ Float.Maximum=Enter a number less than or equal to {0}.
95
95
 
96
- Currency.Invalid=Enter a valid currency amount
97
- Currency.InvalidMeasure=Enter a valid currency
98
- Currency.Minimum=Enter an amount greater than or equal to {0}
99
- Currency.Maximum=Enter an amount less than or equal to {0}
96
+ Currency.Invalid=Enter a valid currency amount.
97
+ Currency.InvalidMeasure=Enter a valid currency.
98
+ Currency.Minimum=Enter an amount greater than or equal to {0}.
99
+ Currency.Maximum=Enter an amount less than or equal to {0}.
100
100
 
101
- Unit.Invalid=Enter a valid unit amount
102
- Unit.InvalidMeasure=Enter a valid unit
103
- Unit.Minimum=Enter an amount greater than or equal to {0}
104
- Unit.Maximum=Enter an amount less than or equal to {0}
105
- Unit.Decimals=Enter an amount with less decimals than {0}
101
+ Unit.Invalid=Enter a valid unit amount.
102
+ Unit.InvalidMeasure=Enter a valid unit.
103
+ Unit.Minimum=Enter an amount greater than or equal to {0}.
104
+ Unit.Maximum=Enter an amount less than or equal to {0}.
105
+ Unit.Decimals=Enter an amount with less decimals than {0}.
106
106
 
107
- FileSize.Invalid=Enter a valid file size
108
- FileSize.Minimum=Enter a file size greater than or equal to {0}
109
- FileSize.Maximum=Enter a file size lower than or equal to {0}
107
+ FileSize.Invalid=Enter a valid file size.
108
+ FileSize.Minimum=Enter a file size greater than or equal to {0}.
109
+ FileSize.Maximum=Enter a file size lower than or equal to {0}.
110
110
 
111
- Date.Invalid=Enter a date
112
- Date.Minimum=Enter a date after {0}
113
- Date.Maximum=Enter a date before {0}
111
+ Date.Invalid=Enter a date.
112
+ Date.Minimum=Enter a date after {0}.
113
+ Date.Maximum=Enter a date before {0}.
114
114
 
115
- Time.Invalid=Enter a valid time
116
- Time.Minimum=Enter a time after {0}
117
- Time.Maximum=Enter a time before {0}
115
+ Time.Invalid=Enter a valid time.
116
+ Time.Minimum=Enter a time after {0}.
117
+ Time.Maximum=Enter a time before {0}.
118
118
 
119
- DateTime.Invalid=Enter a valid date and time
120
- DateTime.Minimum=Enter a date and time after {0}
121
- DateTime.Maximum=Enter a date and time before {0}
119
+ DateTime.Invalid=Enter a valid date and time.
120
+ DateTime.Minimum=Enter a date and time after {0}.
121
+ DateTime.Maximum=Enter a date and time before {0}.
122
122
 
123
- DateInterval.Invalid=Enter a valid date interval
123
+ DateInterval.Invalid=Enter a valid date interval.
124
124
 
125
- String.MinLength=Enter a value with at least {0} characters
126
- String.MaxLength=Enter a value with no more than {0} characters
127
- String.StartsWith=Enter a value starting with "{0}"
128
- String.EndsWith=Enter a value ending with "{0}"
129
- String.Contains=Enter a value containing "{0}"
130
- String.Equals=Enter value "{0}"
131
- String.Search=Enter a valid value
125
+ String.MinLength=Enter a value with at least {0} characters.
126
+ String.MaxLength=Enter a value with no more than {0} characters.
127
+ String.StartsWith=Enter a value starting with "{0}".
128
+ String.EndsWith=Enter a value ending with "{0}".
129
+ String.Contains=Enter a value containing "{0}".
130
+ String.Equals=Enter value "{0}".
131
+ String.Search=Enter a valid value.
132
132
 
133
133
  ACC_CTR_TYPE_IMAGE=Image
134
134
  ACC_CTR_TYPE_BUTTON=Button
@@ -295,6 +295,7 @@ TestRecorder.Inspect.Snippet.Dropdown.Label=Select a dialect\:
295
295
  TestRecorder.Inspect.Snippet.Dialect.Raw=Raw Selector
296
296
  TestRecorder.Inspect.Snippet.Dialect.OPA5=OPA5
297
297
  TestRecorder.Inspect.Snippet.Dialect.UIVeri5=UIVeri5
298
+ TestRecorder.Inspect.Snippet.Dialect.WDI5=wdi5
298
299
  TestRecorder.Inspect.Snippet.MultiSwitch.Label=Multiple\:
299
300
 
300
301
  TestRecorder.Inspect.Snippet.Copy.Text=Copy
@@ -4,7 +4,7 @@ SAPUI5_GM_ZSTEP=Zoom step {0}
4
4
 
5
5
  VALUE_STATE_ERROR=Invalid entry
6
6
  VALUE_STATE_WARNING=Warning issued
7
- VALUE_STATE_SUCCESS=Entry successfully validated
7
+ VALUE_STATE_SUCCESS=Entry validated successfully
8
8
  VALUE_STATE_INFORMATION=Informative entry
9
9
 
10
10
  INDICATION_STATE_INDICATION01=Indication Colour 1
@@ -57,78 +57,78 @@ CommunicationError=Communication error
57
57
  NO=No
58
58
  YES=Yes
59
59
  EnterYesOrNo=Enter "{0}" or "{1}".
60
- EnterDigitsOnly=Enter only digits
60
+ EnterDigitsOnly=Enter only digits.
61
61
  EnterMaximumOfDigits=Enter a maximum of {0} digits.
62
- EnterNumber=Enter a number
63
- EnterNumberPrecision=Enter a number with a maximum of {0} digits, including any decimal places
64
- EnterNumberInteger=Enter a number with a maximum of {0} digits to the left of the decimal separator
65
- EnterNumberFraction=Enter a number with a maximum of {0} decimal places
66
- EnterNumberIntegerFraction=Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places
67
- EnterNumberFractionOnly=Enter a number with an absolute value less than 1 and a maximum of {0} decimal places
68
- EnterNumberMin=Enter a number with a minimum value of {0}
69
- EnterNumberMinExclusive=Enter a number greater than {0}
70
- EnterNumberMax=Enter a number with a maximum value of {0}
71
- EnterNumberMaxExclusive=Enter a number less than {0}
72
- EnterText=Enter a text
73
- EnterTextMaxLength=Enter a text with a maximum of {0} characters and spaces
62
+ EnterNumber=Enter a number.
63
+ EnterNumberPrecision=Enter a number with a maximum of {0} digits, including any decimal places.
64
+ EnterNumberInteger=Enter a number with a maximum of {0} digits to the left of the decimal separator.
65
+ EnterNumberFraction=Enter a number with a maximum of {0} decimal places.
66
+ EnterNumberIntegerFraction=Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places.
67
+ EnterNumberFractionOnly=Enter a number with an absolute value less than 1 and a maximum of {0} decimal places.
68
+ EnterNumberMin=Enter a number with a minimum value of {0}.
69
+ EnterNumberMinExclusive=Enter a number greater than {0}.
70
+ EnterNumberMax=Enter a number with a maximum value of {0}.
71
+ EnterNumberMaxExclusive=Enter a number less than {0}.
72
+ EnterText=Enter a text.
73
+ EnterTextMaxLength=Enter a text with a maximum of {0} characters and spaces.
74
74
  EnterInt=Enter a number without decimals.
75
- EnterDateTime=Enter a valid date and a valid time in the following format\: {0}
76
- EnterDateTimeTimezone=Enter a valid time zone, for example\: {0}
77
- EnterDate=Enter a valid date in the following format\: {0}
78
- EnterGuid=Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
79
- EnterTime=Enter a valid time in the following format\: {0}
75
+ EnterDateTime=Enter a valid date and a valid time in the following format\: {0}.
76
+ EnterDateTimeTimezone=Enter a valid time zone, for example\: {0}.
77
+ EnterDate=Enter a valid date in the following format\: {0}.
78
+ EnterGuid=Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF.
79
+ EnterTime=Enter a valid time in the following format\: {0}.
80
80
  Currency.WithDecimals=This currency supports a maximum of {0} decimals. Adjust the amount or enter a different currency.
81
- Currency.WithoutDecimals=This currency supports does not support decimals. Adjust the amount or enter a different currency.
81
+ Currency.WithoutDecimals=This currency does not support decimals. Adjust the amount or enter a different currency.
82
82
  Unit.WithDecimals=This unit supports a maximum of {0} decimals. Adjust the value or enter a different unit.
83
83
  Unit.WithoutDecimals=This unit does not support decimals. Adjust the value or enter a different unit.
84
84
 
85
85
 
86
- Boolean.Invalid=Enter a valid Boolean value
86
+ Boolean.Invalid=Enter a valid Boolean value.
87
87
 
88
- Integer.Invalid=Enter a valid number
89
- Integer.Minimum=Enter a number greater than or equal to {0}
90
- Integer.Maximum=Enter a number less than or equal to {0}
88
+ Integer.Invalid=Enter a valid number.
89
+ Integer.Minimum=Enter a number greater than or equal to {0}.
90
+ Integer.Maximum=Enter a number less than or equal to {0}.
91
91
 
92
- Float.Invalid=Enter a valid number
93
- Float.Minimum=Enter a number greater than or equal to {0}
94
- Float.Maximum=Enter a number less than or equal to {0}
92
+ Float.Invalid=Enter a valid number.
93
+ Float.Minimum=Enter a number greater than or equal to {0}.
94
+ Float.Maximum=Enter a number less than or equal to {0}.
95
95
 
96
- Currency.Invalid=Enter a valid currency amount
97
- Currency.InvalidMeasure=Enter a valid currency
98
- Currency.Minimum=Enter an amount greater than or equal to {0}
99
- Currency.Maximum=Enter an amount less than or equal to {0}
96
+ Currency.Invalid=Enter a valid currency amount.
97
+ Currency.InvalidMeasure=Enter a valid currency.
98
+ Currency.Minimum=Enter an amount greater than or equal to {0}.
99
+ Currency.Maximum=Enter an amount less than or equal to {0}.
100
100
 
101
- Unit.Invalid=Enter a valid unit amount
102
- Unit.InvalidMeasure=Enter a valid unit
103
- Unit.Minimum=Enter an amount greater than or equal to {0}
104
- Unit.Maximum=Enter an amount less than or equal to {0}
105
- Unit.Decimals=Enter an amount with fewer decimals than {0}
101
+ Unit.Invalid=Enter a valid unit amount.
102
+ Unit.InvalidMeasure=Enter a valid unit.
103
+ Unit.Minimum=Enter an amount greater than or equal to {0}.
104
+ Unit.Maximum=Enter an amount less than or equal to {0}.
105
+ Unit.Decimals=Enter an amount with fewer decimals than {0}.
106
106
 
107
- FileSize.Invalid=Enter a valid file size
108
- FileSize.Minimum=Enter a file size greater than or equal to {0}
109
- FileSize.Maximum=Enter a file size less than or equal to {0}
107
+ FileSize.Invalid=Enter a valid file size.
108
+ FileSize.Minimum=Enter a file size greater than or equal to {0}.
109
+ FileSize.Maximum=Enter a file size lower than or equal to {0}.
110
110
 
111
- Date.Invalid=Enter a date
112
- Date.Minimum=Enter a date after {0}
113
- Date.Maximum=Enter a date before {0}
111
+ Date.Invalid=Enter a date.
112
+ Date.Minimum=Enter a date after {0}.
113
+ Date.Maximum=Enter a date before {0}.
114
114
 
115
- Time.Invalid=Enter a valid time
116
- Time.Minimum=Enter a time after {0}
117
- Time.Maximum=Enter a time before {0}
115
+ Time.Invalid=Enter a valid time.
116
+ Time.Minimum=Enter a time after {0}.
117
+ Time.Maximum=Enter a time before {0}.
118
118
 
119
- DateTime.Invalid=Enter a valid date and time
120
- DateTime.Minimum=Enter a date and time after {0}
121
- DateTime.Maximum=Enter a date and time before {0}
119
+ DateTime.Invalid=Enter a valid date and time.
120
+ DateTime.Minimum=Enter a date and time after {0}.
121
+ DateTime.Maximum=Enter a date and time before {0}.
122
122
 
123
- DateInterval.Invalid=Enter a valid date interval
123
+ DateInterval.Invalid=Enter a valid date interval.
124
124
 
125
- String.MinLength=Enter a value with at least {0} characters
126
- String.MaxLength=Enter a value with no more than {0} characters
127
- String.StartsWith=Enter a value starting with "{0}"
128
- String.EndsWith=Enter a value ending with "{0}"
129
- String.Contains=Enter a value containing "{0}"
130
- String.Equals=Enter value "{0}"
131
- String.Search=Enter a valid value
125
+ String.MinLength=Enter a value with at least {0} characters.
126
+ String.MaxLength=Enter a value with no more than {0} characters.
127
+ String.StartsWith=Enter a value starting with "{0}".
128
+ String.EndsWith=Enter a value ending with "{0}".
129
+ String.Contains=Enter a value containing "{0}".
130
+ String.Equals=Enter value "{0}".
131
+ String.Search=Enter a valid value.
132
132
 
133
133
  ACC_CTR_TYPE_IMAGE=Image
134
134
  ACC_CTR_TYPE_BUTTON=Button
@@ -295,6 +295,7 @@ TestRecorder.Inspect.Snippet.Dropdown.Label=Select a dialect\:
295
295
  TestRecorder.Inspect.Snippet.Dialect.Raw=Raw Selector
296
296
  TestRecorder.Inspect.Snippet.Dialect.OPA5=OPA5
297
297
  TestRecorder.Inspect.Snippet.Dialect.UIVeri5=UIVeri5
298
+ TestRecorder.Inspect.Snippet.Dialect.WDI5=wdi5
298
299
  TestRecorder.Inspect.Snippet.MultiSwitch.Label=Multiple\:
299
300
 
300
301
  TestRecorder.Inspect.Snippet.Copy.Text=Copy
@@ -4,7 +4,7 @@ SAPUI5_GM_ZSTEP=Zoom step {0}
4
4
 
5
5
  VALUE_STATE_ERROR=Entr\u00E9e non valide
6
6
  VALUE_STATE_WARNING=Avertissement \u00E9mis
7
- VALUE_STATE_SUCCESS=Entr\u00E9e correctement valid\u00E9e
7
+ VALUE_STATE_SUCCESS=Entr\u00E9e valid\u00E9e correctement
8
8
  VALUE_STATE_INFORMATION=Entr\u00E9e pour information
9
9
 
10
10
  INDICATION_STATE_INDICATION01=Couleur d'affichage 1
@@ -4,7 +4,7 @@ SAPUI5_GM_ZSTEP=Zoom step {0}
4
4
 
5
5
  VALUE_STATE_ERROR=Saisie non valide
6
6
  VALUE_STATE_WARNING=Avertissement g\u00E9n\u00E9r\u00E9
7
- VALUE_STATE_SUCCESS=Saisie valid\u00E9e avec succ\u00E8s
7
+ VALUE_STATE_SUCCESS=Entr\u00E9e valid\u00E9e correctement
8
8
  VALUE_STATE_INFORMATION=Saisie informative
9
9
 
10
10
  INDICATION_STATE_INDICATION01=Couleur d'affichage 1
@@ -4,7 +4,7 @@ SAPUI5_GM_ZSTEP=Zoom step {0}
4
4
 
5
5
  VALUE_STATE_ERROR=\u0905\u092E\u093E\u0928\u094D\u092F \u092A\u094D\u0930\u0935\u093F\u0937\u094D\u091F\u093F
6
6
  VALUE_STATE_WARNING=\u091A\u0947\u0924\u093E\u0935\u0928\u0940 \u091C\u093E\u0930\u0940
7
- VALUE_STATE_SUCCESS=\u092A\u094D\u0930\u0935\u093F\u0937\u094D\u091F\u093F \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092E\u093E\u0928\u094D\u092F \u0939\u0941\u0908
7
+ VALUE_STATE_SUCCESS=\u092A\u094D\u0930\u0935\u093F\u0937\u094D\u091F\u093F \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0924\u094D\u092F\u093E\u092A\u093F\u0924 \u0915\u0940 \u0917\u0908
8
8
  VALUE_STATE_INFORMATION=\u0938\u0942\u091A\u0928\u093E\u092A\u094D\u0930\u0926 \u092A\u094D\u0930\u0935\u093F\u0937\u094D\u091F\u093F
9
9
 
10
10
  INDICATION_STATE_INDICATION01=\u0938\u0902\u0915\u0947\u0924 \u0930\u0902\u0917 1
@@ -4,7 +4,7 @@ SAPUI5_GM_ZSTEP=Zoom step {0}
4
4
 
5
5
  VALUE_STATE_ERROR=\u00C9rv\u00E9nytelen bevitel
6
6
  VALUE_STATE_WARNING=Figyelmeztet\u00E9s megjelen\u00EDt\u00E9se
7
- VALUE_STATE_SUCCESS=A bejegyz\u00E9s sikeresen \u00E9rv\u00E9nyes\u00EDtve
7
+ VALUE_STATE_SUCCESS=A bejegyz\u00E9s sikeresen ellen\u0151rizve
8
8
  VALUE_STATE_INFORMATION=Informat\u00EDv bejegyz\u00E9s
9
9
 
10
10
  INDICATION_STATE_INDICATION01=1. jelz\u0151sz\u00EDn
@@ -2,9 +2,9 @@
2
2
  SAPUI5_FRIDAY=Friday
3
3
  SAPUI5_GM_ZSTEP=Zoom step {0}
4
4
 
5
- VALUE_STATE_ERROR=\uC5D4\uD2B8\uB9AC\uAC00 \uC720\uD6A8\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
5
+ VALUE_STATE_ERROR=\uC798\uBABB\uB41C \uC5D4\uD2B8\uB9AC
6
6
  VALUE_STATE_WARNING=\uACBD\uACE0 \uBC1C\uC0DD
7
- VALUE_STATE_SUCCESS=\uC720\uD6A8\uD55C \uC5D4\uD2B8\uB9AC\uC785\uB2C8\uB2E4.
7
+ VALUE_STATE_SUCCESS=\uC5D4\uD2B8\uB9AC \uC720\uD6A8\uC131 \uD655\uC778\uB428
8
8
  VALUE_STATE_INFORMATION=\uC815\uBCF4 \uC5D4\uD2B8\uB9AC
9
9
 
10
10
  INDICATION_STATE_INDICATION01=\uD45C\uC2DC \uC0C9 1
@@ -54,7 +54,7 @@ NAN=\uC22B\uC790 \uC544\uB2D8
54
54
  CommunicationError=\uD1B5\uC2E0 \uC624\uB958
55
55
 
56
56
 
57
- NO=\uC544\uB2C8\uC694
57
+ NO=\uC544\uB2C8\uC624
58
58
  YES=\uC608
59
59
  EnterYesOrNo="{0}" \uB610\uB294 "{1}"\uC744(\uB97C) \uC785\uB825\uD558\uC2ED\uC2DC\uC624.
60
60
  EnterDigitsOnly=\uC22B\uC790\uB9CC \uC785\uB825\uD558\uC2ED\uC2DC\uC624.
@@ -176,7 +176,7 @@ Icon.message-warning=\uACBD\uACE0
176
176
  Icon.move=\uC774\uB3D9
177
177
  Icon.multi-select=\uBCF5\uC218 \uC120\uD0DD
178
178
  Icon.nav-back=\uB3CC\uC544\uAC00\uAE30
179
- Icon.overflow=\uB354 \uBCF4\uAE30
179
+ Icon.overflow=\uAE30\uD0C0
180
180
  Icon.redo=\uC7AC\uC2E4\uD589
181
181
  Icon.refresh=\uC0C8\uB85C \uACE0\uCE68
182
182
  Icon.resize=\uD06C\uAE30 \uC870\uC815
@@ -4,7 +4,7 @@ SAPUI5_GM_ZSTEP=Zoom step {0}
4
4
 
5
5
  VALUE_STATE_ERROR=Neva\u017Ee\u0107i unos
6
6
  VALUE_STATE_WARNING=Upozorenja izdato
7
- VALUE_STATE_SUCCESS=Unos uspe\u0161no vrednovan
7
+ VALUE_STATE_SUCCESS=Unos uspe\u0161no validiran
8
8
  VALUE_STATE_INFORMATION=Informativni unos
9
9
 
10
10
  INDICATION_STATE_INDICATION01=Boja indikacije 1
@@ -4,7 +4,7 @@ SAPUI5_GM_ZSTEP=Zoom step {0}
4
4
 
5
5
  VALUE_STATE_ERROR=Mu\u0323c nh\u00E2\u0323p kh\u00F4ng h\u01A1\u0323p l\u00EA\u0323
6
6
  VALUE_STATE_WARNING=Ca\u0309nh ba\u0301o \u0111\u01B0\u01A1\u0323c pha\u0301t ha\u0300nh
7
- VALUE_STATE_SUCCESS=Mu\u0323c nh\u00E2\u0323p \u0111\u01B0\u01A1\u0323c la\u0300m cho co\u0301 hi\u00EA\u0323u l\u01B0\u0323c tha\u0300nh c\u00F4ng
7
+ VALUE_STATE_SUCCESS=Mu\u0323c nh\u00E2\u0323p \u0111\u01B0\u01A1\u0323c xa\u0301c th\u01B0\u0323c tha\u0300nh c\u00F4ng
8
8
  VALUE_STATE_INFORMATION=Mu\u0323c nh\u00E2\u0323p th\u00F4ng tin
9
9
 
10
10
  INDICATION_STATE_INDICATION01=Ma\u0300u chi\u0309 ba\u0301o 1
@@ -654,8 +654,8 @@ sap.ui.define([
654
654
  };
655
655
 
656
656
  /**
657
- * Returns the view associated with this controller or undefined.
658
- * @return {sap.ui.core.mvc.View} View connected to this controller.
657
+ * Returns the view associated with this controller or <code>undefined</code>.
658
+ * @returns {sap.ui.core.mvc.View|undefined} View connected to this controller.
659
659
  * @public
660
660
  */
661
661
  Controller.prototype.getView = function() {
@@ -670,10 +670,10 @@ sap.ui.define([
670
670
  * This method helps to find an element by its local ID only.
671
671
  *
672
672
  * If no view is connected or if the view doesn't contain an element with
673
- * the given local ID, undefined is returned.
673
+ * the given local ID, <code>undefined</code> is returned.
674
674
  *
675
675
  * @param {string} sId View-local ID
676
- * @return {sap.ui.core.Element} Element by its (view local) ID
676
+ * @returns {sap.ui.core.Element|undefined} Element by its (view local) ID
677
677
  * @public
678
678
  */
679
679
  Controller.prototype.byId = function(sId) {
@@ -685,10 +685,10 @@ sap.ui.define([
685
685
  * Converts a view local ID to a globally unique one by prepending
686
686
  * the view ID.
687
687
  *
688
- * If no view is connected, undefined is returned.
688
+ * If no view is connected, <code>undefined</code> is returned.
689
689
  *
690
690
  * @param {string} sId View-local ID
691
- * @return {string} Prefixed ID
691
+ * @returns {string|undefined} Prefixed ID
692
692
  * @public
693
693
  */
694
694
  Controller.prototype.createId = function(sId) {
@@ -699,9 +699,9 @@ sap.ui.define([
699
699
  * Gets the component of the controller's view
700
700
  *
701
701
  * If there is no Component connected to the view or the view is not connected to the controller,
702
- * undefined is returned.
702
+ * <code>undefined</code> is returned.
703
703
  *
704
- * @return {sap.ui.core.Component} Component instance
704
+ * @return {sap.ui.core.Component|undefined} Component instance
705
705
  * @since 1.23.0
706
706
  * @public
707
707
  */
@@ -783,11 +783,11 @@ sap.ui.define([
783
783
  * @param {object} mOptions Options regarding fragment loading
784
784
  * @param {string} mOptions.name The Fragment name, which must correspond to a Fragment which can be loaded via the module system
785
785
  * (fragmentName + suffix ".fragment.[typeextension]") and which contains the Fragment definition.
786
- * @param {object} [mOptions.addToDependents=true] Whether the fragment content should be added to the <code>dependents</code> aggregation of the view
787
- * @param {object} [mOptions.autoPrefixId=true] Whether the IDs of the fragment content will be prefixed by the view ID
786
+ * @param {boolean} [mOptions.addToDependents=true] Whether the fragment content should be added to the <code>dependents</code> aggregation of the view
787
+ * @param {boolean} [mOptions.autoPrefixId=true] Whether the IDs of the fragment content will be prefixed by the view ID
788
788
  * @param {string} [mOptions.id] the ID of the Fragment
789
789
  * @param {string} [mOptions.type=XML] the Fragment type, e.g. "XML", "JS", or "HTML" (see above). Default is "XML"
790
- * @return {Promise} A Promise that resolves with the fragment content
790
+ * @returns {Promise<sap.ui.core.Control|sap.ui.core.Control[]>} A Promise that resolves with the fragment content
791
791
  *
792
792
  * @since 1.93
793
793
  * @public
@@ -923,7 +923,7 @@ sap.ui.define([
923
923
  * controller. The event handler functions, such as <code>onButtonClick</code>,
924
924
  * are replacing the original controller's function.
925
925
  *
926
- * When using an async extension provider you need to ensure that the
926
+ * When using an async extension provider, you need to ensure that the
927
927
  * view is loaded in async mode.
928
928
  *
929
929
  * In both cases, return <code>undefined</code> if no controller extension shall be applied.
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @extends sap.ui.core.mvc.View
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.104.0
46
+ * @version 1.105.1
47
47
  *
48
48
  * @public
49
49
  * @since 1.9.2
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @class
44
44
  * A View defined using JSON.
45
45
  * @extends sap.ui.core.mvc.View
46
- * @version 1.104.0
46
+ * @version 1.105.1
47
47
  *
48
48
  * @public
49
49
  * @alias sap.ui.core.mvc.JSONView
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @param {object} [mSettings] initial settings for the new control
28
28
  *
29
29
  * @extends sap.ui.core.mvc.View
30
- * @version 1.104.0
30
+ * @version 1.105.1
31
31
  * @deprecated Since 1.90. Instead use {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed Views}
32
32
  * by defining the view class with {@link sap.ui.core.mvc.View.extend View.extend} and
33
33
  * creating the view instances with {@link sap.ui.core.mvc.View.create View.create}.
@@ -29,7 +29,7 @@ function(View, TemplateViewRenderer, ViewType, Log) {
29
29
  * @extends sap.ui.core.mvc.View
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.104.0
32
+ * @version 1.105.1
33
33
  *
34
34
  * @public
35
35
  * @deprecated Since version 1.56.0, use {@link sap.ui.core.mvc.XMLView} in combination with
@@ -145,7 +145,7 @@ sap.ui.define([
145
145
  * The default implementation of this method returns <code>false</code>.
146
146
  *
147
147
  * @extends sap.ui.core.Control
148
- * @version 1.104.0
148
+ * @version 1.105.1
149
149
  *
150
150
  * @public
151
151
  * @alias sap.ui.core.mvc.View
@@ -663,7 +663,7 @@ sap.ui.define([
663
663
  * you should rather use {@link sap.ui.core.Core#byId sap.ui.getCore().byId()}.
664
664
  *
665
665
  * @param {string} sId View local ID of the element
666
- * @return {sap.ui.core.Element} Element by its ID or <code>undefined</code>
666
+ * @return {sap.ui.core.Element|undefined} Element by its ID or <code>undefined</code>
667
667
  * @public
668
668
  */
669
669
  View.prototype.byId = function(sId) {
@@ -675,7 +675,7 @@ sap.ui.define([
675
675
  * by prefixing it with the view ID.
676
676
  *
677
677
  * @param {string} sId View local ID of the element
678
- * @return {string} prefixed id
678
+ * @returns {string} prefixed id
679
679
  * @public
680
680
  */
681
681
  View.prototype.createId = function(sId) {
@@ -691,7 +691,7 @@ sap.ui.define([
691
691
  * <code>null</code> if the ID does not contain a prefix.
692
692
  *
693
693
  * @param {string} sId Prefixed ID
694
- * @return {string} ID without prefix or <code>null</code>
694
+ * @returns {string|null} ID without prefix or <code>null</code>
695
695
  * @public
696
696
  * @since 1.39.0
697
697
  */
@@ -704,16 +704,16 @@ sap.ui.define([
704
704
  * Checks whether the given ID already contains this view's ID prefix
705
705
  *
706
706
  * @param {string} sId ID that is checked for the prefix
707
- * @return {boolean} whether the ID is already prefixed
707
+ * @returns {boolean} Whether the ID is already prefixed
708
708
  */
709
709
  View.prototype.isPrefixedId = function(sId) {
710
710
  return !!(sId && sId.indexOf(this.getId() + "--") === 0);
711
711
  };
712
712
 
713
713
  /**
714
- * Returns user specific data object
714
+ * Returns user specific data object.
715
715
  *
716
- * @return {object} viewData
716
+ * @returns {object} viewData
717
717
  * @public
718
718
  */
719
719
  View.prototype.getViewData = function() {