From de886503df7eb1c71461b261ee489865f2f68ce0 Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 30 Nov 2022 04:53:08 +0000 Subject: [PATCH] New translations en.json (Korean) --- packages/nc-gui/lang/ko.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/nc-gui/lang/ko.json b/packages/nc-gui/lang/ko.json index b91b3ea389..0e10d44c27 100644 --- a/packages/nc-gui/lang/ko.json +++ b/packages/nc-gui/lang/ko.json @@ -241,6 +241,8 @@ "created": "생성", "sqlOutput": "SQL 출력", "addOption": "옵션 추가", + "qrCodeValueColumn": "Column with QR code value", + "qrCodeValueTooLong": "Too many characters for a QR code", "aggregateFunction": "집합 함수", "dbCreateIfNotExists": "데이터베이스 : 존재하지 않는 경우 생성", "clientKey": "클라이언트 키", @@ -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.",