[SSE] Add error Asc.c_oAscError.ID.PivotLabledColumns

This commit is contained in:
Julia Radzhabova 2019-10-04 17:55:01 +03:00
parent 99d35ff276
commit 0eb9ce6ac0
2 changed files with 7 additions and 1 deletions

View file

@ -1351,6 +1351,10 @@ define([
config.msg = this.errorLockedCellPivot; config.msg = this.errorLockedCellPivot;
break; break;
case Asc.c_oAscError.ID.PivotLabledColumns:
config.msg = this.errorLabledColumnsPivot;
break;
case Asc.c_oAscError.ID.ForceSaveButton: case Asc.c_oAscError.ID.ForceSaveButton:
config.msg = this.errorForceSave; config.msg = this.errorForceSave;
break; break;
@ -2436,7 +2440,8 @@ define([
txtTime: 'Time', txtTime: 'Time',
txtTab: 'Tab', txtTab: 'Tab',
txtFile: 'File', txtFile: 'File',
errorFileSizeExceed: 'The file size exceeds the limitation set for your server.<br>Please contact your Document Server administrator for details.' errorFileSizeExceed: 'The file size exceeds the limitation set for your server.<br>Please contact your Document Server administrator for details.',
errorLabledColumnsPivot: 'To create a pivot table, you must use data that is organized as a list with labeled columns.'
} }
})(), SSE.Controllers.Main || {})) })(), SSE.Controllers.Main || {}))
}); });

View file

@ -430,6 +430,7 @@
"SSE.Controllers.Main.errorInvalidRef": "Enter a correct name for the selection or a valid reference to go to.", "SSE.Controllers.Main.errorInvalidRef": "Enter a correct name for the selection or a valid reference to go to.",
"SSE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor", "SSE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor",
"SSE.Controllers.Main.errorKeyExpire": "Key descriptor expired", "SSE.Controllers.Main.errorKeyExpire": "Key descriptor expired",
"SSE.Controllers.Main.errorLabledColumnsPivot": "To create a pivot table, you must use data that is organized as a list with labeled columns.",
"SSE.Controllers.Main.errorLockedAll": "The operation could not be done as the sheet has been locked by another user.", "SSE.Controllers.Main.errorLockedAll": "The operation could not be done as the sheet has been locked by another user.",
"SSE.Controllers.Main.errorLockedCellPivot": "You cannot change data inside a pivot table.", "SSE.Controllers.Main.errorLockedCellPivot": "You cannot change data inside a pivot table.",
"SSE.Controllers.Main.errorLockedWorksheetRename": "The sheet cannot be renamed at the moment as it is being renamed by another user", "SSE.Controllers.Main.errorLockedWorksheetRename": "The sheet cannot be renamed at the moment as it is being renamed by another user",