typedoc 0.26.2 → 0.26.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -65,7 +65,7 @@ function textContent(sourcePath, token, i18n, warning, outContent, files, atNewL
65
65
  lastPartEnd = ref.end;
66
66
  data.pos = ref.end;
67
67
  if (!ref.target) {
68
- warning(i18n.relative_path_0_does_not_exist(token.text.slice(ref.pos, ref.end)), {
68
+ warning(i18n.relative_path_0_is_not_a_file_and_will_not_be_copied_to_output(token.text.slice(ref.pos, ref.end)), {
69
69
  kind: lexer_1.TokenSyntaxKind.Text,
70
70
  // ref.pos is relative to the token, but this pos is relative to the file.
71
71
  pos: token.pos + ref.pos,
@@ -134,7 +134,7 @@ function checkMarkdownLink(data, reentry) {
134
134
  if (link.ok) {
135
135
  // Only make a relative-link display part if it's actually a relative link.
136
136
  // Discard protocol:// links, unix style absolute paths, and windows style absolute paths.
137
- if (isRelativeLink(link.str)) {
137
+ if (isRelativePath(link.str)) {
138
138
  return {
139
139
  pos: labelEnd + 2,
140
140
  end: link.pos,
@@ -174,7 +174,7 @@ function checkReference(data) {
174
174
  }
175
175
  const link = MdHelpers.parseLinkDestination(token.text, lookahead, token.text.length);
176
176
  if (link.ok) {
177
- if (isRelativeLink(link.str)) {
177
+ if (isRelativePath(link.str)) {
178
178
  return {
179
179
  pos: lookahead,
180
180
  end: link.pos,
@@ -207,7 +207,7 @@ function checkAttribute(data, attr) {
207
207
  if (parser.state === html_1.ParserState.BeforeAttributeValue &&
208
208
  parser.currentAttributeName === attr) {
209
209
  parser.step();
210
- if (isRelativeLink(parser.currentAttributeValue)) {
210
+ if (isRelativePath(parser.currentAttributeValue)) {
211
211
  data.pos = parser.pos;
212
212
  return {
213
213
  pos: parser.currentAttributeValueStart,
@@ -220,8 +220,14 @@ function checkAttribute(data, attr) {
220
220
  parser.step();
221
221
  }
222
222
  }
223
- function isRelativeLink(link) {
224
- return !/^[a-z]+:\/\/|^\/|^[a-z]:\\|^#/i.test(link);
223
+ function isRelativePath(link) {
224
+ // Lots of edge cases encoded right here!
225
+ // Originally, this attempted to match protocol://, but...
226
+ // `mailto:example@example.com` is not a relative path
227
+ // `C:\foo` is not a relative path
228
+ // `/etc/passwd` is not a relative path
229
+ // `#anchor` is not a relative path
230
+ return !/^[a-z]+:|^\/|^#/i.test(link);
225
231
  }
226
232
  function findLabelEnd(text, pos) {
227
233
  while (pos < text.length) {
@@ -33,7 +33,7 @@ module.exports = (0, translatable_1.buildIncompleteTranslation)({
33
33
  comments_for_0_are_declared_at_1: "{0} のコメントは次の場所で宣言されています:\n{1}",
34
34
  multiple_type_parameters_on_template_tag_unsupported: "TypeDoc は、コメント付きの単一の @template タグで定義された複数の型パラメータをサポートしていません。",
35
35
  failed_to_find_jsdoc_tag_for_name_0: "コメントを解析した後、{0} の JSDoc タグが見つかりませんでした。バグレポートを提出してください。",
36
- relative_path_0_does_not_exist: "相対パス {0} は存在しません",
36
+ // relative_path_0_is_not_a_file_and_will_not_be_copied_to_output
37
37
  inline_inheritdoc_should_not_appear_in_block_tag_in_comment_at_0: "インライン @inheritDoc タグはブロック タグ内に出現しないでください。{0} のコメントでは処理されません。",
38
38
  at_most_one_remarks_tag_expected_in_comment_at_0: "コメントには最大 1 つの @remarks タグが必要です。{0} のコメントの最初のタグ以外はすべて無視されます。",
39
39
  at_most_one_returns_tag_expected_in_comment_at_0: "コメントには最大 1 つの @returns タグが必要です。{0} のコメントの最初のタグ以外はすべて無視されます。",
@@ -93,7 +93,7 @@ module.exports = (0, translatable_1.buildIncompleteTranslation)({
93
93
  entry_point_0_did_not_match_any_packages: "エントリ ポイント glob {0} は、package.json を含むディレクトリと一致しませんでした。",
94
94
  file_0_not_an_object: "ファイル {0} はオブジェクトではありません",
95
95
  serialized_project_referenced_0_not_part_of_project: "シリアル化されたプロジェクトは、プロジェクトの一部ではないリフレクション {0} を参照しました",
96
- saved_relative_path_0_resolved_from_1_does_not_exist: "シリアル化されたプロジェクトは {0} を参照していますが、{1} に関連して存在しません",
96
+ // saved_relative_path_0_resolved_from_1_is_not_a_file
97
97
  circular_reference_extends_0: '{0} の "extends" フィールドで循環参照が検出されました',
98
98
  failed_resolve_0_to_file_in_1: "{0} を {1} 内のファイルに解決できませんでした",
99
99
  option_0_can_only_be_specified_by_config_file: "'{0}' オプションは設定ファイル経由でのみ指定できます",
@@ -1,321 +1,2 @@
1
- declare const _default: {
2
- loaded_multiple_times_0: "TypeDoc が複数回読み込まれました。これは通常、TypeDoc を独自にインストールしたプラグインによって発生します。読み込まれたパスは次のとおりです:\n{0}";
3
- unsupported_ts_version_0: "サポートされていない TypeScript バージョンで実行されています。TypeDoc がクラッシュした場合は、これが原因です。TypeDoc は {0} をサポートしています。";
4
- no_compiler_options_set: string;
5
- loaded_plugin_0: "プラグイン {0} が読み込まれました";
6
- solution_not_supported_in_watch_mode: string;
7
- strategy_not_supported_in_watch_mode: string;
8
- found_0_errors_and_1_warnings: "{0} 件のエラーと {1} 件の警告が見つかりました";
9
- docs_could_not_be_generated: string;
10
- docs_generated_at_0: "{0} で生成されたドキュメント";
11
- json_written_to_0: "JSON が {0} に書き込まれました";
12
- no_entry_points_for_packages: string;
13
- failed_to_find_packages: string;
14
- nested_packages_unsupported_0: "{0} のプロジェクトでは entryPointStrategy がパッケージに設定されていますが、ネストされたパッケージはサポートされていません";
15
- previous_error_occurred_when_reading_options_for_0: "前のエラーは、{0} のパッケージのオプションを読み取り中に発生しました";
16
- converting_project_at_0: "{0} のプロジェクトを変換しています";
17
- failed_to_convert_packages: string;
18
- merging_converted_projects: string;
19
- no_entry_points_to_merge: string;
20
- entrypoint_did_not_match_files_0: "エントリポイント グロブ {0} はどのファイルにも一致しませんでした";
21
- failed_to_parse_json_0: "{0} のファイルを json として解析できませんでした";
22
- failed_to_read_0_when_processing_document_tag_in_1: "{1} のコメントの @document タグの処理中にファイル {0} の読み取りに失敗しました";
23
- failed_to_read_0_when_processing_project_document: "プロジェクト ドキュメントの追加時にファイル {0} の読み取りに失敗しました";
24
- failed_to_read_0_when_processing_document_child_in_1: "{1} 内のドキュメントの子を処理するときにファイル {0} の読み取りに失敗しました";
25
- frontmatter_children_0_should_be_an_array_of_strings_or_object_with_string_values: "{0} の Frontmatter の子は、文字列の配列または文字列値を持つオブジェクトである必要があります。";
26
- converting_union_as_interface: string;
27
- converting_0_as_class_requires_value_declaration: "{0} をクラスとして変換するには、非型値を表す宣言が必要です";
28
- converting_0_as_class_without_construct_signatures: "{0} はクラスとして変換されていますが、コンストラクト シグネチャがありません";
29
- comment_for_0_should_not_contain_block_or_modifier_tags: "{0} のコメントにはブロックタグや修飾タグを含めることはできません";
30
- symbol_0_has_multiple_declarations_with_comment: "{0} にはコメント付きの宣言が複数あります。任意のコメントが使用されます";
31
- comments_for_0_are_declared_at_1: "{0} のコメントは次の場所で宣言されています:\n{1}";
32
- multiple_type_parameters_on_template_tag_unsupported: string;
33
- failed_to_find_jsdoc_tag_for_name_0: "コメントを解析した後、{0} の JSDoc タグが見つかりませんでした。バグレポートを提出してください。";
34
- relative_path_0_does_not_exist: "相対パス {0} は存在しません";
35
- inline_inheritdoc_should_not_appear_in_block_tag_in_comment_at_0: "インライン @inheritDoc タグはブロック タグ内に出現しないでください。{0} のコメントでは処理されません。";
36
- at_most_one_remarks_tag_expected_in_comment_at_0: "コメントには最大 1 つの @remarks タグが必要です。{0} のコメントの最初のタグ以外はすべて無視されます。";
37
- at_most_one_returns_tag_expected_in_comment_at_0: "コメントには最大 1 つの @returns タグが必要です。{0} のコメントの最初のタグ以外はすべて無視されます。";
38
- at_most_one_inheritdoc_tag_expected_in_comment_at_0: "コメントには最大 1 つの @inheritDoc タグが必要です。{0} のコメントの最初のタグ以外はすべて無視されます。";
39
- content_in_summary_overwritten_by_inheritdoc_in_comment_at_0: "概要セクションの内容は、{0} のコメントの @inheritDoc タグによって上書きされます。";
40
- content_in_remarks_block_overwritten_by_inheritdoc_in_comment_at_0: "@remarks ブロックの内容は、{0} のコメントの @inheritDoc タグによって上書きされます。";
41
- example_tag_literal_name: string;
42
- inheritdoc_tag_properly_capitalized: string;
43
- treating_unrecognized_tag_0_as_modifier: "認識されないタグ {0} を修飾タグとして処理します";
44
- unmatched_closing_brace: string;
45
- unescaped_open_brace_without_inline_tag: string;
46
- unknown_block_tag_0: "不明なブロック タグ {0} に遭遇しました";
47
- unknown_inline_tag_0: "不明なインライン タグ {0} に遭遇しました";
48
- open_brace_within_inline_tag: string;
49
- inline_tag_not_closed: string;
50
- failed_to_resolve_link_to_0_in_comment_for_1: "{1} のコメント内の「{0}」へのリンクを解決できませんでした";
51
- type_0_defined_in_1_is_referenced_by_2_but_not_included_in_docs: "{1} で定義されている {0} は {2} によって参照されていますが、ドキュメントには含まれていません。";
52
- reflection_0_kind_1_defined_in_2_does_not_have_any_documentation: "{2} で定義されている {0} ({1}) にはドキュメントがありません";
53
- invalid_intentionally_not_exported_symbols_0: "次のシンボルは意図的にエクスポートされないものとしてマークされていますが、ドキュメントで参照されていないか、エクスポートされています:\n{0}";
54
- not_all_search_category_boosts_used_0: "searchCategoryBoosts で指定されたすべてのカテゴリがドキュメントで使用されているわけではありません。使用されていないカテゴリは次のとおりです:\n{0}";
55
- not_all_search_group_boosts_used_0: "searchGroupBoosts で指定されたすべてのグループがドキュメントで使用されているわけではありません。使用されていないグループは次のとおりです:\n{0}";
56
- comment_for_0_includes_categoryDescription_for_1_but_no_child_in_group: "{0} のコメントに「{1}」の @categoryDe​​scription が含まれていますが、そのカテゴリに子が配置されていません";
57
- comment_for_0_includes_groupDescription_for_1_but_no_child_in_group: "{0} のコメントに \"{1}\" の @groupDescription が含まれていますが、そのグループには子が配置されていません";
58
- label_0_for_1_cannot_be_referenced: "{1} のラベル \"{0}\" は宣言参照では参照できません。ラベルには A ~ Z、0 ~ 9、_ のみを含めることができ、数字で始まることはできません。";
59
- failed_to_resolve_link_to_0_in_comment_for_1_may_have_meant_2: "{1} のコメント内の \"{0}\" へのリンクを解決できません。\"{2}\" を意味していた可能性があります。";
60
- failed_to_resolve_link_to_0_in_readme_for_1: "{1} の README ファイル内の \"{0}\" へのリンクを解決できません。";
61
- failed_to_resolve_link_to_0_in_readme_for_1_may_have_meant_2: "{1} の README ファイル内の \"{0}\" へのリンクを解決できません。\"{2}\" を意味していた可能性があります。";
62
- modifier_tag_0_is_mutually_exclusive_with_1_in_comment_for_2: "修飾子タグ {0} は、{2} のコメント内の {1} と相互に排他的です";
63
- signature_0_has_unused_param_with_name_1: "署名 {0} には、名前が \"{1}\" の @param がありますが、使用されていません。";
64
- declaration_reference_in_inheritdoc_for_0_not_fully_parsed: "{0} の @inheritDoc の宣言参照が完全に解析されていないため、正しく解決されない可能性があります";
65
- failed_to_find_0_to_inherit_comment_from_in_1: "{1} のコメントからコメントを継承する「{0}」が見つかりませんでした";
66
- reflection_0_tried_to_copy_comment_from_1_but_source_had_no_comment: "{0} は @inheritDoc を使用して {1} からコメントをコピーしようとしましたが、ソースには関連付けられたコメントがありません";
67
- inheritdoc_circular_inheritance_chain_0: "@inheritDoc は循環継承チェーンを指定します: {0}";
68
- provided_readme_at_0_could_not_be_read: "指定された README パス、{0} は読み取れませんでした";
69
- defaulting_project_name: string;
70
- disable_git_set_but_not_source_link_template: string;
71
- disable_git_set_and_git_revision_used: string;
72
- git_remote_0_not_valid: "提供された Git リモート \"{0}\" は無効です。ソース リンクは壊れます";
73
- custom_css_file_0_does_not_exist: "{0} のカスタム CSS ファイルは存在しません";
74
- unsupported_highlight_language_0_not_highlighted_in_comment_for_1: "サポートされていないハイライト言語 {0} は、{1} のコメントではハイライトされません。";
75
- unloaded_language_0_not_highlighted_in_comment_for_1: "言語 {0} のコード ブロックは、highlightLanguages オプションに含まれていないため、{1} のコメントでは強調表示されません。";
76
- yaml_frontmatter_not_an_object: string;
77
- could_not_write_0: "{0} を書き込めませんでした";
78
- could_not_empty_output_directory_0: "出力ディレクトリ {0} を空にできませんでした";
79
- could_not_create_output_directory_0: "出力ディレクトリ {0} を作成できませんでした";
80
- theme_0_is_not_defined_available_are_1: "テーマ '{0}' は定義されていません。使用可能なテーマは次のとおりです: {1}";
81
- custom_theme_does_not_define_getSlugger: string;
82
- no_entry_points_provided: string;
83
- unable_to_find_any_entry_points: string;
84
- watch_does_not_support_packages_mode: string;
85
- watch_does_not_support_merge_mode: string;
86
- entry_point_0_not_in_program: "エントリ ポイント {0} は、tsconfig の 'files' または 'include' オプションによって参照されていません。";
87
- use_expand_or_glob_for_files_in_dir: string;
88
- glob_0_did_not_match_any_files: "グロブ {0} はどのファイルにも一致しませんでした";
89
- entry_point_0_did_not_match_any_files_after_exclude: "除外パターンを適用した後、グロブ {0} はどのファイルにも一致しませんでした";
90
- entry_point_0_did_not_exist: "指定されたエントリ ポイント {0} は存在しません";
91
- entry_point_0_did_not_match_any_packages: "エントリ ポイント glob {0} は、package.json を含むディレクトリと一致しませんでした。";
92
- file_0_not_an_object: "ファイル {0} はオブジェクトではありません";
93
- serialized_project_referenced_0_not_part_of_project: "シリアル化されたプロジェクトは、プロジェクトの一部ではないリフレクション {0} を参照しました";
94
- saved_relative_path_0_resolved_from_1_does_not_exist: "シリアル化されたプロジェクトは {0} を参照していますが、{1} に関連して存在しません";
95
- circular_reference_extends_0: "{0} の \"extends\" フィールドで循環参照が検出されました";
96
- failed_resolve_0_to_file_in_1: "{0} を {1} 内のファイルに解決できませんでした";
97
- option_0_can_only_be_specified_by_config_file: "'{0}' オプションは設定ファイル経由でのみ指定できます";
98
- option_0_expected_a_value_but_none_provided: "--{0} には値が期待されていましたが、引数として値が与えられませんでした";
99
- unknown_option_0_may_have_meant_1: "不明なオプション: {0}。次のオプションを意味している可能性があります:\n{1}";
100
- typedoc_key_in_0_ignored: "{0} の 'typedoc' キーは、レガシー パッケージの entryPointStrategy によって使用されており、無視されます。";
101
- typedoc_options_must_be_object_in_0: "{0} の \"typedocOptions\" フィールドを解析できませんでした。フィールドが存在し、オブジェクトが含まれていることを確認してください。";
102
- tsconfig_file_0_does_not_exist: "tsconfig ファイル {0} が存在しません";
103
- tsconfig_file_specifies_options_file: string;
104
- tsconfig_file_specifies_tsconfig_file: string;
105
- tags_0_defined_in_typedoc_json_overwritten_by_tsdoc_json: "typedoc.json で定義された {0} は、tsdoc.json の設定によって上書きされます。";
106
- failed_read_tsdoc_json_0: "{0} の tsdoc.json ファイルの読み取りに失敗しました";
107
- invalid_tsdoc_json_0: "ファイル {0} は有効な tsdoc.json ファイルではありません";
108
- options_file_0_does_not_exist: "オプションファイル {0} が存在しません";
109
- failed_read_options_file_0: "{0} の解析に失敗しました。存在し、オブジェクトをエクスポートしていることを確認してください";
110
- invalid_plugin_0_missing_load_function: "プラグイン {0} の構造が無効です。ロード関数が見つかりません";
111
- plugin_0_could_not_be_loaded: "プラグイン {0} を読み込めませんでした";
112
- help_options: string;
113
- help_tsconfig: string;
114
- help_compilerOptions: string;
115
- help_lang: string;
116
- help_locales: string;
117
- help_packageOptions: string;
118
- help_entryPoints: string;
119
- help_entryPointStrategy: string;
120
- help_alwaysCreateEntryPointModule: string;
121
- help_projectDocuments: string;
122
- help_exclude: string;
123
- help_externalPattern: string;
124
- help_excludeExternals: string;
125
- help_excludeNotDocumented: string;
126
- help_excludeNotDocumentedKinds: string;
127
- help_excludeInternal: string;
128
- help_excludeCategories: string;
129
- help_excludePrivate: string;
130
- help_excludeProtected: string;
131
- help_excludeReferences: string;
132
- help_externalSymbolLinkMappings: string;
133
- help_out: string;
134
- help_json: string;
135
- help_pretty: string;
136
- help_emit: string;
137
- help_theme: string;
138
- help_lightHighlightTheme: string;
139
- help_darkHighlightTheme: string;
140
- help_highlightLanguages: string;
141
- help_customCss: string;
142
- help_markdownItOptions: string;
143
- help_markdownItLoader: string;
144
- help_maxTypeConversionDepth: string;
145
- help_name: string;
146
- help_includeVersion: string;
147
- help_disableSources: string;
148
- help_sourceLinkTemplate: string;
149
- help_gitRevision: string;
150
- help_gitRemote: string;
151
- help_disableGit: string;
152
- help_basePath: string;
153
- help_excludeTags: string;
154
- help_readme: string;
155
- help_cname: string;
156
- help_sourceLinkExternal: string;
157
- help_githubPages: string;
158
- help_hostedBaseUrl: string;
159
- help_useHostedBaseUrlForAbsoluteLinks: string;
160
- help_hideGenerator: string;
161
- help_customFooterHtml: string;
162
- help_customFooterHtmlDisableWrapper: string;
163
- help_hideParameterTypesInTitle: string;
164
- help_cacheBust: string;
165
- help_searchInComments: string;
166
- help_searchInDocuments: string;
167
- help_cleanOutputDir: string;
168
- help_titleLink: string;
169
- help_navigationLinks: string;
170
- help_sidebarLinks: string;
171
- help_navigationLeaves: string;
172
- help_navigation: string;
173
- help_visibilityFilters: string;
174
- help_searchCategoryBoosts: string;
175
- help_searchGroupBoosts: string;
176
- help_jsDocCompatibility: string;
177
- help_commentStyle: string;
178
- help_useTsLinkResolution: string;
179
- help_preserveLinkText: string;
180
- help_blockTags: string;
181
- help_inlineTags: string;
182
- help_modifierTags: string;
183
- help_categorizeByGroup: string;
184
- help_defaultCategory: string;
185
- help_categoryOrder: string;
186
- help_groupOrder: string;
187
- help_sort: string;
188
- help_sortEntryPoints: string;
189
- help_kindSortOrder: string;
190
- help_watch: string;
191
- help_preserveWatchOutput: string;
192
- help_skipErrorChecking: string;
193
- help_help: string;
194
- help_version: string;
195
- help_showConfig: string;
196
- help_plugin: string;
197
- help_logLevel: string;
198
- help_treatWarningsAsErrors: string;
199
- help_treatValidationWarningsAsErrors: string;
200
- help_intentionallyNotExported: string;
201
- help_requiredToBeDocumented: string;
202
- help_validation: string;
203
- unknown_option_0_you_may_have_meant_1: "不明なオプション '{0}' 次のオプションを意味している可能性があります:\n{1}";
204
- option_0_must_be_between_1_and_2: "{0} は {1} と {2} の間でなければなりません";
205
- option_0_must_be_equal_to_or_greater_than_1: "{0} は {1} 以上である必要があります";
206
- option_0_must_be_less_than_or_equal_to_1: "{0} は {1} 以下である必要があります";
207
- option_0_must_be_one_of_1: "{0} は {1} のいずれかである必要があります";
208
- flag_0_is_not_valid_for_1_expected_2: "フラグ '{0}' は {1} に対して有効ではありません。{2} のいずれかである必要があります。";
209
- expected_object_with_flag_values_for_0: "{0} または true/false のフラグ値を持つオブジェクトが必要です";
210
- flag_values_for_0_must_be_booleans: "{0} のフラグ値はブール値である必要があります";
211
- locales_must_be_an_object: string;
212
- exclude_not_documented_specified_0_valid_values_are_1: "excludeNotDocumentedKinds は既知の値のみを指定できますが、無効な値が指定されました ({0})。有効な種類は次のとおりです:\n{1}";
213
- external_symbol_link_mappings_must_be_object: string;
214
- highlight_theme_0_must_be_one_of_1: "{0} は次のいずれかである必要があります: {1}";
215
- highlightLanguages_contains_invalid_languages_0: "highlightLanguages に無効な言語が含まれています: {0}。サポートされている言語のリストについては typedoc --help を実行してください";
216
- hostedBaseUrl_must_start_with_http: string;
217
- useHostedBaseUrlForAbsoluteLinks_requires_hostedBaseUrl: string;
218
- option_0_must_be_an_object: "'{0}' オプションは配列以外のオブジェクトである必要があります";
219
- option_0_must_be_a_function: "'{0}' オプションは関数である必要があります";
220
- option_0_must_be_object_with_urls: "{0} は、キーとして文字列ラベル、URL 値として文字列ラベルを持つオブジェクトである必要があります。";
221
- visibility_filters_only_include_0: "visibilityFilters には、次の非 @ キーのみを含めることができます: {0}";
222
- visibility_filters_must_be_booleans: string;
223
- option_0_values_must_be_numbers: "{0} のすべての値は数値である必要があります";
224
- option_0_values_must_be_array_of_tags: "{0} は有効なタグ名の配列である必要があります";
225
- option_0_specified_1_but_only_2_is_valid: "{0} は既知の値のみを指定できますが、無効な値が指定されました ({1})。有効な並べ替え戦略は次のとおりです:\n{2}";
226
- kind_project: string;
227
- kind_module: string;
228
- kind_namespace: string;
229
- kind_enum: string;
230
- kind_enum_member: string;
231
- kind_variable: string;
232
- kind_function: string;
233
- kind_class: string;
234
- kind_interface: string;
235
- kind_constructor: string;
236
- kind_property: string;
237
- kind_method: string;
238
- kind_call_signature: string;
239
- kind_index_signature: string;
240
- kind_constructor_signature: string;
241
- kind_parameter: string;
242
- kind_type_literal: string;
243
- kind_type_parameter: string;
244
- kind_accessor: string;
245
- kind_get_signature: string;
246
- kind_set_signature: string;
247
- kind_type_alias: string;
248
- kind_reference: string;
249
- kind_document: string;
250
- kind_plural_project: string;
251
- kind_plural_module: string;
252
- kind_plural_namespace: string;
253
- kind_plural_enum: string;
254
- kind_plural_enum_member: string;
255
- kind_plural_variable: string;
256
- kind_plural_function: string;
257
- kind_plural_class: string;
258
- kind_plural_interface: string;
259
- kind_plural_constructor: string;
260
- kind_plural_property: string;
261
- kind_plural_method: string;
262
- kind_plural_call_signature: string;
263
- kind_plural_index_signature: string;
264
- kind_plural_constructor_signature: string;
265
- kind_plural_parameter: string;
266
- kind_plural_type_literal: string;
267
- kind_plural_type_parameter: string;
268
- kind_plural_accessor: string;
269
- kind_plural_get_signature: string;
270
- kind_plural_set_signature: string;
271
- kind_plural_type_alias: string;
272
- kind_plural_reference: string;
273
- kind_plural_document: string;
274
- flag_protected: string;
275
- flag_private: string;
276
- flag_external: string;
277
- flag_inherited: string;
278
- flag_public: string;
279
- flag_static: string;
280
- flag_optional: string;
281
- flag_rest: string;
282
- flag_abstract: string;
283
- flag_const: string;
284
- flag_readonly: string;
285
- theme_implements: string;
286
- theme_indexable: string;
287
- theme_type_declaration: string;
288
- theme_index: string;
289
- theme_hierarchy: string;
290
- theme_hierarchy_view_full: string;
291
- theme_implemented_by: string;
292
- theme_defined_in: string;
293
- theme_implementation_of: string;
294
- theme_inherited_from: string;
295
- theme_overrides: string;
296
- theme_returns: string;
297
- theme_re_exports: string;
298
- theme_renames_and_re_exports: string;
299
- theme_generated_using_typedoc: string;
300
- theme_preparing_search_index: string;
301
- theme_search_index_not_available: string;
302
- theme_settings: string;
303
- theme_member_visibility: string;
304
- theme_theme: string;
305
- theme_os: string;
306
- theme_light: string;
307
- theme_dark: string;
308
- theme_on_this_page: string;
309
- theme_search: string;
310
- theme_menu: string;
311
- theme_permalink: string;
312
- tag_see: string;
313
- tag_group: string;
314
- tag_example: string;
315
- theme_copy: string;
316
- theme_copied: string;
317
- theme_normally_hidden: string;
318
- theme_class_hierarchy_title: string;
319
- theme_loading: string;
320
- };
1
+ declare const _default: Partial<import("../translatable").BuiltinTranslatableStringConstraints>;
321
2
  export = _default;
@@ -1,231 +1,2 @@
1
- declare const _default: {
2
- docs_generated_at_0: "문서가 {0}에 생성되었습니다";
3
- json_written_to_0: "{0}에 JSON이 작성되었습니다";
4
- no_entry_points_for_packages: string;
5
- failed_to_find_packages: string;
6
- nested_packages_unsupported_0: "{0} 프로젝트의 entryPointStrategy가 패키지인데 중첩된 패키지는 지원되지 않습니다";
7
- previous_error_occurred_when_reading_options_for_0: "{0} 위치의 패키지 옵션을 읽는 중에 이전 오류가 발생했습니다";
8
- converting_project_at_0: "{0} 위치의 프로젝트 변환 중";
9
- failed_to_convert_packages: string;
10
- merging_converted_projects: string;
11
- no_entry_points_to_merge: string;
12
- entrypoint_did_not_match_files_0: "진입점 글로브 {0}이(가) 어떤 파일과도 일치하지 않았습니다";
13
- frontmatter_children_0_should_be_an_array_of_strings_or_object_with_string_values: "{0}의 Frontmatter children은 문자열 배열이나 문자열 값을 갖는 객체여야 합니다";
14
- inline_inheritdoc_should_not_appear_in_block_tag_in_comment_at_0: "{0} 위치의 주석에서 인라인 @inheritDoc 태그는 블록 태그 안에 나타나서는 안 됩니다";
15
- at_most_one_remarks_tag_expected_in_comment_at_0: "주석에서 @remarks 태그는 최대 하나만 예상됩니다. {0}";
16
- at_most_one_returns_tag_expected_in_comment_at_0: "주석에서 @returns 태그는 최대 하나만 예상됩니다. {0}";
17
- at_most_one_inheritdoc_tag_expected_in_comment_at_0: "주석에서 @inheritDoc 태그는 최대 하나만 예상됩니다. {0}";
18
- content_in_summary_overwritten_by_inheritdoc_in_comment_at_0: "주석에서 요약 부분의 내용이 @inheritDoc 태그에 의해 덮어쓰여집니다. {0}";
19
- content_in_remarks_block_overwritten_by_inheritdoc_in_comment_at_0: "주석에서 @remarks 블록의 내용이 @inheritDoc 태그에 의해 덮어쓰여집니다. {0}";
20
- example_tag_literal_name: string;
21
- inheritdoc_tag_properly_capitalized: string;
22
- invalid_intentionally_not_exported_symbols_0: "다음 심볼은 의도적으로 내보내지 않았지만 문서화에서 참조되지 않았거나 내보내졌습니다:\n\t{0}";
23
- defaulting_project_name: string;
24
- no_entry_points_provided: string;
25
- unable_to_find_any_entry_points: string;
26
- watch_does_not_support_packages_mode: string;
27
- watch_does_not_support_merge_mode: string;
28
- help_options: string;
29
- help_tsconfig: string;
30
- help_compilerOptions: string;
31
- help_lang: string;
32
- help_locales: string;
33
- help_packageOptions: string;
34
- help_entryPoints: string;
35
- help_entryPointStrategy: string;
36
- help_alwaysCreateEntryPointModule: string;
37
- help_projectDocuments: string;
38
- help_exclude: string;
39
- help_externalPattern: string;
40
- help_excludeExternals: string;
41
- help_excludeNotDocumented: string;
42
- help_excludeNotDocumentedKinds: string;
43
- help_excludeInternal: string;
44
- help_excludeCategories: string;
45
- help_excludePrivate: string;
46
- help_excludeProtected: string;
47
- help_excludeReferences: string;
48
- help_externalSymbolLinkMappings: string;
49
- help_out: string;
50
- help_json: string;
51
- help_pretty: string;
52
- help_emit: string;
53
- help_theme: string;
54
- help_lightHighlightTheme: string;
55
- help_darkHighlightTheme: string;
56
- help_highlightLanguages: string;
57
- help_customCss: string;
58
- help_markdownItOptions: string;
59
- help_markdownItLoader: string;
60
- help_maxTypeConversionDepth: string;
61
- help_name: string;
62
- help_includeVersion: string;
63
- help_disableSources: string;
64
- help_sourceLinkTemplate: string;
65
- help_gitRevision: string;
66
- help_gitRemote: string;
67
- help_disableGit: string;
68
- help_basePath: string;
69
- help_excludeTags: string;
70
- help_readme: string;
71
- help_cname: string;
72
- help_sourceLinkExternal: string;
73
- help_githubPages: string;
74
- help_hostedBaseUrl: string;
75
- help_useHostedBaseUrlForAbsoluteLinks: string;
76
- help_hideGenerator: string;
77
- help_customFooterHtml: string;
78
- help_customFooterHtmlDisableWrapper: string;
79
- help_hideParameterTypesInTitle: string;
80
- help_cacheBust: string;
81
- help_searchInComments: string;
82
- help_searchInDocuments: string;
83
- help_cleanOutputDir: string;
84
- help_titleLink: string;
85
- help_navigationLinks: string;
86
- help_sidebarLinks: string;
87
- help_navigationLeaves: string;
88
- help_navigation: string;
89
- help_visibilityFilters: string;
90
- help_searchCategoryBoosts: string;
91
- help_searchGroupBoosts: string;
92
- help_jsDocCompatibility: string;
93
- help_commentStyle: string;
94
- help_useTsLinkResolution: string;
95
- help_preserveLinkText: string;
96
- help_blockTags: string;
97
- help_inlineTags: string;
98
- help_modifierTags: string;
99
- help_categorizeByGroup: string;
100
- help_defaultCategory: string;
101
- help_categoryOrder: string;
102
- help_groupOrder: string;
103
- help_sort: string;
104
- help_sortEntryPoints: string;
105
- help_kindSortOrder: string;
106
- help_watch: string;
107
- help_preserveWatchOutput: string;
108
- help_skipErrorChecking: string;
109
- help_help: string;
110
- help_version: string;
111
- help_showConfig: string;
112
- help_plugin: string;
113
- help_logLevel: string;
114
- help_treatWarningsAsErrors: string;
115
- help_treatValidationWarningsAsErrors: string;
116
- help_intentionallyNotExported: string;
117
- help_requiredToBeDocumented: string;
118
- help_validation: string;
119
- option_0_must_be_between_1_and_2: "{0}은(는) {1}과(와) {2} 사이어야 합니다";
120
- option_0_must_be_equal_to_or_greater_than_1: "{0}은(는) {1} 이상이어야 합니다";
121
- option_0_must_be_less_than_or_equal_to_1: "{0}은(는) {1} 이하여야 합니다";
122
- option_0_must_be_one_of_1: "{0}은(는) 다음 중 하나여야 합니다: {1}";
123
- flag_0_is_not_valid_for_1_expected_2: "플래그 '{0}'은(는) {1}에 대해 유효하지 않습니다. {2} 중 하나가 예상됩니다";
124
- expected_object_with_flag_values_for_0: "{0}에 대해 플래그 값이 포함된 객체가 예상됩니다. true/false도 사용할 수 있습니다";
125
- flag_values_for_0_must_be_booleans: "{0}에 대한 플래그 값은 불리언이어야 합니다";
126
- locales_must_be_an_object: string;
127
- external_symbol_link_mappings_must_be_object: string;
128
- highlight_theme_0_must_be_one_of_1: "{0}은(는) 다음 중 하나여야 합니다: {1}";
129
- highlightLanguages_contains_invalid_languages_0: "highlightLanguages에 유효하지 않은 언어가 포함되어 있습니다: {0}. 지원하는 언어 목록을 확인하려면 typedoc --help를 실행하세요";
130
- hostedBaseUrl_must_start_with_http: string;
131
- useHostedBaseUrlForAbsoluteLinks_requires_hostedBaseUrl: string;
132
- option_0_must_be_an_object: "'{0}' 옵션은 배열이 아닌 객체여야 합니다";
133
- option_0_must_be_a_function: "'{0}' 옵션은 함수여야 합니다";
134
- option_0_values_must_be_numbers: "{0}의 모든 값은 숫자여야 합니다";
135
- option_0_values_must_be_array_of_tags: "{0}은(는) 유효한 태그 이름 배열이어야 합니다";
136
- loaded_multiple_times_0: "TypeDoc가 여러 번 로드되었습니다. 일반적으로 자체적으로 설치된 TypeDoc을 가진 플러그인들이 이를 일으킵니다. 로드된 경로는 다음과 같습니다:\n\t{0}";
137
- unsupported_ts_version_0: "지원되지 않는 Typescript 버전으로 실행 중입니다! TypeDoc이 충돌이 생기는 경우 이것이 그 이유가 됩니다. TypeDoc {0}을 지원합니다.";
138
- no_compiler_options_set: string;
139
- loaded_plugin_0: "로드된 플러그인 {0}";
140
- solution_not_supported_in_watch_mode: string;
141
- strategy_not_supported_in_watch_mode: string;
142
- found_0_errors_and_1_warnings: "{0}개의 오류와 {1}개의 경고를 발견했습니다.";
143
- docs_could_not_be_generated: string;
144
- flag_private: string;
145
- flag_protected: string;
146
- flag_public: string;
147
- flag_static: string;
148
- flag_external: string;
149
- flag_optional: string;
150
- flag_rest: string;
151
- flag_abstract: string;
152
- flag_const: string;
153
- flag_readonly: string;
154
- flag_inherited: string;
155
- kind_project: string;
156
- kind_module: string;
157
- kind_namespace: string;
158
- kind_enum: string;
159
- kind_enum_member: string;
160
- kind_variable: string;
161
- kind_function: string;
162
- kind_class: string;
163
- kind_interface: string;
164
- kind_constructor: string;
165
- kind_property: string;
166
- kind_method: string;
167
- kind_call_signature: string;
168
- kind_index_signature: string;
169
- kind_constructor_signature: string;
170
- kind_parameter: string;
171
- kind_type_literal: string;
172
- kind_type_parameter: string;
173
- kind_accessor: string;
174
- kind_get_signature: string;
175
- kind_set_signature: string;
176
- kind_type_alias: string;
177
- kind_reference: string;
178
- kind_document: string;
179
- kind_plural_project: string;
180
- kind_plural_module: string;
181
- kind_plural_namespace: string;
182
- kind_plural_enum: string;
183
- kind_plural_enum_member: string;
184
- kind_plural_variable: string;
185
- kind_plural_function: string;
186
- kind_plural_class: string;
187
- kind_plural_interface: string;
188
- kind_plural_constructor: string;
189
- kind_plural_property: string;
190
- kind_plural_method: string;
191
- kind_plural_call_signature: string;
192
- kind_plural_index_signature: string;
193
- kind_plural_constructor_signature: string;
194
- kind_plural_parameter: string;
195
- kind_plural_type_literal: string;
196
- kind_plural_type_parameter: string;
197
- kind_plural_accessor: string;
198
- kind_plural_get_signature: string;
199
- kind_plural_set_signature: string;
200
- kind_plural_type_alias: string;
201
- kind_plural_reference: string;
202
- kind_plural_document: string;
203
- theme_implements: string;
204
- theme_indexable: string;
205
- theme_type_declaration: string;
206
- theme_index: string;
207
- theme_hierarchy: string;
208
- theme_hierarchy_view_full: string;
209
- theme_implemented_by: string;
210
- theme_defined_in: string;
211
- theme_implementation_of: string;
212
- theme_inherited_from: string;
213
- theme_overrides: string;
214
- theme_returns: string;
215
- theme_re_exports: string;
216
- theme_renames_and_re_exports: string;
217
- theme_generated_using_typedoc: string;
218
- theme_preparing_search_index: string;
219
- theme_search_index_not_available: string;
220
- theme_settings: string;
221
- theme_member_visibility: string;
222
- theme_theme: string;
223
- theme_os: string;
224
- theme_light: string;
225
- theme_dark: string;
226
- theme_on_this_page: string;
227
- theme_search: string;
228
- theme_menu: string;
229
- theme_permalink: string;
230
- };
1
+ declare const _default: Partial<import("../translatable").BuiltinTranslatableStringConstraints>;
231
2
  export = _default;
@@ -33,7 +33,7 @@ module.exports = (0, translatable_1.buildIncompleteTranslation)({
33
33
  comments_for_0_are_declared_at_1: "{0} 的注释声明于:\n{1}",
34
34
  multiple_type_parameters_on_template_tag_unsupported: "TypeDoc 不支持在带有注释的单个 @template 标记中定义多个类型参数",
35
35
  failed_to_find_jsdoc_tag_for_name_0: "解析注释后无法找到 {0} 的 JSDoc 标签,请提交错误报告",
36
- relative_path_0_does_not_exist: "相对路径 {0} 不存在",
36
+ // relative_path_0_is_not_a_file_and_will_not_be_copied_to_output
37
37
  inline_inheritdoc_should_not_appear_in_block_tag_in_comment_at_0: "内联 @inheritDoc 标记不应出现在块标记内,因为它不会在 {0} 处的注释中被处理。",
38
38
  at_most_one_remarks_tag_expected_in_comment_at_0: "注释中最多应有一个 @remarks 标签,忽略 {0} 处注释中除第一个标签之外的所有标签",
39
39
  at_most_one_returns_tag_expected_in_comment_at_0: "注释中最多应有一个 @returns 标签,忽略 {0} 处注释中除第一个标签之外的所有标签",
@@ -93,7 +93,7 @@ module.exports = (0, translatable_1.buildIncompleteTranslation)({
93
93
  entry_point_0_did_not_match_any_packages: "入口点 glob {0} 与任何包含 package.json 的目录不匹配",
94
94
  file_0_not_an_object: "文件 {0} 不是对象",
95
95
  serialized_project_referenced_0_not_part_of_project: "序列化项目引用了反射 {0},但它不是项目的一部分",
96
- saved_relative_path_0_resolved_from_1_does_not_exist: "序列化项目引用了 {0},相对于 {1} 而言,它并不存在",
96
+ // saved_relative_path_0_resolved_from_1_is_not_a_file
97
97
  circular_reference_extends_0: "{0} 的“extends”字段出现循环引用",
98
98
  failed_resolve_0_to_file_in_1: "无法将 {0} 解析为 {1} 中的文件",
99
99
  option_0_can_only_be_specified_by_config_file: "“{0}”选项只能通过配置文件指定",