From 5bc14abfc8c1743b2dc1df30713982d3a64a3a5d Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Tue, 9 Dec 2025 14:17:24 -0600 Subject: [PATCH] Fix overlocalization issues --- .../About/about_CommonParameters.md | 35 ++++++++++--------- .../About/about_Output_Streams.md | 19 +++++----- .../About/about_CommonParameters.md | 35 ++++++++++--------- .../About/about_Output_Streams.md | 19 +++++----- .../About/about_CommonParameters.md | 35 ++++++++++--------- .../About/about_Output_Streams.md | 19 +++++----- .../About/about_CommonParameters.md | 35 ++++++++++--------- .../About/about_Output_Streams.md | 19 +++++----- 8 files changed, 112 insertions(+), 104 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_CommonParameters.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_CommonParameters.md index e91045e10598..de437725477e 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_CommonParameters.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_CommonParameters.md @@ -1,7 +1,7 @@ --- description: Describes the parameters that can be used with any cmdlet. Locale: en-US -ms.date: 09/29/2025 +ms.date: 12/09/2025 no-loc: [Debug, Verbose, Confirm] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -37,18 +37,18 @@ For more information, see [about_Preference_Variables][03]. The following list displays the common parameters. Their aliases are listed in parentheses. -- `Debug` (db) -- `ErrorAction` (ea) -- `ErrorVariable` (ev) -- `InformationAction` (infa) -- `InformationVariable` (iv) -- `OutVariable` (ov) -- `OutBuffer` (ob) -- `PipelineVariable` (pv) -- `ProgressAction` (proga) -- `Verbose` (vb) -- `WarningAction` (wa) -- `WarningVariable` (wv) +- `Debug` (`db`) +- `ErrorAction` (`ea`) +- `ErrorVariable` (`ev`) +- `InformationAction` (`infa`) +- `InformationVariable` (`iv`) +- `OutVariable` (`ov`) +- `OutBuffer` (`ob`) +- `PipelineVariable` (`pv`) +- `ProgressAction` (`proga`) +- `Verbose` (`vb`) +- `WarningAction` (`wa`) +- `WarningVariable` (`wv`) The **Action** parameters are `ActionPreference` type values. `ActionPreference` is an enumeration with the following values: @@ -827,11 +827,12 @@ Mode LastWriteTime Length Name ## See also + - [about_Preference_Variables][03] -- [Write-Debug][11] -- [Write-Error][12] -- [Write-Verbose][13] -- [Write-Warning][14] +- [`Write-Debug`][11] +- [`Write-Error`][12] +- [`Write-Verbose`][13] +- [`Write-Warning`][14] [02]: about_Automatic_Variables.md diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Output_Streams.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Output_Streams.md index de123d809f58..716731180023 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Output_Streams.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Output_Streams.md @@ -1,7 +1,7 @@ --- description: Explains the availability and purpose of output streams in PowerShell. Locale: en-US -ms.date: 01/22/2023 +ms.date: 12/09/2025 no-loc: [Success, Error, Warning, Verbose, Debug, Information, Progress] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_output_streams?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -102,16 +102,17 @@ support redirection. ## See also + - [about_CommonParameters][02] - [about_Redirection][03] -- [Write-Debug][04] -- [Write-Error][05] -- [Write-Host][06] -- [Write-Information][07] -- [Write-Output][08] -- [Write-Progress][09] -- [Write-Verbose][10] -- [Write-Warning][11] +- [`Write-Debug`][04] +- [`Write-Error`][05] +- [`Write-Host`][06] +- [`Write-Information`][07] +- [`Write-Output`][08] +- [`Write-Progress`][09] +- [`Write-Verbose`][10] +- [`Write-Warning`][11] [01]: about_Automatic_Variables.md diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_CommonParameters.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_CommonParameters.md index b39e6bd14174..38794f6d3810 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_CommonParameters.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_CommonParameters.md @@ -1,7 +1,7 @@ --- description: Describes the parameters that can be used with any cmdlet. Locale: en-US -ms.date: 09/29/2025 +ms.date: 12/09/2025 no-loc: [Debug, Verbose, Confirm] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -37,18 +37,18 @@ For more information, see [about_Preference_Variables][03]. The following list displays the common parameters. Their aliases are listed in parentheses. -- `Debug` (db) -- `ErrorAction` (ea) -- `ErrorVariable` (ev) -- `InformationAction` (infa) -- `InformationVariable` (iv) -- `OutVariable` (ov) -- `OutBuffer` (ob) -- `PipelineVariable` (pv) -- `ProgressAction` (proga) -- `Verbose` (vb) -- `WarningAction` (wa) -- `WarningVariable` (wv) +- `Debug` (`db`) +- `ErrorAction` (`ea`) +- `ErrorVariable` (`ev`) +- `InformationAction` (`infa`) +- `InformationVariable` (`iv`) +- `OutVariable` (`ov`) +- `OutBuffer` (`ob`) +- `PipelineVariable` (`pv`) +- `ProgressAction` (`proga`) +- `Verbose` (`vb`) +- `WarningAction` (`wa`) +- `WarningVariable` (`wv`) The **Action** parameters are `ActionPreference` type values. `ActionPreference` is an enumeration with the following values: @@ -815,11 +815,12 @@ Mode LastWriteTime Length Name ## See also + - [about_Preference_Variables][03] -- [Write-Debug][11] -- [Write-Error][12] -- [Write-Verbose][13] -- [Write-Warning][14] +- [`Write-Debug`][11] +- [`Write-Error`][12] +- [`Write-Verbose`][13] +- [`Write-Warning`][14] [02]: about_Automatic_Variables.md diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Output_Streams.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Output_Streams.md index 8936e8f3182a..291e1d3826f7 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Output_Streams.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Output_Streams.md @@ -1,7 +1,7 @@ --- description: Explains the availability and purpose of output streams in PowerShell. Locale: en-US -ms.date: 01/22/2023 +ms.date: 12/09/2025 no-loc: [Success, Error, Warning, Verbose, Debug, Information, Progress] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_output_streams?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -102,16 +102,17 @@ support redirection. ## See also + - [about_CommonParameters][02] - [about_Redirection][03] -- [Write-Debug][04] -- [Write-Error][05] -- [Write-Host][06] -- [Write-Information][07] -- [Write-Output][08] -- [Write-Progress][09] -- [Write-Verbose][10] -- [Write-Warning][11] +- [`Write-Debug`][04] +- [`Write-Error`][05] +- [`Write-Host`][06] +- [`Write-Information`][07] +- [`Write-Output`][08] +- [`Write-Progress`][09] +- [`Write-Verbose`][10] +- [`Write-Warning`][11] [01]: about_Automatic_Variables.md diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_CommonParameters.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_CommonParameters.md index f49d379aa3b5..8962d5f2657f 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_CommonParameters.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_CommonParameters.md @@ -1,7 +1,7 @@ --- description: Describes the parameters that can be used with any cmdlet. Locale: en-US -ms.date: 09/29/2025 +ms.date: 12/09/2025 no-loc: [Debug, Verbose, Confirm] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.5&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -37,18 +37,18 @@ For more information, see [about_Preference_Variables][03]. The following list displays the common parameters. Their aliases are listed in parentheses. -- `Debug` (db) -- `ErrorAction` (ea) -- `ErrorVariable` (ev) -- `InformationAction` (infa) -- `InformationVariable` (iv) -- `OutVariable` (ov) -- `OutBuffer` (ob) -- `PipelineVariable` (pv) -- `ProgressAction` (proga) -- `Verbose` (vb) -- `WarningAction` (wa) -- `WarningVariable` (wv) +- `Debug` (`db`) +- `ErrorAction` (`ea`) +- `ErrorVariable` (`ev`) +- `InformationAction` (`infa`) +- `InformationVariable` (`iv`) +- `OutVariable` (`ov`) +- `OutBuffer` (`ob`) +- `PipelineVariable` (`pv`) +- `ProgressAction` (`proga`) +- `Verbose` (`vb`) +- `WarningAction` (`wa`) +- `WarningVariable` (`wv`) The **Action** parameters are `ActionPreference` type values. `ActionPreference` is an enumeration with the following values: @@ -815,11 +815,12 @@ Mode LastWriteTime Length Name ## See also + - [about_Preference_Variables][03] -- [Write-Debug][11] -- [Write-Error][12] -- [Write-Verbose][13] -- [Write-Warning][14] +- [`Write-Debug`][11] +- [`Write-Error`][12] +- [`Write-Verbose`][13] +- [`Write-Warning`][14] [02]: about_Automatic_Variables.md diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Output_Streams.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Output_Streams.md index 758878c54eb6..92d40b16c064 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Output_Streams.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Output_Streams.md @@ -1,7 +1,7 @@ --- description: Explains the availability and purpose of output streams in PowerShell. Locale: en-US -ms.date: 01/22/2023 +ms.date: 12/09/2025 no-loc: [Success, Error, Warning, Verbose, Debug, Information, Progress] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_output_streams?view=powershell-7.5&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -102,16 +102,17 @@ support redirection. ## See also + - [about_CommonParameters][02] - [about_Redirection][03] -- [Write-Debug][04] -- [Write-Error][05] -- [Write-Host][06] -- [Write-Information][07] -- [Write-Output][08] -- [Write-Progress][09] -- [Write-Verbose][10] -- [Write-Warning][11] +- [`Write-Debug`][04] +- [`Write-Error`][05] +- [`Write-Host`][06] +- [`Write-Information`][07] +- [`Write-Output`][08] +- [`Write-Progress`][09] +- [`Write-Verbose`][10] +- [`Write-Warning`][11] [01]: about_Automatic_Variables.md diff --git a/reference/7.6/Microsoft.PowerShell.Core/About/about_CommonParameters.md b/reference/7.6/Microsoft.PowerShell.Core/About/about_CommonParameters.md index f9994998c3a4..d8869426522e 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/About/about_CommonParameters.md +++ b/reference/7.6/Microsoft.PowerShell.Core/About/about_CommonParameters.md @@ -1,7 +1,7 @@ --- description: Describes the parameters that can be used with any cmdlet. Locale: en-US -ms.date: 09/29/2025 +ms.date: 12/09/2025 no-loc: [Debug, Verbose, Confirm] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.6&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -37,18 +37,18 @@ For more information, see [about_Preference_Variables][03]. The following list displays the common parameters. Their aliases are listed in parentheses. -- `Debug` (db) -- `ErrorAction` (ea) -- `ErrorVariable` (ev) -- `InformationAction` (infa) -- `InformationVariable` (iv) -- `OutVariable` (ov) -- `OutBuffer` (ob) -- `PipelineVariable` (pv) -- `ProgressAction` (proga) -- `Verbose` (vb) -- `WarningAction` (wa) -- `WarningVariable` (wv) +- `Debug` (`db`) +- `ErrorAction` (`ea`) +- `ErrorVariable` (`ev`) +- `InformationAction` (`infa`) +- `InformationVariable` (`iv`) +- `OutVariable` (`ov`) +- `OutBuffer` (`ob`) +- `PipelineVariable` (`pv`) +- `ProgressAction` (`proga`) +- `Verbose` (`vb`) +- `WarningAction` (`wa`) +- `WarningVariable` (`wv`) The **Action** parameters are `ActionPreference` type values. `ActionPreference` is an enumeration with the following values: @@ -815,11 +815,12 @@ Mode LastWriteTime Length Name ## See also + - [about_Preference_Variables][03] -- [Write-Debug][11] -- [Write-Error][12] -- [Write-Verbose][13] -- [Write-Warning][14] +- [`Write-Debug`][11] +- [`Write-Error`][12] +- [`Write-Verbose`][13] +- [`Write-Warning`][14] [02]: about_Automatic_Variables.md diff --git a/reference/7.6/Microsoft.PowerShell.Core/About/about_Output_Streams.md b/reference/7.6/Microsoft.PowerShell.Core/About/about_Output_Streams.md index ffec5d6c305b..0a3a8342c369 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/About/about_Output_Streams.md +++ b/reference/7.6/Microsoft.PowerShell.Core/About/about_Output_Streams.md @@ -1,7 +1,7 @@ --- description: Explains the availability and purpose of output streams in PowerShell. Locale: en-US -ms.date: 01/22/2023 +ms.date: 12/09/2025 no-loc: [Success, Error, Warning, Verbose, Debug, Information, Progress] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_output_streams?view=powershell-7.6&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -102,16 +102,17 @@ support redirection. ## See also + - [about_CommonParameters][02] - [about_Redirection][03] -- [Write-Debug][04] -- [Write-Error][05] -- [Write-Host][06] -- [Write-Information][07] -- [Write-Output][08] -- [Write-Progress][09] -- [Write-Verbose][10] -- [Write-Warning][11] +- [`Write-Debug`][04] +- [`Write-Error`][05] +- [`Write-Host`][06] +- [`Write-Information`][07] +- [`Write-Output`][08] +- [`Write-Progress`][09] +- [`Write-Verbose`][10] +- [`Write-Warning`][11] [01]: about_Automatic_Variables.md