Some checks are pending
Bidi Control Character Guard / bidi-control-guard (push) Waiting to run
Circular Dependency Check / Check for new circular dependencies (push) Waiting to run
Citus Migration Smoke / Combined migrations on single-node Citus (push) Waiting to run
E2E Fresh Install Tests / fresh-install-e2e (push) Waiting to run
ext-v2 guardrails / Run ext-v2 guard and ESLint (push) Waiting to run
Integration Tests / Check for relevant changes (push) Waiting to run
Integration Tests / ${{ (github.event_name == 'schedule' || github.event.inputs.suite == 'full') && 'Full integration suite' || 'Tier-1 integration subset' }} (push) Blocked by required conditions
Mobile checks / Mobile lint + typecheck (push) Waiting to run
Mobile checks / Mobile unit tests (push) Waiting to run
Mobile checks / Mobile dependency audit (report) (push) Waiting to run
Mobile checks / Mobile reproducibility checks (push) Waiting to run
Secrets guard (env backups) / Ensure no tracked env backup files (push) Waiting to run
Temporal Readiness / fast-readiness (push) Waiting to run
Temporal Readiness / docker-parity (push) Waiting to run
TypeScript Type Check / Nx affected typecheck (push) Waiting to run
Unit Tests / Skipped-test budget (push) Waiting to run
Unit Tests / Nx affected unit tests (push) Waiting to run
Unit Tests / Server unit coverage (informational) (push) Waiting to run
Validate Tenant Management Schema / Check for relevant changes (push) Waiting to run
Validate Tenant Management Schema / Validate Tenant Management Schema (push) Blocked by required conditions
EE Workflows Build Guard / ee-workflows-build-guard (push) Waiting to run
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz Source: /opt/alga-psa on psa.joliet.tech
98 lines
3.7 KiB
JSON
98 lines
3.7 KiB
JSON
{
|
|
"register": {
|
|
"tagline": "AI-Enhanced PSA Platform for MSPs",
|
|
"heroAlt": "Client Logo",
|
|
"heroText": "An open source PSA, empowering the future of MSPs with AI-driven insights and automation.",
|
|
"title": "Sign up",
|
|
"subtitle": "Start to use Alga MSP.",
|
|
"clientNameLabel": "Client name",
|
|
"clientNamePlaceholder": "Enter your client name",
|
|
"userNameLabel": "User Name",
|
|
"userNamePlaceholder": "Enter your user name",
|
|
"emailLabel": "Email",
|
|
"emailPlaceholder": "Enter your email",
|
|
"passwordLabel": "Password",
|
|
"passwordPlaceholder": "Create a password",
|
|
"criteria": {
|
|
"minLength": "8+ chars",
|
|
"uppercase": "Uppercase",
|
|
"lowercase": "Lowercase",
|
|
"number": "Number",
|
|
"special": "Special char"
|
|
},
|
|
"submit": "Sign up",
|
|
"alreadyHaveAccount": "Already have an account?",
|
|
"logIn": "Log in",
|
|
"alerts": {
|
|
"passwordTitle": "Password ",
|
|
"passwordCriteriaMessage": "Please ensure your password meets all the specified criteria.",
|
|
"failedTitle": "Failed !!!",
|
|
"tryAgainMessage": "Please try again"
|
|
}
|
|
},
|
|
"forgotPassword": {
|
|
"logoAlt": "AlgaPSA Logo",
|
|
"title": "Forgot password?",
|
|
"subtitle": "No worries, we'll send you reset instructions.",
|
|
"emailLabel": "Email",
|
|
"emailPlaceholder": "Enter your email",
|
|
"sendResetButton": "Send Reset Link",
|
|
"backToLogin": "← Back to log in",
|
|
"resetLinkSent": "If an account exists with this email, a password reset link has been sent."
|
|
},
|
|
"passwordReset": {
|
|
"setNew": {
|
|
"title": "Reset Your Password",
|
|
"subtitle": "Set a new password for your account",
|
|
"accountInformation": "Account Information",
|
|
"nameLabel": "Name:",
|
|
"emailLabel": "Email:",
|
|
"usernameLabel": "Username:",
|
|
"accountTypeLabel": "Account Type:",
|
|
"newPasswordLabel": "New Password",
|
|
"confirmPasswordLabel": "Confirm New Password",
|
|
"confirmPasswordPlaceholder": "Confirm your new password",
|
|
"passwordRequirements": "Password Requirements",
|
|
"requirements": {
|
|
"minLength": "At least 8 characters",
|
|
"hasUppercase": "One uppercase letter",
|
|
"hasLowercase": "One lowercase letter",
|
|
"hasNumber": "One number",
|
|
"hasSpecialChar": "One special character",
|
|
"passwordsMatch": "Passwords match"
|
|
},
|
|
"submit": "Reset Password",
|
|
"rememberYourPassword": "Remember your password?",
|
|
"signInInstead": "Sign in instead",
|
|
"loading": "Loading...",
|
|
"alerts": {
|
|
"passwordTitle": "Password ",
|
|
"passwordsDoNotMatchMessage": "Please ensure your password match.",
|
|
"passwordCriteriaMessage": "Please ensure your password meets all the specified criteria.",
|
|
"warningTitle": "Warning!!!",
|
|
"missingClientInfoMessage": "It is missing client information.",
|
|
"failedTitle": "Failed !!!",
|
|
"tryAgainMessage": "Please try again. If the error persist please contact support"
|
|
}
|
|
},
|
|
"confirmation": {
|
|
"logoAlt": "Logo",
|
|
"title": "Password reset",
|
|
"subtitle": "Your password has been successfully reset.",
|
|
"subtitleContinue": "Click below to sign in with your new password.",
|
|
"continue": "Continue"
|
|
}
|
|
},
|
|
"verifyEmail": {
|
|
"loading": "Loading...",
|
|
"welcomeTitle": "Welcome!",
|
|
"welcomeMessage": "Your email has been successfully verified. You will be redirected to the sign in page shortly.",
|
|
"processErrorTitle": "Process Error!",
|
|
"errorTitle": "Error!",
|
|
"tokenRequiredMessage": "Verification process required a token. Please try again.",
|
|
"unknownErrorMessage": "Unknow error verifying token",
|
|
"redirecting": "Redirecting in {{count}} seconds...",
|
|
"goToSignIn": "Go to Sign In"
|
|
}
|
|
}
|