feat(#248): add TAG_NOT_FOUND/MERGE_SELF/MERGE_INVALID_TARGET to errors.ts and all i18n keys
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -576,5 +576,33 @@
|
||||
"mission_control_ready_empty_cta": "Start contributing",
|
||||
"mission_control_weekly_pulse": "↑ +{count} this week",
|
||||
"mission_control_blocks_progress": "{texted} / {total} blocks",
|
||||
"mission_control_reviewed_pct": "{pct}% reviewed"
|
||||
"mission_control_reviewed_pct": "{pct}% reviewed",
|
||||
"error_tag_not_found": "This tag was not found.",
|
||||
"error_tag_merge_self": "A tag cannot be merged with itself.",
|
||||
"error_tag_merge_invalid_target": "The target tag is a descendant of the source tag.",
|
||||
"admin_tag_tree_label": "Tags",
|
||||
"admin_tag_collapse_node": "Collapse",
|
||||
"admin_tag_expand_node": "Expand",
|
||||
"admin_tag_parent_placeholder": "Search parent tag …",
|
||||
"admin_tag_inherited_color": "Color inherited from {parent}",
|
||||
"admin_tag_ancestry_label": "Path",
|
||||
"admin_tag_children_label": "Child Tags",
|
||||
"admin_tag_children_more": "… and {count} more",
|
||||
"admin_tag_merge_heading": "Merge",
|
||||
"admin_tag_merge_description": "Transfer all documents and child tags to another tag, then delete this one.",
|
||||
"admin_tag_merge_btn": "Merge with another tag …",
|
||||
"admin_tag_merge_target_label": "Target Tag",
|
||||
"admin_tag_merge_preview_docs": "{count} documents",
|
||||
"admin_tag_merge_preview_children": "{count} children",
|
||||
"admin_tag_merge_deleted_after": "will be deleted after",
|
||||
"admin_tag_merge_confirm_btn": "Merge now",
|
||||
"admin_tag_merge_step1": "Step 1 of 2",
|
||||
"admin_tag_merge_step2": "Step 2 of 2",
|
||||
"admin_tag_delete_impact": "{docs} document(s) · {descendants} child tags",
|
||||
"admin_tag_delete_only_this": "Delete only this tag",
|
||||
"admin_tag_delete_only_this_sub": "Children will be moved to {parent}",
|
||||
"admin_tag_delete_only_this_sub_root": "Children will become root tags",
|
||||
"admin_tag_delete_subtree": "Delete entire subtree",
|
||||
"admin_tag_delete_subtree_warn": "Also deletes {count} child tags",
|
||||
"admin_tag_delete_confirm_heading": "Type «{name}» to confirm:"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user