78 lines
No EOL
3.7 KiB
XML
78 lines
No EOL
3.7 KiB
XML
<?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-package/LocalizableStrings.resx">
|
|
<body>
|
|
<group id="src/dotnet/commands/dotnet-add/dotnet-add-package/LocalizableStrings.resx" />
|
|
<trans-unit id="AppFullName">
|
|
<source>.NET Add Package reference Command</source>
|
|
<target state="translated">Příkaz rozhraní .NET pro přidání odkazu na balíček</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="AppDescription">
|
|
<source>Command to add package reference</source>
|
|
<target state="translated">Příkaz pro přidání odkazu na balíček</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="AppHelpText">
|
|
<source>Package references to add</source>
|
|
<target state="translated">Odkazy na balíčky k přidání</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="SpecifyExactlyOnePackageReference">
|
|
<source>Please specify one package reference to add.</source>
|
|
<target state="translated">Zadejte prosím jeden odkaz na balíček, který chcete přidat.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdFrameworkDescription">
|
|
<source>Add reference only when targetting a specific framework</source>
|
|
<target state="translated">Přidat odkaz jen při zaměření na určitou platformu</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdNoRestoreDescription">
|
|
<source>Add reference without performing restore preview and compatibility check.</source>
|
|
<target state="translated">Přidá odkaz bez provedení náhledu obnovení a kontroly kompatibility.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdSourceDescription">
|
|
<source>Use specific NuGet package sources to use during the restore.</source>
|
|
<target state="translated">Určete konkrétní zdroje balíčků NuGet, které se mají použít při obnovení.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdPackageDirectoryDescription">
|
|
<source>Restore the packages to this Directory .</source>
|
|
<target state="translated">Obnoví balíčky do tohoto adresáře.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdVersionDescription">
|
|
<source>Version for the package to be added.</source>
|
|
<target state="translated">Verze balíčku, která se má přidat.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdDGFileException">
|
|
<source>Unable to Create Dependency graph file for project '{0}'. Cannot add package reference.</source>
|
|
<target state="translated">Není možné vytvořit grafický soubor závislostí pro projekt {0}. Nejde přidat odkaz na balíček.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdVersion">
|
|
<source>VERSION</source>
|
|
<target state="translated">VERSION</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdFramework">
|
|
<source>FRAMEWORK</source>
|
|
<target state="translated">FRAMEWORK</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdSource">
|
|
<source>SOURCE</source>
|
|
<target state="translated">SOURCE</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdPackageDirectory">
|
|
<source>PACKAGE_DIRECTORY</source>
|
|
<target state="translated">PACKAGE_DIRECTORY</target>
|
|
<note />
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff> |