nextjs-cms 0.9.36 → 0.9.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +279 -279
  3. package/dist/api/actions/files.d.ts.map +1 -1
  4. package/dist/api/actions/pages.d.ts +4 -3
  5. package/dist/api/actions/pages.d.ts.map +1 -1
  6. package/dist/api/actions/pages.js +1 -0
  7. package/dist/api/index.d.ts +974 -1
  8. package/dist/api/index.d.ts.map +1 -1
  9. package/dist/api/index.js +13 -0
  10. package/dist/api/lib/serverActions.d.ts +49 -13
  11. package/dist/api/lib/serverActions.d.ts.map +1 -1
  12. package/dist/api/lib/serverActions.js +31 -103
  13. package/dist/api/root.d.ts +1916 -18
  14. package/dist/api/root.d.ts.map +1 -1
  15. package/dist/api/root.js +83 -18
  16. package/dist/api/routers/config.d.ts.map +1 -1
  17. package/dist/api/routers/gallery.d.ts +0 -1
  18. package/dist/api/routers/gallery.d.ts.map +1 -1
  19. package/dist/api/routers/gallery.js +8 -36
  20. package/dist/api/routers/hasItemsSection.d.ts +30 -5
  21. package/dist/api/routers/hasItemsSection.d.ts.map +1 -1
  22. package/dist/api/routers/navigation.d.ts +3 -3
  23. package/dist/api/routers/simpleSection.d.ts +15 -3
  24. package/dist/api/routers/simpleSection.d.ts.map +1 -1
  25. package/dist/api/trpc/root.d.ts +41 -7
  26. package/dist/api/trpc/root.d.ts.map +1 -1
  27. package/dist/api/trpc/routers/config.d.ts.map +1 -1
  28. package/dist/api/trpc/routers/hasItemsSection.d.ts.map +1 -1
  29. package/dist/api/trpc/routers/logs.d.ts +37 -4
  30. package/dist/api/trpc/routers/logs.d.ts.map +1 -1
  31. package/dist/api/trpc/routers/logs.js +92 -43
  32. package/dist/api/trpc/routers/navigation.d.ts +4 -3
  33. package/dist/api/trpc/routers/navigation.d.ts.map +1 -1
  34. package/dist/api/trpc/routers/simpleSection.d.ts.map +1 -1
  35. package/dist/api/trpc/server.d.ts +123 -21
  36. package/dist/api/trpc/server.d.ts.map +1 -1
  37. package/dist/auth/trpc.d.ts +1 -1
  38. package/dist/auth/trpc.d.ts.map +1 -1
  39. package/dist/auth/trpc.js +1 -0
  40. package/dist/cli/lib/db-config.js +10 -10
  41. package/dist/cli/lib/update-sections.d.ts.map +1 -1
  42. package/dist/cli/lib/update-sections.js +67 -34
  43. package/dist/core/config/config-loader.d.ts +2 -2
  44. package/dist/core/db/table-checker/MysqlTable.js +10 -10
  45. package/dist/core/factories/section-factory-with-esbuild.js +9 -9
  46. package/dist/core/factories/section-factory-with-jiti.js +9 -9
  47. package/dist/core/fields/date-range.d.ts +4 -4
  48. package/dist/core/fields/dateRange.d.ts +115 -0
  49. package/dist/core/fields/dateRange.d.ts.map +1 -0
  50. package/dist/core/fields/dateRange.js +149 -0
  51. package/dist/core/fields/slug.d.ts +55 -3
  52. package/dist/core/fields/slug.d.ts.map +1 -1
  53. package/dist/core/fields/slug.js +56 -2
  54. package/dist/core/sections/category.d.ts +4 -4
  55. package/dist/core/sections/hasItems.d.ts +4 -4
  56. package/dist/core/sections/section.d.ts +3 -3
  57. package/dist/core/sections/simple.d.ts +4 -4
  58. package/dist/logging/event-labels.d.ts +11 -0
  59. package/dist/logging/event-labels.d.ts.map +1 -0
  60. package/dist/logging/event-labels.js +14 -0
  61. package/dist/logging/log.d.ts +1 -1
  62. package/dist/logging/log.d.ts.map +1 -1
  63. package/dist/translations/base/en.d.ts +36 -0
  64. package/dist/translations/base/en.d.ts.map +1 -1
  65. package/dist/translations/base/en.js +36 -0
  66. package/dist/translations/client.d.ts +436 -4
  67. package/dist/translations/client.d.ts.map +1 -1
  68. package/dist/translations/locale-cookie.d.ts +24 -0
  69. package/dist/translations/locale-cookie.d.ts.map +1 -0
  70. package/dist/translations/locale-cookie.js +44 -0
  71. package/dist/translations/locale-utils.d.ts +8 -0
  72. package/dist/translations/locale-utils.d.ts.map +1 -0
  73. package/dist/translations/locale-utils.js +11 -0
  74. package/dist/translations/localization.d.ts +40 -0
  75. package/dist/translations/localization.d.ts.map +1 -0
  76. package/dist/translations/localization.js +48 -0
  77. package/dist/translations/server.d.ts +436 -4
  78. package/dist/translations/server.d.ts.map +1 -1
  79. package/dist/validators/dateRange.d.ts +11 -0
  80. package/dist/validators/dateRange.d.ts.map +1 -0
  81. package/dist/validators/dateRange.js +16 -0
  82. package/package.json +10 -3
  83. package/dist/api/client.d.ts +0 -30
  84. package/dist/api/client.d.ts.map +0 -1
  85. package/dist/api/client.js +0 -82
  86. package/dist/api/server.d.ts +0 -2748
  87. package/dist/api/server.d.ts.map +0 -1
  88. package/dist/api/server.js +0 -100
  89. package/dist/api/trpc/error-logging.d.ts +0 -14
  90. package/dist/api/trpc/error-logging.d.ts.map +0 -1
  91. package/dist/api/trpc/error-logging.js +0 -75
  92. package/dist/api/utils/async-caller-proxy.d.ts +0 -2
  93. package/dist/api/utils/async-caller-proxy.d.ts.map +0 -1
  94. package/dist/api/utils/async-caller-proxy.js +0 -36
  95. package/dist/api/utils/lazy-caller-proxy.d.ts +0 -2
  96. package/dist/api/utils/lazy-caller-proxy.d.ts.map +0 -1
  97. package/dist/api/utils/lazy-caller-proxy.js +0 -36
  98. package/dist/api/utils/router-types.d.ts +0 -7
  99. package/dist/api/utils/router-types.d.ts.map +0 -1
  100. package/dist/api/utils/router-types.js +0 -0
  101. package/dist/plugins/manifest.d.ts +0 -28
  102. package/dist/plugins/manifest.d.ts.map +0 -1
  103. package/dist/plugins/manifest.js +0 -83
  104. package/dist/plugins/registry.d.ts +0 -22
  105. package/dist/plugins/registry.d.ts.map +0 -1
  106. package/dist/plugins/registry.js +0 -25
  107. package/dist/utils/log.d.ts +0 -18
  108. package/dist/utils/log.d.ts.map +0 -1
  109. package/dist/utils/log.js +0 -28
@@ -1,6 +1,6 @@
1
1
  import type { TranslationDictionary } from './types.js';
