mirror of
https://github.com/azaion/ui.git
synced 2026-06-23 15:51:11 +00:00
Refactor project structure and dependencies; rename package to azaion-ui, update version to 0.0.1, and remove unused files. Introduce new routing and authentication features in App component.
This commit is contained in:
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"nav": {
|
||||
"flights": "Flights",
|
||||
"annotations": "Annotations",
|
||||
"dataset": "Dataset Explorer",
|
||||
"admin": "Admin",
|
||||
"settings": "Settings",
|
||||
"logout": "Logout"
|
||||
},
|
||||
"login": {
|
||||
"title": "AZAION",
|
||||
"email": "Email",
|
||||
"password": "Password",
|
||||
"submit": "Sign In",
|
||||
"authenticating": "Authenticating...",
|
||||
"downloadingKey": "Downloading key...",
|
||||
"decrypting": "Decrypting...",
|
||||
"startingServices": "Starting services...",
|
||||
"ready": "Ready",
|
||||
"error": "Invalid credentials"
|
||||
},
|
||||
"flights": {
|
||||
"title": "Flights",
|
||||
"create": "Create New",
|
||||
"params": "Flight Parameters",
|
||||
"gpsDenied": "GPS-Denied",
|
||||
"waypoints": "Waypoints",
|
||||
"aircraft": "Aircraft",
|
||||
"height": "Default Height",
|
||||
"upload": "Upload",
|
||||
"back": "Back to Flight",
|
||||
"orthophoto": "Orthophoto",
|
||||
"liveGps": "Live GPS",
|
||||
"correction": "GPS Correction",
|
||||
"apply": "Apply",
|
||||
"telemetry": "Telemetry"
|
||||
},
|
||||
"annotations": {
|
||||
"title": "Annotations",
|
||||
"mediaList": "Media",
|
||||
"upload": "Upload Files",
|
||||
"deleteMedia": "Delete media?",
|
||||
"detect": "AI Detect",
|
||||
"save": "Save",
|
||||
"delete": "Delete",
|
||||
"deleteAll": "Delete All",
|
||||
"classes": "Detection Classes",
|
||||
"photoMode": "Photo Mode",
|
||||
"regular": "Regular",
|
||||
"winter": "Winter",
|
||||
"night": "Night"
|
||||
},
|
||||
"dataset": {
|
||||
"title": "Dataset Explorer",
|
||||
"annotations": "Annotations",
|
||||
"editor": "Editor",
|
||||
"classDistribution": "Class Distribution",
|
||||
"objectsOnly": "Show with objects only",
|
||||
"search": "Search...",
|
||||
"validate": "Validate",
|
||||
"status": {
|
||||
"created": "Created",
|
||||
"edited": "Edited",
|
||||
"validated": "Validated"
|
||||
}
|
||||
},
|
||||
"admin": {
|
||||
"title": "Admin",
|
||||
"classes": "Detection Classes",
|
||||
"aiSettings": "AI Recognition Settings",
|
||||
"gpsSettings": "GPS Device Settings",
|
||||
"aircrafts": "Default Aircrafts",
|
||||
"users": "User Management",
|
||||
"addUser": "Add User",
|
||||
"deactivate": "Deactivate"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
"tenant": "Tenant Configuration",
|
||||
"directories": "Directories",
|
||||
"aircrafts": "Aircrafts",
|
||||
"save": "Save"
|
||||
},
|
||||
"common": {
|
||||
"confirm": "Confirm",
|
||||
"cancel": "Cancel",
|
||||
"delete": "Delete",
|
||||
"save": "Save",
|
||||
"loading": "Loading...",
|
||||
"noData": "No data",
|
||||
"help": "How to Annotate"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user