@openui5/sap.ui.integration 1.71.60 → 1.71.62

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 (111) hide show
  1. package/package.json +3 -3
  2. package/src/sap/ui/integration/.library +2 -2
  3. package/src/sap/ui/integration/Widget.js +2 -2
  4. package/src/sap/ui/integration/WidgetComponent.js +1 -1
  5. package/src/sap/ui/integration/WidgetRenderer.js +1 -1
  6. package/src/sap/ui/integration/designtime/controls/BaseEditor.js +1 -1
  7. package/src/sap/ui/integration/designtime/controls/CardEditor.js +1 -1
  8. package/src/sap/ui/integration/designtime/controls/DefaultCardConfig.js +1 -1
  9. package/src/sap/ui/integration/designtime/controls/i18n/i18n_ar.properties +0 -33
  10. package/src/sap/ui/integration/designtime/controls/i18n/i18n_bg.properties +0 -33
  11. package/src/sap/ui/integration/designtime/controls/i18n/i18n_ca.properties +0 -33
  12. package/src/sap/ui/integration/designtime/controls/i18n/i18n_cs.properties +0 -33
  13. package/src/sap/ui/integration/designtime/controls/i18n/i18n_da.properties +0 -33
  14. package/src/sap/ui/integration/designtime/controls/i18n/i18n_de.properties +0 -33
  15. package/src/sap/ui/integration/designtime/controls/i18n/i18n_el.properties +0 -33
  16. package/src/sap/ui/integration/designtime/controls/i18n/i18n_en.properties +0 -33
  17. package/src/sap/ui/integration/designtime/controls/i18n/i18n_es.properties +0 -33
  18. package/src/sap/ui/integration/designtime/controls/i18n/i18n_et.properties +0 -33
  19. package/src/sap/ui/integration/designtime/controls/i18n/i18n_fi.properties +0 -33
  20. package/src/sap/ui/integration/designtime/controls/i18n/i18n_fr.properties +0 -33
  21. package/src/sap/ui/integration/designtime/controls/i18n/i18n_hi.properties +0 -33
  22. package/src/sap/ui/integration/designtime/controls/i18n/i18n_hr.properties +0 -33
  23. package/src/sap/ui/integration/designtime/controls/i18n/i18n_hu.properties +0 -33
  24. package/src/sap/ui/integration/designtime/controls/i18n/i18n_it.properties +0 -33
  25. package/src/sap/ui/integration/designtime/controls/i18n/i18n_iw.properties +0 -33
  26. package/src/sap/ui/integration/designtime/controls/i18n/i18n_ja.properties +0 -33
  27. package/src/sap/ui/integration/designtime/controls/i18n/i18n_kk.properties +0 -33
  28. package/src/sap/ui/integration/designtime/controls/i18n/i18n_ko.properties +0 -33
  29. package/src/sap/ui/integration/designtime/controls/i18n/i18n_lt.properties +0 -33
  30. package/src/sap/ui/integration/designtime/controls/i18n/i18n_lv.properties +0 -33
  31. package/src/sap/ui/integration/designtime/controls/i18n/i18n_ms.properties +0 -33
  32. package/src/sap/ui/integration/designtime/controls/i18n/i18n_nl.properties +0 -33
  33. package/src/sap/ui/integration/designtime/controls/i18n/i18n_no.properties +0 -33
  34. package/src/sap/ui/integration/designtime/controls/i18n/i18n_pl.properties +0 -33
  35. package/src/sap/ui/integration/designtime/controls/i18n/i18n_pt.properties +0 -33
  36. package/src/sap/ui/integration/designtime/controls/i18n/i18n_ro.properties +0 -33
  37. package/src/sap/ui/integration/designtime/controls/i18n/i18n_ru.properties +0 -33
  38. package/src/sap/ui/integration/designtime/controls/i18n/i18n_sh.properties +0 -33
  39. package/src/sap/ui/integration/designtime/controls/i18n/i18n_sk.properties +0 -33
  40. package/src/sap/ui/integration/designtime/controls/i18n/i18n_sl.properties +0 -33
  41. package/src/sap/ui/integration/designtime/controls/i18n/i18n_sr.properties +0 -33
  42. package/src/sap/ui/integration/designtime/controls/i18n/i18n_sv.properties +0 -33
  43. package/src/sap/ui/integration/designtime/controls/i18n/i18n_th.properties +0 -33
  44. package/src/sap/ui/integration/designtime/controls/i18n/i18n_tr.properties +0 -33
  45. package/src/sap/ui/integration/designtime/controls/i18n/i18n_uk.properties +0 -33
  46. package/src/sap/ui/integration/designtime/controls/i18n/i18n_vi.properties +0 -33
  47. package/src/sap/ui/integration/designtime/controls/i18n/i18n_zh_CN.properties +0 -33
  48. package/src/sap/ui/integration/designtime/controls/i18n/i18n_zh_TW.properties +0 -33
  49. package/src/sap/ui/integration/designtime/controls/propertyEditors/ArrayEditor.js +1 -1
  50. package/src/sap/ui/integration/designtime/controls/propertyEditors/BasePropertyEditor.js +1 -1
  51. package/src/sap/ui/integration/designtime/controls/propertyEditors/EnumStringEditor.js +1 -1
  52. package/src/sap/ui/integration/designtime/controls/propertyEditors/IconEditor.js +1 -1
  53. package/src/sap/ui/integration/designtime/controls/propertyEditors/ParametersEditor.js +1 -1
  54. package/src/sap/ui/integration/designtime/controls/propertyEditors/StringEditor.js +1 -1
  55. package/src/sap/ui/integration/designtime/controls/utils/ObjectBinding.js +1 -1
  56. package/src/sap/ui/integration/host/HostConfiguration.js +2 -2
  57. package/src/sap/ui/integration/host/HostConfigurationCompiler.js +1 -1
  58. package/src/sap/ui/integration/library-bootstrap.js +1 -1
  59. package/src/sap/ui/integration/library.js +3 -3
  60. package/src/sap/ui/integration/messagebundle_ar.properties +0 -3
  61. package/src/sap/ui/integration/messagebundle_bg.properties +0 -3
  62. package/src/sap/ui/integration/messagebundle_ca.properties +0 -3
  63. package/src/sap/ui/integration/messagebundle_cs.properties +0 -3
  64. package/src/sap/ui/integration/messagebundle_da.properties +0 -3
  65. package/src/sap/ui/integration/messagebundle_de.properties +0 -3
  66. package/src/sap/ui/integration/messagebundle_el.properties +0 -3
  67. package/src/sap/ui/integration/messagebundle_en.properties +0 -3
  68. package/src/sap/ui/integration/messagebundle_es.properties +0 -3
  69. package/src/sap/ui/integration/messagebundle_et.properties +0 -3
  70. package/src/sap/ui/integration/messagebundle_fi.properties +0 -3
  71. package/src/sap/ui/integration/messagebundle_fr.properties +0 -3
  72. package/src/sap/ui/integration/messagebundle_hi.properties +0 -3
  73. package/src/sap/ui/integration/messagebundle_hr.properties +0 -3
  74. package/src/sap/ui/integration/messagebundle_hu.properties +0 -3
  75. package/src/sap/ui/integration/messagebundle_it.properties +0 -3
  76. package/src/sap/ui/integration/messagebundle_iw.properties +0 -3
  77. package/src/sap/ui/integration/messagebundle_ja.properties +0 -3
  78. package/src/sap/ui/integration/messagebundle_kk.properties +0 -3
  79. package/src/sap/ui/integration/messagebundle_ko.properties +0 -3
  80. package/src/sap/ui/integration/messagebundle_lt.properties +0 -3
  81. package/src/sap/ui/integration/messagebundle_lv.properties +0 -3
  82. package/src/sap/ui/integration/messagebundle_ms.properties +0 -3
  83. package/src/sap/ui/integration/messagebundle_nl.properties +0 -3
  84. package/src/sap/ui/integration/messagebundle_no.properties +0 -3
  85. package/src/sap/ui/integration/messagebundle_pl.properties +0 -3
  86. package/src/sap/ui/integration/messagebundle_pt.properties +0 -3
  87. package/src/sap/ui/integration/messagebundle_ro.properties +0 -3
  88. package/src/sap/ui/integration/messagebundle_ru.properties +0 -3
  89. package/src/sap/ui/integration/messagebundle_sh.properties +0 -3
  90. package/src/sap/ui/integration/messagebundle_sk.properties +0 -3
  91. package/src/sap/ui/integration/messagebundle_sl.properties +0 -3
  92. package/src/sap/ui/integration/messagebundle_sr.properties +0 -3
  93. package/src/sap/ui/integration/messagebundle_sv.properties +0 -3
  94. package/src/sap/ui/integration/messagebundle_th.properties +0 -3
  95. package/src/sap/ui/integration/messagebundle_tr.properties +0 -3
  96. package/src/sap/ui/integration/messagebundle_uk.properties +0 -3
  97. package/src/sap/ui/integration/messagebundle_vi.properties +0 -3
  98. package/src/sap/ui/integration/messagebundle_zh_CN.properties +0 -3
  99. package/src/sap/ui/integration/messagebundle_zh_TW.properties +0 -3
  100. package/src/sap/ui/integration/sap-ui-integration-config.js +1 -1
  101. package/src/sap/ui/integration/sap-ui-integration-define-nojQuery.js +1 -1
  102. package/src/sap/ui/integration/services/Data.js +1 -1
  103. package/src/sap/ui/integration/services/Navigation.js +1 -1
  104. package/src/sap/ui/integration/services/Service.js +1 -1
  105. package/src/sap/ui/integration/util/CustomElementBase.js +1 -1
  106. package/src/sap/ui/integration/util/CustomElements.js +1 -1
  107. package/src/sap/ui/integration/util/Manifest.js +2 -2
  108. package/src/sap/ui/integration/util/ServiceManager.js +2 -2
  109. package/src/sap/ui/integration/util/Utils.js +1 -1
  110. package/src/sap/ui/integration/widgets/Card.js +2 -2
  111. package/src/sap-ui-integration.js +1 -1
