docs: translate public api docs to russian#120
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #120 +/- ##
==========================================
+ Coverage 71.77% 71.86% +0.08%
==========================================
Files 200 200
Lines 18078 18078
==========================================
+ Hits 12976 12991 +15
+ Misses 4379 4367 -12
+ Partials 723 720 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
📝 WalkthroughWalkthroughThe Russian documentation file docs/ru/10-public-api.md was fully localized from English to Russian, translating headings, prose, and labels while keeping structure, examples, and API semantics unchanged. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
docs/ru/10-public-api.md (1)
754-779: Fix inconsistent async-search request echo.
/FetchAsyncSearchResultshows a different query/time window than the earlier/StartAsyncSearchexample. Align them to avoid confusion.Apply this diff to the response sample’s embedded
request:- "query": "message:peggy | fields level, message", - "from": "2025-08-01T05:20:00Z", - "to": "2025-09-01T05:21:00Z" + "query": "message:error | fields level, message", + "from": "2025-07-01T05:20:00Z", + "to": "2025-09-01T05:21:00Z"Also applies to: 811-821
🧹 Nitpick comments (3)
docs/ru/10-public-api.md (3)
47-49: Add correct Content-Type for Bulk requests.Bulk is NDJSON; add the header so copy-paste works with common clients.
- curl -X POST http://localhost:9002/_bulk -d ' + curl -X POST http://localhost:9002/_bulk -H 'Content-Type: application/x-ndjson' -d '
181-183: Use standard Russian term for time series.“таймсерии” is colloquial; prefer “временные ряды (тайм‑серии)”.
- полям документов ... (также известные как таймсерии). + полям документов ... (также известные как временные ряды/тайм‑серии).
205-205: Normalize NDJSON code fences.“json lines” isn’t a recognized fence. Use
ndjson(or keepjsonand note NDJSON in prose).-```json lines +```ndjsonAlso applies to: 625-625, 721-721
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/ru/10-public-api.md(18 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: test
🔇 Additional comments (2)
docs/ru/10-public-api.md (2)
1-14: Solid localization overall.Structure, anchors, and examples largely preserved; Russian reads naturally.
93-99: No action needed:consts.IngestorMaxInflightBulks(32) and linked docs are correct.
Description
Translate public api docs to russian
If you have used LLM/AI assistance please provide model name and full prompt:
Summary by CodeRabbit