From e16856690cddae5b1b08ff90c111a4cbf371e337 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Wed, 8 Apr 2026 16:25:55 +0200 Subject: [PATCH] Translated using Weblate (Portuguese (Brazil)) Currently translated at 4.9% (39 of 790 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 97.4% (229 of 235 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 5.5% (26 of 469 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (99 of 99 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 77.5% (135 of 174 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 43.7% (470 of 1074 strings) Co-authored-by: Hosted Weblate Co-authored-by: Nitokui Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/pt_BR/ Translation: Frigate NVR/Config - Cameras Translation: Frigate NVR/Config - Global Translation: Frigate NVR/common Translation: Frigate NVR/views-live Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system --- web/public/locales/pt-BR/common.json | 3 ++- web/public/locales/pt-BR/config/cameras.json | 8 +++++++- web/public/locales/pt-BR/config/global.json | 8 +++++++- web/public/locales/pt-BR/views/live.json | 3 ++- web/public/locales/pt-BR/views/settings.json | 10 +++++++++- web/public/locales/pt-BR/views/system.json | 6 ++++-- 6 files changed, 31 insertions(+), 7 deletions(-) diff --git a/web/public/locales/pt-BR/common.json b/web/public/locales/pt-BR/common.json index 632155ddd..f02bdc03e 100644 --- a/web/public/locales/pt-BR/common.json +++ b/web/public/locales/pt-BR/common.json @@ -262,7 +262,8 @@ "setPassword": "Definir Senha" }, "classification": "Classificação", - "chat": "Chat" + "chat": "Chat", + "profiles": "Perfis" }, "toast": { "copyUrlToClipboard": "URL copiada para a área de transferência.", diff --git a/web/public/locales/pt-BR/config/cameras.json b/web/public/locales/pt-BR/config/cameras.json index b065dbb25..9fd17e7c3 100644 --- a/web/public/locales/pt-BR/config/cameras.json +++ b/web/public/locales/pt-BR/config/cameras.json @@ -45,6 +45,12 @@ }, "label": "Configuração da Câmera", "audio_transcription": { - "label": "Transcrição de áudio" + "label": "Transcrição de áudio", + "enabled": { + "label": "Habilitar transcrição" + }, + "live_enabled": { + "label": "Transcrição em tempo real" + } } } diff --git a/web/public/locales/pt-BR/config/global.json b/web/public/locales/pt-BR/config/global.json index a9cbd3f9c..d562bf6e5 100644 --- a/web/public/locales/pt-BR/config/global.json +++ b/web/public/locales/pt-BR/config/global.json @@ -71,9 +71,15 @@ "session_length": { "label": "Duração da sessão", "description": "Duração da sessão em segundos para sessões baseadas em JWT." + }, + "failed_login_rate_limit": { + "label": "Limites de falha de login" } }, "audio_transcription": { - "label": "Transcrição de áudio" + "label": "Transcrição de áudio", + "live_enabled": { + "label": "Transcrição em tempo real" + } } } diff --git a/web/public/locales/pt-BR/views/live.json b/web/public/locales/pt-BR/views/live.json index c2459b640..a1b72767f 100644 --- a/web/public/locales/pt-BR/views/live.json +++ b/web/public/locales/pt-BR/views/live.json @@ -17,7 +17,8 @@ "clickMove": { "label": "Clique no quadro para centralizar a câmera", "enable": "Ativar clique para mover", - "disable": "Desativar clique para mover" + "disable": "Desativar clique para mover", + "enableWithZoom": "Habilitar clicar para mover / arrastar para zoom" }, "left": { "label": "Mova a câmera PTZ para a esquerda" diff --git a/web/public/locales/pt-BR/views/settings.json b/web/public/locales/pt-BR/views/settings.json index 799822774..c937906c4 100644 --- a/web/public/locales/pt-BR/views/settings.json +++ b/web/public/locales/pt-BR/views/settings.json @@ -34,7 +34,15 @@ "general": "Geral", "globalConfig": "Configuração global", "system": "Sistema", - "integrations": "Integrações" + "integrations": "Integrações", + "uiSettings": "Configurações de interface", + "profiles": "Perfis", + "globalDetect": "Detecção de objeto", + "globalRecording": "Gravando", + "globalFfmpeg": "FFmpeg", + "globalMotion": "Detecção de movimento", + "globalObjects": "Objetos", + "globalReview": "Revisar" }, "dialog": { "unsavedChanges": { diff --git a/web/public/locales/pt-BR/views/system.json b/web/public/locales/pt-BR/views/system.json index 922629719..431fd6ba0 100644 --- a/web/public/locales/pt-BR/views/system.json +++ b/web/public/locales/pt-BR/views/system.json @@ -50,8 +50,10 @@ "lpr": "LPR", "camera_activity": "Atividade da câmera", "system": "Sistema", - "camera": "Camera" - } + "camera": "Camera", + "all_cameras": "Todas as cameras" + }, + "empty": "Nenhuma mensagem capturada ainda" } }, "general": {