/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Scripting/CSharp/xlf/CSharpScriptingResources.ko.xlf
66 строк
5 KB
Cristiano Suzuki
Loc checkin
20 ноя 2020, 00:19
20 ноя 2020, 00:19
99da613
Код
Авторство
О чём код?
<?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="ko" 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. All rights reserved.</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 [option] ... [script-file.csx] [script-argument] ... 지정된 경우 script-file.csx를 실행하고, 그렇지 않으면 대화형 REPL(Read Eval Print Loop)을 시작합니다. 옵션: /help 이 사용법 메시지를 표시합니다(대체 형식: /?). /version 버전을 표시하고 종료합니다. /i 지정된 스크립트를 실행한 후 REPL로 이동합니다. /r:<file> 지정된 어셈블리 파일에서 메타데이터를 참조합니다(대체 형식: /reference). /r:<file list> 지정된 어셈블리 파일에서 메타데이터를 참조합니다(대체 형식: /reference). /lib:<path list> #r 지시문으로 지정된 라이브러리를 찾을 디렉터리의 목록입니다. (대체 형식: /libPath /libPaths) /u:<namespace> 전역 네임스페이스 using을 정의합니다(대체 형식: /using, /usings, /import, /imports). /langversion:? 언어 버전의 허용된 값을 표시하고 종료합니다. /langversion:<string> `latest`(최신 버전, 부 버전 포함), `default`(`latest`와 같음), `latestmajor`(최신 버전, 부 버전 제외), `preview`(최신 버전, 지원되지 않는 미리 보기의 기능 포함) 또는 `6` 또는 `7.1` 같은 특정 버전처럼 언어 버전을 지정합니다. @<file> 추가 옵션에 대한 지시 파일을 읽습니다. -- 나머지 인수를 옵션으로 처리하면 안 됨을 나타냅니다. </target> <note /> </trans-unit> </body> </file> </xliff>