mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-25 05:26:47 +01:00
Update some abbreviations
This commit is contained in:
parent
b3c23dac12
commit
8b49f0324c
@ -469,8 +469,6 @@ VOLMET,Meteorological Information for Aircraft in Flight
|
||||
VOR,VHF Omni-directional Receiver
|
||||
VORTAC,VOR -TACAN combination
|
||||
VREF,1.3 times the stalling speed of the aircraft in the stated landing configuration and at the prevailing aircraft weight
|
||||
VRR,Voice Recognition and Response
|
||||
VRS,Voice Recognition System
|
||||
VS,"Stall speed, defined as the minimum steady flight speed at which the airplane is controllable"
|
||||
VSBY,Visibility
|
||||
VSP,Vertical Speed
|
||||
|
Can't render this file because it has a wrong number of fields in line 126.
|
@ -2775,7 +2775,7 @@ VRM,"Vendor Risk Management, or Voltage Regulator Module"
|
||||
VRM,vendor risk management
|
||||
VRM,voltage regulator module
|
||||
VRML,Virtual Reality Modeling Language
|
||||
VRR,Voice Recognition and Response
|
||||
VRR,"Voice Recognition and Response, or Variable Refresh Rate"
|
||||
VRRP,Virtual Router Redundancy Protocol
|
||||
VSA,virtual SAN appliance
|
||||
VSA,Virtual Storage Appliance
|
||||
|
Can't render this file because it has a wrong number of fields in line 58.
|
@ -25,7 +25,7 @@ try {
|
||||
foreach($Row in $Table) {
|
||||
if ($Row.Abbr -eq $abbr) {
|
||||
$Basename = (Get-Item "$File").Basename -Replace "_"," "
|
||||
"🔎 $($Row.Abbr) may refer to $($Row.Term) in $Basename."
|
||||
"💡 In $Basename $($Row.Abbr) may refer to $($Row.Term)."
|
||||
$Missing = $false
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user