8000 minor #10062 Update validators.ca.xlf (oriolmangas) · symfony/symfony@a167afa · GitHub
[go: up one dir, main page]

Skip to content

Commit a167afa

Browse files
committed
minor #10062 Update validators.ca.xlf (oriolmangas)
This PR was merged into the 2.3 branch. Discussion ---------- Update validators.ca.xlf | Q | A | ------------- | --- | Fixed tickets | | License | MIT Commits ------- 485c104 Update validators.ca.xlf
2 parents 6c86995 + 485c104 commit a167afa

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,42 @@
242242
<source>This value is not a valid ISSN.</source>
243243
<target>Aquest valor no és un ISSN vàlid.</target>
244244
</trans-unit>
245+
<trans-unit id="64">
246+
<source>This value is not a valid currency.</source>
247+
<target>Aquest valor no és una divisa vàlida.</target>
248+
</trans-unit>
249+
<trans-unit id="65">
250+
<source>This value should be equal to {{ compared_value }}.</source>
251+
<target>Aquest valor hauria de ser igual a {{ compared_value }}.</target>
252+
</trans-unit>
253+
<trans-unit id="66">
254+
<source>This value should be greater than {{ compared_value }}.</source>
255+
<target>Aquest valor hauria de ser més gran a {{ compared_value }}.</target>
256+
</trans-unit>
257+
<trans-unit id="67">
258+
<source>This value should be greater than or equal to {{ compared_value }}.</source>
259+
<target>Aquest valor hauria de ser major o igual a {{ compared_value }}.</target>
260+
</trans-unit>
261+
<trans-unit id="68">
262+
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
263+
<target>Aquest valor hauria de ser idèntic a {{ compared_value_type }} {{ compared_value }}.</target>
264+
</trans-unit>
265+
<trans-unit id="69">
266+
<source>This value should be less than {{ compared_value }}.</source>
267+
<target>Aquest valor hauria de ser menor a {{ compared_value }}.</target>
268+
</trans-unit>
269+
<trans-unit id="70">
270+
<source>This value should be less than or equal to {{ compared_value }}.</source>
271+
<target>Aquest valor hauria de ser menor o igual a {{ compared_value }}.</target>
272+
</trans-unit>
273+
<trans-unit id="71">
274+
<source>This value should not be equal to {{ compared_value }}.</source>
275+
<target>Aquest valor no hauria de ser igual a {{ compared_value }}.</target>
276+
</trans-unit>
277+
<trans-unit id="72">
278+
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
279+
<target>Aquest valor no hauria de idèntic a {{ compared_value_type }} {{ compared_value }}.</target>
280+
</trans-unit>
245281
</body>
246282
</file>
247283
</xliff>

0 commit comments

Comments
 (0)
0