Skip to content

Commit

Permalink
moved validator translation files to the Form and Validator component…
Browse files Browse the repository at this point in the history
…s to make them reusable (closes #4588)
  • Loading branch information
fabpot committed Jun 16, 2012
1 parent 8dc28e8 commit 2787f1d
Show file tree
Hide file tree
Showing 35 changed files with 6,381 additions and 0 deletions.
187 changes: 187 additions & 0 deletions Resources/translations/validators.ca.xlf
@@ -0,0 +1,187 @@
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="1">
<source>This value should be false.</source>
<target>Aquest valor hauria de ser fals.</target>
</trans-unit>
<trans-unit id="2">
<source>This value should be true.</source>
<target>Aquest valor hauria de ser cert.</target>
</trans-unit>
<trans-unit id="3">
<source>This value should be of type {{ type }}.</source>
<target>Aquest valor hauria de ser del tipus {{ type }}.</target>
</trans-unit>
<trans-unit id="4">
<source>This value should be blank.</source>
<target>Aquest valor hauria d'estar buit.</target>
</trans-unit>
<trans-unit id="5">
<source>The value you selected is not a valid choice.</source>
<target>El valor seleccionat no és una opció vàlida.</target>
</trans-unit>
<trans-unit id="6">
<source>You must select at least {{ limit }} choices.</source>
<target>Ha de seleccionar almenys {{ limit }} opcions.</target>
</trans-unit>
<trans-unit id="7">
<source>You must select at most {{ limit }} choices.</source>
<target>Ha de seleccionar com a màxim {{ limit }} opcions.</target>
</trans-unit>
<trans-unit id="8">
<source>One or more of the given values is invalid.</source>
<target>Un o més dels valors facilitats són incorrectes.</target>
</trans-unit>
<trans-unit id="9">
<source>The fields {{ fields }} were not expected.</source>
<target>No s'esperaven els camps {{ fields }}.</target>
</trans-unit>
<trans-unit id="10">
<source>The fields {{ fields }} are missing.</source>
<target>Falten els camps {{ fields }}.</target>
</trans-unit>
<trans-unit id="11">
<source>This value is not a valid date.</source>
<target>Aquest valor no és una data vàlida.</target>
</trans-unit>
<trans-unit id="12">
<source>This value is not a valid datetime.</source>
<target>Aquest valor no és una data i hora vàlida.</target>
</trans-unit>
<trans-unit id="13">
<source>This value is not a valid email address.</source>
<target>Aquest valor no és una adreça d'email vàlida.</target>
</trans-unit>
<trans-unit id="14">
<source>The file could not be found.</source>
<target>No s'ha pogut trobar l'arxiu.</target>
</trans-unit>
<trans-unit id="15">
<source>The file is not readable.</source>
<target>No es pot llegir l'arxiu.</target>
</trans-unit>
<trans-unit id="16">
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
<target>L'arxiu és massa gran ({{ size }} {{ suffix }}). La grandària màxima permesa és {{ limit }} {{ suffix }}.</target>
</trans-unit>
<trans-unit id="17">
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>
<target>El tipus mime de l'arxiu no és vàlid ({{ type }}). Els tipus mime vàlids són {{ types }}.</target>
</trans-unit>
<trans-unit id="18">
<source>This value should be {{ limit }} or less.</source>
<target>Aquest valor hauria de ser {{ limit }} o menys.</target>
</trans-unit>
<trans-unit id="19">
<source>This value is too long. It should have {{ limit }} characters or less.</source>
<target>Aquest valor és massa llarg. Hauria de tenir {{ limit }} caràcters o menys.</target>
</trans-unit>
<trans-unit id="20">
<source>This value should be {{ limit }} or more.</source>
<target>Aquest valor hauria de ser {{ limit }} o més.</target>
</trans-unit>
<trans-unit id="21">
<source>This value is too short. It should have {{ limit }} characters or more.</source>
<target>Aquest valor és massa curt. Hauria de tenir {{ limit }} caràcters o més.</target>
</trans-unit>
<trans-unit id="22">
<source>This value should not be blank.</source>
<target>Aquest valor no hauria d'estar buit.</target>
</trans-unit>
<trans-unit id="23">
<source>This value should not be null.</source>
<target>Aquest valor no hauria de ser null.</target>
</trans-unit>
<trans-unit id="24">
<source>This value should be null.</source>
<target>Aquest valor hauria de ser null.</target>
</trans-unit>
<trans-unit id="25">
<source>This value is not valid.</source>
<target>Aquest valor no és vàlid.</target>
</trans-unit>
<trans-unit id="26">
<source>This value is not a valid time.</source>
<target>Aquest valor no és una hora vàlida.</target>
</trans-unit>
<trans-unit id="27">
<source>This value is not a valid URL.</source>
<target>Aquest valor no és una URL vàlida.</target>
</trans-unit>
<trans-unit id="31">
<source>The two values should be equal.</source>
<target>Els dos valors haurien de ser iguals.</target>
</trans-unit>
<trans-unit id="32">
<source>The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.</source>
<target>L'arxiu és massa gran. El tamany màxim permés és {{ limit }} {{ suffix }}.</target>
</trans-unit>
<trans-unit id="33">
<source>The file is too large.</source>
<target>L'arxiu és massa gran.</target>
</trans-unit>
<trans-unit id="34">
<source>The file could not be uploaded.</source>
<target>No es pot pujar l'arxiu.</target>
</trans-unit>
<trans-unit id="35">
<source>This value should be a valid number.</source>
<target>Aquest valor hauria de ser un nombre vàlid.</target>
</trans-unit>
<trans-unit id="36">
<source>This file is not a valid image.</source>
<target>L'arxiu no és una imatge vàlida.</target>
</trans-unit>
<trans-unit id="37">
<source>This is not a valid IP address.</source>
<target>Això no és una adreça IP vàlida.</target>
</trans-unit>
<trans-unit id="38">
<source>This value is not a valid language.</source>
<target>Aquest valor no és un idioma vàlid.</target>
</trans-unit>
<trans-unit id="39">
<source>This value is not a valid locale.</source>
<target>Aquest valor no és una localització vàlida.</target>
</trans-unit>
<trans-unit id="40">
<source>This value is not a valid country.</source>
<target>Aquest valor no és un país vàlid.</target>
</trans-unit>
<trans-unit id="41">
<source>This value is already used.</source>
<target>Aquest valor ja s'ha utilitzat.</target>
</trans-unit>
<trans-unit id="42">
<source>The size of the image could not be detected.</source>
<target>No s'ha pogut determinar la grandària de la imatge.</target>
</trans-unit>
<trans-unit id="43">
<source>The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.</source>
<target>L'amplària de la imatge és massa gran ({{ width }}px). L'amplària màxima permesa són {{ max_width }}px.</target>
</trans-unit>
<trans-unit id="44">
<source>The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.</source>
<target>L'amplària de la imatge és massa petita ({{ width }}px). L'amplària mínima requerida són {{ min_width }}px.</target>
</trans-unit>
<trans-unit id="45">
<source>The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.</source>
<target>L'altura de la imatge és massa gran ({{ height }}px). L'altura màxima permesa són {{ max_height }}px.</target>
</trans-unit>
<trans-unit id="46">
<source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.</source>
<target>L'altura de la imatge és massa petita ({{ height }}px). L'altura mínima requerida són {{ min_height }}px.</target>
</trans-unit>
<trans-unit id="47">
<source>This value should be the user current password.</source>
<target>Aquest valor hauria de ser la contrasenya actual de l'usuari.</target>
</trans-unit>
<trans-unit id="48">
<source>This value should have exactly {{ limit }} characters.</source>
<target>Aquest valor hauria de tenir exactament {{ limit }} caràcters.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 2787f1d

Please sign in to comment.