/** `workflowRun` namespace dictionaries. */ /** Dictionary namespace owned by this plugin. */ export declare const NS = "workflowRun"; /** Simplified Chinese dictionary (the key-set source of truth). */ export declare const zh: { 'run.title': string; 'run.members.one': string; 'run.members.other': string; 'run.empty': string; 'phase.unassigned': string; 'phase.empty': string; 'statusCount.running': string; 'statusCount.completed': string; 'statusCount.failed': string; 'statusCount.cancelled': string; 'statusCount.interrupted': string; 'member.empty': string; 'member.open': string; 'status.running': string; 'status.completed': string; 'status.failed': string; 'status.cancelled': string; 'status.interrupted': string; }; /** English dictionary (same key set). */ export declare const en: Record; /** Union of this namespace's dictionary keys. */ export type WorkflowRunKey = keyof typeof zh; //# sourceMappingURL=locales.d.ts.map