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
2 changes: 1 addition & 1 deletion .github/instructions/desktop-extension.instructions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
applyTo: src/client/**
applyTo: "src/client/**"
description: Desktop Extension Setup and Contribution Instructions
---

Expand Down
79 changes: 74 additions & 5 deletions l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
]
},
"Other Sites": "Other Sites",
"Tools": "Tools",
"Active Sites": "Active Sites",
"Inactive Sites": "Inactive Sites",
"No sites found": "No sites found",
Expand Down Expand Up @@ -335,16 +336,86 @@
"Error updating config file: {0}": "Error updating config file: {0}",
"No workspace folder is open. Please open a folder containing your Power Pages site.": "No workspace folder is open. Please open a folder containing your Power Pages site.",
"Website ID not found. Please ensure you have a valid Power Pages site open.": "Website ID not found. Please ensure you have a valid Power Pages site open.",
"Downloading site for comparison...": "Downloading site for comparison...",
"Site download failed. Please try again later.": "Site download failed. Please try again later.",
"No differences found between the remote site and your local workspace.": "No differences found between the remote site and your local workspace.",
"Comparing files...": "Comparing files...",
"Metadata Comparison": "Metadata Comparison",
"Metadata Diff": "Metadata Diff",
"Modified": "Modified",
"Added locally": "Added locally",
"Deleted locally": "Deleted locally",
"{0} ({1} change(s))": "{0} ({1} change(s))",
"Download is complete. You can now view the report.": "Download is complete. You can now view the report.",
"Select an environment to compare with": "Select an environment to compare with",
"The website was not found in the selected environment. Please select a different environment.": "The website was not found in the selected environment. Please select a different environment.",
"Fetching websites from the selected environment...": "Fetching websites from the selected environment...",
"Discard Changes": "Discard Changes",
"Show Diff": "Show Diff",
"All changed files are binary files (e.g., images) and cannot be displayed in the diff viewer. You can view them individually in the file tree.": "All changed files are binary files (e.g., images) and cannot be displayed in the diff viewer. You can view them individually in the file tree.",
"Downloading {0} site metadata ([details](command:microsoft.powerplatform.pages.actionsHub.showOutputChannel \"Show download output\")).../This is a markdown formatting which must persist across translations.": {
"message": "Downloading {0} site metadata ([details](command:microsoft.powerplatform.pages.actionsHub.showOutputChannel \"Show download output\"))...",
"comment": [
"This is a markdown formatting which must persist across translations."
]
},
"{0} ({1} file)/This is the site label showing the number of changed files. 'file' is singular.": {
"message": "{0} ({1} file)",
"comment": [
"This is the site label showing the number of changed files. 'file' is singular."
]
},
"{0} ({1} files)/This is the site label showing the number of changed files. 'files' is plural.": {
"message": "{0} ({1} files)",
"comment": [
"This is the site label showing the number of changed files. 'files' is plural."
]
},
"Are you sure you want to discard local changes to '{0}'? This action cannot be undone./Confirmation message before discarding local changes to a file.": {
"message": "Are you sure you want to discard local changes to '{0}'? This action cannot be undone.",
"comment": [
"Confirmation message before discarding local changes to a file."
]
},
"Successfully discarded local changes to '{0}'./Success message after discarding local changes to a file.": {
"message": "Successfully discarded local changes to '{0}'.",
"comment": [
"Success message after discarding local changes to a file."
]
},
"Failed to discard local changes: {0}/Error message when discarding local changes fails.": {
"message": "Failed to discard local changes: {0}",
"comment": [
"Error message when discarding local changes fails."
]
},
"Are you sure you want to discard local changes to all {0} files in '{1}'? This action cannot be undone./Confirmation message before discarding all local changes in a folder.": {
"message": "Are you sure you want to discard local changes to all {0} files in '{1}'? This action cannot be undone.",
"comment": [
"Confirmation message before discarding all local changes in a folder."
]
},
"Successfully discarded local changes to {0} files in '{1}'./Success message after discarding all local changes in a folder.": {
"message": "Successfully discarded local changes to {0} files in '{1}'.",
"comment": [
"Success message after discarding all local changes in a folder."
]
},
"Compare: {0} (Remote ↔ Local)/Title for the multi-diff editor when comparing all files in a site.": {
"message": "Compare: {0} (Remote ↔ Local)",
"comment": [
"Title for the multi-diff editor when comparing all files in a site."
]
},
"{0}: {1} (Remote ↔ Local)/Title for the diff editor when comparing a single file.": {
"message": "{0}: {1} (Remote ↔ Local)",
"comment": [
"Title for the diff editor when comparing a single file."
]
},
"{0} binary file(s) (e.g., images) were skipped as they cannot be displayed in the diff viewer. You can view them individually in the file tree./Message shown when binary files are skipped in the multi-diff view.": {
"message": "{0} binary file(s) (e.g., images) were skipped as they cannot be displayed in the diff viewer. You can view them individually in the file tree.",
"comment": [
"Message shown when binary files are skipped in the multi-diff view."
]
},
"Friendly name: {0}/{0} is the website name": {
"message": "Friendly name: {0}",
"comment": [
Expand Down Expand Up @@ -453,8 +524,6 @@
"{0} is the cluster geo name"
]
},
"{0}: {1} (Remote ↔ Local)": "{0}: {1} (Remote ↔ Local)",
"Compare: {0} (Remote ↔ Local)": "Compare: {0} (Remote ↔ Local)",
"Power Platform Tools: PAC CLI": "Power Platform Tools: PAC CLI",
"Command completed successfully.": "Command completed successfully.",
"PAC Telemetry enabled": "PAC Telemetry enabled",
Expand Down
Loading