mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
* fix: dashboard delete is fixed and toast message is added * fix: dashboard delete is fixed and toast message is added * chore: message is updated
26 lines
1.1 KiB
JSON
26 lines
1.1 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?",
|
|
"delete_dashboard_success": "{{name}} dashboard deleted successfully"
|
|
}
|