mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-04 14:22:09 +03:00
1.2 KiB
1.2 KiB
Task 08 — Endpoint Page
Status: [ ] Não iniciado
Namespace JSON: endpoint
Arquivos
| Arquivo | Linhas | Strings |
|---|---|---|
src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx |
~750 | ~20 |
Strings a Traduzir
| Linha | String EN | Chave i18n | String PT-BR |
|---|---|---|---|
| 320 | "API Endpoint" | endpoint.title |
"Endpoint da API" |
| 403 | "Available Endpoints" | endpoint.available |
"Endpoints Disponíveis" |
| 561 | "Cloud Proxy" | endpoint.cloudProxy |
"Proxy na Nuvem" |
| 632 | "Note" | endpoint.note |
"Nota" |
| 717 | "Warning" | endpoint.warning |
"Aviso" |
| 740 | "Are you sure you want to disable cloud proxy?" | endpoint.disableConfirm |
"Tem certeza que deseja desativar o proxy na nuvem?" |
| — | "Copy" | common.copy |
✅ já existe |
| — | "Base URL" | endpoint.baseUrl |
"URL Base" |
| — | "Connected" | endpoint.connected |
"Conectado" |
| — | "Enable" | endpoint.enable |
"Ativar" |
| — | "Disable" | endpoint.disable |
"Desativar" |
Checklist
- Levantar strings restantes
- Adicionar chaves no
en.json/pt-BR.json - Substituir por
t()e testar