mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-06 20:11:15 +03:00
Currently translated at 28.8% (13 of 45 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 32.7% (265 of 808 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 56.3% (267 of 474 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 39.5% (509 of 1287 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 98.1% (107 of 109 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 90.7% (49 of 54 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (23 of 23 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 11.4% (92 of 807 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 17.7% (84 of 473 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 52.7% (68 of 129 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (100 of 100 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (60 of 60 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (26 of 26 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 95.4% (104 of 109 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (50 of 50 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (239 of 239 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 99.8% (500 of 501 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Ricardo RFPP <ricardo.inteli@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/audio/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-camera/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-player/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/config-groups/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-validation/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-chat/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/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-replay/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/pt_BR/ Translation: Frigate NVR/Config - Cameras Translation: Frigate NVR/Config - Global Translation: Frigate NVR/Config - Groups Translation: Frigate NVR/Config - Validation Translation: Frigate NVR/audio Translation: Frigate NVR/common Translation: Frigate NVR/components-camera Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-player Translation: Frigate NVR/views-chat Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-live Translation: Frigate NVR/views-replay Translation: Frigate NVR/views-settings
36 lines
1.6 KiB
JSON
36 lines
1.6 KiB
JSON
{
|
|
"minimum": "Deve ser pelo menos {{limit}}",
|
|
"maximum": "Deve ser no máximo {{limit}}",
|
|
"exclusiveMinimum": "Deve ser maior do que {{limit}}",
|
|
"exclusiveMaximum": "Deve ser menor do que {{limit}}",
|
|
"minLength": "Deve ter pelo menos {{limit}} caractere(s)",
|
|
"maxLength": "Deve ter no máximo {{limit}} caractere(s)",
|
|
"minItems": "Deve ter pelo menos {{limit}} itens",
|
|
"maxItems": "Deve ter no máximo {{limit}} itens",
|
|
"pattern": "Formato inválido",
|
|
"required": "Esse campo é necessário",
|
|
"type": "Tipo de valor inválido",
|
|
"enum": "Deve ser um dos valores permitidos",
|
|
"const": "Valor não condiz com a constante esperada",
|
|
"uniqueItems": "Todos os itens devem ser únicos",
|
|
"format": "Formato inválido",
|
|
"additionalProperties": "Propriedade desconhecida não é permitida",
|
|
"oneOf": "Deve corresponder exatamente a um dos esquemas permitidos",
|
|
"anyOf": "Deve corresponder a pelo menos um dos esquemas permitidos",
|
|
"proxy": {
|
|
"header_map": {
|
|
"roleHeaderRequired": "O cabeçalho de função é obrigatório quando os mapeamentos de função são configurados."
|
|
}
|
|
},
|
|
"ffmpeg": {
|
|
"inputs": {
|
|
"rolesUnique": "Cada função só pode ser atribuída a um fluxo de entrada.",
|
|
"detectRequired": "Pelo menos um fluxo de entrada deve ter a função 'detectar' atribuída.",
|
|
"hwaccelDetectOnly": "Somente o fluxo de entrada com a função de detecção pode definir argumentos de aceleração de hardware."
|
|
}
|
|
},
|
|
"detect": {
|
|
"dimensionMustBeEven": "Deve ser um número par."
|
|
}
|
|
}
|