Skip to content

Commit 77aecb4

Browse files
authored
Merge pull request #157 from iksaku/es
Added missing Spanish Translations
2 parents 402362c + cf27065 commit 77aecb4

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ Ensure you have created a GitHub personal access token and saved it as a `GITHUB
7373
| Brazilian Portuguese | [pt-BR](resources/lang/pt-BR.json) | 392 (100%) | [henryavila](https://github.com/henryavila), [pedrofurtado](https://github.com/pedrofurtado), [eduardokum](https://github.com/eduardokum), [saulo-silva](https://github.com/saulo-silva), [chbbc](https://github.com/chbbc), [IgorDePaula](https://github.com/IgorDePaula) |
7474
| English | [en](resources/lang/en.json) | 392 (100%) | [taylorotwell](https://github.com/taylorotwell), [bonzai](https://github.com/bonzai), [davidhemphill](https://github.com/davidhemphill), [themsaid](https://github.com/themsaid), [mziraki](https://github.com/mziraki), [kitbs](https://github.com/kitbs) |
7575
| German | [de](resources/lang/de.json) | 392 (100%) | [pille1842](https://github.com/pille1842), [shieraki](https://github.com/shieraki), [kitbs](https://github.com/kitbs), [dakira](https://github.com/dakira) |
76+
| Spanish | [es](resources/lang/es.json) | 392 (100%) | [joebordes](https://github.com/joebordes), [ajmariduena](https://github.com/ajmariduena), [Arryan](https://github.com/Arryan), [xcodinas](https://github.com/xcodinas), [dgtal](https://github.com/dgtal), [rodrigore](https://github.com/rodrigore), [iksaku](https://github.com/iksaku) |
7677
| Chinese (Simplified) | [zh-CN](resources/lang/zh-CN.json) | 387 (98.7%) | [jcc](https://github.com/jcc), [zacksleo](https://github.com/zacksleo) |
7778
| Chinese (Traditional) | [zh-TW](resources/lang/zh-TW.json) | 387 (98.7%) | [CasperLaiTW](https://github.com/CasperLaiTW), [zacksleo](https://github.com/zacksleo) |
7879
| French | [fr](resources/lang/fr.json) | 387 (98.7%) | [MarceauKa](https://github.com/MarceauKa), [InfinityWebMe](https://github.com/InfinityWebMe), [Arryan](https://github.com/Arryan), [KillianH](https://github.com/KillianH) |
79-
| Spanish | [es](resources/lang/es.json) | 382 (97.4%) | [joebordes](https://github.com/joebordes), [ajmariduena](https://github.com/ajmariduena), [Arryan](https://github.com/Arryan), [xcodinas](https://github.com/xcodinas), [dgtal](https://github.com/dgtal), [rodrigore](https://github.com/rodrigore) |
8080
| Farsi | [fa](resources/lang/fa.json) | 374 (95.4%) | [alirezamirsepassi](https://github.com/alirezamirsepassi), [mziraki](https://github.com/mziraki) |
8181
| Russian | [ru](resources/lang/ru.json) | 371 (94.6%) | [hivokas](https://github.com/hivokas), [S-anasol](https://github.com/S-anasol), [deadem](https://github.com/deadem), [estim](https://github.com/estim) |
8282
| Portuguese | [pt](resources/lang/pt.json) | 370 (94.4%) | [Pedrocssg](https://github.com/Pedrocssg) |

contributors.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,15 @@
6161
},
6262
"es": {
6363
"name": "Spanish",
64-
"complete": 382,
64+
"complete": 392,
6565
"contributors": {
6666
"joebordes": 51,
6767
"ajmariduena": 18,
6868
"Arryan": 3,
6969
"xcodinas": 2,
7070
"dgtal": 1,
71-
"rodrigore": 1
71+
"rodrigore": 1,
72+
"iksaku": 10
7273
}
7374
},
7475
"fa": {
@@ -293,4 +294,4 @@
293294
"rcjavier": 364
294295
}
295296
}
296-
}
297+
}

resources/lang/es.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
"Please select a resource to perform this action on.": "Por favor, selecciona un recurso para ejecutar esta acción.",
6767
"Preview": "Vista previa",
6868
"Previous": "Anterior",
69+
"No Data": "Sin datos",
70+
"No Current Data": "Sin datos actuales",
71+
"No Prior Data": "Sin datos previos",
72+
"No Increase": "Sin aumento",
6973
"No Results Found.": "No se han encontrado resultados.",
7074
"Run Action": "Ejecutar acción",
7175
"Select Action": "Seleccionar acción",
@@ -82,6 +86,7 @@
8286
"View": "Ver",
8387
"We're lost in space. The page you were trying to view does not exist.": "Estamos perdidos en el espacio. La página que estabas intentando ver no existe.",
8488
"Show Content": "Mostrar contenido",
89+
"Hide Content": "Ocultar contenido",
8590
"Whoops": "Vaya",
8691
"Whoops!": "¡Vaya!",
8792
"With Trashed": "Con eliminados",
@@ -380,5 +385,10 @@
380385
"Edit :resource": "Editar :resource",
381386
"Update :resource": "Actualizar :resource",
382387
"Choose :field": "Elegir :field",
383-
"Download": "Descargar"
388+
"Download": "Descargar",
389+
"Action": "Acción",
390+
"Changes": "Cambios",
391+
"Original": "Original",
392+
"This resource no longer exists": "Este recurso ya no existe",
393+
":resource Details": "Detalles de :resource"
384394
}

0 commit comments

Comments
 (0)