mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
add machine translated locales for
de, es, fr, pt, ru and zh-CN
This commit is contained in:
98
public/locales/pt/common.json
Normal file
98
public/locales/pt/common.json
Normal file
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"common": {
|
||||
"bytes": "{{value, bytes}}",
|
||||
"bits": "{{value, bytes(bits: true)}}",
|
||||
"bbytes": "{{value, bytes(binary: true)}}",
|
||||
"bbits": "{{value, bytes(bits: true, binary: true)}}",
|
||||
"byterate": "{{value, bytes}}",
|
||||
"bitrate": "{{value, bytes(bits: true)}}",
|
||||
"percent": "{{value, percent}}",
|
||||
"number": "{{value, number}}",
|
||||
"ms": "{{value, number}}"
|
||||
},
|
||||
"widget":{
|
||||
"missing_type":"Tipo de widget ausente: {{type}}",
|
||||
"api_error":"Erro da API",
|
||||
"status":"Status"
|
||||
},
|
||||
"search":{
|
||||
"placeholder":"Procurar..."
|
||||
},
|
||||
"resources":{
|
||||
"total":"Total",
|
||||
"free":"Livre",
|
||||
"used":"Usada"
|
||||
},
|
||||
"docker":{
|
||||
"rx":"Rx",
|
||||
"tx":"Tx",
|
||||
"mem":"Mem",
|
||||
"cpu":"CPU",
|
||||
"offline":"Desligada"
|
||||
},
|
||||
"emby":{
|
||||
"playing":"Jogando",
|
||||
"transcoding":"Transcodificação",
|
||||
"bitrate":"Taxa de bits"
|
||||
},
|
||||
"tautulli":{
|
||||
"playing":"Jogando",
|
||||
"transcoding":"Transcodificação",
|
||||
"bitrate":"Taxa de bits"
|
||||
},
|
||||
"nzbget":{
|
||||
"rate":"Avaliar",
|
||||
"remaining":"Remanescente",
|
||||
"downloaded":"Baixada"
|
||||
},
|
||||
"rutorrent":{
|
||||
"active":"Ativa",
|
||||
"upload":"Envio",
|
||||
"download":"Download"
|
||||
},
|
||||
"sonarr":{
|
||||
"wanted":"Desejada",
|
||||
"queued":"Enfileiradas",
|
||||
"series":"Series"
|
||||
},
|
||||
"radarr":{
|
||||
"wanted":"Desejada",
|
||||
"queued":"Enfileiradas",
|
||||
"movies":"Filmes"
|
||||
},
|
||||
"ombi":{
|
||||
"pending":"Pendente",
|
||||
"approved":"Aprovada",
|
||||
"available":"Disponível"
|
||||
},
|
||||
"jellyseerr":{
|
||||
"pending":"Pendente",
|
||||
"approved":"Aprovada",
|
||||
"available":"Disponível"
|
||||
},
|
||||
"pihole":{
|
||||
"queries":"Consultas",
|
||||
"blocked":"Bloqueado",
|
||||
"gravity":"Gravidade"
|
||||
},
|
||||
"speedtest":{
|
||||
"upload":"Envio",
|
||||
"download":"Download",
|
||||
"ping":"Ping"
|
||||
},
|
||||
"portainer":{
|
||||
"running":"Corrida",
|
||||
"stopped":"Parou",
|
||||
"total":"Total"
|
||||
},
|
||||
"traefik":{
|
||||
"routers":"Roteadores",
|
||||
"services":"Serviços",
|
||||
"middleware":"Middleware"
|
||||
},
|
||||
"npm":{
|
||||
"enabled":"Habilitada",
|
||||
"disabled":"Desabilitada",
|
||||
"total":"Total"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user