@@ -1,95 +1,62 @@
1
- #This is the resource bundle for the OpenUI5 sap.ui.integration.designtime.controls module
2
- #
3
1
 
4
- #XFLD: Property editor label
5
2
  CARD_EDITOR.HEADERTYPE=\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27
6
3
 
7
- #XFLD: Property editor label
8
4
  CARD_EDITOR.TITLE=\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E37\u0E48\u0E2D\u0E07
9
5
 
10
- #XFLD: Property editor label
11
6
  CARD_EDITOR.SUBTITLE=\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E23\u0E2D\u0E07
12
7
 
13
- #XFLD: Property editor label
14
8
  CARD_EDITOR.ICON=\u0E44\u0E2D\u0E04\u0E2D\u0E19
15
9
 
16
- #XFLD: Property editor label
17
10
  CARD_EDITOR.STATUS=\u0E2A\u0E16\u0E32\u0E19\u0E30
18
11
 
19
- #XFLD: Property editor label
20
12
  CARD_EDITOR.UOM=\u0E2B\u0E19\u0E48\u0E27\u0E22\u0E19\u0E31\u0E1A
21
13
 
22
- #XFLD: Property editor label
23
14
  CARD_EDITOR.SIDE_INDICATOR=\u0E15\u0E31\u0E27\u0E1A\u0E48\u0E07\u0E0A\u0E35\u0E49\u0E14\u0E49\u0E32\u0E19
24
15
 
25
- #XFLD: Property editor label
26
16
  CARD_EDITOR.SIDE_INDICATORS=\u0E15\u0E31\u0E27\u0E1A\u0E48\u0E07\u0E0A\u0E35\u0E49\u0E14\u0E49\u0E32\u0E19
27
17
 
28
- #XFLD: Property editor label
29
18
  CARD_EDITOR.SIDE_INDICATOR.TITLE=\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E37\u0E48\u0E2D\u0E07
30
19
 
