diff --git a/packages/nc-gui/lang/de.json b/packages/nc-gui/lang/de.json index 7304e360f8..23ecf9f720 100644 --- a/packages/nc-gui/lang/de.json +++ b/packages/nc-gui/lang/de.json @@ -248,7 +248,10 @@ "sqlOutput": "SQL-Ausgabe", "addOption": "Option hinzufügen", "qrCodeValueColumn": "Spalte mit QR-Code", + "barcodeValueColumn": "Column with Barcode value", + "barcodeFormat": "Barcode format", "qrCodeValueTooLong": "Zu viele Zeichen für einen QR-Code", + "barcodeValueTooLong": "Too many characters for a barcode", "aggregateFunction": "Globale Funktion", "dbCreateIfNotExists": "Datenbank: Erstellen, falls nicht vorhanden", "clientKey": "Client-Schlüssel", @@ -496,6 +499,9 @@ }, "msg": { "warning": { + "barcode": { + "renderError": "Barcode error - please check compatibility between input and barcode type" + }, "nonEditableFields": { "computedFieldUnableToClear": "Warning: Computed field - unable to clear text", "qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."