Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
772f56f0
Commit
772f56f0
authored
Mar 19, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2813 from lucianobaraglia/master
Updated spanish translation
parents
bf1e66e1
f8e0e52d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
2 deletions
+28
-2
yii.php
framework/messages/es/yii.php
+28
-2
No files found.
framework/messages/es/yii.php
View file @
772f56f0
...
...
@@ -17,9 +17,36 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return
array
(
'Are you sure you want to delete this item?'
=>
'¿Está seguro de eliminar este elemento?'
,
'Only files with these MIME types are allowed: {mimeTypes}.'
=>
'Sólo se aceptan archivos con los siguientes tipos MIME: {mimeTypes}.'
,
'in {delta, plural, =1{a day} other{# days}}'
=>
'en {delta, plural, =1{un día} other{# días}}'
,
'in {delta, plural, =1{a minute} other{# minutes}}'
=>
'en {delta, plural, =1{un minuto} other{# minutos}}'
,
'in {delta, plural, =1{a month} other{# months}}'
=>
'en {delta, plural, =1{un mes} other{# meses}}'
,
'in {delta, plural, =1{a second} other{# seconds}}'
=>
'en {delta, plural, =1{un segundo} other{# segundos}}'
,
'in {delta, plural, =1{a year} other{# years}}'
=>
'en {delta, plural, =1{un año} other{# años}}'
,
'in {delta, plural, =1{an hour} other{# hours}}'
=>
'en {delta, plural, =1{una hora} other{# horas}}'
,
'{delta, plural, =1{a day} other{# days}} ago'
=>
'hace {delta, plural, =1{un día} other{# días}}'
,
'{delta, plural, =1{a minute} other{# minutes}} ago'
=>
'hace {delta, plural, =1{un minuto} other{# minutos}}'
,
'{delta, plural, =1{a month} other{# months}} ago'
=>
'hace {delta, plural, =1{un mes} other{# meses}}'
,
'{delta, plural, =1{a second} other{# seconds}} ago'
=>
'hace {delta, plural, =1{un segundo} other{# segundos}}'
,
'{delta, plural, =1{a year} other{# years}} ago'
=>
'hace {delta, plural, =1{un año} other{# años}}'
,
'{delta, plural, =1{an hour} other{# hours}} ago'
=>
'hace {delta, plural, =1{una hora} other{# horas}}'
,
'{n, plural, =1{# byte} other{# bytes}}'
=>
'{n, plural, =1{# byte} other{# bytes}}'
,
'{n, plural, =1{# gigabyte} other{# gigabytes}}'
=>
'{n, plural, =1{# gigabyte} other{# gigabytes}}'
,
'{n, plural, =1{# kilobyte} other{# kilobytes}}'
=>
'{n, plural, =1{# kilobyte} other{# kilobytes}}'
,
'{n, plural, =1{# megabyte} other{# megabytes}}'
=>
'{n, plural, =1{# megabyte} other{# megabytes}}'
,
'{n, plural, =1{# petabyte} other{# petabytes}}'
=>
'{n, plural, =1{# petabyte} other{# petabytes}}'
,
'{n, plural, =1{# terabyte} other{# terabytes}}'
=>
'{n, plural, =1{# terabyte} other{# terabytes}}'
,
'{n} B'
=>
'{n} B'
,
'{n} GB'
=>
'{n} GB'
,
'{n} KB'
=>
'{n} KB'
,
'{n} MB'
=>
'{n} MB'
,
'{n} PB'
=>
'{n} PB'
,
'{n} TB'
=>
'{n} TB'
,
'Are you sure to delete this item?'
=>
'@@¿Está seguro de eliminar este elemento?@@'
,
'Only files with these mimeTypes are allowed: {mimeTypes}.'
=>
'@@Sólo se aceptan archivos con los siguientes tipos mime: {mimeTypes}@@'
,
'(not set)'
=>
'(no definido)'
,
'An internal server error occurred.'
=>
'Hubo un error interno del servidor.'
,
'Are you sure to delete this item?'
=>
'¿Está seguro de eliminar este elemento?'
,
'Delete'
=>
'Eliminar'
,
'Error'
=>
'Error'
,
'File upload failed.'
=>
'Falló la subida del archivo.'
,
...
...
@@ -33,7 +60,6 @@ return array (
'No help for unknown sub-command "{command}".'
=>
'No existe ayuda para el sub-comando desconocido "{command}"'
,
'No results found.'
=>
'No se encontraron resultados.'
,
'Only files with these extensions are allowed: {extensions}.'
=>
'Sólo se aceptan archivos con las siguientes extensiones: {extensions}'
,
'Only files with these mimeTypes are allowed: {mimeTypes}.'
=>
'Sólo se aceptan archivos con los siguientes tipos mime: {mimeTypes}'
,
'Page not found.'
=>
'Página no entontrada.'
,
'Please fix the following errors:'
=>
'Por favor corrija los siguientes errores:'
,
'Please upload a file.'
=>
'Por favor suba un archivo.'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment