@openui5/sap.ui.core 1.71.59 → 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.
Files changed (258) hide show
  1. package/package.json +1 -1
  2. package/src/jquery.sap.global.js +1 -1
  3. package/src/jquery.sap.properties.js +1 -1
  4. package/src/jquery.sap.resources.js +1 -1
  5. package/src/jquery.sap.script.js +1 -1
  6. package/src/jquery.sap.storage.js +3 -3
  7. package/src/sap/base/util/restricted/_castArray.js +1 -1
  8. package/src/sap/base/util/restricted/_curry.js +1 -1
  9. package/src/sap/base/util/restricted/_debounce.js +1 -1
  10. package/src/sap/base/util/restricted/_intersection.js +1 -1
  11. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  12. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  13. package/src/sap/base/util/restricted/_max.js +1 -1
  14. package/src/sap/base/util/restricted/_merge.js +1 -1
  15. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  16. package/src/sap/base/util/restricted/_min.js +1 -1
  17. package/src/sap/base/util/restricted/_omit.js +1 -1
  18. package/src/sap/base/util/restricted/_pick.js +1 -1
  19. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  20. package/src/sap/base/util/restricted/_throttle.js +1 -1
  21. package/src/sap/base/util/restricted/_uniq.js +1 -1
  22. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  23. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  24. package/src/sap/ui/Device.js +3 -3
  25. package/src/sap/ui/Global.js +4 -4
  26. package/src/sap/ui/base/Event.js +1 -1
  27. package/src/sap/ui/base/EventProvider.js +1 -1
  28. package/src/sap/ui/base/Interface.js +1 -1
  29. package/src/sap/ui/base/ManagedObject.js +1 -1
  30. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  31. package/src/sap/ui/base/Metadata.js +1 -1
  32. package/src/sap/ui/base/Object.js +1 -1
  33. package/src/sap/ui/base/ObjectPool.js +1 -1
  34. package/src/sap/ui/core/.library +1 -1
  35. package/src/sap/ui/core/BusyIndicator.js +1 -1
  36. package/src/sap/ui/core/Component.js +50 -32
  37. package/src/sap/ui/core/ComponentContainer.js +1 -1
  38. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  39. package/src/sap/ui/core/ComponentSupport.js +1 -1
  40. package/src/sap/ui/core/Control.js +1 -1
  41. package/src/sap/ui/core/Core.js +1 -1
  42. package/src/sap/ui/core/CustomData.js +1 -1
  43. package/src/sap/ui/core/CustomizingConfiguration.js +1 -1
  44. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  45. package/src/sap/ui/core/Element.js +1 -1
  46. package/src/sap/ui/core/ElementMetadata.js +1 -1
  47. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  48. package/src/sap/ui/core/EventBus.js +1 -1
  49. package/src/sap/ui/core/Fragment.js +1 -1
  50. package/src/sap/ui/core/HTML.js +1 -1
  51. package/src/sap/ui/core/History.js +1 -1
  52. package/src/sap/ui/core/Icon.js +1 -1
  53. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  54. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  55. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  56. package/src/sap/ui/core/InvisibleText.js +1 -1
  57. package/src/sap/ui/core/Item.js +1 -1
  58. package/src/sap/ui/core/LabelEnablement.js +1 -1
  59. package/src/sap/ui/core/LayoutData.js +1 -1
  60. package/src/sap/ui/core/ListItem.js +1 -1
  61. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  62. package/src/sap/ui/core/Locale.js +1 -1
  63. package/src/sap/ui/core/LocaleData.js +1 -1
  64. package/src/sap/ui/core/Manifest.js +1 -1
  65. package/src/sap/ui/core/Message.js +1 -1
  66. package/src/sap/ui/core/RenderManager.js +1 -1
  67. package/src/sap/ui/core/Renderer.js +1 -1
  68. package/src/sap/ui/core/ResizeHandler.js +15 -20
  69. package/src/sap/ui/core/ScrollBar.js +1 -1
  70. package/src/sap/ui/core/SeparatorItem.js +1 -1
  71. package/src/sap/ui/core/Title.js +1 -1
  72. package/src/sap/ui/core/TooltipBase.js +1 -1
  73. package/src/sap/ui/core/UIArea.js +1 -1
  74. package/src/sap/ui/core/UIComponent.js +1 -1
  75. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  76. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  77. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  78. package/src/sap/ui/core/XMLComposite.js +1 -1
  79. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  80. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  81. package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
  82. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  83. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
  84. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  85. package/src/sap/ui/core/dnd/DropInfo.js +1 -1
  86. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  87. package/src/sap/ui/core/library.js +3 -3
  88. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  89. package/src/sap/ui/core/message/Message.js +1 -1
  90. package/src/sap/ui/core/message/MessageManager.js +1 -1
  91. package/src/sap/ui/core/message/MessageParser.js +1 -1
  92. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  93. package/src/sap/ui/core/messagebundle_ar.properties +3 -233
  94. package/src/sap/ui/core/messagebundle_bg.properties +2 -232
  95. package/src/sap/ui/core/messagebundle_ca.properties +1 -231
  96. package/src/sap/ui/core/messagebundle_cs.properties +3 -233
  97. package/src/sap/ui/core/messagebundle_da.properties +3 -233
  98. package/src/sap/ui/core/messagebundle_de.properties +3 -233
  99. package/src/sap/ui/core/messagebundle_el.properties +3 -233
  100. package/src/sap/ui/core/messagebundle_en.properties +0 -230
  101. package/src/sap/ui/core/messagebundle_es.properties +3 -233
  102. package/src/sap/ui/core/messagebundle_et.properties +3 -233
  103. package/src/sap/ui/core/messagebundle_fi.properties +3 -233
  104. package/src/sap/ui/core/messagebundle_fr.properties +2 -232
  105. package/src/sap/ui/core/messagebundle_hi.properties +3 -233
  106. package/src/sap/ui/core/messagebundle_hr.properties +2 -232
  107. package/src/sap/ui/core/messagebundle_hu.properties +4 -234
  108. package/src/sap/ui/core/messagebundle_it.properties +6 -236
  109. package/src/sap/ui/core/messagebundle_iw.properties +3 -233
  110. package/src/sap/ui/core/messagebundle_ja.properties +11 -241
  111. package/src/sap/ui/core/messagebundle_kk.properties +3 -233
  112. package/src/sap/ui/core/messagebundle_ko.properties +3 -233
  113. package/src/sap/ui/core/messagebundle_lt.properties +3 -233
  114. package/src/sap/ui/core/messagebundle_lv.properties +3 -233
  115. package/src/sap/ui/core/messagebundle_ms.properties +3 -233
  116. package/src/sap/ui/core/messagebundle_nl.properties +3 -233
  117. package/src/sap/ui/core/messagebundle_no.properties +2 -232
  118. package/src/sap/ui/core/messagebundle_pl.properties +3 -233
  119. package/src/sap/ui/core/messagebundle_pt.properties +4 -234
  120. package/src/sap/ui/core/messagebundle_ro.properties +3 -233
  121. package/src/sap/ui/core/messagebundle_ru.properties +3 -233
  122. package/src/sap/ui/core/messagebundle_sh.properties +26 -256
  123. package/src/sap/ui/core/messagebundle_sk.properties +4 -234
  124. package/src/sap/ui/core/messagebundle_sl.properties +3 -233
  125. package/src/sap/ui/core/messagebundle_sr.properties +274 -0
  126. package/src/sap/ui/core/messagebundle_sv.properties +8 -238
  127. package/src/sap/ui/core/messagebundle_th.properties +2 -232
  128. package/src/sap/ui/core/messagebundle_tr.properties +3 -233
  129. package/src/sap/ui/core/messagebundle_uk.properties +7 -237
  130. package/src/sap/ui/core/messagebundle_vi.properties +5 -235
  131. package/src/sap/ui/core/messagebundle_zh_CN.properties +3 -233
  132. package/src/sap/ui/core/messagebundle_zh_TW.properties +3 -233
  133. package/src/sap/ui/core/mvc/Controller.js +1 -2
  134. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  135. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  136. package/src/sap/ui/core/mvc/JSView.js +1 -1
  137. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  138. package/src/sap/ui/core/mvc/View.js +1 -1
  139. package/src/sap/ui/core/mvc/XMLView.js +1 -1
  140. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  141. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  142. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  143. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  144. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  145. package/src/sap/ui/core/routing/Route.js +1 -1
  146. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
  147. package/src/sap/ui/core/search/SearchProvider.js +1 -1
  148. package/src/sap/ui/core/service/Service.js +1 -1
  149. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  150. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  151. package/src/sap/ui/core/support/Plugin.js +1 -1
  152. package/src/sap/ui/core/support/Support.js +1 -1
  153. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  154. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  155. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  156. package/src/sap/ui/core/support/plugins/MessageTest.js +1 -1
  157. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  158. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  159. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  160. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  161. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  162. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  163. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  164. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  165. package/src/sap/ui/core/tmpl/Template.js +1 -1
  166. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  167. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  168. package/src/sap/ui/core/util/Export.js +1 -1
  169. package/src/sap/ui/core/util/ExportCell.js +1 -1
  170. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  171. package/src/sap/ui/core/util/ExportRow.js +1 -1
  172. package/src/sap/ui/core/util/ExportType.js +1 -1
  173. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  174. package/src/sap/ui/core/util/File.js +1 -1
  175. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  176. package/src/sap/ui/core/util/MockServer.js +1 -1
  177. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  178. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  179. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  180. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  181. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  182. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  183. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  184. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  185. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  186. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  187. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  188. package/src/sap/ui/debug/ControlTree.js +1 -1
  189. package/src/sap/ui/debug/DebugEnv.js +15 -6
  190. package/src/sap/ui/debug/PropertyList.js +1 -1
  191. package/src/sap/ui/model/ClientModel.js +1 -1
  192. package/src/sap/ui/model/CompositeDataState.js +1 -1
  193. package/src/sap/ui/model/CompositeType.js +1 -1
  194. package/src/sap/ui/model/DataState.js +1 -1
  195. package/src/sap/ui/model/MetaModel.js +1 -1
  196. package/src/sap/ui/model/Model.js +1 -1
  197. package/src/sap/ui/model/SelectionModel.js +1 -1
  198. package/src/sap/ui/model/SimpleType.js +1 -1
  199. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  200. package/src/sap/ui/model/Type.js +1 -1
  201. package/src/sap/ui/model/control/ControlModel.js +1 -1
  202. package/src/sap/ui/model/json/JSONModel.js +1 -1
  203. package/src/sap/ui/model/message/MessageModel.js +1 -1
  204. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  205. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  206. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  207. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  208. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  209. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  210. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  211. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  212. package/src/sap/ui/model/odata/type/Date.js +1 -1
  213. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  214. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  215. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  216. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  217. package/src/sap/ui/model/odata/type/Double.js +1 -1
  218. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  219. package/src/sap/ui/model/odata/type/Int.js +1 -1
  220. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  221. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  222. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  223. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  224. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  225. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  226. package/src/sap/ui/model/odata/type/Single.js +1 -1
  227. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  228. package/src/sap/ui/model/odata/type/String.js +1 -1
  229. package/src/sap/ui/model/odata/type/Time.js +1 -1
  230. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  231. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  232. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  233. package/src/sap/ui/model/odata/v2/ODataModel.js +1 -1
  234. package/src/sap/ui/model/odata/v4/Context.js +1 -1
  235. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +1 -1
  236. package/src/sap/ui/model/odata/v4/ODataListBinding.js +1 -1
  237. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
  238. package/src/sap/ui/model/odata/v4/ODataModel.js +1 -1
  239. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
  240. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  241. package/src/sap/ui/model/type/Boolean.js +1 -1
  242. package/src/sap/ui/model/type/Currency.js +1 -1
  243. package/src/sap/ui/model/type/Date.js +1 -1
  244. package/src/sap/ui/model/type/DateInterval.js +1 -1
  245. package/src/sap/ui/model/type/DateTime.js +1 -1
  246. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  247. package/src/sap/ui/model/type/FileSize.js +1 -1
  248. package/src/sap/ui/model/type/Float.js +1 -1
  249. package/src/sap/ui/model/type/Integer.js +1 -1
  250. package/src/sap/ui/model/type/String.js +1 -1
  251. package/src/sap/ui/model/type/Time.js +1 -1
  252. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  253. package/src/sap/ui/model/type/Unit.js +1 -1
  254. package/src/sap/ui/model/xml/XMLModel.js +1 -1
  255. package/src/sap/ui/performance/BeaconRequest.js +8 -1
  256. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  257. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  258. 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
