mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-25 19:20:29 +08:00
Merge pull request #6817 from fsateler/patch-2
[skip ci] Fix typo in spanish translation
This commit is contained in:
@@ -34,7 +34,7 @@ return [
|
||||
'No results found.' => 'No se encontraron resultados.',
|
||||
'Only files with these MIME types are allowed: {mimeTypes}.' => 'Sólo se aceptan archivos con los siguientes tipos MIME: {mimeTypes}.',
|
||||
'Only files with these extensions are allowed: {extensions}.' => 'Sólo se aceptan archivos con las siguientes extensiones: {extensions}',
|
||||
'Page not found.' => 'Página no entontrada.',
|
||||
'Page not found.' => 'Página no encontrada.',
|
||||
'Please fix the following errors:' => 'Por favor corrija los siguientes errores:',
|
||||
'Please upload a file.' => 'Por favor suba un archivo.',
|
||||
'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Mostrando <b>{begin, number}-{end, number}</b> de <b>{totalCount, number}</b> {totalCount, plural, one{elemento} other{elementos}}.',
|
||||
|
||||
Reference in New Issue
Block a user