Add translations for various purposes in nodac

This commit is contained in:
2020-03-22 18:46:41 +01:00
parent 5e0478c376
commit 1b554ac8f8
24 changed files with 59 additions and 31 deletions

View File

@ -92,6 +92,7 @@
"annotations": "Annotations",
"pagination": "Pagination",
"results_line": "Results line",
"toggle_history": "Toggle history"
"toggle_history": "Toggle history",
"edit_log": "Edit log"
}
}

View File

@ -17,6 +17,8 @@
"admin": "Admin",
"groupadmin": "Group admin",
"editor": "Editor",
"switch_language": "Switch language"
"switch_language": "Switch language",
"month": "month",
"year": "year"
}
}

View File

@ -57,6 +57,7 @@
"linked_to_subordinate_actor": "Linked to subordinate actor",
"updated_base_information_of_actor": "Updated base information of actor",
"loaded_info_from_gnd": "Loaded additional information from GND",
"deleted_gnd_info": "Additional information from the GND was deleted"
"deleted_gnd_info": "Additional information from the GND was deleted",
"duplicate_entries": "dublicate entries (same person or institution)"
}
}
}

View File

@ -52,6 +52,7 @@
"deleted_place": "Deleted place",
"merged_places": "Merged places",
"set_new_main_synonym": "Set new main synonym",
"transferred_to_tag": "Transferred to tag"
"transferred_to_tag": "Transferred to tag",
"duplicate_entries": "duplicate entries (same place)"
}
}

View File

@ -45,6 +45,7 @@
"changed_main_tag_in_synonym_group": "Changed main tag in synonym group",
"added_link_to_subordinate_term": "Added link to subordinate term",
"deleted_link_to_other_tag": "Deleted link to other tag",
"merged_tags": "Merged tags"
"merged_tags": "Merged tags",
"duplicate_entries": "duplicate entries (same tag)"
}
}

View File

@ -46,6 +46,7 @@
"merged_times": "Zeitbegriffe zusammen gef\u00fchrt",
"transferred_time_to_tag": "Transferred time to tag",
"deleted_time_entry": "Deleted time entry",
"updated_base_information_for_time_entry": "Updated base information for time entry"
"updated_base_information_for_time_entry": "Updated base information for time entry",
"duplicate_entries": "duplicate entries (same time)"
}
}
}