8000 merged branch javiereguiluz/update_spanish_translation (PR #1613) · symfony/symfony@5d1f5b1 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5d1f5b1

Browse files
committed
merged branch javiereguiluz/update_spanish_translation (PR #1613)
Commits ------- bb6eefe [FrameworkBundle] Updated Spanish validator translations Discussion ---------- [FrameworkBundle] Updated Spanish validator translations
2 parents 8635666 + bb6eefe commit 5d1f5b1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.es.xliff

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,18 @@
126126
<source>The two values should be equal</source>
127127
<target>Los dos valores deberían ser iguales</target>
128128
</trans-unit>
129+
<trans-unit id="32">
130+
<source>The file is too large. Allowed maximum size is {{ limit }}</source>
131+
<target>El archivo es demasiado grande. El tamaño máximo permitido es {{ limit }}</target>
132+
</trans-unit>
133+
<trans-unit id="33">
134+
<source>The file is too large</source>
135+
<target>El archivo es demasiado grande</target>
136+
</trans-unit>
137+
<trans-unit id="34">
138+
<source>The file could not be uploaded</source>
139+
<target>No se pudo subir el archivo</target>
140+
</trans-unit>
129141
</body>
130142
</file>
131143
</xliff>

0 commit comments

Comments
 (0)
0