Translated using Weblate (Portuguese)

Currently translated at 99.1% (123 of 124 strings)

Translated using Weblate (Portuguese)

Currently translated at 96.1% (25 of 26 strings)

Translated using Weblate (Portuguese)

Currently translated at 100.0% (431 of 431 strings)

Translated using Weblate (Portuguese)

Currently translated at 100.0% (85 of 85 strings)

Translated using Weblate (Portuguese)

Currently translated at 100.0% (121 of 121 strings)

Translated using Weblate (Portuguese)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Portuguese)

Currently translated at 100.0% (70 of 70 strings)

Translated using Weblate (Portuguese)

Currently translated at 100.0% (53 of 53 strings)

Translated using Weblate (Portuguese)

Currently translated at 100.0% (191 of 191 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Miguel Duarte <miguelteixo@gmail.com>
Co-authored-by: The DC <thedc98@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/pt/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/pt/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/pt/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-configeditor/pt/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/pt/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/pt/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/pt/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/pt/
Translation: Frigate NVR/common
Translation: Frigate NVR/components-dialog
Translation: Frigate NVR/components-filter
Translation: Frigate NVR/views-configeditor
Translation: Frigate NVR/views-events
Translation: Frigate NVR/views-explore
Translation: Frigate NVR/views-live
Translation: Frigate NVR/views-settings
This commit is contained in:
Hosted Weblate
2025-08-20 20:34:21 -06:00
committed by Nicolas Mowen
co-authored by Miguel Duarte The DC
parent cbd71b25e2
commit a4ebee3ead
8 changed files with 200 additions and 8 deletions
+19 -3
View File
@@ -43,12 +43,14 @@
"success": {
"regenerate": "Uma nova descrição foi solicitada pelo {{provider}}. Dependendo da velocidade do seu fornecedor, a nova descrição pode levar algum tempo para ser regenerada.",
"updatedSublabel": "Sub-rotulo atualizado com sucesso.",
"updatedLPR": "Matrícula atualizada com sucesso."
"updatedLPR": "Matrícula atualizada com sucesso.",
"audioTranscription": "Transcrição de áudio solicitada com sucesso."
},
"error": {
"regenerate": "Falha ao chamar {{provider}} para uma nova descrição: {{errorMessage}}",
"updatedSublabelFailed": "Falha ao atualizar o sub-rotulo: {{errorMessage}}",
"updatedLPRFailed": "Falha ao atualizar a matrícula: {{errorMessage}}"
"updatedLPRFailed": "Falha ao atualizar a matrícula: {{errorMessage}}",
"audioTranscription": "Falha ao solicitar transcrição de áudio: {{errorMessage}}"
}
},
"button": {
@@ -97,6 +99,9 @@
"tips": {
"descriptionSaved": "Descrição salva com sucesso",
"saveDescriptionFailed": "Falha ao atualizar a descrição: {{errorMessage}}"
},
"score": {
"label": "Classificação"
}
},
"documentTitle": "Explorar - Frigate",
@@ -183,6 +188,14 @@
},
"deleteTrackedObject": {
"label": "Excluir este objeto rastreado"
},
"addTrigger": {
"label": "Adicionar gatilho",
"aria": "Adicione um gatilho para este objeto rastreado"
},
"audioTranscription": {
"label": "Transcrever",
"aria": "Solicitar transcrição de áudio"
}
},
"searchResult": {
@@ -205,5 +218,8 @@
"trackedObjectsCount_one": "{{count}} objeto rastreado ",
"trackedObjectsCount_many": "{{count}} objetos rastreados ",
"trackedObjectsCount_other": "",
"exploreMore": "Explora mais objetos {{label}}"
"exploreMore": "Explora mais objetos {{label}}",
"aiAnalysis": {
"title": "Análise IA"
}
}