Translated using Weblate (Portuguese)
Currently translated at 0.0% (0 of 60 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/pt/
This commit is contained in:
parent
9fb88eb325
commit
c31c2a4c84
1 changed files with 96 additions and 85 deletions
|
@ -1,87 +1,98 @@
|
||||||
{
|
{
|
||||||
"widget":{
|
"widget": {
|
||||||
"missing_type":"Tipo de widget ausente: {{type}}",
|
"missing_type": "Tipo de widget ausente: {{type}}",
|
||||||
"api_error":"Erro da API",
|
"api_error": "Erro da API",
|
||||||
"status":"Status"
|
"status": "Status"
|
||||||
},
|
},
|
||||||
"search":{
|
"search": {
|
||||||
"placeholder":"Procurar…"
|
"placeholder": "Procurar…"
|
||||||
},
|
},
|
||||||
"resources":{
|
"resources": {
|
||||||
"total":"Total",
|
"total": "Total",
|
||||||
"free":"Livre",
|
"free": "Livre",
|
||||||
"used":"Usada"
|
"used": "Usada"
|
||||||
},
|
},
|
||||||
"docker":{
|
"docker": {
|
||||||
"rx":"Rx",
|
"rx": "Rx",
|
||||||
"tx":"Tx",
|
"tx": "Tx",
|
||||||
"mem":"Mem",
|
"mem": "Mem",
|
||||||
"cpu":"CPU",
|
"cpu": "CPU",
|
||||||
"offline":"Desligada"
|
"offline": "Desligada"
|
||||||
},
|
},
|
||||||
"emby":{
|
"emby": {
|
||||||
"playing":"Jogando",
|
"playing": "Jogando",
|
||||||
"transcoding":"Transcodificação",
|
"transcoding": "Transcodificação",
|
||||||
"bitrate":"Taxa de bits"
|
"bitrate": "Taxa de bits"
|
||||||
},
|
},
|
||||||
"tautulli":{
|
"tautulli": {
|
||||||
"playing":"Jogando",
|
"playing": "Jogando",
|
||||||
"transcoding":"Transcodificação",
|
"transcoding": "Transcodificação",
|
||||||
"bitrate":"Taxa de bits"
|
"bitrate": "Taxa de bits"
|
||||||
},
|
},
|
||||||
"nzbget":{
|
"nzbget": {
|
||||||
"rate":"Avaliar",
|
"rate": "Avaliar",
|
||||||
"remaining":"Remanescente",
|
"remaining": "Remanescente",
|
||||||
"downloaded":"Baixada"
|
"downloaded": "Baixada"
|
||||||
},
|
},
|
||||||
"rutorrent":{
|
"rutorrent": {
|
||||||
"active":"Ativa",
|
"active": "Ativa",
|
||||||
"upload":"Envio",
|
"upload": "Envio",
|
||||||
"download":"Download"
|
"download": "Download"
|
||||||
},
|
},
|
||||||
"sonarr":{
|
"sonarr": {
|
||||||
"wanted":"Desejada",
|
"wanted": "Desejada",
|
||||||
"queued":"Enfileiradas",
|
"queued": "Enfileiradas",
|
||||||
"series":"Series"
|
"series": "Series"
|
||||||
},
|
},
|
||||||
"radarr":{
|
"radarr": {
|
||||||
"wanted":"Desejada",
|
"wanted": "Desejada",
|
||||||
"queued":"Enfileiradas",
|
"queued": "Enfileiradas",
|
||||||
"movies":"Filmes"
|
"movies": "Filmes"
|
||||||
},
|
},
|
||||||
"ombi":{
|
"ombi": {
|
||||||
"pending":"Pendente",
|
"pending": "Pendente",
|
||||||
"approved":"Aprovada",
|
"approved": "Aprovada",
|
||||||
"available":"Disponível"
|
"available": "Disponível"
|
||||||
},
|
},
|
||||||
"jellyseerr":{
|
"jellyseerr": {
|
||||||
"pending":"Pendente",
|
"pending": "Pendente",
|
||||||
"approved":"Aprovada",
|
"approved": "Aprovada",
|
||||||
"available":"Disponível"
|
"available": "Disponível"
|
||||||
},
|
},
|
||||||
"pihole":{
|
"pihole": {
|
||||||
"queries":"Consultas",
|
"queries": "Consultas",
|
||||||
"blocked":"Bloqueado",
|
"blocked": "Bloqueado",
|
||||||
"gravity":"Gravidade"
|
"gravity": "Gravidade"
|
||||||
},
|
},
|
||||||
"speedtest":{
|
"speedtest": {
|
||||||
"upload":"Envio",
|
"upload": "Envio",
|
||||||
"download":"Download",
|
"download": "Download",
|
||||||
"ping":"Ping"
|
"ping": "Ping"
|
||||||
},
|
},
|
||||||
"portainer":{
|
"portainer": {
|
||||||
"running":"Corrida",
|
"running": "Corrida",
|
||||||
"stopped":"Parou",
|
"stopped": "Parou",
|
||||||
"total":"Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"traefik":{
|
"traefik": {
|
||||||
"routers":"Roteadores",
|
"routers": "Roteadores",
|
||||||
"services":"Serviços",
|
"services": "Serviços",
|
||||||
"middleware":"Middleware"
|
"middleware": "Middleware"
|
||||||
},
|
},
|
||||||
"npm":{
|
"npm": {
|
||||||
"enabled":"Habilitada",
|
"enabled": "Habilitada",
|
||||||
"disabled":"Desabilitada",
|
"disabled": "Desabilitada",
|
||||||
"total":"Total"
|
"total": "Total"
|
||||||
}
|
},
|
||||||
|
"common": {
|
||||||
|
"bytes": "{{value, bytes}}",
|
||||||
|
"bbytes": "{{value, bytes(binary: true)}}",
|
||||||
|
"bits": "{{value, bytes(bits: true)}}",
|
||||||
|
"bbits": "{{value, bytes(bits: true, binary: true)}}",
|
||||||
|
"number": "{{value, number}}",
|
||||||
|
"byterate": "{{value, bytes}}",
|
||||||
|
"ms": "{{value, number}}",
|
||||||
|
"bitrate": "{{value, bytes(bits: true)}}",
|
||||||
|
"percent": "{{value, percent}}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue