@openui5/sap.ui.integration 1.108.33 → 1.108.35
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 +1 -1
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +1 -1
- package/src/sap/ui/integration/Host.js +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +1 -1
- package/src/sap/ui/integration/cards/ListContent.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
- package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
- package/src/sap/ui/integration/cards/TableContent.js +1 -1
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
- package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/LinkWithIcon.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
- package/src/sap/ui/integration/controls/Microchart.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
- package/src/sap/ui/integration/controls/Paginator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +80 -80
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +168 -168
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/editor/Editor.js +2 -2
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +1 -1
- package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
- package/src/sap/ui/integration/library.js +2 -2
- package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +122 -122
- package/src/sap/ui/integration/model/ContextModel.js +1 -1
- package/src/sap/ui/integration/model/ObservableModel.js +1 -1
- package/src/sap/ui/integration/model/PagingModelListBinding.js +1 -1
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +1 -1
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -1
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +1 -1
- package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
- package/src/sap/ui/integration/util/Destinations.js +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Forms.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceManager.js +1 -1
- package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
- package/src/sap/ui/integration/util/Utils.js +1 -1
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +2 -2
|
@@ -1,159 +1,159 @@
|
|
|
1
|
-
BASE_EDITOR.FALLBACK_TYPE=
|
|
1
|
+
BASE_EDITOR.FALLBACK_TYPE=BA/YrBk2A4VwI2G1srHKLA_Custom type
|
|
2
2
|
|
|
3
|
-
BASE_EDITOR.MAP.EMPTY=
|
|
3
|
+
BASE_EDITOR.MAP.EMPTY=6bwBCuSq4luvjPAz16CpwQ_No entries
|
|
4
4
|
|
|
5
|
-
BASE_EDITOR.MAP.KEY=
|
|
5
|
+
BASE_EDITOR.MAP.KEY=2Y2mCzclwBbmk5Czj31rPw_Key
|
|
6
6
|
|
|
7
|
-
BASE_EDITOR.MAP.VALUE
|
|
7
|
+
BASE_EDITOR.MAP.VALUE=/SulLnUGIfwaUrkzk+5PYg_Value
|
|
8
8
|
|
|
9
|
-
BASE_EDITOR.MAP.TYPE=
|
|
9
|
+
BASE_EDITOR.MAP.TYPE=YXZJjeggXeOqYC4UBdqsVw_Type
|
|
10
10
|
|
|
11
|
-
BASE_EDITOR.MAP.REMOVE=
|
|
11
|
+
BASE_EDITOR.MAP.REMOVE=NsnwrlZZYBrMVASFX2qMnQ_Remove
|
|
12
12
|
|
|
13
|
-
BASE_EDITOR.MAP.DUPLICATE_KEY=
|
|
13
|
+
BASE_EDITOR.MAP.DUPLICATE_KEY=lGlxXXtPMTwcqbtOSlgE5g_Please enter a unique key.
|
|
14
14
|
|
|
15
|
-
BASE_EDITOR.MAP.ADD=
|
|
15
|
+
BASE_EDITOR.MAP.ADD=k+0TQodIk++Nu3I4cl5faA_Add\: {0}
|
|
16
16
|
|
|
17
|
-
BASE_EDITOR.MAP.DEFAULT_TYPE=
|
|
17
|
+
BASE_EDITOR.MAP.DEFAULT_TYPE=Hh2CbBJcVQDrXMCP4+FtCg_Parameter
|
|
18
18
|
|
|
19
|
-
BASE_EDITOR.TYPES.STRING=
|
|
19
|
+
BASE_EDITOR.TYPES.STRING=aXfukLXrZ9IpKdpL2F+gUg_String
|
|
20
20
|
|
|
21
|
-
BASE_EDITOR.TYPES.BOOLEAN=
|
|
21
|
+
BASE_EDITOR.TYPES.BOOLEAN=5N03kowoZgpv9uwicdAZtA_Boolean
|
|
22
22
|
|
|
23
|
-
BASE_EDITOR.TYPES.NUMBER=
|
|
23
|
+
BASE_EDITOR.TYPES.NUMBER=3AOgxbUg2VfXfnjA622zNA_Number
|
|
24
24
|
|
|
25
|
-
BASE_EDITOR.TYPES.INTEGER=
|
|
25
|
+
BASE_EDITOR.TYPES.INTEGER=OCrATTqDM60yTz3dD3BJfA_Integer
|
|
26
26
|
|
|
27
|
-
BASE_EDITOR.TYPES.DATE=
|
|
27
|
+
BASE_EDITOR.TYPES.DATE=ArHbeqbHwpMXhwFNhvV+EQ_Date
|
|
28
28
|
|
|
29
|
-
BASE_EDITOR.TYPES.DATETIME=
|
|
29
|
+
BASE_EDITOR.TYPES.DATETIME=2OpDXAIHuVSnUEUSOf44kg_Date/Time
|
|
30
30
|
|
|
31
|
-
BASE_EDITOR.TYPES.GROUP=
|
|
31
|
+
BASE_EDITOR.TYPES.GROUP=7z6LNaSMNxP3O5AatFSKAw_Group
|
|
32
32
|
|
|
33
|
-
BASE_EDITOR.TYPES.SEPARATOR=
|
|
33
|
+
BASE_EDITOR.TYPES.SEPARATOR=myxpafLjtKroCOymwGChww_Separator
|
|
34
34
|
|
|
35
|
-
BASE_EDITOR.TYPES.ICON=
|
|
35
|
+
BASE_EDITOR.TYPES.ICON=lJvPawI7OixwB0/NTFJIbw_Icon
|
|
36
36
|
|
|
37
|
-
BASE_EDITOR.TYPES.SIMPLEICON=
|
|
37
|
+
BASE_EDITOR.TYPES.SIMPLEICON=4WNj6btGau4mHfm6rcG1rQ_Simple Icon
|
|
38
38
|
|
|
39
|
-
BASE_EDITOR.TYPES.ARRAY
|
|
39
|
+
BASE_EDITOR.TYPES.ARRAY=/rbsYAQUR3UCat2QqmQ3rg_String Array
|
|
40
40
|
|
|
41
|
-
BASE_EDITOR.TYPES.JSON=
|
|
41
|
+
BASE_EDITOR.TYPES.JSON=qmLb+Nl5C2wjlUvumJVz6A_JSON
|
|
42
42
|
|
|
43
|
-
BASE_EDITOR.TYPES.OBJECT=
|
|
43
|
+
BASE_EDITOR.TYPES.OBJECT=D3yfCFLfOjLvJ5A3GIPamQ_Object
|
|
44
44
|
|
|
45
|
-
BASE_EDITOR.TYPES.OBJECTARRAY
|
|
45
|
+
BASE_EDITOR.TYPES.OBJECTARRAY=/aBsRszVmQjJqbYuDQYhDA_Object Array
|
|
46
46
|
|
|
47
|
-
BASE_EDITOR.STRING.INVALID_BINDING=
|
|
47
|
+
BASE_EDITOR.STRING.INVALID_BINDING=ft911V9p2OhkJdxlw3C46A_Please enter a valid binding string.
|
|
48
48
|
|
|
49
|
-
BASE_EDITOR.LIST.DUPLICATE_ENTRY=
|
|
49
|
+
BASE_EDITOR.LIST.DUPLICATE_ENTRY=wgvrYDcGse39tD9ZVhfeeA_Please enter a unique value.
|
|
50
50
|
|
|
51
|
-
BASE_EDITOR.ENUM.INVALID_SELECTION=
|
|
51
|
+
BASE_EDITOR.ENUM.INVALID_SELECTION=DYrkwqqFgqL/+9613e/f1A_Please select a value from the list.
|
|
52
52
|
|
|
53
|
-
BASE_EDITOR.ENUM.CUSTOM_VALUES_NOT_ALLOWED=
|
|
53
|
+
BASE_EDITOR.ENUM.CUSTOM_VALUES_NOT_ALLOWED=JPHiE32so5HfoLEDpm8UCQ_Custom values are not allowed.
|
|
54
54
|
|
|
55
|
-
BASE_EDITOR.SELECT.INVALID_SELECTION=
|
|
55
|
+
BASE_EDITOR.SELECT.INVALID_SELECTION=mTzFsi1I9iv8KDOR+Yc0ow_Please select a value from the list.
|
|
56
56
|
|
|
57
|
-
BASE_EDITOR.SELECT.CUSTOM_VALUES_NOT_ALLOWED
|
|
57
|
+
BASE_EDITOR.SELECT.CUSTOM_VALUES_NOT_ALLOWED=+AspJrTV9XPEJfnFlFrHYw_Custom values are not allowed.
|
|
58
58
|
|
|
59
|
-
BASE_EDITOR.PROPERTY.BINDING_NOT_ALLOWED=
|
|
59
|
+
BASE_EDITOR.PROPERTY.BINDING_NOT_ALLOWED=n0Z9ANs8Vn0xbr5EjadioA_Binding strings are not allowed.
|
|
60
60
|
|
|
61
|
-
BASE_EDITOR.ARRAY.ITEM_LABEL=
|
|
61
|
+
BASE_EDITOR.ARRAY.ITEM_LABEL=7ggk/SKle0rfStp8XfbVfQ_Item
|
|
62
62
|
|
|
63
|
-
BASE_EDITOR.ARRAY.NEW_ITEM_LABEL=
|
|
63
|
+
BASE_EDITOR.ARRAY.NEW_ITEM_LABEL=6218KY/UTTqGyvdOUtt82g_New\: {0}
|
|
64
64
|
|
|
65
|
-
BASE_EDITOR.ARRAY.REMOVE=
|
|
65
|
+
BASE_EDITOR.ARRAY.REMOVE=GQ9ZnGHyXKAESynD3rK2Jw_Remove Item
|
|
66
66
|
|
|
67
|
-
BASE_EDITOR.MOVEUP=
|
|
67
|
+
BASE_EDITOR.MOVEUP=SbHgwrRKf+xL60xsjn5ZAg_Move Up
|
|
68
68
|
|
|
69
|
-
BASE_EDITOR.MOVEDOWN=
|
|
69
|
+
BASE_EDITOR.MOVEDOWN=yKQNaM8Y/AGLvmzKeniP5g_Move Down
|
|
70
70
|
|
|
71
|
-
BASE_EDITOR.ARRAY.ADD=
|
|
71
|
+
BASE_EDITOR.ARRAY.ADD=QmaVTAlwj8QGtolpw4Bm/w_Add\: {0}
|
|
72
72
|
|
|
73
|
-
BASE_EDITOR.JSON.TITLE
|
|
73
|
+
BASE_EDITOR.JSON.TITLE=+G9B1O6rp/cBJheokYh37A_Edit JSON Data
|
|
74
74
|
|
|
75
|
-
BASE_EDITOR.JSON.SAVE=
|
|
75
|
+
BASE_EDITOR.JSON.SAVE=pRJA/A6xA7WO6otW+ZNYtQ_Save
|
|
76
76
|
|
|
77
|
-
BASE_EDITOR.JSON.CANCEL=
|
|
77
|
+
BASE_EDITOR.JSON.CANCEL=rLk1vM0SvNKlqWo82Nv9Wg_Cancel
|
|
78
78
|
|
|
79
|
-
BASE_EDITOR.JSON.BEAUTIFY=
|
|
79
|
+
BASE_EDITOR.JSON.BEAUTIFY=W6lUn+zST3oSGa9WSWv3oQ_Beautify
|
|
80
80
|
|
|
81
|
-
BASE_EDITOR.CODE.TITLE=
|
|
81
|
+
BASE_EDITOR.CODE.TITLE=XKs+yjJQVCo6GBpvvpAYDA_Edit Data
|
|
82
82
|
|
|
83
|
-
BASE_EDITOR.CODE.OK=
|
|
83
|
+
BASE_EDITOR.CODE.OK=zqEw6+Uy/77TpftpJzDYSQ_OK
|
|
84
84
|
|
|
85
|
-
BASE_EDITOR.CODE.CANCEL=
|
|
85
|
+
BASE_EDITOR.CODE.CANCEL=iDNCPYMtdn4wG0QwXvmZgA_Cancel
|
|
86
86
|
|
|
87
|
-
BASE_EDITOR.CODE.BEAUTIFY=
|
|
87
|
+
BASE_EDITOR.CODE.BEAUTIFY=62xP+7HkaegfePRvGpqw+Q_Beautify
|
|
88
88
|
|
|
89
|
-
BASE_EDITOR.NUMBER.INVALID_BINDING_OR_NUMBER=
|
|
89
|
+
BASE_EDITOR.NUMBER.INVALID_BINDING_OR_NUMBER=jzpNZe0W4B5xre5Ae3CrGw_Please enter a valid binding string or a number.
|
|
90
90
|
|
|
91
|
-
BASE_EDITOR.INTEGER.INVALID_BINDING_OR_INTEGER=
|
|
91
|
+
BASE_EDITOR.INTEGER.INVALID_BINDING_OR_INTEGER=IyUSLm/7CXDvgoK5Zz9IZA_Please enter a valid binding string or an integer.
|
|
92
92
|
|
|
93
|
-
BASE_EDITOR.BOOLEAN.INVALID_BINDING_OR_BOOLEAN=
|
|
93
|
+
BASE_EDITOR.BOOLEAN.INVALID_BINDING_OR_BOOLEAN=5tk7E2qDAmw2eKQcWB4qVg_Please enter a valid binding string or a boolean.
|
|
94
94
|
|
|
95
|
-
BASE_EDITOR.BOOLEAN.TRUE_VALUE
|
|
95
|
+
BASE_EDITOR.BOOLEAN.TRUE_VALUE=/S1JKCpvoqhw9c8FnNHApg_True
|
|
96
96
|
|
|
97
|
-
BASE_EDITOR.BOOLEAN.FALSE_VALUE=
|
|
97
|
+
BASE_EDITOR.BOOLEAN.FALSE_VALUE=ZcxRmGyej89SqsITpNDsIQ_False
|
|
98
98
|
|
|
99
|
-
BASE_EDITOR.ICON.INVALID_BINDING_OR_ICON=
|
|
99
|
+
BASE_EDITOR.ICON.INVALID_BINDING_OR_ICON=ZgnhLiFl35cR7ERhxhP8jw_Please enter a valid binding string or an icon URI.
|
|
100
100
|
|
|
101
|
-
BASE_EDITOR.ICON.BUTTON_SETTINGS
|
|
101
|
+
BASE_EDITOR.ICON.BUTTON_SETTINGS=/r9vAY7qrSY0Xa7GSX0igw_Settings
|
|
102
102
|
|
|
103
|
-
BASE_EDITOR.ICON.SETTINGS_DIALOG_TITLE=
|
|
103
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_TITLE=7EdXc2tXE5qE2vjmhr9kPA_Display Settings
|
|
104
104
|
|
|
105
|
-
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_LABEL=
|
|
105
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_LABEL=s4jsJrNFNLqgG9xlwpmibQ_Shape
|
|
106
106
|
|
|
107
|
-
BASE_EDITOR.ICON.SELECTION_SHAPE=
|
|
107
|
+
BASE_EDITOR.ICON.SELECTION_SHAPE=l/1tW9ADOKzB7blr2xgWCw_Select the shape of the icon
|
|
108
108
|
|
|
109
|
-
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_SQUARE=
|
|
109
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_SQUARE=MwjgIFye/uMNJ85EMPBc9g_Square
|
|
110
110
|
|
|
111
|
-
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_CIRCLE=
|
|
111
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_CIRCLE=Nht4tDudKdwve7VWQln/+w_Circle
|
|
112
112
|
|
|
113
|
-
BASE_EDITOR.ICON.INPUT_ALT=
|
|
113
|
+
BASE_EDITOR.ICON.INPUT_ALT=u1NNJ1AlCQlrlNLr0CsrVQ_Enter alternative text for the icon
|
|
114
114
|
|
|
115
|
-
BASE_EDITOR.ICON.SETTINGS_DIALOG_TEXT_LABEL=
|
|
115
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_TEXT_LABEL=LaD3Zc3bQ5G2iFZWg2D6xQ_Text
|
|
116
116
|
|
|
117
|
-
BASE_EDITOR.ICON.INPUT_TEXT=
|
|
117
|
+
BASE_EDITOR.ICON.INPUT_TEXT=b0R59puXvF1TmtWtdl81sg_Enter text inside the icon
|
|
118
118
|
|
|
119
|
-
BASE_EDITOR.ICON.TYPE_ICON=
|
|
119
|
+
BASE_EDITOR.ICON.TYPE_ICON=BiLLwz7MXbST55GaidfG+g_Icon
|
|
120
120
|
|
|
121
|
-
BASE_EDITOR.ICON.TYPE_PICTURE=
|
|
121
|
+
BASE_EDITOR.ICON.TYPE_PICTURE=skVBfSauvNfmRd/fN6NrAg_Picture
|
|
122
122
|
|
|
123
|
-
BASE_EDITOR.ICON.SETTINGS_DIALOG_BACKGROUNDCOLOR_LABEL=
|
|
123
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_BACKGROUNDCOLOR_LABEL=nf5+JxB8OzOZVem7pD7JXQ_Background Color
|
|
124
124
|
|
|
125
|
-
BASE_EDITOR.ICON.INPUT_BACKGROUNDCOLOR=
|
|
125
|
+
BASE_EDITOR.ICON.INPUT_BACKGROUNDCOLOR=pqyfgt2ayTAVTJDgKZha5A_Enter background color of the icon
|
|
126
126
|
|
|
127
|
-
BASE_EDITOR.ICON.INPUT_COLOR
|
|
127
|
+
BASE_EDITOR.ICON.INPUT_COLOR=/dmz2PRaW0mX6tSiOgYOBQ_Enter color of the icon
|
|
128
128
|
|
|
129
|
-
BASE_EDITOR.ICON.SETTINGS_DIALOG_COLOR_LABEL
|
|
129
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_COLOR_LABEL=5fu1yOOe8bJi3emdsfzSnA_Color
|
|
130
130
|
|
|
131
|
-
BASE_EDITOR.DATE.INVALID_BINDING_OR_DATE=
|
|
131
|
+
BASE_EDITOR.DATE.INVALID_BINDING_OR_DATE=MgswFiY61Iy/4D+bg81Upg_Please enter a valid binding string or date.
|
|
132
132
|
|
|
133
|
-
BASE_EDITOR.VALIDATOR.INVALID_BINDING=
|
|
133
|
+
BASE_EDITOR.VALIDATOR.INVALID_BINDING=soYVMnQDKZGixaHZ8VrTTw_Invalid binding.
|
|
134
134
|
|
|
135
|
-
BASE_EDITOR.VALIDATOR.FORBIDDEN_BINDING=
|
|
135
|
+
BASE_EDITOR.VALIDATOR.FORBIDDEN_BINDING=sVNrTh2bNxyM5dLA6aE2Og_Bindings are not allowed.
|
|
136
136
|
|
|
137
|
-
BASE_EDITOR.VALIDATOR.FORBIDDEN_CUSTOM_VALUE=
|
|
137
|
+
BASE_EDITOR.VALIDATOR.FORBIDDEN_CUSTOM_VALUE=Cmp8fvvrdBgAGjlcCG3isg_Custom values are not allowed.
|
|
138
138
|
|
|
139
|
-
BASE_EDITOR.VALIDATOR.NOT_A_NUMBER=
|
|
139
|
+
BASE_EDITOR.VALIDATOR.NOT_A_NUMBER=vfklE8qAkmz1PZ8pDw5eBQ_Not a number
|
|
140
140
|
|
|
141
|
-
BASE_EDITOR.VALIDATOR.NOT_AN_INTEGER=
|
|
141
|
+
BASE_EDITOR.VALIDATOR.NOT_AN_INTEGER=9VCPhPBA7ipgqFqaHG5B3g_Not an integer
|
|
142
142
|
|
|
143
|
-
BASE_EDITOR.VALIDATOR.NOT_A_BOOLEAN=
|
|
143
|
+
BASE_EDITOR.VALIDATOR.NOT_A_BOOLEAN=6Tlr/+M8t7/L4BWP+COVUA_Not a boolean
|
|
144
144
|
|
|
145
|
-
BASE_EDITOR.VALIDATOR.NOT_A_JSONOBJECT=
|
|
145
|
+
BASE_EDITOR.VALIDATOR.NOT_A_JSONOBJECT=wWZcNDlSZqE4Y8F+U3P/xA_Not a JSON format
|
|
146
146
|
|
|
147
|
-
BASE_EDITOR.VALIDATOR.NOT_AN_ARRAY_OF_JSONOBJECTS=
|
|
147
|
+
BASE_EDITOR.VALIDATOR.NOT_AN_ARRAY_OF_JSONOBJECTS=c/aBTrNdv81ijcf2SU+yCQ_Not an array of JSON objects.
|
|
148
148
|
|
|
149
|
-
BASE_EDITOR.VALIDATOR.NOT_AN_ICON=
|
|
149
|
+
BASE_EDITOR.VALIDATOR.NOT_AN_ICON=MV+rv968EG7ocZj71YZgfw_Not an icon
|
|
150
150
|
|
|
151
|
-
BASE_EDITOR.VALIDATOR.MAX_LENGTH=
|
|
151
|
+
BASE_EDITOR.VALIDATOR.MAX_LENGTH=Q7uT+kRtbaGkdx2GNCR0Vw_Max length of {0} symbols exceeded.
|
|
152
152
|
|
|
153
|
-
BASE_EDITOR.VALIDATOR.DUPLICATE_ENTRY=
|
|
153
|
+
BASE_EDITOR.VALIDATOR.DUPLICATE_ENTRY=14mGFdbEg1nEELd8ZfD0Ag_Duplicate entry
|
|
154
154
|
|
|
155
|
-
BASE_EDITOR.VALIDATOR.DUPLICATE_KEY=
|
|
155
|
+
BASE_EDITOR.VALIDATOR.DUPLICATE_KEY=VI6C3NnQhLfP+hKyCHsXRQ_Duplicate key
|
|
156
156
|
|
|
157
|
-
BASE_EDITOR.VALIDATOR.INVALID_DATE=
|
|
157
|
+
BASE_EDITOR.VALIDATOR.INVALID_DATE=YQA1ERL8A32bp96e7JF8ug_Invalid date
|
|
158
158
|
|
|
159
|
-
BASE_EDITOR.VALIDATOR.FAILED_PATTERN_TEST=
|
|
159
|
+
BASE_EDITOR.VALIDATOR.FAILED_PATTERN_TEST=ygGgABNqAijBYwCOy6mUyw_Input does not match the pattern.
|