Skip to content

Commit 95483db

Browse files
authored
Add missing loc files (#1383)
1 parent 87d2857 commit 95483db

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

l10n/bundle.l10n.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@
386386
"Unable to read remote file": "Unable to read remote file",
387387
"Unable to read one or both files": "Unable to read one or both files",
388388
"Exporting comparison...": "Exporting comparison...",
389+
"Export Metadata Diff": "Export Metadata Diff",
389390
"Importing comparison...": "Importing comparison...",
390391
"Invalid file format. The file does not contain valid metadata diff data.": "Invalid file format. The file does not contain valid metadata diff data.",
391392
"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 @@
510511
"Success message when export is saved. {0} is the file path."
511512
]
512513
},
514+
"Failed to export comparison: {0}/Error message when export fails. {0} is the error message.": {
515+
"message": "Failed to export comparison: {0}",
516+
"comment": [
517+
"Error message when export fails. {0} is the error message."
518+
]
519+
},
513520
"Comparison for '{0}' imported successfully./Success message when import is complete. {0} is the site name.": {
514521
"message": "Comparison for '{0}' imported successfully.",
515522
"comment": [
516523
"Success message when import is complete. {0} is the site name."
517524
]
518525
},
526+
"Failed to import comparison: {0}/Error message when import fails. {0} is the error message.": {
527+
"message": "Failed to import comparison: {0}",
528+
"comment": [
529+
"Error message when import fails. {0} is the error message."
530+
]
531+
},
519532
"Refreshing comparison for {0} ([details](command:microsoft.powerplatform.pages.actionsHub.showOutputChannel \"Show download output\")).../This is a markdown formatting which must persist across translations.": {
520533
"message": "Refreshing comparison for {0} ([details](command:microsoft.powerplatform.pages.actionsHub.showOutputChannel \"Show download output\"))...",
521534
"comment": [
@@ -631,9 +644,6 @@
631644
]
632645
},
633646
"Import Metadata Diff": "Import Metadata Diff",
634-
"Failed to import comparison: {0}": "Failed to import comparison: {0}",
635-
"Export Metadata Diff": "Export Metadata Diff",
636-
"Failed to export comparison: {0}": "Failed to export comparison: {0}",
637647
"Power Platform Tools: PAC CLI": "Power Platform Tools: PAC CLI",
638648
"Command completed successfully.": "Command completed successfully.",
639649
"PAC Telemetry enabled": "PAC Telemetry enabled",

loc/translations-export/vscode-powerplatform.xlf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,9 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
489489
<trans-unit id="++CODE++95da24b6bc127a935e2e4323fe85d8f46be20c5e8ca5e10c6a134e5a0c6443a2">
490490
<source xml:lang="en">Failed to enable PAC telemetry.</source>
491491
</trans-unit>
492-
<trans-unit id="++CODE++f6bbb96bbaa4fd26d2826ab43ea9df5b11c9d054ac19064c71f8575e6b1aef43">
492+
<trans-unit id="++CODE++43dbf70c21c86c0ae92c85969872317a7a1e68ced8adb94059fafd83cac30eb5">
493493
<source xml:lang="en">Failed to export comparison: {0}</source>
494+
<note>Error message when export fails. {0} is the error message.</note>
494495
</trans-unit>
495496
<trans-unit id="++CODE++83d9d98e86aca9239f8a2635a98356d956268fb41a465fbc039b9ac979c61649">
496497
<source xml:lang="en">Failed to fetch some files.</source>
@@ -514,8 +515,9 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
514515
<trans-unit id="++CODE++fc80bc8b6f74fff75eee85e53e42036bc6069a2fa632337a52789dacf96e9ba9">
515516
<source xml:lang="en">Failed to handle Power Pages URI: {0}</source>
516517
</trans-unit>
517-
<trans-unit id="++CODE++557385a4e419d12322d59f4536b71ef893218900db605a6b7508c2d3bc86715f">
518+
<trans-unit id="++CODE++01f0b1383686ea2dbed659b38128c80a17f90fd15b9c8636871a01f34fbd0f2c">
518519
<source xml:lang="en">Failed to import comparison: {0}</source>
520+
<note>Error message when import fails. {0} is the error message.</note>
519521
</trans-unit>
520522
<trans-unit id="++CODE++9696573fbb3df8812e2d0b83aa3d9077681bf992c9f9514fbbb81fcc7787560d">
521523
<source xml:lang="en">Failed to install SARIF viewer extension. Opening results as text file.</source>

0 commit comments

Comments
 (0)