@openui5/sap.ui.core 1.71.60 → 1.71.61
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/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 +0 -230
- package/src/sap/ui/core/messagebundle_bg.properties +0 -230
- package/src/sap/ui/core/messagebundle_ca.properties +0 -230
- package/src/sap/ui/core/messagebundle_cs.properties +0 -230
- package/src/sap/ui/core/messagebundle_da.properties +0 -230
- package/src/sap/ui/core/messagebundle_de.properties +0 -230
- package/src/sap/ui/core/messagebundle_el.properties +0 -230
- package/src/sap/ui/core/messagebundle_en.properties +0 -230
- package/src/sap/ui/core/messagebundle_es.properties +0 -230
- package/src/sap/ui/core/messagebundle_et.properties +0 -230
- package/src/sap/ui/core/messagebundle_fi.properties +0 -230
- package/src/sap/ui/core/messagebundle_fr.properties +0 -230
- package/src/sap/ui/core/messagebundle_hi.properties +0 -230
- package/src/sap/ui/core/messagebundle_hr.properties +0 -230
- package/src/sap/ui/core/messagebundle_hu.properties +0 -230
- package/src/sap/ui/core/messagebundle_it.properties +2 -232
- package/src/sap/ui/core/messagebundle_iw.properties +0 -230
- package/src/sap/ui/core/messagebundle_ja.properties +2 -232
- package/src/sap/ui/core/messagebundle_kk.properties +0 -230
- package/src/sap/ui/core/messagebundle_ko.properties +0 -230
- package/src/sap/ui/core/messagebundle_lt.properties +0 -230
- package/src/sap/ui/core/messagebundle_lv.properties +0 -230
- package/src/sap/ui/core/messagebundle_ms.properties +0 -230
- package/src/sap/ui/core/messagebundle_nl.properties +0 -230
- package/src/sap/ui/core/messagebundle_no.properties +0 -230
- package/src/sap/ui/core/messagebundle_pl.properties +0 -230
- package/src/sap/ui/core/messagebundle_pt.properties +0 -230
- package/src/sap/ui/core/messagebundle_ro.properties +0 -230
- package/src/sap/ui/core/messagebundle_ru.properties +0 -230
- package/src/sap/ui/core/messagebundle_sh.properties +2 -232
- package/src/sap/ui/core/messagebundle_sk.properties +1 -231
- package/src/sap/ui/core/messagebundle_sl.properties +0 -230
- package/src/sap/ui/core/messagebundle_sr.properties +2 -232
- package/src/sap/ui/core/messagebundle_sv.properties +0 -230
- package/src/sap/ui/core/messagebundle_th.properties +0 -230
- package/src/sap/ui/core/messagebundle_tr.properties +0 -230
- package/src/sap/ui/core/messagebundle_uk.properties +2 -232
- package/src/sap/ui/core/messagebundle_vi.properties +2 -232
- package/src/sap/ui/core/messagebundle_zh_CN.properties +0 -230
- package/src/sap/ui/core/messagebundle_zh_TW.properties +0 -230
- package/src/sap/ui/core/mvc/Controller.js +1 -2
- 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/routing/Route.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 +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
|
@@ -1,504 +1,274 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.core library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#NOTR
|
|
5
2
|
SAPUI5_FRIDAY=Friday
|
|
6
|
-
#NOTR
|
|
7
3
|
SAPUI5_GM_ZSTEP=Zoom step {0}
|
|
8
4
|
|
|
9
|
-
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to have an error
|
|
10
5
|
VALUE_STATE_ERROR=Virheellinen sy\u00F6tt\u00F6
|
|
11
|
-
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to have a warning
|
|
12
6
|
VALUE_STATE_WARNING=Varoitus tulostettu
|
|
13
|
-
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to be in success state
|
|
14
7
|
VALUE_STATE_SUCCESS=Merkinn\u00E4n validointi onnistui
|
|
15
|
-
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to be informative
|
|
16
8
|
VALUE_STATE_INFORMATION=Informatiivinen merkint\u00E4
|
|
17
9
|
|
|
18
|
-
#XACT: ARIA announcement for the indication color 1
|
|
19
10
|
INDICATION_STATE_INDICATION01=Merkinn\u00E4n v\u00E4ri 1
|
|
20
|
-
#XACT: ARIA announcement for the indication color 2
|
|
21
11
|
INDICATION_STATE_INDICATION02=Merkinn\u00E4n v\u00E4ri 2
|
|
22
|
-
#XACT: ARIA announcement for the indication color 3
|
|
23
12
|
INDICATION_STATE_INDICATION03=Merkinn\u00E4n v\u00E4ri 3
|
|
24
|
-
#XACT: ARIA announcement for the indication color 4
|
|
25
13
|
INDICATION_STATE_INDICATION04=Merkinn\u00E4n v\u00E4ri 4
|
|
26
|
-
#XACT: ARIA announcement for the indication color 5
|
|
27
14
|
INDICATION_STATE_INDICATION05=Merkinn\u00E4n v\u00E4ri 5
|
|
28
15
|
|
|
29
|
-
#XTOL: text that could be show if BusyIndicator is active
|
|
30
16
|
BUSY_TEXT=Odota
|
|
31
17
|
|
|
32
|
-
#########
|
|
33
|
-
# Texts for sap.ui.core.format.DateFormat
|
|
34
|
-
#########
|
|
35
18
|
|
|
36
|
-
#XTXT: the long pattern for formatting a date using calendar week number
|
|
37
19
|
date.week.calendarweek.wide=Kalenteriviikko {0}
|
|
38
|
-
#XTXT: the short pattern for formatting a date using calendar week number
|
|
39
20
|
date.week.calendarweek.narrow=Vk {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
21
|
date.placeholder=Esimerkiksi {0}
|
|
42
22
|
|
|
43
|
-
#########
|
|
44
|
-
# Texts for sap.ui.core.format.FileSizeFormat
|
|
45
|
-
#########
|
|
46
23
|
|
|
47
|
-
#YMSG,20: File Size Unit one Byte
|
|
48
24
|
FileSize.Byte={0} tavu
|
|
49
|
-
#YMSG,20: File Size Unit Bytes
|
|
50
25
|
FileSize.Bytes={0} tavua
|
|
51
26
|
|
|
52
|
-
#YMSG,20: File Size Unit Kilobyte (short)
|
|
53
27
|
FileSize.Kilobyte={0} kB
|
|
54
|
-
#YMSG,20: File Size Unit Megabyte (short)
|
|
55
28
|
FileSize.Megabyte={0} MB
|
|
56
|
-
#YMSG,20: File Size Unit Gigabyte (short)
|
|
57
29
|
FileSize.Gigabyte={0} GB
|
|
58
|
-
#YMSG,20: File Size Unit Terabyte (short)
|
|
59
30
|
FileSize.Terabyte={0} TB
|
|
60
|
-
#YMSG,20: File Size Unit Petabyte (short)
|
|
61
31
|
FileSize.Petabyte={0} PB
|
|
62
|
-
#YMSG,20: File Size Unit Exabyte (short)
|
|
63
32
|
FileSize.Exabyte={0} EB
|
|
64
|
-
#YMSG,20: File Size Unit Zettabyte (short)
|
|
65
33
|
FileSize.Zettabyte={0} ZB
|
|
66
|
-
#YMSG,20: File Size Unit Yottabyte (short)
|
|
67
34
|
FileSize.Yottabyte={0} YB
|
|
68
35
|
|
|
69
|
-
#YMSG,20: File Size Unit Kibibyte (short)
|
|
70
36
|
FileSize.Kibibyte={0} kB
|
|
71
|
-
#YMSG,20: File Size Unit Mebibyte (short)
|
|
72
37
|
FileSize.Mebibyte={0} MB
|
|
73
|
-
#YMSG,20: File Size Unit Gibibyte (short)
|
|
74
38
|
FileSize.Gibibyte={0} GB
|
|
75
|
-
#YMSG,20: File Size Unit Tebibyte (short)
|
|
76
39
|
FileSize.Tebibyte={0} TB
|
|
77
|
-
#YMSG,20: File Size Unit Pebibyte (short)
|
|
78
40
|
FileSize.Pebibyte={0} PB
|
|
79
|
-
#YMSG,20: File Size Unit Exbibyte (short)
|
|
80
41
|
FileSize.Exbibyte={0} EB
|
|
81
|
-
#YMSG,20: File Size Unit Zebibyte (short)
|
|
82
42
|
FileSize.Zebibyte={0} ZB
|
|
83
|
-
#YMSG,20: File Size Unit Yobibyte (short)
|
|
84
43
|
FileSize.Yobibyte={0} YB
|
|
85
44
|
|
|
86
|
-
#########
|
|
87
|
-
# Texts for sap.ui.model.odata.AnnotationHelper
|
|
88
|
-
#########
|
|
89
45
|
|
|
90
|
-
#XTOL: mathematical term for a number greater than anything else
|
|
91
46
|
INFINITY=\u00C4\u00E4reton
|
|
92
|
-
#XTOL: mathematical term for a number smaller than anything else
|
|
93
47
|
MINUS_INFINITY=Miinus \u00E4\u00E4ret\u00F6n
|
|
94
|
-
#XTOL
|
|
95
48
|
NAN=Ei lukua
|
|
96
49
|
|
|
97
|
-
#########
|
|
98
|
-
# Texts for sap.ui.model.odata.ODataMessageParser
|
|
99
|
-
#########
|
|
100
50
|
|
|
101
|
-
#YMSG: Communication Error
|
|
102
51
|
CommunicationError=Tietoliikennevirhe
|
|
103
52
|
|
|
104
|
-
#########
|
|
105
|
-
# Texts for sap.ui.model.odata.type.*
|
|
106
|
-
#########
|
|
107
53
|
|
|
108
|
-
#XTOL: No
|
|
109
54
|
NO=Ei
|
|
110
|
-
#XTOL: Yes
|
|
111
55
|
YES=Kyll\u00E4
|
|
112
|
-
#YMSG: Enter "{0}" or "{1}"
|
|
113
56
|
EnterYesOrNo=Sy\u00F6t\u00E4 "{0}" tai "{1}".
|
|
114
|
-
#YMSG: Enter only digits
|
|
115
57
|
EnterDigitsOnly=Sy\u00F6t\u00E4 vain numeroita
|
|
116
|
-
#YMSG: Enter a maximum of {0} digits
|
|
117
58
|
EnterMaximumOfDigits=Sy\u00F6t\u00E4 enint\u00E4\u00E4n {0} numeroa.
|
|
118
|
-
#YMSG: Enter a number
|
|
119
59
|
EnterNumber=Sy\u00F6t\u00E4 luku
|
|
120
|
-
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
121
60
|
EnterNumberPrecision=Sy\u00F6t\u00E4 luku, jossa on enint\u00E4\u00E4n {0} numeroa desimaalit mukaan lukien.
|
|
122
|
-
#YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator
|
|
123
61
|
EnterNumberInteger=Sy\u00F6t\u00E4 luku, jossa on enint\u00E4\u00E4n {0} numeroa desimaalierottimen vasemmalla puolella.
|
|
124
|
-
#YMSG: Enter a number with a maximum of {0} decimal places
|
|
125
62
|
EnterNumberFraction=Sy\u00F6t\u00E4 luku, jossa on enint\u00E4\u00E4n {0} desimaalia.
|
|
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
63
|
EnterNumberIntegerFraction=Sy\u00F6t\u00E4 luku, jossa on enint\u00E4\u00E4n {0} numeroa desimaalierottimen vasemmalla puolella ja enint\u00E4\u00E4n {1} desimaalia.
|
|
128
|
-
#YMSG: Enter a number with a minimum value of {0}
|
|
129
64
|
EnterNumberMin=Sy\u00F6t\u00E4 luku, joka on v\u00E4hint\u00E4\u00E4n {0}.
|
|
130
|
-
#YMSG: Enter a number greater than {0}
|
|
131
65
|
EnterNumberMinExclusive=Sy\u00F6t\u00E4 luku, joka on suurempi kuin {0}
|
|
132
|
-
#YMSG: Enter a number with a maximum value of {0}
|
|
133
66
|
EnterNumberMax=Sy\u00F6t\u00E4 luku, joka on pienempi tai yht\u00E4 suuri kuin {0}
|
|
134
|
-
#YMSG: Enter a number less than {0}
|
|
135
67
|
EnterNumberMaxExclusive=Sy\u00F6t\u00E4 luku, joka on pienempi kuin {0}
|
|
136
|
-
#YMSG: Enter a text
|
|
137
68
|
EnterText=Sy\u00F6t\u00E4 teksti
|
|
138
|
-
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
69
|
EnterTextMaxLength=Sy\u00F6t\u00E4 teksti, jossa on enint\u00E4\u00E4n {0} kirjainta ja v\u00E4lily\u00F6nti\u00E4
|
|
140
|
-
#YMSG: Enter a number with no decimal places
|
|
141
70
|
EnterInt=Sy\u00F6t\u00E4 luku ilman desimaaleja.
|
|
142
|
-
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
71
|
EnterDateTime=Sy\u00F6t\u00E4 kelpaava p\u00E4iv\u00E4m\u00E4\u00E4r\u00E4 ja kellonaika seuraavassa muodossa\: {0}
|
|
144
|
-
#YMSG: Enter a valid date in the following format\: {0}
|
|
145
72
|
EnterDate=Sy\u00F6t\u00E4 kelpaava p\u00E4iv\u00E4m\u00E4\u00E4r\u00E4 seuraavassa muodossa\: {0}
|
|
146
|
-
#YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
147
73
|
EnterGuid=Sy\u00F6t\u00E4 GUID seuraavassa muodossa\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
148
|
-
#YMSG: Enter a valid time in the following format\: {0}
|
|
149
74
|
EnterTime=Sy\u00F6t\u00E4 kelpaava aika seuraavassa muodossa\: {0}
|
|
150
75
|
|
|
151
|
-
#########
|
|
152
|
-
# Texts for sap.ui.model.type.*
|
|
153
|
-
#########
|
|
154
76
|
|
|
155
|
-
#YMSG,100: Enter a valid boolean
|
|
156
77
|
Boolean.Invalid=Sy\u00F6t\u00E4 kelpaava totuusarvolauseke
|
|
157
78
|
|
|
158
|
-
#YMSG,100: Enter a valid number
|
|
159
79
|
Integer.Invalid=Sy\u00F6t\u00E4 kelpaava luku
|
|
160
|
-
#YMSG,100: Enter a number greater than or equal to {0}
|
|
161
80
|
Integer.Minimum=Sy\u00F6t\u00E4 luku, joka on suurempi tai yht\u00E4 suuri kuin {0}
|
|
162
|
-
#YMSG,100: Enter a number lower than or equal to {0}
|
|
163
81
|
Integer.Maximum=Sy\u00F6t\u00E4 luku, joka on pienempi tai yht\u00E4 suuri kuin {0}
|
|
164
82
|
|
|
165
|
-
#YMSG,100: Enter a valid number.
|
|
166
83
|
Float.Invalid=Sy\u00F6t\u00E4 kelpaava luku
|
|
167
|
-
#YMSG,100: Enter a number greater than or equal to {0}
|
|
168
84
|
Float.Minimum=Sy\u00F6t\u00E4 luku, joka on suurempi tai yht\u00E4 suuri kuin {0}
|
|
169
|
-
#YMSG,100: Enter a number lower than or equal to {0}
|
|
170
85
|
Float.Maximum=Sy\u00F6t\u00E4 luku, joka on pienempi tai yht\u00E4 suuri kuin {0}
|
|
171
86
|
|
|
172
|
-
#YMSG,100: Enter a valid currency amount
|
|
173
87
|
Currency.Invalid=Sy\u00F6t\u00E4 kelpaava valuuttasumma.
|
|
174
|
-
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
175
88
|
Currency.Minimum=Sy\u00F6t\u00E4 lukum\u00E4\u00E4r\u00E4, joka on suurempi tai yht\u00E4 suuri kuin {0}
|
|
176
|
-
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
177
89
|
Currency.Maximum=Sy\u00F6t\u00E4 lukum\u00E4\u00E4r\u00E4, joka on pienempi tai yht\u00E4 suuri kuin {0}
|
|
178
90
|
|
|
179
|
-
#YMSG,100: Enter a valid unit amount
|
|
180
91
|
Unit.Invalid=Sy\u00F6t\u00E4 kelpaava yksik\u00F6n summa.
|
|
181
|
-
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
182
92
|
Unit.Minimum=Sy\u00F6t\u00E4 summa, joka on suurempi tai yht\u00E4 suuri kuin {0}
|
|
183
|
-
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
184
93
|
Unit.Maximum=Sy\u00F6t\u00E4 summa, joka on pienempi tai yht\u00E4 suuri kuin {0}
|
|
185
|
-
#YMSG,100: Enter an amount with less decimals than {0}
|
|
186
94
|
Unit.Decimals=Sy\u00F6t\u00E4 summa, jossa on v\u00E4hemm\u00E4n kuin {0} desimaalia
|
|
187
95
|
|
|
188
|
-
#YMSG,100: Enter a valid file size
|
|
189
96
|
FileSize.Invalid=Sy\u00F6t\u00E4 kelpaava tiedostokoko.
|
|
190
|
-
#YMSG,100: EEnter a file size greater than or equal to {0}
|
|
191
97
|
FileSize.Minimum=Sy\u00F6t\u00E4 tiedostokoko, joka on suurempi tai yht\u00E4 suuri kuin {0}
|
|
192
|
-
#YMSG,100: Enter a file size lower than or equal to {0}
|
|
193
98
|
FileSize.Maximum=Sy\u00F6t\u00E4 tiedostokoko, joka on pienempi tai yht\u00E4 suuri kuin {0}
|
|
194
99
|
|
|
195
|
-
#YMSG,100: Enter a valid date
|
|
196
100
|
Date.Invalid=Sy\u00F6t\u00E4 oikea p\u00E4iv\u00E4m\u00E4\u00E4r\u00E4
|
|
197
|
-
#YMSG,100: Enter a date after {0}
|
|
198
101
|
Date.Minimum=Sy\u00F6t\u00E4 p\u00E4iv\u00E4m\u00E4\u00E4r\u00E4, joka on my\u00F6hemmin kuin {0}
|
|
199
|
-
#YMSG,100: Enter a date before {0}
|
|
200
102
|
Date.Maximum=Sy\u00F6t\u00E4 p\u00E4iv\u00E4m\u00E4\u00E4r\u00E4, joka on aikaisemmin kuin {0}
|
|
201
103
|
|
|
202
|
-
#YMSG,100: Enter a valid time
|
|
203
104
|
Time.Invalid=Sy\u00F6t\u00E4 oikea aika
|
|
204
|
-
#YMSG,100: Enter a time after {0}
|
|
205
105
|
Time.Minimum=Sy\u00F6t\u00E4 aika, joka on my\u00F6hemmin kuin {0}
|
|
206
|
-
#YMSG,100: Enter a time before {0}
|
|
207
106
|
Time.Maximum=Sy\u00F6t\u00E4 aika, joka on aikaisemmin kuin {0}
|
|
208
107
|
|
|
209
|
-
#YMSG,100: Enter a valid date and time
|
|
210
108
|
DateTime.Invalid=Sy\u00F6t\u00E4 oikea p\u00E4iv\u00E4m\u00E4\u00E4r\u00E4 ja oikea kellonaika
|
|
211
|
-
#YMSG,100: Enter a date and time after {0}
|
|
212
109
|
DateTime.Minimum=Sy\u00F6t\u00E4 p\u00E4iv\u00E4m\u00E4\u00E4r\u00E4 ja kellonaika, jotka ovat my\u00F6hemmin kuin {0}
|
|
213
|
-
#YMSG,100: Enter a date and time before {0}
|
|
214
110
|
DateTime.Maximum=Sy\u00F6t\u00E4 p\u00E4iv\u00E4m\u00E4\u00E4r\u00E4 ja kellonaika, jotka ovat aikaisemmin kuin {0}
|
|
215
111
|
|
|
216
|
-
#YMSG,100: Enter a valid date interval
|
|
217
112
|
DateInterval.Invalid=Sy\u00F6t\u00E4 kelpaava p\u00E4iv\u00E4m\u00E4\u00E4r\u00E4v\u00E4li
|
|
218
113
|
|
|
219
|
-
#YMSG,100: Enter a value with at least {0} characters
|
|
220
114
|
String.MinLength=Sy\u00F6t\u00E4 arvo, jossa on v\u00E4hint\u00E4\u00E4n {0} merkki\u00E4.
|
|
221
|
-
#YMSG,100: Enter a value with no more than {0} characters
|
|
222
115
|
String.MaxLength=Sy\u00F6t\u00E4 arvo, jossa on enint\u00E4\u00E4n {0} merkki\u00E4
|
|
223
|
-
#YMSG,100: Enter a value starting with "{0}"
|
|
224
116
|
String.StartsWith=Sy\u00F6t\u00E4 arvo, jonka alussa on "{0}"
|
|
225
|
-
#YMSG,100: Enter a value ending with "{0}"
|
|
226
117
|
String.EndsWith=Sy\u00F6t\u00E4 arvo, jonka lopussa on "{0}"
|
|
227
|
-
#YMSG,100: Enter a value containing "{0}"
|
|
228
118
|
String.Contains=Sy\u00F6t\u00E4 arvo, jossa on "{0}"
|
|
229
|
-
#YMSG,100: Enter value "{0}"
|
|
230
119
|
String.Equals=Sy\u00F6t\u00E4 arvo "{0}"
|
|
231
|
-
#YMSG,100: Enter a valid value
|
|
232
120
|
String.Search=Sy\u00F6t\u00E4 kelpaava arvo
|
|
233
121
|
|
|
234
|
-
#XACT: type of an UI control is an image
|
|
235
122
|
ACC_CTR_TYPE_IMAGE=Kuva
|
|
236
|
-
#XACT: type of an UI control is a button
|
|
237
123
|
ACC_CTR_TYPE_BUTTON=Painike
|
|
238
124
|
|
|
239
|
-
#XFLD: Close
|
|
240
125
|
CLOSE=Sulje
|
|
241
126
|
|
|
242
|
-
#########
|
|
243
|
-
# Texts for sap-icon Font
|
|
244
|
-
#
|
|
245
|
-
# Update "sap.ui.core.IconPool" (mIconI18nKey)
|
|
246
|
-
# when adding a new key here
|
|
247
|
-
#########
|
|
248
127
|
|
|
249
|
-
#XTXT
|
|
250
128
|
Icon.action-settings=Asetukset
|
|
251
|
-
#XTXT
|
|
252
129
|
Icon.activate=Aktivoi
|
|
253
|
-
#XTXT
|
|
254
130
|
Icon.add=Lis\u00E4\u00E4
|
|
255
|
-
#XTXT
|
|
256
131
|
Icon.add-contact=Lis\u00E4\u00E4 yhteyshenkil\u00F6t
|
|
257
|
-
#XTXT
|
|
258
132
|
Icon.add-filter=Lis\u00E4\u00E4 suodatin
|
|
259
|
-
#XTXT
|
|
260
133
|
Icon.add-photo=Lis\u00E4\u00E4 kuva
|
|
261
|
-
#XTXT
|
|
262
134
|
Icon.back-to-top=Alkuun
|
|
263
|
-
#XTXT
|
|
264
135
|
Icon.collapse=Tiivist\u00E4
|
|
265
|
-
#XTXT
|
|
266
136
|
Icon.collapse-group=Tiivist\u00E4 ryhm\u00E4
|
|
267
|
-
#XTXT: Crop parts of an image
|
|
268
137
|
Icon.crop=Rajaa
|
|
269
|
-
#XTXT: To decline an offer
|
|
270
138
|
Icon.decline=Hylk\u00E4\u00E4
|
|
271
|
-
#XTXT
|
|
272
139
|
Icon.delete=Poista
|
|
273
|
-
#XTXT
|
|
274
140
|
Icon.display=N\u00E4yt\u00E4
|
|
275
|
-
#XTXT
|
|
276
141
|
Icon.down=Alas
|
|
277
|
-
#XTXT
|
|
278
142
|
Icon.download=Lataa paikallisesti
|
|
279
|
-
#XTXT
|
|
280
143
|
Icon.drill-down=Alas
|
|
281
|
-
#XTXT
|
|
282
144
|
Icon.drill-up=Yl\u00F6s
|
|
283
|
-
#XTXT
|
|
284
145
|
Icon.error=Virhe
|
|
285
|
-
#XTXT
|
|
286
146
|
Icon.exit-full-screen=Lopeta kokon\u00E4ytt\u00F6tila
|
|
287
|
-
#XTXT
|
|
288
147
|
Icon.expand=Laajenna
|
|
289
|
-
#XTXT
|
|
290
148
|
Icon.expand-group=Laajenna ryhm\u00E4
|
|
291
|
-
#XTXT: Action to filter on a group of elements
|
|
292
149
|
Icon.filter=Suodata
|
|
293
|
-
#XTXT: To flag or mark an item
|
|
294
150
|
Icon.flag=Valitse
|
|
295
|
-
#XTXT: To forward an item to a recipients
|
|
296
151
|
Icon.forward=V\u00E4lit\u00E4
|
|
297
|
-
#XTXT
|
|
298
152
|
Icon.full-screen=Aktivoi kokon\u00E4ytt\u00F6tila
|
|
299
|
-
#XTXT
|
|
300
153
|
Icon.generate-shortcut=Luo yhteys
|
|
301
|
-
#XTXT: To group items
|
|
302
154
|
Icon.group-2=Ryhm\u00E4
|
|
303
|
-
#XTXT: To hide an element from display
|
|
304
155
|
Icon.hide=Piilota
|
|
305
|
-
#XTXT
|
|
306
156
|
Icon.ipad=Tabletti
|
|
307
|
-
#XTXT
|
|
308
157
|
Icon.ipad-2=Tabletti
|
|
309
|
-
#XTXT
|
|
310
158
|
Icon.iphone=Puhelin
|
|
311
|
-
#XTXT
|
|
312
159
|
Icon.iphone-2=Puhelin
|
|
313
|
-
#XTXT
|
|
314
160
|
Icon.laptop=Kannettava
|
|
315
|
-
#XTXT
|
|
316
161
|
Icon.message-error=Virhe
|
|
317
|
-
#XTXT
|
|
318
162
|
Icon.message-information=Tiedot
|
|
319
|
-
#XTXT
|
|
320
163
|
Icon.message-success=Onnistunut
|
|
321
|
-
#XTXT
|
|
322
164
|
Icon.message-warning=Varoitus
|
|
323
|
-
#XTXT: To manipulate the position of an element
|
|
324
165
|
Icon.move=Siirr\u00E4
|
|
325
|
-
#XTXT
|
|
326
166
|
Icon.multi-select=Monivalinta
|
|
327
|
-
#XTXT
|
|
328
167
|
Icon.nav-back=Navigoi takaisin
|
|
329
|
-
#XTXT
|
|
330
168
|
Icon.overflow=Lis\u00E4\u00E4
|
|
331
|
-
#XTXT
|
|
332
169
|
Icon.redo=Tee uudelleen
|
|
333
|
-
#XTXT
|
|
334
170
|
Icon.refresh=P\u00E4ivit\u00E4
|
|
335
|
-
#XTXT
|
|
336
171
|
Icon.resize=Muuta kokoa
|
|
337
|
-
#XTXT
|
|
338
172
|
Icon.resize-horizontal=Muuta kokoa vaakasuunnassa
|
|
339
|
-
#XTXT
|
|
340
173
|
Icon.resize-vertical=Muuta kokoa pystysuunnassa
|
|
341
|
-
#XTXT
|
|
342
174
|
Icon.response=Vastaa
|
|
343
|
-
#XTXT
|
|
344
175
|
Icon.save=Tallenna
|
|
345
|
-
#XTXT
|
|
346
176
|
Icon.search=Hae
|
|
347
|
-
#XTXT
|
|
348
177
|
Icon.settings=Asetukset
|
|
349
|
-
#XTXT: To show an element previously hidden
|
|
350
178
|
Icon.show=N\u00E4yt\u00E4
|
|
351
|
-
#XTXT
|
|
352
179
|
Icon.sort=Lajittele
|
|
353
|
-
#XTXT
|
|
354
180
|
Icon.sort-ascending=Lajittele nousevasti
|
|
355
|
-
#XTXT
|
|
356
181
|
Icon.sort-descending=Lajittele laskevasti
|
|
357
|
-
#XTXT
|
|
358
182
|
Icon.synchronize=Synkronoi
|
|
359
|
-
#XTXT
|
|
360
183
|
Icon.undo=Kumoa
|
|
361
|
-
#XTXT
|
|
362
184
|
Icon.up=Yl\u00F6s
|
|
363
|
-
#XTXT
|
|
364
185
|
Icon.upload=Lataa
|
|
365
|
-
#XTXT
|
|
366
186
|
Icon.zoom-in=Suurenna
|
|
367
|
-
#XTXT
|
|
368
187
|
Icon.zoom-out=Pienenn\u00E4
|
|
369
188
|
|
|
370
|
-
#########
|
|
371
|
-
# Texts for sap.ui.debug.TechnicalInfo
|
|
372
|
-
#########
|
|
373
189
|
|
|
374
|
-
#XTIT: Title for the technical information dialog
|
|
375
190
|
TechInfo.DialogTitle=Dialogi teknisi\u00E4 tietoja varten
|
|
376
191
|
|
|
377
|
-
#XTOL: Tooltip for info button in header
|
|
378
192
|
TechInfo.HelpButton.Tooltip=Avaa dokumentaatio
|
|
379
193
|
|
|
380
|
-
#XTOL: Tooltip for version information link
|
|
381
194
|
TechInfo.VersionLink.Tooltip=Avaa versiotiedot uudessa v\u00E4lilehdess\u00E4
|
|
382
195
|
|
|
383
|
-
#XTOL: Tooltip for copy to clipboard button
|
|
384
196
|
TechInfo.CopyButton.Tooltip=Kopioi tekniset tiedot leikep\u00F6yd\u00E4lle
|
|
385
197
|
|
|
386
|
-
#XBUT: SAPUI5 Diagnostics button text
|
|
387
198
|
TechnInfo.DiagnosticsButton.Text=Avaa diagnoosi
|
|
388
199
|
|
|
389
|
-
#XBUT: Support assistant button text
|
|
390
200
|
TechnInfo.AssistantButton.Text=Aktivoi tukiavustaja
|
|
391
201
|
|
|
392
|
-
#XFLD: User agent field label
|
|
393
202
|
TechInfo.UserAgent.Label=K\u00E4ytt\u00E4j\u00E4agentti
|
|
394
203
|
|
|
395
|
-
#XFLD: Application URL label
|
|
396
204
|
TechInfo.AppUrl.Label=Sovelluksen URL
|
|
397
205
|
|
|
398
|
-
#XFLD: Debug sources label
|
|
399
206
|
TechInfo.DebugSources.Label=K\u00E4yt\u00E4 virheenpoiston l\u00E4hteit\u00E4
|
|
400
207
|
|
|
401
|
-
#XTOL: Debug sources tooltip
|
|
402
208
|
TechInfo.DebugSources.Tooltip=Lataa t\u00E4m\u00E4nhetkisen sivun virheenpoiston pienent\u00E4m\u00E4tt\u00F6mien l\u00E4hteiden kanssa
|
|
403
209
|
|
|
404
|
-
#XLNK: Debug sources select packages link
|
|
405
210
|
TechInfo.DebugSourcesModules.Link=Valitse m\u00E4\u00E4r\u00E4tyt moduulit
|
|
406
211
|
|
|
407
|
-
#XFLD: Text for the version build time string
|
|
408
212
|
TechInfo.VersionBuildTime.Text=(Versio {0})
|
|
409
213
|
|
|
410
|
-
#YMSG: success message for copying to clipboard
|
|
411
214
|
TechInfo.CopyToClipboard.Success=Tekniset tiedot kopioitiin leikep\u00F6yd\u00E4lle.
|
|
412
215
|
|
|
413
|
-
#YMSG: error message for copying to clipboard
|
|
414
216
|
TechInfo.CopyToClipboard.Error=Teknisi\u00E4 tietoja ei voida kopioidaleikep\u00F6yd\u00E4lle.
|
|
415
217
|
|
|
416
|
-
#XTIT: Confirmation title for enabling/disabling debug sources
|
|
417
218
|
TechInfo.DebugSources.ConfirmTitle=Lataa sovellus uudelleen
|
|
418
219
|
|
|
419
|
-
#YMSG: Confirmation message for enabling/disabling debug sources
|
|
420
220
|
TechInfo.DebugSources.ConfirmMessage=Lataa uudelleen sovelluksen virheenpoiston l\u00E4hteiden aktivointia / aktivoinnin poistoa varten.
|
|
421
221
|
|
|
422
|
-
#XTIT: Title for the custom bootstrap UPL configuration popup
|
|
423
222
|
TechInfo.SupportAssistantConfigPopup.Title=Tukiavustajan asetukset
|
|
424
223
|
|
|
425
|
-
#XFLD: Standard bootstrap locations option for the custom bootstrap UPL configuration popup
|
|
426
224
|
TechInfo.SupportAssistantConfigPopup.StandardLocation=Suositellut sijainnit
|
|
427
225
|
|
|
428
|
-
#XFLD: Custom bootstrap location option for the custom bootstrap UPL configuration popup
|
|
429
226
|
TechInfo.SupportAssistantConfigPopup.CustomLocation=Itse m\u00E4\u00E4ritetyt sijainnit
|
|
430
227
|
|
|
431
|
-
#XFLD: Application version bootstrap location option for the custom bootstrap UPL configuration popup
|
|
432
228
|
TechInfo.SupportAssistantConfigPopup.AppVersionOption=Sovellusversio ({0})
|
|
433
229
|
|
|
434
|
-
#YMSG: Custom bootstrap location validation error message
|
|
435
230
|
TechInfo.SupportAssistantConfigPopup.URLValidationMessage=Sijainnin osoitteen syntaksi on virheellinen. Oikea syntaksi on http\://<Voimassa oleva asiakaskohtainen URI>/resources/sap/ui/support.
|
|
436
231
|
|
|
437
|
-
#YMSG: Error message when support Assistant is not found
|
|
438
232
|
TechInfo.SupportAssistantConfigPopup.SupportAssistantNotFound=Tukiavustaja ei ole k\u00E4ytett\u00E4viss\u00E4 t\u00E4ss\u00E4 sijainnissa.
|
|
439
233
|
|
|
440
|
-
#YMSG: Error message when protocols did not match
|
|
441
234
|
TechInfo.SupportAssistantConfigPopup.ProtocolError=Sovelluksen yhteysk\u00E4yt\u00E4nt\u00F6 ei vastaa tukiavustajan yhteysk\u00E4yt\u00E4nt\u00F6\u00E4 (HTTP/HTTPS).
|
|
442
235
|
|
|
443
|
-
#YMSG: Error message when Ajax return code is different than [200]
|
|
444
236
|
TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=Ajaxin palautusarvo ei ole [200]
|
|
445
237
|
|
|
446
|
-
#YMSG: Error message when file not Found [404]
|
|
447
238
|
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=Tiedostoa ei l\u00F6ytynyt (404)
|
|
448
239
|
|
|
449
|
-
#YMSG: Error message when internal server error occurs
|
|
450
240
|
TechInfo.SupportAssistantConfigPopup.InternalServerError=Sis\u00E4inen palvelimen virhe\: {500}
|
|
451
241
|
|
|
452
|
-
#YMSG: Error message when request timeout.
|
|
453
242
|
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=Aikakatkaisuvirhe
|
|
454
243
|
|
|
455
|
-
#YMSG: Error message when trying to parse JSON
|
|
456
244
|
TechInfo.SupportAssistantConfigPopup.ErrorOnJsonParse=Pyydetty JSON-j\u00E4sennys ep\u00E4onnistui
|
|
457
245
|
|
|
458
|
-
#YMSG: Error message when uncaught Error occurs
|
|
459
246
|
TechInfo.SupportAssistantConfigPopup.UncaughtError=Tunnistamaton virhe
|
|
460
247
|
|
|
461
|
-
#YMSG: Error message when request is aborted
|
|
462
248
|
TechInfo.SupportAssistantConfigPopup.ErrorWhenAborted=Ajax-pyynt\u00F6 keskeytetty
|
|
463
249
|
|
|
464
|
-
#YMSG: Error message when default locations are not available
|
|
465
250
|
TechInfo.SupportAssistantConfigPopup.NotAvailableAtTheMoment=T\u00E4m\u00E4 sijainti ei ole t\u00E4ll\u00E4 hetkell\u00E4 k\u00E4ytett\u00E4viss\u00E4
|
|
466
251
|
|
|
467
|
-
#XFLD: Title for enabling Support Assistant to open in new window.
|
|
468
252
|
TechInfo.SupportAssistantConfigPopup.OpenInNewWindow=Avaa tukiavustaja uudessa ikkunassa
|
|
469
253
|
|
|
470
|
-
#XFLD: Title for location section in support Assistant settings popover
|
|
471
254
|
TechInfo.SupportAssistantConfigPopup.Locations=L\u00E4hde-URL
|
|
472
255
|
|
|
473
|
-
#XFLD: Title for options section in support Assistant settings popover
|
|
474
256
|
TechInfo.SupportAssistantConfigPopup.Options=Vaihtoehdot
|
|
475
257
|
|
|
476
|
-
#XTIT: Title for the debug modules configuration selection
|
|
477
258
|
TechInfo.DebugModulesConfigPopup.SelectionCounter=Virheenpoistomoduulien valinta ({0} valittu)
|
|
478
259
|
|
|
479
|
-
#YMSG: sap-ui-debug mode custom value validation error message
|
|
480
260
|
TechInfo.DebugModulesConfigPopup.ModeValidationMessage=Parametrin sap-ui-debug arvo on virheellinen
|
|
481
261
|
|
|
482
|
-
#XTOL: Tooltip for copy to clipboard button
|
|
483
262
|
TechInfo.DebugModulesCopy.Tooltip=Kopioi parametrin sap-ui-debug arvo leikep\u00F6yd\u00E4lle
|
|
484
263
|
|
|
485
|
-
#XTOL: Tooltip for copy to clipboard button
|
|
486
264
|
TechInfo.DebugModulesReset.Tooltip=Palauta t\u00E4ll\u00E4 hetkell\u00E4 valitut moduulit
|
|
487
265
|
|
|
488
|
-
#YMSG: success message for copying to clipboard
|
|
489
266
|
TechInfo.DebugModulesCopyToClipboard.Success=Itse m\u00E4\u00E4ritetty sap-ui-debugin arvo kopioitiin leikep\u00F6yd\u00E4lle
|
|
490
267
|
|
|
491
|
-
#YMSG: error message for copying to clipboard
|
|
492
268
|
TechInfo.DebugModulesCopyToClipboard.Error=Itse m\u00E4\u00E4ritetty\u00E4 sap-ui-debugin arvoa ei voida kopioida leikep\u00F6yd\u00E4lle
|
|
493
269
|
|
|
494
|
-
#XTIT: Title for the debug modules configuration popup confirmation button
|
|
495
270
|
TechInfo.DebugModulesConfigPopup.Confirm=K\u00E4yt\u00E4
|
|
496
271
|
|
|
497
|
-
#YMSG: Confirmation message for the dialog when message from unknown origin is received via postMessage
|
|
498
272
|
PostMessage.Message=Sovellus tai koodi selaimessasi yritt\u00E4\u00E4 kommunikoida sovelluksesi kanssa. Haluatko sallia, tietoliikenteen, johon osallistuu {0} l\u00E4hteest\u00E4 {1}
|
|
499
273
|
|
|
500
|
-
#########
|
|
501
|
-
# Texts for sap.ui.core.util.PasteHelper
|
|
502
|
-
#########
|
|
503
|
-
#YMSG: Error message for the data type validation
|
|
504
274
|
PasteHelper.ErrorMessage=Arvoa "{0}" rivill\u00E4 {1} ja sarakkeessa {2} ei voida j\u00E4sent\u00E4\u00E4.
|