nextjs-cms 0.5.92 → 0.5.93

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 (48) hide show
  1. package/dist/api/index.d.ts +2 -2
  2. package/dist/api/lib/serverActions.d.ts.map +1 -1
  3. package/dist/api/lib/serverActions.js +5 -4
  4. package/dist/api/root.d.ts +4 -4
  5. package/dist/api/routers/admins.js +11 -11
  6. package/dist/api/routers/auth.d.ts +2 -2
  7. package/dist/api/routers/cpanel.js +7 -7
  8. package/dist/api/routers/gallery.js +1 -1
  9. package/dist/api/routers/logs.d.ts.map +1 -1
  10. package/dist/api/routers/logs.js +2 -1
  11. package/dist/api/trpc.d.ts.map +1 -1
  12. package/dist/api/trpc.js +3 -2
  13. package/dist/auth/index.d.ts +1 -1
  14. package/dist/auth/index.d.ts.map +1 -1
  15. package/dist/auth/lib/actions.d.ts +3 -3
  16. package/dist/auth/lib/actions.js +3 -3
  17. package/dist/core/factories/FieldFactory.d.ts.map +1 -1
  18. package/dist/core/factories/FieldFactory.js +2 -1
  19. package/dist/core/fields/photo.d.ts +6 -6
  20. package/dist/core/fields/richText.d.ts +9 -9
  21. package/dist/core/fields/select.d.ts +1 -1
  22. package/dist/core/sections/category.d.ts +4 -4
  23. package/dist/core/sections/hasItems.d.ts +10 -10
  24. package/dist/core/sections/section.d.ts +2 -2
  25. package/dist/core/sections/section.js +5 -5
  26. package/dist/core/sections/simple.d.ts +2 -2
  27. package/dist/core/submit/submit.d.ts.map +1 -1
  28. package/dist/core/submit/submit.js +2 -1
  29. package/dist/db/schema.d.ts +1 -1
  30. package/dist/db/schema.js +1 -1
  31. package/dist/translations/client.d.ts +2 -0
  32. package/dist/translations/client.d.ts.map +1 -0
  33. package/dist/translations/client.js +6 -0
  34. package/dist/translations/dictionaries/ar.d.ts +352 -0
  35. package/dist/translations/dictionaries/ar.d.ts.map +1 -0
  36. package/dist/translations/dictionaries/ar.js +350 -0
  37. package/dist/translations/dictionaries/en.d.ts +352 -0
  38. package/dist/translations/dictionaries/en.d.ts.map +1 -0
  39. package/dist/translations/dictionaries/en.js +350 -0
  40. package/dist/translations/index.d.ts +6 -0
  41. package/dist/translations/index.d.ts.map +1 -1
  42. package/dist/translations/index.js +8 -2
  43. package/dist/translations/server.d.ts +2 -0
  44. package/dist/translations/server.d.ts.map +1 -0
  45. package/dist/translations/server.js +5 -0
  46. package/package.json +10 -1
  47. package/dist/translations/dictionaries/ar.json +0 -287
  48. package/dist/translations/dictionaries/en.json +0 -287
