From 8820b148f4eac4dccedb0c2172686772f683e7c6 Mon Sep 17 00:00:00 2001 From: Roberto Jimenez Sanchez Date: Tue, 2 Dec 2025 19:32:45 +0100 Subject: [PATCH] fix(provisioning): remove interpolation from path description - Remove {{repoPath}} interpolation from path-description-with-repo translation - Description now only shows plain text without variable interpolation --- public/locales/en-US/grafana.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json index 812e4ccfa0d..0ceac398cea 100644 --- a/public/locales/en-US/grafana.json +++ b/public/locales/en-US/grafana.json @@ -3564,9 +3564,8 @@ "delete-modal-title": "Delete", "delete-provisioned-folder": "Delete provisioned folder", "deleting": "Deleting...", - "export-button": "Export", - "export-to-repository-button": "Export to Repository", "export-folder": "Export Folder to Repository", + "export-to-repository-button": "Export to Repository", "manage-permissions-button": "Manage permissions", "move-button": "Move", "move-modal-alert": "Moving this item may change its permissions.", @@ -3601,15 +3600,20 @@ "button-cancel": "Cancel", "button-export": "Export", "button-exporting": "Exporting...", + "dashboards-count_one": "{{count}} dashboard", + "dashboards-count_other": "{{count}} dashboard", "error-exporting-resources": "Error exporting resources", "error-no-dashboards": "No dashboards selected. Only dashboards can be exported.", "error-no-repository": "Please select a repository", "export-total": "In total, this will export:", - "folders-warning": "Folders cannot be exported", - "folders-warning-description": "Only dashboards can be exported. Folders in your selection will be ignored.", + "folders-count_one": "{{count}} folder", + "folders-count_other": "{{count}} folder", + "folders-info": "Folders in selection", + "folders-info-description": "Folders will be left behind. New folders will be created in the repository based on the dashboard folder structure.", + "no-items": "No items selected", "path": "Path", "path-description": "Path relative to the repository root (optional). Resources will be exported under this path.", - "path-description-with-repo": "Resources will be exported under the repository path: {{repoPath}}. You can add a sub-path below.", + "path-description-with-repo": "Add a sub-path below to organize exported dashboards.", "path-placeholder": "e.g., dashboards/", "path-placeholder-with-repo": "e.g., dashboards/team-a/", "repository": "Repository", @@ -12730,6 +12734,7 @@ "menu": { "export-image-title": "Export as image", "export-json-title": "Export as JSON", + "export-to-repository-title": "Export to Repository", "share-externally-title": "Share externally", "share-internally-title": "Share internally", "share-snapshot-title": "Share snapshot"