@openui5/sap.ui.core 1.71.56 → 1.71.58
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/Control.js +1 -1
- package/src/sap/ui/core/Core.js +1 -1
- 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/Popup.js +7 -4
- 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/format/DateFormat.js +43 -0
- 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.properties +2 -0
- package/src/sap/ui/core/messagebundle_ar.properties +6 -4
- package/src/sap/ui/core/messagebundle_bg.properties +43 -41
- package/src/sap/ui/core/messagebundle_ca.properties +4 -2
- package/src/sap/ui/core/messagebundle_cs.properties +15 -13
- package/src/sap/ui/core/messagebundle_da.properties +6 -4
- package/src/sap/ui/core/messagebundle_de.properties +7 -5
- package/src/sap/ui/core/messagebundle_el.properties +7 -5
- package/src/sap/ui/core/messagebundle_en.properties +5 -3
- package/src/sap/ui/core/messagebundle_es.properties +45 -43
- package/src/sap/ui/core/messagebundle_et.properties +5 -3
- package/src/sap/ui/core/messagebundle_fi.properties +9 -7
- package/src/sap/ui/core/messagebundle_fr.properties +34 -32
- package/src/sap/ui/core/messagebundle_hi.properties +8 -6
- package/src/sap/ui/core/messagebundle_hr.properties +54 -52
- package/src/sap/ui/core/messagebundle_hu.properties +9 -7
- package/src/sap/ui/core/messagebundle_it.properties +16 -14
- package/src/sap/ui/core/messagebundle_iw.properties +9 -7
- package/src/sap/ui/core/messagebundle_ja.properties +3 -1
- package/src/sap/ui/core/messagebundle_kk.properties +9 -7
- package/src/sap/ui/core/messagebundle_ko.properties +8 -6
- package/src/sap/ui/core/messagebundle_lt.properties +5 -3
- package/src/sap/ui/core/messagebundle_lv.properties +5 -3
- package/src/sap/ui/core/messagebundle_ms.properties +10 -8
- package/src/sap/ui/core/messagebundle_nl.properties +54 -52
- package/src/sap/ui/core/messagebundle_no.properties +6 -4
- package/src/sap/ui/core/messagebundle_pl.properties +9 -7
- package/src/sap/ui/core/messagebundle_pt.properties +11 -9
- package/src/sap/ui/core/messagebundle_ro.properties +6 -4
- package/src/sap/ui/core/messagebundle_ru.properties +53 -51
- package/src/sap/ui/core/messagebundle_sh.properties +5 -3
- package/src/sap/ui/core/messagebundle_sk.properties +5 -3
- package/src/sap/ui/core/messagebundle_sl.properties +8 -6
- package/src/sap/ui/core/messagebundle_sv.properties +4 -2
- package/src/sap/ui/core/messagebundle_th.properties +25 -23
- package/src/sap/ui/core/messagebundle_tr.properties +6 -4
- package/src/sap/ui/core/messagebundle_uk.properties +55 -53
- package/src/sap/ui/core/messagebundle_vi.properties +5 -3
- package/src/sap/ui/core/messagebundle_zh_CN.properties +6 -4
- package/src/sap/ui/core/messagebundle_zh_TW.properties +23 -21
- 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/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 +8 -1
- package/src/sap/ui/model/odata/type/DateTime.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeBase.js +8 -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 +28 -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 +8 -1
- package/src/sap/ui/model/odata/type/TimeOfDay.js +8 -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 +15 -1
- package/src/sap/ui/model/type/DateInterval.js +15 -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/thirdparty/qunit-2.js +4 -1
- package/src/sap/ui/thirdparty/qunit.js +41 -11
- package/src/sap/ui/util/Storage.js +1 -1
|
@@ -37,6 +37,8 @@ BUSY_TEXT=\u041C\u043E\u043B\u044F, \u0438\u0437\u0447\u0430\u043A\u0430\u0439\u
|
|
|
37
37
|
date.week.calendarweek.wide=\u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u043D\u0430 \u0441\u0435\u0434\u043C\u0438\u0446\u0430 {0}
|
|
38
38
|
#XTXT: the short pattern for formatting a date using calendar week number
|
|
39
39
|
date.week.calendarweek.narrow=\u041A\u0421 {0}
|
|
40
|
+
#XTXT: Placeholder text for input control with a sample value such as date or time; demo output "e.g. 31/12/2022" (translation must contain an abbreviated form of "for example" such as the English "e.g." to keep the placeholder short)
|
|
41
|
+
date.placeholder=\u041D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 {0}
|
|
40
42
|
|
|
41
43
|
#########
|
|
42
44
|
# Texts for sap.ui.core.format.FileSizeFormat
|
|
@@ -114,120 +116,120 @@ EnterDigitsOnly=\u0412\u044A\u0432\u0435\u0436\u0434\u0430\u043D\u0435 \u0441\u0
|
|
|
114
116
|
#YMSG: Enter a maximum of {0} digits
|
|
115
117
|
EnterMaximumOfDigits=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440\u0438.
|
|
116
118
|
#YMSG: Enter a number
|
|
117
|
-
EnterNumber=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E
|
|
119
|
+
EnterNumber=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E
|
|
118
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
119
|
-
EnterNumberPrecision=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440\u0438, \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u043B\u043D\u043E \u0434\u0435\u0441\u0435\u0442\u0438\u0447\u043D\u0438\u0442\u0435 \u043F\u043E\u0437\u0438\u0446\u0438\u0438
|
|
121
|
+
EnterNumberPrecision=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440\u0438, \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u043B\u043D\u043E \u0434\u0435\u0441\u0435\u0442\u0438\u0447\u043D\u0438\u0442\u0435 \u043F\u043E\u0437\u0438\u0446\u0438\u0438
|
|
120
122
|
#YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator
|
|
121
123
|
EnterNumberInteger=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440\u0438 \u0432\u043B\u044F\u0432\u043E \u043E\u0442 \u0434\u0435\u0441\u0435\u0442\u0438\u0447\u043D\u0438\u044F \u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B.
|
|
122
124
|
#YMSG: Enter a number with a maximum of {0} decimal places
|
|
123
|
-
EnterNumberFraction=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0434\u0435\u0441\u0435\u0442\u0438\u0447\u043D\u0438 \u043F\u043E\u0437\u0438\u0446\u0438\u0438
|
|
125
|
+
EnterNumberFraction=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0434\u0435\u0441\u0435\u0442\u0438\u0447\u043D\u0438 \u043F\u043E\u0437\u0438\u0446\u0438\u0438
|
|
124
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
|
|
125
|
-
EnterNumberIntegerFraction=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440\u0438 \u0432\u043B\u044F\u0432\u043E \u043E\u0442 \u0434\u0435\u0441\u0435\u0442\u0438\u0447\u043D\u0438\u044F \u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B \u0438 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {1} \u0434\u0435\u0441\u0435\u0442\u0438\u0447\u043D\u0438 \u043F\u043E\u0437\u0438\u0446\u0438\u0438
|
|
127
|
+
EnterNumberIntegerFraction=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440\u0438 \u0432\u043B\u044F\u0432\u043E \u043E\u0442 \u0434\u0435\u0441\u0435\u0442\u0438\u0447\u043D\u0438\u044F \u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B \u0438 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {1} \u0434\u0435\u0441\u0435\u0442\u0438\u0447\u043D\u0438 \u043F\u043E\u0437\u0438\u0446\u0438\u0438
|
|
126
128
|
#YMSG: Enter a number with a minimum value of {0}
|
|
127
|
-
EnterNumberMin=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0441 \u043C\u0438\u043D\u0438\u043C\u0430\u043B\u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442 \u043E\u0442 {0}
|
|
129
|
+
EnterNumberMin=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0441 \u043C\u0438\u043D\u0438\u043C\u0430\u043B\u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442 \u043E\u0442 {0}
|
|
128
130
|
#YMSG: Enter a number greater than {0}
|
|
129
131
|
EnterNumberMinExclusive=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u043F\u043E-\u0433\u043E\u043B\u044F\u043C\u043E \u043E\u0442 {0}.
|
|
130
132
|
#YMSG: Enter a number with a maximum value of {0}
|
|
131
|
-
EnterNumberMax=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442 \u043E\u0442 {0}
|
|
133
|
+
EnterNumberMax=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442 \u043E\u0442 {0}
|
|
132
134
|
#YMSG: Enter a number less than {0}
|
|
133
135
|
EnterNumberMaxExclusive=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u043F\u043E-\u043C\u0430\u043B\u043A\u043E \u043E\u0442 {0}.
|
|
134
136
|
#YMSG: Enter a text
|
|
135
137
|
EnterText=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0442\u0435\u043A\u0441\u0442.
|
|
136
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
137
|
-
EnterTextMaxLength=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0442\u0435\u043A\u0441\u0442 \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0438 \u0438\u043D\u0442\u0435\u0440\u0432\u0430\u043B\u0438
|
|
139
|
+
EnterTextMaxLength=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0442\u0435\u043A\u0441\u0442 \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0438 \u0438\u043D\u0442\u0435\u0440\u0432\u0430\u043B\u0438
|
|
138
140
|
#YMSG: Enter a number with no decimal places
|
|
139
|
-
EnterInt=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0431\u0435\u0437 \u0434\u0435\u0441\u0435\u0442\u0438\u0447\u043D\u0438 \u043F\u043E\u0437\u0438\u0446\u0438\u0438
|
|
141
|
+
EnterInt=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0431\u0435\u0437 \u0434\u0435\u0441\u0435\u0442\u0438\u0447\u043D\u0438 \u043F\u043E\u0437\u0438\u0446\u0438\u0438
|
|
140
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
141
|
-
EnterDateTime=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u043D\u0438 \u0434\u0430\u0442\u0430 \u0438 \u0447\u0430\u0441 \u0432 \u0441\u043B\u0435\u0434\u043D\u0438\u044F \u0444\u043E\u0440\u043C\u0430\u0442\: {0}
|
|
143
|
+
EnterDateTime=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u043D\u0438 \u0434\u0430\u0442\u0430 \u0438 \u0447\u0430\u0441 \u0432 \u0441\u043B\u0435\u0434\u043D\u0438\u044F \u0444\u043E\u0440\u043C\u0430\u0442\: {0}
|
|
142
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
143
|
-
EnterDate=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0434\u0430\u0442\u0430 \u0432 \u0441\u043B\u0435\u0434\u043D\u0438\u044F \u0444\u043E\u0440\u043C\u0430\u0442\: {0}
|
|
145
|
+
EnterDate=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0434\u0430\u0442\u0430 \u0432 \u0441\u043B\u0435\u0434\u043D\u0438\u044F \u0444\u043E\u0440\u043C\u0430\u0442\: {0}
|
|
144
146
|
#YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
145
147
|
EnterGuid=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 GUID \u0432 \u0441\u043B\u0435\u0434\u043D\u0438\u044F \u0444\u043E\u0440\u043C\u0430\u0442\: 12345678-90AB-CDEF-1234-567890ABCDEF.
|
|
146
148
|
#YMSG: Enter a valid time in the following format\: {0}
|
|
147
|
-
EnterTime=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0447\u0430\u0441 \u0432 \u0441\u043B\u0435\u0434\u043D\u0438\u044F \u0444\u043E\u0440\u043C\u0430\u0442\: {0}
|
|
149
|
+
EnterTime=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0447\u0430\u0441 \u0432 \u0441\u043B\u0435\u0434\u043D\u0438\u044F \u0444\u043E\u0440\u043C\u0430\u0442\: {0}
|
|
148
150
|
|
|
149
151
|
#########
|
|
150
152
|
# Texts for sap.ui.model.type.*
|
|
151
153
|
#########
|
|
152
154
|
|
|
153
155
|
#YMSG,100: Enter a valid boolean
|
|
154
|
-
Boolean.Invalid=\u0412\u044A\u0432\u0435\u0436\u0434\u0430\u043D\u0435 \u043D\u0430 \u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0431\u0443\u043B\u0435\u0432 \u0438\u0437\u0440\u0430\u0437
|
|
156
|
+
Boolean.Invalid=\u0412\u044A\u0432\u0435\u0436\u0434\u0430\u043D\u0435 \u043D\u0430 \u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0431\u0443\u043B\u0435\u0432 \u0438\u0437\u0440\u0430\u0437
|
|
155
157
|
|
|
156
158
|
#YMSG,100: Enter a valid number
|
|
157
|
-
Integer.Invalid=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u043D\u043E \u0447\u0438\u0441\u043B\u043E
|
|
159
|
+
Integer.Invalid=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u043D\u043E \u0447\u0438\u0441\u043B\u043E
|
|
158
160
|
#YMSG,100: Enter a number greater than or equal to {0}
|
|
159
|
-
Integer.Minimum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E, \u043F\u043E-\u0433\u043E\u043B\u044F\u043C\u043E \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u043E \u043D\u0430 {0}
|
|
161
|
+
Integer.Minimum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E, \u043F\u043E-\u0433\u043E\u043B\u044F\u043C\u043E \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u043E \u043D\u0430 {0}
|
|
160
162
|
#YMSG,100: Enter a number lower than or equal to {0}
|
|
161
|
-
Integer.Maximum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E, \u043F\u043E-\u043C\u0430\u043B\u043A\u043E \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u043E \u043D\u0430 {0}
|
|
163
|
+
Integer.Maximum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E, \u043F\u043E-\u043C\u0430\u043B\u043A\u043E \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u043E \u043D\u0430 {0}
|
|
162
164
|
|
|
163
165
|
#YMSG,100: Enter a valid number.
|
|
164
|
-
Float.Invalid=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u043D\u043E \u0447\u0438\u0441\u043B\u043E
|
|
166
|
+
Float.Invalid=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u043D\u043E \u0447\u0438\u0441\u043B\u043E
|
|
165
167
|
#YMSG,100: Enter a number greater than or equal to {0}
|
|
166
|
-
Float.Minimum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E, \u043F\u043E-\u0433\u043E\u043B\u044F\u043C\u043E \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u043E \u043D\u0430 {0}
|
|
168
|
+
Float.Minimum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E, \u043F\u043E-\u0433\u043E\u043B\u044F\u043C\u043E \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u043E \u043D\u0430 {0}
|
|
167
169
|
#YMSG,100: Enter a number lower than or equal to {0}
|
|
168
|
-
Float.Maximum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E, \u043F\u043E-\u043C\u0430\u043B\u043A\u043E \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u043E \u043D\u0430 {0}
|
|
170
|
+
Float.Maximum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E, \u043F\u043E-\u043C\u0430\u043B\u043A\u043E \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u043E \u043D\u0430 {0}
|
|
169
171
|
|
|
170
172
|
#YMSG,100: Enter a valid currency amount
|
|
171
|
-
Currency.Invalid=\u0412\u044A\u0432\u0435\u0436\u0434\u0430\u043D\u0435 \u043D\u0430 \u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0441\u0443\u043C\u0430 \u0432\u044A\u0432 \u0432\u0430\u043B\u0443\u0442\u0430
|
|
173
|
+
Currency.Invalid=\u0412\u044A\u0432\u0435\u0436\u0434\u0430\u043D\u0435 \u043D\u0430 \u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0441\u0443\u043C\u0430 \u0432\u044A\u0432 \u0432\u0430\u043B\u0443\u0442\u0430
|
|
172
174
|
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
173
|
-
Currency.Minimum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0443\u043C\u0430, \u043F\u043E-\u0433\u043E\u043B\u044F\u043C\u0430 \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u0430 \u043D\u0430 {0}
|
|
175
|
+
Currency.Minimum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0443\u043C\u0430, \u043F\u043E-\u0433\u043E\u043B\u044F\u043C\u0430 \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u0430 \u043D\u0430 {0}
|
|
174
176
|
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
175
|
-
Currency.Maximum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0443\u043C\u0430, \u043F\u043E-\u043C\u0430\u043B\u043A\u0430 \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u0430 \u043D\u0430 {0}
|
|
177
|
+
Currency.Maximum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0443\u043C\u0430, \u043F\u043E-\u043C\u0430\u043B\u043A\u0430 \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u0430 \u043D\u0430 {0}
|
|
176
178
|
|
|
177
179
|
#YMSG,100: Enter a valid unit amount
|
|
178
|
-
Unit.Invalid=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0441\u0443\u043C\u0430 \u0435\u0434\u0438\u043D\u0438\u0446\u0438
|
|
180
|
+
Unit.Invalid=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0441\u0443\u043C\u0430 \u0435\u0434\u0438\u043D\u0438\u0446\u0438
|
|
179
181
|
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
180
|
-
Unit.Minimum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0443\u043C\u0430, \u043F\u043E-\u0433\u043E\u043B\u044F\u043C\u0430 \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u0430 \u043D\u0430 {0}
|
|
182
|
+
Unit.Minimum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0443\u043C\u0430, \u043F\u043E-\u0433\u043E\u043B\u044F\u043C\u0430 \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u0430 \u043D\u0430 {0}
|
|
181
183
|
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
182
|
-
Unit.Maximum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0443\u043C\u0430, \u043F\u043E-\u043C\u0430\u043B\u043A\u0430 \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u0430 \u043D\u0430 {0}
|
|
184
|
+
Unit.Maximum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0443\u043C\u0430, \u043F\u043E-\u043C\u0430\u043B\u043A\u0430 \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u0430 \u043D\u0430 {0}
|
|
183
185
|
#YMSG,100: Enter an amount with less decimals than {0}
|
|
184
|
-
Unit.Decimals=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0443\u043C\u0430 \u0441 \u043F\u043E-\u043C\u0430\u043B\u043A\u043E \u0434\u0435\u0441\u0435\u0442\u0438\u0447\u043D\u0438 \u043F\u043E\u0437\u0438\u0446\u0438\u0438 \u043E\u0442 {0}
|
|
186
|
+
Unit.Decimals=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0443\u043C\u0430 \u0441 \u043F\u043E-\u043C\u0430\u043B\u043A\u043E \u0434\u0435\u0441\u0435\u0442\u0438\u0447\u043D\u0438 \u043F\u043E\u0437\u0438\u0446\u0438\u0438 \u043E\u0442 {0}
|
|
185
187
|
|
|
186
188
|
#YMSG,100: Enter a valid file size
|
|
187
189
|
FileSize.Invalid=\u0412\u044A\u0432\u0435\u0436\u0434\u0430\u043D\u0435 \u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0440\u0430\u0437\u043C\u0435\u0440 \u043D\u0430 \u0444\u0430\u0439\u043B.
|
|
188
190
|
#YMSG,100: EEnter a file size greater than or equal to {0}
|
|
189
|
-
FileSize.Minimum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0440\u0430\u0437\u043C\u0435\u0440 \u043D\u0430 \u0444\u0430\u0439\u043B, \u043F\u043E-\u0433\u043E\u043B\u044F\u043C \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u0435\u043D \u043D\u0430 {0}
|
|
191
|
+
FileSize.Minimum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0440\u0430\u0437\u043C\u0435\u0440 \u043D\u0430 \u0444\u0430\u0439\u043B, \u043F\u043E-\u0433\u043E\u043B\u044F\u043C \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u0435\u043D \u043D\u0430 {0}
|
|
190
192
|
#YMSG,100: Enter a file size lower than or equal to {0}
|
|
191
|
-
FileSize.Maximum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0440\u0430\u0437\u043C\u0435\u0440 \u043D\u0430 \u0444\u0430\u0439\u043B, \u043F\u043E-\u043C\u0430\u043B\u044A\u043A \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u0435\u043D \u043D\u0430 {0}
|
|
193
|
+
FileSize.Maximum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0440\u0430\u0437\u043C\u0435\u0440 \u043D\u0430 \u0444\u0430\u0439\u043B, \u043F\u043E-\u043C\u0430\u043B\u044A\u043A \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u0435\u043D \u043D\u0430 {0}
|
|
192
194
|
|
|
193
195
|
#YMSG,100: Enter a valid date
|
|
194
196
|
Date.Invalid=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0434\u0430\u0442\u0430.
|
|
195
197
|
#YMSG,100: Enter a date after {0}
|
|
196
|
-
Date.Minimum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0434\u0430\u0442\u0430 \u0441\u043B\u0435\u0434 {0}
|
|
198
|
+
Date.Minimum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0434\u0430\u0442\u0430 \u0441\u043B\u0435\u0434 {0}
|
|
197
199
|
#YMSG,100: Enter a date before {0}
|
|
198
|
-
Date.Maximum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0434\u0430\u0442\u0430 \u043F\u0440\u0435\u0434\u0438 {0}
|
|
200
|
+
Date.Maximum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0434\u0430\u0442\u0430 \u043F\u0440\u0435\u0434\u0438 {0}
|
|
199
201
|
|
|
200
202
|
#YMSG,100: Enter a valid time
|
|
201
203
|
Time.Invalid=\u0412\u044A\u0432\u0435\u0436\u0434\u0430\u043D\u0435 \u043D\u0430 \u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0447\u0430\u0441.
|
|
202
204
|
#YMSG,100: Enter a time after {0}
|
|
203
|
-
Time.Minimum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0430\u0441 \u0441\u043B\u0435\u0434 {0}
|
|
205
|
+
Time.Minimum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0430\u0441 \u0441\u043B\u0435\u0434 {0}
|
|
204
206
|
#YMSG,100: Enter a time before {0}
|
|
205
207
|
Time.Maximum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0430\u0441 \u043F\u0440\u0435\u0434\u0438 {0}.
|
|
206
208
|
|
|
207
209
|
#YMSG,100: Enter a valid date and time
|
|
208
|
-
DateTime.Invalid=\u0412\u044A\u0432\u0435\u0436\u0434\u0430\u043D\u0435 \u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0434\u0430\u0442\u0430 \u0438 \u0447\u0430\u0441
|
|
210
|
+
DateTime.Invalid=\u0412\u044A\u0432\u0435\u0436\u0434\u0430\u043D\u0435 \u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0434\u0430\u0442\u0430 \u0438 \u0447\u0430\u0441
|
|
209
211
|
#YMSG,100: Enter a date and time after {0}
|
|
210
|
-
DateTime.Minimum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0434\u0430\u0442\u0430 \u0438 \u0447\u0430\u0441 \u0441\u043B\u0435\u0434 {0}
|
|
212
|
+
DateTime.Minimum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0434\u0430\u0442\u0430 \u0438 \u0447\u0430\u0441 \u0441\u043B\u0435\u0434 {0}
|
|
211
213
|
#YMSG,100: Enter a date and time before {0}
|
|
212
|
-
DateTime.Maximum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0434\u0430\u0442\u0430 \u0438 \u0447\u0430\u0441 \u043F\u0440\u0435\u0434\u0438 {0}
|
|
214
|
+
DateTime.Maximum=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0434\u0430\u0442\u0430 \u0438 \u0447\u0430\u0441 \u043F\u0440\u0435\u0434\u0438 {0}
|
|
213
215
|
|
|
214
216
|
#YMSG,100: Enter a valid date interval
|
|
215
217
|
DateInterval.Invalid=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0438\u043D\u0442\u0435\u0440\u0432\u0430\u043B \u0434\u0430\u0442\u0438.
|
|
216
218
|
|
|
217
219
|
#YMSG,100: Enter a value with at least {0} characters
|
|
218
|
-
String.MinLength=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442 \u0441 \
|
|
220
|
+
String.MinLength=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442 \u0441 \u043F\u043E\u043D\u0435 {0} \u0441\u0438\u043C\u0432\u043E\u043B\u0430
|
|
219
221
|
#YMSG,100: Enter a value with no more than {0} characters
|
|
220
|
-
String.MaxLength=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442 \u0441 \u043D\u0435 \u043F\u043E\u0432\u0435\u0447\u0435 \u043E\u0442 {0} \u0441\u0438\u043C\u0432\u043E\u043B\u0430
|
|
222
|
+
String.MaxLength=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442 \u0441 \u043D\u0435 \u043F\u043E\u0432\u0435\u0447\u0435 \u043E\u0442 {0} \u0441\u0438\u043C\u0432\u043E\u043B\u0430
|
|
221
223
|
#YMSG,100: Enter a value starting with "{0}"
|
|
222
|
-
String.StartsWith=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442, \u0437\u0430\u043F\u043E\u0447\u0432\u0430\u0449\u0430 \u0441 "{0}"
|
|
224
|
+
String.StartsWith=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442, \u0437\u0430\u043F\u043E\u0447\u0432\u0430\u0449\u0430 \u0441 "{0}"
|
|
223
225
|
#YMSG,100: Enter a value ending with "{0}"
|
|
224
|
-
String.EndsWith=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442, \u0437\u0430\u0432\u044A\u0440\u0448\u0432\u0430\u0449\u0430 \u0441 "{0}"
|
|
226
|
+
String.EndsWith=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442, \u0437\u0430\u0432\u044A\u0440\u0448\u0432\u0430\u0449\u0430 \u0441 "{0}"
|
|
225
227
|
#YMSG,100: Enter a value containing "{0}"
|
|
226
|
-
String.Contains=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442, \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u0449\u0430 "{0}"
|
|
228
|
+
String.Contains=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442, \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u0449\u0430 "{0}"
|
|
227
229
|
#YMSG,100: Enter value "{0}"
|
|
228
230
|
String.Equals=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442 "{0}".
|
|
229
231
|
#YMSG,100: Enter a valid value
|
|
230
|
-
String.Search=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442
|
|
232
|
+
String.Search=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442
|
|
231
233
|
|
|
232
234
|
#XACT: type of an UI control is an image
|
|
233
235
|
ACC_CTR_TYPE_IMAGE=\u0418\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435
|
|
@@ -293,7 +295,7 @@ Icon.flag=\u0424\u043B\u0430\u0433
|
|
|
293
295
|
#XTXT: To forward an item to a recipients
|
|
294
296
|
Icon.forward=\u041F\u0440\u0435\u0430\u0434\u0440\u0435\u0441\u0438\u0440\u0430\u043D\u0435
|
|
295
297
|
#XTXT
|
|
296
|
-
Icon.full-screen=\
|
|
298
|
+
Icon.full-screen=\u041E\u0442\u0432\u0430\u0440\u044F\u043D\u0435 \u043D\u0430 \u0446\u044F\u043B \u0435\u043A\u0440\u0430\u043D
|
|
297
299
|
#XTXT
|
|
298
300
|
Icon.generate-shortcut=\u0421\u044A\u0437\u0434\u0430\u0432\u0430\u043D\u0435 \u043D\u0430 \u0434\u0438\u0440\u0435\u043A\u0442\u0435\u043D \u0434\u043E\u0441\u0442\u044A\u043F
|
|
299
301
|
#XTXT: To group items
|
|
@@ -315,7 +317,7 @@ Icon.message-error=\u0413\u0440\u0435\u0448\u043A\u0430
|
|
|
315
317
|
#XTXT
|
|
316
318
|
Icon.message-information=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F
|
|
317
319
|
#XTXT
|
|
318
|
-
Icon.message-success=\u0423\u0441\u043F\u0435\u0448\u0435\u043D
|
|
320
|
+
Icon.message-success=\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u0437\u043F\u044A\u043B\u043D\u0435\u043D\u0438\u0435
|
|
319
321
|
#XTXT
|
|
320
322
|
Icon.message-warning=\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435
|
|
321
323
|
#XTXT: To manipulate the position of an element
|
|
@@ -37,6 +37,8 @@ BUSY_TEXT=Espereu
|
|
|
37
37
|
date.week.calendarweek.wide=Setmana natural {0}
|
|
38
38
|
#XTXT: the short pattern for formatting a date using calendar week number
|
|
39
39
|
date.week.calendarweek.narrow=Setmana natural {0}
|
|
40
|
+
#XTXT: Placeholder text for input control with a sample value such as date or time; demo output "e.g. 31/12/2022" (translation must contain an abbreviated form of "for example" such as the English "e.g." to keep the placeholder short)
|
|
41
|
+
date.placeholder=Per exemple, {0}
|
|
40
42
|
|
|
41
43
|
#########
|
|
42
44
|
# Texts for sap.ui.core.format.FileSizeFormat
|
|
@@ -112,7 +114,7 @@ EnterYesOrNo=Indiqueu "{0}" o "{1}".
|
|
|
112
114
|
#YMSG: Enter only digits
|
|
113
115
|
EnterDigitsOnly=Indicar nom\u00E9s xifres
|
|
114
116
|
#YMSG: Enter a maximum of {0} digits
|
|
115
|
-
EnterMaximumOfDigits=Indiqueu com a m\u00E0xim {0} xifres
|
|
117
|
+
EnterMaximumOfDigits=Indiqueu com a m\u00E0xim {0} xifres
|
|
116
118
|
#YMSG: Enter a number
|
|
117
119
|
EnterNumber=Indiqueu un n\u00FAmero
|
|
118
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
@@ -120,7 +122,7 @@ EnterNumberPrecision=Indiqueu un n\u00FAmero amb un m\u00E0xim de {0} xifres, in
|
|
|
120
122
|
#YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator
|
|
121
123
|
EnterNumberInteger=Indiqueu un n\u00FAmero amb un m\u00E0xim de {0} xifres, a l''esquerra de la coma decimal.
|
|
122
124
|
#YMSG: Enter a number with a maximum of {0} decimal places
|
|
123
|
-
EnterNumberFraction=Indiqueu
|
|
125
|
+
EnterNumberFraction=Indiqueu un n\u00FAmero amb un m\u00E0xim de {0} decimals.
|
|
124
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
|
|
125
127
|
EnterNumberIntegerFraction=Indiqueu un n\u00FAmero amb un m\u00E0xim de {0} xifres, a l''esquerra de la coma decimal i amb un m\u00E0xim de {1} decimals.
|
|
126
128
|
#YMSG: Enter a number with a minimum value of {0}
|
|
@@ -37,6 +37,8 @@ BUSY_TEXT=\u010Cekejte
|
|
|
37
37
|
date.week.calendarweek.wide=Kalend\u00E1\u0159n\u00ED t\u00FDdny{0}
|
|
38
38
|
#XTXT: the short pattern for formatting a date using calendar week number
|
|
39
39
|
date.week.calendarweek.narrow=KT {0}
|
|
40
|
+
#XTXT: Placeholder text for input control with a sample value such as date or time; demo output "e.g. 31/12/2022" (translation must contain an abbreviated form of "for example" such as the English "e.g." to keep the placeholder short)
|
|
41
|
+
date.placeholder=nap\u0159\u00EDklad {0}
|
|
40
42
|
|
|
41
43
|
#########
|
|
42
44
|
# Texts for sap.ui.core.format.FileSizeFormat
|
|
@@ -112,13 +114,13 @@ EnterYesOrNo=Zadejte \u201E{0}\u201C nebo \u201E{1}\u201C.
|
|
|
112
114
|
#YMSG: Enter only digits
|
|
113
115
|
EnterDigitsOnly=Zadejte jen \u010D\u00EDslice
|
|
114
116
|
#YMSG: Enter a maximum of {0} digits
|
|
115
|
-
EnterMaximumOfDigits=Zadejte
|
|
117
|
+
EnterMaximumOfDigits=Zadejte maxim\u00E1ln\u011B {0} \u010D\u00EDslic
|
|
116
118
|
#YMSG: Enter a number
|
|
117
119
|
EnterNumber=Zadejte \u010D\u00EDslo
|
|
118
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
119
121
|
EnterNumberPrecision=Zadejte \u010D\u00EDslo max. s t\u00EDmto po\u010Dtem \u010D\u00EDslic\: {0} (v\u010Detn\u011B desetinn\u00FDch m\u00EDst).
|
|
120
122
|
#YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator
|
|
121
|
-
EnterNumberInteger=Zadejte \u010D\u00EDslo
|
|
123
|
+
EnterNumberInteger=Zadejte \u010D\u00EDslo s maxim\u00E1ln\u011B {0} \u010D\u00EDslicemi vlevo od desetinn\u00E9 \u010D\u00E1rky
|
|
122
124
|
#YMSG: Enter a number with a maximum of {0} decimal places
|
|
123
125
|
EnterNumberFraction=Zadejte \u010D\u00EDslo max.s {0} desetinn\u00FDmi \u010D\u00EDsly.
|
|
124
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
|
|
@@ -136,7 +138,7 @@ EnterText=Zadejte text
|
|
|
136
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
137
139
|
EnterTextMaxLength=Zadejte text max.s {0} znaky a mezerami.
|
|
138
140
|
#YMSG: Enter a number with no decimal places
|
|
139
|
-
EnterInt=Zadejte \u010D\u00EDslo bez desetinn\u00FDch m\u00EDst
|
|
141
|
+
EnterInt=Zadejte \u010D\u00EDslo bez desetinn\u00FDch m\u00EDst
|
|
140
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
141
143
|
EnterDateTime=Zadejte platn\u00E9 datum a platn\u00FD \u010Das v tomto form\u00E1tu\: {0}
|
|
142
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
@@ -170,18 +172,18 @@ Float.Maximum=Zadejte \u010D\u00EDslo men\u0161\u00ED nebo rovno {0}.
|
|
|
170
172
|
#YMSG,100: Enter a valid currency amount
|
|
171
173
|
Currency.Invalid=Zadejte platnou \u010D\u00E1stku v m\u011Bn\u011B
|
|
172
174
|
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
173
|
-
Currency.Minimum=Zadejte \u010D\
|
|
175
|
+
Currency.Minimum=Zadejte \u010D\u00E1stku v\u011Bt\u0161\u00ED nebo rovnou {0}
|
|
174
176
|
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
175
|
-
Currency.Maximum=Zadejte \u010D\
|
|
177
|
+
Currency.Maximum=Zadejte \u010D\u00E1stku men\u0161\u00ED nebo rovnou {0}
|
|
176
178
|
|
|
177
179
|
#YMSG,100: Enter a valid unit amount
|
|
178
|
-
Unit.Invalid=Zadejte
|
|
180
|
+
Unit.Invalid=Zadejte platnou \u010D\u00E1stku v jednotk\u00E1ch
|
|
179
181
|
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
180
|
-
Unit.Minimum=Zadejte \u010D\
|
|
182
|
+
Unit.Minimum=Zadejte \u010D\u00E1stku v\u011Bt\u0161\u00ED nebo rovnou {0}
|
|
181
183
|
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
182
|
-
Unit.Maximum=Zadejte \u010D\
|
|
184
|
+
Unit.Maximum=Zadejte \u010D\u00E1stku men\u0161\u00ED nebo rovnou {0}
|
|
183
185
|
#YMSG,100: Enter an amount with less decimals than {0}
|
|
184
|
-
Unit.Decimals=Zadejte
|
|
186
|
+
Unit.Decimals=Zadejte \u010D\u00E1stku s m\u00E9n\u011B ne\u017E {0} desetinn\u00FDmi m\u00EDsty
|
|
185
187
|
|
|
186
188
|
#YMSG,100: Enter a valid file size
|
|
187
189
|
FileSize.Invalid=Zadejte platnou velikost souboru
|
|
@@ -193,7 +195,7 @@ FileSize.Maximum=Zadejte velikost souboru men\u0161\u00ED nebo rovnou {0}
|
|
|
193
195
|
#YMSG,100: Enter a valid date
|
|
194
196
|
Date.Invalid=Zadejte platn\u00E9 datum
|
|
195
197
|
#YMSG,100: Enter a date after {0}
|
|
196
|
-
Date.Minimum=Zadejte datum po {0}
|
|
198
|
+
Date.Minimum=Zadejte datum po {0}
|
|
197
199
|
#YMSG,100: Enter a date before {0}
|
|
198
200
|
Date.Maximum=Zadejte datum p\u0159ed {0}.
|
|
199
201
|
|
|
@@ -215,9 +217,9 @@ DateTime.Maximum=Zadejte datum a \u010Das p\u0159ed {0}.
|
|
|
215
217
|
DateInterval.Invalid=Zadejte platn\u00FD interval pro datum
|
|
216
218
|
|
|
217
219
|
#YMSG,100: Enter a value with at least {0} characters
|
|
218
|
-
String.MinLength=Zadejte hodnotu
|
|
220
|
+
String.MinLength=Zadejte hodnotu s minim\u00E1ln\u00EDm po\u010Dtem znak\u016F {0}
|
|
219
221
|
#YMSG,100: Enter a value with no more than {0} characters
|
|
220
|
-
String.MaxLength=Zadejte hodnotu
|
|
222
|
+
String.MaxLength=Zadejte hodnotu s maxim\u00E1ln\u00EDm po\u010Dtem znak\u016F {0}
|
|
221
223
|
#YMSG,100: Enter a value starting with "{0}"
|
|
222
224
|
String.StartsWith=Zadejte hodnotu, kter\u00E1 za\u010D\u00EDn\u00E1 na "{0}".
|
|
223
225
|
#YMSG,100: Enter a value ending with "{0}"
|
|
@@ -323,7 +325,7 @@ Icon.move=P\u0159em\u00EDst\u011Bn\u00ED
|
|
|
323
325
|
#XTXT
|
|
324
326
|
Icon.multi-select=V\u00EDcen\u00E1sobn\u00FD v\u00FDb\u011Br
|
|
325
327
|
#XTXT
|
|
326
|
-
Icon.nav-back=
|
|
328
|
+
Icon.nav-back=Zp\u011Bt
|
|
327
329
|
#XTXT
|
|
328
330
|
Icon.overflow=V\u00EDce
|
|
329
331
|
#XTXT
|
|
@@ -37,6 +37,8 @@ BUSY_TEXT=Vent
|
|
|
37
37
|
date.week.calendarweek.wide=Kalenderuge {0}
|
|
38
38
|
#XTXT: the short pattern for formatting a date using calendar week number
|
|
39
39
|
date.week.calendarweek.narrow=KU {0}
|
|
40
|
+
#XTXT: Placeholder text for input control with a sample value such as date or time; demo output "e.g. 31/12/2022" (translation must contain an abbreviated form of "for example" such as the English "e.g." to keep the placeholder short)
|
|
41
|
+
date.placeholder=for eksempel {0}
|
|
40
42
|
|
|
41
43
|
#########
|
|
42
44
|
# Texts for sap.ui.core.format.FileSizeFormat
|
|
@@ -112,7 +114,7 @@ EnterYesOrNo=Indtast "{0}" eller "{1}".
|
|
|
112
114
|
#YMSG: Enter only digits
|
|
113
115
|
EnterDigitsOnly=Indtast kun cifre
|
|
114
116
|
#YMSG: Enter a maximum of {0} digits
|
|
115
|
-
EnterMaximumOfDigits=Indtast maksimalt {0} cifre
|
|
117
|
+
EnterMaximumOfDigits=Indtast maksimalt {0} cifre
|
|
116
118
|
#YMSG: Enter a number
|
|
117
119
|
EnterNumber=Indtast tal
|
|
118
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
@@ -136,7 +138,7 @@ EnterText=Indtast tekst
|
|
|
136
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
137
139
|
EnterTextMaxLength=Indtast en tekst med maksimalt {0} tegn og blanktegn
|
|
138
140
|
#YMSG: Enter a number with no decimal places
|
|
139
|
-
EnterInt=Indtast et tal uden decimaler
|
|
141
|
+
EnterInt=Indtast et tal uden decimaler
|
|
140
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
141
143
|
EnterDateTime=Indtast en gyldig dato og et gyldigt klokkesl\u00E6t i f\u00F8lgende format\: {0}
|
|
142
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
@@ -161,7 +163,7 @@ Integer.Minimum=Indtast et tal, der er st\u00F8rre end eller lig med {0}
|
|
|
161
163
|
Integer.Maximum=Indtast et tal, der er mindre end eller lig med {0}
|
|
162
164
|
|
|
163
165
|
#YMSG,100: Enter a valid number.
|
|
164
|
-
Float.Invalid=Indtast gyldigt tal
|
|
166
|
+
Float.Invalid=Indtast et gyldigt tal
|
|
165
167
|
#YMSG,100: Enter a number greater than or equal to {0}
|
|
166
168
|
Float.Minimum=Indtast et tal, der er st\u00F8rre end eller lig med {0}
|
|
167
169
|
#YMSG,100: Enter a number lower than or equal to {0}
|
|
@@ -323,7 +325,7 @@ Icon.move=Flyt
|
|
|
323
325
|
#XTXT
|
|
324
326
|
Icon.multi-select=Multiselektion
|
|
325
327
|
#XTXT
|
|
326
|
-
Icon.nav-back=
|
|
328
|
+
Icon.nav-back=Tilbage
|
|
327
329
|
#XTXT
|
|
328
330
|
Icon.overflow=Mere
|
|
329
331
|
#XTXT
|
|
@@ -37,6 +37,8 @@ BUSY_TEXT=Bitte warten
|
|
|
37
37
|
date.week.calendarweek.wide=Kalenderwoche {0}
|
|
38
38
|
#XTXT: the short pattern for formatting a date using calendar week number
|
|
39
39
|
date.week.calendarweek.narrow=KW {0}
|
|
40
|
+
#XTXT: Placeholder text for input control with a sample value such as date or time; demo output "e.g. 31/12/2022" (translation must contain an abbreviated form of "for example" such as the English "e.g." to keep the placeholder short)
|
|
41
|
+
date.placeholder=z.B. {0}
|
|
40
42
|
|
|
41
43
|
#########
|
|
42
44
|
# Texts for sap.ui.core.format.FileSizeFormat
|
|
@@ -112,9 +114,9 @@ EnterYesOrNo=Geben Sie "{0}" oder "{1}" ein.
|
|
|
112
114
|
#YMSG: Enter only digits
|
|
113
115
|
EnterDigitsOnly=Geben Sie nur Ziffern ein
|
|
114
116
|
#YMSG: Enter a maximum of {0} digits
|
|
115
|
-
EnterMaximumOfDigits=Geben Sie maximal {0} Ziffern
|
|
117
|
+
EnterMaximumOfDigits=Geben Sie maximal {0} Ziffern ein
|
|
116
118
|
#YMSG: Enter a number
|
|
117
|
-
EnterNumber=Geben Sie eine Zahl ein
|
|
119
|
+
EnterNumber=Geben Sie eine Zahl ein
|
|
118
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
119
121
|
EnterNumberPrecision=Geben Sie eine Zahl mit maximal {0} Ziffern einschlie\u00DFlich Dezimalstellen ein
|
|
120
122
|
#YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator
|
|
@@ -136,7 +138,7 @@ EnterText=Geben Sie einen Text ein
|
|
|
136
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
137
139
|
EnterTextMaxLength=Geben Sie einen Text mit maximal {0} Zeichen und Leerstellen ein
|
|
138
140
|
#YMSG: Enter a number with no decimal places
|
|
139
|
-
EnterInt=Geben Sie eine Zahl ohne Dezimalstellen ein
|
|
141
|
+
EnterInt=Geben Sie eine Zahl ohne Dezimalstellen ein
|
|
140
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
141
143
|
EnterDateTime=Geben Sie ein g\u00FCltiges Datum und eine g\u00FCltige Uhrzeit im folgenden Format ein\: {0}
|
|
142
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
@@ -151,7 +153,7 @@ EnterTime=Geben Sie eine g\u00FCltige Zeit im folgenden Format ein\: {0}
|
|
|
151
153
|
#########
|
|
152
154
|
|
|
153
155
|
#YMSG,100: Enter a valid boolean
|
|
154
|
-
Boolean.Invalid=Geben Sie einen g\u00FCltigen
|
|
156
|
+
Boolean.Invalid=Geben Sie einen g\u00FCltigen booleschen Wert ein
|
|
155
157
|
|
|
156
158
|
#YMSG,100: Enter a valid number
|
|
157
159
|
Integer.Invalid=Geben Sie eine g\u00FCltige Zahl ein
|
|
@@ -323,7 +325,7 @@ Icon.move=Verschieben
|
|
|
323
325
|
#XTXT
|
|
324
326
|
Icon.multi-select=Mehrfachauswahl
|
|
325
327
|
#XTXT
|
|
326
|
-
Icon.nav-back=Zur\u00FCck
|
|
328
|
+
Icon.nav-back=Zur\u00FCck
|
|
327
329
|
#XTXT
|
|
328
330
|
Icon.overflow=Mehr
|
|
329
331
|
#XTXT
|
|
@@ -37,6 +37,8 @@ BUSY_TEXT=\u03A0\u03B5\u03C1\u03B9\u03BC\u03AD\u03BD\u03B5\u03C4\u03B5
|
|
|
37
37
|
date.week.calendarweek.wide=\u0397\u03BC/\u03B3\u03B9\u03B1\u03BA\u03AE \u0392\u03B4\u03BF\u03BC\u03AC\u03B4\u03B1 {0}
|
|
38
38
|
#XTXT: the short pattern for formatting a date using calendar week number
|
|
39
39
|
date.week.calendarweek.narrow=CW {0}
|
|
40
|
+
#XTXT: Placeholder text for input control with a sample value such as date or time; demo output "e.g. 31/12/2022" (translation must contain an abbreviated form of "for example" such as the English "e.g." to keep the placeholder short)
|
|
41
|
+
date.placeholder=\u03C0.\u03C7. {0}
|
|
40
42
|
|
|
41
43
|
#########
|
|
42
44
|
# Texts for sap.ui.core.format.FileSizeFormat
|
|
@@ -112,7 +114,7 @@ EnterYesOrNo=\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 "{0}" \u03AE "{1}"
|
|
|
112
114
|
#YMSG: Enter only digits
|
|
113
115
|
EnterDigitsOnly=\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03BC\u03CC\u03BD\u03BF \u03C8\u03B7\u03C6\u03AF\u03B1
|
|
114
116
|
#YMSG: Enter a maximum of {0} digits
|
|
115
|
-
EnterMaximumOfDigits=\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03BC\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC {0} \u03C8\u03B7\u03C6\u03AF\u03C9\u03BD
|
|
117
|
+
EnterMaximumOfDigits=\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03BC\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC {0} \u03C8\u03B7\u03C6\u03AF\u03C9\u03BD
|
|
116
118
|
#YMSG: Enter a number
|
|
117
119
|
EnterNumber=\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC
|
|
118
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
@@ -136,7 +138,7 @@ EnterText=\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03BA\u03B5\u03AF\u0
|
|
|
136
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
137
139
|
EnterTextMaxLength=\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03AD\u03BD\u03B1 \u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03BC\u03B5 \u03BC\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC {0} \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03C9\u03BD \u03BA\u03B1\u03B9 \u03BA\u03B5\u03BD\u03CE\u03BD
|
|
138
140
|
#YMSG: Enter a number with no decimal places
|
|
139
|
-
EnterInt=\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC \u03C7\u03C9\u03C1\u03AF\u03C2 \u03B4\u03B5\u03BA\u03B1\u03B4\u03B9\u03BA\
|
|
141
|
+
EnterInt=\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC \u03C7\u03C9\u03C1\u03AF\u03C2 \u03B4\u03B5\u03BA\u03B1\u03B4\u03B9\u03BA\u03BF\u03CD\u03C2
|
|
140
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
141
143
|
EnterDateTime=\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B7\u03BC/\u03BD\u03AF\u03B1 \u03BA\u03B1\u03B9 \u03CE\u03C1\u03B1 \u03BC\u03B5 \u03C4\u03B7\u03BD \u03B1\u03BA\u03CC\u03BB\u03BF\u03C5\u03B8\u03B7 \u03BC\u03BF\u03C1\u03C6\u03AE\: {0}
|
|
142
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
@@ -323,7 +325,7 @@ Icon.move=\u039C\u03B5\u03C4\u03B1\u03BA
|
|
|
323
325
|
#XTXT
|
|
324
326
|
Icon.multi-select=\u03A0\u03BF\u03BB\u03BB\u03B1\u03C0\u03BB\u03AE \u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE
|
|
325
327
|
#XTXT
|
|
326
|
-
Icon.nav-back=\u03A0\
|
|
328
|
+
Icon.nav-back=\u03A0\u03AF\u03C3\u03C9
|
|
327
329
|
#XTXT
|
|
328
330
|
Icon.overflow=\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B1
|
|
329
331
|
#XTXT
|
|
@@ -361,9 +363,9 @@ Icon.up=\u03A0\u03AC\u03BD\u03C9
|
|
|
361
363
|
#XTXT
|
|
362
364
|
Icon.upload=\u03A6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7
|
|
363
365
|
#XTXT
|
|
364
|
-
Icon.zoom-in
|
|
366
|
+
Icon.zoom-in=\u039C\u03B5\u03B3\u03AD\u03B8\u03C5\u03BD\u03C3\u03B7
|
|
365
367
|
#XTXT
|
|
366
|
-
Icon.zoom-out
|
|
368
|
+
Icon.zoom-out=\u03A3\u03BC\u03AF\u03BA\u03C1\u03C5\u03BD\u03C3\u03B7
|
|
367
369
|
|
|
368
370
|
#########
|
|
369
371
|
# Texts for sap.ui.debug.TechnicalInfo
|
|
@@ -37,6 +37,8 @@ BUSY_TEXT=Please wait
|
|
|
37
37
|
date.week.calendarweek.wide=Calendar Week {0}
|
|
38
38
|
#XTXT: the short pattern for formatting a date using calendar week number
|
|
39
39
|
date.week.calendarweek.narrow=CW {0}
|
|
40
|
+
#XTXT: Placeholder text for input control with a sample value such as date or time; demo output "e.g. 31/12/2022" (translation must contain an abbreviated form of "for example" such as the English "e.g." to keep the placeholder short)
|
|
41
|
+
date.placeholder=e.g. {0}
|
|
40
42
|
|
|
41
43
|
#########
|
|
42
44
|
# Texts for sap.ui.core.format.FileSizeFormat
|
|
@@ -112,7 +114,7 @@ EnterYesOrNo=Enter "{0}" or "{1}".
|
|
|
112
114
|
#YMSG: Enter only digits
|
|
113
115
|
EnterDigitsOnly=Enter only digits
|
|
114
116
|
#YMSG: Enter a maximum of {0} digits
|
|
115
|
-
EnterMaximumOfDigits=Enter a maximum of {0} digits
|
|
117
|
+
EnterMaximumOfDigits=Enter a maximum of {0} digits
|
|
116
118
|
#YMSG: Enter a number
|
|
117
119
|
EnterNumber=Enter a number
|
|
118
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
@@ -136,7 +138,7 @@ EnterText=Enter a text
|
|
|
136
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
137
139
|
EnterTextMaxLength=Enter a text with a maximum of {0} characters and spaces
|
|
138
140
|
#YMSG: Enter a number with no decimal places
|
|
139
|
-
EnterInt=Enter a number without decimals
|
|
141
|
+
EnterInt=Enter a number without decimals
|
|
140
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
141
143
|
EnterDateTime=Enter a valid date and a valid time in the following format\: {0}
|
|
142
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
@@ -323,7 +325,7 @@ Icon.move=Move
|
|
|
323
325
|
#XTXT
|
|
324
326
|
Icon.multi-select=Multi Select
|
|
325
327
|
#XTXT
|
|
326
|
-
Icon.nav-back=
|
|
328
|
+
Icon.nav-back=Back
|
|
327
329
|
#XTXT
|
|
328
330
|
Icon.overflow=More
|
|
329
331
|
#XTXT
|