Skip to content

Commit 0728b76

Browse files
author
Console Service Bot
committed
Merge remote-tracking branch 'origin/main' into feature/llm
2 parents c806a77 + b7bd4f7 commit 0728b76

File tree

13 files changed

+4314
-39
lines changed

13 files changed

+4314
-39
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ftcs

.github/actions/spelling/expect/expect.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,6 @@ EPres
540540
EQU
541541
ERASEBKGND
542542
ERRORONEXIT
543-
ESFCIB
544543
esrp
545544
ESV
546545
ETW
@@ -603,7 +602,6 @@ FONTSTRING
603602
FONTTYPE
604603
FONTWIDTH
605604
FONTWINDOW
606-
foob
607605
FORCEOFFFEEDBACK
608606
FORCEONFEEDBACK
609607
FRAMECHANGED
@@ -620,7 +618,6 @@ FUNCTIONCALL
620618
fuzzmain
621619
fuzzmap
622620
fuzzwrapper
623-
fuzzyfinder
624621
fwdecl
625622
fwe
626623
fwlink
@@ -961,7 +958,6 @@ lsb
961958
lsconfig
962959
lstatus
963960
lstrcmp
964-
lstrcmpi
965961
LTEXT
966962
lto
967963
ltsc
@@ -1125,7 +1121,6 @@ NOREPOSITION
11251121
NORMALDISPLAY
11261122
NOSCRATCH
11271123
NOSEARCH
1128-
noselect
11291124
NOSELECTION
11301125
NOSENDCHANGING
11311126
NOSIZE
@@ -1183,7 +1178,6 @@ onecoreuuid
11831178
ONECOREWINDOWS
11841179
onehalf
11851180
oneseq
1186-
oob
11871181
openbash
11881182
opencode
11891183
opencon

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ The Portable ZIP distribution is a portable application. It will not automatical
169169