- SAPUI5_FRIDAY=Friday
6
- #NOTR
7
- SAPUI5_GM_ZSTEP=Zoom step {0}
2
+ SAPUI5_FRIDAY=Th\u01B0\u0301 Sa\u0301u
3
+ SAPUI5_GM_ZSTEP=B\u01B0\u01A1\u0301c thu pho\u0301ng {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=Mu\u0323c nh\u00E2\u0323p kh\u00F4ng h\u01A1\u0323p l\u00EA\u0323
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=Ca\u0309nh ba\u0301o \u0111\u01B0\u01A1\u0323c pha\u0301t ha\u0300nh
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=Mu\u0323c nh\u00E2\u0323p \u0111\u01B0\u01A1\u0323c la\u0300m cho co\u0301 hi\u00EA\u0323u l\u01B0\u0323c tha\u0300nh c\u00F4ng
15
- #XTOL: text that is appended to the tooltips of input fields etc. which are marked to be informative
16
8
  VALUE_STATE_INFORMATION=Mu\u0323c nh\u00E2\u0323p th\u00F4ng tin
17
9
 
18
- #XACT: ARIA announcement for the indication color 1
19
10
  INDICATION_STATE_INDICATION01=Ma\u0300u chi\u0309 ba\u0301o 1
20
- #XACT: ARIA announcement for the indication color 2
21
11
  INDICATION_STATE_INDICATION02=Ma\u0300u chi\u0309 ba\u0301o 2
22
- #XACT: ARIA announcement for the indication color 3
23
12
  INDICATION_STATE_INDICATION03=Ma\u0300u chi\u0309 ba\u0301o 3
24
- #XACT: ARIA announcement for the indication color 4
25
13
  INDICATION_STATE_INDICATION04=Ma\u0300u chi\u0309 ba\u0301o 4
26
- #XACT: ARIA announcement for the indication color 5
27
14
  INDICATION_STATE_INDICATION05=Ma\u0300u chi\u0309 ba\u0301o 5
28
15
 
29
- #XTOL: text that could be show if BusyIndicator is active
30
16
  BUSY_TEXT=Vui lo\u0300ng ch\u01A1\u0300
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=Li\u0323ch tu\u00E2\u0300n {0}
38
- #XTXT: the short pattern for formatting a date using calendar week number
39
20
  date.week.calendarweek.narrow=Li\u0323ch tu\u00E2\u0300n {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=vi\u0301 du\u0323\: {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} Byte
49
- #YMSG,20: File Size Unit Bytes
50
25
  FileSize.Bytes={0} Byte
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} KiB
71
- #YMSG,20: File Size Unit Mebibyte (short)
72
37
  FileSize.Mebibyte={0} MiB
73
- #YMSG,20: File Size Unit Gibibyte (short)
74
38
  FileSize.Gibibyte={0} GiB
75
- #YMSG,20: File Size Unit Tebibyte (short)
76
39
  FileSize.Tebibyte={0} TiB
77
- #YMSG,20: File Size Unit Pebibyte (short)
78
40
  FileSize.Pebibyte={0} PiB
79
- #YMSG,20: File Size Unit Exbibyte (short)
80
41
  FileSize.Exbibyte={0} EiB
81
- #YMSG,20: File Size Unit Zebibyte (short)
82
42
  FileSize.Zebibyte={0} ZiB
83
- #YMSG,20: File Size Unit Yobibyte (short)
84
43
  FileSize.Yobibyte={0} YiB
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=V\u00F4 s\u00F4\u0301
92
- #XTOL: mathematical term for a number smaller than anything else
93
47
  MINUS_INFINITY=Tr\u01B0\u0300 v\u00F4 s\u00F4\u0301
94
- #XTOL
95
48
  NAN=Kh\u00F4ng la\u0300 s\u00F4\u0301
96
49
 
97
- #########
98
- # Texts for sap.ui.model.odata.ODataMessageParser
99
- #########
100
50
 
101
- #YMSG: Communication Error
102
51
  CommunicationError=L\u00F4\u0303i giao ti\u00EA\u0301p
103
52
 
104
- #########
105
- # Texts for sap.ui.model.odata.type.*
106
- #########
107
53
 
108
- #XTOL: No
109
54
  NO=Kh\u00F4ng
110
- #XTOL: Yes
111
55
  YES=Co\u0301
112
- #YMSG: Enter "{0}" or "{1}"
113
56
  EnterYesOrNo=Nh\u00E2\u0323p "{0}" ho\u0103\u0323c "{1}".
114
- #YMSG: Enter only digits
115
57
  EnterDigitsOnly=Chi\u0309 nh\u00E2\u0323p ca\u0301c ch\u01B0\u0303 s\u00F4\u0301
116
- #YMSG: Enter a maximum of {0} digits
117
- EnterMaximumOfDigits=Nh\u00E2\u0323p t\u00F4\u0301i \u0111a {0} ch\u01B0\u0303 s\u00F4\u0301
118
- #YMSG: Enter a number
58
+ EnterMaximumOfDigits=Nh\u00E2\u0323p t\u00F4\u0301i \u0111a {0} s\u00F4\u0301.
119
59
  EnterNumber=Nh\u00E2\u0323p s\u00F4\u0301
120
- #YMSG: Enter a number with a maximum of {0} digits, including any decimal places
121
60
  EnterNumberPrecision=Nh\u00E2\u0323p m\u00F4\u0323t s\u00F4\u0301 co\u0301 t\u00F4\u0301i \u0111a {0} ch\u01B0\u0303 s\u00F4\u0301, bao g\u00F4\u0300m b\u00E2\u0301t ky\u0300 ph\u00E2\u0300n th\u00E2\u0323p ph\u00E2n na\u0300o
122
- #YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator
123
61
  EnterNumberInteger=Nh\u00E2\u0323p s\u00F4\u0301 co\u0301 t\u00F4\u0301i \u0111a {0} ch\u01B0\u0303 s\u00F4\u0301 \u0111\u00EA\u0301n b\u00EAn tra\u0301i cu\u0309a d\u00E2\u0301u ta\u0301ch th\u00E2\u0323p ph\u00E2n
124
- #YMSG: Enter a number with a maximum of {0} decimal places
125
62
  EnterNumberFraction=Nh\u00E2\u0323p s\u00F4\u0301 co\u0301 t\u00F4\u0301i \u0111a {0} ph\u00E2\u0300n th\u00E2\u0323p ph\u00E2n
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=Nh\u00E2\u0323p s\u00F4\u0301 co\u0301 t\u00F4\u0301i \u0111a {0} ch\u01B0\u0303 s\u00F4\u0301 \u0111\u00EA\u0301n b\u00EAn tra\u0301i d\u00E2\u0301u ta\u0301ch th\u00E2\u0323p ph\u00E2n va\u0300 t\u00F4\u0301i \u0111a cu\u0309a {1} ph\u00E2\u0300n th\u00E2\u0323p ph\u00E2n
128
- #YMSG: Enter a number with a minimum value of {0}
129
64
  EnterNumberMin=Nh\u00E2\u0323p s\u00F4\u0301 v\u01A1\u0301i gia\u0301 tri\u0323 t\u00F4\u0301i thi\u00EA\u0309u cu\u0309a {0}
130
- #YMSG: Enter a number greater than {0}
131
65
  EnterNumberMinExclusive=Nh\u00E2\u0323p s\u00F4\u0301 l\u01A1\u0301n h\u01A1n {0}
132
- #YMSG: Enter a number with a maximum value of {0}
133
66
  EnterNumberMax=Nh\u00E2\u0323p s\u00F4\u0301 v\u01A1\u0301i gia\u0301 tri\u0323 t\u00F4\u0301i \u0111a cu\u0309a {0}
134
- #YMSG: Enter a number less than {0}
135
67
  EnterNumberMaxExclusive=Nh\u00E2\u0323p s\u00F4\u0301 nho\u0309 h\u01A1n {0}
136
- #YMSG: Enter a text
137
68
  EnterText=Nh\u00E2\u0323p v\u0103n ba\u0309n
138
- #YMSG: Enter a text with a maximum of {0} characters and spaces
139
69
  EnterTextMaxLength=Nh\u00E2\u0323p v\u0103n ba\u0309n co\u0301 t\u00F4\u0301i \u0111a {0} ky\u0301 t\u01B0\u0323 va\u0300 khoa\u0309ng tr\u0103\u0301ng
140
- #YMSG: Enter a number with no decimal places
141
- EnterInt=Nh\u00E2\u0323p s\u00F4\u0301 kh\u00F4ng co\u0301 ph\u00E2\u0300n th\u00E2\u0323p ph\u00E2n
142
- #YMSG: Enter a valid date and a valid time in the following format\: {0}
70
+ EnterInt=Nh\u00E2\u0323p s\u00F4\u0301 kh\u00F4ng co\u0301 ph\u00E2\u0300n th\u00E2\u0323p ph\u00E2n.
143
71
  EnterDateTime=Nh\u00E2\u0323p nga\u0300y va\u0300 gi\u01A1\u0300 h\u01A1\u0323p l\u00EA\u0323 theo \u0111i\u0323nh da\u0323ng sau \u0111\u00E2y\: {0}
144
- #YMSG: Enter a valid date in the following format\: {0}
145
72
  EnterDate=Nh\u00E2\u0323p nga\u0300y h\u01A1\u0323p l\u00EA\u0323 theo \u0111i\u0323nh da\u0323ng sau \u0111\u00E2y\: {0}
146
- #YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
147
73
  EnterGuid=Nh\u00E2\u0323p GUID theo \u0111i\u0323nh da\u0323ng sau \u0111\u00E2y\: 12345678-90AB-CDEF-1234-567890ABCDEF
148
- #YMSG: Enter a valid time in the following format\: {0}
149
74
  EnterTime=Nh\u00E2\u0323p gi\u01A1\u0300 h\u01A1\u0323p l\u00EA\u0323 theo \u0111i\u0323nh da\u0323ng sau \u0111\u00E2y\: {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=Nh\u00E2\u0323p gia\u0301 tri\u0323 Boolean h\u01A1\u0323p l\u00EA\u0323
157
78
 
158
- #YMSG,100: Enter a valid number
159
79
  Integer.Invalid=Nh\u00E2\u0323p s\u00F4\u0301 h\u01A1\u0323p l\u00EA\u0323
160
- #YMSG,100: Enter a number greater than or equal to {0}
161
80
  Integer.Minimum=Nh\u00E2\u0323p s\u00F4\u0301 l\u01A1\u0301n h\u01A1n ho\u0103\u0323c b\u0103\u0300ng {0}
162
- #YMSG,100: Enter a number lower than or equal to {0}
163
81
  Integer.Maximum=Nh\u00E2\u0323p s\u00F4\u0301 nho\u0309 h\u01A1n ho\u0103\u0323c b\u0103\u0300ng {0}
164
82
 
165
- #YMSG,100: Enter a valid number.
166
83
  Float.Invalid=Nh\u00E2\u0323p s\u00F4\u0301 h\u01A1\u0323p l\u00EA\u0323
167
- #YMSG,100: Enter a number greater than or equal to {0}
168
84
  Float.Minimum=Nh\u00E2\u0323p s\u00F4\u0301 l\u01A1\u0301n h\u01A1n ho\u0103\u0323c b\u0103\u0300ng {0}
169
- #YMSG,100: Enter a number lower than or equal to {0}
170
85
  Float.Maximum=Nh\u00E2\u0323p s\u00F4\u0301 nho\u0309 h\u01A1n ho\u0103\u0323c b\u0103\u0300ng {0}
171
86
 
172
- #YMSG,100: Enter a valid currency amount
173
87
  Currency.Invalid=Nh\u00E2\u0323p s\u00F4\u0301 ti\u00EA\u0300n h\u01A1\u0323p l\u00EA\u0323
174
- #YMSG,100: Enter an amount greater than or equal to {0}
175
88
  Currency.Minimum=Nh\u00E2\u0323p s\u00F4\u0301 ti\u00EA\u0300n l\u01A1\u0301n h\u01A1n ho\u0103\u0323c b\u0103\u0300ng {0}
176
- #YMSG,100: Enter an amount lower than or equal to {0}
177
89
  Currency.Maximum=Nh\u00E2\u0323p s\u00F4\u0301 ti\u00EA\u0300n nho\u0309 h\u01A1n ho\u0103\u0323c b\u0103\u0300ng {0}
178
90
 
179
- #YMSG,100: Enter a valid unit amount
180
91
  Unit.Invalid=Nh\u00E2\u0323p s\u00F4\u0301 ti\u00EA\u0300n \u0111\u01A1n vi\u0323 h\u01A1\u0323p l\u00EA\u0323
181
- #YMSG,100: Enter an amount greater than or equal to {0}
182
92
  Unit.Minimum=Nh\u00E2\u0323p s\u00F4\u0301 ti\u00EA\u0300n l\u01A1\u0301n h\u01A1n ho\u0103\u0323c b\u0103\u0300ng {0}
183
- #YMSG,100: Enter an amount lower than or equal to {0}
184
93
  Unit.Maximum=Nh\u00E2\u0323p s\u00F4\u0301 ti\u00EA\u0300n nho\u0309 h\u01A1n ho\u0103\u0323c b\u0103\u0300ng {0}
185
- #YMSG,100: Enter an amount with less decimals than {0}
186
94
  Unit.Decimals=Nh\u00E2\u0323p s\u00F4\u0301 ti\u00EA\u0300n co\u0301 i\u0301t s\u00F4\u0301 th\u00E2\u0323p ph\u00E2n h\u01A1n {0}
187
95
 
188
- #YMSG,100: Enter a valid file size
189
96
  FileSize.Invalid=Nh\u00E2\u0323p ki\u0301ch c\u01A1\u0303 t\u00E2\u0323p tin h\u01A1\u0323p l\u00EA\u0323
190
- #YMSG,100: EEnter a file size greater than or equal to {0}
191
97
  FileSize.Minimum=Nh\u00E2\u0323p ki\u0301ch c\u01A1\u0303 t\u00E2\u0323p tin l\u01A1\u0301n h\u01A1n ho\u0103\u0323c b\u0103\u0300ng {0}
192
- #YMSG,100: Enter a file size lower than or equal to {0}
193
98
  FileSize.Maximum=Nh\u00E2\u0323p ki\u0301ch c\u01A1\u0303 t\u00E2\u0323p tin nho\u0309 h\u01A1n ho\u0103\u0323c b\u0103\u0300ng {0}
194
99
 
195
- #YMSG,100: Enter a valid date
196
100
  Date.Invalid=Nh\u00E2\u0323p nga\u0300y
197
- #YMSG,100: Enter a date after {0}
198
101
  Date.Minimum=Nh\u00E2\u0323p nga\u0300y sau {0}
199
- #YMSG,100: Enter a date before {0}
200
102
  Date.Maximum=Nh\u00E2\u0323p nga\u0300y tr\u01B0\u01A1\u0301c {0}
201
103
 
202
- #YMSG,100: Enter a valid time
203
104
  Time.Invalid=Nh\u00E2\u0323p gi\u01A1\u0300 h\u01A1\u0323p l\u00EA\u0323
204
- #YMSG,100: Enter a time after {0}
205
105
  Time.Minimum=Nh\u00E2\u0323p gi\u01A1\u0300 sau {0}
206
- #YMSG,100: Enter a time before {0}
207
106
  Time.Maximum=Nh\u00E2\u0323p gi\u01A1\u0300 tr\u01B0\u01A1\u0301c {0}
208
107
 
209
- #YMSG,100: Enter a valid date and time
210
108
  DateTime.Invalid=Nh\u00E2\u0323p nga\u0300y va\u0300 gi\u01A1\u0300 h\u01A1\u0323p l\u00EA\u0323
211
- #YMSG,100: Enter a date and time after {0}
212
109
  DateTime.Minimum=Nh\u00E2\u0323p nga\u0300y va\u0300 gi\u01A1\u0300 sau {0}
213
- #YMSG,100: Enter a date and time before {0}
214
110
  DateTime.Maximum=Nh\u00E2\u0323p nga\u0300y va\u0300 gi\u01A1\u0300 tr\u01B0\u01A1\u0301c {0}
215
111
 
216
- #YMSG,100: Enter a valid date interval
217
112
  DateInterval.Invalid=Nh\u00E2\u0323p khoa\u0309ng nga\u0300y h\u01A1\u0323p l\u00EA\u0323
218
113
 
219
- #YMSG,100: Enter a value with at least {0} characters
220
114
  String.MinLength=Nh\u00E2\u0323p gia\u0301 tri\u0323 co\u0301 i\u0301t nh\u00E2\u0301t {0} ky\u0301 t\u01B0\u0323
221
- #YMSG,100: Enter a value with no more than {0} characters
222
115
  String.MaxLength=Nh\u00E2\u0323p gia\u0301 tri\u0323 kh\u00F4ng co\u0301 nhi\u00EA\u0300u h\u01A1n {0} ky\u0301 t\u01B0\u0323
223
- #YMSG,100: Enter a value starting with "{0}"
224
116
  String.StartsWith=Nh\u00E2\u0323p gia\u0301 tri\u0323 b\u0103\u0301t \u0111\u00E2\u0300u b\u0103\u0300ng "{0}"
225
- #YMSG,100: Enter a value ending with "{0}"
226
117
  String.EndsWith=Nh\u00E2\u0323p gia\u0301 tri\u0323 k\u00EA\u0301t thu\u0301c b\u0103\u0300ng "{0}"
227
- #YMSG,100: Enter a value containing "{0}"
228
118
  String.Contains=Nh\u00E2\u0323p gia\u0301 tri\u0323 ch\u01B0\u0301a "{0}"
229
- #YMSG,100: Enter value "{0}"
230
119
  String.Equals=Nh\u00E2\u0323p gia\u0301 tri\u0323 "{0}"
231
- #YMSG,100: Enter a valid value
232
120
  String.Search=Nh\u00E2\u0323p gia\u0301 tri\u0323 h\u01A1\u0323p l\u00EA\u0323
233
121
 
234
- #XACT: type of an UI control is an image
235
122
  ACC_CTR_TYPE_IMAGE=Hi\u0300nh a\u0309nh
236
- #XACT: type of an UI control is a button
237
123
  ACC_CTR_TYPE_BUTTON=Nu\u0301t
238
124
 
239
- #XFLD: Close
240
125
  CLOSE=\u0110o\u0301ng
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=Thi\u00EA\u0301t l\u00E2\u0323p
251
- #XTXT
252
129
  Icon.activate=Ki\u0301ch hoa\u0323t
253
- #XTXT
254
130
  Icon.add=Th\u00EAm
255
- #XTXT
256
131
  Icon.add-contact=Th\u00EAm li\u00EAn h\u00EA\u0323
257
- #XTXT
258
132
  Icon.add-filter=Th\u00EAm b\u00F4\u0323 lo\u0323c
259
- #XTXT
260
133
  Icon.add-photo=Th\u00EAm a\u0309nh
261
- #XTXT
262
134
  Icon.back-to-top=Tr\u01A1\u0309 l\u00EAn tr\u00EAn
263
- #XTXT
264
135
  Icon.collapse=Thu go\u0323n
265
- #XTXT
266
136
  Icon.collapse-group=Thu go\u0323n nho\u0301m
267
- #XTXT: Crop parts of an image
268
137
  Icon.crop=Xe\u0301n
269
- #XTXT: To decline an offer
270
138
  Icon.decline=T\u1EEB ch\u1ED1i
271
- #XTXT
272
139
  Icon.delete=Xo\u0301a
273
- #XTXT
274
140
  Icon.display=Hi\u1EC3n th\u1ECB
275
- #XTXT
276
141
  Icon.down=Down
277
- #XTXT
278
142
  Icon.download=Ta\u0309i xu\u00F4\u0301ng
279
- #XTXT
280
143
  Icon.drill-down=Chi ti\u00EA\u0301t ho\u0301a
281
- #XTXT
282
144
  Icon.drill-up=T\u00F4\u0309ng quan hoa\u0301
283
- #XTXT
284
145
  Icon.error=L\u00F4\u0303i
285
- #XTXT
286
146
  Icon.exit-full-screen=Thoa\u0301t toa\u0300n ma\u0300n hi\u0300nh
287
- #XTXT
288
147
  Icon.expand=M\u01A1\u0309 r\u00F4\u0323ng
289
- #XTXT
290
148
  Icon.expand-group=M\u01A1\u0309 r\u00F4\u0323ng nho\u0301m
291
- #XTXT: Action to filter on a group of elements
292
149
  Icon.filter=Lo\u0323c
293
- #XTXT: To flag or mark an item
294
150
  Icon.flag=C\u01A1\u0300
295
- #XTXT: To forward an item to a recipients
296
151
  Icon.forward=Chuy\u00EA\u0309n ti\u00EA\u0301p
297
- #XTXT
298
152
  Icon.full-screen=M\u01A1\u0309 toa\u0300n ma\u0300n hi\u0300nh
299
- #XTXT
300
153
  Icon.generate-shortcut=Ta\u0323o bi\u00EA\u0309u t\u01B0\u01A1\u0323ng t\u0103\u0301t
301
- #XTXT: To group items
302
154
  Icon.group-2=Nho\u0301m
303
- #XTXT: To hide an element from display
304
155
  Icon.hide=\u1EA8n
305
- #XTXT
306
156
  Icon.ipad=Ma\u0301y ti\u0301nh ba\u0309ng
307
- #XTXT
308
157
  Icon.ipad-2=Ma\u0301y ti\u0301nh ba\u0309ng
309
- #XTXT
310
158
  Icon.iphone=\u0110i\u00EA\u0323n thoa\u0323i
311
- #XTXT
312
159
  Icon.iphone-2=\u0110i\u00EA\u0323n thoa\u0323i
313
- #XTXT
314
160
  Icon.laptop=Ma\u0301y ti\u0301nh xa\u0301ch tay
315
- #XTXT
316
161
  Icon.message-error=L\u00F4\u0303i
317
- #XTXT
318
162
  Icon.message-information=Th\u00F4ng tin
319
- #XTXT
320
163
  Icon.message-success=Tha\u0300nh c\u00F4ng
321
- #XTXT
322
164
  Icon.message-warning=Ca\u0309nh ba\u0301o
323
- #XTXT: To manipulate the position of an element
324
165
  Icon.move=Di chuy\u00EA\u0309n
325
- #XTXT
326
166
  Icon.multi-select=Cho\u0323n nhi\u00EA\u0300u
327
- #XTXT
328
- Icon.nav-back=Quay la\u0323i
329
- #XTXT
167
+ Icon.nav-back=\u0110i\u00EA\u0300u h\u01B0\u01A1\u0301ng quay la\u0323i
330
168
  Icon.overflow=Th\u00EAm
331
- #XTXT
332
169
  Icon.redo=La\u0300m la\u0323i
333
- #XTXT
334
170
  Icon.refresh=La\u0300m m\u01A1\u0301i
335
- #XTXT
336
171
  Icon.resize=\u0110\u00F4\u0309i ki\u0301ch th\u01B0\u01A1\u0301c
337
- #XTXT
338
172
  Icon.resize-horizontal=\u0110\u00F4\u0309i ki\u0301ch th\u01B0\u01A1\u0301c chi\u00EA\u0300u ngang
339
- #XTXT
340
173
  Icon.resize-vertical=\u0110\u00F4\u0309i ki\u0301ch th\u01B0\u01A1\u0301c chi\u00EA\u0300u do\u0323c
341
- #XTXT
342
174
  Icon.response=Tr\u1EA3 l\u1EDDi
343
- #XTXT
344
175
  Icon.save=L\u01B0u
345
- #XTXT
346
176
  Icon.search=Ti\u0300m ki\u00EA\u0301m
347
- #XTXT
348
177
  Icon.settings=Thi\u00EA\u0301t l\u00E2\u0323p
349
- #XTXT: To show an element previously hidden
350
178
  Icon.show=Hi\u1EC3n th\u1ECB
351
- #XTXT
352
179
  Icon.sort=S\u0103\u0301p x\u00EA\u0301p
353
- #XTXT
354
180
  Icon.sort-ascending=S\u0103\u0301p x\u00EA\u0301p t\u0103ng d\u00E2\u0300n
355
- #XTXT
356
181
  Icon.sort-descending=S\u0103\u0301p x\u00EA\u0301p gia\u0309m d\u00E2\u0300n
357
- #XTXT
358
182
  Icon.synchronize=\u0110\u00F4\u0300ng b\u00F4\u0323 ho\u0301a
359
- #XTXT
360
183
  Icon.undo=Hoa\u0300n ta\u0301c
361
- #XTXT
362
184
  Icon.up=L\u00EAn
363
- #XTXT
364
185
  Icon.upload=T\u1EA3i l\u00EAn
365
- #XTXT
366
186
  Icon.zoom-in=Pho\u0301ng to
367
- #XTXT
368
187
  Icon.zoom-out=Thu nho\u0309
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=H\u00F4\u0323i thoa\u0323i th\u00F4ng tin ky\u0303 thu\u00E2\u0323t
376
191
 
377
- #XTOL: Tooltip for info button in header
378
192
  TechInfo.HelpButton.Tooltip=M\u01A1\u0309 ta\u0300i li\u00EA\u0323u
379
193
 
380
- #XTOL: Tooltip for version information link
381
194
  TechInfo.VersionLink.Tooltip=M\u01A1\u0309 th\u00F4ng tin phi\u00EAn ba\u0309n trong the\u0309 m\u01A1\u0301i
382
195
 
383
- #XTOL: Tooltip for copy to clipboard button
384
196
  TechInfo.CopyButton.Tooltip=Sao che\u0301p th\u00F4ng tin ky\u0303 thu\u00E2\u0323t va\u0300o clipboard
385
197
 
386
- #XBUT: SAPUI5 Diagnostics button text
387
198
  TechnInfo.DiagnosticsButton.Text=M\u01A1\u0309 ch\u00E2\u0309n \u0111oa\u0301n
388
199
 
389
- #XBUT: Support assistant button text
390
200
  TechnInfo.AssistantButton.Text=Ki\u0301ch hoa\u0323t tr\u01A1\u0323 ly\u0301 h\u00F4\u0303 tr\u01A1\u0323
391
201
 
392
- #XFLD: User agent field label
393
202
  TechInfo.UserAgent.Label=Ta\u0301c nh\u00E2n ng\u01B0\u01A1\u0300i du\u0300ng
394
203
 
395
- #XFLD: Application URL label
396
204
  TechInfo.AppUrl.Label=URL \u01B0\u0301ng du\u0323ng
397
205
 
398
- #XFLD: Debug sources label
399
206
  TechInfo.DebugSources.Label=S\u01B0\u0309 du\u0323ng ngu\u00F4\u0300n g\u01A1\u0303 l\u00F4\u0303i
400
207
 
401
- #XTOL: Debug sources tooltip
402
208
  TechInfo.DebugSources.Tooltip=Ta\u0309i la\u0323i trang hi\u00EA\u0323n ta\u0323i co\u0301 ngu\u00F4\u0300n kh\u00F4ng \u0111\u01B0\u01A1\u0323c la\u0300m nho\u0309 \u0111i \u0111\u00EA\u0309 g\u01A1\u0303 l\u00F4\u0303i
403
209
 
404
- #XLNK: Debug sources select packages link
405
210
  TechInfo.DebugSourcesModules.Link=L\u01B0\u0323a cho\u0323n m\u00F4-\u0111un cu\u0323 th\u00EA\u0309
406
211
 
407
- #XFLD: Text for the version build time string
408
212
  TechInfo.VersionBuildTime.Text=(\u0111\u01B0\u01A1\u0323c ta\u0323o lu\u0301c {0})
409
213
 
410
- #YMSG: success message for copying to clipboard
411
214
  TechInfo.CopyToClipboard.Success=Th\u00F4ng tin ky\u0303 thu\u00E2\u0323t \u0111\u01B0\u01A1\u0323c sao che\u0301p va\u0300o clipboard
412
215
 
413
- #YMSG: error message for copying to clipboard
414
216
  TechInfo.CopyToClipboard.Error=Th\u00F4ng tin ky\u0303 thu\u00E2\u0323t kh\u00F4ng th\u00EA\u0309 \u0111\u01B0\u01A1\u0323c sao che\u0301p va\u0300o clipboard
415
217
 
416
- #XTIT: Confirmation title for enabling/disabling debug sources
417
218
  TechInfo.DebugSources.ConfirmTitle=Ta\u0309i la\u0323i \u01B0\u0301ng du\u0323ng
418
219
 
419
- #YMSG: Confirmation message for enabling/disabling debug sources
420
220
  TechInfo.DebugSources.ConfirmMessage=Ta\u0309i la\u0323i \u01B0\u0301ng du\u0323ng \u0111\u00EA\u0309 b\u00E2\u0323t ho\u0103\u0323c t\u0103\u0301t ngu\u00F4\u0300n g\u01A1\u0303 l\u00F4\u0303i
421
221
 
422
- #XTIT: Title for the custom bootstrap UPL configuration popup
423
222
  TechInfo.SupportAssistantConfigPopup.Title=Thi\u00EA\u0301t l\u00E2\u0323p tr\u01A1\u0323 ly\u0301 h\u00F4\u0303 tr\u01A1\u0323
424
223
 
425
- #XFLD: Standard bootstrap locations option for the custom bootstrap UPL configuration popup
426
224
  TechInfo.SupportAssistantConfigPopup.StandardLocation=Vi\u0323 tri\u0301 \u0111\u01B0\u01A1\u0323c \u0111\u00EA\u0300 nghi\u0323
427
225
 
428
- #XFLD: Custom bootstrap location option for the custom bootstrap UPL configuration popup
429
226
  TechInfo.SupportAssistantConfigPopup.CustomLocation=Vi\u0323 tri\u0301 tu\u0300y chi\u0309nh
430
227
 
431
- #XFLD: Application version bootstrap location option for the custom bootstrap UPL configuration popup
432
228
  TechInfo.SupportAssistantConfigPopup.AppVersionOption=Phi\u00EAn ba\u0309n \u01B0\u0301ng du\u0323ng ({0})
433
229
 
434
- #YMSG: Custom bootstrap location validation error message
435
230
  TechInfo.SupportAssistantConfigPopup.URLValidationMessage=Cu\u0301 pha\u0301p \u0111ia\u0323 chi\u0309 vi\u0323 tri\u0301 kh\u00F4ng chi\u0301nh xa\u0301c. Cu\u0301 pha\u0301p chi\u0301nh xa\u0301c la\u0300 http\://<Valid custom URI>/resources/sap/ui/support.
436
231
 
437
- #YMSG: Error message when support Assistant is not found
438
232
  TechInfo.SupportAssistantConfigPopup.SupportAssistantNotFound=Tr\u01A1\u0323 ly\u0301 h\u00F4\u0303 tr\u01A1\u0323 kh\u00F4ng kha\u0309 du\u0323ng \u01A1\u0309 vi\u0323 tri\u0301 na\u0300y\:
439
233
 
440
- #YMSG: Error message when protocols did not match
441
234
  TechInfo.SupportAssistantConfigPopup.ProtocolError=Giao th\u01B0\u0301c \u01B0\u0301ng du\u0323ng kh\u00F4ng kh\u01A1\u0301p v\u01A1\u0301i giao th\u01B0\u0301c Tr\u01A1\u0323 ly\u0301 h\u00F4\u0303 tr\u01A1\u0323 (HTTP/HTTPS)
442
235
 
443
- #YMSG: Error message when Ajax return code is different than [200]
444
236
  TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=Gia\u0301 tri\u0323 hoa\u0300n la\u0323i Ajax kha\u0301c [200]
445
237
 
446
- #YMSG: Error message when file not Found [404]
447
238
  TechInfo.SupportAssistantConfigPopup.ErrorNotFound=Kh\u00F4ng ti\u0300m th\u00E2\u0301y t\u00E2\u0323p tin (404)
448
239
 
449
- #YMSG: Error message when internal server error occurs
450
240
  TechInfo.SupportAssistantConfigPopup.InternalServerError=L\u00F4\u0303i ma\u0301y chu\u0309 n\u00F4\u0323i b\u00F4\u0323\: {500}
451
241
 
452
- #YMSG: Error message when request timeout.
453
242
  TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=L\u00F4\u0303i h\u00EA\u0301t gi\u01A1\u0300
454
243
 
455
- #YMSG: Error message when trying to parse JSON
456
244
  TechInfo.SupportAssistantConfigPopup.ErrorOnJsonParse=Ph\u00E2n ti\u0301ch cu\u0301 pha\u0301p JSON y\u00EAu c\u00E2\u0300u kh\u00F4ng tha\u0300nh c\u00F4ng
457
245
 
458
- #YMSG: Error message when uncaught Error occurs
459
246
  TechInfo.SupportAssistantConfigPopup.UncaughtError=L\u00F4\u0303i ch\u01B0a bi\u0323 b\u0103\u0301t
460
247
 
461
- #YMSG: Error message when request is aborted
462
248
  TechInfo.SupportAssistantConfigPopup.ErrorWhenAborted=Y\u00EAu c\u00E2\u0300u Ajax \u0111a\u0303 \u0111\u01B0\u01A1\u0323c hu\u0309y
463
249
 
464
- #YMSG: Error message when default locations are not available
465
250
  TechInfo.SupportAssistantConfigPopup.NotAvailableAtTheMoment=Vi\u0323 tri\u0301 na\u0300y hi\u00EA\u0323n kh\u00F4ng kha\u0309 du\u0323ng.
466
251
 
467
- #XFLD: Title for enabling Support Assistant to open in new window.
468
252
  TechInfo.SupportAssistantConfigPopup.OpenInNewWindow=M\u01A1\u0309 tr\u01A1\u0323 ly\u0301 h\u00F4\u0303 tr\u01A1\u0323 trong c\u01B0\u0309a s\u00F4\u0309 m\u01A1\u0301i
469
253
 
470
- #XFLD: Title for location section in support Assistant settings popover
471
254
  TechInfo.SupportAssistantConfigPopup.Locations=Vi\u0323 tri\u0301 ta\u0300i nguy\u00EAn
472
255
 
473
- #XFLD: Title for options section in support Assistant settings popover
474
256
  TechInfo.SupportAssistantConfigPopup.Options=Tu\u0300y cho\u0323n
475
257
 
476
- #XTIT: Title for the debug modules configuration selection
477
258
  TechInfo.DebugModulesConfigPopup.SelectionCounter=L\u01B0\u0323a cho\u0323n m\u00F4-\u0111un g\u01A1\u0303 l\u00F4\u0303i ({0} \u0111\u01B0\u01A1\u0323c l\u01B0\u0323a cho\u0323n)
478
259
 
479
- #YMSG: sap-ui-debug mode custom value validation error message
480
260
  TechInfo.DebugModulesConfigPopup.ModeValidationMessage=Gia\u0301 tri\u0323 cho tham s\u00F4\u0301 sap-ui-debug kh\u00F4ng h\u01A1\u0323p l\u00EA\u0323
481
261
 
482
- #XTOL: Tooltip for copy to clipboard button
483
262
  TechInfo.DebugModulesCopy.Tooltip=Sao che\u0301p gia\u0301 tri\u0323 sap-ui-debug va\u0300o clipboard
484
263
 
485
- #XTOL: Tooltip for copy to clipboard button
486
264
  TechInfo.DebugModulesReset.Tooltip=Thi\u00EA\u0301t l\u00E2\u0323p la\u0323i ca\u0301c m\u00F4-\u0111un \u0111\u01B0\u01A1\u0323c l\u01B0\u0323a cho\u0323n hi\u00EA\u0323n ta\u0323i
487
265
 
488
- #YMSG: success message for copying to clipboard
489
266
  TechInfo.DebugModulesCopyToClipboard.Success=Gia\u0301 tri\u0323 sap-ui-debug tu\u0300y chi\u0309nh \u0111\u01B0\u01A1\u0323c sao che\u0301p va\u0300o clipboard
490
267
 
491
- #YMSG: error message for copying to clipboard
492
268
  TechInfo.DebugModulesCopyToClipboard.Error=Gia\u0301 tri\u0323 sap-ui-debug tu\u0300y chi\u0309nh kh\u00F4ng th\u00EA\u0309 \u0111\u01B0\u01A1\u0323c sao che\u0301p va\u0300o clipboard
493
269
 
494
- #XTIT: Title for the debug modules configuration popup confirmation button
495
270
  TechInfo.DebugModulesConfigPopup.Confirm=A\u0301p du\u0323ng
496
271
 
497
- #YMSG: Confirmation message for the dialog when message from unknown origin is received via postMessage
498
272
  PostMessage.Message=Co\u0301 m\u00F4\u0323t \u01B0\u0301ng du\u0323ng ho\u0103\u0323c ma\u0303 trong tri\u0300nh duy\u00EA\u0323t cu\u0309a ba\u0323n \u0111ang c\u00F4\u0301 giao ti\u00EA\u0301p v\u01A1\u0301i \u01B0\u0301ng du\u0323ng cu\u0309a ba\u0323n. Ba\u0323n co\u0301 mu\u00F4\u0301n cho phe\u0301p giao ti\u00EA\u0301p v\u01A1\u0301i {0} t\u01B0\u0300 {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=Gia\u0301 tri\u0323 "{0}" trong ha\u0300ng {1} va\u0300 c\u00F4\u0323t {2} kh\u00F4ng th\u00EA\u0309 ph\u00E2n ti\u0301ch cu\u0301 pha\u0301p \u0111\u01B0\u01A1\u0323c.