/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Scripting/CSharp/xlf/CSharpScriptingResources.zh-Hant.xlf
66 строк
4 KB
Cristiano Suzuki
Loc updates
05 янв 2021, 05:11
05 янв 2021, 05:11
777656e
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="zh-Hant" original="../CSharpScriptingResources.resx"> <body> <trans-unit id="LogoLine1"> <source>Microsoft (R) Visual C# Interactive Compiler version {0}</source> <target state="translated">Microsoft (R) Visual C# 互動編譯器 {0} 版</target> <note /> </trans-unit> <trans-unit id="LogoLine2"> <source>Copyright (C) Microsoft Corporation. All rights reserved.</source> <target state="translated">Copyright (C) Microsoft Corporation. 著作權所有,並保留一切權利。</target> <note /> </trans-unit> <trans-unit id="InteractiveHelp"> <source>Usage: csi [option] ... [script-file.csx] [script-argument] ... Executes script-file.csx if specified, otherwise launches an interactive REPL (Read Eval Print Loop). Options: /help Display this usage message (alternative form: /?) /version Display the version and exit /i Drop to REPL after executing the specified script. /r:<file> Reference metadata from the specified assembly file (alternative form: /reference) /r:<file list> Reference metadata from the specified assembly files (alternative form: /reference) /lib:<path list> List of directories where to look for libraries specified by #r directive. (alternative forms: /libPath /libPaths) /u:<namespace> Define global namespace using (alternative forms: /using, /usings, /import, /imports) /langversion:? Display the allowed values for language version and exit /langversion:<string> Specify language version such as `latest` (latest version, including minor versions), `default` (same as `latest`), `latestmajor` (latest version, excluding minor versions), `preview` (latest version, including features in unsupported preview), or specific versions like `6` or `7.1` @<file> Read response file for more options -- Indicates that the remaining arguments should not be treated as options. </source> <target state="translated">用法: csi [選項] ... [script-file.csx] [指令碼引數] ... 執行 script-file.csx (如有指定) ,否則啟動互動式 REPL (讀取、求值、輸出」迴圈) 選項: /help 顯示此用法訊息 (替代格式: /?) /version 顯示版本並結束 /i 在執行指定的指令碼之後,中斷進入 REPL。 /r:<檔案> 參考指定之組件檔中的中繼資料 (替代格式: /reference) n /r:<檔案清單> 參考指定之組件檔中的中繼資料 (替代格式: /reference) /lib:<路徑清單> 目錄清單,可從中尋找 #r 指示詞指定的程式庫。 (替代格式: /libPath /libPaths) /u:<命名空間> 定義全域命名空間 (替代格式: /using、/usings、/import、/imports) /langversion:? 顯示允許的語言版本值並結束 /langversion:<字串> 指定語言版本,例如 'latest' (最新版本,包括次要版本)、 'default' (與 'latest' 相同)、 'latestmajor' (最新版本,不包括次要版本)、 'preview' (最新版本,包括不受支援之預覽版中的功能), 或特定版本,例如 '6' 或 '7.1' 等版本 @<檔案> 讀取回應檔,以查看更多選項 -- 指定不應將剩餘的引數視為選項。 </target> <note /> </trans-unit> </body> </file> </xliff>