Skip to content

Commit

Permalink
New Crowdin translations by GitHub Action (#2472)
Browse files Browse the repository at this point in the history
Co-authored-by: Crowdin Bot <[email protected]>
  • Loading branch information
github-actions[bot] and crowdin-bot authored Dec 4, 2024
1 parent 9ecfa70 commit 16ba254
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions custom_components/battery_notes/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"battery": {
"description": "Manufacturer: {manufacturer}\nModel: {model}\nModel ID: {model_id}\nHardware version: {hw_version}",
"description": "Fabricante: {manufacturer}\nModelo: {model}\nID do Modelo: {model_id}\nVersão de Hardware: {hw_version}",
"data": {
"battery_type": "Tipo de bateria",
"battery_quantity": "Quantidade de baterias",
Expand Down Expand Up @@ -59,7 +59,7 @@
"options": {
"step": {
"init": {
"description": "Manufacturer: {manufacturer}\nModel: {model}\nModel ID: {model_id}\nHardware version: {hw_version}",
"description": "Fabricante: {manufacturer}\nModelo: {model}\nID do Modelo: {model_id}\nVersão de Hardware: {hw_version}",
"data": {
"name": "Nome",
"battery_type": "Tipo de bateria",
Expand All @@ -75,6 +75,7 @@
}
},
"error": {
"orphaned_battery_note": "O dispositivo ou entidade associado não existe mais para esta Nota de Bateria.",
"unknown": "Error desconhecido."
}
},
Expand Down Expand Up @@ -145,7 +146,7 @@
}
},
"battery_last_replaced": {
"name": "{device_name}Foi substituida a"
"name": "{device_name}Última susbstituição da Bateria"
}
}
},
Expand Down Expand Up @@ -182,5 +183,18 @@
"description": "Gerar eventos para dispositivos que tenham a bateria baixa.",
"name": "Verificar bateria com carga baixa"
}
},
"issues": {
"missing_device": {
"title": "Nota da Bateria Orfã",
"fix_flow": {
"step": {
"confirm": {
"title": "Nota da Bateria Órfã",
"description": "O dispositivo ou entidade associado não existe mais para a entrada {name} de bateria, a nota de bateria deve ser apagada.\nSelecione **Enviar** para apagar esta nota da bateria."
}
}
}
}
}
}

0 comments on commit 16ba254

Please sign in to comment.