From ba43a0bbcbd34a2670dfa6ffcca4c47945efa1a3 Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 30 Nov 2022 04:52:48 +0000 Subject: [PATCH] New translations en.json (English) --- packages/nc-gui/lang/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/nc-gui/lang/en.json b/packages/nc-gui/lang/en.json index ecd3c8777a..50b78578ca 100644 --- a/packages/nc-gui/lang/en.json +++ b/packages/nc-gui/lang/en.json @@ -241,6 +241,8 @@ "created": "Created", "sqlOutput": "SQL Output", "addOption": "Add option", + "qrCodeValueColumn": "Column with QR code value", + "qrCodeValueTooLong": "Too many characters for a QR code", "aggregateFunction": "Aggregate function", "dbCreateIfNotExists": "Database : create if not exists", "clientKey": "Client Key", @@ -487,6 +489,12 @@ "selectField": "Select field" }, "msg": { + "warning": { + "nonEditableFields": { + "computedFieldUnableToClear": "Warning: Computed field - unable to clear text", + "qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed." + } + }, "info": { "roles": { "orgCreator": "Creator can create new projects and access any invited project.",