Merge pull request #7163 from v-zbsail/moravia_loc

LOC CHECKIN | cli-release/2.0.0 | 20170714
This commit is contained in:
Nick Guerrera 2017-07-14 13:52:06 -07:00 committed by GitHub
commit c0ab82e21f
126 changed files with 735 additions and 787 deletions

View file

@ -39,7 +39,7 @@
</trans-unit>
<trans-unit id="ErrorMessageFormatString">
<source>Invalid format in line {0}: {1}</source>
<target state="translated">Formato non valido a riga {0}: {1}</target>
<target state="translated">Formato non valido alla riga {0}: {1}</target>
<note />
</trans-unit>
<trans-unit id="ProjectParsingErrorFormatString">

View file

@ -14,17 +14,17 @@
</trans-unit>
<trans-unit id="AttemptingToFindCommand">
<source>{0}: attempting to find command {1} in {2}</source>
<target state="translated">{0}: pokus o nalezení příkazu {1} v {2}</target>
<target state="translated">{0}: Pokus o nalezení příkazu {1} v {2}</target>
<note />
</trans-unit>
<trans-unit id="FailedToFindToolAssembly">
<source>{0}: failed to find toolAssembly for {1}</source>
<target state="translated">{0}: nepodařilo se najít toolAssembly pro {1}</target>
<target state="translated">{0}: Nepodařilo se najít toolAssembly pro {1}</target>
<note />
</trans-unit>
<trans-unit id="FailedToFindCommandPath">
<source>{0}: failed to find commandPath {1}</source>
<target state="translated">{0}: nepodařilo se najít commandPath {1}</target>
<target state="translated">{0}: Nepodařilo se najít commandPath {1}</target>
<note />
</trans-unit>
<trans-unit id="UnableToLocateDotnetMultiplexer">
@ -121,7 +121,7 @@
</trans-unit>
<trans-unit id="AttemptingToCreateCommandSpec">
<source>{0}: attempting to create commandspec</source>
<target state="translated">{0}: pokus o vytvoření specifikace příkazu commandspec</target>
<target state="translated">{0}: Pokus o vytvoření specifikace příkazu commandspec</target>
<note />
</trans-unit>
<trans-unit id="CommandSpecIsNull">
@ -131,7 +131,7 @@
</trans-unit>
<trans-unit id="ExpectDepsJsonAt">
<source>{0}: expect deps.json at: {1}</source>
<target state="translated">{0}: soubor deps.json se očekává v: {1}</target>
<target state="translated">{0}: Soubor deps.json se očekává v: {1}</target>
<note />
</trans-unit>
<trans-unit id="GeneratingDepsJson">
@ -206,7 +206,7 @@
</trans-unit>
<trans-unit id="ProcessExitedWithCode">
<source>&lt; {0} exited with {1} in {2} ms.</source>
<target state="translated">&lt; {0} skončil s {1} ve {2} ms.</target>
<target state="translated">&lt; {0} skončil s {1} za {2} ms.</target>
<note />
</trans-unit>
<trans-unit id="UnableToInvokeMemberNameAfterCommand">
@ -231,7 +231,7 @@
</trans-unit>
<trans-unit id="CommandAssembliesNotFound">
<source>The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="translated">Spustitelný soubor příkazu {0} se nenašel. Projekt zřejmě nebyl obnoven, nebo obnovení selhalo spusťte příkaz run `dotnet restore`.</target>
<target state="translated">Spustitelný soubor příkazu {0} se nenašel. Projekt se nepodařilo obnovit nebo jeho obnovení nebylo úspěšné. Spusťte příkaz dotnet restore.</target>
<note />
</trans-unit>
</body>

View file

@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="AttemptingToFindCommand">
<source>{0}: attempting to find command {1} in {2}</source>
<target state="translated">{0}: Versuch, Befehl {1} in {2} zu finden</target>
<target state="translated">{0}: Nach Befehl {1} wird in {2} gesucht</target>
<note />
</trans-unit>
<trans-unit id="FailedToFindToolAssembly">
@ -39,7 +39,7 @@
</trans-unit>
<trans-unit id="AttemptingToResolve">
<source>{0}: attempting to resolve {1}</source>
<target state="translated">{0}: Versuch, {1} aufzulösen</target>
<target state="translated">{0}: Es wird versucht, {1} aufzulösen</target>
<note />
</trans-unit>
<trans-unit id="DidNotFindAMatchingProject">
@ -99,7 +99,7 @@
</trans-unit>
<trans-unit id="AttemptingToResolveCommandSpec">
<source>{0}: Attempting to resolve command spec from tool {1}</source>
<target state="translated">{0}: Versuch, commandspec aus Tool {1} aufzulösen.</target>
<target state="translated">{0}: Es wird versucht, commandspec aus Tool {1} aufzulösen.</target>
<note />
</trans-unit>
<trans-unit id="NuGetPackagesRoot">
@ -121,7 +121,7 @@
</trans-unit>
<trans-unit id="AttemptingToCreateCommandSpec">
<source>{0}: attempting to create commandspec</source>
<target state="translated">{0}: Versuch, commandspec zu erstellen</target>
<target state="translated">{0}: Es wird versucht, commandspec zu erstellen</target>
<note />
</trans-unit>
<trans-unit id="CommandSpecIsNull">
@ -161,7 +161,7 @@
</trans-unit>
<trans-unit id="ProjectNotRestoredOrRestoreFailed">
<source>The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="translated">Das Projekt wurde möglicherweise nicht wiederhergestellt, oder bei der Wiederherstellung ist ein Fehler aufgetreten - führen Sie `dotnet restore` aus.</target>
<target state="translated">Das Projekt wurde möglicherweise nicht wiederhergestellt, oder bei der Wiederherstellung ist ein Fehler aufgetreten. führen Sie "dotnet restore" aus.</target>
<note />
</trans-unit>
<trans-unit id="NoExecutableFoundMatchingCommand">
@ -206,7 +206,7 @@
</trans-unit>
<trans-unit id="ProcessExitedWithCode">
<source>&lt; {0} exited with {1} in {2} ms.</source>
<target state="translated">&lt; {0} wird in {2} ms mit {1} beendet.</target>
<target state="translated">&lt; {0} wurde nach {2} ms mit {1} beendet.</target>
<note />
</trans-unit>
<trans-unit id="UnableToInvokeMemberNameAfterCommand">
@ -231,7 +231,7 @@
</trans-unit>
<trans-unit id="CommandAssembliesNotFound">
<source>The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="translated">Der für "{0}" auszuführende Befehle wurde nicht gefunden. Das Projekt wurde möglicherweise nicht wiederhergestellt, oder bei der Wiederherstellung ist ein Fehler aufgetreten führen Sie "dotnet restore" aus.</target>
<target state="translated">Der für "{0}" auszuführende Befehl wurde nicht gefunden. Das Projekt wurde möglicherweise nicht wiederhergestellt, oder bei der Wiederherstellung ist ein Fehler aufgetreten. Führen Sie "dotnet restore" aus.</target>
<note />
</trans-unit>
</body>

View file

@ -79,7 +79,7 @@
</trans-unit>
<trans-unit id="MultipleProjectFilesFound">
<source>Specify which project file to use because this '{0}' contains more than one project file.</source>
<target state="translated">Specificare il file di progetto da usare perché questo file perché questo elemento '{0}' contiene più file di progetto.</target>
<target state="translated">Specificare il file di progetto da usare perché questo elemento '{0}' contiene più file di progetto.</target>
<note />
</trans-unit>
<trans-unit id="DidNotFindProject">

View file

@ -44,7 +44,7 @@
</trans-unit>
<trans-unit id="DidNotFindAMatchingProject">
<source>{0}: Did not find a matching project {1}.</source>
<target state="translated">{0}:一致するプロジェクト {1}.が見つかりませんでした。</target>
<target state="translated">{0}: 一致するプロジェクト {1}.が見つかりませんでした。</target>
<note />
</trans-unit>
<trans-unit id="InvalidCommandResolverArguments">
@ -69,12 +69,12 @@
</trans-unit>
<trans-unit id="MSBuildExePath">
<source>{0}: MSBUILD_EXE_PATH = {1}</source>
<target state="translated">{0}:MSBUILD_EXE_PATH = {1}</target>
<target state="translated">{0}: MSBUILD_EXE_PATH = {1}</target>
<note />
</trans-unit>
<trans-unit id="MSBuildProjectPath">
<source>{0}: MSBuild project path = {1}</source>
<target state="translated">{0}:MSBuild project path = {1}</target>
<target state="translated">{0}: MSBuild project path = {1}</target>
<note />
</trans-unit>
<trans-unit id="MultipleProjectFilesFound">
@ -99,7 +99,7 @@
</trans-unit>
<trans-unit id="AttemptingToResolveCommandSpec">
<source>{0}: Attempting to resolve command spec from tool {1}</source>
<target state="translated">{0}:ツール {1} から commandspec を解決しようとしています</target>
<target state="translated">{0}: ツール {1} から commandspec を解決しようとしています</target>
<note />
</trans-unit>
<trans-unit id="NuGetPackagesRoot">
@ -161,7 +161,7 @@
</trans-unit>
<trans-unit id="ProjectNotRestoredOrRestoreFailed">
<source>The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="translated">プロジェクトが復元されていない可能性があるか、または - run `dotnet restore` の復元に失敗しました。</target>
<target state="translated">プロジェクトが復元されていないか、復元に失敗した可能性があります。`dotnet restore` を実行します</target>
<note />
</trans-unit>
<trans-unit id="NoExecutableFoundMatchingCommand">
@ -171,7 +171,7 @@
</trans-unit>
<trans-unit id="WaitingForDebuggerToAttach">
<source>Waiting for debugger to attach. Press ENTER to continue</source>
<target state="translated">デバッガーのアタッチを待っています...続行するには、ENTER キーを押してください</target>
<target state="translated">デバッガーのアタッチを待っています続行するには、ENTER キーを押してください</target>
<note />
</trans-unit>
<trans-unit id="ProcessId">

View file

@ -191,7 +191,7 @@
</trans-unit>
<trans-unit id="WriteLineForwarderSetPreviously">
<source>WriteLine forwarder set previously</source>
<target state="translated">WriteLine 전달자가 전에 설정됨</target>
<target state="translated">WriteLine 전달자가 전에 설정됨</target>
<note />
</trans-unit>
<trans-unit id="AlreadyCapturingStream">

View file

@ -105,7 +105,7 @@
<trans-unit id="NuGetPackagesRoot">
<source>{0}: nuget packages root:
{1}</source>
<target state="translated">{0}: Korzeń pakietów NuGet:
<target state="translated">{0}: Katalog główny pakietów NuGet:
{1}</target>
<note />
</trans-unit>

View file

@ -161,7 +161,7 @@
</trans-unit>
<trans-unit id="ProjectNotRestoredOrRestoreFailed">
<source>The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="translated">Возможно, проект не был восстановлен или его восстановление завершилось со сбоем, запустите команду "dotnet restore".</target>
<target state="translated">Возможно, проект не был восстановлен или его восстановление завершилось со сбоем. Запустите команду "dotnet restore".</target>
<note />
</trans-unit>
<trans-unit id="NoExecutableFoundMatchingCommand">

View file

@ -24,7 +24,7 @@
</trans-unit>
<trans-unit id="FailedToFindCommandPath">
<source>{0}: failed to find commandPath {1}</source>
<target state="translated">{0}: {1} için commandPath bulunamadı</target>
<target state="translated">{0}: {1} commandPath bulunamadı</target>
<note />
</trans-unit>
<trans-unit id="UnableToLocateDotnetMultiplexer">

View file

@ -131,7 +131,7 @@
</trans-unit>
<trans-unit id="ExpectDepsJsonAt">
<source>{0}: expect deps.json at: {1}</source>
<target state="translated">{0}: 需要deps.json: {1}</target>
<target state="translated">{0}: 需要 deps.json: {1}</target>
<note />
</trans-unit>
<trans-unit id="GeneratingDepsJson">

View file

@ -12,19 +12,15 @@ Telemetry
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
<target state="needs-review-translation">Vítá vás .NET Core!
<target state="translated">Vítá vás .NET Core!
---------------------
Další informace o .NET Core najdete na https://aka.ms/dotnet-docs. Dostupné příkazy si zobrazíte pomocí dotnet --help, případně přejděte na https://aka.ms/dotnet-cli-docs.
Telemetrie
--------------
Nástroje .NET Core shromažďují data o využití s cílem vylepšit vaše prostředí. Data jsou anonymní a nezahrnují argumenty příkazového řádku. Data shromažďuje Microsoft, který je sdílí s komunitou.
S telemetrií můžete vyjádřit výslovný nesouhlas, a to nastavením proměnné prostředí DOTNET_CLI_TELEMETRY_OPTOUT na 1 prostřednictvím vašeho oblíbeného rozhraní.
Další informace o telemetrii nástrojů .NET Core si můžete přečíst na webu https://aka.ms/dotnet-cli-telemetry.
Probíhá konfigurace...
-------------------
Běží příkaz pro počáteční naplnění vaší místní mezipaměti balíčků, aby se vylepšila rychlost obnovování a umožnil se offline přístup. Provádění tohoto příkazu může trvat až minutu a proběhne jen jednou.</target>
S telemetrií můžete vyjádřit výslovný nesouhlas, a to nastavením proměnné prostředí DOTNET_CLI_TELEMETRY_OPTOUT na 1 prostřednictvím svého oblíbeného rozhraní.
Další informace o telemetrii nástrojů .NET Core si můžete přečíst na webu https://aka.ms/dotnet-cli-telemetry.</target>
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
@ -36,9 +32,9 @@ Běží příkaz pro počáteční naplnění vaší místní mezipaměti balí
<source>Configuring...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
<target state="new">Configuring...
<target state="translated">Probíhá konfigurace...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
Běží příkaz pro počáteční naplnění vaší místní mezipaměti balíčků, aby se vylepšila rychlost obnovování a umožnil se offline přístup. Provádění tohoto příkazu může trvat až minutu a proběhne jen jednou.</target>
<note />
</trans-unit>
<trans-unit id="UnauthorizedAccessMessage">
@ -50,13 +46,13 @@ Here are some options to fix this error:
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
</source>
<target state="new">Permission denied to modify the '{0}' folder.
<target state="translated">Oprávnění ke změně složky {0} bylo zamítnuto.
Here are some options to fix this error:
Tuto chybu můžete opravit pomocí některé z těchto možností:
---------------------
1. Re-run this command with elevated access.
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
1. Znovu spusťte tento příkaz pomocí přístupu se zvýšenou úrovní oprávnění.
2. Zakažte software spouštěný při prvním zapnutí počítače tak, že nastavíte proměnnou prostředí DOTNET_SKIP_FIRST_TIME_EXPERIENCE na hodnotu Pravda.
3. Zkopírujte sadu .NET Core SDK do nechráněného umístění a použijte ji z tohoto umístění.
</target>
<note />
</trans-unit>

View file

@ -12,7 +12,7 @@ Telemetry
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
<target state="needs-review-translation">Willkommen bei .NET Core!
<target state="translated">Willkommen bei .NET Core!
---------------------
Weitere Informationen zu .NET Core finden Sie unter https://aka.ms/dotnet-docs. Verwenden Sie "dotnet --help", um die verfügbaren Befehle anzuzeigen, oder wechseln Sie zu https://aka.ms/dotnet-cli-docs.
@ -20,11 +20,7 @@ Telemetrie
--------------
Über die .NET Core-Tools werden Nutzungsdaten erfasst, damit wir die Benutzeroberfläche weiter für Sie verbessern können. Die Daten sind anonym und enthalten keine Befehlszeilenargumente. Die Daten werden von Microsoft gesammelt und mit der Community geteilt.
Sie können die Erfassung von Telemetriedaten deaktivieren, indem Sie die Umgebungsvariable DOTNET_CLI_TELEMETRY_OPTOUT mithilfe Ihrer bevorzugten Shell auf 1 festlegen.
Weitere Informationen zur Telemetrie der .NET Core-Tools finden Sie unter https://aka.ms/dotnet-cli-telemetry.
Konfiguration wird durchgeführt...
-------------------
Ein Befehl wird ausgeführt, um Ihren lokalen Paketcache erstmals aufzufüllen, die Wiederherstellungsgeschwindigkeit zu verbessern und Onlinezugriff zu ermöglichen. Die Ausführung dieses Befehls nimmt bis zu einer Minute in Anspruch und wird einmalig ausgeführt.</target>
Weitere Informationen zur Telemetrie der .NET Core-Tools finden Sie unter https://aka.ms/dotnet-cli-telemetry.</target>
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
@ -36,9 +32,9 @@ Ein Befehl wird ausgeführt, um Ihren lokalen Paketcache erstmals aufzufüllen,
<source>Configuring...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
<target state="new">Configuring...
<target state="translated">Konfiguration wird durchgeführt...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
Ein Befehl wird ausgeführt, um Ihren lokalen Paketcache erstmals aufzufüllen, die Wiederherstellungsgeschwindigkeit zu verbessern und Onlinezugriff zu ermöglichen. Die Ausführung dieses Befehls nimmt bis zu einer Minute in Anspruch und wird einmalig ausgeführt.</target>
<note />
</trans-unit>
<trans-unit id="UnauthorizedAccessMessage">
@ -50,13 +46,13 @@ Here are some options to fix this error:
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
</source>
<target state="new">Permission denied to modify the '{0}' folder.
<target state="translated">Die Berechtigung zum Ändern des Ordners "{0}" wurde verweigert.
Here are some options to fix this error:
Im Folgenden finden Sie einige Optionen, um diesen Fehler zu beheben:
---------------------
1. Re-run this command with elevated access.
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
1. Führen Sie diesen Befehl mit erhöhten Zugriffsrechten noch mal aus.
2. Deaktivieren Sie die erste Ausführung, indem Sie die Umgebungsvariable DOTNET_SKIP_FIRST_TIME_EXPERIENCE auf "true" festlegen.
3. Kopieren Sie das .NET Core SDK an einen nicht geschützten Speicherort, und kopieren Sie es von dort.
</target>
<note />
</trans-unit>

View file

