-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
i18n(ru): update translations for imports.mdx
#9907
base: main
Are you sure you want to change the base?
i18n(ru): update translations for imports.mdx
#9907
Conversation
✅ Deploy Preview for astro-docs-2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hello! Thank you for opening your first PR to Astro’s Docs! 🎉 Here’s what will happen next:
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
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.
Welcome to your first contribution!
|
||
Шаблон glob - это путь к файлу, который поддерживает специальные символы подстановки. Это используется для ссылки на несколько файлов в вашем проекте одновременно. | ||
|
||
Например, шаблон glob `./pages/**/*.{md,mdx}` начинается в подкаталог�� pages, просматривает все его подкаталоги (`/**`) и соответствует любому имени файла (`/*`), которое заканчи��ается на `.md` или `.mdx` (`.{md,mdx}`). |
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.
Some strings don't seem to be rendering correctly.
Co-authored-by: Junseong Park <[email protected]>
Co-authored-by: Junseong Park <[email protected]>
Co-authored-by: Junseong Park <[email protected]>
Co-authored-by: Junseong Park <[email protected]>
Co-authored-by: Junseong Park <[email protected]>
Co-authored-by: Junseong Park <[email protected]>
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.
Thank you for your contribution.
A few things need to be corrected.
</div> | ||
``` | ||
|
||
Astro компоненты, импортированные с помощью `Astro.glob`, имеют тип [`AstroInstance`](/ru/reference/api-reference/#astro-files). Вы можете отобразить каждый экземпляр компонента, используя его свойство `default`: |
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.
Astro компоненты, импортированные с помощью `Astro.glob`, имеют тип [`AstroInstance`](/ru/reference/api-reference/#astro-files). Вы можете отобразить каждый экземпляр компонента, используя его свойство `default`: | |
Astro компоненты, импортированные с помощью `Astro.glob`, имеют тип [`AstroInstance`](/ru/reference/api-reference/#файлы-astro). Вы можете отобразить каждый экземпляр компонента, используя его свойство `default`: |
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.
Fix invalid link.
|
||
#### `Astro.glob()` vs `getCollection()` | ||
|
||
[Коллекции контента](/ru/guides/content-collections/) предоставляют API [`getCollection()`](/ru/reference/modules/astro-content/#getcollection) для загрузки нескольких файлов вместо `Astro.glob()`. Если ваши файлы контента (например, Mark загружает и инициализирует запрошенный файл коллекции в каталоге `src/content/`), используйте `getCollection()`, чтобы [запросить коллекцию](/ru/guides/content-collections/#querying-collections) и вернуть записи контента. |
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.
[Коллекции контента](/ru/guides/content-collections/) предоставляют API [`getCollection()`](/ru/reference/modules/astro-content/#getcollection) для загрузки нескольких файлов вместо `Astro.glob()`. Если ваши файлы контента (например, Mark загружает и инициализирует запрошенный файл коллекции в каталоге `src/content/`), используйте `getCollection()`, чтобы [запросить коллекцию](/ru/guides/content-collections/#querying-collections) и вернуть записи контента. | |
[Коллекции контента](/ru/guides/content-collections/) предоставляют API [`getCollection()`](/ru/reference/modules/astro-content/#getcollection) для загрузки нескольких файлов вместо `Astro.glob()`. Если ваши файлы контента (например, Mark загружает и инициализирует запрошенный файл коллекции в каталоге `src/content/`), используйте `getCollection()`, чтобы [запросить коллекцию](/ru/guides/content-collections/#запрос-к-коллекциям) и вернуть записи контента. |
|
||
[Коллекции контента](/ru/guides/content-collections/) предоставляют API [`getCollection()`](/ru/reference/modules/astro-content/#getcollection) для загрузки нескольких файлов вместо `Astro.glob()`. Если ваши файлы контента (например, Mark загружает и инициализирует запрошенный файл коллекции в каталоге `src/content/`), используйте `getCollection()`, чтобы [запросить коллекцию](/ru/guides/content-collections/#querying-collections) и вернуть записи контента. | ||
|
||
<ReadMore>Узнайте больше о [подключении коллекций](/ru/guides/content-collections/#запрос-к-коллекциям) и возврате записей контента.</ReadMore> |
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.
Looks like I made a mistake!
<ReadMore>
component doesn't seem to exist in the original documentation.
If you have any other thoughts, let me know!
const wasm = await WebAssembly.instantiateStreaming(fetch('/example.wasm')); | ||
``` | ||
|
||
Astro поддерживает загрузку WASM файлов напрямую в ваше приложение, используя API браузера [`WebAssembly`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly). |
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.
Astro поддерживает загрузку WASM файлов напрямую в ваше приложение, используя API браузера [`WebAssembly`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly). | |
Astro поддерживает загрузку WASM файлов напрямую в ваше приложение, используя API браузера [`WebAssembly`](https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly). |
Description (required)
Russian translations for
imports.mdx
First-time contributor to Astro Docs?
yes