Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/src/pages/ar/folder-structure-pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import Form from "../../components/docs/folderStructureForm.astro";

## `src/pages`

مجلد `pages` يحتوي علي كل الصفحات التي يحتوي عليها تطبيق Next.js، يعمل ملف `index.tsx` في مستند root من `/pages` كالصفحة الأساسية للتطبيق، يعمل ملف `__app.tsx` لإمداد التطبيق بما تحتاجه من موفر، لقراءة المزيد [Next.js documentation](https://nextjs.org/docs/basic-features/pages).
مجلد `pages` يحتوي علي كل الصفحات التي يحتوي عليها تطبيق Next.js، يعمل ملف `index.tsx` في مستند root من `/pages` كالصفحة الأساسية للتطبيق، يعمل ملف `__app.tsx` لإمداد التطبيق بما تحتاجه من موفر، لقراءة المزيد [Next.js documentation](https://nextjs.org/docs/pages/getting-started/project-structure).

</div>
<div data-components="nextauth trpc">
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/en/folder-structure-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Used for environment variable validation and type definitions - see [Environment

### `src/app`

The `app` folder contains all the routes of the Next.js application. The `page.tsx` file at the root directory of `/app` is the homepage of the application. The `layout.tsx` file is used to wrap the application with providers. See [Next.js documentation](https://nextjs.org/docs/basic-features/pages) for more information.
The `app` folder contains all the routes of the Next.js application. The `page.tsx` file at the root directory of `/app` is the homepage of the application. The `layout.tsx` file is used to wrap the application with providers. See [Next.js documentation](https://nextjs.org/docs/app/getting-started/project-structure) for more information.

</div>
<div data-components="trpc">
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/en/folder-structure-pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Used for environment variable validation and type definitions - see [Environment

### `src/pages`

The `pages` folder contains all the pages of the Next.js application. The `index.tsx` file at the root directory of `/pages` is the homepage of the application. The `_app.tsx` file is used to wrap the application with providers. See [Next.js documentation](https://nextjs.org/docs/basic-features/pages) for more information.
The `pages` folder contains all the pages of the Next.js application. The `index.tsx` file at the root directory of `/pages` is the homepage of the application. The `_app.tsx` file is used to wrap the application with providers. See [Next.js documentation](https://nextjs.org/docs/pages/getting-started/project-structure) for more information.

</div>
<div data-components="nextauth trpc">
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/es/folder-structure-pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Se utiliza para la validación de variables de entorno y definiciones de tipo; c

### `src/pages`

La carpeta `pages` contiene todas las páginas de la aplicación Next.js. El archivo `index.tsx` en el directorio raíz de `/pages` es la página de inicio de la aplicación. El archivo `_app.tsx` se usa para componer la aplicación con otros proveedores. Consulta la [documentación de Next.js](https://nextjs.org/docs/basic-features/pages) para obtener más información.
La carpeta `pages` contiene todas las páginas de la aplicación Next.js. El archivo `index.tsx` en el directorio raíz de `/pages` es la página de inicio de la aplicación. El archivo `_app.tsx` se usa para componer la aplicación con otros proveedores. Consulta la [documentación de Next.js](https://nextjs.org/docs/pages/getting-started/project-structure) para obtener más información.

</div>

Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/fr/folder-structure-pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Utilisé pour la validation des variables d'environnement et les définitions de

### `src/pages`

Le dossier `pages` contient toutes les pages de l'application Next.js. Le fichier `index.tsx` dans le répertoire racine de `/pages` est la page d'accueil de l'application. Le fichier `_app.tsx` est utilisé pour envelopper l'application avec des fournisseurs. Voir [Documentation Next.js](https://nextjs.org/docs/basic-features/pages) pour plus d'informations.
Le dossier `pages` contient toutes les pages de l'application Next.js. Le fichier `index.tsx` dans le répertoire racine de `/pages` est la page d'accueil de l'application. Le fichier `_app.tsx` est utilisé pour envelopper l'application avec des fournisseurs. Voir [Documentation Next.js](https://nextjs.org/docs/pages/getting-started/project-structure) pour plus d'informations.

</div>
<div data-components="nextauth trpc">
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/ja/folder-structure-pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import Form from "../../components/docs/folderStructureForm.astro";

### `src/pages`

`pages`フォルダには、Next.js アプリケーションのすべてのページが格納されます。`pages`ディレクトリの直下にある `index.tsx` ファイルは、アプリケーションのホームページとなります。`_app.tsx`ファイルは、アプリケーションを各種プロバイダでラップするために使用されます。詳しくは、[Next.js ドキュメント](https://nextjs.org/docs/basic-features/pages)を参照してください。
`pages`フォルダには、Next.js アプリケーションのすべてのページが格納されます。`pages`ディレクトリの直下にある `index.tsx` ファイルは、アプリケーションのホームページとなります。`_app.tsx`ファイルは、アプリケーションを各種プロバイダでラップするために使用されます。詳しくは、[Next.js ドキュメント](https://nextjs.org/docs/pages/getting-started/project-structure)を参照してください。

</div>
<div data-components="nextauth trpc">
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/no/folder-structure-pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Brukes for validering av miljøvariabler og typedefinisjoner - se [Miljøvariabl

### `src/pages`

`pages`-mappen inneholder alle sidene til Next.js-applikasjonen. `index.tsx`-filen i rotkatalogen til `/pages` er hjemmesiden til applikasjonen. Filen `_app.tsx` brukes til å pakke applikasjonen sammen med _providers_. Se [Next.js-dokumentasjon](https://nextjs.org/docs/basic-features/pages) for mer informasjon.
`pages`-mappen inneholder alle sidene til Next.js-applikasjonen. `index.tsx`-filen i rotkatalogen til `/pages` er hjemmesiden til applikasjonen. Filen `_app.tsx` brukes til å pakke applikasjonen sammen med _providers_. Se [Next.js-dokumentasjon](https://nextjs.org/docs/pages/getting-started/project-structure) for mer informasjon.

</div>
<div data-components="nextauth trpc">
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/pl/folder-structure-pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Używany do walidacji zmiennych środowiskowych i definiowania ich typów - zoba

### `src/pages`

Folder `pages` zawiera wszystkie strony aplikacji Next.js. Plik `index.tsx` w głównym folderze zawierającym folder `/pages` to strona główna twojej aplikacji. Plik `_app.tsx` dostarcza aplikacji odpowiednie "providery". Po więcej informacji, zobacz [dokumentację Next.js](https://nextjs.org/docs/basic-features/pages).
Folder `pages` zawiera wszystkie strony aplikacji Next.js. Plik `index.tsx` w głównym folderze zawierającym folder `/pages` to strona główna twojej aplikacji. Plik `_app.tsx` dostarcza aplikacji odpowiednie "providery". Po więcej informacji, zobacz [dokumentację Next.js](https://nextjs.org/docs/pages/getting-started/project-structure).

</div>
<div data-components="nextauth trpc">
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/pt/folder-structure-pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Usado para a validação de variáveis ambiente e definição de tipos - veja [V

### `src/pages`

A pasta `pages` contém todas as páginas da aplicação Next.js. O arquivo `index.tsx` na raiz da pasta `/pages` é a página inicial da aplicação. O arquivo `_app.tsx` é usado para envolver a aplicação com providers. Veja a [Documentação do Next.js](https://nextjs.org/docs/basic-features/pages) para mais informações.
A pasta `pages` contém todas as páginas da aplicação Next.js. O arquivo `index.tsx` na raiz da pasta `/pages` é a página inicial da aplicação. O arquivo `_app.tsx` é usado para envolver a aplicação com providers. Veja a [Documentação do Next.js](https://nextjs.org/docs/pages/getting-started/project-structure) para mais informações.

</div>
<div data-components="nextauth trpc">
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/ru/folder-structure-pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import Form from "../../components/docs/folderStructureForm.astro";

### `src/pages`

Папка `pages` содержит все страницы приложения Next.js. Файл `index.tsx` в корневой папке `/pages` является домашней страницей приложения. Файл `_app.tsx` используется для оборачивания приложения провайдерами. Смотрите [документацию Next.js](https://nextjs.org/docs/basic-features/pages) для получения дополнительной информации.
Папка `pages` содержит все страницы приложения Next.js. Файл `index.tsx` в корневой папке `/pages` является домашней страницей приложения. Файл `_app.tsx` используется для оборачивания приложения провайдерами. Смотрите [документацию Next.js](https://nextjs.org/docs/pages/getting-started/project-structure) для получения дополнительной информации.

</div>
<div data-components="nextauth trpc">
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/uk/folder-structure-pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import Form from "../../components/docs/folderStructureForm.astro";

### `src/pages`

Папка `pages` містить усі сторінки додатка Next.js. Файл `index.tsx` у кореневій папці `/pages` є домашньою сторінкою додатка. Файл `_app.tsx` використовується для обертання додатка провайдерами. Дивіться [документацію Next.js](https://nextjs.org/docs/basic-features/pages) для отримання додаткової інформації.
Папка `pages` містить усі сторінки додатка Next.js. Файл `index.tsx` у кореневій папці `/pages` є домашньою сторінкою додатка. Файл `_app.tsx` використовується для обертання додатка провайдерами. Дивіться [документацію Next.js](https://nextjs.org/docs/pages/getting-started/project-structure) для отримання додаткової інформації.

</div>
<div data-components="nextauth trpc">
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/zh-hans/folder-structure-pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import Form from "../../components/docs/folderStructureForm.astro";

### `src/pages`

文件夹 `pages` 包含了 Next.js 应用的所有页面。根目录下的文件 `index.tsx` 则是应用程序的首页。文件 `_app.tsx` 被用于使用 provider 来包裹整个应用程序。参看 [Next.js 文档](https://nextjs.org/docs/basic-features/pages) 来了解更多。
文件夹 `pages` 包含了 Next.js 应用的所有页面。根目录下的文件 `index.tsx` 则是应用程序的首页。文件 `_app.tsx` 被用于使用 provider 来包裹整个应用程序。参看 [Next.js 文档](https://nextjs.org/docs/pages/getting-started/project-structure) 来了解更多。

</div>
<div data-components="nextauth trpc">
Expand Down