@ -12,19 +12,15 @@ Telemetry
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
<target state="needs-review-translation">Bienvenido a .NET Core
<target state="translated">Bienvenido a .NET Core
---------------------
Obtenga más información sobre .NET Core en https://aka.ms/dotnet-docs. Use dotnet --help para ver los comandos disponibles o vaya a https://aka.ms/dotnet-cli-docs.
Aprenda sobre .NET Core en https://aka.ms/dotnet-docs. Use dotnet --help para ver los comandos disponibles o vaya a https://aka.ms/dotnet-cli-docs.
Telemetría
--------------
Las herramientas de .NET Core recopilan datos de uso con el fin de mejorar su experiencia. Los datos son anónimos y no incluyen argumentos de la línea de comandos. Microsoft recopila los datos y los comparte con la comunidad.
Si desea optar por no participar en la telemetría, establezca una variable de entorno DOTNET_CLI_TELEMETRY_OPTOUT en 1 con el shell de su preferencia.
Puede leer más información sobre la telemetría de las herramientas de .NET Core en https://aka.ms/dotnet-cli-telemetry.
Configurando...
-------------------
Un comando se ejecuta para rellenar inicialmente la caché de paquete local a fin de mejorar la velocidad de restauración y permitir el acceso sin conexión. Este comando demorará hasta un minuto para completarse y solo sucederá una vez.</target>
Puede leer más información sobre la telemetría de las herramientas de .NET Core en https://aka.ms/dotnet-cli-telemetry.</target>
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
@ -36,9 +32,9 @@ Un comando se ejecuta para rellenar inicialmente la caché de paquete local a fi
<source>Configuring...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
<target state="new">Configuring...
<target state="translated">Configurando...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
Se está ejecutando un comando para rellenar inicialmente la caché de paquetes local, para mejorar la velocidad de restauración y habilitar el acceso sin conexión. Este comando tardará en completarse un minuto y solo sucederá una vez.</target>
<note />
</trans-unit>
<trans-unit id="UnauthorizedAccessMessage">
@ -50,13 +46,13 @@ Here are some options to fix this error:
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
</source>
<target state="new">Permission denied to modify the '{0}' folder.
<target state="translated">Permiso denegado para modificar la carpeta "{0}".
Here are some options to fix this error:
Estas son algunas opciones para corregir este error:
---------------------
1. Re-run this command with elevated access.
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
1. Vuelva a ejecutar este comando con acceso con privilegios elevados.
2. Deshabilite la primera experiencia de ejecución; para ello, establezca la variable de entorno DOTNET_SKIP_FIRST_TIME_EXPERIENCE en true.
3. Copie el SDK de .NET Core en una ubicación no protegida y úselo desde ahí.
</target>
<note />
</trans-unit>

View file

@ -12,19 +12,15 @@ Telemetry
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
<target state="needs-review-translation">Bienvenue dans .NET Core !
<target state="translated">Bienvenue dans .NET Core !
---------------------
En savoir plus sur .NET Core @ https://aka.ms/dotnet-docs. Utilisez dotnet --help pour voir les commandes disponibles, ou accédez à https://aka.ms/dotnet-cli-docs.
Télémétrie
--------------
Les outils .NET Core collectent des données d'utilisation pour améliorer votre expérience utilisateur. Ces données sont anonymes et n'incluent aucun argument de ligne de commande. Les données sont collectées par Microsoft et partagées par la communauté.
Vous pouvez refuser l'adhésion à la télémétrie en assignant la valeur 1 à la variable d'environnement DOTNET_CLI_TELEMETRY_OPTOUT via l'interpréteur de commandes de votre choix.
Pour plus d'informations sur la télémétrie des outils .NET Core, consultez https://aka.ms/dotnet-cli-telemetry.
Configuration en cours...
-------------------
Une commande s'exécute pour remplir votre cache de package local, améliorer la vitesse de restauration et activer l'accès hors connexion. L'exécution de cette commande peut prendre jusqu'à une minute et n'a lieu qu'une seule fois.</target>
Vous pouvez refuser l'adhésion à la télémétrie en affectant la valeur 1 à la variable d'environnement DOTNET_CLI_TELEMETRY_OPTOUT via l'interpréteur de commandes de votre choix.
Pour plus d'informations sur la télémétrie des outils .NET Core, consultez https://aka.ms/dotnet-cli-telemetry.</target>
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
@ -36,9 +32,9 @@ Une commande s'exécute pour remplir votre cache de package local, améliorer la
<source>Configuring...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
<target state="new">Configuring...
<target state="translated">Configuration en cours...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
Une commande s'exécute pour remplir votre cache de package local, améliorer la vitesse de restauration et activer l'accès hors connexion. L'exécution de cette commande peut prendre jusqu'à une minute et n'a lieu qu'une seule fois.</target>
<note />
</trans-unit>
<trans-unit id="UnauthorizedAccessMessage">
@ -50,13 +46,13 @@ Here are some options to fix this error:
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
</source>
<target state="new">Permission denied to modify the '{0}' folder.
<target state="translated">Autorisation refusée pour la modification du dossier '{0}'.
Here are some options to fix this error:
Voici quelques options pour corriger cette erreur :
---------------------
1. Re-run this command with elevated access.
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
1. Réexécutez cette commande avec un accès élevé.
2. Désactivez l'introduction de l'interface logicielle lors de la première utilisation en affectant la valeur true à la variable d'environnement DOTNET_SKIP_FIRST_TIME_EXPERIENCE.
3. Copiez le kit .NET Core SDK à un emplacement non protégé à partir duquel vous l'utiliserez ensuite.
</target>
<note />
</trans-unit>

View file

@ -12,7 +12,7 @@ Telemetry
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
<target state="needs-review-translation">Benvenuti a .NET Core
<target state="translated">Benvenuti a .NET Core
---------------------
Per altre informazioni su .NET Core, vedere https://aka.ms/dotnet-docs. Per visualizzare i comandi disponibili, usare dotnet --help oppure vedere https://aka.ms/dotnet-cli-docs.
@ -20,11 +20,7 @@ Telemetria
--------------
Gli strumenti di .NET Core consentono di raccogliere i dati di utilizzo allo scopo di migliorare l'esperienza. I dati sono anonimi e non includono gli argomenti della riga di comando. Vengono raccolti da Microsoft e condivisi con la community.
È possibile escludere la telemetria impostando la variabile di ambiente DOTNET_CLI_TELEMETRY_OPTOUT su 1 nella shell preferita.
Per altre informazioni sulla telemetria degli strumenti di .NET Core, vedere https://aka.ms/dotnet-cli-telemetry.
Configurazione...
-------------------
È in esecuzione un comando per popolare inizialmente la cache dei pacchetti locale, migliorare la velocità di ripristino e abilitare l'accesso offline. Il completamento di questo comando, che viene eseguito una sola volta, richiede circa un minuto.</target>
Per altre informazioni sulla telemetria degli strumenti di .NET Core, vedere https://aka.ms/dotnet-cli-telemetry.</target>
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
@ -36,9 +32,9 @@ Configurazione...
<source>Configuring...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
<target state="new">Configuring...
<target state="translated">Configurazione...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
È in esecuzione un comando per popolare inizialmente la cache dei pacchetti locale, migliorare la velocità di ripristino e abilitare l'accesso offline. Il completamento di questo comando, che viene eseguito una sola volta, richiede circa un minuto.</target>
<note />
</trans-unit>
<trans-unit id="UnauthorizedAccessMessage">
@ -50,13 +46,13 @@ Here are some options to fix this error:
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
</source>
<target state="new">Permission denied to modify the '{0}' folder.
<target state="translated">L'autorizzazione per modificare la cartella '{0}' è stata negata.
Here are some options to fix this error:
Ecco alcune opzioni per correggere questo errore:
---------------------
1. Re-run this command with elevated access.
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
1. Eseguire di nuovo questo comando con privilegi di accesso elevati.
2. Disabilitare il completamento dell'installazione impostando su true la variabile di ambiente DOTNET_SKIP_FIRST_TIME_EXPERIENCE.
3. Copiare .NET Core SDK in un percorso non protetto e usarlo da tale posizione.
</target>
<note />
</trans-unit>

View file

@ -12,7 +12,7 @@ Telemetry
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
<target state="needs-review-translation">.NET Core へようこそ!
<target state="translated">.NET Core へようこそ!
---------------------
.NET Core について詳しくは、https://aka.ms/dotnet-docs をご覧ください。dotnet --help を使って使用可能なコマンドを確認するか、https://aka.ms/dotnet-cli-docs をご覧ください。
@ -20,11 +20,7 @@ You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-te
--------------
.NET Core ツールは、操作性を向上させるために利用状況データを収集します。データは匿名で、コマンドライン引数が含まれません。データは Microsoft によって収集され、コミュニティと共有されます。
テレメトリを無効にするには、お好きなシェルを使用して、DOTNET_CLI_TELEMETRY_OPTOUT 環境変数を 1 に設定します。
.NET Core ツールのテレメトリについて詳しくは、https://aka.ms/dotnet-cli-telemetry をお読みください。
構成中...
-------------------
ローカル パッケージ キャッシュを最初に設定し、復元速度を向上させ、オフライン アクセスを可能にするため、コマンドを実行しています。このコマンドは 1 回だけ実行され、最大 1 分かかる場合があります。</target>
.NET Core ツールのテレメトリについて詳しくは、https://aka.ms/dotnet-cli-telemetry をお読みください。</target>
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
@ -36,9 +32,9 @@ You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-te
<source>Configuring...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
<target state="new">Configuring...
<target state="translated">構成中...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
ローカル パッケージ キャッシュを最初に設定し、復元速度を向上させ、オフライン アクセスを可能にするため、コマンドを実行しています。このコマンドは 1 回だけ実行され、完了までに最大 1 分かかる場合があります。</target>
<note />
</trans-unit>
<trans-unit id="UnauthorizedAccessMessage">
@ -50,13 +46,13 @@ Here are some options to fix this error:
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
</source>
<target state="new">Permission denied to modify the '{0}' folder.
<target state="translated">'{0}' フォルダーを変更するためのアクセス許可が拒否されました。
Here are some options to fix this error:
このエラーを修正するためのいくつかのオプションを次に示します。
---------------------
1. Re-run this command with elevated access.
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
1. 昇格したアクセス権でこのコマンドを再実行します。
2. 環境変数 DOTNET_SKIP_FIRST_TIME_EXPERIENCE を true に設定して、最初の実行エクスペリエンスを無効にします。
3. 保護されていない場所に .NET Core SDK をコピーし、そこから使用します。
</target>
<note />
</trans-unit>

View file

@ -12,7 +12,7 @@ Telemetry
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
<target state="needs-review-translation">NET Core를 시작합니다!
<target state="translated">.NET Core를 시작합니다!
---------------------
.NET Core에 대한 자세한 내용은 https://aka.ms/dotnet-docs를 참조하세요. 사용 가능한 명령을 보려면 dotnet --help를 사용하거나 https://aka.ms/dotnet-cli-docs를 방문하세요.
@ -20,11 +20,7 @@ You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-te
--------------
.NET Core 도구는 사용자 환경 개선을 위해 사용량 데이터를 수집합니다. 데이터는 익명이며 명령줄 인수를 포함하지 않습니다. Microsoft에서 데이터를 수집하여 커뮤니티와 공유합니다.
자주 사용하는 셸에서 DOTNET_CLI_TELEMETRY_OPTOUT 환경 변수를 1로 설정하여 원격 분석을 옵트아웃할 수 있습니다.
.NET Core 도구 원격 분석에 대한 자세한 내용은 https://aka.ms/dotnet-cli-telemetry에서 확인할 수 있습니다.
구성 중...
-------------------
초기에 로컬 패키지 캐시를 채우고, 복원 속도를 개선하고, 오프라인 액세스를 사용하도록 설정하기 위한 명령을 실행 중입니다. 완료하는 데 최대 1분이 소요되며 한 번만 실행됩니다.</target>
.NET Core 도구 원격 분석에 대한 자세한 내용은 https://aka.ms/dotnet-cli-telemetry에서 확인할 수 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
@ -36,9 +32,9 @@ You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-te
<source>Configuring...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
<target state="new">Configuring...
<target state="translated">구성 중...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
초기에 로컬 패키지 캐시를 채우고, 복원 속도를 개선하고, 오프라인 액세스를 사용하도록 설정하기 위한 명령을 실행하고 있습니다. 완료하는 데 최대 1분이 소요되며 한 번만 실행됩니다.</target>
<note />
</trans-unit>
<trans-unit id="UnauthorizedAccessMessage">
@ -50,13 +46,13 @@ Here are some options to fix this error:
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
</source>
<target state="new">Permission denied to modify the '{0}' folder.
<target state="translated">'{0}' 폴더를 수정하는 데 필요한 사용 권한이 거부되었습니다.
Here are some options to fix this error:
이 오류를 해결하기 위한 옵션을 다음과 같습니다.
---------------------
1. Re-run this command with elevated access.
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
1. 높은 액세스 권한으로 이 명령을 다시 실행합니다.
2. 환경 변수 DOTNET_SKIP_FIRST_TIME_EXPERIENCE를 true로 설정하여 첫 실행 경험을 사용하지 않습니다.
3. .NET Core SDK를 보호되지 않은 위치로 복사한 후 이 위치에서 사용합니다.
</target>
<note />
</trans-unit>

View file

@ -12,7 +12,7 @@ Telemetry
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
<target state="needs-review-translation">.NET Core — Zapraszamy!
<target state="translated">.NET Core — Zapraszamy!
---------------------
Więcej informacji o programie .NET Core znajdziesz na stronie https://aka.ms/dotnet-docs. Aby wyświetlić dostępne polecenia, użyj polecenia dotnet --help lub przejdź na stronę https://aka.ms/dotnet-cli-docs.
@ -20,11 +20,7 @@ Telemetria
--------------
Narzędzia programu .NET Core zbierają dane dotyczące użycia w celu ulepszenia Twojego środowiska pracy. Dane te są anonimowe i nie obejmują argumentów wiersza polecenia. Zbiera je firma Microsoft i udostępnia społeczności.
Z telemetrii można zrezygnować, ustawiając zmienną środowiskową DOTNET_CLI_TELEMETRY_OPTOUT na wartość 1 przy użyciu ulubionej powłoki.
Więcej informacji na temat telemetrii narzędzi programu .NET Core możesz znaleźć na stronie https://aka.ms/dotnet-cli-telemetry.
Trwa konfigurowanie…
-------------------
Wykonywane jest polecenie w celu wstępnego wypełnienia lokalnej pamięci podręcznej pakietów, poprawy szybkości przywracania i włączenia dostępu offline. Wykonanie tego polecenia jest jednorazowe i zajmie maksymalnie minutę.</target>
Więcej informacji na temat telemetrii narzędzi programu .NET Core możesz znaleźć na stronie https://aka.ms/dotnet-cli-telemetry.</target>
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
@ -36,9 +32,9 @@ Wykonywane jest polecenie w celu wstępnego wypełnienia lokalnej pamięci podr
<source>Configuring...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
<target state="new">Configuring...
<target state="translated">Trwa konfigurowanie…
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
Wykonywane jest polecenie w celu wstępnego wypełnienia lokalnej pamięci podręcznej pakietów, poprawy szybkości przywracania i włączenia dostępu offline. Wykonanie tego polecenia jest jednorazowe i zajmie maksymalnie minutę.</target>
<note />
</trans-unit>
<trans-unit id="UnauthorizedAccessMessage">
@ -50,13 +46,13 @@ Here are some options to fix this error:
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
</source>
<target state="new">Permission denied to modify the '{0}' folder.
<target state="translated">Odmowa uprawnień do zmodyfikowania folderu „{0}”.
Here are some options to fix this error:
Oto kilka opcji naprawiania tego błędu:
---------------------
1. Re-run this command with elevated access.
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
1. Uruchom to polecenie ponownie z podwyższonym poziomem uprawnień.
2. Wyłącz środowisko pierwszego uruchomienia, ustawiając dla zmiennej środowiskowej DOTNET_SKIP_FIRST_TIME_EXPERIENCE wartość true.
3. Skopiuj zestaw .NET Core SDK do lokalizacji niechronionej i tam z niego korzystaj.
</target>
<note />
</trans-unit>

View file

@ -12,19 +12,15 @@ Telemetry
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
<target state="needs-review-translation">Bem-vindo ao .NET Core!
<target state="translated">Bem-vindo ao .NET Core!
---------------------
Saiba mais sobre o .NET Core em https://aka.ms/dotnet-docs. Use dotnet --help para ver os comandos disponíveis ou acesse https://aka.ms/dotnet-cli-docs.
Telemetria
--------------
As ferramentas do .NET Core coletam dados de uso para melhorar sua experiência. Os dados são anônimos e não incluem argumentos de linha de comando. Os dados são coletados pela Microsoft e compartilhados com a comunidade.
É possível recusar a telemetria definindo uma variável de ambiente DOTNET_CLI_TELEMETRY_OPTOUT como 1 usando seu shell favorito.
Leia mais sobre a telemetria das ferramentas do .NET Core em https://aka.ms/dotnet-cli-telemetry.
Configurando...
-------------------
Um comando está sendo executado para popular inicialmente o cache do pacote local, a fim de melhorar a velocidade de restauração e habilitar o acesso offline. Esse comando levará até um minuto para ser concluído e só ocorrerá uma vez.</target>
É possível recusar a telemetria ao configurar uma variável de ambiente DOTNET_CLI_TELEMETRY_OPTOUT como 1 usando seu shell favorito.
Leia mais sobre a telemetria das ferramentas do .NET Core em https://aka.ms/dotnet-cli-telemetry.</target>
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
@ -36,9 +32,9 @@ Um comando está sendo executado para popular inicialmente o cache do pacote loc
<source>Configuring...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
<target state="new">Configuring...
<target state="translated">Configurando...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
Um comando está sendo executado para popular inicialmente o cache do pacote local, a fim de melhorar a velocidade de restauração e habilitar o acesso offline. Esse comando levará até um minuto para ser concluído e só ocorrerá uma vez.</target>
<note />
</trans-unit>
<trans-unit id="UnauthorizedAccessMessage">
@ -50,14 +46,14 @@ Here are some options to fix this error:
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
</source>
<target state="new">Permission denied to modify the '{0}' folder.
<target state="translated">Permissão negada para modificar a pasta '{0}'.
Here are some options to fix this error:
Aqui estão algumas opções para consertar este erro:
---------------------
1. Re-run this command with elevated access.
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
</target>
1. Execute este comando novamente com acesso elevado.
2. Desabilite a primeira experiência de execução ao configurar a variável de ambiente DOTNET_SKIP_FIRST_TIME_EXPERIENCE como verdadeira.
3. Copie o SDK do .NET Core para uma localização não protegida e use-o de lá.
</target>
<note />
</trans-unit>
</body>

