|
|
|
@ -248,7 +248,10 @@
|
|
|
|
|
"sqlOutput": "Sortie SQL", |
|
|
|
|
"addOption": "Ajouter une option", |
|
|
|
|
"qrCodeValueColumn": "Column with QR code value", |
|
|
|
|
"barcodeValueColumn": "Column with Barcode value", |
|
|
|
|
"barcodeFormat": "Barcode format", |
|
|
|
|
"qrCodeValueTooLong": "Trop de caractères pour un code QR", |
|
|
|
|
"barcodeValueTooLong": "Too many characters for a barcode", |
|
|
|
|
"aggregateFunction": "Fonction agrégée", |
|
|
|
|
"dbCreateIfNotExists": "Base de données : la créer si elle n'existe pas", |
|
|
|
|
"clientKey": "Clé client", |
|
|
|
@ -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." |
|
|
|
|