31
- #XFLD: Property editor label
32
20
  CARD_EDITOR.SIDE_INDICATOR.NUMBER=\u0E40\u0E25\u0E02\u0E17\u0E35\u0E48
33
21
 
34
- #XFLD: Property editor label
35
22
  CARD_EDITOR.SIDE_INDICATOR.UNIT=\u0E2B\u0E19\u0E48\u0E27\u0E22
36
23
 
37
- #XFLD: Property editor label
38
24
  CARD_EDITOR.MAIN_INDICATOR.NUMBER=\u0E40\u0E25\u0E02\u0E17\u0E35\u0E48
39
25
 
40
- #XFLD: Property editor label
41
26
  CARD_EDITOR.MAIN_INDICATOR.UNIT=\u0E15\u0E31\u0E27\u0E1A\u0E48\u0E07\u0E0A\u0E35\u0E49\u0E2B\u0E25\u0E31\u0E01 - \u0E2B\u0E19\u0E48\u0E27\u0E22
42
27
 
43
- #XFLD: Property editor label
44
28
  CARD_EDITOR.MAIN_INDICATOR.TREND=\u0E15\u0E31\u0E27\u0E1A\u0E48\u0E07\u0E0A\u0E35\u0E49\u0E2B\u0E25\u0E31\u0E01 - \u0E41\u0E19\u0E27\u0E42\u0E19\u0E49\u0E21
45
29
 
46
- #XFLD: Property editor label
47
30
  CARD_EDITOR.MAIN_INDICATOR.STATE=\u0E15\u0E31\u0E27\u0E1A\u0E48\u0E07\u0E0A\u0E35\u0E49\u0E2B\u0E25\u0E31\u0E01 - \u0E2A\u0E16\u0E32\u0E19\u0E30
48
31
 
49
- #XFLD: Property editor label
50
32
  CARD_EDITOR.DETAILS=\u0E23\u0E32\u0E22\u0E25\u0E30\u0E40\u0E2D\u0E35\u0E22\u0E14
51
33
 
52
- #XFLD: Property editor label
53
34
  CARD_EDITOR.LIST_ITEM.TITLE=\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23
54
35
 
55
- #XFLD: Property editor label
56
36
  CARD_EDITOR.LIST_ITEM.DESCRIPTION=\u0E04\u0E33\u0E2D\u0E18\u0E34\u0E1A\u0E32\u0E22\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23
57
37
 
58
- #XFLD: Property editor label
59
38
  CARD_EDITOR.LIST_ITEM.HIGHLIGHT=\u0E44\u0E2E\u0E44\u0E25\u0E15\u0E4C\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23
60
39
 
61
- #XFLD: Property editor label
62
40
  CARD_EDITOR.PARAMETERS=\u0E1E\u0E32\u0E23\u0E32\u0E21\u0E34\u0E40\u0E15\u0E2D\u0E23\u0E4C
63
41
 
64
- #XFLD: Empty table text
65
42
  CARD_EDITOR.PARAMETERS.NO_PARAMETERS=\u0E01\u0E14 + \u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E1E\u0E32\u0E23\u0E32\u0E21\u0E34\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E43\u0E2B\u0E21\u0E48
66
43
 
67
- #XFLD: Table column
68
44
  CARD_EDITOR.PARAMETERS.KEY=\u0E0A\u0E37\u0E48\u0E2D\u0E1E\u0E32\u0E23\u0E32\u0E21\u0E34\u0E40\u0E15\u0E2D\u0E23\u0E4C
69
45
 
70
- #XFLD: Table column
71
46
  CARD_EDITOR.PARAMETERS.VALUE=\u0E04\u0E48\u0E32
72
47
 
73
- #XFLD: Property editor tooltip
74
48
  CARD_EDITOR.PARAMETERS.REMOVE_PARAMETER=\u0E22\u0E49\u0E32\u0E22\u0E1E\u0E32\u0E23\u0E32\u0E21\u0E34\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E2D\u0E2D\u0E01
75
49
 
76
- #XTOL: Validation error text
77
50
  CARD_EDITOR.PARAMETERS.DUPLICATE_KEY=\u0E01\u0E23\u0E38\u0E13\u0E32\u0E1B\u0E49\u0E2D\u0E19\u0E04\u0E35\u0E22\u0E4C\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E0B\u0E49\u0E33\u0E01\u0E31\u0E19
78
51
 
79
- #XFLD: Property editor tooltip
80
52
  CARD_EDITOR.PARAMETERS.ADD_PARAMETER=\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E1E\u0E32\u0E23\u0E32\u0E21\u0E34\u0E40\u0E15\u0E2D\u0E23\u0E4C
81
53
 
82
- #XTOL: Validation error text
83
54
  CARD_EDITOR.STRING.INVALID_BINDING=\u0E01\u0E23\u0E38\u0E13\u0E32\u0E1B\u0E49\u0E2D\u0E19\u0E2A\u0E15\u0E23\u0E34\u0E07\u0E01\u0E32\u0E23\u0E44\u0E1A\u0E19\u0E4C\u0E14\u0E34\u0E49\u0E07\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07
84
55
 
85
- #XTOL: Validation error text
86
56
  CARD_EDITOR.ENUM.INVALID_SELECTION_OR_BINDING=\u0E01\u0E23\u0E38\u0E13\u0E32\u0E1B\u0E49\u0E2D\u0E19\u0E2A\u0E15\u0E23\u0E34\u0E07\u0E01\u0E32\u0E23\u0E44\u0E1A\u0E19\u0E4C\u0E14\u0E34\u0E49\u0E07\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E04\u0E48\u0E32\u0E08\u0E32\u0E01\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23
87
57
 
88
- #XFLD: Property editor tooltip
89
58
  CARD_EDITOR.ARRAY.ITEM_LABEL=\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23
90
59
 
91
- #XFLD: Property editor tooltip
92
60
  CARD_EDITOR.ARRAY.REMOVE=\u0E22\u0E49\u0E32\u0E22\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E2D\u0E2D\u0E01
93
61
 
