@opengis/cms 0.0.49 → 0.0.50

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 (20) hide show
  1. package/dist/{ArticlesPage-BcR1hbds.js → ArticlesPage-Cuit_90w.js} +3 -3
  2. package/dist/{BuilderPage-CK_osM89.js → BuilderPage-B79YHrmr.js} +51 -51
  3. package/dist/{CollectionsBreadcrumb.vue_vue_type_script_setup_true_lang-CnOe9ORD.js → CollectionsBreadcrumb.vue_vue_type_script_setup_true_lang-B6irHMzL.js} +19 -19
  4. package/dist/{EditCollectionPage-DtgvKGm-.js → EditCollectionPage-B4p_iA6h.js} +2 -2
  5. package/dist/{MenuAddPage-Bf48Z-ah.js → MenuAddPage-CmU4kAUM.js} +1 -1
  6. package/dist/{MenuItemPage-BSwUW8tv.js → MenuItemPage-UV8JlJvT.js} +59 -59
  7. package/dist/{MenuPage-tJZtK46W.js → MenuPage-c4TPJgIN.js} +1 -1
  8. package/dist/MonacoEditor.vue_vue_type_script_setup_true_lang-C8cip9Ci.js +84 -0
  9. package/dist/{UniversalTable.vue_vue_type_script_setup_true_lang-CJGTsd1V.js → UniversalTable.vue_vue_type_script_setup_true_lang-DR4PQwqR.js} +80 -80
  10. package/dist/{UniversalTablePagination.vue_vue_type_script_setup_true_lang-GYZd_gkA.js → UniversalTablePagination.vue_vue_type_script_setup_true_lang-C8P9DCeX.js} +46 -46
  11. package/dist/{contentForm-NcG15_5z.js → contentForm-S5mXr5B7.js} +1 -1
  12. package/dist/index.js +72 -1752
  13. package/locales/en.json +809 -0
  14. package/locales/uk.json +809 -0
  15. package/package.json +68 -67
  16. package/server/routes/cms/controllers/getPermissions.js +15 -15
  17. package/server/routes/cms/controllers/listMedia.js +18 -2
  18. package/server/routes/cms/controllers/setPermissions.js +49 -49
  19. package/server/templates/select/core.user_mentioned.sql +1 -1
  20. package/dist/MonacoEditor.vue_vue_type_script_setup_true_lang-B1DrxmQX.js +0 -84
