@openui5/sap.ui.core 1.71.58 → 1.71.59
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.
- package/package.json +1 -1
- package/src/jquery.sap.global.js +1 -1
- package/src/jquery.sap.properties.js +1 -1
- package/src/jquery.sap.resources.js +1 -1
- package/src/jquery.sap.script.js +1 -1
- package/src/jquery.sap.storage.js +3 -3
- package/src/sap/base/util/restricted/_castArray.js +1 -1
- package/src/sap/base/util/restricted/_curry.js +1 -1
- package/src/sap/base/util/restricted/_debounce.js +1 -1
- package/src/sap/base/util/restricted/_intersection.js +1 -1
- package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
- package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
- package/src/sap/base/util/restricted/_max.js +1 -1
- package/src/sap/base/util/restricted/_merge.js +1 -1
- package/src/sap/base/util/restricted/_mergeWith.js +1 -1
- package/src/sap/base/util/restricted/_min.js +1 -1
- package/src/sap/base/util/restricted/_omit.js +1 -1
- package/src/sap/base/util/restricted/_pick.js +1 -1
- package/src/sap/base/util/restricted/_pickBy.js +1 -1
- package/src/sap/base/util/restricted/_throttle.js +1 -1
- package/src/sap/base/util/restricted/_uniq.js +1 -1
- package/src/sap/base/util/restricted/_uniqBy.js +1 -1
- package/src/sap/base/util/restricted/_uniqWith.js +1 -1
- package/src/sap/ui/Device.js +3 -3
- package/src/sap/ui/Global.js +4 -4
- package/src/sap/ui/base/Event.js +1 -1
- package/src/sap/ui/base/EventProvider.js +1 -1
- package/src/sap/ui/base/Interface.js +1 -1
- package/src/sap/ui/base/ManagedObject.js +1 -1
- package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
- package/src/sap/ui/base/Metadata.js +1 -1
- package/src/sap/ui/base/Object.js +1 -1
- package/src/sap/ui/base/ObjectPool.js +1 -1
- package/src/sap/ui/core/.library +1 -1
- package/src/sap/ui/core/BusyIndicator.js +1 -1
- package/src/sap/ui/core/Component.js +1 -1
- package/src/sap/ui/core/ComponentContainer.js +1 -1
- package/src/sap/ui/core/ComponentMetadata.js +1 -1
- package/src/sap/ui/core/ComponentSupport.js +1 -1
- package/src/sap/ui/core/Configuration.js +11 -14
- package/src/sap/ui/core/Control.js +1 -1
- package/src/sap/ui/core/Core.js +4 -2
- package/src/sap/ui/core/CustomData.js +1 -1
- package/src/sap/ui/core/CustomizingConfiguration.js +1 -1
- package/src/sap/ui/core/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/Element.js +1 -1
- package/src/sap/ui/core/ElementMetadata.js +1 -1
- package/src/sap/ui/core/EnabledPropagator.js +1 -1
- package/src/sap/ui/core/EventBus.js +1 -1
- package/src/sap/ui/core/Fragment.js +1 -1
- package/src/sap/ui/core/HTML.js +1 -1
- package/src/sap/ui/core/History.js +1 -1
- package/src/sap/ui/core/Icon.js +1 -1
- package/src/sap/ui/core/IndicationColorSupport.js +1 -1
- package/src/sap/ui/core/IntervalTrigger.js +1 -1
- package/src/sap/ui/core/InvisibleRenderer.js +1 -1
- package/src/sap/ui/core/InvisibleText.js +1 -1
- package/src/sap/ui/core/Item.js +1 -1
- package/src/sap/ui/core/LabelEnablement.js +1 -1
- package/src/sap/ui/core/LayoutData.js +1 -1
- package/src/sap/ui/core/ListItem.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
- package/src/sap/ui/core/Locale.js +1 -1
- package/src/sap/ui/core/LocaleData.js +1 -1
- package/src/sap/ui/core/Manifest.js +1 -1
- package/src/sap/ui/core/Message.js +1 -1
- package/src/sap/ui/core/RenderManager.js +1 -1
- package/src/sap/ui/core/Renderer.js +1 -1
- package/src/sap/ui/core/ResizeHandler.js +1 -1
- package/src/sap/ui/core/ScrollBar.js +1 -1
- package/src/sap/ui/core/SeparatorItem.js +1 -1
- package/src/sap/ui/core/Title.js +1 -1
- package/src/sap/ui/core/TooltipBase.js +1 -1
- package/src/sap/ui/core/UIArea.js +1 -1
- package/src/sap/ui/core/UIComponent.js +1 -1
- package/src/sap/ui/core/UIComponentMetadata.js +1 -1
- package/src/sap/ui/core/ValueStateSupport.js +1 -1
- package/src/sap/ui/core/VariantLayoutData.js +1 -1
- package/src/sap/ui/core/XMLComposite.js +1 -1
- package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
- package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
- package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
- package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
- package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
- package/src/sap/ui/core/dnd/DragInfo.js +1 -1
- package/src/sap/ui/core/dnd/DropInfo.js +1 -1
- package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
- package/src/sap/ui/core/library.js +3 -3
- package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
- package/src/sap/ui/core/message/Message.js +1 -1
- package/src/sap/ui/core/message/MessageManager.js +1 -1
- package/src/sap/ui/core/message/MessageParser.js +1 -1
- package/src/sap/ui/core/message/MessageProcessor.js +1 -1
- package/src/sap/ui/core/messagebundle_ar.properties +2 -2
- package/src/sap/ui/core/messagebundle_bg.properties +15 -15
- package/src/sap/ui/core/messagebundle_ca.properties +1 -1
- package/src/sap/ui/core/messagebundle_cs.properties +5 -5
- package/src/sap/ui/core/messagebundle_da.properties +1 -1
- package/src/sap/ui/core/messagebundle_de.properties +1 -1
- package/src/sap/ui/core/messagebundle_el.properties +6 -6
- package/src/sap/ui/core/messagebundle_en.properties +3 -3
- package/src/sap/ui/core/messagebundle_es.properties +15 -15
- package/src/sap/ui/core/messagebundle_fi.properties +3 -3
- package/src/sap/ui/core/messagebundle_fr.properties +17 -17
- package/src/sap/ui/core/messagebundle_hi.properties +1 -1
- package/src/sap/ui/core/messagebundle_hr.properties +3 -3
- package/src/sap/ui/core/messagebundle_hu.properties +13 -13
- package/src/sap/ui/core/messagebundle_it.properties +51 -51
- package/src/sap/ui/core/messagebundle_iw.properties +4 -4
- package/src/sap/ui/core/messagebundle_ja.properties +1 -1
- package/src/sap/ui/core/messagebundle_kk.properties +2 -2
- package/src/sap/ui/core/messagebundle_ko.properties +5 -5
- package/src/sap/ui/core/messagebundle_lv.properties +4 -4
- package/src/sap/ui/core/messagebundle_ms.properties +5 -5
- package/src/sap/ui/core/messagebundle_nl.properties +7 -7
- package/src/sap/ui/core/messagebundle_no.properties +14 -14
- package/src/sap/ui/core/messagebundle_pl.properties +3 -3
- package/src/sap/ui/core/messagebundle_pt.properties +7 -7
- package/src/sap/ui/core/messagebundle_ro.properties +2 -2
- package/src/sap/ui/core/messagebundle_ru.properties +9 -9
- package/src/sap/ui/core/messagebundle_sh.properties +2 -2
- package/src/sap/ui/core/messagebundle_sk.properties +1 -1
- package/src/sap/ui/core/messagebundle_sl.properties +5 -5
- package/src/sap/ui/core/messagebundle_th.properties +23 -23
- package/src/sap/ui/core/messagebundle_tr.properties +1 -1
- package/src/sap/ui/core/messagebundle_uk.properties +5 -5
- package/src/sap/ui/core/messagebundle_vi.properties +1 -1
- package/src/sap/ui/core/messagebundle_zh_CN.properties +1 -1
- package/src/sap/ui/core/messagebundle_zh_TW.properties +19 -19
- package/src/sap/ui/core/mvc/HTMLView.js +1 -1
- package/src/sap/ui/core/mvc/JSONView.js +1 -1
- package/src/sap/ui/core/mvc/JSView.js +1 -1
- package/src/sap/ui/core/mvc/TemplateView.js +1 -1
- package/src/sap/ui/core/mvc/View.js +1 -1
- package/src/sap/ui/core/mvc/XMLView.js +1 -1
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/plugin/LessSupport.js +1 -1
- package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
- package/src/sap/ui/core/postmessage/Bus.js +1 -1
- package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
- package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
- package/src/sap/ui/core/search/SearchProvider.js +1 -1
- package/src/sap/ui/core/service/Service.js +1 -1
- package/src/sap/ui/core/service/ServiceFactory.js +1 -1
- package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
- package/src/sap/ui/core/support/Plugin.js +1 -1
- package/src/sap/ui/core/support/Support.js +1 -1
- package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
- package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
- package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
- package/src/sap/ui/core/support/plugins/MessageTest.js +1 -1
- package/src/sap/ui/core/support/plugins/Performance.js +1 -1
- package/src/sap/ui/core/support/plugins/Selector.js +1 -1
- package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
- package/src/sap/ui/core/support/plugins/Trace.js +1 -1
- package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
- package/src/sap/ui/core/theming/ThemeHelper.js +119 -0
- package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
- package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
- package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
- package/src/sap/ui/core/tmpl/Template.js +1 -1
- package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
- package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
- package/src/sap/ui/core/util/Export.js +1 -1
- package/src/sap/ui/core/util/ExportCell.js +1 -1
- package/src/sap/ui/core/util/ExportColumn.js +1 -1
- package/src/sap/ui/core/util/ExportRow.js +1 -1
- package/src/sap/ui/core/util/ExportType.js +1 -1
- package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
- package/src/sap/ui/core/util/File.js +1 -1
- package/src/sap/ui/core/util/LibraryInfo.js +1 -1
- package/src/sap/ui/core/util/MockServer.js +1 -1
- package/src/sap/ui/core/util/PasteHelper.js +1 -1
- package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
- package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
- package/src/sap/ui/core/ws/ReadyState.js +1 -1
- package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
- package/src/sap/ui/core/ws/WebSocket.js +1 -1
- package/src/sap/ui/debug/ControlTree.js +1 -1
- package/src/sap/ui/debug/DebugEnv.js +1 -1
- package/src/sap/ui/debug/PropertyList.js +1 -1
- package/src/sap/ui/model/ClientModel.js +1 -1
- package/src/sap/ui/model/CompositeDataState.js +1 -1
- package/src/sap/ui/model/CompositeType.js +1 -1
- package/src/sap/ui/model/DataState.js +1 -1
- package/src/sap/ui/model/MetaModel.js +1 -1
- package/src/sap/ui/model/Model.js +1 -1
- package/src/sap/ui/model/SelectionModel.js +1 -1
- package/src/sap/ui/model/SimpleType.js +1 -1
- package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
- package/src/sap/ui/model/Type.js +1 -1
- package/src/sap/ui/model/control/ControlModel.js +1 -1
- package/src/sap/ui/model/json/JSONModel.js +1 -1
- package/src/sap/ui/model/message/MessageModel.js +1 -1
- package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
- package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
- package/src/sap/ui/model/odata/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/type/Boolean.js +1 -1
- package/src/sap/ui/model/odata/type/Byte.js +1 -1
- package/src/sap/ui/model/odata/type/Currency.js +1 -1
- package/src/sap/ui/model/odata/type/Date.js +1 -1
- package/src/sap/ui/model/odata/type/DateTime.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
- package/src/sap/ui/model/odata/type/Decimal.js +1 -1
- package/src/sap/ui/model/odata/type/Double.js +1 -1
- package/src/sap/ui/model/odata/type/Guid.js +1 -1
- package/src/sap/ui/model/odata/type/Int.js +1 -1
- package/src/sap/ui/model/odata/type/Int16.js +1 -1
- package/src/sap/ui/model/odata/type/Int32.js +1 -1
- package/src/sap/ui/model/odata/type/Int64.js +1 -1
- package/src/sap/ui/model/odata/type/ODataType.js +1 -1
- package/src/sap/ui/model/odata/type/Raw.js +1 -1
- package/src/sap/ui/model/odata/type/SByte.js +1 -1
- package/src/sap/ui/model/odata/type/Single.js +1 -1
- package/src/sap/ui/model/odata/type/Stream.js +1 -1
- package/src/sap/ui/model/odata/type/String.js +1 -1
- package/src/sap/ui/model/odata/type/Time.js +1 -1
- package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
- package/src/sap/ui/model/odata/type/Unit.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/v4/Context.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
- package/src/sap/ui/model/resource/ResourceModel.js +1 -1
- package/src/sap/ui/model/type/Boolean.js +1 -1
- package/src/sap/ui/model/type/Currency.js +1 -1
- package/src/sap/ui/model/type/Date.js +1 -1
- package/src/sap/ui/model/type/DateInterval.js +1 -1
- package/src/sap/ui/model/type/DateTime.js +1 -1
- package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
- package/src/sap/ui/model/type/FileSize.js +1 -1
- package/src/sap/ui/model/type/Float.js +1 -1
- package/src/sap/ui/model/type/Integer.js +1 -1
- package/src/sap/ui/model/type/String.js +1 -1
- package/src/sap/ui/model/type/Time.js +1 -1
- package/src/sap/ui/model/type/TimeInterval.js +1 -1
- package/src/sap/ui/model/type/Unit.js +1 -1
- package/src/sap/ui/model/xml/XMLModel.js +1 -1
- package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
- package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
- package/src/sap/ui/util/Storage.js +1 -1
|
@@ -92,7 +92,7 @@ INFINITY=\u0E04\u0E48\u0E32\u0E2D\u0E19\u0E31\u0E19\u0E15\u0E4C
|
|
|
92
92
|
#XTOL: mathematical term for a number smaller than anything else
|
|
93
93
|
MINUS_INFINITY=\u0E04\u0E48\u0E32\u0E25\u0E1A\u0E2D\u0E19\u0E31\u0E19\u0E15\u0E4C
|
|
94
94
|
#XTOL
|
|
95
|
-
NAN=\u0E44\u0E21\u0E48\u0E43\u0E0A\u0E48\
|
|
95
|
+
NAN=\u0E44\u0E21\u0E48\u0E43\u0E0A\u0E48\u0E08\u0E33\u0E19\u0E27\u0E19
|
|
96
96
|
|
|
97
97
|
#########
|
|
98
98
|
# Texts for sap.ui.model.odata.ODataMessageParser
|
|
@@ -116,23 +116,23 @@ EnterDigitsOnly=\u0E1B\u0E49\u0E2D\u0E19\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E15\u0E
|
|
|
116
116
|
#YMSG: Enter a maximum of {0} digits
|
|
117
117
|
EnterMaximumOfDigits=\u0E1B\u0E49\u0E2D\u0E19\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02\u0E2A\u0E38\u0E07\u0E2A\u0E38\u0E14 {0} \u0E2B\u0E25\u0E31\u0E01
|
|
118
118
|
#YMSG: Enter a number
|
|
119
|
-
EnterNumber=\u0E1B\u0E49\u0E2D\u0E19\
|
|
119
|
+
EnterNumber=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19
|
|
120
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
121
|
-
EnterNumberPrecision=\u0E1B\u0E49\u0E2D\u0E19\
|
|
121
|
+
EnterNumberPrecision=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2B\u0E25\u0E31\u0E01\u0E2A\u0E39\u0E07\u0E2A\u0E38\u0E14 {0} \u0E2B\u0E25\u0E31\u0E01 \u0E42\u0E14\u0E22\u0E21\u0E35\u0E17\u0E28\u0E19\u0E34\u0E22\u0E21\u0E01\u0E35\u0E48\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E01\u0E47\u0E44\u0E14\u0E49
|
|
122
122
|
#YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator
|
|
123
|
-
EnterNumberInteger=\u0E1B\u0E49\u0E2D\u0E19\
|
|
123
|
+
EnterNumberInteger=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2B\u0E25\u0E31\u0E01\u0E2A\u0E39\u0E07\u0E2A\u0E38\u0E14 {0} \u0E2B\u0E25\u0E31\u0E01\u0E17\u0E32\u0E07\u0E14\u0E49\u0E32\u0E19\u0E0B\u0E49\u0E32\u0E22\u0E02\u0E2D\u0E07\u0E15\u0E31\u0E27\u0E04\u0E31\u0E48\u0E19\u0E17\u0E28\u0E19\u0E34\u0E22\u0E21
|
|
124
124
|
#YMSG: Enter a number with a maximum of {0} decimal places
|
|
125
|
-
EnterNumberFraction=\u0E1B\u0E49\u0E2D\u0E19\
|
|
125
|
+
EnterNumberFraction=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E17\u0E28\u0E19\u0E34\u0E22\u0E21\u0E2A\u0E39\u0E07\u0E2A\u0E38\u0E14 {0} \u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07
|
|
126
126
|
#YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places
|
|
127
|
-
EnterNumberIntegerFraction=\u0E1B\u0E49\u0E2D\u0E19\
|
|
127
|
+
EnterNumberIntegerFraction=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2B\u0E25\u0E31\u0E01\u0E2A\u0E39\u0E07\u0E2A\u0E38\u0E14 {0} \u0E2B\u0E25\u0E31\u0E01\u0E17\u0E32\u0E07\u0E14\u0E49\u0E32\u0E19\u0E0B\u0E49\u0E32\u0E22\u0E02\u0E2D\u0E07\u0E15\u0E31\u0E27\u0E04\u0E31\u0E48\u0E19\u0E17\u0E28\u0E19\u0E34\u0E22\u0E21 \u0E41\u0E25\u0E30\u0E21\u0E35\u0E17\u0E28\u0E19\u0E34\u0E22\u0E21\u0E2A\u0E39\u0E07\u0E2A\u0E38\u0E14 {1} \u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07
|
|
128
128
|
#YMSG: Enter a number with a minimum value of {0}
|
|
129
|
-
EnterNumberMin=\u0E1B\u0E49\u0E2D\u0E19\
|
|
129
|
+
EnterNumberMin=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E04\u0E48\u0E32\u0E15\u0E48\u0E33\u0E2A\u0E38\u0E14 {0}
|
|
130
130
|
#YMSG: Enter a number greater than {0}
|
|
131
|
-
EnterNumberMinExclusive=\u0E1B\u0E49\u0E2D\u0E19\
|
|
131
|
+
EnterNumberMinExclusive=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32 {0}
|
|
132
132
|
#YMSG: Enter a number with a maximum value of {0}
|
|
133
|
-
EnterNumberMax=\u0E1B\u0E49\u0E2D\u0E19\
|
|
133
|
+
EnterNumberMax=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E04\u0E48\u0E32\u0E2A\u0E39\u0E07\u0E2A\u0E38\u0E14 {0}
|
|
134
134
|
#YMSG: Enter a number less than {0}
|
|
135
|
-
EnterNumberMaxExclusive=\u0E1B\u0E49\u0E2D\u0E19\
|
|
135
|
+
EnterNumberMaxExclusive=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32 {0}
|
|
136
136
|
#YMSG: Enter a text
|
|
137
137
|
EnterText=\u0E1B\u0E49\u0E2D\u0E19\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21
|
|
138
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
@@ -158,16 +158,16 @@ Boolean.Invalid=\u0E1B\u0E49\u0E2D\u0E19\u0E04\u0E48\u0E32\u0E1A\u0E39\u0E25\u0E
|
|
|
158
158
|
#YMSG,100: Enter a valid number
|
|
159
159
|
Integer.Invalid=\u0E1B\u0E49\u0E2D\u0E19\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07
|
|
160
160
|
#YMSG,100: Enter a number greater than or equal to {0}
|
|
161
|
-
Integer.Minimum=\u0E1B\u0E49\u0E2D\u0E19\
|
|
161
|
+
Integer.Minimum=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32\u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E17\u0E48\u0E32\u0E01\u0E31\u0E1A {0}
|
|
162
162
|
#YMSG,100: Enter a number lower than or equal to {0}
|
|
163
|
-
Integer.Maximum=\u0E1B\u0E49\u0E2D\u0E19\
|
|
163
|
+
Integer.Maximum=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32\u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E17\u0E48\u0E32\u0E01\u0E31\u0E1A {0}
|
|
164
164
|
|
|
165
165
|
#YMSG,100: Enter a valid number.
|
|
166
166
|
Float.Invalid=\u0E1B\u0E49\u0E2D\u0E19\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07
|
|
167
167
|
#YMSG,100: Enter a number greater than or equal to {0}
|
|
168
|
-
Float.Minimum=\u0E1B\u0E49\u0E2D\u0E19\
|
|
168
|
+
Float.Minimum=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32\u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E17\u0E48\u0E32\u0E01\u0E31\u0E1A {0}
|
|
169
169
|
#YMSG,100: Enter a number lower than or equal to {0}
|
|
170
|
-
Float.Maximum=\u0E1B\u0E49\u0E2D\u0E19\
|
|
170
|
+
Float.Maximum=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32\u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E17\u0E48\u0E32\u0E01\u0E31\u0E1A {0}
|
|
171
171
|
|
|
172
172
|
#YMSG,100: Enter a valid currency amount
|
|
173
173
|
Currency.Invalid=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E40\u0E07\u0E34\u0E19\u0E15\u0E32\u0E21\u0E2A\u0E01\u0E38\u0E25\u0E40\u0E07\u0E34\u0E19\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07
|
|
@@ -396,7 +396,7 @@ TechInfo.UserAgent.Label=\u0E15\u0E31\u0E27\u0E41\u0E17\u0E19\u0E1C\u0E39\u0E49\
|
|
|
396
396
|
TechInfo.AppUrl.Label=URL \u0E02\u0E2D\u0E07\u0E41\u0E2D\u0E1E
|
|
397
397
|
|
|
398
398
|
#XFLD: Debug sources label
|
|
399
|
-
TechInfo.DebugSources.Label=\u0E43\u0E0A\u0E49\u0E41\u0E2B\u0E25\u0E48\u0E07\
|
|
399
|
+
TechInfo.DebugSources.Label=\u0E43\u0E0A\u0E49\u0E41\u0E2B\u0E25\u0E48\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E01\u0E32\u0E23\u0E14\u0E35\u0E1A\u0E31\u0E01
|
|
400
400
|
|
|
401
401
|
#XTOL: Debug sources tooltip
|
|
402
402
|
TechInfo.DebugSources.Tooltip=\u0E23\u0E35\u0E42\u0E2B\u0E25\u0E14\u0E2B\u0E19\u0E49\u0E32\u0E1B\u0E31\u0E08\u0E08\u0E38\u0E1A\u0E31\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E41\u0E2B\u0E25\u0E48\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E1A\u0E35\u0E1A\u0E2D\u0E31\u0E14\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E14\u0E35\u0E1A\u0E31\u0E01
|
|
@@ -432,10 +432,10 @@ TechInfo.SupportAssistantConfigPopup.CustomLocation=\u0E15\u0E33\u0E41\u0E2B\u0E
|
|
|
432
432
|
TechInfo.SupportAssistantConfigPopup.AppVersionOption=\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19\u0E02\u0E2D\u0E07\u0E41\u0E2D\u0E1E\u0E1E\u0E25\u0E34\u0E40\u0E04\u0E0A\u0E31\u0E19 ({0})
|
|
433
433
|
|
|
434
434
|
#YMSG: Custom bootstrap location validation error message
|
|
435
|
-
TechInfo.SupportAssistantConfigPopup.URLValidationMessage=\u0E44\u0E27\u0E22\u0E32\u0E01\u0E23\u0E13\u0E4C\u0E02\u0E2D\u0E07\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\
|
|
435
|
+
TechInfo.SupportAssistantConfigPopup.URLValidationMessage=\u0E44\u0E27\u0E22\u0E32\u0E01\u0E23\u0E13\u0E4C\u0E02\u0E2D\u0E07\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E2A\u0E16\u0E32\u0E19\u0E17\u0E35\u0E48\u0E15\u0E31\u0E49\u0E07\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07 \u0E44\u0E27\u0E22\u0E32\u0E01\u0E23\u0E13\u0E4C\u0E35\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E04\u0E37\u0E2D http\://<Valid custom URI>/resources/sap/ui/support
|
|
436
436
|
|
|
437
437
|
#YMSG: Error message when support Assistant is not found
|
|
438
|
-
TechInfo.SupportAssistantConfigPopup.SupportAssistantNotFound=\u0E15\u0E31\u0E27\u0E0A\u0E48\u0E27\u0E22\u0E2A\u0E19\u0E31\u0E1A\u0E2A\u0E19\u0E38\u0E19\u0E44\u0E21\u0E48\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E43\u0E19\
|
|
438
|
+
TechInfo.SupportAssistantConfigPopup.SupportAssistantNotFound=\u0E15\u0E31\u0E27\u0E0A\u0E48\u0E27\u0E22\u0E2A\u0E19\u0E31\u0E1A\u0E2A\u0E19\u0E38\u0E19\u0E44\u0E21\u0E48\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E43\u0E19\u0E2A\u0E16\u0E32\u0E19\u0E17\u0E35\u0E48\u0E15\u0E31\u0E49\u0E07\u0E19\u0E35\u0E49
|
|
439
439
|
|
|
440
440
|
#YMSG: Error message when protocols did not match
|
|
441
441
|
TechInfo.SupportAssistantConfigPopup.ProtocolError=\u0E42\u0E1B\u0E23\u0E42\u0E15\u0E04\u0E2D\u0E25\u0E02\u0E2D\u0E07\u0E41\u0E2D\u0E1E\u0E44\u0E21\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E42\u0E1B\u0E23\u0E42\u0E15\u0E04\u0E2D\u0E25\u0E02\u0E2D\u0E07\u0E15\u0E31\u0E27\u0E0A\u0E48\u0E27\u0E22\u0E2A\u0E19\u0E31\u0E1A\u0E2A\u0E19\u0E38\u0E19 (HTTP/HTTPS)
|
|
@@ -447,7 +447,7 @@ TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=\u0E23\u0E2B\u0E31
|
|
|
447
447
|
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E44\u0E1F\u0E25\u0E4C (404)
|
|
448
448
|
|
|
449
449
|
#YMSG: Error message when internal server error occurs
|
|
450
|
-
TechInfo.SupportAssistantConfigPopup.InternalServerError=\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\
|
|
450
|
+
TechInfo.SupportAssistantConfigPopup.InternalServerError=\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E02\u0E2D\u0E07\u0E40\u0E0B\u0E34\u0E23\u0E4C\u0E1F\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E20\u0E32\u0E22\u0E43\u0E19\: {500}
|
|
451
451
|
|
|
452
452
|
#YMSG: Error message when request timeout.
|
|
453
453
|
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E40\u0E01\u0E35\u0E48\u0E22\u0E27\u0E01\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E2B\u0E21\u0E14\u0E40\u0E27\u0E25\u0E32
|
|
@@ -456,13 +456,13 @@ TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=\u0E02\u0E49\u0E2D\u0E1C\u0E
|
|
|
456
456
|
TechInfo.SupportAssistantConfigPopup.ErrorOnJsonParse=\u0E01\u0E32\u0E23\u0E41\u0E22\u0E01\u0E27\u0E34\u0E40\u0E04\u0E23\u0E32\u0E30\u0E2B\u0E4C JSON \u0E17\u0E35\u0E48\u0E02\u0E2D\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27
|
|
457
457
|
|
|
458
458
|
#YMSG: Error message when uncaught Error occurs
|
|
459
|
-
TechInfo.SupportAssistantConfigPopup.UncaughtError=\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E17\u0E35\u0E48\u0E15\u0E23\u0E27\u0E08\
|
|
459
|
+
TechInfo.SupportAssistantConfigPopup.UncaughtError=\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E15\u0E23\u0E27\u0E08\u0E1E\u0E1A
|
|
460
460
|
|
|
461
461
|
#YMSG: Error message when request is aborted
|
|
462
462
|
TechInfo.SupportAssistantConfigPopup.ErrorWhenAborted=\u0E04\u0E33\u0E02\u0E2D Ajax \u0E16\u0E39\u0E01\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01
|
|
463
463
|
|
|
464
464
|
#YMSG: Error message when default locations are not available
|
|
465
|
-
TechInfo.SupportAssistantConfigPopup.NotAvailableAtTheMoment=\
|
|
465
|
+
TechInfo.SupportAssistantConfigPopup.NotAvailableAtTheMoment=\u0E2A\u0E16\u0E32\u0E19\u0E17\u0E35\u0E48\u0E15\u0E31\u0E49\u0E07\u0E19\u0E35\u0E49\u0E44\u0E21\u0E48\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E43\u0E19\u0E02\u0E13\u0E30\u0E19\u0E35\u0E49
|
|
466
466
|
|
|
467
467
|
#XFLD: Title for enabling Support Assistant to open in new window.
|
|
468
468
|
TechInfo.SupportAssistantConfigPopup.OpenInNewWindow=\u0E40\u0E1B\u0E34\u0E14\u0E15\u0E31\u0E27\u0E0A\u0E48\u0E27\u0E22\u0E2A\u0E19\u0E31\u0E1A\u0E2A\u0E19\u0E38\u0E19\u0E43\u0E19\u0E27\u0E34\u0E19\u0E42\u0E14\u0E27\u0E4C\u0E43\u0E2B\u0E21\u0E48
|
|
@@ -474,7 +474,7 @@ TechInfo.SupportAssistantConfigPopup.Locations=\u0E17\u0E35\u0E48\u0E15\u0E31\u0
|
|
|
474
474
|
TechInfo.SupportAssistantConfigPopup.Options=\u0E15\u0E31\u0E27\u0E40\u0E25\u0E37\u0E2D\u0E01
|
|
475
475
|
|
|
476
476
|
#XTIT: Title for the debug modules configuration selection
|
|
477
|
-
TechInfo.DebugModulesConfigPopup.SelectionCounter=\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E21\u0E14\u0E39\u0E25\u0E01\u0E32\u0E23\u0E14\u0E35\u0E1A\u0E31\u0E01 (\u0E40\u0E25\u0E37\u0E2D\u0E01 {0}
|
|
477
|
+
TechInfo.DebugModulesConfigPopup.SelectionCounter=\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E21\u0E14\u0E39\u0E25\u0E01\u0E32\u0E23\u0E14\u0E35\u0E1A\u0E31\u0E01 (\u0E21\u0E35\u0E01\u0E32\u0E23\u0E40\u0E25\u0E37\u0E2D\u0E01 {0})
|
|
478
478
|
|
|
479
479
|
#YMSG: sap-ui-debug mode custom value validation error message
|
|
480
480
|
TechInfo.DebugModulesConfigPopup.ModeValidationMessage=\u0E04\u0E48\u0E32\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E1E\u0E32\u0E23\u0E32\u0E21\u0E34\u0E40\u0E15\u0E2D\u0E23\u0E4C sap-ui-debug \u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07
|
|
@@ -483,7 +483,7 @@ TechInfo.DebugModulesConfigPopup.ModeValidationMessage=\u0E04\u0E48\u0E32\u0E2A\
|
|
|
483
483
|
TechInfo.DebugModulesCopy.Tooltip=\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E04\u0E48\u0E32 sap-ui-debug \u0E44\u0E1B\u0E22\u0E31\u0E07\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14
|
|
484
484
|
|
|
485
485
|
#XTOL: Tooltip for copy to clipboard button
|
|
486
|
-
TechInfo.DebugModulesReset.Tooltip=\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E42\u0E21\u0E14\u0E39\u0E25\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01\
|
|
486
|
+
TechInfo.DebugModulesReset.Tooltip=\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E42\u0E21\u0E14\u0E39\u0E25\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14
|
|
487
487
|
|
|
488
488
|
#YMSG: success message for copying to clipboard
|
|
489
489
|
TechInfo.DebugModulesCopyToClipboard.Success=\u0E04\u0E48\u0E32\u0E17\u0E35\u0E48\u0E1B\u0E23\u0E31\u0E1A\u0E41\u0E15\u0E48\u0E07\u0E44\u0E14\u0E49\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A sap-ui-debug \u0E16\u0E39\u0E01\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14
|
|
@@ -501,4 +501,4 @@ PostMessage.Message=\u0E41\u0E2D\u0E1E\u0E1E\u0E25\u0E34\u0E40\u0E04\u0E0A\u0E31
|
|
|
501
501
|
# Texts for sap.ui.core.util.PasteHelper
|
|
502
502
|
#########
|
|
503
503
|
#YMSG: Error message for the data type validation
|
|
504
|
-
PasteHelper.ErrorMessage=\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E41\u0E22\u0E01\u0E27\u0E34\u0E40\u0E04\u0E23\u0E32\u0E30\u0E2B\u0E4C\u0E04\u0E48\u0E32 "{0}" \u0E43\u0E19\u0E41\u0E16\u0E27 {1} \u0E41\u0E25\u0E30\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C {2}
|
|
504
|
+
PasteHelper.ErrorMessage=\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E41\u0E22\u0E01\u0E27\u0E34\u0E40\u0E04\u0E23\u0E32\u0E30\u0E2B\u0E4C\u0E04\u0E48\u0E32 "{0}" \u0E43\u0E19\u0E41\u0E16\u0E27 {1} \u0E41\u0E25\u0E30\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C {2}
|
|
@@ -130,7 +130,7 @@ EnterNumberMin=En az {0} de\u011Ferine sahip say\u0131 girin
|
|
|
130
130
|
#YMSG: Enter a number greater than {0}
|
|
131
131
|
EnterNumberMinExclusive={0} say\u0131s\u0131ndan b\u00FCy\u00FCk say\u0131 girin
|
|
132
132
|
#YMSG: Enter a number with a maximum value of {0}
|
|
133
|
-
EnterNumberMax=
|
|
133
|
+
EnterNumberMax={0} say\u0131s\u0131ndan k\u00FC\u00E7\u00FCk veya ona e\u015Fit say\u0131 girin
|
|
134
134
|
#YMSG: Enter a number less than {0}
|
|
135
135
|
EnterNumberMaxExclusive={0} say\u0131s\u0131ndan k\u00FC\u00E7\u00FCk say\u0131 girin
|
|
136
136
|
#YMSG: Enter a text
|
|
@@ -126,7 +126,7 @@ EnterNumberFraction=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0447\u0438\u044
|
|
|
126
126
|
#YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places
|
|
127
127
|
EnterNumberIntegerFraction=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0447\u0438\u0441\u043B\u043E \u0437 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440 \u043B\u0456\u0432\u043E\u0440\u0443\u0447 \u0432\u0456\u0434 \u0440\u043E\u0437\u0434\u0456\u043B\u044E\u0432\u0430\u0447\u0430 \u0434\u0435\u0441\u044F\u0442\u043A\u043E\u0432\u0438\u0445 \u0440\u043E\u0437\u0440\u044F\u0434\u0456\u0432 \u0456 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C p {1} \u0434\u0435\u0441\u044F\u0442\u043A\u043E\u0432\u0438\u0445 \u0440\u043E\u0437\u0440\u044F\u0434\u0456\u0432
|
|
128
128
|
#YMSG: Enter a number with a minimum value of {0}
|
|
129
|
-
EnterNumberMin=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \
|
|
129
|
+
EnterNumberMin=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0447\u0438\u0441\u043B\u043E \u0437 \u043C\u0456\u043D\u0456\u043C\u0430\u043B\u044C\u043D\u0438\u043C \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F\u043C {0}
|
|
130
130
|
#YMSG: Enter a number greater than {0}
|
|
131
131
|
EnterNumberMinExclusive=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0447\u0438\u0441\u043B\u043E \u0431\u0456\u043B\u044C\u0448\u0435 \u043D\u0456\u0436 {0}
|
|
132
132
|
#YMSG: Enter a number with a maximum value of {0}
|
|
@@ -156,14 +156,14 @@ EnterTime=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0434\u0456\u0439\u0441\u0
|
|
|
156
156
|
Boolean.Invalid=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0434\u0456\u0439\u0441\u043D\u0435 \u0431\u0443\u043B\u0435\u0432\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F
|
|
157
157
|
|
|
158
158
|
#YMSG,100: Enter a valid number
|
|
159
|
-
Integer.Invalid=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0434\u0456\u0439\u0441\u043D\
|
|
159
|
+
Integer.Invalid=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0434\u0456\u0439\u0441\u043D\u0435 \u0447\u0438\u0441\u043B\u043E
|
|
160
160
|
#YMSG,100: Enter a number greater than or equal to {0}
|
|
161
161
|
Integer.Minimum=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0447\u0438\u0441\u043B\u043E, \u044F\u043A\u0435 \u0431\u0456\u043B\u044C\u0448\u0435 \u043D\u0456\u0436 \u0430\u0431\u043E \u0434\u043E\u0440\u0456\u0432\u043D\u044E\u0454 {0}
|
|
162
162
|
#YMSG,100: Enter a number lower than or equal to {0}
|
|
163
163
|
Integer.Maximum=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0447\u0438\u0441\u043B\u043E, \u044F\u043A\u0435 \u043C\u0435\u043D\u0448\u0435 \u043D\u0456\u0436 \u0430\u0431\u043E \u0434\u043E\u0440\u0456\u0432\u043D\u044E\u0454 {0}
|
|
164
164
|
|
|
165
165
|
#YMSG,100: Enter a valid number.
|
|
166
|
-
Float.Invalid=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0434\u0456\u0439\u0441\u043D\
|
|
166
|
+
Float.Invalid=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0434\u0456\u0439\u0441\u043D\u0435 \u0447\u0438\u0441\u043B\u043E
|
|
167
167
|
#YMSG,100: Enter a number greater than or equal to {0}
|
|
168
168
|
Float.Minimum=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0447\u0438\u0441\u043B\u043E, \u044F\u043A\u0435 \u0431\u0456\u043B\u044C\u0448\u0435 \u043D\u0456\u0436 \u0430\u0431\u043E \u0434\u043E\u0440\u0456\u0432\u043D\u044E\u0454 {0}
|
|
169
169
|
#YMSG,100: Enter a number lower than or equal to {0}
|
|
@@ -297,7 +297,7 @@ Icon.forward=\u0412\u043F\u0435\u0440\u0435\u0434
|
|
|
297
297
|
#XTXT
|
|
298
298
|
Icon.full-screen=\u0423\u0432\u0456\u0439\u0442\u0438 \u0434\u043E \u043F\u043E\u0432\u043D\u043E\u0433\u043E \u0435\u043A\u0440\u0430\u043D\u0430
|
|
299
299
|
#XTXT
|
|
300
|
-
Icon.generate-shortcut=\u0421\u0442\u0432\u043E\u0438\u0442\u0438 \u044F\u0440\u043B\u0438\u043A
|
|
300
|
+
Icon.generate-shortcut=\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u044F\u0440\u043B\u0438\u043A
|
|
301
301
|
#XTXT: To group items
|
|
302
302
|
Icon.group-2=\u0413\u0440\u0443\u043F\u0443\u0432\u0430\u0442\u0438
|
|
303
303
|
#XTXT: To hide an element from display
|
|
@@ -420,7 +420,7 @@ TechInfo.DebugSources.ConfirmTitle=\u041F\u0435\u0440\u0435\u0437\u0430\u0432\u0
|
|
|
420
420
|
TechInfo.DebugSources.ConfirmMessage=\u041F\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043E\u043A, \u0449\u043E\u0431 \u0430\u043A\u0442\u0438\u0432\u0443\u0432\u0430\u0442\u0438 \u0430\u0431\u043E \u0434\u0435\u0430\u043A\u0442\u0438\u0432\u0443\u0432\u0430\u0442\u0438 \u0434\u0436\u0435\u0440\u0435\u043B\u0430 \u043D\u0430\u043B\u0430\u0433\u043E\u0434\u0436\u0435\u043D\u043D\u044F
|
|
421
421
|
|
|
422
422
|
#XTIT: Title for the custom bootstrap UPL configuration popup
|
|
423
|
-
TechInfo.SupportAssistantConfigPopup.Title=\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0434\u043B\u044F \u0430\u0441\u0438\u0441\u0442\u0435\u043D\u0442\u0430 \u0437 \u043F\u0456\u0434\u0442\u0440\u0438\u043C\u043A\
|
|
423
|
+
TechInfo.SupportAssistantConfigPopup.Title=\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0434\u043B\u044F \u0430\u0441\u0438\u0441\u0442\u0435\u043D\u0442\u0430 \u0437 \u043F\u0456\u0434\u0442\u0440\u0438\u043C\u043A\u0438
|
|
424
424
|
|
|
425
425
|
#XFLD: Standard bootstrap locations option for the custom bootstrap UPL configuration popup
|
|
426
426
|
TechInfo.SupportAssistantConfigPopup.StandardLocation=\u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u043E\u0432\u0430\u043D\u0456 \u043C\u0456\u0441\u0446\u0435\u0437\u043D\u0430\u0445\u043E\u0434\u0436\u0435\u043D\u043D\u044F
|
|
@@ -447,7 +447,7 @@ TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=Gia\u0301 tri\u032
|
|
|
447
447
|
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=Kh\u00F4ng ti\u0300m th\u00E2\u0301y t\u00E2\u0323p tin (404)
|
|
448
448
|
|
|
449
449
|
#YMSG: Error message when internal server error occurs
|
|
450
|
-
TechInfo.SupportAssistantConfigPopup.InternalServerError=L\u00F4\u0303i n\u00F4\u0323i b\u00F4\u0323
|
|
450
|
+
TechInfo.SupportAssistantConfigPopup.InternalServerError=L\u00F4\u0303i ma\u0301y chu\u0309 n\u00F4\u0323i b\u00F4\u0323\: {500}
|
|
451
451
|
|
|
452
452
|
#YMSG: Error message when request timeout.
|
|
453
453
|
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=L\u00F4\u0303i h\u00EA\u0301t gi\u01A1\u0300
|
|
@@ -140,7 +140,7 @@ EnterTextMaxLength=\u8F93\u5165\u6700\u591A\u6709 {0} \u4E2A\u5B57\u7B26\u548C\u
|
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
141
|
EnterInt=\u8F93\u5165\u4E0D\u5E26\u5C0F\u6570\u7684\u6570\u5B57
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
|
-
EnterDateTime=\u6309\u4EE5\u4E0B\u683C\u5F0F\u8F93\u5165\u6709\u6548\u65E5\u671F\u548C\u6709\u6548\u65F6\u95F4\uFF1A{0}
|
|
143
|
+
EnterDateTime=\u6309\u4EE5\u4E0B\u683C\u5F0F\u8F93\u5165\u6709\u6548\u65E5\u671F\u548C\u6709\u6548\u65F6\u95F4\uFF1A {0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
145
145
|
EnterDate=\u6309\u4EE5\u4E0B\u683C\u5F0F\u8F93\u5165\u6709\u6548\u65E5\u671F\uFF1A {0}
|
|
146
146
|
#YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
@@ -118,9 +118,9 @@ EnterMaximumOfDigits=\u8ACB\u8F38\u5165\u6700\u591A {0} \u4F4D\u6578\u7684\u6578
|
|
|
118
118
|
#YMSG: Enter a number
|
|
119
119
|
EnterNumber=\u8F38\u5165\u6578\u5B57
|
|
120
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
121
|
-
EnterNumberPrecision=\
|
|
121
|
+
EnterNumberPrecision=\u8F38\u5165\u6700\u591A\u542B {0} \u4F4D\u6578\u7684\u6578\u5B57\uFF0C\u5305\u542B\u5C0F\u6578\u4F4D
|
|
122
122
|
#YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator
|
|
123
|
-
EnterNumberInteger=\
|
|
123
|
+
EnterNumberInteger=\u8F38\u5165\u5C0F\u6578\u9EDE\u7B26\u865F\u5DE6\u65B9\u6700\u591A\u542B {0} \u4F4D\u6578\u7684\u6578\u5B57
|
|
124
124
|
#YMSG: Enter a number with a maximum of {0} decimal places
|
|
125
125
|
EnterNumberFraction=\u8F38\u5165\u6700\u591A\u542B {0} \u500B\u5C0F\u6578\u4F4D\u7684\u6578\u5B57
|
|
126
126
|
#YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places
|
|
@@ -130,49 +130,49 @@ EnterNumberMin=\u8F38\u5165\u6700\u5C0F\u503C\u70BA {0} \u7684\u6578\u5B57
|
|
|
130
130
|
#YMSG: Enter a number greater than {0}
|
|
131
131
|
EnterNumberMinExclusive=\u8F38\u5165\u5927\u65BC {0} \u7684\u6578\u5B57
|
|
132
132
|
#YMSG: Enter a number with a maximum value of {0}
|
|
133
|
-
EnterNumberMax=\
|
|
133
|
+
EnterNumberMax=\u8F38\u5165\u6700\u5927\u503C\u70BA {0} \u7684\u6578\u5B57
|
|
134
134
|
#YMSG: Enter a number less than {0}
|
|
135
|
-
EnterNumberMaxExclusive=\
|
|
135
|
+
EnterNumberMaxExclusive=\u8F38\u5165\u5C0F\u65BC {0} \u7684\u6578\u5B57
|
|
136
136
|
#YMSG: Enter a text
|
|
137
137
|
EnterText=\u8F38\u5165\u6587\u5B57
|
|
138
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
139
|
EnterTextMaxLength=\u8F38\u5165\u6700\u591A\u542B {0} \u500B\u5B57\u5143\u548C\u7A7A\u683C\u7684\u5167\u6587
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
|
-
EnterInt=\u8ACB\u8F38\u5165\u4E0D\u542B\u5C0F\u6578\u9EDE\u7684\u6578\u5B57
|
|
141
|
+
EnterInt=\u8ACB\u8F38\u5165\u4E0D\u542B\u5C0F\u6578\u9EDE\u7684\u6578\u5B57\u3002
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
|
-
EnterDateTime=\
|
|
143
|
+
EnterDateTime=\u4EE5\u4E0B\u5217\u683C\u5F0F\u8F38\u5165\u6709\u6548\u7684\u65E5\u671F\u548C\u6642\u9593\uFF1A{0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
145
145
|
EnterDate=\u4EE5\u4E0B\u5217\u683C\u5F0F\u8F38\u5165\u6709\u6548\u7684\u65E5\u671F\uFF1A{0}
|
|
146
146
|
#YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
147
147
|
EnterGuid=\u4EE5\u4E0B\u5217\u683C\u5F0F\u8F38\u5165 GUID\uFF1A12345678-90AB-CDEF-1234-567890ABCDEF
|
|
148
148
|
#YMSG: Enter a valid time in the following format\: {0}
|
|
149
|
-
EnterTime=\
|
|
149
|
+
EnterTime=\u4EE5\u4E0B\u5217\u683C\u5F0F\u8F38\u5165\u6709\u6548\u7684\u6642\u9593\uFF1A {0}
|
|
150
150
|
|
|
151
151
|
#########
|
|
152
152
|
# Texts for sap.ui.model.type.*
|
|
153
153
|
#########
|
|
154
154
|
|
|
155
155
|
#YMSG,100: Enter a valid boolean
|
|
156
|
-
Boolean.Invalid=\
|
|
156
|
+
Boolean.Invalid=\u8F38\u5165\u6709\u6548\u7684\u5E03\u6797\u503C
|
|
157
157
|
|
|
158
158
|
#YMSG,100: Enter a valid number
|
|
159
159
|
Integer.Invalid=\u8F38\u5165\u6709\u6548\u7684\u6578\u5B57
|
|
160
160
|
#YMSG,100: Enter a number greater than or equal to {0}
|
|
161
|
-
Integer.Minimum=\
|
|
161
|
+
Integer.Minimum=\u8F38\u5165\u5927\u65BC\u6216\u7B49\u65BC {0} \u7684\u6578\u5B57
|
|
162
162
|
#YMSG,100: Enter a number lower than or equal to {0}
|
|
163
163
|
Integer.Maximum=\u8F38\u5165\u5C0F\u65BC\u6216\u7B49\u65BC {0} \u7684\u6578\u5B57
|
|
164
164
|
|
|
165
165
|
#YMSG,100: Enter a valid number.
|
|
166
166
|
Float.Invalid=\u8F38\u5165\u6709\u6548\u7684\u6578\u5B57
|
|
167
167
|
#YMSG,100: Enter a number greater than or equal to {0}
|
|
168
|
-
Float.Minimum=\
|
|
168
|
+
Float.Minimum=\u8F38\u5165\u5927\u65BC\u6216\u7B49\u65BC {0} \u7684\u6578\u5B57
|
|
169
169
|
#YMSG,100: Enter a number lower than or equal to {0}
|
|
170
170
|
Float.Maximum=\u8F38\u5165\u5C0F\u65BC\u6216\u7B49\u65BC {0} \u7684\u6578\u5B57
|
|
171
171
|
|
|
172
172
|
#YMSG,100: Enter a valid currency amount
|
|
173
173
|
Currency.Invalid=\u8F38\u5165\u6709\u6548\u7684\u5E63\u5225\u91D1\u984D
|
|
174
174
|
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
175
|
-
Currency.Minimum=\
|
|
175
|
+
Currency.Minimum=\u8F38\u5165\u5927\u65BC\u6216\u7B49\u65BC {0} \u7684\u91D1\u984D
|
|
176
176
|
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
177
177
|
Currency.Maximum=\u8F38\u5165\u5C0F\u65BC\u6216\u7B49\u65BC {0} \u7684\u91D1\u984D
|
|
178
178
|
|
|
@@ -193,28 +193,28 @@ FileSize.Minimum=\u8F38\u5165\u5927\u65BC\u6216\u7B49\u65BC {0} \u7684\u6A94\u68
|
|
|
193
193
|
FileSize.Maximum=\u8F38\u5165\u5C0F\u65BC\u6216\u7B49\u65BC {0} \u7684\u6A94\u6848\u5927\u5C0F
|
|
194
194
|
|
|
195
195
|
#YMSG,100: Enter a valid date
|
|
196
|
-
Date.Invalid=\
|
|
196
|
+
Date.Invalid=\u8F38\u5165\u65E5\u671F
|
|
197
197
|
#YMSG,100: Enter a date after {0}
|
|
198
|
-
Date.Minimum=\
|
|
198
|
+
Date.Minimum=\u8F38\u5165\u665A\u65BC {0} \u7684\u65E5\u671F
|
|
199
199
|
#YMSG,100: Enter a date before {0}
|
|
200
200
|
Date.Maximum=\u8F38\u5165\u65E9\u65BC {0} \u7684\u65E5\u671F
|
|
201
201
|
|
|
202
202
|
#YMSG,100: Enter a valid time
|
|
203
|
-
Time.Invalid=\
|
|
203
|
+
Time.Invalid=\u8F38\u5165\u6709\u6548\u7684\u6642\u9593
|
|
204
204
|
#YMSG,100: Enter a time after {0}
|
|
205
|
-
Time.Minimum=\
|
|
205
|
+
Time.Minimum=\u8F38\u5165\u665A\u65BC {0} \u7684\u6642\u9593
|
|
206
206
|
#YMSG,100: Enter a time before {0}
|
|
207
|
-
Time.Maximum=\
|
|
207
|
+
Time.Maximum=\u8F38\u5165\u65E9\u65BC {0} \u7684\u6642\u9593
|
|
208
208
|
|
|
209
209
|
#YMSG,100: Enter a valid date and time
|
|
210
|
-
DateTime.Invalid=\
|
|
210
|
+
DateTime.Invalid=\u8F38\u5165\u6709\u6548\u7684\u65E5\u671F\u548C\u6642\u9593\u3002
|
|
211
211
|
#YMSG,100: Enter a date and time after {0}
|
|
212
212
|
DateTime.Minimum=\u8F38\u5165\u665A\u65BC {0} \u7684\u65E5\u671F\u548C\u6642\u9593
|
|
213
213
|
#YMSG,100: Enter a date and time before {0}
|
|
214
214
|
DateTime.Maximum=\u8F38\u5165\u65E9\u65BC {0} \u7684\u65E5\u671F\u548C\u6642\u9593
|
|
215
215
|
|
|
216
216
|
#YMSG,100: Enter a valid date interval
|
|
217
|
-
DateInterval.Invalid=\
|
|
217
|
+
DateInterval.Invalid=\u8F38\u5165\u6709\u6548\u7684\u65E5\u671F\u9593\u9694
|
|
218
218
|
|
|
219
219
|
#YMSG,100: Enter a value with at least {0} characters
|
|
220
220
|
String.MinLength=\u8F38\u5165\u81F3\u5C11 {0} \u500B\u5B57\u5143\u7684\u503C
|
|
@@ -229,7 +229,7 @@ String.Contains=\u8F38\u5165\u5305\u542B "{0}" \u7684\u503C
|
|
|
229
229
|
#YMSG,100: Enter value "{0}"
|
|
230
230
|
String.Equals=\u8F38\u5165\u503C "{0}"
|
|
231
231
|
#YMSG,100: Enter a valid value
|
|
232
|
-
String.Search=\
|
|
232
|
+
String.Search=\u8F38\u5165\u6709\u6548\u503C
|
|
233
233
|
|
|
234
234
|
#XACT: type of an UI control is an image
|
|
235
235
|
ACC_CTR_TYPE_IMAGE=\u5716\u50CF
|
|
@@ -29,7 +29,7 @@ function(library, View, TemplateViewRenderer, Log) {
|
|
|
29
29
|
* @extends sap.ui.core.mvc.View
|
|
30
30
|
*
|
|
31
31
|
* @author SAP SE
|
|
32
|
-
* @version 1.71.
|
|
32
|
+
* @version 1.71.59
|
|
33
33
|
*
|
|
34
34
|
* @public
|
|
35
35
|
* @deprecated Since version 1.56.0, use {@link sap.ui.core.mvc.XMLView} in combination with
|
|
@@ -19,7 +19,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/DeclarativeSupport', "sap/base/L
|
|
|
19
19
|
* @see sap.ui.core.DeclarativeSupport
|
|
20
20
|
* @public
|
|
21
21
|
* @since 1.7.0
|
|
22
|
-
* @version 1.71.
|
|
22
|
+
* @version 1.71.59
|
|
23
23
|
* @alias sap.ui.core.plugin.DeclarativeSupport
|
|
24
24
|
*/
|
|
25
25
|
var DeclarativeSupport = function() {
|
|
@@ -18,7 +18,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/tmpl/Template', "sap/base/Log"],
|
|
|
18
18
|
* @author Peter Muessig
|
|
19
19
|
* @public
|
|
20
20
|
* @since 1.15.0
|
|
21
|
-
* @version 1.71.
|
|
21
|
+
* @version 1.71.59
|
|
22
22
|
* @alias sap.ui.core.plugin.TemplatingSupport
|
|
23
23
|
*/
|
|
24
24
|
var TemplatingSupport = function() {
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* @class
|
|
27
27
|
* A SearchProvider which uses the OpenSearch protocol (either JSON or XML).
|
|
28
28
|
* @extends sap.ui.core.search.SearchProvider
|
|
29
|
-
* @version 1.71.
|
|
29
|
+
* @version 1.71.59
|
|
30
30
|
*
|
|
31
31
|
* @public
|
|
32
32
|
* @alias sap.ui.core.search.OpenSearchProvider
|
|
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', 'sap/ui/core/library', "sap/base/Log"],
|
|
|
23
23
|
*
|
|
24
24
|
* Do not create instances of this class, but use a concrete subclass instead.
|
|
25
25
|
* @extends sap.ui.core.Element
|
|
26
|
-
* @version 1.71.
|
|
26
|
+
* @version 1.71.59
|
|
27
27
|
*
|
|
28
28
|
* @public
|
|
29
29
|
* @alias sap.ui.core.search.SearchProvider
|
|
@@ -83,7 +83,7 @@ sap.ui.define(['sap/ui/base/Object', 'sap/ui/core/service/Service', "sap/base/as
|
|
|
83
83
|
*
|
|
84
84
|
* @extends sap.ui.base.Object
|
|
85
85
|
* @author SAP SE
|
|
86
|
-
* @version 1.71.
|
|
86
|
+
* @version 1.71.59
|
|
87
87
|
* @alias sap.ui.core.service.ServiceFactory
|
|
88
88
|
* @private
|
|
89
89
|
* @ui5-restricted sap.ushell
|
|
@@ -26,7 +26,7 @@ sap.ui.define(['sap/ui/base/EventProvider', './Plugin', 'sap/ui/Device', "sap/ba
|
|
|
26
26
|
* @class This class provides the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
|
|
27
27
|
*
|
|
28
28
|
* @extends sap.ui.base.EventProvider
|
|
29
|
-
* @version 1.71.
|
|
29
|
+
* @version 1.71.59
|
|
30
30
|
* @private
|
|
31
31
|
* @alias sap.ui.core.support.Support
|
|
32
32
|
*/
|
|
@@ -50,7 +50,7 @@ sap.ui.define([
|
|
|
50
50
|
* @class This class represents the ControlTree plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
|
|
51
51
|
*
|
|
52
52
|
* @extends sap.ui.core.support.Plugin
|
|
53
|
-
* @version 1.71.
|
|
53
|
+
* @version 1.71.59
|
|
54
54
|
* @private
|
|
55
55
|
* @alias sap.ui.core.support.plugins.ControlTree
|
|
56
56
|
*/
|
|
@@ -15,7 +15,7 @@ sap.ui.define(['sap/ui/core/support/Plugin', "sap/base/Log"],
|
|
|
15
15
|
* @class This class represents the LocalStorage plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
|
|
16
16
|
*
|
|
17
17
|
* @extends sap.ui.core.support.Plugin
|
|
18
|
-
* @version 1.71.
|
|
18
|
+
* @version 1.71.59
|
|
19
19
|
* @private
|
|
20
20
|
* @alias sap.ui.core.support.plugins.LocalStorage
|
|
21
21
|
*/
|
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* @class This class represents the selector plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
|
|
25
25
|
*
|
|
26
26
|
* @extends sap.ui.core.support.Plugin
|
|
27
|
-
* @version 1.71.
|
|
27
|
+
* @version 1.71.59
|
|
28
28
|
* @private
|
|
29
29
|
* @alias sap.ui.core.support.plugins.Selector
|
|
30
30
|
*/
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* @class This class represents the technical info plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
|
|
21
21
|
*
|
|
22
22
|
* @extends sap.ui.core.support.Plugin
|
|
23
|
-
* @version 1.71.
|
|
23
|
+
* @version 1.71.59
|
|
24
24
|
* @private
|
|
25
25
|
* @alias sap.ui.core.support.plugins.TechInfo
|
|
26
26
|
*/
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
* @class This class represents the trace plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
|
|
20
20
|
*
|
|
21
21
|
* @extends sap.ui.core.support.Plugin
|
|
22
|
-
* @version 1.71.
|
|
22
|
+
* @version 1.71.59
|
|
23
23
|
* @private
|
|
24
24
|
* @alias sap.ui.core.support.plugins.Trace
|
|
25
25
|
*/
|
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
* Creates an instance of sap.ui.core.support.plugins.ViewInfo.
|
|
23
23
|
* @class This class represents the ViewInfo plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
|
|
24
24
|
* @extends sap.ui.core.support.Plugin
|
|
25
|
-
* @version 1.71.
|
|
25
|
+
* @version 1.71.59
|
|
26
26
|
* @private
|
|
27
27
|
* @alias sap.ui.core.support.plugins.ViewInfo
|
|
28
28
|
*/
|