|
1 | 1 | export default {
|
| 2 | + 'menu.dashboard': 'Dashboard', |
| 3 | + 'menu.settings': 'Settings', |
2 | 4 | 'menu.dashboard.playground': 'Playground',
|
3 | 5 | 'menu.dashboard.query': 'Query',
|
4 | 6 | 'menu.dashboard.metrics': 'Metrics Query',
|
5 | 7 | 'menu.dashboard.tables': 'Tables',
|
6 | 8 | 'menu.dashboard.scripts': 'Scripts',
|
| 9 | + 'menu.dashboard.deployment': 'Deployment', |
7 | 10 | 'menu.dashboard.status': 'Status',
|
8 | 11 | 'menu.dashboard.ingest': 'Ingest',
|
9 | 12 | 'menu.dashboard.influxdb': 'InfluxDB Line Protocol',
|
10 | 13 | 'menu.dashboard.write': 'Write',
|
11 | 14 | 'menu.dashboard.upload': 'Upload',
|
12 | 15 | 'menu.dashboard.input': 'Input',
|
13 |
| - 'menu.dashboard': 'Dashboard', |
14 |
| - 'menu.exception': 'Exception', |
15 |
| - 'menu.faq': 'FAQ', |
16 |
| - 'menu.form': 'Form', |
17 |
| - 'menu.list': 'List', |
18 |
| - 'menu.profile': 'Profile', |
19 |
| - 'menu.result': 'Result', |
20 |
| - 'menu.server.dashboard': 'Dashboard-Server', |
21 |
| - 'menu.server.monitor': 'Monitor-Server', |
22 |
| - 'menu.server.workplace': 'Workplace-Server', |
23 |
| - 'menu.user': 'User Center', |
24 |
| - 'menu.visualization': 'Data Visualization', |
25 |
| - 'menu.newQuery': 'New Query', |
26 |
| - 'menu.tour.query': |
27 |
| - 'Check full list of tables and their metadata of your instance. Place SQL and PromQL query in our query editor.', |
28 |
| - 'menu.tour.tables': 'Full list of tables and their metadata of your instance.', |
29 |
| - 'menu.tour.ingest': 'Ingest time-series data from the Ingest UI.', |
30 |
| - 'menu.tour.workbench': 'Build advanced dashboard using UI builder and YAML based configuration, all managed by git.', |
| 16 | + 'menu.dashboard.management': 'Management', |
| 17 | + 'menu.dashboard.log-ingestion': 'Log Ingestion', |
31 | 18 | 'menu.dashboard.logsQuery': 'Logs Query',
|
32 | 19 | 'menu.dashboard.logPipeline': 'Logs Pipelines',
|
33 |
| - 'menu.traces.list': 'Traces Query', |
34 |
| - 'menu.dashboard.log-ingestion': 'Log Ingestion', |
35 |
| - 'menu.news': 'Latest News', |
36 | 20 | 'menu.dashboard.flow': 'Flow',
|
37 | 21 | 'menu.dashboard.traces': 'Traces Query',
|
| 22 | + 'menu.tour.query': |
| 23 | + 'Check full list of tables and their metadata of your instance. Place SQL and PromQL query in our query editor.', |
| 24 | + 'menu.tour.ingest': 'Ingest time-series data from the Ingest UI.', |
| 25 | + 'menu.news': 'Latest News', |
| 26 | + 'menu.feedback': 'Send Feedback', |
38 | 27 | }
|
0 commit comments