mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
Add files via upload
This commit is contained in:
@@ -1609,6 +1609,35 @@
|
||||
"confirm": {
|
||||
"block": "Block this user?"
|
||||
},
|
||||
"userActions": {
|
||||
"delete": "Delete user",
|
||||
"resetTrial": "Reset trial",
|
||||
"resetSubscription": "Reset subscription",
|
||||
"disable": "Disable user",
|
||||
"error": "Failed to perform action",
|
||||
"success": {
|
||||
"delete": "User successfully deleted",
|
||||
"resetTrial": "Trial successfully reset",
|
||||
"resetSubscription": "Subscription successfully reset",
|
||||
"disable": "User successfully disabled"
|
||||
},
|
||||
"confirmDelete": {
|
||||
"title": "Delete user?",
|
||||
"message": "Are you sure? This action is irreversible. All user data will be deleted."
|
||||
},
|
||||
"confirmResetTrial": {
|
||||
"title": "Reset trial?",
|
||||
"message": "The user will be able to use the trial period again."
|
||||
},
|
||||
"confirmResetSubscription": {
|
||||
"title": "Reset subscription?",
|
||||
"message": "The user's current subscription will be cancelled."
|
||||
},
|
||||
"confirmDisable": {
|
||||
"title": "Disable user?",
|
||||
"message": "The user will not be able to use the service until reactivated."
|
||||
}
|
||||
},
|
||||
"detail": {
|
||||
"tabs": {
|
||||
"info": "Information",
|
||||
|
||||
Reference in New Issue
Block a user