@collabdt/core 0.2.1 → 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/dist/core/components/AppSidebarContent.d.ts.map +1 -1
- package/dist/core/components/AppSidebarContent.js.map +1 -1
- package/dist/core/i18n/index.d.ts +8 -0
- package/dist/core/i18n/index.d.ts.map +1 -0
- package/dist/core/i18n/index.js +8 -0
- package/dist/core/i18n/index.js.map +1 -0
- package/dist/core/i18n/messages/en.json +1873 -0
- package/dist/core/i18n/messages/es.json +1870 -0
- package/dist/core/i18n/messages/fr.json +1870 -0
- package/package.json +9 -5
|
@@ -0,0 +1,1873 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AddBuilding": {
|
|
3
|
+
"title": "Create New Building",
|
|
4
|
+
"description": "Search for an address to start a new building.",
|
|
5
|
+
"label": "Building Address",
|
|
6
|
+
"submit": "Get Started",
|
|
7
|
+
"label2": "Selected:",
|
|
8
|
+
"toastErr": "Please enter or select an address"
|
|
9
|
+
},
|
|
10
|
+
"AddInfrastructure": {
|
|
11
|
+
"title": "Create New Infrastructure",
|
|
12
|
+
"description": "Search for an address to start a new infrastructure.",
|
|
13
|
+
"label": "Infrastructure Address",
|
|
14
|
+
"submit": "Get Started",
|
|
15
|
+
"label2": "Selected:",
|
|
16
|
+
"toastErr": "Please enter or select an address"
|
|
17
|
+
},
|
|
18
|
+
"AddItem": {
|
|
19
|
+
"add": "Add",
|
|
20
|
+
"siteCap": "Site",
|
|
21
|
+
"buildingCap": "Building",
|
|
22
|
+
"searchPlaceholder": "Search for",
|
|
23
|
+
"site": "site",
|
|
24
|
+
"building": "building",
|
|
25
|
+
"noneFound": "No results found"
|
|
26
|
+
},
|
|
27
|
+
"AddSite": {
|
|
28
|
+
"add": "Add Site",
|
|
29
|
+
"title": "Create New Site",
|
|
30
|
+
"description": "Enter a name for your new site to get started.",
|
|
31
|
+
"label1": "Site Name",
|
|
32
|
+
"labelPlaceholder1": "Enter site name",
|
|
33
|
+
"submit": "Get Started",
|
|
34
|
+
"toastErrorNoSite": "Please enter a site name"
|
|
35
|
+
},
|
|
36
|
+
"AddToBim": {
|
|
37
|
+
"fileButton": "File",
|
|
38
|
+
"commentButton": "Comment",
|
|
39
|
+
"sensorButton": "Sensor",
|
|
40
|
+
"bimObject": "BIM Object",
|
|
41
|
+
"addFile": "Add File",
|
|
42
|
+
"dropZoneTitle": "Drag and drop a file",
|
|
43
|
+
"dropZoneSubtext": "or click to browse",
|
|
44
|
+
"addCadFile": "Add CAD File",
|
|
45
|
+
"dropZoneTitleCad": "Drag and drop a CAD file",
|
|
46
|
+
"dropZoneSubtextCad": "DXF is currently supported"
|
|
47
|
+
},
|
|
48
|
+
"AddToMap": {
|
|
49
|
+
"addFileTitle": "Add File",
|
|
50
|
+
"addCommentTitle": "Add Comment",
|
|
51
|
+
"addDatasetTitle": "Add Dataset",
|
|
52
|
+
"addSiteTitle": "Add Site",
|
|
53
|
+
"errorTitle": "Something went wrong. Check newAddToMap getCardTitle()",
|
|
54
|
+
"close": "Close",
|
|
55
|
+
"file": "File",
|
|
56
|
+
"comment": "Comment",
|
|
57
|
+
"dataset": "Dataset",
|
|
58
|
+
"site": "Site",
|
|
59
|
+
"sensor": "Sensor",
|
|
60
|
+
"building": "Building"
|
|
61
|
+
},
|
|
62
|
+
"AddUser": {
|
|
63
|
+
"title": "Create New User",
|
|
64
|
+
"fields": {
|
|
65
|
+
"name": "Name",
|
|
66
|
+
"email": "Email",
|
|
67
|
+
"role": "Role",
|
|
68
|
+
"password": "Temporary Password"
|
|
69
|
+
},
|
|
70
|
+
"roleSelectPlaceholder": "Select a role",
|
|
71
|
+
"passwordStrong": "Password meets requirements",
|
|
72
|
+
"cancel": "Cancel",
|
|
73
|
+
"submit": "Create User",
|
|
74
|
+
"errors": {
|
|
75
|
+
"nameEmailRequired": "Name and email are required",
|
|
76
|
+
"roleRequired": "Please select a role",
|
|
77
|
+
"weakPassword": "Password must be 12–65 characters with uppercase, lowercase, number, and special character",
|
|
78
|
+
"createUserFailed": "Failed to create user"
|
|
79
|
+
},
|
|
80
|
+
"success": {
|
|
81
|
+
"userCreated": "User created successfully"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"AppSidebar": {
|
|
85
|
+
"support": "Support",
|
|
86
|
+
"feedback": "Feedback",
|
|
87
|
+
"users": "Users",
|
|
88
|
+
"home": "Powered by CDT",
|
|
89
|
+
"platform": "Platform",
|
|
90
|
+
"3dViewer": "3D Viewers",
|
|
91
|
+
"data": "Data",
|
|
92
|
+
"extensions": "Extensions",
|
|
93
|
+
"service": "Service",
|
|
94
|
+
"mapTitle": "Map",
|
|
95
|
+
"bimTitle": "BIM",
|
|
96
|
+
"siteTitle": "Sites",
|
|
97
|
+
"buildingsTitle": "Buildings",
|
|
98
|
+
"pointCloudTitle": "Point Cloud",
|
|
99
|
+
"filesTitle": "Files",
|
|
100
|
+
"landTitle": "Land",
|
|
101
|
+
"infrastructureTitle": "Infrastructure",
|
|
102
|
+
"preferences": "Preferences",
|
|
103
|
+
"lcaTitle": "LCA",
|
|
104
|
+
"addExtensions": "Add Extensions",
|
|
105
|
+
"contact": "Contact the Team"
|
|
106
|
+
},
|
|
107
|
+
"AssociateBuildings": {
|
|
108
|
+
"title": "Buildings found inside this site",
|
|
109
|
+
"subtitle": "These buildings fall within \"{name}\". Choose which to associate with it.",
|
|
110
|
+
"selectAll": "Select all",
|
|
111
|
+
"deselectAll": "Deselect all",
|
|
112
|
+
"unnamed": "Unnamed building",
|
|
113
|
+
"skip": "Skip",
|
|
114
|
+
"associate": "Associate",
|
|
115
|
+
"associated": "{count} building(s) associated with \"{name}\".",
|
|
116
|
+
"associateFailed": "Failed to associate the buildings. Please try again."
|
|
117
|
+
},
|
|
118
|
+
"AssociatedBuildings": {
|
|
119
|
+
"suggestInside": "Review {count} building(s) inside the boundary",
|
|
120
|
+
"detachTitle": "Detach building",
|
|
121
|
+
"msg1": "new building",
|
|
122
|
+
"msg2": "will be added when you save changes.",
|
|
123
|
+
"searchPlaceholder1": "Search Buildings...",
|
|
124
|
+
"searchPlaceholder2": "Search for building",
|
|
125
|
+
"attachTrigger": "Attach building",
|
|
126
|
+
"createAttachToastSuccess": "Building created and attached",
|
|
127
|
+
"createAttachToastError": "Failed to create building"
|
|
128
|
+
},
|
|
129
|
+
"AuthPage": {
|
|
130
|
+
"footerText": "Powered by Collab Digital Twins"
|
|
131
|
+
},
|
|
132
|
+
"BimEditPosition": {
|
|
133
|
+
"editBimButton": "Edit BIM Position",
|
|
134
|
+
"editPositionTitle": "Edit BIM Position (drag marker)",
|
|
135
|
+
"longitude": "Longitude",
|
|
136
|
+
"latitude": "Latitude",
|
|
137
|
+
"rotation": "Rotation (°)",
|
|
138
|
+
"elevation": "Elevation (m)",
|
|
139
|
+
"save": "Save",
|
|
140
|
+
"saving": "Saving...",
|
|
141
|
+
"positionAcceptedToast": "New position has been saved.",
|
|
142
|
+
"cancel": "Cancel",
|
|
143
|
+
"saved": "Position Saved!",
|
|
144
|
+
"editPositionTooltip": "Edit the position, rotation, and elevation of this BIM model"
|
|
145
|
+
},
|
|
146
|
+
"BimLoadingState": {
|
|
147
|
+
"openingText": "Opening BIM viewer",
|
|
148
|
+
"helpText": "Drag and drop or select an IFC or Fragment file to load",
|
|
149
|
+
"uploadButton": "Upload File",
|
|
150
|
+
"noBIMLoaded": "No BIM file loaded",
|
|
151
|
+
"loadingBimModel": "Loading BIM models...",
|
|
152
|
+
"noBuilding": "No building selected",
|
|
153
|
+
"selectBuilding": "Select a building from database",
|
|
154
|
+
"selectBuildingHelpText": "Load building from database",
|
|
155
|
+
"searchBuildings": "Search buildings",
|
|
156
|
+
"loadingBuildings": "Loading buildings...",
|
|
157
|
+
"noSearchResults": "No buildings found",
|
|
158
|
+
"noBuildings": "No buildings available"
|
|
159
|
+
},
|
|
160
|
+
"Breadcrumb": {
|
|
161
|
+
"more": "More"
|
|
162
|
+
},
|
|
163
|
+
"BuildingFieldRenderer": {
|
|
164
|
+
"empty": "No sites found."
|
|
165
|
+
},
|
|
166
|
+
"BuildingMoreOptions": {
|
|
167
|
+
"noDataAvailable": "No building data available to generate schema",
|
|
168
|
+
"schemaDownloadSuccess": "Schema downloaded successfully",
|
|
169
|
+
"schemaDownloadError": "No buildings to export",
|
|
170
|
+
"exported": "Exported",
|
|
171
|
+
"exportSuccess": "building(s) successfully",
|
|
172
|
+
"exportError": "Failed to export buildings",
|
|
173
|
+
"exportTitle": "Export Buildings",
|
|
174
|
+
"importTitle": "Import Buildings",
|
|
175
|
+
"downloadSchema": "Download Schema",
|
|
176
|
+
"importError": "Failed to import buildings. Please ensure your file matches the required schema."
|
|
177
|
+
},
|
|
178
|
+
"BuildingTools": {
|
|
179
|
+
"toastFIleUploadSuccess": "file(s) uploaded successfully",
|
|
180
|
+
"toastFIleUploadError": "Failed to upload files:",
|
|
181
|
+
"toastUnknownError": "Unknown error",
|
|
182
|
+
"compareTitle": "Compare buildings",
|
|
183
|
+
"openBimTitle": "Open BIM Viewer",
|
|
184
|
+
"openPointCloudTitle": "Open Point Cloud Viewer",
|
|
185
|
+
"openBuildingTitle": "Open Building Menu",
|
|
186
|
+
"addFileTitle": "Add File",
|
|
187
|
+
"selectBimLabel": "Select BIM File(s)",
|
|
188
|
+
"filesSelected": "file(s) selected",
|
|
189
|
+
"selectFiles": "Select file(s)",
|
|
190
|
+
"hideBimLabel": "Hide BIM",
|
|
191
|
+
"showBimLabel": "Show BIM",
|
|
192
|
+
"showBIM": "Show BIM",
|
|
193
|
+
"hideBIM": "Hide BIM",
|
|
194
|
+
"openBIMTitle": "Open Building Menu",
|
|
195
|
+
"OpenBIMViewerTitle": "Open BIM Viewer",
|
|
196
|
+
"editBimButton": "Edit BIM Position",
|
|
197
|
+
"buildingIdRequired": "Building ID is required for file upload."
|
|
198
|
+
},
|
|
199
|
+
"CameraSettings": {
|
|
200
|
+
"title": "Camera Settings",
|
|
201
|
+
"cameraProjection": "Camera Projection",
|
|
202
|
+
"perspective": "Perspective",
|
|
203
|
+
"orthographic": "Orthographic",
|
|
204
|
+
"cameraControl": "Camera Control",
|
|
205
|
+
"earth": "Earth",
|
|
206
|
+
"orbit": "Orbit",
|
|
207
|
+
"firstPerson": "First Person",
|
|
208
|
+
"firstPersonSettings": "First Person Settings",
|
|
209
|
+
"moveSpeed": "Move speed",
|
|
210
|
+
"slow": "Slow",
|
|
211
|
+
"fast": "Fast",
|
|
212
|
+
"lockElevation": "Lock elevation"
|
|
213
|
+
},
|
|
214
|
+
"ChangePassword": {
|
|
215
|
+
"noMatch": "Passwords do not match",
|
|
216
|
+
"tooShort": "Password must be at least 12 characters",
|
|
217
|
+
"tooLong": "Password must be less than 65 characters",
|
|
218
|
+
"weakPassword": "Passwords must be a minimum of 12 characters and include at least one uppercase letter, one lowercase letter, one number, and one special character. Passwords must not contain the username.",
|
|
219
|
+
"header": "Change password",
|
|
220
|
+
"subHeader": "Update your password to keep your account secure.",
|
|
221
|
+
"newLabel": "New Password",
|
|
222
|
+
"lenError": "Password must be 12 - 65 characters.",
|
|
223
|
+
"confirmLabel": "Confirm Password",
|
|
224
|
+
"toastSuccess": "Password changed successfully",
|
|
225
|
+
"toastError": "Failed to change password",
|
|
226
|
+
"verifyLabel": "Verify Current Password",
|
|
227
|
+
"next": "Next",
|
|
228
|
+
"save": "Save",
|
|
229
|
+
"verifyPlaceholder": "Verify Password"
|
|
230
|
+
},
|
|
231
|
+
"ClippingTool": {
|
|
232
|
+
"clippingPlane": "Clipping Plane",
|
|
233
|
+
"slice": "Slice",
|
|
234
|
+
"invert": "Invert",
|
|
235
|
+
"reset": "Reset"
|
|
236
|
+
},
|
|
237
|
+
"CommentInput": {
|
|
238
|
+
"title": "Add Comment",
|
|
239
|
+
"label": "Write a comment",
|
|
240
|
+
"placeholder": "Enter your comment here...",
|
|
241
|
+
"close": "Close",
|
|
242
|
+
"placeHelpTextMap": "Double click anywhere on the map to add comment",
|
|
243
|
+
"placeHelpTextBim": "Double click anywhere on the model to add comment"
|
|
244
|
+
},
|
|
245
|
+
"CommentLayers": {
|
|
246
|
+
"commentEdited": "Comment edited",
|
|
247
|
+
"commentDeleted": "Comment deleted"
|
|
248
|
+
},
|
|
249
|
+
"CommentsSection": {
|
|
250
|
+
"commentsTitle": "Comments",
|
|
251
|
+
"addCommentTitle": "Add Comment",
|
|
252
|
+
"searchComments": "Search comments...",
|
|
253
|
+
"editComment": "Edit comment",
|
|
254
|
+
"commentEdited": "Comment edited",
|
|
255
|
+
"deleteComment": "Delete comment",
|
|
256
|
+
"commentDeleted": "Comment deleted",
|
|
257
|
+
"replyToComment": "Reply to comment",
|
|
258
|
+
"edited": "Edited",
|
|
259
|
+
"reply": "reply",
|
|
260
|
+
"replies": "replies",
|
|
261
|
+
"attachments": "Attachments",
|
|
262
|
+
"addAttachment": "Add attachment",
|
|
263
|
+
"writeReply": "Write a reply...",
|
|
264
|
+
"position": "Position",
|
|
265
|
+
"lastUpdated": "Last updated"
|
|
266
|
+
},
|
|
267
|
+
"Compare": {
|
|
268
|
+
"compareBuildings": "Compare Buildings",
|
|
269
|
+
"close": "Close",
|
|
270
|
+
"clearAll": "Clear All"
|
|
271
|
+
},
|
|
272
|
+
"CompareDialog": {
|
|
273
|
+
"compareNow": "Compare Now",
|
|
274
|
+
"compare": "Compare",
|
|
275
|
+
"description1": "Choose",
|
|
276
|
+
"description2": "to compare",
|
|
277
|
+
"sites": "sites",
|
|
278
|
+
"buildings": "buildings",
|
|
279
|
+
"site": "site",
|
|
280
|
+
"building": "building",
|
|
281
|
+
"unknown": "Unknown"
|
|
282
|
+
},
|
|
283
|
+
"ConfirmDialog": {
|
|
284
|
+
"alertTitle": "Delete",
|
|
285
|
+
"alertDescription": "Are you sure you want to delete",
|
|
286
|
+
"confirmLabel": "This action cannot be undone.",
|
|
287
|
+
"cancel": "Cancel",
|
|
288
|
+
"delete": "Delete",
|
|
289
|
+
"defaultName": "this item",
|
|
290
|
+
"item": "item"
|
|
291
|
+
},
|
|
292
|
+
"DataColumns": {
|
|
293
|
+
"name": "Name",
|
|
294
|
+
"countrySubdivision": "Subdivision",
|
|
295
|
+
"municipality": "Municipality",
|
|
296
|
+
"source": "Source",
|
|
297
|
+
"type": "Type"
|
|
298
|
+
},
|
|
299
|
+
"DataMenu": {
|
|
300
|
+
"cancelButton": "Cancel",
|
|
301
|
+
"buildingHeader": "Buildings",
|
|
302
|
+
"siteHeader": "Sites",
|
|
303
|
+
"fileHeader": "Files",
|
|
304
|
+
"infrastructureHeader": "Infrastructure",
|
|
305
|
+
"extensionsHeader": "Extensions",
|
|
306
|
+
"usersHeader": "Users",
|
|
307
|
+
"landHeader": "Land",
|
|
308
|
+
"toastSuccessCreateBuilding": "Building created successfully",
|
|
309
|
+
"toastFailCreateBuilding": "Failed to create building",
|
|
310
|
+
"toastSuccessCreateSite": "Site created successfully",
|
|
311
|
+
"toastFailCreateSite": "Failed to create site",
|
|
312
|
+
"toastSuccessCreateInfrastructure": "Infrastructure created successfully",
|
|
313
|
+
"toastFailCreateInfrastructure": "Failed to create infrastructure",
|
|
314
|
+
"toastSuccessCreateUser": "User created successfully",
|
|
315
|
+
"toastFailCreateUser": "Failed to create user",
|
|
316
|
+
"searchPlaceholder": "Search",
|
|
317
|
+
"createSiteButton": "Create Site",
|
|
318
|
+
"createBuildingButton": "Create Building",
|
|
319
|
+
"createInfrastructureButton": "Create Infrastructure",
|
|
320
|
+
"createUserButton": "Create User",
|
|
321
|
+
"saveChangesButton": "Save Changes",
|
|
322
|
+
"addDetailsButton": "Add Details",
|
|
323
|
+
"editDetailsButton": "Edit Details"
|
|
324
|
+
},
|
|
325
|
+
"DataMenuColumns": {
|
|
326
|
+
"buildingNameAdd": "Property Name / Address",
|
|
327
|
+
"buildingCountrySubdivision": "Subdivision",
|
|
328
|
+
"buildingMunic": "Municipality",
|
|
329
|
+
"buildingType": "Building Type",
|
|
330
|
+
"siteName": "Name",
|
|
331
|
+
"siteCountrySubdivision": "Subdivision",
|
|
332
|
+
"siteMunic": "Municipality",
|
|
333
|
+
"infrastructureName": "Name",
|
|
334
|
+
"infrastructureType": "Type",
|
|
335
|
+
"infrastructureCountrySubdivision": "Subdivision",
|
|
336
|
+
"infrastructureMunic": "Municipality",
|
|
337
|
+
"fileName": "Name",
|
|
338
|
+
"and": "&",
|
|
339
|
+
"fileMore": "more",
|
|
340
|
+
"fileSite": "Site",
|
|
341
|
+
"fileBuilding": "Building",
|
|
342
|
+
"fileDate": "Date Uploaded",
|
|
343
|
+
"fileType": "File Type",
|
|
344
|
+
"associatedBuildingsName": "Name",
|
|
345
|
+
"associatedBuildingsAddress": "Address",
|
|
346
|
+
"associatedBuildingsProjectType": "Project Type",
|
|
347
|
+
"propertyFileName": "Name",
|
|
348
|
+
"propertyFileType": "Type",
|
|
349
|
+
"propertyFilesDateUp": "Date Uploaded",
|
|
350
|
+
"userName": "Name",
|
|
351
|
+
"userEmail": "Email",
|
|
352
|
+
"userRole": "Role",
|
|
353
|
+
"roleSelectPlaceholder": "Select role",
|
|
354
|
+
"roleEmptyValue": "---",
|
|
355
|
+
"userFallbackAlt": "User",
|
|
356
|
+
"userFallbackInitial": "U",
|
|
357
|
+
"dateAt": "at",
|
|
358
|
+
"roles": {
|
|
359
|
+
"admin": "Admin",
|
|
360
|
+
"user": "User",
|
|
361
|
+
"viewer": "Viewer"
|
|
362
|
+
},
|
|
363
|
+
"filterFields": {
|
|
364
|
+
"buildingName": "Property Name",
|
|
365
|
+
"buildingCountrySubdivision": "Subdivision",
|
|
366
|
+
"buildingMunicipality": "Municipality",
|
|
367
|
+
"buildingType": "Building Type",
|
|
368
|
+
"buildingAddress": "Address",
|
|
369
|
+
"siteName": "Name",
|
|
370
|
+
"siteCountrySubdivision": "Subdivision",
|
|
371
|
+
"siteMunicipality": "Municipality",
|
|
372
|
+
"siteAddress": "Address",
|
|
373
|
+
"infrastructureName": "Name",
|
|
374
|
+
"infrastructureCountrySubdivision": "Subdivision",
|
|
375
|
+
"infrastructureMunicipality": "Municipality",
|
|
376
|
+
"infrastructureType": "Type",
|
|
377
|
+
"infrastructureAddress": "Address"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
"DataTable": {
|
|
381
|
+
"noApplied": "No applied datasets",
|
|
382
|
+
"noFavorite": "No favourites datasets",
|
|
383
|
+
"noNational": "No national datasets available",
|
|
384
|
+
"noProvincial": "No provincial dataset available for",
|
|
385
|
+
"noMunicipal": "No municipal dataset available for",
|
|
386
|
+
"noBuildings": "No buildings available",
|
|
387
|
+
"noSites": "No sites available",
|
|
388
|
+
"noFiles": "No files available",
|
|
389
|
+
"availableAtTheMoment": "available at the moment",
|
|
390
|
+
"no": "No",
|
|
391
|
+
"available": "available",
|
|
392
|
+
"paginationTitle": "Rows per page",
|
|
393
|
+
"page": "Page",
|
|
394
|
+
"of": "of"
|
|
395
|
+
},
|
|
396
|
+
"DatabaseBuildingPopover": {
|
|
397
|
+
"fallbackName": "Building",
|
|
398
|
+
"closeAriaLabel": "Close",
|
|
399
|
+
"loadingError": "Error Loading Building",
|
|
400
|
+
"address": "Address",
|
|
401
|
+
"toastFileUploadSuccess": "file(s) uploaded successfully",
|
|
402
|
+
"toastFileUploadError": "Failed to upload files:",
|
|
403
|
+
"toastUnknownError": "Unknown error",
|
|
404
|
+
"compareTitle": "Compare buildings",
|
|
405
|
+
"openBuildingTitle": "Open Building Menu",
|
|
406
|
+
"openBimTitle": "Open BIM Viewer",
|
|
407
|
+
"pointCloudTitle": "Open Point Cloud Viewer",
|
|
408
|
+
"addFileTitle": "Add File",
|
|
409
|
+
"fallbackBuilding": "Building",
|
|
410
|
+
"namePlaceholder": "Building",
|
|
411
|
+
"buildingType": "Building Type",
|
|
412
|
+
"StoreysNum": "Number of Storeys",
|
|
413
|
+
"showDetails": "Show details",
|
|
414
|
+
"hideDetails": "Hide details"
|
|
415
|
+
},
|
|
416
|
+
"DatasetDetails": {
|
|
417
|
+
"noPublisher": "Unknown Publisher",
|
|
418
|
+
"publisherLabel": "Publisher",
|
|
419
|
+
"licenseLabel": "License",
|
|
420
|
+
"noLicense": "Unknown License",
|
|
421
|
+
"email": "Contact Email",
|
|
422
|
+
"noEmail": "No contact email provided",
|
|
423
|
+
"typeLabel": "Type",
|
|
424
|
+
"dateReleasedLabel": "Date Released",
|
|
425
|
+
"noDateReleased": "Unknown Date Released",
|
|
426
|
+
"dateUpdatedLabel": "Date Updated",
|
|
427
|
+
"noDateUpdated": "Unknown Date Updated",
|
|
428
|
+
"lastEditDateLabel": "Feature Last Edit Date",
|
|
429
|
+
"loading": "Loading...",
|
|
430
|
+
"dataLastEditDateLabel": "Feature Data Last Edit Date",
|
|
431
|
+
"unknown": "Unknown",
|
|
432
|
+
"keywordsLabel": "Keywords",
|
|
433
|
+
"descriptionLabel": "Description",
|
|
434
|
+
"noDescription": "No description available."
|
|
435
|
+
},
|
|
436
|
+
"DatasetManagerMenu": {
|
|
437
|
+
"appliedLayer": "Applied Layer"
|
|
438
|
+
},
|
|
439
|
+
"Datasets": {
|
|
440
|
+
"failedFetchError": "Failed to fetch datasets.",
|
|
441
|
+
"dialogTitle": "Datasets",
|
|
442
|
+
"dialogDescription": "Manage the layers visible on your map",
|
|
443
|
+
"appliedTab": "Applied",
|
|
444
|
+
"favoritesTab": "Favourites",
|
|
445
|
+
"organizationalTab": "Organizational",
|
|
446
|
+
"allDataTab": "All Datasets",
|
|
447
|
+
"nationalTab": "National",
|
|
448
|
+
"countrySubdivisionTab": "Country Subdivision",
|
|
449
|
+
"municipalTab": "Municipal",
|
|
450
|
+
"liveDataTab": "Live Data",
|
|
451
|
+
"loading": "Loading datasets...",
|
|
452
|
+
"fetchingDatasets": "Fetching datasets...",
|
|
453
|
+
"refreshButton": "Retry",
|
|
454
|
+
"breadcrumbTitle": "Datasets",
|
|
455
|
+
"backToDataButton": "Back to Datasets",
|
|
456
|
+
"removeButton": "Remove Dataset",
|
|
457
|
+
"applyButton": "Add To Map"
|
|
458
|
+
},
|
|
459
|
+
"DrawingLayers": {
|
|
460
|
+
"doorSwings": "Door Swings",
|
|
461
|
+
"fill": "Fill",
|
|
462
|
+
"cut": "Cut sections",
|
|
463
|
+
"toggleVisibility": "Toggle visibility",
|
|
464
|
+
"chooseColor": "Choose color"
|
|
465
|
+
},
|
|
466
|
+
"EditFilePosition": {
|
|
467
|
+
"editPositionTitle": "Edit File Position (drag marker)",
|
|
468
|
+
"longitude": "Longitude",
|
|
469
|
+
"latitude": "Latitude",
|
|
470
|
+
"rotation": "Rotation (°)",
|
|
471
|
+
"elevation": "Elevation (m)",
|
|
472
|
+
"save": "Save",
|
|
473
|
+
"saving": "Saving...",
|
|
474
|
+
"positionAcceptedToast": "File position has been saved.",
|
|
475
|
+
"cancel": "Cancel",
|
|
476
|
+
"saved": "Position Saved!"
|
|
477
|
+
},
|
|
478
|
+
"ElementList": {
|
|
479
|
+
"selectedElements": "Selected Elements"
|
|
480
|
+
},
|
|
481
|
+
"ExplodeByLevelTool": {
|
|
482
|
+
"comingSoon": "Coming Soon"
|
|
483
|
+
},
|
|
484
|
+
"ExportData": {
|
|
485
|
+
"itemPl": "items",
|
|
486
|
+
"item": "item",
|
|
487
|
+
"exportButton": "Export data",
|
|
488
|
+
"csv": "Export CSV",
|
|
489
|
+
"xml": "Export XML"
|
|
490
|
+
},
|
|
491
|
+
"FieldsTable": {
|
|
492
|
+
"loadingText": "Loading Fields...",
|
|
493
|
+
"fieldName": "Field Name",
|
|
494
|
+
"color": "Colour",
|
|
495
|
+
"fieldColor": "Field colour",
|
|
496
|
+
"minVal": "Min value colour",
|
|
497
|
+
"maxVal": "Max value colour",
|
|
498
|
+
"false": "False/No",
|
|
499
|
+
"falseColor": "False/No colour",
|
|
500
|
+
"true": "True/Yes",
|
|
501
|
+
"trueColor": "True/Yes colour"
|
|
502
|
+
},
|
|
503
|
+
"FileAdder": {
|
|
504
|
+
"title": "Add File",
|
|
505
|
+
"fileLabel": "Select File",
|
|
506
|
+
"file": "File",
|
|
507
|
+
"dropZoneTitle": "Drop a file here",
|
|
508
|
+
"dropZoneSubtext": "or click to browse",
|
|
509
|
+
"placeOnMapToast": "Double-click on the map to place",
|
|
510
|
+
"placeFileText": "selected. Click on the map to place it.",
|
|
511
|
+
"uploading": "Uploading",
|
|
512
|
+
"noFileSelected": "No file selected.",
|
|
513
|
+
"uploadSuccess": "File uploaded successfully.",
|
|
514
|
+
"uploadError": "Failed to upload file."
|
|
515
|
+
},
|
|
516
|
+
"FileDetails": {
|
|
517
|
+
"header": "File details",
|
|
518
|
+
"empty": "No file selected",
|
|
519
|
+
"no": "no",
|
|
520
|
+
"provided": "provided",
|
|
521
|
+
"fileName": "File Name",
|
|
522
|
+
"attachedTo": "Attached To",
|
|
523
|
+
"dateUploaded": "Date Uploaded",
|
|
524
|
+
"uploadedBy": "Uploaded By",
|
|
525
|
+
"fileType": "Type",
|
|
526
|
+
"fileSize": "Size",
|
|
527
|
+
"createdAt": "Created At",
|
|
528
|
+
"position": "Position"
|
|
529
|
+
},
|
|
530
|
+
"FileItemComponent": {
|
|
531
|
+
"downloadTitle": "Download",
|
|
532
|
+
"hideTitle": "Hide from view",
|
|
533
|
+
"showTitle": "Show in view",
|
|
534
|
+
"placeFile": "Place File",
|
|
535
|
+
"placeTitle": "Place",
|
|
536
|
+
"ghostTitle": "Ghost",
|
|
537
|
+
"unghostTitle": "Unghost",
|
|
538
|
+
"moveTitle": "Edit position",
|
|
539
|
+
"editTitle": "Edit",
|
|
540
|
+
"infoTitle": "More information",
|
|
541
|
+
"deleteTitle": "Delete",
|
|
542
|
+
"moreOptions": "More options",
|
|
543
|
+
"modelsTitles": "Models",
|
|
544
|
+
"addBimTitle": "Add BIM model",
|
|
545
|
+
"pointCloudsTitle": "Point Clouds",
|
|
546
|
+
"addPointCloudTitle": "Add Point Cloud",
|
|
547
|
+
"uploadingFile": "Uploading..."
|
|
548
|
+
},
|
|
549
|
+
"FileMoreOptions": {
|
|
550
|
+
"open": "Open menu",
|
|
551
|
+
"view": "View on Map",
|
|
552
|
+
"deleteFile": "Delete File",
|
|
553
|
+
"alertTitle": "Delete file?",
|
|
554
|
+
"alertDescription": "Are you sure you want to delete",
|
|
555
|
+
"confirmLabel": "This action cannot be undone.",
|
|
556
|
+
"cancel": "Cancel",
|
|
557
|
+
"delete": "Delete",
|
|
558
|
+
"toastFailDown": "Download failed:",
|
|
559
|
+
"toastSuccessDown": "Downloaded",
|
|
560
|
+
"downloadFile": "Download File",
|
|
561
|
+
"toastFailDel": "Failed to delete file",
|
|
562
|
+
"toastSuccessDel": "deleted successfully",
|
|
563
|
+
"file": "File",
|
|
564
|
+
"toastErrNoFileID": "File ID not found"
|
|
565
|
+
},
|
|
566
|
+
"FilePreview": {
|
|
567
|
+
"noSupport": "Your browser does not support the video tag.",
|
|
568
|
+
"imageAlt": "Image preview",
|
|
569
|
+
"pdfFiletext": "Click to preview PDF",
|
|
570
|
+
"pptFiletext": "Click to preview PowerPoint",
|
|
571
|
+
"xlsxFiletext": "Click to preview Excel",
|
|
572
|
+
"wordFiletext": "Click to preview Word",
|
|
573
|
+
"noPreview": "No Preview Available",
|
|
574
|
+
"title": "Preview File",
|
|
575
|
+
"pptTitle": "PowerPoint",
|
|
576
|
+
"xlsxTitle": "Excel",
|
|
577
|
+
"preview": "preview",
|
|
578
|
+
"filePreview": "File preview",
|
|
579
|
+
"previewFile": "Preview File"
|
|
580
|
+
},
|
|
581
|
+
"FileSelection": {
|
|
582
|
+
"downloadTitle": "Download",
|
|
583
|
+
"deleteTitle": "Delete",
|
|
584
|
+
"filesTitle": "Files",
|
|
585
|
+
"addFileTitle": "Add file",
|
|
586
|
+
"hideTitle": "Hide from view",
|
|
587
|
+
"showTitle": "Show in view",
|
|
588
|
+
"placeFile": "Place File",
|
|
589
|
+
"toastErrNoID": "No building ID available",
|
|
590
|
+
"toastSuccessUpFile": "file(s) uploaded successfully",
|
|
591
|
+
"toastErrUpFile1": "Error uploading file:",
|
|
592
|
+
"toastErrUpFile2": "Unknown error occurred",
|
|
593
|
+
"uploadingFile": "Uploading..."
|
|
594
|
+
},
|
|
595
|
+
"FileUpload": {
|
|
596
|
+
"add": "Add File",
|
|
597
|
+
"toastSuccessUpFile": "file(s) uploaded successfully",
|
|
598
|
+
"toastErrUpFile1": "Failed to upload files:",
|
|
599
|
+
"toastErrUpFile2": "Unknown error",
|
|
600
|
+
"toastErrNoID": "Building ID is required for file upload.",
|
|
601
|
+
"toastSuccessDelFile": "File deleted successfully",
|
|
602
|
+
"toastErrDelFile": "Failed to delete file"
|
|
603
|
+
},
|
|
604
|
+
"FilterButtons": {
|
|
605
|
+
"addBuilding": "Building",
|
|
606
|
+
"fileType": "File Type",
|
|
607
|
+
"srFilters": "Open Filters",
|
|
608
|
+
"no": "No",
|
|
609
|
+
"noMatch": "s match your search",
|
|
610
|
+
"noAvail": "s available.",
|
|
611
|
+
"searchPlaceholder": "Search",
|
|
612
|
+
"municipality": "Municipality"
|
|
613
|
+
},
|
|
614
|
+
"Filters": {
|
|
615
|
+
"select": "Select All",
|
|
616
|
+
"clear": "Clear",
|
|
617
|
+
"filters": "Filters",
|
|
618
|
+
"countrySubdivision": "Subdivision",
|
|
619
|
+
"municipality": "Municipality",
|
|
620
|
+
"type": "Type",
|
|
621
|
+
"source": "Source",
|
|
622
|
+
"countrySubdivisionLower": "subdivision",
|
|
623
|
+
"municipalityLower": "municipality",
|
|
624
|
+
"typeLower": "type",
|
|
625
|
+
"sourceLower": "source",
|
|
626
|
+
"selectField": "Select field",
|
|
627
|
+
"searchFields": "Search fields...",
|
|
628
|
+
"selectOperator": "Select operator",
|
|
629
|
+
"valuePlaceholder": "Value",
|
|
630
|
+
"selectValuePlaceholder": "Select value",
|
|
631
|
+
"isTrue": "is true",
|
|
632
|
+
"isFalse": "is false",
|
|
633
|
+
"contains": "contains",
|
|
634
|
+
"equals": "equals",
|
|
635
|
+
"startsWith": "starts with",
|
|
636
|
+
"endsWith": "ends with",
|
|
637
|
+
"inList": "in list",
|
|
638
|
+
"greaterThan": "is greater than",
|
|
639
|
+
"lessThan": "is less than",
|
|
640
|
+
"between": "is between",
|
|
641
|
+
"isOn": "is on",
|
|
642
|
+
"isBefore": "is before",
|
|
643
|
+
"isAfter": "is after",
|
|
644
|
+
"isBetween": "is between"
|
|
645
|
+
},
|
|
646
|
+
"FiltersDialog": {
|
|
647
|
+
"advanced": "Advanced",
|
|
648
|
+
"header": "Advanced Filters",
|
|
649
|
+
"description": "Advanced Filters Menu",
|
|
650
|
+
"add": "Add Filter",
|
|
651
|
+
"clear": "Clear Filter",
|
|
652
|
+
"apply": "Apply Filters"
|
|
653
|
+
},
|
|
654
|
+
"GenericTool": {
|
|
655
|
+
"comingSoon": "Coming Soon"
|
|
656
|
+
},
|
|
657
|
+
"Geocoder": {
|
|
658
|
+
"placeholder1": "Search for an address...",
|
|
659
|
+
"placeholder2": "Search locations",
|
|
660
|
+
"noResults": "No results found.",
|
|
661
|
+
"noAddresses": "No addresses found.",
|
|
662
|
+
"buildingHeader": "Database Buildings",
|
|
663
|
+
"suggestionsHeader": "Suggestions"
|
|
664
|
+
},
|
|
665
|
+
"GridManagement": {
|
|
666
|
+
"gridTitle": "Grid",
|
|
667
|
+
"primaryLabel": "Grid primary size",
|
|
668
|
+
"secondaryLabel": "Grid secondary size",
|
|
669
|
+
"elevationLabel": "Grid elevation",
|
|
670
|
+
"rotationLabel": "Grid rotation"
|
|
671
|
+
},
|
|
672
|
+
"HeadDatatableFileAddererButtons": {
|
|
673
|
+
"addFile": "Add File",
|
|
674
|
+
"uploading": "Uploading",
|
|
675
|
+
"uploadSuccess": "File uploaded successfully"
|
|
676
|
+
},
|
|
677
|
+
"HeaderButtons": {
|
|
678
|
+
"cancelButton": "Cancel",
|
|
679
|
+
"viewButton": "View All on Map",
|
|
680
|
+
"compare": "Compare",
|
|
681
|
+
"addBuilding": "Add Building",
|
|
682
|
+
"addUser": "Add User"
|
|
683
|
+
},
|
|
684
|
+
"InfrastructureDetails": {
|
|
685
|
+
"toastSuccessCreate": "Infrastructure created successfully",
|
|
686
|
+
"toastSuccessUpdate": "Infrastructure updated successfully",
|
|
687
|
+
"toastErrorUpdate": "Failed to update Infrastructure"
|
|
688
|
+
},
|
|
689
|
+
"InspectBimTool": {
|
|
690
|
+
"show": "Show Vertices",
|
|
691
|
+
"explode": "Explode View",
|
|
692
|
+
"clipping": "Clipping Tool"
|
|
693
|
+
},
|
|
694
|
+
"LanguageSwitch": {
|
|
695
|
+
"languageLabel": "Language",
|
|
696
|
+
"english": "English",
|
|
697
|
+
"french": "French",
|
|
698
|
+
"spanish": "Spanish",
|
|
699
|
+
"tooltip": "Change Language"
|
|
700
|
+
},
|
|
701
|
+
"LayersTab": {
|
|
702
|
+
"spatialStructure": "Spatial Structure (IFC Tree)",
|
|
703
|
+
"loadingText": "Loading spatial structure...",
|
|
704
|
+
"collapseTitle": "Collapse All",
|
|
705
|
+
"expandTitle": "Expand All",
|
|
706
|
+
"noResults": "No items found matching",
|
|
707
|
+
"noneAvailable": "No spatial structure available",
|
|
708
|
+
"retryButton": "Retry",
|
|
709
|
+
"appliedDatasetsTitle": "Applied Datasets",
|
|
710
|
+
"appliedDatasetsEmpty": "No datasets applied to the map yet.",
|
|
711
|
+
"availableDatasetsTitle": "Available Datasets",
|
|
712
|
+
"favouritesTitle": "Favourites",
|
|
713
|
+
"organizationalTitle": "Organizational",
|
|
714
|
+
"allTitle": "All",
|
|
715
|
+
"nationalTitle": "National",
|
|
716
|
+
"subdivisionTitle": "Subdivision",
|
|
717
|
+
"municipalTitle": "Municipal",
|
|
718
|
+
"liveDataTitle": "Live Data",
|
|
719
|
+
"noDatasets": "No datasets available."
|
|
720
|
+
},
|
|
721
|
+
"LightingManagement": {
|
|
722
|
+
"lightingTitle": "Lighting",
|
|
723
|
+
"colorLabel": "Colour",
|
|
724
|
+
"distanceLabel": "Distance"
|
|
725
|
+
},
|
|
726
|
+
"Logo": {
|
|
727
|
+
"altText": "Logo"
|
|
728
|
+
},
|
|
729
|
+
"MFA": {
|
|
730
|
+
"title": "Verify your identity",
|
|
731
|
+
"subtitle": "We sent a verification code to {email}",
|
|
732
|
+
"placeholder": "Enter 6-digit code",
|
|
733
|
+
"verify": "Verify Code",
|
|
734
|
+
"backToLogin": "Back to login",
|
|
735
|
+
"invalidCode": "Invalid or expired code",
|
|
736
|
+
"verificationFailed": "Verification failed",
|
|
737
|
+
"success": "Successful MFA. Redirecting to Dashboard"
|
|
738
|
+
},
|
|
739
|
+
"MapCustomization": {
|
|
740
|
+
"terrain": "Terrain",
|
|
741
|
+
"mapProjection": "Map Projection",
|
|
742
|
+
"globe": "Globe",
|
|
743
|
+
"mercator": "Mercator",
|
|
744
|
+
"low": "Low",
|
|
745
|
+
"medium": "Medium",
|
|
746
|
+
"high": "High",
|
|
747
|
+
"disabled": "Disabled",
|
|
748
|
+
"dimensionsColour": "Dimensions Colour"
|
|
749
|
+
},
|
|
750
|
+
"MeasureBimTool": {
|
|
751
|
+
"free": "Free",
|
|
752
|
+
"edge": "Edge",
|
|
753
|
+
"area": "Area",
|
|
754
|
+
"volume": "Volume",
|
|
755
|
+
"clear": "Clear"
|
|
756
|
+
},
|
|
757
|
+
"MeasureMapTool": {
|
|
758
|
+
"distance": "Distance",
|
|
759
|
+
"area": "Area",
|
|
760
|
+
"clear": "Clear"
|
|
761
|
+
},
|
|
762
|
+
"MeasurePointCloudTool": {
|
|
763
|
+
"line": "Line",
|
|
764
|
+
"area": "Area",
|
|
765
|
+
"point": "Point",
|
|
766
|
+
"clear": "Clear"
|
|
767
|
+
},
|
|
768
|
+
"MoreOptions": {
|
|
769
|
+
"viewMap": "View on Map",
|
|
770
|
+
"showInMap": "Show boundary on map",
|
|
771
|
+
"noSiteGeometry": "This site has no saved boundary to show on the map.",
|
|
772
|
+
"showInMapFailed": "Could not show the site on the map.",
|
|
773
|
+
"viewBIM": "View BIM",
|
|
774
|
+
"deleteSite": "Delete Site",
|
|
775
|
+
"deleteUser": "Delete User",
|
|
776
|
+
"userDeleted": "User Deleted Successfully",
|
|
777
|
+
"userDeleteFailed": "Failed to delete user"
|
|
778
|
+
},
|
|
779
|
+
"NavUser": {
|
|
780
|
+
"dropdownLabel": "My Account",
|
|
781
|
+
"settings": "Settings",
|
|
782
|
+
"logout": "Log out",
|
|
783
|
+
"cdt": "CDT"
|
|
784
|
+
},
|
|
785
|
+
"NavigationBar": {
|
|
786
|
+
"toggleSidebar": "Toggle Sidebar",
|
|
787
|
+
"openMenuTitle": "Open Menu Sidebar",
|
|
788
|
+
"openInfoTitle": "Open Info Sidebar"
|
|
789
|
+
},
|
|
790
|
+
"NestedFilter": {
|
|
791
|
+
"searchPlaceholder": "Search",
|
|
792
|
+
"no": "No",
|
|
793
|
+
"valuesFound": "values found"
|
|
794
|
+
},
|
|
795
|
+
"NonDatabaseBuildingPopover": {
|
|
796
|
+
"alert": "Please provide either a building name or address",
|
|
797
|
+
"closeAriaLabel": "Close",
|
|
798
|
+
"nameLabel": "Building Name:",
|
|
799
|
+
"namePlaceholder": "Enter building name",
|
|
800
|
+
"nameInputAriaLabel": "Building name input",
|
|
801
|
+
"addressLabel": "Address:",
|
|
802
|
+
"addressPlaceholder": "Enter building address",
|
|
803
|
+
"addressAriaLabel": "Building address input",
|
|
804
|
+
"typeLabel": "Building Type:",
|
|
805
|
+
"typeAriaLabel": "Building type selection",
|
|
806
|
+
"defaultOption": "Select building type",
|
|
807
|
+
"townhouse": "Townhouses",
|
|
808
|
+
"4MURB": "<4 Storey MURB",
|
|
809
|
+
"4PlusMURB": "4+ Storey MURB",
|
|
810
|
+
"stackedTownhouses": "Stacked Townhouses",
|
|
811
|
+
"detached": "Detached",
|
|
812
|
+
"semiDetached": "Semi Detached",
|
|
813
|
+
"other": "Other",
|
|
814
|
+
"osmId": "OSM ID:",
|
|
815
|
+
"na": "N/A",
|
|
816
|
+
"errorAlert": "Failed to create building",
|
|
817
|
+
"creating": "Creating...",
|
|
818
|
+
"addBuilding": "Add Building",
|
|
819
|
+
"userNotFound": "User authentication or organization not found",
|
|
820
|
+
"toastSuccess": "Building created successfully",
|
|
821
|
+
"toastError": "Failed to create building",
|
|
822
|
+
"existingBuildingFound": "Found existing building:",
|
|
823
|
+
"selectExistingBuildingLabel": "Select existing building:",
|
|
824
|
+
"selectExistingBuildingPlaceholder": "Choose a building",
|
|
825
|
+
"attachBuilding": "Attach Building",
|
|
826
|
+
"attaching": "Attaching",
|
|
827
|
+
"toastAttachSuccess": "Building successfully attached to footprint",
|
|
828
|
+
"toastAttachError": "Failed to attach building to footprint"
|
|
829
|
+
},
|
|
830
|
+
"OpenDataFeaturePopover": {
|
|
831
|
+
"unknownDataset": "Unknown Dataset",
|
|
832
|
+
"propertiesHeader": "Properties",
|
|
833
|
+
"propertyTableHead": "Property",
|
|
834
|
+
"valueTableHead": "Value",
|
|
835
|
+
"noPropertyAvail": "No properties available for this feature",
|
|
836
|
+
"showing": "Showing",
|
|
837
|
+
"properties": "properties"
|
|
838
|
+
},
|
|
839
|
+
"OrganizationConfig": {
|
|
840
|
+
"title": "Organization Setup",
|
|
841
|
+
"description": "Set up your organization",
|
|
842
|
+
"setupTitle": "Setup",
|
|
843
|
+
"setupDescription": "Configure your instance",
|
|
844
|
+
"contactMessage": "If you need help, contact support.",
|
|
845
|
+
"contactInfoTitle": "Contact Information",
|
|
846
|
+
"emailLabel": "Email",
|
|
847
|
+
"websiteLabel": "Website",
|
|
848
|
+
"needHelpTitle": "Need Help?",
|
|
849
|
+
"needHelpDescription": "Our team is here to help you get started with your own digital twin instance. We'll guide you through the setup process and answer any questions you may have.",
|
|
850
|
+
"languages": "Languages",
|
|
851
|
+
"languagesHint": "Select the languages available in your instance",
|
|
852
|
+
"langEnglish": "English",
|
|
853
|
+
"langFrench": "French",
|
|
854
|
+
"langSpanish": "Spanish",
|
|
855
|
+
"featuresTitle": "Features",
|
|
856
|
+
"featuresDescription": "Select which features to enable in your instance",
|
|
857
|
+
"viewers3DTitle": "3D Viewers",
|
|
858
|
+
"dataTitle": "Data",
|
|
859
|
+
"viewerMap": "Map",
|
|
860
|
+
"viewerBIM": "BIM",
|
|
861
|
+
"viewerPointCloud": "Point Cloud",
|
|
862
|
+
"dataSites": "Sites",
|
|
863
|
+
"dataBuildings": "Buildings",
|
|
864
|
+
"dataFiles": "Files",
|
|
865
|
+
"dataInfrastructure": "Infrastructure"
|
|
866
|
+
},
|
|
867
|
+
"OrganizationNotFound": {
|
|
868
|
+
"title": "Organization Not Found",
|
|
869
|
+
"organizationLabel": "The organization:",
|
|
870
|
+
"notCreatedYet": "hasn't been created yet.",
|
|
871
|
+
"redirectPrompt": "If this is not what you meant to type:",
|
|
872
|
+
"redirectPlaceholder": "Enter organization name",
|
|
873
|
+
"redirectButton": "Go to Instance",
|
|
874
|
+
"contactMessage": "If you want to have your own instance, please contact us.",
|
|
875
|
+
"formTitle": "Request an Instance",
|
|
876
|
+
"formDescription": "Fill out the form below and we'll get back to you shortly.",
|
|
877
|
+
"firstName": "First Name",
|
|
878
|
+
"lastName": "Last Name",
|
|
879
|
+
"email": "Email",
|
|
880
|
+
"organization": "Organization Name",
|
|
881
|
+
"message": "Message",
|
|
882
|
+
"sendButton": "Send Request",
|
|
883
|
+
"sending": "Sending...",
|
|
884
|
+
"orEmail": "Or email us directly at",
|
|
885
|
+
"backToHome": "Back to Home",
|
|
886
|
+
"betaButton": "Join the Beta",
|
|
887
|
+
"contactInfoTitle": "Contact Information",
|
|
888
|
+
"emailLabel": "Email",
|
|
889
|
+
"websiteLabel": "Website",
|
|
890
|
+
"needHelpTitle": "Need Help?",
|
|
891
|
+
"needHelpDescription": "Our team is here to help you get started with your own digital twin instance. We'll guide you through the setup process and answer any questions you may have."
|
|
892
|
+
},
|
|
893
|
+
"OrganizationSettings": {
|
|
894
|
+
"header": "Organization Settings",
|
|
895
|
+
"subheader": "Manage your organization profile and preferences.",
|
|
896
|
+
"edit": "Edit",
|
|
897
|
+
"save": "Save Changes",
|
|
898
|
+
"cancel": "Cancel",
|
|
899
|
+
"sections": {
|
|
900
|
+
"branding": "Branding",
|
|
901
|
+
"basicInfo": "Basic Information",
|
|
902
|
+
"location": "Location",
|
|
903
|
+
"mapConfig": "Map Configuration"
|
|
904
|
+
},
|
|
905
|
+
"fields": {
|
|
906
|
+
"logo": "Logo",
|
|
907
|
+
"favicon": "Favicon",
|
|
908
|
+
"mainColor": "Main Colour",
|
|
909
|
+
"secondaryColor": "Secondary Colour",
|
|
910
|
+
"name": "Name",
|
|
911
|
+
"nameLocked": "The organization name is set at creation and cannot be changed.",
|
|
912
|
+
"title": "Title",
|
|
913
|
+
"description": "Description",
|
|
914
|
+
"countrySubdivision": "Subdivision",
|
|
915
|
+
"municipality": "Municipality",
|
|
916
|
+
"postalCode": "Postal Code",
|
|
917
|
+
"locationId": "Location ID",
|
|
918
|
+
"latitude": "Latitude",
|
|
919
|
+
"longitude": "Longitude",
|
|
920
|
+
"zoom": "Zoom",
|
|
921
|
+
"minZoom": "Min Zoom",
|
|
922
|
+
"bearing": "Bearing",
|
|
923
|
+
"pitch": "Pitch"
|
|
924
|
+
},
|
|
925
|
+
"placeholders": {
|
|
926
|
+
"name": "Enter organization name",
|
|
927
|
+
"title": "Enter organization title",
|
|
928
|
+
"description": "Enter organization description",
|
|
929
|
+
"selectCountrySubdivision": "Select subdivision",
|
|
930
|
+
"selectProvince": "Select province / state"
|
|
931
|
+
},
|
|
932
|
+
"buttons": {
|
|
933
|
+
"removeLogo": "Remove Logo",
|
|
934
|
+
"removeFavicon": "Remove Favicon",
|
|
935
|
+
"uploadLogo": "Upload Logo",
|
|
936
|
+
"uploadFavicon": "Upload Favicon"
|
|
937
|
+
},
|
|
938
|
+
"messages": {
|
|
939
|
+
"noOrganization": "No organization found",
|
|
940
|
+
"loadingError": "Failed to load organization",
|
|
941
|
+
"success": "Organization updated successfully",
|
|
942
|
+
"error": "Failed to update organization",
|
|
943
|
+
"uploadLogoError": "Failed to upload logo",
|
|
944
|
+
"uploadFaviconError": "Failed to upload favicon"
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"PerformanceSettings": {
|
|
948
|
+
"title": "Performance Settings",
|
|
949
|
+
"pointBudget": "Point Budget",
|
|
950
|
+
"points": "points",
|
|
951
|
+
"budget": "Budget",
|
|
952
|
+
"splatQuality": "Splat Quality",
|
|
953
|
+
"standard": "Standard",
|
|
954
|
+
"high": "High",
|
|
955
|
+
"nodeSize": "Node Size",
|
|
956
|
+
"pointSizeType": "Point Size Type",
|
|
957
|
+
"fixed": "Fixed",
|
|
958
|
+
"attenuated": "Attenuated",
|
|
959
|
+
"adaptive": "Adaptive",
|
|
960
|
+
"minimum": "Minimum",
|
|
961
|
+
"maximum": "Maximum",
|
|
962
|
+
"showOctreeBox": "Show Octree Box"
|
|
963
|
+
},
|
|
964
|
+
"PointCloudLoadingState": {
|
|
965
|
+
"openingText": "Opening Point Cloud viewer",
|
|
966
|
+
"helpText": "Select a LAZ or LAS file to upload",
|
|
967
|
+
"uploadButton": "Upload Point Cloud",
|
|
968
|
+
"noPointCloudLoaded": "No point cloud loaded",
|
|
969
|
+
"uploading": "Uploading point cloud...",
|
|
970
|
+
"noBuilding": "No building selected",
|
|
971
|
+
"selectBuilding": "Select a building from database",
|
|
972
|
+
"selectBuildingHelpText": "Load building from database",
|
|
973
|
+
"searchBuildings": "Search buildings",
|
|
974
|
+
"loadingBuildings": "Loading buildings...",
|
|
975
|
+
"noSearchResults": "No buildings found",
|
|
976
|
+
"noBuildings": "No buildings available"
|
|
977
|
+
},
|
|
978
|
+
"PointCloudManagement": {
|
|
979
|
+
"title": "Point Clouds",
|
|
980
|
+
"loading": "Loading point clouds...",
|
|
981
|
+
"uploading": "Uploading...",
|
|
982
|
+
"converting": "Converting...",
|
|
983
|
+
"needsConversion": "Needs conversion",
|
|
984
|
+
"refreshTitle": "Refresh",
|
|
985
|
+
"allTitle": "All Point Clouds",
|
|
986
|
+
"uploadedTitle": "Uploaded",
|
|
987
|
+
"convertedTitle": "Ready to View",
|
|
988
|
+
"needsConversionTitle": "Needs Conversion",
|
|
989
|
+
"uploadTitle": "Upload Point Cloud",
|
|
990
|
+
"noPointClouds": "No point clouds found",
|
|
991
|
+
"noUploadedPointClouds": "No uploaded point clouds",
|
|
992
|
+
"noConvertedPointClouds": "No converted point clouds",
|
|
993
|
+
"noNeedsConversionPointClouds": "No point clouds need conversion",
|
|
994
|
+
"uploaded": "Uploaded",
|
|
995
|
+
"notUploaded": "Not uploaded",
|
|
996
|
+
"readyToView": "Ready",
|
|
997
|
+
"infoTitle": "More information",
|
|
998
|
+
"convertTitle": "Convert to Potree",
|
|
999
|
+
"viewTitle": "View in Potree viewer",
|
|
1000
|
+
"deleteTitle": "Delete point cloud",
|
|
1001
|
+
"uploadedBy": "Uploaded by",
|
|
1002
|
+
"pointCloudItem": "point cloud",
|
|
1003
|
+
"deleteConfirm": "Delete \"{name}\"? This cannot be undone.",
|
|
1004
|
+
"deleteSuccess": "Deleted \"{name}\" successfully",
|
|
1005
|
+
"deleteFailed": "Failed to delete point cloud",
|
|
1006
|
+
"deleteFailedWithReason": "Failed to delete: {error}",
|
|
1007
|
+
"convertStarted": "Conversion started for \"{name}\". Job ID: {jobId}",
|
|
1008
|
+
"convertFailed": "Failed to start conversion",
|
|
1009
|
+
"convertFailedWithReason": "Failed to start conversion: {error}"
|
|
1010
|
+
},
|
|
1011
|
+
"PropertiesMenuHeader": {
|
|
1012
|
+
"closeButton": "Close",
|
|
1013
|
+
"header": "Properties",
|
|
1014
|
+
"pass": "Pass",
|
|
1015
|
+
"fail": "Fail"
|
|
1016
|
+
},
|
|
1017
|
+
"RenderMode": {
|
|
1018
|
+
"renderModeTitle": "Render Mode",
|
|
1019
|
+
"shadowed": "Shadowed",
|
|
1020
|
+
"basic": "Basic",
|
|
1021
|
+
"ghost": "Ghost"
|
|
1022
|
+
},
|
|
1023
|
+
"SelectionBimTool": {
|
|
1024
|
+
"show": "Show All",
|
|
1025
|
+
"invert": "Invert",
|
|
1026
|
+
"isolate": "Isolate",
|
|
1027
|
+
"focus": "Focus"
|
|
1028
|
+
},
|
|
1029
|
+
"SensorInput": {
|
|
1030
|
+
"title": "Add Sensor",
|
|
1031
|
+
"type": "Type",
|
|
1032
|
+
"name": "Sensor Name",
|
|
1033
|
+
"namePlaceholder": "Sensor...",
|
|
1034
|
+
"dataUrl": "Data URL",
|
|
1035
|
+
"dataUrlPlaceholder": "http://...",
|
|
1036
|
+
"dataFormat": "Data Format",
|
|
1037
|
+
"updateFrequency": "Update Frequency",
|
|
1038
|
+
"frequencyPlaceholder": "Number...",
|
|
1039
|
+
"placeSensor": "Place Sensor",
|
|
1040
|
+
"placeSensorTooltipMap": "Double-click on the map to place the sensor",
|
|
1041
|
+
"placeSensorTooltipBim": "Double-click on the model to place the sensor",
|
|
1042
|
+
"selectType": "Select type",
|
|
1043
|
+
"selectFormat": "Select format",
|
|
1044
|
+
"tags": "Tags"
|
|
1045
|
+
},
|
|
1046
|
+
"SensorLayers": {
|
|
1047
|
+
"sensorEdited": "Sensor edited",
|
|
1048
|
+
"sensorDeleted": "Sensor deleted"
|
|
1049
|
+
},
|
|
1050
|
+
"SensorsSection": {
|
|
1051
|
+
"sensorsTitle": "Sensors",
|
|
1052
|
+
"addSensorTitle": "Add Sensor",
|
|
1053
|
+
"searchSensors": "Search sensors...",
|
|
1054
|
+
"editSensor": "Edit sensor",
|
|
1055
|
+
"sensorEdited": "Sensor edited",
|
|
1056
|
+
"deleteSensor": "Delete sensor",
|
|
1057
|
+
"sensorDeleted": "Sensor deleted",
|
|
1058
|
+
"edited": "Edited",
|
|
1059
|
+
"position": "Position",
|
|
1060
|
+
"lastUpdated": "Last updated",
|
|
1061
|
+
"loadingSensors": "Loading sensors...",
|
|
1062
|
+
"noSensorsFound": "No sensors found",
|
|
1063
|
+
"addTag": "Add tag",
|
|
1064
|
+
"removeTag": "Remove tag",
|
|
1065
|
+
"newTagPlaceholder": "Tag name...",
|
|
1066
|
+
"cancel": "Cancel",
|
|
1067
|
+
"filters": "Filters",
|
|
1068
|
+
"groupBy": "Group by",
|
|
1069
|
+
"groupByType": "Type",
|
|
1070
|
+
"groupByTag": "Tag",
|
|
1071
|
+
"untagged": "Untagged"
|
|
1072
|
+
},
|
|
1073
|
+
"SettingsButton": {
|
|
1074
|
+
"title": "Settings"
|
|
1075
|
+
},
|
|
1076
|
+
"SettingsTab": {
|
|
1077
|
+
"mapStyle": "Map Style",
|
|
1078
|
+
"enter": "Enter",
|
|
1079
|
+
"select": "Select",
|
|
1080
|
+
"location": "Location",
|
|
1081
|
+
"municipality": "Municipality",
|
|
1082
|
+
"countrySubdivision": "Subdivision",
|
|
1083
|
+
"selectCountrySubdivision": "Select subdivision"
|
|
1084
|
+
},
|
|
1085
|
+
"ShareTool": {
|
|
1086
|
+
"generating": "Generating...",
|
|
1087
|
+
"generate": "Generate QR Code",
|
|
1088
|
+
"copying": "Copying...",
|
|
1089
|
+
"copy": "Copy to clipboard",
|
|
1090
|
+
"ssSuccess": "Screenshot captured",
|
|
1091
|
+
"ss": "Screenshot",
|
|
1092
|
+
"ssDownload": "Download Screenshot",
|
|
1093
|
+
"fileName": "File name",
|
|
1094
|
+
"download": "Download",
|
|
1095
|
+
"png": "PNG",
|
|
1096
|
+
"pdf": "PDF",
|
|
1097
|
+
"format": "Format",
|
|
1098
|
+
"copySuccess": "Link copied to clipboard",
|
|
1099
|
+
"mapDialogTitle": "Scan to view this map",
|
|
1100
|
+
"bimDialogTitle": "Scan to view this camera position",
|
|
1101
|
+
"pointCloudDialogTitle": "Scan to view this point cloud position"
|
|
1102
|
+
},
|
|
1103
|
+
"Sidebar": {
|
|
1104
|
+
"title": "Sidebar",
|
|
1105
|
+
"description": "Displays the mobile sidebar."
|
|
1106
|
+
},
|
|
1107
|
+
"SidebarHeader": {
|
|
1108
|
+
"toggleMenuSidebar": "Toggle Menu Sidebar",
|
|
1109
|
+
"closeInfoToggle": "Close Info Sidebar",
|
|
1110
|
+
"loadingText": "Loading...",
|
|
1111
|
+
"buildingTitle": "Building"
|
|
1112
|
+
},
|
|
1113
|
+
"Signin": {
|
|
1114
|
+
"title": "Login to your account",
|
|
1115
|
+
"message": "Enter your email below to login to your account.",
|
|
1116
|
+
"inputLabel": "Email",
|
|
1117
|
+
"passwordLabel": "Password",
|
|
1118
|
+
"placeholder1": "Email",
|
|
1119
|
+
"placeholder2": "Password",
|
|
1120
|
+
"joinBeta": "Join the beta",
|
|
1121
|
+
"weakPassword": "Password must be 12–65 characters and include at least one uppercase letter, one lowercase letter, one number, and one special character"
|
|
1122
|
+
},
|
|
1123
|
+
"Signup": {
|
|
1124
|
+
"h1": "Sign Up",
|
|
1125
|
+
"subHeader": "Enter your information below to create an account.",
|
|
1126
|
+
"inputLabel1": "First Name",
|
|
1127
|
+
"inputLabel2": "Last Name",
|
|
1128
|
+
"inputLabel3": "Email",
|
|
1129
|
+
"passwordLabel1": "Password",
|
|
1130
|
+
"passwordLabel2": "Confirm Password",
|
|
1131
|
+
"lenError": "Password must be 15 - 65 characters.",
|
|
1132
|
+
"submit": "Create Account",
|
|
1133
|
+
"or": "Or continue with",
|
|
1134
|
+
"authProvider1": "Sign up with Google",
|
|
1135
|
+
"linkLabel": "Already have an account?",
|
|
1136
|
+
"linkSignIn": "Sign in",
|
|
1137
|
+
"placeholder1": "First Name"
|
|
1138
|
+
},
|
|
1139
|
+
"SiteAdder": {
|
|
1140
|
+
"savingSite": "Saving site…",
|
|
1141
|
+
"siteCreateFailed": "Failed to create the site. Please try again.",
|
|
1142
|
+
"finish": "Finish",
|
|
1143
|
+
"drawTitle": "Draw your site",
|
|
1144
|
+
"drawReadyTitle": "Ready to finish your site",
|
|
1145
|
+
"drawHint": "Click on the map to add each corner ({count} so far). Add at least 3 to form a site. Esc cancels.",
|
|
1146
|
+
"drawReadyHint": "{count} points placed. Click the first point, press Enter, or tap Finish to close it. Backspace removes the last point, Esc cancels.",
|
|
1147
|
+
"needThreePoints": "Add at least 3 points before closing the site.",
|
|
1148
|
+
"siteCreated": "Site \"{name}\" created.",
|
|
1149
|
+
"drawCancelled": "Site drawing cancelled.",
|
|
1150
|
+
"mapNotReady": "The map is still loading. Please try again in a moment.",
|
|
1151
|
+
"unnamedSite": "Unnamed Site",
|
|
1152
|
+
"step1": "Name your site (optional), then start drawing.",
|
|
1153
|
+
"step2": "Click on the map to drop each corner.",
|
|
1154
|
+
"step3": "Click the first corner (or press Enter) to close it.",
|
|
1155
|
+
"title": "Add Site",
|
|
1156
|
+
"nameLabel": "Site Name",
|
|
1157
|
+
"namePlaceholder": "Enter site name",
|
|
1158
|
+
"drawing": "Drawing...",
|
|
1159
|
+
"startDrawing": "Start Drawing",
|
|
1160
|
+
"cancel": "Cancel",
|
|
1161
|
+
"addPoints": "Click to add points. Click near the first point to close the polygon and create a site.",
|
|
1162
|
+
"startDrawingClick": "Click \\'Start Drawing\\' then click on the map to add points"
|
|
1163
|
+
},
|
|
1164
|
+
"SiteContextMenu": {
|
|
1165
|
+
"namePlaceholder": "Site name",
|
|
1166
|
+
"editShape": "Edit shape",
|
|
1167
|
+
"doneEditing": "Done editing shape",
|
|
1168
|
+
"hide": "Hide",
|
|
1169
|
+
"info": "Site details",
|
|
1170
|
+
"delete": "Delete site",
|
|
1171
|
+
"siteDataType": "site"
|
|
1172
|
+
},
|
|
1173
|
+
"SiteDetails": {
|
|
1174
|
+
"toastSuccessCreate": "Site created successfully",
|
|
1175
|
+
"toastSuccessUpdate": "Site updated successfully",
|
|
1176
|
+
"toastErrorUpdate": "Failed to update Site"
|
|
1177
|
+
},
|
|
1178
|
+
"TabSelector": {
|
|
1179
|
+
"fileLabel": "File",
|
|
1180
|
+
"layersTitle": "Layers",
|
|
1181
|
+
"communicationTitle": "Communication",
|
|
1182
|
+
"datasetsTitle": "Datasets",
|
|
1183
|
+
"settingsTitle": "Settings",
|
|
1184
|
+
"sensorsTitle": "Sensors"
|
|
1185
|
+
},
|
|
1186
|
+
"TabSidebar": {
|
|
1187
|
+
"attached": "Attached Files"
|
|
1188
|
+
},
|
|
1189
|
+
"ToggleProjection": {
|
|
1190
|
+
"perspectiveLabel": "Camera Perspective",
|
|
1191
|
+
"perspective": "Perspective",
|
|
1192
|
+
"orthographic": "Orthographic"
|
|
1193
|
+
},
|
|
1194
|
+
"TopicsSection": {
|
|
1195
|
+
"topicsTitle": "BCF Topics",
|
|
1196
|
+
"viewTopicTitle": "View Topic",
|
|
1197
|
+
"addTopicTitle": "Add Topic",
|
|
1198
|
+
"deleteTopicTitle": "Delete Topic",
|
|
1199
|
+
"editTopicTitle": "Edit Topic",
|
|
1200
|
+
"createTopicTitle": "Create New Topic",
|
|
1201
|
+
"requiredFields": "Required Fields",
|
|
1202
|
+
"optionalFields": "Optional Fields",
|
|
1203
|
+
"topicTitle": "Title",
|
|
1204
|
+
"topicTitlePlaceholder": "Enter topic title...",
|
|
1205
|
+
"topicType": "Type",
|
|
1206
|
+
"topicStatus": "Status",
|
|
1207
|
+
"topicDescription": "Description",
|
|
1208
|
+
"topicDescriptionPlaceholder": "Describe the issue or topic...",
|
|
1209
|
+
"topicPriority": "Priority",
|
|
1210
|
+
"topicStage": "Stage",
|
|
1211
|
+
"topicAssignedTo": "Assigned To",
|
|
1212
|
+
"topicAssignedToPlaceholder": "user@example.com",
|
|
1213
|
+
"topicDueDate": "Due Date",
|
|
1214
|
+
"topicDueDatePlaceholder": "Select due date",
|
|
1215
|
+
"topicLabels": "Labels",
|
|
1216
|
+
"topicLabelsPlaceholder": "Add custom label...",
|
|
1217
|
+
"topicReferenceLinks": "Reference Links",
|
|
1218
|
+
"topicReferenceLinksPlaceholder": "https://example.com/reference",
|
|
1219
|
+
"topicCreationDate": "Created",
|
|
1220
|
+
"topicCreationAuthor": "Created By",
|
|
1221
|
+
"topicComments": "Comments",
|
|
1222
|
+
"topicViewpoints": "Viewpoints",
|
|
1223
|
+
"topicId": "Topic ID",
|
|
1224
|
+
"notSpecified": "Not specified",
|
|
1225
|
+
"comment": "comment",
|
|
1226
|
+
"comments": "comments",
|
|
1227
|
+
"viewpoint": "viewpoint",
|
|
1228
|
+
"viewpoints": "viewpoints",
|
|
1229
|
+
"cancel": "Cancel",
|
|
1230
|
+
"createTopic": "Create Topic",
|
|
1231
|
+
"updateTopic": "Update Topic",
|
|
1232
|
+
"exportBCF": "Export BCF",
|
|
1233
|
+
"importBCF": "Import BCF",
|
|
1234
|
+
"createViewpoint": "Viewpoint",
|
|
1235
|
+
"exportBCFTitle": "Export all topics to BCF file",
|
|
1236
|
+
"importBCFTitle": "Import topics from BCF file",
|
|
1237
|
+
"createViewpointTitle": "Create viewpoint for current camera position"
|
|
1238
|
+
},
|
|
1239
|
+
"UserDetails": {
|
|
1240
|
+
"title": "User Details",
|
|
1241
|
+
"adminAccessRequired": "Admin access is required",
|
|
1242
|
+
"adminAccessRequiredDescription": "Admin access is required to edit users.",
|
|
1243
|
+
"sections": {
|
|
1244
|
+
"account": "Account",
|
|
1245
|
+
"status": "Status"
|
|
1246
|
+
},
|
|
1247
|
+
"fields": {
|
|
1248
|
+
"name": "Name",
|
|
1249
|
+
"email": "Email",
|
|
1250
|
+
"organizationId": "Organization ID",
|
|
1251
|
+
"role": "Role",
|
|
1252
|
+
"password": "Password",
|
|
1253
|
+
"emailVerified": "Email Verified",
|
|
1254
|
+
"createdAt": "Created At",
|
|
1255
|
+
"updatedAt": "Updated At"
|
|
1256
|
+
},
|
|
1257
|
+
"roles": {
|
|
1258
|
+
"admin": "Admin",
|
|
1259
|
+
"user": "User",
|
|
1260
|
+
"viewer": "Viewer"
|
|
1261
|
+
},
|
|
1262
|
+
"roleSelectPlaceholder": "Select role",
|
|
1263
|
+
"roleEmptyValue": "---",
|
|
1264
|
+
"imageAlt": "User profile",
|
|
1265
|
+
"imageChangeTitle": "Change image",
|
|
1266
|
+
"noImageKey": "No image key",
|
|
1267
|
+
"errors": {
|
|
1268
|
+
"nameEmailPasswordRequired": "Name, email, and password are required",
|
|
1269
|
+
"nameEmailRequired": "Name and email are required",
|
|
1270
|
+
"passwordRequired": "Password is required",
|
|
1271
|
+
"roleRequired": "Please select a role",
|
|
1272
|
+
"weakPassword": "Password must be 12–65 characters and include at least one uppercase letter, one lowercase letter, one number, and one special character",
|
|
1273
|
+
"createUserFailed": "Failed to create user",
|
|
1274
|
+
"updateUserFailed": "Failed to update user",
|
|
1275
|
+
"saveChangesFailed": "Failed to save user changes",
|
|
1276
|
+
"uploadImageFailed": "Failed to upload image"
|
|
1277
|
+
},
|
|
1278
|
+
"passwordStrong": "Password meets requirements",
|
|
1279
|
+
"success": {
|
|
1280
|
+
"userCreated": "User created successfully",
|
|
1281
|
+
"userUpdated": "User updated successfully",
|
|
1282
|
+
"imageUpdated": "Profile image updated"
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
"UserMoreOptions": {
|
|
1286
|
+
"openMenu": "Open menu",
|
|
1287
|
+
"actions": {
|
|
1288
|
+
"exportUsers": "Export Users",
|
|
1289
|
+
"exporting": "Exporting...",
|
|
1290
|
+
"importUsers": "Import Users (CSV)",
|
|
1291
|
+
"importing": "Importing...",
|
|
1292
|
+
"downloadSchema": "Download Users Schema"
|
|
1293
|
+
},
|
|
1294
|
+
"errors": {
|
|
1295
|
+
"noUsersToExport": "No users to export",
|
|
1296
|
+
"exportFailed": "Failed to export users",
|
|
1297
|
+
"importFailed": "Failed to import users",
|
|
1298
|
+
"csvEmpty": "CSV file is empty or invalid",
|
|
1299
|
+
"missingColumns": "Missing required columns: {columns}",
|
|
1300
|
+
"rowMissingFields": "Row {row}: Missing required fields",
|
|
1301
|
+
"rowInvalidEmail": "Row {row}: Invalid email format",
|
|
1302
|
+
"rowWeakPassword": "Row {row}: Password must be 12–65 characters with uppercase, lowercase, number, and special character",
|
|
1303
|
+
"rowInvalidRole": "Row {row}: Invalid role (must be {roles})",
|
|
1304
|
+
"validationErrors": "{count} validation error(s): {first}",
|
|
1305
|
+
"noValidUsers": "No valid users found in CSV",
|
|
1306
|
+
"importAllFailed": "Import failed: {count} user(s) could not be processed"
|
|
1307
|
+
},
|
|
1308
|
+
"success": {
|
|
1309
|
+
"usersExported": "Users exported successfully",
|
|
1310
|
+
"importComingSoon": "Import functionality coming soon",
|
|
1311
|
+
"schemaDownloaded": "Schema downloaded successfully",
|
|
1312
|
+
"importComplete": "Import complete: {summary}",
|
|
1313
|
+
"noChanges": "No changes needed"
|
|
1314
|
+
},
|
|
1315
|
+
"summary": {
|
|
1316
|
+
"created": "{count} created",
|
|
1317
|
+
"updated": "{count} updated",
|
|
1318
|
+
"failed": "{count} failed"
|
|
1319
|
+
},
|
|
1320
|
+
"schema": {
|
|
1321
|
+
"nameDescription": "User full name",
|
|
1322
|
+
"emailDescription": "User email address",
|
|
1323
|
+
"roleDescription": "User role (e.g., Admin, User, Viewer)",
|
|
1324
|
+
"passwordDescription": "User password (optional)"
|
|
1325
|
+
}
|
|
1326
|
+
},
|
|
1327
|
+
"UserSettings": {
|
|
1328
|
+
"settings": "Settings",
|
|
1329
|
+
"account": "Account",
|
|
1330
|
+
"users": "Users",
|
|
1331
|
+
"organization": "Organization",
|
|
1332
|
+
"header": "Basic Information",
|
|
1333
|
+
"subheader": "View and update your personal details and account information.",
|
|
1334
|
+
"cancel": "Cancel",
|
|
1335
|
+
"edit": "Edit Profile",
|
|
1336
|
+
"changeImage": "Change Image",
|
|
1337
|
+
"toastSuccess": "Profile updated successfully!",
|
|
1338
|
+
"toastError": "Failed to update profile.",
|
|
1339
|
+
"save": "Save",
|
|
1340
|
+
"fName": "First Name",
|
|
1341
|
+
"lName": "Last Name",
|
|
1342
|
+
"email": "Email",
|
|
1343
|
+
"role": "Role",
|
|
1344
|
+
"roleUnknown": "Unknown Role"
|
|
1345
|
+
},
|
|
1346
|
+
"ViewSection": {
|
|
1347
|
+
"floorplanTitle": "Floorplans",
|
|
1348
|
+
"elevationTitle": "Elevations",
|
|
1349
|
+
"north": "North",
|
|
1350
|
+
"south": "South",
|
|
1351
|
+
"east": "East",
|
|
1352
|
+
"west": "West",
|
|
1353
|
+
"addLevelTitle": "Create new level",
|
|
1354
|
+
"goToLevel": "Go to level",
|
|
1355
|
+
"goToElevation": "Go to elevation",
|
|
1356
|
+
"downloadTitle": "Download DXF",
|
|
1357
|
+
"viewing": "Viewing",
|
|
1358
|
+
"loading": "Loading…",
|
|
1359
|
+
"exit": "Exit",
|
|
1360
|
+
"layers": "Layers",
|
|
1361
|
+
"toggleVisibility": "Toggle visibility",
|
|
1362
|
+
"chooseColor": "Choose color",
|
|
1363
|
+
"trueNorthTitle": "True north",
|
|
1364
|
+
"trueNorthAngleLabel": "Rotation angle (0–360°)",
|
|
1365
|
+
"trueNorthPickLine": "Draw line (two points)",
|
|
1366
|
+
"trueNorthPicking": "Click two points to draw a line…",
|
|
1367
|
+
"trueNorthCancelPick": "Cancel pick",
|
|
1368
|
+
"trueNorthReset": "Reset to 0°",
|
|
1369
|
+
"stage": {
|
|
1370
|
+
"init": "Setting up view…",
|
|
1371
|
+
"resolve": "Querying elements…",
|
|
1372
|
+
"cull": "Hiding model…",
|
|
1373
|
+
"switching": "Switching view…",
|
|
1374
|
+
"fill": "Drawing slabs…",
|
|
1375
|
+
"cut": "Drawing walls…",
|
|
1376
|
+
"face": "Drawing faces…",
|
|
1377
|
+
"project": "Drawing lines…",
|
|
1378
|
+
"readingStoreys": "Reading storeys…",
|
|
1379
|
+
"readingModel": "Reading model…"
|
|
1380
|
+
},
|
|
1381
|
+
"createNewAlert": "Create new level functionality will be implemented soon!\\n\\nThis will create a THREE plane in the XZ axis and add a new level to the building."
|
|
1382
|
+
},
|
|
1383
|
+
"ViewportGizmo": {
|
|
1384
|
+
"top": "TOP",
|
|
1385
|
+
"right": "RIGHT",
|
|
1386
|
+
"bottom": "BOTTOM",
|
|
1387
|
+
"left": "LEFT",
|
|
1388
|
+
"front": "FRONT",
|
|
1389
|
+
"back": "BACK"
|
|
1390
|
+
},
|
|
1391
|
+
"analyzeProperty": {
|
|
1392
|
+
"other": "Other",
|
|
1393
|
+
"identity": "Identity Data",
|
|
1394
|
+
"dimensions": "Dimensions",
|
|
1395
|
+
"materials": "Materials",
|
|
1396
|
+
"geometry": "Geometry",
|
|
1397
|
+
"constraints": "Constraints",
|
|
1398
|
+
"phasing": "Phasing",
|
|
1399
|
+
"propertySets": "PropertySets"
|
|
1400
|
+
},
|
|
1401
|
+
"bimToolbarTools": {
|
|
1402
|
+
"selection": "Selection Tool",
|
|
1403
|
+
"measure": "Measure Dimensions",
|
|
1404
|
+
"explode": "Explode by Level",
|
|
1405
|
+
"clipping": "Clipping Tool",
|
|
1406
|
+
"fit": "Fit",
|
|
1407
|
+
"add": "Add",
|
|
1408
|
+
"share": "Share view"
|
|
1409
|
+
},
|
|
1410
|
+
"forgotPassword": {
|
|
1411
|
+
"h1": "Forgot Password",
|
|
1412
|
+
"subHeader": "Create a new password.",
|
|
1413
|
+
"inputLabel": "Password",
|
|
1414
|
+
"lenError": "Password must be 15 - 65 characters.",
|
|
1415
|
+
"confirmInputLabel": "Confirm Password",
|
|
1416
|
+
"submit": "Reset Password",
|
|
1417
|
+
"linkSignin": "Back to Sign in",
|
|
1418
|
+
"placeholder1": "Password",
|
|
1419
|
+
"placeholder2": "Confirm Password",
|
|
1420
|
+
"noMatch": "Passwords do not match",
|
|
1421
|
+
"passwordPolicyError": "Password doesn't meet the security requirements"
|
|
1422
|
+
},
|
|
1423
|
+
"headers": {
|
|
1424
|
+
"buildingInformation": "Building Information",
|
|
1425
|
+
"general": "General",
|
|
1426
|
+
"buildingName": "Name",
|
|
1427
|
+
"buildingAddress": "Address",
|
|
1428
|
+
"buildingCountrySubdivision": "Subdivision",
|
|
1429
|
+
"buildingMunicipality": "Municipality",
|
|
1430
|
+
"buildingCity": "City (if different from Municipality)",
|
|
1431
|
+
"buildingPostalCode": "Postal Code",
|
|
1432
|
+
"buildingCounty": "County",
|
|
1433
|
+
"buildingWardName": "Ward Name",
|
|
1434
|
+
"buildingWardNumber": "Ward Number",
|
|
1435
|
+
"buildingParentSiteId": "Associated Site",
|
|
1436
|
+
"features": "Features",
|
|
1437
|
+
"buildingType": "Building Type",
|
|
1438
|
+
"buildingGeometryStyle": "Geometry Style",
|
|
1439
|
+
"buildingStoreyNum": "Number of Storeys",
|
|
1440
|
+
"buildingTotalSqft": "Total Area",
|
|
1441
|
+
"buildingMaterials": "Materials",
|
|
1442
|
+
"buildingYearBuilt": "Year of Building Construction",
|
|
1443
|
+
"buildingZoning": "Zoning",
|
|
1444
|
+
"buildingZoningCompliance": "Zoning Compliance",
|
|
1445
|
+
"buildingParkingAvailable": "Parking Available",
|
|
1446
|
+
"buildingElevatorAvailable": "Elevator Available",
|
|
1447
|
+
"buildingDryerAvailable": "Dryer Available",
|
|
1448
|
+
"buildingWasherAvailable": "Washer Available",
|
|
1449
|
+
"buildingCommonSpace": "Common Space Available",
|
|
1450
|
+
"buildingNotes": "Building Notes",
|
|
1451
|
+
"contactInformation": "Contact Information",
|
|
1452
|
+
"buildingOwnership": "Ownership",
|
|
1453
|
+
"buildingProviderName": "Provider Name",
|
|
1454
|
+
"buildingProviderType": "Provider Type",
|
|
1455
|
+
"buildingProviderWebsite": "Provider Website",
|
|
1456
|
+
"buildingProviderContactName": "Provider Contact Name",
|
|
1457
|
+
"buildingProviderContactPhone": "Provider Contact Phone",
|
|
1458
|
+
"buildingProviderContactEmail": "Provider Contact Email",
|
|
1459
|
+
"buildingWebsite": "Building Website",
|
|
1460
|
+
"occupants": "Occupants",
|
|
1461
|
+
"buildingOccupantType": "Occupant Type",
|
|
1462
|
+
"buildingOccupancyCertificate": "Occupancy Certificates",
|
|
1463
|
+
"buildingRentalMarketSurveyZone": "Rental Market Survey Zone",
|
|
1464
|
+
"buildingCensusTract": "Census Tract",
|
|
1465
|
+
"occupancyData": "Occupancy Data",
|
|
1466
|
+
"coordinates": "Coordinates",
|
|
1467
|
+
"buildingLatitude": "Latitude",
|
|
1468
|
+
"buildingLongitude": "Longitude",
|
|
1469
|
+
"buildingElevation": "Elevation",
|
|
1470
|
+
"buildingNorthing": "Northing (Y Coordinate)",
|
|
1471
|
+
"buildingEasting": "Eastings (X Coordinate)",
|
|
1472
|
+
"buildingEPSG": "EPSG",
|
|
1473
|
+
"buildingOrthogonalHeight": "Orthogonal Height (Z Coordinate)",
|
|
1474
|
+
"buildingOsmId": "OSM ID",
|
|
1475
|
+
"buildingAdditionalInformation": "Additional Information",
|
|
1476
|
+
"buildingUnits": "Building Units",
|
|
1477
|
+
"units": "Units",
|
|
1478
|
+
"buildingUnitsTotal": "Total Units",
|
|
1479
|
+
"buildingTotalRentableArea": "Total Rentable Area",
|
|
1480
|
+
"buildingHeatingIncluded": "Heat Included",
|
|
1481
|
+
"buildingHydroIncluded": "Hydro Included",
|
|
1482
|
+
"buildingWaterIncluded": "Water Included",
|
|
1483
|
+
"buildingUtilitiesIncluded": "Utilities Included",
|
|
1484
|
+
"unitsAvailable": "Units Available",
|
|
1485
|
+
"unitType": "Unit Type",
|
|
1486
|
+
"totalNumberOfUnits": "Total Number of Units",
|
|
1487
|
+
"unit": "Unit",
|
|
1488
|
+
"accessibleUnits": "Accessible Units",
|
|
1489
|
+
"subsidizedUnits": "Subsidized Units",
|
|
1490
|
+
"marketRentalUnits": "Market Rental Units",
|
|
1491
|
+
"roomUnits": "Room Units",
|
|
1492
|
+
"bachelorUnits": "Bachelor Units",
|
|
1493
|
+
"oneBedroomUnits": "One Bedroom Units",
|
|
1494
|
+
"twoBedroomUnits": "Two Bedroom Units",
|
|
1495
|
+
"threeBedroomUnits": "Three Bedroom Units",
|
|
1496
|
+
"fourBedroomUnits": "Four Bedroom Units",
|
|
1497
|
+
"fiveBedroomUnits": "Five Bedroom Units",
|
|
1498
|
+
"sixBedroomUnits": "Six Bedroom Units",
|
|
1499
|
+
"buildingUnitsModified": "Accessible Units",
|
|
1500
|
+
"buildingUnitsModifiedNum": "Number of Accessible Units",
|
|
1501
|
+
"buildingUnitsModifiedSqft": "Accessible Units Sqft",
|
|
1502
|
+
"buildingUnitsMarketRent": "Market Rent Units",
|
|
1503
|
+
"buildingUnitsMarketRentNum": "Number of Market Rent Units",
|
|
1504
|
+
"buildingUnitsMarketRentSqft": "Market Rent Units Sq. ft.",
|
|
1505
|
+
"buildingUnitsSubsidized": "Subsidized Units",
|
|
1506
|
+
"buildingUnitsSubsidizedNum": "Number of Subsidized Units",
|
|
1507
|
+
"buildingUnitsSubsidizedSqft": "Subsidized Units Sq ft.",
|
|
1508
|
+
"buildingUnitsRoom": "Room Units",
|
|
1509
|
+
"buildingUnitsRoomNum": "Number of Room Units",
|
|
1510
|
+
"buildingUnitsRoomSqft": "Room Unit Sqft",
|
|
1511
|
+
"buildingUnitsB": "Bachelor Units",
|
|
1512
|
+
"buildingUnitsBNum": "Number of Bachelor Units",
|
|
1513
|
+
"buildingUnitsBSqft": "Bachelor Unit Sqft",
|
|
1514
|
+
"buildingUnits1B": "One Bedroom Units",
|
|
1515
|
+
"buildingUnits1BNum": "Number of One Bedroom Units",
|
|
1516
|
+
"buildingUnits1BSqft": "One Bedroom Unit Sqft",
|
|
1517
|
+
"buildingUnits2B": "Two Bedroom Units",
|
|
1518
|
+
"buildingUnits2BNum": "Number of Two Bedroom Units",
|
|
1519
|
+
"buildingUnits2BSqft": "Two Bedroom Unit Sqft",
|
|
1520
|
+
"buildingUnits3B": "Three Bedroom Units",
|
|
1521
|
+
"buildingUnits3BNum": "Number of Three Bedroom Units",
|
|
1522
|
+
"buildingUnits3BSqft": "Three Bedroom Unit Sqft",
|
|
1523
|
+
"buildingUnits4B": "Four Bedroom Units",
|
|
1524
|
+
"buildingUnits4BNum": "Number of Four Bedroom Units",
|
|
1525
|
+
"buildingUnits4BSqft": "Four Bedroom Unit Sqft",
|
|
1526
|
+
"buildingUnits5B": "Five Bedroom Units",
|
|
1527
|
+
"buildingUnits5BNum": "Number of Five Bedroom Units",
|
|
1528
|
+
"buildingUnits5BSqft": "Five Bedroom Unit Sqft",
|
|
1529
|
+
"buildingUnits6B": "Six Bedroom Units",
|
|
1530
|
+
"buildingUnits6BNum": "Number of Six Bedroom Units",
|
|
1531
|
+
"buildingUnits6BSqft": "Six Bedroom Unit Sqft",
|
|
1532
|
+
"buildingUnitAdditionalInformation": "Additional Information",
|
|
1533
|
+
"buildingProjects": "Building Projects",
|
|
1534
|
+
"buildingProjectName": "Project Name",
|
|
1535
|
+
"buildingProjectNumber": "Project Number",
|
|
1536
|
+
"buildingProjectType": "Project Type",
|
|
1537
|
+
"buildingProjectPhase": "Project Phase",
|
|
1538
|
+
"buildingEstimatedStartDate": "Estimated Start Date",
|
|
1539
|
+
"buildingEstimatedEndDate": "Estimated End Date",
|
|
1540
|
+
"buildingStartDate": "Start Date",
|
|
1541
|
+
"buildingCompletedDate": "Completed Date",
|
|
1542
|
+
"buildingPriorityRetrofits": "Priority Retrofits",
|
|
1543
|
+
"buildingProjectDescription": "Project Description",
|
|
1544
|
+
"previousUpdates": "Previous Updates",
|
|
1545
|
+
"permits": "Permits",
|
|
1546
|
+
"buildingBuilderName": "Builder Name",
|
|
1547
|
+
"buildingPermitsIssued": "Building Permits File",
|
|
1548
|
+
"buildingPermitNumber": "Permit Number",
|
|
1549
|
+
"buildingPermitIssuedDate": "Permit Issued Date",
|
|
1550
|
+
"funding": "Funding",
|
|
1551
|
+
"buildingEstimatedTotalCost": "Estimated Total Cost",
|
|
1552
|
+
"buildingEstimatedConstructionCost": "Estimated Construction Cost",
|
|
1553
|
+
"buildingRetrofitFundingNeeds": "Retrofit Funding Needs",
|
|
1554
|
+
"buildingFederalContribution": "Federal Contribution",
|
|
1555
|
+
"energyData": "Energy Data",
|
|
1556
|
+
"buildingEnergySources": "Energy Source",
|
|
1557
|
+
"buildingAnnualConsumption": "Annual Consumption",
|
|
1558
|
+
"buildingSiteEui": "Site Energy Use Intensity (EUI)",
|
|
1559
|
+
"buildingSourceEui": "Source Energy Use Intensity (EUI)",
|
|
1560
|
+
"buildingSolarPotential": "Solar Potential",
|
|
1561
|
+
"buildingRegionalEnergyTrends": "Regional Energy Trends",
|
|
1562
|
+
"buildingHvacEfficiency": "HVAC Efficiency",
|
|
1563
|
+
"buildingEnergyCodeCompliance": "Energy Code Compliance",
|
|
1564
|
+
"buildingEnergyAdditionalInformation": "Additional Information",
|
|
1565
|
+
"environmentalData": "Environmental Data",
|
|
1566
|
+
"buildingTotalGhgEmissions": "Total GHG Emissions",
|
|
1567
|
+
"buildingIntensityGhgEmissions": "Intensity GHG Emissions",
|
|
1568
|
+
"buildingCertifications": "Certifications",
|
|
1569
|
+
"buildingCertificationsFile": "Certification Certificate",
|
|
1570
|
+
"buildingWaterUseIntensity": "Water Use Intensity (WUI)",
|
|
1571
|
+
"buildingEnvironmentalCompliance": "Environmental Compliance Certificate",
|
|
1572
|
+
"buildingAirQuality": "Air Quality (AQI)",
|
|
1573
|
+
"buildingAirQualityAssessmentDate": "Air Quality Assessment Date",
|
|
1574
|
+
"buildingEnvironmentalAdditionalInformation": "Additional Information",
|
|
1575
|
+
"maintenanceData": "Maintenance Data",
|
|
1576
|
+
"buildingAssessmentRatingCondition": "Assessment Condition",
|
|
1577
|
+
"conditionRatingsDate": "Assessment Date",
|
|
1578
|
+
"buildingAssessmentDescription": "Assessment Description",
|
|
1579
|
+
"buildingMaintenanceRecords": "Maintenance Records",
|
|
1580
|
+
"buildingSystemAssessment": "Building System Assessments",
|
|
1581
|
+
"buildingMaintenanceAdditionalInformation": "Additional Information",
|
|
1582
|
+
"financialData": "Financial Data",
|
|
1583
|
+
"buildingAssessedValue": "Assessed Value",
|
|
1584
|
+
"buildingLifecycleExpenses": "Lifecycle Expenses",
|
|
1585
|
+
"buildingOperatingExpenses": "Operating Expenses",
|
|
1586
|
+
"buildingFundingSources": "Funding Sources",
|
|
1587
|
+
"buildingGrants": "Grants",
|
|
1588
|
+
"buildingSubsidies": "Subsidies",
|
|
1589
|
+
"buildingProponentOrganization": "Proponent Organization",
|
|
1590
|
+
"buildingProgramLoan": "Program Loan",
|
|
1591
|
+
"buildingProponentType": "Proponent Type",
|
|
1592
|
+
"buildingProgramName": "Program Name",
|
|
1593
|
+
"buildingTotalContribution": "Total Contribution",
|
|
1594
|
+
"buildingValueOfFundingFlowed": "Value of Funding Flowed",
|
|
1595
|
+
"buildingFundingAdditionalInformation": "Additional Information",
|
|
1596
|
+
"riskConsiderations": "Risk Considerations",
|
|
1597
|
+
"buildingStructuralVulnerabilities": "Structural Vulnerabilities",
|
|
1598
|
+
"buildingClimateVulnerabilities": "Climate Vulnerabilities",
|
|
1599
|
+
"buildingSafetyConcerns": "Safety Concerns",
|
|
1600
|
+
"buildingFireSafety": "Fire Safety Certificate",
|
|
1601
|
+
"regulatoryCompliance": "Regulatory Compliance",
|
|
1602
|
+
"siteInformation": "Site Information",
|
|
1603
|
+
"siteName": "Site Name",
|
|
1604
|
+
"siteAddress": "Address",
|
|
1605
|
+
"siteCountrySubdivision": "Subdivision",
|
|
1606
|
+
"siteMunicipality": "Municipality",
|
|
1607
|
+
"siteCity": "City (if different from Municipality)",
|
|
1608
|
+
"sitePostalCode": "Postal Code",
|
|
1609
|
+
"siteCounty": "County",
|
|
1610
|
+
"siteWard": "Ward",
|
|
1611
|
+
"siteLandUse": "Land Use",
|
|
1612
|
+
"siteLandUseSubtype": "Land Use Subtype",
|
|
1613
|
+
"siteTotalArea": "Total Area",
|
|
1614
|
+
"siteTotalBuiltArea": "Total Built Area",
|
|
1615
|
+
"siteTotalAvailableArea": "Total Available Area",
|
|
1616
|
+
"siteYearBuilt": "Year of Site Construction",
|
|
1617
|
+
"siteZoning": "Zoning",
|
|
1618
|
+
"siteZoningCompliance": "Zoning Compliance Certificate",
|
|
1619
|
+
"siteOwnership": "Ownership",
|
|
1620
|
+
"siteProviderName": "Provider Name",
|
|
1621
|
+
"siteProviderType": "Provider Type",
|
|
1622
|
+
"siteProviderWebsite": "Provider Website",
|
|
1623
|
+
"siteProviderContactName": "Provider Contact Name",
|
|
1624
|
+
"siteProviderContactPhone": "Provider Contact Phone",
|
|
1625
|
+
"siteProviderContactEmail": "Provider Contact Email",
|
|
1626
|
+
"siteWebsite": "Site Website",
|
|
1627
|
+
"additionalInformation": "Additional Information",
|
|
1628
|
+
"siteNotes": "Site Notes",
|
|
1629
|
+
"siteLatitude": "Latitude",
|
|
1630
|
+
"siteLongitude": "Longitude",
|
|
1631
|
+
"associatedBuildings": "Associated Buildings",
|
|
1632
|
+
"siteProjects": "Site Projects",
|
|
1633
|
+
"siteProjectName": "Project Name",
|
|
1634
|
+
"siteProjectNumber": "Project Number",
|
|
1635
|
+
"siteProjectPhase": "Project Phase",
|
|
1636
|
+
"siteProjectType": "Project Type",
|
|
1637
|
+
"siteEstimatedStartDate": "Estimated Start Date",
|
|
1638
|
+
"siteEstimatedEndDate": "Estimated End Date",
|
|
1639
|
+
"siteStartDate": "Start Date",
|
|
1640
|
+
"siteCompletedDate": "Completed Date",
|
|
1641
|
+
"sitePriorityRetrofits": "Priority Retrofits",
|
|
1642
|
+
"siteProjectDescription": "Project Description",
|
|
1643
|
+
"sitePreviousUpdates": "Previous Updates",
|
|
1644
|
+
"siteBuilderName": "Builder Name",
|
|
1645
|
+
"siteBuildingPermitsIssued": "Building Permits File",
|
|
1646
|
+
"sitePermitNumber": "Permit Number",
|
|
1647
|
+
"sitePermitIssuedDate": "Permit Issued Date",
|
|
1648
|
+
"siteEstimatedTotalCost": "Estimated Total Cost",
|
|
1649
|
+
"siteEstimatedConstructionCost": "Estimated Construction Cost",
|
|
1650
|
+
"siteRetrofitFundingNeeds": "Retrofit Funding Needs",
|
|
1651
|
+
"siteFederalContribution": "Federal Contribution",
|
|
1652
|
+
"siteEnergyUsage": "Energy Source",
|
|
1653
|
+
"siteAnnualConsumption": "Annual Consumption",
|
|
1654
|
+
"siteEnergyDemand": "Energy Demand",
|
|
1655
|
+
"siteEui": "Energy Use Intensity (EUI)",
|
|
1656
|
+
"siteSourceEui": "Source Energy Use Intensity (EUI)",
|
|
1657
|
+
"siteSolarPotential": "Solar Potential",
|
|
1658
|
+
"siteEnergyCodeCompliance": "Energy Code Compliance",
|
|
1659
|
+
"siteRenewableEnergy": "Renewable Energy Sources",
|
|
1660
|
+
"siteEnergyAdditionalInformation": "Additional Information",
|
|
1661
|
+
"siteTotalGhgEmissions": "Total GHG Emissions",
|
|
1662
|
+
"siteIntensityGhgEmissions": "Intensity GHG Emissions",
|
|
1663
|
+
"siteCertifications": "Certifications",
|
|
1664
|
+
"siteCertificationCertificates": "Certification Certificates",
|
|
1665
|
+
"siteWaterUseData": "Water Use Data",
|
|
1666
|
+
"siteWaterUseIntensity": "Water Use Intensity",
|
|
1667
|
+
"siteEnvironmentalCompliance": "Environmental Compliance Certificate",
|
|
1668
|
+
"siteEnvironmentalAdditionalInformation": "Additional Information",
|
|
1669
|
+
"siteAssessmentCondition": "Assessment Condition",
|
|
1670
|
+
"siteAssessmentDate": "Assessment Date",
|
|
1671
|
+
"siteAssessmentDescription": "Assessment Description",
|
|
1672
|
+
"siteMaintenanceRecords": "Maintenance Records",
|
|
1673
|
+
"siteMaintenanceAdditionalInformation": "Additional Information",
|
|
1674
|
+
"siteAssessedValue": "Assessed Value",
|
|
1675
|
+
"siteLifecycleExpenses": "Lifecycle Expenses",
|
|
1676
|
+
"siteOperatingExpenses": "Operating Expenses",
|
|
1677
|
+
"siteFundingSources": "Funding Sources",
|
|
1678
|
+
"siteGrants": "Grants",
|
|
1679
|
+
"siteSubsidies": "Subsidies",
|
|
1680
|
+
"siteProponentOrganization": "Proponent Organization",
|
|
1681
|
+
"siteProgramLoan": "Program Loan",
|
|
1682
|
+
"siteProponentType": "Proponent Type",
|
|
1683
|
+
"siteProgramName": "Program Name",
|
|
1684
|
+
"siteTotalContribution": "Total Contribution",
|
|
1685
|
+
"siteValueOfFundingFlowed": "Value of Funding Flowed",
|
|
1686
|
+
"siteFundingAdditionalInformation": "Additional Information",
|
|
1687
|
+
"siteClimateVulnerabilities": "Climate Vulnerabilities",
|
|
1688
|
+
"siteSafetyConcerns": "Safety Concerns",
|
|
1689
|
+
"siteFireSafety": "Fire Safety Certificate",
|
|
1690
|
+
"insurance": "Insurance",
|
|
1691
|
+
"siteInsuranceProvider": "Insurance Provider",
|
|
1692
|
+
"siteInsuranceCosts": "Insurance Costs",
|
|
1693
|
+
"siteInsuranceClaims": "Insurance Claims",
|
|
1694
|
+
"siteFireCert": "Fire Safety Certifications",
|
|
1695
|
+
"siteBuildingPermit": "Building Permits Issued",
|
|
1696
|
+
"sqft": "(Sq. ft.)",
|
|
1697
|
+
"heatingSource": "Heating Energy Source",
|
|
1698
|
+
"coolingSource": "Cooling Energy Source",
|
|
1699
|
+
"hotWaterSource": "Hot Water Energy Source",
|
|
1700
|
+
"serviceSize": "Electricity Service Size",
|
|
1701
|
+
"serviceLocation": "Electricity Service Location",
|
|
1702
|
+
"panelSize": "Electricity Service Panel Size",
|
|
1703
|
+
"utilityConnection": "Electricity Service Utility Connection",
|
|
1704
|
+
"upgradeHistory": "Electricity Service Upgrade History",
|
|
1705
|
+
"propertyManagement": "Property Management",
|
|
1706
|
+
"managementType": "Management Type",
|
|
1707
|
+
"ownershipType": "Ownership Type",
|
|
1708
|
+
"energyMetrics": "Energy Metrics",
|
|
1709
|
+
"electricalPanel": "Electric Panel",
|
|
1710
|
+
"energySources": "Energy Sources",
|
|
1711
|
+
"assessmentReports": "Energy Assessment Reports",
|
|
1712
|
+
"airQualityReports": "Air Quality Reports",
|
|
1713
|
+
"waterQualityReports": "Water Quality Reports",
|
|
1714
|
+
"BCA": "Building Condition Assessment",
|
|
1715
|
+
"contractReports": "Contract Reports",
|
|
1716
|
+
"engineerAssessments": "Engineering Assessments",
|
|
1717
|
+
"belowMarketRent": "Below Market Rental Units",
|
|
1718
|
+
"belowMarketRentNum": "Number of Below Market Rental Units",
|
|
1719
|
+
"belowMarketRentsqft": "Below Market Rental Units Sq ft.",
|
|
1720
|
+
"rentGearedToIncome": "Rent Geared To Income Units",
|
|
1721
|
+
"rentGearedToIncomeNum": "Number of Rent Geared To Income Units",
|
|
1722
|
+
"rentGearedToIncomesqft": "Rent Geared To Income Units Sq ft.",
|
|
1723
|
+
"energySourcesAndMetrics": "Energy Sources and Metrics",
|
|
1724
|
+
"sourceHeader": "Source",
|
|
1725
|
+
"metricHeader": "Metric",
|
|
1726
|
+
"installationYearHeader": "Installation Year",
|
|
1727
|
+
"heatingMetric": "Heating Metric",
|
|
1728
|
+
"coolingMetric": "Cooling Metric",
|
|
1729
|
+
"hotWaterMetric": "Hot Water Metric",
|
|
1730
|
+
"heatingInstallationYear": "Heating Installation Year",
|
|
1731
|
+
"coolingInstallationYear": "Cooling Installation Year",
|
|
1732
|
+
"hotWaterInstallationYear": "Hot Water Installation Year",
|
|
1733
|
+
"reports": "Reports",
|
|
1734
|
+
"managementInfo": "Management Information",
|
|
1735
|
+
"managementName": "Management Name",
|
|
1736
|
+
"managementWebsite": "Management Website",
|
|
1737
|
+
"managementContactName": "Management Contact Name",
|
|
1738
|
+
"managementPhoneNumber": "Management Contact Phone",
|
|
1739
|
+
"infrastructureInformation": "Infrastructure Information",
|
|
1740
|
+
"infrastructureName": "Infrastructure Name",
|
|
1741
|
+
"infrastructureType": "Infrastructure Type",
|
|
1742
|
+
"infrastructureStatus": "Infrastructure Status",
|
|
1743
|
+
"infrastructureState": "Infrastructure State",
|
|
1744
|
+
"infrastructureAddress": "Infrastructure Address",
|
|
1745
|
+
"infrastructureCity": "Infrastructure City",
|
|
1746
|
+
"infrastructureCountrySubdivision": "Infrastructure Subdivision",
|
|
1747
|
+
"infrastructureMunicipality": "Infrastructure Municipality",
|
|
1748
|
+
"infrastructureCounty": "Infrastructure County",
|
|
1749
|
+
"infrastructurePostalCode": "Infrastructure Postal Code",
|
|
1750
|
+
"infrastructureEmail": "Infrastructure Email",
|
|
1751
|
+
"infrastructurePhoneNumber": "Infrastructure Phone Number",
|
|
1752
|
+
"infrastructureWebsite": "Infrastructure Website",
|
|
1753
|
+
"infrastructureDescription": "Infrastructure Description",
|
|
1754
|
+
"infrastructureNotes": "Infrastructure Notes",
|
|
1755
|
+
"landInfra": "Land/Linear Referencing",
|
|
1756
|
+
"linearReferencing": "Linear Referencing",
|
|
1757
|
+
"linearMeasure": "Linear Measure",
|
|
1758
|
+
"linearMeasureUom": "Linear Measure Unit",
|
|
1759
|
+
"linearLRMType": "Linear LRM Type",
|
|
1760
|
+
"linearAlignmentType": "Linear Alignment Type",
|
|
1761
|
+
"linearStartValue": "Linear Start Value",
|
|
1762
|
+
"infrastructureMaterial": "Infrastructure Material",
|
|
1763
|
+
"infrastructureSurfaceType": "Infrastructure Surface Type",
|
|
1764
|
+
"infrastructureSurfaceName": "Infrastructure Surface Name",
|
|
1765
|
+
"infrastructureSurveyDate": "Infrastructure Survey Date",
|
|
1766
|
+
"infrastructureLongitude": "Infrastructure Longitude",
|
|
1767
|
+
"infrastructureLatitude": "Infrastructure Latitude",
|
|
1768
|
+
"infrastructureElevation": "Infrastructure Elevation",
|
|
1769
|
+
"ifcInformation": "IFC Information",
|
|
1770
|
+
"ifcData": "IFC Data",
|
|
1771
|
+
"ifc": "IFC",
|
|
1772
|
+
"ifcGlobalId": "IFC Global ID",
|
|
1773
|
+
"ifcDomain": "IFC Domain",
|
|
1774
|
+
"ifcRoadType": "IFC Road Type",
|
|
1775
|
+
"ifcLaneCount": "IFC Lane Count",
|
|
1776
|
+
"ifcDesignSpeed": "IFC Design Speed",
|
|
1777
|
+
"ifcRailType": "IFC Rail Type",
|
|
1778
|
+
"ifcTrackGauge": "IFC Track Gauge",
|
|
1779
|
+
"ifcBridgePartType": "IFC Bridge Part Type",
|
|
1780
|
+
"ifcBridgeClearance": "IFC Bridge Clearance",
|
|
1781
|
+
"ifcLoadRating": "IFC Load Rating",
|
|
1782
|
+
"ifcUtilityType": "IFC Utility Type",
|
|
1783
|
+
"ifcVoltage": "IFC Voltage",
|
|
1784
|
+
"ifcFacilityPartType": "IFC Facility Part Type",
|
|
1785
|
+
"cityGmlInformation": "CityGML Information",
|
|
1786
|
+
"cityGmlData": "CityGML Data",
|
|
1787
|
+
"cityGml": "CityGML",
|
|
1788
|
+
"cityGmlName": "CityGML Name",
|
|
1789
|
+
"cityGmlLod": "CityGML LOD",
|
|
1790
|
+
"cityGmlFunction": "CityGML Function",
|
|
1791
|
+
"cityGmlUsage": "CityGML Usage",
|
|
1792
|
+
"cityGmlMeasuredHeight": "CityGML Measured Height",
|
|
1793
|
+
"cityGmlConstructionDate": "CityGML Construction Date",
|
|
1794
|
+
"cityGmlDemolitionDate": "CityGML Demolition Date",
|
|
1795
|
+
"cityGmlCondition": "CityGML Condition",
|
|
1796
|
+
"cityGmlVegetationType": "CityGML Vegetation Type",
|
|
1797
|
+
"cityGmlFurnitureType": "CityGML Furniture Type",
|
|
1798
|
+
"cityGmlSurfaceMaterial": "CityGML Surface Material",
|
|
1799
|
+
"cityGmlIsTrafficSpace": "CityGML Is Traffic Space"
|
|
1800
|
+
},
|
|
1801
|
+
"ids": {
|
|
1802
|
+
"idsCheck": "IDS Check",
|
|
1803
|
+
"pass": "Pass",
|
|
1804
|
+
"fail": "Fail",
|
|
1805
|
+
"total": "Total Elements"
|
|
1806
|
+
},
|
|
1807
|
+
"mapToolbarTools": {
|
|
1808
|
+
"compareTitle": "Compare",
|
|
1809
|
+
"datasetsTitle": "Datasets",
|
|
1810
|
+
"addTitle": "Add",
|
|
1811
|
+
"measureTitle": "Measure",
|
|
1812
|
+
"shareTitle": "Share"
|
|
1813
|
+
},
|
|
1814
|
+
"pointcloudToolbarTools": {
|
|
1815
|
+
"addTitle": "Add",
|
|
1816
|
+
"shareTitle": "Share",
|
|
1817
|
+
"clipTitle": "Clip",
|
|
1818
|
+
"selectTitle": "Selection",
|
|
1819
|
+
"dimensionsTitle": "Dimensions",
|
|
1820
|
+
"floorplanTitle": "Floorplans",
|
|
1821
|
+
"settingsPanel": "Settings"
|
|
1822
|
+
},
|
|
1823
|
+
"resetPassword": {
|
|
1824
|
+
"title": "Reset Password",
|
|
1825
|
+
"subtitle": "Enter the email address associated with your account. We'll send you a verification code to reset your password.",
|
|
1826
|
+
"ifAnAccountExists": "If an account exists for {email}, a password reset code has been sent.",
|
|
1827
|
+
"sentVerificationCodeMessage": "We've sent a verification code to {email}. Enter the code below to continue.",
|
|
1828
|
+
"newPasswordTitle": "Create a New Password",
|
|
1829
|
+
"newPasswordMessage": "For your security, this password reset session will expire in 10 minutes. New Password must meet the security requirements below:",
|
|
1830
|
+
"lowercase": "1 Lowercase [a-z]",
|
|
1831
|
+
"uppercase": "1 Uppercase [A-Z]",
|
|
1832
|
+
"digit": "1 Digit [0-9]",
|
|
1833
|
+
"specialchar": "1 Special Character [@,$,!,%,*,?,&,_]",
|
|
1834
|
+
"minmax": "Minimum of 12 charcters, Maximum 65 Characters"
|
|
1835
|
+
},
|
|
1836
|
+
"supportDialog": {
|
|
1837
|
+
"featureTitle": "Suggest Feature",
|
|
1838
|
+
"bugTitle": "Report Bug",
|
|
1839
|
+
"bugTitlePlaceholder": "Short summary of the bug...",
|
|
1840
|
+
"descriptionPlaceholder": "Describe your request or issue...",
|
|
1841
|
+
"reproPlaceholder": "Steps to reproduce the issue...",
|
|
1842
|
+
"cancel": "Cancel",
|
|
1843
|
+
"submit": "Submit",
|
|
1844
|
+
"captureScreenshot": "Capture Screenshot",
|
|
1845
|
+
"capturing": "Capturing...",
|
|
1846
|
+
"screenshotAttached": "Screenshot attached ✓",
|
|
1847
|
+
"screenshotPreviewTitle": "Preview screenshot",
|
|
1848
|
+
"retake": "Retake",
|
|
1849
|
+
"attachScreenshot": "OK, attach it",
|
|
1850
|
+
"pluginDocumentation": "Plugin documentation",
|
|
1851
|
+
"wantToBuild": "Want to build it yourself?",
|
|
1852
|
+
"submitSuccess": "Report submitted successfully. Thank you!",
|
|
1853
|
+
"featureSubmitSuccess": "Feature request submitted successfully. Thank you!"
|
|
1854
|
+
},
|
|
1855
|
+
"supportMenu": {
|
|
1856
|
+
"contactTeam": "Contact Team",
|
|
1857
|
+
"suggestFeature": "Suggest Feature",
|
|
1858
|
+
"reportBug": "Report Bug"
|
|
1859
|
+
},
|
|
1860
|
+
"useFileDeleteHandler": {
|
|
1861
|
+
"noIdError": "File ID not found",
|
|
1862
|
+
"unknownFile": "Unknown file",
|
|
1863
|
+
"deleteSuccess": "File \"{fileName}\" deleted successfully",
|
|
1864
|
+
"deleteError": "Failed to delete file",
|
|
1865
|
+
"unknownError": "Unknown error"
|
|
1866
|
+
},
|
|
1867
|
+
"useFileUploadHandler": {
|
|
1868
|
+
"noBuildingId": "No building ID available",
|
|
1869
|
+
"uploadSuccess": "{count, plural, one {# file uploaded successfully} other {# files uploaded successfully}}",
|
|
1870
|
+
"uploadError": "Error uploading file:",
|
|
1871
|
+
"unknownError": "Unknown error occurred"
|
|
1872
|
+
}
|
|
1873
|
+
}
|