-
Notifications
You must be signed in to change notification settings - Fork 1.4k
docs(ru): Docs translation revision and update #1951
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
Draft
JohnBakhmat
wants to merge
46
commits into
t3-oss:main
Choose a base branch
from
JohnBakhmat:july
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.
Draft
Changes from 44 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
6ce30a5
docs(ru): translate examples.mdx
JohnBakhmat 4ea6a4a
docs(ru): updated usage/next-js.md
JohnBakhmat 7e292e7
docs(ru): updated other-recs.md
JohnBakhmat bbae753
Update www/src/pages/ru/examples.mdx
JohnBakhmat 4fb0013
Update www/src/pages/ru/usage/next-js.md
JohnBakhmat 6aa81aa
Update www/src/pages/ru/usage/next-js.md
JohnBakhmat a471a13
Merge remote-tracking branch 'refs/remotes/origin/july' into july
JohnBakhmat 1ebe9fe
docs(ru):updated env-vars
JohnBakhmat 53035f7
docs(ru):updated folder-structure-pages
JohnBakhmat 53eb862
docs(ru):updated installation.mdx
JohnBakhmat 019b2b8
docs(ru):convert introduction to mdx
JohnBakhmat 1552715
docs(ru):updated introduction
JohnBakhmat 88b4c46
docs(ru):updated faq
JohnBakhmat 6b4bc23
docs(ru): fix div being in wrong place
JohnBakhmat d713208
docs(ru):updated next-auth.mdx
JohnBakhmat 7ed547d
docs(ru): updated first-steps
JohnBakhmat dc9a4e4
docs(ru): updated docker
JohnBakhmat 3dc2d44
docs(ru): updated netlify
JohnBakhmat 7ccdebd
docs(ru): updated vercel
JohnBakhmat 363b19d
docs(ru): updated trpc.md
JohnBakhmat 314b4d1
docs(ru): add drizzle
JohnBakhmat bf104a5
docs(ru):format fix
JohnBakhmat 9732313
chore: fix typo www/src/pages/ru/faq.mdx
JohnBakhmat f7788ea
Update www/src/pages/ru/faq.mdx
JohnBakhmat 540d288
Update www/src/pages/ru/usage/first-steps.md
JohnBakhmat d961afe
docs(ru): translate fs-app
JohnBakhmat 917759f
Merge remote-tracking branch 'refs/remotes/origin/july' into july
JohnBakhmat 3ba21f2
docs(ru): remove scratch lines
JohnBakhmat 1511eab
docs(ru): update toc
JohnBakhmat 3543073
Update www/src/pages/ru/faq.mdx
JohnBakhmat b813c8b
Update www/src/pages/ru/folder-structure-pages.mdx
JohnBakhmat d04315b
Update www/src/pages/ru/folder-structure-pages.mdx
JohnBakhmat b737c0f
Update www/src/pages/ru/folder-structure-pages.mdx
JohnBakhmat 7b9156f
Update www/src/pages/ru/folder-structure-pages.mdx
JohnBakhmat c727b8e
Update www/src/pages/ru/faq.mdx
JohnBakhmat 85cc21b
Update www/src/pages/ru/faq.mdx
JohnBakhmat 427e964
Update www/src/pages/ru/folder-structure-app.mdx
JohnBakhmat 4fa8b1a
Update www/src/pages/ru/usage/first-steps.md
JohnBakhmat 42a9da3
Update www/src/pages/ru/usage/first-steps.md
JohnBakhmat 1d1c3d2
Update www/src/pages/ru/installation.mdx
JohnBakhmat 161b7f0
Update www/src/pages/ru/installation.mdx
JohnBakhmat 36e6fd0
Update www/src/pages/ru/usage/env-variables.mdx
JohnBakhmat eff904e
Update www/src/pages/ru/faq.mdx
JohnBakhmat b80d5c2
Update www/src/pages/ru/faq.mdx
JohnBakhmat 0f75fe9
Update www/src/pages/ru/folder-structure-pages.mdx
JohnBakhmat 89041d7
Merge branch 'main' into july
JohnBakhmat 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
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
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,22 @@ | ||
--- | ||
title: Примеры | ||
description: Примеры различных приложений | ||
layout: ../../layouts/docs.astro | ||
lang: ru | ||
isMdx: true | ||
--- | ||
|
||
import Callout from "../../components/docs/callout.tsx"; | ||
import Form from "../../components/docs/exampleOptionForm.astro"; | ||
|
||
Вы можете попробовать различные комбинации технологий, которые предоставляет create-t3-app. | ||
|
||
<Callout type="info"> | ||
Вы не можете одновременно выбрать `prisma` и `drizzle`. | ||
</Callout> | ||
|
||
<Form /> | ||
|
||
<Callout type="warning"> | ||
Некоторые функции могут не работать, пока вы не создадите файл env. | ||
</Callout> |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.