From d34417736b9e0e48a6bf6ca4f7baa162ba317360 Mon Sep 17 00:00:00 2001 From: navi Date: Tue, 27 Dec 2022 18:53:30 +0000 Subject: [PATCH] New translations en.json (Chinese Traditional) --- packages/nc-gui/lang/zh-Hant.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/nc-gui/lang/zh-Hant.json b/packages/nc-gui/lang/zh-Hant.json index 4bb5d41d14..376afda6ea 100644 --- a/packages/nc-gui/lang/zh-Hant.json +++ b/packages/nc-gui/lang/zh-Hant.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."