mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-19 18:11:39 -05:00
The actions page now has a list of all the commands (default, user, fragments etc) and clicking a command from that page brings you to an "Edit action" page where you can fully view and edit both the action type and any additional arguments. ## Detailed Description of the Pull Request / Additional comments Actions View Model * Added several new view models * `CommandViewModel` (view model for a `Command`), a list of these is created and managed by `ActionsViewModel` * `ActionArgsViewModel` (view model for an `ActionArgs`), created and managed by `CommandViewModel` * `ArgWrapper` (view model for each individual argument inside an `ActionArgs`), created and managed by `ActionArgsViewModel` Actions page * No longer a list of only keybindings, instead it is a list of every command Terminal knows about EditAction page * New page that you get to by clicking a command from the Actions page * Bound to a `CommandViewModel` * Allows editing the type of shortcut action and the command name * Depending on the shortcut action, displays a list of additional arguments allowed for the command with the appropriate templating (bool arguments are switches, flags are checkboxes etc) Closes #19019
2799 lines
177 KiB
XML
2799 lines
177 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<root>
|
|
<!--
|
|
Microsoft ResX Schema
|
|
|
|
Version 2.0
|
|
|
|
The primary goals of this format is to allow a simple XML format
|
|
that is mostly human readable. The generation and parsing of the
|
|
various data types are done through the TypeConverter classes
|
|
associated with the data types.
|
|
|
|
Example:
|
|
|
|
... ado.net/XML headers & schema ...
|
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
|
<resheader name="version">2.0</resheader>
|
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
|
</data>
|
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
|
<comment>This is a comment</comment>
|
|
</data>
|
|
|
|
There are any number of "resheader" rows that contain simple
|
|
name/value pairs.
|
|
|
|
Each data row contains a name, and value. The row also contains a
|
|
type or mimetype. Type corresponds to a .NET class that support
|
|
text/value conversion through the TypeConverter architecture.
|
|
Classes that don't support this are serialized and stored with the
|
|
mimetype set.
|
|
|
|
The mimetype is used for serialized objects, and tells the
|
|
ResXResourceReader how to depersist the object. This is currently not
|
|
extensible. For a given mimetype the value must be set accordingly:
|
|
|
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
|
that the ResXResourceWriter will generate, however the reader can
|
|
read any of the formats listed below.
|
|
|
|
mimetype: application/x-microsoft.net.object.binary.base64
|
|
value : The object must be serialized with
|
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
|
: and then encoded with base64 encoding.
|
|
|
|
mimetype: application/x-microsoft.net.object.soap.base64
|
|
value : The object must be serialized with
|
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
|
: and then encoded with base64 encoding.
|
|
|
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
|
value : The object must be serialized into a byte array
|
|
: using a System.ComponentModel.TypeConverter
|
|
: and then encoded with base64 encoding.
|
|
-->
|
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
|
<xsd:element name="root" msdata:IsDataSet="true">
|
|
<xsd:complexType>
|
|
<xsd:choice maxOccurs="unbounded">
|
|
<xsd:element name="metadata">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
|
</xsd:sequence>
|
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
|
<xsd:attribute name="type" type="xsd:string" />
|
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
|
<xsd:attribute ref="xml:space" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="assembly">
|
|
<xsd:complexType>
|
|
<xsd:attribute name="alias" type="xsd:string" />
|
|
<xsd:attribute name="name" type="xsd:string" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="data">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
|
</xsd:sequence>
|
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
|
<xsd:attribute ref="xml:space" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="resheader">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
</xsd:sequence>
|
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
</xsd:choice>
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
</xsd:schema>
|
|
<resheader name="resmimetype">
|
|
<value>text/microsoft-resx</value>
|
|
</resheader>
|
|
<resheader name="version">
|
|
<value>2.0</value>
|
|
</resheader>
|
|
<resheader name="reader">
|
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
</resheader>
|
|
<resheader name="writer">
|
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
</resheader>
|
|
<data name="AddProfile_AddNewButton.Tag" xml:space="preserve">
|
|
<value>Create New Button</value>
|
|
</data>
|
|
<data name="AddProfile_AddNewTextBlock.Text" xml:space="preserve">
|
|
<value>New empty profile</value>
|
|
<comment>Button label that creates a new profile with default settings.</comment>
|
|
</data>
|
|
<data name="AddProfile_Duplicate.Header" xml:space="preserve">
|
|
<value>Duplicate a profile</value>
|
|
<comment>This is the header for a control that lets the user duplicate one of their existing profiles.</comment>
|
|
</data>
|
|
<data name="AddProfile_DuplicateButton.Tag" xml:space="preserve">
|
|
<value>Duplicate Button</value>
|
|
</data>
|
|
<data name="AddProfile_DuplicateTextBlock.Text" xml:space="preserve">
|
|
<value>Duplicate</value>
|
|
<comment>Button label that duplicates the selected profile and navigates to the duplicate's page.</comment>
|
|
</data>
|
|
<data name="ColorScheme_InboxSchemeDuplicate.Header" xml:space="preserve">
|
|
<value>This color scheme is part of the built-in settings or an installed extension</value>
|
|
</data>
|
|
<data name="ColorScheme_InboxSchemeDuplicate.HelpText" xml:space="preserve">
|
|
<value>To make changes to this color scheme, you must make a copy of it.</value>
|
|
</data>
|
|
<data name="ColorScheme_DuplicateButton.Content" xml:space="preserve">
|
|
<value>Make a copy</value>
|
|
<comment>This is a call to action; the user can click the button to make a copy of the current color scheme.</comment>
|
|
</data>
|
|
<data name="ColorScheme_SetAsDefault.Header" xml:space="preserve">
|
|
<value>Set color scheme as default</value>
|
|
<comment>This is the header for a control that allows the user to set the currently selected color scheme as their default.</comment>
|
|
</data>
|
|
<data name="ColorScheme_SetAsDefault.HelpText" xml:space="preserve">
|
|
<value>Apply this color scheme to all your profiles, by default. Individual profiles can still select their own color schemes.</value>
|
|
<comment>A description explaining how this control changes the user's default color scheme.</comment>
|
|
</data>
|
|
<data name="ColorScheme_Rename.Header" xml:space="preserve">
|
|
<value>Rename color scheme</value>
|
|
<comment>This is the header for a control that allows the user to rename the currently selected color scheme.</comment>
|
|
</data>
|
|
<data name="ColorScheme_Background.Text" xml:space="preserve">
|
|
<value>Background</value>
|
|
<comment>This is the header for a control that lets the user select the background color for text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_Black.Text" xml:space="preserve">
|
|
<value>Black</value>
|
|
<comment>This is the header for a control that lets the user select the black color for text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_Blue.Text" xml:space="preserve">
|
|
<value>Blue</value>
|
|
<comment>This is the header for a control that lets the user select the blue color for text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_BrightBlack.Text" xml:space="preserve">
|
|
<value>Bright black</value>
|
|
<comment>This is the header for a control that lets the user select the bright black color for text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_BrightBlue.Text" xml:space="preserve">
|
|
<value>Bright blue</value>
|
|
<comment>This is the header for a control that lets the user select the bright blue color for text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_BrightCyan.Text" xml:space="preserve">
|
|
<value>Bright cyan</value>
|
|
<comment>This is the header for a control that lets the user select the bright cyan color for text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_BrightGreen.Text" xml:space="preserve">
|
|
<value>Bright green</value>
|
|
<comment>This is the header for a control that lets the user select the bright green color for text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_BrightPurple.Text" xml:space="preserve">
|
|
<value>Bright purple</value>
|
|
<comment>This is the header for a control that lets the user select the bright purple color for text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_BrightRed.Text" xml:space="preserve">
|
|
<value>Bright red</value>
|
|
<comment>This is the header for a control that lets the user select the bright red color for text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_BrightWhite.Text" xml:space="preserve">
|
|
<value>Bright white</value>
|
|
<comment>This is the header for a control that lets the user select the bright white color for text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_BrightYellow.Text" xml:space="preserve">
|
|
<value>Bright yellow</value>
|
|
<comment>This is the header for a control that lets the user select the bright yellow color for text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_CursorColor.Text" xml:space="preserve">
|
|
<value>Cursor color</value>
|
|
<comment>This is the header for a control that lets the user select the text cursor's color displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_Cyan.Text" xml:space="preserve">
|
|
<value>Cyan</value>
|
|
<comment>This is the header for a control that lets the user select the cyan color for text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_Foreground.Text" xml:space="preserve">
|
|
<value>Foreground</value>
|
|
<comment>This is the header for a control that lets the user select the foreground color for text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_Green.Text" xml:space="preserve">
|
|
<value>Green</value>
|
|
<comment>This is the header for a control that lets the user select the green color for text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_Purple.Text" xml:space="preserve">
|
|
<value>Purple</value>
|
|
<comment>This is the header for a control that lets the user select the purple color for text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_SelectionBackground.Text" xml:space="preserve">
|
|
<value>Selection background</value>
|
|
<comment>This is the header for a control that lets the user select the background color for selected text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_Red.Text" xml:space="preserve">
|
|
<value>Red</value>
|
|
<comment>This is the header for a control that lets the user select the red color for text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_White.Text" xml:space="preserve">
|
|
<value>White</value>
|
|
<comment>This is the header for a control that lets the user select the white color for text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="ColorScheme_Yellow.Text" xml:space="preserve">
|
|
<value>Yellow</value>
|
|
<comment>This is the header for a control that lets the user select the yellow color for text displayed on the screen.</comment>
|
|
</data>
|
|
<data name="Globals_Language.Header" xml:space="preserve">
|
|
<value>Language (requires relaunch)</value>
|
|
<comment>The header for a control allowing users to choose the app's language.</comment>
|
|
</data>
|
|
<data name="Globals_Language.HelpText" xml:space="preserve">
|
|
<value>Selects a display language for the application. This will override your default Windows interface language.</value>
|
|
<comment>A description explaining how this control changes the app's language. {Locked="Windows"}</comment>
|
|
</data>
|
|
<data name="Globals_LanguageDefault" xml:space="preserve">
|
|
<value>Default</value>
|
|
<comment>The app contains a control allowing users to choose the app's language. If this value is chosen, the language preference list of the system settings is used instead.</comment>
|
|
</data>
|
|
<data name="Globals_DefaultInputScope.Header" xml:space="preserve">
|
|
<value>Default IME input mode</value>
|
|
<comment>The "input scope" of an IME tells it what type of characters should be available for input. A Chinese IME for instance may show English letters instead of Chinese ones. It's a technical term. We're using "input mode" instead of "input scope" to make it easier to understand for users.</comment>
|
|
</data>
|
|
<data name="Globals_DefaultInputScope.HelpText" xml:space="preserve">
|
|
<value>Informs the IME what language to use by default. For languages that rely on an IME and don't use Latin characters by default, this setting can be used to force English input on startup.</value>
|
|
</data>
|
|
<data name="Globals_DefaultInputScopeDefault.Content" xml:space="preserve">
|
|
<value>Default</value>
|
|
</data>
|
|
<data name="Globals_DefaultInputScopeAlphanumericHalfWidth.Content" xml:space="preserve">
|
|
<value>Alphanumeric Half-Width (English)</value>
|
|
</data>
|
|
<data name="Globals_AlwaysShowTabs.Header" xml:space="preserve">
|
|
<value>Always show tabs</value>
|
|
<comment>Header for a control to toggle if the app should always show the tabs (similar to a website browser).</comment>
|
|
</data>
|
|
<data name="Globals_AlwaysShowTabs.HelpText" xml:space="preserve">
|
|
<value>When disabled, the tab bar will appear when a new tab is created. Cannot be disabled while "Hide the title bar" is On.</value>
|
|
<comment>A description for what the "always show tabs" setting does. Presented near "Globals_AlwaysShowTabs.Header". This setting cannot be disabled while "Globals_ShowTitlebar.Header" is enabled.</comment>
|
|
</data>
|
|
<data name="Globals_NewTabPosition.Header" xml:space="preserve">
|
|
<value>Position of newly created tabs</value>
|
|
<comment>Header for a control to select position of newly created tabs.</comment>
|
|
</data>
|
|
<data name="Globals_NewTabPosition.HelpText" xml:space="preserve">
|
|
<value>Specifies where new tabs appear in the tab row.</value>
|
|
<comment>A description for what the "Position of newly created tabs" setting does.</comment>
|
|
</data>
|
|
<data name="Globals_NewTabPositionAfterLastTab.Content" xml:space="preserve">
|
|
<value>After the last tab</value>
|
|
<comment>An option to choose from for the "Position of newly created tabs" setting. When selected new tab appears after the last tab.</comment>
|
|
</data>
|
|
<data name="Globals_NewTabPositionAfterCurrentTab.Content" xml:space="preserve">
|
|
<value>After the current tab</value>
|
|
<comment>An option to choose from for the "Position of newly created tabs" setting. When selected new tab appears after the current tab.</comment>
|
|
</data>
|
|
<data name="Globals_CopyOnSelect.Header" xml:space="preserve">
|
|
<value>Automatically copy selection to clipboard</value>
|
|
<comment>Header for a control to toggle whether selected text should be copied to the clipboard automatically, or not.</comment>
|
|
</data>
|
|
<data name="Globals_DetectURLs.Header" xml:space="preserve">
|
|
<value>Automatically detect URLs and make them clickable</value>
|
|
<comment>Header for a control to toggle whether the terminal should automatically detect URLs and make them clickable, or not.</comment>
|
|
</data>
|
|
<data name="Globals_SearchWebDefaultQueryUrl.Header" xml:space="preserve">
|
|
<value>Default URL to use for the "Search web" action</value>
|
|
<comment>Header for a control to set the query URL when using the "search web" action.</comment>
|
|
</data>
|
|
<data name="Globals_SearchWebDefaultQueryUrl.HelpText" xml:space="preserve">
|
|
<value>The placeholder "%s" will replaced with the search query.</value>
|
|
<comment>{Locked="%s"} Additional text presented near "Globals_SearchWebDefaultQueryUrl.Header".</comment>
|
|
</data>
|
|
<data name="Globals_TrimBlockSelection.Header" xml:space="preserve">
|
|
<value>Remove trailing white-space in rectangular selection</value>
|
|
<comment>Header for a control to toggle whether a text selected with block selection should be trimmed of white spaces when copied to the clipboard, or not.</comment>
|
|
</data>
|
|
<data name="Globals_TrimPaste.Header" xml:space="preserve">
|
|
<value>Remove trailing white-space when pasting</value>
|
|
<comment>Header for a control to toggle whether pasted text should be trimmed of white spaces, or not.</comment>
|
|
</data>
|
|
<data name="Globals_KeybindingsDisclaimer.Text" xml:space="preserve">
|
|
<value>Below are the currently bound keys, which can be modified by editing the JSON settings file.</value>
|
|
<comment>A disclaimer located at the top of the actions page that presents the list of keybindings.</comment>
|
|
</data>
|
|
<data name="Globals_DefaultProfile.Header" xml:space="preserve">
|
|
<value>Default profile</value>
|
|
<comment>Header for a control to select your default profile from the list of profiles you've created.</comment>
|
|
</data>
|
|
<data name="Globals_DefaultProfile.HelpText" xml:space="preserve">
|
|
<value>Profile that opens when clicking the '+' icon or by typing the new tab key binding.</value>
|
|
<comment>A description for what the default profile is and when it's used.</comment>
|
|
</data>
|
|
<data name="Globals_DefaultTerminal.Header" xml:space="preserve">
|
|
<value>Default terminal application</value>
|
|
<comment>Header for a drop down that permits the user to select which installed Terminal application will launch when command line tools like CMD are run from the Windows Explorer run box or start menu or anywhere else that they do not already have a graphical window assigned.</comment>
|
|
</data>
|
|
<data name="Globals_DefaultTerminal.HelpText" xml:space="preserve">
|
|
<value>The terminal application that launches when a command-line application is run without an existing session, like from the Start Menu or Run dialog.</value>
|
|
<comment>A description to clarify that the dropdown choice for default terminal will tell the operating system which Terminal application (Windows Terminal, the preview build, the legacy inbox window, or a 3rd party one) to use when starting a command line tool like CMD or Powershell that does not already have a window.</comment>
|
|
</data>
|
|
<data name="Globals_GraphicsAPI.Header" xml:space="preserve">
|
|
<value>Graphics API</value>
|
|
<comment>This text is shown next to a list of choices.</comment>
|
|
</data>
|
|
<data name="Globals_GraphicsAPI.HelpText" xml:space="preserve">
|
|
<value>Direct3D 11 provides a more performant and feature-rich experience, whereas Direct2D is more stable. The default option "Automatic" will pick the API that best fits your graphics hardware. If you experience significant issues, consider using Direct2D.</value>
|
|
</data>
|
|
<data name="Globals_GraphicsAPI_Automatic.Text" xml:space="preserve">
|
|
<value>Automatic</value>
|
|
<comment>The default choice between multiple graphics APIs.</comment>
|
|
</data>
|
|
<data name="Globals_GraphicsAPI_Direct2d.Text" xml:space="preserve">
|
|
<value>Direct2D</value>
|
|
</data>
|
|
<data name="Globals_GraphicsAPI_Direct3d11.Text" xml:space="preserve">
|
|
<value>Direct3D 11</value>
|
|
</data>
|
|
<data name="Globals_DisablePartialInvalidation.Header" xml:space="preserve">
|
|
<value>Disable partial Swap Chain invalidation</value>
|
|
<comment>"Swap Chain" is an official technical term by Microsoft. This text is shown next to a toggle.</comment>
|
|
</data>
|
|
<data name="Globals_DisablePartialInvalidation.HelpText" xml:space="preserve">
|
|
<value>By default, the text renderer uses a FLIP_SEQUENTIAL Swap Chain and declares dirty rectangles via the Present1 API. When this setting is enabled, a FLIP_DISCARD Swap Chain will be used instead, and no dirty rectangles will be declared. Whether one or the other is better depends on your hardware and various other factors.</value>
|
|
<comment>{Locked="Present1","FLIP_DISCARD","FLIP_SEQUENTIAL"}</comment>
|
|
</data>
|
|
<data name="Globals_SoftwareRendering.Header" xml:space="preserve">
|
|
<value>Use software rendering (WARP)</value>
|
|
<comment>{Locked="WARP"} WARP is the "Windows Advanced Rasterization Platform". This text is shown next to a toggle.</comment>
|
|
</data>
|
|
<data name="Globals_SoftwareRendering.HelpText" xml:space="preserve">
|
|
<value>When enabled, the terminal will use a software rasterizer (WARP). This setting should be left disabled under almost all circumstances.</value>
|
|
<comment>{Locked="WARP"} WARP is the "Windows Advanced Rasterization Platform".</comment>
|
|
</data>
|
|
<data name="Globals_TextMeasurement.Header" xml:space="preserve">
|
|
<value>Text measurement mode</value>
|
|
<comment>This text is shown next to a list of choices.</comment>
|
|
</data>
|
|
<data name="Globals_TextMeasurement.HelpText" xml:space="preserve">
|
|
<value>This changes the way incoming text is grouped into cells. The "Grapheme clusters" option is the most modern and Unicode-correct way to do so, while "wcswidth" is a common approach on UNIX, and "Windows Console" replicates the way it used to work on Windows. Changing this setting requires a restart of Windows Terminal and it only applies to applications launched from within it.</value>
|
|
</data>
|
|
<data name="Globals_TextMeasurement_Graphemes.Text" xml:space="preserve">
|
|
<value>Grapheme clusters</value>
|
|
<comment>The default choice between multiple graphics APIs.</comment>
|
|
</data>
|
|
<data name="Globals_TextMeasurement_Wcswidth.Text" xml:space="preserve">
|
|
<value>wcswidth</value>
|
|
<comment>{Locked="wcswidth"}</comment>
|
|
</data>
|
|
<data name="Globals_TextMeasurement_Console.Text" xml:space="preserve">
|
|
<value>Windows Console</value>
|
|
</data>
|
|
<data name="Globals_InitialCols.Text" xml:space="preserve">
|
|
<value>Columns</value>
|
|
<comment>Header for a control to choose the number of columns in the terminal's text grid.</comment>
|
|
</data>
|
|
<data name="Globals_InitialRows.Text" xml:space="preserve">
|
|
<value>Rows</value>
|
|
<comment>Header for a control to choose the number of rows in the terminal's text grid.</comment>
|
|
</data>
|
|
<data name="Globals_InitialColsBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Initial Columns</value>
|
|
<comment>Name for a control to choose the number of columns in the terminal's text grid.</comment>
|
|
</data>
|
|
<data name="Globals_InitialRowsBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Initial Rows</value>
|
|
<comment>Name for a control to choose the number of rows in the terminal's text grid.</comment>
|
|
</data>
|
|
<data name="Globals_InitialPosX.Text" xml:space="preserve">
|
|
<value>X position</value>
|
|
<comment>Header for a control to choose the X coordinate of the terminal's starting position.</comment>
|
|
</data>
|
|
<data name="Globals_InitialPosY.Text" xml:space="preserve">
|
|
<value>Y position</value>
|
|
<comment>Header for a control to choose the Y coordinate of the terminal's starting position.</comment>
|
|
</data>
|
|
<data name="Globals_InitialPosXBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>X position</value>
|
|
<comment>Name for a control to choose the X coordinate of the terminal's starting position.</comment>
|
|
</data>
|
|
<data name="Globals_InitialPosXBox.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Enter the value for the x-coordinate.</value>
|
|
<comment>Tooltip for the control that allows the user to choose the X coordinate of the terminal's starting position.</comment>
|
|
</data>
|
|
<data name="Globals_InitialPosXBox.PlaceholderText" xml:space="preserve">
|
|
<value>X</value>
|
|
<comment>The string to be displayed when there is no current value in the x-coordinate number box.</comment>
|
|
</data>
|
|
<data name="Globals_InitialPosYBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Y position</value>
|
|
<comment>Name for a control to choose the Y coordinate of the terminal's starting position.</comment>
|
|
</data>
|
|
<data name="Globals_InitialPosYBox.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Enter the value for the y-coordinate.</value>
|
|
<comment>Tooltip for the control that allows the user to choose the Y coordinate of the terminal's starting position.</comment>
|
|
</data>
|
|
<data name="Globals_InitialPosYBox.PlaceholderText" xml:space="preserve">
|
|
<value>Y</value>
|
|
<comment>The string to be displayed when there is no current value in the y-coordinate number box.</comment>
|
|
</data>
|
|
<data name="Globals_DefaultLaunchPositionCheckbox.Content" xml:space="preserve">
|
|
<value>Let Windows decide</value>
|
|
<comment>A checkbox for the "launch position" setting. Toggling this control sets the launch position to whatever the Windows operating system decides.</comment>
|
|
</data>
|
|
<data name="Globals_DefaultLaunchPositionCheckbox.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>If enabled, use the system default launch position.</value>
|
|
<comment>A description for what the "default launch position" checkbox does. Presented near "Globals_DefaultLaunchPositionCheckbox".</comment>
|
|
</data>
|
|
<data name="Globals_FirstWindowPreference.Header" xml:space="preserve">
|
|
<value>When Terminal starts</value>
|
|
<comment>Header for a control to select how the terminal should load its first window.</comment>
|
|
</data>
|
|
<data name="Globals_FirstWindowPreference.HelpText" xml:space="preserve">
|
|
<value>What should be shown when the first terminal is created.</value>
|
|
</data>
|
|
<data name="Globals_FirstWindowPreferenceDefaultProfile.Content" xml:space="preserve">
|
|
<value>Open a tab with the default profile</value>
|
|
<comment>An option to choose from for the "First window preference" setting. Open the default profile.</comment>
|
|
</data>
|
|
<data name="Globals_FirstWindowPreferencePersistedWindowLayout.Content" xml:space="preserve">
|
|
<value>Open windows from a previous session</value>
|
|
<comment>An option to choose from for the "First window preference" setting. Reopen the layouts from the last session.</comment>
|
|
</data>
|
|
<data name="Globals_FirstWindowPreferencePersistedLayoutAndContent.Content" xml:space="preserve">
|
|
<value>Restore window layout and content</value>
|
|
<comment>An option to choose from for the "First window preference" setting. Reopen the layouts from the last session and preserve the content.</comment>
|
|
</data>
|
|
<data name="Globals_FirstWindowPreferencePersistedLayout.Content" xml:space="preserve">
|
|
<value>Restore window layout</value>
|
|
<comment>An option to choose from for the "First window preference" setting. Reopen the layouts from the last session, but don't preserve the content.</comment>
|
|
</data>
|
|
<data name="Globals_LaunchMode.Header" xml:space="preserve">
|
|
<value>Launch mode</value>
|
|
<comment>Header for a control to select what mode to launch the terminal in.</comment>
|
|
</data>
|
|
<data name="Globals_LaunchMode.HelpText" xml:space="preserve">
|
|
<value>How the terminal will appear on launch. Focus will hide the tabs and title bar.</value>
|
|
<comment>'Focus' must match <Globals_LaunchModeFocus.Content>.</comment>
|
|
</data>
|
|
<data name="Globals_LaunchParameters.Header" xml:space="preserve">
|
|
<value>Launch parameters</value>
|
|
<comment>Header for a set of settings that determine how terminal launches. These settings include the launch mode, launch position and whether the terminal should center itself on launch.</comment>
|
|
</data>
|
|
<data name="Globals_LaunchParameters.HelpText" xml:space="preserve">
|
|
<value>Settings that control how the terminal launches</value>
|
|
<comment>A description for what the "launch parameters" expander contains. Presented near "Globals_LaunchParameters.Header".</comment>
|
|
</data>
|
|
<data name="Globals_LaunchModeSetting.Text" xml:space="preserve">
|
|
<value>Launch mode</value>
|
|
<comment>Header for a control to select what mode to launch the terminal in.</comment>
|
|
</data>
|
|
<data name="Globals_LaunchModeSetting.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>How the terminal will appear on launch. Focus will hide the tabs and title bar.</value>
|
|
<comment>'Focus' must match <Globals_LaunchModeFocus.Content>.</comment>
|
|
</data>
|
|
<data name="Globals_LaunchModeDefault.Content" xml:space="preserve">
|
|
<value>Default</value>
|
|
<comment>An option to choose from for the "launch mode" setting. Default option.</comment>
|
|
</data>
|
|
<data name="Globals_LaunchModeFullscreen.Content" xml:space="preserve">
|
|
<value>Full screen</value>
|
|
<comment>An option to choose from for the "launch mode" setting. Opens the app in a full screen state.</comment>
|
|
</data>
|
|
<data name="Globals_LaunchModeMaximized.Content" xml:space="preserve">
|
|
<value>Maximized</value>
|
|
<comment>An option to choose from for the "launch mode" setting. Opens the app maximized (covers the whole screen).</comment>
|
|
</data>
|
|
<data name="Globals_WindowingBehavior.Header" xml:space="preserve">
|
|
<value>New instance behavior</value>
|
|
<comment>Header for a control to select how new app instances are handled.</comment>
|
|
</data>
|
|
<data name="Globals_WindowingBehavior.HelpText" xml:space="preserve">
|
|
<value>Controls how new terminal instances attach to existing windows.</value>
|
|
<comment>A description for what the "windowing behavior" setting does. Presented near "Globals_WindowingBehavior.Header".</comment>
|
|
</data>
|
|
<data name="Globals_WindowingBehaviorUseNew.Content" xml:space="preserve">
|
|
<value>Create a new window</value>
|
|
<comment>An option to choose from for the "windowing behavior" setting. When selected, new instances create a new window.</comment>
|
|
</data>
|
|
<data name="Globals_WindowingBehaviorUseAnyExisting.Content" xml:space="preserve">
|
|
<value>Attach to the most recently used window</value>
|
|
<comment>An option to choose from for the "windowing behavior" setting. When selected, new instances open in the most recently used window.</comment>
|
|
</data>
|
|
<data name="Globals_WindowingBehaviorUseExisting.Content" xml:space="preserve">
|
|
<value>Attach to the most recently used window on this desktop</value>
|
|
<comment>An option to choose from for the "windowing behavior" setting. When selected, new instances open in the most recently used window on this virtual desktop.</comment>
|
|
</data>
|
|
<data name="Globals_ShowTitlebar.Header" xml:space="preserve">
|
|
<value>Hide the title bar (requires relaunch)</value>
|
|
<comment>Header for a control to toggle whether the title bar should be shown or not. Changing this setting requires the user to relaunch the app.</comment>
|
|
</data>
|
|
<data name="Globals_ShowTitlebar.HelpText" xml:space="preserve">
|
|
<value>When disabled, the title bar will appear above the tabs.</value>
|
|
<comment>A description for what the "show titlebar" setting does. Presented near "Globals_ShowTitlebar.Header".</comment>
|
|
</data>
|
|
<data name="Globals_AcrylicTabRow.Header" xml:space="preserve">
|
|
<value>Use acrylic material in the tab row</value>
|
|
<comment>Header for a control to toggle whether "acrylic material" is used. "Acrylic material" is a Microsoft-specific term: https://docs.microsoft.com/en-us/windows/apps/design/style/acrylic</comment>
|
|
</data>
|
|
<data name="Globals_ShowTitleInTitlebar.Header" xml:space="preserve">
|
|
<value>Use active terminal title as application title</value>
|
|
<comment>Header for a control to toggle whether the terminal's title is shown as the application title, or not.</comment>
|
|
</data>
|
|
<data name="Globals_ShowTitleInTitlebar.HelpText" xml:space="preserve">
|
|
<value>When disabled, the title bar will be 'Terminal'.</value>
|
|
<comment>A description for what the "show title in titlebar" setting does. Presented near "Globals_ShowTitleInTitlebar.Header".{Locked="Windows"}</comment>
|
|
</data>
|
|
<data name="Globals_SnapToGridOnResize.Header" xml:space="preserve">
|
|
<value>Snap window resizing to character grid</value>
|
|
<comment>Header for a control to toggle whether the terminal snaps the window to the character grid when resizing, or not.</comment>
|
|
</data>
|
|
<data name="Globals_SnapToGridOnResize.HelpText" xml:space="preserve">
|
|
<value>When disabled, the window will resize smoothly.</value>
|
|
<comment>A description for what the "snap to grid on resize" setting does. Presented near "Globals_SnapToGridOnResize.Header".</comment>
|
|
</data>
|
|
<data name="Globals_StartOnUserLogin.Header" xml:space="preserve">
|
|
<value>Launch on machine startup</value>
|
|
<comment>Header for a control to toggle whether the app should launch when the user's machine starts up, or not.</comment>
|
|
</data>
|
|
<data name="Globals_StartOnUserLogin.HelpText" xml:space="preserve">
|
|
<value>Automatically launch Terminal when you log in to Windows.</value>
|
|
<comment>A description for what the "start on user login" setting does. Presented near "Globals_StartOnUserLogin.Header". {Locked="Windows"}</comment>
|
|
</data>
|
|
<data name="Globals_CenterOnLaunchCentered" xml:space="preserve">
|
|
<value>Centered</value>
|
|
<comment>Shorthand, explanatory text displayed when the user has enabled the feature indicated by "Globals_CenterOnLaunch.Text".</comment>
|
|
</data>
|
|
<data name="Globals_CenterOnLaunch.Text" xml:space="preserve">
|
|
<value>Center on launch</value>
|
|
<comment>Header for a control to toggle whether the app should launch in the center of the screen, or not.</comment>
|
|
</data>
|
|
<data name="Globals_CenterOnLaunch.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>When enabled, the window will be placed in the center of the screen when launched.</value>
|
|
<comment>A description for what the "center on launch" setting does. Presented near "Globals_CenterOnLaunch.Header".</comment>
|
|
</data>
|
|
<data name="Globals_AlwaysOnTop.Header" xml:space="preserve">
|
|
<value>Always on top</value>
|
|
<comment>Header for a control to toggle if the app will always be presented on top of other windows, or is treated normally (when disabled).</comment>
|
|
</data>
|
|
<data name="Profile_ForceVTInput.Header" xml:space="preserve">
|
|
<value>Use the legacy input encoding</value>
|
|
<comment>Header for a control to toggle legacy input encoding for the terminal.</comment>
|
|
</data>
|
|
<data name="Profile_AllowVtChecksumReport.Header" xml:space="preserve">
|
|
<value>Allow DECRQCRA (Request Checksum of Rectangular Area)</value>
|
|
<comment>{Locked="DECRQCRA"}{Locked="Request Checksum of Rectangular Area"}Header for a control to toggle support for the DECRQCRA control sequence.</comment>
|
|
</data>
|
|
<data name="Profile_AllowVtClipboardWrite.Header" xml:space="preserve">
|
|
<value>Allow OSC 52 (Manipulate Selection Data) to write to the clipboard</value>
|
|
<comment>{Locked="OSC 52"}{Locked="Manipulate Selection Data"}Header for a control to toggle support for applications to change the contents of the Windows system clipboard.</comment>
|
|
</data>
|
|
<data name="Globals_AllowHeadless.Header" xml:space="preserve">
|
|
<value>Allow Windows Terminal to run in the background</value>
|
|
<comment>Header for a control to toggle support for Windows Terminal to run in the background.</comment>
|
|
</data>
|
|
<data name="Globals_DebugFeaturesEnabled.Header" xml:space="preserve">
|
|
<value>Enable debugging features</value>
|
|
<comment>Header for a control to toggle debug features.</comment>
|
|
</data>
|
|
<data name="Globals_AlwaysOnTop.HelpText" xml:space="preserve">
|
|
<value>Terminal will always be the topmost window on the desktop.</value>
|
|
<comment>A description for what the "always on top" setting does. Presented near "Globals_AlwaysOnTop.Header".</comment>
|
|
</data>
|
|
<data name="Profile_ForceVTInput.HelpText" xml:space="preserve">
|
|
<value>Certain keyboard input in some applications may stop working properly when this setting is enabled.</value>
|
|
<comment>Additional description for what the "force vt input" setting does. Presented near "Globals_ForceVTInput.Header".</comment>
|
|
</data>
|
|
<data name="Globals_AllowHeadless.HelpText" xml:space="preserve">
|
|
<value>This allows actions such as Global Summon and Quake Mode actions to work even when no windows are open.</value>
|
|
<comment>Additional description for what the "allow headless" setting does. Presented near "Globals_AllowHeadless.Header".</comment>
|
|
</data>
|
|
<data name="Globals_TabWidthMode.Header" xml:space="preserve">
|
|
<value>Tab width mode</value>
|
|
<comment>Header for a control to choose how wide the tabs are.</comment>
|
|
</data>
|
|
<data name="Globals_TabWidthMode.HelpText" xml:space="preserve">
|
|
<value>Compact will shrink inactive tabs to the size of the icon.</value>
|
|
<comment>A description for what the "tab width mode" setting does. Presented near "Globals_TabWidthMode.Header". 'Compact' must match the value for <Globals_TabWidthModeCompact.Content>.</comment>
|
|
</data>
|
|
<data name="Globals_TabWidthModeCompact.Content" xml:space="preserve">
|
|
<value>Compact</value>
|
|
<comment>An option to choose from for the "tab width mode" setting. When selected, unselected tabs collapse to show only their icon. The selected tab adjusts to display the content within the tab.</comment>
|
|
</data>
|
|
<data name="Globals_TabWidthModeEqual.Content" xml:space="preserve">
|
|
<value>Equal</value>
|
|
<comment>An option to choose from for the "tab width mode" setting. When selected, each tab has the same width.</comment>
|
|
</data>
|
|
<data name="Globals_TabWidthModeTitleLength.Content" xml:space="preserve">
|
|
<value>Title length</value>
|
|
<comment>An option to choose from for the "tab width mode" setting. When selected, each tab adjusts its width to the content within the tab.</comment>
|
|
</data>
|
|
<data name="Globals_Theme.Header" xml:space="preserve">
|
|
<value>Application Theme</value>
|
|
<comment>Header for a control to choose the theme colors used in the app.</comment>
|
|
</data>
|
|
<data name="Globals_ThemeDark.Content" xml:space="preserve">
|
|
<value>Dark</value>
|
|
<comment>An option to choose from for the "theme" setting. When selected, the app is in dark theme and darker colors are used throughout the app.</comment>
|
|
</data>
|
|
<data name="Globals_ThemeSystem.Content" xml:space="preserve">
|
|
<value>Use Windows theme</value>
|
|
<comment>An option to choose from for the "theme" setting. When selected, the app uses the theme selected in the Windows operating system.</comment>
|
|
</data>
|
|
<data name="Globals_ThemeLight.Content" xml:space="preserve">
|
|
<value>Light</value>
|
|
<comment>An option to choose from for the "theme" setting. When selected, the app is in light theme and lighter colors are used throughout the app.</comment>
|
|
</data>
|
|
<data name="Globals_ThemeDarkLegacy.Content" xml:space="preserve">
|
|
<value>Dark (Legacy)</value>
|
|
<comment>An option to choose from for the "theme" setting. When selected, the app is in dark theme and darker colors are used throughout the app. This is an older version of the "dark" theme</comment>
|
|
</data>
|
|
<data name="Globals_ThemeSystemLegacy.Content" xml:space="preserve">
|
|
<value>Use Windows theme (Legacy)</value>
|
|
<comment>An option to choose from for the "theme" setting. When selected, the app uses the theme selected in the Windows operating system. This is an older version of the "Use Windows theme" theme</comment>
|
|
</data>
|
|
<data name="Globals_ThemeLightLegacy.Content" xml:space="preserve">
|
|
<value>Light (Legacy)</value>
|
|
<comment>An option to choose from for the "theme" setting. When selected, the app is in light theme and lighter colors are used throughout the app. This is an older version of the "light" theme</comment>
|
|
</data>
|
|
<data name="Globals_WordDelimiters.Header" xml:space="preserve">
|
|
<value>Word delimiters</value>
|
|
<comment>Header for a control to determine what delimiters to use to identify separate words during word selection.</comment>
|
|
</data>
|
|
<data name="Globals_WordDelimiters.HelpText" xml:space="preserve">
|
|
<value>These symbols will be used when you double-click text in the terminal or activate "Mark mode".</value>
|
|
<comment>A description for what the "word delimiters" setting does. Presented near "Globals_WordDelimiters.Header". "Mark" is used in the sense of "choosing something to interact with."</comment>
|
|
</data>
|
|
<data name="Nav_Appearance.Content" xml:space="preserve">
|
|
<value>Appearance</value>
|
|
<comment>Header for the "appearance" menu item. This navigates to a page that lets you see and modify settings related to the app's appearance.</comment>
|
|
</data>
|
|
<data name="Nav_ColorSchemes.Content" xml:space="preserve">
|
|
<value>Color schemes</value>
|
|
<comment>Header for the "color schemes" menu item. This navigates to a page that lets you see and modify schemes of colors that can be used by the terminal.</comment>
|
|
</data>
|
|
<data name="Nav_Interaction.Content" xml:space="preserve">
|
|
<value>Interaction</value>
|
|
<comment>Header for the "interaction" menu item. This navigates to a page that lets you see and modify settings related to the user's mouse and touch interactions with the app.</comment>
|
|
</data>
|
|
<data name="Nav_Compatibility.Content" xml:space="preserve">
|
|
<value>Compatibility</value>
|
|
<comment>Header for the "compatibility" menu item. This navigates to a page that lets you see and modify settings related to compatibility with command line scenarios.</comment>
|
|
</data>
|
|
<data name="Nav_Launch.Content" xml:space="preserve">
|
|
<value>Startup</value>
|
|
<comment>Header for the "startup" menu item. This navigates to a page that lets you see and modify settings related to the app's launch experience (i.e. screen position, mode, etc.)</comment>
|
|
</data>
|
|
<data name="Nav_OpenJSON.Content" xml:space="preserve">
|
|
<value>Open JSON file</value>
|
|
<comment>Header for a menu item. This opens the JSON file that is used to log the app's settings.</comment>
|
|
</data>
|
|
<data name="Nav_ProfileDefaults.Content" xml:space="preserve">
|
|
<value>Defaults</value>
|
|
<comment>Header for the "defaults" menu item. This navigates to a page that lets you see and modify settings that affect profiles. This is the lowest layer of profile settings that all other profile settings are based on. If a profile doesn't define a setting, this page is responsible for figuring out what that setting is supposed to be.</comment>
|
|
</data>
|
|
<data name="Nav_Rendering.Content" xml:space="preserve">
|
|
<value>Rendering</value>
|
|
<comment>Header for the "rendering" menu item. This navigates to a page that lets you see and modify settings related to the app's rendering of text in the terminal.</comment>
|
|
</data>
|
|
<data name="Nav_Actions.Content" xml:space="preserve">
|
|
<value>Actions</value>
|
|
<comment>Header for the "actions" menu item. This navigates to a page that lets you see the available commands in the app.</comment>
|
|
</data>
|
|
<data name="Nav_EditAction.Content" xml:space="preserve">
|
|
<value>Edit Action...</value>
|
|
<comment>Header for the "edit action" page. This is the page that lets you modify a specific command and its key bindings.</comment>
|
|
</data>
|
|
<data name="Nav_Extensions.Content" xml:space="preserve">
|
|
<value>Extensions</value>
|
|
<comment>Header for the "extensions" menu item. This navigates to a page that lets you see and modify extensions for the app.</comment>
|
|
</data>
|
|
<data name="Profile_OpacitySlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Background opacity</value>
|
|
<comment>Name for a control to determine the level of opacity for the background of the control. The user can choose to make the background of the app more or less opaque.</comment>
|
|
</data>
|
|
<data name="Profile_Opacity.Header" xml:space="preserve">
|
|
<value>Background opacity</value>
|
|
<comment>Header for a control to determine the level of opacity for the background of the control. The user can choose to make the background of the app more or less opaque.</comment>
|
|
</data>
|
|
<data name="Profile_Opacity.HelpText" xml:space="preserve">
|
|
<value>Sets the opacity of the window.</value>
|
|
<comment>A description for what the "opacity" setting does. Presented near "Profile_Opacity.Header".</comment>
|
|
</data>
|
|
<data name="Profile_Advanced.Header" xml:space="preserve">
|
|
<value>Advanced</value>
|
|
<comment>Header for a sub-page of profile settings focused on more advanced scenarios.</comment>
|
|
</data>
|
|
<data name="Profile_Terminal.Header" xml:space="preserve">
|
|
<value>Terminal Emulation</value>
|
|
<comment>Header for a sub-page of profile settings focused on customizing the capabilities of the terminal.</comment>
|
|
</data>
|
|
<data name="Profile_AltGrAliasing.Header" xml:space="preserve">
|
|
<value>AltGr aliasing</value>
|
|
<comment>Header for a control to toggle whether the app treats ctrl+alt as the AltGr (also known as the Alt Graph) modifier key found on keyboards. {Locked="AltGr"}</comment>
|
|
</data>
|
|
<data name="Profile_AltGrAliasing.HelpText" xml:space="preserve">
|
|
<value>By default, Windows treats Ctrl+Alt as an alias for AltGr. This setting will override Windows' default behavior.</value>
|
|
<comment>A description for what the "AltGr aliasing" setting does. Presented near "Profile_AltGrAliasing.Header". {Locked="Windows"}</comment>
|
|
</data>
|
|
<data name="Profile_AntialiasingMode.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Text antialiasing</value>
|
|
<comment>Name for a control to select the graphical anti-aliasing format of text.</comment>
|
|
</data>
|
|
<data name="Profile_AntialiasingMode.Header" xml:space="preserve">
|
|
<value>Text antialiasing</value>
|
|
<comment>Header for a control to select the graphical anti-aliasing format of text.</comment>
|
|
</data>
|
|
<data name="Profile_AntialiasingMode.HelpText" xml:space="preserve">
|
|
<value>Controls how text is antialiased in the renderer.</value>
|
|
<comment>A description for what the "antialiasing mode" setting does. Presented near "Profile_AntialiasingMode.Header".</comment>
|
|
</data>
|
|
<data name="Profile_AntialiasingModeAliased.Content" xml:space="preserve">
|
|
<value>Aliased</value>
|
|
<comment>An option to choose from for the "text antialiasing" setting. When selected, the app's text renderer does not use antialiasing techniques.</comment>
|
|
</data>
|
|
<data name="Profile_AntialiasingModeClearType.Content" xml:space="preserve">
|
|
<value>ClearType</value>
|
|
<comment>An option to choose from for the "text antialiasing" setting. When selected, the app's text renderer uses a "ClearType" antialiasing technique. {Locked="ClearType"}</comment>
|
|
</data>
|
|
<data name="Profile_AntialiasingModeGrayscale.Content" xml:space="preserve">
|
|
<value>Grayscale</value>
|
|
<comment>An option to choose from for the "text antialiasing" setting. When selected, the app's text renderer uses a grayscale antialiasing technique.</comment>
|
|
</data>
|
|
<data name="Profile_Appearance.Header" xml:space="preserve">
|
|
<value>Appearance</value>
|
|
<comment>Header for a sub-page of profile settings focused on customizing the appearance of the profile.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Background image path</value>
|
|
<comment>Name for a control to determine the image presented on the background of the app.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImage.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Background image path</value>
|
|
<comment>Name for a control to determine the image presented on the background of the app.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImage.Header" xml:space="preserve">
|
|
<value>Background image path</value>
|
|
<comment>Header for a control to determine the image presented on the background of the app.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImage.HelpText" xml:space="preserve">
|
|
<value>File location of the image used in the background of the window.</value>
|
|
<comment>A description for what the "background image path" setting does. Presented near "Profile_BackgroundImage".</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageAlignment.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Background image alignment</value>
|
|
<comment>Name for a control to choose the visual alignment of the image presented on the background of the app.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageAlignment.Header" xml:space="preserve">
|
|
<value>Background image alignment</value>
|
|
<comment>Header for a control to choose the visual alignment of the image presented on the background of the app.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageAlignment.HelpText" xml:space="preserve">
|
|
<value>Sets how the background image aligns to the boundaries of the window.</value>
|
|
<comment>A description for what the "background image alignment" setting does. Presented near "Profile_BackgroundImageAlignment".</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageAlignmentBottom.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Bottom</value>
|
|
<comment>This is the formal name for a visual alignment.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageAlignmentBottomLeft.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Bottom left</value>
|
|
<comment>This is the formal name for a visual alignment.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageAlignmentBottomRight.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Bottom right</value>
|
|
<comment>This is the formal name for a visual alignment.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageAlignmentCenter.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Center</value>
|
|
<comment>This is the formal name for a visual alignment.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageAlignmentLeft.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Left</value>
|
|
<comment>This is the formal name for a visual alignment.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageAlignmentRight.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Right</value>
|
|
<comment>This is the formal name for a visual alignment.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageAlignmentTop.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Top</value>
|
|
<comment>This is the formal name for a visual alignment.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageAlignmentTopLeft.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Top left</value>
|
|
<comment>This is the formal name for a visual alignment.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageAlignmentTopRight.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Top right</value>
|
|
<comment>This is the formal name for a visual alignment.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageBrowse.Content" xml:space="preserve">
|
|
<value>Browse...</value>
|
|
<comment>Button label that opens a file picker in a new window. The "..." is standard to mean it will open a new window.</comment>
|
|
</data>
|
|
<data name="Profile_AddFontAxisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Add new font axis</value>
|
|
</data>
|
|
<data name="Profile_AddNewFontAxis.Text" xml:space="preserve">
|
|
<value>Add new</value>
|
|
<comment>Button label that adds a new font axis for the current font.</comment>
|
|
</data>
|
|
<data name="Profile_AddFontFeatureButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Add new font feature</value>
|
|
</data>
|
|
<data name="Profile_AddNewFontFeature.Text" xml:space="preserve">
|
|
<value>Add new</value>
|
|
<comment>Button label that adds a new font feature for the current font.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageOpacitySlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Background image opacity</value>
|
|
<comment>Name for a control to choose the opacity of the image presented on the background of the app.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageOpacity.Header" xml:space="preserve">
|
|
<value>Background image opacity</value>
|
|
<comment>Header for a control to choose the opacity of the image presented on the background of the app.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageOpacity.HelpText" xml:space="preserve">
|
|
<value>Sets the opacity of the background image.</value>
|
|
<comment>A description for what the "background image opacity" setting does. Presented near "Profile_BackgroundImageOpacity".</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageStretchMode.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Background image stretch mode</value>
|
|
<comment>Name for a control to choose the stretch mode of the image presented on the background of the app. Stretch mode is how the image is resized to fill its allocated space.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageStretchMode.Header" xml:space="preserve">
|
|
<value>Background image stretch mode</value>
|
|
<comment>Header for a control to choose the stretch mode of the image presented on the background of the app. Stretch mode is how the image is resized to fill its allocated space.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageStretchMode.HelpText" xml:space="preserve">
|
|
<value>Sets how the background image is resized to fill the window.</value>
|
|
<comment>A description for what the "background image stretch mode" setting does. Presented near "Profile_BackgroundImageStretchMode".</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageStretchModeFill.Content" xml:space="preserve">
|
|
<value>Fill</value>
|
|
<comment>An option to choose from for the "background image stretch mode" setting. When selected, the image is resized to fill the destination dimensions. The aspect ratio is not preserved.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageStretchModeNone.Content" xml:space="preserve">
|
|
<value>None</value>
|
|
<comment>An option to choose from for the "background image stretch mode" setting. When selected, the image preserves its original size.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageStretchModeUniform.Content" xml:space="preserve">
|
|
<value>Uniform</value>
|
|
<comment>An option to choose from for the "background image stretch mode" setting. When selected,the image is resized to fit in the destination dimensions while it preserves its native aspect ratio.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundImageStretchModeUniformToFill.Content" xml:space="preserve">
|
|
<value>Uniform to fill</value>
|
|
<comment>An option to choose from for the "background image stretch mode" setting. When selected, the content is resized to fill the destination dimensions while it preserves its native aspect ratio. But if the aspect ratio of the destination differs, the image is clipped to fit in the space (to fill the space)</comment>
|
|
</data>
|
|
<data name="Profile_CloseOnExit.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Profile termination behavior</value>
|
|
<comment>Name for a control to select the behavior of a terminal session (a profile) when it closes.</comment>
|
|
</data>
|
|
<data name="Profile_CloseOnExit.Header" xml:space="preserve">
|
|
<value>Profile termination behavior</value>
|
|
<comment>Header for a control to select the behavior of a terminal session (a profile) when it closes.</comment>
|
|
</data>
|
|
<data name="Profile_CloseOnExitAlways.Content" xml:space="preserve">
|
|
<value>Close when process exits, fails, or crashes</value>
|
|
<comment>An option to choose from for the "profile termination behavior" (or "close on exit") setting. When selected, the terminal closes if the process exits in a controlled (exit) or uncontrolled (fail or crash) scenario.</comment>
|
|
</data>
|
|
<data name="Profile_CloseOnExitGraceful.Content" xml:space="preserve">
|
|
<value>Close only when process exits successfully</value>
|
|
<comment>An option to choose from for the "profile termination behavior" (or "close on exit") setting. When selected, the terminal closes if the process exits in a controlled scenario successfully.</comment>
|
|
</data>
|
|
<data name="Profile_CloseOnExitNever.Content" xml:space="preserve">
|
|
<value>Never close automatically</value>
|
|
<comment>An option to choose from for the "profile termination behavior" (or "close on exit") setting. When selected, the terminal never closes, even if the process exits in a controlled or uncontrolled scenario. The user would have to manually close the terminal.</comment>
|
|
</data>
|
|
<data name="Profile_CloseOnExitAutomatic.Content" xml:space="preserve">
|
|
<value>Automatic</value>
|
|
<comment>An option to choose from for the "profile termination behavior" (or "close on exit") setting. When selected, the terminal closes if the process exits in a controlled scenario successfully and the process was launched by Windows Terminal.</comment>
|
|
</data>
|
|
<data name="Profile_ColorScheme.Header" xml:space="preserve">
|
|
<value>Color scheme</value>
|
|
<comment>Header for a control to select the scheme (or set) of colors used in the session. This is selected from a list of options managed by the user.</comment>
|
|
</data>
|
|
<data name="Profile_ColorScheme.HelpText" xml:space="preserve">
|
|
<value>Expand to override the foreground, background, and selection background.</value>
|
|
<comment>Help text for a control to select the scheme (or set) of colors used in the session. Directs the user to expand the control to access overrides for certain values in the color scheme.</comment>
|
|
</data>
|
|
<data name="Profile_Commandline.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Command line</value>
|
|
<comment>Name for a control to determine commandline executable (i.e. a .exe file) to run when a terminal session of this profile is launched.</comment>
|
|
</data>
|
|
<data name="Profile_Commandline.Header" xml:space="preserve">
|
|
<value>Command line</value>
|
|
<comment>Header for a control to determine commandline executable (i.e. a .exe file) to run when a terminal session of this profile is launched.</comment>
|
|
</data>
|
|
<data name="Profile_CommandlineBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Command line</value>
|
|
<comment>Name for a control to determine commandline executable (i.e. a .exe file) to run when a terminal session of this profile is launched.</comment>
|
|
</data>
|
|
<data name="Profile_Commandline.HelpText" xml:space="preserve">
|
|
<value>Executable used in the profile.</value>
|
|
<comment>A description for what the "command line" setting does. Presented near "Profile_Commandline".</comment>
|
|
</data>
|
|
<data name="Profile_CommandlineBrowse.Content" xml:space="preserve">
|
|
<value>Browse...</value>
|
|
<comment>Button label that opens a file picker in a new window. The "..." is standard to mean it will open a new window.</comment>
|
|
</data>
|
|
<data name="Profile_CursorHeight.Header" xml:space="preserve">
|
|
<value>Cursor height</value>
|
|
<comment>Header for a control to determine the height of the text cursor.</comment>
|
|
</data>
|
|
<data name="Profile_CursorHeight.HelpText" xml:space="preserve">
|
|
<value>Sets the percentage height of the cursor starting from the bottom. Only works with the vintage cursor shape.</value>
|
|
<comment>A description for what the "cursor height" setting does. Presented near "Profile_CursorHeight".</comment>
|
|
</data>
|
|
<data name="Profile_CursorShape.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Cursor shape</value>
|
|
<comment>Name for a control to select the shape of the text cursor.</comment>
|
|
</data>
|
|
<data name="Profile_CursorShape.Header" xml:space="preserve">
|
|
<value>Cursor shape</value>
|
|
<comment>Header for a control to select the shape of the text cursor.</comment>
|
|
</data>
|
|
<data name="Profile_AdjustIndistinguishableColorsNever.Content" xml:space="preserve">
|
|
<value>Never</value>
|
|
<comment>An option to choose from for the "adjust indistinguishable colors" setting. When selected, we will never adjust the text colors.</comment>
|
|
</data>
|
|
<data name="Profile_AdjustIndistinguishableColorsIndexed.Content" xml:space="preserve">
|
|
<value>Only for colors in the color scheme</value>
|
|
<comment>An option to choose from for the "adjust indistinguishable colors" setting. When selected, we will adjust the text colors for visibility only when the colors are part of this profile's color scheme's color table.</comment>
|
|
</data>
|
|
<data name="Profile_AdjustIndistinguishableColorsAlways.Content" xml:space="preserve">
|
|
<value>Always</value>
|
|
<comment>An option to choose from for the "adjust indistinguishable colors" setting. When selected, we will adjust the text colors for visibility.</comment>
|
|
</data>
|
|
<data name="Profile_AdjustIndistinguishableColorsAutomatic.Content" xml:space="preserve">
|
|
<value>Automatic</value>
|
|
<comment>An option to choose from for the "adjust indistinguishable colors" setting. When selected, we will adjust the text colors for visibility only when the colors are part of this profile's color scheme's color table if and only if high contrast mode is enabled.</comment>
|
|
</data>
|
|
<data name="Profile_CursorShapeBar.Content" xml:space="preserve">
|
|
<value>Bar ( ┃ )</value>
|
|
<comment>{Locked="┃"} An option to choose from for the "cursor shape" setting. When selected, the cursor will look like a vertical bar. The character in the parentheses is used to show what it looks like.</comment>
|
|
</data>
|
|
<data name="Profile_CursorShapeEmptyBox.Content" xml:space="preserve">
|
|
<value>Empty box ( ▯ )</value>
|
|
<comment>{Locked="▯"} An option to choose from for the "cursor shape" setting. When selected, the cursor will look like an empty box. The character in the parentheses is used to show what it looks like.</comment>
|
|
</data>
|
|
<data name="Profile_CursorShapeFilledBox.Content" xml:space="preserve">
|
|
<value>Filled box ( █ )</value>
|
|
<comment>{Locked="█"} An option to choose from for the "cursor shape" setting. When selected, the cursor will look like a filled box. The character in the parentheses is used to show what it looks like.</comment>
|
|
</data>
|
|
<data name="Profile_CursorShapeUnderscore.Content" xml:space="preserve">
|
|
<value>Underscore ( ▁ )</value>
|
|
<comment>{Locked="▁"} An option to choose from for the "cursor shape" setting. When selected, the cursor will look like an underscore. The character in the parentheses is used to show what it looks like.</comment>
|
|
</data>
|
|
<data name="Profile_CursorShapeVintage.Content" xml:space="preserve">
|
|
<value>Vintage ( ▃ )</value>
|
|
<comment>{Locked="▃"} An option to choose from for the "cursor shape" setting. When selected, the cursor will look like a thick underscore. This is the vintage and classic look of a cursor for terminals. The character in the parentheses is used to show what it looks like.</comment>
|
|
</data>
|
|
<data name="Profile_CursorShapeDoubleUnderscore.Content" xml:space="preserve">
|
|
<value>Double underscore ( ‗ )</value>
|
|
<comment>{Locked="‗"} An option to choose from for the "cursor shape" setting. When selected, the cursor will look like a stacked set of two underscores. The character in the parentheses is used to show what it looks like.</comment>
|
|
</data>
|
|
<data name="Profile_FontFace.Header" xml:space="preserve">
|
|
<value>Font face</value>
|
|
<comment>Header for a control to select the font for text in the app.</comment>
|
|
</data>
|
|
<data name="Profile_FontFaceBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Font face</value>
|
|
<comment>Name for a control to select the font for text in the app.</comment>
|
|
</data>
|
|
<data name="Profile_FontFace.HelpText" xml:space="preserve">
|
|
<value>You can use multiple fonts by separating them with an ASCII comma.</value>
|
|
</data>
|
|
<data name="Profile_FontSize.Header" xml:space="preserve">
|
|
<value>Font size</value>
|
|
<comment>Header for a control to determine the size of the text in the app.</comment>
|
|
</data>
|
|
<data name="Profile_FontSizeBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Font size</value>
|
|
<comment>Name for a control to determine the size of the text in the app.</comment>
|
|
</data>
|
|
<data name="Profile_FontSize.HelpText" xml:space="preserve">
|
|
<value>Size of the font in points.</value>
|
|
<comment>A description for what the "font size" setting does. Presented near "Profile_FontSize".</comment>
|
|
</data>
|
|
<data name="Profile_LineHeight.Header" xml:space="preserve">
|
|
<value>Line height</value>
|
|
<comment>Header for a control that sets the text line height.</comment>
|
|
</data>
|
|
<data name="Profile_CellWidth.Header" xml:space="preserve">
|
|
<value>Cell width</value>
|
|
<comment>Header for a control that sets the text character width.</comment>
|
|
</data>
|
|
<data name="Profile_LineHeightBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Line height</value>
|
|
<comment>Header for a control that sets the text line height.</comment>
|
|
</data>
|
|
<data name="Profile_CellWidthBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Cell width</value>
|
|
<comment>Header for a control that sets the text character width.</comment>
|
|
</data>
|
|
<data name="Profile_LineHeight.HelpText" xml:space="preserve">
|
|
<value>Override the line height of the terminal. Measured as a multiple of the font size. The default value depends on your font and is usually around 1.2.</value>
|
|
<comment>A description for what the "line height" setting does. Presented near "Profile_LineHeight".</comment>
|
|
</data>
|
|
<data name="Profile_CellWidth.HelpText" xml:space="preserve">
|
|
<value>Override the cell width of the terminal. Measured as a multiple of the font size. The default value depends on your font and is usually around 0.6.</value>
|
|
<comment>A description for what the "cell width" setting does. Presented near "Profile_CellWidth".</comment>
|
|
</data>
|
|
<data name="Profile_LineHeightBox.PlaceholderText" xml:space="preserve">
|
|
<value>1.2</value>
|
|
<comment>"1.2" is a decimal number.</comment>
|
|
</data>
|
|
<data name="Profile_CellWidthBox.PlaceholderText" xml:space="preserve">
|
|
<value>0.6</value>
|
|
<comment>"0.6" is a decimal number.</comment>
|
|
</data>
|
|
<data name="Profile_EnableBuiltinGlyphs.Header" xml:space="preserve">
|
|
<value>Builtin Glyphs</value>
|
|
<comment>The main label of a toggle. When enabled, certain characters (glyphs) are replaced with better looking ones.</comment>
|
|
</data>
|
|
<data name="Profile_EnableBuiltinGlyphs.HelpText" xml:space="preserve">
|
|
<value>When enabled, the terminal draws custom glyphs for block element and box drawing characters instead of using the font.</value>
|
|
<comment>A longer description of the "Profile_EnableBuiltinGlyphs" toggle. "glyphs", "block element" and "box drawing characters" are technical terms from the Unicode specification.</comment>
|
|
</data>
|
|
<data name="Profile_EnableColorGlyphs.Header" xml:space="preserve">
|
|
<value>Full-color Emoji</value>
|
|
<comment>The main label of a toggle. When enabled, certain characters (emoji in this case) are displayed with multiple colors.</comment>
|
|
</data>
|
|
<data name="Profile_EnableColorGlyphs.HelpText" xml:space="preserve">
|
|
<value>When enabled, Emoji are displayed in full color.</value>
|
|
<comment>A longer description of the "Profile_EnableColorGlyphs" toggle.</comment>
|
|
</data>
|
|
<data name="Profile_FontWeightComboBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Font weight</value>
|
|
<comment>Name for a control to select the weight (i.e. bold, thin, etc.) of the text in the app.</comment>
|
|
</data>
|
|
<data name="Profile_FontWeightSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Font weight</value>
|
|
<comment>Name for a control to select the weight (i.e. bold, thin, etc.) of the text in the app.</comment>
|
|
</data>
|
|
<data name="Profile_FontWeight.Header" xml:space="preserve">
|
|
<value>Font weight</value>
|
|
<comment>Header for a control to select the weight (i.e. bold, thin, etc.) of the text in the app.</comment>
|
|
</data>
|
|
<data name="Profile_FontWeight.HelpText" xml:space="preserve">
|
|
<value>Sets the weight (lightness or heaviness of the strokes) for the given font.</value>
|
|
<comment>A description for what the "font weight" setting does. Presented near "Profile_FontWeight".</comment>
|
|
</data>
|
|
<data name="Profile_FontAxes.Header" xml:space="preserve">
|
|
<value>Variable font axes</value>
|
|
<comment>Header for a control to allow editing the font axes.</comment>
|
|
</data>
|
|
<data name="Profile_FontAxesAvailable.Text" xml:space="preserve">
|
|
<value>Add or remove font axes for the given font.</value>
|
|
<comment>A description for what the "font axes" setting does. Presented near "Profile_FontAxes".</comment>
|
|
</data>
|
|
<data name="Profile_FontAxesUnavailable.Text" xml:space="preserve">
|
|
<value>The selected font has no variable font axes.</value>
|
|
<comment>A description provided when the font axes setting is disabled. Presented near "Profile_FontAxes".</comment>
|
|
</data>
|
|
<data name="Profile_FontFeatures.Header" xml:space="preserve">
|
|
<value>Font features</value>
|
|
<comment>Header for a control to allow editing the font features.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeaturesAvailable.Text" xml:space="preserve">
|
|
<value>Add or remove font features for the given font.</value>
|
|
<comment>A description for what the "font features" setting does. Presented near "Profile_FontFeatures".</comment>
|
|
</data>
|
|
<data name="Profile_FontFeaturesUnavailable.Text" xml:space="preserve">
|
|
<value>The selected font has no font features.</value>
|
|
<comment>A description provided when the font features setting is disabled. Presented near "Profile_FontFeatures".</comment>
|
|
</data>
|
|
<data name="Profile_General.Header" xml:space="preserve">
|
|
<value>General</value>
|
|
<comment>Header for a sub-page of profile settings focused on more general scenarios.</comment>
|
|
</data>
|
|
<data name="Profile_Hidden.Header" xml:space="preserve">
|
|
<value>Hide profile from dropdown</value>
|
|
<comment>Header for a control to toggle whether the profile is shown in a dropdown menu, or not.</comment>
|
|
</data>
|
|
<data name="Profile_Hidden.HelpText" xml:space="preserve">
|
|
<value>If enabled, the profile will not appear in the list of profiles. This can be used to hide default profiles and dynamically generated profiles, while leaving them in your settings file.</value>
|
|
<comment>A description for what the "hidden" setting does. Presented near "Profile_Hidden".</comment>
|
|
</data>
|
|
<data name="Profile_Elevate.Header" xml:space="preserve">
|
|
<value>Run this profile as Administrator</value>
|
|
<comment>Header for a control to toggle whether the profile should always open elevated (in an admin window)</comment>
|
|
</data>
|
|
<data name="Profile_Elevate.HelpText" xml:space="preserve">
|
|
<value>If enabled, the profile will open in an Admin terminal window automatically. If the current window is already running as admin, it will open in this window.</value>
|
|
<comment>A description for what the "elevate" setting does. Presented near "Profile_Elevate".</comment>
|
|
</data>
|
|
<data name="Profile_HistorySize.Header" xml:space="preserve">
|
|
<value>History size</value>
|
|
<comment>Header for a control to determine how many lines of text can be saved in a session. In terminals, the "history" is the output generated within your session.</comment>
|
|
</data>
|
|
<data name="Profile_HistorySizeBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>History size</value>
|
|
<comment>Name for a control to determine how many lines of text can be saved in a session. In terminals, the "history" is the output generated within your session.</comment>
|
|
</data>
|
|
<data name="Profile_HistorySize.HelpText" xml:space="preserve">
|
|
<value>The number of lines above the ones displayed in the window you can scroll back to.</value>
|
|
<comment>A description for what the "history size" setting does. Presented near "Profile_HistorySize".</comment>
|
|
</data>
|
|
<data name="Profile_Icon.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Icon</value>
|
|
<comment>Name for a control to determine what icon can be used to represent this profile. This is not necessarily a file path, but can be one.</comment>
|
|
</data>
|
|
<data name="Profile_Icon.Header" xml:space="preserve">
|
|
<value>Icon</value>
|
|
<comment>Header for a control to determine what icon can be used to represent this profile. This is not necessarily a file path, but can be one.</comment>
|
|
</data>
|
|
<data name="Profile_IconBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Icon</value>
|
|
<comment>Name for a control to determine what icon can be used to represent this profile. This is not necessarily a file path, but can be one.</comment>
|
|
</data>
|
|
<data name="Profile_IconEmojiBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Icon</value>
|
|
<comment>Name for a control to determine what icon can be used to represent this profile.</comment>
|
|
</data>
|
|
<data name="Profile_Icon.HelpText" xml:space="preserve">
|
|
<value>Emoji or image file location of the icon used in the profile.</value>
|
|
<comment>A description for what the "icon" setting does. Presented near "Profile_Icon".</comment>
|
|
</data>
|
|
<data name="Profile_IconBrowse.Content" xml:space="preserve">
|
|
<value>Browse...</value>
|
|
<comment>Button label that opens a file picker in a new window. The "..." is standard to mean it will open a new window.</comment>
|
|
</data>
|
|
<data name="Profile_PaddingSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Padding</value>
|
|
<comment>Name for a control to determine the amount of space between text in a terminal and the edge of the window.</comment>
|
|
</data>
|
|
<data name="Profile_Padding.Header" xml:space="preserve">
|
|
<value>Padding</value>
|
|
<comment>Header for a control to determine the amount of space between text in a terminal and the edge of the window. The space can be any combination of the top, bottom, left, and right side of the window.</comment>
|
|
</data>
|
|
<data name="Profile_Padding.HelpText" xml:space="preserve">
|
|
<value>Sets the padding around the text within the window.</value>
|
|
<comment>A description for what the "padding" setting does. Presented near "Profile_Padding".</comment>
|
|
</data>
|
|
<data name="Profile_RetroTerminalEffect.Header" xml:space="preserve">
|
|
<value>Retro terminal effects</value>
|
|
<comment>Header for a control to toggle classic CRT display effects, which gives the terminal a retro look.</comment>
|
|
</data>
|
|
<data name="Profile_RetroTerminalEffect.HelpText" xml:space="preserve">
|
|
<value>Show retro-style terminal effects such as glowing text and scan lines.</value>
|
|
<comment>A description for what the "retro terminal effects" setting does. Presented near "Profile_RetroTerminalEffect". "Retro" is a common English prefix that suggests a nostalgic, dated appearance.</comment>
|
|
</data>
|
|
<data name="Profile_AdjustIndistinguishableColors.Header" xml:space="preserve">
|
|
<value>Automatically adjust lightness of indistinguishable text</value>
|
|
<comment>Header for a control to toggle if we should adjust the foreground color's lightness to make it more visible when necessary, based on the background color.</comment>
|
|
</data>
|
|
<data name="Profile_AdjustIndistinguishableColors.HelpText" xml:space="preserve">
|
|
<value>Automatically brightens or darkens text to make it more visible. Even when enabled, this adjustment will only occur when a combination of foreground and background colors would result in poor contrast.</value>
|
|
<comment>A description for what the "adjust indistinguishable colors" setting does. Presented near "Profile_AdjustIndistinguishableColors".</comment>
|
|
</data>
|
|
<data name="Profile_ScrollbarVisibility.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Scrollbar visibility</value>
|
|
<comment>Name for a control to select the visibility of the scrollbar in a session.</comment>
|
|
</data>
|
|
<data name="Profile_ScrollbarVisibility.Header" xml:space="preserve">
|
|
<value>Scrollbar visibility</value>
|
|
<comment>Header for a control to select the visibility of the scrollbar in a session.</comment>
|
|
</data>
|
|
<data name="Profile_ScrollbarVisibilityHidden.Content" xml:space="preserve">
|
|
<value>Hidden</value>
|
|
<comment>An option to choose from for the "scrollbar visibility" setting. When selected, the scrollbar is hidden.</comment>
|
|
</data>
|
|
<data name="Profile_ScrollbarVisibilityVisible.Content" xml:space="preserve">
|
|
<value>Visible</value>
|
|
<comment>An option to choose from for the "scrollbar visibility" setting. When selected, the scrollbar is visible but may dynamically shrink.</comment>
|
|
</data>
|
|
<data name="Profile_ScrollbarVisibilityAlways.Content" xml:space="preserve">
|
|
<value>Always</value>
|
|
<comment>An option to choose from for the "scrollbar visibility" setting. When selected, the scrollbar is always visible.</comment>
|
|
</data>
|
|
<data name="Profile_SnapOnInput.Header" xml:space="preserve">
|
|
<value>Scroll to input when typing</value>
|
|
<comment>Header for a control to toggle if keyboard input should automatically scroll to where the input was placed.</comment>
|
|
</data>
|
|
<data name="Profile_StartingDirectory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Starting directory</value>
|
|
<comment>Name for a control to determine the directory the session opens it at launch. This is on a text box that accepts folder paths.</comment>
|
|
</data>
|
|
<data name="Profile_StartingDirectory.Header" xml:space="preserve">
|
|
<value>Starting directory</value>
|
|
<comment>Header for a control to determine the directory the session opens it at launch. This is on a text box that accepts folder paths.</comment>
|
|
</data>
|
|
<data name="Profile_StartingDirectoryBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Starting directory</value>
|
|
<comment>Name for a control to determine the directory the session opens it at launch. This is on a text box that accepts folder paths.</comment>
|
|
</data>
|
|
<data name="Profile_StartingDirectory.HelpText" xml:space="preserve">
|
|
<value>The directory the profile starts in when it is loaded.</value>
|
|
<comment>A description for what the "starting directory" setting does. Presented near "Profile_StartingDirectory".</comment>
|
|
</data>
|
|
<data name="Profile_StartingDirectoryBrowse.Content" xml:space="preserve">
|
|
<value>Browse...</value>
|
|
<comment>Button label that opens a file picker in a new window. The "..." is standard to mean it will open a new window.</comment>
|
|
</data>
|
|
<data name="Profile_StartingDirectoryUseParentCheckbox.Content" xml:space="preserve">
|
|
<value>Use parent process directory</value>
|
|
<comment>A supplementary setting to the "starting directory" setting. "Parent" refers to the parent process of the current process.</comment>
|
|
</data>
|
|
<data name="Profile_StartingDirectoryUseParentCheckbox.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>If enabled, this profile will spawn in the directory from which Terminal was launched.</value>
|
|
<comment>A description for what the supplementary "use parent process directory" setting does. Presented near "Profile_StartingDirectoryUseParentCheckbox".</comment>
|
|
</data>
|
|
<data name="Profile_HideIconCheckbox.Content" xml:space="preserve">
|
|
<value>Hide icon</value>
|
|
<comment>A supplementary setting to the "icon" setting.</comment>
|
|
</data>
|
|
<data name="Profile_HideIconCheckbox.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>If enabled, this profile will have no icon.</value>
|
|
<comment>A description for what the supplementary "Hide icon" setting does. Presented near "Profile_HideIconCheckbox".</comment>
|
|
</data>
|
|
<data name="Profile_SuppressApplicationTitle.Header" xml:space="preserve">
|
|
<value>Suppress title changes</value>
|
|
<comment>Header for a control to toggle changes in the app title.</comment>
|
|
</data>
|
|
<data name="Profile_SuppressApplicationTitle.HelpText" xml:space="preserve">
|
|
<value>Ignore application requests to change the title (OSC 2).</value>
|
|
<comment>A description for what the "suppress application title" setting does. Presented near "Profile_SuppressApplicationTitle". "OSC 2" is a technical term that is understood in the industry. {Locked="OSC 2"}</comment>
|
|
</data>
|
|
<data name="Profile_TabTitle.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Tab title</value>
|
|
<comment>Name for a control to determine the title of the tab. This is represented using a text box.</comment>
|
|
</data>
|
|
<data name="Profile_TabTitle.Header" xml:space="preserve">
|
|
<value>Tab title</value>
|
|
<comment>Header for a control to determine the title of the tab. This is represented using a text box.</comment>
|
|
</data>
|
|
<data name="Profile_TabTitle.HelpText" xml:space="preserve">
|
|
<value>Replaces the profile name as the title to pass to the shell on startup.</value>
|
|
<comment>A description for what the "tab title" setting does. Presented near "Profile_TabTitle".</comment>
|
|
</data>
|
|
<data name="Profile_UnfocusedAppearanceTextBlock.Text" xml:space="preserve">
|
|
<value>Unfocused appearance</value>
|
|
<comment>The header for the section where the unfocused appearance settings can be changed.</comment>
|
|
</data>
|
|
<data name="Profile_AddAppearanceButton.Text" xml:space="preserve">
|
|
<value>Create Appearance</value>
|
|
<comment>Button label that adds an unfocused appearance for this profile.</comment>
|
|
</data>
|
|
<data name="Profile_DeleteAppearanceButton.Text" xml:space="preserve">
|
|
<value>Delete</value>
|
|
<comment>Button label that deletes the unfocused appearance for this profile.</comment>
|
|
</data>
|
|
<data name="Profile_UseAcrylic.Header" xml:space="preserve">
|
|
<value>Enable acrylic material</value>
|
|
<comment>Header for a control to toggle the use of acrylic material for the background. "Acrylic material" is a Microsoft-specific term: https://docs.microsoft.com/en-us/windows/apps/design/style/acrylic</comment>
|
|
</data>
|
|
<data name="Profile_UseAcrylic.HelpText" xml:space="preserve">
|
|
<value>Applies a translucent texture to the background of the window.</value>
|
|
<comment>A description for what the "Profile_UseAcrylic" setting does.</comment>
|
|
</data>
|
|
<data name="Profile_UseDesktopImage.Content" xml:space="preserve">
|
|
<value>Use desktop wallpaper</value>
|
|
<comment>A supplementary setting to the "background image" setting. When enabled, the OS desktop wallpaper is used as the background image. Presented near "Profile_BackgroundImage".</comment>
|
|
</data>
|
|
<data name="Profile_UseDesktopImage.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Use the desktop wallpaper image as the background image for the terminal.</value>
|
|
<comment>A description for what the supplementary "use desktop image" setting does. Presented near "Profile_UseDesktopImage".</comment>
|
|
</data>
|
|
<data name="Settings_ResetSettingsButton.Content" xml:space="preserve">
|
|
<value>Discard changes</value>
|
|
<comment>Text label for a destructive button that discards the changes made to the settings.</comment>
|
|
</data>
|
|
<data name="Settings_ResetSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Discard all unsaved settings.</value>
|
|
<comment>A description for what the "discard changes" button does. Presented near "Settings_ResetSettingsButton".</comment>
|
|
</data>
|
|
<data name="Settings_SaveSettingsButton.Content" xml:space="preserve">
|
|
<value>Save</value>
|
|
<comment>Text label for the confirmation button that saves the changes made to the settings.</comment>
|
|
</data>
|
|
<data name="Settings_UnsavedSettingsWarning.Text" xml:space="preserve">
|
|
<value>⚠ You have unsaved changes.</value>
|
|
<comment>{Locked="⚠"} A disclaimer that appears when the unsaved changes to the settings are present.</comment>
|
|
</data>
|
|
<data name="Nav_AddNewProfile.Content" xml:space="preserve">
|
|
<value>Add a new profile</value>
|
|
<comment>Header for the "add new" menu item. This navigates to the page where users can add a new profile.</comment>
|
|
</data>
|
|
<data name="Nav_Profiles.Content" xml:space="preserve">
|
|
<value>Profiles</value>
|
|
<comment>Header for the "profiles" menu items. This acts as a divider to introduce profile-related menu items.</comment>
|
|
</data>
|
|
<data name="Globals_LaunchModeFocus.Content" xml:space="preserve">
|
|
<value>Focus</value>
|
|
<comment>An option to choose from for the "launch mode" setting. Focus mode is a mode designed to help you focus.</comment>
|
|
</data>
|
|
<data name="Globals_LaunchModeMaximizedFocus.Content" xml:space="preserve">
|
|
<value>Maximized focus</value>
|
|
<comment>An option to choose from for the "launch mode" setting. Opens the app maximized and in focus mode.</comment>
|
|
</data>
|
|
<data name="Globals_LaunchModeMaximizedFullscreen.Content" xml:space="preserve">
|
|
<value>Maximized full screen</value>
|
|
<comment>An option to choose from for the "launch mode" setting. Opens the app maximized and in full screen.</comment>
|
|
</data>
|
|
<data name="Globals_LaunchModeFullscreenFocus.Content" xml:space="preserve">
|
|
<value>Full screen focus</value>
|
|
<comment>An option to choose from for the "launch mode" setting. Opens the app in full screen and in focus mode.</comment>
|
|
</data>
|
|
<data name="Globals_LaunchModeMaximizedFullscreenFocus.Content" xml:space="preserve">
|
|
<value>Maximized full screen focus</value>
|
|
<comment>An option to choose from for the "launch mode" setting. Opens the app maximized in full screen and in focus mode.</comment>
|
|
</data>
|
|
<data name="Profile_BellStyle.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Bell notification style</value>
|
|
<comment>Name for a control to select the how the app notifies the user. "Bell" is the common term in terminals for the BEL character (like the metal device used to chime).</comment>
|
|
</data>
|
|
<data name="Profile_BellStyle.Header" xml:space="preserve">
|
|
<value>Bell notification style</value>
|
|
<comment>Header for a control to select the how the app notifies the user. "Bell" is the common term in terminals for the BEL character (like the metal device used to chime).</comment>
|
|
</data>
|
|
<data name="Profile_BellStyle.HelpText" xml:space="preserve">
|
|
<value>Controls what happens when the application emits a BEL character.</value>
|
|
<comment>A description for what the "bell style" setting does. Presented near "Profile_BellStyle".{Locked="BEL"}</comment>
|
|
</data>
|
|
<data name="Profile_ReloadEnvVars.Header" xml:space="preserve">
|
|
<value>Launch this application with a new environment block</value>
|
|
<comment>"environment variables" are user-definable values that can affect the way running processes will behave on a computer</comment>
|
|
</data>
|
|
<data name="Profile_ReloadEnvVars.HelpText" xml:space="preserve">
|
|
<value>When enabled, the Terminal will generate a new environment block when creating new tabs or panes with this profile. When disabled, the tab/pane will instead inherit the variables the Terminal was started with.</value>
|
|
<comment>A description for what the "Reload environment variables" setting does. Presented near "Profile_ReloadEnvVars".</comment>
|
|
</data>
|
|
<data name="Profile_RightClickContextMenu.Header" xml:space="preserve">
|
|
<value>Display a menu on right-click</value>
|
|
<comment>This controls how a right-click behaves in the terminal</comment>
|
|
</data>
|
|
<data name="Profile_RightClickContextMenu.HelpText" xml:space="preserve">
|
|
<value>When enabled, the Terminal will display a menu on right-click. When disabled, right-clicking will copy the selected text (or paste if there's no selection).</value>
|
|
<comment>A description for what the "Display a menu on right-click" setting does. Presented near "Profile_RightClickContextMenu".</comment>
|
|
</data>
|
|
<data name="Profile_ShowMarks.Header" xml:space="preserve">
|
|
<value>Display marks on the scrollbar</value>
|
|
<comment>"Marks" are small visual indicators that can help the user identify the position of useful info in the scrollbar</comment>
|
|
</data>
|
|
<data name="Profile_ShowMarks.HelpText" xml:space="preserve">
|
|
<value>When enabled, the Terminal will display marks in the scrollbar when searching for text, or when shell integration is enabled.</value>
|
|
<comment>A description for what the "Display marks on the scrollbar" setting does. Presented near "Profile_ShowMarks".</comment>
|
|
</data>
|
|
<data name="Profile_AutoMarkPrompts.Header" xml:space="preserve">
|
|
<value>Automatically mark prompts on pressing Enter</value>
|
|
<comment>"Enter" is the enter/return key on the keyboard. This will add a mark indicating the position of a shell prompt when the user presses enter.</comment>
|
|
</data>
|
|
<data name="Profile_AutoMarkPrompts.HelpText" xml:space="preserve">
|
|
<value>When enabled, the Terminal automatically add a mark indicating the position of the end of the command when you press enter.</value>
|
|
<comment>A description for what the "Automatically mark prompts on pressing Enter" setting does. Presented near "Profile_AutoMarkPrompts".</comment>
|
|
</data>
|
|
<data name="Profile_RepositionCursorWithMouse.Header" xml:space="preserve">
|
|
<value>Experimental: Reposition the cursor with mouse clicks</value>
|
|
<comment>This allows the user to move the text cursor just by clicking with the mouse.</comment>
|
|
</data>
|
|
<data name="Profile_RepositionCursorWithMouse.HelpText" xml:space="preserve">
|
|
<value>When enabled, clicking inside the prompt will move the cursor to that position. This requires shell integration to be enabled in your shell to work as expected.</value>
|
|
<comment>A description for what the "Reload environment variables" setting does. Presented near "Profile_RepositionCursorWithMouse".</comment>
|
|
</data>
|
|
<data name="Profile_BellStyleAudible.Content" xml:space="preserve">
|
|
<value>Audible</value>
|
|
<comment>An option to choose from for the "bell style" setting. When selected, an audible cue is used to notify the user.</comment>
|
|
</data>
|
|
<data name="Profile_BellStyleNone.Content" xml:space="preserve">
|
|
<value>None</value>
|
|
<comment>An option to choose from for the "bell style" setting. When selected, notifications are silenced.</comment>
|
|
</data>
|
|
<data name="Globals_DisableAnimations.Header" xml:space="preserve">
|
|
<value>Disable pane animations</value>
|
|
<comment>Header for a control to toggle animations on panes. "Enabled" value disables the animations.</comment>
|
|
</data>
|
|
<data name="Profile_FontWeightBlack.Content" xml:space="preserve">
|
|
<value>Black</value>
|
|
<comment>This is the formal name for a font weight.</comment>
|
|
</data>
|
|
<data name="Profile_FontWeightBold.Content" xml:space="preserve">
|
|
<value>Bold</value>
|
|
<comment>This is the formal name for a font weight.</comment>
|
|
</data>
|
|
<data name="Profile_FontWeightCustom.Content" xml:space="preserve">
|
|
<value>Custom</value>
|
|
<comment>This is an entry that allows the user to select their own font weight value outside of the simplified list of options.</comment>
|
|
</data>
|
|
<data name="Profile_FontWeightExtra-black.Content" xml:space="preserve">
|
|
<value>Extra-Black</value>
|
|
<comment>This is the formal name for a font weight.</comment>
|
|
</data>
|
|
<data name="Profile_FontWeightExtra-bold.Content" xml:space="preserve">
|
|
<value>Extra-Bold</value>
|
|
<comment>This is the formal name for a font weight.</comment>
|
|
</data>
|
|
<data name="Profile_FontWeightExtra-light.Content" xml:space="preserve">
|
|
<value>Extra-Light</value>
|
|
<comment>This is the formal name for a font weight.</comment>
|
|
</data>
|
|
<data name="Profile_FontWeightLight.Content" xml:space="preserve">
|
|
<value>Light</value>
|
|
<comment>This is the formal name for a font weight.</comment>
|
|
</data>
|
|
<data name="Profile_FontWeightMedium.Content" xml:space="preserve">
|
|
<value>Medium</value>
|
|
<comment>This is the formal name for a font weight.</comment>
|
|
</data>
|
|
<data name="Profile_FontWeightNormal.Content" xml:space="preserve">
|
|
<value>Normal</value>
|
|
<comment>This is the formal name for a font weight.</comment>
|
|
</data>
|
|
<data name="Profile_FontWeightSemi-bold.Content" xml:space="preserve">
|
|
<value>Semi-Bold</value>
|
|
<comment>This is the formal name for a font weight.</comment>
|
|
</data>
|
|
<data name="Profile_FontWeightSemi-light.Content" xml:space="preserve">
|
|
<value>Semi-Light</value>
|
|
<comment>This is the formal name for a font weight.</comment>
|
|
</data>
|
|
<data name="Profile_FontWeightThin.Content" xml:space="preserve">
|
|
<value>Thin</value>
|
|
<comment>This is the formal name for a font weight.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_rlig" xml:space="preserve">
|
|
<value>Required ligatures</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_locl" xml:space="preserve">
|
|
<value>Localized forms</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_ccmp" xml:space="preserve">
|
|
<value>Composition/decomposition</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_calt" xml:space="preserve">
|
|
<value>Contextual alternates</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_liga" xml:space="preserve">
|
|
<value>Standard ligatures</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_clig" xml:space="preserve">
|
|
<value>Contextual ligatures</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_rvrn" xml:space="preserve">
|
|
<value>Required variation alternates</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_kern" xml:space="preserve">
|
|
<value>Kerning</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_mark" xml:space="preserve">
|
|
<value>Mark positioning</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_mkmk" xml:space="preserve">
|
|
<value>Mark to mark positioning</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_dist" xml:space="preserve">
|
|
<value>Distance</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_aalt" xml:space="preserve">
|
|
<value>Access all alternates</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_case" xml:space="preserve">
|
|
<value>Case sensitive forms</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_dnom" xml:space="preserve">
|
|
<value>Denominator</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_fina" xml:space="preserve">
|
|
<value>Terminal forms</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_frac" xml:space="preserve">
|
|
<value>Fractions</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_init" xml:space="preserve">
|
|
<value>Initial forms</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_medi" xml:space="preserve">
|
|
<value>Medial forms</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_numr" xml:space="preserve">
|
|
<value>Numerator</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_ordn" xml:space="preserve">
|
|
<value>Ordinals</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_rclt" xml:space="preserve">
|
|
<value>Required contextual alternates</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_sinf" xml:space="preserve">
|
|
<value>Scientific inferiors</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_subs" xml:space="preserve">
|
|
<value>Subscript</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_sups" xml:space="preserve">
|
|
<value>Superscript</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_zero" xml:space="preserve">
|
|
<value>Slashed zero</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Profile_FontFeature_abvm" xml:space="preserve">
|
|
<value>Above-base mark positioning</value>
|
|
<comment>This is the formal name for a font feature.</comment>
|
|
</data>
|
|
<data name="Globals_LaunchSize.Header" xml:space="preserve">
|
|
<value>Launch size</value>
|
|
<comment>Header for a group of settings that control the size of the app. Presented near "Globals_InitialCols" and "Globals_InitialRows".</comment>
|
|
</data>
|
|
<data name="Globals_LaunchSize.HelpText" xml:space="preserve">
|
|
<value>The number of rows and columns displayed in the window upon first load. Measured in characters.</value>
|
|
<comment>A description for what the "rows" and "columns" settings do. Presented near "Globals_LaunchSize.Header".</comment>
|
|
</data>
|
|
<data name="Globals_LaunchPosition.Text" xml:space="preserve">
|
|
<value>Launch position</value>
|
|
<comment>Header for a group of settings that control the launch position of the app. Presented near "Globals_InitialPosX" and "Globals_InitialPosY".</comment>
|
|
</data>
|
|
<data name="Globals_LaunchPosition.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>The initial position of the terminal window upon startup. When launching as maximized, full screen, or with "Center on launch" enabled, this is used to target the monitor of interest.</value>
|
|
<comment>A description for what the "X position" and "Y position" settings do. Presented near "Globals_LaunchPosition.Header".</comment>
|
|
</data>
|
|
<data name="Profile_BellStyleAll.Content" xml:space="preserve">
|
|
<value>All</value>
|
|
<comment>An option to choose from for the "bell style" setting. When selected, a combination of the other bell styles is used to notify the user.</comment>
|
|
</data>
|
|
<data name="Profile_BellStyleVisual.Content" xml:space="preserve">
|
|
<value>Visual (flash taskbar)</value>
|
|
</data>
|
|
<data name="Profile_BellStyleTaskbar.Content" xml:space="preserve">
|
|
<value>Flash taskbar</value>
|
|
<comment>An option to choose from for the "bell style" setting. When selected, a visual notification is used to notify the user. In this case, the taskbar is flashed.</comment>
|
|
</data>
|
|
<data name="Profile_BellStyleWindow.Content" xml:space="preserve">
|
|
<value>Flash window</value>
|
|
<comment>An option to choose from for the "bell style" setting. When selected, a visual notification is used to notify the user. In this case, the window is flashed.</comment>
|
|
</data>
|
|
<data name="ColorScheme_AddNewButton.Text" xml:space="preserve">
|
|
<value>Add new</value>
|
|
<comment>Button label that creates a new color scheme.</comment>
|
|
</data>
|
|
<data name="ColorScheme_DeleteButton.Text" xml:space="preserve">
|
|
<value>Delete color scheme</value>
|
|
<comment>Button label that deletes the selected color scheme.</comment>
|
|
</data>
|
|
<data name="ColorScheme_EditButton.Text" xml:space="preserve">
|
|
<value>Edit</value>
|
|
<comment>Button label that edits the currently selected color scheme.</comment>
|
|
</data>
|
|
<data name="ColorScheme_DeleteButton2.Text" xml:space="preserve">
|
|
<value>Delete</value>
|
|
<comment>Button label that deletes the selected color scheme.</comment>
|
|
</data>
|
|
<data name="ColorScheme_Name.Header" xml:space="preserve">
|
|
<value>Name</value>
|
|
<comment>The name of the color scheme. Used as a label on the name control.</comment>
|
|
</data>
|
|
<data name="ColorScheme_Name.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>The name of the color scheme.</value>
|
|
<comment>Supplementary text (tooltip) for the control used to select a color scheme that is under view.</comment>
|
|
</data>
|
|
<data name="Profile_DeleteButton.Text" xml:space="preserve">
|
|
<value>Delete profile</value>
|
|
<comment>Button label that deletes the current profile that is being viewed.</comment>
|
|
</data>
|
|
<data name="Profile_Name.HelpText" xml:space="preserve">
|
|
<value>The name of the profile that appears in the dropdown.</value>
|
|
<comment>A description for what the "name" setting does. Presented near "Profile_Name".</comment>
|
|
</data>
|
|
<data name="Profile_Name.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Name</value>
|
|
<comment>Name for a control to determine the name of the profile. This is a text box.</comment>
|
|
</data>
|
|
<data name="Profile_Name.Header" xml:space="preserve">
|
|
<value>Name</value>
|
|
<comment>Header for a control to determine the name of the profile. This is a text box.</comment>
|
|
</data>
|
|
<data name="Profile_TransparencyHeader.Text" xml:space="preserve">
|
|
<value>Transparency</value>
|
|
<comment>Header for a group of settings related to transparency, including the acrylic material background of the app.</comment>
|
|
</data>
|
|
<data name="Profile_BackgroundHeader.Text" xml:space="preserve">
|
|
<value>Background image</value>
|
|
<comment>Header for a group of settings that control the image presented on the background of the app. Presented near "Profile_BackgroundImage" and other keys starting with "Profile_BackgroundImage".</comment>
|
|
</data>
|
|
<data name="Profile_CursorHeader.Text" xml:space="preserve">
|
|
<value>Cursor</value>
|
|
<comment>Header for a group of settings that control the appearance of the cursor. Presented near "Profile_CursorHeight" and other keys starting with "Profile_Cursor".</comment>
|
|
</data>
|
|
<data name="Profile_AdditionalSettingsHeader.Text" xml:space="preserve">
|
|
<value>Additional settings</value>
|
|
<comment>Header for the buttons that navigate to additional settings for the profile.</comment>
|
|
</data>
|
|
<data name="Profile_TextHeader.Text" xml:space="preserve">
|
|
<value>Text</value>
|
|
<comment>Header for a group of settings that control the appearance of text in the app.</comment>
|
|
</data>
|
|
<data name="Globals_WarningsHeader.Text" xml:space="preserve">
|
|
<value>Warnings</value>
|
|
<comment>Header for a group of settings that control the warnings in the app.</comment>
|
|
</data>
|
|
<data name="Profile_WindowHeader.Text" xml:space="preserve">
|
|
<value>Window</value>
|
|
<comment>Header for a group of settings that control the appearance of the window frame of the app.</comment>
|
|
</data>
|
|
<data name="Nav_OpenJSON.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Open your settings.json file. Alt+Click to open your defaults.json file.</value>
|
|
<comment>{Locked="settings.json"}, {Locked="defaults.json"}</comment>
|
|
</data>
|
|
<data name="Rename.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Rename</value>
|
|
<comment>Text label for a button that can be used to begin the renaming process.</comment>
|
|
</data>
|
|
<data name="ColorScheme_DeleteButtonDisclaimerInBox.Text" xml:space="preserve">
|
|
<value>This color scheme cannot be deleted or renamed because it is included by default.</value>
|
|
<comment>Disclaimer presented next to the delete button when it is disabled.</comment>
|
|
</data>
|
|
<data name="ColorScheme_DeleteConfirmationButton.Content" xml:space="preserve">
|
|
<value>Yes, delete color scheme</value>
|
|
<comment>Button label for positive confirmation of deleting a color scheme (presented with "ColorScheme_DeleteConfirmationMessage")</comment>
|
|
</data>
|
|
<data name="ColorScheme_DeleteConfirmationMessage.Text" xml:space="preserve">
|
|
<value>Are you sure you want to delete this color scheme?</value>
|
|
<comment>A confirmation message displayed when the user intends to delete a color scheme.</comment>
|
|
</data>
|
|
<data name="RenameAccept.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Accept rename</value>
|
|
<comment>Text label for a button that can be used to confirm a rename operation during the renaming process.</comment>
|
|
</data>
|
|
<data name="RenameCancel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Cancel rename</value>
|
|
<comment>Text label for a button that can be used to cancel a rename operation during the renaming process.</comment>
|
|
</data>
|
|
<data name="ColorSchemesDisclaimer.Text" xml:space="preserve">
|
|
<value>Schemes defined here can be applied to your profiles under the "Appearances" section of the profile settings pages.</value>
|
|
<comment>A disclaimer presented at the top of a page. "Appearances" should match Profile_Appearance.Header.</comment>
|
|
</data>
|
|
<data name="Profile_BaseLayerDisclaimer.Text" xml:space="preserve">
|
|
<value>Settings defined here will apply to all profiles unless they are overridden by a profile's settings.</value>
|
|
<comment>A disclaimer presented at the top of a page. See "Nav_ProfileDefaults.Content" for a description on what the defaults layer does in the app.</comment>
|
|
</data>
|
|
<data name="Profile_DeleteConfirmationButton.Content" xml:space="preserve">
|
|
<value>Yes, delete profile</value>
|
|
<comment>Button label for positive confirmation of deleting a profile (presented with "Profile_DeleteConfirmationMessage")</comment>
|
|
</data>
|
|
<data name="Profile_DeleteConfirmationMessage.Text" xml:space="preserve">
|
|
<value>Are you sure you want to delete this profile?</value>
|
|
<comment>A confirmation message displayed when the user intends to delete a profile.</comment>
|
|
</data>
|
|
<data name="Settings_SaveSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Save all unsaved settings.</value>
|
|
<comment>A description for what the "save" button does. Presented near "Settings_SaveSettingsButton".</comment>
|
|
</data>
|
|
<data name="Globals_TabSwitcherMode.Header" xml:space="preserve">
|
|
<value>Tab switcher interface style</value>
|
|
<comment>Header for a control to choose how the tab switcher operates.</comment>
|
|
</data>
|
|
<data name="Globals_TabSwitcherMode.HelpText" xml:space="preserve">
|
|
<value>Selects which interface will be used when you switch tabs using the keyboard.</value>
|
|
<comment>A description for what the "tab switcher mode" setting does. Presented near "Globals_TabSwitcherMode.Header".</comment>
|
|
</data>
|
|
<data name="Globals_TabSwitcherModeMru.Content" xml:space="preserve">
|
|
<value>Separate window, in most recently used order</value>
|
|
<comment>An option to choose from for the "tab switcher mode" setting. The tab switcher overlay is shown in most recently used order.</comment>
|
|
</data>
|
|
<data name="Globals_TabSwitcherModeInOrder.Content" xml:space="preserve">
|
|
<value>Separate window, in tab strip order</value>
|
|
<comment>An option to choose from for the "tab switcher mode" setting. The tab switcher overlay is shown in the order of the tabs at the top of the app.</comment>
|
|
</data>
|
|
<data name="Globals_TabSwitcherModeDisabled.Content" xml:space="preserve">
|
|
<value>Traditional navigation, no separate window</value>
|
|
<comment>An option to choose from for the "tab switcher mode" setting. The tab switcher overlay is hidden and does not appear in a separate window.</comment>
|
|
</data>
|
|
<data name="Globals_CopyFormat.Header" xml:space="preserve">
|
|
<value>Text formats to copy to the clipboard</value>
|
|
<comment>Header for a control to select the format of copied text.</comment>
|
|
</data>
|
|
<data name="Globals_CopyFormatNone.Content" xml:space="preserve">
|
|
<value>Plain text only</value>
|
|
<comment>An option to choose from for the "copy formatting" setting. Store only plain text data.</comment>
|
|
</data>
|
|
<data name="Globals_CopyFormatHtml.Content" xml:space="preserve">
|
|
<value>HTML</value>
|
|
<comment>An option to choose from for the "copy formatting" setting. Store only HTML data.</comment>
|
|
</data>
|
|
<data name="Globals_CopyFormatRtf.Content" xml:space="preserve">
|
|
<value>RTF</value>
|
|
<comment>An option to choose from for the "copy formatting" setting. Store only RTF data.</comment>
|
|
</data>
|
|
<data name="Globals_CopyFormatAll.Content" xml:space="preserve">
|
|
<value>Both HTML and RTF</value>
|
|
<comment>An option to choose from for the "copy formatting" setting. Store both HTML and RTF data.</comment>
|
|
</data>
|
|
<data name="ColorScheme_RenameErrorTip.Subtitle" xml:space="preserve">
|
|
<value>Please choose a different name.</value>
|
|
<comment>An error message that appears when the user attempts to rename a color scheme to something invalid. This appears as the subtitle and provides guidance to fix the issue.</comment>
|
|
</data>
|
|
<data name="ColorScheme_RenameErrorTip.Title" xml:space="preserve">
|
|
<value>This color scheme name is already in use.</value>
|
|
<comment>An error message that appears when the user attempts to rename a color scheme to something invalid. This appears as the title, and explains the issue.</comment>
|
|
</data>
|
|
<data name="Globals_FocusFollowMouse.Header" xml:space="preserve">
|
|
<value>Automatically focus pane on mouse hover</value>
|
|
<comment>Header for a control to toggle the "focus follow mouse" setting. When enabled, hovering over a pane puts it in focus.</comment>
|
|
</data>
|
|
<data name="Globals_ScrollToZoom.Header" xml:space="preserve">
|
|
<value>Adjust terminal font size by scrolling while holding the Ctrl key</value>
|
|
<comment>Header for a control to toggle font size changes with scrolling. When enabled, holding the Ctrl key while scrolling will increase or decrease the terminal font size.</comment>
|
|
</data>
|
|
<data name="Globals_ScrollToChangeOpacity.Header" xml:space="preserve">
|
|
<value>Adjust terminal opacity by scrolling while holding the Ctrl and Shift keys</value>
|
|
<comment>Header for a control to toggle opacity changes with scrolling. When enabled, holding the Ctrl and Shift keys while scrolling will increase or decrease the window opacity.</comment>
|
|
</data>
|
|
<data name="Globals_DisableAnimationsReversed.Header" xml:space="preserve">
|
|
<value>Pane animations</value>
|
|
<comment>Header for a control to toggle animations on panes. "Enabled" value enables the animations.</comment>
|
|
</data>
|
|
<data name="Globals_AlwaysShowNotificationIcon.Header" xml:space="preserve">
|
|
<value>Always display an icon in the notification area</value>
|
|
<comment>Header for a control to toggle whether the notification icon should always be shown.</comment>
|
|
</data>
|
|
<data name="Globals_MinimizeToNotificationArea.Header" xml:space="preserve">
|
|
<value>Hide Terminal in the notification area when it is minimized</value>
|
|
<comment>Header for a control to toggle whether the terminal should hide itself in the notification area instead of the taskbar when minimized.</comment>
|
|
</data>
|
|
<data name="SettingContainer_OverrideMessageBaseLayer" xml:space="preserve">
|
|
<value>Reset to inherited value.</value>
|
|
<comment>This button will remove a user's customization from a given setting, restoring it to the value that the profile inherited. This is a text label on a button.</comment>
|
|
</data>
|
|
<data name="ColorScheme_TerminalColorsHeader.Text" xml:space="preserve">
|
|
<value>Terminal colors</value>
|
|
<comment>A header for a grouping of colors in the color scheme. These colors are used for basic parts of the terminal.</comment>
|
|
</data>
|
|
<data name="ColorScheme_SystemColorsHeader.Text" xml:space="preserve">
|
|
<value>System colors</value>
|
|
<comment>A header for a grouping of colors in the color scheme. These colors are used for functional parts of the terminal.</comment>
|
|
</data>
|
|
<data name="ColorScheme_ColorsHeader.Header" xml:space="preserve">
|
|
<value>Colors</value>
|
|
<comment>A header for the grouping of colors in the color scheme.</comment>
|
|
</data>
|
|
<data name="SettingContainer_OverrideMessageFragmentExtension" xml:space="preserve">
|
|
<value>Reset to value from: {}</value>
|
|
<comment>{} is replaced by the name of another profile or generator. This is a text label on a button that is dynamically generated and provides more context in the {}.</comment>
|
|
</data>
|
|
<data name="Profile_FontFaceShowAllFonts.Content" xml:space="preserve">
|
|
<value>Show all fonts</value>
|
|
<comment>A supplementary setting to the "font face" setting. Toggling this control updates the font face control to show all of the fonts installed.</comment>
|
|
</data>
|
|
<data name="Profile_FontFaceShowAllFonts.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>If enabled, show all installed fonts in the list above. Otherwise, only show the list of monospace fonts.</value>
|
|
<comment>A description for what the supplementary "show all fonts" setting does. Presented near "Profile_FontFaceShowAllFonts".</comment>
|
|
</data>
|
|
<data name="Profile_CreateUnfocusedAppearanceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Create Appearance</value>
|
|
<comment>Name for a control which creates the unfocused appearance settings for this profile. Text must match that of "Profile_AddAppearanceButton.Text".</comment>
|
|
</data>
|
|
<data name="Profile_CreateUnfocusedAppearanceButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Create an unfocused appearance for this profile. This will be the appearance of the profile when it is inactive.</value>
|
|
<comment>A description for what the create unfocused appearance button does.</comment>
|
|
</data>
|
|
<data name="Profile_DeleteUnfocusedAppearanceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Delete Appearance</value>
|
|
<comment>Name for a control which deletes the unfocused appearance settings for this profile.</comment>
|
|
</data>
|
|
<data name="Profile_DeleteUnfocusedAppearanceButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Delete the unfocused appearance for this profile.</value>
|
|
<comment>A description for what the delete unfocused appearance button does.</comment>
|
|
</data>
|
|
<data name="Actions_Disclaimer.Content" xml:space="preserve">
|
|
<value>Learn more about actions</value>
|
|
<comment>Disclaimer presented at the top of the actions page to redirect the user to documentation regarding actions.</comment>
|
|
</data>
|
|
<data name="Actions_DeleteButton2.Text" xml:space="preserve">
|
|
<value>Delete action</value>
|
|
<comment>Button label that deletes the selected action.</comment>
|
|
</data>
|
|
<data name="Actions_Name.Text" xml:space="preserve">
|
|
<value>Action name</value>
|
|
<comment>Label for the text box that edits the action name.</comment>
|
|
</data>
|
|
<data name="Actions_NameEntryBox.PlaceholderText" xml:space="preserve">
|
|
<value>Action name</value>
|
|
<comment>Placeholder text for the text box where the user can edit the action name.</comment>
|
|
</data>
|
|
<data name="Actions_ShortcutAction.Text" xml:space="preserve">
|
|
<value>Action type</value>
|
|
<comment>Label for the combo box that edits the action type.</comment>
|
|
</data>
|
|
<data name="Actions_KeyBindingsListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Keybindings</value>
|
|
<comment>Name for a control which contains the list of keybindings for the current command.</comment>
|
|
</data>
|
|
<data name="Actions_Arguments.Text" xml:space="preserve">
|
|
<value>Additional arguments</value>
|
|
<comment>Label for the list of editable arguments for the currently selected action.</comment>
|
|
</data>
|
|
<data name="Actions_Keybindings.Text" xml:space="preserve">
|
|
<value>Keybindings</value>
|
|
<comment>Label for the list of editable keybindings for the current command.</comment>
|
|
</data>
|
|
<data name="Actions_AddKeyChord.Text" xml:space="preserve">
|
|
<value>Add keybinding</value>
|
|
<comment>Button label that adds a keybinding to the current action.</comment>
|
|
</data>
|
|
<data name="Actions_DeleteConfirmationButton.Content" xml:space="preserve">
|
|
<value>Yes, delete key binding</value>
|
|
<comment>Button label that confirms deletion of a key binding entry.</comment>
|
|
</data>
|
|
<data name="Actions_DeleteConfirmationMessage.Text" xml:space="preserve">
|
|
<value>Are you sure you want to delete this key binding?</value>
|
|
<comment>Confirmation message displayed when the user attempts to delete a key binding entry.</comment>
|
|
</data>
|
|
<data name="Actions_CommandDeleteConfirmationButton.Content" xml:space="preserve">
|
|
<value>Yes, delete action</value>
|
|
<comment>Button label that confirms deletion of an action.</comment>
|
|
</data>
|
|
<data name="Actions_CommandDeleteConfirmationMessage.Text" xml:space="preserve">
|
|
<value>Are you sure you want to delete this action?</value>
|
|
<comment>Confirmation message displayed when the user attempts to delete an action.</comment>
|
|
</data>
|
|
<data name="Actions_InvalidKeyChordMessage" xml:space="preserve">
|
|
<value>Invalid key chord. Please enter a valid key chord.</value>
|
|
<comment>Error message displayed when an invalid key chord is input by the user.</comment>
|
|
</data>
|
|
<data name="Actions_RenameConflictConfirmationAcceptButton" xml:space="preserve">
|
|
<value>Yes</value>
|
|
<comment>Button label that confirms the deletion of a conflicting key binding to allow the current key binding to be registered.</comment>
|
|
</data>
|
|
<data name="Actions_RenameConflictConfirmationMessage" xml:space="preserve">
|
|
<value>The provided key chord is already being used by the following action:</value>
|
|
<comment>Error message displayed when a key chord that is already in use is input by the user. The name of the conflicting key chord is displayed after this message.</comment>
|
|
</data>
|
|
<data name="Actions_RenameConflictConfirmationQuestion" xml:space="preserve">
|
|
<value>Would you like to overwrite it?</value>
|
|
<comment>Confirmation message displayed when a key chord that is already in use is input by the user. This is intended to ask the user if they wish to delete the conflicting key binding, and assign the current key chord (or binding) instead. This is presented in the context of Actions_RenameConflictConfirmationMessage. The subject of this sentence is the object of that one.</comment>
|
|
</data>
|
|
<data name="Actions_UnnamedCommandName" xml:space="preserve">
|
|
<value><unnamed command></value>
|
|
<comment>{Locked="<"} {Locked=">"} The text shown when referring to a command that is unnamed.</comment>
|
|
</data>
|
|
<data name="Actions_AcceptButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Accept</value>
|
|
<comment>Text label for a button that can be used to accept changes to a key binding entry.</comment>
|
|
</data>
|
|
<data name="Actions_CancelButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Cancel</value>
|
|
<comment>Text label for a button that can be used to cancel changes to a key binding entry</comment>
|
|
</data>
|
|
<data name="Actions_DeleteButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Delete</value>
|
|
<comment>Text label for a button that can be used to delete a key binding entry.</comment>
|
|
</data>
|
|
<data name="Actions_EditButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Edit</value>
|
|
<comment>Text label for a button that can be used to begin making changes to a key binding entry.</comment>
|
|
</data>
|
|
<data name="Actions_AddNewTextBlock.Text" xml:space="preserve">
|
|
<value>Add new</value>
|
|
<comment>Button label that creates a new action on the actions page.</comment>
|
|
</data>
|
|
<data name="Actions_ActionComboBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Action</value>
|
|
<comment>Label for a control that sets the action of a key binding.</comment>
|
|
</data>
|
|
<data name="Actions_NullEnumValue" xml:space="preserve">
|
|
<value>Use global setting</value>
|
|
<comment>An option to choose from for nullable enums. Clears the enum value.</comment>
|
|
</data>
|
|
<data name="Actions_CopyFormatHtml.Content" xml:space="preserve">
|
|
<value>HTML</value>
|
|
<comment>An option to choose from for the "copy format". Copies content in HTML format.</comment>
|
|
</data>
|
|
<data name="Actions_CopyFormatRtf.Content" xml:space="preserve">
|
|
<value>RTF</value>
|
|
<comment>An option to choose from for the "copy format". Copies content in Rich Text Format (RTF).</comment>
|
|
</data>
|
|
<data name="Actions_SplitDirectionAuto.Content" xml:space="preserve">
|
|
<value>Automatic</value>
|
|
<comment>An option to choose from for the "split direction". Automatically determines the split direction.</comment>
|
|
</data>
|
|
<data name="Actions_SplitDirectionUp.Content" xml:space="preserve">
|
|
<value>Up</value>
|
|
<comment>An option to choose from for the "split direction". Splits upward.</comment>
|
|
</data>
|
|
<data name="Actions_SplitDirectionRight.Content" xml:space="preserve">
|
|
<value>Right</value>
|
|
<comment>An option to choose from for the "split direction". Splits to the right.</comment>
|
|
</data>
|
|
<data name="Actions_SplitDirectionDown.Content" xml:space="preserve">
|
|
<value>Down</value>
|
|
<comment>An option to choose from for the "split direction". Splits downward.</comment>
|
|
</data>
|
|
<data name="Actions_SplitDirectionLeft.Content" xml:space="preserve">
|
|
<value>Left</value>
|
|
<comment>An option to choose from for the "split direction". Splits to the left.</comment>
|
|
</data>
|
|
<data name="Actions_SplitDirectionVertical.Content" xml:space="preserve">
|
|
<value>Vertical</value>
|
|
<comment>An option to choose from for the "split direction". Splits vertically.</comment>
|
|
</data>
|
|
<data name="Actions_SplitDirectionHorizontal.Content" xml:space="preserve">
|
|
<value>Horizontal</value>
|
|
<comment>An option to choose from for the "split direction". Splits horizontally.</comment>
|
|
</data>
|
|
<data name="Actions_SplitTypeManual.Content" xml:space="preserve">
|
|
<value>Manual</value>
|
|
<comment>An option to choose from for the "split type". Creates a manual split.</comment>
|
|
</data>
|
|
<data name="Actions_SplitTypeDuplicate.Content" xml:space="preserve">
|
|
<value>Duplicate</value>
|
|
<comment>An option to choose from for the "split type". Creates a split by duplicating the current session.</comment>
|
|
</data>
|
|
<data name="Actions_ResizeDirectionNone.Content" xml:space="preserve">
|
|
<value>None</value>
|
|
<comment>An option to choose from for the "resize direction". None option.</comment>
|
|
</data>
|
|
<data name="Actions_ResizeDirectionLeft.Content" xml:space="preserve">
|
|
<value>Left</value>
|
|
<comment>An option to choose from for the "resize direction". Left option.</comment>
|
|
</data>
|
|
<data name="Actions_ResizeDirectionRight.Content" xml:space="preserve">
|
|
<value>Right</value>
|
|
<comment>An option to choose from for the "resize direction". Right option.</comment>
|
|
</data>
|
|
<data name="Actions_ResizeDirectionUp.Content" xml:space="preserve">
|
|
<value>Up</value>
|
|
<comment>An option to choose from for the "resize direction". Up option.</comment>
|
|
</data>
|
|
<data name="Actions_ResizeDirectionDown.Content" xml:space="preserve">
|
|
<value>Down</value>
|
|
<comment>An option to choose from for the "resize direction". Down option.</comment>
|
|
</data>
|
|
<data name="Actions_FocusDirectionNone.Content" xml:space="preserve">
|
|
<value>None</value>
|
|
<comment>An option to choose from for the "focus direction". None option.</comment>
|
|
</data>
|
|
<data name="Actions_FocusDirectionLeft.Content" xml:space="preserve">
|
|
<value>Left</value>
|
|
<comment>An option to choose from for the "focus direction". Left option.</comment>
|
|
</data>
|
|
<data name="Actions_FocusDirectionRight.Content" xml:space="preserve">
|
|
<value>Right</value>
|
|
<comment>An option to choose from for the "focus direction". Right option.</comment>
|
|
</data>
|
|
<data name="Actions_FocusDirectionUp.Content" xml:space="preserve">
|
|
<value>Up</value>
|
|
<comment>An option to choose from for the "focus direction". Up option.</comment>
|
|
</data>
|
|
<data name="Actions_FocusDirectionDown.Content" xml:space="preserve">
|
|
<value>Down</value>
|
|
<comment>An option to choose from for the "focus direction". Down option.</comment>
|
|
</data>
|
|
<data name="Actions_FocusDirectionPrevious.Content" xml:space="preserve">
|
|
<value>Previous</value>
|
|
<comment>An option to choose from for the "focus direction". Previous option.</comment>
|
|
</data>
|
|
<data name="Actions_FocusDirectionPreviousInOrder.Content" xml:space="preserve">
|
|
<value>Previous In Order</value>
|
|
<comment>An option to choose from for the "focus direction". Previous in order option.</comment>
|
|
</data>
|
|
<data name="Actions_FocusDirectionNextInOrder.Content" xml:space="preserve">
|
|
<value>Next In Order</value>
|
|
<comment>An option to choose from for the "focus direction". Next in order option.</comment>
|
|
</data>
|
|
<data name="Actions_FocusDirectionFirst.Content" xml:space="preserve">
|
|
<value>First</value>
|
|
<comment>An option to choose from for the "focus direction". First option.</comment>
|
|
</data>
|
|
<data name="Actions_FocusDirectionParent.Content" xml:space="preserve">
|
|
<value>Parent</value>
|
|
<comment>An option to choose from for the "focus direction". Parent option.</comment>
|
|
</data>
|
|
<data name="Actions_FocusDirectionChild.Content" xml:space="preserve">
|
|
<value>Child</value>
|
|
<comment>An option to choose from for the "focus direction". Child option.</comment>
|
|
</data>
|
|
<data name="Actions_SettingsTargetSettingsFile.Content" xml:space="preserve">
|
|
<value>Settings File</value>
|
|
<comment>An option to choose from for the "settings target". Targets the settings file.</comment>
|
|
</data>
|
|
<data name="Actions_SettingsTargetDefaultsFile.Content" xml:space="preserve">
|
|
<value>Defaults File</value>
|
|
<comment>An option to choose from for the "settings target". Targets the defaults file.</comment>
|
|
</data>
|
|
<data name="Actions_SettingsTargetAllFiles.Content" xml:space="preserve">
|
|
<value>All Files</value>
|
|
<comment>An option to choose from for the "settings target". Targets all files.</comment>
|
|
</data>
|
|
<data name="Actions_SettingsTargetSettingsUI.Content" xml:space="preserve">
|
|
<value>Settings UI</value>
|
|
<comment>An option to choose from for the "settings target". Targets the settings UI.</comment>
|
|
</data>
|
|
<data name="Actions_SettingsTargetDirectory.Content" xml:space="preserve">
|
|
<value>Directory</value>
|
|
<comment>An option to choose from for the "settings target". Targets the directory.</comment>
|
|
</data>
|
|
<data name="Actions_MoveTabDirectionNone.Content" xml:space="preserve">
|
|
<value>None</value>
|
|
<comment>An option to choose from for the "move tab direction". No movement.</comment>
|
|
</data>
|
|
<data name="Actions_MoveTabDirectionForward.Content" xml:space="preserve">
|
|
<value>Forward</value>
|
|
<comment>An option to choose from for the "move tab direction". Moves the tab forward.</comment>
|
|
</data>
|
|
<data name="Actions_MoveTabDirectionBackward.Content" xml:space="preserve">
|
|
<value>Backward</value>
|
|
<comment>An option to choose from for the "move tab direction". Moves the tab backward.</comment>
|
|
</data>
|
|
<data name="Actions_ScrollToMarkDirectionPrevious.Content" xml:space="preserve">
|
|
<value>Previous</value>
|
|
<comment>An option to choose from for the "scroll to mark direction". Scrolls to the previous mark.</comment>
|
|
</data>
|
|
<data name="Actions_ScrollToMarkDirectionNext.Content" xml:space="preserve">
|
|
<value>Next</value>
|
|
<comment>An option to choose from for the "scroll to mark direction". Scrolls to the next mark.</comment>
|
|
</data>
|
|
<data name="Actions_ScrollToMarkDirectionFirst.Content" xml:space="preserve">
|
|
<value>First</value>
|
|
<comment>An option to choose from for the "scroll to mark direction". Scrolls to the first mark.</comment>
|
|
</data>
|
|
<data name="Actions_ScrollToMarkDirectionLast.Content" xml:space="preserve">
|
|
<value>Last</value>
|
|
<comment>An option to choose from for the "scroll to mark direction". Scrolls to the last mark.</comment>
|
|
</data>
|
|
<data name="Actions_CommandPaletteLaunchModeAction.Content" xml:space="preserve">
|
|
<value>Action</value>
|
|
<comment>An option to choose from for the "command palette launch mode". Launches in action mode.</comment>
|
|
</data>
|
|
<data name="Actions_CommandPaletteLaunchModeCommandLine.Content" xml:space="preserve">
|
|
<value>Command Line</value>
|
|
<comment>An option to choose from for the "command palette launch mode". Launches in command line mode.</comment>
|
|
</data>
|
|
<data name="Actions_SuggestionsSourceNone.Content" xml:space="preserve">
|
|
<value>None</value>
|
|
<comment>An option to choose from for the "suggestions source". No suggestions source.</comment>
|
|
</data>
|
|
<data name="Actions_SuggestionsSourceTasks.Content" xml:space="preserve">
|
|
<value>Tasks</value>
|
|
<comment>An option to choose from for the "suggestions source". Suggestions come from tasks.</comment>
|
|
</data>
|
|
<data name="Actions_SuggestionsSourceSnippets.Content" xml:space="preserve">
|
|
<value>Snippets</value>
|
|
<comment>An option to choose from for the "suggestions source". Suggestions come from snippets.</comment>
|
|
</data>
|
|
<data name="Actions_SuggestionsSourceCommandHistory.Content" xml:space="preserve">
|
|
<value>Command History</value>
|
|
<comment>An option to choose from for the "suggestions source". Suggestions come from command history.</comment>
|
|
</data>
|
|
<data name="Actions_SuggestionsSourceDirectoryHistory.Content" xml:space="preserve">
|
|
<value>Directory History</value>
|
|
<comment>An option to choose from for the "suggestions source". Suggestions come from directory history.</comment>
|
|
</data>
|
|
<data name="Actions_SuggestionsSourceQuickFix.Content" xml:space="preserve">
|
|
<value>Quick Fixes</value>
|
|
<comment>An option to choose from for the "suggestions source". Suggestions come from quick fixes.</comment>
|
|
</data>
|
|
<data name="Actions_SuggestionsSourceAll.Content" xml:space="preserve">
|
|
<value>All</value>
|
|
<comment>An option to choose from for the "suggestions source". Includes all suggestion sources.</comment>
|
|
</data>
|
|
<data name="Actions_FindMatchDirectionNone.Content" xml:space="preserve">
|
|
<value>None</value>
|
|
<comment>An option to choose from for the "find match direction". No direction selected.</comment>
|
|
</data>
|
|
<data name="Actions_FindMatchDirectionNext.Content" xml:space="preserve">
|
|
<value>Next</value>
|
|
<comment>An option to choose from for the "find match direction". Finds the next match.</comment>
|
|
</data>
|
|
<data name="Actions_FindMatchDirectionPrev.Content" xml:space="preserve">
|
|
<value>Previous</value>
|
|
<comment>An option to choose from for the "find match direction". Finds the previous match.</comment>
|
|
</data>
|
|
<data name="Actions_DesktopBehaviorAny.Content" xml:space="preserve">
|
|
<value>Any</value>
|
|
<comment>An option to choose from for the "desktop behavior". Applies to any desktop.</comment>
|
|
</data>
|
|
<data name="Actions_DesktopBehaviorToCurrent.Content" xml:space="preserve">
|
|
<value>To Current</value>
|
|
<comment>An option to choose from for the "desktop behavior". Moves to the current desktop.</comment>
|
|
</data>
|
|
<data name="Actions_DesktopBehaviorOnCurrent.Content" xml:space="preserve">
|
|
<value>On Current</value>
|
|
<comment>An option to choose from for the "desktop behavior". Stays on the current desktop.</comment>
|
|
</data>
|
|
<data name="Actions_MonitorBehaviorAny.Content" xml:space="preserve">
|
|
<value>Any</value>
|
|
<comment>An option to choose from for the "monitor behavior". Applies to any monitor.</comment>
|
|
</data>
|
|
<data name="Actions_MonitorBehaviorToCurrent.Content" xml:space="preserve">
|
|
<value>To Current</value>
|
|
<comment>An option to choose from for the "monitor behavior". Moves to the current monitor.</comment>
|
|
</data>
|
|
<data name="Actions_MonitorBehaviorToMouse.Content" xml:space="preserve">
|
|
<value>To Mouse</value>
|
|
<comment>An option to choose from for the "monitor behavior". Moves to the monitor where the mouse is located.</comment>
|
|
</data>
|
|
<data name="Actions_ClearBufferTypeScreen.Content" xml:space="preserve">
|
|
<value>Screen</value>
|
|
<comment>An option to choose from for the "clear buffer type". Clears only the screen.</comment>
|
|
</data>
|
|
<data name="Actions_ClearBufferTypeScrollback.Content" xml:space="preserve">
|
|
<value>Scrollback</value>
|
|
<comment>An option to choose from for the "clear buffer type". Clears only the scrollback buffer.</comment>
|
|
</data>
|
|
<data name="Actions_ClearBufferTypeAll.Content" xml:space="preserve">
|
|
<value>All</value>
|
|
<comment>An option to choose from for the "clear buffer type". Clears both the screen and the scrollback buffer.</comment>
|
|
</data>
|
|
<data name="Actions_SelectOutputDirectionPrev.Content" xml:space="preserve">
|
|
<value>Previous</value>
|
|
<comment>An option to choose from for the "select output direction". Selects the previous output.</comment>
|
|
</data>
|
|
<data name="Actions_SelectOutputDirectionNext.Content" xml:space="preserve">
|
|
<value>Next</value>
|
|
<comment>An option to choose from for the "select output direction". Selects the next output.</comment>
|
|
</data>
|
|
<data name="Actions_TabSwitcherModeMru.Content" xml:space="preserve">
|
|
<value>Most Recently Used</value>
|
|
<comment>An option to choose from for the "tab switcher mode". Switches tabs based on most recently used order.</comment>
|
|
</data>
|
|
<data name="Actions_TabSwitcherModeInOrder.Content" xml:space="preserve">
|
|
<value>In Order</value>
|
|
<comment>An option to choose from for the "tab switcher mode". Switches tabs in sequential order.</comment>
|
|
</data>
|
|
<data name="Actions_TabSwitcherModeDisabled.Content" xml:space="preserve">
|
|
<value>Disabled</value>
|
|
<comment>An option to choose from for the "tab switcher mode". Disables tab switching.</comment>
|
|
</data>
|
|
<data name="Actions_NullableColorPicker.NullColorButtonLabel" xml:space="preserve">
|
|
<value>No color</value>
|
|
<comment>Label for a button directing the user to opt out of choosing a color.</comment>
|
|
</data>
|
|
<data name="Actions_Browse.Content" xml:space="preserve">
|
|
<value>Browse...</value>
|
|
<comment>Button label that opens a file picker in a new window. The "..." is standard to mean it will open a new window.</comment>
|
|
</data>
|
|
<data name="KeyChordListener.[using:Windows.UI.Xaml.Automation]AutomationProperties.HelpText" xml:space="preserve">
|
|
<value>Input your desired keyboard shortcut.</value>
|
|
<comment>Help text directing users how to use the "KeyChordListener" control. Pressing a keyboard shortcut will be recorded by this control.</comment>
|
|
</data>
|
|
<data name="KeyChordListener.[using:Windows.UI.Xaml.Automation]AutomationProperties.LocalizedControlType" xml:space="preserve">
|
|
<value>shortcut listener</value>
|
|
<comment>The control type for a control that awaits keyboard input and records it.</comment>
|
|
</data>
|
|
<data name="KeyChordListener.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Shortcut</value>
|
|
<comment>The label for a "key chord listener" control that sets the keys a key binding is bound to.</comment>
|
|
</data>
|
|
<data name="Appearance_TextFormattingHeader.Text" xml:space="preserve">
|
|
<value>Text Formatting</value>
|
|
<comment>Header for a control to how text is formatted</comment>
|
|
</data>
|
|
<data name="Appearance_IntenseTextStyle.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Intense text style</value>
|
|
<comment>Name for a control to select how "intense" text is formatted (bold, bright, both or none)</comment>
|
|
</data>
|
|
<data name="Appearance_IntenseTextStyle.Header" xml:space="preserve">
|
|
<value>Intense text style</value>
|
|
<comment>Header for a control to select how "intense" text is formatted (bold, bright, both or none)</comment>
|
|
</data>
|
|
<data name="Appearance_IntenseTextStyleNone.Content" xml:space="preserve">
|
|
<value>None</value>
|
|
<comment>An option to choose from for the "intense text format" setting. When selected, "intense" text will not be rendered differently</comment>
|
|
</data>
|
|
<data name="Appearance_IntenseTextStyleBold.Content" xml:space="preserve">
|
|
<value>Bold font</value>
|
|
<comment>An option to choose from for the "intense text format" setting. When selected, "intense" text will be rendered as bold text</comment>
|
|
</data>
|
|
<data name="Appearance_IntenseTextStyleBright.Content" xml:space="preserve">
|
|
<value>Bright colors</value>
|
|
<comment>An option to choose from for the "intense text format" setting. When selected, "intense" text will be rendered in a brighter color</comment>
|
|
</data>
|
|
<data name="Appearance_IntenseTextStyleAll.Content" xml:space="preserve">
|
|
<value>Bold font with bright colors</value>
|
|
<comment>An option to choose from for the "intense text format" setting. When selected, "intense" text will be rendered as both bold text and in a brighter color</comment>
|
|
</data>
|
|
<data name="Globals_AutoHideWindow.Header" xml:space="preserve">
|
|
<value>Automatically hide window</value>
|
|
<comment>Header for a control to toggle the "Automatically hide window" setting. If enabled, the terminal will be hidden as soon as you switch to another window.</comment>
|
|
</data>
|
|
<data name="Globals_AutoHideWindow.HelpText" xml:space="preserve">
|
|
<value>If enabled, the terminal will be hidden as soon as you switch to another window.</value>
|
|
<comment>A description for what the "Automatically hide window" setting does.</comment>
|
|
</data>
|
|
<data name="ColorScheme_DeleteDisclaimerInBox" xml:space="preserve">
|
|
<value>This color scheme cannot be deleted because it is included by default.</value>
|
|
<comment>Disclaimer presented near the controls to delete the selected color scheme when that functionality is disabled.</comment>
|
|
</data>
|
|
<data name="ColorScheme_RenameDisclaimerInBox" xml:space="preserve">
|
|
<value>This color scheme cannot be renamed because it is included by default.</value>
|
|
<comment>Disclaimer presented near the controls to rename the color scheme when that functionality is disabled.</comment>
|
|
</data>
|
|
<data name="ColorScheme_DefaultTag.Text" xml:space="preserve">
|
|
<value>default</value>
|
|
<comment>Text label displayed adjacent to a "color scheme" entry signifying that it is currently set as the default color scheme to be used.</comment>
|
|
</data>
|
|
<data name="ColorScheme_SetAsDefaultButton.Content" xml:space="preserve">
|
|
<value>Set as default</value>
|
|
<comment>Text label for a button that, when invoked, sets the selected color scheme as the default scheme to use.</comment>
|
|
</data>
|
|
<data name="Globals_ConfirmCloseAllTabs.Header" xml:space="preserve">
|
|
<value>Warn when closing more than one tab</value>
|
|
<comment>Header for a control to toggle whether to show a confirm dialog box when closing the application with multiple tabs open.</comment>
|
|
</data>
|
|
<data name="Globals_InputServiceWarning.Header" xml:space="preserve">
|
|
<value>Warn when "Touch Keyboard and Handwriting Panel Service" is disabled</value>
|
|
</data>
|
|
<data name="Globals_WarnAboutLargePaste.Header" xml:space="preserve">
|
|
<value>Warn when pasting more than 5 KiB</value>
|
|
</data>
|
|
<data name="Globals_WarnAboutMultiLinePaste.Header" xml:space="preserve">
|
|
<value>Warn when pasting newlines</value>
|
|
</data>
|
|
<data name="Globals_WarnAboutMultiLinePaste.HelpText" xml:space="preserve">
|
|
<value>If your shell does not support "bracketed paste" mode, we recommend setting this to "Always" for security reasons.</value>
|
|
<comment>"bracketed paste" is a technical term referring to escape sequences. "Always" is a setting, as in "Always VS Never".</comment>
|
|
</data>
|
|
<data name="Globals_WarnAboutMultiLinePasteAutomatic.Content" xml:space="preserve">
|
|
<value>Only if "bracketed paste" is disabled</value>
|
|
<comment>"bracketed paste" is a technical term referring to terminal escape sequences.</comment>
|
|
</data>
|
|
<data name="Globals_WarnAboutMultiLinePasteAlways.Content" xml:space="preserve">
|
|
<value>Always</value>
|
|
<comment>As in: Always VS Never</comment>
|
|
</data>
|
|
<data name="Globals_WarnAboutMultiLinePasteNever.Content" xml:space="preserve">
|
|
<value>Never</value>
|
|
<comment>As in: Always VS Never</comment>
|
|
</data>
|
|
<data name="Settings_PortableModeNote.Text" xml:space="preserve">
|
|
<value>Windows Terminal is running in portable mode.</value>
|
|
<comment>A disclaimer that indicates that Terminal is running in a mode that saves settings to a different folder.</comment>
|
|
</data>
|
|
<data name="Settings_PortableModeInfoLink.NavigateUri" xml:space="preserve">
|
|
<value>https://go.microsoft.com/fwlink/?linkid=2229086</value>
|
|
<comment>{Locked}</comment>
|
|
</data>
|
|
<data name="Settings_PortableModeInfoLinkTextRun.Text" xml:space="preserve">
|
|
<value>Learn more.</value>
|
|
<comment>A hyperlink displayed near Settings_PortableModeNote.Text that the user can follow for more information.</comment>
|
|
</data>
|
|
<data name="Profile_MissingFontFaces.Header" xml:space="preserve">
|
|
<value>Missing fonts:</value>
|
|
<comment>This is a label that is followed by a list of missing fonts.</comment>
|
|
</data>
|
|
<data name="Profile_ProportionalFontFaces.Header" xml:space="preserve">
|
|
<value>Non-monospace fonts:</value>
|
|
<comment>This is a label that is followed by a list of proportional fonts.</comment>
|
|
</data>
|
|
<data name="Profile_BellSoundPreviewDefault" xml:space="preserve">
|
|
<value>Default system sound</value>
|
|
<comment>The value shown for the default value for bell sound.</comment>
|
|
</data>
|
|
<data name="Profile_BellSoundPreviewMultiple" xml:space="preserve">
|
|
<value>Multiple sounds</value>
|
|
<comment>The value shown for when the "bell sound" setting is set to multiple values.</comment>
|
|
</data>
|
|
<data name="Profile_BellSound.Header" xml:space="preserve">
|
|
<value>Bell sound</value>
|
|
<comment>Header for a control to determine what sound the app uses to notify the user. "Bell" is the common term in terminals for the BEL character (like the metal device used to chime).</comment>
|
|
</data>
|
|
<data name="Profile_BellSound.HelpText" xml:space="preserve">
|
|
<value>Controls what sound is played when the application emits a BEL character. "Bell notification style" must include "Audible".</value>
|
|
<comment>A description for what the "bell sound" setting does. Presented near "Profile_BellSound". "Bell notification style" and "audible" come from "Profile_BellStyle" and "Profile_BellStyleAudible.Content" respectively.{Locked="BEL"}</comment>
|
|
</data>
|
|
<data name="Profile_AddBellSound.Text" xml:space="preserve">
|
|
<value>Add sound</value>
|
|
<comment>Text label for a button that adds a sound to the bell sound list. Presented near "Profile_BellSound"</comment>
|
|
</data>
|
|
<data name="Profile_BellSoundBrowse.Content" xml:space="preserve">
|
|
<value>Browse...</value>
|
|
<comment>Text label for a button that opens a file picker to select a sound file to use for the bell sound. Presented near "Profile_BellSound".</comment>
|
|
</data>
|
|
<data name="Profile_BellSoundInfo.Text" xml:space="preserve">
|
|
<value>When multiple sounds are defined, one is selected at random when the BEL character is received.</value>
|
|
<comment>{Locked="BEL"} Text block displayed near "Profile_BellSound".</comment>
|
|
</data>
|
|
<data name="Profile_BellSoundNotFound" xml:space="preserve">
|
|
<value>⚠️ File not found</value>
|
|
</data>
|
|
<data name="Profile_BellSoundAudioPreview.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Play sound</value>
|
|
<comment>Tooltip for a button that plays the selected sound when pressed.</comment>
|
|
</data>
|
|
<data name="Profile_BellSoundDelete.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Delete</value>
|
|
<comment>Tooltip for a button that deletes the selected sound when pressed.</comment>
|
|
</data>
|
|
<data name="Profile_BellSoundAudioPreview.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Play sound</value>
|
|
<comment>Screen reader name for a button that plays the selected sound when pressed.</comment>
|
|
</data>
|
|
<data name="Profile_BellSoundDelete.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Delete</value>
|
|
<comment>Screen reader name for a button that deletes the selected sound when pressed.</comment>
|
|
</data>
|
|
<data name="Profile_TabColor.Header" xml:space="preserve">
|
|
<value>Tab color</value>
|
|
<comment>Header for a control to determine the color of the tab.</comment>
|
|
</data>
|
|
<data name="Profile_Foreground.Header" xml:space="preserve">
|
|
<value>Foreground</value>
|
|
<comment>Header for a control to determine the foreground color of text.</comment>
|
|
</data>
|
|
<data name="Profile_Background.Header" xml:space="preserve">
|
|
<value>Background</value>
|
|
<comment>Header for a control to determine the background color of text.</comment>
|
|
</data>
|
|
<data name="Profile_SelectionBackground.Header" xml:space="preserve">
|
|
<value>Selection background</value>
|
|
<comment>Header for a control to determine the background color of selected text.</comment>
|
|
</data>
|
|
<data name="Profile_CursorColor.Header" xml:space="preserve">
|
|
<value>Cursor color</value>
|
|
<comment>Header for a control to determine the color of the cursor.</comment>
|
|
</data>
|
|
<data name="Profile_Foreground.HelpText" xml:space="preserve">
|
|
<value>Overrides the foreground color from the color scheme.</value>
|
|
<comment>A description for what the "foreground" setting does. Presented near "Profile_Foreground".</comment>
|
|
</data>
|
|
<data name="Profile_CursorColor.HelpText" xml:space="preserve">
|
|
<value>Overrides the cursor color from the color scheme.</value>
|
|
<comment>A description for what the "cursor color" setting does. Presented near "Profile_CursorColor".</comment>
|
|
</data>
|
|
<data name="Profile_Background.HelpText" xml:space="preserve">
|
|
<value>Overrides the background color from the color scheme.</value>
|
|
<comment>A description for what the "background" setting does. Presented near "Profile_Background".</comment>
|
|
</data>
|
|
<data name="Profile_SelectionBackground.HelpText" xml:space="preserve">
|
|
<value>Overrides the selection background color from the color scheme.</value>
|
|
<comment>A description for what the "selection background" setting does. Presented near "Profile_SelectionBackground".</comment>
|
|
</data>
|
|
<data name="NullableColorPicker_MoreColorsButton.Content" xml:space="preserve">
|
|
<value>More colors...</value>
|
|
<comment>Text label for a button that allows the user to select from more colors in a new window. {Locked="..."}</comment>
|
|
</data>
|
|
<data name="NullableColorPicker_ColorPickerContentDialog.Title" xml:space="preserve">
|
|
<value>Pick a color</value>
|
|
<comment>Title displayed on a content dialog directing the user to pick a color.</comment>
|
|
</data>
|
|
<data name="NullableColorPicker_ColorPickerContentDialog.PrimaryButtonText" xml:space="preserve">
|
|
<value>OK</value>
|
|
<comment>Button label for the color picker content dialog. Used as confirmation to apply the selected color.</comment>
|
|
</data>
|
|
<data name="NullableColorPicker_ColorPickerContentDialog.SecondaryButtonText" xml:space="preserve">
|
|
<value>Cancel</value>
|
|
<comment>Text label for secondary button the color picker content dialog. When clicked, the operation of selecting a color is cancelled by the user.</comment>
|
|
</data>
|
|
<data name="Profile_CursorColor_NullableColorPicker.NullColorButtonLabel" xml:space="preserve">
|
|
<value>Use scheme color</value>
|
|
<comment>Label for a button directing the user to use the cursor color defined in the terminal's current color scheme.</comment>
|
|
</data>
|
|
<data name="Profile_Foreground_NullableColorPicker.NullColorButtonLabel" xml:space="preserve">
|
|
<value>Use scheme color</value>
|
|
<comment>Label for a button directing the user to use the foreground color defined in the terminal's current color scheme.</comment>
|
|
</data>
|
|
<data name="Profile_Background_NullableColorPicker.NullColorButtonLabel" xml:space="preserve">
|
|
<value>Use scheme color</value>
|
|
<comment>Label for a button directing the user to use the background color defined in the terminal's current color scheme.</comment>
|
|
</data>
|
|
<data name="Profile_SelectionBackground_NullableColorPicker.NullColorButtonLabel" xml:space="preserve">
|
|
<value>Use scheme color</value>
|
|
<comment>Label for a button directing the user to use the selection background color defined in the terminal's current color scheme.</comment>
|
|
</data>
|
|
<data name="Profile_TabColor_NullableColorPicker.NullColorButtonLabel" xml:space="preserve">
|
|
<value>Use theme color</value>
|
|
<comment>Label for a button directing the user to use the tab color defined in the terminal's current theme.</comment>
|
|
</data>
|
|
<data name="Profile_IconTypeNone" xml:space="preserve">
|
|
<value>None</value>
|
|
<comment>An option to choose from for the "icon style" dropdown. When selected, there will be no icon for the profile.</comment>
|
|
</data>
|
|
<data name="Profile_IconTypeImage" xml:space="preserve">
|
|
<value>File</value>
|
|
<comment>An option to choose from for the "icon style" dropdown. When selected, a custom image can set for the profile's icon.</comment>
|
|
</data>
|
|
<data name="Profile_IconTypeEmoji" xml:space="preserve">
|
|
<value>Emoji</value>
|
|
<comment>An option to choose from for the "icon style" dropdown. When selected, an emoji can be set for the profile's icon.</comment>
|
|
</data>
|
|
<data name="Profile_IconTypeFontIcon" xml:space="preserve">
|
|
<value>Built-in Icon</value>
|
|
<comment>An option to choose from for the "icon style" dropdown. When selected, the user can choose from several preselected options to set the profile's icon.</comment>
|
|
</data>
|
|
<data name="Profile_IconEmojiBox.PlaceholderText" xml:space="preserve">
|
|
<value>Use "Win + period" to open the emoji picker</value>
|
|
<comment>"Win + period" refers to the OS key binding to open the emoji picker.</comment>
|
|
</data>
|
|
<data name="Profile_IconType.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Icon type</value>
|
|
<comment>Accessible name for a control allowing the user to select the type of icon they would like to use.</comment>
|
|
</data>
|
|
<data name="Profile_BuiltInIcon.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Icon</value>
|
|
<comment>Accessible name for a control allowing the user to select the icon from a list of built in icons.</comment>
|
|
</data>
|
|
<data name="Nav_NewTabMenu.Content" xml:space="preserve">
|
|
<value>New Tab Menu</value>
|
|
<comment>Header for the "new tab menu" menu item. This navigates to a page that lets you see and modify settings related to the app's new tab menu (i.e. profile ordering, nested folders, dividers, etc.)</comment>
|
|
</data>
|
|
<data name="NewTabMenuEntry_Separator.Text" xml:space="preserve">
|
|
<value><Separator></value>
|
|
<comment>{Locked="<"}, {Locked=">"} Text label for an entry that represents a visual separator in a list.</comment>
|
|
</data>
|
|
<data name="NewTabMenuEntry_RemainingProfiles.Text" xml:space="preserve">
|
|
<value><Remaining profiles></value>
|
|
<comment>{Locked="<"}{Locked=">"} Text label for an entry that represents inserting any remaining profiles that have not been inserted.</comment>
|
|
</data>
|
|
<data name="NewTabMenuEntry_RemainingProfilesItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value><Remaining profiles></value>
|
|
<comment>{Locked="<"}{Locked=">"} Text label for an entry that represents inserting any remaining profiles that have not been inserted. Should match "NewTabMenuEntry_RemainingProfiles.Text".</comment>
|
|
</data>
|
|
<data name="NewTabMenu_AddProfile.Header" xml:space="preserve">
|
|
<value>Profile</value>
|
|
<comment>Header for a control that adds a terminal profile to the new tab menu.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_AddMatchProfiles.Header" xml:space="preserve">
|
|
<value>Profile matcher</value>
|
|
<comment>Header for a control that adds a terminal profile matcher to the new tab menu. This entry adds profiles that match the given parameters.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_AddRemainingProfiles.Header" xml:space="preserve">
|
|
<value>Remaining profiles</value>
|
|
<comment>Header for a control that adds any remaining profiles to the new tab menu.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_AddMatchProfiles.HelpText" xml:space="preserve">
|
|
<value>Add a group of profiles that match at least one of the defined regular expression properties</value>
|
|
<comment>Additional information for a control that adds a terminal profile matcher to the new tab menu. Presented near "NewTabMenu_AddMatchProfiles".</comment>
|
|
</data>
|
|
<data name="NewTabMenu_AddRemainingProfiles.HelpText" xml:space="preserve">
|
|
<value>There can only be one "remaining profiles" entry</value>
|
|
<comment>Additional information for a control that adds any remaining profiles to the new tab menu. Presented near "NewTabMenu_AddRemainingProfiles".</comment>
|
|
</data>
|
|
<data name="NewTabMenu_AddSeparator.Header" xml:space="preserve">
|
|
<value>Separator</value>
|
|
<comment>Header for a control that adds a separator to the new tab menu.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_AddFolder.Header" xml:space="preserve">
|
|
<value>Folder</value>
|
|
<comment>Header for a control that adds a folder to the new tab menu.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_AddMatchProfiles_Name.Header" xml:space="preserve">
|
|
<value>Profile name (regular expression)</value>
|
|
<comment>Header for a text box used to define a regex for the names of profiles to add.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_AddMatchProfiles_Source.Header" xml:space="preserve">
|
|
<value>Profile source (regular expression)</value>
|
|
<comment>Header for a text box used to define a regex for the sources of profiles to add.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_AddMatchProfiles_Commandline.Header" xml:space="preserve">
|
|
<value>Commandline (regular expression)</value>
|
|
<comment>Header for a text box used to define a regex for the commandlines of profiles to add.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_AddMatchProfilesTextBlock.Text" xml:space="preserve">
|
|
<value>Add profile matcher</value>
|
|
<comment>Label for a button confirming to add the profile matcher to the new tab menu as an entry.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_AddFolder_FolderName.PlaceholderText" xml:space="preserve">
|
|
<value>Folder name</value>
|
|
<comment>Placeholder text for a text box control used to set the name of the folder.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_DeleteMultipleTextBlock.Text" xml:space="preserve">
|
|
<value>Delete selected entries</value>
|
|
<comment>Label for a button that can be used to delete any new tab menu entries that are currently selected</comment>
|
|
</data>
|
|
<data name="NewTabMenu_MoveToFolderTextBlock.Text" xml:space="preserve">
|
|
<value>Move selected entries to folder...</value>
|
|
<comment>Label for a button that can be used to move any new tab menu entries that are currently selected into an existing folder</comment>
|
|
</data>
|
|
<data name="NewTabMenu_FolderPickerDialog.Title" xml:space="preserve">
|
|
<value>Move to folder</value>
|
|
<comment>Title displayed on a content dialog directing the user to pick a folder to move the selected entries to.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_FolderPickerDialog.PrimaryButtonText" xml:space="preserve">
|
|
<value>OK</value>
|
|
<comment>Button label for the folder picker content dialog. Used as confirmation to pick the selected folder.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_FolderPickerDialog.SecondaryButtonText" xml:space="preserve">
|
|
<value>Cancel</value>
|
|
<comment>Text label for the secondary button on the folder picker content dialog. When clicked, the operation of picking a folder is cancelled by the user.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_RootFolderName" xml:space="preserve">
|
|
<value><root></value>
|
|
<comment>{Locked="<"}{Locked=">"} Text label for the name of the "root" folder. This is used to allow the user to select the root as a destination folder.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_CurrentFolderTextBlock.Text" xml:space="preserve">
|
|
<value>Current Folder Properties</value>
|
|
<comment>Header for a group of controls that can be used to modify the current folder entry's properties.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_AddEntriesTextBlock.Text" xml:space="preserve">
|
|
<value>Add Entry</value>
|
|
<comment>Header for a group of controls that can be used to add an entry to the new tab menu</comment>
|
|
</data>
|
|
<data name="NewTabMenu_CurrentFolderName.Header" xml:space="preserve">
|
|
<value>Folder Name</value>
|
|
<comment>Header for a control that allows the user to modify the name of the current folder entry.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_CurrentFolderInlining.Header" xml:space="preserve">
|
|
<value>Allow inlining</value>
|
|
<comment>Header for a control that allows the nested entries to be presented inline rather than with a folder.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_CurrentFolderInlining.HelpText" xml:space="preserve">
|
|
<value>When enabled, if the folder only has a single entry, the entry will show directly and no folder will be rendered.</value>
|
|
<comment>Additional text displayed near "NewTabMenu_CurrentFolderInlining.Header".</comment>
|
|
</data>
|
|
<data name="NewTabMenu_CurrentFolderAllowEmpty.Header" xml:space="preserve">
|
|
<value>Allow empty</value>
|
|
<comment>Header for a control that allows the current folder entry to be empty.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_CurrentFolderAllowEmpty.HelpText" xml:space="preserve">
|
|
<value>When enabled, if the folder has no entries, it will still be displayed. Otherwise, the folder will not be rendered.</value>
|
|
<comment>Additional text displayed near "NewTabMenu_CurrentFolderAllowEmpty.Header".</comment>
|
|
</data>
|
|
<data name="NewTabMenu_ActionNotFound" xml:space="preserve">
|
|
<value>Action ID not found</value>
|
|
<comment>Displayed text for an entry who's action identifier wasn't found. The action ID is presented in the format "Action ID not found: <actionID>"</comment>
|
|
</data>
|
|
<data name="NewTabMenuEntry_ReorderUp.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Move up</value>
|
|
<comment>Accessible name for a button that reorders the entry to be moved up when clicked. Should match "NewTabMenuEntry_ReorderUp.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip".</comment>
|
|
</data>
|
|
<data name="NewTabMenuEntry_ReorderUp.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Move up</value>
|
|
<comment>Accessible name for a button that reorders the entry to be moved up when clicked. Should match "NewTabMenuEntry_ReorderUp.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name".</comment>
|
|
</data>
|
|
<data name="NewTabMenuEntry_ReorderDown.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Move down</value>
|
|
<comment>Accessible name for a button that reorders the entry to be moved down when clicked. Should match "NewTabMenuEntry_ReorderDown.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip".</comment>
|
|
</data>
|
|
<data name="NewTabMenuEntry_EditFolder.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Edit folder</value>
|
|
<comment>Accessible name for a button that begins editing the folder when clicked. Should match "NewTabMenuEntry_EditFolder.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip".</comment>
|
|
</data>
|
|
<data name="NewTabMenuEntry_ReorderDown.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Move down</value>
|
|
<comment>Accessible name for a button that reorders the entry to be moved down when clicked. Should match "NewTabMenuEntry_ReorderDown.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name".</comment>
|
|
</data>
|
|
<data name="NewTabMenuEntry_EditFolder.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Edit folder</value>
|
|
<comment>Accessible name for a button that begins editing the folder when clicked. Should match "NewTabMenuEntry_EditFolder.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name".</comment>
|
|
</data>
|
|
<data name="NewTabMenuEntry_Delete.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Delete</value>
|
|
<comment>Accessible name for a button that deletes the entry when clicked. Should match "NewTabMenuEntry_Delete.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip"</comment>
|
|
</data>
|
|
<data name="NewTabMenuEntry_Delete.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Delete</value>
|
|
<comment>Accessible name for a button that deletes the entry when clicked. Should match "NewTabMenuEntry_Delete.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name"</comment>
|
|
</data>
|
|
<data name="NewTabMenu_AddProfileButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Add selected profile</value>
|
|
<comment>Tooltip for a button that adds the selected profile to the new tab menu.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_AddSeparatorButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Add separator</value>
|
|
<comment>Tooltip for a button that adds a separator to the new tab menu.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_AddFolderButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Add folder</value>
|
|
<comment>Tooltip for a button that adds a folder to the new tab menu.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_AddRemainingProfilesButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Add remaining profiles</value>
|
|
<comment>Tooltip for a button that adds an entry that represents the remaining profiles to the new tab menu.</comment>
|
|
</data>
|
|
<data name="NewTabMenuEntry_SeparatorItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value><Separator></value>
|
|
<comment>{Locked="<"}{Locked=">"}Accessible name for an entry that represents a visual separator in a list. Should match "NewTabMenuEntry_Separator.Text".</comment>
|
|
</data>
|
|
<data name="Profile_AnswerbackMessage.Header" xml:space="preserve">
|
|
<value>ENQ (Request Terminal Status) response</value>
|
|
<comment>{Locked=ENQ}{Locked="Request Terminal Status"} Header for a control to determine the response to the ENQ escape sequence. This is represented using a text box.</comment>
|
|
</data>
|
|
<data name="Profile_AnswerbackMessage.HelpText" xml:space="preserve">
|
|
<value>The response that is sent when an ENQ control sequence is received.</value>
|
|
<comment>{Locked=ENQ} A description for what the "ENQ response" setting does. Presented near "Profile_AnswerbackMessage".</comment>
|
|
</data>
|
|
<data name="Globals_DebugFeaturesEnabled.HelpText" xml:space="preserve">
|
|
<value>Useful for troubleshooting or developing Terminal.</value>
|
|
<comment>Additional description for what the "debug features enabled" setting does. Presented near "Globals_DebugFeaturesEnabled.Header".</comment>
|
|
</data>
|
|
<data name="Profile_RainbowSuggestions.Header" xml:space="preserve">
|
|
<value>Experimental: Display suggested input in rainbow colors</value>
|
|
<comment>This is a label for a setting that, when enabled, applies a rainbow coloring to the preview text from the suggestions UI.</comment>
|
|
</data>
|
|
<data name="Globals_EnableColorSelection.Header" xml:space="preserve">
|
|
<value>Experimental: Add key bindings to color selected text</value>
|
|
<comment>Header for a control to toggle adding a set of key bindings that can be used to apply coloring to selected text in a terminal session.</comment>
|
|
</data>
|
|
<data name="Globals_EnableColorSelection.HelpText" xml:space="preserve">
|
|
<value>These key bindings can highlight the selected text or all instances of the selected text with a specified color.</value>
|
|
<comment>Additional text for a control to toggle adding a set of key bindings that can be used to apply coloring to selected text in a terminal session. Presented near "Globals_EnableColorSelection.Header".</comment>
|
|
</data>
|
|
<data name="Globals_EnableUnfocusedAcrylic.Header" xml:space="preserve">
|
|
<value>Allow acrylic material in unfocused windows</value>
|
|
<comment>Header for a control to toggle allowing unfocused windows to have an acrylic background.</comment>
|
|
</data>
|
|
<data name="Globals_ShowAdminShield.Header" xml:space="preserve">
|
|
<value>Display a shield in the title bar when Windows Terminal is running as Administrator</value>
|
|
<comment>Header for a control to toggle displaying a shield in the title bar of the app. "Admin" refers to elevated sessions like "run as Admin"</comment>
|
|
</data>
|
|
<data name="Globals_ShowTabsFullscreen.Header" xml:space="preserve">
|
|
<value>Show tabs in full screen</value>
|
|
<comment>Header for a control to toggle if the app should show the tabs when in full screen state.</comment>
|
|
</data>
|
|
<data name="Globals_ShowTabsFullscreen.HelpText" xml:space="preserve">
|
|
<value>When enabled, the tab bar will be visible when the app is full screen.</value>
|
|
<comment>A description for what the "show tabs in full screen" setting does.</comment>
|
|
</data>
|
|
<data name="Profile_PathTranslationStyle.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Path translation</value>
|
|
<comment>Name for a control to select how file and directory paths are translated.</comment>
|
|
</data>
|
|
<data name="Profile_PathTranslationStyle.Header" xml:space="preserve">
|
|
<value>Path translation</value>
|
|
<comment>Name for a control to select how file and directory paths are translated.</comment>
|
|
</data>
|
|
<data name="Profile_PathTranslationStyle.HelpText" xml:space="preserve">
|
|
<value>Controls how file and directory paths are translated during drag-and-drop operations.</value>
|
|
<comment>A description for what the "path translation" setting does. Presented near "Profile_PathTranslationStyle.Header".</comment>
|
|
</data>
|
|
<data name="Profile_PathTranslationStyleNone.Content" xml:space="preserve">
|
|
<value>None</value>
|
|
<comment>An option to choose from for the "path translation" setting.</comment>
|
|
</data>
|
|
<data name="Profile_PathTranslationStyleWsl.Content" xml:space="preserve">
|
|
<value>WSL (C:\ -> /mnt/c)</value>
|
|
<comment>{Locked="WSL","C:\","/mnt/c"} An option to choose from for the "path translation" setting.</comment>
|
|
</data>
|
|
<data name="Profile_PathTranslationStyleCygwin.Content" xml:space="preserve">
|
|
<value>Cygwin (C:\ -> /cygdrive/c)</value>
|
|
<comment>{Locked="Cygwin","C:\","/cygdrive/c"} An option to choose from for the "path translation" setting.</comment>
|
|
</data>
|
|
<data name="Profile_PathTranslationStyleMsys2.Content" xml:space="preserve">
|
|
<value>MSYS2 (C:\ -> /c)</value>
|
|
<comment>{Locked="MSYS2","C:\","/c"} An option to choose from for the "path translation" setting.</comment>
|
|
</data>
|
|
<data name="Profile_PathTranslationStyleMinGW.Content" xml:space="preserve">
|
|
<value>MinGW (C:\ -> C:/)</value>
|
|
<comment>{Locked="MinGW","C:\","C:/"} An option to choose from for the "path translation" setting.</comment>
|
|
</data>
|
|
<data name="Profile_Delete_Orphaned.Header" xml:space="preserve">
|
|
<value>Profile no longer detected</value>
|
|
</data>
|
|
<data name="Profile_Delete_Orphaned.HelpText" xml:space="preserve">
|
|
<value>This automatically-detected profile appears to have been uninstalled. Changes you have made to it are preserved, but it cannot be used until it has been reinstalled.</value>
|
|
</data>
|
|
<data name="Profile_Source_Orphaned.Header" xml:space="preserve">
|
|
<value>Original Source</value>
|
|
</data>
|
|
<data name="Profile_Source_Orphaned.HelpText" xml:space="preserve">
|
|
<value>Indicates the software that originally created this profile.</value>
|
|
</data>
|
|
<data name="Profile_TabTitleNone" xml:space="preserve">
|
|
<value>None</value>
|
|
<comment>Text displayed when the tab title is not defined.</comment>
|
|
</data>
|
|
<data name="Globals_StartOnUserLogin_DisabledByUser" xml:space="preserve">
|
|
<value>Automatic startup has been disabled in the Startup Apps section of Windows settings.</value>
|
|
<comment>{Locked="Windows"}This is displayed in concordance with Globals_StartOnUserLogin if the user has disabled the setting outside of the application.</comment>
|
|
</data>
|
|
<data name="Globals_StartOnUserLogin_UnavailableByPolicy" xml:space="preserve">
|
|
<value>This option is managed by enterprise policy and cannot be changed here.</value>
|
|
<comment>This is displayed in concordance with Globals_StartOnUserLogin if the enterprise administrator has taken control of this setting.</comment>
|
|
</data>
|
|
<data name="Extensions_ActiveExtensionsHeader.Text" xml:space="preserve">
|
|
<value>Active Extensions</value>
|
|
</data>
|
|
<data name="Extensions_ModifiedProfilesHeader.Text" xml:space="preserve">
|
|
<value>Modified Profiles</value>
|
|
</data>
|
|
<data name="Extensions_AddedProfilesHeader.Text" xml:space="preserve">
|
|
<value>Added Profiles</value>
|
|
</data>
|
|
<data name="Extensions_AddedColorSchemesHeader.Text" xml:space="preserve">
|
|
<value>Added Color Schemes</value>
|
|
</data>
|
|
<data name="Extensions_DisclaimerHyperlink.Content" xml:space="preserve">
|
|
<value>Learn more about extensions</value>
|
|
</data>
|
|
<data name="Extensions_NavigateToProfileButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Navigate to profile</value>
|
|
</data>
|
|
<data name="Extensions_NavigateToProfileButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Navigate to profile</value>
|
|
</data>
|
|
<data name="Extensions_NavigateToColorSchemeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
|
<value>Navigate to color scheme</value>
|
|
</data>
|
|
<data name="Extensions_NavigateToColorSchemeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
|
<value>Navigate to color scheme</value>
|
|
</data>
|
|
<data name="Extensions_ScopeUser" xml:space="preserve">
|
|
<value>Current User</value>
|
|
<comment>Label for the installation scope of an extension.</comment>
|
|
</data>
|
|
<data name="Extensions_ScopeSystem" xml:space="preserve">
|
|
<value>All Users</value>
|
|
<comment>Label for the installation scope of an extension</comment>
|
|
</data>
|
|
<data name="Extensions_Scope.Header" xml:space="preserve">
|
|
<value>Scope</value>
|
|
<comment>Header for the installation scope of the extension</comment>
|
|
</data>
|
|
<data name="NewInfoBadgeTextBlock.Text" xml:space="preserve">
|
|
<value>NEW</value>
|
|
<comment>Text is used on an info badge for new navigation items. Must be all caps.</comment>
|
|
</data>
|
|
<data name="NewTabMenu_AddMatchProfiles_Help.Content" xml:space="preserve">
|
|
<value>Learn more about regular expressions</value>
|
|
</data>
|
|
<data name="Appearance_BackgroundImageNone" xml:space="preserve">
|
|
<value>None</value>
|
|
<comment>Text displayed when the background image path is not defined.</comment>
|
|
</data>
|
|
<data name="Profile_AnswerbackMessageNone" xml:space="preserve">
|
|
<value>None</value>
|
|
<comment>Text displayed when the answerback message is not defined.</comment>
|
|
</data>
|
|
<data name="Settings_ResetToDefaultSettings.Header" xml:space="preserve">
|
|
<value>Reset to default settings</value>
|
|
</data>
|
|
<data name="Settings_ResetApplicationState.Header" xml:space="preserve">
|
|
<value>Clear cache</value>
|
|
</data>
|
|
<data name="Settings_ResetApplicationState.HelpText" xml:space="preserve">
|
|
<value>The cache stores data related to saved sessions and automatically generated profiles.</value>
|
|
</data>
|
|
<data name="Settings_ResetToDefaultSettingsButton.Content" xml:space="preserve">
|
|
<value>Reset</value>
|
|
</data>
|
|
<data name="Settings_ResetApplicationStateButton.Content" xml:space="preserve">
|
|
<value>Clear</value>
|
|
</data>
|
|
<data name="Settings_ResetToDefaultSettingsConfirmationMessageBody.Text" xml:space="preserve">
|
|
<value>This action is applied immediately and cannot be undone.</value>
|
|
</data>
|
|
<data name="Settings_ResetApplicationStateConfirmationMessageBody.Text" xml:space="preserve">
|
|
<value>This action is applied immediately and cannot be undone.</value>
|
|
</data>
|
|
<data name="Settings_ResetToDefaultSettingsConfirmationMessageHeader.Text" xml:space="preserve">
|
|
<value>Are you sure you want to reset your settings?</value>
|
|
</data>
|
|
<data name="Settings_ResetApplicationStateConfirmationMessageHeader.Text" xml:space="preserve">
|
|
<value>Are you sure you want to clear your cache?</value>
|
|
</data>
|
|
<data name="Settings_ResetToDefaultSettingsConfirmationButton.Content" xml:space="preserve">
|
|
<value>Yes, reset my settings</value>
|
|
</data>
|
|
<data name="Settings_ResetApplicationStateConfirmationButton.Content" xml:space="preserve">
|
|
<value>Yes, clear the cache</value>
|
|
</data>
|
|
</root>
|