Add translations for interactive feedback

This commit is contained in:
2020-03-18 16:58:13 +01:00
parent 57c8c09856
commit 604f6e5f69
21 changed files with 224 additions and 21 deletions

View File

@ -48,6 +48,10 @@
"deleted_all_translations": "Deleted all translations",
"deleted_translation": "Deleted translation",
"updated_translations": "\u00dcbersetzung aktualisiert",
"updated_approval_status_of_place": "Updated approval status of place"
"updated_approval_status_of_place": "Updated approval status of place",
"deleted_place": "Deleted place",
"merged_places": "Merged places",
"set_new_main_synonym": "Set new main synonym",
"transferred_to_tag": "Transferred to tag"
}
}

View File

@ -26,6 +26,25 @@
"broader_instantiate": "instantiate",
"narrower_generic": "generic",
"narrower_partitive": "partitive",
"narrower_instantiate": "instantiate"
"narrower_instantiate": "instantiate",
"added_new_tag": "Added new tag",
"updated_approval_status_of_tag": "Updated approval status of tag",
"added_link_to_superordinate_term": "Added link to superordinate term",
"added_new_related_term": "Added new related term",
"added_link_to_synonymous_term": "Added link to synonymous term",
"transferred_tag_to_actor": "Transferred tag to actor",
"added_new_translation": "Added new translation",
"deleted_all_translations": "Deleted all translations",
"deleted_translation": "Deleted translation",
"updated_translations": "Updated translations",
"updated_base_information_of_tag": "Updated base information of tag",
"removed_synonym_group": "Removed synonym group",
"deleted_tag": "Deleted tag",
"transferred_tag_to_time": "Transferred tag to time",
"transferred_tag_to_place": "Transferred tag to place",
"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"
}
}

View File

@ -40,6 +40,12 @@
"no_counting_time_hint": "Eg. \"1784\". With timespans larger than one year please calculate the year in the middle (e.g. Time is \"1870-1880\" -> Counting time is \"1875\". Month and day have to be digits, e.g. month -> \"04\", day -> \"12\" - both might be left empty",
"wrong_month": "Please give month in the correct way",
"wrong_day": "Please give day in the correct way",
"end_before_start": "Your time starts after it ended"
"end_before_start": "Your time starts after it ended",
"added_new_time_entry": "Added new time entry",
"updated_approval_status_of_time_entry": "Updated approval status of time entry",
"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"
}
}