blogpop/strings.json

155 lines
5.8 KiB
JSON
Raw Permalink Normal View History

2025-01-15 02:09:43 -05:00
{
"blogPop": "BlogPop",
2025-01-15 02:09:43 -05:00
"latestPostsHeader": "Latest Posts",
"categoriesHeader": "Categories",
"adminHeader": "Admin",
"adminNewPostHeader": "New Post",
"adminNewUserHeader": "New User",
"usersHeader": "Users",
"postsHeader": "Posts",
"searchPlaceholder": "Search",
"screenReaderToggleSidebar": "Toggle sidebar",
"screenReaderCloseSidebar": "Close sidebar",
2025-01-15 02:09:43 -05:00
"homeLinkTextNavbar": "Home",
"categoriesLinkTextNavbar": "Categories",
"adminLinkTextNavbar": "Admin",
"totalPostsCardTitle": "Total Posts",
"newPostCardTitle": "Create New Post",
"newUserCardTitle": "Create User",
"totalUsersCardTitle": "Total Users",
"adminQuickActionsCardTitle": "Quick Actions",
2025-01-15 02:09:43 -05:00
"totalUsersLoggedInMonthCardTitle": "Users Logged In",
"adminNavigationCardTitle": "Navigation",
"adminLoginCardTitle": "Administration Panel",
2025-01-15 02:09:43 -05:00
"newPostTitleFieldLabel": "Title",
"newPostDescriptionFieldLabel": "Description",
"newPostCategoryFieldLabel": "Category",
"newPostSlugFieldLabel": "Slug",
"newPostContentFieldLabel": "Post Content",
"newPostTitleFieldPlaceholder": "Enter post title",
"newPostDescriptionFieldPlaceholder": "Enter post description",
"newPostCategoryFieldPlaceholder": "Select a category",
"newPostSlugFieldPlaceholder": "Enter post slug (ex: inputting example will create a post at example.com/posts/example)",
2025-01-15 02:09:43 -05:00
"newUserNameFieldLabel": "Name",
"newUserEmailFieldLabel": "Email",
"newUserPasswordFieldLabel": "Password",
2025-01-15 02:09:43 -05:00
"newUserNameFieldPlaceholder": "Enter desired username",
"newUserEmailFieldPlaceholder": "Enter user email",
"newUserPasswordFieldPlaceholder": "Enter user password",
"adminLoginUsernameFieldLabel": "Username",
"adminLoginPasswordFieldLabel": "Password",
2025-01-15 02:09:43 -05:00
"totalUsersLoggedInMonthCardDescription": "This month",
"adminLoginCardDescription": "Please authenticate with your credentials.",
"categoriesCardDescriptionPre": "Explore posts from",
2025-01-15 02:09:43 -05:00
"categoriesLastUpdatedLabel": "Last updated",
"categoriesViewPostsFromLinkText": "View posts",
"recentPostsReadMoreFromLinkText": "Read more",
"categoriesViewCategoryAriaPrefix": "View the",
2025-01-15 02:09:43 -05:00
"categoriesPostUnitSingle": "post",
"categoriesPostUnitPlural": "posts",
"categoriesLabelSidebar": "Categories",
"recentPostsLabelSidebar": "Recent Posts",
"createPostButtonText": "Create Post",
"createUserButtonText": "Create User",
"adminLoginButtonText": "Login",
"viewSingular": "View",
"categorySingular": "Category",
"recentPostsPublishedOnLabel": "Published ",
"blankPostTitlePlaceholder": "Untitled Post",
"blankPostDatePlaceholder": "an unknown date",
"postPublishedOnLabel": "Published on",
"adminSidebarDashboardLinkText": "Dashboard",
"adminSidebarPostsLinkText": "Posts",
"adminSidebarUsersLinkText": "Users",
"adminSidebarLogoutLinkText": "Logout",
"logsDetectedLoginPage": "[i] Detected login page, skipping validation",
"logsFoundKey": "[i] Key found in browser cookies, checking validity...",
"logsCalculatingPostCt": "[i] Calculating post count...",
"logsCalculatingUserCt": "[i] Calculating user count...",
"logsFetchPostList": "[i] Fetching post list...",
"logsFetchCategoryList": "[i] Fetching category list...",
"logsOnSlugNavigate": "[i] Navigated to slug: ",
"logsOnFoundCategory": "[✓] Found category:",
"logsOnFetchedCategory": "[✓] Fetched categories",
"logsOnFetchedPosts": "[✓] Fetched posts",
"logsTotalPosts": "[✓] Total posts:",
"logsTotalUsers": "[✓] Total users:",
"logsKeyIsValid": "[✓] Key is valid",
"logsAdminLoginKeyIsValid": "[✓] Key is valid, redirecting to admin panel",
"logsAdminLoginSuccessful": "[✓] Login successful, redirecting to admin panel",
"successSuperGeneric": "Success",
"errorsSuperGeneric": "Error",
"errorsUnknownError": "An unknown error occurred.",
"errorsUnknownErrorLong": "An unknown error occurred. Please try again later.",
"errorsFetchPostListFailCtx": "Failed to fetch post list:",
"errorsFetchCategoryListFailCtx": "Failed to fetch category list:",
"errorsFetchTotalPostCtErrFancy": "[!] Failed to fetch total post count:",
"errorsFetchTotalUserCtErrFancy": "[!] Failed to fetch total user count:",
"errorsFetchPostsFailFancy": "[!] Failed to fetch posts",
"errorsLoginFailFancy": "[!] Failed to login",
"errorsFailedKeyCheckFancy": "[!] Failed to check key, skipping validation and clearing cookie",
"errorsFetchTotalPostCtErr": "Failed to fetch total post count",
"errorsFetchTotalUserCtErr": "Failed to fetch total user count",
"errorsConnectionFail": "Failed to connect to the server. Please try again later.",
"errorsFetchCategoryListFail": "Failed to fetch category list",
"errorsFetchDataFail": "Failed to fetch data",
"errorsCreateUserFail": "Failed to create user",
"errorsCreatePostFail": "Failed to create post",
"errorsFetchPostListErr": "Failed to fetch post list. Please try again later.",
"errorsFetchPostListErrCtx": "Error fetching post list:",
"errorsFetchPostListErrCtxFancy": "[!] Error fetching post list:",
"errorsFetchDataErrCtxFancy": "[!] Error fetching data:",
"errorsFetchCategoriesErrCtxFancy": "[!] Error fetching categories:",
"errorsFetchPostErr": "Error fetching post",
"errorsFetchPostErrMd": "# Error\n\nCould not load the post.",
"errorsNoKeyFoundFancy": "[!] No key found, clearing cookies and redirecting to login",
"errorsKeyInvalidFancy": "[✖] Key is invalid, clearing cookie and redirecting to login",
"errorsFetchCategoryNotFound": "Could not find requested category",
"errorsNoRecentPosts": "No recent posts available.",
"errorsNoCategories": "No categories available."
2025-01-15 02:09:43 -05:00
}