Browse Source

New translations en.json (Korean)

pull/4707/head
navi 2 years ago
parent
commit
c504bab3ff
  1. 6
      packages/nc-gui/lang/ko.json

6
packages/nc-gui/lang/ko.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."

Loading…
Cancel
Save