#This is the resource bundle for the OpenUI5 sap.ui.integration.designtime.editor module
#__ldi.translation.uuid=c7c0f054-04c5-4d2d-9e11-51a3ba9e60ee
#XFLD: Empty table text
BASE_EDITOR.MAP.EMPTY=No entries

#XFLD: Header for key column inside map editor
BASE_EDITOR.MAP.KEY=Key

#XFLD: Header for value column inside map editor
BASE_EDITOR.MAP.VALUE=Value

#XFLD: Header for data type column inside map editor
BASE_EDITOR.MAP.TYPE=Type

#XFLD: Property editor tooltip
BASE_EDITOR.MAP.REMOVE_PARAMETER=Remove parameter

#XTOL: Validation error text
BASE_EDITOR.MAP.DUPLICATE_KEY=Please enter a unique key.

#XFLD: Property editor tooltip
BASE_EDITOR.MAP.ADD_PARAMETER=Add parameter

#XSEL: Available parameter types for map editor: String
BASE_EDITOR.MAP.TYPES.STRING=String

#XSEL: Available parameter types for map editor: Boolean
BASE_EDITOR.MAP.TYPES.BOOLEAN=Boolean

#XSEL: Available parameter types for map editor: Number
BASE_EDITOR.MAP.TYPES.NUMBER=Float

#XSEL: Available parameter types for map editor: Integer
BASE_EDITOR.MAP.TYPES.INTEGER=Integer

#XSEL: Available parameter types for map editor: Date
BASE_EDITOR.MAP.TYPES.DATE=Date

#XSEL: Available parameter types for map editor: Datetime
BASE_EDITOR.MAP.TYPES.DATETIME=Datetime

#XTOL: Validation error text
BASE_EDITOR.STRING.INVALID_BINDING=Please enter a valid binding string.

#XTOL: Validation error text
BASE_EDITOR.LIST.DUPLICATE_ENTRY=Please enter a unique value.

#XTOL: Validation error text
BASE_EDITOR.ENUM.INVALID_SELECTION=Please select a value from the list.

#XTOL: Validation error text
BASE_EDITOR.ENUM.CUSTOM_VALUES_NOT_ALLOWED=Custom values are not allowed.

#XTOL: Validation error text
BASE_EDITOR.ENUM.BINDING_NOT_ALLOWED=Binding strings are not allowed.

#XFLD: Property editor tooltip
BASE_EDITOR.ARRAY.ITEM_LABEL=Item

#XFLD: Default label for new array item, placeholder is the array item type (singular), i.e. "New Item"
BASE_EDITOR.ARRAY.NEW_ITEM_LABEL=New\: {0}

#XFLD: Property editor tooltip
BASE_EDITOR.ARRAY.REMOVE=Remove item

#XFLD: Property editor tooltip
BASE_EDITOR.ARRAY.MOVEUP=Move up

#XFLD: Property editor tooltip
BASE_EDITOR.ARRAY.MOVEDOWN=Move down

#XBUT: Button to add items to an array, placeholder is the array item type (singular), i.e. "Add Item"
BASE_EDITOR.ARRAY.ADD=Add\: {0}

#XFLD: Property editor tooltip - Title for JSON Data Editor
BASE_EDITOR.JSON.TITLE=Edit JSON Data

#XFLD: Property editor tooltip - Save changes to JSON
BASE_EDITOR.JSON.SAVE=Save

#XFLD: Property editor tooltip - Cancel JSON editing and discard changes
BASE_EDITOR.JSON.CANCEL=Cancel

#XFLD: Property editor tooltip - Beautify the code inside the JSON editor
BASE_EDITOR.JSON.BEAUTIFY=Beautify

#XTOL: Validation error text - NaN or invalid binding string inside number editor
BASE_EDITOR.NUMBER.INVALID_BINDING_OR_NUMBER=Please enter a valid binding string or a number.

#XTOL: Validation error text - NaN or invalid binding string inside integer editor
BASE_EDITOR.INTEGER.INVALID_BINDING_OR_INTEGER=Please enter a valid binding string or an integer.

#XTOL: Validation error text - Not a boolean or invalid binding string inside boolean editor
BASE_EDITOR.BOOLEAN.INVALID_BINDING_OR_BOOLEAN=Please enter a valid binding string or a boolean.

#XSEL: True value inside boolean editor
BASE_EDITOR.BOOLEAN.TRUE_VALUE=True

#XSEL: False value inside boolean editor
BASE_EDITOR.BOOLEAN.FALSE_VALUE=False

#XTOL: Validation error text - Not an icon URI or invalid binding string inside icon editor
BASE_EDITOR.ICON.INVALID_BINDING_OR_ICON=Please enter a valid binding string or an icon URI.

#XTOL: Validation error text - Not a date or binding string inside date editor
BASE_EDITOR.DATE.INVALID_BINDING_OR_DATE=Please enter a valid binding string or date.