chore(i18n): resolve last 2 missing providers/[id] keys

Adds providerDetailMyClaudeAccountPlaceholder and
providerDetailPathAutoDetected — the final user-visible labels in the
providers/[id] page that the round-5 subagent rewrote to t() calls
without yet adding to en.json.

Real missing keys: 0 (6 remaining are exampleTemplates.tsx false
positives — t is passed as a parameter so the audit cannot resolve the
namespace; keys do exist at translator.templatePayloads.*).
This commit is contained in:
diegosouzapw
2026-05-19 22:58:45 -03:00
parent 546d7e95da
commit c0c2efff97

View File

@@ -3620,7 +3620,9 @@
"providerDetailAuthUrl": "Auth URL",
"providerDetailCallbackUrl": "Callback URL",
"providerDetailValidClaudeCredentialsFile": "Valid Claude credentials file",
"providerDetailPathAutoDetectedAllOs": "Path is auto-detected per OS (Linux/Mac/Windows)."
"providerDetailPathAutoDetectedAllOs": "Path is auto-detected per OS (Linux/Mac/Windows).",
"providerDetailMyClaudeAccountPlaceholder": "My Claude account",
"providerDetailPathAutoDetected": "Path is auto-detected per OS (Linux/Mac)."
},
"settings": {
"title": "Settings",