-
Notifications
You must be signed in to change notification settings - Fork 2
Dev drive insights and pip cache move rebased to changes from main #2486
Changes from 3 commits
6058ab8
1a0d87f
aa482b9
f162c12
a1a730a
54fd0cf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
|
@@ -117,6 +117,34 @@ | |||||||
<resheader name="writer"> | ||||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||||||
</resheader> | ||||||||
<data name="ChooseDirectoryPromptText" xml:space="preserve"> | ||||||||
<value>Choose directory on dev drive...</value> | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dev Drive should be capitalized, I believe. (Applies to all instances on this page)
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That is what it says in the Figma. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. actually @SohamDas2021 it should be like Kristen outlined, If I recall, it was from Marketing who said that. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So capitalize all Dev Drive in the text? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixed, thanks. |
||||||||
<comment>Choose directory on dev drive</comment> | ||||||||
</data> | ||||||||
<data name="DevDriveFreeSizeText" xml:space="preserve"> | ||||||||
<value>{0} {1} free</value> | ||||||||
<comment>Dev drive size free</comment> | ||||||||
</data> | ||||||||
<data name="DevDriveInsightsCard.Description" xml:space="preserve"> | ||||||||
<value>All things, dev drives, optimizations, etc.</value> | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missed this one, but will let you update it in another PR #Resolved |
||||||||
<comment>The description for the Dev Drive Insights settings card</comment> | ||||||||
</data> | ||||||||
<data name="DevDriveInsightsCard.Header" xml:space="preserve"> | ||||||||
<value>Dev Drive Insights</value> | ||||||||
<comment>The header for the Dev Drive Insights settings card</comment> | ||||||||
</data> | ||||||||
<data name="DevDriveInsights_Header" xml:space="preserve"> | ||||||||
<value>Dev Drive Insights</value> | ||||||||
<comment>Header for Dev Drive insights page in the breadcrumb bar</comment> | ||||||||
</data> | ||||||||
<data name="DevDriveSizeText" xml:space="preserve"> | ||||||||
<value>Size - {0} {1}</value> | ||||||||
<comment>Dev drive size</comment> | ||||||||
</data> | ||||||||
<data name="DevDriveUsedSizeText" xml:space="preserve"> | ||||||||
<value>{0} {1} used</value> | ||||||||
<comment>Dev drive size used</comment> | ||||||||
</data> | ||||||||
<data name="DeveloperFileExplorerCard.Description" xml:space="preserve"> | ||||||||
<value>Adjust these settings for a more developer-friendly experience using File Explorer</value> | ||||||||
<comment>The description for the Developer File Explorer settings card</comment> | ||||||||
|
@@ -133,6 +161,10 @@ | |||||||
<value>Enable end task in taskbar by right click</value> | ||||||||
<comment>The description for the end task on task bar settings card</comment> | ||||||||
</data> | ||||||||
<data name="ExampleDevDriveLocation" xml:space="preserve"> | ||||||||
<value>Example: E:\packages\pip</value> | ||||||||
<comment>Example dev drive location</comment> | ||||||||
</data> | ||||||||
<data name="EndTaskOnTaskBar.Header" xml:space="preserve"> | ||||||||
<value>End Task</value> | ||||||||
<comment>The header for the end task on task bar settings card</comment> | ||||||||
|
@@ -149,6 +181,18 @@ | |||||||
<value>Windows customization</value> | ||||||||
<comment>Navigation pane content</comment> | ||||||||
</data> | ||||||||
<data name="OptimizedDevDriveDescription" xml:space="preserve"> | ||||||||
<value>The environment variable {0} is set to {1}</value> | ||||||||
<comment>Optimized dev drive description</comment> | ||||||||
</data> | ||||||||
<data name="OptimizeDevDriveDialogDescription.Text" xml:space="preserve"> | ||||||||
<value>Contents of {0} will be copied to chosen directory. And {1} will be set to chosen directory.</value> | ||||||||
<comment>Optimize dev drive dialog description</comment> | ||||||||
</data> | ||||||||
<data name="OptimizerDevDriveDescription" xml:space="preserve"> | ||||||||
<value>Global environment variable {0} is set to {1}, which is not located on dev drive. Move contents of this folder to a directory on dev drive such as {2} and set {3} to that chosen directory on dev drive</value> | ||||||||
<comment>Optimizer dev drive description</comment> | ||||||||
</data> | ||||||||
<data name="SettingsAutoSuggestBox.PlaceholderText" xml:space="preserve"> | ||||||||
<value>Search</value> | ||||||||
<comment>The placholder text for the settings auto suggest box</comment> | ||||||||
|
@@ -173,6 +217,14 @@ | |||||||
<value>Show hidden and system files</value> | ||||||||
<comment>The header for the show hidden and system files setting.</comment> | ||||||||
</data> | ||||||||
<data name="DevDriveOptimizationSuggestion" xml:space="preserve"> | ||||||||
<value>Suggestion</value> | ||||||||
<comment>Dev drive optimization suggestion</comment> | ||||||||
</data> | ||||||||
<data name="DevDriveOptimized" xml:space="preserve"> | ||||||||
<value>Optimized</value> | ||||||||
<comment>Dev drive optimized indicator</comment> | ||||||||
</data> | ||||||||
<data name="MainPage_Header" xml:space="preserve"> | ||||||||
<value>Windows customization</value> | ||||||||
<comment>Header for main Windows customization page in the breadcrumb bar</comment> | ||||||||
|
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be great if you could add the DevHome.Customization project to the mermaid diagram of project relationships in https://github.com/microsoft/devhome/blob/main/docs/architecture.md #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#2506