@igo2/core 1.13.0-alpha.1 → 1.13.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/__ivy_ngcc__/locale/en.auth.json +29 -29
- package/__ivy_ngcc__/locale/en.common.json +43 -43
- package/__ivy_ngcc__/locale/en.context.json +199 -198
- package/__ivy_ngcc__/locale/en.core.json +29 -29
- package/__ivy_ngcc__/locale/en.geo.json +752 -737
- package/__ivy_ngcc__/locale/en.integration.json +123 -123
- package/__ivy_ngcc__/locale/en.json +20 -4
- package/__ivy_ngcc__/locale/fr.auth.json +32 -32
- package/__ivy_ngcc__/locale/fr.common.json +43 -43
- package/__ivy_ngcc__/locale/fr.context.json +199 -198
- package/__ivy_ngcc__/locale/fr.core.json +29 -29
- package/__ivy_ngcc__/locale/fr.geo.json +752 -737
- package/__ivy_ngcc__/locale/fr.integration.json +125 -125
- package/__ivy_ngcc__/locale/fr.json +19 -3
- package/esm2020/lib/activity/activity.interceptor.mjs +1 -1
- package/esm2020/lib/activity/activity.module.mjs +1 -1
- package/esm2020/lib/activity/activity.service.mjs +1 -1
- package/esm2020/lib/activity/index.mjs +1 -1
- package/esm2020/lib/analytics/index.mjs +1 -1
- package/esm2020/lib/analytics/shared/analytics.interface.mjs +1 -1
- package/esm2020/lib/analytics/shared/analytics.service.mjs +1 -1
- package/esm2020/lib/analytics/shared/index.mjs +1 -1
- package/esm2020/lib/compression/compressedData.interface.mjs +1 -1
- package/esm2020/lib/compression/compression.service.mjs +1 -1
- package/esm2020/lib/compression/index.mjs +1 -1
- package/esm2020/lib/config/config.interface.mjs +1 -1
- package/esm2020/lib/config/config.module.mjs +1 -1
- package/esm2020/lib/config/config.provider.mjs +1 -1
- package/esm2020/lib/config/config.service.mjs +1 -1
- package/esm2020/lib/config/index.mjs +1 -1
- package/esm2020/lib/config/version.mjs +3 -3
- package/esm2020/lib/core.module.mjs +1 -1
- package/esm2020/lib/gesture/gesture.module.mjs +1 -1
- package/esm2020/lib/gesture/gesture.provider.mjs +1 -1
- package/esm2020/lib/language/index.mjs +1 -1
- package/esm2020/lib/language/language.module.mjs +1 -1
- package/esm2020/lib/language/shared/index.mjs +1 -1
- package/esm2020/lib/language/shared/language.interface.mjs +1 -1
- package/esm2020/lib/language/shared/language.loader.mjs +1 -1
- package/esm2020/lib/language/shared/language.provider.mjs +1 -1
- package/esm2020/lib/language/shared/language.service.mjs +5 -1
- package/esm2020/lib/language/shared/missing-translation.guard.mjs +2 -2
- package/esm2020/lib/media/index.mjs +1 -1
- package/esm2020/lib/media/media.enum.mjs +1 -1
- package/esm2020/lib/media/media.service.mjs +1 -1
- package/esm2020/lib/message/index.mjs +1 -1
- package/esm2020/lib/message/message.module.mjs +1 -1
- package/esm2020/lib/message/shared/index.mjs +1 -1
- package/esm2020/lib/message/shared/message.enum.mjs +2 -1
- package/esm2020/lib/message/shared/message.interface.mjs +1 -1
- package/esm2020/lib/message/shared/message.service.mjs +101 -23
- package/esm2020/lib/network/index.mjs +1 -1
- package/esm2020/lib/network/network.interfaces.mjs +1 -1
- package/esm2020/lib/network/network.service.mjs +1 -1
- package/esm2020/lib/request/error.interceptor.mjs +9 -2
- package/esm2020/lib/request/error.module.mjs +1 -1
- package/esm2020/lib/request/index.mjs +1 -1
- package/esm2020/lib/request/logging.interceptor.mjs +2 -2
- package/esm2020/lib/request/logging.module.mjs +1 -1
- package/esm2020/lib/route/route.interface.mjs +1 -1
- package/esm2020/lib/route/route.service.mjs +1 -1
- package/esm2020/lib/storage/index.mjs +1 -1
- package/esm2020/lib/storage/storage.interface.mjs +1 -1
- package/esm2020/lib/storage/storage.service.mjs +1 -1
- package/esm2020/public_api.mjs +1 -1
- package/fesm2015/igo2-core.mjs +116 -28
- package/fesm2015/igo2-core.mjs.map +1 -1
- package/fesm2020/igo2-core.mjs +116 -28
- package/fesm2020/igo2-core.mjs.map +1 -1
- package/lib/config/config.provider.d.ts +1 -1
- package/lib/language/shared/language.service.d.ts +2 -0
- package/lib/message/shared/message.enum.d.ts +2 -1
- package/lib/message/shared/message.interface.d.ts +3 -0
- package/lib/message/shared/message.service.d.ts +7 -4
- package/lib/request/error.interceptor.d.ts +1 -1
- package/locale/en.auth.json +29 -29
- package/locale/en.common.json +43 -43
- package/locale/en.context.json +199 -198
- package/locale/en.core.json +29 -29
- package/locale/en.geo.json +752 -737
- package/locale/en.integration.json +123 -123
- package/locale/en.json +20 -4
- package/locale/fr.auth.json +32 -32
- package/locale/fr.common.json +43 -43
- package/locale/fr.context.json +199 -198
- package/locale/fr.core.json +29 -29
- package/locale/fr.geo.json +752 -737
- package/locale/fr.integration.json +125 -125
- package/locale/fr.json +19 -3
- package/package.json +10 -10
- package/style/all.theming.scss +5 -5
- package/style/core.theming.scss +9 -9
- package/style/foreground.scss +20 -20
- package/style/index.theming.scss +825 -755
- package/style/material.font.scss +9 -9
- package/style/partial/core.variables.scss +4 -4
- package/style/partial/media.scss +80 -80
- package/style/setup.scss +2 -1
- package/style/themes/blue.theme.scss +19 -19
- package/style/themes/bluedq.theme.scss +52 -52
- package/style/themes/bluegrey.theme.scss +16 -16
- package/style/themes/dark.theme.scss +16 -16
- package/style/themes/deeppurple.theme.scss +16 -16
- package/style/themes/indigo.theme.scss +16 -16
- package/style/themes/orange.theme.scss +16 -16
- package/style/themes/teal.theme.scss +16 -16
- package/style/theming.scss +5 -7
- package/style/typography.scss +17 -15
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
{
|
|
2
|
-
"igo": {
|
|
3
|
-
"auth": {
|
|
4
|
-
"accessAnonymous": "Access as anonymous",
|
|
5
|
-
"connection": "Connection",
|
|
6
|
-
"login": "Login",
|
|
7
|
-
"password": "Password",
|
|
8
|
-
"signOut": "Sign out",
|
|
9
|
-
"user": "User",
|
|
10
|
-
"welcome": "Welcome {{name}}!",
|
|
11
|
-
"deconnection": "You are logged out.",
|
|
12
|
-
"home": "Return to the home page",
|
|
13
|
-
"error": {
|
|
14
|
-
"Password expired": "Password expired",
|
|
15
|
-
"Maximun logins exceeded": "Maximum logins exceeded",
|
|
16
|
-
"Login lockout": "Maximum number of attempts exceeded. Your account is locked.",
|
|
17
|
-
"Wrong password": "Wrong password",
|
|
18
|
-
"Invalid username": "Invalid username"
|
|
19
|
-
},
|
|
20
|
-
"microsoft": {
|
|
21
|
-
"login": "Sign in with Azure account"
|
|
22
|
-
},
|
|
23
|
-
"microsoftb2c": {
|
|
24
|
-
"login": "Sign in"
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"igo": {
|
|
3
|
+
"auth": {
|
|
4
|
+
"accessAnonymous": "Access as anonymous",
|
|
5
|
+
"connection": "Connection",
|
|
6
|
+
"login": "Login",
|
|
7
|
+
"password": "Password",
|
|
8
|
+
"signOut": "Sign out",
|
|
9
|
+
"user": "User",
|
|
10
|
+
"welcome": "Welcome {{name}}!",
|
|
11
|
+
"deconnection": "You are logged out.",
|
|
12
|
+
"home": "Return to the home page",
|
|
13
|
+
"error": {
|
|
14
|
+
"Password expired": "Password expired",
|
|
15
|
+
"Maximun logins exceeded": "Maximum logins exceeded",
|
|
16
|
+
"Login lockout": "Maximum number of attempts exceeded. Your account is locked.",
|
|
17
|
+
"Wrong password": "Wrong password",
|
|
18
|
+
"Invalid username": "Invalid username"
|
|
19
|
+
},
|
|
20
|
+
"microsoft": {
|
|
21
|
+
"login": "Sign in with Azure account"
|
|
22
|
+
},
|
|
23
|
+
"microsoftb2c": {
|
|
24
|
+
"login": "Sign in"
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
{
|
|
2
|
-
"igo": {
|
|
3
|
-
"common": {
|
|
4
|
-
"confirmDialog": {
|
|
5
|
-
"cancelBtn": "Cancel",
|
|
6
|
-
"confirmBtn": "Confirm",
|
|
7
|
-
"title": "Confirm"
|
|
8
|
-
},
|
|
9
|
-
"table": {
|
|
10
|
-
"filter": "Filter"
|
|
11
|
-
},
|
|
12
|
-
"entity-table": {
|
|
13
|
-
"targetHtmlUrl": "Open the external link"
|
|
14
|
-
},
|
|
15
|
-
"form": {
|
|
16
|
-
"errors": {
|
|
17
|
-
"required": "This field is required"
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
"actionbar": {
|
|
21
|
-
"scrollUp": "Scroll up",
|
|
22
|
-
"scrollDown": "Scroll down",
|
|
23
|
-
"icon": "Action list"
|
|
24
|
-
},
|
|
25
|
-
"interactiveTour": {
|
|
26
|
-
"tooltipTourToolButton": "Interactive tour of the application",
|
|
27
|
-
"disaledTooltipTourToolButton": "To have access to this tool's tour, add contexts or layers",
|
|
28
|
-
"buttonTitle": "Discover",
|
|
29
|
-
"exitButton": "Exit",
|
|
30
|
-
"backButton": "Back",
|
|
31
|
-
"nextButton": "Next"
|
|
32
|
-
},
|
|
33
|
-
"paginator": {
|
|
34
|
-
"firstPageLabel": "First page",
|
|
35
|
-
"itemsPerPageLabel": "Items per page:",
|
|
36
|
-
"lastPageLabel": "Last page",
|
|
37
|
-
"nextPageLabel": "Next page",
|
|
38
|
-
"previousPageLabel": "Previous page",
|
|
39
|
-
"of": "of"
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"igo": {
|
|
3
|
+
"common": {
|
|
4
|
+
"confirmDialog": {
|
|
5
|
+
"cancelBtn": "Cancel",
|
|
6
|
+
"confirmBtn": "Confirm",
|
|
7
|
+
"title": "Confirm"
|
|
8
|
+
},
|
|
9
|
+
"table": {
|
|
10
|
+
"filter": "Filter"
|
|
11
|
+
},
|
|
12
|
+
"entity-table": {
|
|
13
|
+
"targetHtmlUrl": "Open the external link"
|
|
14
|
+
},
|
|
15
|
+
"form": {
|
|
16
|
+
"errors": {
|
|
17
|
+
"required": "This field is required"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"actionbar": {
|
|
21
|
+
"scrollUp": "Scroll up",
|
|
22
|
+
"scrollDown": "Scroll down",
|
|
23
|
+
"icon": "Action list"
|
|
24
|
+
},
|
|
25
|
+
"interactiveTour": {
|
|
26
|
+
"tooltipTourToolButton": "Interactive tour of the application",
|
|
27
|
+
"disaledTooltipTourToolButton": "To have access to this tool's tour, add contexts or layers",
|
|
28
|
+
"buttonTitle": "Discover",
|
|
29
|
+
"exitButton": "Exit",
|
|
30
|
+
"backButton": "Back",
|
|
31
|
+
"nextButton": "Next"
|
|
32
|
+
},
|
|
33
|
+
"paginator": {
|
|
34
|
+
"firstPageLabel": "First page",
|
|
35
|
+
"itemsPerPageLabel": "Items per page:",
|
|
36
|
+
"lastPageLabel": "Last page",
|
|
37
|
+
"nextPageLabel": "Next page",
|
|
38
|
+
"previousPageLabel": "Previous page",
|
|
39
|
+
"of": "of"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -1,198 +1,199 @@
|
|
|
1
|
-
{
|
|
2
|
-
"igo": {
|
|
3
|
-
"context": {
|
|
4
|
-
"bookmarkButton": {
|
|
5
|
-
"create": "Create a new context",
|
|
6
|
-
"dialog": {
|
|
7
|
-
"createMsg": "The context '{{value}}' was created",
|
|
8
|
-
"createTitle": "Context created",
|
|
9
|
-
"placeholder": "Title",
|
|
10
|
-
"title": "New context"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"contextManager": {
|
|
14
|
-
"clone": "Clone this context",
|
|
15
|
-
"delete": "Delete this context",
|
|
16
|
-
"dialog": {
|
|
17
|
-
"cloneMsg": "The context '{{value}}' was cloned",
|
|
18
|
-
"cloneTitle": "Context cloned",
|
|
19
|
-
"copyMsg": "Text copied",
|
|
20
|
-
"copyTitle": "Context ID",
|
|
21
|
-
"confirmDelete": "Are you sure you want to delete this context?",
|
|
22
|
-
"deleteMsg": "The context '{{value}}' was deleted",
|
|
23
|
-
"deleteTitle": "Context deleted",
|
|
24
|
-
"favoriteMsg": "The context '{{value}}' was set as favorite",
|
|
25
|
-
"favoriteTitle": "Favorite saved",
|
|
26
|
-
"saveMsg": "The context '{{value}}' was saved",
|
|
27
|
-
"saveTitle": "Context saved"
|
|
28
|
-
},
|
|
29
|
-
"edit": "Edit this context",
|
|
30
|
-
"errors": {
|
|
31
|
-
"uncaught": {
|
|
32
|
-
"message": "Sorry, service is currently not available. Please try again later",
|
|
33
|
-
"title": "Error server"
|
|
34
|
-
},
|
|
35
|
-
"addPermission": "The permission you are trying to add is already in the context.",
|
|
36
|
-
"addPermissionEmpty": "The permission you are trying to add is not valid",
|
|
37
|
-
"addPermissionTitle": "Add permission error"
|
|
38
|
-
},
|
|
39
|
-
"favorite": "Set as favorite context",
|
|
40
|
-
"form": {
|
|
41
|
-
"copy": "Copy the context ID",
|
|
42
|
-
"edit": "Save",
|
|
43
|
-
"title": "Title",
|
|
44
|
-
"titleRequired": "Title required",
|
|
45
|
-
"uri": "ID",
|
|
46
|
-
"uriRequired": "ID required"
|
|
47
|
-
},
|
|
48
|
-
"invalid": {
|
|
49
|
-
"text": "Context '{{value}}' is invalid. The default context was loaded.",
|
|
50
|
-
"title": "Invalid context"
|
|
51
|
-
},
|
|
52
|
-
"managePermissions": "Manage permissions context",
|
|
53
|
-
"manageTools": "Manage tools context",
|
|
54
|
-
"ourContexts": "Our contexts",
|
|
55
|
-
"publicContexts": "Public contexts",
|
|
56
|
-
"save": "Save this context",
|
|
57
|
-
"sharedContexts": "Shared contexts",
|
|
58
|
-
"filterPlaceHolder": "Filter by name",
|
|
59
|
-
"sortAlphabetically": "Sort alphabetically",
|
|
60
|
-
"sortContextOrder": "Replace according to the creation date",
|
|
61
|
-
"userAccount": "User account",
|
|
62
|
-
"filterUser": "Filter by user group",
|
|
63
|
-
"emptyContext": "Empty context",
|
|
64
|
-
"emptyContextTooltip": "Create a new empty context",
|
|
65
|
-
"contextMap": "Context from map",
|
|
66
|
-
"contextMapTooltip": "Create a new context from map layers",
|
|
67
|
-
"hide": "Hide this context",
|
|
68
|
-
"show": "Show up this context",
|
|
69
|
-
"showHidden": "Show hidden contexts"
|
|
70
|
-
},
|
|
71
|
-
"contextImportExport": {
|
|
72
|
-
"export": {
|
|
73
|
-
"exportPlaceHolder": "Layers",
|
|
74
|
-
"exportContextName": "Context name",
|
|
75
|
-
"exportSelectAll": "Select all",
|
|
76
|
-
"success": {
|
|
77
|
-
"text": "Context has been exported.",
|
|
78
|
-
"title":"Context export success"
|
|
79
|
-
},
|
|
80
|
-
"nothing": {
|
|
81
|
-
"text": "No context could be exported.",
|
|
82
|
-
"title": "Nothing to export"
|
|
83
|
-
},
|
|
84
|
-
"failed": {
|
|
85
|
-
"text": "Failed to export",
|
|
86
|
-
"title": "Failed to export context"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
"import": {
|
|
90
|
-
"success": {
|
|
91
|
-
"title": "Imported context",
|
|
92
|
-
"text": "The context '{{value}}' was added to the map"
|
|
93
|
-
},
|
|
94
|
-
"empty": {
|
|
95
|
-
"text": "The context '{{value}}' contained nothing that could be imported.",
|
|
96
|
-
"title": "Nothing to import"
|
|
97
|
-
},
|
|
98
|
-
"invalid": {
|
|
99
|
-
"text": "The context '{{value}}' is invalid.",
|
|
100
|
-
"title": "Invalid context"
|
|
101
|
-
},
|
|
102
|
-
"unreadable": {
|
|
103
|
-
"title": "Unreadable context",
|
|
104
|
-
"text": "The context '{{value}}' is unreadable"
|
|
105
|
-
},
|
|
106
|
-
"tooLarge": {
|
|
107
|
-
"text": "The context '{{value}}' is too large (Max: {{size}} MB)",
|
|
108
|
-
"title": "Context too large"
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
"permission": {
|
|
113
|
-
"addBtn": "Add",
|
|
114
|
-
"delete": "Remove permission",
|
|
115
|
-
"dialog": {
|
|
116
|
-
"addMsg": "The permission '{{value}}' was added",
|
|
117
|
-
"addTitle": "Permission added",
|
|
118
|
-
"deleteMsg": "The permission '{{value}}' was removed",
|
|
119
|
-
"deleteTitle": "Permission removed",
|
|
120
|
-
"scopeChangedMsg": "The scope was changed to {{value}}",
|
|
121
|
-
"scopeChangedTitle": "Scope changed"
|
|
122
|
-
},
|
|
123
|
-
"profil": "Profil",
|
|
124
|
-
"user": "User or group",
|
|
125
|
-
"profilRequired": "Profil required",
|
|
126
|
-
"read": "Read only",
|
|
127
|
-
"readOnlyTitle": "Read-only context",
|
|
128
|
-
"readOnlyMsg": "You can only revoke permission if the context is shared directly to your username.",
|
|
129
|
-
"scope": {
|
|
130
|
-
"private": "Private",
|
|
131
|
-
"protected": "Protected",
|
|
132
|
-
"shared": "Shared",
|
|
133
|
-
"public": "Public"
|
|
134
|
-
},
|
|
135
|
-
"write": "Read and Write"
|
|
136
|
-
},
|
|
137
|
-
"poiButton": {
|
|
138
|
-
"create": "Create a new zone of interest",
|
|
139
|
-
"dialog": {
|
|
140
|
-
"confirmDelete": "Are you sure you want to delete this zone of interest?",
|
|
141
|
-
"createMsg": "The zone of interest '{{value}}' was created",
|
|
142
|
-
"createTitle": "Zone of interest created",
|
|
143
|
-
"deleteMsg": "The zone of interest '{{value}}' was deleted",
|
|
144
|
-
"deleteTitle": "Zone of interest deleted",
|
|
145
|
-
"placeholder": "Title",
|
|
146
|
-
"title": "New zone of interest"
|
|
147
|
-
},
|
|
148
|
-
"placeholder": "Zones of interest"
|
|
149
|
-
},
|
|
150
|
-
"sidenav": {
|
|
151
|
-
"goBack": "Go Back",
|
|
152
|
-
"mainMenu": "Main Menu"
|
|
153
|
-
},
|
|
154
|
-
"shareMap": {
|
|
155
|
-
"button": "Share map",
|
|
156
|
-
"refreshBtn": "Refresh sharing",
|
|
157
|
-
"copy": "Copy to clipboard",
|
|
158
|
-
"shareWithApi": "Share by context",
|
|
159
|
-
"shareWithUrl": "Share by url",
|
|
160
|
-
"dialog": {
|
|
161
|
-
"copyMsg": "Link copied to clipboard",
|
|
162
|
-
"copyTitle": "Link"
|
|
163
|
-
},
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
"
|
|
172
|
-
"
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
"
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"igo": {
|
|
3
|
+
"context": {
|
|
4
|
+
"bookmarkButton": {
|
|
5
|
+
"create": "Create a new context",
|
|
6
|
+
"dialog": {
|
|
7
|
+
"createMsg": "The context '{{value}}' was created",
|
|
8
|
+
"createTitle": "Context created",
|
|
9
|
+
"placeholder": "Title",
|
|
10
|
+
"title": "New context"
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"contextManager": {
|
|
14
|
+
"clone": "Clone this context",
|
|
15
|
+
"delete": "Delete this context",
|
|
16
|
+
"dialog": {
|
|
17
|
+
"cloneMsg": "The context '{{value}}' was cloned",
|
|
18
|
+
"cloneTitle": "Context cloned",
|
|
19
|
+
"copyMsg": "Text copied",
|
|
20
|
+
"copyTitle": "Context ID",
|
|
21
|
+
"confirmDelete": "Are you sure you want to delete this context?",
|
|
22
|
+
"deleteMsg": "The context '{{value}}' was deleted",
|
|
23
|
+
"deleteTitle": "Context deleted",
|
|
24
|
+
"favoriteMsg": "The context '{{value}}' was set as favorite",
|
|
25
|
+
"favoriteTitle": "Favorite saved",
|
|
26
|
+
"saveMsg": "The context '{{value}}' was saved",
|
|
27
|
+
"saveTitle": "Context saved"
|
|
28
|
+
},
|
|
29
|
+
"edit": "Edit this context",
|
|
30
|
+
"errors": {
|
|
31
|
+
"uncaught": {
|
|
32
|
+
"message": "Sorry, service is currently not available. Please try again later",
|
|
33
|
+
"title": "Error server"
|
|
34
|
+
},
|
|
35
|
+
"addPermission": "The permission you are trying to add is already in the context.",
|
|
36
|
+
"addPermissionEmpty": "The permission you are trying to add is not valid",
|
|
37
|
+
"addPermissionTitle": "Add permission error"
|
|
38
|
+
},
|
|
39
|
+
"favorite": "Set as favorite context",
|
|
40
|
+
"form": {
|
|
41
|
+
"copy": "Copy the context ID",
|
|
42
|
+
"edit": "Save",
|
|
43
|
+
"title": "Title",
|
|
44
|
+
"titleRequired": "Title required",
|
|
45
|
+
"uri": "ID",
|
|
46
|
+
"uriRequired": "ID required"
|
|
47
|
+
},
|
|
48
|
+
"invalid": {
|
|
49
|
+
"text": "Context '{{value}}' is invalid. The default context was loaded.",
|
|
50
|
+
"title": "Invalid context"
|
|
51
|
+
},
|
|
52
|
+
"managePermissions": "Manage permissions context",
|
|
53
|
+
"manageTools": "Manage tools context",
|
|
54
|
+
"ourContexts": "Our contexts",
|
|
55
|
+
"publicContexts": "Public contexts",
|
|
56
|
+
"save": "Save this context",
|
|
57
|
+
"sharedContexts": "Shared contexts",
|
|
58
|
+
"filterPlaceHolder": "Filter by name",
|
|
59
|
+
"sortAlphabetically": "Sort alphabetically",
|
|
60
|
+
"sortContextOrder": "Replace according to the creation date",
|
|
61
|
+
"userAccount": "User account",
|
|
62
|
+
"filterUser": "Filter by user group",
|
|
63
|
+
"emptyContext": "Empty context",
|
|
64
|
+
"emptyContextTooltip": "Create a new empty context",
|
|
65
|
+
"contextMap": "Context from map",
|
|
66
|
+
"contextMapTooltip": "Create a new context from map layers",
|
|
67
|
+
"hide": "Hide this context",
|
|
68
|
+
"show": "Show up this context",
|
|
69
|
+
"showHidden": "Show hidden contexts"
|
|
70
|
+
},
|
|
71
|
+
"contextImportExport": {
|
|
72
|
+
"export": {
|
|
73
|
+
"exportPlaceHolder": "Layers",
|
|
74
|
+
"exportContextName": "Context name",
|
|
75
|
+
"exportSelectAll": "Select all",
|
|
76
|
+
"success": {
|
|
77
|
+
"text": "Context has been exported.",
|
|
78
|
+
"title":"Context export success"
|
|
79
|
+
},
|
|
80
|
+
"nothing": {
|
|
81
|
+
"text": "No context could be exported.",
|
|
82
|
+
"title": "Nothing to export"
|
|
83
|
+
},
|
|
84
|
+
"failed": {
|
|
85
|
+
"text": "Failed to export",
|
|
86
|
+
"title": "Failed to export context"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"import": {
|
|
90
|
+
"success": {
|
|
91
|
+
"title": "Imported context",
|
|
92
|
+
"text": "The context '{{value}}' was added to the map"
|
|
93
|
+
},
|
|
94
|
+
"empty": {
|
|
95
|
+
"text": "The context '{{value}}' contained nothing that could be imported.",
|
|
96
|
+
"title": "Nothing to import"
|
|
97
|
+
},
|
|
98
|
+
"invalid": {
|
|
99
|
+
"text": "The context '{{value}}' is invalid.",
|
|
100
|
+
"title": "Invalid context"
|
|
101
|
+
},
|
|
102
|
+
"unreadable": {
|
|
103
|
+
"title": "Unreadable context",
|
|
104
|
+
"text": "The context '{{value}}' is unreadable"
|
|
105
|
+
},
|
|
106
|
+
"tooLarge": {
|
|
107
|
+
"text": "The context '{{value}}' is too large (Max: {{size}} MB)",
|
|
108
|
+
"title": "Context too large"
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"permission": {
|
|
113
|
+
"addBtn": "Add",
|
|
114
|
+
"delete": "Remove permission",
|
|
115
|
+
"dialog": {
|
|
116
|
+
"addMsg": "The permission '{{value}}' was added",
|
|
117
|
+
"addTitle": "Permission added",
|
|
118
|
+
"deleteMsg": "The permission '{{value}}' was removed",
|
|
119
|
+
"deleteTitle": "Permission removed",
|
|
120
|
+
"scopeChangedMsg": "The scope was changed to {{value}}",
|
|
121
|
+
"scopeChangedTitle": "Scope changed"
|
|
122
|
+
},
|
|
123
|
+
"profil": "Profil",
|
|
124
|
+
"user": "User or group",
|
|
125
|
+
"profilRequired": "Profil required",
|
|
126
|
+
"read": "Read only",
|
|
127
|
+
"readOnlyTitle": "Read-only context",
|
|
128
|
+
"readOnlyMsg": "You can only revoke permission if the context is shared directly to your username.",
|
|
129
|
+
"scope": {
|
|
130
|
+
"private": "Private",
|
|
131
|
+
"protected": "Protected",
|
|
132
|
+
"shared": "Shared",
|
|
133
|
+
"public": "Public"
|
|
134
|
+
},
|
|
135
|
+
"write": "Read and Write"
|
|
136
|
+
},
|
|
137
|
+
"poiButton": {
|
|
138
|
+
"create": "Create a new zone of interest",
|
|
139
|
+
"dialog": {
|
|
140
|
+
"confirmDelete": "Are you sure you want to delete this zone of interest?",
|
|
141
|
+
"createMsg": "The zone of interest '{{value}}' was created",
|
|
142
|
+
"createTitle": "Zone of interest created",
|
|
143
|
+
"deleteMsg": "The zone of interest '{{value}}' was deleted",
|
|
144
|
+
"deleteTitle": "Zone of interest deleted",
|
|
145
|
+
"placeholder": "Title",
|
|
146
|
+
"title": "New zone of interest"
|
|
147
|
+
},
|
|
148
|
+
"placeholder": "Zones of interest"
|
|
149
|
+
},
|
|
150
|
+
"sidenav": {
|
|
151
|
+
"goBack": "Go Back",
|
|
152
|
+
"mainMenu": "Main Menu"
|
|
153
|
+
},
|
|
154
|
+
"shareMap": {
|
|
155
|
+
"button": "Share map",
|
|
156
|
+
"refreshBtn": "Refresh sharing",
|
|
157
|
+
"copy": "Copy to clipboard",
|
|
158
|
+
"shareWithApi": "Share by context",
|
|
159
|
+
"shareWithUrl": "Share by url",
|
|
160
|
+
"dialog": {
|
|
161
|
+
"copyMsg": "Link copied to clipboard",
|
|
162
|
+
"copyTitle": "Link"
|
|
163
|
+
},
|
|
164
|
+
"htmlClarifications": "",
|
|
165
|
+
"errorTitle": "Share Map error",
|
|
166
|
+
"placeholderLink": "Link",
|
|
167
|
+
"included": "Included in shared URL :",
|
|
168
|
+
"context": "The context when creating the sharing link.",
|
|
169
|
+
"center": "The coordinates of the center of the map (longitude, latitude).",
|
|
170
|
+
"zoom": "The zoom level of the map.",
|
|
171
|
+
"addedLayers": "The layers added by the catalog or by the search bar.",
|
|
172
|
+
"visibleInvisible": "Visibility status of layers.",
|
|
173
|
+
"excluded": "Excluded in the shared URL :",
|
|
174
|
+
"order": "The order of the layers.",
|
|
175
|
+
"opacity": "Modifications made to the opacity of the layers.",
|
|
176
|
+
"filterOgc": "Additions / modifications made to filters by attribute.",
|
|
177
|
+
"filterTime": "The current value for time filters."
|
|
178
|
+
},
|
|
179
|
+
"tool": {
|
|
180
|
+
"dialog": {
|
|
181
|
+
"addMsg": "The tool '{{value}}' was added",
|
|
182
|
+
"addTitle": "Tool added",
|
|
183
|
+
"deleteMsg": "The tool '{{value}}' was removed",
|
|
184
|
+
"deleteTitle": "Tool removed"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"userButton": {
|
|
188
|
+
"dialog": {
|
|
189
|
+
"email": "Email",
|
|
190
|
+
"expiration": "Expiration",
|
|
191
|
+
"user": "User",
|
|
192
|
+
"clearPreferences": "Clear my preferences"
|
|
193
|
+
},
|
|
194
|
+
"infoTitle": "User info",
|
|
195
|
+
"logout": "Logout"
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
{
|
|
2
|
-
"igo": {
|
|
3
|
-
"core": {
|
|
4
|
-
"message": {
|
|
5
|
-
"success": "Success",
|
|
6
|
-
"error": "Error",
|
|
7
|
-
"info": "Info",
|
|
8
|
-
"alert": "Alert"
|
|
9
|
-
},
|
|
10
|
-
"errors": {
|
|
11
|
-
"uncaught": {
|
|
12
|
-
"message":
|
|
13
|
-
"Sorry, service is currently not available. Please try again later",
|
|
14
|
-
"title": "Error server"
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"network": {
|
|
18
|
-
"online": {
|
|
19
|
-
"message": "Online",
|
|
20
|
-
"title": "Status:"
|
|
21
|
-
},
|
|
22
|
-
"offline": {
|
|
23
|
-
"message": "Offline",
|
|
24
|
-
"title": "Status:"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"igo": {
|
|
3
|
+
"core": {
|
|
4
|
+
"message": {
|
|
5
|
+
"success": "Success",
|
|
6
|
+
"error": "Error",
|
|
7
|
+
"info": "Info",
|
|
8
|
+
"alert": "Alert"
|
|
9
|
+
},
|
|
10
|
+
"errors": {
|
|
11
|
+
"uncaught": {
|
|
12
|
+
"message":
|
|
13
|
+
"Sorry, service is currently not available. Please try again later",
|
|
14
|
+
"title": "Error server"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"network": {
|
|
18
|
+
"online": {
|
|
19
|
+
"message": "Online",
|
|
20
|
+
"title": "Status:"
|
|
21
|
+
},
|
|
22
|
+
"offline": {
|
|
23
|
+
"message": "Offline",
|
|
24
|
+
"title": "Status:"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|