@openui5/sap.ui.core 1.71.58 → 1.71.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/jquery.sap.global.js +1 -1
- package/src/jquery.sap.properties.js +1 -1
- package/src/jquery.sap.resources.js +1 -1
- package/src/jquery.sap.script.js +1 -1
- package/src/jquery.sap.storage.js +3 -3
- package/src/sap/base/util/restricted/_castArray.js +1 -1
- package/src/sap/base/util/restricted/_curry.js +1 -1
- package/src/sap/base/util/restricted/_debounce.js +1 -1
- package/src/sap/base/util/restricted/_intersection.js +1 -1
- package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
- package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
- package/src/sap/base/util/restricted/_max.js +1 -1
- package/src/sap/base/util/restricted/_merge.js +1 -1
- package/src/sap/base/util/restricted/_mergeWith.js +1 -1
- package/src/sap/base/util/restricted/_min.js +1 -1
- package/src/sap/base/util/restricted/_omit.js +1 -1
- package/src/sap/base/util/restricted/_pick.js +1 -1
- package/src/sap/base/util/restricted/_pickBy.js +1 -1
- package/src/sap/base/util/restricted/_throttle.js +1 -1
- package/src/sap/base/util/restricted/_uniq.js +1 -1
- package/src/sap/base/util/restricted/_uniqBy.js +1 -1
- package/src/sap/base/util/restricted/_uniqWith.js +1 -1
- package/src/sap/ui/Device.js +3 -3
- package/src/sap/ui/Global.js +4 -4
- package/src/sap/ui/base/Event.js +1 -1
- package/src/sap/ui/base/EventProvider.js +1 -1
- package/src/sap/ui/base/Interface.js +1 -1
- package/src/sap/ui/base/ManagedObject.js +1 -1
- package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
- package/src/sap/ui/base/Metadata.js +1 -1
- package/src/sap/ui/base/Object.js +1 -1
- package/src/sap/ui/base/ObjectPool.js +1 -1
- package/src/sap/ui/core/.library +1 -1
- package/src/sap/ui/core/BusyIndicator.js +1 -1
- package/src/sap/ui/core/Component.js +1 -1
- package/src/sap/ui/core/ComponentContainer.js +1 -1
- package/src/sap/ui/core/ComponentMetadata.js +1 -1
- package/src/sap/ui/core/ComponentSupport.js +1 -1
- package/src/sap/ui/core/Configuration.js +11 -14
- package/src/sap/ui/core/Control.js +1 -1
- package/src/sap/ui/core/Core.js +4 -2
- package/src/sap/ui/core/CustomData.js +1 -1
- package/src/sap/ui/core/CustomizingConfiguration.js +1 -1
- package/src/sap/ui/core/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/Element.js +1 -1
- package/src/sap/ui/core/ElementMetadata.js +1 -1
- package/src/sap/ui/core/EnabledPropagator.js +1 -1
- package/src/sap/ui/core/EventBus.js +1 -1
- package/src/sap/ui/core/Fragment.js +1 -1
- package/src/sap/ui/core/HTML.js +1 -1
- package/src/sap/ui/core/History.js +1 -1
- package/src/sap/ui/core/Icon.js +1 -1
- package/src/sap/ui/core/IndicationColorSupport.js +1 -1
- package/src/sap/ui/core/IntervalTrigger.js +1 -1
- package/src/sap/ui/core/InvisibleRenderer.js +1 -1
- package/src/sap/ui/core/InvisibleText.js +1 -1
- package/src/sap/ui/core/Item.js +1 -1
- package/src/sap/ui/core/LabelEnablement.js +1 -1
- package/src/sap/ui/core/LayoutData.js +1 -1
- package/src/sap/ui/core/ListItem.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
- package/src/sap/ui/core/Locale.js +1 -1
- package/src/sap/ui/core/LocaleData.js +1 -1
- package/src/sap/ui/core/Manifest.js +1 -1
- package/src/sap/ui/core/Message.js +1 -1
- package/src/sap/ui/core/RenderManager.js +1 -1
- package/src/sap/ui/core/Renderer.js +1 -1
- package/src/sap/ui/core/ResizeHandler.js +1 -1
- package/src/sap/ui/core/ScrollBar.js +1 -1
- package/src/sap/ui/core/SeparatorItem.js +1 -1
- package/src/sap/ui/core/Title.js +1 -1
- package/src/sap/ui/core/TooltipBase.js +1 -1
- package/src/sap/ui/core/UIArea.js +1 -1
- package/src/sap/ui/core/UIComponent.js +1 -1
- package/src/sap/ui/core/UIComponentMetadata.js +1 -1
- package/src/sap/ui/core/ValueStateSupport.js +1 -1
- package/src/sap/ui/core/VariantLayoutData.js +1 -1
- package/src/sap/ui/core/XMLComposite.js +1 -1
- package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
- package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
- package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
- package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
- package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
- package/src/sap/ui/core/dnd/DragInfo.js +1 -1
- package/src/sap/ui/core/dnd/DropInfo.js +1 -1
- package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
- package/src/sap/ui/core/library.js +3 -3
- package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
- package/src/sap/ui/core/message/Message.js +1 -1
- package/src/sap/ui/core/message/MessageManager.js +1 -1
- package/src/sap/ui/core/message/MessageParser.js +1 -1
- package/src/sap/ui/core/message/MessageProcessor.js +1 -1
- package/src/sap/ui/core/messagebundle_ar.properties +2 -2
- package/src/sap/ui/core/messagebundle_bg.properties +15 -15
- package/src/sap/ui/core/messagebundle_ca.properties +1 -1
- package/src/sap/ui/core/messagebundle_cs.properties +5 -5
- package/src/sap/ui/core/messagebundle_da.properties +1 -1
- package/src/sap/ui/core/messagebundle_de.properties +1 -1
- package/src/sap/ui/core/messagebundle_el.properties +6 -6
- package/src/sap/ui/core/messagebundle_en.properties +3 -3
- package/src/sap/ui/core/messagebundle_es.properties +15 -15
- package/src/sap/ui/core/messagebundle_fi.properties +3 -3
- package/src/sap/ui/core/messagebundle_fr.properties +17 -17
- package/src/sap/ui/core/messagebundle_hi.properties +1 -1
- package/src/sap/ui/core/messagebundle_hr.properties +3 -3
- package/src/sap/ui/core/messagebundle_hu.properties +13 -13
- package/src/sap/ui/core/messagebundle_it.properties +51 -51
- package/src/sap/ui/core/messagebundle_iw.properties +4 -4
- package/src/sap/ui/core/messagebundle_ja.properties +1 -1
- package/src/sap/ui/core/messagebundle_kk.properties +2 -2
- package/src/sap/ui/core/messagebundle_ko.properties +5 -5
- package/src/sap/ui/core/messagebundle_lv.properties +4 -4
- package/src/sap/ui/core/messagebundle_ms.properties +5 -5
- package/src/sap/ui/core/messagebundle_nl.properties +7 -7
- package/src/sap/ui/core/messagebundle_no.properties +14 -14
- package/src/sap/ui/core/messagebundle_pl.properties +3 -3
- package/src/sap/ui/core/messagebundle_pt.properties +7 -7
- package/src/sap/ui/core/messagebundle_ro.properties +2 -2
- package/src/sap/ui/core/messagebundle_ru.properties +9 -9
- package/src/sap/ui/core/messagebundle_sh.properties +2 -2
- package/src/sap/ui/core/messagebundle_sk.properties +1 -1
- package/src/sap/ui/core/messagebundle_sl.properties +5 -5
- package/src/sap/ui/core/messagebundle_th.properties +23 -23
- package/src/sap/ui/core/messagebundle_tr.properties +1 -1
- package/src/sap/ui/core/messagebundle_uk.properties +5 -5
- package/src/sap/ui/core/messagebundle_vi.properties +1 -1
- package/src/sap/ui/core/messagebundle_zh_CN.properties +1 -1
- package/src/sap/ui/core/messagebundle_zh_TW.properties +19 -19
- package/src/sap/ui/core/mvc/HTMLView.js +1 -1
- package/src/sap/ui/core/mvc/JSONView.js +1 -1
- package/src/sap/ui/core/mvc/JSView.js +1 -1
- package/src/sap/ui/core/mvc/TemplateView.js +1 -1
- package/src/sap/ui/core/mvc/View.js +1 -1
- package/src/sap/ui/core/mvc/XMLView.js +1 -1
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/plugin/LessSupport.js +1 -1
- package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
- package/src/sap/ui/core/postmessage/Bus.js +1 -1
- package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
- package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
- package/src/sap/ui/core/search/SearchProvider.js +1 -1
- package/src/sap/ui/core/service/Service.js +1 -1
- package/src/sap/ui/core/service/ServiceFactory.js +1 -1
- package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
- package/src/sap/ui/core/support/Plugin.js +1 -1
- package/src/sap/ui/core/support/Support.js +1 -1
- package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
- package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
- package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
- package/src/sap/ui/core/support/plugins/MessageTest.js +1 -1
- package/src/sap/ui/core/support/plugins/Performance.js +1 -1
- package/src/sap/ui/core/support/plugins/Selector.js +1 -1
- package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
- package/src/sap/ui/core/support/plugins/Trace.js +1 -1
- package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
- package/src/sap/ui/core/theming/ThemeHelper.js +119 -0
- package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
- package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
- package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
- package/src/sap/ui/core/tmpl/Template.js +1 -1
- package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
- package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
- package/src/sap/ui/core/util/Export.js +1 -1
- package/src/sap/ui/core/util/ExportCell.js +1 -1
- package/src/sap/ui/core/util/ExportColumn.js +1 -1
- package/src/sap/ui/core/util/ExportRow.js +1 -1
- package/src/sap/ui/core/util/ExportType.js +1 -1
- package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
- package/src/sap/ui/core/util/File.js +1 -1
- package/src/sap/ui/core/util/LibraryInfo.js +1 -1
- package/src/sap/ui/core/util/MockServer.js +1 -1
- package/src/sap/ui/core/util/PasteHelper.js +1 -1
- package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
- package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
- package/src/sap/ui/core/ws/ReadyState.js +1 -1
- package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
- package/src/sap/ui/core/ws/WebSocket.js +1 -1
- package/src/sap/ui/debug/ControlTree.js +1 -1
- package/src/sap/ui/debug/DebugEnv.js +1 -1
- package/src/sap/ui/debug/PropertyList.js +1 -1
- package/src/sap/ui/model/ClientModel.js +1 -1
- package/src/sap/ui/model/CompositeDataState.js +1 -1
- package/src/sap/ui/model/CompositeType.js +1 -1
- package/src/sap/ui/model/DataState.js +1 -1
- package/src/sap/ui/model/MetaModel.js +1 -1
- package/src/sap/ui/model/Model.js +1 -1
- package/src/sap/ui/model/SelectionModel.js +1 -1
- package/src/sap/ui/model/SimpleType.js +1 -1
- package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
- package/src/sap/ui/model/Type.js +1 -1
- package/src/sap/ui/model/control/ControlModel.js +1 -1
- package/src/sap/ui/model/json/JSONModel.js +1 -1
- package/src/sap/ui/model/message/MessageModel.js +1 -1
- package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
- package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
- package/src/sap/ui/model/odata/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/type/Boolean.js +1 -1
- package/src/sap/ui/model/odata/type/Byte.js +1 -1
- package/src/sap/ui/model/odata/type/Currency.js +1 -1
- package/src/sap/ui/model/odata/type/Date.js +1 -1
- package/src/sap/ui/model/odata/type/DateTime.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
- package/src/sap/ui/model/odata/type/Decimal.js +1 -1
- package/src/sap/ui/model/odata/type/Double.js +1 -1
- package/src/sap/ui/model/odata/type/Guid.js +1 -1
- package/src/sap/ui/model/odata/type/Int.js +1 -1
- package/src/sap/ui/model/odata/type/Int16.js +1 -1
- package/src/sap/ui/model/odata/type/Int32.js +1 -1
- package/src/sap/ui/model/odata/type/Int64.js +1 -1
- package/src/sap/ui/model/odata/type/ODataType.js +1 -1
- package/src/sap/ui/model/odata/type/Raw.js +1 -1
- package/src/sap/ui/model/odata/type/SByte.js +1 -1
- package/src/sap/ui/model/odata/type/Single.js +1 -1
- package/src/sap/ui/model/odata/type/Stream.js +1 -1
- package/src/sap/ui/model/odata/type/String.js +1 -1
- package/src/sap/ui/model/odata/type/Time.js +1 -1
- package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
- package/src/sap/ui/model/odata/type/Unit.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/v4/Context.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
- package/src/sap/ui/model/resource/ResourceModel.js +1 -1
- package/src/sap/ui/model/type/Boolean.js +1 -1
- package/src/sap/ui/model/type/Currency.js +1 -1
- package/src/sap/ui/model/type/Date.js +1 -1
- package/src/sap/ui/model/type/DateInterval.js +1 -1
- package/src/sap/ui/model/type/DateTime.js +1 -1
- package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
- package/src/sap/ui/model/type/FileSize.js +1 -1
- package/src/sap/ui/model/type/Float.js +1 -1
- package/src/sap/ui/model/type/Integer.js +1 -1
- package/src/sap/ui/model/type/String.js +1 -1
- package/src/sap/ui/model/type/Time.js +1 -1
- package/src/sap/ui/model/type/TimeInterval.js +1 -1
- package/src/sap/ui/model/type/Unit.js +1 -1
- package/src/sap/ui/model/xml/XMLModel.js +1 -1
- package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
- package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
- package/src/sap/ui/util/Storage.js +1 -1
|
@@ -267,7 +267,7 @@ Icon.collapse-group=\u30B0\u30EB\u30FC\u30D7\u3092\u5727\u7E2E
|
|
|
267
267
|
#XTXT: Crop parts of an image
|
|
268
268
|
Icon.crop=\u30C8\u30EA\u30DF\u30F3\u30B0
|
|
269
269
|
#XTXT: To decline an offer
|
|
270
|
-
Icon.decline=\
|
|
270
|
+
Icon.decline=\u5374\u4E0B
|
|
271
271
|
#XTXT
|
|
272
272
|
Icon.delete=\u524A\u9664
|
|
273
273
|
#XTXT
|
|
@@ -47,7 +47,7 @@ date.placeholder=\u043C\u044B\u0441\u0430\u043B\u044B, {0}
|
|
|
47
47
|
#YMSG,20: File Size Unit one Byte
|
|
48
48
|
FileSize.Byte={0} \u0431\u0430\u0439\u0442
|
|
49
49
|
#YMSG,20: File Size Unit Bytes
|
|
50
|
-
FileSize.Bytes={0} \u0431\u0430\u0439\u0442
|
|
50
|
+
FileSize.Bytes={0} \u0431\u0430\u0439\u0442\u0442\u0430\u0440
|
|
51
51
|
|
|
52
52
|
#YMSG,20: File Size Unit Kilobyte (short)
|
|
53
53
|
FileSize.Kilobyte={0} \u041A\u0431\u0430\u0439\u0442
|
|
@@ -179,7 +179,7 @@ Currency.Maximum=\u041C\u044B\u043D\u0430\u0434\u0430\u043D \u043A\u0456\u0448\u
|
|
|
179
179
|
#YMSG,100: Enter a valid unit amount
|
|
180
180
|
Unit.Invalid=\u0416\u0430\u0440\u0430\u043C\u0434\u044B \u0431\u0456\u0440\u043B\u0456\u043A \u043C\u04E9\u043B\u0448\u0435\u0440\u0456\u043D \u0435\u043D\u0433\u0456\u0437\u0456\u04A3\u0456\u0437
|
|
181
181
|
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
182
|
-
Unit.Minimum=\u041C\u044B\u043D\u0430\u0434\u0430\u043D \u04AF\u043B\u043A\u0435\u043D \u043D\u0435 \u0442\u0435\u04A3 \
|
|
182
|
+
Unit.Minimum=\u041C\u044B\u043D\u0430\u0434\u0430\u043D \u04AF\u043B\u043A\u0435\u043D \u043D\u0435 \u043E\u0493\u0430\u043D \u0442\u0435\u04A3 \u043C\u04E9\u043B\u0448\u0435\u0440 \u0435\u043D\u0433\u0456\u0437\u0456\u04A3\u0456\u0437\: {0}
|
|
183
183
|
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
184
184
|
Unit.Maximum=\u041C\u044B\u043D\u0430\u0434\u0430\u043D \u043A\u0456\u0448\u0456 \u043D\u0435 \u0442\u0435\u04A3 \u0441\u043E\u043C\u0430 \u0435\u043D\u0433\u0456\u0437\u0456\u04A3\u0456\u0437\: {0}
|
|
185
185
|
#YMSG,100: Enter an amount with less decimals than {0}
|
|
@@ -7,7 +7,7 @@ SAPUI5_FRIDAY=Friday
|
|
|
7
7
|
SAPUI5_GM_ZSTEP=Zoom step {0}
|
|
8
8
|
|
|
9
9
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to have an error
|
|
10
|
-
VALUE_STATE_ERROR=\
|
|
10
|
+
VALUE_STATE_ERROR=\uC5D4\uD2B8\uB9AC\uAC00 \uC720\uD6A8\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
|
|
11
11
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to have a warning
|
|
12
12
|
VALUE_STATE_WARNING=\uACBD\uACE0 \uBC1C\uC0DD
|
|
13
13
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to be in success state
|
|
@@ -110,7 +110,7 @@ NO=\uC544\uB2C8\uC624
|
|
|
110
110
|
#XTOL: Yes
|
|
111
111
|
YES=\uC608
|
|
112
112
|
#YMSG: Enter "{0}" or "{1}"
|
|
113
|
-
EnterYesOrNo=
|
|
113
|
+
EnterYesOrNo="{0}" \uB610\uB294 "{1}"\uC744(\uB97C) \uC785\uB825\uD558\uC2ED\uC2DC\uC624.
|
|
114
114
|
#YMSG: Enter only digits
|
|
115
115
|
EnterDigitsOnly=\uC22B\uC790\uB9CC \uC785\uB825\uD558\uC2ED\uC2DC\uC624.
|
|
116
116
|
#YMSG: Enter a maximum of {0} digits
|
|
@@ -140,13 +140,13 @@ EnterTextMaxLength=\uCD5C\uB300 {0}\uC790(\uACF5\uBC31 \uD3EC\uD568)\uC758 \uD14
|
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
141
|
EnterInt=\uC18C\uC218 \uC790\uB9AC\uAC00 \uC5C6\uB294 \uC22B\uC790\uB97C \uC785\uB825\uD558\uC2ED\uC2DC\uC624.
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
|
-
EnterDateTime=\uC720\uD6A8\uD55C \uC77C\uC790\uC640 \uC2DC\uAC04\uC744
|
|
143
|
+
EnterDateTime=\uC720\uD6A8\uD55C \uC77C\uC790\uC640 \uC2DC\uAC04\uC744 \uC785\uB825\uD558\uC2ED\uC2DC\uC624. \uC785\uB825 \uD615\uC2DD\: {0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
145
145
|
EnterDate=\uC720\uD6A8\uD55C \uC77C\uC790\uB97C \uC785\uB825\uD558\uC2ED\uC2DC\uC624. \uC785\uB825 \uD615\uC2DD\: {0}
|
|
146
146
|
#YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
147
147
|
EnterGuid=12345678-90AB-CDEF-1234-567890ABCDEF \uD615\uC2DD\uC73C\uB85C GUID\uB97C \uC785\uB825\uD558\uC2ED\uC2DC\uC624.
|
|
148
148
|
#YMSG: Enter a valid time in the following format\: {0}
|
|
149
|
-
EnterTime=\uC720\uD6A8\uD55C \uC2DC\uAC04\uC744
|
|
149
|
+
EnterTime=\uC720\uD6A8\uD55C \uC2DC\uAC04\uC744 \uC785\uB825\uD558\uC2ED\uC2DC\uC624. \uC785\uB825 \uD615\uC2DD\: {0}
|
|
150
150
|
|
|
151
151
|
#########
|
|
152
152
|
# Texts for sap.ui.model.type.*
|
|
@@ -327,7 +327,7 @@ Icon.multi-select=\uBCF5\uC218 \uC120\uD0DD
|
|
|
327
327
|
#XTXT
|
|
328
328
|
Icon.nav-back=\uB4A4\uB85C
|
|
329
329
|
#XTXT
|
|
330
|
-
Icon.overflow=\uAE30
|
|
330
|
+
Icon.overflow=\uB354 \uBCF4\uAE30
|
|
331
331
|
#XTXT
|
|
332
332
|
Icon.redo=\uC7AC\uC2E4\uD589
|
|
333
333
|
#XTXT
|
|
@@ -435,7 +435,7 @@ TechInfo.SupportAssistantConfigPopup.AppVersionOption=Lietojumprogrammas versija
|
|
|
435
435
|
TechInfo.SupportAssistantConfigPopup.URLValidationMessage=URL nav der\u012Bgs, vai ar\u012B tas nebeidzas a "/sap/ui/support/"
|
|
436
436
|
|
|
437
437
|
#YMSG: Error message when support Assistant is not found
|
|
438
|
-
TechInfo.SupportAssistantConfigPopup.SupportAssistantNotFound=Atbalsta pal\u012Bgs \u0161eit nav pieejams
|
|
438
|
+
TechInfo.SupportAssistantConfigPopup.SupportAssistantNotFound=Atbalsta pal\u012Bgs \u0161eit nav pieejams
|
|
439
439
|
|
|
440
440
|
#YMSG: Error message when protocols did not match
|
|
441
441
|
TechInfo.SupportAssistantConfigPopup.ProtocolError=Lietojumu protokols nesaskan ar atbalsta pal\u012Bga protokolu (HTTP/HTTPS)
|
|
@@ -447,10 +447,10 @@ TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=Ajax atgrie\u0161a
|
|
|
447
447
|
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=Fails nav atrasts (404)
|
|
448
448
|
|
|
449
449
|
#YMSG: Error message when internal server error occurs
|
|
450
|
-
TechInfo.SupportAssistantConfigPopup.InternalServerError=Iek\u0161\u0113ja servera k\u013C\u016Bda {500}
|
|
450
|
+
TechInfo.SupportAssistantConfigPopup.InternalServerError=Iek\u0161\u0113ja servera k\u013C\u016Bda\: {500}
|
|
451
451
|
|
|
452
452
|
#YMSG: Error message when request timeout.
|
|
453
|
-
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=Taimauta k\u013C\u016Bda
|
|
453
|
+
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=Taimauta k\u013C\u016Bda
|
|
454
454
|
|
|
455
455
|
#YMSG: Error message when trying to parse JSON
|
|
456
456
|
TechInfo.SupportAssistantConfigPopup.ErrorOnJsonParse=Piepras\u012Bt\u0101 JSON pars\u0113\u0161ana neizdev\u0101s
|
|
@@ -462,7 +462,7 @@ TechInfo.SupportAssistantConfigPopup.UncaughtError=Nenotverta k\u013C\u016Bda
|
|
|
462
462
|
TechInfo.SupportAssistantConfigPopup.ErrorWhenAborted=Ajax piepras\u012Bjums p\u0101rtraukts
|
|
463
463
|
|
|
464
464
|
#YMSG: Error message when default locations are not available
|
|
465
|
-
TechInfo.SupportAssistantConfigPopup.NotAvailableAtTheMoment=Pa\u0161laik \u0161\u012B atra\u0161an\u0101s vieta nav pieejama
|
|
465
|
+
TechInfo.SupportAssistantConfigPopup.NotAvailableAtTheMoment=Pa\u0161laik \u0161\u012B atra\u0161an\u0101s vieta nav pieejama
|
|
466
466
|
|
|
467
467
|
#XFLD: Title for enabling Support Assistant to open in new window.
|
|
468
468
|
TechInfo.SupportAssistantConfigPopup.OpenInNewWindow=Atv\u0113rt atbalsta pal\u012Bgu jaun\u0101 log\u0101
|
|
@@ -36,7 +36,7 @@ BUSY_TEXT=Sila tunggu
|
|
|
36
36
|
#XTXT: the long pattern for formatting a date using calendar week number
|
|
37
37
|
date.week.calendarweek.wide=Minggu Kalendar {0}
|
|
38
38
|
#XTXT: the short pattern for formatting a date using calendar week number
|
|
39
|
-
date.week.calendarweek.narrow=
|
|
39
|
+
date.week.calendarweek.narrow=CW {0}
|
|
40
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
41
|
date.placeholder=Contohnya, {0}
|
|
42
42
|
|
|
@@ -136,7 +136,7 @@ EnterNumberMaxExclusive=Masukkan nombor lebih kecil daripada {0}
|
|
|
136
136
|
#YMSG: Enter a text
|
|
137
137
|
EnterText=Masukkan teks
|
|
138
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
|
-
EnterTextMaxLength=Masukkan teks dengan maksimum {0} aksara
|
|
139
|
+
EnterTextMaxLength=Masukkan teks dengan maksimum {0} aksara termasuk ruang
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
141
|
EnterInt=Masukkan nombor tanpa perpuluhan
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
@@ -267,7 +267,7 @@ Icon.collapse-group=Runtuhkan Kumpulan
|
|
|
267
267
|
#XTXT: Crop parts of an image
|
|
268
268
|
Icon.crop=Potong
|
|
269
269
|
#XTXT: To decline an offer
|
|
270
|
-
Icon.decline=
|
|
270
|
+
Icon.decline=Kecilkan
|
|
271
271
|
#XTXT
|
|
272
272
|
Icon.delete=Padam
|
|
273
273
|
#XTXT
|
|
@@ -295,7 +295,7 @@ Icon.flag=Tandakan
|
|
|
295
295
|
#XTXT: To forward an item to a recipients
|
|
296
296
|
Icon.forward=Mengirim Semula
|
|
297
297
|
#XTXT
|
|
298
|
-
Icon.full-screen=
|
|
298
|
+
Icon.full-screen=Ke Skrin Penuh
|
|
299
299
|
#XTXT
|
|
300
300
|
Icon.generate-shortcut=Cipta Pintasan
|
|
301
301
|
#XTXT: To group items
|
|
@@ -355,7 +355,7 @@ Icon.sort-ascending=Isih Menaik
|
|
|
355
355
|
#XTXT
|
|
356
356
|
Icon.sort-descending=Isih Menurun
|
|
357
357
|
#XTXT
|
|
358
|
-
Icon.synchronize=
|
|
358
|
+
Icon.synchronize=Selanjar
|
|
359
359
|
#XTXT
|
|
360
360
|
Icon.undo=Buat Asal
|
|
361
361
|
#XTXT
|
|
@@ -9,7 +9,7 @@ SAPUI5_GM_ZSTEP=Zoom step {0}
|
|
|
9
9
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to have an error
|
|
10
10
|
VALUE_STATE_ERROR=Ongeldige invoer
|
|
11
11
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to have a warning
|
|
12
|
-
VALUE_STATE_WARNING=Waarschuwing
|
|
12
|
+
VALUE_STATE_WARNING=Waarschuwing uitgevoerd
|
|
13
13
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to be in success state
|
|
14
14
|
VALUE_STATE_SUCCESS=Gegeven gevalideerd
|
|
15
15
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to be informative
|
|
@@ -130,23 +130,23 @@ EnterNumberMin=Voer getal van minimaal {0} in
|
|
|
130
130
|
#YMSG: Enter a number greater than {0}
|
|
131
131
|
EnterNumberMinExclusive=Voer een getal groter dan {0} in
|
|
132
132
|
#YMSG: Enter a number with a maximum value of {0}
|
|
133
|
-
EnterNumberMax=Voer getal
|
|
133
|
+
EnterNumberMax=Voer getal kleiner dan of gelijk aan {0} in
|
|
134
134
|
#YMSG: Enter a number less than {0}
|
|
135
135
|
EnterNumberMaxExclusive=Voer een getal kleiner dan {0} in
|
|
136
136
|
#YMSG: Enter a text
|
|
137
137
|
EnterText=Voer tekst in
|
|
138
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
|
-
EnterTextMaxLength=Voer tekst
|
|
139
|
+
EnterTextMaxLength=Voer tekst met maximaal {0} tekens en spaties in
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
141
|
EnterInt=Voer getal zonder decimalen in
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
|
-
EnterDateTime=Voer geldige datum en tijd in volgende
|
|
143
|
+
EnterDateTime=Voer geldige datum en geldige tijd in volgende formaat in\: {0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
145
|
-
EnterDate=Voer geldige datum in volgende
|
|
145
|
+
EnterDate=Voer geldige datum in volgende formaat in\: {0}
|
|
146
146
|
#YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
147
147
|
EnterGuid=Voer GUID in volgende opmaak in\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
148
148
|
#YMSG: Enter a valid time in the following format\: {0}
|
|
149
|
-
EnterTime=Voer geldige tijd in volgende
|
|
149
|
+
EnterTime=Voer geldige tijd in volgende formaat in\: {0}
|
|
150
150
|
|
|
151
151
|
#########
|
|
152
152
|
# Texts for sap.ui.model.type.*
|
|
@@ -207,7 +207,7 @@ Time.Minimum=Voer tijd na {0} in
|
|
|
207
207
|
Time.Maximum=Voer tijd v\u00F3\u00F3r {0} in
|
|
208
208
|
|
|
209
209
|
#YMSG,100: Enter a valid date and time
|
|
210
|
-
DateTime.Invalid=Voer geldige datum en tijd in
|
|
210
|
+
DateTime.Invalid=Voer geldige datum en geldige tijd in
|
|
211
211
|
#YMSG,100: Enter a date and time after {0}
|
|
212
212
|
DateTime.Minimum=Voer datum en tijd na {0} in
|
|
213
213
|
#YMSG,100: Enter a date and time before {0}
|
|
@@ -11,7 +11,7 @@ VALUE_STATE_ERROR=Ugyldige inndata
|
|
|
11
11
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to have a warning
|
|
12
12
|
VALUE_STATE_WARNING=Advarsel vist
|
|
13
13
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to be in success state
|
|
14
|
-
VALUE_STATE_SUCCESS=
|
|
14
|
+
VALUE_STATE_SUCCESS=Posten er validert
|
|
15
15
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to be informative
|
|
16
16
|
VALUE_STATE_INFORMATION=Informativ post
|
|
17
17
|
|
|
@@ -45,12 +45,12 @@ date.placeholder=f.eks. {0}
|
|
|
45
45
|
#########
|
|
46
46
|
|
|
47
47
|
#YMSG,20: File Size Unit one Byte
|
|
48
|
-
FileSize.Byte={0}
|
|
48
|
+
FileSize.Byte={0} byte
|
|
49
49
|
#YMSG,20: File Size Unit Bytes
|
|
50
|
-
FileSize.Bytes={0}
|
|
50
|
+
FileSize.Bytes={0} byte
|
|
51
51
|
|
|
52
52
|
#YMSG,20: File Size Unit Kilobyte (short)
|
|
53
|
-
FileSize.Kilobyte={0}
|
|
53
|
+
FileSize.Kilobyte={0} kB
|
|
54
54
|
#YMSG,20: File Size Unit Megabyte (short)
|
|
55
55
|
FileSize.Megabyte={0} MB
|
|
56
56
|
#YMSG,20: File Size Unit Gigabyte (short)
|
|
@@ -140,7 +140,7 @@ EnterTextMaxLength=Oppgi en tekst med maksimalt {0} tegn og mellomrom
|
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
141
|
EnterInt=Oppgi et tall uten desimaler
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
|
-
EnterDateTime=Oppgi
|
|
143
|
+
EnterDateTime=Oppgi gyldig dato og klokkeslett i f\u00F8lgende format\: {0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
145
145
|
EnterDate=Oppgi gyldig dato i f\u00F8lgende format\: {0}
|
|
146
146
|
#YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
@@ -195,7 +195,7 @@ FileSize.Maximum=Oppgi en filst\u00F8rrelse som er mindre enn eller lik {0}
|
|
|
195
195
|
#YMSG,100: Enter a valid date
|
|
196
196
|
Date.Invalid=Oppgi en gyldig dato
|
|
197
197
|
#YMSG,100: Enter a date after {0}
|
|
198
|
-
Date.Minimum=Oppgi en dato etter {0}
|
|
198
|
+
Date.Minimum=Oppgi en dato etter den {0}
|
|
199
199
|
#YMSG,100: Enter a date before {0}
|
|
200
200
|
Date.Maximum=Oppgi en dato f\u00F8r den {0}
|
|
201
201
|
|
|
@@ -232,7 +232,7 @@ String.Equals=Oppgi verdien "{0}"
|
|
|
232
232
|
String.Search=Oppgi en gyldig verdi
|
|
233
233
|
|
|
234
234
|
#XACT: type of an UI control is an image
|
|
235
|
-
ACC_CTR_TYPE_IMAGE=
|
|
235
|
+
ACC_CTR_TYPE_IMAGE=Bilde
|
|
236
236
|
#XACT: type of an UI control is a button
|
|
237
237
|
ACC_CTR_TYPE_BUTTON=Knapp
|
|
238
238
|
|
|
@@ -251,15 +251,15 @@ Icon.action-settings=Innstillinger
|
|
|
251
251
|
#XTXT
|
|
252
252
|
Icon.activate=Aktiver
|
|
253
253
|
#XTXT
|
|
254
|
-
Icon.add=
|
|
254
|
+
Icon.add=Tilf\u00F8y
|
|
255
255
|
#XTXT
|
|
256
|
-
Icon.add-contact=
|
|
256
|
+
Icon.add-contact=Tilf\u00F8y kontaktperson
|
|
257
257
|
#XTXT
|
|
258
|
-
Icon.add-filter=
|
|
258
|
+
Icon.add-filter=Tilf\u00F8y filter
|
|
259
259
|
#XTXT
|
|
260
|
-
Icon.add-photo=
|
|
260
|
+
Icon.add-photo=Tilf\u00F8y foto
|
|
261
261
|
#XTXT
|
|
262
|
-
Icon.back-to-top=Til
|
|
262
|
+
Icon.back-to-top=Til toppen
|
|
263
263
|
#XTXT
|
|
264
264
|
Icon.collapse=Komprimer
|
|
265
265
|
#XTXT
|
|
@@ -303,9 +303,9 @@ Icon.group-2=Gruppe
|
|
|
303
303
|
#XTXT: To hide an element from display
|
|
304
304
|
Icon.hide=Skjul
|
|
305
305
|
#XTXT
|
|
306
|
-
Icon.ipad=
|
|
306
|
+
Icon.ipad=Nettbrett
|
|
307
307
|
#XTXT
|
|
308
|
-
Icon.ipad-2=
|
|
308
|
+
Icon.ipad-2=Nettbrett
|
|
309
309
|
#XTXT
|
|
310
310
|
Icon.iphone=Telefon
|
|
311
311
|
#XTXT
|
|
@@ -27,7 +27,7 @@ INDICATION_STATE_INDICATION04=Kolor wskazania 4
|
|
|
27
27
|
INDICATION_STATE_INDICATION05=Kolor wskazania 5
|
|
28
28
|
|
|
29
29
|
#XTOL: text that could be show if BusyIndicator is active
|
|
30
|
-
BUSY_TEXT=
|
|
30
|
+
BUSY_TEXT=Czekaj
|
|
31
31
|
|
|
32
32
|
#########
|
|
33
33
|
# Texts for sap.ui.core.format.DateFormat
|
|
@@ -144,7 +144,7 @@ EnterDateTime=Wprowad\u017A prawid\u0142ow\u0105 dat\u0119 i godzin\u0119 w nast
|
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
145
145
|
EnterDate=Wprowad\u017A prawid\u0142ow\u0105 dat\u0119 w nast\u0119puj\u0105cym formacie\: {0}
|
|
146
146
|
#YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
147
|
-
EnterGuid=Wprowad\u017A GUID w
|
|
147
|
+
EnterGuid=Wprowad\u017A GUID w prawid\u0142owym formacie\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
148
148
|
#YMSG: Enter a valid time in the following format\: {0}
|
|
149
149
|
EnterTime=Wprowad\u017A prawid\u0142ow\u0105 godzin\u0119 w nast\u0119puj\u0105cym formacie\: {0}
|
|
150
150
|
|
|
@@ -225,7 +225,7 @@ String.StartsWith=Wprowad\u017A warto\u015B\u0107 rozpoczynaj\u0105c\u0105 si\u0
|
|
|
225
225
|
#YMSG,100: Enter a value ending with "{0}"
|
|
226
226
|
String.EndsWith=Wprowad\u017A warto\u015B\u0107 ko\u0144cz\u0105c\u0105 si\u0119 na "{0}"
|
|
227
227
|
#YMSG,100: Enter a value containing "{0}"
|
|
228
|
-
String.Contains=Wprowad\u017A warto\u015B\u0107
|
|
228
|
+
String.Contains=Wprowad\u017A warto\u015B\u0107, kt\u00F3ra zawiera "{0}"
|
|
229
229
|
#YMSG,100: Enter value "{0}"
|
|
230
230
|
String.Equals=Wprowad\u017A warto\u015B\u0107 "{0}"
|
|
231
231
|
#YMSG,100: Enter a valid value
|
|
@@ -172,25 +172,25 @@ Float.Maximum=Insira um n\u00FAmero menor ou igual a {0}
|
|
|
172
172
|
#YMSG,100: Enter a valid currency amount
|
|
173
173
|
Currency.Invalid=Inserir um montante de moeda v\u00E1lido
|
|
174
174
|
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
175
|
-
Currency.Minimum=Insira um
|
|
175
|
+
Currency.Minimum=Insira um montante maior ou igual a {0}
|
|
176
176
|
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
177
|
-
Currency.Maximum=
|
|
177
|
+
Currency.Maximum=Insira um n\u00FAmero menor ou igual a {0}
|
|
178
178
|
|
|
179
179
|
#YMSG,100: Enter a valid unit amount
|
|
180
180
|
Unit.Invalid=Insira um montante de unidade v\u00E1lido
|
|
181
181
|
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
182
182
|
Unit.Minimum=Insira um montante maior ou igual a {0}
|
|
183
183
|
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
184
|
-
Unit.Maximum=
|
|
184
|
+
Unit.Maximum=Insira um n\u00FAmero menor ou igual a {0}
|
|
185
185
|
#YMSG,100: Enter an amount with less decimals than {0}
|
|
186
186
|
Unit.Decimals=Insira um montante com menos decimais que {0}
|
|
187
187
|
|
|
188
188
|
#YMSG,100: Enter a valid file size
|
|
189
|
-
FileSize.Invalid=Inserir um tamanho de
|
|
189
|
+
FileSize.Invalid=Inserir um tamanho de file v\u00E1lido
|
|
190
190
|
#YMSG,100: EEnter a file size greater than or equal to {0}
|
|
191
|
-
FileSize.Minimum=
|
|
191
|
+
FileSize.Minimum=Insira um tamanho de file maior ou igual a {0}
|
|
192
192
|
#YMSG,100: Enter a file size lower than or equal to {0}
|
|
193
|
-
FileSize.Maximum=
|
|
193
|
+
FileSize.Maximum=Insira um tamanho de file menor ou igual a {0}
|
|
194
194
|
|
|
195
195
|
#YMSG,100: Enter a valid date
|
|
196
196
|
Date.Invalid=Inserir uma data
|
|
@@ -447,7 +447,7 @@ TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=O c\u00F3digo de r
|
|
|
447
447
|
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=File n\u00E3o encontrado (404)
|
|
448
448
|
|
|
449
449
|
#YMSG: Error message when internal server error occurs
|
|
450
|
-
TechInfo.SupportAssistantConfigPopup.InternalServerError=
|
|
450
|
+
TechInfo.SupportAssistantConfigPopup.InternalServerError=Erro do servidor interno\: {500}
|
|
451
451
|
|
|
452
452
|
#YMSG: Error message when request timeout.
|
|
453
453
|
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=Erro de timeout
|
|
@@ -136,7 +136,7 @@ EnterNumberMaxExclusive=Introduce\u021Bi un num\u0103r mai mic dec\u00E2t {0}
|
|
|
136
136
|
#YMSG: Enter a text
|
|
137
137
|
EnterText=Introduce\u0163i un text
|
|
138
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
|
-
EnterTextMaxLength=Introduce\u021Bi un text de
|
|
139
|
+
EnterTextMaxLength=Introduce\u021Bi un text de maximum {0} caractere \u0219i spa\u021Bii
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
141
|
EnterInt=Introduce\u021Bi un num\u0103r f\u0103r\u0103 zecimale
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
@@ -447,7 +447,7 @@ TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=Cod retur Ajax est
|
|
|
447
447
|
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=Fi\u015Fier neg\u0103sit (404)
|
|
448
448
|
|
|
449
449
|
#YMSG: Error message when internal server error occurs
|
|
450
|
-
TechInfo.SupportAssistantConfigPopup.InternalServerError=Eroare server intern\u0103\: {500}
|
|
450
|
+
TechInfo.SupportAssistantConfigPopup.InternalServerError=Eroare de server intern\u0103\: {500}
|
|
451
451
|
|
|
452
452
|
#YMSG: Error message when request timeout.
|
|
453
453
|
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=Eroare dep\u0103\u015Fire timp
|
|
@@ -112,7 +112,7 @@ YES=\u0414\u0430
|
|
|
112
112
|
#YMSG: Enter "{0}" or "{1}"
|
|
113
113
|
EnterYesOrNo=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 "{0}" \u0438\u043B\u0438 "{1}".
|
|
114
114
|
#YMSG: Enter only digits
|
|
115
|
-
EnterDigitsOnly=\u0412\u0432\u0435\
|
|
115
|
+
EnterDigitsOnly=\u0412\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0446\u0438\u0444\u0440\u044B
|
|
116
116
|
#YMSG: Enter a maximum of {0} digits
|
|
117
117
|
EnterMaximumOfDigits=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440(\u044B)
|
|
118
118
|
#YMSG: Enter a number
|
|
@@ -126,7 +126,7 @@ EnterNumberFraction=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u044
|
|
|
126
126
|
#YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places
|
|
127
127
|
EnterNumberIntegerFraction=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440\u0430\u043C\u0438 \u0441\u043B\u0435\u0432\u0430 \u043E\u0442 \u0434\u0435\u0441\u044F\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044F \u0438 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {1} \u0434\u0435\u0441\u044F\u0442\u0438\u0447\u043D\u044B\u043C\u0438 \u0440\u0430\u0437\u0440\u044F\u0434\u0430\u043C\u0438
|
|
128
128
|
#YMSG: Enter a number with a minimum value of {0}
|
|
129
|
-
EnterNumberMin=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \
|
|
129
|
+
EnterNumberMin=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u043A\u0430\u043A \u043C\u0438\u043D\u0438\u043C\u0443\u043C {0}
|
|
130
130
|
#YMSG: Enter a number greater than {0}
|
|
131
131
|
EnterNumberMinExclusive=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0431\u043E\u043B\u044C\u0448\u0435 {0}
|
|
132
132
|
#YMSG: Enter a number with a maximum value of {0}
|
|
@@ -172,18 +172,18 @@ Float.Maximum=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043
|
|
|
172
172
|
#YMSG,100: Enter a valid currency amount
|
|
173
173
|
Currency.Invalid=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u0443\u043C\u043C\u0443 \u0432\u0430\u043B\u044E\u0442\u044B
|
|
174
174
|
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
175
|
-
Currency.Minimum=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\
|
|
175
|
+
Currency.Minimum=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0431\u043E\u043B\u044C\u0448\u0435 \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u043E {0}
|
|
176
176
|
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
177
|
-
Currency.Maximum=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\
|
|
177
|
+
Currency.Maximum=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043C\u0435\u043D\u044C\u0448\u0435 \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u043E {0}
|
|
178
178
|
|
|
179
179
|
#YMSG,100: Enter a valid unit amount
|
|
180
|
-
Unit.Invalid=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\
|
|
180
|
+
Unit.Invalid=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0435\u0434\u0438\u043D\u0438\u0446
|
|
181
181
|
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
182
|
-
Unit.Minimum=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\
|
|
182
|
+
Unit.Minimum=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0431\u043E\u043B\u044C\u0448\u0435 \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u043E {0}
|
|
183
183
|
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
184
|
-
Unit.Maximum=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\
|
|
184
|
+
Unit.Maximum=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043C\u0435\u043D\u044C\u0448\u0435 \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u043E {0}
|
|
185
185
|
#YMSG,100: Enter an amount with less decimals than {0}
|
|
186
|
-
Unit.Decimals=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\
|
|
186
|
+
Unit.Decimals=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441 \u043C\u0435\u043D\u0435\u0435 \u0447\u0435\u043C {0} \u0434\u0435\u0441\u044F\u0442\u0438\u0447\u043D\u044B\u043C\u0438 \u0440\u0430\u0437\u0440\u044F\u0434\u0430\u043C\u0438
|
|
187
187
|
|
|
188
188
|
#YMSG,100: Enter a valid file size
|
|
189
189
|
FileSize.Invalid=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0444\u0430\u0439\u043B\u0430
|
|
@@ -299,7 +299,7 @@ Icon.full-screen=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0
|
|
|
299
299
|
#XTXT
|
|
300
300
|
Icon.generate-shortcut=\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u0435
|
|
301
301
|
#XTXT: To group items
|
|
302
|
-
Icon.group-2=\u0413\u0440\u0443\u043F\u043F\u0430
|
|
302
|
+
Icon.group-2=\u0413\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C
|
|
303
303
|
#XTXT: To hide an element from display
|
|
304
304
|
Icon.hide=\u0421\u043A\u0440\u044B\u0442\u044C
|
|
305
305
|
#XTXT
|
|
@@ -45,9 +45,9 @@ date.placeholder=Na primer\: {0}
|
|
|
45
45
|
#########
|
|
46
46
|
|
|
47
47
|
#YMSG,20: File Size Unit one Byte
|
|
48
|
-
FileSize.Byte={0}
|
|
48
|
+
FileSize.Byte={0} bajt
|
|
49
49
|
#YMSG,20: File Size Unit Bytes
|
|
50
|
-
FileSize.Bytes={0}
|
|
50
|
+
FileSize.Bytes={0} bajtova
|
|
51
51
|
|
|
52
52
|
#YMSG,20: File Size Unit Kilobyte (short)
|
|
53
53
|
FileSize.Kilobyte={0} KB
|
|
@@ -495,7 +495,7 @@ TechInfo.DebugModulesCopyToClipboard.Error=Hodnotu definovan\u00FA pou\u017E\u00
|
|
|
495
495
|
TechInfo.DebugModulesConfigPopup.Confirm=Pou\u017Ei\u0165
|
|
496
496
|
|
|
497
497
|
#YMSG: Confirmation message for the dialog when message from unknown origin is received via postMessage
|
|
498
|
-
PostMessage.Message=Aplik\u00E1cia alebo k\u00F3d vo va\u0161om prehliada\u010Di sa pok\u00FA\u0161a komunikova\u0165 s va\u0161ou aplik\u00E1ciou. Chcete povoli\u0165 komunik\u00E1ciu s {0} od {1}?
|
|
498
|
+
PostMessage.Message=Aplik\u00E1cia alebo k\u00F3d vo va\u0161om prehliada\u010Di sa pok\u00FA\u0161a komunikova\u0165 s va\u0161ou aplik\u00E1ciou. Chcete povoli\u0165 komunik\u00E1ciu s {0} od {1}?
|
|
499
499
|
|
|
500
500
|
#########
|
|
501
501
|
# Texts for sap.ui.core.util.PasteHelper
|
|
@@ -140,7 +140,7 @@ EnterTextMaxLength=Vnesite tekst z najve\u010D {0} \u010Drkami in presledki
|
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
141
|
EnterInt=Vnesite \u0161tevilo brez decimalnih mest
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
|
-
EnterDateTime=Vnesite
|
|
143
|
+
EnterDateTime=Vnesite veljavni datum in veljavni \u010Das v naslednji obliki\: {0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
145
145
|
EnterDate=Vnesite veljavni datum v naslednji obliki\: {0}
|
|
146
146
|
#YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
@@ -163,7 +163,7 @@ Integer.Minimum=Vnesite \u0161tevilo, ve\u010Dje od ali enako {0}
|
|
|
163
163
|
Integer.Maximum=Vnesite \u0161tevilo, manj\u0161e od ali enako {0}
|
|
164
164
|
|
|
165
165
|
#YMSG,100: Enter a valid number.
|
|
166
|
-
Float.Invalid=Vnesite veljavno \
|
|
166
|
+
Float.Invalid=Vnesite veljavno \u0161tevilko
|
|
167
167
|
#YMSG,100: Enter a number greater than or equal to {0}
|
|
168
168
|
Float.Minimum=Vnesite \u0161tevilo, ve\u010Dje od ali enako {0}
|
|
169
169
|
#YMSG,100: Enter a number lower than or equal to {0}
|
|
@@ -195,7 +195,7 @@ FileSize.Maximum=Vnesite velikost daotteke, manj\u0161o od ali enako {0}
|
|
|
195
195
|
#YMSG,100: Enter a valid date
|
|
196
196
|
Date.Invalid=Vnesite veljavni datum
|
|
197
197
|
#YMSG,100: Enter a date after {0}
|
|
198
|
-
Date.Minimum=Vnesite datum
|
|
198
|
+
Date.Minimum=Vnesite datum po {0}
|
|
199
199
|
#YMSG,100: Enter a date before {0}
|
|
200
200
|
Date.Maximum=Vnesite datum pred {0}
|
|
201
201
|
|
|
@@ -387,7 +387,7 @@ TechInfo.CopyButton.Tooltip=Kopiranje tehni\u010Dnih podatkov v vmesno odlo\u017
|
|
|
387
387
|
TechnInfo.DiagnosticsButton.Text=Odpiranje diagnoze
|
|
388
388
|
|
|
389
389
|
#XBUT: Support assistant button text
|
|
390
|
-
TechnInfo.AssistantButton.Text=Aktiviranje pomo\
|
|
390
|
+
TechnInfo.AssistantButton.Text=Aktiviranje pomo\u010Dnika za podporo
|
|
391
391
|
|
|
392
392
|
#XFLD: User agent field label
|
|
393
393
|
TechInfo.UserAgent.Label=Uporabni\u0161ki agent
|
|
@@ -447,7 +447,7 @@ TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=Koda vra\u010Dila
|
|
|
447
447
|
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=Datoteka ni najdena (404)
|
|
448
448
|
|
|
449
449
|
#YMSG: Error message when internal server error occurs
|
|
450
|
-
TechInfo.SupportAssistantConfigPopup.InternalServerError=
|
|
450
|
+
TechInfo.SupportAssistantConfigPopup.InternalServerError=Notranja napaka stre\u017Enika\: {500}
|
|
451
451
|
|
|
452
452
|
#YMSG: Error message when request timeout.
|
|
453
453
|
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=Prekora\u010Ditev \u010Dasa
|