117 lines
3.0 KiB
JSON
117 lines
3.0 KiB
JSON
{
|
|
"nav": {
|
|
"dashboard": "Dashboard",
|
|
"orders": "Orders",
|
|
"locations": "Locations",
|
|
"packaging": "Packaging",
|
|
"tenants": "Tenants",
|
|
"users": "Users",
|
|
"roles": "Roles",
|
|
"logs": "Logs",
|
|
"themes": "Themes",
|
|
"profile": "Profile",
|
|
"settings": "Settings",
|
|
"configuration": "Configuration",
|
|
"dropdowns": "Dropdowns",
|
|
"modules": "Modules"
|
|
},
|
|
"actions": {
|
|
"save": "Save",
|
|
"cancel": "Cancel",
|
|
"edit": "Edit",
|
|
"delete": "Delete",
|
|
"add": "Add",
|
|
"create": "Create",
|
|
"update": "Update",
|
|
"search": "Search",
|
|
"filter": "Filter",
|
|
"export": "Export",
|
|
"import": "Import",
|
|
"reset": "Reset",
|
|
"clear": "Clear",
|
|
"submit": "Submit",
|
|
"apply": "Apply",
|
|
"close": "Close",
|
|
"confirm": "Confirm",
|
|
"back": "Back",
|
|
"next": "Next",
|
|
"previous": "Previous",
|
|
"view": "View",
|
|
"columns": "Columns",
|
|
"refresh": "Refresh",
|
|
"signout": "Sign Out",
|
|
"logout": "Logout"
|
|
},
|
|
"common": {
|
|
"yes": "Yes",
|
|
"no": "No",
|
|
"loading": "Loading...",
|
|
"error": "Error",
|
|
"success": "Success",
|
|
"warning": "Warning",
|
|
"info": "Info",
|
|
"noData": "No data available",
|
|
"selectAll": "Select All",
|
|
"selected": "Selected",
|
|
"total": "Total",
|
|
"showing": "Showing",
|
|
"of": "of",
|
|
"entries": "entries",
|
|
"page": "Page",
|
|
"rowsPerPage": "Rows per page",
|
|
"qty": "QTY",
|
|
"volumetricWeight": "Volumetric wt."
|
|
},
|
|
"columns": {
|
|
"name": "Name",
|
|
"roleName": "Role Name",
|
|
"tenant": "Tenant",
|
|
"created": "Created",
|
|
"updated": "Updated",
|
|
"actions": "Actions",
|
|
"email": "Email",
|
|
"phone": "Phone",
|
|
"role": "Role",
|
|
"status": "Status"
|
|
},
|
|
"status": {
|
|
"active": "Active",
|
|
"inactive": "Inactive",
|
|
"default": "Default",
|
|
"pending": "Pending",
|
|
"approved": "Approved",
|
|
"rejected": "Rejected",
|
|
"new": "New",
|
|
"inProgress": "In Progress",
|
|
"completed": "Completed",
|
|
"cancelled": "Cancelled"
|
|
},
|
|
"settings": {
|
|
"title": "Settings",
|
|
"language": {
|
|
"title": "Language Preference",
|
|
"description": "Choose your preferred language for the application interface",
|
|
"label": "Language",
|
|
"selectLabel": "Select Language",
|
|
"updated": "Language preference updated successfully",
|
|
"confirmTitle": "Change Language?",
|
|
"confirmMessage": "The page will reload to apply the new language settings. Continue?"
|
|
}
|
|
},
|
|
"validation": {
|
|
"required": "This field is required",
|
|
"email": "Please enter a valid email address",
|
|
"minLength": "Must be at least {{min}} characters",
|
|
"maxLength": "Must be at most {{max}} characters",
|
|
"passwordMatch": "Passwords do not match"
|
|
},
|
|
"messages": {
|
|
"saveSuccess": "Saved successfully",
|
|
"updateSuccess": "Updated successfully",
|
|
"deleteSuccess": "Deleted successfully",
|
|
"createSuccess": "Created successfully",
|
|
"error": "An error occurred. Please try again.",
|
|
"confirmDelete": "Are you sure you want to delete this item?"
|
|
}
|
|
}
|