@openui5/sap.ui.integration 1.96.32 → 1.96.34
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/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/FilterBarFactory.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/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/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 +150 -71
- 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/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/numberEditor/NumberEditor.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 +266 -132
- 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/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/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.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/library.js +2 -2
- package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +161 -78
- 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/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/CardActions.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/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/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/Utils.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +2 -2
|
@@ -1,141 +1,220 @@
|
|
|
1
|
-
|
|
1
|
+
#This is the resource bundle for the OpenUI5 sap.ui.integration.designtime.editor module
|
|
2
|
+
#
|
|
3
|
+
#XLBL: Fallback label for property editor type
|
|
4
|
+
BASE_EDITOR.FALLBACK_TYPE=9pvqYufB71rvFlzxRLmfgg_Custom type
|
|
2
5
|
|
|
3
|
-
|
|
6
|
+
#XFLD: Empty table text
|
|
7
|
+
BASE_EDITOR.MAP.EMPTY=06kLG0svu7ZXc9DUCT+tag_No entries
|
|
4
8
|
|
|
5
|
-
|
|
9
|
+
#XFLD: Header for key column inside map editor
|
|
10
|
+
BASE_EDITOR.MAP.KEY=D7x+WIzrA5q+vMI78gD21w_Key
|
|
6
11
|
|
|
7
|
-
|
|
12
|
+
#XFLD: Header for value column inside map editor
|
|
13
|
+
BASE_EDITOR.MAP.VALUE=FR/GUYIaTl7XS+z1Ixl3Og_Value
|
|
8
14
|
|
|
9
|
-
|
|
15
|
+
#XFLD: Header for data type column inside map editor
|
|
16
|
+
BASE_EDITOR.MAP.TYPE=UPv13w/r+WAEpUjTpxNiQQ_Type
|
|
10
17
|
|
|
11
|
-
|
|
18
|
+
#XFLD: Property editor tooltip
|
|
19
|
+
BASE_EDITOR.MAP.REMOVE=a5bJHiQKAanS79/e3AeqxQ_Remove
|
|
12
20
|
|
|
13
|
-
|
|
21
|
+
#XTOL: Validation error text
|
|
22
|
+
BASE_EDITOR.MAP.DUPLICATE_KEY=4VKskCoZVASPgcf9AtjzWg_Please enter a unique key.
|
|
14
23
|
|
|
15
|
-
|
|
24
|
+
#XFLD: Label for adding new map item, placeholder is the item type (singular), i.e. "Add: Item"
|
|
25
|
+
BASE_EDITOR.MAP.ADD=WaoJAo1VzrHbQDBH5cJ9QQ_Add\: {0}
|
|
16
26
|
|
|
17
|
-
|
|
27
|
+
#XFLD: Map editor default type
|
|
28
|
+
BASE_EDITOR.MAP.DEFAULT_TYPE=9DyDWmk+ZvTKWgsWb7J/LQ_Parameter
|
|
18
29
|
|
|
19
|
-
|
|
30
|
+
#XLBL: Property editor type - String
|
|
31
|
+
BASE_EDITOR.TYPES.STRING=z1DnuWtJC1WqrHchkQZnRA_String
|
|
20
32
|
|
|
21
|
-
|
|
33
|
+
#XLBL: Property editor type - Boolean
|
|
34
|
+
BASE_EDITOR.TYPES.BOOLEAN=heUdIqFKn1KjIkOXk6+32Q_Boolean
|
|
22
35
|
|
|
23
|
-
|
|
36
|
+
#XLBL: Property editor type - Number
|
|
37
|
+
BASE_EDITOR.TYPES.NUMBER=BLDe4w2vN7mK1SaAiwYDww_Number
|
|
24
38
|
|
|
25
|
-
|
|
39
|
+
#XLBL: Property editor type - Integer
|
|
40
|
+
BASE_EDITOR.TYPES.INTEGER=6mQXOVaU+dNijy4VBvcLaw_Integer
|
|
26
41
|
|
|
27
|
-
|
|
42
|
+
#XLBL: Property editor type - Date
|
|
43
|
+
BASE_EDITOR.TYPES.DATE=r8n3U3apAkS2UU/2KVpRiQ_Date
|
|
28
44
|
|
|
29
|
-
|
|
45
|
+
#XLBL: Property editor type - Datetime
|
|
46
|
+
BASE_EDITOR.TYPES.DATETIME=BnZ3rhuSaOD2O6rlx16Cog_Date Time
|
|
30
47
|
|
|
31
|
-
|
|
48
|
+
#XLBL: Property editor type - Group
|
|
49
|
+
BASE_EDITOR.TYPES.GROUP=ajroH2XbE2ekgUEhQ2NhYA_Group
|
|
32
50
|
|
|
33
|
-
|
|
51
|
+
#XLBL: Property editor type - Separator
|
|
52
|
+
BASE_EDITOR.TYPES.SEPARATOR=EjZSwGPZ2zFKnHmBfST57A_Separator
|
|
34
53
|
|
|
35
|
-
|
|
54
|
+
#XLBL: Property editor type - Icon
|
|
55
|
+
BASE_EDITOR.TYPES.ICON=+LeoAF6GAG69Jf7wYfmI+A_Icon
|
|
36
56
|
|
|
37
|
-
|
|
57
|
+
#XLBL: Property editor type - SimpleIcon
|
|
58
|
+
BASE_EDITOR.TYPES.SIMPLEICON=UNPn1ZlQPkJfv6Xva3hDLw_Simple Icon
|
|
38
59
|
|
|
39
|
-
|
|
60
|
+
#XLBL: Property editor type - Array
|
|
61
|
+
BASE_EDITOR.TYPES.ARRAY=4jexk2Pe8FNzxDjHFHEj5w_Array
|
|
40
62
|
|
|
41
|
-
|
|
63
|
+
#XLBL: Property editor type - JSON
|
|
64
|
+
BASE_EDITOR.TYPES.JSON=h+sHuiu4YTh4u/hvgZ6TxQ_JSON
|
|
42
65
|
|
|
43
|
-
|
|
66
|
+
#XTOL: Validation error text
|
|
67
|
+
BASE_EDITOR.STRING.INVALID_BINDING=D+QamhR2DnpU10zjz7I+2A_Please enter a valid binding string.
|
|
44
68
|
|
|
45
|
-
|
|
69
|
+
#XTOL: Validation error text
|
|
70
|
+
BASE_EDITOR.LIST.DUPLICATE_ENTRY=QaN92tb7LCS8BdsyVQlr3Q_Please enter a unique value.
|
|
46
71
|
|
|
47
|
-
|
|
72
|
+
#XTOL: Validation error text
|
|
73
|
+
BASE_EDITOR.ENUM.INVALID_SELECTION=MnJ0KOzpU/EA17JO0glbgw_Please select a value from the list.
|
|
48
74
|
|
|
49
|
-
|
|
75
|
+
#XTOL: Validation error text
|
|
76
|
+
BASE_EDITOR.ENUM.CUSTOM_VALUES_NOT_ALLOWED=vtAwGMY8vueyIUtZ8EeO/A_Custom values are not allowed.
|
|
50
77
|
|
|
51
|
-
|
|
78
|
+
#XTOL: Validation error text
|
|
79
|
+
BASE_EDITOR.SELECT.INVALID_SELECTION=S+pMqIdL+YkmMrtiGaenLw_Please select a value from the list.
|
|
52
80
|
|
|
53
|
-
|
|
81
|
+
#XTOL: Validation error text
|
|
82
|
+
BASE_EDITOR.SELECT.CUSTOM_VALUES_NOT_ALLOWED=XXcDfiEsWZhkeyl4Sj12Ew_Custom values are not allowed.
|
|
54
83
|
|
|
55
|
-
|
|
84
|
+
#XTOL: Validation error text
|
|
85
|
+
BASE_EDITOR.PROPERTY.BINDING_NOT_ALLOWED=5K3iDd1Y7T/V7ZYyGdHTkg_Binding strings are not allowed.
|
|
56
86
|
|
|
57
|
-
|
|
87
|
+
#XFLD: Property editor tooltip
|
|
88
|
+
BASE_EDITOR.ARRAY.ITEM_LABEL=yju4Ff2RtbQcFPolZQ01jA_Item
|
|
58
89
|
|
|
59
|
-
|
|
90
|
+
#XFLD: Default label for new array item, placeholder is the array item type (singular), i.e. "New Item"
|
|
91
|
+
BASE_EDITOR.ARRAY.NEW_ITEM_LABEL=y+Hcy6dK0e0NtZ96ACoXBA_New\: {0}
|
|
60
92
|
|
|
61
|
-
|
|
93
|
+
#XFLD: Property editor tooltip
|
|
94
|
+
BASE_EDITOR.ARRAY.REMOVE=LwH+W47PoqEvg3+t5bsMSQ_Remove item
|
|
62
95
|
|
|
63
|
-
|
|
96
|
+
#XFLD: Property editor tooltip
|
|
97
|
+
BASE_EDITOR.MOVEUP=Vgq4auWokL2xgUF88buTHA_Move up
|
|
64
98
|
|
|
65
|
-
|
|
99
|
+
#XFLD: Property editor tooltip
|
|
100
|
+
BASE_EDITOR.MOVEDOWN=eOAEBzGkdGusNvH/Bj6Hog_Move down
|
|
66
101
|
|
|
67
|
-
|
|
102
|
+
#XBUT: Button to add items to an array, placeholder is the array item type (singular), i.e. "Add Item"
|
|
103
|
+
BASE_EDITOR.ARRAY.ADD=/AS9gKV+zYWnCaPz8ikC/g_Add\: {0}
|
|
68
104
|
|
|
69
|
-
|
|
105
|
+
#XFLD: Property editor tooltip - Title for JSON Data Editor
|
|
106
|
+
BASE_EDITOR.JSON.TITLE=FPLxWMGCrDM9abvng5ZQ0g_Edit JSON Data
|
|
70
107
|
|
|
71
|
-
|
|
108
|
+
#XFLD: Property editor tooltip - Save changes to JSON
|
|
109
|
+
BASE_EDITOR.JSON.SAVE=3xS2KQstOiQqEmFDjY8TgA_Save
|
|
72
110
|
|
|
73
|
-
|
|
111
|
+
#XFLD: Property editor tooltip - Cancel JSON editing and discard changes
|
|
112
|
+
BASE_EDITOR.JSON.CANCEL=RqLW0UWF/1sgnE3lMjkLTA_Cancel
|
|
74
113
|
|
|
75
|
-
|
|
114
|
+
#XFLD: Property editor tooltip - Beautify the code inside the JSON editor
|
|
115
|
+
BASE_EDITOR.JSON.BEAUTIFY=DqlafrXkAroGdOuuksgfug_Beautify
|
|
76
116
|
|
|
77
|
-
|
|
117
|
+
#XTOL: Validation error text - NaN or invalid binding string inside number editor
|
|
118
|
+
BASE_EDITOR.NUMBER.INVALID_BINDING_OR_NUMBER=FvR+x+tHpdVc1fyx4YhkxQ_Please enter a valid binding string or a number.
|
|
78
119
|
|
|
79
|
-
|
|
120
|
+
#XTOL: Validation error text - NaN or invalid binding string inside integer editor
|
|
121
|
+
BASE_EDITOR.INTEGER.INVALID_BINDING_OR_INTEGER=x0N5+4xXm0jmbsJnyGA32g_Please enter a valid binding string or an integer.
|
|
80
122
|
|
|
81
|
-
|
|
123
|
+
#XTOL: Validation error text - Not a boolean or invalid binding string inside boolean editor
|
|
124
|
+
BASE_EDITOR.BOOLEAN.INVALID_BINDING_OR_BOOLEAN=MDPTuFVhBnVs+6dc6Pwn2g_Please enter a valid binding string or a boolean.
|
|
82
125
|
|
|
83
|
-
|
|
126
|
+
#XSEL: True value inside boolean editor
|
|
127
|
+
BASE_EDITOR.BOOLEAN.TRUE_VALUE=4xCeuHmFt8fRuJm+0imVjg_True
|
|
84
128
|
|
|
85
|
-
|
|
129
|
+
#XSEL: False value inside boolean editor
|
|
130
|
+
BASE_EDITOR.BOOLEAN.FALSE_VALUE=Rxl5LWpERucCgI2zUNUJYg_False
|
|
86
131
|
|
|
87
|
-
|
|
132
|
+
#XTOL: Validation error text - Not an icon URI or invalid binding string inside icon editor
|
|
133
|
+
BASE_EDITOR.ICON.INVALID_BINDING_OR_ICON=YibIC0+27f3LLJirkrmDsw_Please enter a valid binding string or an icon URI.
|
|
88
134
|
|
|
89
|
-
|
|
135
|
+
#XTOL: Tooltip for Settings-Button
|
|
136
|
+
BASE_EDITOR.ICON.BUTTON_SETTINGS=wiMT15vv2OXSjaSrjcyzIQ_Settings
|
|
90
137
|
|
|
91
|
-
|
|
138
|
+
#XTIT: Title for the Settings Dialog
|
|
139
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_TITLE=hfr58hsqJgztMi3fdXWVZg_Display settings
|
|
92
140
|
|
|
93
|
-
|
|
141
|
+
#XLBL: Label for Shape Input Field on Settings Dialog
|
|
142
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_LABEL=Kk3kKXAsJc+lwLlBJ8IFng_Shape
|
|
94
143
|
|
|
95
|
-
|
|
144
|
+
#XTOL: Tooltip for Shape Selection
|
|
145
|
+
BASE_EDITOR.ICON.SELECTION_SHAPE=VGPRvf8i+al1OX67sz9hkQ_Select the shape of the icon
|
|
96
146
|
|
|
97
|
-
|
|
147
|
+
#XLBL: Label for Shape "Square"
|
|
148
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_SQUARE=nObE83kNioAcc4kzYSuXYg_Square
|
|
98
149
|
|
|
99
|
-
|
|
150
|
+
#XLBL: Label for Shape "Circle"
|
|
151
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_CIRCLE=5+0ksUV0OMGP7u166lUtzg_Circle
|
|
100
152
|
|
|
101
|
-
|
|
153
|
+
#XTOL: Tooltip for Alt Text
|
|
154
|
+
BASE_EDITOR.ICON.INPUT_ALT=por8dZkPEzGGfmVLI5FnsQ_Enter alternative text for the icon
|
|
102
155
|
|
|
103
|
-
|
|
156
|
+
#XLBL: Label for Text Input Field on Settings Dialog
|
|
157
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_TEXT_LABEL=2TsSpZHtknRrnndzXvQ2lg_Text
|
|
104
158
|
|
|
105
|
-
|
|
159
|
+
#XTOL: Tooltip for Text
|
|
160
|
+
BASE_EDITOR.ICON.INPUT_TEXT=RiCmpKUsm8VunxYpcHARYw_Enter text inside the icon
|
|
106
161
|
|
|
107
|
-
|
|
162
|
+
#XLBL: Label for Icon-Type "Icon"
|
|
163
|
+
BASE_EDITOR.ICON.TYPE_ICON=ECDt1wPcVOFDQBMmUSSbBQ_Icon
|
|
108
164
|
|
|
109
|
-
|
|
165
|
+
#XLBL: Label for Icon-Type "Picture"
|
|
166
|
+
BASE_EDITOR.ICON.TYPE_PICTURE=LYZ+iNsB/dbw8KyrKj0reA_Picture
|
|
110
167
|
|
|
111
|
-
|
|
168
|
+
#XLBL: Label for Background Color Input Field on Settings Dialog
|
|
169
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_BACKGROUNDCOLOR_LABEL=r/FxLMoZ6aBePX0MdyviPQ_Background color
|
|
112
170
|
|
|
113
|
-
|
|
171
|
+
#XTOL: Tooltip for Background Color
|
|
172
|
+
BASE_EDITOR.ICON.INPUT_BACKGROUNDCOLOR=wnj8kNJCslpEON6/mzGb2g_Enter background color of the icon
|
|
114
173
|
|
|
115
|
-
|
|
174
|
+
#XTOL: Tooltip for Color
|
|
175
|
+
BASE_EDITOR.ICON.INPUT_COLOR=TYsUzYfoegTFiAJtwhnfww_Enter color of the icon
|
|
116
176
|
|
|
117
|
-
|
|
177
|
+
#XLBL: Label for Color Input Field on Settings Dialog
|
|
178
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_COLOR_LABEL=fTomw47Kocl982bAPKpMZQ_Color
|
|
118
179
|
|
|
119
|
-
|
|
180
|
+
#XTOL: Validation error text - Not a date or binding string inside date editor
|
|
181
|
+
BASE_EDITOR.DATE.INVALID_BINDING_OR_DATE=P0F28WUTffOjFi5+sfUkAQ_Please enter a valid binding string or date.
|
|
120
182
|
|
|
121
|
-
|
|
183
|
+
#XTOL: Validation error text
|
|
184
|
+
BASE_EDITOR.VALIDATOR.INVALID_BINDING=WYOwKFPmxytbrKjzm+2dZg_Invalid binding.
|
|
122
185
|
|
|
123
|
-
|
|
186
|
+
#XTOL: Validation error text
|
|
187
|
+
BASE_EDITOR.VALIDATOR.FORBIDDEN_BINDING=ap02Wu59tay5rS2bgzj6yQ_Bindings are not allowed.
|
|
124
188
|
|
|
125
|
-
|
|
189
|
+
#XTOL: Validation error text
|
|
190
|
+
BASE_EDITOR.VALIDATOR.FORBIDDEN_CUSTOM_VALUE=aTM5Ip1iCJE1ANdx19QdsQ_Custom values are not allowed.
|
|
126
191
|
|
|
127
|
-
|
|
192
|
+
#XTOL: Validation error text
|
|
193
|
+
BASE_EDITOR.VALIDATOR.NOT_A_NUMBER=uGfXbrDDxnxXbxSOhomvJA_Not a number.
|
|
128
194
|
|
|
129
|
-
|
|
195
|
+
#XTOL: Validation error text
|
|
196
|
+
BASE_EDITOR.VALIDATOR.NOT_AN_INTEGER=Ow6Vp3jJFNbtxHYvMmft/w_Not an integer.
|
|
130
197
|
|
|
131
|
-
|
|
198
|
+
#XTOL: Validation error text
|
|
199
|
+
BASE_EDITOR.VALIDATOR.NOT_A_BOOLEAN=eOFuJCnUKF/QxxE2sCEiPQ_Not a boolean.
|
|
132
200
|
|
|
133
|
-
|
|
201
|
+
#XTOL: Validation error text
|
|
202
|
+
BASE_EDITOR.VALIDATOR.NOT_A_JSONOBJECT=1LBBS3fs1eRUlh3XkLBsZw_Not a JSON Format.
|
|
134
203
|
|
|
135
|
-
|
|
204
|
+
#XTOL: Validation error text
|
|
205
|
+
BASE_EDITOR.VALIDATOR.NOT_AN_ICON=tXoJBxD+QDnjhJlQSa/Udg_Not an icon.
|
|
136
206
|
|
|
137
|
-
|
|
207
|
+
#XTOL: Validation error text
|
|
208
|
+
BASE_EDITOR.VALIDATOR.MAX_LENGTH=o+fqE+kecMSEoDu6chNlvw_Max length of {0} symbols is exceeded.
|
|
138
209
|
|
|
139
|
-
|
|
210
|
+
#XTOL: Validation error text
|
|
211
|
+
BASE_EDITOR.VALIDATOR.DUPLICATE_ENTRY=XKMStGQYWtsCtsNa8jgwUQ_Duplicate entry.
|
|
140
212
|
|
|
141
|
-
|
|
213
|
+
#XTOL: Validation error text
|
|
214
|
+
BASE_EDITOR.VALIDATOR.DUPLICATE_KEY=+klG8+rCoYUMjmx+qxSBng_Duplicate key.
|
|
215
|
+
|
|
216
|
+
#XTOL: Validation error text
|
|
217
|
+
BASE_EDITOR.VALIDATOR.INVALID_DATE=dmn503rY6BqZOxgurQkL9g_Invalid date.
|
|
218
|
+
|
|
219
|
+
#XTOL: Validation error text
|
|
220
|
+
BASE_EDITOR.VALIDATOR.FAILED_PATTERN_TEST=aQuSD7Mt2SBb4mKK60nQQg_Input does not match the pattern.
|