Align section labels with summary

This commit is contained in:
2026-04-21 20:43:23 +00:00
parent 40c7de18f1
commit 0c5fbebf04
3 changed files with 13 additions and 13 deletions

View File

@@ -69,12 +69,12 @@
"NoPrompt": "The analysis can be started directly from this view.",
"Running": "Analysis in progress...",
"Samples": "Examples",
"UnanchoredPackageTargets": "Unanchored Package Targets",
"UnanchoredPackageTargetsDesc": "These targets live in module or system folders, are referenced from world data, but are currently not visibly referenced by their owning package.",
"BrokenTargets": "Broken Targets",
"BrokenTargetsDesc": "These files are missing but are still referenced.",
"OrphanCandidates": "Orphan Candidates",
"OrphanCandidatesDesc": "These files currently have no incoming reference in the active analysis context."
"UnanchoredPackageTargets": "Deprecated",
"UnanchoredPackageTargetsDesc": "These targets live in module or system folders, are referenced from world data, but are currently not visibly referenced by their owning package. In practice they are usually either leftovers from older module versions or manual GM uploads in an unsuitable location. In the first case, re-initializing the module may clean up the world data.",
"BrokenTargets": "Missing",
"BrokenTargetsDesc": "These files are missing, but are currently referenced by objects.",
"OrphanCandidates": "Orphaned",
"OrphanCandidatesDesc": "These files still exist in storage, but are no longer used anywhere in the currently checked data."
},
"Field": {
"OwnerPackage": "Owning Package",