mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
[Localization] Add comments in Resources.resw (#39778)
<!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request This PR mainly add comments in src/modules/AdvancedPaste/AdvancedPaste/Strings/en-us/Resources.resw to solve issues raised by localization team. --------- Co-authored-by: ArleneYu <yuzw@pku.edu.cn>
This commit is contained in:
@@ -152,6 +152,7 @@
|
|||||||
</data>
|
</data>
|
||||||
<data name="ClipboardHistoryImage" xml:space="preserve">
|
<data name="ClipboardHistoryImage" xml:space="preserve">
|
||||||
<value>Image data</value>
|
<value>Image data</value>
|
||||||
|
<comment>Label used to represent an image in the clipboard history</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ClipboardHistoryItemMoreOptionsButton.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ClipboardHistoryItemMoreOptionsButton.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>More options</value>
|
<value>More options</value>
|
||||||
@@ -194,15 +195,19 @@
|
|||||||
</data>
|
</data>
|
||||||
<data name="TranscodeToMp3" xml:space="preserve">
|
<data name="TranscodeToMp3" xml:space="preserve">
|
||||||
<value>Transcode to .mp3</value>
|
<value>Transcode to .mp3</value>
|
||||||
|
<comment>Option to transcode audio files to MP3 format</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="TranscodeToMp4" xml:space="preserve">
|
<data name="TranscodeToMp4" xml:space="preserve">
|
||||||
<value>Transcode to .mp4 (H.264/AAC)</value>
|
<value>Transcode to .mp4 (H.264/AAC)</value>
|
||||||
|
<comment>Option to transcode video files to MP4 format with H.264 video codec and AAC audio codec</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="TranscodeErrorGeneral" xml:space="preserve">
|
<data name="TranscodeErrorGeneral" xml:space="preserve">
|
||||||
<value>An error occurred while transcoding media file</value>
|
<value>An error occurred while transcoding media file</value>
|
||||||
|
<comment>Error message displayed when media conversion fails for an unknown or general reason</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="TranscodeErrorUnsupportedCodec" xml:space="preserve">
|
<data name="TranscodeErrorUnsupportedCodec" xml:space="preserve">
|
||||||
<value>The media file contains an unsupported codec</value>
|
<value>The media file contains an unsupported codec</value>
|
||||||
|
<comment>Error message displayed when media conversion fails due to an unsupported codec in the source file</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="PasteButtonAutomation.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="PasteButtonAutomation.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Paste</value>
|
<value>Paste</value>
|
||||||
|
|||||||
Reference in New Issue
Block a user