Nodac: Add translation variables for feedback and menu options

This commit is contained in:
2020-03-18 07:13:56 +01:00
committed by Stefan Rohde-Enslin
parent 2eb8d92d68
commit 57c8c09856
28 changed files with 266 additions and 28 deletions

View File

@ -68,6 +68,12 @@
"sync_no_authority": "Synchronize without links to authorities",
"synchronize": "Synchronize",
"to_tag_control": "Did you mean one of the following keywords?",
"to_tag_new": "It is not in the list. Create new keyword"
"to_tag_new": "It is not in the list. Create new keyword",
"no_description": "No description",
"no_coords": "No coordinates",
"no_superordinate": "No superordinate",
"no_translation": "No translations",
"missing_information": "Missing information",
"no_entity_encoding": "No entity encoding"
}
}

View File

@ -41,6 +41,23 @@
"gender_female": "Female",
"gender_male": "Male",
"gender_other": "Other",
"gender_explica": "Gender of the actor"
"gender_explica": "Gender of the actor",
"added_new_translation": "Added new translation",
"deleted_all_translations": "Deleted all translations",
"deleted_translation": "Deleted translation",
"updated_translations": "Updated translations",
"added_new_actor": "Added new actor",
"removed_link_to_superordinate": "Removed link to superordinate",
"updated_approval_status_of_actor": "Updated approval status of actor",
"deleted_actor": "Deleted actor",
"removed_link_to_subordinate": "Removed link to subordinate",
"linked_to_superordinate_actor": "Linked to superordinate actor",
"linked_to_synonymous_actor": "Linked to synonymous actor",
"removed_link_to_synonymous_entry": "Removed link to synonymous entry",
"transferred_actor_to_tag": "Transferred actor to tag",
"updated_noda_link": "Updated link to controlled vocabulary",
"updated_GND_encoding": "Updated GND encoding",
"linked_to_subordinate_actor": "Linked to subordinate actor",
"updated_base_information_of_actor": "Updated base information of actor"
}
}

View File

@ -38,6 +38,16 @@
"get_geonames_cha": "Change additional info from geonames",
"number_inhabitants": "Number of inhabitants",
"above_zero": "Elevation",
"alternative_names": "Alternative names"
"alternative_names": "Alternative names",
"updated_base_information_of_place": "Updated base information of place",
"synonymizing_with_a_place_itself_does_not_work": "Synonymising with a place itself does not work",
"the_link_was_already_existent": "The link was already existent",
"linked_synonyms": "Linked synonyms",
"deleted_link_to_linked_place": "Deleted link to linked place",
"added_new_translation": "Added new translation",
"deleted_all_translations": "Deleted all translations",
"deleted_translation": "Deleted translation",
"updated_translations": "\u00dcbersetzung aktualisiert",
"updated_approval_status_of_place": "Updated approval status of place"
}
}

View File

@ -6,6 +6,7 @@
"unprocessed": "Unprocessed",
"question": "Questionable",
"last_changed_by": "Last changed by",
"connected_to_authorities": "Connected to authority files"
"connected_to_authorities": "Connected to authority files",
"missing_information": "Missing information"
}
}