feat: Extend App pages with tabs and data

This commit is contained in:
Ali BARIN
2021-10-09 21:56:16 +02:00
parent f36a5cb6d8
commit c078a97e12
10 changed files with 186 additions and 20 deletions

View File

@@ -6,6 +6,10 @@
"drawer.flows": "Flows",
"drawer.apps": "My Apps",
"drawer.explore": "Explore",
"app.connections": "{count} connections",
"app.flows": "{count} flows"
"app.connectionCount": "{count} connections",
"app.flowCount": "{count} flows",
"app.addConnection": "Add connection",
"app.settings": "Settings",
"app.connections": "Connections",
"app.flows": "Flows"
}