mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-20 06:02:14 +03:00
52 lines
3.9 KiB
Markdown
52 lines
3.9 KiB
Markdown
# i18n Translation Tasks
|
|
|
|
Cada arquivo `.md` nesta pasta representa **uma tarefa de tradução** para uma página ou componente do OmniRoute.
|
|
|
|
## Status Legend
|
|
|
|
- `[ ]` — Não iniciado
|
|
- `[/]` — Em progresso
|
|
- `[x]` — Concluído
|
|
|
|
## Dashboard Pages (~260 strings)
|
|
|
|
| # | Tarefa | Arquivo | Strings | Status |
|
|
| --- | ---------------------------------- | ----------------------------------------------------- | ------- | ------ |
|
|
| 01 | [Home](./01-home.md) | `HomePageClient.tsx` | ~25 | `[ ]` |
|
|
| 02 | [Analytics](./02-analytics.md) | `analytics/page.tsx` | ~8 | `[ ]` |
|
|
| 03 | [API Manager](./03-api-manager.md) | `api-manager/` | ~20 | `[ ]` |
|
|
| 04 | [Audit Log](./04-audit-log.md) | `audit-log/page.tsx`, `logs/AuditLogTab.tsx` | ~15 | `[ ]` |
|
|
| 05 | [CLI Tools](./05-cli-tools.md) | `cli-tools/components/*.tsx` | ~20 | `[ ]` |
|
|
| 06 | [Combos](./06-combos.md) | `combos/page.tsx` | ~20 | `[ ]` |
|
|
| 07 | [Costs](./07-costs.md) | `costs/page.tsx` | ~5 | `[ ]` |
|
|
| 08 | [Endpoint](./08-endpoint.md) | `endpoint/EndpointPageClient.tsx` | ~20 | `[ ]` |
|
|
| 09 | [Health](./09-health.md) | `health/page.tsx` | ~15 | `[ ]` |
|
|
| 10 | [Limits](./10-limits.md) | `limits/page.tsx` | ~5 | `[ ]` |
|
|
| 11 | [Logs](./11-logs.md) | `logs/` | ~5 | `[ ]` |
|
|
| 12 | [Onboarding](./12-onboarding.md) | `onboarding/page.tsx` | ~10 | `[ ]` |
|
|
| 13 | [Providers](./13-providers.md) | `providers/page.tsx`, `[id]/page.tsx`, `new/page.tsx` | ~20 | `[ ]` |
|
|
| 14 | [Settings](./14-settings.md) | `settings/components/*.tsx` | ~55 | `[ ]` |
|
|
| 15 | [Translator](./15-translator.md) | `translator/components/*.tsx` | ~25 | `[ ]` |
|
|
| 16 | [Usage](./16-usage.md) | `usage/components/*.tsx` | ~35 | `[ ]` |
|
|
|
|
## Shared Components (~95 strings)
|
|
|
|
| # | Tarefa | Arquivo(s) | Strings | Status |
|
|
| --- | ---------------------------------------------- | ---------------------------------------------------- | ------- | ------ |
|
|
| 17 | [Shared Modals](./17-shared-modals.md) | `OAuthModal`, `KiroAuthModal`, `PricingModal`, etc. | ~40 | `[ ]` |
|
|
| 18 | [Shared Loggers](./18-shared-loggers.md) | `RequestLoggerV2`, `ProxyLogger`, `ProxyLogDetail` | ~30 | `[ ]` |
|
|
| 19 | [Shared Charts & Stats](./19-shared-charts.md) | `UsageStats`, `analytics/charts`, `TokenHealthBadge` | ~25 | `[ ]` |
|
|
|
|
## Non-Dashboard Pages (~75 strings)
|
|
|
|
| # | Tarefa | Arquivo(s) | Strings | Status |
|
|
| --- | ---------------------------------- | ------------------------------------------------------- | ------- | ------ |
|
|
| 20 | [Login & Auth](./20-login-auth.md) | `login/`, `forgot-password/`, `callback/`, `forbidden/` | ~20 | `[ ]` |
|
|
| 21 | [Landing Page](./21-landing.md) | `landing/components/*.tsx` | ~25 | `[ ]` |
|
|
| 22 | [Docs Page](./22-docs.md) | `docs/page.tsx` | ~25 | `[ ]` |
|
|
| 23 | [Legal Pages](./23-legal.md) | `privacy/`, `terms/` | ~15 | `[ ]` |
|
|
|
|
---
|
|
|
|
**Total estimado: ~460 strings em 23 tarefas**
|