Added sources. Stand 2019-01-24.

This commit is contained in:
2019-01-24 23:11:12 +01:00
committed by Stefan Rohde-Enslin
parent 56d5fe5f60
commit e70a53366a
57 changed files with 420 additions and 46 deletions

15
backend/ar/sources.json Normal file
View File

@ -0,0 +1,15 @@
{
"tlSources": {
"add_new_source": "Add new source",
"type": "Type",
"type_explica": "The type of the source.",
"article": "Article",
"inbook": "Article in edited volume",
"book": "Book",
"phdthesis": "PhD thesis",
"electronical": "Electronical",
"misc": "Miscelaneous",
"author_creator": "Author \/ creator",
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
}
}