Skip to content

Commit

Permalink
feat: add pt translations (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViPeR5000 authored Jun 4, 2023
1 parent 6b7d192 commit cf7895f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions custom_components/auto_backup/translations/pt_PT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"title": "Auto Backup",
"config": {
"step": {
"user": {
"title": "\uD83D\uDDC3️ Auto Backup",
"description": "Melhoria do sistema de backups do Home Assistant agora podes remover automaticamente os backups "
}
},
"abort": {
"single_instance": "Apenas uma intancia do Auto Backup é permitida.",
"missing_service": "Tens que correr o Home Assistant Supervised o ter a integração 'backup' activada"
}
},
"options": {
"step": {
"init": {
"data": {
"auto_purge": "Remover automaticamente os downloads expirados",
"backup_timeout": "Backups timeout (minutos)"
}
}
}
}
}

0 comments on commit cf7895f

Please sign in to comment.