94
- #XFLD: Property editor tooltip
95
62
  CARD_EDITOR.ARRAY.ADD=\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23
@@ -1,95 +1,62 @@
1
- #This is the resource bundle for the OpenUI5 sap.ui.integration.designtime.controls module
2
- #
3
1
 
4
- #XFLD: Property editor label
5
2
  CARD_EDITOR.HEADERTYPE=Ba\u015Fl\u0131k t\u00FCr\u00FC
6
3
 
7
- #XFLD: Property editor label
8
4
  CARD_EDITOR.TITLE=Ba\u015Fl\u0131k
9
5
 
10
- #XFLD: Property editor label
11
6
  CARD_EDITOR.SUBTITLE=Alt ba\u015Fl\u0131k
12
7
 
13
- #XFLD: Property editor label
14
8
  CARD_EDITOR.ICON=\u0130kon
15
9
 
16
- #XFLD: Property editor label
17
10
  CARD_EDITOR.STATUS=Durum
18
11
 
19
- #XFLD: Property editor label
20
12
  CARD_EDITOR.UOM=\u00D6l\u00E7\u00FC birimi
21
13
 
22
- #XFLD: Property editor label
23
14
  CARD_EDITOR.SIDE_INDICATOR=Taraf g\u00F6stergesi
24
15
 
25
- #XFLD: Property editor label
26
16
  CARD_EDITOR.SIDE_INDICATORS=Taraf g\u00F6stergeleri
27
17
 
28
- #XFLD: Property editor label
29
18
  CARD_EDITOR.SIDE_INDICATOR.TITLE=Ba\u015Fl\u0131k
30
19
 
31
- #XFLD: Property editor label
32
20
  CARD_EDITOR.SIDE_INDICATOR.NUMBER=Numara
33
21
 
34
- #XFLD: Property editor label
35
22
  CARD_EDITOR.SIDE_INDICATOR.UNIT=Birim
36
23
 
37
- #XFLD: Property editor label
38
24
  CARD_EDITOR.MAIN_INDICATOR.NUMBER=Numara
39
25
 
40
- #XFLD: Property editor label
41
26
  CARD_EDITOR.MAIN_INDICATOR.UNIT=Ana g\u00F6sterge birimi
42
27
 
43
- #XFLD: Property editor label
44
28
  CARD_EDITOR.MAIN_INDICATOR.TREND=Ana g\u00F6sterge trendi
45
29
 
46
- #XFLD: Property editor label
47
30
  CARD_EDITOR.MAIN_INDICATOR.STATE=Ana g\u00F6sterge durumu
48
31
 
49
- #XFLD: Property editor label
50
32
  CARD_EDITOR.DETAILS=Ayr\u0131nt\u0131lar
51
33
 
52
- #XFLD: Property editor label
53
34
  CARD_EDITOR.LIST_ITEM.TITLE=\u00D6\u011Fe ba\u015Fl\u0131\u011F\u0131
54
35
 
55
- #XFLD: Property editor label
56
36
  CARD_EDITOR.LIST_ITEM.DESCRIPTION=\u00D6\u011Fe tan\u0131m\u0131
57
37
 
58
- #XFLD: Property editor label
59
38
  CARD_EDITOR.LIST_ITEM.HIGHLIGHT=\u00D6\u011Fe vurgusu
60
39
 
61
- #XFLD: Property editor label
62
40
  CARD_EDITOR.PARAMETERS=Parametreler
63
41
 
64
- #XFLD: Empty table text
65
42
  CARD_EDITOR.PARAMETERS.NO_PARAMETERS=Yeni parametre eklemek i\u00E7in + ikonuna bas
66
43
 
67
- #XFLD: Table column
68
44
  CARD_EDITOR.PARAMETERS.KEY=Parametre ad\u0131
69
45
 
70
- #XFLD: Table column
71
46
  CARD_EDITOR.PARAMETERS.VALUE=De\u011Fer
72
47
 
73
- #XFLD: Property editor tooltip
74
48
  CARD_EDITOR.PARAMETERS.REMOVE_PARAMETER=Parametreyi kald\u0131r
75
49
 
76
- #XTOL: Validation error text
77
50
  CARD_EDITOR.PARAMETERS.DUPLICATE_KEY=Benzersiz anahtar girin
78
51
 
79
- #XFLD: Property editor tooltip
80
52
  CARD_EDITOR.PARAMETERS.ADD_PARAMETER=Parametre ekle
81
53
 
82
- #XTOL: Validation error text
83
54
  CARD_EDITOR.STRING.INVALID_BINDING=Ge\u00E7erli bir ba\u011Flama dizilimi girin.
84
55
 
85
- #XTOL: Validation error text
86
56
  CARD_EDITOR.ENUM.INVALID_SELECTION_OR_BINDING=Ge\u00E7erli bir ba\u011Flama dizilimi girin veya listeden bir de\u011Fer se\u00E7in.
87
57
 
88
- #XFLD: Property editor tooltip
89
58
  CARD_EDITOR.ARRAY.ITEM_LABEL=\u00D6\u011Fe
90
59
 
91
- #XFLD: Property editor tooltip
92
60
  CARD_EDITOR.ARRAY.REMOVE=\u00D6\u011Feyi kald\u0131r
93
61
 
94
- #XFLD: Property editor tooltip
95
62
  CARD_EDITOR.ARRAY.ADD=\u00D6\u011Fe ekle
@@ -1,95 +1,62 @@
1
- #This is the resource bundle for the OpenUI5 sap.ui.integration.designtime.controls module
2
- #
3
1
 
4
- #XFLD: Property editor label
5
2
  CARD_EDITOR.HEADERTYPE=\u0422\u0438\u043F \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430
6
3
 
7
- #XFLD: Property editor label
8
4
  CARD_EDITOR.TITLE=\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A
9
5
 
10
- #XFLD: Property editor label
11
6
  CARD_EDITOR.SUBTITLE=\u041F\u0456\u0434\u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A
12
7
 
13
- #XFLD: Property editor label
14
8
  CARD_EDITOR.ICON=\u041F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0430
