Skip to content

Instantly share code, notes, and snippets.

@CavalcanteLeo
Last active July 6, 2017 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CavalcanteLeo/9ed46e4d776331bc5ec119f8655cbfb4 to your computer and use it in GitHub Desktop.
Save CavalcanteLeo/9ed46e4d776331bc5ec119f8655cbfb4 to your computer and use it in GitHub Desktop.
<?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 http://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd">
<file original="PopcornTorrent/en.lproj/Localizable.strings" source-language="en" target-language="PT-BR" datatype="plaintext">
<header>
<tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="8.3" build-num="8E162"/>
</header>
<body>
<trans-unit id="File doesn't exist at path: %@">
<source>File doesn't exist at path: %1$@</source>
<target>Arquivo não existe no diretório: %1$@</target>
<note>File doesn't exist at path: {Path to file}</note>
</trans-unit>
<trans-unit id="There is not enough space to download the torrent. Please clear at least %@ and try again.">
<source>There is not enough space to download the torrent. Please clear at least %1$@ and try again.</source>
<target>Não há espaço suficiente para baixar o torrent. Limpe pelo menos%1$@ e tente novamente.</target>
<note>There is not enough space to download the torrent. Please clear at least {Amount of space required for the user to remove} and try again.</note>
</trans-unit>
<trans-unit id="Could not create download directory">
<source>Could not create download directory</source>
<target>não foi possível criar o diretório de download</target>
</trans-unit>
</body>
</file>
</xliff>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment