그리드 인스턴스 컨텍스트가 없는 코드(순수 함수형 헬퍼 등)에서 전역 카탈로그로 바로 문구를
얻을 때 쓰는 편의 함수(renderIcon 과 동일 패턴). 인스턴스별로 다른 문구가 필요하면 대신
localeRegistry.child() 를 쓴다.
/ Convenience function for code with no grid-instance context (e.g. standalone helpers) that
needs a message straight from the global catalog (same pattern as renderIcon). If per-instance
wording is needed, use localeRegistry.child() instead.
Optionalparams: Readonly<Record<string, string | number>>
로케일 메시지 레지스트리·전역 싱글턴·편의 t(). / Locale message registry, global singleton & convenience t().