From bb9c991e4caa49d8d73cf1c7c29fd8d3d8599135 Mon Sep 17 00:00:00 2001 From: navi Date: Tue, 27 Dec 2022 18:53:39 +0000 Subject: [PATCH] New translations en.json (Hindi) --- packages/nc-gui/lang/hi.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/nc-gui/lang/hi.json b/packages/nc-gui/lang/hi.json index 56168cc678..20126924b1 100644 --- a/packages/nc-gui/lang/hi.json +++ b/packages/nc-gui/lang/hi.json @@ -248,7 +248,10 @@ "sqlOutput": "SQL आउटपुट", "addOption": "विकल्प जोड़े", "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": "कुल समारोह", "dbCreateIfNotExists": "डेटाबेस: बनाएं यदि मौजूद नहीं है", "clientKey": "ग्राहक कुंजी", @@ -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."