-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
docs: add Russian README translation #6233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
MonteNegroX
wants to merge
1
commit into
usememos:main
Choose a base branch
from
MonteNegroX:docs/russian-readme
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+95
−0
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,89 @@ | ||
| > ✨ Featured Sponsor: [CodeRabbit](https://coderabbit.link/usememos) — Cut code review time & bugs in half, instantly. | ||
|
|
||
| # Memos | ||
|
|
||
| <p> | ||
| <a href="README.md">English</a> · | ||
| <a href="README.ru.md"><strong>Русский</strong></a> | ||
| </p> | ||
|
|
||
| <img align="right" height="96px" src="https://raw.githubusercontent.com/usememos/.github/refs/heads/main/assets/logo-rounded.png" alt="Memos" /> | ||
|
|
||
| Memos — open-source, self-hosted приложение для заметок с быстрым захватом идей. Markdown-native, лёгкое, данные остаются под вашим контролем. | ||
|
|
||
| [](https://usememos.com) | ||
| [](https://demo.usememos.com/) | ||
| [](https://usememos.com/docs) | ||
| [](https://discord.gg/tfPJa4UmAv) | ||
| [](https://hub.docker.com/r/neosmemo/memos) | ||
|
|
||
| <img src="https://raw.githubusercontent.com/usememos/.github/refs/heads/main/assets/demo.png" alt="Memos Demo Screenshot" height="512" /> | ||
|
|
||
| ## Возможности | ||
|
|
||
| - **Быстрый захват** — timeline-first интерфейс: открыл, написал, пошёл дальше. | ||
| - **Свои данные** — self-host на вашей инфраструктуре, без telemetry. | ||
| - **Deploy anywhere** — один Go binary или Docker; SQLite, MySQL или PostgreSQL. | ||
| - **Интеграции** — REST и gRPC API; MIT-лицензия, можно адаптировать под себя. | ||
|
|
||
| ## Быстрый старт | ||
|
|
||
| Хотите сначала посмотреть? Откройте [live demo](https://demo.usememos.com/). | ||
|
|
||
| ### Docker (Recommended) | ||
|
|
||
| ```bash | ||
| docker run -d \ | ||
| --name memos \ | ||
| -p 5230:5230 \ | ||
| -v ~/.memos:/var/opt/memos \ | ||
| neosmemo/memos:stable | ||
| ``` | ||
|
|
||
| Откройте `http://localhost:5230` и начинайте писать. | ||
|
|
||
| ### Native Binary | ||
|
|
||
| Native macOS binaries требуют macOS 13 Ventura или новее. | ||
|
|
||
| ```bash | ||
| curl -fsSL https://raw.githubusercontent.com/usememos/memos/main/scripts/install.sh | sh | ||
| ``` | ||
|
|
||
| ### Другие способы установки | ||
|
|
||
| - **Docker Compose** — рекомендуется для production. | ||
| - **Kubernetes** — Helm charts и manifests. | ||
| - **Build from source** — для разработки и кастомизации. | ||
|
|
||
| Подробнее: [deployment guide](https://usememos.com/docs/deploy). | ||
|
|
||
| ## Web Clipper | ||
|
|
||
| Сохраняйте страницы, выделенный текст и изображения в ваш Memos instance через официальный [Memos Web Clipper](https://github.com/usememos/web-clipper). Расширение для [Chrome](https://chromewebstore.google.com/detail/memos-web-clipper/nebaoebnljalfegiidibihhkebeiklbl) и [Firefox](https://addons.mozilla.org/en-US/firefox/addon/memos-web-clipper/): просмотр клипа, visibility и Markdown format перед сохранением. | ||
|
|
||
| ## Contributing | ||
|
|
||
| Приветствуются bug reports, feature suggestions, PRs, документация и переводы. | ||
|
|
||
| - [Report bugs](https://github.com/usememos/memos/issues/new?template=bug_report.md) | ||
| - [Suggest features](https://github.com/usememos/memos/issues/new?template=feature_request.md) | ||
| - [Submit pull requests](https://github.com/usememos/memos/pulls) | ||
| - [Improve documentation](https://github.com/usememos/dotcom) | ||
| - [Help with translations](https://github.com/usememos/memos/tree/main/web/src/locales) | ||
|
|
||
| ## Sponsors | ||
|
|
||
| - [**CodeRabbit** — Cut code review time and bugs in half](https://coderabbit.link/usememos) | ||
| - [**SSD Nodes** — Affordable VPS hosting for self-hosters](https://ssdnodes.com/?utm_source=memos&utm_medium=sponsor) | ||
| - [**TestMu AI** — The world’s first full-stack Agentic AI Quality Engineering platform](https://www.testmuai.com/?utm_medium=sponsor&utm_source=memos) | ||
|
|
||
| Нравится Memos? [Sponsor us on GitHub](https://github.com/sponsors/usememos)! | ||
|
|
||
| ## License | ||
|
|
||
| Memos — open-source под [MIT License](LICENSE). См. [Privacy Policy](https://usememos.com/privacy). | ||
|
|
||
| --- | ||
|
|
||
| [Website](https://usememos.com) • [Documentation](https://usememos.com/docs) • [Demo](https://demo.usememos.com/) • [Discord](https://discord.gg/tfPJa4UmAv) • [X/Twitter](https://x.com/usememos) | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Translate the remaining user-facing prose.
The Russian README still contains many English or mixed-language headings and explanations, including
timeline-first,self-host,Deploy anywhere,Docker (Recommended),Native Binary,production, andContributing. Translate these phrases while keeping commands, product names, and technical identifiers unchanged. Also preserve the source meaning that the privacy policy explains data handling.Also applies to: 33-33, 45-47, 55-67, 75-85, 89-89
🤖 Prompt for AI Agents