15
9
 
16
- #XFLD: Property editor label
17
10
  CARD_EDITOR.STATUS=\u0421\u0442\u0430\u0442\u0443\u0441
18
11
 
19
- #XFLD: Property editor label
20
12
  CARD_EDITOR.UOM=\u041E\u0434\u0438\u043D\u0438\u0446\u044F \u0432\u0438\u043C\u0456\u0440\u044E\u0432\u0430\u043D\u043D\u044F
21
13
 
22
- #XFLD: Property editor label
23
14
  CARD_EDITOR.SIDE_INDICATOR=\u0411\u043E\u043A\u043E\u0432\u0438\u0439 \u0456\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440
24
15
 
25
- #XFLD: Property editor label
26
16
  CARD_EDITOR.SIDE_INDICATORS=\u0411\u043E\u043A\u043E\u0432\u0456 \u0456\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u0438
27
17
 
28
- #XFLD: Property editor label
29
18
  CARD_EDITOR.SIDE_INDICATOR.TITLE=\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A
30
19
 
31
- #XFLD: Property editor label
32
20
  CARD_EDITOR.SIDE_INDICATOR.NUMBER=\u041D\u043E\u043C\u0435\u0440
33
21
 
34
- #XFLD: Property editor label
35
22
  CARD_EDITOR.SIDE_INDICATOR.UNIT=\u041E\u0434\u0438\u043D\u0438\u0446\u044F
36
23
 
37
- #XFLD: Property editor label
38
24
  CARD_EDITOR.MAIN_INDICATOR.NUMBER=\u041D\u043E\u043C\u0435\u0440
39
25
 
40
- #XFLD: Property editor label
41
26
  CARD_EDITOR.MAIN_INDICATOR.UNIT=\u041E\u0441\u043D\u043E\u0432\u043D\u0438\u0439 \u0456\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\: \u043E\u0434\u0438\u043D\u0438\u0446\u044F
42
27
 
43
- #XFLD: Property editor label
44
28
  CARD_EDITOR.MAIN_INDICATOR.TREND=\u041E\u0441\u043D\u043E\u0432\u043D\u0438\u0439 \u0456\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\: \u0442\u0440\u0435\u043D\u0434
45
29
 
46
- #XFLD: Property editor label
47
30
  CARD_EDITOR.MAIN_INDICATOR.STATE=\u041E\u0441\u043D\u043E\u0432\u043D\u0438\u0439 \u0456\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\: \u0441\u0442\u0430\u043D
48
31
 
49
- #XFLD: Property editor label
50
32
  CARD_EDITOR.DETAILS=\u041F\u043E\u0434\u0440\u043E\u0431\u0438\u0446\u0456
51
33
 
52
- #XFLD: Property editor label
53
34
  CARD_EDITOR.LIST_ITEM.TITLE=\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u043E\u0437\u0438\u0446\u0456\u0457
54
35
 
55
- #XFLD: Property editor label
56
36
  CARD_EDITOR.LIST_ITEM.DESCRIPTION=\u041E\u043F\u0438\u0441 \u043F\u043E\u0437\u0438\u0446\u0456\u0457
57
37
 
58
- #XFLD: Property editor label
59
38
  CARD_EDITOR.LIST_ITEM.HIGHLIGHT=\u0412\u0438\u0434\u0456\u043B\u0435\u043D\u043D\u044F \u043F\u043E\u0437\u0438\u0446\u0456\u0457
60
39
 
61
- #XFLD: Property editor label
62
40
  CARD_EDITOR.PARAMETERS=\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0438
63
41
 
64
- #XFLD: Empty table text
65
42
  CARD_EDITOR.PARAMETERS.NO_PARAMETERS=\u041D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C +, \u0449\u043E\u0431 \u0434\u043E\u0434\u0430\u0442\u0438 \u043D\u043E\u0432\u0438\u0439 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440
66
43
 
67
- #XFLD: Table column
68
44
  CARD_EDITOR.PARAMETERS.KEY=\u0406\u043C'\u044F \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430
69
45
 
70
- #XFLD: Table column
71
46
  CARD_EDITOR.PARAMETERS.VALUE=\u0417\u043D\u0430\u0447\u0435\u043D\u043D\u044F
72
47
 
73
- #XFLD: Property editor tooltip
74
48
  CARD_EDITOR.PARAMETERS.REMOVE_PARAMETER=\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440
75
49
 
76
- #XTOL: Validation error text
77
50
  CARD_EDITOR.PARAMETERS.DUPLICATE_KEY=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0443\u043D\u0456\u043A\u0430\u043B\u044C\u043D\u0438\u0439 \u043A\u043B\u044E\u0447
78
51
 
79
- #XFLD: Property editor tooltip
80
52
  CARD_EDITOR.PARAMETERS.ADD_PARAMETER=\u0414\u043E\u0434\u0430\u0442\u0438 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440
81
53
 
82
- #XTOL: Validation error text
83
54
  CARD_EDITOR.STRING.INVALID_BINDING=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0434\u0456\u0439\u0441\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A \u0437\u0432'\u044F\u0437\u0443\u0432\u0430\u043D\u043D\u044F.
84
55
 
85
- #XTOL: Validation error text
86
56
  CARD_EDITOR.ENUM.INVALID_SELECTION_OR_BINDING=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0434\u0456\u0439\u0441\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A \u0437\u0432'\u044F\u0437\u0443\u0432\u0430\u043D\u043D\u044F \u0430\u0431\u043E \u0432\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0437\u0456 \u0441\u043F\u0438\u0441\u043A\u0443.
87
57
 
88
- #XFLD: Property editor tooltip
89
58
  CARD_EDITOR.ARRAY.ITEM_LABEL=\u041F\u043E\u0437\u0438\u0446\u0456\u044F
90
59
 
91
- #XFLD: Property editor tooltip
92
60
  CARD_EDITOR.ARRAY.REMOVE=\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043F\u043E\u0437\u0438\u0446\u0456\u044E
93
61
 
