mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-17 04:52:15 +01:00
97 lines
2.5 KiB
JSON
97 lines
2.5 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "Transcodificação de mídia",
|
|
"description": "Exibe informações sobre transcodificação de mídia",
|
|
"settings": {
|
|
"title": "Configurações de transcodificação de mídia",
|
|
"appId": {
|
|
"label": "Selecione um app"
|
|
},
|
|
"defaultView": {
|
|
"label": "Visualização padrão",
|
|
"data": {
|
|
"workers": "Trabalhadores",
|
|
"queue": "Fila",
|
|
"statistics": "Estatísticas"
|
|
}
|
|
},
|
|
"showHealthCheck": {
|
|
"label": "Mostrar indicador de verificação de saúde"
|
|
},
|
|
"showHealthChecksInQueue": {
|
|
"label": "Mostrar verificações de saúde na fila"
|
|
},
|
|
"queuePageSize": {
|
|
"label": "Fila: Itens por página"
|
|
},
|
|
"showAppIcon": {
|
|
"label": "Mostrar o ícone do aplicativo no canto inferior direito"
|
|
}
|
|
}
|
|
},
|
|
"noAppSelected": "Por favor, selecione um aplicativo nas configurações de widget",
|
|
"views": {
|
|
"workers": {
|
|
"table": {
|
|
"header": {
|
|
"name": "Ficheiro",
|
|
"eta": "TED",
|
|
"progress": "Progresso"
|
|
},
|
|
"empty": "Vazio",
|
|
"tooltip": {
|
|
"transcode": "Transcodificar",
|
|
"healthCheck": "Verificação de Saúde"
|
|
}
|
|
}
|
|
},
|
|
"queue": {
|
|
"table": {
|
|
"header": {
|
|
"name": "Ficheiro",
|
|
"size": "Tamanho"
|
|
},
|
|
"footer": {
|
|
"currentIndex": "{{start}}-{{end}} de {{total}}"
|
|
},
|
|
"empty": "Vazio",
|
|
"tooltip": {
|
|
"transcode": "Transcodificar",
|
|
"healthCheck": "Verificação de Saúde"
|
|
}
|
|
}
|
|
},
|
|
"statistics": {
|
|
"empty": "Vazio",
|
|
"box": {
|
|
"transcodes": "Transcodificações: {{value}}",
|
|
"healthChecks": "Verificações de saúde: {{value}}",
|
|
"files": "Arquivos: {{value}}",
|
|
"spaceSaved": "Salvo: {{value}}"
|
|
},
|
|
"pies": {
|
|
"transcodes": "Transcodificações",
|
|
"healthChecks": "Verificações de saúde",
|
|
"videoCodecs": "Codecs",
|
|
"videoContainers": "Contêineres",
|
|
"videoResolutions": "Resoluções"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"title": "Erro",
|
|
"message": "Ocorreu um erro ao buscar dados do Tdarr."
|
|
},
|
|
"tabs": {
|
|
"workers": "Trabalhadores",
|
|
"queue": "Fila",
|
|
"statistics": "Estatísticas"
|
|
},
|
|
"healthCheckStatus": {
|
|
"title": "Verificação de Saúde",
|
|
"queued": "Na fila",
|
|
"healthy": "Saudável",
|
|
"unhealthy": "Não saudável"
|
|
}
|
|
}
|