LocalesType: readonly {
    en: string;
    key?: string;
    zh_CN: string;
    [key: string]: string | undefined;
}[]

国际化字段数据类型