170170
| Distribution | Architecture | Link |
171171
|---------------|:---------------:|------------------------------------------------------|
172-
| App Installer | x64, arm64, x86 | [download](https://aka.ms/terminal-canary-installer) |
173-
| Portable ZIP | x64 | [download](https://aka.ms/terminal-canary-zip-x64) |
174-
| Portable ZIP | ARM64 | [download](https://aka.ms/terminal-canary-zip-arm64) |
175-
| Portable ZIP | x86 | [download](https://aka.ms/terminal-canary-zip-x86) |
172+
| App Installer | x64, arm64, x86 | [Download](https://aka.ms/terminal-canary-installer) |
173+
| Portable ZIP | x64 | [Download](https://aka.ms/terminal-canary-zip-x64) |
174+
| Portable ZIP | ARM64 | [Download](https://aka.ms/terminal-canary-zip-arm64) |
175+
| Portable ZIP | x86 | [Download](https://aka.ms/terminal-canary-zip-x86) |
176176

177177
_Learn more about the [types of Windows Terminal distributions](https://learn.microsoft.com/windows/terminal/distributions)._
178178

doc/specs/#11000 - Marks/Shell-Integration-Marks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ not understanding these sequences originally.
111111
The relevant FinalTerm sequences for marking up the prompt are as follows.
112112

113113

114-
![image](FTCS-diagram.png)
114+
![image](ftcs-diagram.png)
115115

116116
* **FTCS_PROMPT**: `OSC 133 ; A ST`
117117
- The start of a prompt. Internally, this sets a marker in the buffer
Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<root>
3+
<!--
4+
Microsoft ResX Schema
5+
6+
Version 2.0
7+
8+
The primary goals of this format is to allow a simple XML format
9+
that is mostly human readable. The generation and parsing of the
10+
various data types are done through the TypeConverter classes
11+
associated with the data types.
12+
13+
Example:
14+
15+
... ado.net/XML headers & schema ...
16+
<resheader name="resmimetype">text/microsoft-resx</resheader>
17+
<resheader name="version">2.0</resheader>
18+
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
19+
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
20+
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
21+
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
22+
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
23+
<value>[base64 mime encoded serialized .NET Framework object]</value>
24+
</data>
25+
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
26+
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
27+
<comment>This is a comment</comment>
28+
</data>
29+
30+
There are any number of "resheader" rows that contain simple
31+
name/value pairs.
32+
33+
Each data row contains a name, and value. The row also contains a
34+
type or mimetype. Type corresponds to a .NET class that support
35+
text/value conversion through the TypeConverter architecture.
36+
Classes that don't support this are serialized and stored with the
37+
mimetype set.
38+
39+
The mimetype is used for serialized objects, and tells the
40+
ResXResourceReader how to depersist the object. This is currently not
41+
extensible. For a given mimetype the value must be set accordingly:
42+
43+
Note - application/x-microsoft.net.object.binary.base64 is the format
44+
that the ResXResourceWriter will generate, however the reader can
45+
read any of the formats listed below.
46+
47+
mimetype: application/x-microsoft.net.object.binary.base64
48+
value : The object must be serialized with
49+
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
50+
: and then encoded with base64 encoding.
51+
52+
mimetype: application/x-microsoft.net.object.soap.base64
53+
value : The object must be serialized with
54+
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
55+
: and then encoded with base64 encoding.
56+
57+
mimetype: application/x-microsoft.net.object.bytearray.base64
58+
value : The object must be serialized into a byte array
59+
: using a System.ComponentModel.TypeConverter
60+
: and then encoded with base64 encoding.
61+
-->
62+
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
63+
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
64+
<xsd:element name="root" msdata:IsDataSet="true">
65+
<xsd:complexType>
66+
<xsd:choice maxOccurs="unbounded">
67+
<xsd:element name="metadata">
68+
<xsd:complexType>
69+
<xsd:sequence>
70+
<xsd:element name="value" type="xsd:string" minOccurs="0" />
71+
</xsd:sequence>
72+
<xsd:attribute name="name" use="required" type="xsd:string" />
73+
<xsd:attribute name="type" type="xsd:string" />
74+
<xsd:attribute name="mimetype" type="xsd:string" />
75+
<xsd:attribute ref="xml:space" />
76+
</xsd:complexType>
77+
</xsd:element>
78+
<xsd:element name="assembly">
79+
<xsd:complexType>
80+
<xsd:attribute name="alias" type="xsd:string" />
81+
<xsd:attribute name="name" type="xsd:string" />
82+
</xsd:complexType>
83+
</xsd:element>
84+
<xsd:element name="data">
85+
<xsd:complexType>
86+
<xsd:sequence>
87+
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
88+
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
89+
</xsd:sequence>
90+
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
91+
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
92+
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
93+
<xsd:attribute ref="xml:space" />
94+
</xsd:complexType>
95+
</xsd:element>
96+
<xsd:element name="resheader">
97+
<xsd:complexType>
98+
<xsd:sequence>
99+
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
100+
</xsd:sequence>
101+
<xsd:attribute name="name" type="xsd:string" use="required" />
102+
</xsd:complexType>
103+
</xsd:element>
104+
</xsd:choice>
105+
</xsd:complexType>
106+
</xsd:element>
107+
</xsd:schema>
108+
<resheader name="resmimetype">
109+
<value>text/microsoft-resx</value>
110+
</resheader>
111+
<resheader name="version">
112+
<value>2.0</value>
113+
</resheader>
114+
<resheader name="reader">
115+
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
116+
</resheader>
117+
<resheader name="writer">
118+
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119+
</resheader>
120+
</root>

src/cascadia/TerminalApp/Resources/ja-JP/Resources.resw

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<value>終了</value>
186186
</data>
187187
<data name="MultiplePanes" xml:space="preserve">
188-
<value>複数ウィンドウ</value>
188+
<value>複数ペイン</value>
189189
</data>
190190
<data name="TabCloseSubMenu" xml:space="preserve">
191191
<value>閉じる</value>
@@ -203,13 +203,13 @@
203203
<value>タブを閉じる</value>
204204
</data>
205205
<data name="PaneClose" xml:space="preserve">
206-
<value>ウィンドウを閉じる</value>
206+
<value>ペインを閉じる</value>
207207
</data>
208208
<data name="SplitTabText" xml:space="preserve">
209209
<value>タブを分割</value>
210210
</data>
211211
<data name="SplitPaneText" xml:space="preserve">
212-
<value>ウィンドウを分割する</value>
212+
<value>ペインを分割する</value>
213213
</data>
214214
<data name="SplitPaneToolTipText" xml:space="preserve">
215215
<value>分割する方向を右クリック - 右/下/上/左</value>
@@ -230,7 +230,7 @@
230230
<value>複製</value>
231231
</data>
232232
<data name="SwapPaneText" xml:space="preserve">
233-
<value>ウィンドウを入れ替える</value>
233+
<value>ペインを入れ替える</value>
234234
</data>
235235
<data name="SwapPaneDownText" xml:space="preserve">
236236
<value>下とペインを入れ替え</value>
@@ -245,10 +245,10 @@
245245
<value>左とペインを入れ替え</value>
246246
</data>
247247
<data name="TogglePaneZoomText" xml:space="preserve">
248-
<value>ウィンドウのズームの切り替え</value>
248+
<value>ペインのズームの切り替え</value>
249249
</data>
250250
<data name="CloseOtherPanesText" xml:space="preserve">
251-
<value>他のウィンドウを閉じる</value>
251+
<value>他のペインを閉じる</value>
252252
</data>
253253
<data name="SearchWebText" xml:space="preserve">
254254
<value>Web 検索</value>
@@ -345,17 +345,17 @@
345345
<value>指定されたインデックスのタブにフォーカスを移動する</value>
346346
</data>
347347
<data name="CmdMovePaneTabArgDesc" xml:space="preserve">
348-
<value>フォーカスされたウィンドウを指定されたインデックスのタブに移動する</value>
348+
<value>フォーカスされたペインを指定されたインデックスのタブに移動する</value>
349349
</data>
350350
<data name="CmdMovePaneDesc" xml:space="preserve">
351-
<value>フォーカスされたウィンドウを別のタブに移動する</value>
351+
<value>フォーカスされたペインを別のタブに移動する</value>
352352
</data>
353353
<data name="CmdMPDesc" xml:space="preserve">
354354
<value>"move-pane" サブコマンドのエイリアス。</value>
355355
<comment>{Locked="\"move-pane\""}</comment>
356356
</data>
357357
<data name="CmdSplitPaneSizeArgDesc" xml:space="preserve">
358-
<value>サイズを親ウィンドウに対する割合として指定します。有効な値は (0,1) の間で、排他的です。</value>
358+
<value>サイズを親ペインに対する割合として指定します。有効な値は (0,1) の間で、排他的です。</value>
359359
</data>
360360
<data name="CmdNewTabDesc" xml:space="preserve">
361361
<value>新しいタブの作成</value>
@@ -365,14 +365,14 @@
365365
<comment>{Locked="\"new-tab\""}</comment>
366366
</data>
367367
<data name="CmdFocusPaneDesc" xml:space="preserve">
368-
<value>別のウィンドウにフォーカスを移動する</value>
368+
<value>別のペインにフォーカスを移動する</value>
369369
</data>
370370
<data name="CmdFPDesc" xml:space="preserve">
371371
<value>"focus-pane" サブコマンドのエイリアス。</value>
372372
<comment>{Locked="\"focus-pane\""}</comment>
373373
</data>
374374
<data name="CmdFocusPaneTargetArgDesc" xml:space="preserve">
375-
<value>指定されたインデックスのウィンドウをフォーカスする</value>
375+
<value>指定されたインデックスのペインをフォーカスする</value>
376376
</data>
377377
<data name="CmdProfileArgDesc" xml:space="preserve">
378378
<value>指定されたプロファイルで開きます。プロファイルの名前または GUID を指定できます</value>
@@ -381,20 +381,20 @@
381381
<value>WT_SESSION 変数を設定します; GUID である必要があります</value>
382382
</data>
383383
<data name="CmdSplitPaneDesc" xml:space="preserve">
384-
<value>新しい分割ウィンドウの作成</value>
384+
<value>新しい分割ペインの作成</value>
385385
</data>
386386
<data name="CmdSPDesc" xml:space="preserve">
387387
<value>"split-pane" サブコマンドのエイリアス。</value>
388388
<comment>{Locked="\"split-pane\""}</comment>
389389
</data>
390390
<data name="CmdSplitPaneHorizontalArgDesc" xml:space="preserve">
391-
<value>新しいウィンドウを水平方向に分割して作成します ([-]と考えてください)</value>
391+
<value>新しいペインを水平方向に分割して作成します ([-]と考えてください)</value>
392392
</data>
393393
<data name="CmdSplitPaneVerticalArgDesc" xml:space="preserve">
394-
<value>新しいウィンドウを垂直方向に分割して作成します ([|]と考えてください)</value>
394+
<value>新しいペインを垂直方向に分割して作成します ([|]と考えてください)</value>
395395
</data>
396396
<data name="CmdSplitPaneDuplicateArgDesc" xml:space="preserve">
397-
<value>フォーカスされたウィンドウのプロファイルを複製して、新しいウィンドウを作成します</value>
397+
<value>フォーカスされたペインのプロファイルを複製して、新しいペインを作成します</value>
398398
</data>
399399
<data name="CmdStartingDirArgDesc" xml:space="preserve">
400400
<value>プロファイルの "startingDirectory" の設定ではなく、指定されたディレクトリで開きます</value>
@@ -439,10 +439,10 @@
439439
<value>フォーカスを移動する方向</value>
440440
</data>
441441
<data name="CmdSwapPaneDesc" xml:space="preserve">
442-
<value>フォーカスされたウィンドウを、指定された方向の隣接するウィンドウと入れ替える</value>
442+
<value>フォーカスされたペインを、指定された方向の隣接するペインと入れ替える</value>
443443
</data>
444444
<data name="CmdSwapPaneDirectionArgDesc" xml:space="preserve">
445-
<value>フォーカスされたウィンドウを移動する方向</value>
445+
<value>フォーカスされたペインを移動する方向</value>
446446
</data>
447447
<data name="CmdFocusDesc" xml:space="preserve">
448448
<value>ウィンドウをフォーカス モードで起動</value>
@@ -872,10 +872,10 @@
872872
<value>なし</value>
873873
</data>
874874
<data name="ClosePaneText" xml:space="preserve">
875-
<value>ウィンドウを閉じる</value>
875+
<value>ペインを閉じる</value>
876876
</data>
877877
<data name="ClosePaneToolTip" xml:space="preserve">
878-
<value>複数のウィンドウが存在する場合は、アクティブなウィンドウを閉じます</value>
878+
<value>複数のペインが存在する場合は、アクティブなペインを閉じます</value>
879879
</data>
880880
<data name="TabColorClearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.FullDescription" xml:space="preserve">
881881
<value>タブの色をリセット</value>
@@ -892,7 +892,7 @@
892892
<comment>This text is displayed on context menu for profile entries in add new tab button.</comment>
893893
</data>
894894
<data name="TerminalPage_PaneMovedAnnouncement_ExistingTab" xml:space="preserve">
895-
<value>アクティブなウィンドウを [{0}] タブに移動しました</value>
895+
<value>アクティブなペインを [{0}] タブに移動しました</value>
896896
<comment>{Locked="{0}"}This text is read out by screen readers upon a successful pane movement. {0} is the name of the tab the pane was moved to.</comment>
897897
</data>
898898
<data name="TerminalPage_TabMovedAnnouncement_Default" xml:space="preserve">
@@ -908,19 +908,19 @@
908908
<comment>{Locked="{0}"}{Locked="{1}"}This text is read out by screen readers upon a successful tab movement. {0} is the name of the tab. {1} is the new tab index in the tab row.</comment>
909909
</data>
910910
<data name="TerminalPage_PaneMovedAnnouncement_ExistingWindow" xml:space="preserve">
911-
<value>アクティブなウィンドウを "{1}" ウィンドウの [{0}] タブに移動しました</value>
911+
<value>アクティブなペインを "{1}" ウィンドウの [{0}] タブに移動しました</value>
912912
<comment>{Locked="{0}"}{Locked="{1}"}This text is read out by screen readers upon a successful pane movement. {0} is the name of the tab the pane was moved to. {1} is the name of the window the pane was moved to. Replaced in 1.19 by TerminalPage_PaneMovedAnnouncement_ExistingWindow2</comment>
913913
</data>
914914
<data name="TerminalPage_PaneMovedAnnouncement_ExistingWindow2" xml:space="preserve">
915-
<value>アクティブなウィンドウを "{0}" ウィンドウに移動しました</value>
915+
<value>アクティブなペインを "{0}" ウィンドウに移動しました</value>
916916
<comment>{Locked="{0}"}This text is read out by screen readers upon a successful pane movement. {0} is the name of the window the pane was moved to.</comment>
917917
</data>
918918
<data name="TerminalPage_PaneMovedAnnouncement_NewWindow" xml:space="preserve">
919-
<value>アクティブなウィンドウを新しいウィンドウに移動しました</value>
919+
<value>アクティブなペインを新しいウィンドウに移動しました</value>
920920
<comment>This text is read out by screen readers upon a successful pane movement to a new window.</comment>
921921
</data>
922922
<data name="TerminalPage_PaneMovedAnnouncement_NewTab" xml:space="preserve">
923-
<value>アクティブなウィンドウを新しいタブに移動しました</value>
923+
<value>アクティブなペインを新しいタブに移動しました</value>
924924
<comment>This text is read out by screen readers upon a successful pane movement to a new tab within the existing window.</comment>
925925
</data>
926926
<data name="CmdAppendCommandLineDesc" xml:space="preserve">
@@ -961,10 +961,10 @@
961961
<value>操作の保存に失敗しました</value>
962962
</data>
963963
<data name="CloseSnippetsPaneButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
964-
<value>ウィンドウを閉じる</value>
964+
<value>ペインを閉じる</value>
965965
</data>
966966
<data name="CloseSnippetsPaneButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
967-
<value>ウィンドウを閉じる</value>
967+
<value>ペインを閉じる</value>
968968
</data>
969969
<data name="TabMoveLeft" xml:space="preserve">
970970
<value>左へ移動</value>

0 commit comments

Comments
 (0)