feat(f6.9): consolidate act and report documents and simplify follow-up
Android CI / RC / Android · lint, tests, debug APK, release compile (push) Successful in 3m24s
DH V2 CI / API · typecheck, tests, build (push) Successful in 40s
DH V2 CI / WEB · typecheck, build (push) Successful in 18s
Production dependency audit / API · production dependencies (push) Successful in 8s
Production dependency audit / WEB · production dependencies (push) Successful in 9s
DH V2 CI / Docker / scripts contract (push) Successful in 1m22s
Android CI / RC / Android · lint, tests, debug APK, release compile (push) Successful in 3m24s
DH V2 CI / API · typecheck, tests, build (push) Successful in 40s
DH V2 CI / WEB · typecheck, build (push) Successful in 18s
Production dependency audit / API · production dependencies (push) Successful in 8s
Production dependency audit / WEB · production dependencies (push) Successful in 9s
DH V2 CI / Docker / scripts contract (push) Successful in 1m22s
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import type { InspectionActVersionEvent } from '../../lib/api';
|
||||
|
||||
const statusLabels: Record<string, string> = {
|
||||
DRAFT: 'Borrador',
|
||||
LOCKED: 'Bloqueada · esperando manifestación',
|
||||
SEALED: 'Sellada',
|
||||
DRAFT: 'En elaboración',
|
||||
LOCKED: 'Para firmar',
|
||||
SEALED: 'Firmada y cerrada',
|
||||
READY: 'Lista para cerrar · legado',
|
||||
CLOSED: 'Cerrada · legado',
|
||||
CLOSED: 'Firmada y cerrada',
|
||||
CANCELLED: 'Cancelada',
|
||||
RECTIFIED: 'Rectificada · legado',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user