From 8ed5f1d4f47dde73dce234232a7e2be3b0e5cd1c Mon Sep 17 00:00:00 2001 From: navi Date: Tue, 27 Dec 2022 18:53:10 +0000 Subject: [PATCH] New translations en.json (Spanish) --- packages/nc-gui/lang/es.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/nc-gui/lang/es.json b/packages/nc-gui/lang/es.json index cc81516e63..9837033d58 100644 --- a/packages/nc-gui/lang/es.json +++ b/packages/nc-gui/lang/es.json @@ -248,7 +248,10 @@ "sqlOutput": "Salida SQL", "addOption": "Añadir opción", "qrCodeValueColumn": "Column with QR code value", + "barcodeValueColumn": "Column with Barcode value", + "barcodeFormat": "Barcode format", "qrCodeValueTooLong": "Too many characters for a QR code", + "barcodeValueTooLong": "Too many characters for a barcode", "aggregateFunction": "Función agregada", "dbCreateIfNotExists": "Base de datos : Crear si no existe", "clientKey": "Clave de Cliente", @@ -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."