#This is the resource bundle for the OpenUI5 sap.ui.integration.designtime.editor module
#
#XFLD: Empty table text
BASE_EDITOR.MAP.EMPTY=Geen gegevens

#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=Waarde

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

#XFLD: Property editor tooltip
BASE_EDITOR.MAP.REMOVE_PARAMETER=Parameter verwijderen

#XTOL: Validation error text
BASE_EDITOR.MAP.DUPLICATE_KEY=Voer een unieke key in.

#XFLD: Property editor tooltip
BASE_EDITOR.MAP.ADD_PARAMETER=Parameter toevoegen

#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=Booleaans

#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=Geheel getal

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

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

#XTOL: Validation error text
BASE_EDITOR.STRING.INVALID_BINDING=Voer een geldige bindingstekenreeks in.

#XTOL: Validation error text
BASE_EDITOR.LIST.DUPLICATE_ENTRY=Voer een unieke waarde in.

#XTOL: Validation error text
BASE_EDITOR.ENUM.INVALID_SELECTION=Selecteer een waarde uit de lijst.

#XTOL: Validation error text
BASE_EDITOR.ENUM.CUSTOM_VALUES_NOT_ALLOWED=Aangepaste waarden zijn niet toegestaan.

#XTOL: Validation error text
BASE_EDITOR.ENUM.BINDING_NOT_ALLOWED=Bindingstekenreeksen zijn niet toegestaan.

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

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

#XFLD: Property editor tooltip
BASE_EDITOR.ARRAY.REMOVE=Positie verwijderen

#XFLD: Property editor tooltip
BASE_EDITOR.ARRAY.MOVEUP=Omhoog

#XFLD: Property editor tooltip
BASE_EDITOR.ARRAY.MOVEDOWN=Omlaag

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

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

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

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

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

#XTOL: Validation error text - NaN or invalid binding string inside number editor
BASE_EDITOR.NUMBER.INVALID_BINDING_OR_NUMBER=Voer een geldige bindingstekenreeks of een nummer in.

#XTOL: Validation error text - NaN or invalid binding string inside integer editor
BASE_EDITOR.INTEGER.INVALID_BINDING_OR_INTEGER=Voer een geldige bindingstekenreeks of een geheel getal in.

#XTOL: Validation error text - Not a boolean or invalid binding string inside boolean editor
BASE_EDITOR.BOOLEAN.INVALID_BINDING_OR_BOOLEAN=Voer een geldige bindingstekenreeks of een booleaanse waarde in.

#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=Voer een geldige bindingstekenreeks of een pictogram-URI in.

#XTOL: Validation error text - Not a date or binding string inside date editor
BASE_EDITOR.DATE.INVALID_BINDING_OR_DATE=Voer een geldige bindingstekenreeks of een datum in.
