Stand 2018-05-17.

This commit is contained in:
2018-05-17 15:49:18 +02:00
committed by Stefan Rohde-Enslin
parent 9f3f452674
commit 6f3e3195a7
60 changed files with 261 additions and 41 deletions

View File

@ -40,6 +40,7 @@
"title_objects_in_time": "T\u00e1rgyak az id\u0151vonalon",
"impressum": "impressum",
"privacy_policy": "Privacy policy",
"for_example": "For example"
"for_example": "For example",
"exhibitions": "Exhibitions"
}
}

View File

@ -0,0 +1,6 @@
{
"tlExhibitions": {
"exhibitions": "Exhibitions",
"exhibitions_intro": "On this page, you can find an overview of all the exhibitions on museum digital."
}
}

View File

@ -7,6 +7,9 @@
"topics": "T\u00f6rt\u00e9netek",
"contact": "Kapcsolat",
"API": "API",
"API_link": ""
"API_link": "",
"rss_feeds": "RSS feeds",
"api": "API",
"exhibition": "Exhibition"
}
}

View File

@ -22,7 +22,9 @@
"not_shown": "A t\u00e1rgyat jelenleg nem lehet publik\u00e1lni.<br>A k\u00e9p elrejt\u00e9s\u00e9nek lehets\u00e9ges okai: Nem adta meg a k\u00e9pre vonatkoz\u00f3 szerz\u0151i jogi inform\u00e1ci\u00f3kat, vagy a t\u00e1rgyadatok kit\u00f6t\u00e9se nem megfelel\u0151.<br>A hi\u00e1nyoss\u00e1gok p\u00f3tl\u00e1sa ut\u00e1n meg fog jelenni a t\u00e1rgy a publikus fel\u00fcleten.",
"basic_data": "Basic Data",
"object_title": "Object title",
"cite_this_page": "Cite this page"
"cite_this_page": "Cite this page",
"licence_metadata": "Licence (Metadata)",
"licence_images": "Licence (images)"
},
"objekt_single": {
"inventory_number": "Lelt\u00e1ri sz\u00e1m",

8
frontend/hu/texts.json Normal file
View File

@ -0,0 +1,8 @@
{
"texts": {
"rss_title": "RSS feeds",
"rss_content": "<p>On this page you can find a list of all RSS feeds this page offers.<\/p><ul><li><a>General feed for all objects<\/a><\/li><\/ul>",
"api_title": "API and Export Options",
"api_content": "<h3>JSON API<\/h3><article><p>Museum-Digital offers JSON APIs for most of the central pages.<\/p><\/article><h3>Further export options<\/h3><article><ul><\/ul><\/article>"
}
}