PSA/server/public/locales/xx/features/appointments.json
Hermes 284313f908
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
Initial import of AlgaPSA codebase from PSA server
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz

Source: /opt/alga-psa on psa.joliet.tech
2026-06-22 16:12:17 -05:00

162 lines
3.7 KiB
JSON

{
"views": {
"list": "11111",
"calendar": "11111",
"label": "11111"
},
"calendar": {
"today": "11111",
"more": "11111",
"label": "11111",
"previousMonth": "11111",
"nextMonth": "11111",
"cellWithCount": "11111 {{date}} 11111 {{count}} 11111",
"moreAria": "11111 {{count}} 11111 {{date}} 11111",
"requestOnDate": "11111 {{date}} 11111"
},
"modal": {
"title": "11111",
"editTitle": "11111",
"step": "11111",
"of": "11111"
},
"steps": {
"service": "11111",
"date": "11111",
"time": "11111",
"confirm": "11111"
},
"step1": {
"title": "11111",
"description": "11111",
"selectService": "11111",
"serviceLabel": "11111",
"ticketLabel": "11111",
"selectTicket": "11111",
"noTicket": "11111",
"searchTickets": "11111",
"noTicketsFound": "11111",
"ticketHint": "11111"
},
"step2": {
"title": "11111",
"description": "11111",
"selectDate": "11111",
"selectedDate": "11111"
},
"step3": {
"title": "11111",
"description": "11111",
"selectTime": "11111",
"minutes": "11111",
"noTimeSlotsAvailable": "11111",
"technicianLabel": "11111",
"selectTechnician": "11111",
"noPreference": "11111",
"technicianHint": "11111"
},
"step4": {
"title": "11111",
"description": "11111",
"descriptionPlaceholder": "11111",
"summaryTitle": "11111",
"service": "11111",
"dateTime": "11111",
"at": "11111",
"duration": "11111",
"technician": "11111",
"linkedTicket": "11111",
"approvalNote": "11111",
"submit": "11111",
"update": "11111"
},
"status": {
"pending": "11111",
"approved": "11111",
"declined": "11111",
"cancelled": "11111"
},
"errors": {
"loadServicesFailed": "11111",
"loadDatesFailed": "11111",
"loadSlotsFailed": "11111",
"createFailed": "11111",
"updateFailed": "11111",
"loadFailed": "11111",
"notFound": "11111"
},
"messages": {
"requestSuccess": "11111",
"requestSuccessDetail": "11111",
"updateSuccess": "11111",
"updateSuccessDetail": "11111",
"cancelSuccess": "11111",
"cancelFailed": "11111"
},
"page": {
"title": "11111",
"subtitle": "11111",
"requestButton": "11111",
"noAppointments": "11111",
"noAppointmentsDescription": "11111"
},
"filters": {
"all": "11111",
"pending": "11111",
"approved": "11111",
"declined": "11111"
},
"table": {
"service": "11111",
"dateTime": "11111",
"status": "11111",
"technician": "11111",
"actions": "11111",
"minutes": "11111",
"notAssigned": "11111",
"viewDetails": "11111",
"edit": "11111",
"cancel": "11111",
"rowActionsLabel": "11111"
},
"details": {
"title": "11111",
"statusApproved": "11111",
"statusPending": "11111",
"statusDeclined": "11111",
"statusCancelled": "11111",
"reason": "11111",
"reference": "11111",
"service": "11111",
"dateTime": "11111",
"teamsMeeting": "11111",
"joinTeamsMeeting": "11111",
"technician": "11111",
"linkedTicket": "11111",
"description": "11111",
"created": "11111",
"approved": "11111",
"cancelButton": "11111",
"downloadRecording": "11111",
"viewTranscript": "11111"
},
"cancel": {
"title": "11111",
"message": "11111",
"messageWithTeamsWarning": "11111",
"confirm": "11111"
},
"ticketSection": {
"title": "11111",
"service": "11111",
"publicRequest": "11111",
"minutes": "11111",
"preferred": "11111",
"approvedBy": "11111",
"on": "11111",
"declined": "11111",
"invalidDateTime": "11111"
},
"backToAppointments": "11111"
}