Skip to content

Commit d3f76e7

Browse files
consvcConsole Service Bot
andauthored
Localization Updates - main - 05/07/2026 03:04:15 (#20196)
Co-authored-by: Console Service Bot <consvc@microsoft.com>
1 parent ea4cb81 commit d3f76e7

2 files changed

Lines changed: 52 additions & 0 deletions

File tree

src/cascadia/TerminalApp/Resources/zh-CN/Resources.resw

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,12 +496,48 @@
496496
<value>第三方通知</value>
497497
<comment>A hyperlink name for the Terminal's third-party notices</comment>
498498
</data>
499+
<data name="ConfirmCloseDialog_Cancel" xml:space="preserve">
500+
<value>取消</value>
501+
</data>
499502
<data name="ConfirmCloseDialog_CloseAllTitle" xml:space="preserve">
500503
<value>是否要关闭所有窗口?</value>
501504
</data>
505+
<data name="ConfirmCloseDialog_CloseAllPrimary" xml:space="preserve">
506+
<value>全部关闭</value>
507+
</data>
502508
<data name="ConfirmCloseDialog_WindowTitle" xml:space="preserve">
503509
<value>是否要关闭所有标签页?</value>
504510
</data>
511+
<data name="ConfirmCloseDialog_WindowPrimary" xml:space="preserve">
512+
<value>全部关闭</value>
513+
</data>
514+
<data name="ConfirmCloseDialog_TabTitle" xml:space="preserve">
515+
<value>是否要关闭此选项卡?</value>
516+
</data>
517+
<data name="ConfirmCloseDialog_TabPrimary" xml:space="preserve">
518+
<value>关闭选项卡</value>
519+
</data>
520+
<data name="ConfirmCloseDialog_PaneTitle" xml:space="preserve">
521+
<value>是否要关闭此窗格?</value>
522+
</data>
523+
<data name="ConfirmCloseDialog_PanePrimary" xml:space="preserve">
524+
<value>关闭窗格</value>
525+
</data>
526+
<data name="ConfirmCloseDialog_MultipleTabsTitle" xml:space="preserve">
527+
<value>是否要关闭这些选项卡?</value>
528+
</data>
529+
<data name="ConfirmCloseDialog_MultipleTabsPrimary" xml:space="preserve">
530+
<value>关闭选项卡</value>
531+
</data>
532+
<data name="ConfirmCloseDialog_MultiplePanesTitle" xml:space="preserve">
533+
<value>是否要关闭这些窗格?</value>
534+
</data>
535+
<data name="ConfirmCloseDialog_MultiplePanesPrimary" xml:space="preserve">
536+
<value>关闭窗格</value>
537+
</data>
538+
<data name="DontAskAgainCheckBox.Content" xml:space="preserve">
539+
<value>不再询问</value>
540+
</data>
505541
<data name="CloseReadOnlyDialog.CloseButtonText" xml:space="preserve">
506542
<value>取消</value>
507543
</data>

src/cascadia/TerminalSettingsEditor/Resources/zh-CN/Resources.resw

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2201,10 +2201,26 @@
22012201
<value>关闭多个选项卡时发出警告</value>
22022202
<comment>Header for a control to toggle whether to show a confirm dialog box when closing the application with multiple tabs open.</comment>
22032203
</data>
2204+
<data name="Globals_ConfirmOnClose.Header" xml:space="preserve">
2205+
<value>关闭时发出警告</value>
2206+
<comment>Header for a dropdown controlling when to show a confirmation dialog before closing.</comment>
2207+
</data>
22042208
<data name="Globals_ConfirmOnClose.HelpText" xml:space="preserve">
22052209
<value>控制在关闭选项卡或窗口之前何时显示确认对话框。“始终”在关闭任何窗格时显示对话框。</value>
22062210
<comment>Help text associated with Globals_ConfirmOnClose. "Always" refers to Globals_ConfirmOnCloseAlways.Content.</comment>
22072211
</data>
2212+
<data name="Globals_ConfirmOnCloseNever.Content" xml:space="preserve">
2213+
<value>从不</value>
2214+
<comment>Option associated with Globals_ConfirmOnClose. "Never" means that the system will never display a warning when closing.</comment>
2215+
</data>
2216+
<data name="Globals_ConfirmOnCloseAlways.Content" xml:space="preserve">
2217+
<value>始终</value>
2218+
<comment>Option associated with Globals_ConfirmOnClose. "Always" means that the system will always display a warning when closing.</comment>
2219+
</data>
2220+
<data name="Globals_ConfirmOnCloseAutomatic.Content" xml:space="preserve">
2221+
<value>多个选项卡或窗格</value>
2222+
<comment>Option associated with Globals_ConfirmOnClose. The system will display a warning when multiple tabs or panes are present.</comment>
2223+
</data>
22082224
<data name="Globals_InputServiceWarning.Header" xml:space="preserve">
22092225
<value>禁用“触摸键盘和手写面板服务”时发出警告</value>
22102226
</data>

0 commit comments

Comments
 (0)