mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-13 10:13:14 +08:00

* feat: add view templates option to dashboard menu * feat: increase dropdown overlay width Set the dropdown overlay width to 200px to provide breathing space for the dropdown button. Added flex to wrap the dropdown button to create space between the right icon and the left elements. --------- Co-authored-by: Pranay Prateek <pranay@signoz.io>
35 lines
1.8 KiB
JSON
35 lines
1.8 KiB
JSON
{
|
|
"create_dashboard": "Create Dashboard",
|
|
"import_json": "Import Dashboard JSON",
|
|
"view_template": "View templates",
|
|
"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",
|
|
"import_and_next": "Import and Next",
|
|
"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",
|
|
"add_row": "Add Row",
|
|
"save_layout": "Save Layout",
|
|
"full_view": "Full Screen View",
|
|
"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?",
|
|
"locked_dashboard_delete_tooltip_admin_author": "Dashboard is locked. Please unlock the dashboard to enable delete.",
|
|
"locked_dashboard_delete_tooltip_editor": "Dashboard is locked. Please contact admin to delete the dashboard.",
|
|
"delete_dashboard_success": "{{name}} dashboard deleted successfully",
|
|
"dashboard_unsave_changes": "There are unsaved changes in the Query builder, please stage and run the query or the changes will be lost. Press OK to discard.",
|
|
"dashboard_save_changes": "Your graph built with {{queryTag}} query will be saved. Press OK to confirm.",
|
|
"your_graph_build_with": "Your graph built with",
|
|
"dashboard_ok_confirm": "query will be saved. Press OK to confirm."
|
|
}
|