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
72 lines
2.2 KiB
JSON
72 lines
2.2 KiB
JSON
{
|
|
"catalog": {
|
|
"title": "Service Requests",
|
|
"description": "Submit a structured request and we'll create a ticket for it automatically.",
|
|
"myRequests": "My Requests",
|
|
"empty": "No request services are currently available.",
|
|
"fallbackCategory": "Service",
|
|
"noDescription": "No description provided",
|
|
"newRequestHeading": "Submit a new request"
|
|
},
|
|
"detail": {
|
|
"version": "Version {{version}}",
|
|
"submitted": "Request submitted",
|
|
"requestIdLabel": "Request ID: ",
|
|
"ticketIdLabel": "Ticket ID: ",
|
|
"unableToSubmit": "Unable to submit request",
|
|
"formTitle": "Request Form",
|
|
"noFields": "No fields configured.",
|
|
"selectOption": "Select an option",
|
|
"datePlaceholder": "Select date",
|
|
"optionLabel": "Option {{index}}",
|
|
"submit": "Submit Request",
|
|
"initialValuesTitle": "Initial Values",
|
|
"noInitialValues": "No static defaults configured."
|
|
},
|
|
"myRequests": {
|
|
"title": "My Requests",
|
|
"browseServices": "Browse Services",
|
|
"empty": "You have not submitted any service requests yet.",
|
|
"columns": {
|
|
"request": "Request",
|
|
"submitted": "Submitted",
|
|
"status": "Status",
|
|
"details": "Details",
|
|
"ticket": "Ticket"
|
|
},
|
|
"view": "View",
|
|
"unknownDate": "Unknown",
|
|
"statuses": {
|
|
"pending": "Pending",
|
|
"succeeded": "Succeeded",
|
|
"failed": "Failed"
|
|
},
|
|
"noTicket": "No ticket"
|
|
},
|
|
"submissionDetail": {
|
|
"backToMyRequests": "Back to My Requests",
|
|
"requestIdLabel": "Request ID:",
|
|
"statusSection": "Status",
|
|
"submittedAt": "Submitted: {{date}}",
|
|
"executionStatus": "Execution status: {{status}}",
|
|
"ticketLabel": "Ticket:",
|
|
"workflowLabel": "Workflow: {{id}}",
|
|
"submittedAnswersTitle": "Submitted Answers",
|
|
"noResponse": "No response",
|
|
"attachmentsTitle": "Attachments",
|
|
"noAttachments": "No attachments included.",
|
|
"fileIdLabel": "File ID: {{id}}",
|
|
"fileTypeLabel": "Type: {{mime}}"
|
|
},
|
|
"recent": {
|
|
"title": "Your recent requests",
|
|
"viewAll": "View all",
|
|
"empty": "No requests submitted yet.",
|
|
"ticket": "Ticket #{{number}}",
|
|
"noTicket": "No ticket yet"
|
|
},
|
|
"myRequestsAll": {
|
|
"title": "Your requests"
|
|
}
|
|
}
|