2
2
  export declare const getI18n: () => Promise<{
3
- <Key extends "here" | "adminDoesNotExist" | "admins" | "adminPrivileges" | "createNewAdmin" | "submitNewAdmin" | "adminsList" | "deleteAdmin" | "deleteAdminText" | "editAdmin" | "editAdminText" | "admin" | "adminNotFound" | "sectionNotFound" | "noAccessToThisOperation" | "adminDeletedSuccessfully" | "masterAdminCannotBeDeleted" | "masterAdminCannotBeModified" | "action" | "date" | "details" | "section" | "noData" | "loginToYourAccount" | "login" | "logout" | "username" | "password" | "rememberMe" | "haveAccount" | "dontHaveAnAccount" | "register" | "registerNow" | "registerNewAccount" | "forgotPassword" | "resetPassword" | "forgotPasswordText" | "email" | "sendResetLink" | "complyWithTerms" | "termsAndConditions" | "thankYouForRegistering" | "thankYouForRegisteringText" | "usernameRequired" | "passwordRequired" | "usernamePasswordRequired" | "adminAlreadyExists" | "selectAtLeastOnePrivilege" | "emailRequired" | "dashboard" | "myCourses" | "myReviews" | "myBookmarks" | "myBooks" | "orders" | "youDontHaveOrders" | "youDontHaveBookmarks" | "ordersSubtitle" | "reviewsSubtitle" | "bookmarksSubtitle" | "billingInfo" | "editProfile" | "security" | "socialProfiles" | "notifications" | "privacy" | "deleteProfile" | "firstName" | "lastName" | "phoneNumber" | "streetAddress" | "birthday" | "city" | "country" | "profilePhoto" | "profilePhotoText" | "saveChanges" | "delete" | "upload" | "editPhoto" | "personalDetails" | "personalDetailsText" | "loading" | "profilePhotoChanged" | "profilePhotoChangedError" | "error" | "about" | "aboutText" | "profile" | "profileSettings" | "contact" | "contactText" | "message" | "sendMessage" | "courses" | "books" | "home" | "searchCourses" | "courseDescription" | "bookDescription" | "otherCourses" | "whatsIncluded" | "unlimitedAccess" | "unlimitedAccessToItems" | "expertiseAndInsights" | "learnFromExperts" | "coursesAndBooks" | "coursesAndBooksText" | "learnOnYourSchedule" | "getThisCourse" | "videoCount" | "video" | "youPurchasedCourse" | "watchCourse" | "youCanAccessCourse" | "videos" | "courseVideos" | "rate" | "youCanRateItemText" | "submit" | "edit" | "leaveFeedback" | "description" | "content" | "reviews" | "subscribers" | "nowPlaying" | "addToBookmarks" | "removeFromBookmarks" | "price" | "coursePrice" | "bookPrice" | "drSalamCourses" | "drSalamBooks" | "save" | "trendingCourses" | "trendingBooks" | "otherBooks" | "youPurchasedBook" | "youCanAccessBook" | "youCanAccessBookAfterPayment" | "downloadBook" | "getThisBook" | "sales" | "review" | "resetPasswordEmailSent" | "emailNotValid" | "emailNotFound" | "somethingWentWrong" | "securitySettings" | "changePassword" | "changePasswordText" | "yourCurrentEmailIs" | "newEmailAddress" | "changeEmailAddress" | "update" | "currentPassword" | "newPassword" | "confirmNewPassword" | "passwordStrengthTooltip" | "passwordStrength" | "passwordsDoNotMatch" | "veryWeak" | "weak" | "fair" | "strong" | "good" | "serverError" | "diskSpace" | "totalDiskSpace" | "totalSpace" | "usedSpace" | "usedDiskSpace" | "thisMothBandwidth" | "totalBandwidth" | "usedBandwidth" | "emailAccounts" | "totalEmails" | "usedEmails" | "approved" | "pendingApproval" | "by" | "browse" | "noFileSelected" | "startTyping" | "startTypingForSuggestions" | "addNew" | "new" | "approve" | "add" | "addNewItem" | "catDeleteTextLight" | "catDeleteWarningLight" | "catDeleteText" | "catDeleteWarning" | "catDeleteWarningSubtitle" | "cancel" | "unsavedChangesConfirm" | "deleteLocaleTranslation" | "deleteLocaleTranslationText" | "localesHeading" | "baseLocaleBadge" | "editingContentTranslation" | "localizationNotEnabledForSection" | "localeSwitcherDevOnly" | "invalidLocale" | "cannotDeleteBaseLocaleTranslation" | "localesTableDoesNotExist" | "deleteLocaleTranslationFailed" | "unknownErrorOccurred" | "localeTranslationDeleted" | "itemCreatedSuccessfully" | "itemUpdatedSuccessfully" | "sectionUpdatedSuccessfully" | "itemDeletedSuccessfully" | "createNewEmailAccount" | "emailQuota" | "unlimited" | "quota" | "updateQuota" | "create" | "lastLoginIp" | "passengerApplications" | "totalDatabases" | "usedDatabases" | "deleteEmailAccount" | "totalPageViews" | "totalSessions" | "totalUniqueUsers" | "bounceRate" | "monthlyPageViews" | "topDevices" | "topCountries" | "liveUsers" | "analytics" | "countriesDevices" | "page" | "device" | "liveUsersAreViewing" | "noLiveUsers" | "liveUsersSubtitle" | "source" | "sessionsPerUser" | "topSources" | "sources" | "mediums" | "topMediums" | "accountInformation" | "devices" | "countries" | "advancedSettings" | "advancedSettingsWarning" | "googleAnalyticsChangeText" | "googleAnalyticsChangeSubText" | "accountSettings" | "passwordChangeWarning" | "oldPassword" | "adminDetails" | "name" | "emailAddress" | "log" | "logs" | "select" | "selectOptions" | "settings" | "deleteItemText" | "deleteEmailText" | "dropzoneText" | "noItems" | "removeMarker" | "restoreMarker" | "restoreMarkerTooltip" | "gallery" | "uploadPhotosToGallery" | "deleteGalleryPhoto" | "deleteGalleryPhotoText" | "galleryPhotoDeleted" | "errorsInSubmit" | "newVariant" | "checkAll" | "removeAll" | "cpanelCredentialsNotSet" | "logoutError" | "deletePhoto" | "deletePhotoText" | "deleteVideo" | "deleteVideoText" | "deleteDocument" | "deleteDocumentText" | "yes" | "no" | "videoDeletedSuccessfully" | "photoDeletedSuccessfully" | "photoMarkedForDeletion" | "videoMarkedForDeletion" | "documentMarkedForDeletion" | "undo" | "selectFile" | "mandatory" | "imageDimensionsMustBe" | "maxFileSize" | "imageRecommendedDimensions" | "seeAll" | "allowedExtensions" | "recursiveCategoryDelete" | "recursiveCategoryDeleteWarning" | "unset" | "success" | "search" | "today" | "last7Days" | "last30Days" | "last365Days" | "custom" | "analyticsOverview" | "contentStatistics" | "recentActivity" | "latestContentUpdates" | "recentlyAddedOrModified" | "quickActions" | "systemStatus" | "databaseStatus" | "cacheStatus" | "connected" | "operational" | "view" | "cmsOverview" | "fromLastMonth" | "allConnectionsHealthy" | "cacheFunctioning" | "manageAdmins" | "viewAnalytics" | "fullAccess" | "publisher" | "publisherTooltip" | "customAccess" | "noAccess" | "allPermissions" | "accepts" | "firstPage" | "lastPage" | "readonly" | "mysqlDatabases" | "phpVersion" | "nodeVersion" | "documentRoot" | "version" | "remote" | "database" | "diskUsage" | "users" | "mysqlNotInstalled" | "emailAccountsList" | "theme" | "noAccessToSection" | "languageNotSupported" | "language" | "addNewCar" | "createCarListing" | "addRealEstate" | "createPropertyListing" | "viewAndManageAdmins" | "detailedAnalytics" | "totalCars" | "realEstate" | "jobs" | "services" | "addedAgo" | "hoursAgo" | "main" | "plugins" | "categorySections" | "sectionsWithItems" | "simpleSections" | "pluginError" | "pluginFailedToLoad" | "pluginFailedToLoadDescription" | "unexpectedPluginError" | "errorDigest" | "retry" | "cpanelPluginMisconfigured" | "loadingCpanelData" | "unableToLoadCpanelData" | "usedLabel" | "totalLabel" | "databases" | "pnpmVersion" | "npmVersion" | "bunVersion" | "cPanelDashboard" | "noTokenProvided" | "invalidCredentials" | "failedToCreateTokens" | "failedToSaveTokens" | "oldPasswordIncorrect" | "usernameAndPasswordRequired" | "invalidFilePath" | "invalidRequest" | "fileNotFound" | "invalidFileType" | "sectionTableIdentifierNotFound" | "checkboxRequired" | "requiredField" | "invalidColorFormat" | "invalidImageExtension" | "invalidFileExtension" | "fileSizeExceeded" | "invalidImageType" | "invalidVideoType" | "invalidDocumentType" | "imageDimensionMismatch" | "couldNotVerifyImageDimensions" | "atLeastOneValueRequired" | "invalidSlugFormat" | "invalidColorPleaseProvideValidHex" | "invalidMapFormat" | "minLength" | "maxLength" | "numberMinLength" | "numberMaxLength" | "numberMinValue" | "numberMaxValue" | "fieldIsRequired" | "unableToLoadImage" | "unableToReadFile" | "errorReadingFile" | "publish" | "level" | "parentId" | "selectFieldConfigError" | "tableIdentifierLabelRequired" | "i18nMustHaveAtLeastOneLanguage" | "fieldMinValueError" | "fieldMaxValueError" | "fieldMinMaxMismatch" | "fieldLengthMismatch" | "fieldDateMinValueError" | "fieldDateMaxValueError" | "fieldDateBoundsMismatch" | "invalidDatePleaseProvideValid" | "fileCorrupted" | "fileWriteError" | "fileDeleteError" | "folderNotSet" | "imageNotSet" | "bufferNotSet" | "invalidFileTypeOrExtension" | "fileSizeExceedsMax" | "imageDimensionMismatchDetailed" | "photoFieldBuildRequired" | "documentWriteError" | "documentDeleteError" | "invalidDocumentFileType" | "videoFolderNotSet" | "videoBufferNotSet" | "videoWriteError" | "recordWithFieldExists" | "recordWithCombinationExists" | "sqlQueryNotDefined" | "galleryTableNotSetUp" | "useVideoApiRoute" | "searchDots" | "noItemFound" | "searchOptionsDots" | "availableOptions" | "searchThroughOptions" | "filterOptionsHint" | "openMainMenu" | "openUserMenu" | "profileImage" | "logo" | "newImage" | "autoGeneratedFromLinkedField" | "clear" | "close" | "clearAllSelectedOptions" | "galleryPhoto" | "parentItemNotFound" | "preSubmitHookFailed" | "failedToBuildLocaleSqlQuery" | "noLocalizedFields" | "sectionHasNoLocalizedFields" | "noLocalizedFieldsHint", Value extends import("international-types").LocaleValue = ((`${Key}#zero` | `${Key}#one` | `${Key}#two` | `${Key}#few` | `${Key}#many` | `${Key}#other`) & ("here" | "adminDoesNotExist" | "admins" | "adminPrivileges" | "createNewAdmin" | "submitNewAdmin" | "adminsList" | "deleteAdmin" | "deleteAdminText" | "editAdmin" | "editAdminText" | "admin" | "adminNotFound" | "sectionNotFound" | "noAccessToThisOperation" | "adminDeletedSuccessfully" | "masterAdminCannotBeDeleted" | "masterAdminCannotBeModified" | "action" | "date" | "details" | "section" | "noData" | "loginToYourAccount" | "login" | "logout" | "username" | "password" | "rememberMe" | "haveAccount" | "dontHaveAnAccount" | "register" | "registerNow" | "registerNewAccount" | "forgotPassword" | "resetPassword" | "forgotPasswordText" | "email" | "sendResetLink" | "complyWithTerms" | "termsAndConditions" | "thankYouForRegistering" | "thankYouForRegisteringText" | "usernameRequired" | "passwordRequired" | "usernamePasswordRequired" | "adminAlreadyExists" | "selectAtLeastOnePrivilege" | "emailRequired" | "dashboard" | "myCourses" | "myReviews" | "myBookmarks" | "myBooks" | "orders" | "youDontHaveOrders" | "youDontHaveBookmarks" | "ordersSubtitle" | "reviewsSubtitle" | "bookmarksSubtitle" | "billingInfo" | "editProfile" | "security" | "socialProfiles" | "notifications" | "privacy" | "deleteProfile" | "firstName" | "lastName" | "phoneNumber" | "streetAddress" | "birthday" | "city" | "country" | "profilePhoto" | "profilePhotoText" | "saveChanges" | "delete" | "upload" | "editPhoto" | "personalDetails" | "personalDetailsText" | "loading" | "profilePhotoChanged" | "profilePhotoChangedError" | "error" | "about" | "aboutText" | "profile" | "profileSettings" | "contact" | "contactText" | "message" | "sendMessage" | "courses" | "books" | "home" | "searchCourses" | "courseDescription" | "bookDescription" | "otherCourses" | "whatsIncluded" | "unlimitedAccess" | "unlimitedAccessToItems" | "expertiseAndInsights" | "learnFromExperts" | "coursesAndBooks" | "coursesAndBooksText" | "learnOnYourSchedule" | "getThisCourse" | "videoCount" | "video" | "youPurchasedCourse" | "watchCourse" | "youCanAccessCourse" | "videos" | "courseVideos" | "rate" | "youCanRateItemText" | "submit" | "edit" | "leaveFeedback" | "description" | "content" | "reviews" | "subscribers" | "nowPlaying" | "addToBookmarks" | "removeFromBookmarks" | "price" | "coursePrice" | "bookPrice" | "drSalamCourses" | "drSalamBooks" | "save" | "trendingCourses" | "trendingBooks" | "otherBooks" | "youPurchasedBook" | "youCanAccessBook" | "youCanAccessBookAfterPayment" | "downloadBook" | "getThisBook" | "sales" | "review" | "resetPasswordEmailSent" | "emailNotValid" | "emailNotFound" | "somethingWentWrong" | "securitySettings" | "changePassword" | "changePasswordText" | "yourCurrentEmailIs" | "newEmailAddress" | "changeEmailAddress" | "update" | "currentPassword" | "newPassword" | "confirmNewPassword" | "passwordStrengthTooltip" | "passwordStrength" | "passwordsDoNotMatch" | "veryWeak" | "weak" | "fair" | "strong" | "good" | "serverError" | "diskSpace" | "totalDiskSpace" | "totalSpace" | "usedSpace" | "usedDiskSpace" | "thisMothBandwidth" | "totalBandwidth" | "usedBandwidth" | "emailAccounts" | "totalEmails" | "usedEmails" | "approved" | "pendingApproval" | "by" | "browse" | "noFileSelected" | "startTyping" | "startTypingForSuggestions" | "addNew" | "new" | "approve" | "add" | "addNewItem" | "catDeleteTextLight" | "catDeleteWarningLight" | "catDeleteText" | "catDeleteWarning" | "catDeleteWarningSubtitle" | "cancel" | "unsavedChangesConfirm" | "deleteLocaleTranslation" | "deleteLocaleTranslationText" | "localesHeading" | "baseLocaleBadge" | "editingContentTranslation" | "localizationNotEnabledForSection" | "localeSwitcherDevOnly" | "invalidLocale" | "cannotDeleteBaseLocaleTranslation" | "localesTableDoesNotExist" | "deleteLocaleTranslationFailed" | "unknownErrorOccurred" | "localeTranslationDeleted" | "itemCreatedSuccessfully" | "itemUpdatedSuccessfully" | "sectionUpdatedSuccessfully" | "itemDeletedSuccessfully" | "createNewEmailAccount" | "emailQuota" | "unlimited" | "quota" | "updateQuota" | "create" | "lastLoginIp" | "passengerApplications" | "totalDatabases" | "usedDatabases" | "deleteEmailAccount" | "totalPageViews" | "totalSessions" | "totalUniqueUsers" | "bounceRate" | "monthlyPageViews" | "topDevices" | "topCountries" | "liveUsers" | "analytics" | "countriesDevices" | "page" | "device" | "liveUsersAreViewing" | "noLiveUsers" | "liveUsersSubtitle" | "source" | "sessionsPerUser" | "topSources" | "sources" | "mediums" | "topMediums" | "accountInformation" | "devices" | "countries" | "advancedSettings" | "advancedSettingsWarning" | "googleAnalyticsChangeText" | "googleAnalyticsChangeSubText" | "accountSettings" | "passwordChangeWarning" | "oldPassword" | "adminDetails" | "name" | "emailAddress" | "log" | "logs" | "select" | "selectOptions" | "settings" | "deleteItemText" | "deleteEmailText" | "dropzoneText" | "noItems" | "removeMarker" | "restoreMarker" | "restoreMarkerTooltip" | "gallery" | "uploadPhotosToGallery" | "deleteGalleryPhoto" | "deleteGalleryPhotoText" | "galleryPhotoDeleted" | "errorsInSubmit" | "newVariant" | "checkAll" | "removeAll" | "cpanelCredentialsNotSet" | "logoutError" | "deletePhoto" | "deletePhotoText" | "deleteVideo" | "deleteVideoText" | "deleteDocument" | "deleteDocumentText" | "yes" | "no" | "videoDeletedSuccessfully" | "photoDeletedSuccessfully" | "photoMarkedForDeletion" | "videoMarkedForDeletion" | "documentMarkedForDeletion" | "undo" | "selectFile" | "mandatory" | "imageDimensionsMustBe" | "maxFileSize" | "imageRecommendedDimensions" | "seeAll" | "allowedExtensions" | "recursiveCategoryDelete" | "recursiveCategoryDeleteWarning" | "unset" | "success" | "search" | "today" | "last7Days" | "last30Days" | "last365Days" | "custom" | "analyticsOverview" | "contentStatistics" | "recentActivity" | "latestContentUpdates" | "recentlyAddedOrModified" | "quickActions" | "systemStatus" | "databaseStatus" | "cacheStatus" | "connected" | "operational" | "view" | "cmsOverview" | "fromLastMonth" | "allConnectionsHealthy" | "cacheFunctioning" | "manageAdmins" | "viewAnalytics" | "fullAccess" | "publisher" | "publisherTooltip" | "customAccess" | "noAccess" | "allPermissions" | "accepts" | "firstPage" | "lastPage" | "readonly" | "mysqlDatabases" | "phpVersion" | "nodeVersion" | "documentRoot" | "version" | "remote" | "database" | "diskUsage" | "users" | "mysqlNotInstalled" | "emailAccountsList" | "theme" | "noAccessToSection" | "languageNotSupported" | "language" | "addNewCar" | "createCarListing" | "addRealEstate" | "createPropertyListing" | "viewAndManageAdmins" | "detailedAnalytics" | "totalCars" | "realEstate" | "jobs" | "services" | "addedAgo" | "hoursAgo" | "main" | "plugins" | "categorySections" | "sectionsWithItems" | "simpleSections" | "pluginError" | "pluginFailedToLoad" | "pluginFailedToLoadDescription" | "unexpectedPluginError" | "errorDigest" | "retry" | "cpanelPluginMisconfigured" | "loadingCpanelData" | "unableToLoadCpanelData" | "usedLabel" | "totalLabel" | "databases" | "pnpmVersion" | "npmVersion" | "bunVersion" | "cPanelDashboard" | "noTokenProvided" | "invalidCredentials" | "failedToCreateTokens" | "failedToSaveTokens" | "oldPasswordIncorrect" | "usernameAndPasswordRequired" | "invalidFilePath" | "invalidRequest" | "fileNotFound" | "invalidFileType" | "sectionTableIdentifierNotFound" | "checkboxRequired" | "requiredField" | "invalidColorFormat" | "invalidImageExtension" | "invalidFileExtension" | "fileSizeExceeded" | "invalidImageType" | "invalidVideoType" | "invalidDocumentType" | "imageDimensionMismatch" | "couldNotVerifyImageDimensions" | "atLeastOneValueRequired" | "invalidSlugFormat" | "invalidColorPleaseProvideValidHex" | "invalidMapFormat" | "minLength" | "maxLength" | "numberMinLength" | "numberMaxLength" | "numberMinValue" | "numberMaxValue" | "fieldIsRequired" | "unableToLoadImage" | "unableToReadFile" | "errorReadingFile" | "publish" | "level" | "parentId" | "selectFieldConfigError" | "tableIdentifierLabelRequired" | "i18nMustHaveAtLeastOneLanguage" | "fieldMinValueError" | "fieldMaxValueError" | "fieldMinMaxMismatch" | "fieldLengthMismatch" | "fieldDateMinValueError" | "fieldDateMaxValueError" | "fieldDateBoundsMismatch" | "invalidDatePleaseProvideValid" | "fileCorrupted" | "fileWriteError" | "fileDeleteError" | "folderNotSet" | "imageNotSet" | "bufferNotSet" | "invalidFileTypeOrExtension" | "fileSizeExceedsMax" | "imageDimensionMismatchDetailed" | "photoFieldBuildRequired" | "documentWriteError" | "documentDeleteError" | "invalidDocumentFileType" | "videoFolderNotSet" | "videoBufferNotSet" | "videoWriteError" | "recordWithFieldExists" | "recordWithCombinationExists" | "sqlQueryNotDefined" | "galleryTableNotSetUp" | "useVideoApiRoute" | "searchDots" | "noItemFound" | "searchOptionsDots" | "availableOptions" | "searchThroughOptions" | "filterOptionsHint" | "openMainMenu" | "openUserMenu" | "profileImage" | "logo" | "newImage" | "autoGeneratedFromLinkedField" | "clear" | "close" | "clearAllSelectedOptions" | "galleryPhoto" | "parentItemNotFound" | "preSubmitHookFailed" | "failedToBuildLocaleSqlQuery" | "noLocalizedFields" | "sectionHasNoLocalizedFields" | "noLocalizedFieldsHint") extends never ? false : true) extends true ? {
3
+ <Key extends "here" | "adminDoesNotExist" | "admins" | "adminPrivileges" | "createNewAdmin" | "submitNewAdmin" | "adminsList" | "deleteAdmin" | "deleteAdminText" | "editAdmin" | "editAdminText" | "admin" | "adminNotFound" | "sectionNotFound" | "noAccessToThisOperation" | "adminDeletedSuccessfully" | "masterAdminCannotBeDeleted" | "masterAdminCannotBeModified" | "action" | "date" | "details" | "section" | "noData" | "loginToYourAccount" | "login" | "logout" | "username" | "password" | "rememberMe" | "haveAccount" | "dontHaveAnAccount" | "register" | "registerNow" | "registerNewAccount" | "forgotPassword" | "resetPassword" | "forgotPasswordText" | "email" | "sendResetLink" | "complyWithTerms" | "termsAndConditions" | "thankYouForRegistering" | "thankYouForRegisteringText" | "usernameRequired" | "passwordRequired" | "usernamePasswordRequired" | "adminAlreadyExists" | "selectAtLeastOnePrivilege" | "emailRequired" | "dashboard" | "myCourses" | "myReviews" | "myBookmarks" | "myBooks" | "orders" | "youDontHaveOrders" | "youDontHaveBookmarks" | "ordersSubtitle" | "reviewsSubtitle" | "bookmarksSubtitle" | "billingInfo" | "editProfile" | "security" | "socialProfiles" | "notifications" | "privacy" | "deleteProfile" | "firstName" | "lastName" | "phoneNumber" | "streetAddress" | "birthday" | "city" | "country" | "profilePhoto" | "profilePhotoText" | "saveChanges" | "delete" | "upload" | "editPhoto" | "personalDetails" | "personalDetailsText" | "loading" | "profilePhotoChanged" | "profilePhotoChangedError" | "error" | "important" | "about" | "aboutText" | "profile" | "profileSettings" | "contact" | "contactText" | "message" | "sendMessage" | "courses" | "books" | "home" | "searchCourses" | "courseDescription" | "bookDescription" | "otherCourses" | "whatsIncluded" | "unlimitedAccess" | "unlimitedAccessToItems" | "expertiseAndInsights" | "learnFromExperts" | "coursesAndBooks" | "coursesAndBooksText" | "learnOnYourSchedule" | "getThisCourse" | "videoCount" | "video" | "youPurchasedCourse" | "watchCourse" | "youCanAccessCourse" | "videos" | "courseVideos" | "rate" | "youCanRateItemText" | "submit" | "edit" | "leaveFeedback" | "description" | "content" | "reviews" | "subscribers" | "nowPlaying" | "addToBookmarks" | "removeFromBookmarks" | "price" | "coursePrice" | "bookPrice" | "drSalamCourses" | "drSalamBooks" | "save" | "trendingCourses" | "trendingBooks" | "otherBooks" | "youPurchasedBook" | "youCanAccessBook" | "youCanAccessBookAfterPayment" | "downloadBook" | "getThisBook" | "sales" | "review" | "resetPasswordEmailSent" | "emailNotValid" | "emailNotFound" | "somethingWentWrong" | "securitySettings" | "changePassword" | "changePasswordText" | "yourCurrentEmailIs" | "newEmailAddress" | "changeEmailAddress" | "update" | "currentPassword" | "newPassword" | "confirmNewPassword" | "passwordStrengthTooltip" | "passwordStrength" | "passwordsDoNotMatch" | "veryWeak" | "weak" | "fair" | "strong" | "good" | "serverError" | "diskSpace" | "totalDiskSpace" | "totalSpace" | "usedSpace" | "usedDiskSpace" | "thisMothBandwidth" | "totalBandwidth" | "usedBandwidth" | "emailAccounts" | "totalEmails" | "usedEmails" | "approved" | "pendingApproval" | "by" | "browse" | "noFileSelected" | "startTyping" | "startTypingForSuggestions" | "addNew" | "new" | "approve" | "add" | "addNewItem" | "catDeleteTextLight" | "catDeleteWarningLight" | "catDeleteText" | "catDeleteWarning" | "catDeleteWarningSubtitle" | "cancel" | "unsavedChangesConfirm" | "deleteLocaleTranslation" | "deleteLocaleTranslationText" | "localesHeading" | "baseLocaleBadge" | "editingContentTranslation" | "localizationNotEnabledForSection" | "localeSwitcherDevOnly" | "invalidLocale" | "cannotDeleteBaseLocaleTranslation" | "localesTableDoesNotExist" | "deleteLocaleTranslationFailed" | "unknownErrorOccurred" | "localeTranslationDeleted" | "itemCreatedSuccessfully" | "itemUpdatedSuccessfully" | "sectionUpdatedSuccessfully" | "itemDeletedSuccessfully" | "createNewEmailAccount" | "emailQuota" | "unlimited" | "quota" | "updateQuota" | "create" | "lastLoginIp" | "passengerApplications" | "totalDatabases" | "usedDatabases" | "deleteEmailAccount" | "totalPageViews" | "totalSessions" | "totalUniqueUsers" | "bounceRate" | "monthlyPageViews" | "topDevices" | "topCountries" | "liveUsers" | "analytics" | "countriesDevices" | "page" | "device" | "liveUsersAreViewing" | "noLiveUsers" | "liveUsersSubtitle" | "source" | "sessionsPerUser" | "topSources" | "sources" | "mediums" | "topMediums" | "accountInformation" | "devices" | "countries" | "advancedSettings" | "advancedSettingsWarning" | "googleAnalyticsChangeText" | "googleAnalyticsChangeSubText" | "accountSettings" | "passwordChangeWarning" | "oldPassword" | "adminDetails" | "name" | "emailAddress" | "log" | "logs" | "logsDescription" | "time" | "event" | "actor" | "target" | "type" | "deletedAccount" | "filterByEvent" | "filterBySection" | "filterByActor" | "dateRange" | "from" | "to" | "allEvents" | "allSections" | "allActors" | "reset" | "loadMore" | "showingCount" | "ipAddress" | "userAgent" | "requestInfo" | "metadata" | "eventAuthLogin" | "eventAuthLogout" | "eventItemCreate" | "eventItemUpdate" | "eventItemDelete" | "eventItemLocaleDelete" | "eventAdminSectionCreate" | "eventAdminSectionUpdate" | "eventAdminSectionDelete" | "eventAdminSettingsChange" | "select" | "selectOptions" | "settings" | "deleteItemText" | "deleteEmailText" | "dropzoneText" | "noItems" | "removeMarker" | "restoreMarker" | "restoreMarkerTooltip" | "gallery" | "uploadPhotosToGallery" | "deleteGalleryPhoto" | "deleteGalleryPhotoText" | "galleryPhotoDeleted" | "errorsInSubmit" | "newVariant" | "checkAll" | "removeAll" | "cpanelCredentialsNotSet" | "logoutError" | "deletePhoto" | "deletePhotoText" | "deleteVideo" | "deleteVideoText" | "deleteDocument" | "deleteDocumentText" | "yes" | "no" | "videoDeletedSuccessfully" | "photoDeletedSuccessfully" | "photoMarkedForDeletion" | "videoMarkedForDeletion" | "documentMarkedForDeletion" | "undo" | "selectFile" | "mandatory" | "imageDimensionsMustBe" | "maxFileSize" | "imageRecommendedDimensions" | "seeAll" | "allowedExtensions" | "recursiveCategoryDelete" | "recursiveCategoryDeleteWarning" | "unset" | "success" | "search" | "today" | "last7Days" | "last30Days" | "last365Days" | "custom" | "analyticsOverview" | "contentStatistics" | "recentActivity" | "latestContentUpdates" | "recentlyAddedOrModified" | "quickActions" | "systemStatus" | "databaseStatus" | "cacheStatus" | "connected" | "operational" | "view" | "cmsOverview" | "fromLastMonth" | "allConnectionsHealthy" | "cacheFunctioning" | "manageAdmins" | "viewAnalytics" | "fullAccess" | "publisher" | "publisherTooltip" | "customAccess" | "noAccess" | "allPermissions" | "accepts" | "firstPage" | "lastPage" | "readonly" | "mysqlDatabases" | "phpVersion" | "nodeVersion" | "documentRoot" | "version" | "remote" | "database" | "diskUsage" | "users" | "mysqlNotInstalled" | "emailAccountsList" | "theme" | "noAccessToSection" | "languageNotSupported" | "language" | "addNewCar" | "createCarListing" | "addRealEstate" | "createPropertyListing" | "viewAndManageAdmins" | "detailedAnalytics" | "totalCars" | "realEstate" | "jobs" | "services" | "addedAgo" | "hoursAgo" | "main" | "plugins" | "categorySections" | "sectionsWithItems" | "simpleSections" | "pluginError" | "pluginFailedToLoad" | "pluginFailedToLoadDescription" | "unexpectedPluginError" | "errorDigest" | "retry" | "cpanelPluginMisconfigured" | "loadingCpanelData" | "unableToLoadCpanelData" | "usedLabel" | "totalLabel" | "databases" | "pnpmVersion" | "npmVersion" | "bunVersion" | "cPanelDashboard" | "noTokenProvided" | "invalidCredentials" | "failedToCreateTokens" | "failedToSaveTokens" | "oldPasswordIncorrect" | "usernameAndPasswordRequired" | "invalidFilePath" | "invalidRequest" | "fileNotFound" | "invalidFileType" | "sectionTableIdentifierNotFound" | "checkboxRequired" | "requiredField" | "invalidColorFormat" | "invalidImageExtension" | "invalidFileExtension" | "fileSizeExceeded" | "invalidImageType" | "invalidVideoType" | "invalidDocumentType" | "imageDimensionMismatch" | "couldNotVerifyImageDimensions" | "atLeastOneValueRequired" | "invalidSlugFormat" | "invalidColorPleaseProvideValidHex" | "invalidMapFormat" | "minLength" | "maxLength" | "numberMinLength" | "numberMaxLength" | "numberMinValue" | "numberMaxValue" | "fieldIsRequired" | "unableToLoadImage" | "unableToReadFile" | "errorReadingFile" | "publish" | "level" | "parentId" | "selectFieldConfigError" | "tableIdentifierLabelRequired" | "i18nMustHaveAtLeastOneLanguage" | "fieldMinValueError" | "fieldMaxValueError" | "fieldMinMaxMismatch" | "fieldLengthMismatch" | "fieldDateMinValueError" | "fieldDateMaxValueError" | "fieldDateBoundsMismatch" | "invalidDatePleaseProvideValid" | "fileCorrupted" | "fileWriteError" | "fileDeleteError" | "folderNotSet" | "imageNotSet" | "bufferNotSet" | "invalidFileTypeOrExtension" | "fileSizeExceedsMax" | "imageDimensionMismatchDetailed" | "photoFieldBuildRequired" | "documentWriteError" | "documentDeleteError" | "invalidDocumentFileType" | "videoFolderNotSet" | "videoBufferNotSet" | "videoWriteError" | "recordWithFieldExists" | "recordWithCombinationExists" | "sqlQueryNotDefined" | "galleryTableNotSetUp" | "useVideoApiRoute" | "searchDots" | "noItemFound" | "searchOptionsDots" | "revert" | "availableOptions" | "searchThroughOptions" | "filterOptionsHint" | "openMainMenu" | "openUserMenu" | "profileImage" | "logo" | "newImage" | "autoGeneratedFromLinkedField" | "slugChangeWarning" | "clear" | "close" | "clearAllSelectedOptions" | "galleryPhoto" | "parentItemNotFound" | "preSubmitHookFailed" | "failedToBuildLocaleSqlQuery" | "noLocalizedFields" | "sectionHasNoLocalizedFields" | "noLocalizedFieldsHint", Value extends import("international-types").LocaleValue = ((`${Key}#zero` | `${Key}#one` | `${Key}#two` | `${Key}#few` | `${Key}#many` | `${Key}#other`) & ("here" | "adminDoesNotExist" | "admins" | "adminPrivileges" | "createNewAdmin" | "submitNewAdmin" | "adminsList" | "deleteAdmin" | "deleteAdminText" | "editAdmin" | "editAdminText" | "admin" | "adminNotFound" | "sectionNotFound" | "noAccessToThisOperation" | "adminDeletedSuccessfully" | "masterAdminCannotBeDeleted" | "masterAdminCannotBeModified" | "action" | "date" | "details" | "section" | "noData" | "loginToYourAccount" | "login" | "logout" | "username" | "password" | "rememberMe" | "haveAccount" | "dontHaveAnAccount" | "register" | "registerNow" | "registerNewAccount" | "forgotPassword" | "resetPassword" | "forgotPasswordText" | "email" | "sendResetLink" | "complyWithTerms" | "termsAndConditions" | "thankYouForRegistering" | "thankYouForRegisteringText" | "usernameRequired" | "passwordRequired" | "usernamePasswordRequired" | "adminAlreadyExists" | "selectAtLeastOnePrivilege" | "emailRequired" | "dashboard" | "myCourses" | "myReviews" | "myBookmarks" | "myBooks" | "orders" | "youDontHaveOrders" | "youDontHaveBookmarks" | "ordersSubtitle" | "reviewsSubtitle" | "bookmarksSubtitle" | "billingInfo" | "editProfile" | "security" | "socialProfiles" | "notifications" | "privacy" | "deleteProfile" | "firstName" | "lastName" | "phoneNumber" | "streetAddress" | "birthday" | "city" | "country" | "profilePhoto" | "profilePhotoText" | "saveChanges" | "delete" | "upload" | "editPhoto" | "personalDetails" | "personalDetailsText" | "loading" | "profilePhotoChanged" | "profilePhotoChangedError" | "error" | "important" | "about" | "aboutText" | "profile" | "profileSettings" | "contact" | "contactText" | "message" | "sendMessage" | "courses" | "books" | "home" | "searchCourses" | "courseDescription" | "bookDescription" | "otherCourses" | "whatsIncluded" | "unlimitedAccess" | "unlimitedAccessToItems" | "expertiseAndInsights" | "learnFromExperts" | "coursesAndBooks" | "coursesAndBooksText" | "learnOnYourSchedule" | "getThisCourse" | "videoCount" | "video" | "youPurchasedCourse" | "watchCourse" | "youCanAccessCourse" | "videos" | "courseVideos" | "rate" | "youCanRateItemText" | "submit" | "edit" | "leaveFeedback" | "description" | "content" | "reviews" | "subscribers" | "nowPlaying" | "addToBookmarks" | "removeFromBookmarks" | "price" | "coursePrice" | "bookPrice" | "drSalamCourses" | "drSalamBooks" | "save" | "trendingCourses" | "trendingBooks" | "otherBooks" | "youPurchasedBook" | "youCanAccessBook" | "youCanAccessBookAfterPayment" | "downloadBook" | "getThisBook" | "sales" | "review" | "resetPasswordEmailSent" | "emailNotValid" | "emailNotFound" | "somethingWentWrong" | "securitySettings" | "changePassword" | "changePasswordText" | "yourCurrentEmailIs" | "newEmailAddress" | "changeEmailAddress" | "update" | "currentPassword" | "newPassword" | "confirmNewPassword" | "passwordStrengthTooltip" | "passwordStrength" | "passwordsDoNotMatch" | "veryWeak" | "weak" | "fair" | "strong" | "good" | "serverError" | "diskSpace" | "totalDiskSpace" | "totalSpace" | "usedSpace" | "usedDiskSpace" | "thisMothBandwidth" | "totalBandwidth" | "usedBandwidth" | "emailAccounts" | "totalEmails" | "usedEmails" | "approved" | "pendingApproval" | "by" | "browse" | "noFileSelected" | "startTyping" | "startTypingForSuggestions" | "addNew" | "new" | "approve" | "add" | "addNewItem" | "catDeleteTextLight" | "catDeleteWarningLight" | "catDeleteText" | "catDeleteWarning" | "catDeleteWarningSubtitle" | "cancel" | "unsavedChangesConfirm" | "deleteLocaleTranslation" | "deleteLocaleTranslationText" | "localesHeading" | "baseLocaleBadge" | "editingContentTranslation" | "localizationNotEnabledForSection" | "localeSwitcherDevOnly" | "invalidLocale" | "cannotDeleteBaseLocaleTranslation" | "localesTableDoesNotExist" | "deleteLocaleTranslationFailed" | "unknownErrorOccurred" | "localeTranslationDeleted" | "itemCreatedSuccessfully" | "itemUpdatedSuccessfully" | "sectionUpdatedSuccessfully" | "itemDeletedSuccessfully" | "createNewEmailAccount" | "emailQuota" | "unlimited" | "quota" | "updateQuota" | "create" | "lastLoginIp" | "passengerApplications" | "totalDatabases" | "usedDatabases" | "deleteEmailAccount" | "totalPageViews" | "totalSessions" | "totalUniqueUsers" | "bounceRate" | "monthlyPageViews" | "topDevices" | "topCountries" | "liveUsers" | "analytics" | "countriesDevices" | "page" | "device" | "liveUsersAreViewing" | "noLiveUsers" | "liveUsersSubtitle" | "source" | "sessionsPerUser" | "topSources" | "sources" | "mediums" | "topMediums" | "accountInformation" | "devices" | "countries" | "advancedSettings" | "advancedSettingsWarning" | "googleAnalyticsChangeText" | "googleAnalyticsChangeSubText" | "accountSettings" | "passwordChangeWarning" | "oldPassword" | "adminDetails" | "name" | "emailAddress" | "log" | "logs" | "logsDescription" | "time" | "event" | "actor" | "target" | "type" | "deletedAccount" | "filterByEvent" | "filterBySection" | "filterByActor" | "dateRange" | "from" | "to" | "allEvents" | "allSections" | "allActors" | "reset" | "loadMore" | "showingCount" | "ipAddress" | "userAgent" | "requestInfo" | "metadata" | "eventAuthLogin" | "eventAuthLogout" | "eventItemCreate" | "eventItemUpdate" | "eventItemDelete" | "eventItemLocaleDelete" | "eventAdminSectionCreate" | "eventAdminSectionUpdate" | "eventAdminSectionDelete" | "eventAdminSettingsChange" | "select" | "selectOptions" | "settings" | "deleteItemText" | "deleteEmailText" | "dropzoneText" | "noItems" | "removeMarker" | "restoreMarker" | "restoreMarkerTooltip" | "gallery" | "uploadPhotosToGallery" | "deleteGalleryPhoto" | "deleteGalleryPhotoText" | "galleryPhotoDeleted" | "errorsInSubmit" | "newVariant" | "checkAll" | "removeAll" | "cpanelCredentialsNotSet" | "logoutError" | "deletePhoto" | "deletePhotoText" | "deleteVideo" | "deleteVideoText" | "deleteDocument" | "deleteDocumentText" | "yes" | "no" | "videoDeletedSuccessfully" | "photoDeletedSuccessfully" | "photoMarkedForDeletion" | "videoMarkedForDeletion" | "documentMarkedForDeletion" | "undo" | "selectFile" | "mandatory" | "imageDimensionsMustBe" | "maxFileSize" | "imageRecommendedDimensions" | "seeAll" | "allowedExtensions" | "recursiveCategoryDelete" | "recursiveCategoryDeleteWarning" | "unset" | "success" | "search" | "today" | "last7Days" | "last30Days" | "last365Days" | "custom" | "analyticsOverview" | "contentStatistics" | "recentActivity" | "latestContentUpdates" | "recentlyAddedOrModified" | "quickActions" | "systemStatus" | "databaseStatus" | "cacheStatus" | "connected" | "operational" | "view" | "cmsOverview" | "fromLastMonth" | "allConnectionsHealthy" | "cacheFunctioning" | "manageAdmins" | "viewAnalytics" | "fullAccess" | "publisher" | "publisherTooltip" | "customAccess" | "noAccess" | "allPermissions" | "accepts" | "firstPage" | "lastPage" | "readonly" | "mysqlDatabases" | "phpVersion" | "nodeVersion" | "documentRoot" | "version" | "remote" | "database" | "diskUsage" | "users" | "mysqlNotInstalled" | "emailAccountsList" | "theme" | "noAccessToSection" | "languageNotSupported" | "language" | "addNewCar" | "createCarListing" | "addRealEstate" | "createPropertyListing" | "viewAndManageAdmins" | "detailedAnalytics" | "totalCars" | "realEstate" | "jobs" | "services" | "addedAgo" | "hoursAgo" | "main" | "plugins" | "categorySections" | "sectionsWithItems" | "simpleSections" | "pluginError" | "pluginFailedToLoad" | "pluginFailedToLoadDescription" | "unexpectedPluginError" | "errorDigest" | "retry" | "cpanelPluginMisconfigured" | "loadingCpanelData" | "unableToLoadCpanelData" | "usedLabel" | "totalLabel" | "databases" | "pnpmVersion" | "npmVersion" | "bunVersion" | "cPanelDashboard" | "noTokenProvided" | "invalidCredentials" | "failedToCreateTokens" | "failedToSaveTokens" | "oldPasswordIncorrect" | "usernameAndPasswordRequired" | "invalidFilePath" | "invalidRequest" | "fileNotFound" | "invalidFileType" | "sectionTableIdentifierNotFound" | "checkboxRequired" | "requiredField" | "invalidColorFormat" | "invalidImageExtension" | "invalidFileExtension" | "fileSizeExceeded" | "invalidImageType" | "invalidVideoType" | "invalidDocumentType" | "imageDimensionMismatch" | "couldNotVerifyImageDimensions" | "atLeastOneValueRequired" | "invalidSlugFormat" | "invalidColorPleaseProvideValidHex" | "invalidMapFormat" | "minLength" | "maxLength" | "numberMinLength" | "numberMaxLength" | "numberMinValue" | "numberMaxValue" | "fieldIsRequired" | "unableToLoadImage" | "unableToReadFile" | "errorReadingFile" | "publish" | "level" | "parentId" | "selectFieldConfigError" | "tableIdentifierLabelRequired" | "i18nMustHaveAtLeastOneLanguage" | "fieldMinValueError" | "fieldMaxValueError" | "fieldMinMaxMismatch" | "fieldLengthMismatch" | "fieldDateMinValueError" | "fieldDateMaxValueError" | "fieldDateBoundsMismatch" | "invalidDatePleaseProvideValid" | "fileCorrupted" | "fileWriteError" | "fileDeleteError" | "folderNotSet" | "imageNotSet" | "bufferNotSet" | "invalidFileTypeOrExtension" | "fileSizeExceedsMax" | "imageDimensionMismatchDetailed" | "photoFieldBuildRequired" | "documentWriteError" | "documentDeleteError" | "invalidDocumentFileType" | "videoFolderNotSet" | "videoBufferNotSet" | "videoWriteError" | "recordWithFieldExists" | "recordWithCombinationExists" | "sqlQueryNotDefined" | "galleryTableNotSetUp" | "useVideoApiRoute" | "searchDots" | "noItemFound" | "searchOptionsDots" | "revert" | "availableOptions" | "searchThroughOptions" | "filterOptionsHint" | "openMainMenu" | "openUserMenu" | "profileImage" | "logo" | "newImage" | "autoGeneratedFromLinkedField" | "slugChangeWarning" | "clear" | "close" | "clearAllSelectedOptions" | "galleryPhoto" | "parentItemNotFound" | "preSubmitHookFailed" | "failedToBuildLocaleSqlQuery" | "noLocalizedFields" | "sectionHasNoLocalizedFields" | "noLocalizedFieldsHint") extends never ? false : true) extends true ? {
4
4
  readonly adminDoesNotExist: "Admin does not exist";
5
5
  readonly admins: "Admins";
6
6
  readonly adminPrivileges: "Admin Privileges";
@@ -86,6 +86,7 @@ export declare const getI18n: () => Promise<{
86
86
  readonly profilePhotoChanged: "Profile photo changed";
87
87
  readonly profilePhotoChangedError: "Error changing profile photo";
88
88
  readonly error: "Error";
89
+ readonly important: "Important";
89
90
  readonly about: "About";
90
91
  readonly aboutText: "Get to know the academy and Dr. Salam Asaad";
91
92
  readonly profile: "Profile";
@@ -263,6 +264,39 @@ export declare const getI18n: () => Promise<{
263
264
  readonly emailAddress: "Email Address";
264
265
  readonly log: "Log";
265
266
  readonly logs: "Logs";
267
+ readonly logsDescription: "Audit trail of actions performed in the CMS";
268
+ readonly time: "Time";
269
+ readonly event: "Event";
270
+ readonly actor: "Actor";
271
+ readonly target: "Target";
272
+ readonly type: "Type";
273
+ readonly deletedAccount: "deleted account";
274
+ readonly filterByEvent: "Event type";
275
+ readonly filterBySection: "Section";
276
+ readonly filterByActor: "Actor";
277
+ readonly dateRange: "Date range";
278
+ readonly from: "From";
279
+ readonly to: "To";
280
+ readonly allEvents: "All events";
281
+ readonly allSections: "All sections";
282
+ readonly allActors: "All actors";
283
+ readonly reset: "Reset";
284
+ readonly loadMore: "Load more";
285
+ readonly showingCount: "Showing {count}";
286
+ readonly ipAddress: "IP address";
287
+ readonly userAgent: "User agent";
288
+ readonly requestInfo: "Request info";
289
+ readonly metadata: "Metadata";
290
+ readonly eventAuthLogin: "Signed in";
291
+ readonly eventAuthLogout: "Signed out";
292
+ readonly eventItemCreate: "Created item";
293
+ readonly eventItemUpdate: "Updated item";
294
+ readonly eventItemDelete: "Deleted item";
295
+ readonly eventItemLocaleDelete: "Deleted translation";
296
+ readonly eventAdminSectionCreate: "Created section";
297
+ readonly eventAdminSectionUpdate: "Updated permissions";
298
+ readonly eventAdminSectionDelete: "Deleted section";
299
+ readonly eventAdminSettingsChange: "Changed settings";
266
300
  readonly select: "Select";
267
301
  readonly selectOptions: "Select options";
268
302
  readonly settings: "Settings";
@@ -465,6 +499,7 @@ export declare const getI18n: () => Promise<{
465
499
  readonly searchDots: "Search...";
466
500
  readonly noItemFound: "No item found";
467
501
  readonly searchOptionsDots: "Search options...";
502
+ readonly revert: "Revert";
468
503
  readonly availableOptions: "Available options";
469
504
  readonly searchThroughOptions: "Search through available options";
470
505
  readonly filterOptionsHint: "Type to filter options. Use arrow keys to navigate results.";
@@ -474,6 +509,7 @@ export declare const getI18n: () => Promise<{
474
509
  readonly logo: "Logo";
475
510
  readonly newImage: "New image";
476
511
  readonly autoGeneratedFromLinkedField: "Auto-generated from linked field";
512
+ readonly slugChangeWarning: "Changing this slug may affect places where this item is already referenced. For example, existing shared URLs, links, redirects, integrations, or saved bookmarks may stop pointing to the expected item.";
477
513
  readonly clear: "Clear";
478
514
  readonly close: "Close";
479
515
  readonly clearAllSelectedOptions: "Clear all {count} selected options";
@@ -570,6 +606,7 @@ export declare const getI18n: () => Promise<{
570
606
  readonly profilePhotoChanged: "Profile photo changed";
571
607
  readonly profilePhotoChangedError: "Error changing profile photo";
572
608
  readonly error: "Error";
609
+ readonly important: "Important";
573
610
  readonly about: "About";
574
611
  readonly aboutText: "Get to know the academy and Dr. Salam Asaad";
575
612
  readonly profile: "Profile";
@@ -747,6 +784,39 @@ export declare const getI18n: () => Promise<{
747
784
  readonly emailAddress: "Email Address";
748
785
  readonly log: "Log";
749
786
  readonly logs: "Logs";
787
+ readonly logsDescription: "Audit trail of actions performed in the CMS";
788
+ readonly time: "Time";
789
+ readonly event: "Event";
790
+ readonly actor: "Actor";
791
+ readonly target: "Target";
792
+ readonly type: "Type";
793
+ readonly deletedAccount: "deleted account";
794
+ readonly filterByEvent: "Event type";
795
+ readonly filterBySection: "Section";
796
+ readonly filterByActor: "Actor";
797
+ readonly dateRange: "Date range";
798
+ readonly from: "From";
799
+ readonly to: "To";
800
+ readonly allEvents: "All events";
801
+ readonly allSections: "All sections";
802
+ readonly allActors: "All actors";
803
+ readonly reset: "Reset";
804
+ readonly loadMore: "Load more";
805
+ readonly showingCount: "Showing {count}";
806
+ readonly ipAddress: "IP address";
807
+ readonly userAgent: "User agent";
808
+ readonly requestInfo: "Request info";
809
+ readonly metadata: "Metadata";
810
+ readonly eventAuthLogin: "Signed in";
811
+ readonly eventAuthLogout: "Signed out";
812
+ readonly eventItemCreate: "Created item";
813
+ readonly eventItemUpdate: "Updated item";
814
+ readonly eventItemDelete: "Deleted item";
815
+ readonly eventItemLocaleDelete: "Deleted translation";
816
+ readonly eventAdminSectionCreate: "Created section";
817
+ readonly eventAdminSectionUpdate: "Updated permissions";
818
+ readonly eventAdminSectionDelete: "Deleted section";
819
+ readonly eventAdminSettingsChange: "Changed settings";
750
820
  readonly select: "Select";
751
821
  readonly selectOptions: "Select options";
752
822
  readonly settings: "Settings";
@@ -949,6 +1019,7 @@ export declare const getI18n: () => Promise<{
949
1019
  readonly searchDots: "Search...";
950
1020
  readonly noItemFound: "No item found";
951
1021
  readonly searchOptionsDots: "Search options...";
1022
+ readonly revert: "Revert";
952
1023
  readonly availableOptions: "Available options";
953
1024
  readonly searchThroughOptions: "Search through available options";
954
1025
  readonly filterOptionsHint: "Type to filter options. Use arrow keys to navigate results.";
@@ -958,6 +1029,7 @@ export declare const getI18n: () => Promise<{
958
1029
  readonly logo: "Logo";
959
1030
  readonly newImage: "New image";
960
1031
  readonly autoGeneratedFromLinkedField: "Auto-generated from linked field";
1032
+ readonly slugChangeWarning: "Changing this slug may affect places where this item is already referenced. For example, existing shared URLs, links, redirects, integrations, or saved bookmarks may stop pointing to the expected item.";
961
1033
  readonly clear: "Clear";
962
1034
  readonly close: "Close";
963
1035
  readonly clearAllSelectedOptions: "Clear all {count} selected options";
@@ -1054,6 +1126,7 @@ export declare const getI18n: () => Promise<{
1054
1126
  readonly profilePhotoChanged: "Profile photo changed";
1055
1127
  readonly profilePhotoChangedError: "Error changing profile photo";
1056
1128
  readonly error: "Error";
1129
+ readonly important: "Important";
1057
1130
  readonly about: "About";
1058
1131
  readonly aboutText: "Get to know the academy and Dr. Salam Asaad";
1059
1132
  readonly profile: "Profile";
@@ -1231,6 +1304,39 @@ export declare const getI18n: () => Promise<{
1231
1304
  readonly emailAddress: "Email Address";
1232
1305
  readonly log: "Log";
1233
1306
  readonly logs: "Logs";
1307
+ readonly logsDescription: "Audit trail of actions performed in the CMS";
1308
+ readonly time: "Time";
1309
+ readonly event: "Event";
1310
+ readonly actor: "Actor";
1311
+ readonly target: "Target";
1312
+ readonly type: "Type";
1313
+ readonly deletedAccount: "deleted account";
1314
+ readonly filterByEvent: "Event type";
1315
+ readonly filterBySection: "Section";
1316
+ readonly filterByActor: "Actor";
1317
+ readonly dateRange: "Date range";
1318
+ readonly from: "From";
1319
+ readonly to: "To";
1320
+ readonly allEvents: "All events";
1321
+ readonly allSections: "All sections";
1322
+ readonly allActors: "All actors";
1323
+ readonly reset: "Reset";
1324
+ readonly loadMore: "Load more";
1325
+ readonly showingCount: "Showing {count}";
1326
+ readonly ipAddress: "IP address";
1327
+ readonly userAgent: "User agent";
1328
+ readonly requestInfo: "Request info";
1329
+ readonly metadata: "Metadata";
1330
+ readonly eventAuthLogin: "Signed in";
1331
+ readonly eventAuthLogout: "Signed out";
1332
+ readonly eventItemCreate: "Created item";
1333
+ readonly eventItemUpdate: "Updated item";
1334
+ readonly eventItemDelete: "Deleted item";
1335
+ readonly eventItemLocaleDelete: "Deleted translation";
1336
+ readonly eventAdminSectionCreate: "Created section";
1337
+ readonly eventAdminSectionUpdate: "Updated permissions";
1338
+ readonly eventAdminSectionDelete: "Deleted section";
1339
+ readonly eventAdminSettingsChange: "Changed settings";
1234
1340
  readonly select: "Select";
1235
1341
  readonly selectOptions: "Select options";
1236
1342
  readonly settings: "Settings";
@@ -1433,6 +1539,7 @@ export declare const getI18n: () => Promise<{
1433
1539
  readonly searchDots: "Search...";
1434
1540
  readonly noItemFound: "No item found";
1435
1541
  readonly searchOptionsDots: "Search options...";
1542
+ readonly revert: "Revert";
1436
1543
  readonly availableOptions: "Available options";
1437
1544
  readonly searchThroughOptions: "Search through available options";
1438
1545
  readonly filterOptionsHint: "Type to filter options. Use arrow keys to navigate results.";
@@ -1442,6 +1549,7 @@ export declare const getI18n: () => Promise<{
1442
1549
  readonly logo: "Logo";
1443
1550
  readonly newImage: "New image";
1444
1551
  readonly autoGeneratedFromLinkedField: "Auto-generated from linked field";
1552
+ readonly slugChangeWarning: "Changing this slug may affect places where this item is already referenced. For example, existing shared URLs, links, redirects, integrations, or saved bookmarks may stop pointing to the expected item.";
1445
1553
  readonly clear: "Clear";
1446
1554
  readonly close: "Close";
1447
1555
  readonly clearAllSelectedOptions: "Clear all {count} selected options";
@@ -1453,7 +1561,7 @@ export declare const getI18n: () => Promise<{
1453
1561
  readonly sectionHasNoLocalizedFields: "Section \"{section}\" has no localized fields. Add localized: true to at least one field in the section definition to enable translations.";
1454
1562
  readonly noLocalizedFieldsHint: "To enable translations for \"{section}\", update the section definition in \"{file}\" inside the sections folder and add localized: true to the fields you want to translate.";
1455
1563
  }, undefined, Key, Value>): string;
1456
- <Key_1 extends "here" | "adminDoesNotExist" | "admins" | "adminPrivileges" | "createNewAdmin" | "submitNewAdmin" | "adminsList" | "deleteAdmin" | "deleteAdminText" | "editAdmin" | "editAdminText" | "admin" | "adminNotFound" | "sectionNotFound" | "noAccessToThisOperation" | "adminDeletedSuccessfully" | "masterAdminCannotBeDeleted" | "masterAdminCannotBeModified" | "action" | "date" | "details" | "section" | "noData" | "loginToYourAccount" | "login" | "logout" | "username" | "password" | "rememberMe" | "haveAccount" | "dontHaveAnAccount" | "register" | "registerNow" | "registerNewAccount" | "forgotPassword" | "resetPassword" | "forgotPasswordText" | "email" | "sendResetLink" | "complyWithTerms" | "termsAndConditions" | "thankYouForRegistering" | "thankYouForRegisteringText" | "usernameRequired" | "passwordRequired" | "usernamePasswordRequired" | "adminAlreadyExists" | "selectAtLeastOnePrivilege" | "emailRequired" | "dashboard" | "myCourses" | "myReviews" | "myBookmarks" | "myBooks" | "orders" | "youDontHaveOrders" | "youDontHaveBookmarks" | "ordersSubtitle" | "reviewsSubtitle" | "bookmarksSubtitle" | "billingInfo" | "editProfile" | "security" | "socialProfiles" | "notifications" | "privacy" | "deleteProfile" | "firstName" | "lastName" | "phoneNumber" | "streetAddress" | "birthday" | "city" | "country" | "profilePhoto" | "profilePhotoText" | "saveChanges" | "delete" | "upload" | "editPhoto" | "personalDetails" | "personalDetailsText" | "loading" | "profilePhotoChanged" | "profilePhotoChangedError" | "error" | "about" | "aboutText" | "profile" | "profileSettings" | "contact" | "contactText" | "message" | "sendMessage" | "courses" | "books" | "home" | "searchCourses" | "courseDescription" | "bookDescription" | "otherCourses" | "whatsIncluded" | "unlimitedAccess" | "unlimitedAccessToItems" | "expertiseAndInsights" | "learnFromExperts" | "coursesAndBooks" | "coursesAndBooksText" | "learnOnYourSchedule" | "getThisCourse" | "videoCount" | "video" | "youPurchasedCourse" | "watchCourse" | "youCanAccessCourse" | "videos" | "courseVideos" | "rate" | "youCanRateItemText" | "submit" | "edit" | "leaveFeedback" | "description" | "content" | "reviews" | "subscribers" | "nowPlaying" | "addToBookmarks" | "removeFromBookmarks" | "price" | "coursePrice" | "bookPrice" | "drSalamCourses" | "drSalamBooks" | "save" | "trendingCourses" | "trendingBooks" | "otherBooks" | "youPurchasedBook" | "youCanAccessBook" | "youCanAccessBookAfterPayment" | "downloadBook" | "getThisBook" | "sales" | "review" | "resetPasswordEmailSent" | "emailNotValid" | "emailNotFound" | "somethingWentWrong" | "securitySettings" | "changePassword" | "changePasswordText" | "yourCurrentEmailIs" | "newEmailAddress" | "changeEmailAddress" | "update" | "currentPassword" | "newPassword" | "confirmNewPassword" | "passwordStrengthTooltip" | "passwordStrength" | "passwordsDoNotMatch" | "veryWeak" | "weak" | "fair" | "strong" | "good" | "serverError" | "diskSpace" | "totalDiskSpace" | "totalSpace" | "usedSpace" | "usedDiskSpace" | "thisMothBandwidth" | "totalBandwidth" | "usedBandwidth" | "emailAccounts" | "totalEmails" | "usedEmails" | "approved" | "pendingApproval" | "by" | "browse" | "noFileSelected" | "startTyping" | "startTypingForSuggestions" | "addNew" | "new" | "approve" | "add" | "addNewItem" | "catDeleteTextLight" | "catDeleteWarningLight" | "catDeleteText" | "catDeleteWarning" | "catDeleteWarningSubtitle" | "cancel" | "unsavedChangesConfirm" | "deleteLocaleTranslation" | "deleteLocaleTranslationText" | "localesHeading" | "baseLocaleBadge" | "editingContentTranslation" | "localizationNotEnabledForSection" | "localeSwitcherDevOnly" | "invalidLocale" | "cannotDeleteBaseLocaleTranslation" | "localesTableDoesNotExist" | "deleteLocaleTranslationFailed" | "unknownErrorOccurred" | "localeTranslationDeleted" | "itemCreatedSuccessfully" | "itemUpdatedSuccessfully" | "sectionUpdatedSuccessfully" | "itemDeletedSuccessfully" | "createNewEmailAccount" | "emailQuota" | "unlimited" | "quota" | "updateQuota" | "create" | "lastLoginIp" | "passengerApplications" | "totalDatabases" | "usedDatabases" | "deleteEmailAccount" | "totalPageViews" | "totalSessions" | "totalUniqueUsers" | "bounceRate" | "monthlyPageViews" | "topDevices" | "topCountries" | "liveUsers" | "analytics" | "countriesDevices" | "page" | "device" | "liveUsersAreViewing" | "noLiveUsers" | "liveUsersSubtitle" | "source" | "sessionsPerUser" | "topSources" | "sources" | "mediums" | "topMediums" | "accountInformation" | "devices" | "countries" | "advancedSettings" | "advancedSettingsWarning" | "googleAnalyticsChangeText" | "googleAnalyticsChangeSubText" | "accountSettings" | "passwordChangeWarning" | "oldPassword" | "adminDetails" | "name" | "emailAddress" | "log" | "logs" | "select" | "selectOptions" | "settings" | "deleteItemText" | "deleteEmailText" | "dropzoneText" | "noItems" | "removeMarker" | "restoreMarker" | "restoreMarkerTooltip" | "gallery" | "uploadPhotosToGallery" | "deleteGalleryPhoto" | "deleteGalleryPhotoText" | "galleryPhotoDeleted" | "errorsInSubmit" | "newVariant" | "checkAll" | "removeAll" | "cpanelCredentialsNotSet" | "logoutError" | "deletePhoto" | "deletePhotoText" | "deleteVideo" | "deleteVideoText" | "deleteDocument" | "deleteDocumentText" | "yes" | "no" | "videoDeletedSuccessfully" | "photoDeletedSuccessfully" | "photoMarkedForDeletion" | "videoMarkedForDeletion" | "documentMarkedForDeletion" | "undo" | "selectFile" | "mandatory" | "imageDimensionsMustBe" | "maxFileSize" | "imageRecommendedDimensions" | "seeAll" | "allowedExtensions" | "recursiveCategoryDelete" | "recursiveCategoryDeleteWarning" | "unset" | "success" | "search" | "today" | "last7Days" | "last30Days" | "last365Days" | "custom" | "analyticsOverview" | "contentStatistics" | "recentActivity" | "latestContentUpdates" | "recentlyAddedOrModified" | "quickActions" | "systemStatus" | "databaseStatus" | "cacheStatus" | "connected" | "operational" | "view" | "cmsOverview" | "fromLastMonth" | "allConnectionsHealthy" | "cacheFunctioning" | "manageAdmins" | "viewAnalytics" | "fullAccess" | "publisher" | "publisherTooltip" | "customAccess" | "noAccess" | "allPermissions" | "accepts" | "firstPage" | "lastPage" | "readonly" | "mysqlDatabases" | "phpVersion" | "nodeVersion" | "documentRoot" | "version" | "remote" | "database" | "diskUsage" | "users" | "mysqlNotInstalled" | "emailAccountsList" | "theme" | "noAccessToSection" | "languageNotSupported" | "language" | "addNewCar" | "createCarListing" | "addRealEstate" | "createPropertyListing" | "viewAndManageAdmins" | "detailedAnalytics" | "totalCars" | "realEstate" | "jobs" | "services" | "addedAgo" | "hoursAgo" | "main" | "plugins" | "categorySections" | "sectionsWithItems" | "simpleSections" | "pluginError" | "pluginFailedToLoad" | "pluginFailedToLoadDescription" | "unexpectedPluginError" | "errorDigest" | "retry" | "cpanelPluginMisconfigured" | "loadingCpanelData" | "unableToLoadCpanelData" | "usedLabel" | "totalLabel" | "databases" | "pnpmVersion" | "npmVersion" | "bunVersion" | "cPanelDashboard" | "noTokenProvided" | "invalidCredentials" | "failedToCreateTokens" | "failedToSaveTokens" | "oldPasswordIncorrect" | "usernameAndPasswordRequired" | "invalidFilePath" | "invalidRequest" | "fileNotFound" | "invalidFileType" | "sectionTableIdentifierNotFound" | "checkboxRequired" | "requiredField" | "invalidColorFormat" | "invalidImageExtension" | "invalidFileExtension" | "fileSizeExceeded" | "invalidImageType" | "invalidVideoType" | "invalidDocumentType" | "imageDimensionMismatch" | "couldNotVerifyImageDimensions" | "atLeastOneValueRequired" | "invalidSlugFormat" | "invalidColorPleaseProvideValidHex" | "invalidMapFormat" | "minLength" | "maxLength" | "numberMinLength" | "numberMaxLength" | "numberMinValue" | "numberMaxValue" | "fieldIsRequired" | "unableToLoadImage" | "unableToReadFile" | "errorReadingFile" | "publish" | "level" | "parentId" | "selectFieldConfigError" | "tableIdentifierLabelRequired" | "i18nMustHaveAtLeastOneLanguage" | "fieldMinValueError" | "fieldMaxValueError" | "fieldMinMaxMismatch" | "fieldLengthMismatch" | "fieldDateMinValueError" | "fieldDateMaxValueError" | "fieldDateBoundsMismatch" | "invalidDatePleaseProvideValid" | "fileCorrupted" | "fileWriteError" | "fileDeleteError" | "folderNotSet" | "imageNotSet" | "bufferNotSet" | "invalidFileTypeOrExtension" | "fileSizeExceedsMax" | "imageDimensionMismatchDetailed" | "photoFieldBuildRequired" | "documentWriteError" | "documentDeleteError" | "invalidDocumentFileType" | "videoFolderNotSet" | "videoBufferNotSet" | "videoWriteError" | "recordWithFieldExists" | "recordWithCombinationExists" | "sqlQueryNotDefined" | "galleryTableNotSetUp" | "useVideoApiRoute" | "searchDots" | "noItemFound" | "searchOptionsDots" | "availableOptions" | "searchThroughOptions" | "filterOptionsHint" | "openMainMenu" | "openUserMenu" | "profileImage" | "logo" | "newImage" | "autoGeneratedFromLinkedField" | "clear" | "close" | "clearAllSelectedOptions" | "galleryPhoto" | "parentItemNotFound" | "preSubmitHookFailed" | "failedToBuildLocaleSqlQuery" | "noLocalizedFields" | "sectionHasNoLocalizedFields" | "noLocalizedFieldsHint", Value_1 extends import("international-types").LocaleValue = ((`${Key_1}#zero` | `${Key_1}#one` | `${Key_1}#two` | `${Key_1}#few` | `${Key_1}#many` | `${Key_1}#other`) & ("here" | "adminDoesNotExist" | "admins" | "adminPrivileges" | "createNewAdmin" | "submitNewAdmin" | "adminsList" | "deleteAdmin" | "deleteAdminText" | "editAdmin" | "editAdminText" | "admin" | "adminNotFound" | "sectionNotFound" | "noAccessToThisOperation" | "adminDeletedSuccessfully" | "masterAdminCannotBeDeleted" | "masterAdminCannotBeModified" | "action" | "date" | "details" | "section" | "noData" | "loginToYourAccount" | "login" | "logout" | "username" | "password" | "rememberMe" | "haveAccount" | "dontHaveAnAccount" | "register" | "registerNow" | "registerNewAccount" | "forgotPassword" | "resetPassword" | "forgotPasswordText" | "email" | "sendResetLink" | "complyWithTerms" | "termsAndConditions" | "thankYouForRegistering" | "thankYouForRegisteringText" | "usernameRequired" | "passwordRequired" | "usernamePasswordRequired" | "adminAlreadyExists" | "selectAtLeastOnePrivilege" | "emailRequired" | "dashboard" | "myCourses" | "myReviews" | "myBookmarks" | "myBooks" | "orders" | "youDontHaveOrders" | "youDontHaveBookmarks" | "ordersSubtitle" | "reviewsSubtitle" | "bookmarksSubtitle" | "billingInfo" | "editProfile" | "security" | "socialProfiles" | "notifications" | "privacy" | "deleteProfile" | "firstName" | "lastName" | "phoneNumber" | "streetAddress" | "birthday" | "city" | "country" | "profilePhoto" | "profilePhotoText" | "saveChanges" | "delete" | "upload" | "editPhoto" | "personalDetails" | "personalDetailsText" | "loading" | "profilePhotoChanged" | "profilePhotoChangedError" | "error" | "about" | "aboutText" | "profile" | "profileSettings" | "contact" | "contactText" | "message" | "sendMessage" | "courses" | "books" | "home" | "searchCourses" | "courseDescription" | "bookDescription" | "otherCourses" | "whatsIncluded" | "unlimitedAccess" | "unlimitedAccessToItems" | "expertiseAndInsights" | "learnFromExperts" | "coursesAndBooks" | "coursesAndBooksText" | "learnOnYourSchedule" | "getThisCourse" | "videoCount" | "video" | "youPurchasedCourse" | "watchCourse" | "youCanAccessCourse" | "videos" | "courseVideos" | "rate" | "youCanRateItemText" | "submit" | "edit" | "leaveFeedback" | "description" | "content" | "reviews" | "subscribers" | "nowPlaying" | "addToBookmarks" | "removeFromBookmarks" | "price" | "coursePrice" | "bookPrice" | "drSalamCourses" | "drSalamBooks" | "save" | "trendingCourses" | "trendingBooks" | "otherBooks" | "youPurchasedBook" | "youCanAccessBook" | "youCanAccessBookAfterPayment" | "downloadBook" | "getThisBook" | "sales" | "review" | "resetPasswordEmailSent" | "emailNotValid" | "emailNotFound" | "somethingWentWrong" | "securitySettings" | "changePassword" | "changePasswordText" | "yourCurrentEmailIs" | "newEmailAddress" | "changeEmailAddress" | "update" | "currentPassword" | "newPassword" | "confirmNewPassword" | "passwordStrengthTooltip" | "passwordStrength" | "passwordsDoNotMatch" | "veryWeak" | "weak" | "fair" | "strong" | "good" | "serverError" | "diskSpace" | "totalDiskSpace" | "totalSpace" | "usedSpace" | "usedDiskSpace" | "thisMothBandwidth" | "totalBandwidth" | "usedBandwidth" | "emailAccounts" | "totalEmails" | "usedEmails" | "approved" | "pendingApproval" | "by" | "browse" | "noFileSelected" | "startTyping" | "startTypingForSuggestions" | "addNew" | "new" | "approve" | "add" | "addNewItem" | "catDeleteTextLight" | "catDeleteWarningLight" | "catDeleteText" | "catDeleteWarning" | "catDeleteWarningSubtitle" | "cancel" | "unsavedChangesConfirm" | "deleteLocaleTranslation" | "deleteLocaleTranslationText" | "localesHeading" | "baseLocaleBadge" | "editingContentTranslation" | "localizationNotEnabledForSection" | "localeSwitcherDevOnly" | "invalidLocale" | "cannotDeleteBaseLocaleTranslation" | "localesTableDoesNotExist" | "deleteLocaleTranslationFailed" | "unknownErrorOccurred" | "localeTranslationDeleted" | "itemCreatedSuccessfully" | "itemUpdatedSuccessfully" | "sectionUpdatedSuccessfully" | "itemDeletedSuccessfully" | "createNewEmailAccount" | "emailQuota" | "unlimited" | "quota" | "updateQuota" | "create" | "lastLoginIp" | "passengerApplications" | "totalDatabases" | "usedDatabases" | "deleteEmailAccount" | "totalPageViews" | "totalSessions" | "totalUniqueUsers" | "bounceRate" | "monthlyPageViews" | "topDevices" | "topCountries" | "liveUsers" | "analytics" | "countriesDevices" | "page" | "device" | "liveUsersAreViewing" | "noLiveUsers" | "liveUsersSubtitle" | "source" | "sessionsPerUser" | "topSources" | "sources" | "mediums" | "topMediums" | "accountInformation" | "devices" | "countries" | "advancedSettings" | "advancedSettingsWarning" | "googleAnalyticsChangeText" | "googleAnalyticsChangeSubText" | "accountSettings" | "passwordChangeWarning" | "oldPassword" | "adminDetails" | "name" | "emailAddress" | "log" | "logs" | "select" | "selectOptions" | "settings" | "deleteItemText" | "deleteEmailText" | "dropzoneText" | "noItems" | "removeMarker" | "restoreMarker" | "restoreMarkerTooltip" | "gallery" | "uploadPhotosToGallery" | "deleteGalleryPhoto" | "deleteGalleryPhotoText" | "galleryPhotoDeleted" | "errorsInSubmit" | "newVariant" | "checkAll" | "removeAll" | "cpanelCredentialsNotSet" | "logoutError" | "deletePhoto" | "deletePhotoText" | "deleteVideo" | "deleteVideoText" | "deleteDocument" | "deleteDocumentText" | "yes" | "no" | "videoDeletedSuccessfully" | "photoDeletedSuccessfully" | "photoMarkedForDeletion" | "videoMarkedForDeletion" | "documentMarkedForDeletion" | "undo" | "selectFile" | "mandatory" | "imageDimensionsMustBe" | "maxFileSize" | "imageRecommendedDimensions" | "seeAll" | "allowedExtensions" | "recursiveCategoryDelete" | "recursiveCategoryDeleteWarning" | "unset" | "success" | "search" | "today" | "last7Days" | "last30Days" | "last365Days" | "custom" | "analyticsOverview" | "contentStatistics" | "recentActivity" | "latestContentUpdates" | "recentlyAddedOrModified" | "quickActions" | "systemStatus" | "databaseStatus" | "cacheStatus" | "connected" | "operational" | "view" | "cmsOverview" | "fromLastMonth" | "allConnectionsHealthy" | "cacheFunctioning" | "manageAdmins" | "viewAnalytics" | "fullAccess" | "publisher" | "publisherTooltip" | "customAccess" | "noAccess" | "allPermissions" | "accepts" | "firstPage" | "lastPage" | "readonly" | "mysqlDatabases" | "phpVersion" | "nodeVersion" | "documentRoot" | "version" | "remote" | "database" | "diskUsage" | "users" | "mysqlNotInstalled" | "emailAccountsList" | "theme" | "noAccessToSection" | "languageNotSupported" | "language" | "addNewCar" | "createCarListing" | "addRealEstate" | "createPropertyListing" | "viewAndManageAdmins" | "detailedAnalytics" | "totalCars" | "realEstate" | "jobs" | "services" | "addedAgo" | "hoursAgo" | "main" | "plugins" | "categorySections" | "sectionsWithItems" | "simpleSections" | "pluginError" | "pluginFailedToLoad" | "pluginFailedToLoadDescription" | "unexpectedPluginError" | "errorDigest" | "retry" | "cpanelPluginMisconfigured" | "loadingCpanelData" | "unableToLoadCpanelData" | "usedLabel" | "totalLabel" | "databases" | "pnpmVersion" | "npmVersion" | "bunVersion" | "cPanelDashboard" | "noTokenProvided" | "invalidCredentials" | "failedToCreateTokens" | "failedToSaveTokens" | "oldPasswordIncorrect" | "usernameAndPasswordRequired" | "invalidFilePath" | "invalidRequest" | "fileNotFound" | "invalidFileType" | "sectionTableIdentifierNotFound" | "checkboxRequired" | "requiredField" | "invalidColorFormat" | "invalidImageExtension" | "invalidFileExtension" | "fileSizeExceeded" | "invalidImageType" | "invalidVideoType" | "invalidDocumentType" | "imageDimensionMismatch" | "couldNotVerifyImageDimensions" | "atLeastOneValueRequired" | "invalidSlugFormat" | "invalidColorPleaseProvideValidHex" | "invalidMapFormat" | "minLength" | "maxLength" | "numberMinLength" | "numberMaxLength" | "numberMinValue" | "numberMaxValue" | "fieldIsRequired" | "unableToLoadImage" | "unableToReadFile" | "errorReadingFile" | "publish" | "level" | "parentId" | "selectFieldConfigError" | "tableIdentifierLabelRequired" | "i18nMustHaveAtLeastOneLanguage" | "fieldMinValueError" | "fieldMaxValueError" | "fieldMinMaxMismatch" | "fieldLengthMismatch" | "fieldDateMinValueError" | "fieldDateMaxValueError" | "fieldDateBoundsMismatch" | "invalidDatePleaseProvideValid" | "fileCorrupted" | "fileWriteError" | "fileDeleteError" | "folderNotSet" | "imageNotSet" | "bufferNotSet" | "invalidFileTypeOrExtension" | "fileSizeExceedsMax" | "imageDimensionMismatchDetailed" | "photoFieldBuildRequired" | "documentWriteError" | "documentDeleteError" | "invalidDocumentFileType" | "videoFolderNotSet" | "videoBufferNotSet" | "videoWriteError" | "recordWithFieldExists" | "recordWithCombinationExists" | "sqlQueryNotDefined" | "galleryTableNotSetUp" | "useVideoApiRoute" | "searchDots" | "noItemFound" | "searchOptionsDots" | "availableOptions" | "searchThroughOptions" | "filterOptionsHint" | "openMainMenu" | "openUserMenu" | "profileImage" | "logo" | "newImage" | "autoGeneratedFromLinkedField" | "clear" | "close" | "clearAllSelectedOptions" | "galleryPhoto" | "parentItemNotFound" | "preSubmitHookFailed" | "failedToBuildLocaleSqlQuery" | "noLocalizedFields" | "sectionHasNoLocalizedFields" | "noLocalizedFieldsHint") extends never ? false : true) extends true ? {
1564
+ <Key_1 extends "here" | "adminDoesNotExist" | "admins" | "adminPrivileges" | "createNewAdmin" | "submitNewAdmin" | "adminsList" | "deleteAdmin" | "deleteAdminText" | "editAdmin" | "editAdminText" | "admin" | "adminNotFound" | "sectionNotFound" | "noAccessToThisOperation" | "adminDeletedSuccessfully" | "masterAdminCannotBeDeleted" | "masterAdminCannotBeModified" | "action" | "date" | "details" | "section" | "noData" | "loginToYourAccount" | "login" | "logout" | "username" | "password" | "rememberMe" | "haveAccount" | "dontHaveAnAccount" | "register" | "registerNow" | "registerNewAccount" | "forgotPassword" | "resetPassword" | "forgotPasswordText" | "email" | "sendResetLink" | "complyWithTerms" | "termsAndConditions" | "thankYouForRegistering" | "thankYouForRegisteringText" | "usernameRequired" | "passwordRequired" | "usernamePasswordRequired" | "adminAlreadyExists" | "selectAtLeastOnePrivilege" | "emailRequired" | "dashboard" | "myCourses" | "myReviews" | "myBookmarks" | "myBooks" | "orders" | "youDontHaveOrders" | "youDontHaveBookmarks" | "ordersSubtitle" | "reviewsSubtitle" | "bookmarksSubtitle" | "billingInfo" | "editProfile" | "security" | "socialProfiles" | "notifications" | "privacy" | "deleteProfile" | "firstName" | "lastName" | "phoneNumber" | "streetAddress" | "birthday" | "city" | "country" | "profilePhoto" | "profilePhotoText" | "saveChanges" | "delete" | "upload" | "editPhoto" | "personalDetails" | "personalDetailsText" | "loading" | "profilePhotoChanged" | "profilePhotoChangedError" | "error" | "important" | "about" | "aboutText" | "profile" | "profileSettings" | "contact" | "contactText" | "message" | "sendMessage" | "courses" | "books" | "home" | "searchCourses" | "courseDescription" | "bookDescription" | "otherCourses" | "whatsIncluded" | "unlimitedAccess" | "unlimitedAccessToItems" | "expertiseAndInsights" | "learnFromExperts" | "coursesAndBooks" | "coursesAndBooksText" | "learnOnYourSchedule" | "getThisCourse" | "videoCount" | "video" | "youPurchasedCourse" | "watchCourse" | "youCanAccessCourse" | "videos" | "courseVideos" | "rate" | "youCanRateItemText" | "submit" | "edit" | "leaveFeedback" | "description" | "content" | "reviews" | "subscribers" | "nowPlaying" | "addToBookmarks" | "removeFromBookmarks" | "price" | "coursePrice" | "bookPrice" | "drSalamCourses" | "drSalamBooks" | "save" | "trendingCourses" | "trendingBooks" | "otherBooks" | "youPurchasedBook" | "youCanAccessBook" | "youCanAccessBookAfterPayment" | "downloadBook" | "getThisBook" | "sales" | "review" | "resetPasswordEmailSent" | "emailNotValid" | "emailNotFound" | "somethingWentWrong" | "securitySettings" | "changePassword" | "changePasswordText" | "yourCurrentEmailIs" | "newEmailAddress" | "changeEmailAddress" | "update" | "currentPassword" | "newPassword" | "confirmNewPassword" | "passwordStrengthTooltip" | "passwordStrength" | "passwordsDoNotMatch" | "veryWeak" | "weak" | "fair" | "strong" | "good" | "serverError" | "diskSpace" | "totalDiskSpace" | "totalSpace" | "usedSpace" | "usedDiskSpace" | "thisMothBandwidth" | "totalBandwidth" | "usedBandwidth" | "emailAccounts" | "totalEmails" | "usedEmails" | "approved" | "pendingApproval" | "by" | "browse" | "noFileSelected" | "startTyping" | "startTypingForSuggestions" | "addNew" | "new" | "approve" | "add" | "addNewItem" | "catDeleteTextLight" | "catDeleteWarningLight" | "catDeleteText" | "catDeleteWarning" | "catDeleteWarningSubtitle" | "cancel" | "unsavedChangesConfirm" | "deleteLocaleTranslation" | "deleteLocaleTranslationText" | "localesHeading" | "baseLocaleBadge" | "editingContentTranslation" | "localizationNotEnabledForSection" | "localeSwitcherDevOnly" | "invalidLocale" | "cannotDeleteBaseLocaleTranslation" | "localesTableDoesNotExist" | "deleteLocaleTranslationFailed" | "unknownErrorOccurred" | "localeTranslationDeleted" | "itemCreatedSuccessfully" | "itemUpdatedSuccessfully" | "sectionUpdatedSuccessfully" | "itemDeletedSuccessfully" | "createNewEmailAccount" | "emailQuota" | "unlimited" | "quota" | "updateQuota" | "create" | "lastLoginIp" | "passengerApplications" | "totalDatabases" | "usedDatabases" | "deleteEmailAccount" | "totalPageViews" | "totalSessions" | "totalUniqueUsers" | "bounceRate" | "monthlyPageViews" | "topDevices" | "topCountries" | "liveUsers" | "analytics" | "countriesDevices" | "page" | "device" | "liveUsersAreViewing" | "noLiveUsers" | "liveUsersSubtitle" | "source" | "sessionsPerUser" | "topSources" | "sources" | "mediums" | "topMediums" | "accountInformation" | "devices" | "countries" | "advancedSettings" | "advancedSettingsWarning" | "googleAnalyticsChangeText" | "googleAnalyticsChangeSubText" | "accountSettings" | "passwordChangeWarning" | "oldPassword" | "adminDetails" | "name" | "emailAddress" | "log" | "logs" | "logsDescription" | "time" | "event" | "actor" | "target" | "type" | "deletedAccount" | "filterByEvent" | "filterBySection" | "filterByActor" | "dateRange" | "from" | "to" | "allEvents" | "allSections" | "allActors" | "reset" | "loadMore" | "showingCount" | "ipAddress" | "userAgent" | "requestInfo" | "metadata" | "eventAuthLogin" | "eventAuthLogout" | "eventItemCreate" | "eventItemUpdate" | "eventItemDelete" | "eventItemLocaleDelete" | "eventAdminSectionCreate" | "eventAdminSectionUpdate" | "eventAdminSectionDelete" | "eventAdminSettingsChange" | "select" | "selectOptions" | "settings" | "deleteItemText" | "deleteEmailText" | "dropzoneText" | "noItems" | "removeMarker" | "restoreMarker" | "restoreMarkerTooltip" | "gallery" | "uploadPhotosToGallery" | "deleteGalleryPhoto" | "deleteGalleryPhotoText" | "galleryPhotoDeleted" | "errorsInSubmit" | "newVariant" | "checkAll" | "removeAll" | "cpanelCredentialsNotSet" | "logoutError" | "deletePhoto" | "deletePhotoText" | "deleteVideo" | "deleteVideoText" | "deleteDocument" | "deleteDocumentText" | "yes" | "no" | "videoDeletedSuccessfully" | "photoDeletedSuccessfully" | "photoMarkedForDeletion" | "videoMarkedForDeletion" | "documentMarkedForDeletion" | "undo" | "selectFile" | "mandatory" | "imageDimensionsMustBe" | "maxFileSize" | "imageRecommendedDimensions" | "seeAll" | "allowedExtensions" | "recursiveCategoryDelete" | "recursiveCategoryDeleteWarning" | "unset" | "success" | "search" | "today" | "last7Days" | "last30Days" | "last365Days" | "custom" | "analyticsOverview" | "contentStatistics" | "recentActivity" | "latestContentUpdates" | "recentlyAddedOrModified" | "quickActions" | "systemStatus" | "databaseStatus" | "cacheStatus" | "connected" | "operational" | "view" | "cmsOverview" | "fromLastMonth" | "allConnectionsHealthy" | "cacheFunctioning" | "manageAdmins" | "viewAnalytics" | "fullAccess" | "publisher" | "publisherTooltip" | "customAccess" | "noAccess" | "allPermissions" | "accepts" | "firstPage" | "lastPage" | "readonly" | "mysqlDatabases" | "phpVersion" | "nodeVersion" | "documentRoot" | "version" | "remote" | "database" | "diskUsage" | "users" | "mysqlNotInstalled" | "emailAccountsList" | "theme" | "noAccessToSection" | "languageNotSupported" | "language" | "addNewCar" | "createCarListing" | "addRealEstate" | "createPropertyListing" | "viewAndManageAdmins" | "detailedAnalytics" | "totalCars" | "realEstate" | "jobs" | "services" | "addedAgo" | "hoursAgo" | "main" | "plugins" | "categorySections" | "sectionsWithItems" | "simpleSections" | "pluginError" | "pluginFailedToLoad" | "pluginFailedToLoadDescription" | "unexpectedPluginError" | "errorDigest" | "retry" | "cpanelPluginMisconfigured" | "loadingCpanelData" | "unableToLoadCpanelData" | "usedLabel" | "totalLabel" | "databases" | "pnpmVersion" | "npmVersion" | "bunVersion" | "cPanelDashboard" | "noTokenProvided" | "invalidCredentials" | "failedToCreateTokens" | "failedToSaveTokens" | "oldPasswordIncorrect" | "usernameAndPasswordRequired" | "invalidFilePath" | "invalidRequest" | "fileNotFound" | "invalidFileType" | "sectionTableIdentifierNotFound" | "checkboxRequired" | "requiredField" | "invalidColorFormat" | "invalidImageExtension" | "invalidFileExtension" | "fileSizeExceeded" | "invalidImageType" | "invalidVideoType" | "invalidDocumentType" | "imageDimensionMismatch" | "couldNotVerifyImageDimensions" | "atLeastOneValueRequired" | "invalidSlugFormat" | "invalidColorPleaseProvideValidHex" | "invalidMapFormat" | "minLength" | "maxLength" | "numberMinLength" | "numberMaxLength" | "numberMinValue" | "numberMaxValue" | "fieldIsRequired" | "unableToLoadImage" | "unableToReadFile" | "errorReadingFile" | "publish" | "level" | "parentId" | "selectFieldConfigError" | "tableIdentifierLabelRequired" | "i18nMustHaveAtLeastOneLanguage" | "fieldMinValueError" | "fieldMaxValueError" | "fieldMinMaxMismatch" | "fieldLengthMismatch" | "fieldDateMinValueError" | "fieldDateMaxValueError" | "fieldDateBoundsMismatch" | "invalidDatePleaseProvideValid" | "fileCorrupted" | "fileWriteError" | "fileDeleteError" | "folderNotSet" | "imageNotSet" | "bufferNotSet" | "invalidFileTypeOrExtension" | "fileSizeExceedsMax" | "imageDimensionMismatchDetailed" | "photoFieldBuildRequired" | "documentWriteError" | "documentDeleteError" | "invalidDocumentFileType" | "videoFolderNotSet" | "videoBufferNotSet" | "videoWriteError" | "recordWithFieldExists" | "recordWithCombinationExists" | "sqlQueryNotDefined" | "galleryTableNotSetUp" | "useVideoApiRoute" | "searchDots" | "noItemFound" | "searchOptionsDots" | "revert" | "availableOptions" | "searchThroughOptions" | "filterOptionsHint" | "openMainMenu" | "openUserMenu" | "profileImage" | "logo" | "newImage" | "autoGeneratedFromLinkedField" | "slugChangeWarning" | "clear" | "close" | "clearAllSelectedOptions" | "galleryPhoto" | "parentItemNotFound" | "preSubmitHookFailed" | "failedToBuildLocaleSqlQuery" | "noLocalizedFields" | "sectionHasNoLocalizedFields" | "noLocalizedFieldsHint", Value_1 extends import("international-types").LocaleValue = ((`${Key_1}#zero` | `${Key_1}#one` | `${Key_1}#two` | `${Key_1}#few` | `${Key_1}#many` | `${Key_1}#other`) & ("here" | "adminDoesNotExist" | "admins" | "adminPrivileges" | "createNewAdmin" | "submitNewAdmin" | "adminsList" | "deleteAdmin" | "deleteAdminText" | "editAdmin" | "editAdminText" | "admin" | "adminNotFound" | "sectionNotFound" | "noAccessToThisOperation" | "adminDeletedSuccessfully" | "masterAdminCannotBeDeleted" | "masterAdminCannotBeModified" | "action" | "date" | "details" | "section" | "noData" | "loginToYourAccount" | "login" | "logout" | "username" | "password" | "rememberMe" | "haveAccount" | "dontHaveAnAccount" | "register" | "registerNow" | "registerNewAccount" | "forgotPassword" | "resetPassword" | "forgotPasswordText" | "email" | "sendResetLink" | "complyWithTerms" | "termsAndConditions" | "thankYouForRegistering" | "thankYouForRegisteringText" | "usernameRequired" | "passwordRequired" | "usernamePasswordRequired" | "adminAlreadyExists" | "selectAtLeastOnePrivilege" | "emailRequired" | "dashboard" | "myCourses" | "myReviews" | "myBookmarks" | "myBooks" | "orders" | "youDontHaveOrders" | "youDontHaveBookmarks" | "ordersSubtitle" | "reviewsSubtitle" | "bookmarksSubtitle" | "billingInfo" | "editProfile" | "security" | "socialProfiles" | "notifications" | "privacy" | "deleteProfile" | "firstName" | "lastName" | "phoneNumber" | "streetAddress" | "birthday" | "city" | "country" | "profilePhoto" | "profilePhotoText" | "saveChanges" | "delete" | "upload" | "editPhoto" | "personalDetails" | "personalDetailsText" | "loading" | "profilePhotoChanged" | "profilePhotoChangedError" | "error" | "important" | "about" | "aboutText" | "profile" | "profileSettings" | "contact" | "contactText" | "message" | "sendMessage" | "courses" | "books" | "home" | "searchCourses" | "courseDescription" | "bookDescription" | "otherCourses" | "whatsIncluded" | "unlimitedAccess" | "unlimitedAccessToItems" | "expertiseAndInsights" | "learnFromExperts" | "coursesAndBooks" | "coursesAndBooksText" | "learnOnYourSchedule" | "getThisCourse" | "videoCount" | "video" | "youPurchasedCourse" | "watchCourse" | "youCanAccessCourse" | "videos" | "courseVideos" | "rate" | "youCanRateItemText" | "submit" | "edit" | "leaveFeedback" | "description" | "content" | "reviews" | "subscribers" | "nowPlaying" | "addToBookmarks" | "removeFromBookmarks" | "price" | "coursePrice" | "bookPrice" | "drSalamCourses" | "drSalamBooks" | "save" | "trendingCourses" | "trendingBooks" | "otherBooks" | "youPurchasedBook" | "youCanAccessBook" | "youCanAccessBookAfterPayment" | "downloadBook" | "getThisBook" | "sales" | "review" | "resetPasswordEmailSent" | "emailNotValid" | "emailNotFound" | "somethingWentWrong" | "securitySettings" | "changePassword" | "changePasswordText" | "yourCurrentEmailIs" | "newEmailAddress" | "changeEmailAddress" | "update" | "currentPassword" | "newPassword" | "confirmNewPassword" | "passwordStrengthTooltip" | "passwordStrength" | "passwordsDoNotMatch" | "veryWeak" | "weak" | "fair" | "strong" | "good" | "serverError" | "diskSpace" | "totalDiskSpace" | "totalSpace" | "usedSpace" | "usedDiskSpace" | "thisMothBandwidth" | "totalBandwidth" | "usedBandwidth" | "emailAccounts" | "totalEmails" | "usedEmails" | "approved" | "pendingApproval" | "by" | "browse" | "noFileSelected" | "startTyping" | "startTypingForSuggestions" | "addNew" | "new" | "approve" | "add" | "addNewItem" | "catDeleteTextLight" | "catDeleteWarningLight" | "catDeleteText" | "catDeleteWarning" | "catDeleteWarningSubtitle" | "cancel" | "unsavedChangesConfirm" | "deleteLocaleTranslation" | "deleteLocaleTranslationText" | "localesHeading" | "baseLocaleBadge" | "editingContentTranslation" | "localizationNotEnabledForSection" | "localeSwitcherDevOnly" | "invalidLocale" | "cannotDeleteBaseLocaleTranslation" | "localesTableDoesNotExist" | "deleteLocaleTranslationFailed" | "unknownErrorOccurred" | "localeTranslationDeleted" | "itemCreatedSuccessfully" | "itemUpdatedSuccessfully" | "sectionUpdatedSuccessfully" | "itemDeletedSuccessfully" | "createNewEmailAccount" | "emailQuota" | "unlimited" | "quota" | "updateQuota" | "create" | "lastLoginIp" | "passengerApplications" | "totalDatabases" | "usedDatabases" | "deleteEmailAccount" | "totalPageViews" | "totalSessions" | "totalUniqueUsers" | "bounceRate" | "monthlyPageViews" | "topDevices" | "topCountries" | "liveUsers" | "analytics" | "countriesDevices" | "page" | "device" | "liveUsersAreViewing" | "noLiveUsers" | "liveUsersSubtitle" | "source" | "sessionsPerUser" | "topSources" | "sources" | "mediums" | "topMediums" | "accountInformation" | "devices" | "countries" | "advancedSettings" | "advancedSettingsWarning" | "googleAnalyticsChangeText" | "googleAnalyticsChangeSubText" | "accountSettings" | "passwordChangeWarning" | "oldPassword" | "adminDetails" | "name" | "emailAddress" | "log" | "logs" | "logsDescription" | "time" | "event" | "actor" | "target" | "type" | "deletedAccount" | "filterByEvent" | "filterBySection" | "filterByActor" | "dateRange" | "from" | "to" | "allEvents" | "allSections" | "allActors" | "reset" | "loadMore" | "showingCount" | "ipAddress" | "userAgent" | "requestInfo" | "metadata" | "eventAuthLogin" | "eventAuthLogout" | "eventItemCreate" | "eventItemUpdate" | "eventItemDelete" | "eventItemLocaleDelete" | "eventAdminSectionCreate" | "eventAdminSectionUpdate" | "eventAdminSectionDelete" | "eventAdminSettingsChange" | "select" | "selectOptions" | "settings" | "deleteItemText" | "deleteEmailText" | "dropzoneText" | "noItems" | "removeMarker" | "restoreMarker" | "restoreMarkerTooltip" | "gallery" | "uploadPhotosToGallery" | "deleteGalleryPhoto" | "deleteGalleryPhotoText" | "galleryPhotoDeleted" | "errorsInSubmit" | "newVariant" | "checkAll" | "removeAll" | "cpanelCredentialsNotSet" | "logoutError" | "deletePhoto" | "deletePhotoText" | "deleteVideo" | "deleteVideoText" | "deleteDocument" | "deleteDocumentText" | "yes" | "no" | "videoDeletedSuccessfully" | "photoDeletedSuccessfully" | "photoMarkedForDeletion" | "videoMarkedForDeletion" | "documentMarkedForDeletion" | "undo" | "selectFile" | "mandatory" | "imageDimensionsMustBe" | "maxFileSize" | "imageRecommendedDimensions" | "seeAll" | "allowedExtensions" | "recursiveCategoryDelete" | "recursiveCategoryDeleteWarning" | "unset" | "success" | "search" | "today" | "last7Days" | "last30Days" | "last365Days" | "custom" | "analyticsOverview" | "contentStatistics" | "recentActivity" | "latestContentUpdates" | "recentlyAddedOrModified" | "quickActions" | "systemStatus" | "databaseStatus" | "cacheStatus" | "connected" | "operational" | "view" | "cmsOverview" | "fromLastMonth" | "allConnectionsHealthy" | "cacheFunctioning" | "manageAdmins" | "viewAnalytics" | "fullAccess" | "publisher" | "publisherTooltip" | "customAccess" | "noAccess" | "allPermissions" | "accepts" | "firstPage" | "lastPage" | "readonly" | "mysqlDatabases" | "phpVersion" | "nodeVersion" | "documentRoot" | "version" | "remote" | "database" | "diskUsage" | "users" | "mysqlNotInstalled" | "emailAccountsList" | "theme" | "noAccessToSection" | "languageNotSupported" | "language" | "addNewCar" | "createCarListing" | "addRealEstate" | "createPropertyListing" | "viewAndManageAdmins" | "detailedAnalytics" | "totalCars" | "realEstate" | "jobs" | "services" | "addedAgo" | "hoursAgo" | "main" | "plugins" | "categorySections" | "sectionsWithItems" | "simpleSections" | "pluginError" | "pluginFailedToLoad" | "pluginFailedToLoadDescription" | "unexpectedPluginError" | "errorDigest" | "retry" | "cpanelPluginMisconfigured" | "loadingCpanelData" | "unableToLoadCpanelData" | "usedLabel" | "totalLabel" | "databases" | "pnpmVersion" | "npmVersion" | "bunVersion" | "cPanelDashboard" | "noTokenProvided" | "invalidCredentials" | "failedToCreateTokens" | "failedToSaveTokens" | "oldPasswordIncorrect" | "usernameAndPasswordRequired" | "invalidFilePath" | "invalidRequest" | "fileNotFound" | "invalidFileType" | "sectionTableIdentifierNotFound" | "checkboxRequired" | "requiredField" | "invalidColorFormat" | "invalidImageExtension" | "invalidFileExtension" | "fileSizeExceeded" | "invalidImageType" | "invalidVideoType" | "invalidDocumentType" | "imageDimensionMismatch" | "couldNotVerifyImageDimensions" | "atLeastOneValueRequired" | "invalidSlugFormat" | "invalidColorPleaseProvideValidHex" | "invalidMapFormat" | "minLength" | "maxLength" | "numberMinLength" | "numberMaxLength" | "numberMinValue" | "numberMaxValue" | "fieldIsRequired" | "unableToLoadImage" | "unableToReadFile" | "errorReadingFile" | "publish" | "level" | "parentId" | "selectFieldConfigError" | "tableIdentifierLabelRequired" | "i18nMustHaveAtLeastOneLanguage" | "fieldMinValueError" | "fieldMaxValueError" | "fieldMinMaxMismatch" | "fieldLengthMismatch" | "fieldDateMinValueError" | "fieldDateMaxValueError" | "fieldDateBoundsMismatch" | "invalidDatePleaseProvideValid" | "fileCorrupted" | "fileWriteError" | "fileDeleteError" | "folderNotSet" | "imageNotSet" | "bufferNotSet" | "invalidFileTypeOrExtension" | "fileSizeExceedsMax" | "imageDimensionMismatchDetailed" | "photoFieldBuildRequired" | "documentWriteError" | "documentDeleteError" | "invalidDocumentFileType" | "videoFolderNotSet" | "videoBufferNotSet" | "videoWriteError" | "recordWithFieldExists" | "recordWithCombinationExists" | "sqlQueryNotDefined" | "galleryTableNotSetUp" | "useVideoApiRoute" | "searchDots" | "noItemFound" | "searchOptionsDots" | "revert" | "availableOptions" | "searchThroughOptions" | "filterOptionsHint" | "openMainMenu" | "openUserMenu" | "profileImage" | "logo" | "newImage" | "autoGeneratedFromLinkedField" | "slugChangeWarning" | "clear" | "close" | "clearAllSelectedOptions" | "galleryPhoto" | "parentItemNotFound" | "preSubmitHookFailed" | "failedToBuildLocaleSqlQuery" | "noLocalizedFields" | "sectionHasNoLocalizedFields" | "noLocalizedFieldsHint") extends never ? false : true) extends true ? {
1457
1565
  readonly adminDoesNotExist: "Admin does not exist";
1458
1566
  readonly admins: "Admins";
1459
1567
  readonly adminPrivileges: "Admin Privileges";
@@ -1539,6 +1647,7 @@ export declare const getI18n: () => Promise<{
1539
1647
  readonly profilePhotoChanged: "Profile photo changed";
1540
1648
  readonly profilePhotoChangedError: "Error changing profile photo";
1541
1649
  readonly error: "Error";
1650
+ readonly important: "Important";
1542
1651
  readonly about: "About";
1543
1652
  readonly aboutText: "Get to know the academy and Dr. Salam Asaad";
1544
1653
  readonly profile: "Profile";
@@ -1716,6 +1825,39 @@ export declare const getI18n: () => Promise<{
1716
1825
  readonly emailAddress: "Email Address";
1717
1826
  readonly log: "Log";
1718
1827
  readonly logs: "Logs";
1828
+ readonly logsDescription: "Audit trail of actions performed in the CMS";
1829
+ readonly time: "Time";
1830
+ readonly event: "Event";
1831
+ readonly actor: "Actor";
1832
+ readonly target: "Target";
1833
+ readonly type: "Type";
1834
+ readonly deletedAccount: "deleted account";
1835
+ readonly filterByEvent: "Event type";
1836
+ readonly filterBySection: "Section";
1837
+ readonly filterByActor: "Actor";
1838
+ readonly dateRange: "Date range";
1839
+ readonly from: "From";
1840
+ readonly to: "To";
1841
+ readonly allEvents: "All events";
1842
+ readonly allSections: "All sections";
1843
+ readonly allActors: "All actors";
1844
+ readonly reset: "Reset";
1845
+ readonly loadMore: "Load more";
1846
+ readonly showingCount: "Showing {count}";
1847
+ readonly ipAddress: "IP address";
1848
+ readonly userAgent: "User agent";
1849
+ readonly requestInfo: "Request info";
1850
+ readonly metadata: "Metadata";
1851
+ readonly eventAuthLogin: "Signed in";
1852
+ readonly eventAuthLogout: "Signed out";
1853
+ readonly eventItemCreate: "Created item";
1854
+ readonly eventItemUpdate: "Updated item";
1855
+ readonly eventItemDelete: "Deleted item";
1856
+ readonly eventItemLocaleDelete: "Deleted translation";
1857
+ readonly eventAdminSectionCreate: "Created section";
1858
+ readonly eventAdminSectionUpdate: "Updated permissions";
1859
+ readonly eventAdminSectionDelete: "Deleted section";
1860
+ readonly eventAdminSettingsChange: "Changed settings";
1719
1861
  readonly select: "Select";
1720
1862
  readonly selectOptions: "Select options";
1721
1863
  readonly settings: "Settings";
@@ -1918,6 +2060,7 @@ export declare const getI18n: () => Promise<{
1918
2060
  readonly searchDots: "Search...";
1919
2061
  readonly noItemFound: "No item found";
1920
2062
  readonly searchOptionsDots: "Search options...";
2063
+ readonly revert: "Revert";
1921
2064
  readonly availableOptions: "Available options";
1922
2065
  readonly searchThroughOptions: "Search through available options";
1923
2066
  readonly filterOptionsHint: "Type to filter options. Use arrow keys to navigate results.";
@@ -1927,6 +2070,7 @@ export declare const getI18n: () => Promise<{
1927
2070
  readonly logo: "Logo";
1928
2071
  readonly newImage: "New image";
1929
2072
  readonly autoGeneratedFromLinkedField: "Auto-generated from linked field";
2073
+ readonly slugChangeWarning: "Changing this slug may affect places where this item is already referenced. For example, existing shared URLs, links, redirects, integrations, or saved bookmarks may stop pointing to the expected item.";
1930
2074
  readonly clear: "Clear";
1931
2075
  readonly close: "Close";
1932
2076
  readonly clearAllSelectedOptions: "Clear all {count} selected options";
@@ -2023,6 +2167,7 @@ export declare const getI18n: () => Promise<{
2023
2167
  readonly profilePhotoChanged: "Profile photo changed";
2024
2168
  readonly profilePhotoChangedError: "Error changing profile photo";
2025
2169
  readonly error: "Error";
2170
+ readonly important: "Important";
2026
2171
  readonly about: "About";
2027
2172
  readonly aboutText: "Get to know the academy and Dr. Salam Asaad";
2028
2173
  readonly profile: "Profile";
@@ -2200,6 +2345,39 @@ export declare const getI18n: () => Promise<{
2200
2345
  readonly emailAddress: "Email Address";
2201
2346
  readonly log: "Log";
2202
2347
  readonly logs: "Logs";
2348
+ readonly logsDescription: "Audit trail of actions performed in the CMS";
2349
+ readonly time: "Time";
2350
+ readonly event: "Event";
2351
+ readonly actor: "Actor";
2352
+ readonly target: "Target";
2353
+ readonly type: "Type";
2354
+ readonly deletedAccount: "deleted account";
2355
+ readonly filterByEvent: "Event type";
2356
+ readonly filterBySection: "Section";
2357
+ readonly filterByActor: "Actor";
2358
+ readonly dateRange: "Date range";
2359
+ readonly from: "From";
2360
+ readonly to: "To";
2361
+ readonly allEvents: "All events";
2362
+ readonly allSections: "All sections";
2363
+ readonly allActors: "All actors";
2364
+ readonly reset: "Reset";
2365
+ readonly loadMore: "Load more";
2366
+ readonly showingCount: "Showing {count}";
2367
+ readonly ipAddress: "IP address";
2368
+ readonly userAgent: "User agent";
2369
+ readonly requestInfo: "Request info";
2370
+ readonly metadata: "Metadata";
2371
+ readonly eventAuthLogin: "Signed in";
2372
+ readonly eventAuthLogout: "Signed out";
2373
+ readonly eventItemCreate: "Created item";
2374
+ readonly eventItemUpdate: "Updated item";
2375
+ readonly eventItemDelete: "Deleted item";
2376
+ readonly eventItemLocaleDelete: "Deleted translation";
2377
+ readonly eventAdminSectionCreate: "Created section";
2378
+ readonly eventAdminSectionUpdate: "Updated permissions";
2379
+ readonly eventAdminSectionDelete: "Deleted section";
2380
+ readonly eventAdminSettingsChange: "Changed settings";
2203
2381
  readonly select: "Select";
2204
2382
  readonly selectOptions: "Select options";
2205
2383
  readonly settings: "Settings";
@@ -2402,6 +2580,7 @@ export declare const getI18n: () => Promise<{
2402
2580
  readonly searchDots: "Search...";
2403
2581
  readonly noItemFound: "No item found";
2404
2582
  readonly searchOptionsDots: "Search options...";
2583
+ readonly revert: "Revert";
2405
2584
  readonly availableOptions: "Available options";
2406
2585
  readonly searchThroughOptions: "Search through available options";
2407
2586
  readonly filterOptionsHint: "Type to filter options. Use arrow keys to navigate results.";
@@ -2411,6 +2590,7 @@ export declare const getI18n: () => Promise<{
2411
2590
  readonly logo: "Logo";
2412
2591
  readonly newImage: "New image";
2413
2592
  readonly autoGeneratedFromLinkedField: "Auto-generated from linked field";
2593
+ readonly slugChangeWarning: "Changing this slug may affect places where this item is already referenced. For example, existing shared URLs, links, redirects, integrations, or saved bookmarks may stop pointing to the expected item.";
2414
2594
  readonly clear: "Clear";
2415
2595
  readonly close: "Close";
2416
2596
  readonly clearAllSelectedOptions: "Clear all {count} selected options";
@@ -2507,6 +2687,7 @@ export declare const getI18n: () => Promise<{
2507
2687
  readonly profilePhotoChanged: "Profile photo changed";
2508
2688
  readonly profilePhotoChangedError: "Error changing profile photo";
2509
2689
  readonly error: "Error";
2690
+ readonly important: "Important";
2510
2691
  readonly about: "About";
2511
2692
  readonly aboutText: "Get to know the academy and Dr. Salam Asaad";
2512
2693
  readonly profile: "Profile";
@@ -2684,6 +2865,39 @@ export declare const getI18n: () => Promise<{
2684
2865
  readonly emailAddress: "Email Address";
2685
2866
  readonly log: "Log";
2686
2867
  readonly logs: "Logs";
2868
+ readonly logsDescription: "Audit trail of actions performed in the CMS";
2869
+ readonly time: "Time";
2870
+ readonly event: "Event";
2871
+ readonly actor: "Actor";
2872
+ readonly target: "Target";
2873
+ readonly type: "Type";
2874
+ readonly deletedAccount: "deleted account";
2875
+ readonly filterByEvent: "Event type";
2876
+ readonly filterBySection: "Section";
2877
+ readonly filterByActor: "Actor";
2878
+ readonly dateRange: "Date range";
2879
+ readonly from: "From";
2880
+ readonly to: "To";
2881
+ readonly allEvents: "All events";
2882
+ readonly allSections: "All sections";
2883
+ readonly allActors: "All actors";
2884
+ readonly reset: "Reset";
2885
+ readonly loadMore: "Load more";
2886
+ readonly showingCount: "Showing {count}";
2887
+ readonly ipAddress: "IP address";
2888
+ readonly userAgent: "User agent";
2889
+ readonly requestInfo: "Request info";
2890
+ readonly metadata: "Metadata";
2891
+ readonly eventAuthLogin: "Signed in";
2892
+ readonly eventAuthLogout: "Signed out";
2893
+ readonly eventItemCreate: "Created item";
2894
+ readonly eventItemUpdate: "Updated item";
2895
+ readonly eventItemDelete: "Deleted item";
2896
+ readonly eventItemLocaleDelete: "Deleted translation";
2897
+ readonly eventAdminSectionCreate: "Created section";
2898
+ readonly eventAdminSectionUpdate: "Updated permissions";
2899
+ readonly eventAdminSectionDelete: "Deleted section";
2900
+ readonly eventAdminSettingsChange: "Changed settings";
2687
2901
  readonly select: "Select";
2688
2902
  readonly selectOptions: "Select options";
2689
2903
  readonly settings: "Settings";
@@ -2886,6 +3100,7 @@ export declare const getI18n: () => Promise<{
2886
3100
  readonly searchDots: "Search...";
2887
3101
  readonly noItemFound: "No item found";
2888
3102
  readonly searchOptionsDots: "Search options...";
3103
+ readonly revert: "Revert";
2889
3104
  readonly availableOptions: "Available options";
2890
3105
  readonly searchThroughOptions: "Search through available options";
2891
3106
  readonly filterOptionsHint: "Type to filter options. Use arrow keys to navigate results.";
@@ -2895,6 +3110,7 @@ export declare const getI18n: () => Promise<{
2895
3110
  readonly logo: "Logo";
2896
3111
  readonly newImage: "New image";
2897
3112
  readonly autoGeneratedFromLinkedField: "Auto-generated from linked field";
3113
+ readonly slugChangeWarning: "Changing this slug may affect places where this item is already referenced. For example, existing shared URLs, links, redirects, integrations, or saved bookmarks may stop pointing to the expected item.";
2898
3114
  readonly clear: "Clear";
2899
3115
  readonly close: "Close";
2900
3116
  readonly clearAllSelectedOptions: "Clear all {count} selected options";
@@ -2993,6 +3209,7 @@ export declare const getI18n: () => Promise<{
2993
3209
  readonly profilePhotoChanged: "Profile photo changed";
2994
3210
  readonly profilePhotoChangedError: "Error changing profile photo";
2995
3211
  readonly error: "Error";
3212
+ readonly important: "Important";
2996
3213
  readonly about: "About";
2997
3214
  readonly aboutText: "Get to know the academy and Dr. Salam Asaad";
2998
3215
  readonly profile: "Profile";
@@ -3170,6 +3387,39 @@ export declare const getI18n: () => Promise<{
3170
3387
  readonly emailAddress: "Email Address";
3171
3388
  readonly log: "Log";
3172
3389
  readonly logs: "Logs";
3390
+ readonly logsDescription: "Audit trail of actions performed in the CMS";
3391
+ readonly time: "Time";
3392
+ readonly event: "Event";
3393
+ readonly actor: "Actor";
3394
+ readonly target: "Target";
3395
+ readonly type: "Type";
3396
+ readonly deletedAccount: "deleted account";
3397
+ readonly filterByEvent: "Event type";
3398
+ readonly filterBySection: "Section";
3399
+ readonly filterByActor: "Actor";
3400
+ readonly dateRange: "Date range";
3401
+ readonly from: "From";
3402
+ readonly to: "To";
3403
+ readonly allEvents: "All events";
3404
+ readonly allSections: "All sections";
3405
+ readonly allActors: "All actors";
3406
+ readonly reset: "Reset";
3407
+ readonly loadMore: "Load more";
3408
+ readonly showingCount: "Showing {count}";
3409
+ readonly ipAddress: "IP address";
3410
+ readonly userAgent: "User agent";
3411
+ readonly requestInfo: "Request info";
3412
+ readonly metadata: "Metadata";
3413
+ readonly eventAuthLogin: "Signed in";
3414
+ readonly eventAuthLogout: "Signed out";
3415
+ readonly eventItemCreate: "Created item";
3416
+ readonly eventItemUpdate: "Updated item";
3417
+ readonly eventItemDelete: "Deleted item";
3418
+ readonly eventItemLocaleDelete: "Deleted translation";
3419
+ readonly eventAdminSectionCreate: "Created section";
3420
+ readonly eventAdminSectionUpdate: "Updated permissions";
3421
+ readonly eventAdminSectionDelete: "Deleted section";
3422
+ readonly eventAdminSettingsChange: "Changed settings";
3173
3423
  readonly select: "Select";
3174
3424
  readonly selectOptions: "Select options";
3175
3425
  readonly settings: "Settings";
@@ -3372,6 +3622,7 @@ export declare const getI18n: () => Promise<{
3372
3622
  readonly searchDots: "Search...";
3373
3623
  readonly noItemFound: "No item found";
3374
3624
  readonly searchOptionsDots: "Search options...";
3625
+ readonly revert: "Revert";
3375
3626
  readonly availableOptions: "Available options";
3376
3627
  readonly searchThroughOptions: "Search through available options";
3377
3628
  readonly filterOptionsHint: "Type to filter options. Use arrow keys to navigate results.";
@@ -3381,6 +3632,7 @@ export declare const getI18n: () => Promise<{
3381
3632
  readonly logo: "Logo";
3382
3633
  readonly newImage: "New image";
3383
3634
  readonly autoGeneratedFromLinkedField: "Auto-generated from linked field";
3635
+ readonly slugChangeWarning: "Changing this slug may affect places where this item is already referenced. For example, existing shared URLs, links, redirects, integrations, or saved bookmarks may stop pointing to the expected item.";
3384
3636
  readonly clear: "Clear";
3385
3637
  readonly close: "Close";
3386
3638
  readonly clearAllSelectedOptions: "Clear all {count} selected options";
@@ -3391,7 +3643,7 @@ export declare const getI18n: () => Promise<{
3391
3643
  readonly noLocalizedFields: "This section has no localized fields.";
3392
3644
  readonly sectionHasNoLocalizedFields: "Section \"{section}\" has no localized fields. Add localized: true to at least one field in the section definition to enable translations.";
3393
3645
  readonly noLocalizedFieldsHint: "To enable translations for \"{section}\", update the section definition in \"{file}\" inside the sections folder and add localized: true to the fields you want to translate.";
3394
- }, Scope, "here" | "adminDoesNotExist" | "admins" | "adminPrivileges" | "createNewAdmin" | "submitNewAdmin" | "adminsList" | "deleteAdmin" | "deleteAdminText" | "editAdmin" | "editAdminText" | "admin" | "adminNotFound" | "sectionNotFound" | "noAccessToThisOperation" | "adminDeletedSuccessfully" | "masterAdminCannotBeDeleted" | "masterAdminCannotBeModified" | "action" | "date" | "details" | "section" | "noData" | "loginToYourAccount" | "login" | "logout" | "username" | "password" | "rememberMe" | "haveAccount" | "dontHaveAnAccount" | "register" | "registerNow" | "registerNewAccount" | "forgotPassword" | "resetPassword" | "forgotPasswordText" | "email" | "sendResetLink" | "complyWithTerms" | "termsAndConditions" | "thankYouForRegistering" | "thankYouForRegisteringText" | "usernameRequired" | "passwordRequired" | "usernamePasswordRequired" | "adminAlreadyExists" | "selectAtLeastOnePrivilege" | "emailRequired" | "dashboard" | "myCourses" | "myReviews" | "myBookmarks" | "myBooks" | "orders" | "youDontHaveOrders" | "youDontHaveBookmarks" | "ordersSubtitle" | "reviewsSubtitle" | "bookmarksSubtitle" | "billingInfo" | "editProfile" | "security" | "socialProfiles" | "notifications" | "privacy" | "deleteProfile" | "firstName" | "lastName" | "phoneNumber" | "streetAddress" | "birthday" | "city" | "country" | "profilePhoto" | "profilePhotoText" | "saveChanges" | "delete" | "upload" | "editPhoto" | "personalDetails" | "personalDetailsText" | "loading" | "profilePhotoChanged" | "profilePhotoChangedError" | "error" | "about" | "aboutText" | "profile" | "profileSettings" | "contact" | "contactText" | "message" | "sendMessage" | "courses" | "books" | "home" | "searchCourses" | "courseDescription" | "bookDescription" | "otherCourses" | "whatsIncluded" | "unlimitedAccess" | "unlimitedAccessToItems" | "expertiseAndInsights" | "learnFromExperts" | "coursesAndBooks" | "coursesAndBooksText" | "learnOnYourSchedule" | "getThisCourse" | "videoCount" | "video" | "youPurchasedCourse" | "watchCourse" | "youCanAccessCourse" | "videos" | "courseVideos" | "rate" | "youCanRateItemText" | "submit" | "edit" | "leaveFeedback" | "description" | "content" | "reviews" | "subscribers" | "nowPlaying" | "addToBookmarks" | "removeFromBookmarks" | "price" | "coursePrice" | "bookPrice" | "drSalamCourses" | "drSalamBooks" | "save" | "trendingCourses" | "trendingBooks" | "otherBooks" | "youPurchasedBook" | "youCanAccessBook" | "youCanAccessBookAfterPayment" | "downloadBook" | "getThisBook" | "sales" | "review" | "resetPasswordEmailSent" | "emailNotValid" | "emailNotFound" | "somethingWentWrong" | "securitySettings" | "changePassword" | "changePasswordText" | "yourCurrentEmailIs" | "newEmailAddress" | "changeEmailAddress" | "update" | "currentPassword" | "newPassword" | "confirmNewPassword" | "passwordStrengthTooltip" | "passwordStrength" | "passwordsDoNotMatch" | "veryWeak" | "weak" | "fair" | "strong" | "good" | "serverError" | "diskSpace" | "totalDiskSpace" | "totalSpace" | "usedSpace" | "usedDiskSpace" | "thisMothBandwidth" | "totalBandwidth" | "usedBandwidth" | "emailAccounts" | "totalEmails" | "usedEmails" | "approved" | "pendingApproval" | "by" | "browse" | "noFileSelected" | "startTyping" | "startTypingForSuggestions" | "addNew" | "new" | "approve" | "add" | "addNewItem" | "catDeleteTextLight" | "catDeleteWarningLight" | "catDeleteText" | "catDeleteWarning" | "catDeleteWarningSubtitle" | "cancel" | "unsavedChangesConfirm" | "deleteLocaleTranslation" | "deleteLocaleTranslationText" | "localesHeading" | "baseLocaleBadge" | "editingContentTranslation" | "localizationNotEnabledForSection" | "localeSwitcherDevOnly" | "invalidLocale" | "cannotDeleteBaseLocaleTranslation" | "localesTableDoesNotExist" | "deleteLocaleTranslationFailed" | "unknownErrorOccurred" | "localeTranslationDeleted" | "itemCreatedSuccessfully" | "itemUpdatedSuccessfully" | "sectionUpdatedSuccessfully" | "itemDeletedSuccessfully" | "createNewEmailAccount" | "emailQuota" | "unlimited" | "quota" | "updateQuota" | "create" | "lastLoginIp" | "passengerApplications" | "totalDatabases" | "usedDatabases" | "deleteEmailAccount" | "totalPageViews" | "totalSessions" | "totalUniqueUsers" | "bounceRate" | "monthlyPageViews" | "topDevices" | "topCountries" | "liveUsers" | "analytics" | "countriesDevices" | "page" | "device" | "liveUsersAreViewing" | "noLiveUsers" | "liveUsersSubtitle" | "source" | "sessionsPerUser" | "topSources" | "sources" | "mediums" | "topMediums" | "accountInformation" | "devices" | "countries" | "advancedSettings" | "advancedSettingsWarning" | "googleAnalyticsChangeText" | "googleAnalyticsChangeSubText" | "accountSettings" | "passwordChangeWarning" | "oldPassword" | "adminDetails" | "name" | "emailAddress" | "log" | "logs" | "select" | "selectOptions" | "settings" | "deleteItemText" | "deleteEmailText" | "dropzoneText" | "noItems" | "removeMarker" | "restoreMarker" | "restoreMarkerTooltip" | "gallery" | "uploadPhotosToGallery" | "deleteGalleryPhoto" | "deleteGalleryPhotoText" | "galleryPhotoDeleted" | "errorsInSubmit" | "newVariant" | "checkAll" | "removeAll" | "cpanelCredentialsNotSet" | "logoutError" | "deletePhoto" | "deletePhotoText" | "deleteVideo" | "deleteVideoText" | "deleteDocument" | "deleteDocumentText" | "yes" | "no" | "videoDeletedSuccessfully" | "photoDeletedSuccessfully" | "photoMarkedForDeletion" | "videoMarkedForDeletion" | "documentMarkedForDeletion" | "undo" | "selectFile" | "mandatory" | "imageDimensionsMustBe" | "maxFileSize" | "imageRecommendedDimensions" | "seeAll" | "allowedExtensions" | "recursiveCategoryDelete" | "recursiveCategoryDeleteWarning" | "unset" | "success" | "search" | "today" | "last7Days" | "last30Days" | "last365Days" | "custom" | "analyticsOverview" | "contentStatistics" | "recentActivity" | "latestContentUpdates" | "recentlyAddedOrModified" | "quickActions" | "systemStatus" | "databaseStatus" | "cacheStatus" | "connected" | "operational" | "view" | "cmsOverview" | "fromLastMonth" | "allConnectionsHealthy" | "cacheFunctioning" | "manageAdmins" | "viewAnalytics" | "fullAccess" | "publisher" | "publisherTooltip" | "customAccess" | "noAccess" | "allPermissions" | "accepts" | "firstPage" | "lastPage" | "readonly" | "mysqlDatabases" | "phpVersion" | "nodeVersion" | "documentRoot" | "version" | "remote" | "database" | "diskUsage" | "users" | "mysqlNotInstalled" | "emailAccountsList" | "theme" | "noAccessToSection" | "languageNotSupported" | "language" | "addNewCar" | "createCarListing" | "addRealEstate" | "createPropertyListing" | "viewAndManageAdmins" | "detailedAnalytics" | "totalCars" | "realEstate" | "jobs" | "services" | "addedAgo" | "hoursAgo" | "main" | "plugins" | "categorySections" | "sectionsWithItems" | "simpleSections" | "pluginError" | "pluginFailedToLoad" | "pluginFailedToLoadDescription" | "unexpectedPluginError" | "errorDigest" | "retry" | "cpanelPluginMisconfigured" | "loadingCpanelData" | "unableToLoadCpanelData" | "usedLabel" | "totalLabel" | "databases" | "pnpmVersion" | "npmVersion" | "bunVersion" | "cPanelDashboard" | "noTokenProvided" | "invalidCredentials" | "failedToCreateTokens" | "failedToSaveTokens" | "oldPasswordIncorrect" | "usernameAndPasswordRequired" | "invalidFilePath" | "invalidRequest" | "fileNotFound" | "invalidFileType" | "sectionTableIdentifierNotFound" | "checkboxRequired" | "requiredField" | "invalidColorFormat" | "invalidImageExtension" | "invalidFileExtension" | "fileSizeExceeded" | "invalidImageType" | "invalidVideoType" | "invalidDocumentType" | "imageDimensionMismatch" | "couldNotVerifyImageDimensions" | "atLeastOneValueRequired" | "invalidSlugFormat" | "invalidColorPleaseProvideValidHex" | "invalidMapFormat" | "minLength" | "maxLength" | "numberMinLength" | "numberMaxLength" | "numberMinValue" | "numberMaxValue" | "fieldIsRequired" | "unableToLoadImage" | "unableToReadFile" | "errorReadingFile" | "publish" | "level" | "parentId" | "selectFieldConfigError" | "tableIdentifierLabelRequired" | "i18nMustHaveAtLeastOneLanguage" | "fieldMinValueError" | "fieldMaxValueError" | "fieldMinMaxMismatch" | "fieldLengthMismatch" | "fieldDateMinValueError" | "fieldDateMaxValueError" | "fieldDateBoundsMismatch" | "invalidDatePleaseProvideValid" | "fileCorrupted" | "fileWriteError" | "fileDeleteError" | "folderNotSet" | "imageNotSet" | "bufferNotSet" | "invalidFileTypeOrExtension" | "fileSizeExceedsMax" | "imageDimensionMismatchDetailed" | "photoFieldBuildRequired" | "documentWriteError" | "documentDeleteError" | "invalidDocumentFileType" | "videoFolderNotSet" | "videoBufferNotSet" | "videoWriteError" | "recordWithFieldExists" | "recordWithCombinationExists" | "sqlQueryNotDefined" | "galleryTableNotSetUp" | "useVideoApiRoute" | "searchDots" | "noItemFound" | "searchOptionsDots" | "availableOptions" | "searchThroughOptions" | "filterOptionsHint" | "openMainMenu" | "openUserMenu" | "profileImage" | "logo" | "newImage" | "autoGeneratedFromLinkedField" | "clear" | "close" | "clearAllSelectedOptions" | "galleryPhoto" | "parentItemNotFound" | "preSubmitHookFailed" | "failedToBuildLocaleSqlQuery" | "noLocalizedFields" | "sectionHasNoLocalizedFields" | "noLocalizedFieldsHint">, Value_2 extends import("international-types").LocaleValue = import("international-types").ScopedValue<{
3646
+ }, Scope, "here" | "adminDoesNotExist" | "admins" | "adminPrivileges" | "createNewAdmin" | "submitNewAdmin" | "adminsList" | "deleteAdmin" | "deleteAdminText" | "editAdmin" | "editAdminText" | "admin" | "adminNotFound" | "sectionNotFound" | "noAccessToThisOperation" | "adminDeletedSuccessfully" | "masterAdminCannotBeDeleted" | "masterAdminCannotBeModified" | "action" | "date" | "details" | "section" | "noData" | "loginToYourAccount" | "login" | "logout" | "username" | "password" | "rememberMe" | "haveAccount" | "dontHaveAnAccount" | "register" | "registerNow" | "registerNewAccount" | "forgotPassword" | "resetPassword" | "forgotPasswordText" | "email" | "sendResetLink" | "complyWithTerms" | "termsAndConditions" | "thankYouForRegistering" | "thankYouForRegisteringText" | "usernameRequired" | "passwordRequired" | "usernamePasswordRequired" | "adminAlreadyExists" | "selectAtLeastOnePrivilege" | "emailRequired" | "dashboard" | "myCourses" | "myReviews" | "myBookmarks" | "myBooks" | "orders" | "youDontHaveOrders" | "youDontHaveBookmarks" | "ordersSubtitle" | "reviewsSubtitle" | "bookmarksSubtitle" | "billingInfo" | "editProfile" | "security" | "socialProfiles" | "notifications" | "privacy" | "deleteProfile" | "firstName" | "lastName" | "phoneNumber" | "streetAddress" | "birthday" | "city" | "country" | "profilePhoto" | "profilePhotoText" | "saveChanges" | "delete" | "upload" | "editPhoto" | "personalDetails" | "personalDetailsText" | "loading" | "profilePhotoChanged" | "profilePhotoChangedError" | "error" | "important" | "about" | "aboutText" | "profile" | "profileSettings" | "contact" | "contactText" | "message" | "sendMessage" | "courses" | "books" | "home" | "searchCourses" | "courseDescription" | "bookDescription" | "otherCourses" | "whatsIncluded" | "unlimitedAccess" | "unlimitedAccessToItems" | "expertiseAndInsights" | "learnFromExperts" | "coursesAndBooks" | "coursesAndBooksText" | "learnOnYourSchedule" | "getThisCourse" | "videoCount" | "video" | "youPurchasedCourse" | "watchCourse" | "youCanAccessCourse" | "videos" | "courseVideos" | "rate" | "youCanRateItemText" | "submit" | "edit" | "leaveFeedback" | "description" | "content" | "reviews" | "subscribers" | "nowPlaying" | "addToBookmarks" | "removeFromBookmarks" | "price" | "coursePrice" | "bookPrice" | "drSalamCourses" | "drSalamBooks" | "save" | "trendingCourses" | "trendingBooks" | "otherBooks" | "youPurchasedBook" | "youCanAccessBook" | "youCanAccessBookAfterPayment" | "downloadBook" | "getThisBook" | "sales" | "review" | "resetPasswordEmailSent" | "emailNotValid" | "emailNotFound" | "somethingWentWrong" | "securitySettings" | "changePassword" | "changePasswordText" | "yourCurrentEmailIs" | "newEmailAddress" | "changeEmailAddress" | "update" | "currentPassword" | "newPassword" | "confirmNewPassword" | "passwordStrengthTooltip" | "passwordStrength" | "passwordsDoNotMatch" | "veryWeak" | "weak" | "fair" | "strong" | "good" | "serverError" | "diskSpace" | "totalDiskSpace" | "totalSpace" | "usedSpace" | "usedDiskSpace" | "thisMothBandwidth" | "totalBandwidth" | "usedBandwidth" | "emailAccounts" | "totalEmails" | "usedEmails" | "approved" | "pendingApproval" | "by" | "browse" | "noFileSelected" | "startTyping" | "startTypingForSuggestions" | "addNew" | "new" | "approve" | "add" | "addNewItem" | "catDeleteTextLight" | "catDeleteWarningLight" | "catDeleteText" | "catDeleteWarning" | "catDeleteWarningSubtitle" | "cancel" | "unsavedChangesConfirm" | "deleteLocaleTranslation" | "deleteLocaleTranslationText" | "localesHeading" | "baseLocaleBadge" | "editingContentTranslation" | "localizationNotEnabledForSection" | "localeSwitcherDevOnly" | "invalidLocale" | "cannotDeleteBaseLocaleTranslation" | "localesTableDoesNotExist" | "deleteLocaleTranslationFailed" | "unknownErrorOccurred" | "localeTranslationDeleted" | "itemCreatedSuccessfully" | "itemUpdatedSuccessfully" | "sectionUpdatedSuccessfully" | "itemDeletedSuccessfully" | "createNewEmailAccount" | "emailQuota" | "unlimited" | "quota" | "updateQuota" | "create" | "lastLoginIp" | "passengerApplications" | "totalDatabases" | "usedDatabases" | "deleteEmailAccount" | "totalPageViews" | "totalSessions" | "totalUniqueUsers" | "bounceRate" | "monthlyPageViews" | "topDevices" | "topCountries" | "liveUsers" | "analytics" | "countriesDevices" | "page" | "device" | "liveUsersAreViewing" | "noLiveUsers" | "liveUsersSubtitle" | "source" | "sessionsPerUser" | "topSources" | "sources" | "mediums" | "topMediums" | "accountInformation" | "devices" | "countries" | "advancedSettings" | "advancedSettingsWarning" | "googleAnalyticsChangeText" | "googleAnalyticsChangeSubText" | "accountSettings" | "passwordChangeWarning" | "oldPassword" | "adminDetails" | "name" | "emailAddress" | "log" | "logs" | "logsDescription" | "time" | "event" | "actor" | "target" | "type" | "deletedAccount" | "filterByEvent" | "filterBySection" | "filterByActor" | "dateRange" | "from" | "to" | "allEvents" | "allSections" | "allActors" | "reset" | "loadMore" | "showingCount" | "ipAddress" | "userAgent" | "requestInfo" | "metadata" | "eventAuthLogin" | "eventAuthLogout" | "eventItemCreate" | "eventItemUpdate" | "eventItemDelete" | "eventItemLocaleDelete" | "eventAdminSectionCreate" | "eventAdminSectionUpdate" | "eventAdminSectionDelete" | "eventAdminSettingsChange" | "select" | "selectOptions" | "settings" | "deleteItemText" | "deleteEmailText" | "dropzoneText" | "noItems" | "removeMarker" | "restoreMarker" | "restoreMarkerTooltip" | "gallery" | "uploadPhotosToGallery" | "deleteGalleryPhoto" | "deleteGalleryPhotoText" | "galleryPhotoDeleted" | "errorsInSubmit" | "newVariant" | "checkAll" | "removeAll" | "cpanelCredentialsNotSet" | "logoutError" | "deletePhoto" | "deletePhotoText" | "deleteVideo" | "deleteVideoText" | "deleteDocument" | "deleteDocumentText" | "yes" | "no" | "videoDeletedSuccessfully" | "photoDeletedSuccessfully" | "photoMarkedForDeletion" | "videoMarkedForDeletion" | "documentMarkedForDeletion" | "undo" | "selectFile" | "mandatory" | "imageDimensionsMustBe" | "maxFileSize" | "imageRecommendedDimensions" | "seeAll" | "allowedExtensions" | "recursiveCategoryDelete" | "recursiveCategoryDeleteWarning" | "unset" | "success" | "search" | "today" | "last7Days" | "last30Days" | "last365Days" | "custom" | "analyticsOverview" | "contentStatistics" | "recentActivity" | "latestContentUpdates" | "recentlyAddedOrModified" | "quickActions" | "systemStatus" | "databaseStatus" | "cacheStatus" | "connected" | "operational" | "view" | "cmsOverview" | "fromLastMonth" | "allConnectionsHealthy" | "cacheFunctioning" | "manageAdmins" | "viewAnalytics" | "fullAccess" | "publisher" | "publisherTooltip" | "customAccess" | "noAccess" | "allPermissions" | "accepts" | "firstPage" | "lastPage" | "readonly" | "mysqlDatabases" | "phpVersion" | "nodeVersion" | "documentRoot" | "version" | "remote" | "database" | "diskUsage" | "users" | "mysqlNotInstalled" | "emailAccountsList" | "theme" | "noAccessToSection" | "languageNotSupported" | "language" | "addNewCar" | "createCarListing" | "addRealEstate" | "createPropertyListing" | "viewAndManageAdmins" | "detailedAnalytics" | "totalCars" | "realEstate" | "jobs" | "services" | "addedAgo" | "hoursAgo" | "main" | "plugins" | "categorySections" | "sectionsWithItems" | "simpleSections" | "pluginError" | "pluginFailedToLoad" | "pluginFailedToLoadDescription" | "unexpectedPluginError" | "errorDigest" | "retry" | "cpanelPluginMisconfigured" | "loadingCpanelData" | "unableToLoadCpanelData" | "usedLabel" | "totalLabel" | "databases" | "pnpmVersion" | "npmVersion" | "bunVersion" | "cPanelDashboard" | "noTokenProvided" | "invalidCredentials" | "failedToCreateTokens" | "failedToSaveTokens" | "oldPasswordIncorrect" | "usernameAndPasswordRequired" | "invalidFilePath" | "invalidRequest" | "fileNotFound" | "invalidFileType" | "sectionTableIdentifierNotFound" | "checkboxRequired" | "requiredField" | "invalidColorFormat" | "invalidImageExtension" | "invalidFileExtension" | "fileSizeExceeded" | "invalidImageType" | "invalidVideoType" | "invalidDocumentType" | "imageDimensionMismatch" | "couldNotVerifyImageDimensions" | "atLeastOneValueRequired" | "invalidSlugFormat" | "invalidColorPleaseProvideValidHex" | "invalidMapFormat" | "minLength" | "maxLength" | "numberMinLength" | "numberMaxLength" | "numberMinValue" | "numberMaxValue" | "fieldIsRequired" | "unableToLoadImage" | "unableToReadFile" | "errorReadingFile" | "publish" | "level" | "parentId" | "selectFieldConfigError" | "tableIdentifierLabelRequired" | "i18nMustHaveAtLeastOneLanguage" | "fieldMinValueError" | "fieldMaxValueError" | "fieldMinMaxMismatch" | "fieldLengthMismatch" | "fieldDateMinValueError" | "fieldDateMaxValueError" | "fieldDateBoundsMismatch" | "invalidDatePleaseProvideValid" | "fileCorrupted" | "fileWriteError" | "fileDeleteError" | "folderNotSet" | "imageNotSet" | "bufferNotSet" | "invalidFileTypeOrExtension" | "fileSizeExceedsMax" | "imageDimensionMismatchDetailed" | "photoFieldBuildRequired" | "documentWriteError" | "documentDeleteError" | "invalidDocumentFileType" | "videoFolderNotSet" | "videoBufferNotSet" | "videoWriteError" | "recordWithFieldExists" | "recordWithCombinationExists" | "sqlQueryNotDefined" | "galleryTableNotSetUp" | "useVideoApiRoute" | "searchDots" | "noItemFound" | "searchOptionsDots" | "revert" | "availableOptions" | "searchThroughOptions" | "filterOptionsHint" | "openMainMenu" | "openUserMenu" | "profileImage" | "logo" | "newImage" | "autoGeneratedFromLinkedField" | "slugChangeWarning" | "clear" | "close" | "clearAllSelectedOptions" | "galleryPhoto" | "parentItemNotFound" | "preSubmitHookFailed" | "failedToBuildLocaleSqlQuery" | "noLocalizedFields" | "sectionHasNoLocalizedFields" | "noLocalizedFieldsHint">, Value_2 extends import("international-types").LocaleValue = import("international-types").ScopedValue<{
3395
3647
  readonly adminDoesNotExist: "Admin does not exist";
3396
3648
  readonly admins: "Admins";
3397
3649
  readonly adminPrivileges: "Admin Privileges";
@@ -3477,6 +3729,7 @@ export declare const getI18n: () => Promise<{
3477
3729
  readonly profilePhotoChanged: "Profile photo changed";
3478
3730
  readonly profilePhotoChangedError: "Error changing profile photo";
3479
3731
  readonly error: "Error";
3732
+ readonly important: "Important";
3480
3733
  readonly about: "About";
3481
3734
  readonly aboutText: "Get to know the academy and Dr. Salam Asaad";
3482
3735
  readonly profile: "Profile";
@@ -3654,6 +3907,39 @@ export declare const getI18n: () => Promise<{
3654
3907
  readonly emailAddress: "Email Address";
3655
3908
  readonly log: "Log";
3656
3909
  readonly logs: "Logs";
3910
+ readonly logsDescription: "Audit trail of actions performed in the CMS";
3911
+ readonly time: "Time";
3912
+ readonly event: "Event";
3913
+ readonly actor: "Actor";
3914
+ readonly target: "Target";
3915
+ readonly type: "Type";
3916
+ readonly deletedAccount: "deleted account";
3917
+ readonly filterByEvent: "Event type";
3918
+ readonly filterBySection: "Section";
3919
+ readonly filterByActor: "Actor";
3920
+ readonly dateRange: "Date range";
3921
+ readonly from: "From";
3922
+ readonly to: "To";
3923
+ readonly allEvents: "All events";
3924
+ readonly allSections: "All sections";
3925
+ readonly allActors: "All actors";
3926
+ readonly reset: "Reset";
3927
+ readonly loadMore: "Load more";
3928
+ readonly showingCount: "Showing {count}";
3929
+ readonly ipAddress: "IP address";
3930
+ readonly userAgent: "User agent";
3931
+ readonly requestInfo: "Request info";
3932
+ readonly metadata: "Metadata";
3933
+ readonly eventAuthLogin: "Signed in";
3934
+ readonly eventAuthLogout: "Signed out";
3935
+ readonly eventItemCreate: "Created item";
3936
+ readonly eventItemUpdate: "Updated item";
3937
+ readonly eventItemDelete: "Deleted item";
3938
+ readonly eventItemLocaleDelete: "Deleted translation";
3939
+ readonly eventAdminSectionCreate: "Created section";
3940
+ readonly eventAdminSectionUpdate: "Updated permissions";
3941
+ readonly eventAdminSectionDelete: "Deleted section";
3942
+ readonly eventAdminSettingsChange: "Changed settings";
3657
3943
  readonly select: "Select";
3658
3944
  readonly selectOptions: "Select options";
3659
3945
  readonly settings: "Settings";
@@ -3856,6 +4142,7 @@ export declare const getI18n: () => Promise<{
3856
4142
  readonly searchDots: "Search...";
3857
4143
  readonly noItemFound: "No item found";
3858
4144
  readonly searchOptionsDots: "Search options...";
4145
+ readonly revert: "Revert";
3859
4146
  readonly availableOptions: "Available options";
3860
4147
  readonly searchThroughOptions: "Search through available options";
3861
4148
  readonly filterOptionsHint: "Type to filter options. Use arrow keys to navigate results.";
@@ -3865,6 +4152,7 @@ export declare const getI18n: () => Promise<{
3865
4152
  readonly logo: "Logo";
3866
4153
  readonly newImage: "New image";
3867
4154
  readonly autoGeneratedFromLinkedField: "Auto-generated from linked field";
4155
+ readonly slugChangeWarning: "Changing this slug may affect places where this item is already referenced. For example, existing shared URLs, links, redirects, integrations, or saved bookmarks may stop pointing to the expected item.";
3868
4156
  readonly clear: "Clear";
3869
4157
  readonly close: "Close";
3870
4158
  readonly clearAllSelectedOptions: "Clear all {count} selected options";
@@ -3961,6 +4249,7 @@ export declare const getI18n: () => Promise<{
3961
4249
  readonly profilePhotoChanged: "Profile photo changed";
3962
4250
  readonly profilePhotoChangedError: "Error changing profile photo";
3963
4251
  readonly error: "Error";
4252
+ readonly important: "Important";
3964
4253
  readonly about: "About";
3965
4254
  readonly aboutText: "Get to know the academy and Dr. Salam Asaad";
3966
4255
  readonly profile: "Profile";
@@ -4138,6 +4427,39 @@ export declare const getI18n: () => Promise<{
4138
4427
  readonly emailAddress: "Email Address";
4139
4428
  readonly log: "Log";
4140
4429
  readonly logs: "Logs";
4430
+ readonly logsDescription: "Audit trail of actions performed in the CMS";
4431
+ readonly time: "Time";
4432
+ readonly event: "Event";
4433
+ readonly actor: "Actor";
4434
+ readonly target: "Target";
4435
+ readonly type: "Type";
4436
+ readonly deletedAccount: "deleted account";
4437
+ readonly filterByEvent: "Event type";
4438
+ readonly filterBySection: "Section";
4439
+ readonly filterByActor: "Actor";
4440
+ readonly dateRange: "Date range";
4441
+ readonly from: "From";
4442
+ readonly to: "To";
4443
+ readonly allEvents: "All events";
4444
+ readonly allSections: "All sections";
4445
+ readonly allActors: "All actors";
4446
+ readonly reset: "Reset";
4447
+ readonly loadMore: "Load more";
4448
+ readonly showingCount: "Showing {count}";
4449
+ readonly ipAddress: "IP address";
4450
+ readonly userAgent: "User agent";
4451
+ readonly requestInfo: "Request info";
4452
+ readonly metadata: "Metadata";
4453
+ readonly eventAuthLogin: "Signed in";
4454
+ readonly eventAuthLogout: "Signed out";
4455
+ readonly eventItemCreate: "Created item";
4456
+ readonly eventItemUpdate: "Updated item";
4457
+ readonly eventItemDelete: "Deleted item";
4458
+ readonly eventItemLocaleDelete: "Deleted translation";
4459
+ readonly eventAdminSectionCreate: "Created section";
4460
+ readonly eventAdminSectionUpdate: "Updated permissions";
4461
+ readonly eventAdminSectionDelete: "Deleted section";
4462
+ readonly eventAdminSettingsChange: "Changed settings";
4141
4463
  readonly select: "Select";
4142
4464
  readonly selectOptions: "Select options";
4143
4465
  readonly settings: "Settings";
@@ -4340,6 +4662,7 @@ export declare const getI18n: () => Promise<{
4340
4662
  readonly searchDots: "Search...";
4341
4663
  readonly noItemFound: "No item found";
4342
4664
  readonly searchOptionsDots: "Search options...";
4665
+ readonly revert: "Revert";
4343
4666
  readonly availableOptions: "Available options";
4344
4667
  readonly searchThroughOptions: "Search through available options";
4345
4668
  readonly filterOptionsHint: "Type to filter options. Use arrow keys to navigate results.";
@@ -4349,6 +4672,7 @@ export declare const getI18n: () => Promise<{
4349
4672
  readonly logo: "Logo";
4350
4673
  readonly newImage: "New image";
4351
4674
  readonly autoGeneratedFromLinkedField: "Auto-generated from linked field";
4675
+ readonly slugChangeWarning: "Changing this slug may affect places where this item is already referenced. For example, existing shared URLs, links, redirects, integrations, or saved bookmarks may stop pointing to the expected item.";
4352
4676
  readonly clear: "Clear";
4353
4677
  readonly close: "Close";
4354
4678
  readonly clearAllSelectedOptions: "Clear all {count} selected options";
@@ -4446,6 +4770,7 @@ export declare const getI18n: () => Promise<{
4446
4770
  readonly profilePhotoChanged: "Profile photo changed";
4447
4771
  readonly profilePhotoChangedError: "Error changing profile photo";
4448
4772
  readonly error: "Error";
4773
+ readonly important: "Important";
4449
4774
  readonly about: "About";
4450
4775
  readonly aboutText: "Get to know the academy and Dr. Salam Asaad";
4451
4776
  readonly profile: "Profile";
@@ -4623,6 +4948,39 @@ export declare const getI18n: () => Promise<{
4623
4948
  readonly emailAddress: "Email Address";
4624
4949
  readonly log: "Log";
4625
4950
  readonly logs: "Logs";
4951
+ readonly logsDescription: "Audit trail of actions performed in the CMS";
4952
+ readonly time: "Time";
4953
+ readonly event: "Event";
4954
+ readonly actor: "Actor";
4955
+ readonly target: "Target";
4956
+ readonly type: "Type";
4957
+ readonly deletedAccount: "deleted account";
4958
+ readonly filterByEvent: "Event type";
4959
+ readonly filterBySection: "Section";
4960
+ readonly filterByActor: "Actor";
4961
+ readonly dateRange: "Date range";
4962
+ readonly from: "From";
4963
+ readonly to: "To";
4964
+ readonly allEvents: "All events";
4965
+ readonly allSections: "All sections";
4966
+ readonly allActors: "All actors";
4967
+ readonly reset: "Reset";
4968
+ readonly loadMore: "Load more";
4969
+ readonly showingCount: "Showing {count}";
4970
+ readonly ipAddress: "IP address";
4971
+ readonly userAgent: "User agent";
4972
+ readonly requestInfo: "Request info";
4973
+ readonly metadata: "Metadata";
4974
+ readonly eventAuthLogin: "Signed in";
4975
+ readonly eventAuthLogout: "Signed out";
4976
+ readonly eventItemCreate: "Created item";
4977
+ readonly eventItemUpdate: "Updated item";
4978
+ readonly eventItemDelete: "Deleted item";
4979
+ readonly eventItemLocaleDelete: "Deleted translation";
4980
+ readonly eventAdminSectionCreate: "Created section";
4981
+ readonly eventAdminSectionUpdate: "Updated permissions";
4982
+ readonly eventAdminSectionDelete: "Deleted section";
4983
+ readonly eventAdminSettingsChange: "Changed settings";
4626
4984
  readonly select: "Select";
4627
4985
  readonly selectOptions: "Select options";
4628
4986
  readonly settings: "Settings";
@@ -4825,6 +5183,7 @@ export declare const getI18n: () => Promise<{
4825
5183
  readonly searchDots: "Search...";
4826
5184
  readonly noItemFound: "No item found";
4827
5185
  readonly searchOptionsDots: "Search options...";
5186
+ readonly revert: "Revert";
4828
5187
  readonly availableOptions: "Available options";
4829
5188
  readonly searchThroughOptions: "Search through available options";
4830
5189
  readonly filterOptionsHint: "Type to filter options. Use arrow keys to navigate results.";
@@ -4834,6 +5193,7 @@ export declare const getI18n: () => Promise<{
4834
5193
  readonly logo: "Logo";
4835
5194
  readonly newImage: "New image";
4836
5195
  readonly autoGeneratedFromLinkedField: "Auto-generated from linked field";
5196
+ readonly slugChangeWarning: "Changing this slug may affect places where this item is already referenced. For example, existing shared URLs, links, redirects, integrations, or saved bookmarks may stop pointing to the expected item.";
4837
5197
  readonly clear: "Clear";
4838
5198
  readonly close: "Close";
4839
5199
  readonly clearAllSelectedOptions: "Clear all {count} selected options";
@@ -4844,7 +5204,7 @@ export declare const getI18n: () => Promise<{
4844
5204
  readonly noLocalizedFields: "This section has no localized fields.";
4845
5205
  readonly sectionHasNoLocalizedFields: "Section \"{section}\" has no localized fields. Add localized: true to at least one field in the section definition to enable translations.";
4846
5206
  readonly noLocalizedFieldsHint: "To enable translations for \"{section}\", update the section definition in \"{file}\" inside the sections folder and add localized: true to the fields you want to translate.";
4847
- }, Scope, "here" | "adminDoesNotExist" | "admins" | "adminPrivileges" | "createNewAdmin" | "submitNewAdmin" | "adminsList" | "deleteAdmin" | "deleteAdminText" | "editAdmin" | "editAdminText" | "admin" | "adminNotFound" | "sectionNotFound" | "noAccessToThisOperation" | "adminDeletedSuccessfully" | "masterAdminCannotBeDeleted" | "masterAdminCannotBeModified" | "action" | "date" | "details" | "section" | "noData" | "loginToYourAccount" | "login" | "logout" | "username" | "password" | "rememberMe" | "haveAccount" | "dontHaveAnAccount" | "register" | "registerNow" | "registerNewAccount" | "forgotPassword" | "resetPassword" | "forgotPasswordText" | "email" | "sendResetLink" | "complyWithTerms" | "termsAndConditions" | "thankYouForRegistering" | "thankYouForRegisteringText" | "usernameRequired" | "passwordRequired" | "usernamePasswordRequired" | "adminAlreadyExists" | "selectAtLeastOnePrivilege" | "emailRequired" | "dashboard" | "myCourses" | "myReviews" | "myBookmarks" | "myBooks" | "orders" | "youDontHaveOrders" | "youDontHaveBookmarks" | "ordersSubtitle" | "reviewsSubtitle" | "bookmarksSubtitle" | "billingInfo" | "editProfile" | "security" | "socialProfiles" | "notifications" | "privacy" | "deleteProfile" | "firstName" | "lastName" | "phoneNumber" | "streetAddress" | "birthday" | "city" | "country" | "profilePhoto" | "profilePhotoText" | "saveChanges" | "delete" | "upload" | "editPhoto" | "personalDetails" | "personalDetailsText" | "loading" | "profilePhotoChanged" | "profilePhotoChangedError" | "error" | "about" | "aboutText" | "profile" | "profileSettings" | "contact" | "contactText" | "message" | "sendMessage" | "courses" | "books" | "home" | "searchCourses" | "courseDescription" | "bookDescription" | "otherCourses" | "whatsIncluded" | "unlimitedAccess" | "unlimitedAccessToItems" | "expertiseAndInsights" | "learnFromExperts" | "coursesAndBooks" | "coursesAndBooksText" | "learnOnYourSchedule" | "getThisCourse" | "videoCount" | "video" | "youPurchasedCourse" | "watchCourse" | "youCanAccessCourse" | "videos" | "courseVideos" | "rate" | "youCanRateItemText" | "submit" | "edit" | "leaveFeedback" | "description" | "content" | "reviews" | "subscribers" | "nowPlaying" | "addToBookmarks" | "removeFromBookmarks" | "price" | "coursePrice" | "bookPrice" | "drSalamCourses" | "drSalamBooks" | "save" | "trendingCourses" | "trendingBooks" | "otherBooks" | "youPurchasedBook" | "youCanAccessBook" | "youCanAccessBookAfterPayment" | "downloadBook" | "getThisBook" | "sales" | "review" | "resetPasswordEmailSent" | "emailNotValid" | "emailNotFound" | "somethingWentWrong" | "securitySettings" | "changePassword" | "changePasswordText" | "yourCurrentEmailIs" | "newEmailAddress" | "changeEmailAddress" | "update" | "currentPassword" | "newPassword" | "confirmNewPassword" | "passwordStrengthTooltip" | "passwordStrength" | "passwordsDoNotMatch" | "veryWeak" | "weak" | "fair" | "strong" | "good" | "serverError" | "diskSpace" | "totalDiskSpace" | "totalSpace" | "usedSpace" | "usedDiskSpace" | "thisMothBandwidth" | "totalBandwidth" | "usedBandwidth" | "emailAccounts" | "totalEmails" | "usedEmails" | "approved" | "pendingApproval" | "by" | "browse" | "noFileSelected" | "startTyping" | "startTypingForSuggestions" | "addNew" | "new" | "approve" | "add" | "addNewItem" | "catDeleteTextLight" | "catDeleteWarningLight" | "catDeleteText" | "catDeleteWarning" | "catDeleteWarningSubtitle" | "cancel" | "unsavedChangesConfirm" | "deleteLocaleTranslation" | "deleteLocaleTranslationText" | "localesHeading" | "baseLocaleBadge" | "editingContentTranslation" | "localizationNotEnabledForSection" | "localeSwitcherDevOnly" | "invalidLocale" | "cannotDeleteBaseLocaleTranslation" | "localesTableDoesNotExist" | "deleteLocaleTranslationFailed" | "unknownErrorOccurred" | "localeTranslationDeleted" | "itemCreatedSuccessfully" | "itemUpdatedSuccessfully" | "sectionUpdatedSuccessfully" | "itemDeletedSuccessfully" | "createNewEmailAccount" | "emailQuota" | "unlimited" | "quota" | "updateQuota" | "create" | "lastLoginIp" | "passengerApplications" | "totalDatabases" | "usedDatabases" | "deleteEmailAccount" | "totalPageViews" | "totalSessions" | "totalUniqueUsers" | "bounceRate" | "monthlyPageViews" | "topDevices" | "topCountries" | "liveUsers" | "analytics" | "countriesDevices" | "page" | "device" | "liveUsersAreViewing" | "noLiveUsers" | "liveUsersSubtitle" | "source" | "sessionsPerUser" | "topSources" | "sources" | "mediums" | "topMediums" | "accountInformation" | "devices" | "countries" | "advancedSettings" | "advancedSettingsWarning" | "googleAnalyticsChangeText" | "googleAnalyticsChangeSubText" | "accountSettings" | "passwordChangeWarning" | "oldPassword" | "adminDetails" | "name" | "emailAddress" | "log" | "logs" | "select" | "selectOptions" | "settings" | "deleteItemText" | "deleteEmailText" | "dropzoneText" | "noItems" | "removeMarker" | "restoreMarker" | "restoreMarkerTooltip" | "gallery" | "uploadPhotosToGallery" | "deleteGalleryPhoto" | "deleteGalleryPhotoText" | "galleryPhotoDeleted" | "errorsInSubmit" | "newVariant" | "checkAll" | "removeAll" | "cpanelCredentialsNotSet" | "logoutError" | "deletePhoto" | "deletePhotoText" | "deleteVideo" | "deleteVideoText" | "deleteDocument" | "deleteDocumentText" | "yes" | "no" | "videoDeletedSuccessfully" | "photoDeletedSuccessfully" | "photoMarkedForDeletion" | "videoMarkedForDeletion" | "documentMarkedForDeletion" | "undo" | "selectFile" | "mandatory" | "imageDimensionsMustBe" | "maxFileSize" | "imageRecommendedDimensions" | "seeAll" | "allowedExtensions" | "recursiveCategoryDelete" | "recursiveCategoryDeleteWarning" | "unset" | "success" | "search" | "today" | "last7Days" | "last30Days" | "last365Days" | "custom" | "analyticsOverview" | "contentStatistics" | "recentActivity" | "latestContentUpdates" | "recentlyAddedOrModified" | "quickActions" | "systemStatus" | "databaseStatus" | "cacheStatus" | "connected" | "operational" | "view" | "cmsOverview" | "fromLastMonth" | "allConnectionsHealthy" | "cacheFunctioning" | "manageAdmins" | "viewAnalytics" | "fullAccess" | "publisher" | "publisherTooltip" | "customAccess" | "noAccess" | "allPermissions" | "accepts" | "firstPage" | "lastPage" | "readonly" | "mysqlDatabases" | "phpVersion" | "nodeVersion" | "documentRoot" | "version" | "remote" | "database" | "diskUsage" | "users" | "mysqlNotInstalled" | "emailAccountsList" | "theme" | "noAccessToSection" | "languageNotSupported" | "language" | "addNewCar" | "createCarListing" | "addRealEstate" | "createPropertyListing" | "viewAndManageAdmins" | "detailedAnalytics" | "totalCars" | "realEstate" | "jobs" | "services" | "addedAgo" | "hoursAgo" | "main" | "plugins" | "categorySections" | "sectionsWithItems" | "simpleSections" | "pluginError" | "pluginFailedToLoad" | "pluginFailedToLoadDescription" | "unexpectedPluginError" | "errorDigest" | "retry" | "cpanelPluginMisconfigured" | "loadingCpanelData" | "unableToLoadCpanelData" | "usedLabel" | "totalLabel" | "databases" | "pnpmVersion" | "npmVersion" | "bunVersion" | "cPanelDashboard" | "noTokenProvided" | "invalidCredentials" | "failedToCreateTokens" | "failedToSaveTokens" | "oldPasswordIncorrect" | "usernameAndPasswordRequired" | "invalidFilePath" | "invalidRequest" | "fileNotFound" | "invalidFileType" | "sectionTableIdentifierNotFound" | "checkboxRequired" | "requiredField" | "invalidColorFormat" | "invalidImageExtension" | "invalidFileExtension" | "fileSizeExceeded" | "invalidImageType" | "invalidVideoType" | "invalidDocumentType" | "imageDimensionMismatch" | "couldNotVerifyImageDimensions" | "atLeastOneValueRequired" | "invalidSlugFormat" | "invalidColorPleaseProvideValidHex" | "invalidMapFormat" | "minLength" | "maxLength" | "numberMinLength" | "numberMaxLength" | "numberMinValue" | "numberMaxValue" | "fieldIsRequired" | "unableToLoadImage" | "unableToReadFile" | "errorReadingFile" | "publish" | "level" | "parentId" | "selectFieldConfigError" | "tableIdentifierLabelRequired" | "i18nMustHaveAtLeastOneLanguage" | "fieldMinValueError" | "fieldMaxValueError" | "fieldMinMaxMismatch" | "fieldLengthMismatch" | "fieldDateMinValueError" | "fieldDateMaxValueError" | "fieldDateBoundsMismatch" | "invalidDatePleaseProvideValid" | "fileCorrupted" | "fileWriteError" | "fileDeleteError" | "folderNotSet" | "imageNotSet" | "bufferNotSet" | "invalidFileTypeOrExtension" | "fileSizeExceedsMax" | "imageDimensionMismatchDetailed" | "photoFieldBuildRequired" | "documentWriteError" | "documentDeleteError" | "invalidDocumentFileType" | "videoFolderNotSet" | "videoBufferNotSet" | "videoWriteError" | "recordWithFieldExists" | "recordWithCombinationExists" | "sqlQueryNotDefined" | "galleryTableNotSetUp" | "useVideoApiRoute" | "searchDots" | "noItemFound" | "searchOptionsDots" | "availableOptions" | "searchThroughOptions" | "filterOptionsHint" | "openMainMenu" | "openUserMenu" | "profileImage" | "logo" | "newImage" | "autoGeneratedFromLinkedField" | "clear" | "close" | "clearAllSelectedOptions" | "galleryPhoto" | "parentItemNotFound" | "preSubmitHookFailed" | "failedToBuildLocaleSqlQuery" | "noLocalizedFields" | "sectionHasNoLocalizedFields" | "noLocalizedFieldsHint">, Value_3 extends import("international-types").LocaleValue = import("international-types").ScopedValue<{
5207
+ }, Scope, "here" | "adminDoesNotExist" | "admins" | "adminPrivileges" | "createNewAdmin" | "submitNewAdmin" | "adminsList" | "deleteAdmin" | "deleteAdminText" | "editAdmin" | "editAdminText" | "admin" | "adminNotFound" | "sectionNotFound" | "noAccessToThisOperation" | "adminDeletedSuccessfully" | "masterAdminCannotBeDeleted" | "masterAdminCannotBeModified" | "action" | "date" | "details" | "section" | "noData" | "loginToYourAccount" | "login" | "logout" | "username" | "password" | "rememberMe" | "haveAccount" | "dontHaveAnAccount" | "register" | "registerNow" | "registerNewAccount" | "forgotPassword" | "resetPassword" | "forgotPasswordText" | "email" | "sendResetLink" | "complyWithTerms" | "termsAndConditions" | "thankYouForRegistering" | "thankYouForRegisteringText" | "usernameRequired" | "passwordRequired" | "usernamePasswordRequired" | "adminAlreadyExists" | "selectAtLeastOnePrivilege" | "emailRequired" | "dashboard" | "myCourses" | "myReviews" | "myBookmarks" | "myBooks" | "orders" | "youDontHaveOrders" | "youDontHaveBookmarks" | "ordersSubtitle" | "reviewsSubtitle" | "bookmarksSubtitle" | "billingInfo" | "editProfile" | "security" | "socialProfiles" | "notifications" | "privacy" | "deleteProfile" | "firstName" | "lastName" | "phoneNumber" | "streetAddress" | "birthday" | "city" | "country" | "profilePhoto" | "profilePhotoText" | "saveChanges" | "delete" | "upload" | "editPhoto" | "personalDetails" | "personalDetailsText" | "loading" | "profilePhotoChanged" | "profilePhotoChangedError" | "error" | "important" | "about" | "aboutText" | "profile" | "profileSettings" | "contact" | "contactText" | "message" | "sendMessage" | "courses" | "books" | "home" | "searchCourses" | "courseDescription" | "bookDescription" | "otherCourses" | "whatsIncluded" | "unlimitedAccess" | "unlimitedAccessToItems" | "expertiseAndInsights" | "learnFromExperts" | "coursesAndBooks" | "coursesAndBooksText" | "learnOnYourSchedule" | "getThisCourse" | "videoCount" | "video" | "youPurchasedCourse" | "watchCourse" | "youCanAccessCourse" | "videos" | "courseVideos" | "rate" | "youCanRateItemText" | "submit" | "edit" | "leaveFeedback" | "description" | "content" | "reviews" | "subscribers" | "nowPlaying" | "addToBookmarks" | "removeFromBookmarks" | "price" | "coursePrice" | "bookPrice" | "drSalamCourses" | "drSalamBooks" | "save" | "trendingCourses" | "trendingBooks" | "otherBooks" | "youPurchasedBook" | "youCanAccessBook" | "youCanAccessBookAfterPayment" | "downloadBook" | "getThisBook" | "sales" | "review" | "resetPasswordEmailSent" | "emailNotValid" | "emailNotFound" | "somethingWentWrong" | "securitySettings" | "changePassword" | "changePasswordText" | "yourCurrentEmailIs" | "newEmailAddress" | "changeEmailAddress" | "update" | "currentPassword" | "newPassword" | "confirmNewPassword" | "passwordStrengthTooltip" | "passwordStrength" | "passwordsDoNotMatch" | "veryWeak" | "weak" | "fair" | "strong" | "good" | "serverError" | "diskSpace" | "totalDiskSpace" | "totalSpace" | "usedSpace" | "usedDiskSpace" | "thisMothBandwidth" | "totalBandwidth" | "usedBandwidth" | "emailAccounts" | "totalEmails" | "usedEmails" | "approved" | "pendingApproval" | "by" | "browse" | "noFileSelected" | "startTyping" | "startTypingForSuggestions" | "addNew" | "new" | "approve" | "add" | "addNewItem" | "catDeleteTextLight" | "catDeleteWarningLight" | "catDeleteText" | "catDeleteWarning" | "catDeleteWarningSubtitle" | "cancel" | "unsavedChangesConfirm" | "deleteLocaleTranslation" | "deleteLocaleTranslationText" | "localesHeading" | "baseLocaleBadge" | "editingContentTranslation" | "localizationNotEnabledForSection" | "localeSwitcherDevOnly" | "invalidLocale" | "cannotDeleteBaseLocaleTranslation" | "localesTableDoesNotExist" | "deleteLocaleTranslationFailed" | "unknownErrorOccurred" | "localeTranslationDeleted" | "itemCreatedSuccessfully" | "itemUpdatedSuccessfully" | "sectionUpdatedSuccessfully" | "itemDeletedSuccessfully" | "createNewEmailAccount" | "emailQuota" | "unlimited" | "quota" | "updateQuota" | "create" | "lastLoginIp" | "passengerApplications" | "totalDatabases" | "usedDatabases" | "deleteEmailAccount" | "totalPageViews" | "totalSessions" | "totalUniqueUsers" | "bounceRate" | "monthlyPageViews" | "topDevices" | "topCountries" | "liveUsers" | "analytics" | "countriesDevices" | "page" | "device" | "liveUsersAreViewing" | "noLiveUsers" | "liveUsersSubtitle" | "source" | "sessionsPerUser" | "topSources" | "sources" | "mediums" | "topMediums" | "accountInformation" | "devices" | "countries" | "advancedSettings" | "advancedSettingsWarning" | "googleAnalyticsChangeText" | "googleAnalyticsChangeSubText" | "accountSettings" | "passwordChangeWarning" | "oldPassword" | "adminDetails" | "name" | "emailAddress" | "log" | "logs" | "logsDescription" | "time" | "event" | "actor" | "target" | "type" | "deletedAccount" | "filterByEvent" | "filterBySection" | "filterByActor" | "dateRange" | "from" | "to" | "allEvents" | "allSections" | "allActors" | "reset" | "loadMore" | "showingCount" | "ipAddress" | "userAgent" | "requestInfo" | "metadata" | "eventAuthLogin" | "eventAuthLogout" | "eventItemCreate" | "eventItemUpdate" | "eventItemDelete" | "eventItemLocaleDelete" | "eventAdminSectionCreate" | "eventAdminSectionUpdate" | "eventAdminSectionDelete" | "eventAdminSettingsChange" | "select" | "selectOptions" | "settings" | "deleteItemText" | "deleteEmailText" | "dropzoneText" | "noItems" | "removeMarker" | "restoreMarker" | "restoreMarkerTooltip" | "gallery" | "uploadPhotosToGallery" | "deleteGalleryPhoto" | "deleteGalleryPhotoText" | "galleryPhotoDeleted" | "errorsInSubmit" | "newVariant" | "checkAll" | "removeAll" | "cpanelCredentialsNotSet" | "logoutError" | "deletePhoto" | "deletePhotoText" | "deleteVideo" | "deleteVideoText" | "deleteDocument" | "deleteDocumentText" | "yes" | "no" | "videoDeletedSuccessfully" | "photoDeletedSuccessfully" | "photoMarkedForDeletion" | "videoMarkedForDeletion" | "documentMarkedForDeletion" | "undo" | "selectFile" | "mandatory" | "imageDimensionsMustBe" | "maxFileSize" | "imageRecommendedDimensions" | "seeAll" | "allowedExtensions" | "recursiveCategoryDelete" | "recursiveCategoryDeleteWarning" | "unset" | "success" | "search" | "today" | "last7Days" | "last30Days" | "last365Days" | "custom" | "analyticsOverview" | "contentStatistics" | "recentActivity" | "latestContentUpdates" | "recentlyAddedOrModified" | "quickActions" | "systemStatus" | "databaseStatus" | "cacheStatus" | "connected" | "operational" | "view" | "cmsOverview" | "fromLastMonth" | "allConnectionsHealthy" | "cacheFunctioning" | "manageAdmins" | "viewAnalytics" | "fullAccess" | "publisher" | "publisherTooltip" | "customAccess" | "noAccess" | "allPermissions" | "accepts" | "firstPage" | "lastPage" | "readonly" | "mysqlDatabases" | "phpVersion" | "nodeVersion" | "documentRoot" | "version" | "remote" | "database" | "diskUsage" | "users" | "mysqlNotInstalled" | "emailAccountsList" | "theme" | "noAccessToSection" | "languageNotSupported" | "language" | "addNewCar" | "createCarListing" | "addRealEstate" | "createPropertyListing" | "viewAndManageAdmins" | "detailedAnalytics" | "totalCars" | "realEstate" | "jobs" | "services" | "addedAgo" | "hoursAgo" | "main" | "plugins" | "categorySections" | "sectionsWithItems" | "simpleSections" | "pluginError" | "pluginFailedToLoad" | "pluginFailedToLoadDescription" | "unexpectedPluginError" | "errorDigest" | "retry" | "cpanelPluginMisconfigured" | "loadingCpanelData" | "unableToLoadCpanelData" | "usedLabel" | "totalLabel" | "databases" | "pnpmVersion" | "npmVersion" | "bunVersion" | "cPanelDashboard" | "noTokenProvided" | "invalidCredentials" | "failedToCreateTokens" | "failedToSaveTokens" | "oldPasswordIncorrect" | "usernameAndPasswordRequired" | "invalidFilePath" | "invalidRequest" | "fileNotFound" | "invalidFileType" | "sectionTableIdentifierNotFound" | "checkboxRequired" | "requiredField" | "invalidColorFormat" | "invalidImageExtension" | "invalidFileExtension" | "fileSizeExceeded" | "invalidImageType" | "invalidVideoType" | "invalidDocumentType" | "imageDimensionMismatch" | "couldNotVerifyImageDimensions" | "atLeastOneValueRequired" | "invalidSlugFormat" | "invalidColorPleaseProvideValidHex" | "invalidMapFormat" | "minLength" | "maxLength" | "numberMinLength" | "numberMaxLength" | "numberMinValue" | "numberMaxValue" | "fieldIsRequired" | "unableToLoadImage" | "unableToReadFile" | "errorReadingFile" | "publish" | "level" | "parentId" | "selectFieldConfigError" | "tableIdentifierLabelRequired" | "i18nMustHaveAtLeastOneLanguage" | "fieldMinValueError" | "fieldMaxValueError" | "fieldMinMaxMismatch" | "fieldLengthMismatch" | "fieldDateMinValueError" | "fieldDateMaxValueError" | "fieldDateBoundsMismatch" | "invalidDatePleaseProvideValid" | "fileCorrupted" | "fileWriteError" | "fileDeleteError" | "folderNotSet" | "imageNotSet" | "bufferNotSet" | "invalidFileTypeOrExtension" | "fileSizeExceedsMax" | "imageDimensionMismatchDetailed" | "photoFieldBuildRequired" | "documentWriteError" | "documentDeleteError" | "invalidDocumentFileType" | "videoFolderNotSet" | "videoBufferNotSet" | "videoWriteError" | "recordWithFieldExists" | "recordWithCombinationExists" | "sqlQueryNotDefined" | "galleryTableNotSetUp" | "useVideoApiRoute" | "searchDots" | "noItemFound" | "searchOptionsDots" | "revert" | "availableOptions" | "searchThroughOptions" | "filterOptionsHint" | "openMainMenu" | "openUserMenu" | "profileImage" | "logo" | "newImage" | "autoGeneratedFromLinkedField" | "slugChangeWarning" | "clear" | "close" | "clearAllSelectedOptions" | "galleryPhoto" | "parentItemNotFound" | "preSubmitHookFailed" | "failedToBuildLocaleSqlQuery" | "noLocalizedFields" | "sectionHasNoLocalizedFields" | "noLocalizedFieldsHint">, Value_3 extends import("international-types").LocaleValue = import("international-types").ScopedValue<{
4848
5208
  readonly adminDoesNotExist: "Admin does not exist";
4849
5209
  readonly admins: "Admins";
4850
5210
  readonly adminPrivileges: "Admin Privileges";
@@ -4930,6 +5290,7 @@ export declare const getI18n: () => Promise<{
4930
5290
  readonly profilePhotoChanged: "Profile photo changed";
4931
5291
  readonly profilePhotoChangedError: "Error changing profile photo";
4932
5292
  readonly error: "Error";
5293
+ readonly important: "Important";
4933
5294
  readonly about: "About";
4934
5295
  readonly aboutText: "Get to know the academy and Dr. Salam Asaad";
4935
5296
  readonly profile: "Profile";
@@ -5107,6 +5468,39 @@ export declare const getI18n: () => Promise<{
5107
5468
  readonly emailAddress: "Email Address";
5108
5469
  readonly log: "Log";
5109
5470
  readonly logs: "Logs";
5471
+ readonly logsDescription: "Audit trail of actions performed in the CMS";
5472
+ readonly time: "Time";
5473
+ readonly event: "Event";
5474
+ readonly actor: "Actor";
5475
+ readonly target: "Target";
5476
+ readonly type: "Type";
5477
+ readonly deletedAccount: "deleted account";
5478
+ readonly filterByEvent: "Event type";
5479
+ readonly filterBySection: "Section";
5480
+ readonly filterByActor: "Actor";
5481
+ readonly dateRange: "Date range";
5482
+ readonly from: "From";
5483
+ readonly to: "To";
5484
+ readonly allEvents: "All events";
5485
+ readonly allSections: "All sections";
5486
+ readonly allActors: "All actors";
5487
+ readonly reset: "Reset";
5488
+ readonly loadMore: "Load more";
5489
+ readonly showingCount: "Showing {count}";
5490
+ readonly ipAddress: "IP address";
5491
+ readonly userAgent: "User agent";
5492
+ readonly requestInfo: "Request info";
5493
+ readonly metadata: "Metadata";
5494
+ readonly eventAuthLogin: "Signed in";
5495
+ readonly eventAuthLogout: "Signed out";
5496
+ readonly eventItemCreate: "Created item";
5497
+ readonly eventItemUpdate: "Updated item";
5498
+ readonly eventItemDelete: "Deleted item";
5499
+ readonly eventItemLocaleDelete: "Deleted translation";
5500
+ readonly eventAdminSectionCreate: "Created section";
5501
+ readonly eventAdminSectionUpdate: "Updated permissions";
5502
+ readonly eventAdminSectionDelete: "Deleted section";
5503
+ readonly eventAdminSettingsChange: "Changed settings";
5110
5504
  readonly select: "Select";
5111
5505
  readonly selectOptions: "Select options";
5112
5506
  readonly settings: "Settings";
@@ -5309,6 +5703,7 @@ export declare const getI18n: () => Promise<{
5309
5703
  readonly searchDots: "Search...";
5310
5704
  readonly noItemFound: "No item found";
5311
5705
  readonly searchOptionsDots: "Search options...";
5706
+ readonly revert: "Revert";
5312
5707
  readonly availableOptions: "Available options";
5313
5708
  readonly searchThroughOptions: "Search through available options";
5314
5709
  readonly filterOptionsHint: "Type to filter options. Use arrow keys to navigate results.";
@@ -5318,6 +5713,7 @@ export declare const getI18n: () => Promise<{
5318
5713
  readonly logo: "Logo";
5319
5714
  readonly newImage: "New image";
5320
5715
  readonly autoGeneratedFromLinkedField: "Auto-generated from linked field";
5716
+ readonly slugChangeWarning: "Changing this slug may affect places where this item is already referenced. For example, existing shared URLs, links, redirects, integrations, or saved bookmarks may stop pointing to the expected item.";
5321
5717
  readonly clear: "Clear";
5322
5718
  readonly close: "Close";
5323
5719
  readonly clearAllSelectedOptions: "Clear all {count} selected options";
@@ -5414,6 +5810,7 @@ export declare const getI18n: () => Promise<{
5414
5810
  readonly profilePhotoChanged: "Profile photo changed";
5415
5811
  readonly profilePhotoChangedError: "Error changing profile photo";
5416
5812
  readonly error: "Error";
5813
+ readonly important: "Important";
5417
5814
  readonly about: "About";
5418
5815
  readonly aboutText: "Get to know the academy and Dr. Salam Asaad";
5419
5816
  readonly profile: "Profile";
@@ -5591,6 +5988,39 @@ export declare const getI18n: () => Promise<{
5591
5988
  readonly emailAddress: "Email Address";
5592
5989
  readonly log: "Log";
5593
5990
  readonly logs: "Logs";
5991
+ readonly logsDescription: "Audit trail of actions performed in the CMS";
5992
+ readonly time: "Time";
5993
+ readonly event: "Event";
5994
+ readonly actor: "Actor";
5995
+ readonly target: "Target";
5996
+ readonly type: "Type";
5997
+ readonly deletedAccount: "deleted account";
5998
+ readonly filterByEvent: "Event type";
5999
+ readonly filterBySection: "Section";
6000
+ readonly filterByActor: "Actor";
6001
+ readonly dateRange: "Date range";
6002
+ readonly from: "From";
6003
+ readonly to: "To";
6004
+ readonly allEvents: "All events";
6005
+ readonly allSections: "All sections";
6006
+ readonly allActors: "All actors";
6007
+ readonly reset: "Reset";
6008
+ readonly loadMore: "Load more";
6009
+ readonly showingCount: "Showing {count}";
6010
+ readonly ipAddress: "IP address";
6011
+ readonly userAgent: "User agent";
6012
+ readonly requestInfo: "Request info";
6013
+ readonly metadata: "Metadata";
6014
+ readonly eventAuthLogin: "Signed in";
6015
+ readonly eventAuthLogout: "Signed out";
6016
+ readonly eventItemCreate: "Created item";
6017
+ readonly eventItemUpdate: "Updated item";
6018
+ readonly eventItemDelete: "Deleted item";
6019
+ readonly eventItemLocaleDelete: "Deleted translation";
6020
+ readonly eventAdminSectionCreate: "Created section";
6021
+ readonly eventAdminSectionUpdate: "Updated permissions";
6022
+ readonly eventAdminSectionDelete: "Deleted section";
6023
+ readonly eventAdminSettingsChange: "Changed settings";
5594
6024
  readonly select: "Select";
5595
6025
  readonly selectOptions: "Select options";
5596
6026
  readonly settings: "Settings";
@@ -5793,6 +6223,7 @@ export declare const getI18n: () => Promise<{
5793
6223
  readonly searchDots: "Search...";
5794
6224
  readonly noItemFound: "No item found";
5795
6225
  readonly searchOptionsDots: "Search options...";
6226
+ readonly revert: "Revert";
5796
6227
  readonly availableOptions: "Available options";
5797
6228
  readonly searchThroughOptions: "Search through available options";
5798
6229
  readonly filterOptionsHint: "Type to filter options. Use arrow keys to navigate results.";
@@ -5802,6 +6233,7 @@ export declare const getI18n: () => Promise<{
5802
6233
  readonly logo: "Logo";
5803
6234
  readonly newImage: "New image";
5804
6235
  readonly autoGeneratedFromLinkedField: "Auto-generated from linked field";
6236
+ readonly slugChangeWarning: "Changing this slug may affect places where this item is already referenced. For example, existing shared URLs, links, redirects, integrations, or saved bookmarks may stop pointing to the expected item.";
5805
6237
  readonly clear: "Clear";
5806
6238
  readonly close: "Close";
5807
6239
  readonly clearAllSelectedOptions: "Clear all {count} selected options";