diff --git a/apps/web/src/app/create/abacus/page.tsx b/apps/web/src/app/create/abacus/page.tsx index c1a5b2a1..68aa2427 100644 --- a/apps/web/src/app/create/abacus/page.tsx +++ b/apps/web/src/app/create/abacus/page.tsx @@ -2,6 +2,7 @@ import { useTranslations } from 'next-intl' import { JobMonitor } from '@/components/3d-print/JobMonitor' +import { PageWithNav } from '@/components/PageWithNav' import { STLPreview } from '@/components/3d-print/STLPreview' import { useState } from 'react' import { css } from '../../../../styled-system/css' @@ -73,25 +74,26 @@ export default function ThreeDPrintPage() { } return ( -
-

+
- {t('pageTitle')} -

+

+ {t('pageTitle')} +

-

{t('pageSubtitle')}

+

{t('pageSubtitle')}

+ ) } diff --git a/apps/web/src/i18n/locales/create/de.json b/apps/web/src/i18n/locales/create/de.json index 1d2e2498..2a027290 100644 --- a/apps/web/src/i18n/locales/create/de.json +++ b/apps/web/src/i18n/locales/create/de.json @@ -29,6 +29,7 @@ } }, "abacus": { + "navTitle": "3D-Abakus-Ersteller", "pageTitle": "Passen Sie Ihren 3D-druckbaren Abakus an", "pageSubtitle": "Passen Sie die Parameter unten an, um Ihren Abakus anzupassen, und generieren und laden Sie dann die Datei für den 3D-Druck herunter.", "customizationTitle": "Anpassungsparameter", diff --git a/apps/web/src/i18n/locales/create/en.json b/apps/web/src/i18n/locales/create/en.json index 05a8a773..44997bb4 100644 --- a/apps/web/src/i18n/locales/create/en.json +++ b/apps/web/src/i18n/locales/create/en.json @@ -29,6 +29,7 @@ } }, "abacus": { + "navTitle": "3D Abacus Creator", "pageTitle": "Customize Your 3D Printable Abacus", "pageSubtitle": "Adjust the parameters below to customize your abacus, then generate and download the file for 3D printing.", "customizationTitle": "Customization Parameters", diff --git a/apps/web/src/i18n/locales/create/es.json b/apps/web/src/i18n/locales/create/es.json index a2bd688c..042b4aac 100644 --- a/apps/web/src/i18n/locales/create/es.json +++ b/apps/web/src/i18n/locales/create/es.json @@ -29,6 +29,7 @@ } }, "abacus": { + "navTitle": "Creador de Ábaco 3D", "pageTitle": "Personaliza Tu Ábaco Imprimible en 3D", "pageSubtitle": "Ajusta los parámetros a continuación para personalizar tu ábaco, luego genera y descarga el archivo para impresión 3D.", "customizationTitle": "Parámetros de Personalización", diff --git a/apps/web/src/i18n/locales/create/goh.json b/apps/web/src/i18n/locales/create/goh.json index 9a2ec30d..96491cb6 100644 --- a/apps/web/src/i18n/locales/create/goh.json +++ b/apps/web/src/i18n/locales/create/goh.json @@ -29,6 +29,7 @@ } }, "abacus": { + "navTitle": "3D Abacus Giskaffari", "pageTitle": "Gianamahho Thīnan 3D Drucchāran Abacus", "pageSubtitle": "Gistellōn thie parameterōn untanafora ze gianamahhōnne thīnan abacus, thanne giskaffo inti hlado thia datei fora 3D drucch.", "customizationTitle": "Anamahhōnparameterōn", diff --git a/apps/web/src/i18n/locales/create/hi.json b/apps/web/src/i18n/locales/create/hi.json index 71d5b683..71e937e5 100644 --- a/apps/web/src/i18n/locales/create/hi.json +++ b/apps/web/src/i18n/locales/create/hi.json @@ -29,6 +29,7 @@ } }, "abacus": { + "navTitle": "3D अबेकस निर्माता", "pageTitle": "अपने 3D प्रिंट करने योग्य अबेकस को अनुकूलित करें", "pageSubtitle": "अपने अबेकस को अनुकूलित करने के लिए नीचे दिए गए पैरामीटर समायोजित करें, फिर 3D प्रिंटिंग के लिए फ़ाइल उत्पन्न करें और डाउनलोड करें।", "customizationTitle": "अनुकूलन पैरामीटर", diff --git a/apps/web/src/i18n/locales/create/ja.json b/apps/web/src/i18n/locales/create/ja.json index 1eabd73e..9297a5fb 100644 --- a/apps/web/src/i18n/locales/create/ja.json +++ b/apps/web/src/i18n/locales/create/ja.json @@ -29,6 +29,7 @@ } }, "abacus": { + "navTitle": "3Dそろばん作成", "pageTitle": "3Dプリント可能そろばんをカスタマイズ", "pageSubtitle": "以下のパラメータを調整してそろばんをカスタマイズし、3Dプリント用のファイルを生成してダウンロードします。", "customizationTitle": "カスタマイズパラメータ", diff --git a/apps/web/src/i18n/locales/create/la.json b/apps/web/src/i18n/locales/create/la.json index 847f6365..384fae2c 100644 --- a/apps/web/src/i18n/locales/create/la.json +++ b/apps/web/src/i18n/locales/create/la.json @@ -29,6 +29,7 @@ } }, "abacus": { + "navTitle": "Creator Abaci 3D", "pageTitle": "Abacum Tuum 3D Imprimibilem Configura", "pageSubtitle": "Parametros infra adapta ut abacum tuum configures, deinde fasciculum genera et depone pro impressione 3D.", "customizationTitle": "Parametri Configurationis",