platform/plugins/request-assets/lang/en.json
Denis Bykhov f24e3e6743
Requests inbox (#3125)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2023-05-03 13:32:23 +06:00

23 lines
568 B
JSON

{
"string": {
"Requests": "Requests",
"Request": "Request",
"Approve": "Approve",
"Approved": "Approved",
"CreatedRequest": "Created a ",
"For": "For",
"Change": "Change",
"Add": "Add",
"Remove": "Remove",
"Status": "Status",
"Requested": "Requested",
"Completed": "Completed",
"Reject": "Reject",
"Rejected": "Rejected",
"Comment": "Comment",
"PleaseTypeMessage": "Please type comment message to continue...",
"NoRequests": "No requests",
"Cancel": "Cancel",
"Cancelled": "Cancelled"
}
}