We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8934cd1 commit 1d12632Copy full SHA for 1d12632
1 file changed
src/i18n/locales/es/translations.json
@@ -3,9 +3,11 @@
3
"or": "o"
4
},
5
"dashboard": {
6
- "name": "Tablero",
+ "name": "Tablero de control",
7
"welcome_line": "Bienvenido a OCL.",
8
- "take_a_tour": "Hacer un recorrido"
+ "take_a_tour": "Realizar un recorrido",
9
+ "hello": "Hola",
10
+ "create_repository": "Crear repositorio"
11
12
"my_repositories": {
13
"name": "Mis repositorios"
@@ -15,6 +17,9 @@
15
17
16
18
"auth": {
19
"sign_in": "Iniciar sesión",
- "register": "Registrarse"
20
+ "register": "Registrarse",
21
+ "signing_in": "Iniciando sesión...",
22
+ "sign_in_success": "Se inició sesión correctamente.",
23
+ "sign_in_error": "No se pudo iniciar sesión en este momento."
24
}
25
0 commit comments