Stand 2019-03-29

This commit is contained in:
2019-03-29 13:35:54 +01:00
committed by Stefan Rohde-Enslin
parent 07e4e0693d
commit dce309f7d6
103 changed files with 3361 additions and 92 deletions

22
backend/iw/tag.json Normal file
View File

@ -0,0 +1,22 @@
{
"tag": {
"tag": "Keyword",
"english": "... in English",
"remarks": "Remarks",
"no_tag": "Please enter a keyword",
"not_related": "Keyword is not related to any object",
"tag_annotated": "The tag has been annotated.",
"tag_name": "Name",
"engl": "(in English)",
"annotation": "Annotation",
"add_new_annotation": "Add a new annotation:",
"equivalents": "Equivalent",
"synonyms": "Synonyms",
"related_terms": "Related terms",
"broader": "Broader",
"narrower": "Narrower",
"generic": "Generic",
"instance_of": "Instance of",
"partitive": "Partitive"
}
}