diff --git a/packages/nc-gui/lang/ja.json b/packages/nc-gui/lang/ja.json index a9cab22389..c61e86a496 100644 --- a/packages/nc-gui/lang/ja.json +++ b/packages/nc-gui/lang/ja.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": "警告: 計算フィールド - テキストをクリアできません", "qrFieldsCannotBeDirectlyChanged": "警告:QRコードフィールドは直接変更できません。"