View file

@ -12,7 +12,7 @@ Telemetry
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
<target state="needs-review-translation">Добро пожаловать в .NET Core!
<target state="translated">Добро пожаловать в .NET Core!
---------------------
Дополнительные сведения о .NET Core можно получить по адресу https://aka.ms/dotnet-docs. Для просмотра доступных команд используйте dotnet --help или перейдите на страницу https://aka.ms/dotnet-cli-docs.
@ -20,11 +20,7 @@ You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-te
--------------
Средства .NET Core собирают данные об использовании для улучшения взаимодействия с пользователем. Эти данные анонимны и не включают в себя аргументы командной строки. Сбор данных осуществляется корпорацией Майкрософт, которая предоставляет их сообществу.
Вы можете явно отказаться от телеметрии, присвоив переменной среды DOTNET_CLI_TELEMETRY_OPTOUT значение 1 с помощью предпочитаемой оболочки.
Дополнительные сведения о телеметрии в средствах .NET Core см. по адресу https://aka.ms/dotnet-cli-telemetry.
Настройка...
-------------------
Выполняется команда для изначального заполнения локального кэша пакетов, повышения скорости восстановления и обеспечения автономного доступа. Ее выполнение может занять до одной минуты и имеет единоразовый характер.</target>
Дополнительные сведения о телеметрии в средствах .NET Core см. по адресу https://aka.ms/dotnet-cli-telemetry.</target>
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
@ -36,9 +32,9 @@ You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-te
<source>Configuring...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
<target state="new">Configuring...
<target state="translated">Идет настройка...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
Выполняется команда для изначального заполнения локального кэша пакетов, повышения скорости восстановления и обеспечения автономного доступа. Ее выполнение может занять до одной минуты и производится только раз.</target>
<note />
</trans-unit>
<trans-unit id="UnauthorizedAccessMessage">
@ -50,13 +46,13 @@ Here are some options to fix this error:
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
</source>
<target state="new">Permission denied to modify the '{0}' folder.
<target state="translated">Отменено разрешение на изменение папки "{0}".
Here are some options to fix this error:
Ниже приведено несколько способов устранения этой ошибки.
---------------------
1. Re-run this command with elevated access.
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
1. Повторно выполните эту команду с правами повышенного доступа.
2. Отключите возможность первого запуска, задав для переменной среды DOTNET_SKIP_FIRST_TIME_EXPERIENCE значение "true".
3. Скопируйте пакет SDK для .NET Core в незащищенное расположение и используйте его оттуда.
</target>
<note />
</trans-unit>

View file

@ -12,19 +12,15 @@ Telemetry
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
<target state="needs-review-translation">.NET Corea Hoş Geldiniz!
<target state="translated">.NET Corea Hoş Geldiniz!
---------------------
.NET Core hakkında daha fazla bilgiyi https://aka.ms/dotnet-docs adresinde bulabilirsiniz. Kullanılabilir komutları görmek için dotnet --help kullanın veya https://aka.ms/dotnet-cli-docs adresine gidin.
.NET Core hakkında daha fazla bilgi için bkz. https://aka.ms/dotnet-docs. Kullanılabilir komutları görmek için dotnet --help komutunu kullanın veya https://aka.ms/dotnet-cli-docs adresine gidin.
Telemetri
--------------
.NET Core araçları, deneyiminizi iyileştirmek için kullanım verileri toplar. Veriler anonimdir ve komut satırı bağımsız değişkenlerini içermez. Veriler Microsoft tarafından toplanır ve topluluk ile paylaşılır.
Sık kullandığınız kabuk aracılığıyla DOTNET_CLI_TELEMETRY_OPTOUT ortam değişkenini 1 değerine ayarlayarak telemetriyi geri çevirebilirsiniz.
.NET Core araç telemetrisi hakkında daha faza bilgiyi https://aka.ms/dotnet-cli-telemetry adresinde bulabilirsiniz.
Yapılandırılıyor...
-------------------
Yerel paket önbelleğinizi başlangıçta doldurmak, geri yükleme hızını artırmak ve çevrimdışı erişimi etkinleştirmek için bir komut çalıştırılıyor. Bu komutun tamamlanması yaklaşık bir dakika sürer ve bu işlem yalnızca bir kez gerçekleştirilir.</target>
Sık kullandığınız kabuk aracılığıyla DOTNET_CLI_TELEMETRY_OPTOUT ortam değişkenini 1 değerine ayarlayarak telemetri toplanmasını geri çevirebilirsiniz.
.NET Core araçları telemetrisi hakkında daha faza bilgi için bkz. https://aka.ms/dotnet-cli-telemetry.</target>
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
@ -36,9 +32,9 @@ Yerel paket önbelleğinizi başlangıçta doldurmak, geri yükleme hızını ar
<source>Configuring...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
<target state="new">Configuring...
<target state="translated">Yapılandırılıyor...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
Yerel paket önbelleğinizi başlangıçta doldurmak, geri yükleme hızını artırmak ve çevrimdışı erişimi etkinleştirmek için bir komut çalıştırılıyor. Bu komutun tamamlanması yaklaşık bir dakika sürer ve bu işlem yalnızca bir kez gerçekleştirilir.</target>
<note />
</trans-unit>
<trans-unit id="UnauthorizedAccessMessage">
@ -50,13 +46,13 @@ Here are some options to fix this error:
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
</source>
<target state="new">Permission denied to modify the '{0}' folder.
<target state="translated">'{0}' klasörünü değiştirme izni verilmedi.
Here are some options to fix this error:
Bu hatayı düzeltmek için bazı seçenekler:
---------------------
1. Re-run this command with elevated access.
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
1. Bu komutu yükseltilmiş erişim ile yeniden çalıştırın.
2. DOTNET_SKIP_FIRST_TIME_EXPERIENCE ortam değişkenini true olarak ayarlayarak ilk çalıştırma deneyimini devre dışı bırakın.
3. .NET Core SDKsını korumasız bir konuma kopyalayarak oradan kullanın.
</target>
<note />
</trans-unit>

View file

@ -12,7 +12,7 @@ Telemetry
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
<target state="needs-review-translation">欢迎使用 .NET Core!
<target state="translated">欢迎使用 .NET Core!
---------------------
若要详细了解 .NET Core请访问 https://aka.ms/dotnet-docs。使用 dotnet --help 查看可用的命令或转到 https://aka.ms/dotnet-cli-docs。
@ -20,11 +20,7 @@ You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-te
--------------
.NET Core 收集使用情况数据,以便改善用户体验。数据是匿名的且不包含命令行参数。数据由 Microsoft 收集,并与社区共享。
可选择使用你最喜爱的 shell 将 DOTNET_CLI_TELEMETRY_OPTOUT 环境变量设置为 1从而退出遥测。
若要深入了解 .NET Core 工具遥测,请访问 https://aka.ms/dotnet-cli-telemetry。
正在配置...
-------------------
正在运行一项命令,以初步填充本地包缓存,从而提高还原速度并启用脱机访问。此命令最长需要一分钟才能完成,且仅可运行一次。</target>
若要深入了解 .NET Core 工具遥测,请访问 https://aka.ms/dotnet-cli-telemetry。</target>
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
@ -36,9 +32,9 @@ You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-te
<source>Configuring...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
<target state="new">Configuring...
<target state="translated">正在配置...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
正在运行一项命令,以初步填充本地包缓存,从而提高还原速度并启用脱机访问。此命令最长需要一分钟才能完成,且仅可运行一次。</target>
<note />
</trans-unit>
<trans-unit id="UnauthorizedAccessMessage">
@ -50,13 +46,13 @@ Here are some options to fix this error:
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
</source>
<target state="new">Permission denied to modify the '{0}' folder.
<target state="translated">修改“{0}”文件夹的权限被拒绝。
Here are some options to fix this error:
以下是修复该错误的选项:
---------------------
1. Re-run this command with elevated access.
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
1. 以提升的访问权限重新运行该命令。
2. 通过将环境变量 DOTNET_SKIP_FIRST_TIME_EXPERIENCE 设置为 true禁用首次运行体验。
3. 将 .NET Core SDK 复制到未受保护的位置并从该位置使用。
</target>
<note />
</trans-unit>

View file

@ -12,19 +12,15 @@ Telemetry
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
<target state="needs-review-translation">歡迎使用 .NET Core!
<target state="translated">歡迎使用 .NET Core!
---------------------
深入了解 .NET Core @ https://aka.ms/dotnet-docs。使用 dotnet --help 查看可用的命令,或前往 https://aka.ms/dotnet-cli-docs。
深入了解 .NET Core @ https://aka.ms/dotnet-docs。使用 dotnet --help 查看可用的命令,或前往 https://aka.ms/dotnet-cli-docs。
遙測
--------------
.NET Core 工具會收集使用方式資料以改善您的體驗。資料為匿名且不含命令列引數。資料由 Microsoft 收集並與社群共用。
您可選擇退出遙測,方法是使用您慣用的殼層將 DOTNET_CLI_TELEMETRY_OPTOUT 環境變數設為 1。
您可深入閱讀 .NET Core 工具遙測 @ https://aka.ms/dotnet-cli-telemetry。
正在設定...
-------------------
正在執行命令以初始將您的本機套件快取填入,進而改善還原速度並啟用離線存取。此命令最多需要一分鐘完成,且只會進行一次。</target>
.NET Core 工具會收集使用方式資料,以改善您的體驗。資料為匿名形式,且不含命令列引數。資料由 Microsoft 收集並會與社群共用。
使用您慣用的殼層,將 DOTNET_CLI_TELEMETRY_OPTOUT 環境變數設定為 1即可退出遙測。
您可深入閱讀 .NET Core 工具遙測 @ https://aka.ms/dotnet-cli-telemetry。</target>
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
@ -36,9 +32,9 @@ You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-te
<source>Configuring...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
<target state="new">Configuring...
<target state="translated">正在設定...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
執行命令以初步填入您的本機套件快取,以改善還原速度並允許離線存取。此命令最長需要一分鐘的時間才可完成,且只會進行一次。</target>
<note />
</trans-unit>
<trans-unit id="UnauthorizedAccessMessage">
@ -50,13 +46,13 @@ Here are some options to fix this error:
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
</source>
<target state="new">Permission denied to modify the '{0}' folder.
<target state="translated">權限無法修改 '{0}' 資料夾。
Here are some options to fix this error:
以下為修正此錯誤的一些選項:
---------------------
1. Re-run this command with elevated access.
2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true.
3. Copy the .NET Core SDK to a non-protected location and use it from there.
1. 利用較高的存取權再次執行此命令。
2. 將環境變數 DOTNET_SKIP_FIRST_TIME_EXPERIENCE 設定為 true停用第一次的執行體驗。
3. 將 .NET Core SDK 複製到不受保護的位置,並於該處使用此 SDK。
</target>
<note />
</trans-unit>

View file

@ -109,57 +109,57 @@
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneArgument">
<source>Command '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Command '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">Příkaz {0} přijímá pouze jediný argument, ale bylo zadáno více argumentů ({1}).</target>
<note />
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneSubcommand">
<source>Command '{0}' only accepts a single subcommand but multiple were provided: {1}</source>
<target state="new">Command '{0}' only accepts a single subcommand but multiple were provided: {1}</target>
<target state="translated">Příkaz {0} přijímá pouze jediný příkaz v podnabídce, ale bylo zadáno více příkazů v podnabídce: {1}.</target>
<note />
</trans-unit>
<trans-unit id="FileDoesNotExist">
<source>File does not exist: {0}</source>
<target state="new">File does not exist: {0}</target>
<target state="translated">Neexistující soubor: {0}</target>
<note />
</trans-unit>
<trans-unit id="NoArgumentsAllowed">
<source>Arguments not allowed for option: {0}</source>
<target state="new">Arguments not allowed for option: {0}</target>
<target state="translated">Pro možnost {0} nejsou argumenty povoleny.</target>
<note />
</trans-unit>
<trans-unit id="OptionAcceptsOnlyOneArgument">
<source>Option '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Option '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">Možnost {0} přijímá pouze jediný argument, ale bylo zadáno více argumentů ({1}).</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForCommand">
<source>Required argument missing for command: {0}</source>
<target state="new">Required argument missing for command: {0}</target>
<target state="translated">Chybí povinný argument pro příkaz: {0}.</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForOption">
<source>Required argument missing for option: {0}</source>
<target state="new">Required argument missing for option: {0}</target>
<target state="translated">Chybí povinný argument pro možnost: {0}.</target>
<note />
</trans-unit>
<trans-unit id="RequiredCommandWasNotProvided">
<source>Required command was not provided.</source>
<target state="new">Required command was not provided.</target>
<target state="translated">Požadovaný příkaz nebyl zadán.</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedArgument">
<source>Argument '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Argument '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">Argument {0} nebyl rozpoznán. Musí se jednat o jeden z těchto argumentů: {1}.</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedCommandOrArgument">
<source>Unrecognized command or argument '{0}'</source>
<target state="new">Unrecognized command or argument '{0}'</target>
<target state="translated">Nerozpoznaný příkaz nebo argument: {0}</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedOption">
<source>Option '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Option '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">Možnost {0} nebyla rozpoznána. Musí se jednat o jednu z těchto možností: {1}.</target>
<note />
</trans-unit>
</body>

View file

@ -109,57 +109,57 @@
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneArgument">
<source>Command '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Command '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">Der Befehl "{0}" akzeptiert nur ein einzelnes Argument, es wurden aber {1} angegeben.</target>
<note />
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneSubcommand">
<source>Command '{0}' only accepts a single subcommand but multiple were provided: {1}</source>
<target state="new">Command '{0}' only accepts a single subcommand but multiple were provided: {1}</target>
<target state="translated">Der Befehl "{0}" akzeptiert nur einen einzelnen Unterbefehl, es wurden aber mehrere angegeben: {1}</target>
<note />
</trans-unit>
<trans-unit id="FileDoesNotExist">
<source>File does not exist: {0}</source>
<target state="new">File does not exist: {0}</target>
<target state="translated">Die Datei ist nicht vorhanden: {0}</target>
<note />
</trans-unit>
<trans-unit id="NoArgumentsAllowed">
<source>Arguments not allowed for option: {0}</source>
<target state="new">Arguments not allowed for option: {0}</target>
<target state="translated">Nicht zulässige Argumente für die Option: {0}</target>
<note />
</trans-unit>
<trans-unit id="OptionAcceptsOnlyOneArgument">
<source>Option '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Option '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">Die Option "{0}" akzeptiert nur ein einzelnes Argument, es wurden aber {1} angegeben.</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForCommand">
<source>Required argument missing for command: {0}</source>
<target state="new">Required argument missing for command: {0}</target>
<target state="translated">Ein erforderliches Argument fehlt für den Befehl: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForOption">
<source>Required argument missing for option: {0}</source>
<target state="new">Required argument missing for option: {0}</target>
<target state="translated">Ein erforderliches Argument fehlt für die Option: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredCommandWasNotProvided">
<source>Required command was not provided.</source>
<target state="new">Required command was not provided.</target>
<target state="translated">Der erforderliche Befehl wurde nicht bereitgestellt.</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedArgument">
<source>Argument '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Argument '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">Das Argument "{0}" wurde nicht erkannt. Folgendes ist erforderlich: {1}</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedCommandOrArgument">
<source>Unrecognized command or argument '{0}'</source>
<target state="new">Unrecognized command or argument '{0}'</target>
<target state="translated">Befehl oder Argument "{0}" nicht erkannt</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedOption">
<source>Option '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Option '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">Die Option "{0}" wurde nicht erkannt. Folgendes ist erforderlich: {1}</target>
<note />
</trans-unit>
</body>

View file

@ -109,57 +109,57 @@
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneArgument">
<source>Command '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Command '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">El comando "{0}" solo acepta un argumento, pero se proporcionaron {1}.</target>
<note />
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneSubcommand">
<source>Command '{0}' only accepts a single subcommand but multiple were provided: {1}</source>
<target state="new">Command '{0}' only accepts a single subcommand but multiple were provided: {1}</target>
<target state="translated">El comando "{0}" solo acepta un subcomando, pero se proporcionaron varios: {1}.</target>
<note />
</trans-unit>
<trans-unit id="FileDoesNotExist">
<source>File does not exist: {0}</source>
<target state="new">File does not exist: {0}</target>
<target state="translated">El archivo no existe: {0}</target>
<note />
</trans-unit>
<trans-unit id="NoArgumentsAllowed">
<source>Arguments not allowed for option: {0}</source>
<target state="new">Arguments not allowed for option: {0}</target>
<target state="translated">No se permiten argumentos para la opción: {0}</target>
<note />
</trans-unit>
<trans-unit id="OptionAcceptsOnlyOneArgument">
<source>Option '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Option '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">La opción "{0}" solo acepta un argumento, pero se proporcionaron {1}.</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForCommand">
<source>Required argument missing for command: {0}</source>
<target state="new">Required argument missing for command: {0}</target>
<target state="translated">Falta un argumento necesario para el comando: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForOption">
<source>Required argument missing for option: {0}</source>
<target state="new">Required argument missing for option: {0}</target>
<target state="translated">Falta un argumento necesario para la opción: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredCommandWasNotProvided">
<source>Required command was not provided.</source>
<target state="new">Required command was not provided.</target>
<target state="translated">No se proporcionó el comando requerido.</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedArgument">
<source>Argument '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Argument '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">No se reconoce el argumento "{0}". Debe ser uno de: {1}</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedCommandOrArgument">
<source>Unrecognized command or argument '{0}'</source>
<target state="new">Unrecognized command or argument '{0}'</target>
<target state="translated">No se reconoce el comando o el argumento "{0}"</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedOption">
<source>Option '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Option '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">No se reconoce la opción "{0}". Debe ser una de: {1}</target>
<note />
</trans-unit>
</body>

