UNPKG

typedoc-plugin-markdown

Version:

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.

29 lines (28 loc) 845 B
/** * Translations for 'ko' locale. * * @category Locales */ export const translatable = { tag_examples: '예제', theme_default_value: '기본 값', theme_default_type: '기본 유형', theme_description: '설명', theme_event: '이벤트', theme_re_exports: '다시 내보내진 원본:', theme_renames_and_re_exports: '새 이름으로 내보내진 원본:', theme_extends: '확장', theme_extended_by: '에 의해 확장됨', theme_globals: '전역', theme_member: '멤버', theme_member_plural: '멤버들', theme_modifier: '수정자', theme_name: '이름', theme_package: '패키지', theme_packages: '패키지', theme_type: '유형', theme_union_members: '유니온 멤버', theme_value: '값', theme_version: '버전', }; export default translatable;