Add files via upload

This commit is contained in:
Egor
2026-02-03 04:40:00 +03:00
committed by GitHub
parent 42bb563ab6
commit efb8113647
2 changed files with 58 additions and 0 deletions

View File

@@ -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",