Browse Source

New translations en.json (Norwegian)

pull/4534/head
navi 2 years ago
parent
commit
82d7f52b90
  1. 8
      packages/nc-gui/lang/no.json

8
packages/nc-gui/lang/no.json

@ -241,6 +241,8 @@
"created": "Opprettet", "created": "Opprettet",
"sqlOutput": "SQL-utgang", "sqlOutput": "SQL-utgang",
"addOption": "Legg til alternativ", "addOption": "Legg til alternativ",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Samlet funksjon", "aggregateFunction": "Samlet funksjon",
"dbCreateIfNotExists": "Database: Opprett hvis ikke eksisterer", "dbCreateIfNotExists": "Database: Opprett hvis ikke eksisterer",
"clientKey": "Klientnøkkel", "clientKey": "Klientnøkkel",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

Loading…
Cancel
Save