mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-13 10:13:14 +08:00

* feat: added new API endpoint for fetching the active license * feat: add setup for apis on frontend * feat: frontend infrastructure changes for app context and workspace suspended * feat: added workspace suspended component * feat: send back to application if workspace is not suspended * feat: added the missing creative * chore: only move to suspended state when state is payment_failed * chore: address review comments * fix: tab naming
13 lines
550 B
JSON
13 lines
550 B
JSON
{
|
||
"workspaceSuspended": "Your workspace is locked",
|
||
"gotQuestions": "Got Questions?",
|
||
"contactUs": "Contact Us",
|
||
"actionHeader": "Pay to continue",
|
||
"actionDescription": "Pay now to keep enjoying all the great features you’ve been using.",
|
||
"yourDataIsSafe": "Your data is safe with us until",
|
||
"actNow": "Act now to avoid any disruptions and continue where you left off.",
|
||
"contactAdmin": "Contact your admin to proceed with the upgrade.",
|
||
"continueMyJourney": "Settle your bill to continue",
|
||
"somethingWentWrong": "Something went wrong"
|
||
}
|