Skip to content

Commit 30f8c6b

Browse files
authored
feat(i18n): add Spanish (es) locale (#1208)
1 parent ae31b45 commit 30f8c6b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

layer/i18n/locales/es.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"common": {
3+
"or": "o",
4+
"error": {
5+
"title": "Página no encontrada",
6+
"description": "Lo sentimos, no se pudo encontrar esta página."
7+
}
8+
},
9+
"docs": {
10+
"copy": {
11+
"page": "Copiar página",
12+
"link": "Copiar página en Markdown",
13+
"view": "Ver como Markdown",
14+
"gpt": "Abrir en ChatGPT",
15+
"claude": "Abrir en Claude"
16+
},
17+
"links": "Comunidad",
18+
"toc": "En esta página",
19+
"report": "Reportar un problema",
20+
"edit": "Editar esta página"
21+
}
22+
}

0 commit comments

Comments
 (0)