Browse Source

New translations en.json (Dutch)

pull/4707/head
navi 2 years ago
parent
commit
d91a1bd61e
  1. 6
      packages/nc-gui/lang/nl.json

6
packages/nc-gui/lang/nl.json

@ -248,7 +248,10 @@
"sqlOutput": "SQL Uitvoer", "sqlOutput": "SQL Uitvoer",
"addOption": "Optie toevoegen", "addOption": "Optie toevoegen",
"qrCodeValueColumn": "Column with QR code value", "qrCodeValueColumn": "Column with QR code value",
"barcodeValueColumn": "Column with Barcode value",
"barcodeFormat": "Barcode format",
"qrCodeValueTooLong": "Too many characters for a QR code", "qrCodeValueTooLong": "Too many characters for a QR code",
"barcodeValueTooLong": "Too many characters for a barcode",
"aggregateFunction": "Geaggregeerde functie", "aggregateFunction": "Geaggregeerde functie",
"dbCreateIfNotExists": "Database: creëer als het niet bestaat", "dbCreateIfNotExists": "Database: creëer als het niet bestaat",
"clientKey": "Client Key", "clientKey": "Client Key",
@ -496,6 +499,9 @@
}, },
"msg": { "msg": {
"warning": { "warning": {
"barcode": {
"renderError": "Barcode error - please check compatibility between input and barcode type"
},
"nonEditableFields": { "nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text", "computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed." "qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."

Loading…
Cancel
Save