Files
lucia-frontend/src/i18n/en.json
2024-08-16 10:47:17 +08:00

90 lines
4.1 KiB
JSON

{
"No": "No",
"Yes": "Yes",
"The": "The",
"Global": {
"Login": "Login",
"Logout": "Logout",
"Apply": "Apply",
"Cancel": "Cancel",
"Clear": "Clear",
"Save": "Save",
"Confirm": "Confirm"
},
"Map":{
"FileName": "File Name"
},
"AcctMgmt":{
"hi": "Hi, ",
"acctMgmt": "Account management",
"mangUrAcct": "Manage your account",
"Logout": "Log out",
"CreateNew": "Create New",
"Search": "Search",
"Account": "Account",
"FullName": "Full Name",
"AdminRights": "Admin Rights",
"AccountActivation": "Account Activation",
"Detail": "Detail",
"Edit": "Edit",
"Delete": "Delete",
"AccountEdit": "Account Edit",
"AccountInformation": "Account Information",
"Password": "Password",
"ConfirmPassword": "Confirm Password",
"PwdNotMatch": "Confirm Password does not match.",
"SetAsAdmin": "Set as admin.",
"ActivateNow": "Activate now.",
"DelteQuestion": "Are you sure to delete ?",
"DeleteFirstClause": "deletion is irreversible !",
"DeleteSecondClause": "You will delete all data and content on this account.",
"MsgAccountAdded": "Account added.",
"MsgAccountEdited": "Saved",
"MsgAccountDeleteSuccess": "Account deleted.",
"AccountNotUnique": "Account has already been registered.",
"PwdLengthNotEnough": "Password must be at least 6 characters."
},
"Compare": {
"timeUsage": "Time Usage",
"frequency": "Frequency",
"cycleEfficiency": "Cycle Time & Efficiency",
"avgCycleTimeTitle": "Average Cycle Time",
"schedule": "schedule",
"info": "info",
"ProcessingTime": "Processing Time",
"WaitingTime": "Waiting Time",
"NoWaitingTime": "No waiting time.",
"moving": "moving",
"NumberOfCases": "Number of Cases",
"labelDateX": "Date",
"avgCycleTimeY": "Cycle time",
"labelActivityY": "Activity",
"avgCycleEfficiencyY": "Cycle efficiency (%)",
"avgCycleEfficiencyTitle": "Cycle Efficiency",
"avgProcessTimeTitle": "Average Processing Time",
"avgProcessTimeY": "Processing time",
"avgProcessTimeByTaskTitle": "Average Processing Time by Activity",
"avgProcessTimeByTaskX": "Processing time",
"avgWaitingTimeTitle": "Average Waiting Time",
"avgWaitingTimeY": "Waiting time",
"avgWaitingTimeByEdgeTitle": "Average Waiting Time between Activity",
"avgWaitingTimeByEdgeX": "Waiting time",
"avgWaitingTimeByEdgeY": "Activities",
"freqTitle": "New Cases",
"freqY": "Count",
"casesByTaskTitle": "Number of Cases by Activity",
"casesByTaskX": "Times",
"avgCycleEfficiency": "Cycle Efficiency: The ratio of the total productive time to the total cycle time of a process. Productive time refers to the time during which value-adding activities are performed, while cycle time is the total time from the start to the end of the process, including both productive and non-productive periods.",
"avgWaitingTime": "Average Waiting Time: The average duration during which a task or an item (like a work order, a product, or a piece of information) is on hold or idle before the next step in the process can begin. This time does not contribute to the active progression of the task but is instead a period of inactivity.",
"avgWaitingTimeByEdge": "Average Waiting Time Between Activities: The average duration during which a task or an item (like a work order, a product, or a piece of information) is on hold or idle before the next step in the process can begin. This time does not contribute to the active progression of the task but is instead a period of inactivity."
},
"Conformance": {
"RuleSettings": "Rule Settings",
"ActivitySelector": "Activity Selector",
"RuleCleared": "Rule cleared",
"PleaseCheckTimeRange": "Please check time range setting.",
"PleaseSetNewRule": "Please set the new rule.",
"RuleApplied": "Rule applied."
}
}