mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
* feat: dashboard widget page is refactored * chore: key is updated * chore: delete widget is updated * chore: naming of the file is updated * feat: dashboard changes are updated and selected dashboard and dashboardId is added * chore: dashboard widget page is updated * feat: setlayout is updated * chore: selected dashboard is updated * chore: dashboard is updated * fix: feedback is updated * chore: comments are resolved * chore: empty widget id is updated * fix: variables is updated * chore: dashboard variable and name,description is now updated in hooks * chore: build is fixed * chore: loading experience is updated * chore: title is updated * fix: dashboard variables and other changes are updated * feat: dashboard reducer is removed * feat: widget header is updated * feat: widget header is updated * chore: dashboard is updated * chore: feedback is updated * fix: issues are fixed * chore: delete is updated * chore: warning message is updated * chore: warning message is updated * chore: widget graph component * feat: dashboard condition is updated * chore: getChartData is updated * chore: widget details page is updated * feat: tab sync is updated * chore: layout is updated * chore: labels is updated * chore: message is updated * chore: warining message is updated --------- Co-authored-by: Rajat Dabade <rajat@signoz.io> Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
25 lines
1.0 KiB
JSON
25 lines
1.0 KiB
JSON
{
|
|
"create_dashboard": "Create Dashboard",
|
|
"import_json": "Import JSON",
|
|
"import_grafana_json": "Import Grafana JSON",
|
|
"copy_to_clipboard": "Copy To ClipBoard",
|
|
"download_json": "Download JSON",
|
|
"view_json": "View JSON",
|
|
"export_dashboard": "Export this dashboard.",
|
|
"upload_json_file": "Upload JSON file",
|
|
"paste_json_below": "Paste JSON below",
|
|
"error_upload_json": "Invalid JSON",
|
|
"load_json": "Load JSON",
|
|
"import_dashboard_by_pasting": "Import dashboard by pasting JSON or importing JSON file",
|
|
"error_loading_json": "Error loading JSON file",
|
|
"empty_json_not_allowed": "Empty JSON is not allowed",
|
|
"new_dashboard_title": "Sample Title",
|
|
"layout_saved_successfully": "Layout saved successfully",
|
|
"add_panel": "Add Panel",
|
|
"save_layout": "Save Layout",
|
|
"variable_updated_successfully": "Variable updated successfully",
|
|
"error_while_updating_variable": "Error while updating variable",
|
|
"dashboard_has_been_updated": "Dashboard has been updated",
|
|
"do_you_want_to_refresh_the_dashboard": "Do you want to refresh the dashboard?"
|
|
}
|