mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-10 10:33:11 +03:00
Added translation using Weblate (Portuguese)
Update translation files Updated by "Squash Git commits" add-on in Weblate. Added translation using Weblate (Portuguese) Added translation using Weblate (Portuguese) Translated using Weblate (Portuguese) Currently translated at 89.6% (52 of 58 strings) Added translation using Weblate (Portuguese) Translated using Weblate (Portuguese) Currently translated at 89.6% (52 of 58 strings) Translated using Weblate (Portuguese) Currently translated at 90.7% (49 of 54 strings) Translated using Weblate (Portuguese) Currently translated at 29.5% (36 of 122 strings) Translated using Weblate (Portuguese) Currently translated at 43.4% (10 of 23 strings) Co-authored-by: Abel Nunes <lidh08@gmail.com> Co-authored-by: Hellyson Rodrigo Parteka <hellysonrp@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/pt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/pt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/pt/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/pt/ Translation: Frigate NVR/common Translation: Frigate NVR/components-dialog Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-exports Translation: Frigate NVR/views-facelibrary
This commit is contained in:
parent
fdb4926850
commit
35a925f6f6
@ -6,7 +6,8 @@
|
||||
"content": "Esta página será recarregada em {{countdown}} segundos.",
|
||||
"button": "Forçar Recarregar Agora"
|
||||
},
|
||||
"title": "Tem a certeza que deseja reiniciar o Frigate?"
|
||||
"title": "Tem a certeza que deseja reiniciar o Frigate?",
|
||||
"description": "Isto irá parar brevemente o Frigate enquanto reinicia."
|
||||
},
|
||||
"explore": {
|
||||
"plus": {
|
||||
|
||||
1
web/public/locales/pt/config/cameras.json
Normal file
1
web/public/locales/pt/config/cameras.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
1
web/public/locales/pt/config/global.json
Normal file
1
web/public/locales/pt/config/global.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
1
web/public/locales/pt/config/groups.json
Normal file
1
web/public/locales/pt/config/groups.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
1
web/public/locales/pt/config/validation.json
Normal file
1
web/public/locales/pt/config/validation.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
@ -47,5 +47,8 @@
|
||||
"minClassesTitle": "Não é possível excluir a classe",
|
||||
"minClassesDesc": "Um modelo de classificação deve ter pelo menos duas classes. Adicione outra classe antes de excluir esta."
|
||||
},
|
||||
"documentTitle": "Modelos de Classificação – Frigate"
|
||||
"documentTitle": "Modelos de Classificação – Frigate",
|
||||
"description": {
|
||||
"invalidName": "Nome inválido. Os nomes podem incluir apenas letras, números, espaços, apóstrofos, sublinhados e hífens."
|
||||
}
|
||||
}
|
||||
|
||||
@ -16,5 +16,8 @@
|
||||
"deleteExport.desc": "Tem a certeza de que deseja excluir {{exportName}}?",
|
||||
"tooltip": {
|
||||
"shareExport": "Partilhar exportação"
|
||||
},
|
||||
"headings": {
|
||||
"uncategorizedExports": "Exportações sem categoria"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,8 +1,9 @@
|
||||
{
|
||||
"description": {
|
||||
"placeholder": "Digite um nome para esta coleção",
|
||||
"placeholder": "Introduza um nome para esta coleção",
|
||||
"addFace": "Veja como adicionar uma nova coleção à biblioteca de rostos.",
|
||||
"invalidName": "Nome inválido. Os nomes podem incluir apenas letras, números, espaços, apóstrofos, sublinhados e hífens."
|
||||
"invalidName": "Nome inválido. Os nomes podem incluir apenas letras, números, espaços, apóstrofos, sublinhados e hífens.",
|
||||
"nameCannotContainHash": "O nome não pode conter #."
|
||||
},
|
||||
"details": {
|
||||
"person": "Pessoa",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user