Skip to content

Commit 47de522

Browse files
author
nih0n
committed
Locale files
1 parent 842c2c1 commit 47de522

14 files changed

+513
-513
lines changed

src/Compiler/FSComp.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -850,12 +850,12 @@ optsBuildConsole,"Build a console executable"
850850
optsBuildWindows,"Build a Windows executable"
851851
optsBuildLibrary,"Build a library (Short form: -a)"
852852
optsBuildModule,"Build a module that can be added to another assembly"
853-
optsDelaySign,"Delay-sign the assembly using only the public portion of the strong name key"
854-
optsPublicSign,"Public-sign the assembly using only the public portion of the strong name key, and mark the assembly as signed"
853+
optsDelaySign,"Delay-sign the assembly using only the public portion of the strong name key (off by default)"
854+
optsPublicSign,"Public-sign the assembly using only the public portion of the strong name key, and mark the assembly as signed (off by default)"
855855
optsWriteXml,"Write the xmldoc of the assembly to the given file"
856856
optsStrongKeyFile,"Specify a strong name key file"
857857
optsStrongKeyContainer,"Specify a strong name key container"
858-
optsCompressMetadata,"Compress interface and optimization data files"
858+
optsCompressMetadata,"Compress interface and optimization data files (on by default)"
859859
optsPlatform,"Limit which platforms this code can run on: x86, x64, Arm, Arm64, Itanium, anycpu32bitpreferred, or anycpu. The default is anycpu."
860860
optsNoOpt,"Only include optimization information essential for implementing inlined constructs. Inhibits cross-module inlining but improves binary compatibility."
861861
optsNoInterface,"Don't add a resource to the generated assembly containing F#-specific metadata"
@@ -867,30 +867,30 @@ optsWin32icon,"Specify a Win32 icon file (.ico)"
867867
optsWin32res,"Specify a Win32 resource file (.res)"
868868
optsWin32manifest,"Specify a Win32 manifest file"
869869
optsNowin32manifest,"Do not include the default Win32 manifest"
870-
optsEmbedAllSource,"Embed all source files in the portable PDB file"
870+
optsEmbedAllSource,"Embed all source files in the portable PDB file (off by default)"
871871
optsEmbedSource,"Embed specific source files in the portable PDB file"
872872
optsSourceLink,"Source link information file to embed in the portable PDB file"
873873
1001,optsPdbMatchesOutputFileName,"The pdb output file name cannot match the build output filename use --pdb:filename.pdb"
874874
srcFileTooLarge,"Source file is too large to embed in a portable PDB"
875875
optsResource,"Embed the specified managed resource"
876876
optsLinkresource,"Link the specified resource to this assembly where the resinfo format is <file>[,<string name>[,public|private]]"
877-
optsDebugPM,"Emit debug information (Short form: -g)"
877+
optsDebugPM,"Emit debug information (Short form: -g) (off by default)"
878878
optsDebug,"Specify debugging type: full, portable, embedded, pdbonly. ('%s' is the default if no debugging type specified and enables attaching a debugger to a running program, 'portable' is a cross-platform format, 'embedded' is a cross-platform format embedded into the output file)."
879-
optsOptimize,"Enable optimizations (Short form: -O)"
880-
optsTailcalls,"Enable or disable tailcalls"
881-
optsDeterministic,"Produce a deterministic assembly (including module version GUID and timestamp)"
882-
optsRealsig,"Generate assembly with IL visibility that matches the source code visibility"
883-
optsRefOnly,"Produce a reference assembly, instead of a full assembly, as the primary output"
879+
optsOptimize,"Enable optimizations (Short form: -O) (on by default)"
880+
optsTailcalls,"Enable or disable tailcalls (on by default)"
881+
optsDeterministic,"Produce a deterministic assembly (including module version GUID and timestamp) (off by default)"
882+
optsRealsig,"Generate assembly with IL visibility that matches the source code visibility (off by default)"
883+
optsRefOnly,"Produce a reference assembly, instead of a full assembly, as the primary output (off by default)"
884884
optsRefOut,"Produce a reference assembly with the specified file path."
885885
optsPathMap,"Maps physical paths to source path names output by the compiler"
886-
optsCrossoptimize,"Enable or disable cross-module optimizations"
886+
optsCrossoptimize,"Enable or disable cross-module optimizations (on by default)"
887887
optsReflectionFree,"Disable implicit generation of constructs using reflection"
888-
optsWarnaserrorPM,"Report all warnings as errors"
889-
optsWarnaserror,"Report specific warnings as errors"
888+
optsWarnaserrorPM,"Report all warnings as errors (off by default)"
889+
optsWarnaserror,"Report specific warnings as errors (off by default)"
890890
optsWarn,"Set a warning level (0-5)"
891891
optsNowarn,"Disable specific warning messages"
892892
optsWarnOn,"Enable specific warnings that may be off by default"
893-
optsChecked,"Generate overflow checks"
893+
optsChecked,"Generate overflow checks (off by default)"
894894
optsDefine,"Define conditional compilation symbols (Short form: -d)"
895895
optsMlcompatibility,"Ignore ML compatibility warnings"
896896
optsNologo,"Suppress compiler copyright message"
@@ -925,11 +925,11 @@ optsInternalNoDescription,"The command-line option '%s' is for test purposes onl
925925
optsDCLONoDescription,"The command-line option '%s' has been deprecated"
926926
optsDCLODeprecatedSuggestAlternative,"The command-line option '%s' has been deprecated. Use '%s' instead."
927927
optsDCLOHtmlDoc,"The command-line option '%s' has been deprecated. HTML document generation is now part of the F# Power Pack, via the tool FsHtmlDoc.exe."
928-
optsConsoleColors,"Output warning and error messages in color"
929-
optsUseHighEntropyVA,"Enable high-entropy ASLR"
928+
optsConsoleColors,"Output warning and error messages in color (on by default)"
929+
optsUseHighEntropyVA,"Enable high-entropy ASLR (off by default)"
930930
optsSubSystemVersion,"Specify subsystem version of this assembly"
931931
optsTargetProfile,"Specify target framework profile of this assembly. Valid values are mscorlib, netcore or netstandard. Default - mscorlib"
932-
optsEmitDebugInfoInQuotations,"Emit debug information in quotations"
932+
optsEmitDebugInfoInQuotations,"Emit debug information in quotations (off by default)"
933933
optsPreferredUiLang,"Specify the preferred output language culture name (e.g. es-ES, ja-JP)"
934934
optsNoCopyFsharpCore,"Don't copy FSharp.Core.dll along the produced binaries"
935935
optsSignatureData,"Include F# interface information, the default is file. Essential for distributing libraries."
@@ -1556,12 +1556,12 @@ csTypeHasNullAsExtraValue,"The type '%s' supports 'null' but a non-null type is
15561556
3352,typrelInterfaceMemberNoMostSpecificImplementation,"Interface member '%s' does not have a most specific implementation."
15571557
3353,fsiInvalidDirective,"Invalid directive '#%s %s'"
15581558
useSdkRefs,"Use reference assemblies for .NET framework references when available (Enabled by default)."
1559-
optsCheckNulls,"Enable nullness declarations and checks"
1559+
optsCheckNulls,"Enable nullness declarations and checks (off by default)"
15601560
fSharpBannerVersion,"%s for F# %s"
15611561
optsGetLangVersions,"Display the allowed values for language version."
15621562
optsSetLangVersion,"Specify language version such as 'latest' or 'preview'."
15631563
optsSupportedLangVersions,"Supported language versions:"
1564-
optsStrictIndentation,"Override indentation rules implied by the language version"
1564+
optsStrictIndentation,"Override indentation rules implied by the language version (off by default)"
15651565
nativeResourceFormatError,"Stream does not begin with a null resource and is not in '.RES' format."
15661566
nativeResourceHeaderMalformed,"Resource header beginning at offset %s is malformed."
15671567
formatDashItem," - %s"

src/Compiler/xlf/FSComp.txt.cs.xlf

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)