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

* feat: added invite team member from onboarding flow * feat: removed commented code and added text to strings-translations * feat: added en-gb strings * feat: added more text to strings * feat: removed commented code and app.ts changes * feat: added test case for onboarding and invite flow * feat: added invite team member logEvents * feat: resovled comments * feat: cdoe refactor and test case changes
9 lines
273 B
JSON
9 lines
273 B
JSON
{
|
|
"invite_user": "Invite your teammates",
|
|
"invite": "Invite",
|
|
"skip": "Skip",
|
|
"invite_user_helper_text": "Not the right person to get started? No worries! Invite someone who can.",
|
|
"select_use_case": "Select a use-case to get started",
|
|
"get_started": "Get Started"
|
|
}
|