Skip to content

Commit

Permalink
Updates (#755)
Browse files Browse the repository at this point in the history
Co-authored-by: Cristiano Suzuki <crsuzuki@microsoft.com>
  • Loading branch information
cristianosuzuki77 and Cristiano Suzuki authored Dec 18, 2020
1 parent e3267d6 commit cf8f099
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Erreur : {1}</target>
</trans-unit>
<trans-unit id="UTA_WrongThread">
<source>{0} For UWP projects, if you are using UI objects in test consider using [UITestMethod] attribute instead of [TestMethod] to execute test in UI thread.</source>
<target state="translated">{0} Pour les projets UWP, si vous utilisez des objets d'IU dans un test, utilisez l'attribut [UITestMethod] à la place de [TestMethod] pour exécuter le test dans le thread d'IU.</target>
<target state="translated">{0} Pour les projets UWP, si vous utilisez des objets d'IU dans un test, utilisez l'attribut [UITestMethod] à la place de [TestMethod] pour exécuter le test dans le thread d'interface utilisateur.</target>
<note>
</note>
</trans-unit>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Errore: {1}</target>
</trans-unit>
<trans-unit id="UTA_WrongThread">
<source>{0} For UWP projects, if you are using UI objects in test consider using [UITestMethod] attribute instead of [TestMethod] to execute test in UI thread.</source>
<target state="translated">{0}. Se, per i progetti della piattaforma UWP, nel test si usano oggetti dell'interfaccia utente, provare a specificare l'attributo [UITestMethod] invece di [TestMethod] per eseguire il test nel thread dell'interfaccia utente.</target>
<target state="translated">{0}. Se, per i progetti della piattaforma UWP, nel test si usano oggetti dell'interfaccia utente, provare a specificare l'attributo [UITestMethod] invece di [TestMethod] per eseguire il test nel thread di UI.</target>
<note>
</note>
</trans-unit>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Erro: {1}</target>
</trans-unit>
<trans-unit id="UTA_WrongThread">
<source>{0} For UWP projects, if you are using UI objects in test consider using [UITestMethod] attribute instead of [TestMethod] to execute test in UI thread.</source>
<target state="translated">{0} Para projetos UWP, se você está usando objetos de IU no teste, considere usar o atributo [UITestMethod] em vez de [TestMethod] para executar o teste no thread de IU.</target>
<target state="translated">{0} Para projetos UWP, se você está usando objetos de IU no teste, considere usar o atributo [UITestMethod] em vez de [TestMethod] para executar o teste no thread da IU.</target>
<note>
</note>
</trans-unit>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</trans-unit>
<trans-unit id="DeploymentErrorFailedToDeployDependencies">
<source>Test Run deployment issue: Failed to deploy dependencies for test storage '{0}': {1}</source>
<target state="translated">테스트 실행 배포 문제: 테스트 저장소 '{0}'에 대한 종속성을 배포하지 못함: {1}</target>
<target state="translated">테스트 실행 배포 문제: 테스트 스토리지 '{0}'에 대한 종속성을 배포하지 못함: {1}</target>
<note>
</note>
</trans-unit>
Expand Down

0 comments on commit cf8f099

Please sign in to comment.