Browse Source
Merge pull request #745 from dpatrongomez/patch-2
Add steam translation in spanish
pull/747/head
Louis Lam
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/languages/es-ES.js
|
|
@ -203,4 +203,5 @@ export default { |
|
|
|
records: "registros", |
|
|
|
"One record": "Un registro", |
|
|
|
"Showing {from} to {to} of {count} records": "Mostrando desde {from} a {to} de {count} registros", |
|
|
|
steamApiKeyDescription: "Para monitorear un servidor de juegos de Steam, necesita una clave Steam Web-API. Puede registrar su clave API aquí: ", |
|
|
|
}; |
|
|
|