You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.3 KiB
27 lines
1.3 KiB
<?xml version="1.0"?>
|
|
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
|
<file source-language="es" datatype="plaintext" original="file.ext">
|
|
<body>
|
|
<trans-unit id="validation.modelmanagerexception">
|
|
<source>validation.modelmanagerexception</source>
|
|
<target>No se ha podido borrar "%object%" porque tiene elementos asociados</target>
|
|
</trans-unit>
|
|
<trans-unit id="validation.unique.email">
|
|
<source>validation.unique.email</source>
|
|
<target>This email has already been registered</target>
|
|
</trans-unit>
|
|
<trans-unit id="validation.unique.username">
|
|
<source>validation.unique.username</source>
|
|
<target>This username has already been registered</target>
|
|
</trans-unit>
|
|
<trans-unit id="validation.field.min.length">
|
|
<source>validation.field.min.length</source>
|
|
<target>Este campo debe de tener por lo menos {{ limit }} caracteres</target>
|
|
</trans-unit>
|
|
<trans-unit id="validation.field.max.length">
|
|
<source>validation.field.max.length</source>
|
|
<target>Este campo no puede tener más de {{ limit }} caracteres</target>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff>
|