View file

@ -109,57 +109,57 @@
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneArgument">
<source>Command '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Command '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">La commande '{0}' n'accepte qu'un seul argument mais {1} d'entre eux ont été fournis.</target>
<note />
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneSubcommand">
<source>Command '{0}' only accepts a single subcommand but multiple were provided: {1}</source>
<target state="new">Command '{0}' only accepts a single subcommand but multiple were provided: {1}</target>
<target state="translated">La commande '{0}' n'accepte qu'une seule sous-commande mais plusieurs d'entre elles ont été fournies : {1}</target>
<note />
</trans-unit>
<trans-unit id="FileDoesNotExist">
<source>File does not exist: {0}</source>
<target state="new">File does not exist: {0}</target>
<target state="translated">Le fichier n'existe pas : {0}</target>
<note />
</trans-unit>
<trans-unit id="NoArgumentsAllowed">
<source>Arguments not allowed for option: {0}</source>
<target state="new">Arguments not allowed for option: {0}</target>
<target state="translated">Arguments non autorisés pour l'option : {0}</target>
<note />
</trans-unit>
<trans-unit id="OptionAcceptsOnlyOneArgument">
<source>Option '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Option '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">L'option '{0}' n'accepte qu'un seul argument mais {1} d'entre eux ont été fournis.</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForCommand">
<source>Required argument missing for command: {0}</source>
<target state="new">Required argument missing for command: {0}</target>
<target state="translated">Argument obligatoire manquant pour la commande : {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForOption">
<source>Required argument missing for option: {0}</source>
<target state="new">Required argument missing for option: {0}</target>
<target state="translated">Argument obligatoire manquant pour l'option : {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredCommandWasNotProvided">
<source>Required command was not provided.</source>
<target state="new">Required command was not provided.</target>
<target state="translated">La commande nécessaire n'a pas été fournie.</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedArgument">
<source>Argument '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Argument '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">Argument '{0}' non reconnu. Il doit faire partie de : {1}</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedCommandOrArgument">
<source>Unrecognized command or argument '{0}'</source>
<target state="new">Unrecognized command or argument '{0}'</target>
<target state="translated">Commande ou argument non reconnu : '{0}'</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedOption">
<source>Option '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Option '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">Option '{0}' non reconnue. Elle doit faire partie de : {1}</target>
<note />
</trans-unit>
</body>

View file

@ -109,57 +109,57 @@
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneArgument">
<source>Command '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Command '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">Il comando '{0}' accetta un solo argomento, ma ne sono stati forniti {1}.</target>
<note />
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneSubcommand">
<source>Command '{0}' only accepts a single subcommand but multiple were provided: {1}</source>
<target state="new">Command '{0}' only accepts a single subcommand but multiple were provided: {1}</target>
<target state="translated">Il comando '{0}' accetta un solo sottocomando, ma ne è stato fornito più di uno: {1}</target>
<note />
</trans-unit>
<trans-unit id="FileDoesNotExist">
<source>File does not exist: {0}</source>
<target state="new">File does not exist: {0}</target>
<target state="translated">Il file {0} non esiste</target>
<note />
</trans-unit>
<trans-unit id="NoArgumentsAllowed">
<source>Arguments not allowed for option: {0}</source>
<target state="new">Arguments not allowed for option: {0}</target>
<target state="translated">Argomenti non consentiti per l'opzione: {0}</target>
<note />
</trans-unit>
<trans-unit id="OptionAcceptsOnlyOneArgument">
<source>Option '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Option '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">L'opzione '{0}' accetta un solo argomento, ma ne sono stati forniti {1}.</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForCommand">
<source>Required argument missing for command: {0}</source>
<target state="new">Required argument missing for command: {0}</target>
<target state="translated">Manca l'argomento obbligatorio per il comando: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForOption">
<source>Required argument missing for option: {0}</source>
<target state="new">Required argument missing for option: {0}</target>
<target state="translated">Manca l'argomento obbligatorio per l'opzione: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredCommandWasNotProvided">
<source>Required command was not provided.</source>
<target state="new">Required command was not provided.</target>
<target state="translated">Il comando obbligatorio non è stato specificato.</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedArgument">
<source>Argument '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Argument '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">L'argomento '{0}' non è riconosciuto. Deve essere uno dei seguenti: {1}</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedCommandOrArgument">
<source>Unrecognized command or argument '{0}'</source>
<target state="new">Unrecognized command or argument '{0}'</target>
<target state="translated">Il comando o l'argomento '{0}' non è stato riconosciuto</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedOption">
<source>Option '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Option '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">L'opzione '{0}' non è riconosciuta. Deve essere una delle seguenti: {1}</target>
<note />
</trans-unit>
</body>

View file

@ -109,57 +109,57 @@
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneArgument">
<source>Command '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Command '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">コマンド '{0}' は 1 つの引数のみを受け入れますが、{1} が指定されました。</target>
<note />
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneSubcommand">
<source>Command '{0}' only accepts a single subcommand but multiple were provided: {1}</source>
<target state="new">Command '{0}' only accepts a single subcommand but multiple were provided: {1}</target>
<target state="translated">コマンド '{0}' は 1 つのサブコマンドのみを受け入れますが、複数指定されました: {1}</target>
<note />
</trans-unit>
<trans-unit id="FileDoesNotExist">
<source>File does not exist: {0}</source>
<target state="new">File does not exist: {0}</target>
<target state="translated">ファイルが存在しません: {0}</target>
<note />
</trans-unit>
<trans-unit id="NoArgumentsAllowed">
<source>Arguments not allowed for option: {0}</source>
<target state="new">Arguments not allowed for option: {0}</target>
<target state="translated">引数をオプションで使用できません: {0}</target>
<note />
</trans-unit>
<trans-unit id="OptionAcceptsOnlyOneArgument">
<source>Option '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Option '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">オプション '{0}' は 1 つの引数のみを受け入れますが、{1} 個指定されました。</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForCommand">
<source>Required argument missing for command: {0}</source>
<target state="new">Required argument missing for command: {0}</target>
<target state="translated">必要な引数がコマンドにありません: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForOption">
<source>Required argument missing for option: {0}</source>
<target state="new">Required argument missing for option: {0}</target>
<target state="translated">必要な引数がオプションにありません: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredCommandWasNotProvided">
<source>Required command was not provided.</source>
<target state="new">Required command was not provided.</target>
<target state="translated">必要なコマンドが指定されませんでした。</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedArgument">
<source>Argument '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Argument '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">引数 '{0}' は認識されません。次のいずれかである必要があります: {1}</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedCommandOrArgument">
<source>Unrecognized command or argument '{0}'</source>
<target state="new">Unrecognized command or argument '{0}'</target>
<target state="translated">認識されないコマンドまたは引数 '{0}'</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedOption">
<source>Option '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Option '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">オプション '{0}' は認識されません。次のいずれかである必要があります: {1}</target>
<note />
</trans-unit>
</body>

View file

@ -109,57 +109,57 @@
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneArgument">
<source>Command '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Command '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">{0} 명령은 단일 인수만 허용하는데, {1}이(가) 제공되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneSubcommand">
<source>Command '{0}' only accepts a single subcommand but multiple were provided: {1}</source>
<target state="new">Command '{0}' only accepts a single subcommand but multiple were provided: {1}</target>
<target state="translated">{0} 명령은 단일 하위 명령만 허용하는데, 여러 하위 명령이 제공되었습니다. {1}</target>
<note />
</trans-unit>
<trans-unit id="FileDoesNotExist">
<source>File does not exist: {0}</source>
<target state="new">File does not exist: {0}</target>
<target state="translated">파일이 없습니다. {0}</target>
<note />
</trans-unit>
<trans-unit id="NoArgumentsAllowed">
<source>Arguments not allowed for option: {0}</source>
<target state="new">Arguments not allowed for option: {0}</target>
<target state="translated">옵션에 대해 인수가 허용되지 않습니다. {0}</target>
<note />
</trans-unit>
<trans-unit id="OptionAcceptsOnlyOneArgument">
<source>Option '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Option '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">'{0}' 옵션은 단일 인수만 허용하는데, {1}이(가) 제공되었습니다.</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForCommand">
<source>Required argument missing for command: {0}</source>
<target state="new">Required argument missing for command: {0}</target>
<target state="translated">명령 {0}에 대한 필수 인수가 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForOption">
<source>Required argument missing for option: {0}</source>
<target state="new">Required argument missing for option: {0}</target>
<target state="translated">옵션 {0}에 대한 필수 인수가 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="RequiredCommandWasNotProvided">
<source>Required command was not provided.</source>
<target state="new">Required command was not provided.</target>
<target state="translated">필수 명령을 제공하지 않았습니다.</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedArgument">
<source>Argument '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Argument '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">'{0}' 인수를 인식할 수 없습니다. 다음 중 하나여야 합니다. {1}</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedCommandOrArgument">
<source>Unrecognized command or argument '{0}'</source>
<target state="new">Unrecognized command or argument '{0}'</target>
<target state="translated">인식할 수 없는 명령 또는 인수 '{0}'</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedOption">
<source>Option '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Option '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">'{0}' 옵션을 인식할 수 없습니다. 다음 중 하나여야 합니다. {1}</target>
<note />
</trans-unit>
</body>

View file

@ -109,57 +109,57 @@
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneArgument">
<source>Command '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Command '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">Polecenie „{0}” przyjmuje tylko jeden argument, a podano {1}.</target>
<note />
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneSubcommand">
<source>Command '{0}' only accepts a single subcommand but multiple were provided: {1}</source>
<target state="new">Command '{0}' only accepts a single subcommand but multiple were provided: {1}</target>
<target state="translated">Polecenie „{0}” przyjmuje tylko jedno polecenie podrzędne, a podano ich wiele: {1}.</target>
<note />
</trans-unit>
<trans-unit id="FileDoesNotExist">
<source>File does not exist: {0}</source>
<target state="new">File does not exist: {0}</target>
<target state="translated">Plik nie istnieje: {0}</target>
<note />
</trans-unit>
<trans-unit id="NoArgumentsAllowed">
<source>Arguments not allowed for option: {0}</source>
<target state="new">Arguments not allowed for option: {0}</target>
<target state="translated">Dla tej opcji nie są dozwolone argumenty: {0}</target>
<note />
</trans-unit>
<trans-unit id="OptionAcceptsOnlyOneArgument">
<source>Option '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Option '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">Opcja „{0}” przyjmuje tylko jeden argument, a podano {1}.</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForCommand">
<source>Required argument missing for command: {0}</source>
<target state="new">Required argument missing for command: {0}</target>
<target state="translated">Brakuje argumentu wymaganego polecenia: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForOption">
<source>Required argument missing for option: {0}</source>
<target state="new">Required argument missing for option: {0}</target>
<target state="translated">Brakuje argumentu wymaganego opcji: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredCommandWasNotProvided">
<source>Required command was not provided.</source>
<target state="new">Required command was not provided.</target>
<target state="translated">Nie podano wymaganego polecenia.</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedArgument">
<source>Argument '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Argument '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">Nie rozpoznano argumentu „{0}”. Musi on być jednym z tych: {1}</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedCommandOrArgument">
<source>Unrecognized command or argument '{0}'</source>
<target state="new">Unrecognized command or argument '{0}'</target>
<target state="translated">Nierozpoznane polecenie lub argument „{0}”</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedOption">
<source>Option '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Option '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">Nie rozpoznano opcji „{0}”. Musi ona być jedną z tych: {1}</target>
<note />
</trans-unit>
</body>

View file

@ -109,57 +109,57 @@
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneArgument">
<source>Command '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Command '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">O comando '{0}' aceita somente um único argumento, mas {1} foram fornecidos.</target>
<note />
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneSubcommand">
<source>Command '{0}' only accepts a single subcommand but multiple were provided: {1}</source>
<target state="new">Command '{0}' only accepts a single subcommand but multiple were provided: {1}</target>
<target state="translated">O comando '{0}' aceita somente um único subcomando, mas vários foram fornecidos: {1}</target>
<note />
</trans-unit>
<trans-unit id="FileDoesNotExist">
<source>File does not exist: {0}</source>
<target state="new">File does not exist: {0}</target>
<target state="translated">O arquivo não existe: {0}</target>
<note />
</trans-unit>
<trans-unit id="NoArgumentsAllowed">
<source>Arguments not allowed for option: {0}</source>
<target state="new">Arguments not allowed for option: {0}</target>
<target state="translated">Argumentos não permitidos para a opção: {0}</target>
<note />
</trans-unit>
<trans-unit id="OptionAcceptsOnlyOneArgument">
<source>Option '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Option '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">A opção '{0}' aceita somente um único argumento, mas {1} foram fornecidos.</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForCommand">
<source>Required argument missing for command: {0}</source>
<target state="new">Required argument missing for command: {0}</target>
<target state="translated">Argumento obrigatório ausente para o comando: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForOption">
<source>Required argument missing for option: {0}</source>
<target state="new">Required argument missing for option: {0}</target>
<target state="translated">Argumento obrigatório ausente para a opção: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredCommandWasNotProvided">
<source>Required command was not provided.</source>
<target state="new">Required command was not provided.</target>
<target state="translated">O comando necessário não foi fornecido.</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedArgument">
<source>Argument '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Argument '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">Argumento '{0}' não reconhecido. Ele deve ser um dos seguintes: {1}</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedCommandOrArgument">
<source>Unrecognized command or argument '{0}'</source>
<target state="new">Unrecognized command or argument '{0}'</target>
<target state="translated">Comando ou argumento '{0}' não reconhecido</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedOption">
<source>Option '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Option '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">Opção '{0}' não reconhecida. Ela deve ser uma das seguintes: {1}</target>
<note />
</trans-unit>
</body>

View file

@ -109,57 +109,57 @@
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneArgument">
<source>Command '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Command '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">Команда "{0}" принимает только один аргумент, но указано несколько аргументов: {1}.</target>
<note />
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneSubcommand">
<source>Command '{0}' only accepts a single subcommand but multiple were provided: {1}</source>
<target state="new">Command '{0}' only accepts a single subcommand but multiple were provided: {1}</target>
<target state="translated">Команда "{0}" принимает только одну подкоманду, но указано несколько подкоманд: {1}.</target>
<note />
</trans-unit>
<trans-unit id="FileDoesNotExist">
<source>File does not exist: {0}</source>
<target state="new">File does not exist: {0}</target>
<target state="translated">Файл не существует: {0}</target>
<note />
</trans-unit>
<trans-unit id="NoArgumentsAllowed">
<source>Arguments not allowed for option: {0}</source>
<target state="new">Arguments not allowed for option: {0}</target>
<target state="translated">Аргументы для параметра не допускаются: {0}</target>
<note />
</trans-unit>
<trans-unit id="OptionAcceptsOnlyOneArgument">
<source>Option '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Option '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">Параметр "{0}" принимает только один аргумент, но указано несколько аргументов: {1}.</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForCommand">
<source>Required argument missing for command: {0}</source>
<target state="new">Required argument missing for command: {0}</target>
<target state="translated">Отсутствует обязательный аргумент для команды: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForOption">
<source>Required argument missing for option: {0}</source>
<target state="new">Required argument missing for option: {0}</target>
<target state="translated">Отсутствует обязательный аргумент для параметра: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredCommandWasNotProvided">
<source>Required command was not provided.</source>
<target state="new">Required command was not provided.</target>
<target state="translated">Обязательная команда не указана.</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedArgument">
<source>Argument '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Argument '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">Аргумент "{0}" не распознан. Он должен быть одним из следующих: {1}</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedCommandOrArgument">
<source>Unrecognized command or argument '{0}'</source>
<target state="new">Unrecognized command or argument '{0}'</target>
<target state="translated">Нераспознанная команда или аргумент "{0}"</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedOption">
<source>Option '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Option '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">Параметр "{0}" не распознан. Он должен быть одним из следующих: {1}</target>
<note />
</trans-unit>
</body>

View file

@ -109,57 +109,57 @@
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneArgument">
<source>Command '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Command '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">'{0}' komutu yalnızca bir bağımsız değişken kabul ediyor ancak {1} bağımsız değişken sağlandı.</target>
<note />
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneSubcommand">
<source>Command '{0}' only accepts a single subcommand but multiple were provided: {1}</source>
<target state="new">Command '{0}' only accepts a single subcommand but multiple were provided: {1}</target>
<target state="translated">'{0}' komutu yalnızca bir alt komut kabul ediyor ancak birden çok sağlandı: {1}</target>
<note />
</trans-unit>
<trans-unit id="FileDoesNotExist">
<source>File does not exist: {0}</source>
<target state="new">File does not exist: {0}</target>
<target state="translated">Dosya yok: {0}</target>
<note />
</trans-unit>
<trans-unit id="NoArgumentsAllowed">
<source>Arguments not allowed for option: {0}</source>
<target state="new">Arguments not allowed for option: {0}</target>
<target state="translated">Seçenek için bağımsız değişkenlere izin verilmiyor: {0}</target>
<note />
</trans-unit>
<trans-unit id="OptionAcceptsOnlyOneArgument">
<source>Option '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Option '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">'{0}' seçeneği yalnızca bir bağımsız değişken kabul ediyor ancak {1} bağımsız değişken sağlandı.</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForCommand">
<source>Required argument missing for command: {0}</source>
<target state="new">Required argument missing for command: {0}</target>
<target state="translated">Komut için gerekli bağımsız değişken eksik: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForOption">
<source>Required argument missing for option: {0}</source>
<target state="new">Required argument missing for option: {0}</target>
<target state="translated">Seçenek için gerekli bağımsız değişken eksik: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredCommandWasNotProvided">
<source>Required command was not provided.</source>
<target state="new">Required command was not provided.</target>
<target state="translated">Gerekli komut sağlanmadı.</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedArgument">
<source>Argument '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Argument '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">'{0}' bağımsız değişkeni tanınmıyor. Şunlardan biri olmalıdır: {1}</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedCommandOrArgument">
<source>Unrecognized command or argument '{0}'</source>
<target state="new">Unrecognized command or argument '{0}'</target>
<target state="translated">Tanınmayan komut veya bağımsız değişken: '{0}'</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedOption">
<source>Option '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Option '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">'{0}' seçeneği tanınmıyor. Şunlardan biri olmalıdır: {1}</target>
<note />
</trans-unit>
</body>

View file

@ -109,57 +109,57 @@
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneArgument">
<source>Command '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Command '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">命令“{0}”仅接受一个参数但 {1} 已提供。</target>
<note />
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneSubcommand">
<source>Command '{0}' only accepts a single subcommand but multiple were provided: {1}</source>
<target state="new">Command '{0}' only accepts a single subcommand but multiple were provided: {1}</target>
<target state="translated">命令“{0}”仅接受一个子命令但已提供多个子命令: {1}</target>
<note />
</trans-unit>
<trans-unit id="FileDoesNotExist">
<source>File does not exist: {0}</source>
<target state="new">File does not exist: {0}</target>
<target state="translated">文件不存在: {0}</target>
<note />
</trans-unit>
<trans-unit id="NoArgumentsAllowed">
<source>Arguments not allowed for option: {0}</source>
<target state="new">Arguments not allowed for option: {0}</target>
<target state="translated">选项不允许参数: {0}</target>
<note />
</trans-unit>
<trans-unit id="OptionAcceptsOnlyOneArgument">
<source>Option '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Option '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">选项“{0}”仅接受一个参数但 {1} 已提供。</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForCommand">
<source>Required argument missing for command: {0}</source>
<target state="new">Required argument missing for command: {0}</target>
<target state="translated">命令缺少所需参数: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForOption">
<source>Required argument missing for option: {0}</source>
<target state="new">Required argument missing for option: {0}</target>
<target state="translated">选项缺少所需参数: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredCommandWasNotProvided">
<source>Required command was not provided.</source>
<target state="new">Required command was not provided.</target>
<target state="translated">未提供必需的命令。</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedArgument">
<source>Argument '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Argument '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">未识别参数“{0}”。必须为一个: {1}</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedCommandOrArgument">
<source>Unrecognized command or argument '{0}'</source>
<target state="new">Unrecognized command or argument '{0}'</target>
<target state="translated">未识别命令或参数“{0}”</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedOption">
<source>Option '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Option '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">未识别选项“{0}”。必须为一个: {1}</target>
<note />
</trans-unit>
</body>

View file

@ -109,57 +109,57 @@
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneArgument">
<source>Command '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Command '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">命令 '{0}' 只接受單一引數,但提供了 {1} 個引數。</target>
<note />
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneSubcommand">
<source>Command '{0}' only accepts a single subcommand but multiple were provided: {1}</source>
<target state="new">Command '{0}' only accepts a single subcommand but multiple were provided: {1}</target>
<target state="translated">命令 '{0}' 只接受單一子命令,但提供了多個子命令: {1}</target>
<note />
</trans-unit>
<trans-unit id="FileDoesNotExist">
<source>File does not exist: {0}</source>
<target state="new">File does not exist: {0}</target>
<target state="translated">檔案不存在: {0}</target>
<note />
</trans-unit>
<trans-unit id="NoArgumentsAllowed">
<source>Arguments not allowed for option: {0}</source>
<target state="new">Arguments not allowed for option: {0}</target>
<target state="translated">選項不允許的引數: {0}</target>
<note />
</trans-unit>
<trans-unit id="OptionAcceptsOnlyOneArgument">
<source>Option '{0}' only accepts a single argument but {1} were provided.</source>
<target state="new">Option '{0}' only accepts a single argument but {1} were provided.</target>
<target state="translated">選項 '{0}' 只接受單一引數,但提供了 {1} 個引數。</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForCommand">
<source>Required argument missing for command: {0}</source>
<target state="new">Required argument missing for command: {0}</target>
<target state="translated">命令遺漏必要引數: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForOption">
<source>Required argument missing for option: {0}</source>
<target state="new">Required argument missing for option: {0}</target>
<target state="translated">選項遺漏必要引數: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredCommandWasNotProvided">
<source>Required command was not provided.</source>
<target state="new">Required command was not provided.</target>
<target state="translated">未提供所需的命令。</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedArgument">
<source>Argument '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Argument '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">無法辨識引數 '{0}'。必須為下列之一: {1}</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedCommandOrArgument">
<source>Unrecognized command or argument '{0}'</source>
<target state="new">Unrecognized command or argument '{0}'</target>
<target state="translated">無法辨識的命令或引數 '{0}'</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedOption">
<source>Option '{0}' not recognized. Must be one of: {1}</source>
<target state="new">Option '{0}' not recognized. Must be one of: {1}</target>
<target state="translated">無法辨識選項 '{0}'。必須為下列之一: {1}</target>
<note />
</trans-unit>
</body>

View file

@ -59,7 +59,7 @@
</trans-unit>
<trans-unit id="CmdSource">
<source>SOURCE</source>
<target state="translated">SOURCE</target>
<target state="translated">ORIGEN</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDirectory">

View file

@ -54,7 +54,7 @@
</trans-unit>
<trans-unit id="CmdFramework">
<source>FRAMEWORK</source>
<target state="translated">ESTRUTURA</target>
<target state="translated">FRAMEWORK</target>
<note />
</trans-unit>
<trans-unit id="CmdSource">

View file

@ -4,7 +4,7 @@
<body>
<trans-unit id="AppFullName">
<source>.NET Add Project to Solution Command</source>
<target state="translated">Команда "Добавить проект в решение" .NET</target>
<target state="translated">Команда .NET "Добавить проект в решение"</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -4,7 +4,7 @@
<body>
<trans-unit id="AppFullName">
<source>.NET Add Project to Project reference Command</source>
<target state="translated">.NET プロジェクト間参照を追加するコマンド</target>
<target state="translated">.NET Add Project to Project reference コマンド</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">
@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="AppHelpText">
<source>Project to project references to add</source>
<target state="translated">追加する Project to project 参照</target>
<target state="translated">追加するプロジェクト間参照</target>
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">

View file

@ -29,7 +29,7 @@
</trans-unit>
<trans-unit id="OutputOptionName">
<source>OUTPUT_DIR</source>
<target state="translated">RÉP_SORTIE</target>
<target state="translated">OUTPUT_DIR</target>
<note />
</trans-unit>
</body>

View file

@ -29,7 +29,7 @@
</trans-unit>
<trans-unit id="OutputOptionName">
<source>OUTPUT_DIR</source>
<target state="translated">DIRETÓRIO_DE_SAÍDA</target>
<target state="translated">OUTPUT_DIR</target>
<note />
</trans-unit>
</body>

View file

@ -29,7 +29,7 @@
</trans-unit>
<trans-unit id="OutputOptionName">
<source>OUTPUT_DIR</source>
<target state="translated">OUTPUT_DIR</target>
<target state="translated">ÇIKIŞ_DİZİNİ</target>
<note />
</trans-unit>
</body>

View file

@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="CmdOutputDir">
<source>OUTPUT_DIR</source>
<target state="translated">RÉP_SORTIE</target>
<target state="translated">OUTPUT_DIR</target>
<note />
</trans-unit>
<trans-unit id="CmdOutputDirDescription">

View file

@ -19,7 +19,7 @@
</trans-unit>
<trans-unit id="CmdOutputDirDescription">
<source>Directory in which the build outputs have been placed.</source>
<target state="translated">빌드 출력이 배치된 디렉터리입니다.</target>
<target state="translated">빌드 출력이 위치한 디렉터리입니다.</target>
<note />
</trans-unit>
</body>

View file

@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="CmdOutputDir">
<source>OUTPUT_DIR</source>
<target state="translated">DIRETÓRIO_DE_SAÍDA</target>
<target state="translated">OUTPUT_DIR</target>
<note />
</trans-unit>
<trans-unit id="CmdOutputDirDescription">

View file

@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="CmdOutputDir">
<source>OUTPUT_DIR</source>
<target state="translated">OUTPUT_DIR</target>
<target state="translated">ÇIKIŞ_DİZİNİ</target>
<note />
</trans-unit>
<trans-unit id="CmdOutputDirDescription">

View file

@ -39,7 +39,7 @@
</trans-unit>
<trans-unit id="HelpDefinition">
<source>Show help.</source>
<target state="needs-review-translation">Zobrazit nápovědu</target>
<target state="translated">Zobrazí nápovědu.</target>
<note />
</trans-unit>
<trans-unit id="HostOptions">

View file

@ -39,7 +39,7 @@
</trans-unit>
<trans-unit id="HelpDefinition">
<source>Show help.</source>
<target state="needs-review-translation">Hilfe anzeigen</target>
<target state="translated">Hilfe anzeigen.</target>
<note />
</trans-unit>
<trans-unit id="HostOptions">

View file

@ -39,7 +39,7 @@
</trans-unit>
<trans-unit id="HelpDefinition">
<source>Show help.</source>
<target state="needs-review-translation">Muestra la ayuda</target>
<target state="translated">Muestra la ayuda.</target>
<note />
</trans-unit>
<trans-unit id="HostOptions">

View file

@ -39,7 +39,7 @@
</trans-unit>
<trans-unit id="HelpDefinition">
<source>Show help.</source>
<target state="needs-review-translation">Afficher l'aide</target>
<target state="translated">Affichez l'aide.</target>
<note />
</trans-unit>
<trans-unit id="HostOptions">
@ -204,7 +204,7 @@
</trans-unit>
<trans-unit id="RunDotnetCommandHelpForMore">
<source>Run 'dotnet COMMAND --help' for more information on a command.</source>
<target state="translated">Exécutez 'dotnet COMMANDE --help' pour plus d'informations sur une commande.</target>
<target state="translated">Exécutez 'dotnet COMMAND --help' pour plus d'informations sur une commande.</target>
<note />
</trans-unit>
<trans-unit id="AdditionalprobingpathDefinition">

View file

@ -39,7 +39,7 @@
</trans-unit>
<trans-unit id="HelpDefinition">
<source>Show help.</source>
<target state="needs-review-translation">Mostra la Guida</target>
<target state="translated">Visualizza la Guida.</target>
<note />
</trans-unit>
<trans-unit id="HostOptions">

View file

@ -39,7 +39,7 @@
</trans-unit>
<trans-unit id="HelpDefinition">
<source>Show help.</source>
<target state="needs-review-translation">ヘルプを表示する</target>
<target state="translated">ヘルプを表示します。</target>
<note />
</trans-unit>
<trans-unit id="HostOptions">

View file

@ -39,7 +39,7 @@
</trans-unit>
<trans-unit id="HelpDefinition">
<source>Show help.</source>
<target state="needs-review-translation">도움말 표시</target>
<target state="translated">도움말을 표시합니다.</target>
<note />
</trans-unit>
<trans-unit id="HostOptions">

View file

@ -39,7 +39,7 @@
</trans-unit>
<trans-unit id="HelpDefinition">
<source>Show help.</source>
<target state="needs-review-translation">Wyświetl pomoc</target>
<target state="translated">Pokaż pomoc.</target>
<note />
</trans-unit>
<trans-unit id="HostOptions">

View file

@ -39,7 +39,7 @@
</trans-unit>
<trans-unit id="HelpDefinition">
<source>Show help.</source>
<target state="needs-review-translation">Mostrar ajuda</target>
<target state="translated">Mostrar ajuda.</target>
<note />
</trans-unit>
<trans-unit id="HostOptions">

View file

@ -39,7 +39,7 @@
</trans-unit>
<trans-unit id="HelpDefinition">
<source>Show help.</source>
<target state="needs-review-translation">Показать справку</target>
<target state="translated">Показать справку.</target>
<note />
</trans-unit>
<trans-unit id="HostOptions">

View file

@ -39,7 +39,7 @@
</trans-unit>
<trans-unit id="HelpDefinition">
<source>Show help.</source>
<target state="needs-review-translation">Yardımı göster</target>
<target state="translated">Yardımı gösterir.</target>
<note />
</trans-unit>
<trans-unit id="HostOptions">

View file

@ -39,7 +39,7 @@
</trans-unit>
<trans-unit id="HelpDefinition">
<source>Show help.</source>
<target state="needs-review-translation">显示帮助</target>
<target state="translated">显示帮助。</target>
<note />
</trans-unit>
<trans-unit id="HostOptions">

View file

@ -39,7 +39,7 @@
</trans-unit>
<trans-unit id="HelpDefinition">
<source>Show help.</source>
<target state="needs-review-translation">顯示說明</target>
<target state="translated">顯示說明。</target>
<note />
</trans-unit>
<trans-unit id="HostOptions">

View file

@ -16,7 +16,7 @@
<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="translated">Projekt {1} neobsahuje odkazy na {0}.
{0} je typ požadované položky (projekt, balíček, p2p) a {1} je používaný objekt (soubor projektu nebo soubor řešení).</target>
{0} je typ požadované položky (projekt, balíček, p2p) a {1} je používaný objekt (soubor projektu nebo soubor řešení). </target>
<note />
</trans-unit>
</body>

View file

@ -16,7 +16,7 @@
<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="translated">{1} 프로젝트에 {0} 참조가 없습니다.
{0}은(는) 요청한 항목의 형식(프로젝트, 패키지, p2p)이고 {1}은(는) 작업 중인 개체(프로젝트 파일 또는 솔루션 파일)입니다.</target>
{0}은(는) 요청한 항목의 형식(프로젝트, 패키지, p2p)이고 {1}은(는) 작업 중인 개체(프로젝트 파일 또는 솔루션 파일)입니다. </target>
<note />
</trans-unit>
</body>

View file

@ -4,7 +4,7 @@
<body>
<trans-unit id="NetListCommand">
<source>.NET List Command</source>
<target state="translated">Команда "Список" .NET</target>
<target state="translated">Команда .NET "Список"</target>
<note />
</trans-unit>
</body>

View file

@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="CmdProjectArgument">
<source>PROJECT_JSON/GLOBAL_JSON/SOLUTION_FILE/PROJECT_DIR</source>
<target state="translated">PROJECT_JSON/GLOBAL_JSON/FICHIER_SOLUTION/RÉP_PROJET</target>
<target state="translated">PROJECT_JSON/GLOBAL_JSON/SOLUTION_FILE/PROJECT_DIR</target>
<note />
</trans-unit>
<trans-unit id="CmdProjectArgumentDescription">

View file

@ -64,7 +64,7 @@ Defaults to current directory if nothing is specified.</source>
</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="translated">마이그레이션을 완료한 후 project.json, global.json 및 *.xproj를 `백업` 디렉터리로 이동하는 작업을 건너뜁니다.</target>
<target state="translated">마이그레이션을 완료한 후 project.json, global.json 및 *.xproj를 '백업' 디렉터리로 이동하는 작업을 건너뜁니다.</target>
<note />
</trans-unit>
<trans-unit id="MigrationFailedError">

View file

@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="CmdOutputDir">
<source>OUTPUT_DIR</source>
<target state="translated">RÉP_SORTIE</target>
<target state="translated">OUTPUT_DIR</target>
<note />
</trans-unit>
<trans-unit id="CmdOutputDirDescription">
@ -44,7 +44,7 @@
</trans-unit>
<trans-unit id="CmdArgumentProject">
<source>PROJECT</source>
<target state="translated">PROJET</target>
<target state="translated">PROJECT</target>
<note />
</trans-unit>
<trans-unit id="CmdArgumentDescription">

View file

@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="CmdOutputDir">
<source>OUTPUT_DIR</source>
<target state="translated">DIRETÓRIO_DE_SAÍDA</target>
<target state="translated">OUTPUT_DIR</target>
<note />
</trans-unit>
<trans-unit id="CmdOutputDirDescription">
@ -44,7 +44,7 @@
</trans-unit>
<trans-unit id="CmdArgumentProject">
<source>PROJECT</source>
<target state="translated">PROJETO</target>
<target state="translated">PROJECT</target>
<note />
</trans-unit>
<trans-unit id="CmdArgumentDescription">

View file

@ -19,7 +19,7 @@
</trans-unit>
<trans-unit id="OutputOption">
<source>OUTPUT_DIR</source>
<target state="translated">RÉP_SORTIE</target>
<target state="translated">OUTPUT_DIR</target>
<note />
</trans-unit>
<trans-unit id="OutputOptionDescription">

View file

@ -9,7 +9,7 @@
</trans-unit>
<trans-unit id="FrameworkOption">
<source>FRAMEWORK</source>
<target state="translated">ESTRUTURA</target>
<target state="translated">FRAMEWORK</target>
<note />
</trans-unit>
<trans-unit id="FrameworkOptionDescription">
@ -19,7 +19,7 @@
</trans-unit>
<trans-unit id="OutputOption">
<source>OUTPUT_DIR</source>
<target state="translated">DIRETÓRIO_DE_SAÍDA</target>
<target state="translated">OUTPUT_DIR</target>
<note />
</trans-unit>
<trans-unit id="OutputOptionDescription">

View file

@ -19,7 +19,7 @@
</trans-unit>
<trans-unit id="OutputOption">
<source>OUTPUT_DIR</source>
<target state="translated">OUTPUT_DIR</target>
<target state="translated">ÇIKIŞ_DİZİNİ</target>
<note />
</trans-unit>
<trans-unit id="OutputOptionDescription">

View file

@ -4,7 +4,7 @@
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Project from Solution Command</source>
<target state="translated">Команда "Удалить проект из решения" .NET</target>
<target state="translated">Команда .NET "Удалить проект из решения"</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -4,7 +4,7 @@
<body>
<trans-unit id="NetRemoveCommand">
<source>.NET Remove Command</source>
<target state="translated">.NET Remove 명령</target>
<target state="translated">.NET 제거 명령</target>
<note />
</trans-unit>
</body>

View file

@ -4,7 +4,7 @@
<body>
<trans-unit id="NetRemoveCommand">
<source>.NET Remove Command</source>
<target state="translated">Comando .NET Remove</target>
<target state="translated">Comando Remover do .NET</target>
<note />
</trans-unit>
</body>

View file

@ -84,7 +84,7 @@
</trans-unit>
<trans-unit id="CmdForceRestoreOptionDescription">
<source>Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</source>
<target state="new">Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</target>
<target state="translated">Tento příznak nastavte, pokud chcete vynutit vyřešení všech závislostí, i když poslední obnovení proběhlo úspěšně. Jedná se o ekvivalent odstranění project.assets.json.</target>
<note />
</trans-unit>
</body>

View file

@ -84,7 +84,7 @@
</trans-unit>
<trans-unit id="CmdForceRestoreOptionDescription">
<source>Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</source>
<target state="new">Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</target>
<target state="translated">Legen Sie dieses Flag fest, damit alle Abhängigkeiten aufgelöst werden, auch wenn die letzte Wiederherstellung erfolgreich war. Dies entspricht dem Löschen von "project.assets.json".</target>
<note />
</trans-unit>
</body>

View file

@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="CmdArgument">
<source>PROJECT</source>
<target state="translated">PROJECT</target>
<target state="translated">PROYECTO</target>
<note />
</trans-unit>
<trans-unit id="CmdArgumentDescription">
@ -24,7 +24,7 @@
</trans-unit>
<trans-unit id="CmdSourceOption">
<source>SOURCE</source>
<target state="translated">SOURCE</target>
<target state="translated">ORIGEN</target>
<note />
</trans-unit>
<trans-unit id="CmdSourceOptionDescription">
@ -34,7 +34,7 @@
</trans-unit>
<trans-unit id="CmdPackagesOption">
<source>PACKAGES_DIRECTORY</source>
<target state="translated">PACKAGES_DIRECTORY</target>
<target state="translated">DIRECTORIO_DE:PAQUETES</target>
<note />
</trans-unit>
<trans-unit id="CmdPackagesOptionDescription">
@ -84,7 +84,7 @@
</trans-unit>
<trans-unit id="CmdForceRestoreOptionDescription">
<source>Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</source>
<target state="new">Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</target>
<target state="translated">Establezca este indicador para forzar la resolución de todas las dependencias aunque la última restauración se haya realizado correctamente. Esta acción es equivalente a eliminar project.assets.json.</target>
<note />
</trans-unit>
</body>

View file

@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="CmdArgument">
<source>PROJECT</source>
<target state="translated">PROJET</target>
<target state="translated">PROJECT</target>
<note />
</trans-unit>
<trans-unit id="CmdArgumentDescription">
@ -34,7 +34,7 @@
</trans-unit>
<trans-unit id="CmdPackagesOption">
<source>PACKAGES_DIRECTORY</source>
<target state="translated">RÉPERTOIRE_PACKAGES</target>
<target state="translated">PACKAGES_DIRECTORY</target>
<note />
</trans-unit>
<trans-unit id="CmdPackagesOptionDescription">
@ -49,7 +49,7 @@
</trans-unit>
<trans-unit id="CmdConfigFileOption">
<source>FILE</source>
<target state="translated">FICHIER</target>
<target state="translated">FILE</target>
<note />
</trans-unit>
<trans-unit id="CmdConfigFileOptionDescription">
@ -74,7 +74,7 @@
</trans-unit>
<trans-unit id="CmdRuntimeOption">
<source>RUNTIME_IDENTIFIER</source>
<target state="translated">IDENTIFICATEUR_RUNTIME</target>
<target state="translated">RUNTIME_IDENTIFIER</target>
<note />
</trans-unit>
<trans-unit id="CmdRuntimeOptionDescription">
@ -84,7 +84,7 @@
</trans-unit>
<trans-unit id="CmdForceRestoreOptionDescription">
<source>Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</source>
<target state="new">Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</target>
<target state="translated">Définissez cet indicateur pour forcer la résolution de toutes les dépendances même si la dernière restauration a réussi. Cela équivaut à supprimer project.assets.json.</target>
<note />
</trans-unit>
</body>

View file

@ -84,7 +84,7 @@
</trans-unit>
<trans-unit id="CmdForceRestoreOptionDescription">
<source>Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</source>
<target state="new">Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</target>
<target state="translated">Impostare questo flag per forzare la risoluzione di tutte le dipendenze anche se l'ultimo ripristino è riuscito. Equivale a eliminare project.assets.json.</target>
<note />
</trans-unit>
</body>

View file

@ -84,7 +84,7 @@
</trans-unit>
<trans-unit id="CmdForceRestoreOptionDescription">
<source>Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</source>
<target state="new">Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</target>
<target state="translated">このフラグを設定すると、最後に行われた復元が成功した場合でも強制的にすべての依存関係を解決します。これは、project.assets.json を削除することと同じです。</target>
<note />
</trans-unit>
</body>

View file

@ -84,7 +84,7 @@
</trans-unit>
<trans-unit id="CmdForceRestoreOptionDescription">
<source>Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</source>
<target state="new">Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</target>
<target state="translated">마지막 복원이 성공적인 경우에도 이 플래그를 설정하여 모든 종속성을 확인합니다. project.assets.json을 삭제하는 것과 동일합니다.</target>
<note />
</trans-unit>
</body>

View file

@ -84,7 +84,7 @@
</trans-unit>
<trans-unit id="CmdForceRestoreOptionDescription">
<source>Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</source>
<target state="new">Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</target>
<target state="translated">Ustaw tę flagę, aby wymusić rozstrzygnięcie wszystkich zależności nawet w przypadku, gdy ostatnie przywracanie się powiodło. Jest to równoważne usunięciu pliku project.assets.json.</target>
<note />
</trans-unit>
</body>

View file

@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="CmdArgument">
<source>PROJECT</source>
<target state="translated">PROJETO</target>
<target state="translated">PROJECT</target>
<note />
</trans-unit>
<trans-unit id="CmdArgumentDescription">
@ -84,7 +84,7 @@
</trans-unit>
<trans-unit id="CmdForceRestoreOptionDescription">
<source>Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</source>
<target state="new">Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</target>
<target state="translated">Defina este sinalizador para forçar todas as dependências a serem resolvidas, mesmo que a última restauração tenha tido êxito. Isso equivale a excluir o project.assets.json.</target>
<note />
</trans-unit>
</body>

View file

@ -84,7 +84,7 @@
</trans-unit>
<trans-unit id="CmdForceRestoreOptionDescription">
<source>Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</source>
<target state="new">Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</target>
<target state="translated">Задайте этот флаг, чтобы принудительно разрешать все зависимости даже в случае успеха последнего восстановления. Это эквивалентно удалению project.assets.json.</target>
<note />
</trans-unit>
</body>

View file

@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="CmdArgument">
<source>PROJECT</source>
<target state="translated">PROJECT</target>
<target state="translated">PROJE</target>
<note />
</trans-unit>
<trans-unit id="CmdArgumentDescription">
@ -84,7 +84,7 @@
</trans-unit>
<trans-unit id="CmdForceRestoreOptionDescription">
<source>Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</source>
<target state="new">Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</target>
<target state="translated">Son geri yükleme başarılı olsa bile tüm bağımlılıkların çözümlenmesini zorlamak için bu bayrağı ayarlayın. Bu, project.assets.json öğesini silmeyle eşdeğerdir.</target>
<note />
</trans-unit>
</body>

View file

@ -84,7 +84,7 @@
</trans-unit>
<trans-unit id="CmdForceRestoreOptionDescription">
<source>Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</source>
<target state="new">Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</target>
<target state="translated">设置此标志以强制解析所有依赖项,即使最后一次还原已经成功。这等效于删除 project.assets.json。</target>
<note />
</trans-unit>
</body>

View file

@ -84,7 +84,7 @@
</trans-unit>
<trans-unit id="CmdForceRestoreOptionDescription">
<source>Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</source>
<target state="new">Set this flag to force all dependencies to be resolved even if the last restore was successful. This is equivalent to deleting project.assets.json.</target>
<target state="translated">設定此旗標可在即使上次還原已成功的情況下,仍然強制解決所有相依性。如此等同於刪除 project.assets.json。</target>
<note />
</trans-unit>
</body>

View file

@ -72,73 +72,73 @@ Aktuální {1} je {2}.</target>
</trans-unit>
<trans-unit id="CommandOptionLaunchProfileDescription">
<source>The name of the launch profile (if any) to use when launching the application.</source>
<target state="new">The name of the launch profile (if any) to use when launching the application.</target>
<target state="translated">Název profilu spuštění (pokud existuje), který se má použít při spuštění aplikace.</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionNoLaunchProfileDescription">
<source>Do not attempt to use launchSettings.json to configure the application.</source>
<target state="new">Do not attempt to use launchSettings.json to configure the application.</target>
<target state="translated">Ke konfiguraci aplikace nepoužívejte launchSettings.json.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotLocateALaunchSettingsFile">
<source>The specified launch profile could not be located.</source>
<target state="new">The specified launch profile could not be located.</target>
<target state="translated">Zadaný profil spuštění se nenašel.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotApplyLaunchSettings">
<source>The launch profile "{0}" could not be applied.
{1}</source>
<target state="new">The launch profile "{0}" could not be applied.
<target state="translated">Profil spuštění {0} se nedá použít.
{1}</target>
<note />
</trans-unit>
<trans-unit id="DefaultLaunchProfileDisplayName">
<source>(Default)</source>
<target state="new">(Default)</target>
<target state="translated">(výchozí)</target>
<note />
</trans-unit>
<trans-unit id="UsingLaunchSettingsFromMessage">
<source>Using launch settings from {0}...</source>
<target state="new">Using launch settings from {0}...</target>
<target state="translated">Použití nastavení spuštění z {0}...</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileIsNotAJsonObject">
<source>Launch profile is not a JSON object.</source>
<target state="new">Launch profile is not a JSON object.</target>
<target state="translated">Profil spuštění není objektem JSON.</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileHandlerCannotBeLocated">
<source>The launch profile type '{0}' is not supported.</source>
<target state="new">The launch profile type '{0}' is not supported.</target>
<target state="translated">Typ profilu spuštění {0} se nepodporuje.</target>
<note />
</trans-unit>
<trans-unit id="UsableLaunchProfileCannotBeLocated">
<source>A usable launch profile could not be located.</source>
<target state="new">A usable launch profile could not be located.</target>
<target state="translated">Nenašel se použitelný profil spuštění.</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedExceptionProcessingLaunchSettings">
<source>An unexpected exception occurred while processing launch settings:
{0}</source>
<target state="new">An unexpected exception occurred while processing launch settings:
<target state="translated">Při zpracování nastavení spuštění došlo k neočekávané výjimce:
{0}</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfilesCollectionIsNotAJsonObject">
<source>The 'profiles' property of the launch settings document is not a JSON object.</source>
<target state="new">The 'profiles' property of the launch settings document is not a JSON object.</target>
<target state="translated">Vlastnost profiles v dokumentu nastavení spuštění není objektem JSON.</target>
<note />
</trans-unit>
<trans-unit id="DeserializationExceptionMessage">
<source>An error was encountered when reading launchSettings.json.
{0}</source>
<target state="new">An error was encountered when reading launchSettings.json.
<target state="translated">Při načítání launchSettings.json došlo k chybě.
{0}</target>
<note />
</trans-unit>
<trans-unit id="RunCommandSpecifiecFileIsNotAValidProject">
<source>'{0}' is not a valid project file.</source>
<target state="new">'{0}' is not a valid project file.</target>
<target state="translated">{0} není platný soubor projektu.</target>
<note />
</trans-unit>
</body>

View file

@ -72,73 +72,73 @@ Ein ausführbares Projekt sollte ein ausführbares TFM (z.B. netcoreapp2.0) verw
</trans-unit>
<trans-unit id="CommandOptionLaunchProfileDescription">
<source>The name of the launch profile (if any) to use when launching the application.</source>
<target state="new">The name of the launch profile (if any) to use when launching the application.</target>
<target state="translated">Der Name des Startprofils (sofern vorhanden), das beim Starten der Anwendung verwendet werden soll.</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionNoLaunchProfileDescription">
<source>Do not attempt to use launchSettings.json to configure the application.</source>
<target state="new">Do not attempt to use launchSettings.json to configure the application.</target>
<target state="translated">Versuchen Sie nicht, "launchSettings.json" zum Konfigurieren der Anwendung zu verwenden.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotLocateALaunchSettingsFile">
<source>The specified launch profile could not be located.</source>
<target state="new">The specified launch profile could not be located.</target>
<target state="translated">Das angegebene Startprofil wurde nicht gefunden.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotApplyLaunchSettings">
<source>The launch profile "{0}" could not be applied.
{1}</source>
<target state="new">The launch profile "{0}" could not be applied.
<target state="translated">Das Startprofil "{0}" konnte nicht angewendet werden.
{1}</target>
<note />
</trans-unit>
<trans-unit id="DefaultLaunchProfileDisplayName">
<source>(Default)</source>
<target state="new">(Default)</target>
<target state="translated">(Standard)</target>
<note />
</trans-unit>
<trans-unit id="UsingLaunchSettingsFromMessage">
<source>Using launch settings from {0}...</source>
<target state="new">Using launch settings from {0}...</target>
<target state="translated">Die Starteinstellungen von {0} werden verwendet…</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileIsNotAJsonObject">
<source>Launch profile is not a JSON object.</source>
<target state="new">Launch profile is not a JSON object.</target>
<target state="translated">Das Startprofil ist kein JSON-Objekt.</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileHandlerCannotBeLocated">
<source>The launch profile type '{0}' is not supported.</source>
<target state="new">The launch profile type '{0}' is not supported.</target>
<target state="translated">Der Startprofiltyp "{0}" wird nicht unterstützt.</target>
<note />
</trans-unit>
<trans-unit id="UsableLaunchProfileCannotBeLocated">
<source>A usable launch profile could not be located.</source>
<target state="new">A usable launch profile could not be located.</target>
<target state="translated">Es wurde kein verwendbares Startprofil gefunden.</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedExceptionProcessingLaunchSettings">
<source>An unexpected exception occurred while processing launch settings:
{0}</source>
<target state="new">An unexpected exception occurred while processing launch settings:
<target state="translated">Beim Verarbeiten der Starteinstellungen ist ein unerwarteter Fehler aufgetreten:
{0}</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfilesCollectionIsNotAJsonObject">
<source>The 'profiles' property of the launch settings document is not a JSON object.</source>
<target state="new">The 'profiles' property of the launch settings document is not a JSON object.</target>
<target state="translated">Die Eigenschaft "Profile" des Starteigenschaftendokuments ist kein JSON-Objekt.</target>
<note />
</trans-unit>
<trans-unit id="DeserializationExceptionMessage">
<source>An error was encountered when reading launchSettings.json.
{0}</source>
<target state="new">An error was encountered when reading launchSettings.json.
<target state="translated">Beim Lesen von "launchSettings.json" ist ein Fehler aufgetreten.
{0}</target>
<note />
</trans-unit>
<trans-unit id="RunCommandSpecifiecFileIsNotAValidProject">
<source>'{0}' is not a valid project file.</source>
<target state="new">'{0}' is not a valid project file.</target>
<target state="translated">"{0}" ist keine gültige Projektdatei.</target>
<note />
</trans-unit>
</body>

View file

@ -57,7 +57,7 @@ The current {1} is '{2}'.</source>
<target state="translated">No se puede ejecutar el proyecto.
Asegúrese de tener un tipo de proyecto ejecutable y asegúrese de que "{0}" admita este proyecto.
Un proyecto ejecutable debe tener como destino un TFM ejecutable (por ejemplo, netcoreapp2.0) y tener OutputType "Exe".
El actual {1} es '{2}'.</target>
El actual {1} es "{2}".</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionNoProjects">
@ -72,73 +72,73 @@ El actual {1} es '{2}'.</target>
</trans-unit>
<trans-unit id="CommandOptionLaunchProfileDescription">
<source>The name of the launch profile (if any) to use when launching the application.</source>
<target state="new">The name of the launch profile (if any) to use when launching the application.</target>
<target state="translated">El nombre del perfil de inicio (si lo hay) que se usará al iniciar la aplicación.</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionNoLaunchProfileDescription">
<source>Do not attempt to use launchSettings.json to configure the application.</source>
<target state="new">Do not attempt to use launchSettings.json to configure the application.</target>
<target state="translated">No intente usar launchSettings.json para configurar la aplicación.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotLocateALaunchSettingsFile">
<source>The specified launch profile could not be located.</source>
<target state="new">The specified launch profile could not be located.</target>
<target state="translated">No se ha podido encontrar el perfil de inicio especificado.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotApplyLaunchSettings">
<source>The launch profile "{0}" could not be applied.
{1}</source>
<target state="new">The launch profile "{0}" could not be applied.
<target state="translated">No se ha podido aplicar el perfil de inicio "{0}".
{1}</target>
<note />
</trans-unit>
<trans-unit id="DefaultLaunchProfileDisplayName">
<source>(Default)</source>
<target state="new">(Default)</target>
<target state="translated">(Predeterminada)</target>
<note />
</trans-unit>
<trans-unit id="UsingLaunchSettingsFromMessage">
<source>Using launch settings from {0}...</source>
<target state="new">Using launch settings from {0}...</target>
<target state="translated">Usando la configuración de inicio de {0}...</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileIsNotAJsonObject">
<source>Launch profile is not a JSON object.</source>
<target state="new">Launch profile is not a JSON object.</target>
<target state="translated">El perfil de inicio no es un objeto JSON.</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileHandlerCannotBeLocated">
<source>The launch profile type '{0}' is not supported.</source>
<target state="new">The launch profile type '{0}' is not supported.</target>
<target state="translated">No se admite el tipo de perfil de inicio "{0}".</target>
<note />
</trans-unit>
<trans-unit id="UsableLaunchProfileCannotBeLocated">
<source>A usable launch profile could not be located.</source>
<target state="new">A usable launch profile could not be located.</target>
<target state="translated">No se ha podido encontrar un perfil de inicio que se pueda usar.</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedExceptionProcessingLaunchSettings">
<source>An unexpected exception occurred while processing launch settings:
{0}</source>
<target state="new">An unexpected exception occurred while processing launch settings:
<target state="translated">Excepción inesperada al procesar la configuración de inicio:
{0}</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfilesCollectionIsNotAJsonObject">
<source>The 'profiles' property of the launch settings document is not a JSON object.</source>
<target state="new">The 'profiles' property of the launch settings document is not a JSON object.</target>
<target state="translated">La propiedad "profiles" del documento de configuración de inicio no es un objeto JSON.</target>
<note />
</trans-unit>
<trans-unit id="DeserializationExceptionMessage">
<source>An error was encountered when reading launchSettings.json.
{0}</source>
<target state="new">An error was encountered when reading launchSettings.json.
<target state="translated">Se produjo un error al leer launchSettings.json.
{0}</target>
<note />
</trans-unit>
<trans-unit id="RunCommandSpecifiecFileIsNotAValidProject">
<source>'{0}' is not a valid project file.</source>
<target state="new">'{0}' is not a valid project file.</target>
<target state="translated">"{0}" no es un archivo de proyecto válido.</target>
<note />
</trans-unit>
</body>

View file

@ -72,73 +72,73 @@ Le {1} actuel est '{2}'.</target>
</trans-unit>
<trans-unit id="CommandOptionLaunchProfileDescription">
<source>The name of the launch profile (if any) to use when launching the application.</source>
<target state="new">The name of the launch profile (if any) to use when launching the application.</target>
<target state="translated">Nom du profil de lancement (le cas échéant) à utiliser au lancement de l'application.</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionNoLaunchProfileDescription">
<source>Do not attempt to use launchSettings.json to configure the application.</source>
<target state="new">Do not attempt to use launchSettings.json to configure the application.</target>
<target state="translated">N'essayez pas d'utiliser launchSettings.json pour configurer l'application.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotLocateALaunchSettingsFile">
<source>The specified launch profile could not be located.</source>
<target state="new">The specified launch profile could not be located.</target>
<target state="translated">Le profil de lancement spécifié est introuvable.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotApplyLaunchSettings">
<source>The launch profile "{0}" could not be applied.
{1}</source>
<target state="new">The launch profile "{0}" could not be applied.
<target state="translated">Impossible d'appliquer le profil de lancement "{0}".
{1}</target>
<note />
</trans-unit>
<trans-unit id="DefaultLaunchProfileDisplayName">
<source>(Default)</source>
<target state="new">(Default)</target>
<target state="translated">(Par défaut)</target>
<note />
</trans-unit>
<trans-unit id="UsingLaunchSettingsFromMessage">
<source>Using launch settings from {0}...</source>
<target state="new">Using launch settings from {0}...</target>
<target state="translated">Utilisation des paramètres de lancement à partir de {0}...</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileIsNotAJsonObject">
<source>Launch profile is not a JSON object.</source>
<target state="new">Launch profile is not a JSON object.</target>
<target state="translated">Le profil de lancement n'est pas un objet JSON.</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileHandlerCannotBeLocated">
<source>The launch profile type '{0}' is not supported.</source>
<target state="new">The launch profile type '{0}' is not supported.</target>
<target state="translated">Le type de profil de lancement '{0}' n'est pas pris en charge.</target>
<note />
</trans-unit>
<trans-unit id="UsableLaunchProfileCannotBeLocated">
<source>A usable launch profile could not be located.</source>
<target state="new">A usable launch profile could not be located.</target>
<target state="translated">Impossible de localiser un profil de lancement utilisable.</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedExceptionProcessingLaunchSettings">
<source>An unexpected exception occurred while processing launch settings:
{0}</source>
<target state="new">An unexpected exception occurred while processing launch settings:
<target state="translated">Une exception inattendue s'est produite durant le traitement des paramètres de lancement :
{0}</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfilesCollectionIsNotAJsonObject">
<source>The 'profiles' property of the launch settings document is not a JSON object.</source>
<target state="new">The 'profiles' property of the launch settings document is not a JSON object.</target>
<target state="translated">La propriété 'profiles' du document de paramètres de lancement n'est pas un objet JSON.</target>
<note />
</trans-unit>
<trans-unit id="DeserializationExceptionMessage">
<source>An error was encountered when reading launchSettings.json.
{0}</source>
<target state="new">An error was encountered when reading launchSettings.json.
<target state="translated">Une erreur s'est produite durant la lecture de launchSettings.json.
{0}</target>
<note />
</trans-unit>
<trans-unit id="RunCommandSpecifiecFileIsNotAValidProject">
<source>'{0}' is not a valid project file.</source>
<target state="new">'{0}' is not a valid project file.</target>
<target state="translated">'{0}' n'est pas un fichier projet valide.</target>
<note />
</trans-unit>
</body>

View file

@ -67,78 +67,78 @@ Il valore corrente di {1} è '{2}'.</target>
</trans-unit>
<trans-unit id="RunCommandExceptionMultipleProjects">
<source>Specify which project file to use because {0} contains more than one project file.</source>
<target state="translated">Specificare il file di progetto da usare perché questo file perché {0} contiene più file di progetto.</target>
<target state="translated">Specificare il file di progetto da usare perché l'elemento {0} contiene più file di progetto.</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionLaunchProfileDescription">
<source>The name of the launch profile (if any) to use when launching the application.</source>
<target state="new">The name of the launch profile (if any) to use when launching the application.</target>
<target state="translated">Nome dell'eventuale profilo di avvio da usare all'avvio dell'applicazione.</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionNoLaunchProfileDescription">
<source>Do not attempt to use launchSettings.json to configure the application.</source>
<target state="new">Do not attempt to use launchSettings.json to configure the application.</target>
<target state="translated">Non prova a usare launchSettings.json per configurare l'applicazione.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotLocateALaunchSettingsFile">
<source>The specified launch profile could not be located.</source>
<target state="new">The specified launch profile could not be located.</target>
<target state="translated">Il profilo di avvio specificato non è stato trovato.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotApplyLaunchSettings">
<source>The launch profile "{0}" could not be applied.
{1}</source>
<target state="new">The launch profile "{0}" could not be applied.
<target state="translated">Non è stato possibile applicare il profilo di avvio "{0}".
{1}</target>
<note />
</trans-unit>
<trans-unit id="DefaultLaunchProfileDisplayName">
<source>(Default)</source>
<target state="new">(Default)</target>
<target state="translated">(Predefinito)</target>
<note />
</trans-unit>
<trans-unit id="UsingLaunchSettingsFromMessage">
<source>Using launch settings from {0}...</source>
<target state="new">Using launch settings from {0}...</target>
<target state="translated">Uso delle impostazioni di avvio di {0}...</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileIsNotAJsonObject">
<source>Launch profile is not a JSON object.</source>
<target state="new">Launch profile is not a JSON object.</target>
<target state="translated">Il profilo di avvio non è un oggetto JSON.</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileHandlerCannotBeLocated">
<source>The launch profile type '{0}' is not supported.</source>
<target state="new">The launch profile type '{0}' is not supported.</target>
<target state="translated">Il tipo '{0}' del profilo di avvio non è supportato.</target>
<note />
</trans-unit>
<trans-unit id="UsableLaunchProfileCannotBeLocated">
<source>A usable launch profile could not be located.</source>
<target state="new">A usable launch profile could not be located.</target>
<target state="translated">Non è stato trovato alcun profilo di avvio utilizzabile.</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedExceptionProcessingLaunchSettings">
<source>An unexpected exception occurred while processing launch settings:
{0}</source>
<target state="new">An unexpected exception occurred while processing launch settings:
<target state="translated">Si è verificata un'eccezione imprevista durante l'elaborazione delle impostazioni di avvio:
{0}</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfilesCollectionIsNotAJsonObject">
<source>The 'profiles' property of the launch settings document is not a JSON object.</source>
<target state="new">The 'profiles' property of the launch settings document is not a JSON object.</target>
<target state="translated">La proprietà 'profiles' del documento delle impostazioni di avvio non è un oggetto JSON.</target>
<note />
</trans-unit>
<trans-unit id="DeserializationExceptionMessage">
<source>An error was encountered when reading launchSettings.json.
{0}</source>
<target state="new">An error was encountered when reading launchSettings.json.
<target state="translated">È stato rilevato un errore durante la lettura di launchSettings.json.
{0}</target>
<note />
</trans-unit>
<trans-unit id="RunCommandSpecifiecFileIsNotAValidProject">
<source>'{0}' is not a valid project file.</source>
<target state="new">'{0}' is not a valid project file.</target>
<target state="translated">'{0}' non è un file di progetto valido.</target>
<note />
</trans-unit>
</body>

View file

@ -72,73 +72,73 @@ The current {1} is '{2}'.</source>
</trans-unit>
<trans-unit id="CommandOptionLaunchProfileDescription">
<source>The name of the launch profile (if any) to use when launching the application.</source>
<target state="new">The name of the launch profile (if any) to use when launching the application.</target>
<target state="translated">アプリケーションを起動するときに使用する起動プロファイルの名前 (存在する場合)。</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionNoLaunchProfileDescription">
<source>Do not attempt to use launchSettings.json to configure the application.</source>
<target state="new">Do not attempt to use launchSettings.json to configure the application.</target>
<target state="translated">launchSettings.json の使用によるアプリケーションの構成は行わないでください。</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotLocateALaunchSettingsFile">
<source>The specified launch profile could not be located.</source>
<target state="new">The specified launch profile could not be located.</target>
<target state="translated">指定された起動プロファイルが見つかりませんでした。</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotApplyLaunchSettings">
<source>The launch profile "{0}" could not be applied.
{1}</source>
<target state="new">The launch profile "{0}" could not be applied.
<target state="translated">起動プロファイル "{0}" を適用できませんでした。
{1}</target>
<note />
</trans-unit>
<trans-unit id="DefaultLaunchProfileDisplayName">
<source>(Default)</source>
<target state="new">(Default)</target>
<target state="translated">(既定)</target>
<note />
</trans-unit>
<trans-unit id="UsingLaunchSettingsFromMessage">
<source>Using launch settings from {0}...</source>
<target state="new">Using launch settings from {0}...</target>
<target state="translated">{0} からの起動設定を使用中...</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileIsNotAJsonObject">
<source>Launch profile is not a JSON object.</source>
<target state="new">Launch profile is not a JSON object.</target>
<target state="translated">起動プロファイルが JSON オブジェクトではありません。</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileHandlerCannotBeLocated">
<source>The launch profile type '{0}' is not supported.</source>
<target state="new">The launch profile type '{0}' is not supported.</target>
<target state="translated">起動プロファイルの種類 '{0}' はサポートされていません。</target>
<note />
</trans-unit>
<trans-unit id="UsableLaunchProfileCannotBeLocated">
<source>A usable launch profile could not be located.</source>
<target state="new">A usable launch profile could not be located.</target>
<target state="translated">使用可能な起動プロファイルが見つかりませんでした。</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedExceptionProcessingLaunchSettings">
<source>An unexpected exception occurred while processing launch settings:
{0}</source>
<target state="new">An unexpected exception occurred while processing launch settings:
<target state="translated">起動設定の処理中に予期しない例外が発生しました:
{0}</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfilesCollectionIsNotAJsonObject">
<source>The 'profiles' property of the launch settings document is not a JSON object.</source>
<target state="new">The 'profiles' property of the launch settings document is not a JSON object.</target>
<target state="translated">起動設定のドキュメントの 'profiles' プロパティが JSON オブジェクトではありません。</target>
<note />
</trans-unit>
<trans-unit id="DeserializationExceptionMessage">
<source>An error was encountered when reading launchSettings.json.
{0}</source>
<target state="new">An error was encountered when reading launchSettings.json.
<target state="translated">launchSettings.json を読み取るときにエラーが発生しました。
{0}</target>
<note />
</trans-unit>
<trans-unit id="RunCommandSpecifiecFileIsNotAValidProject">
<source>'{0}' is not a valid project file.</source>
<target state="new">'{0}' is not a valid project file.</target>
<target state="translated">'{0}' は有効なプロジェクト ファイルではありません。</target>
<note />
</trans-unit>
</body>

View file

@ -72,73 +72,73 @@ The current {1} is '{2}'.</source>
</trans-unit>
<trans-unit id="CommandOptionLaunchProfileDescription">
<source>The name of the launch profile (if any) to use when launching the application.</source>
<target state="new">The name of the launch profile (if any) to use when launching the application.</target>
<target state="translated">응용 프로그램을 시작할 때 사용하는 시작 프로필(있는 경우)의 이름입니다.</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionNoLaunchProfileDescription">
<source>Do not attempt to use launchSettings.json to configure the application.</source>
<target state="new">Do not attempt to use launchSettings.json to configure the application.</target>
<target state="translated">launchSettings.json을 사용하여 응용 프로그램을 구성하지 마세요.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotLocateALaunchSettingsFile">
<source>The specified launch profile could not be located.</source>
<target state="new">The specified launch profile could not be located.</target>
<target state="translated">지정한 시작 프로필을 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotApplyLaunchSettings">
<source>The launch profile "{0}" could not be applied.
{1}</source>
<target state="new">The launch profile "{0}" could not be applied.
<target state="translated">시작 프로필 "{0}"을(를) 적용할 수 없습니다.
{1}</target>
<note />
</trans-unit>
<trans-unit id="DefaultLaunchProfileDisplayName">
<source>(Default)</source>
<target state="new">(Default)</target>
<target state="translated">(기본값)</target>
<note />
</trans-unit>
<trans-unit id="UsingLaunchSettingsFromMessage">
<source>Using launch settings from {0}...</source>
<target state="new">Using launch settings from {0}...</target>
<target state="translated">{0}의 시작 설정을 사용하는 중...</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileIsNotAJsonObject">
<source>Launch profile is not a JSON object.</source>
<target state="new">Launch profile is not a JSON object.</target>
<target state="translated">시작 프로필이 JSON 개체가 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileHandlerCannotBeLocated">
<source>The launch profile type '{0}' is not supported.</source>
<target state="new">The launch profile type '{0}' is not supported.</target>
<target state="translated">시작 프로필 형식 '{0}'은(는) 지원되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="UsableLaunchProfileCannotBeLocated">
<source>A usable launch profile could not be located.</source>
<target state="new">A usable launch profile could not be located.</target>
<target state="translated">사용할 수 있는 시작 프로필을 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedExceptionProcessingLaunchSettings">
<source>An unexpected exception occurred while processing launch settings:
{0}</source>
<target state="new">An unexpected exception occurred while processing launch settings:
<target state="translated">시작 설정을 처리하는 동안 예기치 않은 예외가 발생했습니다.
{0}</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfilesCollectionIsNotAJsonObject">
<source>The 'profiles' property of the launch settings document is not a JSON object.</source>
<target state="new">The 'profiles' property of the launch settings document is not a JSON object.</target>
<target state="translated">시작 설정 문서의 '프로필' 속성이 JSON 개체가 아닙니다.</target>
<note />
</trans-unit>
<trans-unit id="DeserializationExceptionMessage">
<source>An error was encountered when reading launchSettings.json.
{0}</source>
<target state="new">An error was encountered when reading launchSettings.json.
<target state="translated">launchSettings.json을 읽는 동안 오류가 발생했습니다.
{0}</target>
<note />
</trans-unit>
<trans-unit id="RunCommandSpecifiecFileIsNotAValidProject">
<source>'{0}' is not a valid project file.</source>
<target state="new">'{0}' is not a valid project file.</target>
<target state="translated">'{0}'은(는) 유효한 프로젝트 파일이 아닙니다.</target>
<note />
</trans-unit>
</body>

View file

@ -72,73 +72,73 @@ Bieżący element {1}: „{2}”.</target>
</trans-unit>
<trans-unit id="CommandOptionLaunchProfileDescription">
<source>The name of the launch profile (if any) to use when launching the application.</source>
<target state="new">The name of the launch profile (if any) to use when launching the application.</target>
<target state="translated">Nazwa profilu uruchamiania (jeśli istnieje), który ma być używany podczas uruchamiania aplikacji.</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionNoLaunchProfileDescription">
<source>Do not attempt to use launchSettings.json to configure the application.</source>
<target state="new">Do not attempt to use launchSettings.json to configure the application.</target>
<target state="translated">Nie próbuj konfigurować aplikacji za pomocą pliku launchSettings.json.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotLocateALaunchSettingsFile">
<source>The specified launch profile could not be located.</source>
<target state="new">The specified launch profile could not be located.</target>
<target state="translated">Nie można odnaleźć określonego profilu uruchamiania.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotApplyLaunchSettings">
<source>The launch profile "{0}" could not be applied.
{1}</source>
<target state="new">The launch profile "{0}" could not be applied.
<target state="translated">Nie można zastosować profilu uruchamiania „{0}”.
{1}</target>
<note />
</trans-unit>
<trans-unit id="DefaultLaunchProfileDisplayName">
<source>(Default)</source>
<target state="new">(Default)</target>
<target state="translated">(Domyślne)</target>
<note />
</trans-unit>
<trans-unit id="UsingLaunchSettingsFromMessage">
<source>Using launch settings from {0}...</source>
<target state="new">Using launch settings from {0}...</target>
<target state="translated">Używanie ustawień uruchamiania z profilu {0}...</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileIsNotAJsonObject">
<source>Launch profile is not a JSON object.</source>
<target state="new">Launch profile is not a JSON object.</target>
<target state="translated">Profil uruchamiania nie jest obiektem JSON.</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileHandlerCannotBeLocated">
<source>The launch profile type '{0}' is not supported.</source>
<target state="new">The launch profile type '{0}' is not supported.</target>
<target state="translated">Typ profilu uruchamiania „{0}” nie jest obsługiwany.</target>
<note />
</trans-unit>
<trans-unit id="UsableLaunchProfileCannotBeLocated">
<source>A usable launch profile could not be located.</source>
<target state="new">A usable launch profile could not be located.</target>
<target state="translated">Nie można odnaleźć nadającego się do użytku profilu uruchamiania.</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedExceptionProcessingLaunchSettings">
<source>An unexpected exception occurred while processing launch settings:
{0}</source>
<target state="new">An unexpected exception occurred while processing launch settings:
<target state="translated">Wystąpił nieoczekiwany wyjątek podczas przetwarzania ustawień uruchamiania:
{0}</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfilesCollectionIsNotAJsonObject">
<source>The 'profiles' property of the launch settings document is not a JSON object.</source>
<target state="new">The 'profiles' property of the launch settings document is not a JSON object.</target>
<target state="translated">Właściwość „profiles” dokumentu ustawień uruchamiania nie jest obiektem JSON.</target>
<note />
</trans-unit>
<trans-unit id="DeserializationExceptionMessage">
<source>An error was encountered when reading launchSettings.json.
{0}</source>
<target state="new">An error was encountered when reading launchSettings.json.
<target state="translated">Wystąpił błąd podczas odczytywania pliku launchSettings.json.
{0}</target>
<note />
</trans-unit>
<trans-unit id="RunCommandSpecifiecFileIsNotAValidProject">
<source>'{0}' is not a valid project file.</source>
<target state="new">'{0}' is not a valid project file.</target>
<target state="translated">„{0}” nie jest prawidłowym plikiem projektu.</target>
<note />
</trans-unit>
</body>

View file

@ -72,73 +72,73 @@ O {1} atual é '{2}'.</target>
</trans-unit>
<trans-unit id="CommandOptionLaunchProfileDescription">
<source>The name of the launch profile (if any) to use when launching the application.</source>
<target state="new">The name of the launch profile (if any) to use when launching the application.</target>
<target state="translated">O nome do perfil de inicialização (se houver) a ser usado ao iniciar o aplicativo.</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionNoLaunchProfileDescription">
<source>Do not attempt to use launchSettings.json to configure the application.</source>
<target state="new">Do not attempt to use launchSettings.json to configure the application.</target>
<target state="translated">Não tente usar o launchSettings.json para configurar o aplicativo.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotLocateALaunchSettingsFile">
<source>The specified launch profile could not be located.</source>
<target state="new">The specified launch profile could not be located.</target>
<target state="translated">O perfil de inicialização especificado não pôde ser localizado.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotApplyLaunchSettings">
<source>The launch profile "{0}" could not be applied.
{1}</source>
<target state="new">The launch profile "{0}" could not be applied.
<target state="translated">O perfil de inicialização "{0}" não pôde ser aplicado.
{1}</target>
<note />
</trans-unit>
<trans-unit id="DefaultLaunchProfileDisplayName">
<source>(Default)</source>
<target state="new">(Default)</target>
<target state="translated">(Padrão)</target>
<note />
</trans-unit>
<trans-unit id="UsingLaunchSettingsFromMessage">
<source>Using launch settings from {0}...</source>
<target state="new">Using launch settings from {0}...</target>
<target state="translated">Usando as configurações de inicialização de {0}...</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileIsNotAJsonObject">
<source>Launch profile is not a JSON object.</source>
<target state="new">Launch profile is not a JSON object.</target>
<target state="translated">O perfil de inicialização não é um objeto JSON.</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileHandlerCannotBeLocated">
<source>The launch profile type '{0}' is not supported.</source>
<target state="new">The launch profile type '{0}' is not supported.</target>
<target state="translated">Não há suporte para o tipo de perfil de inicialização '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="UsableLaunchProfileCannotBeLocated">
<source>A usable launch profile could not be located.</source>
<target state="new">A usable launch profile could not be located.</target>
<target state="translated">Um perfil de inicialização utilizável não pôde ser localizado.</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedExceptionProcessingLaunchSettings">
<source>An unexpected exception occurred while processing launch settings:
{0}</source>
<target state="new">An unexpected exception occurred while processing launch settings:
<target state="translated">Ocorreu uma exceção inesperada durante o processamento das configurações de inicialização:
{0}</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfilesCollectionIsNotAJsonObject">
<source>The 'profiles' property of the launch settings document is not a JSON object.</source>
<target state="new">The 'profiles' property of the launch settings document is not a JSON object.</target>
<target state="translated">A propriedade 'perfis' do documento de configurações de inicialização não é um objeto JSON.</target>
<note />
</trans-unit>
<trans-unit id="DeserializationExceptionMessage">
<source>An error was encountered when reading launchSettings.json.
{0}</source>
<target state="new">An error was encountered when reading launchSettings.json.
<target state="translated">Um erro foi encontrado durante a leitura do launchSettings.json.
{0}</target>
<note />
</trans-unit>
<trans-unit id="RunCommandSpecifiecFileIsNotAValidProject">
<source>'{0}' is not a valid project file.</source>
<target state="new">'{0}' is not a valid project file.</target>
<target state="translated">'{0}' não é um arquivo de projeto válido.</target>
<note />
</trans-unit>
</body>

View file

@ -72,73 +72,73 @@ The current {1} is '{2}'.</source>
</trans-unit>
<trans-unit id="CommandOptionLaunchProfileDescription">
<source>The name of the launch profile (if any) to use when launching the application.</source>
<target state="new">The name of the launch profile (if any) to use when launching the application.</target>
<target state="translated">Имя профиля запуска (если он есть), используемое при запуске приложения.</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionNoLaunchProfileDescription">
<source>Do not attempt to use launchSettings.json to configure the application.</source>
<target state="new">Do not attempt to use launchSettings.json to configure the application.</target>
<target state="translated">Не используйте launchSettings.json для настройки приложения.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotLocateALaunchSettingsFile">
<source>The specified launch profile could not be located.</source>
<target state="new">The specified launch profile could not be located.</target>
<target state="translated">Не удалось найти указанный профиль запуска.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotApplyLaunchSettings">
<source>The launch profile "{0}" could not be applied.
{1}</source>
<target state="new">The launch profile "{0}" could not be applied.
<target state="translated">Не удалось применить профиль запуска "{0}".
{1}</target>
<note />
</trans-unit>
<trans-unit id="DefaultLaunchProfileDisplayName">
<source>(Default)</source>
<target state="new">(Default)</target>
<target state="translated">(По умолчанию)</target>
<note />
</trans-unit>
<trans-unit id="UsingLaunchSettingsFromMessage">
<source>Using launch settings from {0}...</source>
<target state="new">Using launch settings from {0}...</target>
<target state="translated">Используются параметры запуска из {0}...</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileIsNotAJsonObject">
<source>Launch profile is not a JSON object.</source>
<target state="new">Launch profile is not a JSON object.</target>
<target state="translated">Профиль запуска не является объектом JSON.</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileHandlerCannotBeLocated">
<source>The launch profile type '{0}' is not supported.</source>
<target state="new">The launch profile type '{0}' is not supported.</target>
<target state="translated">Тип профиля запуска "{0}" не поддерживается.</target>
<note />
</trans-unit>
<trans-unit id="UsableLaunchProfileCannotBeLocated">
<source>A usable launch profile could not be located.</source>
<target state="new">A usable launch profile could not be located.</target>
<target state="translated">Не удалось найти подходящий для использования профиль запуска.</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedExceptionProcessingLaunchSettings">
<source>An unexpected exception occurred while processing launch settings:
{0}</source>
<target state="new">An unexpected exception occurred while processing launch settings:
<target state="translated">При обработке параметров запуска возникло непредвиденное исключение:
{0}</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfilesCollectionIsNotAJsonObject">
<source>The 'profiles' property of the launch settings document is not a JSON object.</source>
<target state="new">The 'profiles' property of the launch settings document is not a JSON object.</target>
<target state="translated">Свойство "profiles" документа параметров запуска не является объектом JSON.</target>
<note />
</trans-unit>
<trans-unit id="DeserializationExceptionMessage">
<source>An error was encountered when reading launchSettings.json.
{0}</source>
<target state="new">An error was encountered when reading launchSettings.json.
<target state="translated">При чтении launchSettings.json обнаружена ошибка.
{0}</target>
<note />
</trans-unit>
<trans-unit id="RunCommandSpecifiecFileIsNotAValidProject">
<source>'{0}' is not a valid project file.</source>
<target state="new">'{0}' is not a valid project file.</target>
<target state="translated">"{0}" не является допустимым файлом проекта.</target>
<note />
</trans-unit>
</body>

View file

@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="CommandOptionFrameworkDescription">
<source>Build and run the app using the specified framework. The framework has to be specified in the project file. </source>
<target state="translated">Uygulamayı belirtilen çerçeveyi kullanarak derleyin ve çalıştırın. Çerçevenin proje dosyasında belirtilmesi gerekir.</target>
<target state="translated">Uygulamayı belirtilen çerçeveyi kullanarak derleyin ve çalıştırın. Çerçevenin proje dosyasında belirtilmesi gerekir. </target>
<note />
</trans-unit>
<trans-unit id="CommandOptionProjectDescription">
@ -72,73 +72,73 @@ Geçerli {1}: '{2}'.</target>
</trans-unit>
<trans-unit id="CommandOptionLaunchProfileDescription">
<source>The name of the launch profile (if any) to use when launching the application.</source>
<target state="new">The name of the launch profile (if any) to use when launching the application.</target>
<target state="translated">Uygulama başlatılırken kullanılacak başlatma profilinin (varsa) adı.</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionNoLaunchProfileDescription">
<source>Do not attempt to use launchSettings.json to configure the application.</source>
<target state="new">Do not attempt to use launchSettings.json to configure the application.</target>
<target state="translated">Uygulamayı yapılandırmak için launchSettings.json kullanmayı denemeyin.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotLocateALaunchSettingsFile">
<source>The specified launch profile could not be located.</source>
<target state="new">The specified launch profile could not be located.</target>
<target state="translated">Belirtilen başlatma profili bulunamadı.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotApplyLaunchSettings">
<source>The launch profile "{0}" could not be applied.
{1}</source>
<target state="new">The launch profile "{0}" could not be applied.
<target state="translated">"{0}" başlatma profili uygulanamadı.
{1}</target>
<note />
</trans-unit>
<trans-unit id="DefaultLaunchProfileDisplayName">
<source>(Default)</source>
<target state="new">(Default)</target>
<target state="translated">(Varsayılan)</target>
<note />
</trans-unit>
<trans-unit id="UsingLaunchSettingsFromMessage">
<source>Using launch settings from {0}...</source>
<target state="new">Using launch settings from {0}...</target>
<target state="translated">{0} içindeki başlatma ayarları kullanılıyor...</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileIsNotAJsonObject">
<source>Launch profile is not a JSON object.</source>
<target state="new">Launch profile is not a JSON object.</target>
<target state="translated">Başlatma profili bir JSON nesnesi değil.</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileHandlerCannotBeLocated">
<source>The launch profile type '{0}' is not supported.</source>
<target state="new">The launch profile type '{0}' is not supported.</target>
<target state="translated">'{0}' başlatma profili türü desteklenmiyor.</target>
<note />
</trans-unit>
<trans-unit id="UsableLaunchProfileCannotBeLocated">
<source>A usable launch profile could not be located.</source>
<target state="new">A usable launch profile could not be located.</target>
<target state="translated">Kullanılabilir bir başlatma profili bulunamadı.</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedExceptionProcessingLaunchSettings">
<source>An unexpected exception occurred while processing launch settings:
{0}</source>
<target state="new">An unexpected exception occurred while processing launch settings:
<target state="translated">Başlatma ayarları işlenirken beklenmeyen bir özel durum oluştu:
{0}</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfilesCollectionIsNotAJsonObject">
<source>The 'profiles' property of the launch settings document is not a JSON object.</source>
<target state="new">The 'profiles' property of the launch settings document is not a JSON object.</target>
<target state="translated">Başlatma ayarları belgesinin 'profiles' özelliği bir JSON nesnesi değil.</target>
<note />
</trans-unit>
<trans-unit id="DeserializationExceptionMessage">
<source>An error was encountered when reading launchSettings.json.
{0}</source>
<target state="new">An error was encountered when reading launchSettings.json.
<target state="translated">launchSettings.json okunurken bir hatayla karşılaşıldı.
{0}</target>
<note />
</trans-unit>
<trans-unit id="RunCommandSpecifiecFileIsNotAValidProject">
<source>'{0}' is not a valid project file.</source>
<target state="new">'{0}' is not a valid project file.</target>
<target state="translated">'{0}' geçerli bir proje dosyası değil.</target>
<note />
</trans-unit>
</body>

View file

@ -72,73 +72,73 @@ The current {1} is '{2}'.</source>
</trans-unit>
<trans-unit id="CommandOptionLaunchProfileDescription">
<source>The name of the launch profile (if any) to use when launching the application.</source>
<target state="new">The name of the launch profile (if any) to use when launching the application.</target>
<target state="translated">启动应用程序时使用的启动配置文件名称(如果有)。</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionNoLaunchProfileDescription">
<source>Do not attempt to use launchSettings.json to configure the application.</source>
<target state="new">Do not attempt to use launchSettings.json to configure the application.</target>
<target state="translated">请勿尝试使用 launchSettings.json 配置应用程序。</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotLocateALaunchSettingsFile">
<source>The specified launch profile could not be located.</source>
<target state="new">The specified launch profile could not be located.</target>
<target state="translated">找不到指定的启动配置文件。</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotApplyLaunchSettings">
<source>The launch profile "{0}" could not be applied.
{1}</source>
<target state="new">The launch profile "{0}" could not be applied.
<target state="translated">无法应用启动配置文件“{0}”。
{1}</target>
<note />
</trans-unit>
<trans-unit id="DefaultLaunchProfileDisplayName">
<source>(Default)</source>
<target state="new">(Default)</target>
<target state="translated">(默认值)</target>
<note />
</trans-unit>
<trans-unit id="UsingLaunchSettingsFromMessage">
<source>Using launch settings from {0}...</source>
<target state="new">Using launch settings from {0}...</target>
<target state="translated">从 {0} 使用启动设置...</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileIsNotAJsonObject">
<source>Launch profile is not a JSON object.</source>
<target state="new">Launch profile is not a JSON object.</target>
<target state="translated">启动配置文件不是 JSON 对象。</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileHandlerCannotBeLocated">
<source>The launch profile type '{0}' is not supported.</source>
<target state="new">The launch profile type '{0}' is not supported.</target>
<target state="translated">不支持启动配置文件类型“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="UsableLaunchProfileCannotBeLocated">
<source>A usable launch profile could not be located.</source>
<target state="new">A usable launch profile could not be located.</target>
<target state="translated">找不到可用的启动配置文件。</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedExceptionProcessingLaunchSettings">
<source>An unexpected exception occurred while processing launch settings:
{0}</source>
<target state="new">An unexpected exception occurred while processing launch settings:
<target state="translated">处理启动设置时出现意外异常:
{0}</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfilesCollectionIsNotAJsonObject">
<source>The 'profiles' property of the launch settings document is not a JSON object.</source>
<target state="new">The 'profiles' property of the launch settings document is not a JSON object.</target>
<target state="translated">启动设置文档的“profiles”属性不是 JSON 对象。</target>
<note />
</trans-unit>
<trans-unit id="DeserializationExceptionMessage">
<source>An error was encountered when reading launchSettings.json.
{0}</source>
<target state="new">An error was encountered when reading launchSettings.json.
<target state="translated">读取 launchSettings.json 时发生错误。
{0}</target>
<note />
</trans-unit>
<trans-unit id="RunCommandSpecifiecFileIsNotAValidProject">
<source>'{0}' is not a valid project file.</source>
<target state="new">'{0}' is not a valid project file.</target>
<target state="translated">“{0}”不是有效的项目文件。</target>
<note />
</trans-unit>
</body>

View file

@ -72,73 +72,73 @@ The current {1} is '{2}'.</source>
</trans-unit>
<trans-unit id="CommandOptionLaunchProfileDescription">
<source>The name of the launch profile (if any) to use when launching the application.</source>
<target state="new">The name of the launch profile (if any) to use when launching the application.</target>
<target state="translated">啟動應用程式時,所要使用的啟動設定檔 (若有) 名稱。</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionNoLaunchProfileDescription">
<source>Do not attempt to use launchSettings.json to configure the application.</source>
<target state="new">Do not attempt to use launchSettings.json to configure the application.</target>
<target state="translated">請勿嘗試使用 launchSettings.json 設定該應用程式。</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotLocateALaunchSettingsFile">
<source>The specified launch profile could not be located.</source>
<target state="new">The specified launch profile could not be located.</target>
<target state="translated">找不到指定的啟動設定檔。</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotApplyLaunchSettings">
<source>The launch profile "{0}" could not be applied.
{1}</source>
<target state="new">The launch profile "{0}" could not be applied.
<target state="translated">無法套用啟動設定檔 "{0}"。
{1}</target>
<note />
</trans-unit>
<trans-unit id="DefaultLaunchProfileDisplayName">
<source>(Default)</source>
<target state="new">(Default)</target>
<target state="translated">(預設)</target>
<note />
</trans-unit>
<trans-unit id="UsingLaunchSettingsFromMessage">
<source>Using launch settings from {0}...</source>
<target state="new">Using launch settings from {0}...</target>
<target state="translated">使用來自 {0} 的啟動設定...</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileIsNotAJsonObject">
<source>Launch profile is not a JSON object.</source>
<target state="new">Launch profile is not a JSON object.</target>
<target state="translated">啟動設定檔並非 JSON 物件。</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileHandlerCannotBeLocated">
<source>The launch profile type '{0}' is not supported.</source>
<target state="new">The launch profile type '{0}' is not supported.</target>
<target state="translated">不支援啟動設定檔類型 '{0}'。</target>
<note />
</trans-unit>
<trans-unit id="UsableLaunchProfileCannotBeLocated">
<source>A usable launch profile could not be located.</source>
<target state="new">A usable launch profile could not be located.</target>
<target state="translated">找不到可用的啟動設定檔。</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedExceptionProcessingLaunchSettings">
<source>An unexpected exception occurred while processing launch settings:
{0}</source>
<target state="new">An unexpected exception occurred while processing launch settings:
<target state="translated">處理啟動設定時發生未預期的例外狀況:
{0}</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfilesCollectionIsNotAJsonObject">
<source>The 'profiles' property of the launch settings document is not a JSON object.</source>
<target state="new">The 'profiles' property of the launch settings document is not a JSON object.</target>
<target state="translated">啟動設定文件的 'profiles' 屬性並非 JSON 物件。</target>
<note />
</trans-unit>
<trans-unit id="DeserializationExceptionMessage">
<source>An error was encountered when reading launchSettings.json.
{0}</source>
<target state="new">An error was encountered when reading launchSettings.json.
<target state="translated">讀取 launchSettings.json 時發生錯誤。
{0}</target>
<note />
</trans-unit>
<trans-unit id="RunCommandSpecifiecFileIsNotAValidProject">
<source>'{0}' is not a valid project file.</source>
<target state="new">'{0}' is not a valid project file.</target>
<target state="translated">'{0}' 並非有效的專案名稱。</target>
<note />
</trans-unit>
</body>

View file

@ -9,7 +9,7 @@
</trans-unit>
<trans-unit id="OutputOption">
<source>OUTPUT_DIR</source>
<target state="translated">RÉP_SORTIE</target>
<target state="translated">OUTPUT_DIR</target>
<note />
</trans-unit>
<trans-unit id="OutputOptionDescription">

Some files were not shown because too many files have changed in this diff Show more