@mattisvensson/strapi-plugin-webatlas 0.2.6 → 0.3.0
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/README.md +2 -3
- package/dist/_chunks/EmptyBox-7D4LrvdH.mjs.map +1 -0
- package/dist/_chunks/EmptyBox-DT6D5gcf.js.map +1 -0
- package/dist/_chunks/_baseConvert-B84_vf8X.js.map +1 -0
- package/dist/_chunks/_baseConvert-C2SW1VHq.mjs.map +1 -0
- package/dist/_chunks/de-4tL_cJTC.js +104 -0
- package/dist/_chunks/de-4tL_cJTC.js.map +1 -0
- package/dist/_chunks/de-C8PE3n3B.mjs +104 -0
- package/dist/_chunks/de-C8PE3n3B.mjs.map +1 -0
- package/dist/_chunks/en-Bg4z3fR7.js +104 -0
- package/dist/_chunks/en-Bg4z3fR7.js.map +1 -0
- package/dist/_chunks/en-CR1YZvJo.mjs +104 -0
- package/dist/_chunks/en-CR1YZvJo.mjs.map +1 -0
- package/dist/_chunks/{index-D4IHmUrH.js → index-B0XE_zRP.js} +298 -91
- package/dist/_chunks/index-B2Tiv3EK.mjs +92 -0
- package/dist/_chunks/index-B48CGofU.mjs +17170 -0
- package/dist/_chunks/index-B48CGofU.mjs.map +1 -0
- package/dist/_chunks/{index-DrlYDm6a.js → index-B85fJxGa.js} +165 -76
- package/dist/_chunks/{index-DIyVy-8D.js → index-BbM9Sn1t.js} +57 -17
- package/dist/_chunks/{index-B_RPO9ty.mjs → index-BocSkZOu.mjs} +57 -17
- package/dist/_chunks/{index-uoH_HJQr.mjs → index-C7B8QHDT.mjs} +296 -89
- package/dist/_chunks/{index-BMQSVj43.mjs → index-CCiDvLAC.mjs} +166 -77
- package/dist/_chunks/index-CXzNr2cH.mjs +93 -0
- package/dist/_chunks/index-CXzNr2cH.mjs.map +1 -0
- package/dist/_chunks/index-Cd6y6nuf.js +93 -0
- package/dist/_chunks/index-Cd6y6nuf.js.map +1 -0
- package/dist/_chunks/index-Cf9ZIBLd.js +4195 -0
- package/dist/_chunks/index-Cf9ZIBLd.js.map +1 -0
- package/dist/_chunks/index-D981K4TK.mjs +4179 -0
- package/dist/_chunks/index-D981K4TK.mjs.map +1 -0
- package/dist/_chunks/{index-BvXbuF1E.js → index-DGb8ESH-.js} +56 -8
- package/dist/_chunks/index-DYiJBXKE.js +10131 -0
- package/dist/_chunks/index-DYiJBXKE.js.map +1 -0
- package/dist/_chunks/index-DjZ3ZaVB.js +17189 -0
- package/dist/_chunks/index-DjZ3ZaVB.js.map +1 -0
- package/dist/_chunks/index-DkhJl5mF.mjs +10131 -0
- package/dist/_chunks/index-DkhJl5mF.mjs.map +1 -0
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.js.map +1 -0
- package/dist/admin/index.mjs +1 -1
- package/dist/admin/index.mjs.map +1 -0
- package/dist/admin/src/components/URLInfo.d.ts +2 -1
- package/dist/admin/src/components/modals/NavModal.d.ts +2 -1
- package/dist/admin/src/utils/getRouteType.d.ts +2 -0
- package/dist/admin/src/utils/index.d.ts +2 -1
- package/dist/server/index.js +12 -1
- package/dist/server/index.js.map +1 -1
- package/dist/server/index.mjs +12 -1
- package/dist/server/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/_chunks/en-B4KWt_jN.js +0 -4
- package/dist/_chunks/en-Byx4XI2L.mjs +0 -4
- package/dist/_chunks/index-BMlQpLGa.mjs +0 -44
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
const en = {
|
|
2
|
+
"webatlas.navigation.page.title": "Navigation",
|
|
3
|
+
"webatlas.navigation.page.subtitle.noNavigationSelected": "No navigation selected",
|
|
4
|
+
"webatlas.navigation.page.emptyNavigation": "You have no navigations yet...",
|
|
5
|
+
"webatlas.navigation.page.createNewNavigation": "Create new navigation",
|
|
6
|
+
"webatlas.navigation.page.createNewItem": "Create new item",
|
|
7
|
+
"webatlas.navigation.page.newItemButton": "New Item",
|
|
8
|
+
"webatlas.navigation.page.selectNavigation": "Select Navigation",
|
|
9
|
+
"webatlas.navigation.page.navItem.addChildren": "Add children",
|
|
10
|
+
"webatlas.routes.page.title": "Routes",
|
|
11
|
+
"webatlas.routes.page.subtitle": "Overview of all existing routes",
|
|
12
|
+
"webatlas.routes.page.emptyRoutes": "No routes found",
|
|
13
|
+
"webatlas.routes.page.column.type": "Type",
|
|
14
|
+
"webatlas.settings.page.subtitle": "Configure your Webatlas plugin settings",
|
|
15
|
+
"webatlas.settings.page.enabledContentTypes": "Enabled Content Types",
|
|
16
|
+
"webatlas.settings.page.enabledContentTypes.hint": "Select the content types for which you want to enable URL aliases",
|
|
17
|
+
"webatlas.settings.page.enabledContentTypes.placeholder": "Select content types...",
|
|
18
|
+
"webatlas.settings.page.contentTypeSettings": "Content Type settings",
|
|
19
|
+
"webatlas.settings.page.defaultField": "Default URL Alias field",
|
|
20
|
+
"webatlas.settings.page.defaultField.hint": 'The selected field from the content type will be used to generate the URL alias. Use a field that is unique and descriptive, such as a "title" or "name".',
|
|
21
|
+
"webatlas.settings.page.defaultField.error": "Please select a default field",
|
|
22
|
+
"webatlas.settings.page.urlAliasPattern": "URL Alias Pattern",
|
|
23
|
+
"webatlas.settings.page.urlAliasPattern.hint": 'The pattern to prepend to the generated URL alias. For example, if you enter "blog" and the value of default field is "My First Post", the generated URL alias will be "blog/my-first-post". Leave empty for no prefix.',
|
|
24
|
+
"webatlas.settings.page.urlAliasPattern.tooltip": "Leading and trailing slashes will be removed. Spaces will be replaced with hyphens. Special characters will be encoded.",
|
|
25
|
+
"webatlas.settings.page.urlAliasPattern.placeholder": "e.g. blog",
|
|
26
|
+
"webatlas.modal.navOverview.confirmText": "New navigation",
|
|
27
|
+
"webatlas.modal.navOverview.closeText": "Cancel",
|
|
28
|
+
"webatlas.modal.navOverview.titleText": "Navigation overview",
|
|
29
|
+
"webatlas.modal.navOverview.loadingText": "Creating",
|
|
30
|
+
"webatlas.modal.navModal.internalItem": "Internal item",
|
|
31
|
+
"webatlas.modal.navModal.externalItem": "External item",
|
|
32
|
+
"webatlas.modal.navModal.wrapperItem": "Wrapper item",
|
|
33
|
+
"webatlas.modal.navEdit.confirmText": "Update",
|
|
34
|
+
"webatlas.modal.navEdit.closeText": "Cancel",
|
|
35
|
+
"webatlas.modal.navEdit.titleText": "Edit navigation:",
|
|
36
|
+
"webatlas.modal.navEdit.loadingText": "Updating",
|
|
37
|
+
"webatlas.modal.delete.cancelText": "No, keep",
|
|
38
|
+
"webatlas.modal.delete.confirmText": "Yes, delete",
|
|
39
|
+
"webatlas.modal.delete.message.start": "You are about to delete the following",
|
|
40
|
+
"webatlas.modal.delete.message.navItem": "navigation item",
|
|
41
|
+
"webatlas.modal.delete.message.navigation": "navigation",
|
|
42
|
+
"webatlas.modal.delete.message.end": "This can not be undone. Are you sure?",
|
|
43
|
+
"webatlas.modal.nameField.label": "Name",
|
|
44
|
+
"webatlas.modal.activeField.label": "Active",
|
|
45
|
+
"webatlas.modal.activeField.onLabel": "Yes",
|
|
46
|
+
"webatlas.modal.activeField.offLabel": "No",
|
|
47
|
+
"webatlas.modal.wrapperItem.titleText.create": "Create new wrapper item",
|
|
48
|
+
"webatlas.modal.wrapperItem.titleText.edit": "Edit wrapper item:",
|
|
49
|
+
"webatlas.modal.wrapperItem.loadingText.create": "Adding",
|
|
50
|
+
"webatlas.modal.wrapperItem.loadingText.edit": "Saving",
|
|
51
|
+
"webatlas.modal.wrapperItem.titleField.label": "Title",
|
|
52
|
+
"webatlas.modal.wrapperItem.titleField.placeholder": "e.g. About us",
|
|
53
|
+
"webatlas.modal.internalItem.titleText.create": "Add new navigation item",
|
|
54
|
+
"webatlas.modal.internalItem.loadingText.create": "Creating",
|
|
55
|
+
"webatlas.modal.internalItem.contentType.label": "Content Type",
|
|
56
|
+
"webatlas.modal.internalItem.contentType.placeholder": "Select a content type",
|
|
57
|
+
"webatlas.modal.internalItem.entity.label": "Entity",
|
|
58
|
+
"webatlas.modal.internalItem.entity.placeholder": "Select an entity",
|
|
59
|
+
"webatlas.modal.internalItem.loadingText.edit": "Saving",
|
|
60
|
+
"webatlas.modal.externalItem.titleText.create": "Create new external item",
|
|
61
|
+
"webatlas.modal.externalItem.loadingText.create": "Adding",
|
|
62
|
+
"webatlas.modal.externalItem.titleText.edit": "Edit external route:",
|
|
63
|
+
"webatlas.modal.externalItem.loadingText.edit": "Saving",
|
|
64
|
+
"webatlas.modal.externalItem.routeField.placeholder": "e.g. https://example.com",
|
|
65
|
+
"webatlas.modal.item.titleField.label": "Title",
|
|
66
|
+
"webatlas.modal.item.titleField.placeholder": "e.g. About Us",
|
|
67
|
+
"webatlas.modal.item.routeField.label": "Route",
|
|
68
|
+
"webatlas.modal.item.routeField.placeholder": "e.g. about/",
|
|
69
|
+
"webatlas.components.URLInfo.checking": "Checking if URL is available...",
|
|
70
|
+
"webatlas.components.URLInfo.available": "URL is available",
|
|
71
|
+
"webatlas.components.URLInfo.notAvailable": "URL is not available. Replaced with",
|
|
72
|
+
"webatlas.components.CMEditViewAside.loading": "Loading...",
|
|
73
|
+
"webatlas.components.CMEditViewAside.notAllowed.start": "This content type is not allowed for",
|
|
74
|
+
"webatlas.components.CMEditViewAside.notAllowed.end": "If you wish to use it, please contact your administrator",
|
|
75
|
+
"webatlas.components.CMEditViewAside.notConfigured.start": "This content type is not configured for",
|
|
76
|
+
"webatlas.components.CMEditViewAside.notConfigured.middle": "If you wish to use it, please configure it in the",
|
|
77
|
+
"webatlas.components.CMEditViewAside.notConfigured.end": "settings",
|
|
78
|
+
"webatlas.components.CMEditViewAside.alias.urlInput.tooltip": "The following characters are valid: A-Z, a-z, 0-9, /, -, _, $, ., +, !, *, ', (, )",
|
|
79
|
+
"webatlas.components.CMEditViewAside.alias.urlInput.label": "URL",
|
|
80
|
+
"webatlas.components.CMEditViewAside.alias.urlInput.start": "Edit the",
|
|
81
|
+
"webatlas.components.CMEditViewAside.alias.urlInput.end": "field to generate a URL",
|
|
82
|
+
"webatlas.components.CMEditViewAside.alias.overrideCheckbox": "Override automatic URL generation",
|
|
83
|
+
"webatlas.components.CMEditViewAside.alias.uidRoute.label": "UID route",
|
|
84
|
+
"webatlas.components.CMEditViewAside.alias.uidRoute.hint": "Permanent UID route, cannot be changed",
|
|
85
|
+
"webatlas.components.CMEditViewAside.alias.documentIdRoute.label": "Document ID route",
|
|
86
|
+
"webatlas.components.CMEditViewAside.alias.documentIdRoute.hint": "Permanent Document ID route, cannot be changed",
|
|
87
|
+
"webatlas.components.CMEditViewAside.alias.newRouteInfo": "A new URL route will be created upon saving this entry.",
|
|
88
|
+
"webatlas.route.type.internal": "Internal",
|
|
89
|
+
"webatlas.route.type.external": "External",
|
|
90
|
+
"webatlas.route.type.wrapper": "Wrapper",
|
|
91
|
+
"webatlas.title": "Title",
|
|
92
|
+
"webatlas.route": "Route",
|
|
93
|
+
"webatlas.actions": "Actions",
|
|
94
|
+
"webatlas.delete": "Delete",
|
|
95
|
+
"webatlas.edit": "Edit",
|
|
96
|
+
"webatlas.add": "Add",
|
|
97
|
+
"webatlas.cancel": "Cancel",
|
|
98
|
+
"webatlas.save": "Save",
|
|
99
|
+
"webatlas.select": "Select",
|
|
100
|
+
"webatlas.manage": "Manage"
|
|
101
|
+
};
|
|
102
|
+
export {
|
|
103
|
+
en as default
|
|
104
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"en-CR1YZvJo.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|