Update xlf with new/removed/modified strings
This commit is contained in:
parent
ef08c401ef
commit
d54ee6ff82
176 changed files with 2582 additions and 4674 deletions
|
@ -3,11 +3,6 @@
|
|||
<file datatype="xml" source-language="en" target-language="cs" original="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToAdd">
|
||||
<source>You must specify at least one reference to add. Please run dotnet add --help for more information.</source>
|
||||
<target state="translated">Musíte zadat aspoň jeden odkaz, který chcete přidat. Další informace získáte spuštěním příkazu dotnet add --help.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="translated">Příkaz rozhraní .NET pro přidání odkazu mezi projekty (p2p)</target>
|
||||
|
@ -23,36 +18,11 @@
|
|||
<target state="translated">Přidávané odkazy mezi projekty</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="translated">PROJEKT</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectDescription">
|
||||
<source>The project file to modify. If a project file is not specified, it searches the current working directory for an MSBuild file that has a file extension that ends in `proj` and uses that file.</source>
|
||||
<target state="translated">Soubor projektu, který chcete změnit. Pokud není zadaný soubor projektu, vyhledá v aktuálním pracovním adresáři soubor MSBuild s příponou, která končí na „proj“, a použije ho.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="translated">PLATFORMA</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="translated">Přidat odkaz jen při zaměření na určitou platformu</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdForceDescription">
|
||||
<source>Add reference even if it does not exist, do not convert paths to relative</source>
|
||||
<target state="translated">Přidat odkaz, i když neexistuje, a nepřevádět cesty na relativní</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="translated">Projekt</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -3,11 +3,6 @@
|
|||
<file datatype="xml" source-language="en" target-language="de" original="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToAdd">
|
||||
<source>You must specify at least one reference to add. Please run dotnet add --help for more information.</source>
|
||||
<target state="translated">Geben Sie mindestens einen hinzuzufügenden Verweis an. Führen Sie "dotnet add --help" aus, um weitere Informationen zu erhalten.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="translated">.NET-Befehl zum Hinzufügen von Projekt-zu-Projekt-Verweisen (P2P-Verweise)</target>
|
||||
|
@ -23,36 +18,11 @@
|
|||
<target state="translated">Hinzuzufügender Projekt-zu-Projekt-Verweis</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="translated">PROJECT</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectDescription">
|
||||
<source>The project file to modify. If a project file is not specified, it searches the current working directory for an MSBuild file that has a file extension that ends in `proj` and uses that file.</source>
|
||||
<target state="translated">Die zu ändernde Projektdatei. Ist keine Projektdatei angegeben, wird das aktuelle Arbeitsverzeichnis nach einer Datei mit einer Dateierweiterung durchsucht, die auf "proj" endet. Diese Datei wird dann verwendet.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="translated">FRAMEWORK</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="translated">Verweis nur bei Verwendung eines bestimmten Zielframeworks hinzufügen</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdForceDescription">
|
||||
<source>Add reference even if it does not exist, do not convert paths to relative</source>
|
||||
<target state="translated">Verweis auch hinzufügen, wenn er nicht vorhanden ist, und Pfade nicht zu relativen Pfaden konvertieren</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="translated">Projekt</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -3,11 +3,6 @@
|
|||
<file datatype="xml" source-language="en" target-language="es" original="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToAdd">
|
||||
<source>You must specify at least one reference to add. Please run dotnet add --help for more information.</source>
|
||||
<target state="translated">Debe especificar al menos una referencia para agregar. Ejecute dotnet add --help para obtener más información.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="translated">Comando de .NET para agregar una referencia de proyecto a proyecto (p2p)</target>
|
||||
|
@ -23,36 +18,11 @@
|
|||
<target state="translated">Referencias de proyecto a proyecto para agregar</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="translated">PROYECTO</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectDescription">
|
||||
<source>The project file to modify. If a project file is not specified, it searches the current working directory for an MSBuild file that has a file extension that ends in `proj` and uses that file.</source>
|
||||
<target state="translated">Archivo del proyecto que se va a modificar. Si no se especifica un archivo del proyecto, busca en el directorio de trabajo actual un archivo MSBuild que tenga una extensión de archivo que acabe en “proj” y utiliza ese archivo.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="translated">PLATAFORMA</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="translated">Se agrega una referencia solo cuando hay una plataforma de destino específica</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdForceDescription">
|
||||
<source>Add reference even if it does not exist, do not convert paths to relative</source>
|
||||
<target state="translated">Se agrega una referencia incluso si no existe, las rutas de acceso no se convierten en relativas</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="translated">Proyecto</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -3,11 +3,6 @@
|
|||
<file datatype="xml" source-language="en" target-language="fr" original="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToAdd">
|
||||
<source>You must specify at least one reference to add. Please run dotnet add --help for more information.</source>
|
||||
<target state="translated">Vous devez spécifier au moins une référence à ajouter. Exécutez dotnet add --help pour plus d'informations.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="translated">Commande d'ajout d'une référence projet à projet (p2p) .NET</target>
|
||||
|
@ -23,36 +18,11 @@
|
|||
<target state="translated">Références projet à projet à ajouter</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="translated">PROJET</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectDescription">
|
||||
<source>The project file to modify. If a project file is not specified, it searches the current working directory for an MSBuild file that has a file extension that ends in `proj` and uses that file.</source>
|
||||
<target state="translated">Fichier projet à modifier. Si aucun fichier projet n'est spécifié, il recherche dans le répertoire de travail actif un fichier dont l'extension se termine par 'proj' et utilise ce dernier.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="translated">FRAMEWORK</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="translated">Ajouter une référence uniquement en cas de ciblage d'un framework spécifique</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdForceDescription">
|
||||
<source>Add reference even if it does not exist, do not convert paths to relative</source>
|
||||
<target state="translated">Ajouter une référence même si elle n'existe pas, ne pas convertir les chemins en chemins relatifs</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="translated">Projet</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -3,11 +3,6 @@
|
|||
<file datatype="xml" source-language="en" target-language="it" original="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToAdd">
|
||||
<source>You must specify at least one reference to add. Please run dotnet add --help for more information.</source>
|
||||
<target state="translated">È necessario specificare almeno un riferimento da aggiungere. Per altre informazioni, eseguire dotnet add --help.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="translated">Comando Aggiungi riferimento P2P (da progetto a progetto) .NET</target>
|
||||
|
@ -23,36 +18,11 @@
|
|||
<target state="translated">Riferimenti P2P (da progetto a progetto) da aggiungere</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="translated">PROGETTO</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectDescription">
|
||||
<source>The project file to modify. If a project file is not specified, it searches the current working directory for an MSBuild file that has a file extension that ends in `proj` and uses that file.</source>
|
||||
<target state="translated">File di progetto da modificare. Se non si specifica un file di progetto, nella directory di lavoro corrente verrà cercato un file MSBuild la cui estensione termina con `proj` e verrà usato tale file.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="translated">FRAMEWORK</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="translated">Aggiunge il riferimento solo se destinato a un framework specifico</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdForceDescription">
|
||||
<source>Add reference even if it does not exist, do not convert paths to relative</source>
|
||||
<target state="translated">Aggiunge il riferimento anche se non esiste. Non converte i percorsi in relativi</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="translated">Progetto</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -3,11 +3,6 @@
|
|||
<file datatype="xml" source-language="en" target-language="ja" original="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToAdd">
|
||||
<source>You must specify at least one reference to add. Please run dotnet add --help for more information.</source>
|
||||
<target state="translated">追加する参照を少なくとも 1 つ指定する必要があります。詳細については、dotnet add --help を実行してください。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="translated">.NET Add Project to Project (p2p) 参照コマンド</target>
|
||||
|
@ -23,36 +18,11 @@
|
|||
<target state="translated">追加する Project to project 参照</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="translated">PROJECT</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectDescription">
|
||||
<source>The project file to modify. If a project file is not specified, it searches the current working directory for an MSBuild file that has a file extension that ends in `proj` and uses that file.</source>
|
||||
<target state="translated">修正するプロジェクト ファイル。プロジェクト ファイルを指定しなかった場合、現在の作業ディレクトリの中から "proj" で終わるファイル拡張子を持つ MSBuild ファイルを検索し、そのファイルを使用します。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="translated">FRAMEWORK</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="translated">特定のフレームワークを対象とする場合にのみ参照を追加する</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdForceDescription">
|
||||
<source>Add reference even if it does not exist, do not convert paths to relative</source>
|
||||
<target state="translated">存在しない場合でも参照を追加します。パスを相対パスに変換しません</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="translated">プロジェクト</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -3,11 +3,6 @@
|
|||
<file datatype="xml" source-language="en" target-language="ko" original="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToAdd">
|
||||
<source>You must specify at least one reference to add. Please run dotnet add --help for more information.</source>
|
||||
<target state="translated">추가할 참조를 하나 이상 지정해야 합니다. 자세한 정보를 보려면 dotnet add --help를 실행하세요.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="translated">.NET p2p(프로젝트 간) 참조 추가 명령</target>
|
||||
|
@ -23,36 +18,11 @@
|
|||
<target state="translated">추가할 프로젝트 간 참조입니다.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="translated">PROJECT</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectDescription">
|
||||
<source>The project file to modify. If a project file is not specified, it searches the current working directory for an MSBuild file that has a file extension that ends in `proj` and uses that file.</source>
|
||||
<target state="translated">수정할 프로젝트 파일입니다. 프로젝트 파일을 지정하지 않으면 현재 작업 디렉터리에서 파일 확장명이 ‘proj’로 끝나는 MSBuild 파일을 찾아서 사용합니다.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="translated">FRAMEWORK</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="translated">특정 프레임워크를 대상으로 지정할 때에만 참조를 추가합니다.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdForceDescription">
|
||||
<source>Add reference even if it does not exist, do not convert paths to relative</source>
|
||||
<target state="translated">참조가 없는 경우에도 참조를 추가합니다. 경로를 상대 경로로 변환하지 않습니다.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="translated">프로젝트</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -3,11 +3,6 @@
|
|||
<file datatype="xml" source-language="en" target-language="pl" original="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToAdd">
|
||||
<source>You must specify at least one reference to add. Please run dotnet add --help for more information.</source>
|
||||
<target state="translated">Musisz określić co najmniej jedno odwołanie do dodania. Uruchom polecenie dotnet add --help, aby uzyskać więcej informacji.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="translated">Polecenie dodawania odwołania między projektami (p2p) dla platformy .NET</target>
|
||||
|
@ -23,36 +18,11 @@
|
|||
<target state="translated">Odwołania między projektami, które mają zostać dodane</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="translated">PROJEKT</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectDescription">
|
||||
<source>The project file to modify. If a project file is not specified, it searches the current working directory for an MSBuild file that has a file extension that ends in `proj` and uses that file.</source>
|
||||
<target state="translated">Plik projektu do zmodyfikowania. Jeśli nie określono pliku projektu, w bieżącym katalogu roboczym zostanie wyszukany i użyty plik programu MSBuild, którego rozszerzenie kończy się na „proj”.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="translated">PLATFORMA</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="translated">Dodaj odwołanie tylko w przypadku określenia konkretnej platformy docelowej</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdForceDescription">
|
||||
<source>Add reference even if it does not exist, do not convert paths to relative</source>
|
||||
<target state="translated">Dodaj odwołanie, nawet jeśli nie istnieje; nie konwertuj ścieżek na względne</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="translated">Projekt</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -3,11 +3,6 @@
|
|||
<file datatype="xml" source-language="en" target-language="pt-BR" original="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToAdd">
|
||||
<source>You must specify at least one reference to add. Please run dotnet add --help for more information.</source>
|
||||
<target state="translated">É necessário especificar pelo menos uma referência para ser adicionada. Execute dotnet add --help para obter mais informações.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="translated">Comando Add Project to Project (p2p) reference do .NET</target>
|
||||
|
@ -23,36 +18,11 @@
|
|||
<target state="translated">Referências de projeto para projeto a serem adicionadas</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="translated">PROJETO</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectDescription">
|
||||
<source>The project file to modify. If a project file is not specified, it searches the current working directory for an MSBuild file that has a file extension that ends in `proj` and uses that file.</source>
|
||||
<target state="translated">O arquivo de projeto a ser modificado. Se não houver arquivo de projeto especificado, ele pesquisará no diretório de trabalho atual um arquivo do MSBuild que contenha uma extensão de arquivo que termine em ‘proj’ e usará esse arquivo.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="translated">ESTRUTURA</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="translated">Adicionar referência apenas ao visar uma estrutura específica</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdForceDescription">
|
||||
<source>Add reference even if it does not exist, do not convert paths to relative</source>
|
||||
<target state="translated">Adicionar a referência se ela não existir, não converter os caminhos para relativos</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="translated">Projeto</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -3,11 +3,6 @@
|
|||
<file datatype="xml" source-language="en" target-language="ru" original="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToAdd">
|
||||
<source>You must specify at least one reference to add. Please run dotnet add --help for more information.</source>
|
||||
<target state="translated">Необходимо указать по крайней мере одну добавляемую ссылку. Для получения дополнительных сведений выполните команду dotnet add --help.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="translated">Команда .NET "Добавить ссылку проекта на проект (p2p)"</target>
|
||||
|
@ -23,36 +18,11 @@
|
|||
<target state="translated">Добавляемые ссылки проекта на проект.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="translated">PROJECT</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectDescription">
|
||||
<source>The project file to modify. If a project file is not specified, it searches the current working directory for an MSBuild file that has a file extension that ends in `proj` and uses that file.</source>
|
||||
<target state="translated">Изменяемый файл проекта. Если файл проекта не указан, MSBuild выполняет в текущем рабочем каталоге поиск файла с расширением, оканчивающимся на PROJ, и использует этот файл.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="translated">FRAMEWORK</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="translated">Добавлять ссылку только при выборе конкретной целевой платформы</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdForceDescription">
|
||||
<source>Add reference even if it does not exist, do not convert paths to relative</source>
|
||||
<target state="translated">Добавлять ссылку, даже если она не существует; не преобразовывать пути в относительные</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="translated">Проект</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -3,11 +3,6 @@
|
|||
<file datatype="xml" source-language="en" target-language="tr" original="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToAdd">
|
||||
<source>You must specify at least one reference to add. Please run dotnet add --help for more information.</source>
|
||||
<target state="translated">Eklemek için en az bir başvuru belirtmeniz gerekir. Daha fazla bilgi için lütfen dotnet add --help komutunu çalıştırın.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="translated">.NET Add Project to Project (p2p) reference Komutu</target>
|
||||
|
@ -23,36 +18,11 @@
|
|||
<target state="translated">Eklenecek olan, projeden projeye başvurular</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="translated">PROJE</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectDescription">
|
||||
<source>The project file to modify. If a project file is not specified, it searches the current working directory for an MSBuild file that has a file extension that ends in `proj` and uses that file.</source>
|
||||
<target state="translated">Değiştirilecek proje dosyası. Bir proje dosyası belirtilmezse, geçerli çalışma dizininde dosya uzantısının sonu ‘proj’ olan bir MSBuild dosyası arar ve bu dosyayı kullanır.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="translated">ÇERÇEVE</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="translated">Yalnızca belirli bir çerçeveyi hedeflerken başvuru ekler</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdForceDescription">
|
||||
<source>Add reference even if it does not exist, do not convert paths to relative</source>
|
||||
<target state="translated">Mevcut olmasa bile başvuru ekler, yolları göreli yola dönüştürmez</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="translated">Proje</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -3,45 +3,21 @@
|
|||
<file datatype="xml" source-language="en" original="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToAdd">
|
||||
<source>You must specify at least one reference to add. Please run dotnet add --help for more information.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to project (p2p) reference</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Project to project references to add</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectDescription">
|
||||
<source>The project file to modify. If a project file is not specified, it searches the current working directory for an MSBuild file that has a file extension that ends in `proj` and uses that file.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdForceDescription">
|
||||
<source>Add reference even if it does not exist, do not convert paths to relative</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
|
|
@ -3,11 +3,6 @@
|
|||
<file datatype="xml" source-language="en" target-language="zh-Hans" original="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToAdd">
|
||||
<source>You must specify at least one reference to add. Please run dotnet add --help for more information.</source>
|
||||
<target state="translated">必须至少指定一个要添加的引用。请运行 dotnet add --help,获取更多信息。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="translated">用于项目到项目(p2p)引用的 .NET 添加命令</target>
|
||||
|
@ -23,36 +18,11 @@
|
|||
<target state="translated">要添加的项目到项目引用</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="translated">PROJECT</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectDescription">
|
||||
<source>The project file to modify. If a project file is not specified, it searches the current working directory for an MSBuild file that has a file extension that ends in `proj` and uses that file.</source>
|
||||
<target state="translated">要修改的项目文件。如果未指定项目文件,将搜索当前工作目录来查找文件扩展名以“proj”结尾的 MSBuild 文件并使用该文件。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="translated">FRAMEWORK</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="translated">仅针对特定框架添加引用</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdForceDescription">
|
||||
<source>Add reference even if it does not exist, do not convert paths to relative</source>
|
||||
<target state="translated">添加引用(即使引用不存在),不要将路径转换为相对路径</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="translated">项目</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -3,11 +3,6 @@
|
|||
<file datatype="xml" source-language="en" target-language="zh-Hant" original="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToAdd">
|
||||
<source>You must specify at least one reference to add. Please run dotnet add --help for more information.</source>
|
||||
<target state="translated">您必須至少指定一個要新增的參考。如需詳細資訊,請執行 dotnet add --help。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="translated">.NET 新增專案對專案 (p2p) 參考命令</target>
|
||||
|
@ -23,36 +18,11 @@
|
|||
<target state="translated">要新增的專案對專案參考</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="translated">專案</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectDescription">
|
||||
<source>The project file to modify. If a project file is not specified, it searches the current working directory for an MSBuild file that has a file extension that ends in `proj` and uses that file.</source>
|
||||
<target state="translated">要修改的專案檔。若未指定專案檔,則會在目前的工作目錄搜尋副檔名以 `proj` 結尾的 MSBuild 檔案,並使用該檔案。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="translated">架構</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="translated">只有在以特定架構為目標時才新增參考</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdForceDescription">
|
||||
<source>Add reference even if it does not exist, do not convert paths to relative</source>
|
||||
<target state="translated">即使不存在也新增參考,請勿將路徑轉換成相對路徑</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="translated">專案</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,23 @@
|
|||
<?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="cs" original="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Solution Command</source>
|
||||
<target state="new">.NET Add Project to Solution Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to solution</source>
|
||||
<target state="new">Command to add project to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Projects to add to solution</source>
|
||||
<target state="new">Projects to add to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,23 @@
|
|||
<?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="de" original="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Solution Command</source>
|
||||
<target state="new">.NET Add Project to Solution Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to solution</source>
|
||||
<target state="new">Command to add project to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Projects to add to solution</source>
|
||||
<target state="new">Projects to add to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,23 @@
|
|||
<?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="es" original="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Solution Command</source>
|
||||
<target state="new">.NET Add Project to Solution Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to solution</source>
|
||||
<target state="new">Command to add project to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Projects to add to solution</source>
|
||||
<target state="new">Projects to add to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,23 @@
|
|||
<?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="fr" original="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Solution Command</source>
|
||||
<target state="new">.NET Add Project to Solution Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to solution</source>
|
||||
<target state="new">Command to add project to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Projects to add to solution</source>
|
||||
<target state="new">Projects to add to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,23 @@
|
|||
<?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="it" original="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Solution Command</source>
|
||||
<target state="new">.NET Add Project to Solution Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to solution</source>
|
||||
<target state="new">Command to add project to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Projects to add to solution</source>
|
||||
<target state="new">Projects to add to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,23 @@
|
|||
<?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="ja" original="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Solution Command</source>
|
||||
<target state="new">.NET Add Project to Solution Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to solution</source>
|
||||
<target state="new">Command to add project to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Projects to add to solution</source>
|
||||
<target state="new">Projects to add to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,23 @@
|
|||
<?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="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Solution Command</source>
|
||||
<target state="new">.NET Add Project to Solution Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to solution</source>
|
||||
<target state="new">Command to add project to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Projects to add to solution</source>
|
||||
<target state="new">Projects to add to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,23 @@
|
|||
<?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="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Solution Command</source>
|
||||
<target state="new">.NET Add Project to Solution Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to solution</source>
|
||||
<target state="new">Command to add project to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Projects to add to solution</source>
|
||||
<target state="new">Projects to add to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,23 @@
|
|||
<?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="pt-BR" original="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Solution Command</source>
|
||||
<target state="new">.NET Add Project to Solution Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to solution</source>
|
||||
<target state="new">Command to add project to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Projects to add to solution</source>
|
||||
<target state="new">Projects to add to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,23 @@
|
|||
<?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="ru" original="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Solution Command</source>
|
||||
<target state="new">.NET Add Project to Solution Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to solution</source>
|
||||
<target state="new">Command to add project to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Projects to add to solution</source>
|
||||
<target state="new">Projects to add to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,23 @@
|
|||
<?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="tr" original="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Solution Command</source>
|
||||
<target state="new">.NET Add Project to Solution Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to solution</source>
|
||||
<target state="new">Command to add project to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Projects to add to solution</source>
|
||||
<target state="new">Projects to add to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,20 @@
|
|||
<?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" original="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Solution Command</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to solution</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Projects to add to solution</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,23 @@
|
|||
<?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-Hans" original="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Solution Command</source>
|
||||
<target state="new">.NET Add Project to Solution Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to solution</source>
|
||||
<target state="new">Command to add project to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Projects to add to solution</source>
|
||||
<target state="new">Projects to add to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,23 @@
|
|||
<?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="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/dotnet-add-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Solution Command</source>
|
||||
<target state="new">.NET Add Project to Solution Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to solution</source>
|
||||
<target state="new">Command to add project to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Projects to add to solution</source>
|
||||
<target state="new">Projects to add to solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -8,51 +8,6 @@
|
|||
<target state="translated">Příkaz rozhraní .NET pro přidání</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="translated">Použití</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="translated">Možnosti</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="translated">Zobrazit nápovědu</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="translated">Argumenty</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsObjectDefinition">
|
||||
<source>The object of the operation. If a project file is not specified, it defaults to the current directory.</source>
|
||||
<target state="translated">Objekt operace Pokud není soubor projektu zadaný, použije se automaticky aktuální adresář.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="translated">Příkaz prováděný s <objektem></target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgsDefinition">
|
||||
<source>Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</source>
|
||||
<target state="translated">Další argumenty předané příkazu Pokud si chcete přečíst nápovědu k těmto argumentům, použijte příkaz „dotnet add <příkaz> --help“.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="translated">Příkazy</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="translated">Přidání odkazu na jiný projekt (p2p) do projektu</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -8,51 +8,6 @@
|
|||
<target state="translated">.NET-Befehl "Add"</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="translated">Syntax</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="translated">Optionen</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="translated">Hilfeinformationen anzeigen</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="translated">Argumente</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsObjectDefinition">
|
||||
<source>The object of the operation. If a project file is not specified, it defaults to the current directory.</source>
|
||||
<target state="translated">Das Objekt des Vorgangs. Ist keine Projektdatei angegeben, wird standardmäßig das aktuelle Verzeichnis verwendet.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="translated">Der für das Objekt auszuführende Befehl.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgsDefinition">
|
||||
<source>Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</source>
|
||||
<target state="translated">An den Befehl zu übergebende Zusatzargumente. Weitere Informationen zu diesen Argumenten erhalten Sie mithilfe von "dotnet add <Befehl> --help".</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="translated">Befehle</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="translated">Projekt-zu-Projekt-Verweis (P2P-Verweis) zu einem Projekt hinzufügen</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -8,51 +8,6 @@
|
|||
<target state="translated">Comando Add de .NET</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="translated">Uso</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="translated">Opciones</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="translated">Muestra información de ayuda</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="translated">Argumentos</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsObjectDefinition">
|
||||
<source>The object of the operation. If a project file is not specified, it defaults to the current directory.</source>
|
||||
<target state="translated">Objeto de la operación. Si no se especifica un archivo del proyecto, usa el directorio actual de forma predeterminada.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="translated">Comando para ejecutar en <objeto>.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgsDefinition">
|
||||
<source>Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</source>
|
||||
<target state="translated">Argumentos adicionales que se pasan al comando. Use “dotnet add <comando> --help” para obtener ayuda sobre estos argumentos.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="translated">Comandos</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="translated">Agregar referencia de proyecto a proyecto (p2p) a un proyecto</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -8,51 +8,6 @@
|
|||
<target state="translated">Commande d'ajout .NET</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="translated">Utilisation</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="translated">Options</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="translated">Afficher des informations d'aide</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="translated">Arguments</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsObjectDefinition">
|
||||
<source>The object of the operation. If a project file is not specified, it defaults to the current directory.</source>
|
||||
<target state="translated">Objet de l'opération. Si aucun fichier projet n'est spécifié, le répertoire actif est sélectionné par défaut.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="translated">Commande à exécuter sur <objet>.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgsDefinition">
|
||||
<source>Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</source>
|
||||
<target state="translated">Arguments supplémentaires passés à la commande. Utilisez 'dotnet add <commande> --help' pour obtenir de l'aide sur ces arguments.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="translated">Commandes</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="translated">Ajouter une référence projet à projet (p2p) à un projet</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -8,51 +8,6 @@
|
|||
<target state="translated">Comando Aggiungi .NET</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="translated">Utilizzo</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="translated">Opzioni</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="translated">Visualizza la Guida</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="translated">Argomenti</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsObjectDefinition">
|
||||
<source>The object of the operation. If a project file is not specified, it defaults to the current directory.</source>
|
||||
<target state="translated">Oggetto dell'operazione. Se non è specificato un file di progetto, per impostazione predefinita verrà usata la directory corrente.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="translated">Comando da eseguire su <oggetto>.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgsDefinition">
|
||||
<source>Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</source>
|
||||
<target state="translated">Eventuali argomenti aggiuntivi passati al comando. Per visualizzare la Guida su questi argomenti, usare `dotnet add <comando> --help`.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="translated">Comandi</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="translated">Aggiunge il riferimento P2P (da progetto a progetto) a un progetto</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -8,51 +8,6 @@
|
|||
<target state="translated">.NET Add コマンド</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="translated">使用法</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="translated">オプション</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="translated">ヘルプ情報を表示する</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="translated">Arguments</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsObjectDefinition">
|
||||
<source>The object of the operation. If a project file is not specified, it defaults to the current directory.</source>
|
||||
<target state="translated">操作のオブジェクト。プロジェクト ファイルを指定しない場合、既定は現在のディレクトリです。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="translated"><オブジェクト> で実行されるコマンド。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgsDefinition">
|
||||
<source>Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</source>
|
||||
<target state="translated">コマンドに渡されるすべての他の引数。`dotnet add <command> --help` を使用して、これらの引数に関するヘルプを表示します。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="translated">コマンド</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="translated">project to project (p2p) 参照をプロジェクトに追加する</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -8,51 +8,6 @@
|
|||
<target state="translated">.NET 추가 명령</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="translated">사용법</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="translated">옵션</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="translated">도움말 정보 표시</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="translated">인수</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsObjectDefinition">
|
||||
<source>The object of the operation. If a project file is not specified, it defaults to the current directory.</source>
|
||||
<target state="translated">작업의 개체입니다. 프로젝트 파일을 지정하지 않는 경우 현재 디렉터리로 기본 설정됩니다.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="translated"><개체>에 실행할 명령입니다.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgsDefinition">
|
||||
<source>Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</source>
|
||||
<target state="translated">명령에 전달되는 추가 인수입니다. 이러한 인수에 대한 도움말을 보려면 `dotnet add <명령> --help`를 사용하세요.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="translated">명령</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="translated">프로젝트에 p2p(프로젝트 간) 참조를 추가합니다.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -8,51 +8,6 @@
|
|||
<target state="translated">Polecenie add platformy .NET</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="translated">Użycie</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="translated">Opcje</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="translated">Wyświetl informacje pomocy</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="translated">Argumenty</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsObjectDefinition">
|
||||
<source>The object of the operation. If a project file is not specified, it defaults to the current directory.</source>
|
||||
<target state="translated">Obiekt operacji. Jeśli nie określono pliku projektu, wartością domyślną jest bieżący katalog.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="translated">Polecenie, które ma zostać wykonane na obiekcie <obiekt>.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgsDefinition">
|
||||
<source>Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</source>
|
||||
<target state="translated">Dodatkowe argumenty przekazywane do polecenia. Użyj polecenia „dotnet add <polecenie> --help”, aby uzyskać pomoc dotyczącą tych argumentów.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="translated">Polecenia</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="translated">Dodaj do projektu odwołanie między projektami (p2p)</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -8,51 +8,6 @@
|
|||
<target state="translated">Comando Add do .NET</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="translated">Uso</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="translated">Opções</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="translated">Mostrar informações de ajuda</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="translated">Argumentos</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsObjectDefinition">
|
||||
<source>The object of the operation. If a project file is not specified, it defaults to the current directory.</source>
|
||||
<target state="translated">O objeto da operação. Se um arquivo de projeto não for especificado, ele usará o diretório atual como padrão.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="translated">O comando a ser executado no <objeto>.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgsDefinition">
|
||||
<source>Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</source>
|
||||
<target state="translated">Quaisquer argumentos extras passados para o comando. Use ‘dotnet add <command> --help’ para obter ajuda sobre esses argumentos.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="translated">Comandos</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="translated">Adicionar a referência de p2p (projeto para projeto) a um projeto</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -8,51 +8,6 @@
|
|||
<target state="translated">Команда .NET "Добавить"</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="translated">Использование</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="translated">Параметры</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="translated">Показать справку</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="translated">Аргументы</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsObjectDefinition">
|
||||
<source>The object of the operation. If a project file is not specified, it defaults to the current directory.</source>
|
||||
<target state="translated">Объект операции. Если файл проекта не указан, по умолчанию используется текущий каталог.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="translated">Команда, выполняемая для <объекта>.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgsDefinition">
|
||||
<source>Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</source>
|
||||
<target state="translated">Любые дополнительные аргументы, передаваемые в команду. Используйте команду dotnet add <команда> --help, чтобы получить справочные сведения об этих аргументах.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="translated">Команды</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="translated">Добавление ссылки проекта на проект (p2p) в проект</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -8,51 +8,6 @@
|
|||
<target state="translated">.NET Add Komutu</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="translated">Kullanım</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="translated">Seçenekler</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="translated">Yardım bilgilerini göster</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="translated">Bağımsız değişkenler</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsObjectDefinition">
|
||||
<source>The object of the operation. If a project file is not specified, it defaults to the current directory.</source>
|
||||
<target state="translated">İşlemin nesnesi. Proje dosyası belirtilmezse, geçerli dizini varsayılan olarak kullanır.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="translated"><Nesne> üzerinde yürütülecek komut.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgsDefinition">
|
||||
<source>Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</source>
|
||||
<target state="translated">Komuta geçirilen fazladan bağımsız değişkenler. Bu bağımsız değişkenler hakkında yardım almak için `dotnet add <komut> --help` komutunu kullanın.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="translated">Komutlar</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="translated">Bir projeye, projeden projeye (p2p) başvuru ekler</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -5,43 +5,7 @@
|
|||
<group id="src/dotnet/commands/dotnet-add/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetAddCommand">
|
||||
<source>.NET Add Command</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsObjectDefinition">
|
||||
<source>The object of the operation. If a project file is not specified, it defaults to the current directory.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgsDefinition">
|
||||
<source>Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
|
|
@ -8,51 +8,6 @@
|
|||
<target state="translated">.NET 添加命令</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="translated">使用情况</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="translated">选项</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="translated">显示帮助信息</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="translated">Arguments</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsObjectDefinition">
|
||||
<source>The object of the operation. If a project file is not specified, it defaults to the current directory.</source>
|
||||
<target state="translated">操作的对象。如果未指定项目文件,则默认为当前目录。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="translated">要在 <对象> 上执行的命令。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgsDefinition">
|
||||
<source>Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</source>
|
||||
<target state="translated">传递给命令的任何其他参数。通过“dotnet add <command> --help”获取有关这些参数的帮助。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="translated">命令</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="translated">将项目到项目(p2p)引用添加到项目中</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -8,51 +8,6 @@
|
|||
<target state="translated">.NET 新增命令</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="translated">使用方式</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="translated">選項</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="translated">顯示說明資訊</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="translated">Arguments</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsObjectDefinition">
|
||||
<source>The object of the operation. If a project file is not specified, it defaults to the current directory.</source>
|
||||
<target state="translated">作業的物件。如果未指定專案檔,預設為目前的目錄。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="translated">要在 <object> 上執行的命令。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgsDefinition">
|
||||
<source>Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</source>
|
||||
<target state="translated">傳遞至命令的任何額外引數。使用 `dotnet add <command> --help` 以取得這些引數的相關說明。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="translated">命令</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="translated">將專案對專案 (p2p) 參考新增到專案</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -5,67 +5,67 @@
|
|||
<group id="src/dotnet/commands/dotnet-build/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Builder for the .NET Platform. Delegates to the MSBuild 'Build' target in the project file.</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Builder</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ConfigurationOptionDescription">
|
||||
<source>Configuration under which to build</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ConfigurationOptionName">
|
||||
<source>CONFIGURATION</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FrameworkOptionDescription">
|
||||
<source>Compile a specific framework</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FrameworkOptionName">
|
||||
<source>FRAMEWORK</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="NoDependenciesOptionDescription">
|
||||
<source>Set this flag to ignore project to project references and only build the root project</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="NoIncrementialOptionDescription">
|
||||
<source>Set this flag to turn off incremental build</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="OutputOptionDescription">
|
||||
<source>Directory in which to place outputs</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="OutputOptionName">
|
||||
<source>OUTPUT_DIR</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectArgumentDescription">
|
||||
<source>The MSBuild project file to build. If a project file is not specified, MSBuild searches the current working directory for a file that has a file extension that ends in `proj` and uses that file.</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectArgumentValueName">
|
||||
<source>PROJECT</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RuntimeOptionDescription">
|
||||
<source>Target runtime to build for. The default is to build a portable application.</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RuntimeOptionName">
|
||||
<source>RUNTIME_IDENTIFIER</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="VersionSuffixOptionDescription">
|
||||
<source>Defines the value for the $(VersionSuffix) property in the project</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="VersionSuffixOptionName">
|
||||
<source>VERSION_SUFFIX</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
|
|
@ -5,43 +5,43 @@
|
|||
<group id="src/dotnet/commands/dotnet-clean/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Clean Command</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to clean previously generated build outputs.</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgProject">
|
||||
<source>PROJECT</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgProjDescription">
|
||||
<source>The MSBuild project file to build. If a project file is not specified, MSBuild searches the current working directory for a file that has a file extension that ends in `proj` and uses that file.</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdOutputDir">
|
||||
<source>OUTPUT_DIR</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdOutputDirDescription">
|
||||
<source>Directory in which the build outputs have been placed</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Clean a specific framework</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdConfiguration">
|
||||
<source>CONFIGURATION</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdConfigurationDescription">
|
||||
<source>Clean a specific configuration</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
|
|
@ -74,9 +74,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="translated">Obnovit závislosti zadané v projektu .NET</target>
|
||||
<note />
|
||||
<source>Restore dependencies specified in the .NET project</source>
|
||||
<target state="needs-review-translation">Obnovit závislosti zadané v projektu .NET</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
|
@ -89,9 +89,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="translated">Kompiluje a hned spustí projekt .NET</target>
|
||||
<note />
|
||||
<source>Compiles and immediately executes a .NET project</source>
|
||||
<target state="needs-review-translation">Kompiluje a hned spustí projekt .NET</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
|
|
|
@ -74,9 +74,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="translated">Im .NET-Projekt angegebene Abhängigkeiten wiederherstellen</target>
|
||||
<note />
|
||||
<source>Restore dependencies specified in the .NET project</source>
|
||||
<target state="needs-review-translation">Im .NET-Projekt angegebene Abhängigkeiten wiederherstellen</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
|
@ -89,9 +89,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="translated">Kompiliert ein .NET-Projekt und führt es umgehend aus.</target>
|
||||
<note />
|
||||
<source>Compiles and immediately executes a .NET project</source>
|
||||
<target state="needs-review-translation">Kompiliert ein .NET-Projekt und führt es umgehend aus.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
|
|
|
@ -74,9 +74,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="translated">Restaura dependencias especificadas en el proyecto de .NET</target>
|
||||
<note />
|
||||
<source>Restore dependencies specified in the .NET project</source>
|
||||
<target state="needs-review-translation">Restaura dependencias especificadas en el proyecto de .NET</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
|
@ -89,9 +89,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="translated">Compila y ejecuta de inmediato un proyecto de .NET</target>
|
||||
<note />
|
||||
<source>Compiles and immediately executes a .NET project</source>
|
||||
<target state="needs-review-translation">Compila y ejecuta de inmediato un proyecto de .NET</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
|
|
|
@ -74,9 +74,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="translated">Restaurer les dépendances spécifiées dans le projet .NET</target>
|
||||
<note />
|
||||
<source>Restore dependencies specified in the .NET project</source>
|
||||
<target state="needs-review-translation">Restaurer les dépendances spécifiées dans le projet .NET</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
|
@ -89,9 +89,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="translated">Compile et exécute immédiatement un projet a.NET</target>
|
||||
<note />
|
||||
<source>Compiles and immediately executes a .NET project</source>
|
||||
<target state="needs-review-translation">Compile et exécute immédiatement un projet a.NET</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
|
|
|
@ -74,9 +74,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="translated">Ripristina le dipendenze specificate nel progetto .NET</target>
|
||||
<note />
|
||||
<source>Restore dependencies specified in the .NET project</source>
|
||||
<target state="needs-review-translation">Ripristina le dipendenze specificate nel progetto .NET</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
|
@ -89,9 +89,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="translated">Compila ed esegue immediatamente un progetto .NET</target>
|
||||
<note />
|
||||
<source>Compiles and immediately executes a .NET project</source>
|
||||
<target state="needs-review-translation">Compila ed esegue immediatamente un progetto .NET</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
|
|
|
@ -74,9 +74,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="translated">.NET プロジェクトに指定されている依存関係を復元する</target>
|
||||
<note />
|
||||
<source>Restore dependencies specified in the .NET project</source>
|
||||
<target state="needs-review-translation">.NET プロジェクトに指定されている依存関係を復元する</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
|
@ -89,9 +89,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="translated">.NET プロジェクトをコンパイルして、直ちに実行する</target>
|
||||
<note />
|
||||
<source>Compiles and immediately executes a .NET project</source>
|
||||
<target state="needs-review-translation">.NET プロジェクトをコンパイルして、直ちに実行する</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
|
|
|
@ -74,9 +74,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="translated">.NET 프로젝트에 지정된 종속성을 복원합니다.</target>
|
||||
<note />
|
||||
<source>Restore dependencies specified in the .NET project</source>
|
||||
<target state="needs-review-translation">.NET 프로젝트에 지정된 종속성을 복원합니다.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
|
@ -89,9 +89,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="translated">.NET 프로젝트를 컴파일하고 즉시 실행합니다.</target>
|
||||
<note />
|
||||
<source>Compiles and immediately executes a .NET project</source>
|
||||
<target state="needs-review-translation">.NET 프로젝트를 컴파일하고 즉시 실행합니다.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
|
|
|
@ -74,9 +74,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="translated">Przywróć zależności określone w projekcie platformy .NET</target>
|
||||
<note />
|
||||
<source>Restore dependencies specified in the .NET project</source>
|
||||
<target state="needs-review-translation">Przywróć zależności określone w projekcie platformy .NET</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
|
@ -89,9 +89,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="translated">Kompiluje i natychmiast wykonuje projekt platformy .NET</target>
|
||||
<note />
|
||||
<source>Compiles and immediately executes a .NET project</source>
|
||||
<target state="needs-review-translation">Kompiluje i natychmiast wykonuje projekt platformy .NET</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
|
|
|
@ -74,9 +74,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="translated">Restaurar dependências especificadas no projeto .NET</target>
|
||||
<note />
|
||||
<source>Restore dependencies specified in the .NET project</source>
|
||||
<target state="needs-review-translation">Restaurar dependências especificadas no projeto .NET</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
|
@ -89,9 +89,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="translated">Compila e executa imediatamente um projeto .NET</target>
|
||||
<note />
|
||||
<source>Compiles and immediately executes a .NET project</source>
|
||||
<target state="needs-review-translation">Compila e executa imediatamente um projeto .NET</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
|
|
|
@ -74,9 +74,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="translated">Восстановить зависимости, указанные в проекте .NET</target>
|
||||
<note />
|
||||
<source>Restore dependencies specified in the .NET project</source>
|
||||
<target state="needs-review-translation">Восстановить зависимости, указанные в проекте .NET</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
|
@ -89,9 +89,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="translated">Компиляция и немедленное выполнение проекта .NET</target>
|
||||
<note />
|
||||
<source>Compiles and immediately executes a .NET project</source>
|
||||
<target state="needs-review-translation">Компиляция и немедленное выполнение проекта .NET</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
|
|
|
@ -74,9 +74,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="translated">.NET projesinde belirtilen bağımlılıkları geri yükler</target>
|
||||
<note />
|
||||
<source>Restore dependencies specified in the .NET project</source>
|
||||
<target state="needs-review-translation">.NET projesinde belirtilen bağımlılıkları geri yükler</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
|
@ -89,9 +89,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="translated">Bir .NET projesini derler ve hemen yürütür</target>
|
||||
<note />
|
||||
<source>Compiles and immediately executes a .NET project</source>
|
||||
<target state="needs-review-translation">Bir .NET projesini derler ve hemen yürütür</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
|
|
|
@ -5,115 +5,115 @@
|
|||
<group id="src/dotnet/commands/dotnet-help/LocalizableStrings.resx" />
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandDefinition">
|
||||
<source>The command to execute</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsDefinition">
|
||||
<source>Arguments to pass to the command</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptionsDefinition">
|
||||
<source>Options specific to dotnet (host)</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="OptionsDescription">
|
||||
<source>Options common to all commands</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="CommonOptions">
|
||||
<source>Common options</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="VerboseDefinition">
|
||||
<source>Enable verbose output</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptions">
|
||||
<source>Host options (passed before the command)</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="VersionDescription">
|
||||
<source>Display .NET CLI Version Number</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="InfoDescription">
|
||||
<source>Display .NET CLI Info</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="NewDefinition">
|
||||
<source>Initialize a basic .NET project</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<source>Restore dependencies specified in the .NET project</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="PublishDefinition">
|
||||
<source>Publishes a .NET project for deployment (including the runtime)</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<source>Compiles and immediately executes a .NET project</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="PackDefinition">
|
||||
<source>Creates a NuGet package</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrateDefinition">
|
||||
<source>Migrates a project.json based project to a msbuild based project</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectModificationCommands">
|
||||
<source>Project modification commands</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AddDefinition">
|
||||
<source>Add items to the project</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RemoveDefinition">
|
||||
<source>Remove items from the project</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="AdvancedCommands">
|
||||
<source>Advanced Commands</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="NugetDefinition">
|
||||
<source>Provides additional NuGet commands</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="MsBuildDefinition">
|
||||
<source>msbuilds a project and all of its dependencies</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="VsTestDefinition">
|
||||
<source>Runs tests from the specified files</source>
|
||||
<note></note>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
|
|
@ -74,9 +74,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="translated">还原 .NET 项目中指定的依赖项</target>
|
||||
<note />
|
||||
<source>Restore dependencies specified in the .NET project</source>
|
||||
<target state="needs-review-translation">还原 .NET 项目中指定的依赖项</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
|
@ -89,9 +89,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="translated">编译并立即执行 .NET 项目</target>
|
||||
<note />
|
||||
<source>Compiles and immediately executes a .NET project</source>
|
||||
<target state="needs-review-translation">编译并立即执行 .NET 项目</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
|
|
|
@ -74,9 +74,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="translated">還原 .NET 專案中指定的相依性</target>
|
||||
<note />
|
||||
<source>Restore dependencies specified in the .NET project</source>
|
||||
<target state="needs-review-translation">還原 .NET 專案中指定的相依性</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
|
@ -89,9 +89,9 @@
|
|||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="translated">編譯並立即執行 .NET 專案</target>
|
||||
<note />
|
||||
<source>Compiles and immediately executes a .NET project</source>
|
||||
<target state="needs-review-translation">編譯並立即執行 .NET 專案</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
<?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="cs" original="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Core Project-to-Project dependency viewer</source>
|
||||
<target state="new">.NET Core Project-to-Project dependency viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list project to project (p2p) references</source>
|
||||
<target state="new">Command to list project to project (p2p) references</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NoReferencesFound">
|
||||
<source>There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </source>
|
||||
<target state="new">There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,25 @@
|
|||
<?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="de" original="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Core Project-to-Project dependency viewer</source>
|
||||
<target state="new">.NET Core Project-to-Project dependency viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list project to project (p2p) references</source>
|
||||
<target state="new">Command to list project to project (p2p) references</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NoReferencesFound">
|
||||
<source>There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </source>
|
||||
<target state="new">There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,25 @@
|
|||
<?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="es" original="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Core Project-to-Project dependency viewer</source>
|
||||
<target state="new">.NET Core Project-to-Project dependency viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list project to project (p2p) references</source>
|
||||
<target state="new">Command to list project to project (p2p) references</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NoReferencesFound">
|
||||
<source>There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </source>
|
||||
<target state="new">There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,25 @@
|
|||
<?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="fr" original="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Core Project-to-Project dependency viewer</source>
|
||||
<target state="new">.NET Core Project-to-Project dependency viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list project to project (p2p) references</source>
|
||||
<target state="new">Command to list project to project (p2p) references</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NoReferencesFound">
|
||||
<source>There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </source>
|
||||
<target state="new">There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,25 @@
|
|||
<?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="it" original="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Core Project-to-Project dependency viewer</source>
|
||||
<target state="new">.NET Core Project-to-Project dependency viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list project to project (p2p) references</source>
|
||||
<target state="new">Command to list project to project (p2p) references</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NoReferencesFound">
|
||||
<source>There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </source>
|
||||
<target state="new">There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,25 @@
|
|||
<?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="ja" original="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Core Project-to-Project dependency viewer</source>
|
||||
<target state="new">.NET Core Project-to-Project dependency viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list project to project (p2p) references</source>
|
||||
<target state="new">Command to list project to project (p2p) references</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NoReferencesFound">
|
||||
<source>There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </source>
|
||||
<target state="new">There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,25 @@
|
|||
<?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="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Core Project-to-Project dependency viewer</source>
|
||||
<target state="new">.NET Core Project-to-Project dependency viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list project to project (p2p) references</source>
|
||||
<target state="new">Command to list project to project (p2p) references</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NoReferencesFound">
|
||||
<source>There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </source>
|
||||
<target state="new">There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,25 @@
|
|||
<?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="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Core Project-to-Project dependency viewer</source>
|
||||
<target state="new">.NET Core Project-to-Project dependency viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list project to project (p2p) references</source>
|
||||
<target state="new">Command to list project to project (p2p) references</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NoReferencesFound">
|
||||
<source>There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </source>
|
||||
<target state="new">There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,25 @@
|
|||
<?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="pt-BR" original="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Core Project-to-Project dependency viewer</source>
|
||||
<target state="new">.NET Core Project-to-Project dependency viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list project to project (p2p) references</source>
|
||||
<target state="new">Command to list project to project (p2p) references</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NoReferencesFound">
|
||||
<source>There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </source>
|
||||
<target state="new">There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,25 @@
|
|||
<?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="ru" original="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Core Project-to-Project dependency viewer</source>
|
||||
<target state="new">.NET Core Project-to-Project dependency viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list project to project (p2p) references</source>
|
||||
<target state="new">Command to list project to project (p2p) references</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NoReferencesFound">
|
||||
<source>There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </source>
|
||||
<target state="new">There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,25 @@
|
|||
<?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="tr" original="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Core Project-to-Project dependency viewer</source>
|
||||
<target state="new">.NET Core Project-to-Project dependency viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list project to project (p2p) references</source>
|
||||
<target state="new">Command to list project to project (p2p) references</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NoReferencesFound">
|
||||
<source>There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </source>
|
||||
<target state="new">There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,21 @@
|
|||
<?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" original="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Core Project-to-Project dependency viewer</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list project to project (p2p) references</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NoReferencesFound">
|
||||
<source>There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,25 @@
|
|||
<?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-Hans" original="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Core Project-to-Project dependency viewer</source>
|
||||
<target state="new">.NET Core Project-to-Project dependency viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list project to project (p2p) references</source>
|
||||
<target state="new">Command to list project to project (p2p) references</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NoReferencesFound">
|
||||
<source>There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </source>
|
||||
<target state="new">There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,25 @@
|
|||
<?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="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-p2ps/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Core Project-to-Project dependency viewer</source>
|
||||
<target state="new">.NET Core Project-to-Project dependency viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list project to project (p2p) references</source>
|
||||
<target state="new">Command to list project to project (p2p) references</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NoReferencesFound">
|
||||
<source>There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </source>
|
||||
<target state="new">There are no {0} references in project {1}.
|
||||
{0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,18 @@
|
|||
<?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="cs" original="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Projects in Solution viewer</source>
|
||||
<target state="new">.NET Projects in Solution viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list projects in a solution</source>
|
||||
<target state="new">Command to list projects in a solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,18 @@
|
|||
<?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="de" original="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Projects in Solution viewer</source>
|
||||
<target state="new">.NET Projects in Solution viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list projects in a solution</source>
|
||||
<target state="new">Command to list projects in a solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,18 @@
|
|||
<?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="es" original="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Projects in Solution viewer</source>
|
||||
<target state="new">.NET Projects in Solution viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list projects in a solution</source>
|
||||
<target state="new">Command to list projects in a solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,18 @@
|
|||
<?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="fr" original="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Projects in Solution viewer</source>
|
||||
<target state="new">.NET Projects in Solution viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list projects in a solution</source>
|
||||
<target state="new">Command to list projects in a solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,18 @@
|
|||
<?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="it" original="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Projects in Solution viewer</source>
|
||||
<target state="new">.NET Projects in Solution viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list projects in a solution</source>
|
||||
<target state="new">Command to list projects in a solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,18 @@
|
|||
<?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="ja" original="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Projects in Solution viewer</source>
|
||||
<target state="new">.NET Projects in Solution viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list projects in a solution</source>
|
||||
<target state="new">Command to list projects in a solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,18 @@
|
|||
<?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="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Projects in Solution viewer</source>
|
||||
<target state="new">.NET Projects in Solution viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list projects in a solution</source>
|
||||
<target state="new">Command to list projects in a solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,18 @@
|
|||
<?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="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Projects in Solution viewer</source>
|
||||
<target state="new">.NET Projects in Solution viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list projects in a solution</source>
|
||||
<target state="new">Command to list projects in a solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,18 @@
|
|||
<?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="pt-BR" original="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Projects in Solution viewer</source>
|
||||
<target state="new">.NET Projects in Solution viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list projects in a solution</source>
|
||||
<target state="new">Command to list projects in a solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,18 @@
|
|||
<?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="ru" original="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Projects in Solution viewer</source>
|
||||
<target state="new">.NET Projects in Solution viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list projects in a solution</source>
|
||||
<target state="new">Command to list projects in a solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,18 @@
|
|||
<?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="tr" original="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Projects in Solution viewer</source>
|
||||
<target state="new">.NET Projects in Solution viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list projects in a solution</source>
|
||||
<target state="new">Command to list projects in a solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,16 @@
|
|||
<?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" original="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Projects in Solution viewer</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list projects in a solution</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,18 @@
|
|||
<?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-Hans" original="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Projects in Solution viewer</source>
|
||||
<target state="new">.NET Projects in Solution viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list projects in a solution</source>
|
||||
<target state="new">Command to list projects in a solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,18 @@
|
|||
<?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="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/dotnet-list-proj/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Projects in Solution viewer</source>
|
||||
<target state="new">.NET Projects in Solution viewer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to list projects in a solution</source>
|
||||
<target state="new">Command to list projects in a solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,13 @@
|
|||
<?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="cs" original="src/dotnet/commands/dotnet-list/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetListCommand">
|
||||
<source>.NET List Command</source>
|
||||
<target state="new">.NET List Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,13 @@
|
|||
<?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="de" original="src/dotnet/commands/dotnet-list/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetListCommand">
|
||||
<source>.NET List Command</source>
|
||||
<target state="new">.NET List Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,13 @@
|
|||
<?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="es" original="src/dotnet/commands/dotnet-list/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetListCommand">
|
||||
<source>.NET List Command</source>
|
||||
<target state="new">.NET List Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,13 @@
|
|||
<?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="fr" original="src/dotnet/commands/dotnet-list/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetListCommand">
|
||||
<source>.NET List Command</source>
|
||||
<target state="new">.NET List Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,13 @@
|
|||
<?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="it" original="src/dotnet/commands/dotnet-list/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetListCommand">
|
||||
<source>.NET List Command</source>
|
||||
<target state="new">.NET List Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,13 @@
|
|||
<?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="ja" original="src/dotnet/commands/dotnet-list/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetListCommand">
|
||||
<source>.NET List Command</source>
|
||||
<target state="new">.NET List Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,13 @@
|
|||
<?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="src/dotnet/commands/dotnet-list/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetListCommand">
|
||||
<source>.NET List Command</source>
|
||||
<target state="new">.NET List Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,13 @@
|
|||
<?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="src/dotnet/commands/dotnet-list/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetListCommand">
|
||||
<source>.NET List Command</source>
|
||||
<target state="new">.NET List Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,13 @@
|
|||
<?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="pt-BR" original="src/dotnet/commands/dotnet-list/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetListCommand">
|
||||
<source>.NET List Command</source>
|
||||
<target state="new">.NET List Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,13 @@
|
|||
<?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="ru" original="src/dotnet/commands/dotnet-list/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetListCommand">
|
||||
<source>.NET List Command</source>
|
||||
<target state="new">.NET List Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,13 @@
|
|||
<?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="tr" original="src/dotnet/commands/dotnet-list/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetListCommand">
|
||||
<source>.NET List Command</source>
|
||||
<target state="new">.NET List Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
12
src/dotnet/commands/dotnet-list/xlf/LocalizableStrings.xlf
Normal file
12
src/dotnet/commands/dotnet-list/xlf/LocalizableStrings.xlf
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?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" original="src/dotnet/commands/dotnet-list/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetListCommand">
|
||||
<source>.NET List Command</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,13 @@
|
|||
<?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-Hans" original="src/dotnet/commands/dotnet-list/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetListCommand">
|
||||
<source>.NET List Command</source>
|
||||
<target state="new">.NET List Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,13 @@
|
|||
<?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="src/dotnet/commands/dotnet-list/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-list/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetListCommand">
|
||||
<source>.NET List Command</source>
|
||||
<target state="new">.NET List Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue