Skip to content

Commit abfb3e7

Browse files
es-es/translate (#45)
* Translate skill.json via GitLocalize * Translate dialogs.json via GitLocalize * Translate vocabs.json via GitLocalize --------- Co-authored-by: nuriapochatbsc <nuria.poch.at.bsc@gmail.com>
1 parent d44ca41 commit abfb3e7

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

locale/es-es/skill.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"examples": [
3+
"comando de lanzamiento ___",
4+
"ejecutar script ___"
5+
]
6+
}

translations/es-es/dialogs.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"running.dialog": [
3+
"ejecutando {alias} (comando|script)"
4+
]
5+
}

translations/es-es/vocabs.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"Run.voc": [
3+
"(correr|ejecutar|lanzar) (un|una|)(comando|script)"
4+
]
5+
}

0 commit comments

Comments
 (0)