/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Scripting/CSharp/xlf/CSharpScriptingResources.pl.xlf
66 строк
5 KB
Cristiano Suzuki
LOC CHECKIN 20200709
10 июл 2020, 04:35
10 июл 2020, 04:35
bdcfbad
Код
Авторство
О чём код?
<?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="pl" 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# Interactive — wersja kompilatora {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. Wszelkie prawa zastrzeżone.</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">Użycie: csi [opcja] ... [plik-skryptu.csx] [argument-skryptu] ... Wykonuje plik plik-skryptu.csx, jeśli został podany. W przeciwnym razie uruchamia interakcyjną pętlę REPL (Read Eval Print Loop). Opcje: /help Wyświetla ten komunikat o użyciu (postać alternatywna: /?) /version Wyświetla wersję i kończy działanie /i Powoduje przejście do pętli REPL po wykonaniu określonego skryptu /r:<plik> Przywołuje metadane z określonego pliku zestawu (postać alternatywna: /reference) /r:<lista plików> Przywołuje metadane z określonych plików zestawu (postać alternatywna: /reference) /lib:<lista ścieżek> Lista katalogów, w których mają być wyszukiwane biblioteki określone przez dyrektywę #r (postacie alternatywne: /libPath /libPaths) /u:<przestrzeń nazw> Definiuje globalną przestrzeń nazw (postacie alternatywne: /using, /usings, /import, /imports) /langversion:? Wyświetla dozwolone wartości wersji języka i kończy działanie /langversion:<ciąg> Określa wersję języka, taką jak: `latest` (najnowsza wersja, włącznie z wersjami pomocniczymi), `default` (to samo co `latest`), `latestmajor` (najnowsza wersja, bez wersji pomocniczych), `preview` (najnowsza wersja, włącznie z funkcjami w nieobsługiwanej wersji zapoznawczej) albo określone wersje, takie jak `6` lub `7.1` @<plik> Odczytuje plik odpowiedzi, aby uzyskać więcej opcji -- Wskazuje, że pozostałe argumenty nie powinny być traktowane jako opcje. </target> <note /> </trans-unit> </body> </file> </xliff>