@@ -0,0 +1,352 @@
1
+ declare const _default: {
2
+ readonly adminDoesNotExist: "Admin does not exist";
3
+ readonly admins: "Admins";
4
+ readonly adminPrivileges: "Admin Privileges";
5
+ readonly createNewAdmin: "Create New Admin";
6
+ readonly submitNewAdmin: "Submit New Admin";
7
+ readonly adminsList: "Admins List";
8
+ readonly deleteAdmin: "Delete Admin";
9
+ readonly deleteAdminText: "Are you sure you want to delete this admin?";
10
+ readonly editAdmin: "Edit Admin";
11
+ readonly editAdminText: "Edit Admin";
12
+ readonly admin: "Admin";
13
+ readonly adminNotFound: "Admin not found";
14
+ readonly sectionNotFound: "Section not found or you do not have access to this operation";
15
+ readonly noAccessToThisOperation: "You do not have access to this operation";
16
+ readonly adminDeletedSuccessfully: "Admin deleted successfully";
17
+ readonly masterAdminCannotBeDeleted: "Master admin cannot be deleted";
18
+ readonly masterAdminCannotBeModified: "Master admin cannot be modified";
19
+ readonly action: "Action";
20
+ readonly date: "Date";
21
+ readonly details: "Details";
22
+ readonly section: "Section";
23
+ readonly noData: "No data available";
24
+ readonly loginToYourAccount: "Login to your account";
25
+ readonly login: "Login";
26
+ readonly logout: "Logout";
27
+ readonly username: "Username";
28
+ readonly password: "Password";
29
+ readonly rememberMe: "Remember me";
30
+ readonly haveAccount: "Have an account?";
31
+ readonly dontHaveAnAccount: "Don't have an account?";
32
+ readonly register: "Register";
33
+ readonly registerNow: "Register now";
34
+ readonly registerNewAccount: "Register new account";
35
+ readonly forgotPassword: "Forgot password?";
36
+ readonly resetPassword: "Reset password";
37
+ readonly forgotPasswordText: "Enter your email address and we will send you instructions on how to reset your password.";
38
+ readonly email: "Email";
39
+ readonly sendResetLink: "Send reset link";
40
+ readonly complyWithTerms: "By registering, you agree to our";
41
+ readonly termsAndConditions: "Terms & Conditions";
42
+ readonly thankYouForRegistering: "Thank you for registering";
43
+ readonly thankYouForRegisteringText: "We have sent you an email with a link to verify your account.";
44
+ readonly usernameRequired: "Username is required";
45
+ readonly passwordRequired: "Password is required";
46
+ readonly usernamePasswordRequired: "Username and password are required";
47
+ readonly adminAlreadyExists: "An admin with this username already exists. Please choose another username.";
48
+ readonly selectAtLeastOnePrivilege: "Please select at least one privilege";
49
+ readonly emailRequired: "Email is required";
50
+ readonly dashboard: "Dashboard";
51
+ readonly myCourses: "My Courses";
52
+ readonly myReviews: "My Reviews";
53
+ readonly myBookmarks: "My Bookmarks";
54
+ readonly myBooks: "My Books";
55
+ readonly orders: "Orders";
56
+ readonly youDontHaveOrders: "You don't have any orders yet";
57
+ readonly youDontHaveBookmarks: "You don't have any bookmarks yet";
58
+ readonly ordersSubtitle: "You can view all your orders here";
59
+ readonly reviewsSubtitle: "You can view all your reviews here";
60
+ readonly bookmarksSubtitle: "You can view all your bookmarks here";
61
+ readonly billingInfo: "Billing Info";
62
+ readonly editProfile: "Edit Profile";
63
+ readonly security: "Security";
64
+ readonly socialProfiles: "Social Profiles";
65
+ readonly notifications: "Notifications";
66
+ readonly privacy: "Privacy";
67
+ readonly deleteProfile: "Delete Profile";
68
+ readonly firstName: "First Name";
69
+ readonly lastName: "Last Name";
70
+ readonly phoneNumber: "Phone Number";
71
+ readonly streetAddress: "Street Address";
72
+ readonly birthday: "Birthday";
73
+ readonly city: "City";
74
+ readonly country: "Country";
75
+ readonly profilePhoto: "Profile Photo";
76
+ readonly profilePhotoText: "JPG file, square and at least 400x400px. Max 2MB.";
77
+ readonly saveChanges: "Save Changes";
78
+ readonly delete: "Delete";
79
+ readonly upload: "Upload";
80
+ readonly editPhoto: "Edit Photo";
81
+ readonly personalDetails: "Personal Details";
82
+ readonly personalDetailsText: "Update your personal details and email address.";
83
+ readonly loading: "Loading";
84
+ readonly profilePhotoChanged: "Profile photo changed";
85
+ readonly profilePhotoChangedError: "Error changing profile photo";
86
+ readonly error: "Error";
87
+ readonly about: "About";
88
+ readonly aboutText: "Get to know the academy and Dr. Salam Asaad";
89
+ readonly profile: "Profile";
90
+ readonly profileSettings: "Profile Settings";
91
+ readonly contact: "Contact";
92
+ readonly contactText: "Contact us for any questions or inquiries";
93
+ readonly message: "Message";
94
+ readonly sendMessage: "Send Message";
95
+ readonly courses: "Course";
96
+ readonly books: "Books";
97
+ readonly home: "Home";
98
+ readonly searchCourses: "Search Courses";
99
+ readonly courseDescription: "Course Description";
100
+ readonly bookDescription: "Book Description";
101
+ readonly otherCourses: "Other Courses";
102
+ readonly whatsIncluded: "What's Included";
103
+ readonly unlimitedAccess: "Unlimited Access to the Course";
104
+ readonly unlimitedAccessToItems: "Unlimited Access to the Courses";
105
+ readonly expertiseAndInsights: "Expertise and Insights";
106
+ readonly learnFromExperts: "Learn from experts";
107
+ readonly coursesAndBooks: "Courses and Books";
108
+ readonly coursesAndBooksText: "A variety of courses and books to choose from";
109
+ readonly learnOnYourSchedule: "Learn on your schedule";
110
+ readonly getThisCourse: "Subscribe to this course";
111
+ readonly videoCount: "Videos Count";
112
+ readonly video: "Video";
113
+ readonly youPurchasedCourse: "You subscribed to this course";
114
+ readonly watchCourse: "Watch Course";
115
+ readonly youCanAccessCourse: "You can access this course by clicking the button below";
116
+ readonly videos: "Videos";
117
+ readonly courseVideos: "Course Videos";
118
+ readonly rate: "Rate";
119
+ readonly youCanRateItemText: "You can rate this course by clicking the stars below";
120
+ readonly submit: "Submit";
121
+ readonly edit: "Edit";
122
+ readonly leaveFeedback: "Leave Feedback";
123
+ readonly description: "Description";
124
+ readonly content: "Content";
125
+ readonly reviews: "Reviews";
126
+ readonly subscribers: "Subscribers";
127
+ readonly nowPlaying: "Now Playing";
128
+ readonly addToBookmarks: "Add to Bookmarks";
129
+ readonly removeFromBookmarks: "Remove from Bookmarks";
130
+ readonly price: "Price";
131
+ readonly coursePrice: "Course Price";
132
+ readonly bookPrice: "Book Price";
133
+ readonly drSalamCourses: "Dr. Salam Courses";
134
+ readonly drSalamBooks: "Dr. Salam Books";
135
+ readonly save: "Save";
136
+ readonly trendingCourses: "Trending Courses";
137
+ readonly trendingBooks: "Trending Books";
138
+ readonly otherBooks: "Other Books";
139
+ readonly youPurchasedBook: "You purchased this book";
140
+ readonly youCanAccessBook: "You can download this book by clicking the button below";
141
+ readonly youCanAccessBookAfterPayment: "You can download this book after payment";
142
+ readonly downloadBook: "Download Book";
143
+ readonly getThisBook: "Get This Book";
144
+ readonly sales: "Sales";
145
+ readonly review: "Review";
146
+ readonly resetPasswordEmailSent: "Reset password request sent to your email address";
147
+ readonly emailNotValid: "Email not valid";
148
+ readonly emailNotFound: "Email not found";
149
+ readonly somethingWentWrong: "Something went wrong";
150
+ readonly securitySettings: "Security Settings";
151
+ readonly changePassword: "Change Password";
152
+ readonly changePasswordText: "You can change your password by filling the form below";
153
+ readonly yourCurrentEmailIs: "Your current email is";
154
+ readonly newEmailAddress: "New Email Address";
155
+ readonly changeEmailAddress: "Change Email Address";
156
+ readonly update: "Update";
157
+ readonly currentPassword: "Current Password";
158
+ readonly newPassword: "New Password";
159
+ readonly confirmNewPassword: "Confirm New Password";
160
+ readonly passwordStrengthTooltip: "Use at least 6 characters, a capital letter and a digit";
161
+ readonly passwordStrength: "Password Strength";
162
+ readonly passwordsDoNotMatch: "Passwords do not match";
163
+ readonly veryWeak: "Very Weak";
164
+ readonly weak: "Weak";
165
+ readonly fair: "Fair";
166
+ readonly strong: "Strong";
167
+ readonly good: "Good";
168
+ readonly serverError: "Server Error";
169
+ readonly diskSpace: "Disk Space";
170
+ readonly totalDiskSpace: "Total Disk Space";
171
+ readonly totalSpace: "Total Space";
172
+ readonly usedSpace: "Used Space";
173
+ readonly usedDiskSpace: "Used Disk Space";
174
+ readonly thisMothBandwidth: "This Month's Bandwidth";
175
+ readonly totalBandwidth: "Total Bandwidth";
176
+ readonly usedBandwidth: "Used Bandwidth";
177
+ readonly emailAccounts: "Email Accounts";
178
+ readonly totalEmails: "Total Emails";
179
+ readonly usedEmails: "Used Emails";
180
+ readonly approved: "Approved";
181
+ readonly pendingApproval: "Pending Approval";
182
+ readonly by: "By";
183
+ readonly browse: "Browse";
184
+ readonly noFileSelected: "No file selected";
185
+ readonly startTyping: "Start typing";
186
+ readonly addNew: "Add New";
187
+ readonly new: "New";
188
+ readonly approve: "Approve";
189
+ readonly add: "Add";
190
+ readonly addNewItem: "Add New Item";
191
+ readonly catDeleteTextLight: "Are you sure you want to delete this category?";
192
+ readonly catDeleteWarningLight: "Notice: All associated items will not be deleted.";
193
+ readonly catDeleteText: "Are you sure you want to delete this category and all its contents?";
194
+ readonly catDeleteWarning: "Warning! All associated items will be deleted!";
195
+ readonly catDeleteWarningSubtitle: "Please don't proceed if you don't want to lose associated items.";
196
+ readonly cancel: "Cancel";
197
+ readonly itemCreatedSuccessfully: "Item created successfully";
198
+ readonly itemUpdatedSuccessfully: "Item updated successfully";
199
+ readonly sectionUpdatedSuccessfully: "Information updated successfully";
200
+ readonly itemDeletedSuccessfully: "Item deleted successfully";
201
+ readonly createNewEmailAccount: "Create New Email Account";
202
+ readonly emailQuota: "Email Quota";
203
+ readonly unlimited: "Unlimited";
204
+ readonly quota: "Quota";
205
+ readonly updateQuota: "Update Quota";
206
+ readonly create: "Create";
207
+ readonly lastLoginIp: "Last Login IP Address";
208
+ readonly passengerApplications: "Passenger Applications";
209
+ readonly totalDatabases: "Total Databases";
210
+ readonly usedDatabases: "Used Databases";
211
+ readonly deleteEmailAccount: "Delete Email Account";
212
+ readonly totalPageViews: "Total Page Views";
213
+ readonly totalSessions: "Total Sessions";
214
+ readonly totalUniqueUsers: "Total Unique Users";
215
+ readonly bounceRate: "Bounce Rate";
216
+ readonly monthlyPageViews: "Monthly Page Views";
217
+ readonly topDevices: "Top Devices";
218
+ readonly topCountries: "Top Countries";
219
+ readonly liveUsers: "Live Users";
220
+ readonly analytics: "Analytics";
221
+ readonly countriesDevices: "Countries & Devices";
222
+ readonly page: "Page";
223
+ readonly device: "Device";
224
+ readonly liveUsersAreViewing: "Live users are viewing";
225
+ readonly noLiveUsers: "No live users in this moment";
226
+ readonly liveUsersSubtitle: "Live users are viewing these pages right now";
227
+ readonly source: "Source";
228
+ readonly sessionsPerUser: "Sessions Per User";
229
+ readonly topSources: "Top Sources";
230
+ readonly sources: "Sources";
231
+ readonly mediums: "Mediums";
232
+ readonly topMediums: "Top Mediums";
233
+ readonly accountInformation: "Account Information";
234
+ readonly devices: "Devices";
235
+ readonly countries: "Countries";
236
+ readonly advancedSettings: "Advanced Settings";
237
+ readonly advancedSettingsWarning: "PLEASE DO NOT CHANGE THESE SETTINGS IF YOU DO NOT KNOW WHAT YOU ARE DOING.";
238
+ readonly googleAnalyticsChangeText: "You can change your Google Analytics settings by filling the form below";
239
+ readonly googleAnalyticsChangeSubText: "if you don't have a Google Analytics account, you can create one";
240
+ readonly here: "here";
241
+ readonly accountSettings: "Account Settings";
242
+ readonly passwordChangeWarning: "Changing your password will require you to logout and login again";
243
+ readonly oldPassword: "Old Password";
244
+ readonly adminDetails: "Admin Details";
245
+ readonly name: "Name";
246
+ readonly emailAddress: "Email Address";
247
+ readonly log: "Log";
248
+ readonly logs: "Logs";
249
+ readonly select: "Select";
250
+ readonly settings: "Settings";
251
+ readonly deleteItemText: "Are you sure you want to delete this item?";
252
+ readonly deleteEmailText: "Are you sure you want to delete this email account?";
253
+ readonly dropzoneText: "Drag and drop some files here, or click to select files";
254
+ readonly noItems: "No items";
255
+ readonly removeMarker: "Remove Marker";
256
+ readonly restoreMarker: "Restore Original Marker";
257
+ readonly restoreMarkerTooltip: "There is no original marker to restore";
258
+ readonly gallery: "Photo Gallery";
259
+ readonly uploadPhotosToGallery: "Upload Photos to Gallery";
260
+ readonly deleteGalleryPhoto: "Delete Gallery Photo";
261
+ readonly deleteGalleryPhotoText: "Are you sure you want to delete this photo?";
262
+ readonly galleryPhotoDeleted: "Photo deleted successfully";
263
+ readonly errorsInSubmit: "There were some errors during submission";
264
+ readonly newVariant: "New Variant";
265
+ readonly checkAll: "Check All";
266
+ readonly removeAll: "Remove All";
267
+ readonly cpanelCredentialsNotSet: "cPanel credentials are not set";
268
+ readonly logoutError: "Error logging out";
269
+ readonly deletePhoto: "Delete Photo";
270
+ readonly deletePhotoText: "Are you sure you want to delete this photo? The photo will be permanently deleted after confirmation.";
271
+ readonly deleteVideo: "Delete Video";
272
+ readonly deleteVideoText: "Are you sure you want to delete this video? The video will be permanently deleted after confirmation.";
273
+ readonly yes: "Yes";
274
+ readonly no: "No";
275
+ readonly videoDeletedSuccessfully: "Video deleted successfully";
276
+ readonly photoDeletedSuccessfully: "Photo deleted successfully";
277
+ readonly selectFile: "Select File";
278
+ readonly mandatory: "Mandatory";
279
+ readonly imageDimensionsMustBe: "Image dimensions must be";
280
+ readonly maxFileSize: "Max file size";
281
+ readonly imageRecommendedDimensions: "Image recommended dimensions";
282
+ readonly seeAll: "See All";
283
+ readonly allowedExtensions: "Allowed extensions";
284
+ readonly recursiveCategoryDelete: "Delete this category and all its children";
285
+ readonly recursiveCategoryDeleteWarning: "Warning! All child items will be deleted as well";
286
+ readonly unset: "Unset";
287
+ readonly success: "Success";
288
+ readonly search: "Search";
289
+ readonly today: "Today";
290
+ readonly last7Days: "Last 7 Days";
291
+ readonly last30Days: "Last 30 Days";
292
+ readonly last365Days: "Last 365 Days";
293
+ readonly custom: "Custom";
294
+ readonly analyticsOverview: "Analytics Overview";
295
+ readonly contentStatistics: "Content Statistics";
296
+ readonly recentActivity: "Recent Activity";
297
+ readonly latestContentUpdates: "Latest Content Updates";
298
+ readonly recentlyAddedOrModified: "Recently added or modified items across all sections";
299
+ readonly quickActions: "Quick Actions";
300
+ readonly systemStatus: "System Status";
301
+ readonly databaseStatus: "Database Status";
302
+ readonly cacheStatus: "Cache Status";
303
+ readonly connected: "Connected";
304
+ readonly operational: "Operational";
305
+ readonly view: "View";
306
+ readonly cmsOverview: "Content Management System Overview";
307
+ readonly fromLastMonth: "from last month";
308
+ readonly allConnectionsHealthy: "All database connections are healthy";
309
+ readonly cacheFunctioning: "Caching system is functioning properly";
310
+ readonly manageAdmins: "Manage Admins";
311
+ readonly viewAnalytics: "View Analytics";
312
+ readonly fullAccess: "Full Access";
313
+ readonly publisher: "Publisher";
314
+ readonly publisherTooltip: "Only publishers can publish/unpublish items";
315
+ readonly customAccess: "Custom:";
316
+ readonly noAccess: "No Access";
317
+ readonly allPermissions: "(All)";
318
+ readonly accepts: "Accepts";
319
+ readonly firstPage: "First";
320
+ readonly lastPage: "Last";
321
+ readonly readonly: "Readonly";
322
+ readonly mysqlDatabases: "MySQL®/MariaDB Databases";
323
+ readonly phpVersion: "PHP Version";
324
+ readonly documentRoot: "Document Root";
325
+ readonly version: "Version";
326
+ readonly remote: "Remote";
327
+ readonly database: "Database";
328
+ readonly diskUsage: "Disk Usage";
329
+ readonly users: "Users";
330
+ readonly mysqlNotInstalled: "MySQL/MariaDB is not installed";
331
+ readonly emailAccountsList: "Email Accounts List";
332
+ readonly theme: "Theme";
333
+ readonly noAccessToSection: "No access to this section";
334
+ readonly addNewCar: "Add New Car";
335
+ readonly createCarListing: "Create a new car listing";
336
+ readonly addRealEstate: "Add Real Estate";
337
+ readonly createPropertyListing: "Create a new property listing";
338
+ readonly viewAndManageAdmins: "View and manage administrators";
339
+ readonly detailedAnalytics: "Detailed analytics and insights";
340
+ readonly totalCars: "Total Cars";
341
+ readonly realEstate: "Real Estate";
342
+ readonly jobs: "Jobs";
343
+ readonly services: "Services";
344
+ readonly addedAgo: "Added {time} ago";
345
+ readonly hoursAgo: "hours ago";
346
+ readonly main: "Main";
347
+ readonly categorySections: "Category Sections";
348
+ readonly sectionsWithItems: "Sections with Items";
349
+ readonly simpleSections: "Simple Sections";
350
+ };
351
+ export default _default;
352
+ //# sourceMappingURL=en.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/translations/dictionaries/en.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6VU"}