-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathResources.pt-BR.xlf
More file actions
22 lines (22 loc) · 1.17 KB
/
Resources.pt-BR.xlf
File metadata and controls
22 lines (22 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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="../Resources.resx">
<body>
<trans-unit id="CertificateDetails">
<source>Certificate details:</source>
<target state="new">Certificate details:</target>
<note />
</trans-unit>
<trans-unit id="FetchedCertificate">
<source>Fetched certificate. [{milliseconds} ms]</source>
<target state="translated">Certificado buscado. [{milliseconds} ms]</target>
<note>{Placeholder="{milliseconds}"} is a decimal number representing the number of milliseconds elapsed, and "ms" is the unit abbreviation for milliseconds.</note>
</trans-unit>
<trans-unit id="FetchingCertificate">
<source>Fetching certificate from Azure Key Vault.</source>
<target state="translated">Buscando certificado no Azure Key Vault.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>