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
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user