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

View File

@ -102,6 +102,7 @@
"newspapers_mailing_lists": "H\u00edrlev\u00e9l lista",
"room": "Szoba",
"image": "Image",
"menu_items": "F\u0151men\u0171 elemei"
"menu_items": "F\u0151men\u0171 elemei",
"backgrounds": "Backgrounds"
}
}

View File

@ -65,6 +65,13 @@
"specific_entries_material": "Kieg\u00e9sz\u00edt\u0151 meghat\u00e1roz\u00e1s: Anyag",
"specific_entries_technique": "Kieg\u00e9sz\u00edt\u0151 meghat\u00e1roz\u00e1s: Technika",
"export_in_which_format": "Milyen adatcsere form\u00e1tumban t\u00f6rt\u00e9njen az export?",
"md_standard_format": "XML (a M\u00fazeumDigit\u00e1r standard adatcsere form\u00e1tuma)"
"md_standard_format": "XML (a M\u00fazeumDigit\u00e1r standard adatcsere form\u00e1tuma)",
"unit": "Egys\u00e9g",
"date": "D\u00e1tum",
"position_in_lit": "Pontos hivatkoz\u00e1s a szakirodalomban",
"main_image": "Nyit\u00f3 k\u00e9p",
"image_order": "Sorsz\u00e1m a k\u00e9pek sorrendj\u00e9ben",
"only_export_main_image": "Extra: Csak a nyit\u00f3 k\u00e9p export\u00e1l\u00e1sa",
"position_in_series": "A t\u00e1rgy sorsz\u00e1ma a sorozatban"
}
}

View File

@ -27,7 +27,10 @@
"all_objects": "Az \u00f6sszes t\u00e1rgy list\u00e1z\u00e1sa",
"show_object": "T\u00e1rgy megjelen\u00edt\u00e9se",
"annotation": "Komment\u00e1r",
"add_new_annotation": "\u00daj komment\u00e1r hozz\u00e1f\u0171z\u00e9se:"
"add_new_annotation": "\u00daj komment\u00e1r hozz\u00e1f\u0171z\u00e9se:",
"broader": "Broader",
"narrower": "Narrower",
"elsewhere": "Elsewhere"
},
"geo": {
"name": "Helys\u00e9gn\u00e9v",

15
backend/hu/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."
}
}

View File

@ -9,6 +9,14 @@
"tag_name": "N\u00e9v",
"engl": "N\u00e9v angol ford\u00edt\u00e1sa",
"annotation": "Komment",
"add_new_annotation": "\u00daj komment hozz\u00e1ad\u00e1sa"
"add_new_annotation": "\u00daj komment hozz\u00e1ad\u00e1sa",
"equivalents": "Equivalent",
"synonyms": "Synonyms",
"related_terms": "Related terms",
"broader": "Broader",
"narrower": "Narrower",
"generic": "Generic",
"instance_of": "Instance of",
"partitive": "Partitive"
}
}