Add translations for cleanup scripts in nodac

This commit is contained in:
2020-03-22 22:00:54 +01:00
parent e08da2071b
commit 340cceb99b
8 changed files with 60 additions and 8 deletions

View File

@ -53,6 +53,11 @@
"merged_places": "Merged places",
"set_new_main_synonym": "Set new main synonym",
"transferred_to_tag": "Transferred to tag",
"duplicate_entries": "duplicate entries (same place)"
"duplicate_entries": "duplicate entries (same place)",
"not_allowed_relations_one_generation": "Not allowed relations (one generation)",
"broader_and_narrower": "entries with broader units as narrower units - (check 1",
"self_is_broader": "entries where a place is its own broader unit (check 2)",
"not_allowed_relations_second_generation": "Not allowed relations (second generation)",
"illegal_uncles": "places have as broader of broader some of their directly broader units"
}
}

View File

@ -46,6 +46,14 @@
"added_link_to_subordinate_term": "Added link to subordinate term",
"deleted_link_to_other_tag": "Deleted link to other tag",
"merged_tags": "Merged tags",
"duplicate_entries": "duplicate entries (same tag)"
"duplicate_entries": "duplicate entries (same tag)",
"check_multiple_relations": "Multiple relations",
"no_multiple_relations_found": "No multiple relations found",
"multiple_relations_between_keywords": "multiple relations beween keywords",
"not_allowed_relations_one_generation": "Not allowed relations (one generation)",
"entries_with_father_as_child": "entries with father as child in one entry - (check 1)",
"entries_with_child_as_father": "entries with child as father in one entry - (check 2)",
"not_allowed_relations_second_generation": "Not allowed relations (second generation)",
"illegal_uncles": "tags have as grandfathers some of their fathers (that are not son of the grandfather)"
}
}