Skip to content

Commit

Permalink
Merge pull request #255 from matteosdocsity/master
Browse files Browse the repository at this point in the history
Update i18n.ts with italian and spanish translations
  • Loading branch information
SSShooter authored Jun 3, 2024
2 parents 55b5a13 + aef7a8e commit b3e98dc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,32 @@ const i18n: Record<string, LangPack> = {
clickTips: 'Favor clicar no item alvo',
summary: 'Resumo',
},
it: {
addChild: 'Aggiungi figlio',
addParent: 'Aggiungi genitore',
addSibling: 'Aggiungi fratello',
removeNode: 'Rimuovi nodo',
focus: 'Modalità Focus',
cancelFocus: 'Annulla Modalità Focus',
moveUp: 'Sposta su',
moveDown: 'Sposta giù',
link: 'Collega',
clickTips: 'Si prega di fare clic sul nodo di destinazione',
summary: 'Unisci nodi',
},
es: {
addChild: 'Agregar hijo',
addParent: 'Agregar padre',
addSibling: 'Agregar hermano',
removeNode: 'Eliminar nodo',
focus: 'Modo Enfoque',
cancelFocus: 'Cancelar Modo Enfoque',
moveUp: 'Mover hacia arriba',
moveDown: 'Mover hacia abajo',
link: 'Enlace',
clickTips: 'Por favor haga clic en el nodo de destino',
summary: 'Resumen',
},
}

export default i18n

0 comments on commit b3e98dc

Please sign in to comment.