Add the database sizes into the sidebar (closes #21)
This commit is contained in:
parent
1e68187959
commit
3a8a2092f7
6 changed files with 75 additions and 9 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"IT": {
|
||||
"common": {
|
||||
"artists": "Artists",
|
||||
"images": "Images",
|
||||
"unsaved": "This change hasn't been saved, if you close without saving it will be undone."
|
||||
},
|
||||
"apps": {
|
||||
|
|
@ -22,6 +24,11 @@
|
|||
},
|
||||
"add-link": "Add New Link"
|
||||
},
|
||||
"ArtSidebar": {
|
||||
"view": "View All",
|
||||
"add-new": "Add New",
|
||||
"db-size": "Database Size: {size}"
|
||||
},
|
||||
"ImageApp": {
|
||||
"title": {
|
||||
"upload": "Upload New Image",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue