# configuration/strings/folder.strings.ts

> 84 lines of code and 83 definitions.

Tree: Site tree
Language: typescript
Layer: product
Canonical: https://banes-lab.com/anatomy/tree#file-configuration-strings-folder-strings-ts
Source text: https://banes-lab.com/assets/sources/source.80ffd72e2fec999fee3a48ee5bfa908d52ce979dc00e6d5b37d9389a77635c88.generated.txt

## Definitions

- `ROOT_LABEL` (lexical_declaration, line 1, exported)
- `TREE_LABEL` (lexical_declaration, line 2, exported)
- `BUILD_TREE_LABEL` (lexical_declaration, line 3, exported)
- `COORDINATION_TREE_LABEL` (lexical_declaration, line 4, exported)
- `TREE_NAV_LABEL` (lexical_declaration, line 5, exported)
- `OPEN_FOLDER_TITLE` (lexical_declaration, line 6, exported)
- `OPEN_FILE_TITLE` (lexical_declaration, line 7, exported)
- `LAYER_LABEL` (lexical_declaration, line 8, exported)
- `SUBJECT_LABEL` (lexical_declaration, line 9, exported)
- `CONCERN_LABEL` (lexical_declaration, line 10, exported)
- `VARIANT_LABEL` (lexical_declaration, line 11, exported)
- `FILES_LABEL` (lexical_declaration, line 12, exported)
- `FOLDERS_LABEL` (lexical_declaration, line 13, exported)
- `LINES_LABEL` (lexical_declaration, line 14, exported)
- `BLANK_LABEL` (lexical_declaration, line 15, exported)
- `BYTES_LABEL` (lexical_declaration, line 16, exported)
- `DEFINITIONS_LABEL` (lexical_declaration, line 17, exported)
- `EXPORTED_LABEL` (lexical_declaration, line 18, exported)
- `CALLABLE_LABEL` (lexical_declaration, line 19, exported)
- `EDGES_LABEL` (lexical_declaration, line 20, exported)
- `FLOWS_LABEL` (lexical_declaration, line 21, exported)
- `FLOW_SUFFIX` (lexical_declaration, line 22, exported)
- `FINDING_SUFFIX` (lexical_declaration, line 23, exported)
- `FINDINGS_LABEL` (lexical_declaration, line 24, exported)
- `SYNTAX_LABEL` (lexical_declaration, line 25, exported)
- `RARE_SYNTAX_LABEL` (lexical_declaration, line 26, exported)
- `GENERATED_LABEL` (lexical_declaration, line 27, exported)
- `UNPARSED_LABEL` (lexical_declaration, line 28, exported)
- `INHERITED_LABEL` (lexical_declaration, line 29, exported)
- `CALLS_LABEL` (lexical_declaration, line 30, exported)
- `CALLED_BY_LABEL` (lexical_declaration, line 31, exported)
- `IN_LABEL` (lexical_declaration, line 32, exported)
- `OUT_LABEL` (lexical_declaration, line 33, exported)
- `LINE_MARK` (lexical_declaration, line 34, exported)
- `UNRESOLVED_LABEL` (lexical_declaration, line 35, exported)
- `RESOLUTION_LABEL` (lexical_declaration, line 36, exported)
- `MAX_IN_LABEL` (lexical_declaration, line 37, exported)
- `MAX_OUT_LABEL` (lexical_declaration, line 38, exported)
- `NONE_FOUND` (lexical_declaration, line 39, exported)
- `NO_ANOMALIES` (lexical_declaration, line 40, exported)
- `EVIDENCE_RELATION` (lexical_declaration, line 41, exported)
- `GROUNDS_RELATION` (lexical_declaration, line 42, exported)
- `FINDINGS_CLEAN` (lexical_declaration, line 43, exported)
- `FOLDER_WALK_CAPTION` (lexical_declaration, line 45, exported)
- `FILE_WALK_CAPTION` (lexical_declaration, line 46, exported)
- `SOURCE_TITLE` (lexical_declaration, line 47, exported)
- `DOCUMENT_TITLE` (lexical_declaration, line 48, exported)
- `STATS_LABEL` (lexical_declaration, line 49, exported)
- `FOLDER_INTRO_LEAD` (lexical_declaration, line 50, exported)
- `FOLDER_INTRO_ON_LAYER` (lexical_declaration, line 51, exported)
- `FOLDER_INTRO_LAYER_TAIL` (lexical_declaration, line 52, exported)
- `FOLDER_INTRO_HOLDING` (lexical_declaration, line 53, exported)
- `FILE_NOUN` (lexical_declaration, line 54, exported)
- `FILES_NOUN` (lexical_declaration, line 55, exported)
- `LINE_NOUN` (lexical_declaration, line 56, exported)
- `LINES_NOUN` (lexical_declaration, line 57, exported)
- `DEFINITION_NOUN` (lexical_declaration, line 58, exported)
- `DEFINITIONS_NOUN` (lexical_declaration, line 59, exported)
- `EDGE_NOUN` (lexical_declaration, line 60, exported)
- `EDGES_NOUN` (lexical_declaration, line 61, exported)
- `IMPORT_NOUN` (lexical_declaration, line 62, exported)
- `IMPORTS_NOUN` (lexical_declaration, line 63, exported)
- `COUNT_SEPARATOR` (lexical_declaration, line 64, exported)
- `COUNT_LAST_SEPARATOR` (lexical_declaration, line 65, exported)
- `COUNT_END` (lexical_declaration, line 66, exported)
- `DOCUMENT_LABEL` (lexical_declaration, line 67, exported)
- `FORM_LABEL` (lexical_declaration, line 68, exported)
- `BOUNDARY_LABEL` (lexical_declaration, line 69, exported)
- `HEADINGS_LABEL` (lexical_declaration, line 70, exported)
- `MERMAID_LABEL` (lexical_declaration, line 71, exported)
- `PATHS_LABEL` (lexical_declaration, line 72, exported)
- `CONSTRUCTS_LABEL` (lexical_declaration, line 73, exported)
- `FIELDS_LABEL` (lexical_declaration, line 74, exported)
- `DOCUMENT_FINDINGS_LABEL` (lexical_declaration, line 75, exported)
- `FILE_KIND` (lexical_declaration, line 76, exported)
- `DEFINITION_KIND` (lexical_declaration, line 77, exported)
- `DEFINITIONS_RELATION` (lexical_declaration, line 78, exported)
- `FILES_RELATION` (lexical_declaration, line 79, exported)
- `FOLDERS_RELATION` (lexical_declaration, line 80, exported)
- `CALLS_RELATION` (lexical_declaration, line 81, exported)
- `CALLED_BY_RELATION` (lexical_declaration, line 82, exported)
- `LOCATION_RELATION` (lexical_declaration, line 83, exported)
- `FOLDER_RELATION` (lexical_declaration, line 84, exported)

