update docs Interface.js, abstract model layer errors

This commit is contained in:
Lachlan Kermode
2018-12-07 16:37:27 +00:00
parent f104754cf9
commit 4151d68f2e
4 changed files with 47 additions and 22 deletions

View File

@@ -5,7 +5,8 @@ export default {
onlyTab: 'You cannot query a tab directly. The URL needs to be in the format /:sheet/:tab/:resource.',
noSheet: sheet => `The sheet ${sheet} is not available in this server.`,
noResource: prts => `The resource '${prts[2]}' does not exists in the tab '${prts[1]}' in this sheet.`,
noFragment: prts => `Fragment index does not exist`
noFragment: prts => `Fragment index does not exist`,
modelLayer: prts => `Something went wrong at the model layer`
},
success: {
update: 'All sheets updated'