-
Notifications
You must be signed in to change notification settings - Fork 270
/
Copy pathCodeFixResources.pt-BR.xlf
72 lines (72 loc) · 3.18 KB
/
CodeFixResources.pt-BR.xlf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR" original="../CodeFixResources.resx">
<body>
<trans-unit id="AddTestMethodAttributeFix">
<source>Add '[TestMethod]'</source>
<target state="translated">Adicionar ''[TestMethod]"</target>
<note />
</trans-unit>
<trans-unit id="ChangeMethodAccessibilityToPrivateFix">
<source>Change method accessibility to 'private'</source>
<target state="translated">Alterar a acessibilidade do método para 'privado'</target>
<note />
</trans-unit>
<trans-unit id="FixAssertionArgsOrder">
<source>Fix actual/expected arguments order</source>
<target state="translated">Corrigir ordem de argumentos real/esperada</target>
<note />
</trans-unit>
<trans-unit id="FixSignatureCodeFix">
<source>Fix signature</source>
<target state="translated">Corrigir assinatura</target>
<note />
</trans-unit>
<trans-unit id="AssemblyInitializeShouldBeValidCodeFix">
<source>Fix signature</source>
<target state="translated">Corrigir assinatura</target>
<note />
</trans-unit>
<trans-unit id="PublicTypeShouldBeTestClassFix">
<source>Add '[TestClass]'</source>
<target state="translated">Adicionar '[TestClass]'</target>
<note />
</trans-unit>
<trans-unit id="ReplaceWithConstructorFix">
<source>Replace TestInitialize method with constructor</source>
<target state="new">Replace TestInitialize method with constructor</target>
<note />
</trans-unit>
<trans-unit id="ReplaceWithFailAssertionFix">
<source>Replace the assertion with 'Assert.Fail()'</source>
<target state="new">Replace the assertion with 'Assert.Fail()'</target>
<note />
</trans-unit>
<trans-unit id="ReplaceWithTestCleanuFix">
<source>Replace 'Dispose' with a TestCleanup method</source>
<target state="new">Replace 'Dispose' with a TestCleanup method</target>
<note />
</trans-unit>
<trans-unit id="TestClassShouldBeValidFix">
<source>Fix test class signature</source>
<target state="translated">Correção da assinatura de classe do teste</target>
<note />
</trans-unit>
<trans-unit id="TestContextShouldBeValidFix">
<source>Fix test context</source>
<target state="translated">Correção de contexto do teste</target>
<note />
</trans-unit>
<trans-unit id="TestMethodShouldBeValidFix">
<source>Fix test method signature</source>
<target state="translated">Corrigir a assinatura do método de teste</target>
<note />
</trans-unit>
<trans-unit id="UseAttributeOnTestMethodFix">
<source>Add '[TestMethod]'</source>
<target state="translated">Adicionar ''[TestMethod]"</target>
<note />
</trans-unit>
</body>
</file>
</xliff>