94
- #XFLD: Property editor tooltip
95
62
  CARD_EDITOR.ARRAY.ADD=\u0414\u043E\u0434\u0430\u0442\u0438 \u043F\u043E\u0437\u0438\u0446\u0456\u044E
@@ -1,95 +1,62 @@
1
- #This is the resource bundle for the OpenUI5 sap.ui.integration.designtime.controls module
2
- #
3
1
 
4
- #XFLD: Property editor label
5
2
  CARD_EDITOR.HEADERTYPE=Loa\u0323i ti\u00EAu \u0111\u00EA\u0300
6
3
 
7
- #XFLD: Property editor label
8
4
  CARD_EDITOR.TITLE=Ti\u00EAu \u0111\u00EA\u0300
9
5
 
10
- #XFLD: Property editor label
11
6
  CARD_EDITOR.SUBTITLE=Ti\u00EAu \u0111\u00EA\u0300 phu\u0323
12
7
 
13
- #XFLD: Property editor label
14
8
  CARD_EDITOR.ICON=Bi\u00EA\u0309u t\u01B0\u01A1\u0323ng
15
9
 
16
- #XFLD: Property editor label
17
10
  CARD_EDITOR.STATUS=Ti\u0300nh tra\u0323ng
18
11
 
19
- #XFLD: Property editor label
20
12
  CARD_EDITOR.UOM=\u0110\u01A1n vi\u0323 \u0111o
21
13
 
22
- #XFLD: Property editor label
23
14
  CARD_EDITOR.SIDE_INDICATOR=Chi\u0309 ba\u0301o b\u00EAn
24
15
 
25
- #XFLD: Property editor label
26
16
  CARD_EDITOR.SIDE_INDICATORS=Chi\u0309 ba\u0301o b\u00EAn
27
17
 
28
- #XFLD: Property editor label
29
18
  CARD_EDITOR.SIDE_INDICATOR.TITLE=Ti\u00EAu \u0111\u00EA\u0300
30
19
 
31
- #XFLD: Property editor label
32
20
  CARD_EDITOR.SIDE_INDICATOR.NUMBER=S\u00F4\u0301
33
21
 
34
- #XFLD: Property editor label
35
22
  CARD_EDITOR.SIDE_INDICATOR.UNIT=\u0110\u01A1n vi\u0323
36
23
 
37
- #XFLD: Property editor label
38
24
  CARD_EDITOR.MAIN_INDICATOR.NUMBER=S\u00F4\u0301
39
25
 
40
- #XFLD: Property editor label
41
26
  CARD_EDITOR.MAIN_INDICATOR.UNIT=\u0110\u01A1n vi\u0323 chi\u0309 ba\u0301o chi\u0301nh
42
27
 
43
- #XFLD: Property editor label
44
28
  CARD_EDITOR.MAIN_INDICATOR.TREND=Xu h\u01B0\u01A1\u0301ng chi\u0309 ba\u0301o chi\u0301nh
45
29
 
46
- #XFLD: Property editor label
47
30
  CARD_EDITOR.MAIN_INDICATOR.STATE=Ti\u0300nh tra\u0323ng chi\u0309 ba\u0301o chi\u0301nh
48
31
 
49
- #XFLD: Property editor label
50
32
  CARD_EDITOR.DETAILS=Chi ti\u1EBFt
51
33
 
52
- #XFLD: Property editor label
53
34
  CARD_EDITOR.LIST_ITEM.TITLE=Ti\u00EAu \u0111\u00EA\u0300 mu\u0323c
54
35
 
55
- #XFLD: Property editor label
56
36
  CARD_EDITOR.LIST_ITEM.DESCRIPTION=M\u00F4 ta\u0309 khoa\u0309n mu\u0323c
57
37
 
58
- #XFLD: Property editor label
59
38
  CARD_EDITOR.LIST_ITEM.HIGHLIGHT=La\u0300m n\u00F4\u0309i b\u00E2\u0323t mu\u0323c
60
39
 
61
- #XFLD: Property editor label
62
40
  CARD_EDITOR.PARAMETERS=Tham s\u00F4\u0301
63
41
 
64
- #XFLD: Empty table text
65
42
  CARD_EDITOR.PARAMETERS.NO_PARAMETERS=Nh\u00E2\u0301n + \u0111\u00EA\u0309 th\u00EAm tham s\u00F4\u0301 m\u01A1\u0301i
66
43
 
67
- #XFLD: Table column
68
44
  CARD_EDITOR.PARAMETERS.KEY=T\u00EAn tham s\u00F4\u0301
69
45
 
70
- #XFLD: Table column
71
46
  CARD_EDITOR.PARAMETERS.VALUE=Gia\u0301 tri\u0323
72
47
 
73
- #XFLD: Property editor tooltip
74
48
  CARD_EDITOR.PARAMETERS.REMOVE_PARAMETER=Loa\u0323i bo\u0309 tham s\u00F4\u0301
75
49
 
76
- #XTOL: Validation error text
77
50
  CARD_EDITOR.PARAMETERS.DUPLICATE_KEY=Vui lo\u0300ng nh\u00E2\u0323p ma\u0303 duy nh\u00E2\u0301t
78
51
 
79
- #XFLD: Property editor tooltip
80
52
  CARD_EDITOR.PARAMETERS.ADD_PARAMETER=Th\u00EAm tham s\u00F4\u0301
81
53
 
82
- #XTOL: Validation error text
83
54
  CARD_EDITOR.STRING.INVALID_BINDING=Vui lo\u0300ng nh\u00E2\u0323p chu\u00F4\u0303i li\u00EAn k\u00EA\u0301t h\u01A1\u0323p l\u00EA\u0323.
84
55
 
85
- #XTOL: Validation error text
86
56
  CARD_EDITOR.ENUM.INVALID_SELECTION_OR_BINDING=Vui lo\u0300ng nh\u00E2\u0323p chu\u00F4\u0303i li\u00EAn k\u00EA\u0301t h\u01A1\u0323p l\u00EA\u0323 ho\u0103\u0323c cho\u0323n gia\u0301 tri\u0323 t\u01B0\u0300 danh sa\u0301ch.
