Update some abbreviations

This commit is contained in:
Markus Fleschutz 2023-01-16 13:26:04 +01:00
parent b3c23dac12
commit 8b49f0324c
3 changed files with 2 additions and 4 deletions

View File

@ -469,8 +469,6 @@ VOLMET,Meteorological Information for Aircraft in Flight
VOR,VHF Omni-directional Receiver VOR,VHF Omni-directional Receiver
VORTAC,VOR -TACAN combination 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 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" VS,"Stall speed, defined as the minimum steady flight speed at which the airplane is controllable"
VSBY,Visibility VSBY,Visibility
VSP,Vertical Speed VSP,Vertical Speed

Can't render this file because it has a wrong number of fields in line 126.

View File

@ -2775,7 +2775,7 @@ VRM,"Vendor Risk Management, or Voltage Regulator Module"
VRM,vendor risk management VRM,vendor risk management
VRM,voltage regulator module VRM,voltage regulator module
VRML,Virtual Reality Modeling Language VRML,Virtual Reality Modeling Language
VRR,Voice Recognition and Response VRR,"Voice Recognition and Response, or Variable Refresh Rate"
VRRP,Virtual Router Redundancy Protocol VRRP,Virtual Router Redundancy Protocol
VSA,virtual SAN appliance VSA,virtual SAN appliance
VSA,Virtual Storage Appliance VSA,Virtual Storage Appliance

Can't render this file because it has a wrong number of fields in line 58.

View File

@ -25,7 +25,7 @@ try {
foreach($Row in $Table) { foreach($Row in $Table) {
if ($Row.Abbr -eq $abbr) { if ($Row.Abbr -eq $abbr) {
$Basename = (Get-Item "$File").Basename -Replace "_"," " $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 $Missing = $false
} }
} }