Add more xlf files for new strings
This commit is contained in:
parent
2e6cc71286
commit
a41b3d936b
112 changed files with 17204 additions and 0 deletions
|
@ -0,0 +1,58 @@
|
|||
<?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-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="new">You must specify at least one reference to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Add Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to project (p2p) reference</source>
|
||||
<target state="new">Command to add project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Project to project references to add</source>
|
||||
<target state="new">Project to project references to add</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<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>
|
||||
<target state="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="new">Add reference only when targetting a specific framework</target>
|
||||
<note></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="new">Add reference even if it does not exist, do not convert paths to relative</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-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="new">You must specify at least one reference to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Add Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to project (p2p) reference</source>
|
||||
<target state="new">Command to add project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Project to project references to add</source>
|
||||
<target state="new">Project to project references to add</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<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>
|
||||
<target state="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="new">Add reference only when targetting a specific framework</target>
|
||||
<note></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="new">Add reference even if it does not exist, do not convert paths to relative</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-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="new">You must specify at least one reference to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Add Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to project (p2p) reference</source>
|
||||
<target state="new">Command to add project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Project to project references to add</source>
|
||||
<target state="new">Project to project references to add</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<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>
|
||||
<target state="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="new">Add reference only when targetting a specific framework</target>
|
||||
<note></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="new">Add reference even if it does not exist, do not convert paths to relative</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-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="new">You must specify at least one reference to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Add Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to project (p2p) reference</source>
|
||||
<target state="new">Command to add project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Project to project references to add</source>
|
||||
<target state="new">Project to project references to add</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<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>
|
||||
<target state="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="new">Add reference only when targetting a specific framework</target>
|
||||
<note></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="new">Add reference even if it does not exist, do not convert paths to relative</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-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="new">You must specify at least one reference to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Add Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to project (p2p) reference</source>
|
||||
<target state="new">Command to add project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Project to project references to add</source>
|
||||
<target state="new">Project to project references to add</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<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>
|
||||
<target state="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="new">Add reference only when targetting a specific framework</target>
|
||||
<note></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="new">Add reference even if it does not exist, do not convert paths to relative</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-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="new">You must specify at least one reference to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Add Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to project (p2p) reference</source>
|
||||
<target state="new">Command to add project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Project to project references to add</source>
|
||||
<target state="new">Project to project references to add</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<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>
|
||||
<target state="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="new">Add reference only when targetting a specific framework</target>
|
||||
<note></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="new">Add reference even if it does not exist, do not convert paths to relative</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-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="new">You must specify at least one reference to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Add Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to project (p2p) reference</source>
|
||||
<target state="new">Command to add project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Project to project references to add</source>
|
||||
<target state="new">Project to project references to add</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<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>
|
||||
<target state="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="new">Add reference only when targetting a specific framework</target>
|
||||
<note></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="new">Add reference even if it does not exist, do not convert paths to relative</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-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="new">You must specify at least one reference to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Add Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to project (p2p) reference</source>
|
||||
<target state="new">Command to add project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Project to project references to add</source>
|
||||
<target state="new">Project to project references to add</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<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>
|
||||
<target state="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="new">Add reference only when targetting a specific framework</target>
|
||||
<note></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="new">Add reference even if it does not exist, do not convert paths to relative</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-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="new">You must specify at least one reference to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Add Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to project (p2p) reference</source>
|
||||
<target state="new">Command to add project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Project to project references to add</source>
|
||||
<target state="new">Project to project references to add</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<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>
|
||||
<target state="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="new">Add reference only when targetting a specific framework</target>
|
||||
<note></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="new">Add reference even if it does not exist, do not convert paths to relative</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-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="new">You must specify at least one reference to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Add Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to project (p2p) reference</source>
|
||||
<target state="new">Command to add project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Project to project references to add</source>
|
||||
<target state="new">Project to project references to add</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<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>
|
||||
<target state="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="new">Add reference only when targetting a specific framework</target>
|
||||
<note></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="new">Add reference even if it does not exist, do not convert paths to relative</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-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="new">You must specify at least one reference to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Add Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to project (p2p) reference</source>
|
||||
<target state="new">Command to add project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Project to project references to add</source>
|
||||
<target state="new">Project to project references to add</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<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>
|
||||
<target state="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="new">Add reference only when targetting a specific framework</target>
|
||||
<note></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="new">Add reference even if it does not exist, do not convert paths to relative</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,48 @@
|
|||
<?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-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>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to project (p2p) reference</source>
|
||||
<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>
|
||||
</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>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-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="new">You must specify at least one reference to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Add Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to project (p2p) reference</source>
|
||||
<target state="new">Command to add project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Project to project references to add</source>
|
||||
<target state="new">Project to project references to add</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<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>
|
||||
<target state="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="new">Add reference only when targetting a specific framework</target>
|
||||
<note></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="new">Add reference even if it does not exist, do not convert paths to relative</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-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="new">You must specify at least one reference to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Add Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Add Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to add project to project (p2p) reference</source>
|
||||
<target state="new">Command to add project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppHelpText">
|
||||
<source>Project to project references to add</source>
|
||||
<target state="new">Project to project references to add</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<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>
|
||||
<target state="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Add reference only when targetting a specific framework</source>
|
||||
<target state="new">Add reference only when targetting a specific framework</target>
|
||||
<note></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="new">Add reference even if it does not exist, do not convert paths to relative</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.cs.xlf
Normal file
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.cs.xlf
Normal file
|
@ -0,0 +1,58 @@
|
|||
<?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/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetAddCommand">
|
||||
<source>.NET Add Command</source>
|
||||
<target state="new">.NET Add Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="new">Add project to project (p2p) reference to a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.de.xlf
Normal file
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.de.xlf
Normal file
|
@ -0,0 +1,58 @@
|
|||
<?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/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetAddCommand">
|
||||
<source>.NET Add Command</source>
|
||||
<target state="new">.NET Add Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="new">Add project to project (p2p) reference to a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.es.xlf
Normal file
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.es.xlf
Normal file
|
@ -0,0 +1,58 @@
|
|||
<?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/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetAddCommand">
|
||||
<source>.NET Add Command</source>
|
||||
<target state="new">.NET Add Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="new">Add project to project (p2p) reference to a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.fr.xlf
Normal file
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.fr.xlf
Normal file
|
@ -0,0 +1,58 @@
|
|||
<?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/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetAddCommand">
|
||||
<source>.NET Add Command</source>
|
||||
<target state="new">.NET Add Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="new">Add project to project (p2p) reference to a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.it.xlf
Normal file
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.it.xlf
Normal file
|
@ -0,0 +1,58 @@
|
|||
<?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/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetAddCommand">
|
||||
<source>.NET Add Command</source>
|
||||
<target state="new">.NET Add Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="new">Add project to project (p2p) reference to a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.ja.xlf
Normal file
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.ja.xlf
Normal file
|
@ -0,0 +1,58 @@
|
|||
<?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/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetAddCommand">
|
||||
<source>.NET Add Command</source>
|
||||
<target state="new">.NET Add Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="new">Add project to project (p2p) reference to a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.ko.xlf
Normal file
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.ko.xlf
Normal file
|
@ -0,0 +1,58 @@
|
|||
<?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/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetAddCommand">
|
||||
<source>.NET Add Command</source>
|
||||
<target state="new">.NET Add Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="new">Add project to project (p2p) reference to a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.pl.xlf
Normal file
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.pl.xlf
Normal file
|
@ -0,0 +1,58 @@
|
|||
<?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/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetAddCommand">
|
||||
<source>.NET Add Command</source>
|
||||
<target state="new">.NET Add Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="new">Add project to project (p2p) reference to a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetAddCommand">
|
||||
<source>.NET Add Command</source>
|
||||
<target state="new">.NET Add Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="new">Add project to project (p2p) reference to a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.ru.xlf
Normal file
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.ru.xlf
Normal file
|
@ -0,0 +1,58 @@
|
|||
<?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/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetAddCommand">
|
||||
<source>.NET Add Command</source>
|
||||
<target state="new">.NET Add Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="new">Add project to project (p2p) reference to a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.tr.xlf
Normal file
58
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.tr.xlf
Normal file
|
@ -0,0 +1,58 @@
|
|||
<?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/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetAddCommand">
|
||||
<source>.NET Add Command</source>
|
||||
<target state="new">.NET Add Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="new">Add project to project (p2p) reference to a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
48
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.xlf
Normal file
48
src/dotnet/commands/dotnet-add/xlf/LocalizableStrings.xlf
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?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/LocalizableStrings.resx">
|
||||
<body>
|
||||
<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>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetAddCommand">
|
||||
<source>.NET Add Command</source>
|
||||
<target state="new">.NET Add Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="new">Add project to project (p2p) reference to a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-add/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetAddCommand">
|
||||
<source>.NET Add Command</source>
|
||||
<target state="new">.NET Add Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Add project to project (p2p) reference to a project</source>
|
||||
<target state="new">Add project to project (p2p) reference to a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.cs.xlf
Normal file
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.cs.xlf
Normal file
|
@ -0,0 +1,148 @@
|
|||
<?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-help/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-help/LocalizableStrings.resx" />
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandDefinition">
|
||||
<source>The command to execute</source>
|
||||
<target state="new">The command to execute</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsDefinition">
|
||||
<source>Arguments to pass to the command</source>
|
||||
<target state="new">Arguments to pass to the command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptionsDefinition">
|
||||
<source>Options specific to dotnet (host)</source>
|
||||
<target state="new">Options specific to dotnet (host)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OptionsDescription">
|
||||
<source>Options common to all commands</source>
|
||||
<target state="new">Options common to all commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommonOptions">
|
||||
<source>Common options</source>
|
||||
<target state="new">Common options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VerboseDefinition">
|
||||
<source>Enable verbose output</source>
|
||||
<target state="new">Enable verbose output</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help</source>
|
||||
<target state="new">Show help</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptions">
|
||||
<source>Host options (passed before the command)</source>
|
||||
<target state="new">Host options (passed before the command)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VersionDescription">
|
||||
<source>Display .NET CLI Version Number</source>
|
||||
<target state="new">Display .NET CLI Version Number</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InfoDescription">
|
||||
<source>Display .NET CLI Info</source>
|
||||
<target state="new">Display .NET CLI Info</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NewDefinition">
|
||||
<source>Initialize a basic .NET project</source>
|
||||
<target state="new">Initialize a basic .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="new">Restore dependencies specified in the.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
<target state="new">Builds a .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PublishDefinition">
|
||||
<source>Publishes a .NET project for deployment (including the runtime)</source>
|
||||
<target state="new">Publishes a .NET project for deployment (including the runtime)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="new">Compiles and immediately executes a.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
<target state="new">Runs unit tests using the test runner specified in the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackDefinition">
|
||||
<source>Creates a NuGet package</source>
|
||||
<target state="new">Creates a NuGet package</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrateDefinition">
|
||||
<source>Migrates a project.json based project to a msbuild based project</source>
|
||||
<target state="new">Migrates a project.json based project to a msbuild based project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectModificationCommands">
|
||||
<source>Project modification commands</source>
|
||||
<target state="new">Project modification commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddDefinition">
|
||||
<source>Add items to the project</source>
|
||||
<target state="new">Add items to the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RemoveDefinition">
|
||||
<source>Remove items from the project</source>
|
||||
<target state="new">Remove items from the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AdvancedCommands">
|
||||
<source>Advanced Commands</source>
|
||||
<target state="new">Advanced Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NugetDefinition">
|
||||
<source>Provides additional NuGet commands</source>
|
||||
<target state="new">Provides additional NuGet commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MsBuildDefinition">
|
||||
<source>msbuilds a project and all of its dependencies</source>
|
||||
<target state="new">msbuilds a project and all of its dependencies</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VsTestDefinition">
|
||||
<source>Runs tests from the specified files</source>
|
||||
<target state="new">Runs tests from the specified files</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.de.xlf
Normal file
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.de.xlf
Normal file
|
@ -0,0 +1,148 @@
|
|||
<?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-help/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-help/LocalizableStrings.resx" />
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandDefinition">
|
||||
<source>The command to execute</source>
|
||||
<target state="new">The command to execute</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsDefinition">
|
||||
<source>Arguments to pass to the command</source>
|
||||
<target state="new">Arguments to pass to the command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptionsDefinition">
|
||||
<source>Options specific to dotnet (host)</source>
|
||||
<target state="new">Options specific to dotnet (host)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OptionsDescription">
|
||||
<source>Options common to all commands</source>
|
||||
<target state="new">Options common to all commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommonOptions">
|
||||
<source>Common options</source>
|
||||
<target state="new">Common options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VerboseDefinition">
|
||||
<source>Enable verbose output</source>
|
||||
<target state="new">Enable verbose output</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help</source>
|
||||
<target state="new">Show help</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptions">
|
||||
<source>Host options (passed before the command)</source>
|
||||
<target state="new">Host options (passed before the command)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VersionDescription">
|
||||
<source>Display .NET CLI Version Number</source>
|
||||
<target state="new">Display .NET CLI Version Number</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InfoDescription">
|
||||
<source>Display .NET CLI Info</source>
|
||||
<target state="new">Display .NET CLI Info</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NewDefinition">
|
||||
<source>Initialize a basic .NET project</source>
|
||||
<target state="new">Initialize a basic .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="new">Restore dependencies specified in the.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
<target state="new">Builds a .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PublishDefinition">
|
||||
<source>Publishes a .NET project for deployment (including the runtime)</source>
|
||||
<target state="new">Publishes a .NET project for deployment (including the runtime)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="new">Compiles and immediately executes a.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
<target state="new">Runs unit tests using the test runner specified in the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackDefinition">
|
||||
<source>Creates a NuGet package</source>
|
||||
<target state="new">Creates a NuGet package</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrateDefinition">
|
||||
<source>Migrates a project.json based project to a msbuild based project</source>
|
||||
<target state="new">Migrates a project.json based project to a msbuild based project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectModificationCommands">
|
||||
<source>Project modification commands</source>
|
||||
<target state="new">Project modification commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddDefinition">
|
||||
<source>Add items to the project</source>
|
||||
<target state="new">Add items to the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RemoveDefinition">
|
||||
<source>Remove items from the project</source>
|
||||
<target state="new">Remove items from the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AdvancedCommands">
|
||||
<source>Advanced Commands</source>
|
||||
<target state="new">Advanced Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NugetDefinition">
|
||||
<source>Provides additional NuGet commands</source>
|
||||
<target state="new">Provides additional NuGet commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MsBuildDefinition">
|
||||
<source>msbuilds a project and all of its dependencies</source>
|
||||
<target state="new">msbuilds a project and all of its dependencies</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VsTestDefinition">
|
||||
<source>Runs tests from the specified files</source>
|
||||
<target state="new">Runs tests from the specified files</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.es.xlf
Normal file
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.es.xlf
Normal file
|
@ -0,0 +1,148 @@
|
|||
<?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-help/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-help/LocalizableStrings.resx" />
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandDefinition">
|
||||
<source>The command to execute</source>
|
||||
<target state="new">The command to execute</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsDefinition">
|
||||
<source>Arguments to pass to the command</source>
|
||||
<target state="new">Arguments to pass to the command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptionsDefinition">
|
||||
<source>Options specific to dotnet (host)</source>
|
||||
<target state="new">Options specific to dotnet (host)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OptionsDescription">
|
||||
<source>Options common to all commands</source>
|
||||
<target state="new">Options common to all commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommonOptions">
|
||||
<source>Common options</source>
|
||||
<target state="new">Common options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VerboseDefinition">
|
||||
<source>Enable verbose output</source>
|
||||
<target state="new">Enable verbose output</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help</source>
|
||||
<target state="new">Show help</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptions">
|
||||
<source>Host options (passed before the command)</source>
|
||||
<target state="new">Host options (passed before the command)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VersionDescription">
|
||||
<source>Display .NET CLI Version Number</source>
|
||||
<target state="new">Display .NET CLI Version Number</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InfoDescription">
|
||||
<source>Display .NET CLI Info</source>
|
||||
<target state="new">Display .NET CLI Info</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NewDefinition">
|
||||
<source>Initialize a basic .NET project</source>
|
||||
<target state="new">Initialize a basic .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="new">Restore dependencies specified in the.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
<target state="new">Builds a .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PublishDefinition">
|
||||
<source>Publishes a .NET project for deployment (including the runtime)</source>
|
||||
<target state="new">Publishes a .NET project for deployment (including the runtime)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="new">Compiles and immediately executes a.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
<target state="new">Runs unit tests using the test runner specified in the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackDefinition">
|
||||
<source>Creates a NuGet package</source>
|
||||
<target state="new">Creates a NuGet package</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrateDefinition">
|
||||
<source>Migrates a project.json based project to a msbuild based project</source>
|
||||
<target state="new">Migrates a project.json based project to a msbuild based project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectModificationCommands">
|
||||
<source>Project modification commands</source>
|
||||
<target state="new">Project modification commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddDefinition">
|
||||
<source>Add items to the project</source>
|
||||
<target state="new">Add items to the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RemoveDefinition">
|
||||
<source>Remove items from the project</source>
|
||||
<target state="new">Remove items from the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AdvancedCommands">
|
||||
<source>Advanced Commands</source>
|
||||
<target state="new">Advanced Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NugetDefinition">
|
||||
<source>Provides additional NuGet commands</source>
|
||||
<target state="new">Provides additional NuGet commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MsBuildDefinition">
|
||||
<source>msbuilds a project and all of its dependencies</source>
|
||||
<target state="new">msbuilds a project and all of its dependencies</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VsTestDefinition">
|
||||
<source>Runs tests from the specified files</source>
|
||||
<target state="new">Runs tests from the specified files</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.fr.xlf
Normal file
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.fr.xlf
Normal file
|
@ -0,0 +1,148 @@
|
|||
<?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-help/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-help/LocalizableStrings.resx" />
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandDefinition">
|
||||
<source>The command to execute</source>
|
||||
<target state="new">The command to execute</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsDefinition">
|
||||
<source>Arguments to pass to the command</source>
|
||||
<target state="new">Arguments to pass to the command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptionsDefinition">
|
||||
<source>Options specific to dotnet (host)</source>
|
||||
<target state="new">Options specific to dotnet (host)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OptionsDescription">
|
||||
<source>Options common to all commands</source>
|
||||
<target state="new">Options common to all commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommonOptions">
|
||||
<source>Common options</source>
|
||||
<target state="new">Common options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VerboseDefinition">
|
||||
<source>Enable verbose output</source>
|
||||
<target state="new">Enable verbose output</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help</source>
|
||||
<target state="new">Show help</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptions">
|
||||
<source>Host options (passed before the command)</source>
|
||||
<target state="new">Host options (passed before the command)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VersionDescription">
|
||||
<source>Display .NET CLI Version Number</source>
|
||||
<target state="new">Display .NET CLI Version Number</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InfoDescription">
|
||||
<source>Display .NET CLI Info</source>
|
||||
<target state="new">Display .NET CLI Info</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NewDefinition">
|
||||
<source>Initialize a basic .NET project</source>
|
||||
<target state="new">Initialize a basic .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="new">Restore dependencies specified in the.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
<target state="new">Builds a .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PublishDefinition">
|
||||
<source>Publishes a .NET project for deployment (including the runtime)</source>
|
||||
<target state="new">Publishes a .NET project for deployment (including the runtime)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="new">Compiles and immediately executes a.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
<target state="new">Runs unit tests using the test runner specified in the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackDefinition">
|
||||
<source>Creates a NuGet package</source>
|
||||
<target state="new">Creates a NuGet package</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrateDefinition">
|
||||
<source>Migrates a project.json based project to a msbuild based project</source>
|
||||
<target state="new">Migrates a project.json based project to a msbuild based project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectModificationCommands">
|
||||
<source>Project modification commands</source>
|
||||
<target state="new">Project modification commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddDefinition">
|
||||
<source>Add items to the project</source>
|
||||
<target state="new">Add items to the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RemoveDefinition">
|
||||
<source>Remove items from the project</source>
|
||||
<target state="new">Remove items from the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AdvancedCommands">
|
||||
<source>Advanced Commands</source>
|
||||
<target state="new">Advanced Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NugetDefinition">
|
||||
<source>Provides additional NuGet commands</source>
|
||||
<target state="new">Provides additional NuGet commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MsBuildDefinition">
|
||||
<source>msbuilds a project and all of its dependencies</source>
|
||||
<target state="new">msbuilds a project and all of its dependencies</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VsTestDefinition">
|
||||
<source>Runs tests from the specified files</source>
|
||||
<target state="new">Runs tests from the specified files</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.it.xlf
Normal file
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.it.xlf
Normal file
|
@ -0,0 +1,148 @@
|
|||
<?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-help/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-help/LocalizableStrings.resx" />
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandDefinition">
|
||||
<source>The command to execute</source>
|
||||
<target state="new">The command to execute</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsDefinition">
|
||||
<source>Arguments to pass to the command</source>
|
||||
<target state="new">Arguments to pass to the command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptionsDefinition">
|
||||
<source>Options specific to dotnet (host)</source>
|
||||
<target state="new">Options specific to dotnet (host)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OptionsDescription">
|
||||
<source>Options common to all commands</source>
|
||||
<target state="new">Options common to all commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommonOptions">
|
||||
<source>Common options</source>
|
||||
<target state="new">Common options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VerboseDefinition">
|
||||
<source>Enable verbose output</source>
|
||||
<target state="new">Enable verbose output</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help</source>
|
||||
<target state="new">Show help</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptions">
|
||||
<source>Host options (passed before the command)</source>
|
||||
<target state="new">Host options (passed before the command)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VersionDescription">
|
||||
<source>Display .NET CLI Version Number</source>
|
||||
<target state="new">Display .NET CLI Version Number</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InfoDescription">
|
||||
<source>Display .NET CLI Info</source>
|
||||
<target state="new">Display .NET CLI Info</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NewDefinition">
|
||||
<source>Initialize a basic .NET project</source>
|
||||
<target state="new">Initialize a basic .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="new">Restore dependencies specified in the.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
<target state="new">Builds a .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PublishDefinition">
|
||||
<source>Publishes a .NET project for deployment (including the runtime)</source>
|
||||
<target state="new">Publishes a .NET project for deployment (including the runtime)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="new">Compiles and immediately executes a.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
<target state="new">Runs unit tests using the test runner specified in the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackDefinition">
|
||||
<source>Creates a NuGet package</source>
|
||||
<target state="new">Creates a NuGet package</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrateDefinition">
|
||||
<source>Migrates a project.json based project to a msbuild based project</source>
|
||||
<target state="new">Migrates a project.json based project to a msbuild based project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectModificationCommands">
|
||||
<source>Project modification commands</source>
|
||||
<target state="new">Project modification commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddDefinition">
|
||||
<source>Add items to the project</source>
|
||||
<target state="new">Add items to the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RemoveDefinition">
|
||||
<source>Remove items from the project</source>
|
||||
<target state="new">Remove items from the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AdvancedCommands">
|
||||
<source>Advanced Commands</source>
|
||||
<target state="new">Advanced Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NugetDefinition">
|
||||
<source>Provides additional NuGet commands</source>
|
||||
<target state="new">Provides additional NuGet commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MsBuildDefinition">
|
||||
<source>msbuilds a project and all of its dependencies</source>
|
||||
<target state="new">msbuilds a project and all of its dependencies</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VsTestDefinition">
|
||||
<source>Runs tests from the specified files</source>
|
||||
<target state="new">Runs tests from the specified files</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ja.xlf
Normal file
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ja.xlf
Normal file
|
@ -0,0 +1,148 @@
|
|||
<?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-help/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-help/LocalizableStrings.resx" />
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandDefinition">
|
||||
<source>The command to execute</source>
|
||||
<target state="new">The command to execute</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsDefinition">
|
||||
<source>Arguments to pass to the command</source>
|
||||
<target state="new">Arguments to pass to the command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptionsDefinition">
|
||||
<source>Options specific to dotnet (host)</source>
|
||||
<target state="new">Options specific to dotnet (host)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OptionsDescription">
|
||||
<source>Options common to all commands</source>
|
||||
<target state="new">Options common to all commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommonOptions">
|
||||
<source>Common options</source>
|
||||
<target state="new">Common options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VerboseDefinition">
|
||||
<source>Enable verbose output</source>
|
||||
<target state="new">Enable verbose output</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help</source>
|
||||
<target state="new">Show help</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptions">
|
||||
<source>Host options (passed before the command)</source>
|
||||
<target state="new">Host options (passed before the command)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VersionDescription">
|
||||
<source>Display .NET CLI Version Number</source>
|
||||
<target state="new">Display .NET CLI Version Number</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InfoDescription">
|
||||
<source>Display .NET CLI Info</source>
|
||||
<target state="new">Display .NET CLI Info</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NewDefinition">
|
||||
<source>Initialize a basic .NET project</source>
|
||||
<target state="new">Initialize a basic .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="new">Restore dependencies specified in the.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
<target state="new">Builds a .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PublishDefinition">
|
||||
<source>Publishes a .NET project for deployment (including the runtime)</source>
|
||||
<target state="new">Publishes a .NET project for deployment (including the runtime)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="new">Compiles and immediately executes a.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
<target state="new">Runs unit tests using the test runner specified in the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackDefinition">
|
||||
<source>Creates a NuGet package</source>
|
||||
<target state="new">Creates a NuGet package</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrateDefinition">
|
||||
<source>Migrates a project.json based project to a msbuild based project</source>
|
||||
<target state="new">Migrates a project.json based project to a msbuild based project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectModificationCommands">
|
||||
<source>Project modification commands</source>
|
||||
<target state="new">Project modification commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddDefinition">
|
||||
<source>Add items to the project</source>
|
||||
<target state="new">Add items to the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RemoveDefinition">
|
||||
<source>Remove items from the project</source>
|
||||
<target state="new">Remove items from the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AdvancedCommands">
|
||||
<source>Advanced Commands</source>
|
||||
<target state="new">Advanced Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NugetDefinition">
|
||||
<source>Provides additional NuGet commands</source>
|
||||
<target state="new">Provides additional NuGet commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MsBuildDefinition">
|
||||
<source>msbuilds a project and all of its dependencies</source>
|
||||
<target state="new">msbuilds a project and all of its dependencies</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VsTestDefinition">
|
||||
<source>Runs tests from the specified files</source>
|
||||
<target state="new">Runs tests from the specified files</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ko.xlf
Normal file
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ko.xlf
Normal file
|
@ -0,0 +1,148 @@
|
|||
<?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-help/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-help/LocalizableStrings.resx" />
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandDefinition">
|
||||
<source>The command to execute</source>
|
||||
<target state="new">The command to execute</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsDefinition">
|
||||
<source>Arguments to pass to the command</source>
|
||||
<target state="new">Arguments to pass to the command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptionsDefinition">
|
||||
<source>Options specific to dotnet (host)</source>
|
||||
<target state="new">Options specific to dotnet (host)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OptionsDescription">
|
||||
<source>Options common to all commands</source>
|
||||
<target state="new">Options common to all commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommonOptions">
|
||||
<source>Common options</source>
|
||||
<target state="new">Common options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VerboseDefinition">
|
||||
<source>Enable verbose output</source>
|
||||
<target state="new">Enable verbose output</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help</source>
|
||||
<target state="new">Show help</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptions">
|
||||
<source>Host options (passed before the command)</source>
|
||||
<target state="new">Host options (passed before the command)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VersionDescription">
|
||||
<source>Display .NET CLI Version Number</source>
|
||||
<target state="new">Display .NET CLI Version Number</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InfoDescription">
|
||||
<source>Display .NET CLI Info</source>
|
||||
<target state="new">Display .NET CLI Info</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NewDefinition">
|
||||
<source>Initialize a basic .NET project</source>
|
||||
<target state="new">Initialize a basic .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="new">Restore dependencies specified in the.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
<target state="new">Builds a .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PublishDefinition">
|
||||
<source>Publishes a .NET project for deployment (including the runtime)</source>
|
||||
<target state="new">Publishes a .NET project for deployment (including the runtime)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="new">Compiles and immediately executes a.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
<target state="new">Runs unit tests using the test runner specified in the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackDefinition">
|
||||
<source>Creates a NuGet package</source>
|
||||
<target state="new">Creates a NuGet package</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrateDefinition">
|
||||
<source>Migrates a project.json based project to a msbuild based project</source>
|
||||
<target state="new">Migrates a project.json based project to a msbuild based project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectModificationCommands">
|
||||
<source>Project modification commands</source>
|
||||
<target state="new">Project modification commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddDefinition">
|
||||
<source>Add items to the project</source>
|
||||
<target state="new">Add items to the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RemoveDefinition">
|
||||
<source>Remove items from the project</source>
|
||||
<target state="new">Remove items from the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AdvancedCommands">
|
||||
<source>Advanced Commands</source>
|
||||
<target state="new">Advanced Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NugetDefinition">
|
||||
<source>Provides additional NuGet commands</source>
|
||||
<target state="new">Provides additional NuGet commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MsBuildDefinition">
|
||||
<source>msbuilds a project and all of its dependencies</source>
|
||||
<target state="new">msbuilds a project and all of its dependencies</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VsTestDefinition">
|
||||
<source>Runs tests from the specified files</source>
|
||||
<target state="new">Runs tests from the specified files</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.pl.xlf
Normal file
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.pl.xlf
Normal file
|
@ -0,0 +1,148 @@
|
|||
<?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-help/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-help/LocalizableStrings.resx" />
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandDefinition">
|
||||
<source>The command to execute</source>
|
||||
<target state="new">The command to execute</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsDefinition">
|
||||
<source>Arguments to pass to the command</source>
|
||||
<target state="new">Arguments to pass to the command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptionsDefinition">
|
||||
<source>Options specific to dotnet (host)</source>
|
||||
<target state="new">Options specific to dotnet (host)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OptionsDescription">
|
||||
<source>Options common to all commands</source>
|
||||
<target state="new">Options common to all commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommonOptions">
|
||||
<source>Common options</source>
|
||||
<target state="new">Common options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VerboseDefinition">
|
||||
<source>Enable verbose output</source>
|
||||
<target state="new">Enable verbose output</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help</source>
|
||||
<target state="new">Show help</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptions">
|
||||
<source>Host options (passed before the command)</source>
|
||||
<target state="new">Host options (passed before the command)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VersionDescription">
|
||||
<source>Display .NET CLI Version Number</source>
|
||||
<target state="new">Display .NET CLI Version Number</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InfoDescription">
|
||||
<source>Display .NET CLI Info</source>
|
||||
<target state="new">Display .NET CLI Info</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NewDefinition">
|
||||
<source>Initialize a basic .NET project</source>
|
||||
<target state="new">Initialize a basic .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="new">Restore dependencies specified in the.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
<target state="new">Builds a .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PublishDefinition">
|
||||
<source>Publishes a .NET project for deployment (including the runtime)</source>
|
||||
<target state="new">Publishes a .NET project for deployment (including the runtime)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="new">Compiles and immediately executes a.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
<target state="new">Runs unit tests using the test runner specified in the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackDefinition">
|
||||
<source>Creates a NuGet package</source>
|
||||
<target state="new">Creates a NuGet package</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrateDefinition">
|
||||
<source>Migrates a project.json based project to a msbuild based project</source>
|
||||
<target state="new">Migrates a project.json based project to a msbuild based project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectModificationCommands">
|
||||
<source>Project modification commands</source>
|
||||
<target state="new">Project modification commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddDefinition">
|
||||
<source>Add items to the project</source>
|
||||
<target state="new">Add items to the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RemoveDefinition">
|
||||
<source>Remove items from the project</source>
|
||||
<target state="new">Remove items from the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AdvancedCommands">
|
||||
<source>Advanced Commands</source>
|
||||
<target state="new">Advanced Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NugetDefinition">
|
||||
<source>Provides additional NuGet commands</source>
|
||||
<target state="new">Provides additional NuGet commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MsBuildDefinition">
|
||||
<source>msbuilds a project and all of its dependencies</source>
|
||||
<target state="new">msbuilds a project and all of its dependencies</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VsTestDefinition">
|
||||
<source>Runs tests from the specified files</source>
|
||||
<target state="new">Runs tests from the specified files</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.pt-BR.xlf
Normal file
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.pt-BR.xlf
Normal file
|
@ -0,0 +1,148 @@
|
|||
<?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-help/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-help/LocalizableStrings.resx" />
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandDefinition">
|
||||
<source>The command to execute</source>
|
||||
<target state="new">The command to execute</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsDefinition">
|
||||
<source>Arguments to pass to the command</source>
|
||||
<target state="new">Arguments to pass to the command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptionsDefinition">
|
||||
<source>Options specific to dotnet (host)</source>
|
||||
<target state="new">Options specific to dotnet (host)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OptionsDescription">
|
||||
<source>Options common to all commands</source>
|
||||
<target state="new">Options common to all commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommonOptions">
|
||||
<source>Common options</source>
|
||||
<target state="new">Common options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VerboseDefinition">
|
||||
<source>Enable verbose output</source>
|
||||
<target state="new">Enable verbose output</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help</source>
|
||||
<target state="new">Show help</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptions">
|
||||
<source>Host options (passed before the command)</source>
|
||||
<target state="new">Host options (passed before the command)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VersionDescription">
|
||||
<source>Display .NET CLI Version Number</source>
|
||||
<target state="new">Display .NET CLI Version Number</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InfoDescription">
|
||||
<source>Display .NET CLI Info</source>
|
||||
<target state="new">Display .NET CLI Info</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NewDefinition">
|
||||
<source>Initialize a basic .NET project</source>
|
||||
<target state="new">Initialize a basic .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="new">Restore dependencies specified in the.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
<target state="new">Builds a .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PublishDefinition">
|
||||
<source>Publishes a .NET project for deployment (including the runtime)</source>
|
||||
<target state="new">Publishes a .NET project for deployment (including the runtime)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="new">Compiles and immediately executes a.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
<target state="new">Runs unit tests using the test runner specified in the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackDefinition">
|
||||
<source>Creates a NuGet package</source>
|
||||
<target state="new">Creates a NuGet package</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrateDefinition">
|
||||
<source>Migrates a project.json based project to a msbuild based project</source>
|
||||
<target state="new">Migrates a project.json based project to a msbuild based project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectModificationCommands">
|
||||
<source>Project modification commands</source>
|
||||
<target state="new">Project modification commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddDefinition">
|
||||
<source>Add items to the project</source>
|
||||
<target state="new">Add items to the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RemoveDefinition">
|
||||
<source>Remove items from the project</source>
|
||||
<target state="new">Remove items from the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AdvancedCommands">
|
||||
<source>Advanced Commands</source>
|
||||
<target state="new">Advanced Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NugetDefinition">
|
||||
<source>Provides additional NuGet commands</source>
|
||||
<target state="new">Provides additional NuGet commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MsBuildDefinition">
|
||||
<source>msbuilds a project and all of its dependencies</source>
|
||||
<target state="new">msbuilds a project and all of its dependencies</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VsTestDefinition">
|
||||
<source>Runs tests from the specified files</source>
|
||||
<target state="new">Runs tests from the specified files</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ru.xlf
Normal file
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ru.xlf
Normal file
|
@ -0,0 +1,148 @@
|
|||
<?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-help/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-help/LocalizableStrings.resx" />
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandDefinition">
|
||||
<source>The command to execute</source>
|
||||
<target state="new">The command to execute</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsDefinition">
|
||||
<source>Arguments to pass to the command</source>
|
||||
<target state="new">Arguments to pass to the command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptionsDefinition">
|
||||
<source>Options specific to dotnet (host)</source>
|
||||
<target state="new">Options specific to dotnet (host)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OptionsDescription">
|
||||
<source>Options common to all commands</source>
|
||||
<target state="new">Options common to all commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommonOptions">
|
||||
<source>Common options</source>
|
||||
<target state="new">Common options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VerboseDefinition">
|
||||
<source>Enable verbose output</source>
|
||||
<target state="new">Enable verbose output</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help</source>
|
||||
<target state="new">Show help</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptions">
|
||||
<source>Host options (passed before the command)</source>
|
||||
<target state="new">Host options (passed before the command)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VersionDescription">
|
||||
<source>Display .NET CLI Version Number</source>
|
||||
<target state="new">Display .NET CLI Version Number</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InfoDescription">
|
||||
<source>Display .NET CLI Info</source>
|
||||
<target state="new">Display .NET CLI Info</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NewDefinition">
|
||||
<source>Initialize a basic .NET project</source>
|
||||
<target state="new">Initialize a basic .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="new">Restore dependencies specified in the.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
<target state="new">Builds a .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PublishDefinition">
|
||||
<source>Publishes a .NET project for deployment (including the runtime)</source>
|
||||
<target state="new">Publishes a .NET project for deployment (including the runtime)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="new">Compiles and immediately executes a.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
<target state="new">Runs unit tests using the test runner specified in the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackDefinition">
|
||||
<source>Creates a NuGet package</source>
|
||||
<target state="new">Creates a NuGet package</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrateDefinition">
|
||||
<source>Migrates a project.json based project to a msbuild based project</source>
|
||||
<target state="new">Migrates a project.json based project to a msbuild based project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectModificationCommands">
|
||||
<source>Project modification commands</source>
|
||||
<target state="new">Project modification commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddDefinition">
|
||||
<source>Add items to the project</source>
|
||||
<target state="new">Add items to the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RemoveDefinition">
|
||||
<source>Remove items from the project</source>
|
||||
<target state="new">Remove items from the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AdvancedCommands">
|
||||
<source>Advanced Commands</source>
|
||||
<target state="new">Advanced Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NugetDefinition">
|
||||
<source>Provides additional NuGet commands</source>
|
||||
<target state="new">Provides additional NuGet commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MsBuildDefinition">
|
||||
<source>msbuilds a project and all of its dependencies</source>
|
||||
<target state="new">msbuilds a project and all of its dependencies</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VsTestDefinition">
|
||||
<source>Runs tests from the specified files</source>
|
||||
<target state="new">Runs tests from the specified files</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.tr.xlf
Normal file
148
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.tr.xlf
Normal file
|
@ -0,0 +1,148 @@
|
|||
<?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-help/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-help/LocalizableStrings.resx" />
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandDefinition">
|
||||
<source>The command to execute</source>
|
||||
<target state="new">The command to execute</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsDefinition">
|
||||
<source>Arguments to pass to the command</source>
|
||||
<target state="new">Arguments to pass to the command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptionsDefinition">
|
||||
<source>Options specific to dotnet (host)</source>
|
||||
<target state="new">Options specific to dotnet (host)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OptionsDescription">
|
||||
<source>Options common to all commands</source>
|
||||
<target state="new">Options common to all commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommonOptions">
|
||||
<source>Common options</source>
|
||||
<target state="new">Common options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VerboseDefinition">
|
||||
<source>Enable verbose output</source>
|
||||
<target state="new">Enable verbose output</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help</source>
|
||||
<target state="new">Show help</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptions">
|
||||
<source>Host options (passed before the command)</source>
|
||||
<target state="new">Host options (passed before the command)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VersionDescription">
|
||||
<source>Display .NET CLI Version Number</source>
|
||||
<target state="new">Display .NET CLI Version Number</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InfoDescription">
|
||||
<source>Display .NET CLI Info</source>
|
||||
<target state="new">Display .NET CLI Info</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NewDefinition">
|
||||
<source>Initialize a basic .NET project</source>
|
||||
<target state="new">Initialize a basic .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="new">Restore dependencies specified in the.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
<target state="new">Builds a .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PublishDefinition">
|
||||
<source>Publishes a .NET project for deployment (including the runtime)</source>
|
||||
<target state="new">Publishes a .NET project for deployment (including the runtime)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="new">Compiles and immediately executes a.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
<target state="new">Runs unit tests using the test runner specified in the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackDefinition">
|
||||
<source>Creates a NuGet package</source>
|
||||
<target state="new">Creates a NuGet package</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrateDefinition">
|
||||
<source>Migrates a project.json based project to a msbuild based project</source>
|
||||
<target state="new">Migrates a project.json based project to a msbuild based project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectModificationCommands">
|
||||
<source>Project modification commands</source>
|
||||
<target state="new">Project modification commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddDefinition">
|
||||
<source>Add items to the project</source>
|
||||
<target state="new">Add items to the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RemoveDefinition">
|
||||
<source>Remove items from the project</source>
|
||||
<target state="new">Remove items from the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AdvancedCommands">
|
||||
<source>Advanced Commands</source>
|
||||
<target state="new">Advanced Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NugetDefinition">
|
||||
<source>Provides additional NuGet commands</source>
|
||||
<target state="new">Provides additional NuGet commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MsBuildDefinition">
|
||||
<source>msbuilds a project and all of its dependencies</source>
|
||||
<target state="new">msbuilds a project and all of its dependencies</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VsTestDefinition">
|
||||
<source>Runs tests from the specified files</source>
|
||||
<target state="new">Runs tests from the specified files</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
120
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.xlf
Normal file
120
src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.xlf
Normal file
|
@ -0,0 +1,120 @@
|
|||
<?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-help/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-help/LocalizableStrings.resx" />
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandDefinition">
|
||||
<source>The command to execute</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsDefinition">
|
||||
<source>Arguments to pass to the command</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptionsDefinition">
|
||||
<source>Options specific to dotnet (host)</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OptionsDescription">
|
||||
<source>Options common to all commands</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommonOptions">
|
||||
<source>Common options</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VerboseDefinition">
|
||||
<source>Enable verbose output</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptions">
|
||||
<source>Host options (passed before the command)</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VersionDescription">
|
||||
<source>Display .NET CLI Version Number</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InfoDescription">
|
||||
<source>Display .NET CLI Info</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NewDefinition">
|
||||
<source>Initialize a basic .NET project</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<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>
|
||||
</trans-unit>
|
||||
<trans-unit id="PublishDefinition">
|
||||
<source>Publishes a .NET project for deployment (including the runtime)</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<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>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackDefinition">
|
||||
<source>Creates a NuGet package</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrateDefinition">
|
||||
<source>Migrates a project.json based project to a msbuild based project</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectModificationCommands">
|
||||
<source>Project modification commands</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddDefinition">
|
||||
<source>Add items to the project</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RemoveDefinition">
|
||||
<source>Remove items from the project</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AdvancedCommands">
|
||||
<source>Advanced Commands</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NugetDefinition">
|
||||
<source>Provides additional NuGet commands</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MsBuildDefinition">
|
||||
<source>msbuilds a project and all of its dependencies</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VsTestDefinition">
|
||||
<source>Runs tests from the specified files</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,148 @@
|
|||
<?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-help/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-help/LocalizableStrings.resx" />
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandDefinition">
|
||||
<source>The command to execute</source>
|
||||
<target state="new">The command to execute</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsDefinition">
|
||||
<source>Arguments to pass to the command</source>
|
||||
<target state="new">Arguments to pass to the command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptionsDefinition">
|
||||
<source>Options specific to dotnet (host)</source>
|
||||
<target state="new">Options specific to dotnet (host)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OptionsDescription">
|
||||
<source>Options common to all commands</source>
|
||||
<target state="new">Options common to all commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommonOptions">
|
||||
<source>Common options</source>
|
||||
<target state="new">Common options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VerboseDefinition">
|
||||
<source>Enable verbose output</source>
|
||||
<target state="new">Enable verbose output</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help</source>
|
||||
<target state="new">Show help</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptions">
|
||||
<source>Host options (passed before the command)</source>
|
||||
<target state="new">Host options (passed before the command)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VersionDescription">
|
||||
<source>Display .NET CLI Version Number</source>
|
||||
<target state="new">Display .NET CLI Version Number</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InfoDescription">
|
||||
<source>Display .NET CLI Info</source>
|
||||
<target state="new">Display .NET CLI Info</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NewDefinition">
|
||||
<source>Initialize a basic .NET project</source>
|
||||
<target state="new">Initialize a basic .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="new">Restore dependencies specified in the.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
<target state="new">Builds a .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PublishDefinition">
|
||||
<source>Publishes a .NET project for deployment (including the runtime)</source>
|
||||
<target state="new">Publishes a .NET project for deployment (including the runtime)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="new">Compiles and immediately executes a.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
<target state="new">Runs unit tests using the test runner specified in the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackDefinition">
|
||||
<source>Creates a NuGet package</source>
|
||||
<target state="new">Creates a NuGet package</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrateDefinition">
|
||||
<source>Migrates a project.json based project to a msbuild based project</source>
|
||||
<target state="new">Migrates a project.json based project to a msbuild based project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectModificationCommands">
|
||||
<source>Project modification commands</source>
|
||||
<target state="new">Project modification commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddDefinition">
|
||||
<source>Add items to the project</source>
|
||||
<target state="new">Add items to the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RemoveDefinition">
|
||||
<source>Remove items from the project</source>
|
||||
<target state="new">Remove items from the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AdvancedCommands">
|
||||
<source>Advanced Commands</source>
|
||||
<target state="new">Advanced Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NugetDefinition">
|
||||
<source>Provides additional NuGet commands</source>
|
||||
<target state="new">Provides additional NuGet commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MsBuildDefinition">
|
||||
<source>msbuilds a project and all of its dependencies</source>
|
||||
<target state="new">msbuilds a project and all of its dependencies</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VsTestDefinition">
|
||||
<source>Runs tests from the specified files</source>
|
||||
<target state="new">Runs tests from the specified files</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,148 @@
|
|||
<?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-help/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-help/LocalizableStrings.resx" />
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandDefinition">
|
||||
<source>The command to execute</source>
|
||||
<target state="new">The command to execute</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsDefinition">
|
||||
<source>Arguments to pass to the command</source>
|
||||
<target state="new">Arguments to pass to the command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptionsDefinition">
|
||||
<source>Options specific to dotnet (host)</source>
|
||||
<target state="new">Options specific to dotnet (host)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OptionsDescription">
|
||||
<source>Options common to all commands</source>
|
||||
<target state="new">Options common to all commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommonOptions">
|
||||
<source>Common options</source>
|
||||
<target state="new">Common options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VerboseDefinition">
|
||||
<source>Enable verbose output</source>
|
||||
<target state="new">Enable verbose output</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help</source>
|
||||
<target state="new">Show help</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HostOptions">
|
||||
<source>Host options (passed before the command)</source>
|
||||
<target state="new">Host options (passed before the command)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VersionDescription">
|
||||
<source>Display .NET CLI Version Number</source>
|
||||
<target state="new">Display .NET CLI Version Number</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InfoDescription">
|
||||
<source>Display .NET CLI Info</source>
|
||||
<target state="new">Display .NET CLI Info</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NewDefinition">
|
||||
<source>Initialize a basic .NET project</source>
|
||||
<target state="new">Initialize a basic .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RestoreDefinition">
|
||||
<source>Restore dependencies specified in the.NET project</source>
|
||||
<target state="new">Restore dependencies specified in the.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BuildDefinition">
|
||||
<source>Builds a .NET project</source>
|
||||
<target state="new">Builds a .NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PublishDefinition">
|
||||
<source>Publishes a .NET project for deployment (including the runtime)</source>
|
||||
<target state="new">Publishes a .NET project for deployment (including the runtime)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RunDefinition">
|
||||
<source>Compiles and immediately executes a.NET project</source>
|
||||
<target state="new">Compiles and immediately executes a.NET project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestDefinition">
|
||||
<source>Runs unit tests using the test runner specified in the project</source>
|
||||
<target state="new">Runs unit tests using the test runner specified in the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackDefinition">
|
||||
<source>Creates a NuGet package</source>
|
||||
<target state="new">Creates a NuGet package</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrateDefinition">
|
||||
<source>Migrates a project.json based project to a msbuild based project</source>
|
||||
<target state="new">Migrates a project.json based project to a msbuild based project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectModificationCommands">
|
||||
<source>Project modification commands</source>
|
||||
<target state="new">Project modification commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddDefinition">
|
||||
<source>Add items to the project</source>
|
||||
<target state="new">Add items to the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RemoveDefinition">
|
||||
<source>Remove items from the project</source>
|
||||
<target state="new">Remove items from the project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AdvancedCommands">
|
||||
<source>Advanced Commands</source>
|
||||
<target state="new">Advanced Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NugetDefinition">
|
||||
<source>Provides additional NuGet commands</source>
|
||||
<target state="new">Provides additional NuGet commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MsBuildDefinition">
|
||||
<source>msbuilds a project and all of its dependencies</source>
|
||||
<target state="new">msbuilds a project and all of its dependencies</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="VsTestDefinition">
|
||||
<source>Runs tests from the specified files</source>
|
||||
<target state="new">Runs tests from the specified files</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,80 @@
|
|||
<?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-migrate/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-migrate/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Migrate Command</source>
|
||||
<target state="new">.NET Migrate Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command used to migrate project.json projects to msbuild</source>
|
||||
<target state="new">Command used to migrate project.json projects to msbuild</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgument">
|
||||
<source>PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</source>
|
||||
<target state="new">PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgumentDescription">
|
||||
<source>The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</source>
|
||||
<target state="new">The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdTemplateDescription">
|
||||
<source>Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</source>
|
||||
<target state="new">Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdVersionDescription">
|
||||
<source>The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</source>
|
||||
<target state="new">The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdXprojFileDescription">
|
||||
<source>The path to the xproj file to use. Required when there is more than one xproj in a project directory.</source>
|
||||
<target state="new">The path to the xproj file to use. Required when there is more than one xproj in a project directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipProjectReferencesDescription">
|
||||
<source>Skip migrating project references. By default project references are migrated recursively.</source>
|
||||
<target state="new">Skip migrating project references. By default project references are migrated recursively.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportFileDescription">
|
||||
<source>Output migration report to the given file in addition to the console.</source>
|
||||
<target state="new">Output migration report to the given file in addition to the console.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportOutputDescription">
|
||||
<source>Output migration report file as json rather than user messages.</source>
|
||||
<target state="new">Output migration report file as json rather than user messages.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipBackupDescription">
|
||||
<source>Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</source>
|
||||
<target state="new">Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrationFailedError">
|
||||
<source>Migration failed.</source>
|
||||
<target state="new">Migration failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,80 @@
|
|||
<?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-migrate/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-migrate/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Migrate Command</source>
|
||||
<target state="new">.NET Migrate Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command used to migrate project.json projects to msbuild</source>
|
||||
<target state="new">Command used to migrate project.json projects to msbuild</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgument">
|
||||
<source>PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</source>
|
||||
<target state="new">PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgumentDescription">
|
||||
<source>The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</source>
|
||||
<target state="new">The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdTemplateDescription">
|
||||
<source>Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</source>
|
||||
<target state="new">Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdVersionDescription">
|
||||
<source>The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</source>
|
||||
<target state="new">The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdXprojFileDescription">
|
||||
<source>The path to the xproj file to use. Required when there is more than one xproj in a project directory.</source>
|
||||
<target state="new">The path to the xproj file to use. Required when there is more than one xproj in a project directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipProjectReferencesDescription">
|
||||
<source>Skip migrating project references. By default project references are migrated recursively.</source>
|
||||
<target state="new">Skip migrating project references. By default project references are migrated recursively.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportFileDescription">
|
||||
<source>Output migration report to the given file in addition to the console.</source>
|
||||
<target state="new">Output migration report to the given file in addition to the console.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportOutputDescription">
|
||||
<source>Output migration report file as json rather than user messages.</source>
|
||||
<target state="new">Output migration report file as json rather than user messages.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipBackupDescription">
|
||||
<source>Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</source>
|
||||
<target state="new">Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrationFailedError">
|
||||
<source>Migration failed.</source>
|
||||
<target state="new">Migration failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,80 @@
|
|||
<?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-migrate/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-migrate/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Migrate Command</source>
|
||||
<target state="new">.NET Migrate Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command used to migrate project.json projects to msbuild</source>
|
||||
<target state="new">Command used to migrate project.json projects to msbuild</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgument">
|
||||
<source>PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</source>
|
||||
<target state="new">PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgumentDescription">
|
||||
<source>The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</source>
|
||||
<target state="new">The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdTemplateDescription">
|
||||
<source>Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</source>
|
||||
<target state="new">Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdVersionDescription">
|
||||
<source>The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</source>
|
||||
<target state="new">The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdXprojFileDescription">
|
||||
<source>The path to the xproj file to use. Required when there is more than one xproj in a project directory.</source>
|
||||
<target state="new">The path to the xproj file to use. Required when there is more than one xproj in a project directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipProjectReferencesDescription">
|
||||
<source>Skip migrating project references. By default project references are migrated recursively.</source>
|
||||
<target state="new">Skip migrating project references. By default project references are migrated recursively.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportFileDescription">
|
||||
<source>Output migration report to the given file in addition to the console.</source>
|
||||
<target state="new">Output migration report to the given file in addition to the console.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportOutputDescription">
|
||||
<source>Output migration report file as json rather than user messages.</source>
|
||||
<target state="new">Output migration report file as json rather than user messages.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipBackupDescription">
|
||||
<source>Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</source>
|
||||
<target state="new">Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrationFailedError">
|
||||
<source>Migration failed.</source>
|
||||
<target state="new">Migration failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,80 @@
|
|||
<?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-migrate/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-migrate/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Migrate Command</source>
|
||||
<target state="new">.NET Migrate Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command used to migrate project.json projects to msbuild</source>
|
||||
<target state="new">Command used to migrate project.json projects to msbuild</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgument">
|
||||
<source>PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</source>
|
||||
<target state="new">PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgumentDescription">
|
||||
<source>The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</source>
|
||||
<target state="new">The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdTemplateDescription">
|
||||
<source>Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</source>
|
||||
<target state="new">Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdVersionDescription">
|
||||
<source>The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</source>
|
||||
<target state="new">The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdXprojFileDescription">
|
||||
<source>The path to the xproj file to use. Required when there is more than one xproj in a project directory.</source>
|
||||
<target state="new">The path to the xproj file to use. Required when there is more than one xproj in a project directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipProjectReferencesDescription">
|
||||
<source>Skip migrating project references. By default project references are migrated recursively.</source>
|
||||
<target state="new">Skip migrating project references. By default project references are migrated recursively.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportFileDescription">
|
||||
<source>Output migration report to the given file in addition to the console.</source>
|
||||
<target state="new">Output migration report to the given file in addition to the console.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportOutputDescription">
|
||||
<source>Output migration report file as json rather than user messages.</source>
|
||||
<target state="new">Output migration report file as json rather than user messages.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipBackupDescription">
|
||||
<source>Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</source>
|
||||
<target state="new">Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrationFailedError">
|
||||
<source>Migration failed.</source>
|
||||
<target state="new">Migration failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,80 @@
|
|||
<?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-migrate/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-migrate/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Migrate Command</source>
|
||||
<target state="new">.NET Migrate Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command used to migrate project.json projects to msbuild</source>
|
||||
<target state="new">Command used to migrate project.json projects to msbuild</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgument">
|
||||
<source>PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</source>
|
||||
<target state="new">PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgumentDescription">
|
||||
<source>The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</source>
|
||||
<target state="new">The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdTemplateDescription">
|
||||
<source>Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</source>
|
||||
<target state="new">Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdVersionDescription">
|
||||
<source>The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</source>
|
||||
<target state="new">The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdXprojFileDescription">
|
||||
<source>The path to the xproj file to use. Required when there is more than one xproj in a project directory.</source>
|
||||
<target state="new">The path to the xproj file to use. Required when there is more than one xproj in a project directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipProjectReferencesDescription">
|
||||
<source>Skip migrating project references. By default project references are migrated recursively.</source>
|
||||
<target state="new">Skip migrating project references. By default project references are migrated recursively.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportFileDescription">
|
||||
<source>Output migration report to the given file in addition to the console.</source>
|
||||
<target state="new">Output migration report to the given file in addition to the console.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportOutputDescription">
|
||||
<source>Output migration report file as json rather than user messages.</source>
|
||||
<target state="new">Output migration report file as json rather than user messages.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipBackupDescription">
|
||||
<source>Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</source>
|
||||
<target state="new">Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrationFailedError">
|
||||
<source>Migration failed.</source>
|
||||
<target state="new">Migration failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,80 @@
|
|||
<?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-migrate/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-migrate/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Migrate Command</source>
|
||||
<target state="new">.NET Migrate Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command used to migrate project.json projects to msbuild</source>
|
||||
<target state="new">Command used to migrate project.json projects to msbuild</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgument">
|
||||
<source>PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</source>
|
||||
<target state="new">PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgumentDescription">
|
||||
<source>The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</source>
|
||||
<target state="new">The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdTemplateDescription">
|
||||
<source>Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</source>
|
||||
<target state="new">Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdVersionDescription">
|
||||
<source>The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</source>
|
||||
<target state="new">The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdXprojFileDescription">
|
||||
<source>The path to the xproj file to use. Required when there is more than one xproj in a project directory.</source>
|
||||
<target state="new">The path to the xproj file to use. Required when there is more than one xproj in a project directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipProjectReferencesDescription">
|
||||
<source>Skip migrating project references. By default project references are migrated recursively.</source>
|
||||
<target state="new">Skip migrating project references. By default project references are migrated recursively.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportFileDescription">
|
||||
<source>Output migration report to the given file in addition to the console.</source>
|
||||
<target state="new">Output migration report to the given file in addition to the console.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportOutputDescription">
|
||||
<source>Output migration report file as json rather than user messages.</source>
|
||||
<target state="new">Output migration report file as json rather than user messages.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipBackupDescription">
|
||||
<source>Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</source>
|
||||
<target state="new">Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrationFailedError">
|
||||
<source>Migration failed.</source>
|
||||
<target state="new">Migration failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,80 @@
|
|||
<?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-migrate/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-migrate/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Migrate Command</source>
|
||||
<target state="new">.NET Migrate Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command used to migrate project.json projects to msbuild</source>
|
||||
<target state="new">Command used to migrate project.json projects to msbuild</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgument">
|
||||
<source>PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</source>
|
||||
<target state="new">PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgumentDescription">
|
||||
<source>The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</source>
|
||||
<target state="new">The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdTemplateDescription">
|
||||
<source>Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</source>
|
||||
<target state="new">Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdVersionDescription">
|
||||
<source>The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</source>
|
||||
<target state="new">The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdXprojFileDescription">
|
||||
<source>The path to the xproj file to use. Required when there is more than one xproj in a project directory.</source>
|
||||
<target state="new">The path to the xproj file to use. Required when there is more than one xproj in a project directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipProjectReferencesDescription">
|
||||
<source>Skip migrating project references. By default project references are migrated recursively.</source>
|
||||
<target state="new">Skip migrating project references. By default project references are migrated recursively.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportFileDescription">
|
||||
<source>Output migration report to the given file in addition to the console.</source>
|
||||
<target state="new">Output migration report to the given file in addition to the console.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportOutputDescription">
|
||||
<source>Output migration report file as json rather than user messages.</source>
|
||||
<target state="new">Output migration report file as json rather than user messages.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipBackupDescription">
|
||||
<source>Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</source>
|
||||
<target state="new">Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrationFailedError">
|
||||
<source>Migration failed.</source>
|
||||
<target state="new">Migration failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,80 @@
|
|||
<?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-migrate/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-migrate/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Migrate Command</source>
|
||||
<target state="new">.NET Migrate Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command used to migrate project.json projects to msbuild</source>
|
||||
<target state="new">Command used to migrate project.json projects to msbuild</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgument">
|
||||
<source>PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</source>
|
||||
<target state="new">PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgumentDescription">
|
||||
<source>The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</source>
|
||||
<target state="new">The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdTemplateDescription">
|
||||
<source>Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</source>
|
||||
<target state="new">Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdVersionDescription">
|
||||
<source>The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</source>
|
||||
<target state="new">The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdXprojFileDescription">
|
||||
<source>The path to the xproj file to use. Required when there is more than one xproj in a project directory.</source>
|
||||
<target state="new">The path to the xproj file to use. Required when there is more than one xproj in a project directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipProjectReferencesDescription">
|
||||
<source>Skip migrating project references. By default project references are migrated recursively.</source>
|
||||
<target state="new">Skip migrating project references. By default project references are migrated recursively.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportFileDescription">
|
||||
<source>Output migration report to the given file in addition to the console.</source>
|
||||
<target state="new">Output migration report to the given file in addition to the console.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportOutputDescription">
|
||||
<source>Output migration report file as json rather than user messages.</source>
|
||||
<target state="new">Output migration report file as json rather than user messages.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipBackupDescription">
|
||||
<source>Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</source>
|
||||
<target state="new">Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrationFailedError">
|
||||
<source>Migration failed.</source>
|
||||
<target state="new">Migration failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,80 @@
|
|||
<?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-migrate/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-migrate/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Migrate Command</source>
|
||||
<target state="new">.NET Migrate Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command used to migrate project.json projects to msbuild</source>
|
||||
<target state="new">Command used to migrate project.json projects to msbuild</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgument">
|
||||
<source>PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</source>
|
||||
<target state="new">PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgumentDescription">
|
||||
<source>The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</source>
|
||||
<target state="new">The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdTemplateDescription">
|
||||
<source>Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</source>
|
||||
<target state="new">Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdVersionDescription">
|
||||
<source>The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</source>
|
||||
<target state="new">The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdXprojFileDescription">
|
||||
<source>The path to the xproj file to use. Required when there is more than one xproj in a project directory.</source>
|
||||
<target state="new">The path to the xproj file to use. Required when there is more than one xproj in a project directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipProjectReferencesDescription">
|
||||
<source>Skip migrating project references. By default project references are migrated recursively.</source>
|
||||
<target state="new">Skip migrating project references. By default project references are migrated recursively.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportFileDescription">
|
||||
<source>Output migration report to the given file in addition to the console.</source>
|
||||
<target state="new">Output migration report to the given file in addition to the console.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportOutputDescription">
|
||||
<source>Output migration report file as json rather than user messages.</source>
|
||||
<target state="new">Output migration report file as json rather than user messages.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipBackupDescription">
|
||||
<source>Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</source>
|
||||
<target state="new">Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrationFailedError">
|
||||
<source>Migration failed.</source>
|
||||
<target state="new">Migration failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,80 @@
|
|||
<?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-migrate/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-migrate/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Migrate Command</source>
|
||||
<target state="new">.NET Migrate Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command used to migrate project.json projects to msbuild</source>
|
||||
<target state="new">Command used to migrate project.json projects to msbuild</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgument">
|
||||
<source>PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</source>
|
||||
<target state="new">PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgumentDescription">
|
||||
<source>The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</source>
|
||||
<target state="new">The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdTemplateDescription">
|
||||
<source>Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</source>
|
||||
<target state="new">Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdVersionDescription">
|
||||
<source>The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</source>
|
||||
<target state="new">The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdXprojFileDescription">
|
||||
<source>The path to the xproj file to use. Required when there is more than one xproj in a project directory.</source>
|
||||
<target state="new">The path to the xproj file to use. Required when there is more than one xproj in a project directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipProjectReferencesDescription">
|
||||
<source>Skip migrating project references. By default project references are migrated recursively.</source>
|
||||
<target state="new">Skip migrating project references. By default project references are migrated recursively.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportFileDescription">
|
||||
<source>Output migration report to the given file in addition to the console.</source>
|
||||
<target state="new">Output migration report to the given file in addition to the console.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportOutputDescription">
|
||||
<source>Output migration report file as json rather than user messages.</source>
|
||||
<target state="new">Output migration report file as json rather than user messages.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipBackupDescription">
|
||||
<source>Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</source>
|
||||
<target state="new">Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrationFailedError">
|
||||
<source>Migration failed.</source>
|
||||
<target state="new">Migration failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,80 @@
|
|||
<?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-migrate/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-migrate/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Migrate Command</source>
|
||||
<target state="new">.NET Migrate Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command used to migrate project.json projects to msbuild</source>
|
||||
<target state="new">Command used to migrate project.json projects to msbuild</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgument">
|
||||
<source>PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</source>
|
||||
<target state="new">PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgumentDescription">
|
||||
<source>The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</source>
|
||||
<target state="new">The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdTemplateDescription">
|
||||
<source>Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</source>
|
||||
<target state="new">Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdVersionDescription">
|
||||
<source>The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</source>
|
||||
<target state="new">The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdXprojFileDescription">
|
||||
<source>The path to the xproj file to use. Required when there is more than one xproj in a project directory.</source>
|
||||
<target state="new">The path to the xproj file to use. Required when there is more than one xproj in a project directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipProjectReferencesDescription">
|
||||
<source>Skip migrating project references. By default project references are migrated recursively.</source>
|
||||
<target state="new">Skip migrating project references. By default project references are migrated recursively.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportFileDescription">
|
||||
<source>Output migration report to the given file in addition to the console.</source>
|
||||
<target state="new">Output migration report to the given file in addition to the console.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportOutputDescription">
|
||||
<source>Output migration report file as json rather than user messages.</source>
|
||||
<target state="new">Output migration report file as json rather than user messages.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipBackupDescription">
|
||||
<source>Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</source>
|
||||
<target state="new">Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrationFailedError">
|
||||
<source>Migration failed.</source>
|
||||
<target state="new">Migration failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,62 @@
|
|||
<?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-migrate/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-migrate/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Migrate Command</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command used to migrate project.json projects to msbuild</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgument">
|
||||
<source>PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgumentDescription">
|
||||
<source>The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdTemplateDescription">
|
||||
<source>Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdVersionDescription">
|
||||
<source>The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdXprojFileDescription">
|
||||
<source>The path to the xproj file to use. Required when there is more than one xproj in a project directory.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipProjectReferencesDescription">
|
||||
<source>Skip migrating project references. By default project references are migrated recursively.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportFileDescription">
|
||||
<source>Output migration report to the given file in addition to the console.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportOutputDescription">
|
||||
<source>Output migration report file as json rather than user messages.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipBackupDescription">
|
||||
<source>Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrationFailedError">
|
||||
<source>Migration failed.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,80 @@
|
|||
<?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-migrate/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-migrate/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Migrate Command</source>
|
||||
<target state="new">.NET Migrate Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command used to migrate project.json projects to msbuild</source>
|
||||
<target state="new">Command used to migrate project.json projects to msbuild</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgument">
|
||||
<source>PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</source>
|
||||
<target state="new">PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgumentDescription">
|
||||
<source>The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</source>
|
||||
<target state="new">The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdTemplateDescription">
|
||||
<source>Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</source>
|
||||
<target state="new">Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdVersionDescription">
|
||||
<source>The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</source>
|
||||
<target state="new">The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdXprojFileDescription">
|
||||
<source>The path to the xproj file to use. Required when there is more than one xproj in a project directory.</source>
|
||||
<target state="new">The path to the xproj file to use. Required when there is more than one xproj in a project directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipProjectReferencesDescription">
|
||||
<source>Skip migrating project references. By default project references are migrated recursively.</source>
|
||||
<target state="new">Skip migrating project references. By default project references are migrated recursively.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportFileDescription">
|
||||
<source>Output migration report to the given file in addition to the console.</source>
|
||||
<target state="new">Output migration report to the given file in addition to the console.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportOutputDescription">
|
||||
<source>Output migration report file as json rather than user messages.</source>
|
||||
<target state="new">Output migration report file as json rather than user messages.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipBackupDescription">
|
||||
<source>Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</source>
|
||||
<target state="new">Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrationFailedError">
|
||||
<source>Migration failed.</source>
|
||||
<target state="new">Migration failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,80 @@
|
|||
<?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-migrate/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-migrate/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Migrate Command</source>
|
||||
<target state="new">.NET Migrate Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command used to migrate project.json projects to msbuild</source>
|
||||
<target state="new">Command used to migrate project.json projects to msbuild</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgument">
|
||||
<source>PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</source>
|
||||
<target state="new">PROJECT_JSON/GLOBAL_JSON/PROJECT_DIR</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectArgumentDescription">
|
||||
<source>The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</source>
|
||||
<target state="new">The path to
|
||||
- a project.json file to migrate.
|
||||
or
|
||||
- a global.json file, it will migrate the folders specified in global.json.
|
||||
or
|
||||
- a directory to migrate, it will recursively search for project.json files to migrate.
|
||||
Defaults to current directory if nothing is specified.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdTemplateDescription">
|
||||
<source>Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</source>
|
||||
<target state="new">Base MSBuild template to use for migrated app. The default is the project included in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdVersionDescription">
|
||||
<source>The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</source>
|
||||
<target state="new">The version of the sdk package that will be referenced in the migrated app. The default is the version of the sdk in dotnet new.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdXprojFileDescription">
|
||||
<source>The path to the xproj file to use. Required when there is more than one xproj in a project directory.</source>
|
||||
<target state="new">The path to the xproj file to use. Required when there is more than one xproj in a project directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipProjectReferencesDescription">
|
||||
<source>Skip migrating project references. By default project references are migrated recursively.</source>
|
||||
<target state="new">Skip migrating project references. By default project references are migrated recursively.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportFileDescription">
|
||||
<source>Output migration report to the given file in addition to the console.</source>
|
||||
<target state="new">Output migration report to the given file in addition to the console.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdReportOutputDescription">
|
||||
<source>Output migration report file as json rather than user messages.</source>
|
||||
<target state="new">Output migration report file as json rather than user messages.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSkipBackupDescription">
|
||||
<source>Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</source>
|
||||
<target state="new">Skip moving project.json, global.json, and *.xproj to a `backup` directory after successful migration.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MigrationFailedError">
|
||||
<source>Migration failed.</source>
|
||||
<target state="new">Migration failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.cs.xlf
Normal file
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.cs.xlf
Normal file
|
@ -0,0 +1,78 @@
|
|||
<?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-new/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-new/LocalizableStrings.resx" />
|
||||
<trans-unit id="ProjectExistsError">
|
||||
<source>Creating new {0} project failed, project already exists.</source>
|
||||
<target state="new">Creating new {0} project failed, project already exists.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectContainsError">
|
||||
<source>Creating new {0} project failed, directory already contains {1}</source>
|
||||
<target state="new">Creating new {0} project failed, directory already contains {1}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectFailedError">
|
||||
<source>Creating new {0} project failed.</source>
|
||||
<target state="new">Creating new {0} project failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CreatedNewProject">
|
||||
<source>Created new {0} project in {1}.</source>
|
||||
<target state="new">Created new {0} project in {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Initializer</source>
|
||||
<target state="new">.NET Initializer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Initializes empty project for .NET Platform</source>
|
||||
<target state="new">Initializes empty project for .NET Platform</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ValidValuesText">
|
||||
<source>Valid values for {0}: {1}.</source>
|
||||
<target state="new">Valid values for {0}: {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Language">
|
||||
<source>LANGUAGE</source>
|
||||
<target state="new">LANGUAGE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="LanguageOfProject">
|
||||
<source>Language of project Valid values: {0}.</source>
|
||||
<target state="new">Language of project Valid values: {0}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Type">
|
||||
<source>TYPE</source>
|
||||
<target state="new">TYPE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TypeOfProject">
|
||||
<source>Type of project {0}</source>
|
||||
<target state="new">Type of project {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedLanguage">
|
||||
<source>Unrecognized language: {0}</source>
|
||||
<target state="new">Unrecognized language: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedType">
|
||||
<source>Unrecognized type: {0}</source>
|
||||
<target state="new">Unrecognized type: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AvailableTypes">
|
||||
<source>Available types for {0} :</source>
|
||||
<target state="new">Available types for {0} :</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.de.xlf
Normal file
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.de.xlf
Normal file
|
@ -0,0 +1,78 @@
|
|||
<?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-new/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-new/LocalizableStrings.resx" />
|
||||
<trans-unit id="ProjectExistsError">
|
||||
<source>Creating new {0} project failed, project already exists.</source>
|
||||
<target state="new">Creating new {0} project failed, project already exists.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectContainsError">
|
||||
<source>Creating new {0} project failed, directory already contains {1}</source>
|
||||
<target state="new">Creating new {0} project failed, directory already contains {1}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectFailedError">
|
||||
<source>Creating new {0} project failed.</source>
|
||||
<target state="new">Creating new {0} project failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CreatedNewProject">
|
||||
<source>Created new {0} project in {1}.</source>
|
||||
<target state="new">Created new {0} project in {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Initializer</source>
|
||||
<target state="new">.NET Initializer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Initializes empty project for .NET Platform</source>
|
||||
<target state="new">Initializes empty project for .NET Platform</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ValidValuesText">
|
||||
<source>Valid values for {0}: {1}.</source>
|
||||
<target state="new">Valid values for {0}: {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Language">
|
||||
<source>LANGUAGE</source>
|
||||
<target state="new">LANGUAGE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="LanguageOfProject">
|
||||
<source>Language of project Valid values: {0}.</source>
|
||||
<target state="new">Language of project Valid values: {0}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Type">
|
||||
<source>TYPE</source>
|
||||
<target state="new">TYPE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TypeOfProject">
|
||||
<source>Type of project {0}</source>
|
||||
<target state="new">Type of project {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedLanguage">
|
||||
<source>Unrecognized language: {0}</source>
|
||||
<target state="new">Unrecognized language: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedType">
|
||||
<source>Unrecognized type: {0}</source>
|
||||
<target state="new">Unrecognized type: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AvailableTypes">
|
||||
<source>Available types for {0} :</source>
|
||||
<target state="new">Available types for {0} :</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.es.xlf
Normal file
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.es.xlf
Normal file
|
@ -0,0 +1,78 @@
|
|||
<?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-new/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-new/LocalizableStrings.resx" />
|
||||
<trans-unit id="ProjectExistsError">
|
||||
<source>Creating new {0} project failed, project already exists.</source>
|
||||
<target state="new">Creating new {0} project failed, project already exists.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectContainsError">
|
||||
<source>Creating new {0} project failed, directory already contains {1}</source>
|
||||
<target state="new">Creating new {0} project failed, directory already contains {1}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectFailedError">
|
||||
<source>Creating new {0} project failed.</source>
|
||||
<target state="new">Creating new {0} project failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CreatedNewProject">
|
||||
<source>Created new {0} project in {1}.</source>
|
||||
<target state="new">Created new {0} project in {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Initializer</source>
|
||||
<target state="new">.NET Initializer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Initializes empty project for .NET Platform</source>
|
||||
<target state="new">Initializes empty project for .NET Platform</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ValidValuesText">
|
||||
<source>Valid values for {0}: {1}.</source>
|
||||
<target state="new">Valid values for {0}: {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Language">
|
||||
<source>LANGUAGE</source>
|
||||
<target state="new">LANGUAGE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="LanguageOfProject">
|
||||
<source>Language of project Valid values: {0}.</source>
|
||||
<target state="new">Language of project Valid values: {0}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Type">
|
||||
<source>TYPE</source>
|
||||
<target state="new">TYPE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TypeOfProject">
|
||||
<source>Type of project {0}</source>
|
||||
<target state="new">Type of project {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedLanguage">
|
||||
<source>Unrecognized language: {0}</source>
|
||||
<target state="new">Unrecognized language: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedType">
|
||||
<source>Unrecognized type: {0}</source>
|
||||
<target state="new">Unrecognized type: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AvailableTypes">
|
||||
<source>Available types for {0} :</source>
|
||||
<target state="new">Available types for {0} :</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.fr.xlf
Normal file
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.fr.xlf
Normal file
|
@ -0,0 +1,78 @@
|
|||
<?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-new/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-new/LocalizableStrings.resx" />
|
||||
<trans-unit id="ProjectExistsError">
|
||||
<source>Creating new {0} project failed, project already exists.</source>
|
||||
<target state="new">Creating new {0} project failed, project already exists.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectContainsError">
|
||||
<source>Creating new {0} project failed, directory already contains {1}</source>
|
||||
<target state="new">Creating new {0} project failed, directory already contains {1}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectFailedError">
|
||||
<source>Creating new {0} project failed.</source>
|
||||
<target state="new">Creating new {0} project failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CreatedNewProject">
|
||||
<source>Created new {0} project in {1}.</source>
|
||||
<target state="new">Created new {0} project in {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Initializer</source>
|
||||
<target state="new">.NET Initializer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Initializes empty project for .NET Platform</source>
|
||||
<target state="new">Initializes empty project for .NET Platform</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ValidValuesText">
|
||||
<source>Valid values for {0}: {1}.</source>
|
||||
<target state="new">Valid values for {0}: {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Language">
|
||||
<source>LANGUAGE</source>
|
||||
<target state="new">LANGUAGE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="LanguageOfProject">
|
||||
<source>Language of project Valid values: {0}.</source>
|
||||
<target state="new">Language of project Valid values: {0}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Type">
|
||||
<source>TYPE</source>
|
||||
<target state="new">TYPE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TypeOfProject">
|
||||
<source>Type of project {0}</source>
|
||||
<target state="new">Type of project {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedLanguage">
|
||||
<source>Unrecognized language: {0}</source>
|
||||
<target state="new">Unrecognized language: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedType">
|
||||
<source>Unrecognized type: {0}</source>
|
||||
<target state="new">Unrecognized type: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AvailableTypes">
|
||||
<source>Available types for {0} :</source>
|
||||
<target state="new">Available types for {0} :</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.it.xlf
Normal file
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.it.xlf
Normal file
|
@ -0,0 +1,78 @@
|
|||
<?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-new/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-new/LocalizableStrings.resx" />
|
||||
<trans-unit id="ProjectExistsError">
|
||||
<source>Creating new {0} project failed, project already exists.</source>
|
||||
<target state="new">Creating new {0} project failed, project already exists.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectContainsError">
|
||||
<source>Creating new {0} project failed, directory already contains {1}</source>
|
||||
<target state="new">Creating new {0} project failed, directory already contains {1}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectFailedError">
|
||||
<source>Creating new {0} project failed.</source>
|
||||
<target state="new">Creating new {0} project failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CreatedNewProject">
|
||||
<source>Created new {0} project in {1}.</source>
|
||||
<target state="new">Created new {0} project in {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Initializer</source>
|
||||
<target state="new">.NET Initializer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Initializes empty project for .NET Platform</source>
|
||||
<target state="new">Initializes empty project for .NET Platform</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ValidValuesText">
|
||||
<source>Valid values for {0}: {1}.</source>
|
||||
<target state="new">Valid values for {0}: {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Language">
|
||||
<source>LANGUAGE</source>
|
||||
<target state="new">LANGUAGE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="LanguageOfProject">
|
||||
<source>Language of project Valid values: {0}.</source>
|
||||
<target state="new">Language of project Valid values: {0}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Type">
|
||||
<source>TYPE</source>
|
||||
<target state="new">TYPE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TypeOfProject">
|
||||
<source>Type of project {0}</source>
|
||||
<target state="new">Type of project {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedLanguage">
|
||||
<source>Unrecognized language: {0}</source>
|
||||
<target state="new">Unrecognized language: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedType">
|
||||
<source>Unrecognized type: {0}</source>
|
||||
<target state="new">Unrecognized type: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AvailableTypes">
|
||||
<source>Available types for {0} :</source>
|
||||
<target state="new">Available types for {0} :</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.ja.xlf
Normal file
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.ja.xlf
Normal file
|
@ -0,0 +1,78 @@
|
|||
<?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-new/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-new/LocalizableStrings.resx" />
|
||||
<trans-unit id="ProjectExistsError">
|
||||
<source>Creating new {0} project failed, project already exists.</source>
|
||||
<target state="new">Creating new {0} project failed, project already exists.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectContainsError">
|
||||
<source>Creating new {0} project failed, directory already contains {1}</source>
|
||||
<target state="new">Creating new {0} project failed, directory already contains {1}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectFailedError">
|
||||
<source>Creating new {0} project failed.</source>
|
||||
<target state="new">Creating new {0} project failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CreatedNewProject">
|
||||
<source>Created new {0} project in {1}.</source>
|
||||
<target state="new">Created new {0} project in {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Initializer</source>
|
||||
<target state="new">.NET Initializer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Initializes empty project for .NET Platform</source>
|
||||
<target state="new">Initializes empty project for .NET Platform</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ValidValuesText">
|
||||
<source>Valid values for {0}: {1}.</source>
|
||||
<target state="new">Valid values for {0}: {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Language">
|
||||
<source>LANGUAGE</source>
|
||||
<target state="new">LANGUAGE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="LanguageOfProject">
|
||||
<source>Language of project Valid values: {0}.</source>
|
||||
<target state="new">Language of project Valid values: {0}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Type">
|
||||
<source>TYPE</source>
|
||||
<target state="new">TYPE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TypeOfProject">
|
||||
<source>Type of project {0}</source>
|
||||
<target state="new">Type of project {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedLanguage">
|
||||
<source>Unrecognized language: {0}</source>
|
||||
<target state="new">Unrecognized language: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedType">
|
||||
<source>Unrecognized type: {0}</source>
|
||||
<target state="new">Unrecognized type: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AvailableTypes">
|
||||
<source>Available types for {0} :</source>
|
||||
<target state="new">Available types for {0} :</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.ko.xlf
Normal file
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.ko.xlf
Normal file
|
@ -0,0 +1,78 @@
|
|||
<?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-new/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-new/LocalizableStrings.resx" />
|
||||
<trans-unit id="ProjectExistsError">
|
||||
<source>Creating new {0} project failed, project already exists.</source>
|
||||
<target state="new">Creating new {0} project failed, project already exists.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectContainsError">
|
||||
<source>Creating new {0} project failed, directory already contains {1}</source>
|
||||
<target state="new">Creating new {0} project failed, directory already contains {1}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectFailedError">
|
||||
<source>Creating new {0} project failed.</source>
|
||||
<target state="new">Creating new {0} project failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CreatedNewProject">
|
||||
<source>Created new {0} project in {1}.</source>
|
||||
<target state="new">Created new {0} project in {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Initializer</source>
|
||||
<target state="new">.NET Initializer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Initializes empty project for .NET Platform</source>
|
||||
<target state="new">Initializes empty project for .NET Platform</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ValidValuesText">
|
||||
<source>Valid values for {0}: {1}.</source>
|
||||
<target state="new">Valid values for {0}: {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Language">
|
||||
<source>LANGUAGE</source>
|
||||
<target state="new">LANGUAGE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="LanguageOfProject">
|
||||
<source>Language of project Valid values: {0}.</source>
|
||||
<target state="new">Language of project Valid values: {0}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Type">
|
||||
<source>TYPE</source>
|
||||
<target state="new">TYPE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TypeOfProject">
|
||||
<source>Type of project {0}</source>
|
||||
<target state="new">Type of project {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedLanguage">
|
||||
<source>Unrecognized language: {0}</source>
|
||||
<target state="new">Unrecognized language: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedType">
|
||||
<source>Unrecognized type: {0}</source>
|
||||
<target state="new">Unrecognized type: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AvailableTypes">
|
||||
<source>Available types for {0} :</source>
|
||||
<target state="new">Available types for {0} :</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.pl.xlf
Normal file
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.pl.xlf
Normal file
|
@ -0,0 +1,78 @@
|
|||
<?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-new/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-new/LocalizableStrings.resx" />
|
||||
<trans-unit id="ProjectExistsError">
|
||||
<source>Creating new {0} project failed, project already exists.</source>
|
||||
<target state="new">Creating new {0} project failed, project already exists.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectContainsError">
|
||||
<source>Creating new {0} project failed, directory already contains {1}</source>
|
||||
<target state="new">Creating new {0} project failed, directory already contains {1}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectFailedError">
|
||||
<source>Creating new {0} project failed.</source>
|
||||
<target state="new">Creating new {0} project failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CreatedNewProject">
|
||||
<source>Created new {0} project in {1}.</source>
|
||||
<target state="new">Created new {0} project in {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Initializer</source>
|
||||
<target state="new">.NET Initializer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Initializes empty project for .NET Platform</source>
|
||||
<target state="new">Initializes empty project for .NET Platform</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ValidValuesText">
|
||||
<source>Valid values for {0}: {1}.</source>
|
||||
<target state="new">Valid values for {0}: {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Language">
|
||||
<source>LANGUAGE</source>
|
||||
<target state="new">LANGUAGE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="LanguageOfProject">
|
||||
<source>Language of project Valid values: {0}.</source>
|
||||
<target state="new">Language of project Valid values: {0}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Type">
|
||||
<source>TYPE</source>
|
||||
<target state="new">TYPE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TypeOfProject">
|
||||
<source>Type of project {0}</source>
|
||||
<target state="new">Type of project {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedLanguage">
|
||||
<source>Unrecognized language: {0}</source>
|
||||
<target state="new">Unrecognized language: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedType">
|
||||
<source>Unrecognized type: {0}</source>
|
||||
<target state="new">Unrecognized type: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AvailableTypes">
|
||||
<source>Available types for {0} :</source>
|
||||
<target state="new">Available types for {0} :</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,78 @@
|
|||
<?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-new/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-new/LocalizableStrings.resx" />
|
||||
<trans-unit id="ProjectExistsError">
|
||||
<source>Creating new {0} project failed, project already exists.</source>
|
||||
<target state="new">Creating new {0} project failed, project already exists.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectContainsError">
|
||||
<source>Creating new {0} project failed, directory already contains {1}</source>
|
||||
<target state="new">Creating new {0} project failed, directory already contains {1}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectFailedError">
|
||||
<source>Creating new {0} project failed.</source>
|
||||
<target state="new">Creating new {0} project failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CreatedNewProject">
|
||||
<source>Created new {0} project in {1}.</source>
|
||||
<target state="new">Created new {0} project in {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Initializer</source>
|
||||
<target state="new">.NET Initializer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Initializes empty project for .NET Platform</source>
|
||||
<target state="new">Initializes empty project for .NET Platform</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ValidValuesText">
|
||||
<source>Valid values for {0}: {1}.</source>
|
||||
<target state="new">Valid values for {0}: {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Language">
|
||||
<source>LANGUAGE</source>
|
||||
<target state="new">LANGUAGE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="LanguageOfProject">
|
||||
<source>Language of project Valid values: {0}.</source>
|
||||
<target state="new">Language of project Valid values: {0}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Type">
|
||||
<source>TYPE</source>
|
||||
<target state="new">TYPE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TypeOfProject">
|
||||
<source>Type of project {0}</source>
|
||||
<target state="new">Type of project {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedLanguage">
|
||||
<source>Unrecognized language: {0}</source>
|
||||
<target state="new">Unrecognized language: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedType">
|
||||
<source>Unrecognized type: {0}</source>
|
||||
<target state="new">Unrecognized type: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AvailableTypes">
|
||||
<source>Available types for {0} :</source>
|
||||
<target state="new">Available types for {0} :</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.ru.xlf
Normal file
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.ru.xlf
Normal file
|
@ -0,0 +1,78 @@
|
|||
<?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-new/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-new/LocalizableStrings.resx" />
|
||||
<trans-unit id="ProjectExistsError">
|
||||
<source>Creating new {0} project failed, project already exists.</source>
|
||||
<target state="new">Creating new {0} project failed, project already exists.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectContainsError">
|
||||
<source>Creating new {0} project failed, directory already contains {1}</source>
|
||||
<target state="new">Creating new {0} project failed, directory already contains {1}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectFailedError">
|
||||
<source>Creating new {0} project failed.</source>
|
||||
<target state="new">Creating new {0} project failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CreatedNewProject">
|
||||
<source>Created new {0} project in {1}.</source>
|
||||
<target state="new">Created new {0} project in {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Initializer</source>
|
||||
<target state="new">.NET Initializer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Initializes empty project for .NET Platform</source>
|
||||
<target state="new">Initializes empty project for .NET Platform</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ValidValuesText">
|
||||
<source>Valid values for {0}: {1}.</source>
|
||||
<target state="new">Valid values for {0}: {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Language">
|
||||
<source>LANGUAGE</source>
|
||||
<target state="new">LANGUAGE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="LanguageOfProject">
|
||||
<source>Language of project Valid values: {0}.</source>
|
||||
<target state="new">Language of project Valid values: {0}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Type">
|
||||
<source>TYPE</source>
|
||||
<target state="new">TYPE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TypeOfProject">
|
||||
<source>Type of project {0}</source>
|
||||
<target state="new">Type of project {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedLanguage">
|
||||
<source>Unrecognized language: {0}</source>
|
||||
<target state="new">Unrecognized language: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedType">
|
||||
<source>Unrecognized type: {0}</source>
|
||||
<target state="new">Unrecognized type: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AvailableTypes">
|
||||
<source>Available types for {0} :</source>
|
||||
<target state="new">Available types for {0} :</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.tr.xlf
Normal file
78
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.tr.xlf
Normal file
|
@ -0,0 +1,78 @@
|
|||
<?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-new/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-new/LocalizableStrings.resx" />
|
||||
<trans-unit id="ProjectExistsError">
|
||||
<source>Creating new {0} project failed, project already exists.</source>
|
||||
<target state="new">Creating new {0} project failed, project already exists.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectContainsError">
|
||||
<source>Creating new {0} project failed, directory already contains {1}</source>
|
||||
<target state="new">Creating new {0} project failed, directory already contains {1}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectFailedError">
|
||||
<source>Creating new {0} project failed.</source>
|
||||
<target state="new">Creating new {0} project failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CreatedNewProject">
|
||||
<source>Created new {0} project in {1}.</source>
|
||||
<target state="new">Created new {0} project in {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Initializer</source>
|
||||
<target state="new">.NET Initializer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Initializes empty project for .NET Platform</source>
|
||||
<target state="new">Initializes empty project for .NET Platform</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ValidValuesText">
|
||||
<source>Valid values for {0}: {1}.</source>
|
||||
<target state="new">Valid values for {0}: {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Language">
|
||||
<source>LANGUAGE</source>
|
||||
<target state="new">LANGUAGE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="LanguageOfProject">
|
||||
<source>Language of project Valid values: {0}.</source>
|
||||
<target state="new">Language of project Valid values: {0}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Type">
|
||||
<source>TYPE</source>
|
||||
<target state="new">TYPE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TypeOfProject">
|
||||
<source>Type of project {0}</source>
|
||||
<target state="new">Type of project {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedLanguage">
|
||||
<source>Unrecognized language: {0}</source>
|
||||
<target state="new">Unrecognized language: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedType">
|
||||
<source>Unrecognized type: {0}</source>
|
||||
<target state="new">Unrecognized type: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AvailableTypes">
|
||||
<source>Available types for {0} :</source>
|
||||
<target state="new">Available types for {0} :</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
64
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.xlf
Normal file
64
src/dotnet/commands/dotnet-new/xlf/LocalizableStrings.xlf
Normal file
|
@ -0,0 +1,64 @@
|
|||
<?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-new/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-new/LocalizableStrings.resx" />
|
||||
<trans-unit id="ProjectExistsError">
|
||||
<source>Creating new {0} project failed, project already exists.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectContainsError">
|
||||
<source>Creating new {0} project failed, directory already contains {1}</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectFailedError">
|
||||
<source>Creating new {0} project failed.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CreatedNewProject">
|
||||
<source>Created new {0} project in {1}.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Initializer</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Initializes empty project for .NET Platform</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ValidValuesText">
|
||||
<source>Valid values for {0}: {1}.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Language">
|
||||
<source>LANGUAGE</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="LanguageOfProject">
|
||||
<source>Language of project Valid values: {0}.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Type">
|
||||
<source>TYPE</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TypeOfProject">
|
||||
<source>Type of project {0}</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedLanguage">
|
||||
<source>Unrecognized language: {0}</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedType">
|
||||
<source>Unrecognized type: {0}</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AvailableTypes">
|
||||
<source>Available types for {0} :</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,78 @@
|
|||
<?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-new/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-new/LocalizableStrings.resx" />
|
||||
<trans-unit id="ProjectExistsError">
|
||||
<source>Creating new {0} project failed, project already exists.</source>
|
||||
<target state="new">Creating new {0} project failed, project already exists.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectContainsError">
|
||||
<source>Creating new {0} project failed, directory already contains {1}</source>
|
||||
<target state="new">Creating new {0} project failed, directory already contains {1}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectFailedError">
|
||||
<source>Creating new {0} project failed.</source>
|
||||
<target state="new">Creating new {0} project failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CreatedNewProject">
|
||||
<source>Created new {0} project in {1}.</source>
|
||||
<target state="new">Created new {0} project in {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Initializer</source>
|
||||
<target state="new">.NET Initializer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Initializes empty project for .NET Platform</source>
|
||||
<target state="new">Initializes empty project for .NET Platform</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ValidValuesText">
|
||||
<source>Valid values for {0}: {1}.</source>
|
||||
<target state="new">Valid values for {0}: {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Language">
|
||||
<source>LANGUAGE</source>
|
||||
<target state="new">LANGUAGE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="LanguageOfProject">
|
||||
<source>Language of project Valid values: {0}.</source>
|
||||
<target state="new">Language of project Valid values: {0}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Type">
|
||||
<source>TYPE</source>
|
||||
<target state="new">TYPE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TypeOfProject">
|
||||
<source>Type of project {0}</source>
|
||||
<target state="new">Type of project {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedLanguage">
|
||||
<source>Unrecognized language: {0}</source>
|
||||
<target state="new">Unrecognized language: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedType">
|
||||
<source>Unrecognized type: {0}</source>
|
||||
<target state="new">Unrecognized type: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AvailableTypes">
|
||||
<source>Available types for {0} :</source>
|
||||
<target state="new">Available types for {0} :</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,78 @@
|
|||
<?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-new/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-new/LocalizableStrings.resx" />
|
||||
<trans-unit id="ProjectExistsError">
|
||||
<source>Creating new {0} project failed, project already exists.</source>
|
||||
<target state="new">Creating new {0} project failed, project already exists.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectContainsError">
|
||||
<source>Creating new {0} project failed, directory already contains {1}</source>
|
||||
<target state="new">Creating new {0} project failed, directory already contains {1}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectFailedError">
|
||||
<source>Creating new {0} project failed.</source>
|
||||
<target state="new">Creating new {0} project failed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CreatedNewProject">
|
||||
<source>Created new {0} project in {1}.</source>
|
||||
<target state="new">Created new {0} project in {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Initializer</source>
|
||||
<target state="new">.NET Initializer</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Initializes empty project for .NET Platform</source>
|
||||
<target state="new">Initializes empty project for .NET Platform</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ValidValuesText">
|
||||
<source>Valid values for {0}: {1}.</source>
|
||||
<target state="new">Valid values for {0}: {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Language">
|
||||
<source>LANGUAGE</source>
|
||||
<target state="new">LANGUAGE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="LanguageOfProject">
|
||||
<source>Language of project Valid values: {0}.</source>
|
||||
<target state="new">Language of project Valid values: {0}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Type">
|
||||
<source>TYPE</source>
|
||||
<target state="new">TYPE</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TypeOfProject">
|
||||
<source>Type of project {0}</source>
|
||||
<target state="new">Type of project {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedLanguage">
|
||||
<source>Unrecognized language: {0}</source>
|
||||
<target state="new">Unrecognized language: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnrecognizedType">
|
||||
<source>Unrecognized type: {0}</source>
|
||||
<target state="new">Unrecognized type: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AvailableTypes">
|
||||
<source>Available types for {0} :</source>
|
||||
<target state="new">Available types for {0} :</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,123 @@
|
|||
<?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-remove/dotnet-remove-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/dotnet-remove-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Remove Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Remove Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to remove project to project (p2p) reference</source>
|
||||
<target state="new">Command to remove project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppArgumentSeparatorHelpText">
|
||||
<source>Project to project references to remove</source>
|
||||
<target state="new">Project to project references to remove</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgumentDescription">
|
||||
<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="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Remove reference only when targetting a specific framework</source>
|
||||
<target state="new">Remove reference only when targetting a specific framework</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceNotFoundInTheProject">
|
||||
<source>Specified reference {0} does not exist in project {1}.</source>
|
||||
<target state="new">Specified reference {0} does not exist in project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceRemoved">
|
||||
<source>Reference `{0}` deleted from the project.</source>
|
||||
<target state="new">Reference `{0}` deleted from the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToRemove">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDeleted">
|
||||
<source>Reference `{0}` deleted.</source>
|
||||
<target state="new">Reference `{0}` deleted.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToDelete">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,123 @@
|
|||
<?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-remove/dotnet-remove-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/dotnet-remove-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Remove Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Remove Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to remove project to project (p2p) reference</source>
|
||||
<target state="new">Command to remove project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppArgumentSeparatorHelpText">
|
||||
<source>Project to project references to remove</source>
|
||||
<target state="new">Project to project references to remove</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgumentDescription">
|
||||
<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="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Remove reference only when targetting a specific framework</source>
|
||||
<target state="new">Remove reference only when targetting a specific framework</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceNotFoundInTheProject">
|
||||
<source>Specified reference {0} does not exist in project {1}.</source>
|
||||
<target state="new">Specified reference {0} does not exist in project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceRemoved">
|
||||
<source>Reference `{0}` deleted from the project.</source>
|
||||
<target state="new">Reference `{0}` deleted from the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToRemove">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDeleted">
|
||||
<source>Reference `{0}` deleted.</source>
|
||||
<target state="new">Reference `{0}` deleted.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToDelete">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,123 @@
|
|||
<?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-remove/dotnet-remove-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/dotnet-remove-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Remove Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Remove Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to remove project to project (p2p) reference</source>
|
||||
<target state="new">Command to remove project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppArgumentSeparatorHelpText">
|
||||
<source>Project to project references to remove</source>
|
||||
<target state="new">Project to project references to remove</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgumentDescription">
|
||||
<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="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Remove reference only when targetting a specific framework</source>
|
||||
<target state="new">Remove reference only when targetting a specific framework</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceNotFoundInTheProject">
|
||||
<source>Specified reference {0} does not exist in project {1}.</source>
|
||||
<target state="new">Specified reference {0} does not exist in project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceRemoved">
|
||||
<source>Reference `{0}` deleted from the project.</source>
|
||||
<target state="new">Reference `{0}` deleted from the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToRemove">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDeleted">
|
||||
<source>Reference `{0}` deleted.</source>
|
||||
<target state="new">Reference `{0}` deleted.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToDelete">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,123 @@
|
|||
<?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-remove/dotnet-remove-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/dotnet-remove-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Remove Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Remove Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to remove project to project (p2p) reference</source>
|
||||
<target state="new">Command to remove project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppArgumentSeparatorHelpText">
|
||||
<source>Project to project references to remove</source>
|
||||
<target state="new">Project to project references to remove</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgumentDescription">
|
||||
<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="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Remove reference only when targetting a specific framework</source>
|
||||
<target state="new">Remove reference only when targetting a specific framework</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceNotFoundInTheProject">
|
||||
<source>Specified reference {0} does not exist in project {1}.</source>
|
||||
<target state="new">Specified reference {0} does not exist in project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceRemoved">
|
||||
<source>Reference `{0}` deleted from the project.</source>
|
||||
<target state="new">Reference `{0}` deleted from the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToRemove">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDeleted">
|
||||
<source>Reference `{0}` deleted.</source>
|
||||
<target state="new">Reference `{0}` deleted.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToDelete">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,123 @@
|
|||
<?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-remove/dotnet-remove-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/dotnet-remove-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Remove Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Remove Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to remove project to project (p2p) reference</source>
|
||||
<target state="new">Command to remove project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppArgumentSeparatorHelpText">
|
||||
<source>Project to project references to remove</source>
|
||||
<target state="new">Project to project references to remove</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgumentDescription">
|
||||
<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="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Remove reference only when targetting a specific framework</source>
|
||||
<target state="new">Remove reference only when targetting a specific framework</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceNotFoundInTheProject">
|
||||
<source>Specified reference {0} does not exist in project {1}.</source>
|
||||
<target state="new">Specified reference {0} does not exist in project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceRemoved">
|
||||
<source>Reference `{0}` deleted from the project.</source>
|
||||
<target state="new">Reference `{0}` deleted from the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToRemove">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDeleted">
|
||||
<source>Reference `{0}` deleted.</source>
|
||||
<target state="new">Reference `{0}` deleted.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToDelete">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,123 @@
|
|||
<?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-remove/dotnet-remove-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/dotnet-remove-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Remove Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Remove Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to remove project to project (p2p) reference</source>
|
||||
<target state="new">Command to remove project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppArgumentSeparatorHelpText">
|
||||
<source>Project to project references to remove</source>
|
||||
<target state="new">Project to project references to remove</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgumentDescription">
|
||||
<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="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Remove reference only when targetting a specific framework</source>
|
||||
<target state="new">Remove reference only when targetting a specific framework</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceNotFoundInTheProject">
|
||||
<source>Specified reference {0} does not exist in project {1}.</source>
|
||||
<target state="new">Specified reference {0} does not exist in project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceRemoved">
|
||||
<source>Reference `{0}` deleted from the project.</source>
|
||||
<target state="new">Reference `{0}` deleted from the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToRemove">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDeleted">
|
||||
<source>Reference `{0}` deleted.</source>
|
||||
<target state="new">Reference `{0}` deleted.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToDelete">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,123 @@
|
|||
<?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-remove/dotnet-remove-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/dotnet-remove-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Remove Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Remove Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to remove project to project (p2p) reference</source>
|
||||
<target state="new">Command to remove project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppArgumentSeparatorHelpText">
|
||||
<source>Project to project references to remove</source>
|
||||
<target state="new">Project to project references to remove</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgumentDescription">
|
||||
<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="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Remove reference only when targetting a specific framework</source>
|
||||
<target state="new">Remove reference only when targetting a specific framework</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceNotFoundInTheProject">
|
||||
<source>Specified reference {0} does not exist in project {1}.</source>
|
||||
<target state="new">Specified reference {0} does not exist in project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceRemoved">
|
||||
<source>Reference `{0}` deleted from the project.</source>
|
||||
<target state="new">Reference `{0}` deleted from the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToRemove">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDeleted">
|
||||
<source>Reference `{0}` deleted.</source>
|
||||
<target state="new">Reference `{0}` deleted.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToDelete">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,123 @@
|
|||
<?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-remove/dotnet-remove-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/dotnet-remove-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Remove Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Remove Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to remove project to project (p2p) reference</source>
|
||||
<target state="new">Command to remove project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppArgumentSeparatorHelpText">
|
||||
<source>Project to project references to remove</source>
|
||||
<target state="new">Project to project references to remove</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgumentDescription">
|
||||
<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="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Remove reference only when targetting a specific framework</source>
|
||||
<target state="new">Remove reference only when targetting a specific framework</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceNotFoundInTheProject">
|
||||
<source>Specified reference {0} does not exist in project {1}.</source>
|
||||
<target state="new">Specified reference {0} does not exist in project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceRemoved">
|
||||
<source>Reference `{0}` deleted from the project.</source>
|
||||
<target state="new">Reference `{0}` deleted from the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToRemove">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDeleted">
|
||||
<source>Reference `{0}` deleted.</source>
|
||||
<target state="new">Reference `{0}` deleted.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToDelete">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,123 @@
|
|||
<?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-remove/dotnet-remove-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/dotnet-remove-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Remove Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Remove Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to remove project to project (p2p) reference</source>
|
||||
<target state="new">Command to remove project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppArgumentSeparatorHelpText">
|
||||
<source>Project to project references to remove</source>
|
||||
<target state="new">Project to project references to remove</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgumentDescription">
|
||||
<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="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Remove reference only when targetting a specific framework</source>
|
||||
<target state="new">Remove reference only when targetting a specific framework</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceNotFoundInTheProject">
|
||||
<source>Specified reference {0} does not exist in project {1}.</source>
|
||||
<target state="new">Specified reference {0} does not exist in project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceRemoved">
|
||||
<source>Reference `{0}` deleted from the project.</source>
|
||||
<target state="new">Reference `{0}` deleted from the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToRemove">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDeleted">
|
||||
<source>Reference `{0}` deleted.</source>
|
||||
<target state="new">Reference `{0}` deleted.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToDelete">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,123 @@
|
|||
<?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-remove/dotnet-remove-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/dotnet-remove-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Remove Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Remove Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to remove project to project (p2p) reference</source>
|
||||
<target state="new">Command to remove project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppArgumentSeparatorHelpText">
|
||||
<source>Project to project references to remove</source>
|
||||
<target state="new">Project to project references to remove</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgumentDescription">
|
||||
<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="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Remove reference only when targetting a specific framework</source>
|
||||
<target state="new">Remove reference only when targetting a specific framework</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceNotFoundInTheProject">
|
||||
<source>Specified reference {0} does not exist in project {1}.</source>
|
||||
<target state="new">Specified reference {0} does not exist in project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceRemoved">
|
||||
<source>Reference `{0}` deleted from the project.</source>
|
||||
<target state="new">Reference `{0}` deleted from the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToRemove">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDeleted">
|
||||
<source>Reference `{0}` deleted.</source>
|
||||
<target state="new">Reference `{0}` deleted.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToDelete">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,123 @@
|
|||
<?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-remove/dotnet-remove-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/dotnet-remove-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Remove Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Remove Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to remove project to project (p2p) reference</source>
|
||||
<target state="new">Command to remove project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppArgumentSeparatorHelpText">
|
||||
<source>Project to project references to remove</source>
|
||||
<target state="new">Project to project references to remove</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgumentDescription">
|
||||
<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="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Remove reference only when targetting a specific framework</source>
|
||||
<target state="new">Remove reference only when targetting a specific framework</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceNotFoundInTheProject">
|
||||
<source>Specified reference {0} does not exist in project {1}.</source>
|
||||
<target state="new">Specified reference {0} does not exist in project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceRemoved">
|
||||
<source>Reference `{0}` deleted from the project.</source>
|
||||
<target state="new">Reference `{0}` deleted from the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToRemove">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDeleted">
|
||||
<source>Reference `{0}` deleted.</source>
|
||||
<target state="new">Reference `{0}` deleted.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToDelete">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,100 @@
|
|||
<?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-remove/dotnet-remove-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/dotnet-remove-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Remove Project to Project (p2p) reference Command</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to remove project to project (p2p) reference</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppArgumentSeparatorHelpText">
|
||||
<source>Project to project references to remove</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgProject">
|
||||
<source>PROJECT</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgumentDescription">
|
||||
<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>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Remove reference only when targetting a specific framework</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceNotFoundInTheProject">
|
||||
<source>Specified reference {0} does not exist in project {1}.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceRemoved">
|
||||
<source>Reference `{0}` deleted from the project.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToRemove">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDeleted">
|
||||
<source>Reference `{0}` deleted.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToDelete">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove 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>Remove project to project (p2p) reference from a project</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,123 @@
|
|||
<?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-remove/dotnet-remove-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/dotnet-remove-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Remove Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Remove Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to remove project to project (p2p) reference</source>
|
||||
<target state="new">Command to remove project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppArgumentSeparatorHelpText">
|
||||
<source>Project to project references to remove</source>
|
||||
<target state="new">Project to project references to remove</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgumentDescription">
|
||||
<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="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Remove reference only when targetting a specific framework</source>
|
||||
<target state="new">Remove reference only when targetting a specific framework</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceNotFoundInTheProject">
|
||||
<source>Specified reference {0} does not exist in project {1}.</source>
|
||||
<target state="new">Specified reference {0} does not exist in project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceRemoved">
|
||||
<source>Reference `{0}` deleted from the project.</source>
|
||||
<target state="new">Reference `{0}` deleted from the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToRemove">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDeleted">
|
||||
<source>Reference `{0}` deleted.</source>
|
||||
<target state="new">Reference `{0}` deleted.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToDelete">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,123 @@
|
|||
<?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-remove/dotnet-remove-p2p/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/dotnet-remove-p2p/LocalizableStrings.resx" />
|
||||
<trans-unit id="AppFullName">
|
||||
<source>.NET Remove Project to Project (p2p) reference Command</source>
|
||||
<target state="new">.NET Remove Project to Project (p2p) reference Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppDescription">
|
||||
<source>Command to remove project to project (p2p) reference</source>
|
||||
<target state="new">Command to remove project to project (p2p) reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppArgumentSeparatorHelpText">
|
||||
<source>Project to project references to remove</source>
|
||||
<target state="new">Project to project references to remove</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgProject">
|
||||
<source>PROJECT</source>
|
||||
<target state="new">PROJECT</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdArgumentDescription">
|
||||
<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="new">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.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFramework">
|
||||
<source>FRAMEWORK</source>
|
||||
<target state="new">FRAMEWORK</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdFrameworkDescription">
|
||||
<source>Remove reference only when targetting a specific framework</source>
|
||||
<target state="new">Remove reference only when targetting a specific framework</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectException">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceNotFoundInTheProject">
|
||||
<source>Specified reference {0} does not exist in project {1}.</source>
|
||||
<target state="new">Specified reference {0} does not exist in project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceRemoved">
|
||||
<source>Reference `{0}` deleted from the project.</source>
|
||||
<target state="new">Reference `{0}` deleted from the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToRemove">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDeleted">
|
||||
<source>Reference `{0}` deleted.</source>
|
||||
<target state="new">Reference `{0}` deleted.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToDelete">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-remove/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-remove/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-remove/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-remove/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-remove/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-remove/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-remove/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-remove/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-remove/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-remove/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-remove/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
48
src/dotnet/commands/dotnet-remove/xlf/LocalizableStrings.xlf
Normal file
48
src/dotnet/commands/dotnet-remove/xlf/LocalizableStrings.xlf
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?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-remove/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove 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>Remove project to project (p2p) reference from a project</source>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-remove/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -0,0 +1,58 @@
|
|||
<?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-remove/LocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/commands/dotnet-remove/LocalizableStrings.resx" />
|
||||
<trans-unit id="NetRemoveCommand">
|
||||
<source>.NET Remove Command</source>
|
||||
<target state="new">.NET Remove Command</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Usage">
|
||||
<source>Usage</source>
|
||||
<target state="new">Usage</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Options">
|
||||
<source>Options</source>
|
||||
<target state="new">Options</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HelpDefinition">
|
||||
<source>Show help information</source>
|
||||
<target state="new">Show help information</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Arguments">
|
||||
<source>Arguments</source>
|
||||
<target state="new">Arguments</target>
|
||||
<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>
|
||||
<target state="new">The object of the operation. If a project file is not specified, it defaults to the current directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsCommandDefinition">
|
||||
<source>Command to be executed on <object>.</source>
|
||||
<target state="new">Command to be executed on <object>.</target>
|
||||
<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>
|
||||
<target state="new">Any extra arguments passed to the command. Use `dotnet add <command> --help` to get help about these arguments.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Commands">
|
||||
<source>Commands</source>
|
||||
<target state="new">Commands</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CommandP2PDefinition">
|
||||
<source>Remove project to project (p2p) reference from a project</source>
|
||||
<target state="new">Remove project to project (p2p) reference from a project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
643
src/dotnet/xlf/CommonLocalizableStrings.cs.xlf
Normal file
643
src/dotnet/xlf/CommonLocalizableStrings.cs.xlf
Normal file
|
@ -0,0 +1,643 @@
|
|||
<?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/CommonLocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/CommonLocalizableStrings.resx" />
|
||||
<trans-unit id="CouldNotFindAnyProjectInDirectory">
|
||||
<source>Could not find any project in `{0}`.</source>
|
||||
<target state="new">Could not find any project in `{0}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MoreThanOneProjectInDirectory">
|
||||
<source>Found more than one project in `{0}`. Please specify which one to use.</source>
|
||||
<target state="new">Found more than one project in `{0}`. Please specify which one to use.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectAlreadyHasAreference">
|
||||
<source>Project already has a reference to `{0}`.</source>
|
||||
<target state="new">Project already has a reference to `{0}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectReferenceCouldNotBeFound">
|
||||
<source>Project reference `{0}` could not be found.</source>
|
||||
<target state="new">Project reference `{0}` could not be found.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectReferenceRemoved">
|
||||
<source>Project reference `{0}` removed.</source>
|
||||
<target state="new">Project reference `{0}` removed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RequiredArgument">
|
||||
<source>Required argument</source>
|
||||
<target state="new">Required argument</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Option">
|
||||
<source>Option</source>
|
||||
<target state="new">Option</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Argument">
|
||||
<source>Argument</source>
|
||||
<target state="new">Argument</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Help">
|
||||
<source>Help</source>
|
||||
<target state="new">Help</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Project">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectFile">
|
||||
<source>Project file</source>
|
||||
<target state="new">Project file</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Reference">
|
||||
<source>Reference</source>
|
||||
<target state="new">Reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectReference">
|
||||
<source>Project reference</source>
|
||||
<target state="new">Project reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackageReference">
|
||||
<source>Package reference</source>
|
||||
<target state="new">Package reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="P2P">
|
||||
<source>Project to Project</source>
|
||||
<target state="new">Project to Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="P2PReference">
|
||||
<source>Project to Project reference</source>
|
||||
<target state="new">Project to Project reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Package">
|
||||
<source>Package</source>
|
||||
<target state="new">Package</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Solution">
|
||||
<source>Solution</source>
|
||||
<target state="new">Solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SolutionFile">
|
||||
<source>Solution file</source>
|
||||
<target state="new">Solution file</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Executable">
|
||||
<source>Executable</source>
|
||||
<target state="new">Executable</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Library">
|
||||
<source>Library</source>
|
||||
<target state="new">Library</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Program">
|
||||
<source>Program</source>
|
||||
<target state="new">Program</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Application">
|
||||
<source>Application</source>
|
||||
<target state="new">Application</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDoesNotExist">
|
||||
<source>Reference {0} does not exist. If you still want to add it, please use --force option. Please note that this may have adverse effects on the project. </source>
|
||||
<target state="new">Reference {0} does not exist. If you still want to add it, please use --force option. Please note that this may have adverse effects on the project. </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceAddedToTheProject">
|
||||
<source>Reference `{0}` added to the project.</source>
|
||||
<target state="new">Reference `{0}` added to the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Add">
|
||||
<source>Add</source>
|
||||
<target state="new">Add</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Remove">
|
||||
<source>Remove</source>
|
||||
<target state="new">Remove</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Delete">
|
||||
<source>Delete</source>
|
||||
<target state="new">Delete</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Update">
|
||||
<source>Update</source>
|
||||
<target state="new">Update</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="New">
|
||||
<source>New</source>
|
||||
<target state="new">New</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="List">
|
||||
<source>List</source>
|
||||
<target state="new">List</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Load">
|
||||
<source>Load</source>
|
||||
<target state="new">Load</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Save">
|
||||
<source>Save</source>
|
||||
<target state="new">Save</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Find">
|
||||
<source>Find</source>
|
||||
<target state="new">Find</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Error">
|
||||
<source>Error</source>
|
||||
<target state="new">Error</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Warning">
|
||||
<source>Warning</source>
|
||||
<target state="new">Warning</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="File">
|
||||
<source>File</source>
|
||||
<target state="new">File</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Directory">
|
||||
<source>Directory</source>
|
||||
<target state="new">Directory</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Type">
|
||||
<source>Type</source>
|
||||
<target state="new">Type</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Value">
|
||||
<source>Value</source>
|
||||
<target state="new">Value</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Group">
|
||||
<source>Group</source>
|
||||
<target state="new">Group</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XAddedToY">
|
||||
<source>{0} added to {1}.</source>
|
||||
<target state="new">{0} added to {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XRemovedFromY">
|
||||
<source>{0} removed from {1}.</source>
|
||||
<target state="new">{0} removed from {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XDeletedFromY">
|
||||
<source>{0} deleted from {1}.</source>
|
||||
<target state="new">{0} deleted from {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XSuccessfullyUpdated">
|
||||
<source>{0} successfully updated.</source>
|
||||
<target state="new">{0} successfully updated.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XIsInvalid">
|
||||
<source>{0} is invalid.</source>
|
||||
<target state="new">{0} is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XYFoundButInvalid">
|
||||
<source>{0} `{1}` found but is invalid.</source>
|
||||
<target state="new">{0} `{1}` found but is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XFoundButInvalid">
|
||||
<source>`{0}` found but is invalid.</source>
|
||||
<target state="new">`{0}` found but is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OperationInvalid">
|
||||
<source>Operation is invalid.</source>
|
||||
<target state="new">Operation is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OperationXInvalid">
|
||||
<source>Operation {0} is invalid.</source>
|
||||
<target state="new">Operation {0} is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XNotFound">
|
||||
<source>{0} not found.</source>
|
||||
<target state="new">{0} not found.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XOrYNotFound">
|
||||
<source>{0} or {1} not found.</source>
|
||||
<target state="new">{0} or {1} not found.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XOrYNotFoundInZ">
|
||||
<source>{0} or {1} not found in `{2}`.</source>
|
||||
<target state="new">{0} or {1} not found in `{2}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="FileNotFound">
|
||||
<source>File `{0}` not found.</source>
|
||||
<target state="new">File `{0}` not found.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XDoesNotExist">
|
||||
<source>{0} does not exist.</source>
|
||||
<target state="new">{0} does not exist.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XYDoesNotExist">
|
||||
<source>{0} `{1}` does not exist.</source>
|
||||
<target state="new">{0} `{1}` does not exist.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MoreThanOneXFound">
|
||||
<source>More than one {0} found.</source>
|
||||
<target state="new">More than one {0} found.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XAlreadyContainsY">
|
||||
<source>{0} already contains {1}.</source>
|
||||
<target state="new">{0} already contains {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XAlreadyContainsYZ">
|
||||
<source>{0} already contains {1} `{2}`.</source>
|
||||
<target state="new">{0} already contains {1} `{2}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XAlreadyHasY">
|
||||
<source>{0} already has {1}.</source>
|
||||
<target state="new">{0} already has {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XAlreadyHasYZ">
|
||||
<source>{0} already has {1} `{2}`.</source>
|
||||
<target state="new">{0} already has {1} `{2}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XWasNotExpected">
|
||||
<source>{0} was not expected.</source>
|
||||
<target state="new">{0} was not expected.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XNotProvided">
|
||||
<source>{0} not provided.</source>
|
||||
<target state="new">{0} not provided.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOne">
|
||||
<source>Please specify at least one {0}.</source>
|
||||
<target state="new">Please specify at least one {0}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CouldNotConnectWithTheServer">
|
||||
<source>Could not connect with the server.</source>
|
||||
<target state="new">Could not connect with the server.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RequiredArgumentIsInvalid">
|
||||
<source>Required argument {0} is invalid.</source>
|
||||
<target state="new">Required argument {0} is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OptionIsInvalid">
|
||||
<source>Option {0} is invalid.</source>
|
||||
<target state="new">Option {0} is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentIsInvalid">
|
||||
<source>Argument {0} is invalid.</source>
|
||||
<target state="new">Argument {0} is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RequiredArgumentNotPassed">
|
||||
<source>Required argument {0} was not provided.</source>
|
||||
<target state="new">Required argument {0} was not provided.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CouldNotFindProjectIn">
|
||||
<source>Could not find any project in `{0}`.</source>
|
||||
<target state="new">Could not find any project in `{0}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CouldNotFindProjectOrDirectory">
|
||||
<source>Could not find project or directory `{0}`.</source>
|
||||
<target state="new">Could not find project or directory `{0}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="FoundMoreThanOneProjectIn">
|
||||
<source>Found more than one project in `{0}`. Please specify which one to use.</source>
|
||||
<target state="new">Found more than one project in `{0}`. Please specify which one to use.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="FoundInvalidProject">
|
||||
<source>Found a project `{0}` but it is invalid.</source>
|
||||
<target state="new">Found a project `{0}` but it is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InvalidProject">
|
||||
<source>Invalid project `{0}`.</source>
|
||||
<target state="new">Invalid project `{0}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CouldNotFindSolutionIn">
|
||||
<source>Specified solution file {0} does not exist, or there is no solution file in the directory.</source>
|
||||
<target state="new">Specified solution file {0} does not exist, or there is no solution file in the directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CouldNotFindSolutionOrDirectory">
|
||||
<source>Could not find solution or directory `{0}`.</source>
|
||||
<target state="new">Could not find solution or directory `{0}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="FoundMoreThanOneSolutionIn">
|
||||
<source>Found more than one solution file in {0}. Please specify which one to use.</source>
|
||||
<target state="new">Found more than one solution file in {0}. Please specify which one to use.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="FoundInvalidSolution">
|
||||
<source>The solution file {0} seems to be invalid. Please check if it is a valid solution file.</source>
|
||||
<target state="new">The solution file {0} seems to be invalid. Please check if it is a valid solution file.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InvalidSolution">
|
||||
<source>Invalid solution `{0}`.</source>
|
||||
<target state="new">Invalid solution `{0}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SolutionDoesNotExist">
|
||||
<source>Specified solution file {0} does not exist, or there is no solution file in the directory.</source>
|
||||
<target state="new">Specified solution file {0} does not exist, or there is no solution file in the directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SolutionAlreadyContainsAProject">
|
||||
<source>Solution {0} already contains project {1}.</source>
|
||||
<target state="new">Solution {0} already contains project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDoesNotExistForce">
|
||||
<source>Reference {0} does not exist. If you still want to add it, please use --force option. Please note that this may have adverse effects on the project. </source>
|
||||
<target state="new">Reference {0} does not exist. If you still want to add it, please use --force option. Please note that this may have adverse effects on the project. </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceIsInvalid">
|
||||
<source>Reference `{0}` is invalid.</source>
|
||||
<target state="new">Reference `{0}` is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<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="new">You must specify at least one reference to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectAlreadyHasAReference">
|
||||
<source>Project {0} already has a reference `{1}`.</source>
|
||||
<target state="new">Project {0} already has a reference `{1}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackageReferenceDoesNotExist">
|
||||
<source>Package reference `{0}` does not exist.</source>
|
||||
<target state="new">Package reference `{0}` does not exist.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackageReferenceIsInvalid">
|
||||
<source>Package reference `{0}` is invalid.</source>
|
||||
<target state="new">Package reference `{0}` is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOnePackageReferenceToAdd">
|
||||
<source>You must specify at least one reference to add. Please run dotnet add --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackageReferenceAddedToTheProject">
|
||||
<source>Package reference `{0}` added to the project.</source>
|
||||
<target state="new">Package reference `{0}` added to the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectAlreadyHasAPackageReference">
|
||||
<source>Project {0} already has a reference `{1}`.</source>
|
||||
<target state="new">Project {0} already has a reference `{1}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PleaseSpecifyVersion">
|
||||
<source>Please specify a version of the package.</source>
|
||||
<target state="new">Please specify a version of the package.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectDoesNotExist">
|
||||
<source>Project `{0}` does not exist.</source>
|
||||
<target state="new">Project `{0}` does not exist.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectIsInvalid">
|
||||
<source>Project `{0}` is invalid.</source>
|
||||
<target state="new">Project `{0}` is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneProjectToAdd">
|
||||
<source>You must specify at least one project to add. Please run dotnet add --help for more information.</source>
|
||||
<target state="new">You must specify at least one project to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectAddedToTheSolution">
|
||||
<source>Project `{0}` added to the solution.</source>
|
||||
<target state="new">Project `{0}` added to the solution.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SolutionAlreadyHasAProject">
|
||||
<source>Solution {0} already contains project {1}.</source>
|
||||
<target state="new">Solution {0} already contains project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceNotFoundInTheProject">
|
||||
<source>Specified reference {0} does not exist in project {1}.</source>
|
||||
<target state="new">Specified reference {0} does not exist in project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceRemoved">
|
||||
<source>Reference `{0}` deleted from the project.</source>
|
||||
<target state="new">Reference `{0}` deleted from the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToRemove">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDeleted">
|
||||
<source>Reference `{0}` deleted.</source>
|
||||
<target state="new">Reference `{0}` deleted.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToDelete">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackageReferenceNotFoundInTheProject">
|
||||
<source>Package reference `{0}` could not be found in the project.</source>
|
||||
<target state="new">Package reference `{0}` could not be found in the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackageReferenceRemoved">
|
||||
<source>Reference `{0}` deleted from the project.</source>
|
||||
<target state="new">Reference `{0}` deleted from the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOnePackageReferenceToRemove">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackageReferenceDeleted">
|
||||
<source>Package reference `{0}` deleted.</source>
|
||||
<target state="new">Package reference `{0}` deleted.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOnePackageReferenceToDelete">
|
||||
<source>You must specify at least one package reference to delete.</source>
|
||||
<target state="new">You must specify at least one package reference to delete.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectNotFoundInTheSolution">
|
||||
<source>Project `{0}` could not be found in the solution.</source>
|
||||
<target state="new">Project `{0}` could not be found in the solution.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectRemoved">
|
||||
<source>Project `{0}` removed from solution.</source>
|
||||
<target state="new">Project `{0}` removed from solution.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneProjectToRemove">
|
||||
<source>You must specify at least one project to remove.</source>
|
||||
<target state="new">You must specify at least one project to remove.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectDeleted">
|
||||
<source>Project `{0}` deleted from solution.</source>
|
||||
<target state="new">Project `{0}` deleted from solution.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneProjectToDelete">
|
||||
<source>You must specify at least one project to delete from solution.</source>
|
||||
<target state="new">You must specify at least one project to delete from solution.</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>
|
||||
<trans-unit id="NoProjectsFound">
|
||||
<source>No projects found in the solution.</source>
|
||||
<target state="new">No projects found in the solution.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PleaseSpecifyNewVersion">
|
||||
<source>Please specify new version of the package.</source>
|
||||
<target state="new">Please specify new version of the package.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PleaseSpecifyWhichPackageToUpdate">
|
||||
<source>Please specify which package to update.</source>
|
||||
<target state="new">Please specify which package to update.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NothingToUpdate">
|
||||
<source>Nothing to update.</source>
|
||||
<target state="new">Nothing to update.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="EverythingUpToDate">
|
||||
<source>Everything is already up-to-date.</source>
|
||||
<target state="new">Everything is already up-to-date.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackageVersionUpdatedTo">
|
||||
<source>Version of package `{0}` updated to `{1}`.</source>
|
||||
<target state="new">Version of package `{0}` updated to `{1}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackageVersionUpdated">
|
||||
<source>Version of package `{0}` updated.</source>
|
||||
<target state="new">Version of package `{0}` updated.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CouldNotUpdateTheVersion">
|
||||
<source>Could not update the version of the package `{0}`.</source>
|
||||
<target state="new">Could not update the version of the package `{0}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TemplateCreatedSuccessfully">
|
||||
<source>The template {0} created successfully. Please run "dotnet restore" to get started!</source>
|
||||
<target state="new">The template {0} created successfully. Please run "dotnet restore" to get started!</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TemplateInstalledSuccesfully">
|
||||
<source>The template {0} installed successfully. You can use "dotnet new {0}" to get started with the new template.</source>
|
||||
<target state="new">The template {0} installed successfully. You can use "dotnet new {0}" to get started with the new template.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TemplateCreateError">
|
||||
<source>Template {0} could not be created. Error returned was: {1}.</source>
|
||||
<target state="new">Template {0} could not be created. Error returned was: {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TemplateInstallError">
|
||||
<source>Template {0} could not be installed. Error returned was: {1}.</source>
|
||||
<target state="new">Template {0} could not be installed. Error returned was: {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifiedNameExists">
|
||||
<source>Specified name {0} already exists. Please specify a different name.</source>
|
||||
<target state="new">Specified name {0} already exists. Please specify a different name.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifiedAliasExists">
|
||||
<source>Specified alias {0} already exists. Please specify a different alias.</source>
|
||||
<target state="new">Specified alias {0} already exists. Please specify a different alias.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MandatoryParameterMissing">
|
||||
<source>Mandatory parameter {0} missing for template {1}. </source>
|
||||
<target state="new">Mandatory parameter {0} missing for template {1}. </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
643
src/dotnet/xlf/CommonLocalizableStrings.de.xlf
Normal file
643
src/dotnet/xlf/CommonLocalizableStrings.de.xlf
Normal file
|
@ -0,0 +1,643 @@
|
|||
<?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/CommonLocalizableStrings.resx">
|
||||
<body>
|
||||
<group id="src/dotnet/CommonLocalizableStrings.resx" />
|
||||
<trans-unit id="CouldNotFindAnyProjectInDirectory">
|
||||
<source>Could not find any project in `{0}`.</source>
|
||||
<target state="new">Could not find any project in `{0}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MoreThanOneProjectInDirectory">
|
||||
<source>Found more than one project in `{0}`. Please specify which one to use.</source>
|
||||
<target state="new">Found more than one project in `{0}`. Please specify which one to use.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectAlreadyHasAreference">
|
||||
<source>Project already has a reference to `{0}`.</source>
|
||||
<target state="new">Project already has a reference to `{0}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectReferenceCouldNotBeFound">
|
||||
<source>Project reference `{0}` could not be found.</source>
|
||||
<target state="new">Project reference `{0}` could not be found.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectReferenceRemoved">
|
||||
<source>Project reference `{0}` removed.</source>
|
||||
<target state="new">Project reference `{0}` removed.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RequiredArgument">
|
||||
<source>Required argument</source>
|
||||
<target state="new">Required argument</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Option">
|
||||
<source>Option</source>
|
||||
<target state="new">Option</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Argument">
|
||||
<source>Argument</source>
|
||||
<target state="new">Argument</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Help">
|
||||
<source>Help</source>
|
||||
<target state="new">Help</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Project">
|
||||
<source>Project</source>
|
||||
<target state="new">Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectFile">
|
||||
<source>Project file</source>
|
||||
<target state="new">Project file</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Reference">
|
||||
<source>Reference</source>
|
||||
<target state="new">Reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectReference">
|
||||
<source>Project reference</source>
|
||||
<target state="new">Project reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackageReference">
|
||||
<source>Package reference</source>
|
||||
<target state="new">Package reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="P2P">
|
||||
<source>Project to Project</source>
|
||||
<target state="new">Project to Project</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="P2PReference">
|
||||
<source>Project to Project reference</source>
|
||||
<target state="new">Project to Project reference</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Package">
|
||||
<source>Package</source>
|
||||
<target state="new">Package</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Solution">
|
||||
<source>Solution</source>
|
||||
<target state="new">Solution</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SolutionFile">
|
||||
<source>Solution file</source>
|
||||
<target state="new">Solution file</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Executable">
|
||||
<source>Executable</source>
|
||||
<target state="new">Executable</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Library">
|
||||
<source>Library</source>
|
||||
<target state="new">Library</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Program">
|
||||
<source>Program</source>
|
||||
<target state="new">Program</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Application">
|
||||
<source>Application</source>
|
||||
<target state="new">Application</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDoesNotExist">
|
||||
<source>Reference {0} does not exist. If you still want to add it, please use --force option. Please note that this may have adverse effects on the project. </source>
|
||||
<target state="new">Reference {0} does not exist. If you still want to add it, please use --force option. Please note that this may have adverse effects on the project. </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceAddedToTheProject">
|
||||
<source>Reference `{0}` added to the project.</source>
|
||||
<target state="new">Reference `{0}` added to the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Add">
|
||||
<source>Add</source>
|
||||
<target state="new">Add</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Remove">
|
||||
<source>Remove</source>
|
||||
<target state="new">Remove</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Delete">
|
||||
<source>Delete</source>
|
||||
<target state="new">Delete</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Update">
|
||||
<source>Update</source>
|
||||
<target state="new">Update</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="New">
|
||||
<source>New</source>
|
||||
<target state="new">New</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="List">
|
||||
<source>List</source>
|
||||
<target state="new">List</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Load">
|
||||
<source>Load</source>
|
||||
<target state="new">Load</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Save">
|
||||
<source>Save</source>
|
||||
<target state="new">Save</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Find">
|
||||
<source>Find</source>
|
||||
<target state="new">Find</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Error">
|
||||
<source>Error</source>
|
||||
<target state="new">Error</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Warning">
|
||||
<source>Warning</source>
|
||||
<target state="new">Warning</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="File">
|
||||
<source>File</source>
|
||||
<target state="new">File</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Directory">
|
||||
<source>Directory</source>
|
||||
<target state="new">Directory</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Type">
|
||||
<source>Type</source>
|
||||
<target state="new">Type</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Value">
|
||||
<source>Value</source>
|
||||
<target state="new">Value</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Group">
|
||||
<source>Group</source>
|
||||
<target state="new">Group</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XAddedToY">
|
||||
<source>{0} added to {1}.</source>
|
||||
<target state="new">{0} added to {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XRemovedFromY">
|
||||
<source>{0} removed from {1}.</source>
|
||||
<target state="new">{0} removed from {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XDeletedFromY">
|
||||
<source>{0} deleted from {1}.</source>
|
||||
<target state="new">{0} deleted from {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XSuccessfullyUpdated">
|
||||
<source>{0} successfully updated.</source>
|
||||
<target state="new">{0} successfully updated.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XIsInvalid">
|
||||
<source>{0} is invalid.</source>
|
||||
<target state="new">{0} is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XYFoundButInvalid">
|
||||
<source>{0} `{1}` found but is invalid.</source>
|
||||
<target state="new">{0} `{1}` found but is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XFoundButInvalid">
|
||||
<source>`{0}` found but is invalid.</source>
|
||||
<target state="new">`{0}` found but is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OperationInvalid">
|
||||
<source>Operation is invalid.</source>
|
||||
<target state="new">Operation is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OperationXInvalid">
|
||||
<source>Operation {0} is invalid.</source>
|
||||
<target state="new">Operation {0} is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XNotFound">
|
||||
<source>{0} not found.</source>
|
||||
<target state="new">{0} not found.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XOrYNotFound">
|
||||
<source>{0} or {1} not found.</source>
|
||||
<target state="new">{0} or {1} not found.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XOrYNotFoundInZ">
|
||||
<source>{0} or {1} not found in `{2}`.</source>
|
||||
<target state="new">{0} or {1} not found in `{2}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="FileNotFound">
|
||||
<source>File `{0}` not found.</source>
|
||||
<target state="new">File `{0}` not found.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XDoesNotExist">
|
||||
<source>{0} does not exist.</source>
|
||||
<target state="new">{0} does not exist.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XYDoesNotExist">
|
||||
<source>{0} `{1}` does not exist.</source>
|
||||
<target state="new">{0} `{1}` does not exist.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MoreThanOneXFound">
|
||||
<source>More than one {0} found.</source>
|
||||
<target state="new">More than one {0} found.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XAlreadyContainsY">
|
||||
<source>{0} already contains {1}.</source>
|
||||
<target state="new">{0} already contains {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XAlreadyContainsYZ">
|
||||
<source>{0} already contains {1} `{2}`.</source>
|
||||
<target state="new">{0} already contains {1} `{2}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XAlreadyHasY">
|
||||
<source>{0} already has {1}.</source>
|
||||
<target state="new">{0} already has {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XAlreadyHasYZ">
|
||||
<source>{0} already has {1} `{2}`.</source>
|
||||
<target state="new">{0} already has {1} `{2}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XWasNotExpected">
|
||||
<source>{0} was not expected.</source>
|
||||
<target state="new">{0} was not expected.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="XNotProvided">
|
||||
<source>{0} not provided.</source>
|
||||
<target state="new">{0} not provided.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOne">
|
||||
<source>Please specify at least one {0}.</source>
|
||||
<target state="new">Please specify at least one {0}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CouldNotConnectWithTheServer">
|
||||
<source>Could not connect with the server.</source>
|
||||
<target state="new">Could not connect with the server.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RequiredArgumentIsInvalid">
|
||||
<source>Required argument {0} is invalid.</source>
|
||||
<target state="new">Required argument {0} is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OptionIsInvalid">
|
||||
<source>Option {0} is invalid.</source>
|
||||
<target state="new">Option {0} is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentIsInvalid">
|
||||
<source>Argument {0} is invalid.</source>
|
||||
<target state="new">Argument {0} is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RequiredArgumentNotPassed">
|
||||
<source>Required argument {0} was not provided.</source>
|
||||
<target state="new">Required argument {0} was not provided.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CouldNotFindProjectIn">
|
||||
<source>Could not find any project in `{0}`.</source>
|
||||
<target state="new">Could not find any project in `{0}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CouldNotFindProjectOrDirectory">
|
||||
<source>Could not find project or directory `{0}`.</source>
|
||||
<target state="new">Could not find project or directory `{0}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="FoundMoreThanOneProjectIn">
|
||||
<source>Found more than one project in `{0}`. Please specify which one to use.</source>
|
||||
<target state="new">Found more than one project in `{0}`. Please specify which one to use.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="FoundInvalidProject">
|
||||
<source>Found a project `{0}` but it is invalid.</source>
|
||||
<target state="new">Found a project `{0}` but it is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InvalidProject">
|
||||
<source>Invalid project `{0}`.</source>
|
||||
<target state="new">Invalid project `{0}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CouldNotFindSolutionIn">
|
||||
<source>Specified solution file {0} does not exist, or there is no solution file in the directory.</source>
|
||||
<target state="new">Specified solution file {0} does not exist, or there is no solution file in the directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CouldNotFindSolutionOrDirectory">
|
||||
<source>Could not find solution or directory `{0}`.</source>
|
||||
<target state="new">Could not find solution or directory `{0}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="FoundMoreThanOneSolutionIn">
|
||||
<source>Found more than one solution file in {0}. Please specify which one to use.</source>
|
||||
<target state="new">Found more than one solution file in {0}. Please specify which one to use.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="FoundInvalidSolution">
|
||||
<source>The solution file {0} seems to be invalid. Please check if it is a valid solution file.</source>
|
||||
<target state="new">The solution file {0} seems to be invalid. Please check if it is a valid solution file.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InvalidSolution">
|
||||
<source>Invalid solution `{0}`.</source>
|
||||
<target state="new">Invalid solution `{0}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SolutionDoesNotExist">
|
||||
<source>Specified solution file {0} does not exist, or there is no solution file in the directory.</source>
|
||||
<target state="new">Specified solution file {0} does not exist, or there is no solution file in the directory.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SolutionAlreadyContainsAProject">
|
||||
<source>Solution {0} already contains project {1}.</source>
|
||||
<target state="new">Solution {0} already contains project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDoesNotExistForce">
|
||||
<source>Reference {0} does not exist. If you still want to add it, please use --force option. Please note that this may have adverse effects on the project. </source>
|
||||
<target state="new">Reference {0} does not exist. If you still want to add it, please use --force option. Please note that this may have adverse effects on the project. </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceIsInvalid">
|
||||
<source>Reference `{0}` is invalid.</source>
|
||||
<target state="new">Reference `{0}` is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<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="new">You must specify at least one reference to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectAlreadyHasAReference">
|
||||
<source>Project {0} already has a reference `{1}`.</source>
|
||||
<target state="new">Project {0} already has a reference `{1}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackageReferenceDoesNotExist">
|
||||
<source>Package reference `{0}` does not exist.</source>
|
||||
<target state="new">Package reference `{0}` does not exist.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackageReferenceIsInvalid">
|
||||
<source>Package reference `{0}` is invalid.</source>
|
||||
<target state="new">Package reference `{0}` is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOnePackageReferenceToAdd">
|
||||
<source>You must specify at least one reference to add. Please run dotnet add --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackageReferenceAddedToTheProject">
|
||||
<source>Package reference `{0}` added to the project.</source>
|
||||
<target state="new">Package reference `{0}` added to the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectAlreadyHasAPackageReference">
|
||||
<source>Project {0} already has a reference `{1}`.</source>
|
||||
<target state="new">Project {0} already has a reference `{1}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PleaseSpecifyVersion">
|
||||
<source>Please specify a version of the package.</source>
|
||||
<target state="new">Please specify a version of the package.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectDoesNotExist">
|
||||
<source>Project `{0}` does not exist.</source>
|
||||
<target state="new">Project `{0}` does not exist.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectIsInvalid">
|
||||
<source>Project `{0}` is invalid.</source>
|
||||
<target state="new">Project `{0}` is invalid.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneProjectToAdd">
|
||||
<source>You must specify at least one project to add. Please run dotnet add --help for more information.</source>
|
||||
<target state="new">You must specify at least one project to add. Please run dotnet add --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectAddedToTheSolution">
|
||||
<source>Project `{0}` added to the solution.</source>
|
||||
<target state="new">Project `{0}` added to the solution.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SolutionAlreadyHasAProject">
|
||||
<source>Solution {0} already contains project {1}.</source>
|
||||
<target state="new">Solution {0} already contains project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceNotFoundInTheProject">
|
||||
<source>Specified reference {0} does not exist in project {1}.</source>
|
||||
<target state="new">Specified reference {0} does not exist in project {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceRemoved">
|
||||
<source>Reference `{0}` deleted from the project.</source>
|
||||
<target state="new">Reference `{0}` deleted from the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToRemove">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDeleted">
|
||||
<source>Reference `{0}` deleted.</source>
|
||||
<target state="new">Reference `{0}` deleted.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneReferenceToDelete">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackageReferenceNotFoundInTheProject">
|
||||
<source>Package reference `{0}` could not be found in the project.</source>
|
||||
<target state="new">Package reference `{0}` could not be found in the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackageReferenceRemoved">
|
||||
<source>Reference `{0}` deleted from the project.</source>
|
||||
<target state="new">Reference `{0}` deleted from the project.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOnePackageReferenceToRemove">
|
||||
<source>You must specify at least one reference to delete. Please run dotnet delete --help for more information.</source>
|
||||
<target state="new">You must specify at least one reference to delete. Please run dotnet delete --help for more information.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackageReferenceDeleted">
|
||||
<source>Package reference `{0}` deleted.</source>
|
||||
<target state="new">Package reference `{0}` deleted.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOnePackageReferenceToDelete">
|
||||
<source>You must specify at least one package reference to delete.</source>
|
||||
<target state="new">You must specify at least one package reference to delete.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectNotFoundInTheSolution">
|
||||
<source>Project `{0}` could not be found in the solution.</source>
|
||||
<target state="new">Project `{0}` could not be found in the solution.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectRemoved">
|
||||
<source>Project `{0}` removed from solution.</source>
|
||||
<target state="new">Project `{0}` removed from solution.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneProjectToRemove">
|
||||
<source>You must specify at least one project to remove.</source>
|
||||
<target state="new">You must specify at least one project to remove.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ProjectDeleted">
|
||||
<source>Project `{0}` deleted from solution.</source>
|
||||
<target state="new">Project `{0}` deleted from solution.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifyAtLeastOneProjectToDelete">
|
||||
<source>You must specify at least one project to delete from solution.</source>
|
||||
<target state="new">You must specify at least one project to delete from solution.</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>
|
||||
<trans-unit id="NoProjectsFound">
|
||||
<source>No projects found in the solution.</source>
|
||||
<target state="new">No projects found in the solution.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PleaseSpecifyNewVersion">
|
||||
<source>Please specify new version of the package.</source>
|
||||
<target state="new">Please specify new version of the package.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PleaseSpecifyWhichPackageToUpdate">
|
||||
<source>Please specify which package to update.</source>
|
||||
<target state="new">Please specify which package to update.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NothingToUpdate">
|
||||
<source>Nothing to update.</source>
|
||||
<target state="new">Nothing to update.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="EverythingUpToDate">
|
||||
<source>Everything is already up-to-date.</source>
|
||||
<target state="new">Everything is already up-to-date.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackageVersionUpdatedTo">
|
||||
<source>Version of package `{0}` updated to `{1}`.</source>
|
||||
<target state="new">Version of package `{0}` updated to `{1}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PackageVersionUpdated">
|
||||
<source>Version of package `{0}` updated.</source>
|
||||
<target state="new">Version of package `{0}` updated.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CouldNotUpdateTheVersion">
|
||||
<source>Could not update the version of the package `{0}`.</source>
|
||||
<target state="new">Could not update the version of the package `{0}`.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TemplateCreatedSuccessfully">
|
||||
<source>The template {0} created successfully. Please run "dotnet restore" to get started!</source>
|
||||
<target state="new">The template {0} created successfully. Please run "dotnet restore" to get started!</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TemplateInstalledSuccesfully">
|
||||
<source>The template {0} installed successfully. You can use "dotnet new {0}" to get started with the new template.</source>
|
||||
<target state="new">The template {0} installed successfully. You can use "dotnet new {0}" to get started with the new template.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TemplateCreateError">
|
||||
<source>Template {0} could not be created. Error returned was: {1}.</source>
|
||||
<target state="new">Template {0} could not be created. Error returned was: {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TemplateInstallError">
|
||||
<source>Template {0} could not be installed. Error returned was: {1}.</source>
|
||||
<target state="new">Template {0} could not be installed. Error returned was: {1}.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifiedNameExists">
|
||||
<source>Specified name {0} already exists. Please specify a different name.</source>
|
||||
<target state="new">Specified name {0} already exists. Please specify a different name.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SpecifiedAliasExists">
|
||||
<source>Specified alias {0} already exists. Please specify a different alias.</source>
|
||||
<target state="new">Specified alias {0} already exists. Please specify a different alias.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MandatoryParameterMissing">
|
||||
<source>Mandatory parameter {0} missing for template {1}. </source>
|
||||
<target state="new">Mandatory parameter {0} missing for template {1}. </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…
Add table
Reference in a new issue