Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update translations #2472

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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."
}
}
}
}
}
}