87
57
 
88
- #XFLD: Property editor tooltip
89
58
  CARD_EDITOR.ARRAY.ITEM_LABEL=Mu\u0323c
90
59
 
91
- #XFLD: Property editor tooltip
92
60
  CARD_EDITOR.ARRAY.REMOVE=Loa\u0323i bo\u0309 mu\u0323c
93
61
 
94
- #XFLD: Property editor tooltip
95
62
  CARD_EDITOR.ARRAY.ADD=Th\u00EAm mu\u0323c
@@ -1,95 +1,62 @@
1
- #This is the resource bundle for the OpenUI5 sap.ui.integration.designtime.controls module
2
- #
3
1
 
4
- #XFLD: Property editor label
5
2
  CARD_EDITOR.HEADERTYPE=\u62AC\u5934\u7C7B\u578B
6
3
 
7
- #XFLD: Property editor label
8
4
  CARD_EDITOR.TITLE=\u6807\u9898
9
5
 
10
- #XFLD: Property editor label
11
6
  CARD_EDITOR.SUBTITLE=\u526F\u6807\u9898
12
7
 
13
- #XFLD: Property editor label
14
8
  CARD_EDITOR.ICON=\u56FE\u6807
15
9
 
16
- #XFLD: Property editor label
17
10
  CARD_EDITOR.STATUS=\u72B6\u6001
18
11
 
19
- #XFLD: Property editor label
20
12
  CARD_EDITOR.UOM=\u8BA1\u91CF\u5355\u4F4D
21
13
 
22
- #XFLD: Property editor label
23
14
  CARD_EDITOR.SIDE_INDICATOR=\u526F\u6307\u6807
24
15
 
25
- #XFLD: Property editor label
26
16
  CARD_EDITOR.SIDE_INDICATORS=\u526F\u6307\u6807
27
17
 
28
- #XFLD: Property editor label
29
18
  CARD_EDITOR.SIDE_INDICATOR.TITLE=\u6807\u9898
30
19
 
31
- #XFLD: Property editor label
32
20
  CARD_EDITOR.SIDE_INDICATOR.NUMBER=\u7F16\u53F7
33
21
 
34
- #XFLD: Property editor label
35
22
  CARD_EDITOR.SIDE_INDICATOR.UNIT=\u5355\u4F4D
36
23
 
37
- #XFLD: Property editor label
38
24
  CARD_EDITOR.MAIN_INDICATOR.NUMBER=\u7F16\u53F7
39
25
 
40
- #XFLD: Property editor label
41
26
  CARD_EDITOR.MAIN_INDICATOR.UNIT=\u4E3B\u6307\u6807\u5355\u4F4D
42
27
 
43
- #XFLD: Property editor label
44
28
  CARD_EDITOR.MAIN_INDICATOR.TREND=\u4E3B\u6307\u6807\u8D8B\u52BF
45
29
 
46
- #XFLD: Property editor label
47
30
  CARD_EDITOR.MAIN_INDICATOR.STATE=\u4E3B\u6307\u6807\u72B6\u6001
48
31
 
49
- #XFLD: Property editor label
50
32
  CARD_EDITOR.DETAILS=\u8BE6\u7EC6\u4FE1\u606F
51
33
 
52
- #XFLD: Property editor label
53
34
  CARD_EDITOR.LIST_ITEM.TITLE=\u9879\u76EE\u6807\u9898
54
35
 
55
- #XFLD: Property editor label
56
36
  CARD_EDITOR.LIST_ITEM.DESCRIPTION=\u9879\u76EE\u63CF\u8FF0
57
37
 
58
- #XFLD: Property editor label
59
38
  CARD_EDITOR.LIST_ITEM.HIGHLIGHT=\u9879\u76EE\u7A81\u51FA\u663E\u793A
60
39
 
61
- #XFLD: Property editor label
62
40
  CARD_EDITOR.PARAMETERS=\u53C2\u6570
63
41
 
64
- #XFLD: Empty table text
65
42
  CARD_EDITOR.PARAMETERS.NO_PARAMETERS=\u6309 + \u6DFB\u52A0\u65B0\u53C2\u6570
66
43
 
67
- #XFLD: Table column
68
44
  CARD_EDITOR.PARAMETERS.KEY=\u53C2\u6570\u540D\u79F0
69
45
 
70
- #XFLD: Table column
71
46
  CARD_EDITOR.PARAMETERS.VALUE=\u503C
72
47
 
73
- #XFLD: Property editor tooltip
74
48
  CARD_EDITOR.PARAMETERS.REMOVE_PARAMETER=\u79FB\u9664\u53C2\u6570
75
49
 
76
- #XTOL: Validation error text
77
50
  CARD_EDITOR.PARAMETERS.DUPLICATE_KEY=\u8BF7\u8F93\u5165\u552F\u4E00\u952E\u503C
78
51
 
79
- #XFLD: Property editor tooltip
80
52
  CARD_EDITOR.PARAMETERS.ADD_PARAMETER=\u6DFB\u52A0\u53C2\u6570
81
53
 
82
- #XTOL: Validation error text
83
54
  CARD_EDITOR.STRING.INVALID_BINDING=\u8BF7\u8F93\u5165\u6709\u6548\u7684\u7ED1\u5B9A\u5B57\u7B26\u4E32\u3002
84
55
 
85
- #XTOL: Validation error text
86
56
  CARD_EDITOR.ENUM.INVALID_SELECTION_OR_BINDING=\u8BF7\u8F93\u5165\u6709\u6548\u7684\u7ED1\u5B9A\u5B57\u7B26\u4E32\uFF0C\u6216\u4ECE\u5217\u8868\u4E2D\u9009\u62E9\u503C\u3002
87
57
 
88
- #XFLD: Property editor tooltip
89
58
  CARD_EDITOR.ARRAY.ITEM_LABEL=\u9879\u76EE
90
59
 
91
- #XFLD: Property editor tooltip
92
60
  CARD_EDITOR.ARRAY.REMOVE=\u79FB\u9664\u9879\u76EE
