diff --git a/src/app/(landingPage)/_components/navbar.tsx b/src/app/(landingPage)/_components/navbar.tsx index 8140b57..75380af 100644 --- a/src/app/(landingPage)/_components/navbar.tsx +++ b/src/app/(landingPage)/_components/navbar.tsx @@ -22,7 +22,7 @@ import { useEffect, useState } from "react"; import { useSession } from "@clerk/clerk-react"; import { Spinner } from "@nextui-org/spinner"; // Import Clerk -import { SignInButton, SignedIn, SignedOut, UserButton } from "@clerk/nextjs"; +import { SignInButton, SignedIn, SignedOut, UserButton,SignUpButton } from "@clerk/nextjs"; import { Logo } from "./Logo"; import { useConvexAuth } from "convex/react"; import { useLocalization } from "@/app/(main)/contexts/LocalizationContext"; @@ -73,12 +73,18 @@ export const NavigationBar = () => { +
- + + + {loading && isLoaded ? ( @@ -98,6 +104,7 @@ export const NavigationBar = () => {
)} +
diff --git a/src/app/dictionaries/ar.json b/src/app/dictionaries/ar.json index f234800..2837b0d 100644 --- a/src/app/dictionaries/ar.json +++ b/src/app/dictionaries/ar.json @@ -1,154 +1,155 @@ { - "landingPage": { - "components": { - "footer": { - "about": "حول" - }, - "navbar": { - "docs": "مستندات", - "features": "ميزات", - "integrations": "تكاملات", - "dark": "داكن", - "light": "فاتح", - "signin": "تسجيل الدخول", - "open": "افتح Memoir" - }, - "signedInHeading": { - "welcome": "مرحباً بك في Memoir", - "open": "افتح Memoir", - "card": "أفكارك ومستنداتك وخططك كلها في مكان واحد." - } - }, - "Page": "" - }, - "main": { - "components": { - "banner": { - "toastRemoveLoading": "جارِ حذف الصفحة...", - "toastRemoveSuccess": "تم حذف الصفحة!", - "toastRemoveError": "فشل حذف الصفحة.", - "toastRestoreLoading": "جارِ استعادة الصفحة...", - "toastRestoreSuccess": "تم استعادة الصفحة!", - "toastRestoreError": "فشل استعادة الصفحة.", - "pageInTrash": "هذه الصفحة في سلة المهملات", - "trashRestore": "استعادة", - "trashDelete": "حذف" - }, - "cnavbar": { - "toggleWidth": "تبديل عرض الصفحة", - "archive": "نقل إلى سلة المهملات" - }, - "documentList": { - "noPage": "لا توجد صفحات في الداخل" - }, - "favList": { - "noPage": "لا توجد صفحات في الداخل" - }, - "item": { - "toastArchiveLoading": "جارِ نقل إلى سلة المهملات...", - "toastArchiveSuccess": "تم نقل الصفحة إلى سلة المهملات!", - "toastArchiveError": "فشل نقل الصفحة إلى سلة المهملات", - "toastCreateLoading": "جارِ إنشاء الصفحة...", - "toastCreateSuccess": "تم إنشاء الصفحة!", - "toastCreateError": "فشل إنشاء الصفحة", - "lastEdited": "آخر تعديل بواسطة: ", - "copyLink": "نسخ الرابط", - "archive": "نقل إلى سلة المهملات" - }, - "Publish": { - "toastPublishLoading": "جارِ نشر الصفحة...", - "toastPublishSuccess": "تم نشر الصفحة!", - "toastPublishError": "فشل نشر الصفحة", - "toastUnpublishLoading": "جارِ إلغاء نشر الصفحة...", - "toastUnpublishSuccess": "تم إلغاء نشر الصفحة!", - "toastUnpublishError": "فشل إلغاء نشر الصفحة", - "pageIsPublished": "هذه الصفحة منشورة على الويب", - "unpublish": "إلغاء النشر", - "publishPopover": "نشر هذه الصفحة", - "shareWork": "شارك عملك مع الآخرين.", - "publish": "نشر" - }, - "Sidebar": { - "untitled": "بلا عنوان", - "toastCreateLoading": "جارِ إنشاء الصفحة...", - "toastCreateSuccess": "تم إنشاء الصفحة!", - "toastCreateError": "فشل إنشاء الصفحة", - "workspace": "مساحة العمل الخاصة بـ", - "theme": "السمة:", - "color": "لون التمييز:", - "language": "اللغة:", - "home": "الرئيسية", - "calendar": "التقويم", - "settings": "الإعدادات", - "search": "بحث", - "newpage": "صفحة جديدة", - "favorites": "المفضلة", - "trash": "سلة المهملات" - }, - "title": { - "untitled": "بلا عنوان" - }, - "trashBox": { - "toastRemoveLoading": "جارِ حذف الصفحة...", - "toastRemoveSuccess": "تم حذف الصفحة!", - "toastRemoveError": "فشل حذف الصفحة.", - "toastRestoreLoading": "جارِ استعادة الصفحة...", - "toastRestoreSuccess": "تم استعادة الصفحة!", - "toastRestoreError": "فشل استعادة الصفحة.", - "filterPlaceholder": "تصفية حسب عنوان الصفحة...", - "noPages": "لا توجد صفحات في سلة المهملات", - "confirmDeletion": "هل أنت متأكد؟" - } - }, - "documents": { - "documentId": { - "notFound": "لم يتم العثور عليه" - }, - "welcome": "اهلا {firstName}, مرحبا بك في Memoir", - "create": "إنشاء صفحة", - "morning": "صباح الخير", - "afternoon": "مساء الخير", - "evening": "مساء الخير", - "recentPages": "الصفحات الأخيرة:" - } - }, - "error": { - "errorMessage": "حدث خطأ ما!", - "goBack": "العودة" - }, - "components": { - "modals": { - "coverImage": { - "uploadImage": "تحميل صورة الغلاف" - } - }, - "cover": { - "change": "تغيير الغلاف", - "remove": "إزالة الغلاف" + "landingPage": { + "components": { + "footer": { + "about": "حول" + }, + "navbar": { + "docs": "مستندات", + "features": "ميزات", + "integrations": "تكاملات", + "dark": "داكن", + "light": "فاتح", + "signin": "تسجيل الدخول", + "signup": "إنشاء حساب", + "open": "افتح Memoir" + }, + "signedInHeading": { + "welcome": "مرحباً بك في Memoir", + "open": "افتح Memoir", + "card": "أفكارك ومستنداتك وخططك كلها في مكان واحد." + } + }, + "Page": "" }, - "editor": { - "untitled": "بلا عنوان", - "toastCreateLoading": "جارِ إنشاء الصفحة...", - "toastCreateSuccess": "تم إنشاء الصفحة!", - "toastCreateError": "فشل إنشاء الصفحة", - "isLoading": "جارِ التحميل...", - "notFound": "لم يتم العثور على الصفحة", - "loading": "جارِ التحميل", - "loadingContent": "جارِ تحميل المحتوى..." + "main": { + "components": { + "banner": { + "toastRemoveLoading": "جارِ حذف الصفحة...", + "toastRemoveSuccess": "تم حذف الصفحة!", + "toastRemoveError": "فشل حذف الصفحة.", + "toastRestoreLoading": "جارِ استعادة الصفحة...", + "toastRestoreSuccess": "تم استعادة الصفحة!", + "toastRestoreError": "فشل استعادة الصفحة.", + "pageInTrash": "هذه الصفحة في سلة المهملات", + "trashRestore": "استعادة", + "trashDelete": "حذف" + }, + "cnavbar": { + "toggleWidth": "تبديل عرض الصفحة", + "archive": "نقل إلى سلة المهملات" + }, + "documentList": { + "noPage": "لا توجد صفحات في الداخل" + }, + "favList": { + "noPage": "لا توجد صفحات في الداخل" + }, + "item": { + "toastArchiveLoading": "جارِ نقل إلى سلة المهملات...", + "toastArchiveSuccess": "تم نقل الصفحة إلى سلة المهملات!", + "toastArchiveError": "فشل نقل الصفحة إلى سلة المهملات", + "toastCreateLoading": "جارِ إنشاء الصفحة...", + "toastCreateSuccess": "تم إنشاء الصفحة!", + "toastCreateError": "فشل إنشاء الصفحة", + "lastEdited": "آخر تعديل بواسطة: ", + "copyLink": "نسخ الرابط", + "archive": "نقل إلى سلة المهملات" + }, + "Publish": { + "toastPublishLoading": "جارِ نشر الصفحة...", + "toastPublishSuccess": "تم نشر الصفحة!", + "toastPublishError": "فشل نشر الصفحة", + "toastUnpublishLoading": "جارِ إلغاء نشر الصفحة...", + "toastUnpublishSuccess": "تم إلغاء نشر الصفحة!", + "toastUnpublishError": "فشل إلغاء نشر الصفحة", + "pageIsPublished": "هذه الصفحة منشورة على الويب", + "unpublish": "إلغاء النشر", + "publishPopover": "نشر هذه الصفحة", + "shareWork": "شارك عملك مع الآخرين.", + "publish": "نشر" + }, + "Sidebar": { + "untitled": "بلا عنوان", + "toastCreateLoading": "جارِ إنشاء الصفحة...", + "toastCreateSuccess": "تم إنشاء الصفحة!", + "toastCreateError": "فشل إنشاء الصفحة", + "workspace": "مساحة العمل الخاصة بـ", + "theme": "السمة:", + "color": "لون التمييز:", + "language": "اللغة:", + "home": "الرئيسية", + "calendar": "التقويم", + "settings": "الإعدادات", + "search": "بحث", + "newpage": "صفحة جديدة", + "favorites": "المفضلة", + "trash": "سلة المهملات" + }, + "title": { + "untitled": "بلا عنوان" + }, + "trashBox": { + "toastRemoveLoading": "جارِ حذف الصفحة...", + "toastRemoveSuccess": "تم حذف الصفحة!", + "toastRemoveError": "فشل حذف الصفحة.", + "toastRestoreLoading": "جارِ استعادة الصفحة...", + "toastRestoreSuccess": "تم استعادة الصفحة!", + "toastRestoreError": "فشل استعادة الصفحة.", + "filterPlaceholder": "تصفية حسب عنوان الصفحة...", + "noPages": "لا توجد صفحات في سلة المهملات", + "confirmDeletion": "هل أنت متأكد؟" + } + }, + "documents": { + "documentId": { + "notFound": "لم يتم العثور عليه" + }, + "welcome": "اهلا {firstName}, مرحبا بك في Memoir", + "create": "إنشاء صفحة", + "morning": "صباح الخير", + "afternoon": "مساء الخير", + "evening": "مساء الخير", + "recentPages": "الصفحات الأخيرة:" + } }, - "searchCommand": { - "notFound": "لم يتم العثور على صفحات.", - "placeholder": "ابحث في مساحة العمل الخاصة بـ{fullName}" + "error": { + "errorMessage": "حدث خطأ ما!", + "goBack": "العودة" }, - "imageDropzone": { - "uploadMessage": "انقر أو اسحب وأفلت للتحميل" - }, - "toolbar": { - "comment": "تعليق: ", - "addComment": "اضف تعليق", - "lastEdit": "آخر تعديل:", - "addIcon": "إضافة أيقونة", - "addCover": "إضافة غلاف" + "components": { + "modals": { + "coverImage": { + "uploadImage": "تحميل صورة الغلاف" + } + }, + "cover": { + "change": "تغيير الغلاف", + "remove": "إزالة الغلاف" + }, + "editor": { + "untitled": "بلا عنوان", + "toastCreateLoading": "جارِ إنشاء الصفحة...", + "toastCreateSuccess": "تم إنشاء الصفحة!", + "toastCreateError": "فشل إنشاء الصفحة", + "isLoading": "جارِ التحميل...", + "notFound": "لم يتم العثور على الصفحة", + "loading": "جارِ التحميل", + "loadingContent": "جارِ تحميل المحتوى..." + }, + "searchCommand": { + "notFound": "لم يتم العثور على صفحات.", + "placeholder": "ابحث في مساحة العمل الخاصة بـ{fullName}" + }, + "imageDropzone": { + "uploadMessage": "انقر أو اسحب وأفلت للتحميل" + }, + "toolbar": { + "comment": "تعليق: ", + "addComment": "اضف تعليق", + "lastEdit": "آخر تعديل:", + "addIcon": "إضافة أيقونة", + "addCover": "إضافة غلاف" + } } - } -} +} \ No newline at end of file diff --git a/src/app/dictionaries/en.json b/src/app/dictionaries/en.json index 115f6f7..be6bf3f 100644 --- a/src/app/dictionaries/en.json +++ b/src/app/dictionaries/en.json @@ -1,154 +1,155 @@ { - "landingPage": { - "components": { - "footer": { - "about": "About" - }, - "navbar": { - "docs": "Docs", - "features": "Features", - "integrations": "Integrations", - "dark": "Dark", - "light": "Light", - "signin": "Sign in", - "open": "Open Memoir" - }, - "signedInHeading": { - "welcome": "Welcome to Memoir", - "open": "Open Memoir", - "card": "Your Ideas, Documents and Plans all together in one place." - } - }, - "Page": "" - }, - "main": { - "components": { - "banner": { - "toastRemoveLoading": "Deleting page...", - "toastRemoveSuccess": "Page deleted!", - "toastRemoveError": "Failed to delete page.", - "toastRestoreLoading": "Restoring page...", - "toastRestoreSuccess": "Page restored!", - "toastRestoreError": "Failed to restore page.", - "pageInTrash": "This page is in the Trash", - "trashRestore": "Restore", - "trashDelete": "Delete" - }, - "cnavbar": { - "toggleWidth": "Toggle page width", - "archive": "Move to trash" - }, - "documentList": { - "noPage": "No pages inside" - }, - "favList": { - "noPage": "No pages inside" - }, - "item": { - "toastArchiveLoading": "Moving to trash...", - "toastArchiveSuccess": "Page moved to trash!", - "toastArchiveError": "Failed to move to trash", - "toastCreateLoading": "Creating page...", - "toastCreateSuccess": "Page created!", - "toastCreateError": "Failed to create page", - "lastEdited": "Last edited by: ", - "copyLink": "Copy link", - "archive": "Move to trash" - }, - "Publish": { - "toastPublishLoading": "Publishing page...", - "toastPublishSuccess": "Page published!", - "toastPublishError": "Failed to publish page", - "toastUnpublishLoading": "Unpublishing page...", - "toastUnpublishSuccess": "Page Unpublished!", - "toastUnpublishError": "Failed to unpublish page", - "pageIsPublished": "This page is published on the web", - "unpublish": "Unpublish", - "publishPopover": "Publish this page", - "shareWork": "Share your work with others.", - "publish": "Publish" - }, - "Sidebar": { - "untitled": "Untitled", - "toastCreateLoading": "Creating page...", - "toastCreateSuccess": "Page created!", - "toastCreateError": "Failed to create page", - "workspace": "'s workspace", - "theme": "Theme:", - "color": "Accent color:", - "language": "Language:", - "home": "Home", - "calendar": "Calendar", - "settings": "Settings", - "search": "Search", - "newpage": "New page", - "favorites": "Favorites", - "trash": "Trash" - }, - "title": { - "untitled": "Untitled" - }, - "trashBox": { - "toastRemoveLoading": "Deleting page...", - "toastRemoveSuccess": "Page deleted!", - "toastRemoveError": "Failed to delete page.", - "toastRestoreLoading": "Restoring page...", - "toastRestoreSuccess": "Page restored!", - "toastRestoreError": "Failed to restore page.", - "filterPlaceholder": "Filter by page title...", - "noPages": "No pages in trash", - "confirmDeletion": "Are you sure?" - } - }, - "documents": { - "documentId": { - "notFound": " Not Found " - }, - "welcome": "Hey {firstName}, Welcome to Memoir", - "create": "Create page", - "morning": "Good morning", - "afternoon": "Good afternoon", - "evening": "Good evening", - "recentPages": "Recent pages:" - } - }, - "error": { - "errorMessage": "Something went wrong!", - "goBack": "Go back" - }, - "components": { - "modals": { - "coverImage": { - "uploadImage": "Upload cover image" - } - }, - "cover": { - "change": "Change cover", - "remove": "Remove cover" + "landingPage": { + "components": { + "footer": { + "about": "About" + }, + "navbar": { + "docs": "Docs", + "features": "Features", + "integrations": "Integrations", + "dark": "Dark", + "light": "Light", + "signin": "Sign in", + "signup": "Sign up", + "open": "Open Memoir" + }, + "signedInHeading": { + "welcome": "Welcome to Memoir", + "open": "Open Memoir", + "card": "Your Ideas, Documents and Plans all together in one place." + } + }, + "Page": "" }, - "editor": { - "untitled": "Untitled", - "toastCreateLoading": "Creating page...", - "toastCreateSuccess": "Page created!", - "toastCreateError": "Failed to create page", - "isLoading": "Loading...", - "notFound": "page not found", - "loading": "loading", - "loadingContent": "Loading content..." + "main": { + "components": { + "banner": { + "toastRemoveLoading": "Deleting page...", + "toastRemoveSuccess": "Page deleted!", + "toastRemoveError": "Failed to delete page.", + "toastRestoreLoading": "Restoring page...", + "toastRestoreSuccess": "Page restored!", + "toastRestoreError": "Failed to restore page.", + "pageInTrash": "This page is in the Trash", + "trashRestore": "Restore", + "trashDelete": "Delete" + }, + "cnavbar": { + "toggleWidth": "Toggle page width", + "archive": "Move to trash" + }, + "documentList": { + "noPage": "No pages inside" + }, + "favList": { + "noPage": "No pages inside" + }, + "item": { + "toastArchiveLoading": "Moving to trash...", + "toastArchiveSuccess": "Page moved to trash!", + "toastArchiveError": "Failed to move to trash", + "toastCreateLoading": "Creating page...", + "toastCreateSuccess": "Page created!", + "toastCreateError": "Failed to create page", + "lastEdited": "Last edited by: ", + "copyLink": "Copy link", + "archive": "Move to trash" + }, + "Publish": { + "toastPublishLoading": "Publishing page...", + "toastPublishSuccess": "Page published!", + "toastPublishError": "Failed to publish page", + "toastUnpublishLoading": "Unpublishing page...", + "toastUnpublishSuccess": "Page Unpublished!", + "toastUnpublishError": "Failed to unpublish page", + "pageIsPublished": "This page is published on the web", + "unpublish": "Unpublish", + "publishPopover": "Publish this page", + "shareWork": "Share your work with others.", + "publish": "Publish" + }, + "Sidebar": { + "untitled": "Untitled", + "toastCreateLoading": "Creating page...", + "toastCreateSuccess": "Page created!", + "toastCreateError": "Failed to create page", + "workspace": "'s workspace", + "theme": "Theme:", + "color": "Accent color:", + "language": "Language:", + "home": "Home", + "calendar": "Calendar", + "settings": "Settings", + "search": "Search", + "newpage": "New page", + "favorites": "Favorites", + "trash": "Trash" + }, + "title": { + "untitled": "Untitled" + }, + "trashBox": { + "toastRemoveLoading": "Deleting page...", + "toastRemoveSuccess": "Page deleted!", + "toastRemoveError": "Failed to delete page.", + "toastRestoreLoading": "Restoring page...", + "toastRestoreSuccess": "Page restored!", + "toastRestoreError": "Failed to restore page.", + "filterPlaceholder": "Filter by page title...", + "noPages": "No pages in trash", + "confirmDeletion": "Are you sure?" + } + }, + "documents": { + "documentId": { + "notFound": " Not Found " + }, + "welcome": "Hey {firstName}, Welcome to Memoir", + "create": "Create page", + "morning": "Good morning", + "afternoon": "Good afternoon", + "evening": "Good evening", + "recentPages": "Recent pages:" + } }, - "searchCommand": { - "notFound": "No page found.", - "placeholder": "Search {fullName}'s workspace..." + "error": { + "errorMessage": "Something went wrong!", + "goBack": "Go back" }, - "imageDropzone": { - "uploadMessage": "Click or drag & drop to upload" - }, - "toolbar": { - "comment": "Comment: ", - "addComment": "Add a comment", - "lastEdit": "Last edited:", - "addIcon": "Add icon", - "addCover": "Add cover" + "components": { + "modals": { + "coverImage": { + "uploadImage": "Upload cover image" + } + }, + "cover": { + "change": "Change cover", + "remove": "Remove cover" + }, + "editor": { + "untitled": "Untitled", + "toastCreateLoading": "Creating page...", + "toastCreateSuccess": "Page created!", + "toastCreateError": "Failed to create page", + "isLoading": "Loading...", + "notFound": "page not found", + "loading": "loading", + "loadingContent": "Loading content..." + }, + "searchCommand": { + "notFound": "No page found.", + "placeholder": "Search {fullName}'s workspace..." + }, + "imageDropzone": { + "uploadMessage": "Click or drag & drop to upload" + }, + "toolbar": { + "comment": "Comment: ", + "addComment": "Add a comment", + "lastEdit": "Last edited:", + "addIcon": "Add icon", + "addCover": "Add cover" + } } - } -} +} \ No newline at end of file diff --git a/src/app/dictionaries/jp.json b/src/app/dictionaries/jp.json index 0e1423c..cb99ab1 100644 --- a/src/app/dictionaries/jp.json +++ b/src/app/dictionaries/jp.json @@ -1,154 +1,155 @@ { - "landingPage": { - "components": { - "footer": { - "about": "概要" - }, - "navbar": { - "docs": "ドキュメント", - "features": "機能", - "integrations": "統合", - "dark": "ダーク", - "light": "ライト", - "signin": "サインイン", - "open": "Memoirを開く" - }, - "signedInHeading": { - "welcome": "Memoirへようこそ", - "open": "Memoirを開く", - "card": "アイデア、ドキュメント、計画を一つにまとめて管理します。" - } - }, - "Page": "" - }, - "main": { - "components": { - "banner": { - "toastRemoveLoading": "ページを削除中...", - "toastRemoveSuccess": "ページが削除されました!", - "toastRemoveError": "ページの削除に失敗しました。", - "toastRestoreLoading": "ページを復元中...", - "toastRestoreSuccess": "ページが復元されました!", - "toastRestoreError": "ページの復元に失敗しました。", - "pageInTrash": "このページはゴミ箱にあります", - "trashRestore": "復元", - "trashDelete": "削除" - }, - "cnavbar": { - "toggleWidth": "ページ幅を切り替える", - "archive": "ゴミ箱に移動" - }, - "documentList": { - "noPage": "ページがありません" - }, - "favList": { - "noPage": "ページがありません" - }, - "item": { - "toastArchiveLoading": "ゴミ箱に移動中...", - "toastArchiveSuccess": "ページがゴミ箱に移動されました!", - "toastArchiveError": "ゴミ箱への移動に失敗しました", - "toastCreateLoading": "ページを作成中...", - "toastCreateSuccess": "ページが作成されました!", - "toastCreateError": "ページの作成に失敗しました", - "lastEdited": "最終編集者: ", - "copyLink": "リンクをコピー", - "archive": "ゴミ箱に移動" - }, - "Publish": { - "toastPublishLoading": "ページを公開中...", - "toastPublishSuccess": "ページが公開されました!", - "toastPublishError": "ページの公開に失敗しました", - "toastUnpublishLoading": "ページを非公開にしています...", - "toastUnpublishSuccess": "ページが非公開になりました!", - "toastUnpublishError": "ページの非公開に失敗しました", - "pageIsPublished": "このページはウェブ上で公開されています", - "unpublish": "非公開にする", - "publishPopover": "このページを公開", - "shareWork": "あなたの作業を他の人と共有しましょう。", - "publish": "公開する" - }, - "Sidebar": { - "untitled": "無題", - "toastCreateLoading": "ページを作成中...", - "toastCreateSuccess": "ページが作成されました!", - "toastCreateError": "ページの作成に失敗しました", - "workspace": "のワークスペース", - "theme": "テーマ:", - "color": "アクセントカラー:", - "language": "言語:", - "home": "ホーム", - "calendar": "カレンダー", - "settings": "設定", - "search": "検索", - "newpage": "新しいページ", - "favorites": "お気に入り", - "trash": "ゴミ箱" - }, - "title": { - "untitled": "無題" - }, - "trashBox": { - "toastRemoveLoading": "ページを削除中...", - "toastRemoveSuccess": "ページが削除されました!", - "toastRemoveError": "ページの削除に失敗しました。", - "toastRestoreLoading": "ページを復元中...", - "toastRestoreSuccess": "ページが復元されました!", - "toastRestoreError": "ページの復元に失敗しました。", - "filterPlaceholder": "ページタイトルでフィルター...", - "noPages": "ゴミ箱にページがありません", - "confirmDeletion": "本当に削除しますか?" - } - }, - "documents": { - "documentId": { - "notFound": " 見つかりません " - }, - "welcome": "{firstName}さん、Memoirへようこそ", - "create": "ページを作成", - "morning": "おはようございます", - "afternoon": "こんにちは", - "evening": "こんばんは", - "recentPages": "最近のページ:" - } - }, - "error": { - "errorMessage": "何かがうまくいきませんでした!", - "goBack": "戻る" - }, - "components": { - "modals": { - "coverImage": { - "uploadImage": "カバー画像をアップロード" - } - }, - "cover": { - "change": "カバーを変更", - "remove": "カバーを削除" + "landingPage": { + "components": { + "footer": { + "about": "概要" + }, + "navbar": { + "docs": "ドキュメント", + "features": "機能", + "integrations": "統合", + "dark": "ダーク", + "light": "ライト", + "signin": "サインイン", + "signup": "サインアップ", + "open": "Memoirを開く" + }, + "signedInHeading": { + "welcome": "Memoirへようこそ", + "open": "Memoirを開く", + "card": "アイデア、ドキュメント、計画を一つにまとめて管理します。" + } + }, + "Page": "" }, - "editor": { - "untitled": "無題", - "toastCreateLoading": "ページを作成中...", - "toastCreateSuccess": "ページが作成されました!", - "toastCreateError": "ページの作成に失敗しました", - "isLoading": "読み込み中...", - "notFound": "ページが見つかりません", - "loading": "読み込み中", - "loadingContent": "コンテンツを読み込んでいます..." + "main": { + "components": { + "banner": { + "toastRemoveLoading": "ページを削除中...", + "toastRemoveSuccess": "ページが削除されました!", + "toastRemoveError": "ページの削除に失敗しました。", + "toastRestoreLoading": "ページを復元中...", + "toastRestoreSuccess": "ページが復元されました!", + "toastRestoreError": "ページの復元に失敗しました。", + "pageInTrash": "このページはゴミ箱にあります", + "trashRestore": "復元", + "trashDelete": "削除" + }, + "cnavbar": { + "toggleWidth": "ページ幅を切り替える", + "archive": "ゴミ箱に移動" + }, + "documentList": { + "noPage": "ページがありません" + }, + "favList": { + "noPage": "ページがありません" + }, + "item": { + "toastArchiveLoading": "ゴミ箱に移動中...", + "toastArchiveSuccess": "ページがゴミ箱に移動されました!", + "toastArchiveError": "ゴミ箱への移動に失敗しました", + "toastCreateLoading": "ページを作成中...", + "toastCreateSuccess": "ページが作成されました!", + "toastCreateError": "ページの作成に失敗しました", + "lastEdited": "最終編集者: ", + "copyLink": "リンクをコピー", + "archive": "ゴミ箱に移動" + }, + "Publish": { + "toastPublishLoading": "ページを公開中...", + "toastPublishSuccess": "ページが公開されました!", + "toastPublishError": "ページの公開に失敗しました", + "toastUnpublishLoading": "ページを非公開にしています...", + "toastUnpublishSuccess": "ページが非公開になりました!", + "toastUnpublishError": "ページの非公開に失敗しました", + "pageIsPublished": "このページはウェブ上で公開されています", + "unpublish": "非公開にする", + "publishPopover": "このページを公開", + "shareWork": "あなたの作業を他の人と共有しましょう。", + "publish": "公開する" + }, + "Sidebar": { + "untitled": "無題", + "toastCreateLoading": "ページを作成中...", + "toastCreateSuccess": "ページが作成されました!", + "toastCreateError": "ページの作成に失敗しました", + "workspace": "のワークスペース", + "theme": "テーマ:", + "color": "アクセントカラー:", + "language": "言語:", + "home": "ホーム", + "calendar": "カレンダー", + "settings": "設定", + "search": "検索", + "newpage": "新しいページ", + "favorites": "お気に入り", + "trash": "ゴミ箱" + }, + "title": { + "untitled": "無題" + }, + "trashBox": { + "toastRemoveLoading": "ページを削除中...", + "toastRemoveSuccess": "ページが削除されました!", + "toastRemoveError": "ページの削除に失敗しました。", + "toastRestoreLoading": "ページを復元中...", + "toastRestoreSuccess": "ページが復元されました!", + "toastRestoreError": "ページの復元に失敗しました。", + "filterPlaceholder": "ページタイトルでフィルター...", + "noPages": "ゴミ箱にページがありません", + "confirmDeletion": "本当に削除しますか?" + } + }, + "documents": { + "documentId": { + "notFound": " 見つかりません " + }, + "welcome": "{firstName}さん、Memoirへようこそ", + "create": "ページを作成", + "morning": "おはようございます", + "afternoon": "こんにちは", + "evening": "こんばんは", + "recentPages": "最近のページ:" + } }, - "searchCommand": { - "notFound": "ページが見つかりませんでした。", - "placeholder": "{fullName}のワークスペースを検索..." + "error": { + "errorMessage": "何かがうまくいきませんでした!", + "goBack": "戻る" }, - "imageDropzone": { - "uploadMessage": "クリックまたはドラッグ&ドロップでアップロード" - }, - "toolbar": { - "comment": "コメント:", - "addComment": "コメントを追加", - "lastEdit": "最終編集:", - "addIcon": "アイコンを追加", - "addCover": "カバーを追加" + "components": { + "modals": { + "coverImage": { + "uploadImage": "カバー画像をアップロード" + } + }, + "cover": { + "change": "カバーを変更", + "remove": "カバーを削除" + }, + "editor": { + "untitled": "無題", + "toastCreateLoading": "ページを作成中...", + "toastCreateSuccess": "ページが作成されました!", + "toastCreateError": "ページの作成に失敗しました", + "isLoading": "読み込み中...", + "notFound": "ページが見つかりません", + "loading": "読み込み中", + "loadingContent": "コンテンツを読み込んでいます..." + }, + "searchCommand": { + "notFound": "ページが見つかりませんでした。", + "placeholder": "{fullName}のワークスペースを検索..." + }, + "imageDropzone": { + "uploadMessage": "クリックまたはドラッグ&ドロップでアップロード" + }, + "toolbar": { + "comment": "コメント:", + "addComment": "コメントを追加", + "lastEdit": "最終編集:", + "addIcon": "アイコンを追加", + "addCover": "カバーを追加" + } } - } -} +} \ No newline at end of file