## Source

```typescript
export const ROOT_LABEL = "root";
export const TREE_LABEL = "Site tree";
export const BUILD_TREE_LABEL = "Build tree";
export const COORDINATION_TREE_LABEL = "Coordination tree";
export const TREE_NAV_LABEL = "Files";
export const OPEN_FOLDER_TITLE = "Open this folder";
export const OPEN_FILE_TITLE = "Open this file";
export const LAYER_LABEL = "Layer";
export const SUBJECT_LABEL = "Subject";
export const CONCERN_LABEL = "Concern";
export const VARIANT_LABEL = "Variant";
export const FILES_LABEL = "Files";
export const FOLDERS_LABEL = "Folders";
export const LINES_LABEL = "Lines of code";
export const BLANK_LABEL = "Blank lines";
export const BYTES_LABEL = "Bytes";
export const DEFINITIONS_LABEL = "Definitions";
export const EXPORTED_LABEL = "Exported";
export const CALLABLE_LABEL = "Callable";
export const EDGES_LABEL = "Call edges";
export const FLOWS_LABEL = "Flow classes";
export const FLOW_SUFFIX = " flow";
export const FINDING_SUFFIX = " finding";
export const FINDINGS_LABEL = "Findings";
export const SYNTAX_LABEL = "Syntax kinds";
export const RARE_SYNTAX_LABEL = "Once only";
export const GENERATED_LABEL = "generated on build";
export const UNPARSED_LABEL = "outside the naming grammar";
export const INHERITED_LABEL = "inherited from above the member";
export const CALLS_LABEL = "calls";
export const CALLED_BY_LABEL = "called by";
export const IN_LABEL = "in";
export const OUT_LABEL = "out";
export const LINE_MARK = ":";
export const UNRESOLVED_LABEL = "Unresolved calls";
export const RESOLUTION_LABEL = "Resolution rate";
export const MAX_IN_LABEL = "Highest in-degree";
export const MAX_OUT_LABEL = "Highest out-degree";
export const NONE_FOUND = "none found";
export const NO_ANOMALIES = "no anomalies";
export const EVIDENCE_RELATION = "in this codebase";
export const GROUNDS_RELATION = "grounds";
export const FINDINGS_CLEAN =
    "Every diagnosis ran over the whole tree and reported nothing, so there is no call cycle, import cycle, dead definition, duplicate or reach across a concern.";
export const FOLDER_WALK_CAPTION = "the folder's walk";
export const FILE_WALK_CAPTION = "the file's walk";
export const SOURCE_TITLE = "the source";
export const DOCUMENT_TITLE = "the document";
export const STATS_LABEL = "Stats";
export const FOLDER_INTRO_LEAD = "A ";
export const FOLDER_INTRO_ON_LAYER = " on the ";
export const FOLDER_INTRO_LAYER_TAIL = " layer";
export const FOLDER_INTRO_HOLDING = " holding ";
export const FILE_NOUN = "file";
export const FILES_NOUN = "files";
export const LINE_NOUN = "line of code";
export const LINES_NOUN = "lines of code";
export const DEFINITION_NOUN = "definition";
export const DEFINITIONS_NOUN = "definitions";
export const EDGE_NOUN = "call edge";
export const EDGES_NOUN = "call edges";
export const IMPORT_NOUN = "import";
export const IMPORTS_NOUN = "imports";
export const COUNT_SEPARATOR = ", ";
export const COUNT_LAST_SEPARATOR = " and ";
export const COUNT_END = ".";
export const DOCUMENT_LABEL = "Document";
export const FORM_LABEL = "Form";
export const BOUNDARY_LABEL = "boundary document";
export const HEADINGS_LABEL = "Headings";
export const MERMAID_LABEL = "Mermaid blocks";
export const PATHS_LABEL = "Path references";
export const CONSTRUCTS_LABEL = "Reference constructs";
export const FIELDS_LABEL = "Frontmatter fields";
export const DOCUMENT_FINDINGS_LABEL = "Document findings";
export const FILE_KIND = "file";
export const DEFINITION_KIND = "definition";
export const DEFINITIONS_RELATION = "definitions";
export const FILES_RELATION = "files";
export const FOLDERS_RELATION = "folders";
export const CALLS_RELATION = "calls";
export const CALLED_BY_RELATION = "called-by";
export const LOCATION_RELATION = "location";
export const FOLDER_RELATION = "folder";
```
