diff --git a/l10n/bundle.l10n.json b/l10n/bundle.l10n.json
index 82b36f15..09a68f15 100644
--- a/l10n/bundle.l10n.json
+++ b/l10n/bundle.l10n.json
@@ -386,6 +386,7 @@
"Unable to read remote file": "Unable to read remote file",
"Unable to read one or both files": "Unable to read one or both files",
"Exporting comparison...": "Exporting comparison...",
+ "Export Metadata Diff": "Export Metadata Diff",
"Importing comparison...": "Importing comparison...",
"Invalid file format. The file does not contain valid metadata diff data.": "Invalid file format. The file does not contain valid metadata diff data.",
"Unsupported version. This file was created with a newer version of the extension.": "Unsupported version. This file was created with a newer version of the extension.",
@@ -510,12 +511,24 @@
"Success message when export is saved. {0} is the file path."
]
},
+ "Failed to export comparison: {0}/Error message when export fails. {0} is the error message.": {
+ "message": "Failed to export comparison: {0}",
+ "comment": [
+ "Error message when export fails. {0} is the error message."
+ ]
+ },
"Comparison for '{0}' imported successfully./Success message when import is complete. {0} is the site name.": {
"message": "Comparison for '{0}' imported successfully.",
"comment": [
"Success message when import is complete. {0} is the site name."
]
},
+ "Failed to import comparison: {0}/Error message when import fails. {0} is the error message.": {
+ "message": "Failed to import comparison: {0}",
+ "comment": [
+ "Error message when import fails. {0} is the error message."
+ ]
+ },
"Refreshing comparison for {0} ([details](command:microsoft.powerplatform.pages.actionsHub.showOutputChannel \"Show download output\")).../This is a markdown formatting which must persist across translations.": {
"message": "Refreshing comparison for {0} ([details](command:microsoft.powerplatform.pages.actionsHub.showOutputChannel \"Show download output\"))...",
"comment": [
@@ -631,9 +644,6 @@
]
},
"Import Metadata Diff": "Import Metadata Diff",
- "Failed to import comparison: {0}": "Failed to import comparison: {0}",
- "Export Metadata Diff": "Export Metadata Diff",
- "Failed to export comparison: {0}": "Failed to export comparison: {0}",
"Power Platform Tools: PAC CLI": "Power Platform Tools: PAC CLI",
"Command completed successfully.": "Command completed successfully.",
"PAC Telemetry enabled": "PAC Telemetry enabled",
diff --git a/loc/translations-export/vscode-powerplatform.xlf b/loc/translations-export/vscode-powerplatform.xlf
index a4327a14..1e99a6aa 100644
--- a/loc/translations-export/vscode-powerplatform.xlf
+++ b/loc/translations-export/vscode-powerplatform.xlf
@@ -489,8 +489,9 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
Failed to enable PAC telemetry.
-
+ Failed to export comparison: {0}
+ Error message when export fails. {0} is the error message.Failed to fetch some files.
@@ -514,8 +515,9 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
Failed to handle Power Pages URI: {0}
-
+ Failed to import comparison: {0}
+ Error message when import fails. {0} is the error message.Failed to install SARIF viewer extension. Opening results as text file.