Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 4 additions & 2 deletions loc/translations-export/vscode-powerplatform.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,9 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
<trans-unit id="++CODE++95da24b6bc127a935e2e4323fe85d8f46be20c5e8ca5e10c6a134e5a0c6443a2">
<source xml:lang="en">Failed to enable PAC telemetry.</source>
</trans-unit>
<trans-unit id="++CODE++f6bbb96bbaa4fd26d2826ab43ea9df5b11c9d054ac19064c71f8575e6b1aef43">
<trans-unit id="++CODE++43dbf70c21c86c0ae92c85969872317a7a1e68ced8adb94059fafd83cac30eb5">
<source xml:lang="en">Failed to export comparison: {0}</source>
<note>Error message when export fails. {0} is the error message.</note>
</trans-unit>
<trans-unit id="++CODE++83d9d98e86aca9239f8a2635a98356d956268fb41a465fbc039b9ac979c61649">
<source xml:lang="en">Failed to fetch some files.</source>
Expand All @@ -514,8 +515,9 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
<trans-unit id="++CODE++fc80bc8b6f74fff75eee85e53e42036bc6069a2fa632337a52789dacf96e9ba9">
<source xml:lang="en">Failed to handle Power Pages URI: {0}</source>
</trans-unit>
<trans-unit id="++CODE++557385a4e419d12322d59f4536b71ef893218900db605a6b7508c2d3bc86715f">
<trans-unit id="++CODE++01f0b1383686ea2dbed659b38128c80a17f90fd15b9c8636871a01f34fbd0f2c">
<source xml:lang="en">Failed to import comparison: {0}</source>
<note>Error message when import fails. {0} is the error message.</note>
</trans-unit>
<trans-unit id="++CODE++9696573fbb3df8812e2d0b83aa3d9077681bf992c9f9514fbbb81fcc7787560d">
<source xml:lang="en">Failed to install SARIF viewer extension. Opening results as text file.</source>
Expand Down