// Spanish label maps + formatting helpers. Single source of truth for i18n. import type { BankDirection, LedgerDirection, PolicyStatus, Role, ServiceKind, TransactionDomain, TrustStatus, } from "./types"; /** Access tiers, high → low. VIEWER is read-only; STAFF+ can write. */ export const ROLE_LABEL: Record = { ADMIN: "Administrador", MANAGER: "Gerente", STAFF: "Personal", VIEWER: "Solo lectura", }; /** Roles in descending rank — for populating role