@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.
- package/package.json +3 -3
- package/src/sap/ui/integration/.library +2 -2
- package/src/sap/ui/integration/Widget.js +2 -2
- package/src/sap/ui/integration/WidgetComponent.js +1 -1
- package/src/sap/ui/integration/WidgetRenderer.js +1 -1
- package/src/sap/ui/integration/designtime/controls/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/controls/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/controls/DefaultCardConfig.js +1 -1
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_ar.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_bg.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_ca.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_cs.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_da.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_de.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_el.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_en.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_es.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_et.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_fi.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_fr.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_hi.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_hr.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_hu.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_it.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_iw.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_ja.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_kk.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_ko.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_lt.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_lv.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_ms.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_nl.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_no.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_pl.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_pt.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_ro.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_ru.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_sh.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_sk.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_sl.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_sr.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_sv.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_th.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_tr.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_uk.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_vi.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_zh_CN.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/i18n/i18n_zh_TW.properties +0 -33
- package/src/sap/ui/integration/designtime/controls/propertyEditors/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/controls/propertyEditors/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/controls/propertyEditors/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/controls/propertyEditors/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/controls/propertyEditors/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/controls/propertyEditors/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/controls/utils/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/host/HostConfiguration.js +2 -2
- package/src/sap/ui/integration/host/HostConfigurationCompiler.js +1 -1
- package/src/sap/ui/integration/library-bootstrap.js +1 -1
- package/src/sap/ui/integration/library.js +3 -3
- package/src/sap/ui/integration/messagebundle_ar.properties +0 -3
- package/src/sap/ui/integration/messagebundle_bg.properties +0 -3
- package/src/sap/ui/integration/messagebundle_ca.properties +0 -3
- package/src/sap/ui/integration/messagebundle_cs.properties +0 -3
- package/src/sap/ui/integration/messagebundle_da.properties +0 -3
- package/src/sap/ui/integration/messagebundle_de.properties +0 -3
- package/src/sap/ui/integration/messagebundle_el.properties +0 -3
- package/src/sap/ui/integration/messagebundle_en.properties +0 -3
- package/src/sap/ui/integration/messagebundle_es.properties +0 -3
- package/src/sap/ui/integration/messagebundle_et.properties +0 -3
- package/src/sap/ui/integration/messagebundle_fi.properties +0 -3
- package/src/sap/ui/integration/messagebundle_fr.properties +0 -3
- package/src/sap/ui/integration/messagebundle_hi.properties +0 -3
- package/src/sap/ui/integration/messagebundle_hr.properties +0 -3
- package/src/sap/ui/integration/messagebundle_hu.properties +0 -3
- package/src/sap/ui/integration/messagebundle_it.properties +0 -3
- package/src/sap/ui/integration/messagebundle_iw.properties +0 -3
- package/src/sap/ui/integration/messagebundle_ja.properties +0 -3
- package/src/sap/ui/integration/messagebundle_kk.properties +0 -3
- package/src/sap/ui/integration/messagebundle_ko.properties +0 -3
- package/src/sap/ui/integration/messagebundle_lt.properties +0 -3
- package/src/sap/ui/integration/messagebundle_lv.properties +0 -3
- package/src/sap/ui/integration/messagebundle_ms.properties +0 -3
- package/src/sap/ui/integration/messagebundle_nl.properties +0 -3
- package/src/sap/ui/integration/messagebundle_no.properties +0 -3
- package/src/sap/ui/integration/messagebundle_pl.properties +0 -3
- package/src/sap/ui/integration/messagebundle_pt.properties +0 -3
- package/src/sap/ui/integration/messagebundle_ro.properties +0 -3
- package/src/sap/ui/integration/messagebundle_ru.properties +0 -3
- package/src/sap/ui/integration/messagebundle_sh.properties +0 -3
- package/src/sap/ui/integration/messagebundle_sk.properties +0 -3
- package/src/sap/ui/integration/messagebundle_sl.properties +0 -3
- package/src/sap/ui/integration/messagebundle_sr.properties +0 -3
- package/src/sap/ui/integration/messagebundle_sv.properties +0 -3
- package/src/sap/ui/integration/messagebundle_th.properties +0 -3
- package/src/sap/ui/integration/messagebundle_tr.properties +0 -3
- package/src/sap/ui/integration/messagebundle_uk.properties +0 -3
- package/src/sap/ui/integration/messagebundle_vi.properties +0 -3
- package/src/sap/ui/integration/messagebundle_zh_CN.properties +0 -3
- package/src/sap/ui/integration/messagebundle_zh_TW.properties +0 -3
- package/src/sap/ui/integration/sap-ui-integration-config.js +1 -1
- package/src/sap/ui/integration/sap-ui-integration-define-nojQuery.js +1 -1
- package/src/sap/ui/integration/services/Data.js +1 -1
- package/src/sap/ui/integration/services/Navigation.js +1 -1
- package/src/sap/ui/integration/services/Service.js +1 -1
- package/src/sap/ui/integration/util/CustomElementBase.js +1 -1
- package/src/sap/ui/integration/util/CustomElements.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +2 -2
- package/src/sap/ui/integration/util/ServiceManager.js +2 -2
- package/src/sap/ui/integration/util/Utils.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +2 -2
- 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=Tip de antet
|
|
6
3
|
|
|
7
|
-
#XFLD: Property editor label
|
|
8
4
|
CARD_EDITOR.TITLE=Titlu
|
|
9
5
|
|
|
10
|
-
#XFLD: Property editor label
|
|
11
6
|
CARD_EDITOR.SUBTITLE=Subtitlu
|
|
12
7
|
|
|
13
|
-
#XFLD: Property editor label
|
|
14
8
|
CARD_EDITOR.ICON=Icon
|
|
15
9
|
|
|
16
|
-
#XFLD: Property editor label
|
|
17
10
|
CARD_EDITOR.STATUS=Stare
|
|
18
11
|
|
|
19
|
-
#XFLD: Property editor label
|
|
20
12
|
CARD_EDITOR.UOM=Unitate de m\u0103sur\u0103
|
|
21
13
|
|
|
22
|
-
#XFLD: Property editor label
|
|
23
14
|
CARD_EDITOR.SIDE_INDICATOR=Indicator lateral
|
|
24
15
|
|
|
25
|
-
#XFLD: Property editor label
|
|
26
16
|
CARD_EDITOR.SIDE_INDICATORS=Indicatori laterali
|
|
27
17
|
|
|
28
|
-
#XFLD: Property editor label
|
|
29
18
|
CARD_EDITOR.SIDE_INDICATOR.TITLE=Titlu
|
|
30
19
|
|
|
31
|
-
#XFLD: Property editor label
|
|
32
20
|
CARD_EDITOR.SIDE_INDICATOR.NUMBER=Num\u0103r
|
|
33
21
|
|
|
34
|
-
#XFLD: Property editor label
|
|
35
22
|
CARD_EDITOR.SIDE_INDICATOR.UNIT=Unitate
|
|
36
23
|
|
|
37
|
-
#XFLD: Property editor label
|
|
38
24
|
CARD_EDITOR.MAIN_INDICATOR.NUMBER=Num\u0103r
|
|
39
25
|
|
|
40
|
-
#XFLD: Property editor label
|
|
41
26
|
CARD_EDITOR.MAIN_INDICATOR.UNIT=Unitate indicator principal\u0103
|
|
42
27
|
|
|
43
|
-
#XFLD: Property editor label
|
|
44
28
|
CARD_EDITOR.MAIN_INDICATOR.TREND=Tendin\u021B\u0103 indicator principal\u0103
|
|
45
29
|
|
|
46
|
-
#XFLD: Property editor label
|
|
47
30
|
CARD_EDITOR.MAIN_INDICATOR.STATE=Stare indicator principal\u0103
|
|
48
31
|
|
|
49
|
-
#XFLD: Property editor label
|
|
50
32
|
CARD_EDITOR.DETAILS=Detalii
|
|
51
33
|
|
|
52
|
-
#XFLD: Property editor label
|
|
53
34
|
CARD_EDITOR.LIST_ITEM.TITLE=Titlu pozi\u021Bie
|
|
54
35
|
|
|
55
|
-
#XFLD: Property editor label
|
|
56
36
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=Descriere pozi\u021Bie
|
|
57
37
|
|
|
58
|
-
#XFLD: Property editor label
|
|
59
38
|
CARD_EDITOR.LIST_ITEM.HIGHLIGHT=Eviden\u021Biere pozi\u021Bie
|
|
60
39
|
|
|
61
|
-
#XFLD: Property editor label
|
|
62
40
|
CARD_EDITOR.PARAMETERS=Parametri
|
|
63
41
|
|
|
64
|
-
#XFLD: Empty table text
|
|
65
42
|
CARD_EDITOR.PARAMETERS.NO_PARAMETERS=Ap\u0103sa\u021Bi + pentru a ad\u0103uga un parametru nou
|
|
66
43
|
|
|
67
|
-
#XFLD: Table column
|
|
68
44
|
CARD_EDITOR.PARAMETERS.KEY=Nume parametru
|
|
69
45
|
|
|
70
|
-
#XFLD: Table column
|
|
71
46
|
CARD_EDITOR.PARAMETERS.VALUE=Valoare
|
|
72
47
|
|
|
73
|
-
#XFLD: Property editor tooltip
|
|
74
48
|
CARD_EDITOR.PARAMETERS.REMOVE_PARAMETER=Eliminare parametru
|
|
75
49
|
|
|
76
|
-
#XTOL: Validation error text
|
|
77
50
|
CARD_EDITOR.PARAMETERS.DUPLICATE_KEY=Introduce\u021Bi o cheie univoc\u0103
|
|
78
51
|
|
|
79
|
-
#XFLD: Property editor tooltip
|
|
80
52
|
CARD_EDITOR.PARAMETERS.ADD_PARAMETER=Ad\u0103ugare parametru
|
|
81
53
|
|
|
82
|
-
#XTOL: Validation error text
|
|
83
54
|
CARD_EDITOR.STRING.INVALID_BINDING=Introduce\u021Bi un \u0219ir de leg\u0103turi valabil.
|
|
84
55
|
|
|
85
|
-
#XTOL: Validation error text
|
|
86
56
|
CARD_EDITOR.ENUM.INVALID_SELECTION_OR_BINDING=Introduce\u021Bi un \u0219ir de leg\u0103turi valabil sau selecta\u021Bi o valoare din list\u0103.
|
|
87
57
|
|
|
88
|
-
#XFLD: Property editor tooltip
|
|
89
58
|
CARD_EDITOR.ARRAY.ITEM_LABEL=Pozi\u0163ie
|
|
90
59
|
|
|
91
|
-
#XFLD: Property editor tooltip
|
|
92
60
|
CARD_EDITOR.ARRAY.REMOVE=Eliminare pozi\u021Bie
|
|
93
61
|
|
|
94
|
-
#XFLD: Property editor tooltip
|
|
95
62
|
CARD_EDITOR.ARRAY.ADD=Ad\u0103ugare pozi\u0163ie
|
|
@@ -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=\u0412\u0438\u0434 \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\u043E\u0434\u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A
|
|
12
7
|
|
|
13
|
-
#XFLD: Property editor label
|
|
14
8
|
CARD_EDITOR.ICON=\u0417\u043D\u0430\u0447\u043E\u043A
|
|
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=\u0415\u0434\u0438\u043D\u0438\u0446\u0430 \u0438\u0437\u043C\u0435\u0440\u0435\u043D\u0438\u044F
|
|
21
13
|
|
|
22
|
-
#XFLD: Property editor label
|
|
23
14
|
CARD_EDITOR.SIDE_INDICATOR=\u0411\u043E\u043A\u043E\u0432\u043E\u0439 \u0438\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\u044B\u0435 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u044B
|
|
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=\u0427\u0438\u0441\u043B\u043E
|
|
33
21
|
|
|
34
|
-
#XFLD: Property editor label
|
|
35
22
|
CARD_EDITOR.SIDE_INDICATOR.UNIT=\u0415\u0434\u0438\u043D\u0438\u0446\u0430
|
|
36
23
|
|
|
37
|
-
#XFLD: Property editor label
|
|
38
24
|
CARD_EDITOR.MAIN_INDICATOR.NUMBER=\u0427\u0438\u0441\u043B\u043E
|
|
39
25
|
|
|
40
|
-
#XFLD: Property editor label
|
|
41
26
|
CARD_EDITOR.MAIN_INDICATOR.UNIT=\u0415\u0434\u0438\u043D\u0438\u0446\u0430 \u0433\u043B\u0430\u0432\u043D\u043E\u0433\u043E \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u0430
|
|
42
27
|
|
|
43
|
-
#XFLD: Property editor label
|
|
44
28
|
CARD_EDITOR.MAIN_INDICATOR.TREND=\u0422\u0440\u0435\u043D\u0434 \u0433\u043B\u0430\u0432\u043D\u043E\u0433\u043E \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u0430
|
|
45
29
|
|
|
46
|
-
#XFLD: Property editor label
|
|
47
30
|
CARD_EDITOR.MAIN_INDICATOR.STATE=\u0421\u0442\u0430\u0442\u0443\u0441 \u0433\u043B\u0430\u0432\u043D\u043E\u0433\u043E \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u0430
|
|
48
31
|
|
|
49
|
-
#XFLD: Property editor label
|
|
50
32
|
CARD_EDITOR.DETAILS=\u0421\u0432\u0435\u0434\u0435\u043D\u0438\u044F
|
|
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\u0438\u0438
|
|
54
35
|
|
|
55
|
-
#XFLD: Property editor label
|
|
56
36
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435 \u043F\u043E\u0437\u0438\u0446\u0438\u0438
|
|
57
37
|
|
|
58
|
-
#XFLD: Property editor label
|
|
59
38
|
CARD_EDITOR.LIST_ITEM.HIGHLIGHT=\u0412\u0430\u0436\u043D\u043E\u0435 \u043E \u043F\u043E\u0437\u0438\u0446\u0438\u0438
|
|
60
39
|
|
|
61
|
-
#XFLD: Property editor label
|
|
62
40
|
CARD_EDITOR.PARAMETERS=\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B
|
|
63
41
|
|
|
64
|
-
#XFLD: Empty table text
|
|
65
42
|
CARD_EDITOR.PARAMETERS.NO_PARAMETERS=\u041D\u0430\u0436\u043C\u0438\u0442\u0435 +, \u0447\u0442\u043E\u0431\u044B \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043D\u043E\u0432\u044B\u0439 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440
|
|
66
43
|
|
|
67
|
-
#XFLD: Table column
|
|
68
44
|
CARD_EDITOR.PARAMETERS.KEY=\u0418\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\u0438\u0435
|
|
72
47
|
|
|
73
|
-
#XFLD: Property editor tooltip
|
|
74
48
|
CARD_EDITOR.PARAMETERS.REMOVE_PARAMETER=\u0423\u0434\u0430\u043B\u0438\u0442\u044C \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\u0438\u0442\u0435 \u0443\u043D\u0438\u043A\u0430\u043B\u044C\u043D\u044B\u0439 \u043A\u043B\u044E\u0447
|
|
78
51
|
|
|
79
|
-
#XFLD: Property editor tooltip
|
|
80
52
|
CARD_EDITOR.PARAMETERS.ADD_PARAMETER=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \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\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u0442\u0440\u043E\u043A\u0443 \u043F\u0440\u0438\u0432\u044F\u0437\u043A\u0438.
|
|
84
55
|
|
|
85
|
-
#XTOL: Validation error text
|
|
86
56
|
CARD_EDITOR.ENUM.INVALID_SELECTION_OR_BINDING=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u0442\u0440\u043E\u043A\u0443 \u043F\u0440\u0438\u0432\u044F\u0437\u043A\u0438 \u0438\u043B\u0438 \u0432\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0438\u0437 \u0441\u043F\u0438\u0441\u043A\u0430.
|
|
87
57
|
|
|
88
|
-
#XFLD: Property editor tooltip
|
|
89
58
|
CARD_EDITOR.ARRAY.ITEM_LABEL=\u042D\u043B\u0435\u043C\u0435\u043D\u0442
|
|
90
59
|
|
|
91
|
-
#XFLD: Property editor tooltip
|
|
92
60
|
CARD_EDITOR.ARRAY.REMOVE=\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u044D\u043B\u0435\u043C\u0435\u043D\u0442
|
|
93
61
|
|
|
94
|
-
#XFLD: Property editor tooltip
|
|
95
62
|
CARD_EDITOR.ARRAY.ADD=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u043B\u0435\u043C\u0435\u043D\u0442
|
|
@@ -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=Tip zaglavlja
|
|
6
3
|
|
|
7
|
-
#XFLD: Property editor label
|
|
8
4
|
CARD_EDITOR.TITLE=Naslov
|
|
9
5
|
|
|
10
|
-
#XFLD: Property editor label
|
|
11
6
|
CARD_EDITOR.SUBTITLE=Podnaslov
|
|
12
7
|
|
|
13
|
-
#XFLD: Property editor label
|
|
14
8
|
CARD_EDITOR.ICON=Ikona
|
|
15
9
|
|
|
16
|
-
#XFLD: Property editor label
|
|
17
10
|
CARD_EDITOR.STATUS=Status
|
|
18
11
|
|
|
19
|
-
#XFLD: Property editor label
|
|
20
12
|
CARD_EDITOR.UOM=Jedinica mere
|
|
21
13
|
|
|
22
|
-
#XFLD: Property editor label
|
|
23
14
|
CARD_EDITOR.SIDE_INDICATOR=Sporedni pokazatelj
|
|
24
15
|
|
|
25
|
-
#XFLD: Property editor label
|
|
26
16
|
CARD_EDITOR.SIDE_INDICATORS=Sporedni pokazatelji
|
|
27
17
|
|
|
28
|
-
#XFLD: Property editor label
|
|
29
18
|
CARD_EDITOR.SIDE_INDICATOR.TITLE=Naslov
|
|
30
19
|
|
|
31
|
-
#XFLD: Property editor label
|
|
32
20
|
CARD_EDITOR.SIDE_INDICATOR.NUMBER=Broj
|
|
33
21
|
|
|
34
|
-
#XFLD: Property editor label
|
|
35
22
|
CARD_EDITOR.SIDE_INDICATOR.UNIT=Jedinica
|
|
36
23
|
|
|
37
|
-
#XFLD: Property editor label
|
|
38
24
|
CARD_EDITOR.MAIN_INDICATOR.NUMBER=Broj
|
|
39
25
|
|
|
40
|
-
#XFLD: Property editor label
|
|
41
26
|
CARD_EDITOR.MAIN_INDICATOR.UNIT=Glavni pokazatelj \u2013 jedinica
|
|
42
27
|
|
|
43
|
-
#XFLD: Property editor label
|
|
44
28
|
CARD_EDITOR.MAIN_INDICATOR.TREND=Glavni pokazatelj \u2013 trend
|
|
45
29
|
|
|
46
|
-
#XFLD: Property editor label
|
|
47
30
|
CARD_EDITOR.MAIN_INDICATOR.STATE=Glavni pokazatelj \u2013 stanje
|
|
48
31
|
|
|
49
|
-
#XFLD: Property editor label
|
|
50
32
|
CARD_EDITOR.DETAILS=Detalji
|
|
51
33
|
|
|
52
|
-
#XFLD: Property editor label
|
|
53
34
|
CARD_EDITOR.LIST_ITEM.TITLE=Naslov stavke
|
|
54
35
|
|
|
55
|
-
#XFLD: Property editor label
|
|
56
36
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=Opis stavke
|
|
57
37
|
|
|
58
|
-
#XFLD: Property editor label
|
|
59
38
|
CARD_EDITOR.LIST_ITEM.HIGHLIGHT=Oznaka stavke
|
|
60
39
|
|
|
61
|
-
#XFLD: Property editor label
|
|
62
40
|
CARD_EDITOR.PARAMETERS=Parametri
|
|
63
41
|
|
|
64
|
-
#XFLD: Empty table text
|
|
65
42
|
CARD_EDITOR.PARAMETERS.NO_PARAMETERS=Pritisni + za dodavanje novog parametra
|
|
66
43
|
|
|
67
|
-
#XFLD: Table column
|
|
68
44
|
CARD_EDITOR.PARAMETERS.KEY=Naziv parametra
|
|
69
45
|
|
|
70
|
-
#XFLD: Table column
|
|
71
46
|
CARD_EDITOR.PARAMETERS.VALUE=Vrednost
|
|
72
47
|
|
|
73
|
-
#XFLD: Property editor tooltip
|
|
74
48
|
CARD_EDITOR.PARAMETERS.REMOVE_PARAMETER=Ukloni parametar
|
|
75
49
|
|
|
76
|
-
#XTOL: Validation error text
|
|
77
50
|
CARD_EDITOR.PARAMETERS.DUPLICATE_KEY=Unesi jedistveni klju\u010D
|
|
78
51
|
|
|
79
|
-
#XFLD: Property editor tooltip
|
|
80
52
|
CARD_EDITOR.PARAMETERS.ADD_PARAMETER=Dodaj parametar
|
|
81
53
|
|
|
82
|
-
#XTOL: Validation error text
|
|
83
54
|
CARD_EDITOR.STRING.INVALID_BINDING=Unesi va\u017Ee\u0107i niz povezivanja
|
|
84
55
|
|
|
85
|
-
#XTOL: Validation error text
|
|
86
56
|
CARD_EDITOR.ENUM.INVALID_SELECTION_OR_BINDING=Unesi va\u017Ee\u0107i niz povezivanja ili odaberi vrednost sa liste
|
|
87
57
|
|
|
88
|
-
#XFLD: Property editor tooltip
|
|
89
58
|
CARD_EDITOR.ARRAY.ITEM_LABEL=Stavka
|
|
90
59
|
|
|
91
|
-
#XFLD: Property editor tooltip
|
|
92
60
|
CARD_EDITOR.ARRAY.REMOVE=Ukloni stavku
|
|
93
61
|
|
|
94
|
-
#XFLD: Property editor tooltip
|
|
95
62
|
CARD_EDITOR.ARRAY.ADD=Dodaj stavku
|
|
@@ -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=Typ hlavi\u010Dky
|
|
6
3
|
|
|
7
|
-
#XFLD: Property editor label
|
|
8
4
|
CARD_EDITOR.TITLE=Titulok
|
|
9
5
|
|
|
10
|
-
#XFLD: Property editor label
|
|
11
6
|
CARD_EDITOR.SUBTITLE=Podtitulok
|
|
12
7
|
|
|
13
|
-
#XFLD: Property editor label
|
|
14
8
|
CARD_EDITOR.ICON=Ikona
|
|
15
9
|
|
|
16
|
-
#XFLD: Property editor label
|
|
17
10
|
CARD_EDITOR.STATUS=Status
|
|
18
11
|
|
|
19
|
-
#XFLD: Property editor label
|
|
20
12
|
CARD_EDITOR.UOM=Mern\u00E1 jednotka
|
|
21
13
|
|
|
22
|
-
#XFLD: Property editor label
|
|
23
14
|
CARD_EDITOR.SIDE_INDICATOR=Postrann\u00FD indik\u00E1tor
|
|
24
15
|
|
|
25
|
-
#XFLD: Property editor label
|
|
26
16
|
CARD_EDITOR.SIDE_INDICATORS=Postrann\u00E9 indik\u00E1tory
|
|
27
17
|
|
|
28
|
-
#XFLD: Property editor label
|
|
29
18
|
CARD_EDITOR.SIDE_INDICATOR.TITLE=Titulok
|
|
30
19
|
|
|
31
|
-
#XFLD: Property editor label
|
|
32
20
|
CARD_EDITOR.SIDE_INDICATOR.NUMBER=\u010C\u00EDslo
|
|
33
21
|
|
|
34
|
-
#XFLD: Property editor label
|
|
35
22
|
CARD_EDITOR.SIDE_INDICATOR.UNIT=Jednotka
|
|
36
23
|
|
|
37
|
-
#XFLD: Property editor label
|
|
38
24
|
CARD_EDITOR.MAIN_INDICATOR.NUMBER=\u010C\u00EDslo
|
|
39
25
|
|
|
40
|
-
#XFLD: Property editor label
|
|
41
26
|
CARD_EDITOR.MAIN_INDICATOR.UNIT=Jednotka hlavn\u00E9ho indik\u00E1tora
|
|
42
27
|
|
|
43
|
-
#XFLD: Property editor label
|
|
44
28
|
CARD_EDITOR.MAIN_INDICATOR.TREND=Trend hlavn\u00E9ho indik\u00E1tora
|
|
45
29
|
|
|
46
|
-
#XFLD: Property editor label
|
|
47
30
|
CARD_EDITOR.MAIN_INDICATOR.STATE=Stav hlavn\u00E9ho indik\u00E1tora
|
|
48
31
|
|
|
49
|
-
#XFLD: Property editor label
|
|
50
32
|
CARD_EDITOR.DETAILS=Detaily
|
|
51
33
|
|
|
52
|
-
#XFLD: Property editor label
|
|
53
34
|
CARD_EDITOR.LIST_ITEM.TITLE=Titulok polo\u017Eky
|
|
54
35
|
|
|
55
|
-
#XFLD: Property editor label
|
|
56
36
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=Popis polo\u017Eky
|
|
57
37
|
|
|
58
|
-
#XFLD: Property editor label
|
|
59
38
|
CARD_EDITOR.LIST_ITEM.HIGHLIGHT=Zv\u00FDraznenie polo\u017Eky
|
|
60
39
|
|
|
61
|
-
#XFLD: Property editor label
|
|
62
40
|
CARD_EDITOR.PARAMETERS=Parametre
|
|
63
41
|
|
|
64
|
-
#XFLD: Empty table text
|
|
65
42
|
CARD_EDITOR.PARAMETERS.NO_PARAMETERS=Stla\u010Dte + na pridanie nov\u00E9ho parametra
|
|
66
43
|
|
|
67
|
-
#XFLD: Table column
|
|
68
44
|
CARD_EDITOR.PARAMETERS.KEY=N\u00E1zov parametra
|
|
69
45
|
|
|
70
|
-
#XFLD: Table column
|
|
71
46
|
CARD_EDITOR.PARAMETERS.VALUE=Hodnota
|
|
72
47
|
|
|
73
|
-
#XFLD: Property editor tooltip
|
|
74
48
|
CARD_EDITOR.PARAMETERS.REMOVE_PARAMETER=Odstr\u00E1ni\u0165 parameter
|
|
75
49
|
|
|
76
|
-
#XTOL: Validation error text
|
|
77
50
|
CARD_EDITOR.PARAMETERS.DUPLICATE_KEY=Zadajte jedine\u010Dn\u00FD k\u013E\u00FA\u010D
|
|
78
51
|
|
|
79
|
-
#XFLD: Property editor tooltip
|
|
80
52
|
CARD_EDITOR.PARAMETERS.ADD_PARAMETER=Prida\u0165 parameter
|
|
81
53
|
|
|
82
|
-
#XTOL: Validation error text
|
|
83
54
|
CARD_EDITOR.STRING.INVALID_BINDING=Zadajte platn\u00FD re\u0165azec v\u00E4zby.
|
|
84
55
|
|
|
85
|
-
#XTOL: Validation error text
|
|
86
56
|
CARD_EDITOR.ENUM.INVALID_SELECTION_OR_BINDING=Zadajte platn\u00FD re\u0165azec v\u00E4zby alebo vyberte hodnotu zo zoznamu.
|
|
87
57
|
|
|
88
|
-
#XFLD: Property editor tooltip
|
|
89
58
|
CARD_EDITOR.ARRAY.ITEM_LABEL=Polo\u017Eka
|
|
90
59
|
|
|
91
|
-
#XFLD: Property editor tooltip
|
|
92
60
|
CARD_EDITOR.ARRAY.REMOVE=Odstr\u00E1ni\u0165 polo\u017Eku
|
|
93
61
|
|
|
94
|
-
#XFLD: Property editor tooltip
|
|
95
62
|
CARD_EDITOR.ARRAY.ADD=Prida\u0165 polo\u017Eku
|
|
@@ -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=Vrsta glave
|
|
6
3
|
|
|
7
|
-
#XFLD: Property editor label
|
|
8
4
|
CARD_EDITOR.TITLE=Naslov
|
|
9
5
|
|
|
10
|
-
#XFLD: Property editor label
|
|
11
6
|
CARD_EDITOR.SUBTITLE=Podnaslov
|
|
12
7
|
|
|
13
|
-
#XFLD: Property editor label
|
|
14
8
|
CARD_EDITOR.ICON=Ikona
|
|
15
9
|
|
|
16
|
-
#XFLD: Property editor label
|
|
17
10
|
CARD_EDITOR.STATUS=Status
|
|
18
11
|
|
|
19
|
-
#XFLD: Property editor label
|
|
20
12
|
CARD_EDITOR.UOM=Merska enota
|
|
21
13
|
|
|
22
|
-
#XFLD: Property editor label
|
|
23
14
|
CARD_EDITOR.SIDE_INDICATOR=Oznaka strani
|
|
24
15
|
|
|
25
|
-
#XFLD: Property editor label
|
|
26
16
|
CARD_EDITOR.SIDE_INDICATORS=Stranske oznake
|
|
27
17
|
|
|
28
|
-
#XFLD: Property editor label
|
|
29
18
|
CARD_EDITOR.SIDE_INDICATOR.TITLE=Naslov
|
|
30
19
|
|
|
31
|
-
#XFLD: Property editor label
|
|
32
20
|
CARD_EDITOR.SIDE_INDICATOR.NUMBER=\u0160tevilka
|
|
33
21
|
|
|
34
|
-
#XFLD: Property editor label
|
|
35
22
|
CARD_EDITOR.SIDE_INDICATOR.UNIT=Enota
|
|
36
23
|
|
|
37
|
-
#XFLD: Property editor label
|
|
38
24
|
CARD_EDITOR.MAIN_INDICATOR.NUMBER=\u0160tevilka
|
|
39
25
|
|
|
40
|
-
#XFLD: Property editor label
|
|
41
26
|
CARD_EDITOR.MAIN_INDICATOR.UNIT=Enota glavne oznake
|
|
42
27
|
|
|
43
|
-
#XFLD: Property editor label
|
|
44
28
|
CARD_EDITOR.MAIN_INDICATOR.TREND=Trend glavne oznake
|
|
45
29
|
|
|
46
|
-
#XFLD: Property editor label
|
|
47
30
|
CARD_EDITOR.MAIN_INDICATOR.STATE=Status glavne oznake
|
|
48
31
|
|
|
49
|
-
#XFLD: Property editor label
|
|
50
32
|
CARD_EDITOR.DETAILS=Detajli
|
|
51
33
|
|
|
52
|
-
#XFLD: Property editor label
|
|
53
34
|
CARD_EDITOR.LIST_ITEM.TITLE=Naslov postavke
|
|
54
35
|
|
|
55
|
-
#XFLD: Property editor label
|
|
56
36
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=Opis postavke
|
|
57
37
|
|
|
58
|
-
#XFLD: Property editor label
|
|
59
38
|
CARD_EDITOR.LIST_ITEM.HIGHLIGHT=Poudarek postavke
|
|
60
39
|
|
|
61
|
-
#XFLD: Property editor label
|
|
62
40
|
CARD_EDITOR.PARAMETERS=Parametri
|
|
63
41
|
|
|
64
|
-
#XFLD: Empty table text
|
|
65
42
|
CARD_EDITOR.PARAMETERS.NO_PARAMETERS=Pritisnite + za dodajanje novega parametra
|
|
66
43
|
|
|
67
|
-
#XFLD: Table column
|
|
68
44
|
CARD_EDITOR.PARAMETERS.KEY=Ime parametra
|
|
69
45
|
|
|
70
|
-
#XFLD: Table column
|
|
71
46
|
CARD_EDITOR.PARAMETERS.VALUE=Vrednost
|
|
72
47
|
|
|
73
|
-
#XFLD: Property editor tooltip
|
|
74
48
|
CARD_EDITOR.PARAMETERS.REMOVE_PARAMETER=Odstranitev parametra
|
|
75
49
|
|
|
76
|
-
#XTOL: Validation error text
|
|
77
50
|
CARD_EDITOR.PARAMETERS.DUPLICATE_KEY=Prosim, vnesite enozna\u010Dni klju\u010D
|
|
78
51
|
|
|
79
|
-
#XFLD: Property editor tooltip
|
|
80
52
|
CARD_EDITOR.PARAMETERS.ADD_PARAMETER=Dodajanje parametra
|
|
81
53
|
|
|
82
|
-
#XTOL: Validation error text
|
|
83
54
|
CARD_EDITOR.STRING.INVALID_BINDING=Vnesite veljaven niz povezave.
|
|
84
55
|
|
|
85
|
-
#XTOL: Validation error text
|
|
86
56
|
CARD_EDITOR.ENUM.INVALID_SELECTION_OR_BINDING=Vnesite veljaven niz povezave ali izberite vrednost s seznama.
|
|
87
57
|
|
|
88
|
-
#XFLD: Property editor tooltip
|
|
89
58
|
CARD_EDITOR.ARRAY.ITEM_LABEL=Element
|
|
90
59
|
|
|
91
|
-
#XFLD: Property editor tooltip
|
|
92
60
|
CARD_EDITOR.ARRAY.REMOVE=Odstranitev elementa
|
|
93
61
|
|
|
94
|
-
#XFLD: Property editor tooltip
|
|
95
62
|
CARD_EDITOR.ARRAY.ADD=Dodajanje elementa
|
|
@@ -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\u043B\u0430\u0432\u0459\u0430
|
|
6
3
|
|
|
7
|
-
#XFLD: Property editor label
|
|
8
4
|
CARD_EDITOR.TITLE=\u041D\u0430\u0441\u043B\u043E\u0432
|
|
9
5
|
|
|
10
|
-
#XFLD: Property editor label
|
|
11
6
|
CARD_EDITOR.SUBTITLE=\u041F\u043E\u0434\u043D\u0430\u0441\u043B\u043E\u0432
|
|
12
7
|
|
|
13
|
-
#XFLD: Property editor label
|
|
14
8
|
CARD_EDITOR.ICON=\u0418\u043A\u043E\u043D\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=\u0408\u0435\u0434\u0438\u043D\u0438\u0446\u0430 \u043C\u0435\u0440\u0435
|
|
21
13
|
|
|
22
|
-
#XFLD: Property editor label
|
|
23
14
|
CARD_EDITOR.SIDE_INDICATOR=\u0421\u043F\u043E\u0440\u0435\u0434\u043D\u0438 \u043F\u043E\u043A\u0430\u0437\u0430\u0442\u0435\u0459
|
|
24
15
|
|
|
25
|
-
#XFLD: Property editor label
|
|
26
16
|
CARD_EDITOR.SIDE_INDICATORS=\u0421\u043F\u043E\u0440\u0435\u0434\u043D\u0438 \u043F\u043E\u043A\u0430\u0437\u0430\u0442\u0435\u0459\u0438
|
|
27
17
|
|
|
28
|
-
#XFLD: Property editor label
|
|
29
18
|
CARD_EDITOR.SIDE_INDICATOR.TITLE=\u041D\u0430\u0441\u043B\u043E\u0432
|
|
30
19
|
|
|
31
|
-
#XFLD: Property editor label
|
|
32
20
|
CARD_EDITOR.SIDE_INDICATOR.NUMBER=\u0411\u0440\u043E\u0458
|
|
33
21
|
|
|
34
|
-
#XFLD: Property editor label
|
|
35
22
|
CARD_EDITOR.SIDE_INDICATOR.UNIT=\u0408\u0435\u0434\u0438\u043D\u0438\u0446\u0430
|
|
36
23
|
|
|
37
|
-
#XFLD: Property editor label
|
|
38
24
|
CARD_EDITOR.MAIN_INDICATOR.NUMBER=\u0411\u0440\u043E\u0458
|
|
39
25
|
|
|
40
|
-
#XFLD: Property editor label
|
|
41
26
|
CARD_EDITOR.MAIN_INDICATOR.UNIT=\u0413\u043B\u0430\u0432\u043D\u0438 \u043F\u043E\u043A\u0430\u0437\u0430\u0442\u0435\u0459 \u2013 \u0458\u0435\u0434\u0438\u043D\u0438\u0446\u0430
|
|
42
27
|
|
|
43
|
-
#XFLD: Property editor label
|
|
44
28
|
CARD_EDITOR.MAIN_INDICATOR.TREND=\u0413\u043B\u0430\u0432\u043D\u0438 \u043F\u043E\u043A\u0430\u0437\u0430\u0442\u0435\u0459 \u2013 \u0442\u0440\u0435\u043D\u0434
|
|
45
29
|
|
|
46
|
-
#XFLD: Property editor label
|
|
47
30
|
CARD_EDITOR.MAIN_INDICATOR.STATE=\u0413\u043B\u0430\u0432\u043D\u0438 \u043F\u043E\u043A\u0430\u0437\u0430\u0442\u0435\u0459 \u2013 \u0441\u0442\u0430\u045A\u0435
|
|
48
31
|
|
|
49
|
-
#XFLD: Property editor label
|
|
50
32
|
CARD_EDITOR.DETAILS=\u0414\u0435\u0442\u0430\u0459\u0438
|
|
51
33
|
|
|
52
|
-
#XFLD: Property editor label
|
|
53
34
|
CARD_EDITOR.LIST_ITEM.TITLE=\u041D\u0430\u0441\u043B\u043E\u0432 \u0441\u0442\u0430\u0432\u043A\u0435
|
|
54
35
|
|
|
55
|
-
#XFLD: Property editor label
|
|
56
36
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=\u041E\u043F\u0438\u0441 \u0441\u0442\u0430\u0432\u043A\u0435
|
|
57
37
|
|
|
58
|
-
#XFLD: Property editor label
|
|
59
38
|
CARD_EDITOR.LIST_ITEM.HIGHLIGHT=\u041E\u0437\u043D\u0430\u043A\u0430 \u0441\u0442\u0430\u0432\u043A\u0435
|
|
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=\u041F\u0440\u0438\u0442\u0438\u0441\u043D\u0438 + \u0437\u0430 \u0434\u043E\u0434\u0430\u0432\u0430\u045A\u0435 \u043D\u043E\u0432\u043E\u0433 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430
|
|
66
43
|
|
|
67
|
-
#XFLD: Table column
|
|
68
44
|
CARD_EDITOR.PARAMETERS.KEY=\u041D\u0430\u0437\u0438\u0432 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430
|
|
69
45
|
|
|
70
|
-
#XFLD: Table column
|
|
71
46
|
CARD_EDITOR.PARAMETERS.VALUE=\u0412\u0440\u0435\u0434\u043D\u043E\u0441\u0442
|
|
72
47
|
|
|
73
|
-
#XFLD: Property editor tooltip
|
|
74
48
|
CARD_EDITOR.PARAMETERS.REMOVE_PARAMETER=\u0423\u043A\u043B\u043E\u043D\u0438 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0430\u0440
|
|
75
49
|
|
|
76
|
-
#XTOL: Validation error text
|
|
77
50
|
CARD_EDITOR.PARAMETERS.DUPLICATE_KEY=\u0423\u043D\u0435\u0441\u0438 \u0458\u0435\u0434\u0438\u0441\u0442\u0432\u0435\u043D\u0438 \u043A\u0459\u0443\u0447
|
|
78
51
|
|
|
79
|
-
#XFLD: Property editor tooltip
|
|
80
52
|
CARD_EDITOR.PARAMETERS.ADD_PARAMETER=\u0414\u043E\u0434\u0430\u0458 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0430\u0440
|
|
81
53
|
|
|
82
|
-
#XTOL: Validation error text
|
|
83
54
|
CARD_EDITOR.STRING.INVALID_BINDING=\u0423\u043D\u0435\u0441\u0438 \u0432\u0430\u0436\u0435\u045B\u0438 \u043D\u0438\u0437 \u043F\u043E\u0432\u0435\u0437\u0438\u0432\u0430\u045A\u0430
|
|
84
55
|
|
|
85
|
-
#XTOL: Validation error text
|
|
86
56
|
CARD_EDITOR.ENUM.INVALID_SELECTION_OR_BINDING=\u0423\u043D\u0435\u0441\u0438 \u0432\u0430\u0436\u0435\u045B\u0438 \u043D\u0438\u0437 \u043F\u043E\u0432\u0435\u0437\u0438\u0432\u0430\u045A\u0430 \u0438\u043B\u0438 \u043E\u0434\u0430\u0431\u0435\u0440\u0438 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442 \u0441\u0430 \u043B\u0438\u0441\u0442\u0435
|
|
87
57
|
|
|
88
|
-
#XFLD: Property editor tooltip
|
|
89
58
|
CARD_EDITOR.ARRAY.ITEM_LABEL=\u0421\u0442\u0430\u0432\u043A\u0430
|
|
90
59
|
|
|
91
|
-
#XFLD: Property editor tooltip
|
|
92
60
|
CARD_EDITOR.ARRAY.REMOVE=\u0423\u043A\u043B\u043E\u043D\u0438 \u0441\u0442\u0430\u0432\u043A\u0443
|
|
93
61
|
|
|
94
|
-
#XFLD: Property editor tooltip
|
|
95
62
|
CARD_EDITOR.ARRAY.ADD=\u0414\u043E\u0434\u0430\u0458 \u0441\u0442\u0430\u0432\u043A\u0443
|
|
@@ -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=Rubriktyp
|
|
6
3
|
|
|
7
|
-
#XFLD: Property editor label
|
|
8
4
|
CARD_EDITOR.TITLE=Rubrik
|
|
9
5
|
|
|
10
|
-
#XFLD: Property editor label
|
|
11
6
|
CARD_EDITOR.SUBTITLE=Underrubrik
|
|
12
7
|
|
|
13
|
-
#XFLD: Property editor label
|
|
14
8
|
CARD_EDITOR.ICON=Ikon
|
|
15
9
|
|
|
16
|
-
#XFLD: Property editor label
|
|
17
10
|
CARD_EDITOR.STATUS=Status
|
|
18
11
|
|
|
19
|
-
#XFLD: Property editor label
|
|
20
12
|
CARD_EDITOR.UOM=M\u00E5ttenhet
|
|
21
13
|
|
|
22
|
-
#XFLD: Property editor label
|
|
23
14
|
CARD_EDITOR.SIDE_INDICATOR=Sidindikator
|
|
24
15
|
|
|
25
|
-
#XFLD: Property editor label
|
|
26
16
|
CARD_EDITOR.SIDE_INDICATORS=Sidindikatorer
|
|
27
17
|
|
|
28
|
-
#XFLD: Property editor label
|
|
29
18
|
CARD_EDITOR.SIDE_INDICATOR.TITLE=Rubrik
|
|
30
19
|
|
|
31
|
-
#XFLD: Property editor label
|
|
32
20
|
CARD_EDITOR.SIDE_INDICATOR.NUMBER=Nummer
|
|
33
21
|
|
|
34
|
-
#XFLD: Property editor label
|
|
35
22
|
CARD_EDITOR.SIDE_INDICATOR.UNIT=Enhet
|
|
36
23
|
|
|
37
|
-
#XFLD: Property editor label
|
|
38
24
|
CARD_EDITOR.MAIN_INDICATOR.NUMBER=Nummer
|
|
39
25
|
|
|
40
|
-
#XFLD: Property editor label
|
|
41
26
|
CARD_EDITOR.MAIN_INDICATOR.UNIT=Huvudindikator \u2013 enhet
|
|
42
27
|
|
|
43
|
-
#XFLD: Property editor label
|
|
44
28
|
CARD_EDITOR.MAIN_INDICATOR.TREND=Huvudindikator \u2013 trend
|
|
45
29
|
|
|
46
|
-
#XFLD: Property editor label
|
|
47
30
|
CARD_EDITOR.MAIN_INDICATOR.STATE=Huvudindikator \u2013 status
|
|
48
31
|
|
|
49
|
-
#XFLD: Property editor label
|
|
50
32
|
CARD_EDITOR.DETAILS=Detaljer
|
|
51
33
|
|
|
52
|
-
#XFLD: Property editor label
|
|
53
34
|
CARD_EDITOR.LIST_ITEM.TITLE=Positionsrubrik
|
|
54
35
|
|
|
55
|
-
#XFLD: Property editor label
|
|
56
36
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=Positionsbeskrivning
|
|
57
37
|
|
|
58
|
-
#XFLD: Property editor label
|
|
59
38
|
CARD_EDITOR.LIST_ITEM.HIGHLIGHT=Positionsmarkering
|
|
60
39
|
|
|
61
|
-
#XFLD: Property editor label
|
|
62
40
|
CARD_EDITOR.PARAMETERS=Parametrar
|
|
63
41
|
|
|
64
|
-
#XFLD: Empty table text
|
|
65
42
|
CARD_EDITOR.PARAMETERS.NO_PARAMETERS=Tryck p\u00E5 + f\u00F6r att l\u00E4gga till ny parameter
|
|
66
43
|
|
|
67
|
-
#XFLD: Table column
|
|
68
44
|
CARD_EDITOR.PARAMETERS.KEY=Parameternamn
|
|
69
45
|
|
|
70
|
-
#XFLD: Table column
|
|
71
46
|
CARD_EDITOR.PARAMETERS.VALUE=V\u00E4rde
|
|
72
47
|
|
|
73
|
-
#XFLD: Property editor tooltip
|
|
74
48
|
CARD_EDITOR.PARAMETERS.REMOVE_PARAMETER=Ta bort parameter
|
|
75
49
|
|
|
76
|
-
#XTOL: Validation error text
|
|
77
50
|
CARD_EDITOR.PARAMETERS.DUPLICATE_KEY=Ange unik nyckel
|
|
78
51
|
|
|
79
|
-
#XFLD: Property editor tooltip
|
|
80
52
|
CARD_EDITOR.PARAMETERS.ADD_PARAMETER=L\u00E4gg till parameter
|
|
81
53
|
|
|
82
|
-
#XTOL: Validation error text
|
|
83
54
|
CARD_EDITOR.STRING.INVALID_BINDING=Ange en giltig bindningsstr\u00E4ng.
|
|
84
55
|
|
|
85
|
-
#XTOL: Validation error text
|
|
86
56
|
CARD_EDITOR.ENUM.INVALID_SELECTION_OR_BINDING=Ange en giltig bindningsstr\u00E4ng eller v\u00E4lj ett v\u00E4rde i listan.
|
|
87
57
|
|
|
88
|
-
#XFLD: Property editor tooltip
|
|
89
58
|
CARD_EDITOR.ARRAY.ITEM_LABEL=Position
|
|
90
59
|
|
|
91
|
-
#XFLD: Property editor tooltip
|
|
92
60
|
CARD_EDITOR.ARRAY.REMOVE=Ta bort position
|
|
93
61
|
|
|
94
|
-
#XFLD: Property editor tooltip
|
|
95
62
|
CARD_EDITOR.ARRAY.ADD=L\u00E4gg till position
|