nextjs-cms 0.9.0 → 0.9.1
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.
- package/LICENSE +21 -21
- package/README.md +290 -290
- package/dist/api/index.d.ts +6 -6
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/lib/serverActions.d.ts +6 -6
- package/dist/api/root.d.ts +12 -12
- package/dist/api/root.d.ts.map +1 -1
- package/dist/api/routers/config.d.ts.map +1 -1
- package/dist/api/routers/hasItemsSection.d.ts +2 -2
- package/dist/api/routers/hasItemsSection.d.ts.map +1 -1
- package/dist/api/routers/navigation.d.ts +3 -3
- package/dist/api/routers/simpleSection.d.ts +1 -1
- package/dist/api/routers/simpleSection.d.ts.map +1 -1
- package/dist/cli/lib/db-config.js +10 -10
- package/dist/core/db/table-checker/MysqlTable.js +8 -8
- package/dist/core/factories/FieldFactory.d.ts +1 -1
- package/dist/core/factories/section-factory-with-esbuild.js +9 -9
- package/dist/core/factories/section-factory-with-jiti.js +9 -9
- package/dist/core/fields/checkbox.d.ts +1 -1
- package/dist/core/fields/color.d.ts +1 -1
- package/dist/core/fields/date.d.ts +1 -1
- package/dist/core/fields/document.d.ts +1 -1
- package/dist/core/fields/field.d.ts +1 -1
- package/dist/core/fields/field.d.ts.map +1 -1
- package/dist/core/fields/map.d.ts +1 -1
- package/dist/core/fields/number.d.ts +1 -1
- package/dist/core/fields/password.d.ts +1 -1
- package/dist/core/fields/photo.d.ts +1 -1
- package/dist/core/fields/richText.d.ts +1 -1
- package/dist/core/fields/select.d.ts +2 -2
- package/dist/core/fields/selectMultiple.d.ts +1 -1
- package/dist/core/fields/slug.d.ts +1 -1
- package/dist/core/fields/tags.d.ts +1 -1
- package/dist/core/fields/text.d.ts +1 -1
- package/dist/core/fields/textArea.d.ts +1 -1
- package/dist/core/fields/video.d.ts +1 -1
- package/dist/core/sections/category.d.ts +40 -40
- package/dist/core/sections/hasItems.d.ts +40 -40
- package/dist/core/sections/section.d.ts +21 -21
- package/dist/core/sections/simple.d.ts +8 -8
- package/dist/translations/client.d.ts +4 -4
- package/dist/translations/dictionaries/ar.d.ts +433 -0
- package/dist/translations/dictionaries/ar.d.ts.map +1 -0
- package/dist/translations/dictionaries/ar.js +444 -0
- package/dist/translations/dictionaries/en.d.ts +433 -0
- package/dist/translations/dictionaries/en.d.ts.map +1 -0
- package/dist/translations/dictionaries/en.js +444 -0
- package/dist/translations/localization.d.ts +1 -39
- package/dist/translations/localization.d.ts.map +1 -1
- package/dist/translations/localization.js +0 -48
- package/dist/translations/server.d.ts +4 -4
- package/package.json +1 -1
|
@@ -0,0 +1,433 @@
|
|
|
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 nodeVersion: "Node.js Version";
|
|
325
|
+
readonly documentRoot: "Document Root";
|
|
326
|
+
readonly version: "Version";
|
|
327
|
+
readonly remote: "Remote";
|
|
328
|
+
readonly database: "Database";
|
|
329
|
+
readonly diskUsage: "Disk Usage";
|
|
330
|
+
readonly users: "Users";
|
|
331
|
+
readonly mysqlNotInstalled: "MySQL/MariaDB is not installed";
|
|
332
|
+
readonly emailAccountsList: "Email Accounts List";
|
|
333
|
+
readonly theme: "Theme";
|
|
334
|
+
readonly noAccessToSection: "No access to this section";
|
|
335
|
+
readonly localeNotSupported: "This language is not supported";
|
|
336
|
+
readonly language: "Language";
|
|
337
|
+
readonly addNewCar: "Add New Car";
|
|
338
|
+
readonly createCarListing: "Create a new car listing";
|
|
339
|
+
readonly addRealEstate: "Add Real Estate";
|
|
340
|
+
readonly createPropertyListing: "Create a new property listing";
|
|
341
|
+
readonly viewAndManageAdmins: "View and manage administrators";
|
|
342
|
+
readonly detailedAnalytics: "Detailed analytics and insights";
|
|
343
|
+
readonly totalCars: "Total Cars";
|
|
344
|
+
readonly realEstate: "Real Estate";
|
|
345
|
+
readonly jobs: "Jobs";
|
|
346
|
+
readonly services: "Services";
|
|
347
|
+
readonly addedAgo: "Added {time} ago";
|
|
348
|
+
readonly hoursAgo: "hours ago";
|
|
349
|
+
readonly main: "Main";
|
|
350
|
+
readonly categorySections: "Category Sections";
|
|
351
|
+
readonly sectionsWithItems: "Sections with Items";
|
|
352
|
+
readonly simpleSections: "Simple Sections";
|
|
353
|
+
readonly cpanelPluginMisconfigured: "cPanel dashboard plugin misconfigured: missing tRPC client.";
|
|
354
|
+
readonly loadingCpanelData: "Loading cPanel usage…";
|
|
355
|
+
readonly unableToLoadCpanelData: "Unable to load cPanel data";
|
|
356
|
+
readonly usedLabel: "Used";
|
|
357
|
+
readonly totalLabel: "Total";
|
|
358
|
+
readonly databases: "Databases";
|
|
359
|
+
readonly pnpmVersion: "pnpm Version";
|
|
360
|
+
readonly npmVersion: "npm Version";
|
|
361
|
+
readonly bunVersion: "bun Version";
|
|
362
|
+
readonly cPanelDashboard: "cPanel Dashboard";
|
|
363
|
+
readonly noTokenProvided: "No token provided";
|
|
364
|
+
readonly invalidCredentials: "Invalid credentials";
|
|
365
|
+
readonly failedToCreateTokens: "Failed to create access and refresh tokens";
|
|
366
|
+
readonly failedToSaveTokens: "Failed to save access and refresh tokens to database";
|
|
367
|
+
readonly oldPasswordIncorrect: "Old password is incorrect";
|
|
368
|
+
readonly usernameAndPasswordRequired: "Please provide username and password";
|
|
369
|
+
readonly invalidFilePath: "Invalid file path";
|
|
370
|
+
readonly invalidRequest: "Invalid request";
|
|
371
|
+
readonly fileNotFound: "File not found";
|
|
372
|
+
readonly invalidFileType: "Invalid file type";
|
|
373
|
+
readonly sectionTableIdentifierNotFound: "Section table identifier field not found";
|
|
374
|
+
readonly checkboxRequired: "Checkbox is required";
|
|
375
|
+
readonly requiredField: "This field is required";
|
|
376
|
+
readonly invalidColorFormat: "Invalid color format, must be in hex format (#xxxxxx or #xxx)";
|
|
377
|
+
readonly invalidImageExtension: "Invalid image file extension. Supported extensions are: {extensions}";
|
|
378
|
+
readonly invalidFileExtension: "Invalid file extension. Supported extensions are: {extensions}";
|
|
379
|
+
readonly fileSizeExceeded: "File size should not exceed the maximum allowed size of {size} {unit}";
|
|
380
|
+
readonly invalidImageType: "Invalid image file type. Supported types are: {types}";
|
|
381
|
+
readonly invalidVideoType: "Invalid video file type. Supported types are: {types}";
|
|
382
|
+
readonly invalidDocumentType: "Invalid document file type. Supported types are: {types}";
|
|
383
|
+
readonly imageDimensionMismatch: "Uploaded image size ({actual}) does not match the required {required} pixels";
|
|
384
|
+
readonly couldNotVerifyImageDimensions: "Could not verify image dimensions. Please try again.";
|
|
385
|
+
readonly atLeastOneValueRequired: "At least one value is required";
|
|
386
|
+
readonly invalidSlugFormat: "Invalid slug format. Use only letters, numbers, and hyphens (no leading/trailing hyphens).";
|
|
387
|
+
readonly invalidColorPleaseProvideValidHex: "Invalid color, please provide a valid hex color";
|
|
388
|
+
readonly invalidMapFormat: "Invalid map coordinates format. Use \"lat,lng\".";
|
|
389
|
+
readonly minLength: "Must be at least {min} characters";
|
|
390
|
+
readonly maxLength: "Must be at most {max} characters";
|
|
391
|
+
readonly numberMinLength: "Number can't be shorter than {min} characters";
|
|
392
|
+
readonly numberMaxLength: "Number can't be longer than {max} characters";
|
|
393
|
+
readonly numberMinValue: "Number must be at least {min}";
|
|
394
|
+
readonly numberMaxValue: "Number must be at most {max}";
|
|
395
|
+
readonly fieldIsRequired: "Field {field} is required";
|
|
396
|
+
readonly unableToLoadImage: "Unable to load image";
|
|
397
|
+
readonly unableToReadFile: "Unable to read file";
|
|
398
|
+
readonly errorReadingFile: "Error reading file";
|
|
399
|
+
readonly publish: "Publish";
|
|
400
|
+
readonly level: "Level";
|
|
401
|
+
readonly parentId: "Parent ID";
|
|
402
|
+
readonly selectFieldConfigError: "Select field requires either db, section or an options array";
|
|
403
|
+
readonly tableIdentifierLabelRequired: "Table, identifier and label are required";
|
|
404
|
+
readonly i18nMustHaveAtLeastOneLocale: "i18n.supportedLanguages must have at least one locale";
|
|
405
|
+
readonly fieldMinValueError: "{field} must be {min} and above";
|
|
406
|
+
readonly fieldMaxValueError: "{field} must be {max} and below";
|
|
407
|
+
readonly fieldMinMaxMismatch: "{field} has minValue > maxValue";
|
|
408
|
+
readonly fieldLengthMismatch: "{field} has minLength > maxLength";
|
|
409
|
+
readonly invalidDatePleaseProvideValid: "{field}: Invalid date, please provide a valid date";
|
|
410
|
+
readonly fileCorrupted: "File is corrupted";
|
|
411
|
+
readonly fileWriteError: "{field}: Error writing file to disk";
|
|
412
|
+
readonly fileDeleteError: "{field}: Error deleting file from disk";
|
|
413
|
+
readonly folderNotSet: "{field}: Folder is not set. Make sure to set the folder by calling postSubmit() before writing the file to disk";
|
|
414
|
+
readonly imageNotSet: "{field}: Image is not set. Make sure to call prepareForSubmission() before writing the file to disk";
|
|
415
|
+
readonly bufferNotSet: "{field}: Buffer is not set. Make sure to call prepareForSubmission() before writing the file to disk";
|
|
416
|
+
readonly invalidFileTypeOrExtension: "{field}: Invalid file type or extension. Allowed extensions: {extensions}";
|
|
417
|
+
readonly fileSizeExceedsMax: "{field}: File size ({actual}) exceeds the maximum allowed size of {max}";
|
|
418
|
+
readonly imageDimensionMismatchDetailed: "{field}: Uploaded image size ({actual} pixels) does not match the required size: {required} pixels";
|
|
419
|
+
readonly photoFieldBuildRequired: "PhotoField.build() must be called before exportForClient()";
|
|
420
|
+
readonly documentWriteError: "{field}: Error writing document to disk";
|
|
421
|
+
readonly documentDeleteError: "{field}: Error deleting document from disk";
|
|
422
|
+
readonly invalidDocumentFileType: "{field}: Invalid file type";
|
|
423
|
+
readonly videoFolderNotSet: "{field}: Folder is not set. Make sure to set the folder by calling postSubmit() before writing the file to disk";
|
|
424
|
+
readonly videoBufferNotSet: "{field}: Buffer is not set. Make sure to call prepareForSubmission() before writing the file to disk";
|
|
425
|
+
readonly videoWriteError: "{field}: Error writing file to disk";
|
|
426
|
+
readonly recordWithFieldExists: "A record with this {field} already exists";
|
|
427
|
+
readonly recordWithCombinationExists: "A record with this combination of {fields} already exists";
|
|
428
|
+
readonly sqlQueryNotDefined: "SQL query is not defined";
|
|
429
|
+
readonly galleryTableNotSetUp: "Gallery table is not set up correctly, gallery photos were not saved.";
|
|
430
|
+
readonly useVideoApiRoute: "Please use the /api/video route";
|
|
431
|
+
};
|
|
432
|
+
export default _default;
|
|
433
|
+
//# 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,wBA0cU"}
|