The minimalMetadata query was returning untranslated English labels for standard objects (Companies, People, Opportunities, etc.) when users requested zh-CN locale. This fix adds translation logic to MinimalMetadataService using the existing I18nService. Changes: - Add translateLabel() method to translate standard object labels - Pass locale from GraphQL context through resolver to service - Only translate non-custom objects (custom objects use user-defined labels) Co-authored-by: Kevin Yu <kevin.yu@example.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>