package/dist/index.js CHANGED
@@ -1,1783 +1,103 @@
1
- import { defineAsyncComponent as r, defineComponent as U, getCurrentInstance as L, computed as l, provide as N, openBlock as b, createBlock as I, resolveDynamicComponent as R, createElementBlock as E, toDisplayString as x } from "vue";
2
- import { useRoute as _, routeLocationKey as V } from "vue-router";
3
- import { createI18n as O } from "vue-i18n";
4
- const K = "menu", B = (i, o) => {
5
- const t = i == null ? void 0 : i.trim();
6
- return t ? t === K ? o ? o === "create" ? { type: "createMenu", collection: t } : { type: "editMenu", collection: t, id: o } : { type: "menu", collection: t } : o === "edit" ? { type: "editCollection", collection: t } : o ? o === "create" ? { type: "createArticle", collection: t } : { type: "editArticle", collection: t, id: o } : { type: "articles", collection: t } : { type: "collections" };
7
- }, w = r(() => import("./CollectionsPage-JfmrHNR_.js")), z = r(() => import("./ArticlesPage-BcR1hbds.js")), C = r(() => import("./contentForm-NcG15_5z.js")), j = r(() => import("./EditCollectionPage-DtgvKGm-.js")), q = r(
8
- () => import("./MenuPage-tJZtK46W.js")
9
- ), G = r(
10
- () => import("./MenuItemPage-BSwUW8tv.js")
11
- ), $ = r(
12
- () => import("./MenuAddPage-Bf48Z-ah.js")
13
- ), H = {
14
- collections: w,
15
- articles: z,
16
- createArticle: C,
17
- editArticle: C,
18
- editCollection: j,
19
- menu: q,
20
- editMenu: G,
21
- createMenu: $
22
- }, W = w, J = (i) => H[i] ?? W, Y = {
1
+ import { defineAsyncComponent as o, defineComponent as P, getCurrentInstance as $, computed as s, provide as w, openBlock as v, createBlock as b, resolveDynamicComponent as h, createElementBlock as k, toDisplayString as x } from "vue";
2
+ import { useRoute as E, routeLocationKey as I } from "vue-router";
3
+ const B = "menu", D = (u, i) => {
4
+ const r = u == null ? void 0 : u.trim();
5
+ return r ? r === B ? i ? i === "create" ? { type: "createMenu", collection: r } : { type: "editMenu", collection: r, id: i } : { type: "menu", collection: r } : i === "edit" ? { type: "editCollection", collection: r } : i ? i === "create" ? { type: "createArticle", collection: r } : { type: "editArticle", collection: r, id: i } : { type: "articles", collection: r } : { type: "collections" };
6
+ }, C = o(() => import("./CollectionsPage-JfmrHNR_.js")), K = o(() => import("./ArticlesPage-Cuit_90w.js")), y = o(() => import("./contentForm-S5mXr5B7.js")), O = o(() => import("./EditCollectionPage-B4p_iA6h.js")), L = o(
7
+ () => import("./MenuPage-c4TPJgIN.js")
8
+ ), W = o(
9
+ () => import("./MenuItemPage-UV8JlJvT.js")
10
+ ), N = o(
11
+ () => import("./MenuAddPage-CmU4kAUM.js")
12
+ ), j = {
13
+ collections: C,
14
+ articles: K,
15
+ createArticle: y,
16
+ editArticle: y,
17
+ editCollection: O,
18
+ menu: L,
19
+ editMenu: W,
20
+ createMenu: N
21
+ }, F = C, S = (u) => j[u] ?? F, T = {
23
22
  key: 1,
24
23
  class: "p-4 text-sm text-slate-600 dark:text-slate-300"
25
- }, ae = /* @__PURE__ */ U({
24
+ }, q = /* @__PURE__ */ P({
26
25
  __name: "CmsContentWrapper",
27
- setup(i) {
28
- const o = _(), t = L();
29
- if (!t)
26
+ setup(u) {
27
+ const i = E(), r = $();
28
+ if (!r)
30
29
  throw new Error("CmsContentWrapper must be used within a component instance");
31
- const f = l(() => {
32
- const e = t.appContext.config.globalProperties.$route;
30
+ const R = s(() => {
31
+ const e = r.appContext.config.globalProperties.$route;
33
32
  if (!e)
34
33
  throw new Error("Vue Router is not registered on the app instance");
35
34
  return e;
36
- }), c = l(() => o ?? f.value), u = l(() => {
35
+ }), l = s(() => i ?? R.value), p = s(() => {
37
36
  var e;
38
- return ((e = c.value) == null ? void 0 : e.params) ?? {};
39
- }), m = l(
37
+ return ((e = l.value) == null ? void 0 : e.params) ?? {};
38
+ }), m = s(
40
39
  () => {
41
- var e, a;
42
- return ((e = u.value) == null ? void 0 : e.collection) ?? ((a = u.value) == null ? void 0 : a.type);
40
+ var e, t;
41
+ return ((e = p.value) == null ? void 0 : e.collection) ?? ((t = p.value) == null ? void 0 : t.type);
43
42
  }
44
- ), k = l(
43
+ ), _ = s(
45
44
  () => {
46
45
  var e;
47
- return (e = u.value) == null ? void 0 : e.id;
46
+ return (e = p.value) == null ? void 0 : e.id;
48
47
  }
49
- ), d = l(() => B(
48
+ ), a = s(() => D(
50
49
  m.value,
51
- k.value
52
- )), h = l(() => J(d.value.type)), F = l(
53
- () => `${d.value.type}-${d.value.collection ?? ""}-${d.value.id ?? ""}`
54
- ), y = l(() => {
55
- const { type: e, collection: a, id: n } = d.value, s = { ...u.value };
56
- return m.value ? s.collection = m.value : delete s.collection, e === "articles" ? s.id = a : e === "createArticle" ? delete s.id : e === "editCollection" ? s.id = a : e === "editArticle" && n ? s.id = n : delete s.id, s;
57
- }), T = new Proxy({}, {
58
- get(e, a, n) {
59
- const s = c.value;
60
- if (!s)
50
+ _.value
51
+ )), f = s(() => S(a.value.type)), A = s(
52
+ () => `${a.value.type}-${a.value.collection ?? ""}-${a.value.id ?? ""}`
53
+ ), g = s(() => {
54
+ const { type: e, collection: t, id: c } = a.value, n = { ...p.value };
55
+ return m.value ? n.collection = m.value : delete n.collection, e === "articles" ? n.id = t : e === "createArticle" ? delete n.id : e === "editCollection" ? n.id = t : e === "editArticle" && c ? n.id = c : delete n.id, n;
56
+ }), M = new Proxy({}, {
57
+ get(e, t, c) {
58
+ const n = l.value;
59
+ if (!n)
61
60
  return;
62
- if (a === "params")
63
- return y.value;
64
- const p = Reflect.get(s, a, n);
65
- return typeof p == "function" ? p.bind(s) : p;
61
+ if (t === "params")
62
+ return g.value;
63
+ const d = Reflect.get(n, t, c);
64
+ return typeof d == "function" ? d.bind(n) : d;
66
65
  },
67
- has(e, a) {
68
- if (a === "params")
66
+ has(e, t) {
67
+ if (t === "params")
69
68
  return !0;
70
- const n = c.value;
71
- return n ? Reflect.has(n, a) : !1;
69
+ const c = l.value;
70
+ return c ? Reflect.has(c, t) : !1;
72
71
  },
73
72
  ownKeys() {
74
- const e = c.value;
73
+ const e = l.value;
75
74
  return e ? Reflect.ownKeys(e) : ["params"];
76
75
  },
77
- getOwnPropertyDescriptor(e, a) {
78
- if (a === "params")
76
+ getOwnPropertyDescriptor(e, t) {
77
+ if (t === "params")
79
78
  return {
80
79
  configurable: !0,
81
80
  enumerable: !0,
82
- value: y.value
81
+ value: g.value
83
82
  };
84
- const n = c.value;
85
- if (!n)
83
+ const c = l.value;
84
+ if (!c)
86
85
  return;
87
- const s = Reflect.getOwnPropertyDescriptor(n, a);
88
- if (s)
89
- return { ...s, configurable: !0 };
86
+ const n = Reflect.getOwnPropertyDescriptor(c, t);
87
+ if (n)
88
+ return { ...n, configurable: !0 };
90
89
  }
91
90
  });
92
- return N(V, T), (e, a) => h.value ? (b(), I(R(h.value), { key: F.value })) : (b(), E("div", Y, x(e.$t("cms.navigation.collections")), 1));
93
- }
94
- }), Q = (i, o) => {
95
- const t = i[o];
96
- return t ? typeof t == "function" ? t() : Promise.resolve(t) : new Promise((f, c) => {
97
- (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(c.bind(null, new Error("Unknown variable dynamic import: " + o)));
98
- });
99
- }, S = {
100
- reference: {
101
- faq: "FAQ",
102
- banner: "Banner",
103
- slider: "Slider",
104
- video: "Video",
105
- about: "About",
106
- cards: "Cards",
107
- photoGrid: "Photo Grid",
108
- usefulLinks: "Useful Links",
109
- team: "Team",
110
- body: "Body",
111
- news: "News",
112
- form: "Form",
113
- tabs: "Tabs",
114
- vertical_tabs: "Vertical Tabs",
115
- documents: "Documents",
116
- infoLine: "Information Line",
117
- iframe: "Iframe",
118
- interested: "You may be interested",
119
- contact: "Contact"
120
- },
121
- navigation: {
122
- editMenu: "Edit Menu",
123
- dashboard: "Dashboard",
124
- collections: "Collections Structure",
125
- articles: "Articles",
126
- posts: "Posts",
127
- media: "Media",
128
- permissions: "Permissions",
129
- tags: "Tags",
130
- singletons: "Pages",
131
- feedback: "Feedback",
132
- email: "Пошти користувачів",
133
- singletonsMenu: "Menu",
134
- menuAdd: "Create Menu",
135
- builder: "Collections Structure",
136
- back: "Back",
137
- settings: "Settings",
138
- settingsDescription: "Manage your CMS configuration",
139
- singletonsMenuDescription: "Manage your menu.",
140
- users: "Users",
141
- general: "General",
142
- apiKeys: "API Keys",
143
- appearance: "Appearance",
144
- logs: "Logs",
145
- cms: "CMS"
146
- },
147
- dashboard: {
148
- title: "Dashboard",
149
- newCollection: "Create Collection",
150
- quickActions: "Quick Actions",
151
- views: "views",
152
- stats: {
153
- totalArticles: "Total Articles",
154
- totalMedia: "Total Media",
155
- activeUsers: "Active Users",
156
- apiRequests: "API Requests",
157
- fromLastMonth: "from last month"
158
- },
159
- collections: {
160
- title: "Collections",
161
- articles: "Articles",
162
- articlesDesc: "Description for articles",
163
- posts: "Posts",
164
- postsDesc: "Description for posts",
165
- products: "Products",
166
- productsDesc: "Description for products",
167
- categories: "Categories",
168
- categoriesDesc: "Description for categories",
169
- items: "items",
170
- new: "New Collection"
171
- },
172
- recentArticles: "Recent Articles",
173
- recentPosts: "Recent Posts",
174
- activeUsers: "Active Users",
175
- mediaFiles: "Media Files",
176
- createArticle: "Create Article",
177
- createPost: "Create Post",
178
- uploadMedia: "Upload Media",
179
- manageUsers: "Manage Users",
180
- feedback: "Feedback",
181
- createArticleDescription: "Create a new article for your site",
182
- uploadMediaDescription: "Upload media files for your site",
183
- manageUsersDescription: "Manage users for your site",
184
- viewFeedbackDescription: "View feedback for your site",
185
- activityFeed: "Activity Feed",
186
- viewAll: "View all",
187
- description: "Welcome to the CMS dashboard. You can create, edit, and manage your site's content.",
188
- newArticle: "Create Article",
189
- totalContent: "Total Content",
190
- articlesPostsPages: "Articles, Posts and Pages",
191
- monthlyActiveUsers: "Monthly Active Users",
192
- imagesVideosDocs: "Images, Videos and Docs",
193
- thisMonth: "This Month",
194
- newMediaFiles: "New Media Files",
195
- gettingStartedWithNextJs14: "Getting Started with Next.js 14",
196
- sarahJohnson: "Sarah Johnson",
197
- advancedReactPatterns: "Advanced React Patterns",
198
- uiUxDesignPrinciples: "UI/UX Design Principles",
199
- databaseOptimizationTips: "Database Optimization Tips",
200
- mikeChen: "Mike Chen",
201
- emmaWilson: "Emma Wilson",
202
- alexRodriguez: "Alex Rodriguez",
203
- recentContent: "Recent Content"
204
- },
205
- collections: {
206
- title: "Collections",
207
- selectCollection: "Select a collection to view its content",
208
- createCollection: "New Collection",
209
- searchCollections: "Search collections...",
210
- entries: "Entries",
211
- fields: "Fields",
212
- lastModified: "Last Modified",
213
- edit: "Edit",
214
- delete: "Delete",
215
- view: "View",
216
- form: {
217
- name: "Collection Name",
218
- slug: "Slug",
219
- description: "Description",
220
- fields: "Fields",
221
- addField: "Add Field"
222
- },
223
- dragToBuild: "Drag and drop content blocks here to build your collection structure",
224
- collectionCreated: "Collection created successfully",
225
- collectionCreationFailed: "Error creating collection",
226
- pinPublication: "Pin Publication"
227
- },
228
- articles: {
229
- title: "Articles",
230
- createArticle: "Create Article",
231
- searchArticles: "Search articles...",
232
- showColumns: "Show columns",
233
- update: "Update",
234
- create: "Create",
235
- form: {
236
- title: "Title",
237
- content: "Content",
238
- author: "Author",
239
- category: "Category",
240
- status: "Status"
241
- }
242
- },
243
- posts: {
244
- title: "Posts",
245
- createPost: "Create Post",
246
- searchPosts: "Search posts...",
247
- form: {
248
- title: "Title",
249
- content: "Content",
250
- author: "Author",
251
- category: "Category",
252
- status: "Status"
253
- }
254
- },
255
- singletons: {
256
- title: "Singletons",
257
- createSingleton: "Create Singleton",
258
- searchSingletons: "Search singletons...",
259
- form: {
260
- name: "Name",
261
- description: "Description",
262
- content: "Content",
263
- status: "Status"
264
- },
265
- search: "Search singletons..."
266
- },
267
- media: {
268
- title: "Media Library",
269
- description: "Manage your images, documents, and media files.",
270
- uploadMedia: "Upload Media",
271
- searchMedia: "Search files...",
272
- fileInfo: "File Information",
273
- preview: "Preview",
274
- newFolder: "New Folder",
275
- selectFile: "Select a file to view details",
276
- fileDetails: "File Details",
277
- name: "Name",
278
- size: "Size",
279
- dimensions: "Dimensions",
280
- uploadDate: "Upload Date",
281
- author: "Author",
282
- tags: "Tags",
283
- banner: "Banner",
284
- hero: "Hero",
285
- homepage: "Homepage",
286
- download: "Download",
287
- copyPath: "Copy path",
288
- copyPathFailed: "Failed to copy path",
289
- delete: "Delete",
290
- edit: "Edit",
291
- share: "Share",
292
- moreActions: "More actions",
293
- deleteFile: "Delete File",
294
- cancel: "Cancel",
295
- mediaLibrary: "Media Library",
296
- showColumns: "Show columns",
297
- update: "Update",
298
- create: "Create",
299
- createFolder: "Create Folder",
300
- files: "files",
301
- noFilesInFolder: "No files in this folder",
302
- deleteConfirmation: "Are you sure you want to delete this file?",
303
- uploaded: "Uploaded",
304
- filter: "Filter",
305
- search: "Search media files...",
306
- uploadingFiles: "Uploading files",
307
- uploading: "Uploading...",
308
- folder: "Folder",
309
- updatedAt: "Updated At",
310
- type: "Type",
311
- sortBy: {
312
- title: "Sort by",
313
- name: "File name",
314
- filesize: "File size"
315
- },
316
- upload: "Upload",
317
- selectFromMedia: "Select from media",
318
- selectedFiles: "Selected files: {count}",
319
- selectFiles: "Select files"
320
- },
321
- tags: {
322
- title: "Tags",
323
- description: "Manage your tags.",
324
- createTag: "Create Tag",
325
- editTag: "Edit Tag",
326
- searchTags: "Search tags...",
327
- form: {
328
- name: "Name",
329
- description: "Description",
330
- color: "Color",
331
- slug: "Slug",
332
- created_at: "Created At",
333
- count_data: "Count of Used",
334
- topic: "Topic"
335
- },
336
- emptyTitle: "No tags found",
337
- emptyDescription: "Create your first tag to get started.",
338
- emptyButton: "Create Tag"
339
- },
340
- feedback: {
341
- title: "Feedback",
342
- description: "View feedback",
343
- table: {
344
- number: "№",
345
- noFeedback: "No feedback",
346
- email: "Email",
347
- userName: "Full name",
348
- messageText: "Message text",
349
- feedbackType: "Type of appeal",
350
- cdate: "Feedback date",
351
- phone: "Phone",
352
- resumeLink: "Resume link",
353
- linkedinLink: "Linkedin link",
354
- portfolioLink: "Portfolio link",
355
- telegramLink: "Telegram link"
356
- }
357
- },
358
- email: {
359
- title: "User mails",
360
- description: "View users awaiting feedback",
361
- table: {
362
- number: "№",
363
- date: "Date of shipment",
364
- email: "Email"
365
- }
366
- },
367
- emptyData: {
368
- title: "No data found",
369
- description: "Create your first item to get started.",
370
- buttonText: "Create Item"
371
- },
372
- form: {
373
- gen: "Generate",
374
- key: "Key",
375
- value: "Value",
376
- noDataToDisplay: "No data to display",
377
- add: "Add"
378
- },
379
- builder: {
380
- faq: "FAQ",
381
- photoGrid: "Photo Grid",
382
- banner: "Banner",
383
- slider: "Slider",
384
- video: "Video",
385
- about: "About",
386
- cards: "Cards",
387
- usefulLinks: "Useful Links",
388
- team: "Team",
389
- body: "Body",
390
- news: "News",
391
- form: "Form",
392
- tabs: "Tabs",
393
- vertical_tabs: "Vertical Tabs",
394
- documents: "Documents",
395
- infoLine: "Information Line",
396
- iframe: "Iframe",
397
- manageContentCollections: "Manage content collections",
398
- searchCollections: "Search collections...",
399
- collections: "Collections",
400
- collectionStructure: "Collection Structure",
401
- defineFields: "Define the fields and their types for this collection",
402
- name: "Name",
403
- edit: "Edit",
404
- preview: "Preview",
405
- type: "Type",
406
- content: "Content",
407
- seo: "SEO",
408
- tags: "Tags",
409
- save: "Save",
410
- cancel: "Cancel",
411
- create: "Create",
412
- localization: "Localization",
413
- actions: "Actions",
414
- noColumnsFound: "No columns found",
415
- collectionName: "Collection Name",
416
- title: "Title",
417
- entries: "Entries",
418
- fields: "Fields",
419
- status: "Status",
420
- lastModified: "Last Modified",
421
- editCollection: "Edit collection",
422
- editPage: "Edit page",
423
- editContentForYourSite: "Edit content for your site",
424
- deleteObject: "Are you sure you want to delete this object?",
425
- editField: "Edit field",
426
- deleteTitle: "Delete field",
427
- deleteField: "Are you sure you want to delete this field?",
428
- scheme: {
429
- name: {
430
- label: "Name",
431
- placeholder: "Name"
432
- },
433
- title: {
434
- label: "Title",
435
- placeholder: "Title"
436
- },
437
- type: {
438
- label: "Type",
439
- placeholder: "Type",
440
- options: {
441
- collection: "Collection",
442
- single: "Single"
443
- }
444
- },
445
- customTable: {
446
- label: "Custom Table"
447
- },
448
- status: {
449
- label: "Status",
450
- placeholder: "Status",
451
- options: {
452
- published: "Published",
453
- draft: "Draft",
454
- archived: "Archived"
455
- }
456
- },
457
- description: {
458
- label: "Description",
459
- placeholder: "Description"
460
- },
461
- preview_path: {
462
- label: "Preview path",
463
- placeholder: "Preview path",
464
- info: "Path to slug for preview"
465
- },
466
- include_search: {
467
- label: "Include in search?",
468
- placeholder: "Include in search?"
469
- }
470
- },
471
- required: "Required field",
472
- createField: "Create field",
473
- selectType: "Select type",
474
- createFolder: "Create folder",
475
- changeType: "Change type",
476
- fieldLabels: {
477
- name: "Name",
478
- label: "Label",
479
- placeholder: "Placeholder",
480
- help: "Help",
481
- type: "Type",
482
- subtype: "Subtype",
483
- parent: "Parent",
484
- data: "Classifier ID",
485
- options: "Options",
486
- colModel: "ColModel",
487
- multiple: "Multiple",
488
- api: "API",
489
- relation: "Relation",
490
- required: "Required",
491
- localization: "Localization"
492
- },
493
- fieldPlaceholders: {
494
- name: "Name",
495
- label: "Title",
496
- placeholder: "Placeholder",
497
- help: "Help",
498
- type: "Type",
499
- subtype: "Subtype",
500
- parent: "Parent",
501
- data: "Classifier ID",
502
- options: "Options",
503
- colModel: "ColModel",
504
- api: "API",
505
- relation: "Relation"
506
- },
507
- fieldOptions: {
508
- text: "Text",
509
- number: "Number",
510
- integer: "Integer",
511
- date: "Date",
512
- datetime: "Datetime",
513
- file: "File",
514
- select: "Select",
515
- multiselect: "MultiSelect",
516
- mediaselect: "MediaSelect",
517
- radio: "Radio",
518
- boolean: "Boolean",
519
- datalist: "Data list",
520
- image: "Image",
521
- slug: "Slug",
522
- richtext: "Rich Text",
523
- markdown: "Markdown",
524
- reference: "Reference",
525
- relation: "Relation",
526
- fileList: "Gallery",
527
- tags: "Tags"
528
- }
529
- },
530
- menu: {
531
- title: "Menu",
532
- description: "Manage your menu.",
533
- createMenu: "Create Menu",
534
- searchMenu: "Search menu...",
535
- menuAdd: "Add Menu",
536
- editMenu: "Edit Menu",
537
- textEditor: "Text Editor",
538
- listTree: "List Tree",
539
- filter: "Filter",
540
- search: "Search menu...",
541
- menuCreated: "Menu created",
542
- menuCreateError: "Error creating menu",
543
- menuUpdated: "Menu updated",
544
- menuUpdateError: "Error updating menu",
545
- menuDeleted: "Menu deleted",
546
- menuDeleteError: "Error deleting menu",
547
- form: {
548
- name: "Name",
549
- description: "Description",
550
- content: "Content",
551
- status: "Status",
552
- value: "Value",
553
- language: "Language"
554
- }
555
- },
556
- settings: {
557
- title: "Settings",
558
- description: "Configure your CMS settings and preferences.",
559
- systemStatus: "System Status",
560
- siteInformation: "Site Information",
561
- logo: "Logo",
562
- siteName: "Site Name",
563
- version: "Version",
564
- environment: "Environment",
565
- security: "Security",
566
- localization: "Localization",
567
- production: "Production",
568
- systemHealth: "System Health",
569
- database: "Database",
570
- connected: "Connected",
571
- cache: "Cache",
572
- active: "Active",
573
- storage: "Storage",
574
- used: "Used",
575
- configure: "Configure",
576
- successTitle: "Success",
577
- successMessage: "Settings saved successfully",
578
- errorTitle: "Error",
579
- errorMessage: "Error saving settings",
580
- generateNewKey: "Generate New Key",
581
- apiSecurity: "API Security",
582
- general: {
583
- general: "General Settings",
584
- generalDescription: "Manage your general settings.",
585
- url: "URL",
586
- language: "Language",
587
- languages: "Languages",
588
- contacts: "Contacts",
589
- showSocialsNumber: "Number of socials to display",
590
- headerBtn: "Title of header button",
591
- mapCoords: "Map coordinates",
592
- socials: "Socials",
593
- saveChanges: "Save Changes",
594
- cancel: "Cancel",
595
- notifications: "Notifications",
596
- emailNotifications: "Email Notifications",
597
- emailNotificationsDescription: "Receive notifications by email",
598
- pushNotifications: "Browser Notifications",
599
- pushNotificationsDescription: "Browser notifications for important updates",
600
- smsNotifications: "SMS Notifications",
601
- smsNotificationsDescription: "SMS notifications for critical updates",
602
- desktopNotifications: "Desktop Notifications",
603
- desktopNotificationsDescription: "Desktop notifications",
604
- siteDescription: "Site Description",
605
- siteUrl: "Site URL",
606
- previewUrl: "Preview URL",
607
- siteLanguage: "Site Language",
608
- siteEmail: "Site Email",
609
- sitePhone: "Site Phone",
610
- siteAddress: "Site Address",
611
- siteName: "Site Name",
612
- title: "Title",
613
- content: "Content",
614
- name: "Name",
615
- siteInformation: "Site Information",
616
- logoSite: "Site Logo",
617
- logoCms: "CMS Logo",
618
- imageLogin: "Login Image",
619
- logo: "Logo",
620
- siteInformationDescription: "Manage your site information."
621
- },
622
- users: {
623
- users: "User Management",
624
- usersDescription: "Manage your user management configuration.",
625
- userRegistration: "User Registration",
626
- allowRegistration: "Allow User Registration",
627
- allowRegistrationDescription: "Enable new users to register accounts",
628
- emailVerification: "Email Verification Required",
629
- emailVerificationDescription: "Require email verification for new accounts",
630
- autoApprove: "Auto-approve Users",
631
- autoApproveDescription: "Automatically approve new user registrations",
632
- defaultRole: "Default User Role"
633
- },
634
- "api-keys": {
635
- apiKeys: "API Keys",
636
- apiKeysDescription: "Manage your api keys configuration.",
637
- productionApiKey: "Production API Key",
638
- developmentApiKey: "Development API Key",
639
- generateNewKey: "Generate New Key",
640
- apiSecurity: "API Security",
641
- rateLimiting: "Rate Limiting",
642
- rateLimitingDescription: "Enable API rate limiting protection",
643
- corsProtection: "CORS Protection",
644
- corsProtectionDescription: "Cross-origin request security",
645
- apiLogging: "API Logging",
646
- apiLoggingDescription: "Log all API requests and responses"
647
- },
648
- appearance: {
649
- appearance: "Appearance",
650
- appearanceDescription: "Manage your appearance settings.",
651
- colorTheme: "Color Theme",
652
- darkMode: "Dark Mode",
653
- darkModeDescription: "Switch to dark theme",
654
- compactMode: "Compact Mode",
655
- compactModeDescription: "Reduce spacing and padding",
656
- animations: "Animations",
657
- animationsDescription: "Enable interface animations",
658
- themeBlue: "Blue",
659
- themeGreen: "Green",
660
- themePurple: "Purple"
661
- },
662
- logs: {
663
- title: "Logs",
664
- description: "View all your actions in the system",
665
- table: {
666
- number: "№",
667
- objectId: "Object Identifier",
668
- dateTime: "Date and Time of Change",
669
- changeType: "Change Type",
670
- noLogs: "No user logs found",
671
- noLogsDescription: "No user logs found"
672
- }
673
- },
674
- permissions: {
675
- title: "Permissions",
676
- user: "User",
677
- role: "Role",
678
- lastActive: "Last Active",
679
- actions: "Actions",
680
- rolePermissions: "Role Permissions",
681
- rolePermissionsDescription: "Permissions assigned to each role in the system.",
682
- permission: "Permission",
683
- admin: "Admin",
684
- editor: "Editor",
685
- author: "Author",
686
- viewer: "Viewer",
687
- customizePermissions: "Customize Permissions",
688
- inviteUser: "Invite User",
689
- searchUsers: "Search users...",
690
- createContent: "Create Content",
691
- editContent: "Edit Content",
692
- deleteContent: "Delete Content",
693
- publishContent: "Publish Content",
694
- manageMedia: "Manage Media",
695
- manageUsers: "Manage Users",
696
- manageSettings: "Manage Settings",
697
- remove: "Remove",
698
- edit: "Edit",
699
- time: {
700
- hoursAgo: "{count} hours ago",
701
- hourAgo: "1 hour ago",
702
- daysAgo: "{count} days ago",
703
- dayAgo: "1 day ago",
704
- weeksAgo: "{count} weeks ago",
705
- weekAgo: "1 week ago",
706
- minutesAgo: "{count} minutes ago",
707
- minuteAgo: "1 minute ago",
708
- justNow: "just now"
709
- },
710
- roles: {
711
- admin: "Admin",
712
- editor: "Editor",
713
- author: "Author",
714
- viewer: "Viewer"
715
- }
716
- }
717
- },
718
- block: {
719
- type: {
720
- heading: "Heading",
721
- paragraph: "Paragraph"
722
- }
723
- },
724
- app: {
725
- name: "SOFTPRO software package: GIS MBK Kamyansk City TG",
726
- tagline: "Do more with less"
727
- },
728
- nav: {
729
- home: "Home",
730
- about: "About",
731
- profile: "Profile",
732
- settings: "Settings",
733
- logout: "Log out"
734
- },
735
- common: {
736
- ok: "OK",
737
- save: "Save",
738
- cancel: "Cancel",
739
- close: "Close",
740
- delete: "Delete",
741
- edit: "Edit",
742
- loading: "Loading…",
743
- retry: "Retry",
744
- title: "Title",
745
- description: "Description",
746
- keywords: "Keywords",
747
- successMessage: "Success",
748
- errorMessage: "Error",
749
- success: "Success",
750
- error: "Error",
751
- meta: "Meta",
752
- actions: {
753
- add: "Add",
754
- save: "Save",
755
- cancel: "Cancel",
756
- edit: "Edit",
757
- delete: "Delete",
758
- create: "Create",
759
- preview: "Preview",
760
- search: "Search",
761
- filter: "Filter",
762
- export: "Export",
763
- addField: "Add Field",
764
- success: "Success",
765
- error: "Error",
766
- back: "Back"
767
- },
768
- status: {
769
- published: "Published",
770
- draft: "Draft",
771
- archived: "Archived"
772
- },
773
- content: "Content",
774
- pagination: {
775
- showing: "Showing",
776
- to: "to",
777
- of: "of",
778
- results: "results",
779
- previous: "Previous",
780
- next: "Next"
781
- }
782
- },
783
- auth: {
784
- title: "Sign in",
785
- email: "Email",
786
- password: "Password",
787
- remember: "Remember me",
788
- submit: "Sign in",
789
- errors: {
790
- invalid: "Invalid email or password",
791
- required: "{field} is required"
792
- }
793
- },
794
- table: {
795
- choose: "Choose columns to display",
796
- columns: "Columns",
797
- actions: "Actions",
798
- search: "Search",
799
- export: "Export",
800
- exportTitle: "Export table",
801
- close: "Close",
802
- chooseColumns: "Select columns for export:",
803
- selectAll: "Select all",
804
- selectCurrent: "Select current",
805
- none: "None",
806
- chooseFormat: "Choose table format:",
807
- time: {
808
- weeksAgo: "{count} weeks ago",
809
- weekAgo: "1 week ago",
810
- daysAgo: "{count} days ago",
811
- dayAgo: "1 day ago",
812
- hoursAgo: "{count} hours ago",
813
- hourAgo: "1 hour ago",
814
- minutesAgo: "{count} minutes ago",
815
- minuteAgo: "1 minute ago",
816
- justNow: "just now"
817
- },
818
- format: {
819
- json: "JSON format",
820
- csv: "CSV format",
821
- xlsx: "XLSX format"
822
- },
823
- cancel: "Cancel",
824
- download: "Download table"
825
- },
826
- filter: {
827
- search: "Search",
828
- more: "Show more",
829
- less: "Show less",
830
- selected: "selected",
831
- clear: "Clear",
832
- apply: "Apply",
833
- from: "From",
834
- to: "To",
835
- notfound: "Nothing found",
836
- period: "Period",
837
- today: "Today",
838
- week: "Week",
839
- month: "Month",
840
- quarter: "Quarter",
841
- year: "Year",
842
- alltime: "All Time",
843
- prev: "Prev",
844
- next: "Next"
845
- },
846
- items: {
847
- title: "Items",
848
- add: "Add item",
849
- count: "No items | One item | {count} items",
850
- created: "Item “{name}” has been created",
851
- deleted: "Item deleted"
852
- },
853
- errors: {
854
- network: "Network error. Please try again.",
855
- notFound: "We couldn't find what you were looking for."
856
- },
857
- toast: {
858
- saved: "Changes saved",
859
- copied: "Copied to clipboard"
860
- },
861
- users: {
862
- title: "Users",
863
- description: "Manage your users.",
864
- createUser: "Create User",
865
- editUser: "Edit User",
866
- searchUsers: "Search users...",
867
- createUserFailed: "Create user failed",
868
- createUserSuccess: "User created successfully",
869
- editUserFailed: "Edit user failed",
870
- editUserSuccess: "User edited successfully",
871
- deleteUserSuccess: "User deleted successfully",
872
- deleteUserFailed: "User deleted failed",
873
- form: {
874
- name: "Name",
875
- description: "Description",
876
- color: "Color",
877
- created_at: "Created At",
878
- count_data: "Count of Used",
879
- topic: "Topic"
880
- },
881
- emptyTitle: "No users found",
882
- emptyDescription: "Create your first user to get started.",
883
- emptyButton: "Create User"
884
- },
885
- fetchContentTypes: "fetchContentTypes",
886
- action: "action",
887
- delete: "delete",
888
- "create-folder": "create-folder",
889
- formValues: "formValues",
890
- metaParentValue: "metaParentValue",
891
- blur: "blur",
892
- "-": "-",
893
- noFilesInFolder: "noFilesInFolder",
894
- guide: {
895
- menu: "Guide for menu",
896
- general: "Guide",
897
- media: "Guide for media",
898
- settings: "Guide for settings",
899
- users: "Guide for users",
900
- content: "Guide for content",
901
- appOverview: "Guide for app overview",
902
- collections: "Guide for collections",
903
- help: "Help"
904
- }
905
- }, D = {
906
- cms: S
907
- }, X = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
908
- __proto__: null,
909
- cms: S,
910
- default: D
911
- }, Symbol.toStringTag, { value: "Module" })), M = {
912
- reference: {
913
- faq: "Акордeон",
914
- photoGrid: "Фотогалерея",
915
- banner: "Банер",
916
- slider: "Слайдер",
917
- video: "Відео",
918
- about: "Про нас",
919
- cards: "Картки",
920
- usefulLinks: "Корисні посилання",
921
- team: "Команда",
922
- body: "Тіло",
923
- news: "Новини",
924
- form: "Форма",
925
- tabs: "Таби",
926
- vertical_tabs: "Вертикальні таби",
927
- documents: "Документи",
928
- infoLine: "Інформаційна лінія",
929
- iframe: "Iframe",
930
- interested: "Вас може зацікавити",
931
- contact: "Контакти"
932
- },
933
- navigation: {
934
- editMenu: "Редагувати меню",
935
- dashboard: "Панель керування",
936
- collections: "Керування контентом",
937
- articles: "Статті",
938
- posts: "Дописи",
939
- media: "Медіа",
940
- permissions: "Дозволи",
941
- tags: "Теги",
942
- singletons: "Сторінки",
943
- singletonsMenu: "Меню",
944
- feedback: "Зворотній зв'язок",
945
- email: "Пошти користувачів",
946
- menuAdd: "Створити меню",
947
- builder: "Структура колекцій",
948
- back: "Назад",
949
- settings: "Налаштування",
950
- settingsDescription: "Налаштування вашого сайту",
951
- singletonsMenuDescription: "Керування меню.",
952
- users: "Користувачі",
953
- general: "Основні",
954
- apiKeys: "API ключі",
955
- appearance: "Вигляд",
956
- logs: "Логи",
957
- cms: "ЦМС"
958
- },
959
- dashboard: {
960
- title: "Панель керування",
961
- description: "Вітаємо в панелі керування CMS. Ви можете створювати, редагувати та управляти контентом вашого сайту.",
962
- newArticle: "Створити статтю",
963
- newCollection: "Створити колекцію",
964
- quickActions: "Швидкі дії",
965
- views: "переглядів",
966
- stats: {
967
- totalArticles: "Всього статей",
968
- totalMedia: "Всього медіа",
969
- activeUsers: "Активні користувачі",
970
- apiRequests: "API запити",
971
- fromLastMonth: "з минулого місяця"
972
- },
973
- collections: {
974
- title: "Колекції",
975
- articles: "Статті",
976
- articlesDesc: "Опис для статей",
977
- posts: "Дописи",
978
- postsDesc: "Опис для дописів",
979
- products: "Продукти",
980
- productsDesc: "Опис для продуктів",
981
- categories: "Категорії",
982
- categoriesDesc: "Опис для категорій",
983
- items: "шт.",
984
- new: "Нова колекція"
985
- },
986
- recentArticles: "Останні статті",
987
- recentPosts: "Останні дописи",
988
- recentContent: "Останній контент",
989
- activityFeed: "Стрічка активності",
990
- viewAll: "Показати все",
991
- totalContent: "Всього контенту",
992
- articlesPostsPages: "Статті, дописи та сторінки",
993
- monthlyActiveUsers: "Активних користувачів за місяць",
994
- imagesVideosDocs: "Зображення, відео та документи",
995
- thisMonth: "Цього місяця",
996
- activeUsers: "Активні користувачі",
997
- mediaFiles: "Файли медіа",
998
- createArticle: "Створити статтю",
999
- createPost: "Створити допис",
1000
- uploadMedia: "Завантажити медіа",
1001
- createArticleDescription: "Створіть статтю для вашого сайту",
1002
- uploadMediaDescription: "Завантажте медіа файли для вашого сайту",
1003
- manageUsersDescription: "Керуйте користувачами вашого сайту",
1004
- viewFeedbackDescription: "Перегляд зворотнього зв'язку",
1005
- manageUsers: "Керування користувачами",
1006
- feedback: "Зворотній зв'язок",
1007
- newMediaFiles: "Нових файлів медіа",
1008
- gettingStartedWithNextJs14: "Початок роботи з Next.js 14",
1009
- sarahJohnson: "Sarah Johnson",
1010
- advancedReactPatterns: "Підвищені шаблони React",
1011
- uiUxDesignPrinciples: "Принципи дизайну UI/UX",
1012
- databaseOptimizationTips: "Поради з оптимізації бази даних",
1013
- mikeChen: "Mike Chen",
1014
- emmaWilson: "Emma Wilson",
1015
- alexRodriguez: "Alex Rodriguez"
1016
- },
1017
- collections: {
1018
- title: "Колекції",
1019
- selectCollection: "Виберіть колекцію для перегляду її контенту",
1020
- createCollection: "Створити колекцію",
1021
- searchCollections: "Пошук колекцій...",
1022
- entries: "Записи",
1023
- fields: "Поля",
1024
- lastModified: "Останнє редагування",
1025
- edit: "Редагувати",
1026
- delete: "Видалити",
1027
- view: "Перегляд",
1028
- form: {
1029
- name: "Назва колекції",
1030
- slug: "Слаг",
1031
- description: "Опис",
1032
- fields: "Поля",
1033
- addField: "Додати поле"
1034
- },
1035
- dragToBuild: "Перетягніть блоки контенту сюди, щоб створити структуру колекції",
1036
- collectionCreated: "Колекція успішно створена",
1037
- collectionCreationFailed: "Помилка при створенні колекції",
1038
- pinPublication: "Закріпити публікацію"
1039
- },
1040
- articles: {
1041
- title: "Сторінки",
1042
- createArticle: "Створити сторінку",
1043
- searchArticles: "Пошук статей...",
1044
- showColumns: "Показати колонки",
1045
- update: "Оновити",
1046
- create: "Створити",
1047
- form: {
1048
- title: "Заголовок",
1049
- content: "Зміст",
1050
- author: "Автор",
1051
- category: "Категорія",
1052
- status: "Статус"
1053
- }
1054
- },
1055
- posts: {
1056
- title: "Дописи",
1057
- createPost: "Створити допис",
1058
- searchPosts: "Пошук дописів...",
1059
- form: {
1060
- title: "Заголовок",
1061
- content: "Зміст",
1062
- author: "Автор",
1063
- category: "Категорія",
1064
- status: "Статус"
1065
- }
1066
- },
1067
- singletons: {
1068
- title: "Синглтони",
1069
- createSingleton: "Створити синглтон",
1070
- searchSingletons: "Пошук синглтонів...",
1071
- form: {
1072
- name: "Назва",
1073
- description: "Опис",
1074
- content: "Зміст",
1075
- status: "Статус"
1076
- },
1077
- search: "Пошук синглтонів..."
1078
- },
1079
- media: {
1080
- title: "Медіа бібліотека",
1081
- description: "Керуйте своїми зображеннями, документами та медіа файлами.",
1082
- uploadMedia: "Завантажити медіа",
1083
- searchMedia: "Пошук файлів...",
1084
- fileInfo: "Інформація про файл",
1085
- preview: "Перегляд",
1086
- newFolder: "Нова папка",
1087
- selectFile: "Виберіть файл для перегляду деталей",
1088
- fileDetails: "Інформація про файл",
1089
- name: "Назва",
1090
- size: "Розмір",
1091
- dimensions: "Розміри",
1092
- uploadDate: "Дата завантаження",
1093
- author: "Автор",
1094
- tags: "Теги",
1095
- banner: "Банер",
1096
- hero: "Герой",
1097
- homepage: "Головна",
1098
- download: "Завантажити",
1099
- copyPath: "Копіювати шлях",
1100
- copyPathFailed: "Не вдалося скопіювати шлях",
1101
- delete: "Видалити",
1102
- edit: "Редагувати",
1103
- share: "Поділитися",
1104
- moreActions: "Більше дій",
1105
- deleteFile: "Ви впевнені, що хочете видалити цей файл?",
1106
- createFolder: "Створити папку",
1107
- cancel: "Скасувати",
1108
- mediaLibrary: "Медіа бібліотека",
1109
- showColumns: "Показати колонки",
1110
- update: "Оновити",
1111
- create: "Створити",
1112
- files: "файлів",
1113
- noFilesInFolder: "Немає файлів у цій папці",
1114
- deleteConfirmation: "Ви впевнені, що хочете видалити цей файл?",
1115
- uploaded: "Завантажено",
1116
- filter: "Фільтр",
1117
- search: "Пошук файлів...",
1118
- uploadingFiles: "Завантаження файлів",
1119
- uploading: "Завантаження...",
1120
- folder: "Папка",
1121
- type: "Тип",
1122
- updatedAt: "Оновлено",
1123
- sortBy: {
1124
- title: "Сортувати за",
1125
- name: "Назва файлу",
1126
- filesize: "Розмір файлу"
1127
- },
1128
- upload: "Завантажити",
1129
- selectFromMedia: "Вибрати з медіа",
1130
- selectFiles: "Вибрати файли",
1131
- selectedFiles: "Вибрано файлів: {count}"
1132
- },
1133
- tags: {
1134
- title: "Теги",
1135
- description: "Керування тегами.",
1136
- createTag: "Створити тег",
1137
- editTag: "Редагувати тег",
1138
- searchTags: "Пошук тегів...",
1139
- form: {
1140
- name: "Назва",
1141
- description: "Опис",
1142
- color: "Колір",
1143
- slug: "Slug",
1144
- created_at: "Дата створення",
1145
- count_data: "Кількість використань",
1146
- topic: "Тема"
1147
- },
1148
- emptyTitle: "Теги не знайдені",
1149
- emptyDescription: "Створіть свій перший тег, щоб почати.",
1150
- emptyButton: "Створити тег"
1151
- },
1152
- feedback: {
1153
- title: "Зворотній зв'язок",
1154
- description: "Переглядайте зворотній зв'язок",
1155
- table: {
1156
- number: "№",
1157
- noFeedback: "Фідбек відсутній",
1158
- email: "Email",
1159
- userName: "ПІБ",
1160
- messageText: "Текст повідомлення",
1161
- feedbackType: "Тип звернення",
1162
- cdate: "Дата відгуку",
1163
- phone: "Телефон",
1164
- resumeLink: "Посилання на резюме",
1165
- linkedinLink: "Посилання на лінкедин",
1166
- portfolioLink: "Посилання на портфоліо",
1167
- telegramLink: "Посилання на телеграм"
1168
- }
1169
- },
1170
- email: {
1171
- title: "Пошти користувачів",
1172
- description: "Переглядайте користувачів, які очікують зворотнього зв'язку",
1173
- table: {
1174
- number: "№",
1175
- date: "Дата відправки",
1176
- email: "Email"
1177
- }
1178
- },
1179
- emptyData: {
1180
- title: "Немає даних",
1181
- description: "Створіть свій перший елемент, щоб почати.",
1182
- buttonText: "Створити елемент"
1183
- },
1184
- form: {
1185
- gen: "Згенерувати",
1186
- key: "Ключ",
1187
- value: "Значення",
1188
- noDataToDisplay: "Дані для відображення відсутні",
1189
- add: "Додати"
1190
- },
1191
- builder: {
1192
- faq: "Акордeон",
1193
- photoGrid: "Фотогалерея",
1194
- banner: "Банер",
1195
- slider: "Слайдер",
1196
- video: "Відео",
1197
- about: "Про нас",
1198
- cards: "Картки",
1199
- usefulLinks: "Корисні посилання",
1200
- team: "Команда",
1201
- body: "Тіло",
1202
- news: "Новини",
1203
- form: "Форма",
1204
- tabs: "Таби",
1205
- vertical_tabs: "Вертикальні таби",
1206
- documents: "Документи",
1207
- infoLine: "Інформаційна лінія",
1208
- iframe: "Iframe",
1209
- manageContentCollections: "Керування колекціями контенту",
1210
- searchCollections: "Пошук колекцій...",
1211
- collections: "Структура колекцій",
1212
- collectionStructure: "Структура колекції",
1213
- defineFields: "Визначте поля та їх типи для цієї колекції",
1214
- name: "Назва",
1215
- changeType: "Змінити тип",
1216
- type: "Тип",
1217
- save: "Зберегти",
1218
- edit: "Редагувати",
1219
- content: "Контент",
1220
- seo: "SEO",
1221
- tags: "Теги",
1222
- preview: "Перегляд",
1223
- collectionName: "Назва колекції",
1224
- title: "Заголовок",
1225
- entries: "Записи",
1226
- fields: "Поля",
1227
- status: "Статус",
1228
- lastModified: "Останнє редагування",
1229
- cancel: "Скасувати",
1230
- create: "Створити",
1231
- localization: "Локалізація",
1232
- actions: "Дії",
1233
- noColumnsFound: "Немає колонок",
1234
- editCollection: "Редагувати структуру",
1235
- editPage: "Редагувати сторінку",
1236
- editContentForYourSite: "Редагувати контент для вашого сайту",
1237
- deleteObject: "Ви впевнені, що хочете видалити цей об'єкт?",
1238
- editField: "Редагувати поле",
1239
- deleteTitle: "Видалити поле",
1240
- deleteField: "Ви впевнені, що хочете видалити це поле?",
1241
- scheme: {
1242
- name: {
1243
- label: "Назва",
1244
- placeholder: "Назва"
1245
- },
1246
- title: {
1247
- label: "Заголовок",
1248
- placeholder: "Заголовок"
1249
- },
1250
- type: {
1251
- label: "Тип",
1252
- placeholder: "Тип",
1253
- options: {
1254
- collection: "Колекція",
1255
- single: "Сторінка"
1256
- }
1257
- },
1258
- customTable: {
1259
- label: "Власна таблиця"
1260
- },
1261
- status: {
1262
- label: "Статус",
1263
- placeholder: "Статус",
1264
- options: {
1265
- published: "Опубліковано",
1266
- draft: "Чернетка",
1267
- archived: "Архівовано"
1268
- }
1269
- },
1270
- description: {
1271
- label: "Опис",
1272
- placeholder: "Опис"
1273
- },
1274
- preview_path: {
1275
- label: "Шлях для прев'ю",
1276
- placeholder: "Шлях для прев'ю",
1277
- info: "Шлях до slug для прев'ю"
1278
- },
1279
- include_search: {
1280
- label: "Включити в пошук?",
1281
- placeholder: "Включити в пошук?"
1282
- }
1283
- },
1284
- required: "Обов'язкове поле",
1285
- createField: "Створити поле",
1286
- selectType: "Оберіть тип",
1287
- createFolder: "Створити папку",
1288
- fieldLabels: {
1289
- name: "Назва",
1290
- label: "Мітка",
1291
- placeholder: "Плейсхолдер",
1292
- help: "Допомога",
1293
- type: "Тип",
1294
- subtype: "Підтип",
1295
- parent: "Батьківський",
1296
- data: "ID класифікатора",
1297
- options: "Опції",
1298
- colModel: "Модель колонок",
1299
- multiple: "Множинний",
1300
- api: "API",
1301
- relation: "Зв'язок",
1302
- required: "Обов'язковий",
1303
- localization: "Локалізація"
1304
- },
1305
- fieldPlaceholders: {
1306
- name: "Назва",
1307
- label: "Заголовок",
1308
- placeholder: "Плейсхолдер",
1309
- help: "Допомога",
1310
- type: "Тип",
1311
- subtype: "Підтип",
1312
- parent: "Батьківський",
1313
- data: "ID класифікатора",
1314
- options: "Опції",
1315
- colModel: "Модель колонок",
1316
- api: "API",
1317
- relation: "Зв'язок"
1318
- },
1319
- fieldOptions: {
1320
- text: "Текст",
1321
- number: "Число",
1322
- integer: "Ціле число",
1323
- date: "Дата",
1324
- datetime: "Дата і час",
1325
- file: "Файл",
1326
- select: "Селект",
1327
- multiselect: "Мультиселект",
1328
- mediaselect: "Вибір медіа",
1329
- radio: "Радіо",
1330
- boolean: "Булевий",
1331
- datalist: "Дататейбл",
1332
- image: "Зображення",
1333
- slug: "Слаг",
1334
- richtext: "Текстовий редактор",
1335
- markdown: "Markdown",
1336
- reference: "Секції",
1337
- relation: "Зв'язок",
1338
- fileList: "Мультифайл",
1339
- tags: "Теги"
1340
- }
1341
- },
1342
- menu: {
1343
- title: "Меню",
1344
- description: "Керування меню.",
1345
- createMenu: "Створити меню",
1346
- searchMenu: "Пошук меню...",
1347
- menuAdd: "Додати меню",
1348
- editMenu: "Редагувати меню",
1349
- textEditor: "Текстовий редактор",
1350
- menuCreated: "Меню створено",
1351
- menuCreateError: "Помилка при створенні меню",
1352
- menuUpdated: "Меню оновлено",
1353
- menuUpdateError: "Помилка при оновленні меню",
1354
- menuDeleted: "Меню видалено",
1355
- menuDeleteError: "Помилка при видаленні меню",
1356
- listTree: "Список дерева",
1357
- filter: "Фільтр",
1358
- search: "Пошук меню...",
1359
- form: {
1360
- name: "Назва",
1361
- description: "Опис",
1362
- content: "Зміст",
1363
- status: "Статус",
1364
- value: "Значення",
1365
- language: "Мова"
1366
- }
1367
- },
1368
- settings: {
1369
- title: "Налаштування",
1370
- description: "Налаштуйте ваші налаштування CMS та налаштування.",
1371
- systemStatus: "Статус системи",
1372
- siteInformation: "Інформація про сайт",
1373
- logo: "Логотип",
1374
- siteName: "Назва сайту",
1375
- version: "Версія",
1376
- environment: "Середовище",
1377
- security: "Безпека",
1378
- localization: "Локалізація",
1379
- production: "Виробництво",
1380
- systemHealth: "Здоров'я системи",
1381
- database: "База даних",
1382
- connected: "З'єднано",
1383
- cache: "Кеш",
1384
- active: "Активний",
1385
- storage: "Хмарне сховище",
1386
- used: "Використано",
1387
- configure: "Налаштувати",
1388
- successTitle: "Успішно",
1389
- successMessage: "Налаштування успішно збережено",
1390
- errorTitle: "Помилка",
1391
- errorMessage: "Помилка при збереженні налаштувань",
1392
- generateNewKey: "Згенерувати новий ключ",
1393
- apiSecurity: "Безпека API",
1394
- general: {
1395
- general: "Основні налаштування",
1396
- generalDescription: "Керуйте вашими загальними налаштуваннями.",
1397
- url: "URL",
1398
- language: "Мова",
1399
- languages: "Мови",
1400
- contacts: "Контакти",
1401
- socials: "Соціальні мережі",
1402
- showSocialsNumber: "Кількість соціальних мереж для відображення",
1403
- headerBtn: "Текст кнопки в хедері",
1404
- mapCoords: "Координати для відображення на карті",
1405
- saveChanges: "Зберегти зміни",
1406
- cancel: "Скасувати",
1407
- notifications: "Сповіщення",
1408
- emailNotifications: "Сповіщення по email",
1409
- emailNotificationsDescription: "Отримувати сповіщення по email",
1410
- pushNotifications: "Сповіщення в браузері",
1411
- pushNotificationsDescription: "Сповіщення в браузері для важливих оновлень",
1412
- smsNotifications: "Сповіщення по SMS",
1413
- smsNotificationsDescription: "Сповіщення по SMS для критичних оновлень",
1414
- desktopNotifications: "Сповіщення на комп'ютері",
1415
- desktopNotificationsDescription: "Сповіщення на комп'ютері",
1416
- siteName: "Назва сайту",
1417
- siteDescription: "Опис сайту",
1418
- siteUrl: "URL сайту",
1419
- previewUrl: "URL попереднього перегляду",
1420
- logoSite: "Логотип сайту",
1421
- logoCms: "Логотип CMS",
1422
- imageLogin: "Зображення для входу",
1423
- siteLanguage: "Мова сайту",
1424
- siteEmail: "Email сайту",
1425
- sitePhone: "Телефон сайту",
1426
- siteAddress: "Адреса сайту",
1427
- siteInformation: "Інформація про сайт",
1428
- logo: "Логотип",
1429
- siteInformationDescription: "Керуйте вашою інформацією про сайт.",
1430
- title: "Заголовок",
1431
- content: "Контент",
1432
- name: "Назва соцмережі"
1433
- },
1434
- users: {
1435
- users: "Керування користувачами",
1436
- usersDescription: "Керуйте налаштуваннями керування користувачами.",
1437
- userRegistration: "Реєстрація користувачів",
1438
- allowRegistration: "Дозволити реєстрацію користувачів",
1439
- allowRegistrationDescription: "Дозволити новим користувачам реєструвати акаунти",
1440
- emailVerification: "Потрібна верифікація email",
1441
- emailVerificationDescription: "Вимагати підтвердження email для нових акаунтів",
1442
- autoApprove: "Автоматичне схвалення користувачів",
1443
- autoApproveDescription: "Автоматично схвалювати нові реєстрації користувачів",
1444
- defaultRole: "Роль за замовчуванням"
1445
- },
1446
- "api-keys": {
1447
- apiKeys: "API ключі",
1448
- apiKeysDescription: "Керуйте налаштуваннями API ключів.",
1449
- productionApiKey: "Production API ключ",
1450
- developmentApiKey: "Development API ключ",
1451
- generateNewKey: "Згенерувати новий ключ",
1452
- apiSecurity: "Безпека API",
1453
- rateLimiting: "Обмеження швидкості",
1454
- rateLimitingDescription: "Увімкнути захист обмеження швидкості API",
1455
- corsProtection: "Захист CORS",
1456
- corsProtectionDescription: "Безпека крос-доменних запитів",
1457
- apiLogging: "Логування API",
1458
- apiLoggingDescription: "Логувати всі API запити та відповіді"
1459
- },
1460
- appearance: {
1461
- appearance: "Вигляд",
1462
- appearanceDescription: "Керуйте вашим виглядом та налаштуваннями.",
1463
- colorTheme: "Кольорова тема",
1464
- darkMode: "Темний режим",
1465
- darkModeDescription: "Перемкнути на темну тему",
1466
- compactMode: "Компактний режим",
1467
- compactModeDescription: "Зменшити відступи та поля",
1468
- animations: "Анімації",
1469
- animationsDescription: "Увімкнути анімації інтерфейсу",
1470
- themeBlue: "Синя",
1471
- themeGreen: "Зелена",
1472
- themePurple: "Фіолетова"
1473
- },
1474
- logs: {
1475
- title: "Логи",
1476
- description: "Переглядай всі свої дії в системі",
1477
- table: {
1478
- number: "№",
1479
- objectId: "Ідентифікатор об'єкта",
1480
- dateTime: "Дата та час зміни",
1481
- changeType: "Тип зміни",
1482
- noLogs: "Логи користувача відсутні",
1483
- noLogsDescription: "Логів користувача не знайдено"
1484
- }
1485
- },
1486
- permissions: {
1487
- title: "Дозволи",
1488
- user: "Користувач",
1489
- role: "Роль",
1490
- lastActive: "Остання активність",
1491
- actions: "Дії",
1492
- rolePermissions: "Дозволи ролі",
1493
- rolePermissionsDescription: "Дозволи, призначені для кожної ролі в системі.",
1494
- permission: "Дозвіл",
1495
- admin: "Адміністратор",
1496
- editor: "Редактор",
1497
- author: "Автор",
1498
- viewer: "Переглядач",
1499
- customizePermissions: "Налаштувати дозволи",
1500
- inviteUser: "Запросити користувача",
1501
- searchUsers: "Пошук користувачів...",
1502
- createContent: "Створити контент",
1503
- editContent: "Редагувати контент",
1504
- deleteContent: "Видалити контент",
1505
- publishContent: "Опублікувати контент",
1506
- manageMedia: "Керування медіа",
1507
- manageUsers: "Керування користувачами",
1508
- manageSettings: "Керування налаштуваннями",
1509
- remove: "Вилучити",
1510
- edit: "Редагувати",
1511
- time: {
1512
- hoursAgo: "{count} годин тому",
1513
- hourAgo: "1 година тому",
1514
- daysAgo: "{count} днів тому",
1515
- dayAgo: "1 день тому",
1516
- weeksAgo: "{count} тижнів тому",
1517
- weekAgo: "1 тиждень тому",
1518
- minutesAgo: "{count} хвилин тому",
1519
- minuteAgo: "1 хвилина тому",
1520
- justNow: "щойно"
1521
- },
1522
- roles: {
1523
- admin: "Адміністратор",
1524
- editor: "Редактор",
1525
- author: "Автор",
1526
- viewer: "Переглядач"
1527
- }
1528
- }
1529
- },
1530
- block: {
1531
- type: {
1532
- heading: "Заголовок",
1533
- paragraph: "Параграф"
1534
- }
1535
- },
1536
- app: {
1537
- name: "Програмний комплекс SOFTPRO: ГІС МБК Кам'янської міської ТГ",
1538
- tagline: "Зробіть більше з меншим"
1539
- },
1540
- nav: {
1541
- home: "Домашній",
1542
- about: "Про",
1543
- profile: "Профіль",
1544
- settings: "Налаштування",
1545
- logout: "Вихід"
1546
- },
1547
- common: {
1548
- ok: "Добре",
1549
- save: "Зберегти",
1550
- cancel: "Скасувати",
1551
- close: "Закрити",
1552
- delete: "Вилучити",
1553
- edit: "Редагувати",
1554
- loading: "Завантаження…",
1555
- retry: "Повторити",
1556
- title: "Назва",
1557
- description: "Опис",
1558
- keywords: "Ключові слова",
1559
- success: "Успіх",
1560
- error: "Помилка",
1561
- successMessage: "Успішно",
1562
- errorMessage: "Помилка",
1563
- meta: "Мета",
1564
- content: "Контент",
1565
- actions: {
1566
- add: "Додати",
1567
- save: "Зберегти",
1568
- cancel: "Скасувати",
1569
- edit: "Редагувати",
1570
- delete: "Видалити",
1571
- create: "Створити",
1572
- preview: "Перегляд",
1573
- search: "Пошук",
1574
- filter: "Фільтр",
1575
- export: "Експорт",
1576
- addField: "Додати поле",
1577
- success: "Успіх",
1578
- error: "Помилка",
1579
- back: "Повернутися"
1580
- },
1581
- status: {
1582
- published: "Опубліковано",
1583
- draft: "Чернетка",
1584
- archived: "Архівовано"
1585
- },
1586
- pagination: {
1587
- showing: "Показано",
1588
- to: "по",
1589
- of: "з",
1590
- results: "результатів",
1591
- previous: "Попередня",
1592
- next: "Наступна"
1593
- }
1594
- },
1595
- auth: {
1596
- title: "Увійти",
1597
- email: "Електронна пошта",
1598
- password: "Пароль",
1599
- remember: "Пам'ятайте мене",
1600
- submit: "Увійти",
1601
- errors: {
1602
- invalid: "Недійсний електронний лист або пароль",
1603
- required: "{Поле} потрібно"
1604
- }
1605
- },
1606
- table: {
1607
- choose: "Оберіть колонки для відображення",
1608
- columns: "Колонки",
1609
- actions: "Дії",
1610
- search: "Пошук",
1611
- export: "Експорт",
1612
- exportTitle: "Експорт таблиці",
1613
- close: "Закрити",
1614
- chooseColumns: "Виберіть стовпці таблиці для експорту:",
1615
- selectAll: "Вибрати усі",
1616
- selectCurrent: "Вибрати поточні",
1617
- none: "Жодного",
1618
- chooseFormat: "Виберіть формат таблиці:",
1619
- cancel: "Скасувати",
1620
- download: "Завантажити таблицю",
1621
- time: {
1622
- weeksAgo: "{count} тижнів тому",
1623
- weekAgo: "1 тиждень тому",
1624
- daysAgo: "{count} днів тому",
1625
- dayAgo: "1 день тому",
1626
- hoursAgo: "{count} годин тому",
1627
- hourAgo: "1 година тому",
1628
- minutesAgo: "{count} хвилин тому",
1629
- minuteAgo: "1 хвилина тому",
1630
- justNow: "щойно"
1631
- },
1632
- format: {
1633
- json: "Формат json",
1634
- csv: "Формат csv",
1635
- xlsx: "Формат xlsx"
1636
- }
1637
- },
1638
- filter: {
1639
- search: "Пошук",
1640
- more: "Показати більше",
1641
- less: "Показати меньше",
1642
- selected: "обрано",
1643
- clear: "Очистити",
1644
- apply: "Застосувати",
1645
- from: "Від",
1646
- period: "Період",
1647
- today: "Сьогодні",
1648
- week: "Тиждень",
1649
- month: "Місяць",
1650
- quarter: "Квартал",
1651
- year: "Рік",
1652
- alltime: "Весь час",
1653
- prev: "Попередній період",
1654
- next: "Настпуний період",
1655
- to: "До",
1656
- notfound: "Нічого не знайдено"
1657
- },
1658
- items: {
1659
- title: "Предмети",
1660
- add: "Додати елемент",
1661
- count: "Немає предметів | ",
1662
- created: `Елемент "{Ім'я}" створений`,
1663
- deleted: "Елемент видалено"
1664
- },
1665
- errors: {
1666
- network: "Помилка мережі. ",
1667
- notFound: "Ми не змогли знайти те, що ви шукали."
1668
- },
1669
- toast: {
1670
- saved: "Збережені зміни",
1671
- copied: "Скопіювано в буфер обміну"
1672
- },
1673
- users: {
1674
- title: "Користувачі",
1675
- description: "Керування користувачами.",
1676
- createUser: "Створити користувача",
1677
- editUser: "Редагувати користувача",
1678
- searchUsers: "Пошук користувачів...",
1679
- createUserFailed: "Створити користувача не вдалося",
1680
- createUserSuccess: "Користувача створено успішно",
1681
- editUserFailed: "Редагувати користувача не вдалося",
1682
- editUserSuccess: "Користувача редаговано успішно",
1683
- deleteUserSuccess: "Користувача видалено успішно",
1684
- deleteUserFailed: "Користувача видалено не вдалося",
1685
- emptyTitle: "Користувачів не знайдено",
1686
- emptyDescription: "Створіть першого користувача, щоб почати.",
1687
- emptyButton: "Створити користувача",
1688
- form: {
1689
- name: "Назва",
1690
- description: "Опис",
1691
- color: "Колір",
1692
- created_at: "Дата створення",
1693
- count_data: "Кількість використань",
1694
- topic: "Тема"
1695
- }
1696
- },
1697
- fetchContentTypes: "fetchContentTypes",
1698
- action: "action",
1699
- delete: "delete",
1700
- "create-folder": "create-folder",
1701
- formValues: "formValues",
1702
- metaParentValue: "metaParentValue",
1703
- blur: "blur",
1704
- "-": "-",
1705
- noFilesInFolder: "noFilesInFolder",
1706
- guide: {
1707
- menu: "Посібник з меню",
1708
- general: "Посібник",
1709
- media: "Посібник з медіа",
1710
- settings: "Посібник з налаштувань",
1711
- users: "Посібник з користувачів",
1712
- content: "Посібник з контенту",
1713
- appOverview: "Посібник з огляду програми",
1714
- collections: "Посібник з колекцій",
1715
- help: "Допомога"
1716
- }
1717
- }, P = {
1718
- cms: M
1719
- }, Z = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1720
- __proto__: null,
1721
- cms: M,
1722
- default: P
1723
- }, Symbol.toStringTag, { value: "Module" })), ee = localStorage.locale || navigator.language.split("cms.-")[0] || "uk", v = O({
1724
- legacy: !1,
1725
- locale: ee,
1726
- fallbackLocale: "en",
1727
- datetimeFormats: {
1728
- en: {
1729
- short: { year: "numeric", month: "short", day: "numeric" },
1730
- long: { dateStyle: "full", timeStyle: "short" },
1731
- time: { hour: "2-digit", minute: "2-digit" }
1732
- },
1733
- uk: {
1734
- short: { year: "numeric", month: "short", day: "numeric" },
1735
- long: { dateStyle: "full", timeStyle: "short" },
1736
- time: { hour: "2-digit", minute: "2-digit" }
1737
- }
1738
- },
1739
- numberFormats: {
1740
- en: {
1741
- currency: { style: "currency", currency: "USD" },
1742
- percent: { style: "percent", minimumFractionDigits: 0 },
1743
- compact: { notation: "compact" }
1744
- },
1745
- uk: {
1746
- currency: { style: "currency", currency: "UAH" },
1747
- percent: { style: "percent", minimumFractionDigits: 0 },
1748
- compact: { notation: "compact" }
1749
- }
1750
- },
1751
- messages: {}
1752
- }), g = "en";
1753
- async function A(i) {
1754
- return (await Q(/* @__PURE__ */ Object.assign({ "./locales/en.json": () => Promise.resolve().then(() => X), "./locales/uk.json": () => Promise.resolve().then(() => Z) }), `./locales/${i}.json`)).default;
1755
- }
1756
- async function se(i) {
1757
- try {
1758
- const o = await A(i);
1759
- return v.global.setLocaleMessage(i, o), o;
1760
- } catch (o) {
1761
- if (console.error(`Failed to load locale ${i}:`, o), i !== g)
1762
- try {
1763
- const t = await A(g);
1764
- return v.global.setLocaleMessage(i, t), t;
1765
- } catch (t) {
1766
- throw console.error(`Failed to load fallback locale ${g}:`, t), t;
1767
- }
1768
- throw o;
91
+ return w(I, M), (e, t) => f.value ? (v(), b(h(f.value), { key: A.value })) : (v(), k("div", T, x(e.$t("cms.navigation.collections")), 1));
1769
92
  }
1770
- }
1771
- const re = { en: D, uk: P }, ne = r(() => import("./CollectionsPage-JfmrHNR_.js")), le = r(() => import("./ArticlesPage-BcR1hbds.js")), ce = r(() => import("./BuilderPage-CK_osM89.js")), de = r(() => import("./EditCollectionPage-DtgvKGm-.js")), ue = r(() => import("./MenuPage-tJZtK46W.js")), me = r(() => import("./MenuAddPage-Bf48Z-ah.js")), pe = r(() => import("./MenuItemPage-BSwUW8tv.js"));
93
+ }), z = o(() => import("./CollectionsPage-JfmrHNR_.js")), G = o(() => import("./ArticlesPage-Cuit_90w.js")), H = o(() => import("./BuilderPage-B79YHrmr.js")), J = o(() => import("./EditCollectionPage-B4p_iA6h.js")), Q = o(() => import("./MenuPage-c4TPJgIN.js")), X = o(() => import("./MenuAddPage-CmU4kAUM.js")), Y = o(() => import("./MenuItemPage-UV8JlJvT.js"));
1772
94
  export {
1773
- le as ArticlesPage,
1774
- ce as BuilderPage,
1775
- ae as CmsContentWrapper,
1776
- ne as CollectionsPage,
1777
- de as EditCollectionPage,
1778
- me as MenuAddPage,
1779
- pe as MenuItemPage,
1780
- ue as MenuPage,
1781
- se as loadMessages,
1782
- re as messages
95
+ G as ArticlesPage,
96
+ H as BuilderPage,
97
+ q as CmsContentWrapper,
98
+ z as CollectionsPage,
99
+ J as EditCollectionPage,
100
+ X as MenuAddPage,
101
+ Y as MenuItemPage,
102
+ Q as MenuPage
1783
103
  };