93
61
 
94
- #XFLD: Property editor tooltip
95
62
  CARD_EDITOR.ARRAY.ADD=\u6DFB\u52A0\u9879\u76EE
@@ -1,95 +1,62 @@
1
- #This is the resource bundle for the OpenUI5 sap.ui.integration.designtime.controls module
2
- #
3
1
 
4
- #XFLD: Property editor label
5
2
  CARD_EDITOR.HEADERTYPE=\u8868\u982D\u985E\u578B
6
3
 
7
- #XFLD: Property editor label
8
4
  CARD_EDITOR.TITLE=\u6A19\u984C
9
5
 
10
- #XFLD: Property editor label
11
6
  CARD_EDITOR.SUBTITLE=\u5B50\u6A19\u984C
12
7
 
13
- #XFLD: Property editor label
14
8
  CARD_EDITOR.ICON=\u5716\u793A
15
9
 
16
- #XFLD: Property editor label
17
10
  CARD_EDITOR.STATUS=\u72C0\u614B
18
11
 
19
- #XFLD: Property editor label
20
12
  CARD_EDITOR.UOM=\u8A08\u91CF\u55AE\u4F4D
21
13
 
22
- #XFLD: Property editor label
23
14
  CARD_EDITOR.SIDE_INDICATOR=\u5074\u908A\u6307\u793A\u78BC
24
15
 
25
- #XFLD: Property editor label
26
16
  CARD_EDITOR.SIDE_INDICATORS=\u5074\u908A\u6307\u793A\u78BC
27
17
 
28
- #XFLD: Property editor label
29
18
  CARD_EDITOR.SIDE_INDICATOR.TITLE=\u6A19\u984C
30
19
 
31
- #XFLD: Property editor label
32
20
  CARD_EDITOR.SIDE_INDICATOR.NUMBER=\u865F\u78BC
33
21
 
34
- #XFLD: Property editor label
35
22
  CARD_EDITOR.SIDE_INDICATOR.UNIT=\u55AE\u4F4D
36
23
 
37
- #XFLD: Property editor label
38
24
  CARD_EDITOR.MAIN_INDICATOR.NUMBER=\u865F\u78BC
39
25
 
40
- #XFLD: Property editor label
41
26
  CARD_EDITOR.MAIN_INDICATOR.UNIT=\u4E3B\u8981\u6307\u793A\u78BC\u55AE\u4F4D
42
27
 
43
- #XFLD: Property editor label
44
28
  CARD_EDITOR.MAIN_INDICATOR.TREND=\u4E3B\u8981\u6307\u793A\u78BC\u8DA8\u52E2
45
29
 
46
- #XFLD: Property editor label
47
30
  CARD_EDITOR.MAIN_INDICATOR.STATE=\u4E3B\u8981\u6307\u793A\u78BC\u72C0\u614B
48
31
 
49
- #XFLD: Property editor label
50
32
  CARD_EDITOR.DETAILS=\u660E\u7D30
51
33
 
52
- #XFLD: Property editor label
53
34
  CARD_EDITOR.LIST_ITEM.TITLE=\u9805\u76EE\u6A19\u984C
54
35
 
55
- #XFLD: Property editor label
56
36
  CARD_EDITOR.LIST_ITEM.DESCRIPTION=\u9805\u76EE\u8AAA\u660E
57
37
 
58
- #XFLD: Property editor label
59
38
  CARD_EDITOR.LIST_ITEM.HIGHLIGHT=\u9805\u76EE\u53CD\u767D
60
39
 
61
- #XFLD: Property editor label
62
40
  CARD_EDITOR.PARAMETERS=\u53C3\u6578
63
41
 
64
- #XFLD: Empty table text
65
42
  CARD_EDITOR.PARAMETERS.NO_PARAMETERS=\u6309\u4E0B + \u53EF\u65B0\u589E\u53C3\u6578
66
43
 
67
- #XFLD: Table column
68
44
  CARD_EDITOR.PARAMETERS.KEY=\u53C3\u6578\u540D\u7A31
69
45
 
70
- #XFLD: Table column
71
46
  CARD_EDITOR.PARAMETERS.VALUE=\u503C
72
47
 
73
- #XFLD: Property editor tooltip
74
48
  CARD_EDITOR.PARAMETERS.REMOVE_PARAMETER=\u79FB\u9664\u53C3\u6578
75
49
 
76
- #XTOL: Validation error text
77
50
  CARD_EDITOR.PARAMETERS.DUPLICATE_KEY=\u8ACB\u8F38\u5165\u552F\u4E00\u7D22\u5F15\u9375
78
51
 
79
- #XFLD: Property editor tooltip
80
52
  CARD_EDITOR.PARAMETERS.ADD_PARAMETER=\u65B0\u589E\u53C3\u6578
81
53
 
82
- #XTOL: Validation error text
83
54
  CARD_EDITOR.STRING.INVALID_BINDING=\u8ACB\u8F38\u5165\u6709\u6548\u7684\u9023\u7D50\u5B57\u4E32\u3002
84
55
 
85
- #XTOL: Validation error text
86
56
  CARD_EDITOR.ENUM.INVALID_SELECTION_OR_BINDING=\u8ACB\u8F38\u5165\u6709\u6548\u7684\u9023\u7D50\u5B57\u4E32\u6216\u5F9E\u6E05\u55AE\u4E2D\u9078\u64C7\u503C\u3002
87
57
 
88
- #XFLD: Property editor tooltip
89
58
  CARD_EDITOR.ARRAY.ITEM_LABEL=\u9805\u76EE
90
59
 
91
- #XFLD: Property editor tooltip
92
60
  CARD_EDITOR.ARRAY.REMOVE=\u79FB\u9664\u9805\u76EE
93
61
 
94
- #XFLD: Property editor tooltip
95
62
  CARD_EDITOR.ARRAY.ADD=\u65B0\u589E\u9805\u76EE
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.core.Control
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.71.60
28
+ * @version 1.71.62
29
29
  *
30
30
  * @constructor
31
31
  * @experimental
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  (function (window) {