Skip to content

Commit

Permalink
merged branch danielcsgomes/master (PR symfony#1832)
Browse files Browse the repository at this point in the history
Commits
-------

336e4d4 some minor corrections to pt_PT translation

Discussion
----------

some minor corrections to pt_PT translation
  • Loading branch information
fabpot committed Jul 27, 2011
2 parents de04779 + 336e4d4 commit f18d71f
Showing 1 changed file with 10 additions and 10 deletions.
Expand Up @@ -20,15 +20,15 @@
</trans-unit>
<trans-unit id="5">
<source>The value you selected is not a valid choice</source>
<target>O valor selecionado não é uma opções válida</target>
<target>O valor selecionado não é uma opção válida</target>
</trans-unit>
<trans-unit id="6">
<source>You must select at least {{ limit }} choices</source>
<target>Você deveria selecionar {{ limit }} opções no mínimo</target>
</trans-unit>
<trans-unit id="7">
<source>You must select at most {{ limit }} choices</source>
<target>Você deve selecionar, nom máximo {{ limit }} opções</target>
<target>Você deve selecionar, no máximo {{ limit }} opções</target>
</trans-unit>
<trans-unit id="8">
<source>One or more of the given values is invalid</source>
Expand Down Expand Up @@ -60,19 +60,19 @@
</trans-unit>
<trans-unit id="15">
<source>The file is not readable</source>
<target>O arquivo não pode ser lido</target>
<target>O arquivo não pôde ser lido</target>
</trans-unit>
<trans-unit id="16">
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}</source>
<target>O arquivo é muito grande ({{ size }}). O tamanho máximo permitido é {{ limit }}</target>
<target>O arquivo é muito grande ({{ size }}). O tamanho máximo permitido é de {{ limit }}</target>
</trans-unit>
<trans-unit id="17">
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}</source>
<target>O tipo mime do arquivo é inválido ({{ type }}). Os tipos mime permitidos são {{ types }}</target>
</trans-unit>
<trans-unit id="18">
<source>This value should be {{ limit }} or less</source>
<target>Este valor deveria ser {{ limit }} ou menos</target>
<target>Este valor deveria ser {{ limit }} ou menor</target>
</trans-unit>
<trans-unit id="19">
<source>This value is too long. It should have {{ limit }} characters or less</source>
Expand All @@ -84,11 +84,11 @@
</trans-unit>
<trans-unit id="21">
<source>This value is too short. It should have {{ limit }} characters or more</source>
<target>O valor é muito curto. Deveria ter {{ limit }} caracteres ou mais</target>
<target>O valor é muito curto. Deveria de ter {{ limit }} caracteres ou mais</target>
</trans-unit>
<trans-unit id="22">
<source>This value should not be blank</source>
<target>Este valor não deveria ser vazio</target>
<target>Este valor não deveria ser branco/vazio</target>
</trans-unit>
<trans-unit id="23">
<source>This value should not be null</source>
Expand Down Expand Up @@ -116,7 +116,7 @@
</trans-unit>
<trans-unit id="29">
<source>The uploaded file was too large. Please try to upload a smaller file</source>
<target>O arquivo enviado é muito grande. Por favor, tente enviar um mais pequeno</target>
<target>O arquivo enviado é muito grande. Por favor, tente enviar um ficheiro mais pequeno</target>
</trans-unit>
<trans-unit id="30">
<source>The CSRF token is invalid</source>
Expand All @@ -128,7 +128,7 @@
</trans-unit>
<trans-unit id="32">
<source>The file is too large. Allowed maximum size is {{ limit }}</source>
<target>O arquivo é muito grande ({{ size }}). O tamanho máximo permitido é {{ limit }}</target>
<target>O arquivo é muito grande ({{ size }}). O tamanho máximo permitido é de {{ limit }}</target>
</trans-unit>
<trans-unit id="33">
<source>The file is too large</source>
Expand Down Expand Up @@ -160,7 +160,7 @@
</trans-unit>
<trans-unit id="40">
<source>This value is not a valid country</source>
<target>Este valor não é um Pais válido</target>
<target>Este valor não é um País válido</target>
</trans-unit>
</body>
</file>
Expand Down

0 comments on commit f18d71f

Please sign in to comment.