frigate/web/public/locales/pt/views/search.json
Hosted Weblate 27457efc30 Translated using Weblate (Portuguese)
Currently translated at 83.3% (40 of 48 strings)

Translated using Weblate (Portuguese)

Currently translated at 88.4% (46 of 52 strings)

Translated using Weblate (Portuguese)

Currently translated at 89.0% (98 of 110 strings)

Translated using Weblate (Portuguese)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Portuguese)

Currently translated at 91.6% (44 of 48 strings)

Translated using Weblate (Portuguese)

Currently translated at 100.0% (43 of 43 strings)

Translated using Weblate (Portuguese)

Currently translated at 68.1% (120 of 176 strings)

Translated using Weblate (Portuguese)

Currently translated at 57.0% (189 of 331 strings)

Translated using Weblate (Portuguese)

Currently translated at 57.3% (188 of 328 strings)

Co-authored-by: Bruno Sousa <bruno.sousa@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Sotski Eugene <jekakmail@gmail.com>
Co-authored-by: cantarol CR <cr1996@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/pt/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-camera/pt/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/pt/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-icons/pt/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/pt/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/pt/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-search/pt/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/pt/
Translation: Frigate NVR/common
Translation: Frigate NVR/components-camera
Translation: Frigate NVR/components-dialog
Translation: Frigate NVR/components-icons
Translation: Frigate NVR/views-explore
Translation: Frigate NVR/views-facelibrary
Translation: Frigate NVR/views-search
Translation: Frigate NVR/views-settings
2025-04-28 16:35:25 -06:00

68 lines
2.9 KiB
JSON

{
"search": "Pesquisar",
"savedSearches": "Pesquisas salvas",
"searchFor": "Pesquisar por {{inputValue}}",
"button": {
"save": "Salvar pesquisa",
"delete": "Excluir pesquisa salva",
"filterInformation": "Informação do filtro",
"filterActive": "Filtros ativos",
"clear": "Limpar pesquisa"
},
"trackedObjectId": "ID do objeto rastreado",
"filter": {
"label": {
"sub_labels": "Sub etiquetas",
"zones": "Zonas",
"cameras": "Câmeras",
"labels": "Etiquetas",
"search_type": "Tipo de pesquisa",
"time_range": "Intervalo de tempo",
"before": "Antes",
"after": "Depois",
"min_score": "Pontuação mínima",
"max_score": "Pontuação máxima",
"min_speed": "Velocidade mínima",
"max_speed": "Velocidade máxima",
"recognized_license_plate": "Placa reconhecida",
"has_clip": "Tem Clipe",
"has_snapshot": "Tem Captura de Imagem"
},
"searchType": {
"thumbnail": "Miniatura",
"description": "Descrição"
},
"header": {
"noFilters": "Filtros",
"activeFilters": "Filtros ativos",
"currentFilterType": "Valores de filtro"
},
"tips": {
"desc": {
"text": "Os filtros ajudam você a restringir os resultados da sua pesquisa. Veja como usá-los no campo de entrada:",
"example": "Exemplo: <code className=\"text-primary\">cameras:front_door label:person before:01012024 time_range:3:00PM-4:00PM </code>",
"step": "<ul className=\"list-disc pl-5 text-sm text-primary-variant\"> <li>Digite um nome de filtro seguido de dois pontos (ex: \"cameras:\").</li><li>Selecione um valor entre as sugestões ou digite o seu próprio.</li><li>Use múltiplos filtros adicionando-os um após o outro com um espaço entre eles.</li> <li>Filtros de data (before: e after:) usam o formato <em>{{DateFormat}}</em>.</li><li>O filtro de intervalo de tempo usa o formato <em>{{exampleTime}}</em>.</li><li>Remova filtros clicando no 'x' ao lado deles.</li></ul>"
},
"title": "Como usar filtros de texto"
},
"toast": {
"error": {
"beforeDateBeLaterAfter": "A data 'antes' deve ser posterior à data 'depois'.",
"minScoreMustBeLessOrEqualMaxScore": "O 'min_score' deve ser inferior ou igual ao 'max_score'.",
"minSpeedMustBeLessOrEqualMaxSpeed": "O 'min_speed' deve ser inferior ou igual ao 'max_speed'.",
"afterDatebeEarlierBefore": "A data \"depois\" deve ser anterior à data \"antes\".",
"maxScoreMustBeGreaterOrEqualMinScore": "O 'max_score' deve ser maior ou igual ao 'min_score'.",
"maxSpeedMustBeGreaterOrEqualMinSpeed": "O 'max_speed' deve ser maior ou igual ao 'min_speed'."
}
}
},
"placeholder": {
"search": "Pesquisar…"
},
"similaritySearch": {
"title": "Pesquisa de similaridade",
"active": "Busca de semelhança ativa",
"clear": "Pesquisa de semelhança clara"
}
}