You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(i18n): complete RU parity with dev en.ts + refresh RU docs (#211)
that dev's en.ts had gained since the PR was cut — breaking the gui
build (tsc -b) on every dev CI run since. This adds the 13 missing
keys, re-translates 5 keys whose English wording changed (billing
framing reworded to clarify these are list-price estimates, not
actual charges), and refreshes the RU docs pages that drifted behind
English in the same window (the new `ocx account` CLI reference
section, the related providers.md subsection, a web-dashboard.md
disclaimer paragraph, and the README.ru.md CLI cheat-sheet line).
Translations for the 13 missing keys are seeded from the maintainer's
own in-flight fix branch (04e9f85), reviewed and adjusted only where
needed for consistency/correctness; see PR description for details.
Copy file name to clipboardExpand all lines: docs-site/src/content/docs/ru/guides/web-dashboard.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,10 @@ bun run dev:gui
39
39
|**Usage / Debug**| Просмотр покрытия и трендов расхода токенов либо включение опциональной диагностики транспорта провайдеров и извлечения данных об использовании. |
40
40
|**Stop**| Корректная остановка прокси и установленного фонового сервиса, восстановление нативного Codex и выход (`POST /api/stop`). |
41
41
42
+
Значения стоимости в **Logs** и **Usage** — это эквиваленты стоимости по прайс-листу API,
43
+
рассчитанные на основе сообщённых токенов. Они не являются счётом и не подтверждают фактическое
44
+
списание; расходы могут покрываться подпиской или кредитами провайдера.
45
+
42
46
## Селектор делегирования и маршрутизация порождений
43
47
44
48
Селектор **Sub-agent delegation** в дашборде сохраняет `injectionModel` и, при желании,
Copy file name to clipboardExpand all lines: docs-site/src/data/frontier-i18n.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
// Generated from PR #144 (gui/src/i18n/{en,ko,zh}.ts) — frontier.* keys only.
2
-
// German strings from the PR are dropped: the docs-site ships en/ko/zh-CN.
2
+
// German strings from the PR are dropped: the docs-site ships en/ko/zh-CN/ru.
3
3
exportconstFRONTIER_STRINGS={
4
4
en: {
5
5
"frontier.subtitle": "Compare models on public coding-agent benchmarks: capability vs cost per task. Pick a domain, then a board; filter by model, effort, price, or use-case. Snapshot data — update with OpenCodex releases, not live metering.",
"logs.metric.tokPerSecTitle": "Выходные токены в секунду за полную длительность запроса",
320
-
"logs.metric.estimatedCostTitle": "Оценочная стоимость; при отсутствии подходящей цены значение недоступно",
321
-
"usage.cost.total": "Оценочная стоимость (за этот период)",
322
-
"usage.cost.disclaimer": "Не является счётом. Может применяться подписка или кредиты провайдера.",
318
+
"logs.metric.estimatedCostTitle": "Эквивалент стоимости по прайс-листу API, а не фактическое списание; если цену не удалось сопоставить, значение недоступно",
319
+
"usage.cost.total": "Эквивалент стоимости по прайс-листу API (за этот период)",
320
+
"usage.cost.disclaimer": "Не является счётом. Расходы могут покрываться подпиской или кредитами провайдера.",
323
321
"usage.cost.unpricedNote": "Исключено {count} запросов (нет цены или данных использования)",
"modal.accountsHint": "Провайдеры аккаунтов Codex используют ваш вход в ChatGPT. Управление аккаунтами — в разделе",
507
+
"modal.accountsHint": "Здесь можно войти в аккаунты ChatGPT/Codex и OAuth-провайдеров, а также в аккаунты с API-ключами. Провайдер OpenAI уже встроен — просто войдите, а не добавляйте его заново.",
0 commit comments