Browse Source

New translations en.json (English)

pull/4534/head
navi 2 years ago
parent
commit
ba43a0bbcb
  1. 8
      packages/nc-gui/lang/en.json

8
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.",

Loading…
Cancel
Save