diff --git a/compile.php b/compile.php index 915b85c..26ebe04 100644 --- a/compile.php +++ b/compile.php @@ -27,6 +27,25 @@ function generateTranslationFile(string $lang):string { } +/** + * Generates the json for a translation file. + * + * @param string $lang Language. + * + * @return array + */ +function generateTranslationFilesForMatchOptions(string $lang):array { + + $tlLoader = new MDTlLoader("mdConc", $lang); + $output = []; + foreach (ConcordanceChecker::getLists() as $list) { + $output[$list] = MD_STD::json_encode((new ConcordanceChecker($list))->getMatchOptions($lang)); + } + + return $output; + +} + /** * Generate index.htm. * @@ -63,7 +82,7 @@ function generateAppShell():string { - + @@ -84,6 +103,9 @@ if (!is_dir(SERVED_JSON_ROOT)) { foreach (ALLOWED_LANGS as $lang) { echo "Will generate JSON list of translations for language: " . $lang . PHP_EOL; file_put_contents(SERVED_JSON_ROOT . 'tls.' . $lang . '.json', generateTranslationFile($lang)); + foreach (generateTranslationFilesForMatchOptions($lang) as $list => $tls) { + file_put_contents(SERVED_JSON_ROOT . 'tls.' . $list . '.' . $lang . '.json', $tls); + } } echo "Will generate app shell" . PHP_EOL; diff --git a/public/index.htm b/public/index.htm index 13aedab..2635667 100644 --- a/public/index.htm +++ b/public/index.htm @@ -4,7 +4,7 @@ - + @@ -27,9 +27,9 @@ - + - + \ No newline at end of file diff --git a/public/static/js/qa.min.js b/public/static/js/qa.min.js index 1389a8c..ae9790b 100644 --- a/public/static/js/qa.min.js +++ b/public/static/js/qa.min.js @@ -1 +1 @@ -"use strict";const MAX_INPUT_SIZE=1048576;'serviceWorker'in navigator&&(console.log("Registering service worker"),navigator.serviceWorker.register('/sw.js'));class QaPage{lang;tls;domWrapper;domUploaderWrapper;domUploaderCurrentWrapper;domMainWrapper;parser;selectedActivity;selectedApi;constructor(d,e){this.lang=d,this.tls=Object.freeze(e);let b=document.createElement("div");b.id="contentWrapper",this.domWrapper=b;let a=document.createElement("div");a.id="uploader",a.classList.add("uploader"),this.domUploaderWrapper=a;let c=document.createElement("div");c.id="uploaderMenu",this.domUploaderCurrentWrapper=c;let f=document.createElement("main");this.domMainWrapper=f}goForwardInMenuPages(b){const a=this;switch(b){case"parserSelection":a.drawUpActivitySelection();break;case"activityTypeSelection":a.drawUpApiTypeSelection();break;case"apiTypeSelection":a.drawUpUploadTypeSelection();break;default:console.log("Invalid page to go forward from selected.")}}generateDialogueCloseButton(){const a=document.createElement("a");return a.classList.add("icons"),a.classList.add("iconsClose"),a.classList.add("dialogueCloseX"),a.id="dialogueClose",a.textContent="X",a.title=this.tls.close,a.href="#"+location.href,a.addEventListener('click',QaDialogue.closeDialogue),a}setSelectedActivity(a){['evaluate','convert_to_xml'].includes(a)?this.selectedActivity=a:window.alert("Invalid activity selected")}setSelectedApi(b){let a;switch(this.selectedActivity){case"evaluate":a=['object','count_vocabulary_entries_to_be_added','minimaldatensatz'];break;case"convert_to_xml":const b=document.documentElement.getAttribute("data-allowed-xml-conversion-targets").split(',');a=b;break;default:window.alert("Invalid activity set: "+this.selectedActivity)}a.includes(b)?this.selectedApi=b:window.alert("Invalid activity selected")}downloadFromString(b,c){const d=new Blob([c],{type:"text/plain"}),a=document.createElement("a");a.download=b,a.href=window.URL.createObjectURL(d),a.dataset.downloadurl=["text/plain",a.download,a.href].join(":");const e=new MouseEvent("click",{view:window,bubbles:!0,cancelable:!0});a.dispatchEvent(e),a.remove()}generateValidationOutputsForCountNewToVocabs(c){const b=document.getElementById("validation_overlay_intro");b!==void 0&&b!==null&&b.parentElement.removeChild(b);const a=document.createElement("div"),d=document.createElement("h5");d.textContent=this.tls.count_new_to_vocabs,a.appendChild(d);const e=document.createElement("table");function f(d,e){const a=document.createElement("tr"),b=document.createElement("th");b.textContent=d,a.appendChild(b);const c=document.createElement("td");return c.textContent=e,a.appendChild(c),a}for(let a of c.count)e.appendChild(f(a.category_name,a.count));a.appendChild(e);const g=document.createElement("h6");g.textContent=this.tls.samples,a.appendChild(g);const h=document.createElement("table");for(let a of c.samples)h.appendChild(f(a.category_name,a.entries.join(", ")));return a.appendChild(h),a}generateValidationOutputsForMinimaldatensatz(b){const a=document.createElement("div");for(let d of b){const c=document.createElement("div"),e=document.createElement("h5");e.textContent=this.tls.inventory_number+': '+d.invno,c.appendChild(e);const f=document.createElement("table");for(let c of d.evaluations){const b=document.createElement("tr"),a=document.createElement("td");a.style.width="40px",c.passed===!0?a.style.background="var(--color-green)":a.style.background="var(--color-red)",b.appendChild(a);const e=document.createElement("td");e.textContent=c.text,b.appendChild(e),f.appendChild(b)}c.appendChild(f),a.appendChild(c)}return a}generateRegularValidationOutputs(c){const b=document.createElement("div");function a(d,e){const a=document.createElement("tr"),b=document.createElement("th");b.textContent=d,a.appendChild(b);const c=document.createElement("td");return c.appendChild(e),a.appendChild(c),a}for(let d of c){const g=document.createElement("div"),j=document.createElement("h5");j.textContent=this.tls.inventory_number+': '+d.invno,g.appendChild(j);const e=document.createElement("div"),f=document.createElement("table"),k=document.createElement("span");k.textContent=d.puqi.score,f.appendChild(a(this.tls.puqi_score,k));const h=document.createElement("span");d.plausi.warn===!1?h.textContent=this.tls.check_passed:h.textContent=this.tls.warning,f.appendChild(a(this.tls.plausi+': '+this.tls.status,h));const i=document.createElement("span");if(d.plausi_legal.warn===!1?i.textContent=this.tls.check_passed:i.textContent=this.tls.warning,f.appendChild(a(this.tls.plausi_legal+': '+this.tls.status,i)),e.appendChild(f),d.plausi.msg.length!==0){const a=document.createElement("h6");a.textContent=this.tls.plausibility_warnings,e.appendChild(a);const b=document.createElement("ul");for(let c of d.plausi.msg){const a=document.createElement("li");a.textContent=c,b.appendChild(a)}e.appendChild(b)}if(d.plausi_legal.warn===!0){const a=document.createElement("h6");a.textContent=this.tls.plausibility_warnings_licenses,e.appendChild(a);const b=document.createElement("ul");for(let a of d.plausi_legal.msg){const c=document.createElement("li");if(a.link!==''){const b=document.createElement("a");b.href=a.link,b.textContent=a.text,c.appendChild(b)}else c.textContent=a.text;b.appendChild(c)}e.appendChild(b)}const l=document.createElement("h6");l.textContent=this.tls.puqi_notices,e.appendChild(l);const m=document.createElement("ul");for(let b of d.puqi.msg){const a=document.createElement("li");a.textContent=b.message,m.appendChild(a)}e.appendChild(m),g.appendChild(e),b.appendChild(g)}return b}listValidationOutputs(b){console.log("Listing validation errors");const c=document.createElement("div"),d=document.createElement("h3");d.textContent=this.tls.validation_errors,d.appendChild(this.generateDialogueCloseButton()),c.appendChild(d);const e=document.createElement("p");e.id="validation_overlay_intro",e.textContent=this.tls.objects_identified.replace("[placeholder_for_count]",b.results.length),c.appendChild(e);const a=document.createElement("section");c.appendChild(a);const f=document.createElement("h4");switch(f.textContent=this.tls.results,a.appendChild(f),this.selectedApi){case"count_vocabulary_entries_to_be_added":a.appendChild(this.generateValidationOutputsForCountNewToVocabs(b.results));break;case"minimaldatensatz":a.appendChild(this.generateValidationOutputsForMinimaldatensatz(b.results));break;default:a.appendChild(this.generateRegularValidationOutputs(b.results));break}dialogue=QaDialogue.drawDialogue(c)}async runApiQuery(c){if(navigator.onLine===!1)return window.alert(this.tls.currently_offline_msg),document.body.classList.remove("loading"),!1;let a=this;(async function(){const a=c;a.includes('�')&&window.alert('The file encoding appears to not be UTF-8-encoded!')})();let b={parser:a.parser,lang:a.lang,data:c};a.selectedActivity==='convert_to_xml'&&(b.institution_name=window.prompt("The institution's name cannot automatically be reused from what may be stated in the uploaded data. If you would like to have one in the output data, please enter it here."),b.institution_identifier=window.prompt("The institution's identifier (e.g. an ISIL ID) cannot automatically be reused from what may be stated in the uploaded data. If you would like to have one in the output data, please enter it here."));try{let d=[];for(let a in b)d.push(a+'='+encodeURIComponent(b[a]));const c=await window.fetch('/api/'+a.selectedActivity+'/'+a.selectedApi,{method:'POST',cache:'no-cache',headers:{'Content-Type':'application/x-www-form-urlencoded'},body:d.join("&")});if(document.body.classList.remove("loading"),c.status===200)switch(a.selectedActivity){case"evaluate":try{const b=await c.json();a.listValidationOutputs(b)}catch(a){console.log(a)}break;case"convert_to_xml":const b=await c.text();a.downloadFromString('converted-'+a.selectedActivity+'.xml',b);break;default:window.alert("Invalid activity selected")}else{const a=await c.text();window.alert(a)}}catch(a){console.log(a)}a.drawUpParserSelection()}uploadFileForValidation(b){let c=this;if(b.size>=MAX_INPUT_SIZE)return window.alert(this.tls.filesize_too_big.replace("[placeholder]",MAX_INPUT_SIZE)),!1;const a=new FileReader;a.readAsText(b,'UTF-8'),document.body.classList.add("loading"),a.onload=function(){function b(){c.runApiQuery(a.result)}b()},a.onerror=function(){alert(a.error)}}renderGenHeader(){const b=document.createElement("header");b.id="mainHeader";const a=document.createElement("a");a.id="logoArea",a.href="https://www.museum-digital.org/";const d=document.createElement("img");d.src="/static/img/mdlogo-code.svg",d.alt="Logo of museum-digital",a.appendChild(d);const l=document.createElement("h2");l.textContent="museum-digital",a.appendChild(l),b.appendChild(a);const c=document.createElement("nav"),f=document.createElement("a");f.href="https://en.about.museum-digital.org/about",f.textContent=this.tls.about,c.appendChild(f);const g=document.createElement("div"),h=document.createElement("a");h.textContent=this.tls.contact,h.href="https://en.about.museum-digital.org/contact/",g.appendChild(h);const i=document.createElement("div"),e=document.createElement("a");e.textContent=this.tls.imprint,e.href="https://en.about.museum-digital.org/impressum",i.appendChild(e);const j=document.createElement("a");j.textContent=this.tls.privacy_policy,j.href="https://en.about.museum-digital.org/privacy/",i.appendChild(j),g.appendChild(i),c.appendChild(g);const k=document.createElement("a");k.textContent=this.tls.news,k.href="https://blog.museum-digital.org/",c.appendChild(k),b.appendChild(c),document.body.appendChild(b)}renderHeader(){const b=document.createElement("header");b.id="appHeader";const c=document.createElement("h1"),a=document.createElement("img");a.width="70",a.height="70",a.src="/static/img/mdlogo-code.svg",a.alt="",c.appendChild(a);const d=document.createElement("span");d.textContent="museum-digital:qa",c.appendChild(d),b.appendChild(c),document.body.appendChild(b)}createP(b){const a=document.createElement("p");return a.textContent=b,a}createPlainTextElem(b,c){const a=document.createElement(b);return a.textContent=c,a}renderText(){const a=document.createElement("h2");a.textContent=this.tls.quality_assessment_tools,this.domMainWrapper.appendChild(a),this.domMainWrapper.appendChild(this.createP(this.tls.intro_text)),this.domWrapper.appendChild(this.domMainWrapper)}renderUploader(){const a=document.createElement("textarea");this.domUploaderWrapper.appendChild(a);const b=document.createElement("button");this.domUploaderWrapper.appendChild(b),this.domWrapper.appendChild(this.domUploaderWrapper)}renderStartpageSectionTechBackground(){const a=this;function b(b){b.classList.toggle("active");const a=b;a.style.maxHeight?a.style.maxHeight=null:a.style.maxHeight=a.scrollHeight+"px"}function f(d){d.appendChild(a.createPlainTextElem("h3",a.tls.types_of_evaluations));const c=document.createElement("div");c.classList.add("threeCol");function e(){const c=document.createElement("div");c.id="puqi_ex",c.appendChild(a.createPlainTextElem("h4",a.tls.puqi)),c.appendChild(a.createP(a.tls.puqi_explica)),c.appendChild(a.createPlainTextElem("h5",a.tls.see));const d=document.createElement("ul"),e=document.createElement("li");e.innerHTML='Rohde-Enslin, S. (2014). "PuQi - Eine Versuchung." Paper presented at the Autumn Seminar of the Working Group Documentation of the German Museum Association, 2014 (Herbsttagung der FG Dokumentation des Deutschen Museumsbunds). https://files.museum-digital.org/de/Praesentationen/2014-10-06_PuQI-Eine-Versuchung_SRE.pdf',d.appendChild(e);const f=document.createElement("li");f.innerHTML='Rohde-Enslin, S. (2015). "PuQI – A Smart Way to Create Better Data." Uncommon Culture, 6 (2), 122-129. https://uncommonculture.org/ojs/index.php/UC/article/view/6218',d.appendChild(f);const g=document.createElement("li");return g.innerHTML='Rohde-Enslin, S. (2021). "PuQi – Verführung zu Qualität." museum-digital:blog, https://blog.museum-digital.org/de/2021/01/22/ein-publikations-qualitaets-index-fuer-museumsobjektinformationen/',d.appendChild(g),c.appendChild(d),c.addEventListener('click',function(){b(c)},{passive:!0}),c}function f(){const c=document.createElement("div");c.id="plausi_ex",c.appendChild(a.createPlainTextElem("h4",a.tls.plausi)),c.appendChild(a.createP(a.tls.plausi_explica)),c.appendChild(a.createP(a.tls.plausi_explica_2)),c.appendChild(a.createPlainTextElem("h5",a.tls.see));const d=document.createElement("ul"),e=document.createElement("li");return e.innerHTML='Rohde-Enslin, S. (2017). "Plausi - PuQI hat einen Freund bekommen." Paper presented at the Autumn Seminar of the Working Group Documentation of the German Museum Association, 2017 (Herbsttagung der FG Dokumentation des Deutschen Museumsbunds). https://files.museum-digital.org/de/Praesentationen/2017-11_Plausi-FG-Doku-Berlin_SRE.pdf',d.appendChild(e),c.appendChild(d),c.addEventListener('click',function(){b(c)},{passive:!0}),c}function g(){const c=document.createElement("div");return c.id="plausi_legal_ex",c.appendChild(a.createPlainTextElem("h4",a.tls.plausi_legal)),c.appendChild(a.createP(a.tls.plausi_legal_explica)),c.appendChild(a.createP(a.tls.plausi_legal_explica_2)),c.addEventListener('click',function(){b(c)},{passive:!0}),c}function h(){const c=document.createElement("div");return c.id="minimaldatensatz_ex",c.appendChild(a.createPlainTextElem("h4",a.tls.count_new_to_vocabs)),c.appendChild(a.createP(a.tls.count_new_to_vocabs_explica_1)),c.addEventListener('click',function(){b(c)},{passive:!0}),c}function i(){const c=document.createElement("div");c.id="minimaldatensatz_ex",c.appendChild(a.createPlainTextElem("h4","AG Minimaldatensatz")),c.appendChild(a.createP(a.tls.minimaldatensatz_explica_1)),c.appendChild(a.createP(a.tls.minimaldatensatz_explica_2)),c.appendChild(a.createPlainTextElem("h5",a.tls.see));const d=document.createElement("ul"),e=document.createElement("li");e.innerHTML='AG Minimaldatensatz. (2023). "Minimaldatensatz-Empfehlung." http://minimaldatensatz.de',d.appendChild(e);const f=document.createElement("li");return f.innerHTML='Marchini C. & Greisinger S. (2023). "Ein Fuß in der Tür: Die Minimaldatensatz-Empfehlung für Museen und Sammlungen." Paper presented at the Autumn Seminar of the Working Group Documentation of the German Museum Association, 2023 (Herbsttagung der FG Dokumentation des Deutschen Museumsbunds).',d.appendChild(f),c.appendChild(d),c.addEventListener('click',function(){b(c)},{passive:!0}),c}c.appendChild(e()),c.appendChild(f()),c.appendChild(g()),c.appendChild(h()),c.appendChild(i()),d.appendChild(c)}function g(d){d.appendChild(a.createPlainTextElem("h3",a.tls.other_features));const c=document.createElement("div");c.classList.add("threeCol");function e(){const c=document.createElement("div");c.id="xmlC_ex",c.appendChild(a.createPlainTextElem("h4",a.tls.convert_to_xml)),c.appendChild(a.createP(a.tls.convert_to_xml_explica)),c.appendChild(a.createPlainTextElem("h5",a.tls.see));const e=document.createElement("ul"),f=document.createElement("li"),d=document.createElement("a");return d.textContent="EODEM",d.href="https://cidoc.mini.icom.museum/working-groups/documentation-standards/eodem-home/",f.appendChild(d),e.appendChild(f),c.appendChild(e),c.addEventListener('click',function(){b(c)},{passive:!0}),c}c.appendChild(e()),d.appendChild(c)}const c=document.createElement("div");c.appendChild(this.createPlainTextElem("h2",this.tls.tech_background_hl));const d=document.createElement("div");d.classList.add("summary"),d.appendChild(this.createPlainTextElem("h3",this.tls.summary)),d.appendChild(this.createP(this.tls.tech_background_summary)),d.appendChild(this.createP(this.tls.click_read_more)),c.appendChild(d);const e=this.createP(this.tls.tech_background_text);return e.classList.add("accordion"),c.appendChild(e),d.addEventListener('click',function(){b(e)},{passive:!0}),f(c),g(c),c}renderStartpageSectionFuture(){const a=document.createElement("div");return a.appendChild(this.createPlainTextElem("h2",this.tls.outlook)),a.appendChild(this.createP(this.tls.outlook_text)),a}renderStartpageSectionFaq(){function c(b){b.classList.toggle("active");const a=b;a.style.maxHeight?a.style.maxHeight=null:a.style.maxHeight=a.scrollHeight+"px"}function b(e,f){const a=document.createElement("div");a.id="faqEntry";const b=document.createElement("p");b.classList.add("faq_question"),b.textContent=e,a.appendChild(b);const d=document.createElement("div");return d.classList.add("faq_answer","accordion"),d.textContent=f,a.appendChild(d),b.addEventListener('click',function(){c(d)},{passive:!0}),a}const a=document.createElement("div");return a.id="faq",a.appendChild(this.createPlainTextElem("h2","FAQ")),a.appendChild(b(this.tls.faq_q_1,this.tls.faq_a_1)),a.appendChild(b(this.tls.faq_q_2,this.tls.faq_a_2)),a}renderStartpageSectionMore(){const a=document.createElement("div");a.id="more",a.appendChild(this.createPlainTextElem("h2",this.tls.more));const b=document.createElement("div");b.classList.add("moreTiles"),b.setAttribute("property","itemListElement"),b.setAttribute("typeof","http://schema.org/ListItem");let d=1;function f(o,n,m,l,j,k){const b=document.createElement("a");b.href=o,b.setAttribute("property","position"),b.setAttribute("content",d),d++;const c=document.createElement("picture");c.loading="lazy";const h=document.createElement("source");h.type="image/webp",h.srcset=l,c.appendChild(h);const g=document.createElement("source");g.type="image/png",g.srcset=j,c.appendChild(g);const a=document.createElement("img");a.loading="lazy",a.src=j,a.alt=k,a.width="400",a.height="225",a.setAttribute("property","image"),c.appendChild(a),b.appendChild(c);const f=document.createElement("div");f.classList.add("moreTilesMeta");const e=document.createElement("p");e.textContent=n,e.setAttribute("property","name"),e.classList.add("moreTilesTitle"),f.appendChild(e);const i=document.createElement("p");return i.textContent=m,i.classList.add("moreTilesSubtitle"),f.appendChild(i),b.appendChild(f),b}b.appendChild(f("https://files.museum-digital.org/","Vortragsfolien","Vortrag auf der Herbsttagung der Fachgruppe Dokumentation des DMB, 10.10.2023.","CC BY 4.0 @ Joshua Ramon Enslin, Freies Deutsches Hochstift","/static/img/more/20231010-Presentation.webp","/static/img/more/20231010-Presentation.png","Folie zur Nachnutzbarkeit von vorliegendem Code im Vortrag auf der Herbsttagung der FG Doku.")),a.appendChild(b),a.appendChild(this.createPlainTextElem("h3",this.tls.log));const c=document.createElement("ul"),g=this;function e(b,c){const a=document.createElement("li");return a.textContent=new Intl.DateTimeFormat([g.lang,'de']).format(b)+': '+c,a}c.appendChild(e(new Date(Date.UTC(2023,11,16,3,45,0,738)),"Add options to convert input data to XML formats")),c.appendChild(e(new Date(Date.UTC(2023,9,10,3,45,0,738)),this.tls.launch)),a.appendChild(c),a.appendChild(this.createPlainTextElem("h3",this.tls.thanks));const h=document.createElement("p");return a.appendChild(h),a}renderFooter(){const d=document.createElement("footer"),b=document.createElement("div"),e=document.createElement("a");if(e.textContent="API",e.href="/swagger",b.appendChild(e),'serviceWorker'in navigator){const a=document.createElement("span");a.textContent=this.tls.reload_application,a.setAttribute("tabindex",1),a.addEventListener('click',function(a){Promise.all(['qa-cache-v1'].map(function(a){caches.has(a).then(function(b){b===!0&&caches.delete(a).then(function(a){})})})),location.reload()},{passive:!0,once:!0}),b.appendChild(a)}const i=document.documentElement.getAttribute("data-allowed-langs").split(','),g=document.createElement("div");for(let b of i){const a=document.createElement("a");a.href="#"+b,a.textContent=b,a.style.textTranform="uppercase",a.addEventListener('click',function(a){a.preventDefault(),sessionStorage.setItem("lang",b),location.reload()}),g.appendChild(a)}b.appendChild(g),d.appendChild(b);const a=document.createElement("p"),f=document.createElement("a");f.textContent="CC BY 4.0",f.href="https://creativecommons.org/licenses/by/4.0/",a.appendChild(f),a.appendChild(this.createPlainTextElem("span"," @ "));const c=document.createElement("a");c.textContent="Joshua Ramon Enslin",c.href="https://www.jrenslin.de",c.setAttribute("rel","author"),a.appendChild(c),a.appendChild(this.createPlainTextElem("span",", "));const h=document.createElement("span");h.textContent="2023",a.appendChild(h),d.appendChild(a),document.body.appendChild(d)}}(async function(){function c(){const c=document.documentElement.getAttribute("data-allowed-langs").split(','),a=sessionStorage.getItem("lang");if(a!==void 0&&c.includes(a))return a;if(navigator.language===void 0)return'en';const b=navigator.language.toLowerCase().substr(0,2);return console.log(b),c.includes(b)?b:'en'}const a=c();document.documentElement.setAttribute("lang",a),document.body.classList.add("loading");let e=0,b;function d(){document.body.classList.remove("loading");const c=new QaPage(a,b);c.renderGenHeader(),c.renderHeader(),c.renderUploader(),c.renderText(),document.body.appendChild(c.domWrapper),c.renderFooter()}window.fetch('/static/json/tls.'+a+'.json',{method:'GET',cache:'no-cache',credentials:'same-origin'}).then(function(a){return a.json()}).then(function(a){b=a,d()})})() \ No newline at end of file +"use strict";const MAX_INPUT_SIZE=1048576;'serviceWorker'in navigator&&(console.log("Registering service worker"),navigator.serviceWorker.register('/sw.js'));class QaPage{lang;tls;domWrapper;domUploaderWrapper;domUploaderCurrentWrapper;domMainWrapper;parser;selectedActivity;selectedApi;constructor(d,e){this.lang=d,this.tls=Object.freeze(e);let b=document.createElement("div");b.id="contentWrapper",this.domWrapper=b;let a=document.createElement("div");a.id="uploader",a.classList.add("uploader"),this.domUploaderWrapper=a;let c=document.createElement("div");c.id="uploaderMenu",this.domUploaderCurrentWrapper=c;let f=document.createElement("main");this.domMainWrapper=f}goForwardInMenuPages(b){const a=this;switch(b){case"parserSelection":a.drawUpActivitySelection();break;case"activityTypeSelection":a.drawUpApiTypeSelection();break;case"apiTypeSelection":a.drawUpUploadTypeSelection();break;default:console.log("Invalid page to go forward from selected.")}}generateDialogueCloseButton(){const a=document.createElement("a");return a.classList.add("icons"),a.classList.add("iconsClose"),a.classList.add("dialogueCloseX"),a.id="dialogueClose",a.textContent="X",a.title=this.tls.close,a.href="#"+location.href,a.addEventListener('click',QaDialogue.closeDialogue),a}setSelectedActivity(a){['evaluate','convert_to_xml'].includes(a)?this.selectedActivity=a:window.alert("Invalid activity selected")}setSelectedApi(b){let a;switch(this.selectedActivity){case"evaluate":a=['object','count_vocabulary_entries_to_be_added','minimaldatensatz'];break;case"convert_to_xml":const b=document.documentElement.getAttribute("data-allowed-xml-conversion-targets").split(',');a=b;break;default:window.alert("Invalid activity set: "+this.selectedActivity)}a.includes(b)?this.selectedApi=b:window.alert("Invalid activity selected")}downloadFromString(b,c){const d=new Blob([c],{type:"text/plain"}),a=document.createElement("a");a.download=b,a.href=window.URL.createObjectURL(d),a.dataset.downloadurl=["text/plain",a.download,a.href].join(":");const e=new MouseEvent("click",{view:window,bubbles:!0,cancelable:!0});a.dispatchEvent(e),a.remove()}generateValidationOutputsForCountNewToVocabs(c){const b=document.getElementById("validation_overlay_intro");b!==void 0&&b!==null&&b.parentElement.removeChild(b);const a=document.createElement("div"),d=document.createElement("h5");d.textContent=this.tls.count_new_to_vocabs,a.appendChild(d);const e=document.createElement("table");function f(d,e){const a=document.createElement("tr"),b=document.createElement("th");b.textContent=d,a.appendChild(b);const c=document.createElement("td");return c.textContent=e,a.appendChild(c),a}for(let a of c.count)e.appendChild(f(a.category_name,a.count));a.appendChild(e);const g=document.createElement("h6");g.textContent=this.tls.samples,a.appendChild(g);const h=document.createElement("table");for(let a of c.samples)h.appendChild(f(a.category_name,a.entries.join(", ")));return a.appendChild(h),a}generateValidationOutputsForMinimaldatensatz(b){const a=document.createElement("div");for(let d of b){const c=document.createElement("div"),e=document.createElement("h5");e.textContent=this.tls.inventory_number+': '+d.invno,c.appendChild(e);const f=document.createElement("table");for(let c of d.evaluations){const b=document.createElement("tr"),a=document.createElement("td");a.style.width="40px",c.passed===!0?a.style.background="var(--color-green)":a.style.background="var(--color-red)",b.appendChild(a);const e=document.createElement("td");e.textContent=c.text,b.appendChild(e),f.appendChild(b)}c.appendChild(f),a.appendChild(c)}return a}generateRegularValidationOutputs(c){const b=document.createElement("div");function a(d,e){const a=document.createElement("tr"),b=document.createElement("th");b.textContent=d,a.appendChild(b);const c=document.createElement("td");return c.appendChild(e),a.appendChild(c),a}for(let d of c){const g=document.createElement("div"),j=document.createElement("h5");j.textContent=this.tls.inventory_number+': '+d.invno,g.appendChild(j);const e=document.createElement("div"),f=document.createElement("table"),k=document.createElement("span");k.textContent=d.puqi.score,f.appendChild(a(this.tls.puqi_score,k));const h=document.createElement("span");d.plausi.warn===!1?h.textContent=this.tls.check_passed:h.textContent=this.tls.warning,f.appendChild(a(this.tls.plausi+': '+this.tls.status,h));const i=document.createElement("span");if(d.plausi_legal.warn===!1?i.textContent=this.tls.check_passed:i.textContent=this.tls.warning,f.appendChild(a(this.tls.plausi_legal+': '+this.tls.status,i)),e.appendChild(f),d.plausi.msg.length!==0){const a=document.createElement("h6");a.textContent=this.tls.plausibility_warnings,e.appendChild(a);const b=document.createElement("ul");for(let c of d.plausi.msg){const a=document.createElement("li");a.textContent=c,b.appendChild(a)}e.appendChild(b)}if(d.plausi_legal.warn===!0){const a=document.createElement("h6");a.textContent=this.tls.plausibility_warnings_licenses,e.appendChild(a);const b=document.createElement("ul");for(let a of d.plausi_legal.msg){const c=document.createElement("li");if(a.link!==''){const b=document.createElement("a");b.href=a.link,b.textContent=a.text,c.appendChild(b)}else c.textContent=a.text;b.appendChild(c)}e.appendChild(b)}const l=document.createElement("h6");l.textContent=this.tls.puqi_notices,e.appendChild(l);const m=document.createElement("ul");for(let b of d.puqi.msg){const a=document.createElement("li");a.textContent=b.message,m.appendChild(a)}e.appendChild(m),g.appendChild(e),b.appendChild(g)}return b}listValidationOutputs(b){console.log("Listing validation errors");const c=document.createElement("div"),d=document.createElement("h3");d.textContent=this.tls.validation_errors,d.appendChild(this.generateDialogueCloseButton()),c.appendChild(d);const e=document.createElement("p");e.id="validation_overlay_intro",e.textContent=this.tls.objects_identified.replace("[placeholder_for_count]",b.results.length),c.appendChild(e);const a=document.createElement("section");c.appendChild(a);const f=document.createElement("h4");switch(f.textContent=this.tls.results,a.appendChild(f),this.selectedApi){case"count_vocabulary_entries_to_be_added":a.appendChild(this.generateValidationOutputsForCountNewToVocabs(b.results));break;case"minimaldatensatz":a.appendChild(this.generateValidationOutputsForMinimaldatensatz(b.results));break;default:a.appendChild(this.generateRegularValidationOutputs(b.results));break}dialogue=QaDialogue.drawDialogue(c)}async runApiQuery(c){if(navigator.onLine===!1)return window.alert(this.tls.currently_offline_msg),document.body.classList.remove("loading"),!1;let a=this;(async function(){const a=c;a.includes('�')&&window.alert('The file encoding appears to not be UTF-8-encoded!')})();let b={parser:a.parser,lang:a.lang,data:c};a.selectedActivity==='convert_to_xml'&&(b.institution_name=window.prompt("The institution's name cannot automatically be reused from what may be stated in the uploaded data. If you would like to have one in the output data, please enter it here."),b.institution_identifier=window.prompt("The institution's identifier (e.g. an ISIL ID) cannot automatically be reused from what may be stated in the uploaded data. If you would like to have one in the output data, please enter it here."));try{let d=[];for(let a in b)d.push(a+'='+encodeURIComponent(b[a]));const c=await window.fetch('/api/'+a.selectedActivity+'/'+a.selectedApi,{method:'POST',cache:'no-cache',headers:{'Content-Type':'application/x-www-form-urlencoded'},body:d.join("&")});if(document.body.classList.remove("loading"),c.status===200)switch(a.selectedActivity){case"evaluate":try{const b=await c.json();a.listValidationOutputs(b)}catch(a){console.log(a)}break;case"convert_to_xml":const b=await c.text();a.downloadFromString('converted-'+a.selectedActivity+'.xml',b);break;default:window.alert("Invalid activity selected")}else{const a=await c.text();window.alert(a)}}catch(a){console.log(a)}a.drawUpParserSelection()}uploadFileForValidation(b){let c=this;if(b.size>=MAX_INPUT_SIZE)return window.alert(this.tls.filesize_too_big.replace("[placeholder]",MAX_INPUT_SIZE)),!1;const a=new FileReader;a.readAsText(b,'UTF-8'),document.body.classList.add("loading"),a.onload=function(){function b(){c.runApiQuery(a.result)}b()},a.onerror=function(){alert(a.error)}}renderGenHeader(){const b=document.createElement("header");b.id="mainHeader";const a=document.createElement("a");a.id="logoArea",a.href="https://www.museum-digital.org/";const d=document.createElement("img");d.src="/static/img/mdlogo-code.svg",d.alt="Logo of museum-digital",a.appendChild(d);const l=document.createElement("h2");l.textContent="museum-digital",a.appendChild(l),b.appendChild(a);const c=document.createElement("nav"),f=document.createElement("a");f.href="https://en.about.museum-digital.org/about",f.textContent=this.tls.about,c.appendChild(f);const g=document.createElement("div"),h=document.createElement("a");h.textContent=this.tls.contact,h.href="https://en.about.museum-digital.org/contact/",g.appendChild(h);const i=document.createElement("div"),e=document.createElement("a");e.textContent=this.tls.imprint,e.href="https://en.about.museum-digital.org/impressum",i.appendChild(e);const j=document.createElement("a");j.textContent=this.tls.privacy_policy,j.href="https://en.about.museum-digital.org/privacy/",i.appendChild(j),g.appendChild(i),c.appendChild(g);const k=document.createElement("a");k.textContent=this.tls.news,k.href="https://blog.museum-digital.org/",c.appendChild(k),b.appendChild(c),document.body.appendChild(b)}renderHeader(){const b=document.createElement("header");b.id="appHeader";const c=document.createElement("h1"),a=document.createElement("img");a.width="70",a.height="70",a.src="/static/img/mdlogo-code.svg",a.alt="",c.appendChild(a);const d=document.createElement("span");d.textContent="museum-digital:qa",c.appendChild(d),b.appendChild(c),document.body.appendChild(b)}createP(b){const a=document.createElement("p");return a.textContent=b,a}createPlainTextElem(b,c){const a=document.createElement(b);return a.textContent=c,a}renderText(){const a=document.createElement("h2");a.textContent=this.tls.quality_assessment_tools,this.domMainWrapper.appendChild(a),this.domMainWrapper.appendChild(this.createP(this.tls.intro_text)),this.domWrapper.appendChild(this.domMainWrapper)}renderUploader(){const b=document.createElement("textarea");this.domUploaderWrapper.appendChild(b);const a=document.createElement("button");a.textContent="Submittt",this.domUploaderWrapper.appendChild(a),this.domWrapper.appendChild(this.domUploaderWrapper)}renderStartpageSectionTechBackground(){const a=this;function b(b){b.classList.toggle("active");const a=b;a.style.maxHeight?a.style.maxHeight=null:a.style.maxHeight=a.scrollHeight+"px"}function f(d){d.appendChild(a.createPlainTextElem("h3",a.tls.types_of_evaluations));const c=document.createElement("div");c.classList.add("threeCol");function e(){const c=document.createElement("div");c.id="puqi_ex",c.appendChild(a.createPlainTextElem("h4",a.tls.puqi)),c.appendChild(a.createP(a.tls.puqi_explica)),c.appendChild(a.createPlainTextElem("h5",a.tls.see));const d=document.createElement("ul"),e=document.createElement("li");e.innerHTML='Rohde-Enslin, S. (2014). "PuQi - Eine Versuchung." Paper presented at the Autumn Seminar of the Working Group Documentation of the German Museum Association, 2014 (Herbsttagung der FG Dokumentation des Deutschen Museumsbunds). https://files.museum-digital.org/de/Praesentationen/2014-10-06_PuQI-Eine-Versuchung_SRE.pdf',d.appendChild(e);const f=document.createElement("li");f.innerHTML='Rohde-Enslin, S. (2015). "PuQI – A Smart Way to Create Better Data." Uncommon Culture, 6 (2), 122-129. https://uncommonculture.org/ojs/index.php/UC/article/view/6218',d.appendChild(f);const g=document.createElement("li");return g.innerHTML='Rohde-Enslin, S. (2021). "PuQi – Verführung zu Qualität." museum-digital:blog, https://blog.museum-digital.org/de/2021/01/22/ein-publikations-qualitaets-index-fuer-museumsobjektinformationen/',d.appendChild(g),c.appendChild(d),c.addEventListener('click',function(){b(c)},{passive:!0}),c}function f(){const c=document.createElement("div");c.id="plausi_ex",c.appendChild(a.createPlainTextElem("h4",a.tls.plausi)),c.appendChild(a.createP(a.tls.plausi_explica)),c.appendChild(a.createP(a.tls.plausi_explica_2)),c.appendChild(a.createPlainTextElem("h5",a.tls.see));const d=document.createElement("ul"),e=document.createElement("li");return e.innerHTML='Rohde-Enslin, S. (2017). "Plausi - PuQI hat einen Freund bekommen." Paper presented at the Autumn Seminar of the Working Group Documentation of the German Museum Association, 2017 (Herbsttagung der FG Dokumentation des Deutschen Museumsbunds). https://files.museum-digital.org/de/Praesentationen/2017-11_Plausi-FG-Doku-Berlin_SRE.pdf',d.appendChild(e),c.appendChild(d),c.addEventListener('click',function(){b(c)},{passive:!0}),c}function g(){const c=document.createElement("div");return c.id="plausi_legal_ex",c.appendChild(a.createPlainTextElem("h4",a.tls.plausi_legal)),c.appendChild(a.createP(a.tls.plausi_legal_explica)),c.appendChild(a.createP(a.tls.plausi_legal_explica_2)),c.addEventListener('click',function(){b(c)},{passive:!0}),c}function h(){const c=document.createElement("div");return c.id="minimaldatensatz_ex",c.appendChild(a.createPlainTextElem("h4",a.tls.count_new_to_vocabs)),c.appendChild(a.createP(a.tls.count_new_to_vocabs_explica_1)),c.addEventListener('click',function(){b(c)},{passive:!0}),c}function i(){const c=document.createElement("div");c.id="minimaldatensatz_ex",c.appendChild(a.createPlainTextElem("h4","AG Minimaldatensatz")),c.appendChild(a.createP(a.tls.minimaldatensatz_explica_1)),c.appendChild(a.createP(a.tls.minimaldatensatz_explica_2)),c.appendChild(a.createPlainTextElem("h5",a.tls.see));const d=document.createElement("ul"),e=document.createElement("li");e.innerHTML='AG Minimaldatensatz. (2023). "Minimaldatensatz-Empfehlung." http://minimaldatensatz.de',d.appendChild(e);const f=document.createElement("li");return f.innerHTML='Marchini C. & Greisinger S. (2023). "Ein Fuß in der Tür: Die Minimaldatensatz-Empfehlung für Museen und Sammlungen." Paper presented at the Autumn Seminar of the Working Group Documentation of the German Museum Association, 2023 (Herbsttagung der FG Dokumentation des Deutschen Museumsbunds).',d.appendChild(f),c.appendChild(d),c.addEventListener('click',function(){b(c)},{passive:!0}),c}c.appendChild(e()),c.appendChild(f()),c.appendChild(g()),c.appendChild(h()),c.appendChild(i()),d.appendChild(c)}function g(d){d.appendChild(a.createPlainTextElem("h3",a.tls.other_features));const c=document.createElement("div");c.classList.add("threeCol");function e(){const c=document.createElement("div");c.id="xmlC_ex",c.appendChild(a.createPlainTextElem("h4",a.tls.convert_to_xml)),c.appendChild(a.createP(a.tls.convert_to_xml_explica)),c.appendChild(a.createPlainTextElem("h5",a.tls.see));const e=document.createElement("ul"),f=document.createElement("li"),d=document.createElement("a");return d.textContent="EODEM",d.href="https://cidoc.mini.icom.museum/working-groups/documentation-standards/eodem-home/",f.appendChild(d),e.appendChild(f),c.appendChild(e),c.addEventListener('click',function(){b(c)},{passive:!0}),c}c.appendChild(e()),d.appendChild(c)}const c=document.createElement("div");c.appendChild(this.createPlainTextElem("h2",this.tls.tech_background_hl));const d=document.createElement("div");d.classList.add("summary"),d.appendChild(this.createPlainTextElem("h3",this.tls.summary)),d.appendChild(this.createP(this.tls.tech_background_summary)),d.appendChild(this.createP(this.tls.click_read_more)),c.appendChild(d);const e=this.createP(this.tls.tech_background_text);return e.classList.add("accordion"),c.appendChild(e),d.addEventListener('click',function(){b(e)},{passive:!0}),f(c),g(c),c}renderStartpageSectionFuture(){const a=document.createElement("div");return a.appendChild(this.createPlainTextElem("h2",this.tls.outlook)),a.appendChild(this.createP(this.tls.outlook_text)),a}renderStartpageSectionFaq(){function c(b){b.classList.toggle("active");const a=b;a.style.maxHeight?a.style.maxHeight=null:a.style.maxHeight=a.scrollHeight+"px"}function b(e,f){const a=document.createElement("div");a.id="faqEntry";const b=document.createElement("p");b.classList.add("faq_question"),b.textContent=e,a.appendChild(b);const d=document.createElement("div");return d.classList.add("faq_answer","accordion"),d.textContent=f,a.appendChild(d),b.addEventListener('click',function(){c(d)},{passive:!0}),a}const a=document.createElement("div");return a.id="faq",a.appendChild(this.createPlainTextElem("h2","FAQ")),a.appendChild(b(this.tls.faq_q_1,this.tls.faq_a_1)),a.appendChild(b(this.tls.faq_q_2,this.tls.faq_a_2)),a}renderStartpageSectionMore(){const a=document.createElement("div");a.id="more",a.appendChild(this.createPlainTextElem("h2",this.tls.more));const b=document.createElement("div");b.classList.add("moreTiles"),b.setAttribute("property","itemListElement"),b.setAttribute("typeof","http://schema.org/ListItem");let d=1;function f(o,n,m,l,j,k){const b=document.createElement("a");b.href=o,b.setAttribute("property","position"),b.setAttribute("content",d),d++;const c=document.createElement("picture");c.loading="lazy";const h=document.createElement("source");h.type="image/webp",h.srcset=l,c.appendChild(h);const g=document.createElement("source");g.type="image/png",g.srcset=j,c.appendChild(g);const a=document.createElement("img");a.loading="lazy",a.src=j,a.alt=k,a.width="400",a.height="225",a.setAttribute("property","image"),c.appendChild(a),b.appendChild(c);const f=document.createElement("div");f.classList.add("moreTilesMeta");const e=document.createElement("p");e.textContent=n,e.setAttribute("property","name"),e.classList.add("moreTilesTitle"),f.appendChild(e);const i=document.createElement("p");return i.textContent=m,i.classList.add("moreTilesSubtitle"),f.appendChild(i),b.appendChild(f),b}b.appendChild(f("https://files.museum-digital.org/","Vortragsfolien","Vortrag auf der Herbsttagung der Fachgruppe Dokumentation des DMB, 10.10.2023.","CC BY 4.0 @ Joshua Ramon Enslin, Freies Deutsches Hochstift","/static/img/more/20231010-Presentation.webp","/static/img/more/20231010-Presentation.png","Folie zur Nachnutzbarkeit von vorliegendem Code im Vortrag auf der Herbsttagung der FG Doku.")),a.appendChild(b),a.appendChild(this.createPlainTextElem("h3",this.tls.log));const c=document.createElement("ul"),g=this;function e(b,c){const a=document.createElement("li");return a.textContent=new Intl.DateTimeFormat([g.lang,'de']).format(b)+': '+c,a}c.appendChild(e(new Date(Date.UTC(2023,11,16,3,45,0,738)),"Add options to convert input data to XML formats")),c.appendChild(e(new Date(Date.UTC(2023,9,10,3,45,0,738)),this.tls.launch)),a.appendChild(c),a.appendChild(this.createPlainTextElem("h3",this.tls.thanks));const h=document.createElement("p");return a.appendChild(h),a}renderFooter(){const d=document.createElement("footer"),b=document.createElement("div"),e=document.createElement("a");if(e.textContent="API",e.href="/swagger",b.appendChild(e),'serviceWorker'in navigator){const a=document.createElement("span");a.textContent=this.tls.reload_application,a.setAttribute("tabindex",1),a.addEventListener('click',function(a){Promise.all(['qa-cache-v1'].map(function(a){caches.has(a).then(function(b){b===!0&&caches.delete(a).then(function(a){})})})),location.reload()},{passive:!0,once:!0}),b.appendChild(a)}const i=document.documentElement.getAttribute("data-allowed-langs").split(','),g=document.createElement("div");for(let b of i){const a=document.createElement("a");a.href="#"+b,a.textContent=b,a.style.textTranform="uppercase",a.addEventListener('click',function(a){a.preventDefault(),sessionStorage.setItem("lang",b),location.reload()}),g.appendChild(a)}b.appendChild(g),d.appendChild(b);const a=document.createElement("p"),f=document.createElement("a");f.textContent="CC BY 4.0",f.href="https://creativecommons.org/licenses/by/4.0/",a.appendChild(f),a.appendChild(this.createPlainTextElem("span"," @ "));const c=document.createElement("a");c.textContent="Joshua Ramon Enslin",c.href="https://www.jrenslin.de",c.setAttribute("rel","author"),a.appendChild(c),a.appendChild(this.createPlainTextElem("span",", "));const h=document.createElement("span");h.textContent="2023",a.appendChild(h),d.appendChild(a),document.body.appendChild(d)}}(async function(){function c(){const c=document.documentElement.getAttribute("data-allowed-langs").split(','),a=sessionStorage.getItem("lang");if(a!==void 0&&c.includes(a))return a;if(navigator.language===void 0)return'en';const b=navigator.language.toLowerCase().substr(0,2);return console.log(b),c.includes(b)?b:'en'}const a=c();document.documentElement.setAttribute("lang",a),document.body.classList.add("loading");let e=0,b;function d(){document.body.classList.remove("loading");const c=new QaPage(a,b);c.renderGenHeader(),c.renderHeader(),c.renderUploader(),c.renderText(),document.body.appendChild(c.domWrapper),c.renderFooter()}window.fetch('/static/json/tls.'+a+'.json',{method:'GET',cache:'no-cache',credentials:'same-origin'}).then(function(a){return a.json()}).then(function(a){b=a,d()})})() \ No newline at end of file diff --git a/public/static/json/tls.MDConcActor.de.json b/public/static/json/tls.MDConcActor.de.json new file mode 100644 index 0000000..a5c1352 --- /dev/null +++ b/public/static/json/tls.MDConcActor.de.json @@ -0,0 +1 @@ +[{"id":23,"name":"(allgemein)"},{"id":29,"name":"Dekor entworfen von"},{"id":12,"name":"Druckplatte erstellt von"},{"id":30,"name":"Form entworfen von"},{"id":4,"name":"Vorlagen erstellt von"},{"id":5,"name":"abgebildet"},{"id":13,"name":"abgeschickt von"},{"id":20,"name":"abgeschrieben von"},{"id":14,"name":"ausgefertigt von"},{"id":25,"name":"beauftragt von"},{"id":37,"name":"bemalt von"},{"id":45,"name":"besch\u00e4digt von"},{"id":42,"name":"besessen von"},{"id":11,"name":"empfangen von"},{"id":35,"name":"erdacht von"},{"id":16,"name":"erstbeschrieben von"},{"id":10,"name":"fotografiert von"},{"id":26,"name":"gedruckt von"},{"id":50,"name":"geerbt von"},{"id":2,"name":"gefunden von"},{"id":41,"name":"gekauft von"},{"id":9,"name":"gemalt von"},{"id":6,"name":"genutzt von"},{"id":8,"name":"gesammelt von"},{"id":49,"name":"gespendet \/ geschenkt von"},{"id":27,"name":"gesprochen von"},{"id":28,"name":"gesungen von"},{"id":19,"name":"gezeichnet von"},{"id":51,"name":"hat zum Hauptgegenstand"},{"id":48,"name":"herausgegeben von"},{"id":1,"name":"hergestellt von"},{"id":38,"name":"illustriert von"},{"id":31,"name":"modelliert von"},{"id":44,"name":"restauriert von"},{"id":32,"name":"signiert von"},{"id":15,"name":"unterzeichnet von"},{"id":7,"name":"verfasst von"},{"id":34,"name":"vergraben von"},{"id":43,"name":"verkauft von"},{"id":47,"name":"verloren von"},{"id":40,"name":"versteigert von"},{"id":3,"name":"ver\u00f6ffentlicht von"},{"id":33,"name":"wurde erw\u00e4hnt von"},{"id":46,"name":"zerst\u00f6rt von"},{"id":39,"name":"zusammengef\u00fcgt von"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcActor.en.json b/public/static/json/tls.MDConcActor.en.json new file mode 100644 index 0000000..2b9ff97 --- /dev/null +++ b/public/static/json/tls.MDConcActor.en.json @@ -0,0 +1 @@ +[{"id":29,"name":"Decor designed by"},{"id":30,"name":"Form designed by"},{"id":12,"name":"Printing plate produced by"},{"id":23,"name":"[general]"},{"id":39,"name":"assembled by"},{"id":40,"name":"auctioned by"},{"id":32,"name":"autographed by"},{"id":41,"name":"bought by"},{"id":34,"name":"buried by"},{"id":8,"name":"collected by"},{"id":25,"name":"commissioned by"},{"id":35,"name":"conceived by"},{"id":20,"name":"copied (by hand) by"},{"id":1,"name":"created by"},{"id":45,"name":"damaged by"},{"id":5,"name":"depicted"},{"id":46,"name":"destroyed by"},{"id":49,"name":"donated by"},{"id":19,"name":"drawn by"},{"id":48,"name":"edited by"},{"id":16,"name":"first described by"},{"id":2,"name":"found by"},{"id":51,"name":"had subject"},{"id":38,"name":"illustrated by"},{"id":50,"name":"inherited by"},{"id":14,"name":"issued by"},{"id":47,"name":"lost by"},{"id":33,"name":"mentioned by"},{"id":31,"name":"modelled by"},{"id":42,"name":"owned by"},{"id":9,"name":"painted by"},{"id":37,"name":"painted on by"},{"id":10,"name":"photographed by"},{"id":26,"name":"printed by"},{"id":3,"name":"published by"},{"id":11,"name":"received by"},{"id":27,"name":"recorded by"},{"id":44,"name":"restored by"},{"id":13,"name":"sent by"},{"id":15,"name":"signed by"},{"id":43,"name":"sold by"},{"id":28,"name":"sung by"},{"id":4,"name":"templates created by"},{"id":6,"name":"was used by"},{"id":7,"name":"written by"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcActor.uk.json b/public/static/json/tls.MDConcActor.uk.json new file mode 100644 index 0000000..4110a83 --- /dev/null +++ b/public/static/json/tls.MDConcActor.uk.json @@ -0,0 +1 @@ +[{"id":23,"name":"[\u0437\u0430\u0433\u0430\u043b\u044c\u043d\u0435]"},{"id":6,"name":"\u0431\u0443\u043b\u043e \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":14,"name":"\u0432\u0438\u043f\u0443\u0449\u0435\u043d\u043e (\u043a\u0438\u043c)"},{"id":16,"name":"\u0432\u043f\u0435\u0440\u0448\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":13,"name":"\u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e (\u043a\u0438\u043c)"},{"id":48,"name":"\u0432\u0456\u0434\u0440\u0435\u0434\u0430\u0433\u043e\u0432\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":44,"name":"\u0432\u0456\u0434\u0440\u0435\u0441\u0442\u0430\u0432\u0440\u043e\u0432\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":29,"name":"\u0434\u0435\u043a\u043e\u0440 \u0440\u043e\u0437\u0440\u043e\u0431\u043b\u0435\u043d\u043e (\u043a\u0438\u043c)"},{"id":12,"name":"\u0434\u0440\u0443\u043a\u0430\u0440\u0441\u044c\u043a\u0443 \u0444\u043e\u0440\u043c\u0443 \u0432\u0438\u0433\u043e\u0442\u0435\u0432\u043b\u0435\u043d\u043e (\u043a\u0438\u043c)"},{"id":47,"name":"\u0437\u0430\u0433\u0443\u0431\u043b\u0435\u043d\u043e (\u043a\u0438\u043c)"},{"id":35,"name":"\u0437\u0430\u0434\u0443\u043c\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":25,"name":"\u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043e (\u043a\u0438\u043c)"},{"id":27,"name":"\u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":33,"name":"\u0437\u0433\u0430\u0434\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":31,"name":"\u0437\u043c\u043e\u0434\u0435\u043b\u044c\u043e\u0432\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":2,"name":"\u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e (\u043a\u0438\u043c)"},{"id":46,"name":"\u0437\u043d\u0438\u0449\u0435\u043d\u043e (\u043a\u0438\u043c)"},{"id":5,"name":"\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043e"},{"id":1,"name":"\u0437\u0440\u043e\u0431\u043b\u0435\u043d\u043e (\u043a\u0438\u043c)"},{"id":8,"name":"\u0437\u0456\u0431\u0440\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":39,"name":"\u0437\u0456\u0431\u0440\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":41,"name":"\u043a\u0443\u043f\u043b\u0435\u043d\u043e (\u043a\u0438\u043c)"},{"id":51,"name":"\u043c\u0430\u043b\u043e \u0442\u0435\u043c\u043e\u044e (\u043a\u043e\u0433\u043e)"},{"id":26,"name":"\u043d\u0430\u0434\u0440\u0443\u043a\u043e\u0432\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":42,"name":"\u043d\u0430\u043b\u0435\u0436\u0430\u043b\u043e (\u043a\u043e\u043c\u0443)"},{"id":37,"name":"\u043d\u0430\u043c\u0430\u043b\u044c\u043e\u0432\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":9,"name":"\u043d\u0430\u043c\u0430\u043b\u044c\u043e\u0432\u0430\u043d\u043e\/\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":7,"name":"\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":19,"name":"\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e\/\u043d\u0430\u043c\u0430\u043b\u044c\u043e\u0432\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":3,"name":"\u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":11,"name":"\u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":49,"name":"\u043f\u043e\u0434\u0430\u0440\u043e\u0432\u043d\u043e (\u043a\u0438\u043c)"},{"id":34,"name":"\u043f\u043e\u0445\u043e\u0432\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":45,"name":"\u043f\u043e\u0448\u043a\u043e\u0434\u0436\u0435\u043d\u043e (\u043a\u0438\u043c)"},{"id":43,"name":"\u043f\u0440\u043e\u0434\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":40,"name":"\u043f\u0440\u043e\u0434\u0430\u043d\u043e \u0437 \u0430\u0443\u043a\u0446\u0456\u043e\u043d\u0443 (\u043a\u0438\u043c)"},{"id":38,"name":"\u043f\u0440\u043e\u0456\u043b\u044e\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":32,"name":"\u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u043e (\u0430\u0432\u0442\u043e\u0433\u0440\u0430\u0444) (\u043a\u0438\u043c)"},{"id":15,"name":"\u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":20,"name":"\u0441\u043f\u0438\u0441\u0430\u043d\u043e (\u0440\u0443\u043a\u043e\u044e) (\u043a\u0438\u043c)"},{"id":10,"name":"\u0441\u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u043e\u0432\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":28,"name":"\u0443 \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u0456 (\u043a\u043e\u0433\u043e)"},{"id":50,"name":"\u0443\u0441\u043f\u0430\u0434\u043a\u043e\u0432\u0430\u043d\u043e (\u043a\u0438\u043c)"},{"id":30,"name":"\u0444\u043e\u0440\u043c\u0443 \u0440\u043e\u0437\u0440\u043e\u0431\u043b\u0435\u043d\u043e (\u043a\u0438\u043c)"},{"id":4,"name":"\u0448\u0430\u0431\u043b\u043e\u043d\u0438, \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u0456 (\u043a\u0438\u043c)"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcCheckTypes.de.json b/public/static/json/tls.MDConcCheckTypes.de.json new file mode 100644 index 0000000..80a3fff --- /dev/null +++ b/public/static/json/tls.MDConcCheckTypes.de.json @@ -0,0 +1 @@ +[{"id":"location_accuracy_check","name":"Check der Korrektheit der Standortangaben"},{"id":"completeness_check","name":"Vollst\u00e4ndigkeits-Check"},{"id":"condition_check","name":"Zustands-Check"},{"id":"data_correctness_check","name":"\u00dcberpr\u00fcfung der Korrektheit der erfassten Daten"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcCheckTypes.en.json b/public/static/json/tls.MDConcCheckTypes.en.json new file mode 100644 index 0000000..84b1017 --- /dev/null +++ b/public/static/json/tls.MDConcCheckTypes.en.json @@ -0,0 +1 @@ +[{"id":"location_accuracy_check","name":"Check of location accuracy"},{"id":"completeness_check","name":"Completeness check"},{"id":"condition_check","name":"Condition check"},{"id":"data_correctness_check","name":"Data correctness check"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcCheckTypes.uk.json b/public/static/json/tls.MDConcCheckTypes.uk.json new file mode 100644 index 0000000..2f229e0 --- /dev/null +++ b/public/static/json/tls.MDConcCheckTypes.uk.json @@ -0,0 +1 @@ +[{"id":"data_correctness_check","name":"\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0430 \u043a\u043e\u0440\u0435\u043a\u0442\u043d\u043e\u0441\u0442\u0456 \u0434\u0430\u043d\u0438\u0445"},{"id":"completeness_check","name":"\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0430 \u043f\u043e\u0432\u043d\u043e\u0442\u0438 \u0437\u0430\u043f\u043e\u0432\u043d\u0435\u043d\u043d\u044f"},{"id":"condition_check","name":"\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0430 \u0441\u0442\u0430\u043d\u0443"},{"id":"location_accuracy_check","name":"\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0430 \u0442\u043e\u0447\u043d\u043e\u0441\u0442\u0456 \u043c\u0456\u0441\u0446\u0435\u0437\u043d\u0430\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcCloserLocationTypes.de.json b/public/static/json/tls.MDConcCloserLocationTypes.de.json new file mode 100644 index 0000000..8536e13 --- /dev/null +++ b/public/static/json/tls.MDConcCloserLocationTypes.de.json @@ -0,0 +1 @@ +[{"id":0,"name":""},{"id":1,"name":"Aufnahmeort"},{"id":3,"name":"Fr\u00fcherer Ort"},{"id":2,"name":"Fundort"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcCloserLocationTypes.en.json b/public/static/json/tls.MDConcCloserLocationTypes.en.json new file mode 100644 index 0000000..2f40596 --- /dev/null +++ b/public/static/json/tls.MDConcCloserLocationTypes.en.json @@ -0,0 +1 @@ +[{"id":0,"name":""},{"id":3,"name":"Former place"},{"id":2,"name":"Place of discovery"},{"id":1,"name":"Place of recording"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcCloserLocationTypes.uk.json b/public/static/json/tls.MDConcCloserLocationTypes.uk.json new file mode 100644 index 0000000..8f0572d --- /dev/null +++ b/public/static/json/tls.MDConcCloserLocationTypes.uk.json @@ -0,0 +1 @@ +[{"id":0,"name":""},{"id":3,"name":"\u041a\u043e\u043b\u0438\u0448\u043d\u0454 \u043c\u0456\u0441\u0446\u0435 \u043f\u0435\u0440\u0435\u0431\u0443\u0432\u0430\u043d\u043d\u044f"},{"id":2,"name":"\u041c\u0456\u0441\u0446\u0435 \u0432\u0438\u044f\u0432\u043b\u0435\u043d\u043d\u044f"},{"id":1,"name":"\u041c\u0456\u0441\u0446\u0435 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u043d\u044f \u0437\u0430\u043f\u0438\u0441\u0443"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcColors.de.json b/public/static/json/tls.MDConcColors.de.json new file mode 100644 index 0000000..abcb28a --- /dev/null +++ b/public/static/json/tls.MDConcColors.de.json @@ -0,0 +1 @@ +[{"id":"blue","name":"Blau"},{"id":"teal","name":"Blaugr\u00fcn"},{"id":"maroon","name":"Braun"},{"id":"navy","name":"Dunkelblau"},{"id":"fuchsia","name":"Fuchsia"},{"id":"yellow","name":"Gelb"},{"id":"gray","name":"Grau"},{"id":"green","name":"Gr\u00fcn"},{"id":"lime","name":"Hellgr\u00fcn"},{"id":"purple","name":"Lila"},{"id":"olive","name":"Oliv"},{"id":"red","name":"Rot"},{"id":"black","name":"Schwarz"},{"id":"silver","name":"Silber"},{"id":"aqua","name":"T\u00fcrkis"},{"id":"white","name":"Wei\u00df"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcColors.en.json b/public/static/json/tls.MDConcColors.en.json new file mode 100644 index 0000000..c108522 --- /dev/null +++ b/public/static/json/tls.MDConcColors.en.json @@ -0,0 +1 @@ +[{"id":"aqua","name":"Aqua"},{"id":"black","name":"Black"},{"id":"blue","name":"Blue"},{"id":"fuchsia","name":"Fuchsia"},{"id":"gray","name":"Gray"},{"id":"green","name":"Green"},{"id":"lime","name":"Lime"},{"id":"maroon","name":"Maroon"},{"id":"navy","name":"Navy"},{"id":"olive","name":"Olive"},{"id":"purple","name":"Purple"},{"id":"red","name":"Red"},{"id":"silver","name":"Silver"},{"id":"teal","name":"Teal"},{"id":"white","name":"White"},{"id":"yellow","name":"Yellow"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcColors.uk.json b/public/static/json/tls.MDConcColors.uk.json new file mode 100644 index 0000000..ccfa3e6 --- /dev/null +++ b/public/static/json/tls.MDConcColors.uk.json @@ -0,0 +1 @@ +[{"id":"blue","name":"\u0411\u043b\u0430\u043a\u0438\u0442\u043d\u0438\u0439"},{"id":"white","name":"\u0411\u0456\u043b\u0438\u0439"},{"id":"teal","name":"\u0411\u0456\u0440\u044e\u0437\u043e\u0432\u0438\u0439"},{"id":"yellow","name":"\u0416\u043e\u0432\u0442\u0438\u0439"},{"id":"green","name":"\u0417\u0435\u043b\u0435\u043d\u0438\u0439"},{"id":"lime","name":"\u041b\u0430\u0439\u043c"},{"id":"aqua","name":"\u041c\u043e\u0440\u0441\u044c\u043a\u0430 \u0445\u0432\u0438\u043b\u044f"},{"id":"olive","name":"\u041e\u043b\u0438\u0432\u043a\u043e\u0432\u0438\u0439"},{"id":"purple","name":"\u041f\u0443\u0440\u043f\u0443\u0440\u043e\u0432\u0438\u0439"},{"id":"silver","name":"\u0421\u0440\u0456\u0431\u043d\u0438\u0439"},{"id":"gray","name":"\u0421\u0456\u0440\u0438\u0439"},{"id":"maroon","name":"\u0422\u0435\u043c\u043d\u043e-\u0431\u043e\u0440\u0434\u043e\u0432\u0438\u0439"},{"id":"navy","name":"\u0422\u0435\u043c\u043d\u043e-\u0441\u0438\u043d\u0456\u0439"},{"id":"fuchsia","name":"\u0424\u0443\u043a\u0441\u0456\u044f"},{"id":"red","name":"\u0427\u0435\u0440\u0432\u043e\u043d\u0438\u0439"},{"id":"black","name":"\u0427\u043e\u0440\u043d\u0438\u0439"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcCurrencies.de.json b/public/static/json/tls.MDConcCurrencies.de.json new file mode 100644 index 0000000..7f30889 --- /dev/null +++ b/public/static/json/tls.MDConcCurrencies.de.json @@ -0,0 +1 @@ +[{"id":"","name":""},{"id":"by-BYN","name":"Belarussischer Rubel"},{"id":"de-DM","name":"Deutsche Mark"},{"id":"eu-EUR","name":"Euro"},{"id":"hu-Ft","name":"Forint"},{"id":"fr-FF","name":"Franz\u00f6sischer Franc"},{"id":"ua-UAH","name":"Hrywnja"},{"id":"id-IDR","name":"Indonesische Rupiah"},{"id":"hu-Lari","name":"Lari"},{"id":"ddr-MDN","name":"MDN (DDR)"},{"id":"ddr-Mark","name":"Mark (DDR)"},{"id":"hu-Peng\u0151","name":"Peng\u0151"},{"id":"uk-GBP","name":"Pfund Sterling"},{"id":"es-Real","name":"Real (Spanien)"},{"id":"de-RM","name":"Reichsmark (Deutsches Reich)"},{"id":"ru-RUB","name":"Russischer Rubel"},{"id":"ch-CHF","name":"Schweizer Franken"},{"id":"su-SUR","name":"Sowjetischer Rubel"},{"id":"us-USD","name":"US Dollar"},{"id":"ua-UAK","name":"Ukrainische Karbowanez"},{"id":"pl-Z\u0142oty","name":"Z\u0142oty"},{"id":"hu-Korona","name":"\u00d6sterreichisch-ungarische Krone"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcCurrencies.en.json b/public/static/json/tls.MDConcCurrencies.en.json new file mode 100644 index 0000000..9c997b8 --- /dev/null +++ b/public/static/json/tls.MDConcCurrencies.en.json @@ -0,0 +1 @@ +[{"id":"","name":""},{"id":"hu-Korona","name":"Austro-Hungarian krone"},{"id":"by-BYN","name":"Belarusian ruble"},{"id":"de-DM","name":"Deutsche Mark"},{"id":"eu-EUR","name":"Euro"},{"id":"hu-Ft","name":"Forint"},{"id":"fr-FF","name":"French Franc"},{"id":"id-IDR","name":"Indonesian Rupiah"},{"id":"hu-Lari","name":"Lari"},{"id":"ddr-MDN","name":"MDN (GDR)"},{"id":"ddr-Mark","name":"Mark (GDR)"},{"id":"hu-Peng\u0151","name":"Peng\u0151"},{"id":"uk-GBP","name":"Pound Sterling"},{"id":"de-RM","name":"Reichsmark (Germany)"},{"id":"ru-RUB","name":"Russian ruble"},{"id":"su-SUR","name":"Soviet ruble"},{"id":"es-Real","name":"Spanish Real"},{"id":"ch-CHF","name":"Swiss franc"},{"id":"us-USD","name":"US Dollar"},{"id":"ua-UAH","name":"Ukrainian hryvnia"},{"id":"ua-UAK","name":"Ukrainian karbovanets"},{"id":"pl-Z\u0142oty","name":"Z\u0142oty"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcCurrencies.uk.json b/public/static/json/tls.MDConcCurrencies.uk.json new file mode 100644 index 0000000..9da69e3 --- /dev/null +++ b/public/static/json/tls.MDConcCurrencies.uk.json @@ -0,0 +1 @@ +[{"id":"","name":""},{"id":"ddr-MDN","name":"MDN (\u041d\u0414\u0420)"},{"id":"eu-EUR","name":"\u0404\u0432\u0440\u043e"},{"id":"id-IDR","name":"\u0406\u043d\u0434\u043e\u043d\u0435\u0437\u0456\u0439\u0441\u044c\u043a\u0430 \u0440\u0443\u043f\u0456\u044f"},{"id":"es-Real","name":"\u0406\u0441\u043f\u0430\u043d\u0441\u044c\u043a\u0438\u0439 \u0420\u0435\u0430\u043b"},{"id":"hu-Korona","name":"\u0410\u0432\u0441\u0442\u0440\u043e-\u0423\u0433\u043e\u0440\u0441\u044c\u043a\u0430 \u043a\u0440\u043e\u043d\u0430"},{"id":"us-USD","name":"\u0410\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u044c\u043a\u0438\u0439 \u0434\u043e\u043b\u0430\u0440"},{"id":"by-BYN","name":"\u0411\u0456\u043b\u043e\u0440\u0443\u0441\u044c\u043a\u0438\u0439 \u0440\u0443\u0431\u043b\u044c"},{"id":"pl-Z\u0142oty","name":"\u0417\u043b\u043e\u0442\u0438"},{"id":"hu-Lari","name":"\u041b\u0430\u0440\u0456"},{"id":"ddr-Mark","name":"\u041c\u0430\u0440\u043a\u0430 (\u041d\u0414\u0420)"},{"id":"de-DM","name":"\u041d\u0456\u043c\u0435\u0446\u044c\u043a\u0430 \u043c\u0430\u0440\u043a\u0430"},{"id":"hu-Peng\u0151","name":"\u041f\u0435\u043d\u0433\u0435"},{"id":"su-SUR","name":"\u0420\u0430\u0434\u044f\u043d\u0441\u044c\u043a\u0438\u0439 \u0440\u0443\u0431\u043b\u044c"},{"id":"de-RM","name":"\u0420\u0435\u0439\u0445\u0441\u043c\u0430\u0440\u043a\u0430 (\u041d\u0456\u043c\u0435\u0447\u0447\u0438\u043d\u0430)"},{"id":"ru-RUB","name":"\u0420\u043e\u0441\u0456\u0439\u0441\u044c\u043a\u0438\u0439 \u0440\u0443\u0431\u043b\u044c"},{"id":"ua-UAH","name":"\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430 \u0433\u0440\u0438\u0432\u043d\u044f"},{"id":"ua-UAK","name":"\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0438\u0439 \u043a\u0430\u0440\u0431\u043e\u0432\u0430\u043d\u0435\u0446\u044c"},{"id":"hu-Ft","name":"\u0424\u043e\u0440\u0438\u043d\u0442"},{"id":"fr-FF","name":"\u0424\u0440\u0430\u043d\u0446\u0443\u0437\u044c\u043a\u0438\u0439 \u0444\u0440\u0430\u043d\u043a"},{"id":"uk-GBP","name":"\u0424\u0443\u043d\u0442 \u0441\u0442\u0435\u0440\u043b\u0456\u043d\u0433\u0456\u0432"},{"id":"ch-CHF","name":"\u0428\u0432\u0435\u0439\u0446\u0430\u0440\u0441\u044c\u043a\u0438\u0439 \u0444\u0440\u0430\u043d\u043a"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcDamageTypes.de.json b/public/static/json/tls.MDConcDamageTypes.de.json new file mode 100644 index 0000000..3f75025 --- /dev/null +++ b/public/static/json/tls.MDConcDamageTypes.de.json @@ -0,0 +1 @@ +[{"id":"desiccation","name":"Austrocknung"},{"id":"breakage","name":"Bruchschaden"},{"id":"water_damage","name":"Wasserschaden"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcDamageTypes.en.json b/public/static/json/tls.MDConcDamageTypes.en.json new file mode 100644 index 0000000..ea2f223 --- /dev/null +++ b/public/static/json/tls.MDConcDamageTypes.en.json @@ -0,0 +1 @@ +[{"id":"breakage","name":"Breakage"},{"id":"desiccation","name":"Desiccation"},{"id":"water_damage","name":"Water damage"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcDamageTypes.uk.json b/public/static/json/tls.MDConcDamageTypes.uk.json new file mode 100644 index 0000000..0dff3fc --- /dev/null +++ b/public/static/json/tls.MDConcDamageTypes.uk.json @@ -0,0 +1 @@ +[{"id":"desiccation","name":"\u0412\u0438\u0441\u0438\u0445\u0430\u043d\u043d\u044f"},{"id":"breakage","name":"\u041f\u043e\u043b\u043e\u043c\u043a\u0430"},{"id":"water_damage","name":"\u041f\u043e\u0448\u043a\u043e\u0434\u0436\u0435\u043d\u043d\u044f \u0432\u0456\u0434 \u0432\u043e\u0434\u0438"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcEntryTypes.de.json b/public/static/json/tls.MDConcEntryTypes.de.json new file mode 100644 index 0000000..ab46f18 --- /dev/null +++ b/public/static/json/tls.MDConcEntryTypes.de.json @@ -0,0 +1 @@ +[{"id":0,"name":""},{"id":99,"name":"Anderer rechtm\u00e4\u00dfiger Zugang"},{"id":16,"name":"Dauerleihgabe"},{"id":11,"name":"Eigenproduktion"},{"id":7,"name":"Enteignung"},{"id":5,"name":"Erbschaft \/ Nachlass"},{"id":15,"name":"Fund"},{"id":3,"name":"Grabung"},{"id":2,"name":"Kauf"},{"id":9,"name":"Leihgabe"},{"id":12,"name":"Material Strain (T\u00f6rzsanyag)"},{"id":4,"name":"Notbergung"},{"id":1,"name":"Schenkung"},{"id":6,"name":"Stiftung"},{"id":10,"name":"Tausch"},{"id":98,"name":"Ungekl\u00e4rt"},{"id":8,"name":"Ursprungsbestand"},{"id":14,"name":"Vorlass"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcEntryTypes.en.json b/public/static/json/tls.MDConcEntryTypes.en.json new file mode 100644 index 0000000..5acaad0 --- /dev/null +++ b/public/static/json/tls.MDConcEntryTypes.en.json @@ -0,0 +1 @@ +[{"id":0,"name":""},{"id":7,"name":"Dispossession"},{"id":1,"name":"Donation"},{"id":4,"name":"Emergency Rescue"},{"id":6,"name":"Endowment"},{"id":3,"name":"Excavation"},{"id":10,"name":"Exchange"},{"id":15,"name":"Finding"},{"id":11,"name":"In-house production"},{"id":5,"name":"Inheritance"},{"id":9,"name":"Loan"},{"id":12,"name":"Material Strain (T\u00f6rzsanyag)"},{"id":8,"name":"Original condition"},{"id":99,"name":"Other legal acquisition"},{"id":16,"name":"Permanent loan"},{"id":2,"name":"Purchase"},{"id":98,"name":"To be checked"},{"id":14,"name":"Vorlass"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcEntryTypes.uk.json b/public/static/json/tls.MDConcEntryTypes.uk.json new file mode 100644 index 0000000..b727ab5 --- /dev/null +++ b/public/static/json/tls.MDConcEntryTypes.uk.json @@ -0,0 +1 @@ +[{"id":0,"name":""},{"id":99,"name":"\u0406\u043d\u0448\u0435 \u0437\u0430\u043a\u043e\u043d\u043d\u0435 \u043f\u0440\u0438\u0434\u0431\u0430\u043d\u043d\u044f"},{"id":4,"name":"\u0410\u0432\u0430\u0440\u0456\u0439\u043d\u043e-\u0440\u044f\u0442\u0443\u0432\u0430\u043b\u044c\u043d\u0456 \u0440\u043e\u0431\u043e\u0442\u0438"},{"id":1,"name":"\u0411\u043b\u0430\u0433\u043e\u0434\u0456\u0439\u043d\u0438\u0439 \u0432\u043d\u0435\u0441\u043e\u043a"},{"id":11,"name":"\u0412\u043b\u0430\u0441\u043d\u0435 \u0432\u0438\u0440\u043e\u0431\u043d\u0438\u0446\u0442\u0432\u043e"},{"id":12,"name":"\u0414\u0435\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f \u043c\u0430\u0442\u0435\u0440\u0456\u0430\u043b\u0443"},{"id":6,"name":"\u0415\u043d\u0434\u0430\u0443\u043c\u0435\u043d\u0442"},{"id":2,"name":"\u0417\u0430\u043a\u0443\u043f\u0456\u0432\u043b\u044f"},{"id":15,"name":"\u0417\u043d\u0430\u0445\u0456\u0434\u043a\u0430"},{"id":10,"name":"\u041e\u0431\u043c\u0456\u043d"},{"id":8,"name":"\u041e\u0440\u0438\u0433\u0456\u043d\u0430\u043b\u044c\u043d\u0438\u0439 \u0441\u0442\u0430\u043d"},{"id":7,"name":"\u041f\u043e\u0437\u0431\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u043f\u0440\u0430\u0432\u0430 \u0432\u043b\u0430\u0441\u043d\u043e\u0441\u0442\u0456"},{"id":9,"name":"\u041f\u043e\u0437\u0438\u043a\u0430"},{"id":16,"name":"\u041f\u043e\u0441\u0442\u0456\u0439\u043d\u0430 \u043f\u043e\u0437\u0438\u043a\u0430"},{"id":14,"name":"\u041f\u0440\u0435\u0446\u0435\u0434\u0435\u043d\u0442"},{"id":98,"name":"\u041f\u0456\u0434\u043b\u044f\u0433\u0430\u0454 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0446\u0456"},{"id":3,"name":"\u0420\u043e\u0437\u043a\u043e\u043f\u043a\u0438"},{"id":5,"name":"\u0421\u043f\u0430\u0434\u0449\u0438\u043d\u0430"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcEventTypes.de.json b/public/static/json/tls.MDConcEventTypes.de.json new file mode 100644 index 0000000..94c5ee0 --- /dev/null +++ b/public/static/json/tls.MDConcEventTypes.de.json @@ -0,0 +1 @@ +[{"id":13,"name":"Abgeschickt"},{"id":20,"name":"Abgeschrieben"},{"id":10,"name":"Aufgenommen"},{"id":14,"name":"Ausgefertigt"},{"id":25,"name":"Beauftragt"},{"id":37,"name":"Bemalt"},{"id":45,"name":"Besch\u00e4digt"},{"id":42,"name":"Besessen"},{"id":29,"name":"Dekor entworfen"},{"id":12,"name":"Druckplatte hergestellt"},{"id":11,"name":"Empfangen"},{"id":52,"name":"Entstanden"},{"id":16,"name":"Erstbeschreibung"},{"id":30,"name":"Form entworfen"},{"id":26,"name":"Gedruckt"},{"id":50,"name":"Geerbt"},{"id":2,"name":"Gefunden"},{"id":35,"name":"Geistige Sch\u00f6pfung"},{"id":41,"name":"Gekauft"},{"id":9,"name":"Gemalt"},{"id":8,"name":"Gesammelt"},{"id":49,"name":"Gespendet \/ Geschenkt"},{"id":27,"name":"Gesprochen"},{"id":28,"name":"Gesungen"},{"id":19,"name":"Gezeichnet"},{"id":21,"name":"Hat gelebt"},{"id":51,"name":"Hat zum Hauptgegenstand"},{"id":48,"name":"Herausgegeben"},{"id":1,"name":"Hergestellt"},{"id":38,"name":"Illustriert"},{"id":31,"name":"Modelliert"},{"id":44,"name":"Restauriert"},{"id":32,"name":"Signiert"},{"id":15,"name":"Unterzeichnet"},{"id":7,"name":"Verfasst"},{"id":34,"name":"Vergraben"},{"id":43,"name":"Verkauft"},{"id":47,"name":"Verschollen"},{"id":40,"name":"Versteigert"},{"id":3,"name":"Ver\u00f6ffentlicht"},{"id":4,"name":"Vorlagenerstellung"},{"id":5,"name":"Wurde abgebildet (Akteur)"},{"id":36,"name":"Wurde abgebildet (Ort)"},{"id":33,"name":"Wurde erw\u00e4hnt"},{"id":6,"name":"Wurde genutzt"},{"id":46,"name":"Zerst\u00f6rt"},{"id":39,"name":"Zusammengef\u00fcgt"},{"id":22,"name":"[Geographischer Bezug]"},{"id":23,"name":"[Person-K\u00f6rperschaft-Bezug]"},{"id":24,"name":"[Zeitbezug]"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcEventTypes.en.json b/public/static/json/tls.MDConcEventTypes.en.json new file mode 100644 index 0000000..14cb59c --- /dev/null +++ b/public/static/json/tls.MDConcEventTypes.en.json @@ -0,0 +1 @@ +[{"id":39,"name":"Assembled"},{"id":40,"name":"Auctioned"},{"id":32,"name":"Autographed\/Signed"},{"id":41,"name":"Bought"},{"id":34,"name":"Buried"},{"id":8,"name":"Collected"},{"id":25,"name":"Commissioned"},{"id":20,"name":"Copied (by hand)"},{"id":1,"name":"Created"},{"id":45,"name":"Damaged"},{"id":29,"name":"Decor designed"},{"id":46,"name":"Destroyed"},{"id":49,"name":"Donated \/ present"},{"id":19,"name":"Drawn"},{"id":48,"name":"Edited"},{"id":52,"name":"Emerged"},{"id":16,"name":"First description"},{"id":30,"name":"Form designed"},{"id":2,"name":"Found"},{"id":51,"name":"Had subject"},{"id":38,"name":"Illustrated"},{"id":10,"name":"Image taken"},{"id":50,"name":"Inherited"},{"id":35,"name":"Intellectual creation"},{"id":14,"name":"Issued"},{"id":21,"name":"Lived"},{"id":47,"name":"Lost"},{"id":33,"name":"Mentioned"},{"id":31,"name":"Modelled"},{"id":42,"name":"Owned"},{"id":9,"name":"Painted"},{"id":37,"name":"Painted on"},{"id":26,"name":"Printed"},{"id":12,"name":"Printing plate produced"},{"id":3,"name":"Published"},{"id":11,"name":"Received"},{"id":27,"name":"Recorded"},{"id":44,"name":"Restored"},{"id":13,"name":"Sent"},{"id":15,"name":"Signed"},{"id":43,"name":"Sold"},{"id":28,"name":"Sung"},{"id":4,"name":"Template creation"},{"id":36,"name":"Was depicted"},{"id":5,"name":"Was depicted (Actor)"},{"id":6,"name":"Was used"},{"id":7,"name":"Written"},{"id":23,"name":"[Relation to person or institution]"},{"id":24,"name":"[Relation to time]"},{"id":22,"name":"[Relationship to location]"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcEventTypes.uk.json b/public/static/json/tls.MDConcEventTypes.uk.json new file mode 100644 index 0000000..f9f1856 --- /dev/null +++ b/public/static/json/tls.MDConcEventTypes.uk.json @@ -0,0 +1 @@ +[{"id":24,"name":"[\u0412\u0456\u0434\u043d\u043e\u0448\u0435\u043d\u043d\u044f \u0434\u043e \u0447\u0430\u0441\u0443]"},{"id":23,"name":"[\u0412\u0456\u0434\u043d\u043e\u0448\u0435\u043d\u043d\u044f \u0437 \u043b\u044e\u0434\u0438\u043d\u043e\u044e \u0447\u0438 \u0456\u043d\u0441\u0442\u0438\u0442\u0443\u0446\u0456\u0454\u044e]"},{"id":22,"name":"[\u0412\u0456\u0434\u043d\u043e\u0448\u0435\u043d\u043d\u044f \u0437 \u043c\u0456\u0441\u0446\u0435\u0437\u043d\u0430\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f\u043c]."},{"id":38,"name":"\u0406\u043b\u044e\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u043e"},{"id":35,"name":"\u0406\u043d\u0442\u0435\u043b\u0435\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u0430 \u0442\u0432\u043e\u0440\u0447\u0456\u0441\u0442\u044c"},{"id":5,"name":"\u0411\u0443\u0432 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439 (\u0430\u043a\u0442\u043e\u0440)"},{"id":6,"name":"\u0411\u0443\u043b\u043e \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043e"},{"id":25,"name":"\u0412\u0432\u0435\u0434\u0435\u043d\u043e \u0432 \u0435\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0456\u044e"},{"id":12,"name":"\u0412\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u043e \u0434\u0440\u0443\u043a\u0430\u0440\u0441\u044c\u043a\u0443 \u0444\u043e\u0440\u043c\u0443"},{"id":14,"name":"\u0412\u0438\u0434\u0430\u043d\u043e"},{"id":47,"name":"\u0412\u0442\u0440\u0430\u0447\u0435\u043d\u043e\/\u0417\u0430\u0433\u0443\u0431\u043b\u0435\u043d\u043e"},{"id":13,"name":"\u0412\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e"},{"id":48,"name":"\u0412\u0456\u0434\u0440\u0435\u0434\u0430\u0433\u043e\u0432\u0430\u043d\u043e"},{"id":44,"name":"\u0412\u0456\u0434\u0440\u0435\u0441\u0442\u0430\u0432\u0440\u043e\u0432\u0430\u043d\u043e"},{"id":29,"name":"\u0414\u0438\u0437\u0430\u0439\u043d\u0435\u0440\u0441\u044c\u043a\u0438\u0439 \u0434\u0435\u043a\u043e\u0440"},{"id":32,"name":"\u0417 \u0430\u0432\u0442\u043e\u0433\u0440\u0430\u0444\u043e\u043c\/\u043f\u0456\u0434\u043f\u0438\u0441\u043e\u043c"},{"id":52,"name":"\u0417'\u044f\u0432\u0438\u043b\u043e\u0441\u044f"},{"id":27,"name":"\u0417\u0430\u043f\u0438\u0441\u0430\u043d\u043e"},{"id":33,"name":"\u0417\u0433\u0430\u0434\u0443\u0454\u0442\u044c\u0441\u044f"},{"id":31,"name":"\u0417\u043c\u043e\u0434\u0435\u043b\u044c\u043e\u0432\u0430\u043d\u043e"},{"id":2,"name":"\u0417\u043d\u0430\u0439\u0434\u0435\u043d\u043e"},{"id":46,"name":"\u0417\u043d\u0438\u0449\u0435\u043d\u043e"},{"id":36,"name":"\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043e"},{"id":10,"name":"\u0417\u0440\u043e\u0431\u043b\u0435\u043d\u043e \u0437\u043d\u0456\u043c\u043e\u043a"},{"id":8,"name":"\u0417\u0456\u0431\u0440\u0430\u043d\u043e"},{"id":39,"name":"\u0417\u0456\u0431\u0440\u0430\u043d\u043e"},{"id":51,"name":"\u041c\u0430\u0432 \u0442\u0435\u043c\u0443"},{"id":26,"name":"\u041d\u0430\u0434\u0440\u0443\u043a\u043e\u0432\u0430\u043d\u043e"},{"id":19,"name":"\u041d\u0430\u043c\u0430\u043b\u044c\u043e\u0432\u0430\u043d\u043e"},{"id":37,"name":"\u041d\u0430\u043c\u0430\u043b\u044c\u043e\u0432\u0430\u043d\u043e"},{"id":9,"name":"\u041d\u0430\u043c\u0430\u043b\u044c\u043e\u0432\u0430\u043d\u043e\/\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e (\u0434\u043b\u044f \u043a\u0430\u0440\u0442\u0438\u043d)"},{"id":3,"name":"\u041e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u043e"},{"id":11,"name":"\u041e\u0442\u0440\u0438\u043c\u0430\u043d\u043e"},{"id":16,"name":"\u041f\u0435\u0440\u0448\u0438\u0439 \u043e\u043f\u0438\u0441"},{"id":7,"name":"\u041f\u0438\u0441\u044c\u043c\u043e\u0432\u0438\u0439"},{"id":49,"name":"\u041f\u043e\u0436\u0435\u0440\u0442\u0432\u0443\u0432\u0430\u043d\u043e \/ \u043f\u043e\u0434\u0430\u0440\u043e\u0432\u0430\u043d\u043e"},{"id":34,"name":"\u041f\u043e\u0445\u043e\u0432\u0430\u043d\u043e"},{"id":45,"name":"\u041f\u043e\u0448\u043a\u043e\u0434\u0436\u0435\u043d\u043e"},{"id":41,"name":"\u041f\u0440\u0438\u0434\u0431\u0430\u043d\u043e"},{"id":43,"name":"\u041f\u0440\u043e\u0434\u0430\u043d\u043e"},{"id":40,"name":"\u041f\u0440\u043e\u0434\u0430\u043d\u043e \u043d\u0430 \u0430\u0443\u043a\u0446\u0456\u043e\u043d\u0456"},{"id":21,"name":"\u041f\u0440\u043e\u0436\u0438\u0432\u0430\u0432"},{"id":15,"name":"\u041f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u043e"},{"id":20,"name":"\u0421\u043a\u043e\u043f\u0456\u0439\u043e\u0432\u0430\u043d\u043e (\u0432\u0456\u0434 \u0440\u0443\u043a\u0438)"},{"id":28,"name":"\u0421\u043f\u0456\u0432\u0430\u043d\u0438\u0439"},{"id":4,"name":"\u0421\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0443"},{"id":1,"name":"\u0421\u0442\u0432\u043e\u0440\u0435\u043d\u043e"},{"id":42,"name":"\u0423 \u0432\u043b\u0430\u0441\u043d\u043e\u0441\u0442\u0456"},{"id":50,"name":"\u0423\u0441\u043f\u0430\u0434\u043a\u043e\u0432\u0430\u043d\u043e"},{"id":30,"name":"\u0424\u043e\u0440\u043c\u0430 \u0440\u043e\u0437\u0440\u043e\u0431\u043b\u0435\u043d\u043e"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcLanguages.de.json b/public/static/json/tls.MDConcLanguages.de.json new file mode 100644 index 0000000..365804d --- /dev/null +++ b/public/static/json/tls.MDConcLanguages.de.json @@ -0,0 +1 @@ +[{"id":"aa","name":"Afar-\u00e1f"},{"id":"ab","name":"\u0430\u04a7\u0441\u0443\u0430 \u0431\u044b\u0437\u0448\u04d9\u0430"},{"id":"ae","name":"Avestan"},{"id":"af","name":"Afrikaans"},{"id":"ak","name":"Akan"},{"id":"am","name":"Amharic"},{"id":"an","name":"Aragonese"},{"id":"ar","name":"\u0627\u0644\u0639\u0631\u0628\u064a\u0629"},{"id":"as","name":"Assamese"},{"id":"av","name":"Avaric"},{"id":"ay","name":"Aymara"},{"id":"az","name":"Azerbaijani"},{"id":"ba","name":"Bashkir"},{"id":"be","name":"\u0431\u0435\u043b\u0430\u0440\u0443\u0441\u043a\u0430\u044f \u043c\u043e\u0432\u0430"},{"id":"bg","name":"\u0431\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438 \u0435\u0437\u0438\u043a"},{"id":"bh","name":"Bihari"},{"id":"bi","name":"Bislama"},{"id":"bm","name":"Bambara"},{"id":"bn","name":"Bengali"},{"id":"bo","name":"\u0f56\u0f7c\u0f51\u0f0b\u0f66\u0f90\u0f51"},{"id":"br","name":"Breton"},{"id":"bs","name":"Bosnian"},{"id":"ca","name":"catal\u00e0"},{"id":"ce","name":"Chechen"},{"id":"ch","name":"Chamorro"},{"id":"co","name":"Corsican"},{"id":"cr","name":"Cree"},{"id":"cs","name":"\u010de\u0161tina"},{"id":"cu","name":"\u0441\u043b\u043e\u0432\u0463\u043d\u044c\u0441\u043a\u044a \u0469\u0437\u044b\u043a\u044a"},{"id":"cv","name":"Chuvash"},{"id":"cy","name":"Welsh"},{"id":"da","name":"Danish"},{"id":"de","name":"Deutsch"},{"id":"dsb","name":"Dolnoserb\u0161\u0107ina"},{"id":"dv","name":"Divehi; Dhivehi; Maldivian;"},{"id":"dz","name":"Dzongkha"},{"id":"ee","name":"Ewe"},{"id":"egy","name":"Egyptian language"},{"id":"el","name":"\u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac"},{"id":"en","name":"English"},{"id":"eo","name":"Esperanto"},{"id":"es","name":"Spanish; Castilian"},{"id":"et","name":"Estonian"},{"id":"eu","name":"Basque"},{"id":"fa","name":"Persian"},{"id":"ff","name":"Fula; Fulah; Pulaar; Pular"},{"id":"fi","name":"Finnish"},{"id":"fj","name":"Fijian"},{"id":"fo","name":"Faroese"},{"id":"fr","name":"Fran\u00e7ais"},{"id":"fy","name":"Western Frisian"},{"id":"ga","name":"Irish"},{"id":"gd","name":"Scottish Gaelic; Gaelic"},{"id":"gl","name":"Galician"},{"id":"gn","name":"Guaran\u00ed"},{"id":"grc","name":"Ancient Greek"},{"id":"gu","name":"Gujarati"},{"id":"gv","name":"Manx"},{"id":"ha","name":"Hausa"},{"id":"he","name":"Hebrew (modern)"},{"id":"hi","name":"Hindi"},{"id":"ho","name":"Hiri Motu"},{"id":"hr","name":"Croatian"},{"id":"hsb","name":"Hornjoserb\u0161\u0107ina"},{"id":"ht","name":"Haitian; Haitian Creole"},{"id":"hu","name":"Magyar"},{"id":"hy","name":"Armenian"},{"id":"hz","name":"Herero"},{"id":"ia","name":"Interlingua"},{"id":"id","name":"Bahasa Indonesia"},{"id":"ie","name":"Interlingue"},{"id":"ig","name":"Igbo"},{"id":"ii","name":"Nuosu"},{"id":"ik","name":"Inupiaq"},{"id":"io","name":"Ido"},{"id":"is","name":"Icelandic"},{"id":"it","name":"Italian"},{"id":"iu","name":"Inuktitut"},{"id":"ja","name":"Japanese (ja)"},{"id":"jv","name":"Javanese (jv)"},{"id":"ka","name":"Georgian"},{"id":"kg","name":"Kongo"},{"id":"ki","name":"Kikuyu, Gikuyu"},{"id":"kj","name":"Kwanyama, Kuanyama"},{"id":"kk","name":"Kazakh"},{"id":"kl","name":"Kalaallisut, Greenlandic"},{"id":"km","name":"Khmer"},{"id":"kn","name":"Kannada"},{"id":"ko","name":"Korean"},{"id":"kr","name":"Kanuri"},{"id":"ks","name":"Kashmiri"},{"id":"ku","name":"Kurdish"},{"id":"kv","name":"Komi"},{"id":"kw","name":"Cornish"},{"id":"ky","name":"Kirghiz, Kyrgyz"},{"id":"la","name":"Latin"},{"id":"lb","name":"L\u00ebtzebuergesch"},{"id":"lg","name":"Luganda"},{"id":"li","name":"Limburgish, Limburgan, Limburger"},{"id":"ln","name":"Lingala"},{"id":"lo","name":"Lao"},{"id":"lt","name":"lietuvi\u0173 kalba"},{"id":"lu","name":"Luba-Katanga"},{"id":"lv","name":"Latvian"},{"id":"mg","name":"Malagasy"},{"id":"mh","name":"Marshallese"},{"id":"mi","name":"Maori"},{"id":"mk","name":"Macedonian"},{"id":"ml","name":"Malayalam"},{"id":"mn","name":"Mongolian"},{"id":"mr","name":"Marathi (Mara?hi)"},{"id":"ms","name":"Malay"},{"id":"mt","name":"Maltese"},{"id":"my","name":"Burmese"},{"id":"na","name":"Nauru"},{"id":"nb","name":"Bokm\u00e5l"},{"id":"nd","name":"North Ndebele"},{"id":"nds","name":"Niederdeutsch"},{"id":"ne","name":"Nepali"},{"id":"ng","name":"Ndonga"},{"id":"nl","name":"Nederlands"},{"id":"nn","name":"Nynorsk"},{"id":"no","name":"Norsk"},{"id":"nr","name":"South Ndebele"},{"id":"nv","name":"Navajo, Navaho"},{"id":"ny","name":"Chichewa; Chewa; Nyanja"},{"id":"oc","name":"Occitan"},{"id":"oj","name":"Ojibwe, Ojibwa"},{"id":"om","name":"Oromo"},{"id":"or","name":"Oriya"},{"id":"os","name":"Ossetian, Ossetic"},{"id":"pa","name":"Panjabi, Punjabi"},{"id":"pdt","name":"Plautdietsch"},{"id":"pi","name":"Pali"},{"id":"pl","name":"Polski"},{"id":"ps","name":"Pashto, Pushto"},{"id":"pt","name":"Portugu\u00eas"},{"id":"qu","name":"Quechua"},{"id":"rm","name":"Romansh"},{"id":"rn","name":"Kirundi"},{"id":"ro","name":"Rom\u00e2n\u0103"},{"id":"ru","name":"\u0420\u0443\u0441\u0441\u043a\u0438\u0439"},{"id":"rw","name":"Kinyarwanda"},{"id":"sa","name":"Sanskrit (\u0938\u0902\u0938\u094d\u0915\u0943\u0924)"},{"id":"sc","name":"Sardinian"},{"id":"sd","name":"Sindhi"},{"id":"se","name":"Northern Sami"},{"id":"sg","name":"Sango"},{"id":"si","name":"Sinhala, Sinhalese"},{"id":"sk","name":"Sloven\u010dina"},{"id":"sl","name":"Sloven\u0161\u010dina"},{"id":"sm","name":"Samoan"},{"id":"sn","name":"Shona"},{"id":"so","name":"Somali"},{"id":"sq","name":"Albanian"},{"id":"sr","name":"Serbian"},{"id":"ss","name":"Swati"},{"id":"st","name":"Southern Sotho"},{"id":"su","name":"Sundanese"},{"id":"sv","name":"Swedish"},{"id":"sw","name":"Swahili"},{"id":"ta","name":"Tamil"},{"id":"te","name":"Telugu"},{"id":"tg","name":"Tajik"},{"id":"th","name":"\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22"},{"id":"ti","name":"Tigrinya"},{"id":"tk","name":"Turkmen"},{"id":"tl","name":"Tagalog"},{"id":"tn","name":"Tswana"},{"id":"to","name":"Tonga (Tonga Islands)"},{"id":"tr","name":"T\u00fcrk\u00e7e"},{"id":"ts","name":"Tsonga"},{"id":"tt","name":"Tatar"},{"id":"tw","name":"Twi"},{"id":"ty","name":"Tahitian"},{"id":"ug","name":"Uighur, Uyghur"},{"id":"uk","name":"\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430"},{"id":"ur","name":"\u0627\u0631\u062f\u0648"},{"id":"uz","name":"Uzbek"},{"id":"ve","name":"Venda"},{"id":"vi","name":"Vietnamese"},{"id":"vo","name":"Volap\u00fck"},{"id":"wa","name":"Walloon"},{"id":"wen","name":"Sorbisch"},{"id":"wo","name":"Wolof"},{"id":"xh","name":"Xhosa"},{"id":"yi","name":"Yiddish"},{"id":"yo","name":"Yoruba"},{"id":"za","name":"Zhuang, Chuang"},{"id":"zh","name":"Chinese"},{"id":"zu","name":"Zulu"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcLanguages.en.json b/public/static/json/tls.MDConcLanguages.en.json new file mode 100644 index 0000000..365804d --- /dev/null +++ b/public/static/json/tls.MDConcLanguages.en.json @@ -0,0 +1 @@ +[{"id":"aa","name":"Afar-\u00e1f"},{"id":"ab","name":"\u0430\u04a7\u0441\u0443\u0430 \u0431\u044b\u0437\u0448\u04d9\u0430"},{"id":"ae","name":"Avestan"},{"id":"af","name":"Afrikaans"},{"id":"ak","name":"Akan"},{"id":"am","name":"Amharic"},{"id":"an","name":"Aragonese"},{"id":"ar","name":"\u0627\u0644\u0639\u0631\u0628\u064a\u0629"},{"id":"as","name":"Assamese"},{"id":"av","name":"Avaric"},{"id":"ay","name":"Aymara"},{"id":"az","name":"Azerbaijani"},{"id":"ba","name":"Bashkir"},{"id":"be","name":"\u0431\u0435\u043b\u0430\u0440\u0443\u0441\u043a\u0430\u044f \u043c\u043e\u0432\u0430"},{"id":"bg","name":"\u0431\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438 \u0435\u0437\u0438\u043a"},{"id":"bh","name":"Bihari"},{"id":"bi","name":"Bislama"},{"id":"bm","name":"Bambara"},{"id":"bn","name":"Bengali"},{"id":"bo","name":"\u0f56\u0f7c\u0f51\u0f0b\u0f66\u0f90\u0f51"},{"id":"br","name":"Breton"},{"id":"bs","name":"Bosnian"},{"id":"ca","name":"catal\u00e0"},{"id":"ce","name":"Chechen"},{"id":"ch","name":"Chamorro"},{"id":"co","name":"Corsican"},{"id":"cr","name":"Cree"},{"id":"cs","name":"\u010de\u0161tina"},{"id":"cu","name":"\u0441\u043b\u043e\u0432\u0463\u043d\u044c\u0441\u043a\u044a \u0469\u0437\u044b\u043a\u044a"},{"id":"cv","name":"Chuvash"},{"id":"cy","name":"Welsh"},{"id":"da","name":"Danish"},{"id":"de","name":"Deutsch"},{"id":"dsb","name":"Dolnoserb\u0161\u0107ina"},{"id":"dv","name":"Divehi; Dhivehi; Maldivian;"},{"id":"dz","name":"Dzongkha"},{"id":"ee","name":"Ewe"},{"id":"egy","name":"Egyptian language"},{"id":"el","name":"\u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac"},{"id":"en","name":"English"},{"id":"eo","name":"Esperanto"},{"id":"es","name":"Spanish; Castilian"},{"id":"et","name":"Estonian"},{"id":"eu","name":"Basque"},{"id":"fa","name":"Persian"},{"id":"ff","name":"Fula; Fulah; Pulaar; Pular"},{"id":"fi","name":"Finnish"},{"id":"fj","name":"Fijian"},{"id":"fo","name":"Faroese"},{"id":"fr","name":"Fran\u00e7ais"},{"id":"fy","name":"Western Frisian"},{"id":"ga","name":"Irish"},{"id":"gd","name":"Scottish Gaelic; Gaelic"},{"id":"gl","name":"Galician"},{"id":"gn","name":"Guaran\u00ed"},{"id":"grc","name":"Ancient Greek"},{"id":"gu","name":"Gujarati"},{"id":"gv","name":"Manx"},{"id":"ha","name":"Hausa"},{"id":"he","name":"Hebrew (modern)"},{"id":"hi","name":"Hindi"},{"id":"ho","name":"Hiri Motu"},{"id":"hr","name":"Croatian"},{"id":"hsb","name":"Hornjoserb\u0161\u0107ina"},{"id":"ht","name":"Haitian; Haitian Creole"},{"id":"hu","name":"Magyar"},{"id":"hy","name":"Armenian"},{"id":"hz","name":"Herero"},{"id":"ia","name":"Interlingua"},{"id":"id","name":"Bahasa Indonesia"},{"id":"ie","name":"Interlingue"},{"id":"ig","name":"Igbo"},{"id":"ii","name":"Nuosu"},{"id":"ik","name":"Inupiaq"},{"id":"io","name":"Ido"},{"id":"is","name":"Icelandic"},{"id":"it","name":"Italian"},{"id":"iu","name":"Inuktitut"},{"id":"ja","name":"Japanese (ja)"},{"id":"jv","name":"Javanese (jv)"},{"id":"ka","name":"Georgian"},{"id":"kg","name":"Kongo"},{"id":"ki","name":"Kikuyu, Gikuyu"},{"id":"kj","name":"Kwanyama, Kuanyama"},{"id":"kk","name":"Kazakh"},{"id":"kl","name":"Kalaallisut, Greenlandic"},{"id":"km","name":"Khmer"},{"id":"kn","name":"Kannada"},{"id":"ko","name":"Korean"},{"id":"kr","name":"Kanuri"},{"id":"ks","name":"Kashmiri"},{"id":"ku","name":"Kurdish"},{"id":"kv","name":"Komi"},{"id":"kw","name":"Cornish"},{"id":"ky","name":"Kirghiz, Kyrgyz"},{"id":"la","name":"Latin"},{"id":"lb","name":"L\u00ebtzebuergesch"},{"id":"lg","name":"Luganda"},{"id":"li","name":"Limburgish, Limburgan, Limburger"},{"id":"ln","name":"Lingala"},{"id":"lo","name":"Lao"},{"id":"lt","name":"lietuvi\u0173 kalba"},{"id":"lu","name":"Luba-Katanga"},{"id":"lv","name":"Latvian"},{"id":"mg","name":"Malagasy"},{"id":"mh","name":"Marshallese"},{"id":"mi","name":"Maori"},{"id":"mk","name":"Macedonian"},{"id":"ml","name":"Malayalam"},{"id":"mn","name":"Mongolian"},{"id":"mr","name":"Marathi (Mara?hi)"},{"id":"ms","name":"Malay"},{"id":"mt","name":"Maltese"},{"id":"my","name":"Burmese"},{"id":"na","name":"Nauru"},{"id":"nb","name":"Bokm\u00e5l"},{"id":"nd","name":"North Ndebele"},{"id":"nds","name":"Niederdeutsch"},{"id":"ne","name":"Nepali"},{"id":"ng","name":"Ndonga"},{"id":"nl","name":"Nederlands"},{"id":"nn","name":"Nynorsk"},{"id":"no","name":"Norsk"},{"id":"nr","name":"South Ndebele"},{"id":"nv","name":"Navajo, Navaho"},{"id":"ny","name":"Chichewa; Chewa; Nyanja"},{"id":"oc","name":"Occitan"},{"id":"oj","name":"Ojibwe, Ojibwa"},{"id":"om","name":"Oromo"},{"id":"or","name":"Oriya"},{"id":"os","name":"Ossetian, Ossetic"},{"id":"pa","name":"Panjabi, Punjabi"},{"id":"pdt","name":"Plautdietsch"},{"id":"pi","name":"Pali"},{"id":"pl","name":"Polski"},{"id":"ps","name":"Pashto, Pushto"},{"id":"pt","name":"Portugu\u00eas"},{"id":"qu","name":"Quechua"},{"id":"rm","name":"Romansh"},{"id":"rn","name":"Kirundi"},{"id":"ro","name":"Rom\u00e2n\u0103"},{"id":"ru","name":"\u0420\u0443\u0441\u0441\u043a\u0438\u0439"},{"id":"rw","name":"Kinyarwanda"},{"id":"sa","name":"Sanskrit (\u0938\u0902\u0938\u094d\u0915\u0943\u0924)"},{"id":"sc","name":"Sardinian"},{"id":"sd","name":"Sindhi"},{"id":"se","name":"Northern Sami"},{"id":"sg","name":"Sango"},{"id":"si","name":"Sinhala, Sinhalese"},{"id":"sk","name":"Sloven\u010dina"},{"id":"sl","name":"Sloven\u0161\u010dina"},{"id":"sm","name":"Samoan"},{"id":"sn","name":"Shona"},{"id":"so","name":"Somali"},{"id":"sq","name":"Albanian"},{"id":"sr","name":"Serbian"},{"id":"ss","name":"Swati"},{"id":"st","name":"Southern Sotho"},{"id":"su","name":"Sundanese"},{"id":"sv","name":"Swedish"},{"id":"sw","name":"Swahili"},{"id":"ta","name":"Tamil"},{"id":"te","name":"Telugu"},{"id":"tg","name":"Tajik"},{"id":"th","name":"\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22"},{"id":"ti","name":"Tigrinya"},{"id":"tk","name":"Turkmen"},{"id":"tl","name":"Tagalog"},{"id":"tn","name":"Tswana"},{"id":"to","name":"Tonga (Tonga Islands)"},{"id":"tr","name":"T\u00fcrk\u00e7e"},{"id":"ts","name":"Tsonga"},{"id":"tt","name":"Tatar"},{"id":"tw","name":"Twi"},{"id":"ty","name":"Tahitian"},{"id":"ug","name":"Uighur, Uyghur"},{"id":"uk","name":"\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430"},{"id":"ur","name":"\u0627\u0631\u062f\u0648"},{"id":"uz","name":"Uzbek"},{"id":"ve","name":"Venda"},{"id":"vi","name":"Vietnamese"},{"id":"vo","name":"Volap\u00fck"},{"id":"wa","name":"Walloon"},{"id":"wen","name":"Sorbisch"},{"id":"wo","name":"Wolof"},{"id":"xh","name":"Xhosa"},{"id":"yi","name":"Yiddish"},{"id":"yo","name":"Yoruba"},{"id":"za","name":"Zhuang, Chuang"},{"id":"zh","name":"Chinese"},{"id":"zu","name":"Zulu"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcLanguages.uk.json b/public/static/json/tls.MDConcLanguages.uk.json new file mode 100644 index 0000000..365804d --- /dev/null +++ b/public/static/json/tls.MDConcLanguages.uk.json @@ -0,0 +1 @@ +[{"id":"aa","name":"Afar-\u00e1f"},{"id":"ab","name":"\u0430\u04a7\u0441\u0443\u0430 \u0431\u044b\u0437\u0448\u04d9\u0430"},{"id":"ae","name":"Avestan"},{"id":"af","name":"Afrikaans"},{"id":"ak","name":"Akan"},{"id":"am","name":"Amharic"},{"id":"an","name":"Aragonese"},{"id":"ar","name":"\u0627\u0644\u0639\u0631\u0628\u064a\u0629"},{"id":"as","name":"Assamese"},{"id":"av","name":"Avaric"},{"id":"ay","name":"Aymara"},{"id":"az","name":"Azerbaijani"},{"id":"ba","name":"Bashkir"},{"id":"be","name":"\u0431\u0435\u043b\u0430\u0440\u0443\u0441\u043a\u0430\u044f \u043c\u043e\u0432\u0430"},{"id":"bg","name":"\u0431\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438 \u0435\u0437\u0438\u043a"},{"id":"bh","name":"Bihari"},{"id":"bi","name":"Bislama"},{"id":"bm","name":"Bambara"},{"id":"bn","name":"Bengali"},{"id":"bo","name":"\u0f56\u0f7c\u0f51\u0f0b\u0f66\u0f90\u0f51"},{"id":"br","name":"Breton"},{"id":"bs","name":"Bosnian"},{"id":"ca","name":"catal\u00e0"},{"id":"ce","name":"Chechen"},{"id":"ch","name":"Chamorro"},{"id":"co","name":"Corsican"},{"id":"cr","name":"Cree"},{"id":"cs","name":"\u010de\u0161tina"},{"id":"cu","name":"\u0441\u043b\u043e\u0432\u0463\u043d\u044c\u0441\u043a\u044a \u0469\u0437\u044b\u043a\u044a"},{"id":"cv","name":"Chuvash"},{"id":"cy","name":"Welsh"},{"id":"da","name":"Danish"},{"id":"de","name":"Deutsch"},{"id":"dsb","name":"Dolnoserb\u0161\u0107ina"},{"id":"dv","name":"Divehi; Dhivehi; Maldivian;"},{"id":"dz","name":"Dzongkha"},{"id":"ee","name":"Ewe"},{"id":"egy","name":"Egyptian language"},{"id":"el","name":"\u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac"},{"id":"en","name":"English"},{"id":"eo","name":"Esperanto"},{"id":"es","name":"Spanish; Castilian"},{"id":"et","name":"Estonian"},{"id":"eu","name":"Basque"},{"id":"fa","name":"Persian"},{"id":"ff","name":"Fula; Fulah; Pulaar; Pular"},{"id":"fi","name":"Finnish"},{"id":"fj","name":"Fijian"},{"id":"fo","name":"Faroese"},{"id":"fr","name":"Fran\u00e7ais"},{"id":"fy","name":"Western Frisian"},{"id":"ga","name":"Irish"},{"id":"gd","name":"Scottish Gaelic; Gaelic"},{"id":"gl","name":"Galician"},{"id":"gn","name":"Guaran\u00ed"},{"id":"grc","name":"Ancient Greek"},{"id":"gu","name":"Gujarati"},{"id":"gv","name":"Manx"},{"id":"ha","name":"Hausa"},{"id":"he","name":"Hebrew (modern)"},{"id":"hi","name":"Hindi"},{"id":"ho","name":"Hiri Motu"},{"id":"hr","name":"Croatian"},{"id":"hsb","name":"Hornjoserb\u0161\u0107ina"},{"id":"ht","name":"Haitian; Haitian Creole"},{"id":"hu","name":"Magyar"},{"id":"hy","name":"Armenian"},{"id":"hz","name":"Herero"},{"id":"ia","name":"Interlingua"},{"id":"id","name":"Bahasa Indonesia"},{"id":"ie","name":"Interlingue"},{"id":"ig","name":"Igbo"},{"id":"ii","name":"Nuosu"},{"id":"ik","name":"Inupiaq"},{"id":"io","name":"Ido"},{"id":"is","name":"Icelandic"},{"id":"it","name":"Italian"},{"id":"iu","name":"Inuktitut"},{"id":"ja","name":"Japanese (ja)"},{"id":"jv","name":"Javanese (jv)"},{"id":"ka","name":"Georgian"},{"id":"kg","name":"Kongo"},{"id":"ki","name":"Kikuyu, Gikuyu"},{"id":"kj","name":"Kwanyama, Kuanyama"},{"id":"kk","name":"Kazakh"},{"id":"kl","name":"Kalaallisut, Greenlandic"},{"id":"km","name":"Khmer"},{"id":"kn","name":"Kannada"},{"id":"ko","name":"Korean"},{"id":"kr","name":"Kanuri"},{"id":"ks","name":"Kashmiri"},{"id":"ku","name":"Kurdish"},{"id":"kv","name":"Komi"},{"id":"kw","name":"Cornish"},{"id":"ky","name":"Kirghiz, Kyrgyz"},{"id":"la","name":"Latin"},{"id":"lb","name":"L\u00ebtzebuergesch"},{"id":"lg","name":"Luganda"},{"id":"li","name":"Limburgish, Limburgan, Limburger"},{"id":"ln","name":"Lingala"},{"id":"lo","name":"Lao"},{"id":"lt","name":"lietuvi\u0173 kalba"},{"id":"lu","name":"Luba-Katanga"},{"id":"lv","name":"Latvian"},{"id":"mg","name":"Malagasy"},{"id":"mh","name":"Marshallese"},{"id":"mi","name":"Maori"},{"id":"mk","name":"Macedonian"},{"id":"ml","name":"Malayalam"},{"id":"mn","name":"Mongolian"},{"id":"mr","name":"Marathi (Mara?hi)"},{"id":"ms","name":"Malay"},{"id":"mt","name":"Maltese"},{"id":"my","name":"Burmese"},{"id":"na","name":"Nauru"},{"id":"nb","name":"Bokm\u00e5l"},{"id":"nd","name":"North Ndebele"},{"id":"nds","name":"Niederdeutsch"},{"id":"ne","name":"Nepali"},{"id":"ng","name":"Ndonga"},{"id":"nl","name":"Nederlands"},{"id":"nn","name":"Nynorsk"},{"id":"no","name":"Norsk"},{"id":"nr","name":"South Ndebele"},{"id":"nv","name":"Navajo, Navaho"},{"id":"ny","name":"Chichewa; Chewa; Nyanja"},{"id":"oc","name":"Occitan"},{"id":"oj","name":"Ojibwe, Ojibwa"},{"id":"om","name":"Oromo"},{"id":"or","name":"Oriya"},{"id":"os","name":"Ossetian, Ossetic"},{"id":"pa","name":"Panjabi, Punjabi"},{"id":"pdt","name":"Plautdietsch"},{"id":"pi","name":"Pali"},{"id":"pl","name":"Polski"},{"id":"ps","name":"Pashto, Pushto"},{"id":"pt","name":"Portugu\u00eas"},{"id":"qu","name":"Quechua"},{"id":"rm","name":"Romansh"},{"id":"rn","name":"Kirundi"},{"id":"ro","name":"Rom\u00e2n\u0103"},{"id":"ru","name":"\u0420\u0443\u0441\u0441\u043a\u0438\u0439"},{"id":"rw","name":"Kinyarwanda"},{"id":"sa","name":"Sanskrit (\u0938\u0902\u0938\u094d\u0915\u0943\u0924)"},{"id":"sc","name":"Sardinian"},{"id":"sd","name":"Sindhi"},{"id":"se","name":"Northern Sami"},{"id":"sg","name":"Sango"},{"id":"si","name":"Sinhala, Sinhalese"},{"id":"sk","name":"Sloven\u010dina"},{"id":"sl","name":"Sloven\u0161\u010dina"},{"id":"sm","name":"Samoan"},{"id":"sn","name":"Shona"},{"id":"so","name":"Somali"},{"id":"sq","name":"Albanian"},{"id":"sr","name":"Serbian"},{"id":"ss","name":"Swati"},{"id":"st","name":"Southern Sotho"},{"id":"su","name":"Sundanese"},{"id":"sv","name":"Swedish"},{"id":"sw","name":"Swahili"},{"id":"ta","name":"Tamil"},{"id":"te","name":"Telugu"},{"id":"tg","name":"Tajik"},{"id":"th","name":"\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22"},{"id":"ti","name":"Tigrinya"},{"id":"tk","name":"Turkmen"},{"id":"tl","name":"Tagalog"},{"id":"tn","name":"Tswana"},{"id":"to","name":"Tonga (Tonga Islands)"},{"id":"tr","name":"T\u00fcrk\u00e7e"},{"id":"ts","name":"Tsonga"},{"id":"tt","name":"Tatar"},{"id":"tw","name":"Twi"},{"id":"ty","name":"Tahitian"},{"id":"ug","name":"Uighur, Uyghur"},{"id":"uk","name":"\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430"},{"id":"ur","name":"\u0627\u0631\u062f\u0648"},{"id":"uz","name":"Uzbek"},{"id":"ve","name":"Venda"},{"id":"vi","name":"Vietnamese"},{"id":"vo","name":"Volap\u00fck"},{"id":"wa","name":"Walloon"},{"id":"wen","name":"Sorbisch"},{"id":"wo","name":"Wolof"},{"id":"xh","name":"Xhosa"},{"id":"yi","name":"Yiddish"},{"id":"yo","name":"Yoruba"},{"id":"za","name":"Zhuang, Chuang"},{"id":"zh","name":"Chinese"},{"id":"zu","name":"Zulu"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcLengths.de.json b/public/static/json/tls.MDConcLengths.de.json new file mode 100644 index 0000000..4d53bfa --- /dev/null +++ b/public/static/json/tls.MDConcLengths.de.json @@ -0,0 +1 @@ +[{"id":"ft","name":"Fu\u00df"},{"id":"in","name":"Zoll"},{"id":"cm","name":"cm"},{"id":"dm","name":"dm"},{"id":"m","name":"m"},{"id":"mm","name":"mm"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcLengths.en.json b/public/static/json/tls.MDConcLengths.en.json new file mode 100644 index 0000000..9bcd848 --- /dev/null +++ b/public/static/json/tls.MDConcLengths.en.json @@ -0,0 +1 @@ +[{"id":"cm","name":"cm"},{"id":"dm","name":"dm"},{"id":"ft","name":"ft"},{"id":"in","name":"inch"},{"id":"m","name":"m"},{"id":"mm","name":"mm"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcLengths.uk.json b/public/static/json/tls.MDConcLengths.uk.json new file mode 100644 index 0000000..e3cb39a --- /dev/null +++ b/public/static/json/tls.MDConcLengths.uk.json @@ -0,0 +1 @@ +[{"id":"dm","name":"\u0434\u043c"},{"id":"in","name":"\u0434\u044e\u0439\u043c"},{"id":"m","name":"\u043c"},{"id":"mm","name":"\u043c\u043c"},{"id":"cm","name":"\u0441\u043c"},{"id":"ft","name":"\u0444\u0443\u0442"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcLicenses.de.json b/public/static/json/tls.MDConcLicenses.de.json new file mode 100644 index 0000000..91db318 --- /dev/null +++ b/public/static/json/tls.MDConcLicenses.de.json @@ -0,0 +1 @@ +{"https:\/\/creativecommons.org\/licenses\/by-nc-sa\/4.0\/":"https:\/\/creativecommons.org\/licenses\/by-nc-sa\/4.0\/","https:\/\/creativecommons.org\/licenses\/by-nc-nd\/4.0\/":"https:\/\/creativecommons.org\/licenses\/by-nc-nd\/4.0\/","https:\/\/creativecommons.org\/licenses\/by-nc\/4.0\/":"https:\/\/creativecommons.org\/licenses\/by-nc\/4.0\/","https:\/\/creativecommons.org\/licenses\/by-nd\/4.0\/":"https:\/\/creativecommons.org\/licenses\/by-nd\/4.0\/","https:\/\/creativecommons.org\/licenses\/by-sa\/4.0\/":"https:\/\/creativecommons.org\/licenses\/by-sa\/4.0\/","https:\/\/creativecommons.org\/licenses\/by\/4.0\/":"https:\/\/creativecommons.org\/licenses\/by\/4.0\/","https:\/\/creativecommons.org\/publicdomain\/zero\/1.0\/":"https:\/\/creativecommons.org\/publicdomain\/zero\/1.0\/","https:\/\/www.europeana.eu\/rights\/rr-f\/":"https:\/\/www.europeana.eu\/rights\/rr-f\/","https:\/\/www.europeana.eu\/rights\/rr-p\/":"https:\/\/www.europeana.eu\/rights\/rr-p\/","https:\/\/www.europeana.eu\/rights\/rr-r\/":"https:\/\/www.europeana.eu\/rights\/rr-r\/","https:\/\/creativecommons.org\/publicdomain\/mark\/1.0\/":"https:\/\/creativecommons.org\/publicdomain\/mark\/1.0\/","https:\/\/www.europeana.eu\/rights\/orphan-work-eu\/":"https:\/\/www.europeana.eu\/rights\/orphan-work-eu\/"} \ No newline at end of file diff --git a/public/static/json/tls.MDConcLicenses.en.json b/public/static/json/tls.MDConcLicenses.en.json new file mode 100644 index 0000000..91db318 --- /dev/null +++ b/public/static/json/tls.MDConcLicenses.en.json @@ -0,0 +1 @@ +{"https:\/\/creativecommons.org\/licenses\/by-nc-sa\/4.0\/":"https:\/\/creativecommons.org\/licenses\/by-nc-sa\/4.0\/","https:\/\/creativecommons.org\/licenses\/by-nc-nd\/4.0\/":"https:\/\/creativecommons.org\/licenses\/by-nc-nd\/4.0\/","https:\/\/creativecommons.org\/licenses\/by-nc\/4.0\/":"https:\/\/creativecommons.org\/licenses\/by-nc\/4.0\/","https:\/\/creativecommons.org\/licenses\/by-nd\/4.0\/":"https:\/\/creativecommons.org\/licenses\/by-nd\/4.0\/","https:\/\/creativecommons.org\/licenses\/by-sa\/4.0\/":"https:\/\/creativecommons.org\/licenses\/by-sa\/4.0\/","https:\/\/creativecommons.org\/licenses\/by\/4.0\/":"https:\/\/creativecommons.org\/licenses\/by\/4.0\/","https:\/\/creativecommons.org\/publicdomain\/zero\/1.0\/":"https:\/\/creativecommons.org\/publicdomain\/zero\/1.0\/","https:\/\/www.europeana.eu\/rights\/rr-f\/":"https:\/\/www.europeana.eu\/rights\/rr-f\/","https:\/\/www.europeana.eu\/rights\/rr-p\/":"https:\/\/www.europeana.eu\/rights\/rr-p\/","https:\/\/www.europeana.eu\/rights\/rr-r\/":"https:\/\/www.europeana.eu\/rights\/rr-r\/","https:\/\/creativecommons.org\/publicdomain\/mark\/1.0\/":"https:\/\/creativecommons.org\/publicdomain\/mark\/1.0\/","https:\/\/www.europeana.eu\/rights\/orphan-work-eu\/":"https:\/\/www.europeana.eu\/rights\/orphan-work-eu\/"} \ No newline at end of file diff --git a/public/static/json/tls.MDConcLicenses.uk.json b/public/static/json/tls.MDConcLicenses.uk.json new file mode 100644 index 0000000..91db318 --- /dev/null +++ b/public/static/json/tls.MDConcLicenses.uk.json @@ -0,0 +1 @@ +{"https:\/\/creativecommons.org\/licenses\/by-nc-sa\/4.0\/":"https:\/\/creativecommons.org\/licenses\/by-nc-sa\/4.0\/","https:\/\/creativecommons.org\/licenses\/by-nc-nd\/4.0\/":"https:\/\/creativecommons.org\/licenses\/by-nc-nd\/4.0\/","https:\/\/creativecommons.org\/licenses\/by-nc\/4.0\/":"https:\/\/creativecommons.org\/licenses\/by-nc\/4.0\/","https:\/\/creativecommons.org\/licenses\/by-nd\/4.0\/":"https:\/\/creativecommons.org\/licenses\/by-nd\/4.0\/","https:\/\/creativecommons.org\/licenses\/by-sa\/4.0\/":"https:\/\/creativecommons.org\/licenses\/by-sa\/4.0\/","https:\/\/creativecommons.org\/licenses\/by\/4.0\/":"https:\/\/creativecommons.org\/licenses\/by\/4.0\/","https:\/\/creativecommons.org\/publicdomain\/zero\/1.0\/":"https:\/\/creativecommons.org\/publicdomain\/zero\/1.0\/","https:\/\/www.europeana.eu\/rights\/rr-f\/":"https:\/\/www.europeana.eu\/rights\/rr-f\/","https:\/\/www.europeana.eu\/rights\/rr-p\/":"https:\/\/www.europeana.eu\/rights\/rr-p\/","https:\/\/www.europeana.eu\/rights\/rr-r\/":"https:\/\/www.europeana.eu\/rights\/rr-r\/","https:\/\/creativecommons.org\/publicdomain\/mark\/1.0\/":"https:\/\/creativecommons.org\/publicdomain\/mark\/1.0\/","https:\/\/www.europeana.eu\/rights\/orphan-work-eu\/":"https:\/\/www.europeana.eu\/rights\/orphan-work-eu\/"} \ No newline at end of file diff --git a/public/static/json/tls.MDConcLoanTypes.de.json b/public/static/json/tls.MDConcLoanTypes.de.json new file mode 100644 index 0000000..7c9c253 --- /dev/null +++ b/public/static/json/tls.MDConcLoanTypes.de.json @@ -0,0 +1 @@ +[{"id":"outgoing","name":"Ausgehend"},{"id":"incoming","name":"Eingehend"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcLoanTypes.en.json b/public/static/json/tls.MDConcLoanTypes.en.json new file mode 100644 index 0000000..6625c93 --- /dev/null +++ b/public/static/json/tls.MDConcLoanTypes.en.json @@ -0,0 +1 @@ +[{"id":"incoming","name":"Incoming"},{"id":"outgoing","name":"Outgoing"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcLoanTypes.uk.json b/public/static/json/tls.MDConcLoanTypes.uk.json new file mode 100644 index 0000000..aa03441 --- /dev/null +++ b/public/static/json/tls.MDConcLoanTypes.uk.json @@ -0,0 +1 @@ +[{"id":"outgoing","name":"\u0412\u0438\u0445\u0456\u0434\u043d\u0456"},{"id":"incoming","name":"\u0412\u0445\u0456\u0434\u043d\u0456"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcMarkingPosition.de.json b/public/static/json/tls.MDConcMarkingPosition.de.json new file mode 100644 index 0000000..8c5c7ba --- /dev/null +++ b/public/static/json/tls.MDConcMarkingPosition.de.json @@ -0,0 +1 @@ +[{"id":"inside","name":"Innen"},{"id":"left","name":"Links"},{"id":"center","name":"Mittig"},{"id":"top","name":"Oben"},{"id":"top_left","name":"Oben links"},{"id":"top_right","name":"Oben rechts"},{"id":"topside","name":"Oberseite"},{"id":"edge","name":"Rand"},{"id":"right","name":"Rechts"},{"id":"rear_side","name":"R\u00fcckseite"},{"id":"rear_left","name":"R\u00fcckseite: Links"},{"id":"rear_center","name":"R\u00fcckseite: Mittig"},{"id":"rear_top","name":"R\u00fcckseite: Oben"},{"id":"rear_top_left","name":"R\u00fcckseite: Oben links"},{"id":"rear_top_right","name":"R\u00fcckseite: Oben rechts"},{"id":"rear_right","name":"R\u00fcckseite: Rechts"},{"id":"rear_bottom","name":"R\u00fcckseite: Unten"},{"id":"rear_bottom_left","name":"R\u00fcckseite: Unten links"},{"id":"rear_bottom_right","name":"R\u00fcckseite: Unten rechts"},{"id":"bottom","name":"Unten"},{"id":"bottom_left","name":"Unten links"},{"id":"bottom_right","name":"Unten rechts"},{"id":"underside","name":"Unterseite"},{"id":"front_front","name":"Volle Frontseite"},{"id":"other","name":"Weiteres"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcMarkingPosition.en.json b/public/static/json/tls.MDConcMarkingPosition.en.json new file mode 100644 index 0000000..02a58d7 --- /dev/null +++ b/public/static/json/tls.MDConcMarkingPosition.en.json @@ -0,0 +1 @@ +[{"id":"bottom","name":"Bottom"},{"id":"bottom_left","name":"Bottom left"},{"id":"bottom_right","name":"Bottom right"},{"id":"center","name":"Center"},{"id":"edge","name":"Edge"},{"id":"front_front","name":"Full front"},{"id":"inside","name":"Inside"},{"id":"left","name":"Left"},{"id":"other","name":"Other"},{"id":"rear_side","name":"Rear side"},{"id":"rear_bottom","name":"Rear side: bottom"},{"id":"rear_bottom_left","name":"Rear side: bottom left"},{"id":"rear_bottom_right","name":"Rear side: bottom right"},{"id":"rear_center","name":"Rear side: center"},{"id":"rear_left","name":"Rear side: left"},{"id":"rear_right","name":"Rear side: right"},{"id":"rear_top","name":"Rear side: top"},{"id":"rear_top_left","name":"Rear side: top left"},{"id":"rear_top_right","name":"Rear side: top right"},{"id":"right","name":"Right"},{"id":"top","name":"Top"},{"id":"top_left","name":"Top left"},{"id":"top_right","name":"Top right"},{"id":"topside","name":"Topside"},{"id":"underside","name":"Underside"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcMarkingPosition.uk.json b/public/static/json/tls.MDConcMarkingPosition.uk.json new file mode 100644 index 0000000..5c17b16 --- /dev/null +++ b/public/static/json/tls.MDConcMarkingPosition.uk.json @@ -0,0 +1 @@ +[{"id":"other","name":"\u0406\u043d\u0448\u0435 "},{"id":"top","name":"\u0412\u0435\u0440\u0445\u043d\u044f \u0447\u0430\u0441\u0442\u0438\u043d\u0430"},{"id":"topside","name":"\u0412\u0435\u0440\u0445\u043d\u044f \u0447\u0430\u0441\u0442\u0438\u043d\u0430"},{"id":"bottom_left","name":"\u0412\u043d\u0438\u0437\u0443 \u043b\u0456\u0432\u043e\u0440\u0443\u0447"},{"id":"bottom_right","name":"\u0412\u043d\u0438\u0437\u0443 \u043f\u0440\u0430\u0432\u043e\u0440\u0443\u0447\t"},{"id":"inside","name":"\u0412\u0441\u0435\u0440\u0435\u0434\u0438\u043d\u0456"},{"id":"rear_top_left","name":"\u0417\u0430\u0434\u043d\u044f \u0441\u0442\u043e\u0440\u043e\u043d\u0430: \u0432\u0433\u043e\u0440\u0456 \u043b\u0456\u0432\u043e\u0440\u0443\u0447"},{"id":"rear_top_right","name":"\u0417\u0430\u0434\u043d\u044f \u0441\u0442\u043e\u0440\u043e\u043d\u0430: \u0432\u0433\u043e\u0440\u0456 \u043f\u0440\u0430\u0432\u043e\u0440\u0443\u0447"},{"id":"rear_bottom_left","name":"\u0417\u0430\u0434\u043d\u044f \u0441\u0442\u043e\u0440\u043e\u043d\u0430: \u0432\u043d\u0438\u0437\u0443 \u043b\u0456\u0432\u043e\u0440\u0443\u0447"},{"id":"rear_bottom_right","name":"\u0417\u0430\u0434\u043d\u044f \u0441\u0442\u043e\u0440\u043e\u043d\u0430: \u0432\u043d\u0438\u0437\u0443 \u043f\u0440\u0430\u0432\u043e\u0440\u0443\u0447"},{"id":"rear_top","name":"\u0417\u0430\u0434\u043d\u044f \u0441\u0442\u043e\u0440\u043e\u043d\u0430: \u0437\u0432\u0435\u0440\u0445\u0443"},{"id":"rear_bottom","name":"\u0417\u0430\u0434\u043d\u044f \u0441\u0442\u043e\u0440\u043e\u043d\u0430: \u0437\u043d\u0438\u0437\u0443"},{"id":"rear_left","name":"\u0417\u0430\u0434\u043d\u044f \u0441\u0442\u043e\u0440\u043e\u043d\u0430: \u043b\u0456\u0432\u043e\u0440\u0443\u0447"},{"id":"rear_center","name":"\u0417\u0430\u0434\u043d\u044f \u0441\u0442\u043e\u0440\u043e\u043d\u0430: \u043f\u043e \u0446\u0435\u043d\u0442\u0440\u0443"},{"id":"rear_right","name":"\u0417\u0430\u0434\u043d\u044f \u0441\u0442\u043e\u0440\u043e\u043d\u0430: \u043f\u0440\u0430\u0432\u043e\u0440\u0443\u0447"},{"id":"underside","name":"\u0417\u0432\u043e\u0440\u043e\u0442\u043d\u0438\u0439 \u0431\u0456\u043a"},{"id":"rear_side","name":"\u0417\u0432\u043e\u0440\u043e\u0442\u043d\u0456\u0439 \u0431\u0456\u043a"},{"id":"edge","name":"\u041a\u0440\u0430\u0439"},{"id":"left","name":"\u041b\u0456\u0432\u043e\u0440\u0443\u0447"},{"id":"top_left","name":"\u041b\u0456\u0432\u043e\u0440\u0443\u0447 \u0432\u0433\u043e\u0440\u0456"},{"id":"bottom","name":"\u041d\u0438\u0436\u043d\u044f \u0447\u0430\u0441\u0442\u0438\u043d\u0430"},{"id":"front_front","name":"\u041f\u043e\u0432\u043d\u0430 \u0444\u0440\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0430"},{"id":"right","name":"\u041f\u0440\u0430\u0432\u043e\u0440\u0443\u0447"},{"id":"top_right","name":"\u041f\u0440\u0430\u0432\u043e\u0440\u0443\u0447 \u0432\u0433\u043e\u0440\u0456"},{"id":"center","name":"\u0426\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcMarkingType.de.json b/public/static/json/tls.MDConcMarkingType.de.json new file mode 100644 index 0000000..8693e24 --- /dev/null +++ b/public/static/json/tls.MDConcMarkingType.de.json @@ -0,0 +1 @@ +[{"id":"riveted","name":"Angenietet"},{"id":"burnt_in","name":"Eingebrannt"},{"id":"overprint","name":"Gedruckt"},{"id":"glued","name":"Geklebt"},{"id":"scratch","name":"Gekratzt"},{"id":"painted","name":"Gemalt"},{"id":"nailed","name":"Genagelt"},{"id":"sewn","name":"Gen\u00e4ht"},{"id":"embossing","name":"Gepr\u00e4gt"},{"id":"hallmarked","name":"Gepunzt"},{"id":"scarified","name":"Geritzt"},{"id":"screwed","name":"Geschraubt"},{"id":"punched","name":"Gestanzt"},{"id":"stamp","name":"Gestempelt"},{"id":"embroidered","name":"Gestickt"},{"id":"drawn","name":"Gezeichnet"},{"id":"engraving","name":"Gravur"},{"id":"cast","name":"Guss"},{"id":"handwritten","name":"Handschriftlich"},{"id":"signature","name":"Signatur"},{"id":"watermark","name":"Wasserzeichen"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcMarkingType.en.json b/public/static/json/tls.MDConcMarkingType.en.json new file mode 100644 index 0000000..1b65fae --- /dev/null +++ b/public/static/json/tls.MDConcMarkingType.en.json @@ -0,0 +1 @@ +[{"id":"burnt_in","name":"Burnt in"},{"id":"cast","name":"Cast"},{"id":"drawn","name":"Drawn"},{"id":"embossing","name":"Embossing"},{"id":"embroidered","name":"Embroidered"},{"id":"engraving","name":"Engraving"},{"id":"glued","name":"Glued"},{"id":"hallmarked","name":"Hallmarked"},{"id":"handwritten","name":"Handwritten"},{"id":"nailed","name":"Nailed"},{"id":"overprint","name":"Overprint"},{"id":"painted","name":"Painted"},{"id":"punched","name":"Punched"},{"id":"riveted","name":"Riveted"},{"id":"scarified","name":"Scarified"},{"id":"scratch","name":"Scratching"},{"id":"screwed","name":"Screwed"},{"id":"sewn","name":"Sewn"},{"id":"signature","name":"Signature"},{"id":"stamp","name":"Stamped"},{"id":"watermark","name":"Watermark"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcMarkingType.uk.json b/public/static/json/tls.MDConcMarkingType.uk.json new file mode 100644 index 0000000..17f8d7e --- /dev/null +++ b/public/static/json/tls.MDConcMarkingType.uk.json @@ -0,0 +1 @@ +[{"id":"burnt_in","name":"\u0412\u0438\u043f\u0430\u043b\u0435\u043d\u043d\u044f"},{"id":"embroidered","name":"\u0412\u0438\u0448\u0438\u0432\u043a\u0430"},{"id":"watermark","name":"\u0412\u043e\u0434\u044f\u043d\u0438\u0439 \u0437\u043d\u0430\u043a"},{"id":"hallmarked","name":"\u0412\u0456\u0434\u0437\u043d\u0430\u0447\u0435\u043d\u044f \u043a\u043b\u0435\u0439\u043c\u043e\u043c"},{"id":"engraving","name":"\u0413\u0440\u0430\u0432\u0456\u0440\u0443\u0432\u0430\u043d\u043d\u044f"},{"id":"riveted","name":"\u0417\u0430\u043a\u043b\u0435\u043f\u0443\u0432\u0430\u043d\u043d\u044f"},{"id":"cast","name":"\u041b\u0438\u0442\u0442\u044f"},{"id":"overprint","name":"\u041d\u0430\u0434\u0440\u0443\u043a"},{"id":"drawn","name":"\u041d\u0430\u043c\u0430\u043b\u044c\u043e\u0432\u0430\u043d\u043e"},{"id":"painted","name":"\u041d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0444\u0430\u0440\u0431\u0430\u043c\u0438"},{"id":"scratch","name":"\u041f\u043e\u0434\u0440\u044f\u043f\u0438\u043d\u0438"},{"id":"nailed","name":"\u041f\u0440\u0438\u0431\u0438\u0442\u0442\u044f"},{"id":"glued","name":"\u041f\u0440\u0438\u043a\u043b\u0435\u0454\u043d\u043d\u044f"},{"id":"screwed","name":"\u041f\u0440\u0438\u043a\u0440\u0443\u0447\u0435\u043d\u043e"},{"id":"punched","name":"\u041f\u0440\u043e\u0431\u0438\u0442\u043e"},{"id":"signature","name":"\u041f\u0456\u0434\u043f\u0438\u0441"},{"id":"handwritten","name":"\u0420\u0443\u043a\u043e\u043f\u0438\u0441"},{"id":"scarified","name":"\u0421\u043a\u0430\u0440\u0438\u0444\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f"},{"id":"embossing","name":"\u0422\u0438\u0441\u043d\u0435\u043d\u043d\u044f"},{"id":"sewn","name":"\u0428\u0438\u0442\u0442\u044f"},{"id":"stamp","name":"\u0428\u0442\u0430\u043c\u043f"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcMeasurementTypes.de.json b/public/static/json/tls.MDConcMeasurementTypes.de.json new file mode 100644 index 0000000..01e5676 --- /dev/null +++ b/public/static/json/tls.MDConcMeasurementTypes.de.json @@ -0,0 +1 @@ +[{"id":"number_of_copies","name":"Anzahl \/ St\u00fcckzahl"},{"id":"number_of_parts","name":"Anzahl von Teilen"},{"id":"width_image_size","name":"Bildma\u00df (Breite)"},{"id":"height_image_size","name":"Bildma\u00df (H\u00f6he)"},{"id":"length_image_size","name":"Bildma\u00df (L\u00e4nge)"},{"id":"width_sheet_size","name":"Blattma\u00df (Breite)"},{"id":"height_sheet_size","name":"Blattma\u00df (H\u00f6he)"},{"id":"length_sheet_size","name":"Blattma\u00df (L\u00e4nge)"},{"id":"width","name":"Breite"},{"id":"width_socle","name":"Breite (Sockel)"},{"id":"diameter","name":"Durchmesser"},{"id":"weight","name":"Gewicht"},{"id":"height","name":"H\u00f6he"},{"id":"height_socle","name":"H\u00f6he (Sockel)"},{"id":"length","name":"L\u00e4nge"},{"id":"length_socle","name":"L\u00e4nge (Sockel)"},{"id":"width_frame","name":"Rahmen (Breite)"},{"id":"height_frame","name":"Rahmen (H\u00f6he)"},{"id":"length_frame","name":"Rahmen (L\u00e4nge)"},{"id":"die_axis","name":"Stempelstellung"},{"id":"wall","name":"Wandungsst\u00e4rke"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcMeasurementTypes.en.json b/public/static/json/tls.MDConcMeasurementTypes.en.json new file mode 100644 index 0000000..110b5a3 --- /dev/null +++ b/public/static/json/tls.MDConcMeasurementTypes.en.json @@ -0,0 +1 @@ +[{"id":"diameter","name":"Diameter"},{"id":"die_axis","name":"Die-axis"},{"id":"height_frame","name":"Frame (height)"},{"id":"length_frame","name":"Frame (length)"},{"id":"width_frame","name":"Frame (width)"},{"id":"height","name":"Height"},{"id":"height_socle","name":"Height of socle"},{"id":"height_image_size","name":"Image size (height)"},{"id":"length_image_size","name":"Image size (length)"},{"id":"width_image_size","name":"Image size (width)"},{"id":"length","name":"Length"},{"id":"length_socle","name":"Length of socle"},{"id":"number_of_copies","name":"Number of copies"},{"id":"number_of_parts","name":"Number of parts"},{"id":"height_sheet_size","name":"Sheet size (height)"},{"id":"length_sheet_size","name":"Sheet size (length)"},{"id":"width_sheet_size","name":"Sheet size (width)"},{"id":"wall","name":"Wall"},{"id":"weight","name":"Weight"},{"id":"width","name":"Width"},{"id":"width_socle","name":"Width of socle"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcMeasurementTypes.uk.json b/public/static/json/tls.MDConcMeasurementTypes.uk.json new file mode 100644 index 0000000..fb50488 --- /dev/null +++ b/public/static/json/tls.MDConcMeasurementTypes.uk.json @@ -0,0 +1 @@ +[{"id":"height_frame","name":"Frame (height)"},{"id":"length_frame","name":"Frame (length)"},{"id":"width_frame","name":"Frame (width)"},{"id":"height_image_size","name":"Image size (height)"},{"id":"length_image_size","name":"Image size (length)"},{"id":"width_image_size","name":"Image size (width)"},{"id":"height_sheet_size","name":"Sheet size (height)"},{"id":"length_sheet_size","name":"Sheet size (length)"},{"id":"width_sheet_size","name":"Sheet size (width)"},{"id":"weight","name":"\u0412\u0430\u0433\u0430"},{"id":"height","name":"\u0412\u0438\u0441\u043e\u0442\u0430"},{"id":"height_socle","name":"\u0412\u0438\u0441\u043e\u0442\u0430 \u0446\u043e\u043a\u043e\u043b\u044f"},{"id":"die_axis","name":"\u0412\u0456\u0441\u044c \u043c\u0430\u0442\u0440\u0438\u0446\u0456"},{"id":"length","name":"\u0414\u043e\u0432\u0436\u0438\u043d\u0430"},{"id":"length_socle","name":"\u0414\u043e\u0432\u0436\u0438\u043d\u0430 \u0446\u043e\u043a\u043e\u043b\u044f"},{"id":"diameter","name":"\u0414\u0456\u0430\u043c\u0435\u0442\u0440"},{"id":"number_of_copies","name":"\u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0456\u0432"},{"id":"number_of_parts","name":"\u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0447\u0430\u0441\u0442\u0438\u043d"},{"id":"wall","name":"\u0421\u0442\u0456\u043d\u0430"},{"id":"width","name":"\u0428\u0438\u0440\u0438\u043d\u0430"},{"id":"width_socle","name":"\u0428\u0438\u0440\u0438\u043d\u0430 \u0446\u043e\u043a\u043e\u043b\u044f"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcObjectForms.de.json b/public/static/json/tls.MDConcObjectForms.de.json new file mode 100644 index 0000000..050efee --- /dev/null +++ b/public/static/json/tls.MDConcObjectForms.de.json @@ -0,0 +1 @@ +[{"id":"","name":""},{"id":"cone","name":"Kegel"},{"id":"sphere","name":"Kugel"},{"id":"cuboid","name":"Quader"},{"id":"cube","name":"W\u00fcrfel"},{"id":"cylinder","name":"Zylinder"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcObjectForms.en.json b/public/static/json/tls.MDConcObjectForms.en.json new file mode 100644 index 0000000..9fb9777 --- /dev/null +++ b/public/static/json/tls.MDConcObjectForms.en.json @@ -0,0 +1 @@ +[{"id":"","name":""},{"id":"cone","name":"Cone"},{"id":"cube","name":"Cube"},{"id":"cuboid","name":"Cuboid"},{"id":"cylinder","name":"Cylinder"},{"id":"sphere","name":"Sphere"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcObjectForms.uk.json b/public/static/json/tls.MDConcObjectForms.uk.json new file mode 100644 index 0000000..b2baa04 --- /dev/null +++ b/public/static/json/tls.MDConcObjectForms.uk.json @@ -0,0 +1 @@ +[{"id":"","name":""},{"id":"cone","name":"\u041a\u043e\u043d\u0443\u0441"},{"id":"cube","name":"\u041a\u0443\u0431"},{"id":"cuboid","name":"\u041a\u0443\u0431\u043e\u043f\u043e\u0434\u0456\u0431\u043d\u0438\u0439"},{"id":"sphere","name":"\u0421\u0444\u0435\u0440\u0430"},{"id":"cylinder","name":"\u0426\u0438\u043b\u0456\u043d\u0434\u0440"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcObjectTagRelTypes.de.json b/public/static/json/tls.MDConcObjectTagRelTypes.de.json new file mode 100644 index 0000000..3fb49bc --- /dev/null +++ b/public/static/json/tls.MDConcObjectTagRelTypes.de.json @@ -0,0 +1 @@ +[{"id":"display_subject","name":"Abgebildetes"},{"id":"material","name":"Material"},{"id":"object_type","name":"Objektart"},{"id":"tag","name":"Schlagwort"},{"id":"technique","name":"Technik"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcObjectTagRelTypes.en.json b/public/static/json/tls.MDConcObjectTagRelTypes.en.json new file mode 100644 index 0000000..e2534ee --- /dev/null +++ b/public/static/json/tls.MDConcObjectTagRelTypes.en.json @@ -0,0 +1 @@ +[{"id":"display_subject","name":"Display subject"},{"id":"material","name":"Material"},{"id":"object_type","name":"Object type"},{"id":"tag","name":"Tag"},{"id":"technique","name":"Technique"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcObjectTagRelTypes.uk.json b/public/static/json/tls.MDConcObjectTagRelTypes.uk.json new file mode 100644 index 0000000..bce39fa --- /dev/null +++ b/public/static/json/tls.MDConcObjectTagRelTypes.uk.json @@ -0,0 +1 @@ +[{"id":"material","name":"\u041c\u0430\u0442\u0435\u0440\u0456\u0430\u043b"},{"id":"display_subject","name":"\u041f\u043e\u043a\u0430\u0437 \u043e\u0431'\u0454\u043a\u0442\u0430"},{"id":"tag","name":"\u0422\u0435\u0433"},{"id":"technique","name":"\u0422\u0435\u0445\u043d\u0456\u043a\u0430"},{"id":"object_type","name":"\u0422\u0438\u043f \u043e\u0431'\u0454\u043a\u0442\u0430"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcOwnershipStatus.de.json b/public/static/json/tls.MDConcOwnershipStatus.de.json new file mode 100644 index 0000000..6d6ac54 --- /dev/null +++ b/public/static/json/tls.MDConcOwnershipStatus.de.json @@ -0,0 +1 @@ +[{"id":"permanent_loan","name":"Dauerleihe"},{"id":"deaccessed","name":"Deakzessiert"},{"id":"owned","name":"Eigentum des Museums"},{"id":"third_party_property","name":"Fremdeigentum"},{"id":"borrowed","name":"Geliehen"},{"id":"to_check","name":"Zur Pr\u00fcfung im Museum"},{"id":"to_check_for_gift","name":"Zur Pr\u00fcfung im Museum (Schenkung)"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcOwnershipStatus.en.json b/public/static/json/tls.MDConcOwnershipStatus.en.json new file mode 100644 index 0000000..e0994f8 --- /dev/null +++ b/public/static/json/tls.MDConcOwnershipStatus.en.json @@ -0,0 +1 @@ +[{"id":"borrowed","name":"Borrowed"},{"id":"deaccessed","name":"Deaccessed"},{"id":"owned","name":"Owned"},{"id":"permanent_loan","name":"Permanent loan"},{"id":"third_party_property","name":"Third party property"},{"id":"to_check","name":"To check"},{"id":"to_check_for_gift","name":"To check (for gift)"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcOwnershipStatus.uk.json b/public/static/json/tls.MDConcOwnershipStatus.uk.json new file mode 100644 index 0000000..2c5d756 --- /dev/null +++ b/public/static/json/tls.MDConcOwnershipStatus.uk.json @@ -0,0 +1 @@ +[{"id":"third_party_property","name":"\u0412\u043b\u0430\u0441\u043d\u0456\u0441\u0442\u044c \u0442\u0440\u0435\u0442\u0456\u0445 \u043e\u0441\u0456\u0431"},{"id":"deaccessed","name":"\u0412\u0456\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043e \u0434\u043e\u0441\u0442\u0443\u043f"},{"id":"to_check","name":"\u0414\u043b\u044f \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0438"},{"id":"to_check_for_gift","name":"\u0414\u043b\u044f \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0438 (\u043d\u0430 \u043f\u043e\u0434\u0430\u0440\u0443\u043d\u043e\u043a)"},{"id":"borrowed","name":"\u0417\u0430\u043f\u043e\u0437\u0438\u0447\u0435\u043d\u043d\u044f"},{"id":"permanent_loan","name":"\u041f\u043e\u0441\u0442\u0456\u0439\u043d\u0430 \u043f\u043e\u0437\u0438\u043a\u0430"},{"id":"owned","name":"\u0423 \u0432\u043b\u0430\u0441\u043d\u043e\u0441\u0442\u0456"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcPlace.de.json b/public/static/json/tls.MDConcPlace.de.json new file mode 100644 index 0000000..c58d670 --- /dev/null +++ b/public/static/json/tls.MDConcPlace.de.json @@ -0,0 +1 @@ +[{"id":22,"name":"(allgemein)"},{"id":29,"name":"Dekor entworfen in"},{"id":12,"name":"Druckplatte erstellt in"},{"id":30,"name":"Form entworfen in"},{"id":4,"name":"Vorlagen erstellt in"},{"id":13,"name":"abgeschickt in"},{"id":20,"name":"abgeschrieben in"},{"id":14,"name":"ausgefertigt in"},{"id":25,"name":"beauftragt in"},{"id":37,"name":"bemalt in"},{"id":45,"name":"besch\u00e4digt in"},{"id":42,"name":"besessen in"},{"id":11,"name":"empfangen in"},{"id":52,"name":"entstanden in"},{"id":35,"name":"erdacht in"},{"id":16,"name":"erstbeschrieben in"},{"id":10,"name":"fotografiert in"},{"id":26,"name":"gedruckt in"},{"id":50,"name":"geerbt in"},{"id":2,"name":"gefunden in"},{"id":41,"name":"gekauft in"},{"id":21,"name":"gelebt in"},{"id":9,"name":"gemalt in"},{"id":6,"name":"genutzt in"},{"id":8,"name":"gesammelt in"},{"id":49,"name":"gespendet \/ geschenkt in"},{"id":27,"name":"gesprochen in"},{"id":28,"name":"gesungen in"},{"id":19,"name":"gezeichnet in"},{"id":51,"name":"hat zum Hauptgegenstand"},{"id":48,"name":"herausgegeben in"},{"id":1,"name":"hergestellt in"},{"id":38,"name":"illustriert in"},{"id":31,"name":"modelliert in"},{"id":44,"name":"restauriert in"},{"id":32,"name":"signiert in"},{"id":15,"name":"unterzeichnet in"},{"id":7,"name":"verfasst in"},{"id":34,"name":"vergraben in"},{"id":43,"name":"verkauft in"},{"id":47,"name":"verschollen in"},{"id":40,"name":"versteigert in"},{"id":3,"name":"ver\u00f6ffentlicht in"},{"id":36,"name":"wurde abgebildet in"},{"id":33,"name":"wurde erw\u00e4hnt von"},{"id":46,"name":"zerst\u00f6rt in"},{"id":39,"name":"zusammengef\u00fcgt in"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcPlace.en.json b/public/static/json/tls.MDConcPlace.en.json new file mode 100644 index 0000000..4ad3441 --- /dev/null +++ b/public/static/json/tls.MDConcPlace.en.json @@ -0,0 +1 @@ +[{"id":29,"name":"Decor designed in"},{"id":30,"name":"Form designed in"},{"id":12,"name":"Printing plate produced in"},{"id":16,"name":"Type described in"},{"id":22,"name":"[general]"},{"id":39,"name":"assembled in"},{"id":40,"name":"auctioned in"},{"id":32,"name":"autographed in"},{"id":41,"name":"bought in"},{"id":34,"name":"buried in"},{"id":8,"name":"collected in"},{"id":25,"name":"commissioned in"},{"id":35,"name":"conceived in"},{"id":1,"name":"created in"},{"id":45,"name":"damaged in"},{"id":46,"name":"destroyed in"},{"id":49,"name":"donated \/ given as present in"},{"id":19,"name":"drawn in"},{"id":48,"name":"edited in"},{"id":52,"name":"emerged at"},{"id":2,"name":"found in"},{"id":51,"name":"had subject"},{"id":21,"name":"has lived in"},{"id":38,"name":"illustrated in"},{"id":50,"name":"inherited in"},{"id":14,"name":"issued in"},{"id":47,"name":"lost in"},{"id":33,"name":"mentioned in"},{"id":31,"name":"modelled in"},{"id":42,"name":"owned in"},{"id":9,"name":"painted in"},{"id":37,"name":"painted on in"},{"id":10,"name":"photographed in"},{"id":26,"name":"printed in"},{"id":3,"name":"published in"},{"id":11,"name":"received in"},{"id":27,"name":"recorded in"},{"id":44,"name":"restored in"},{"id":13,"name":"sent in"},{"id":15,"name":"signed in"},{"id":43,"name":"sold in"},{"id":28,"name":"sung in"},{"id":4,"name":"templates created in"},{"id":20,"name":"was copied (by hand) in"},{"id":36,"name":"was depicted in"},{"id":6,"name":"was used in"},{"id":7,"name":"written in"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcPlace.uk.json b/public/static/json/tls.MDConcPlace.uk.json new file mode 100644 index 0000000..4f95cd5 --- /dev/null +++ b/public/static/json/tls.MDConcPlace.uk.json @@ -0,0 +1 @@ +[{"id":43,"name":" \u043f\u0440\u043e\u0434\u0430\u043d\u043e \u0443"},{"id":38,"name":"(\u043f\u0440\u043e)\u0456\u043b\u044e\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u043e \u0443"},{"id":22,"name":"[\u0437\u0430\u0433\u0430\u043b\u044c\u043d\u0435]"},{"id":6,"name":"\u0431\u0443\u043b\u043e \u0432\u0438\u043a\u043e\u0440\u0441\u0438\u0442\u0430\u043d\u043e \u0443"},{"id":36,"name":"\u0431\u0443\u043b\u043e \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043e \u0443"},{"id":20,"name":"\u0431\u0443\u043b\u043e \u0441\u043a\u043e\u043f\u0456\u0439\u043e\u0432\u0430\u043d\u043e (\u0432\u0440\u0443\u0447\u043d\u0443) \u0443"},{"id":25,"name":"\u0432\u0432\u0435\u0434\u0435\u043d\u043e \u0432 \u0435\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0456\u044e \u0437"},{"id":28,"name":"\u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043e \u0443"},{"id":14,"name":"\u0432\u0438\u043f\u0443\u0449\u0435\u043d\u043e \u0443"},{"id":40,"name":"\u0432\u0438\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u043e \u043d\u0430 \u0430\u0443\u043a\u0446\u0456\u043e\u043d \u0443"},{"id":13,"name":"\u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e \u0443"},{"id":48,"name":"\u0432\u0456\u0434\u0440\u0435\u0434\u0430\u0433\u043e\u0432\u0430\u043d\u043e"},{"id":44,"name":"\u0432\u0456\u0434\u0440\u0435\u0441\u0442\u0430\u0432\u0440\u043e\u0432\u0430\u043d\u043e \u0443"},{"id":29,"name":"\u0434\u0435\u043a\u043e\u0440 \u0440\u043e\u0437\u0440\u043e\u0431\u043b\u0435\u043d\u043e \u0443"},{"id":21,"name":"\u0436\u0438\u0432 \u0443"},{"id":52,"name":"\u0437'\u044f\u0432\u0438\u0432\u0441\u044f \u0443"},{"id":33,"name":"\u0437\u0430\u0433\u0430\u0434\u043d\u043e \u0443"},{"id":35,"name":"\u0437\u0430\u0433\u0430\u0434\u043d\u043e \u0443"},{"id":47,"name":"\u0437\u0430\u0433\u0443\u0431\u043b\u0435\u043d\u043e \u0443"},{"id":27,"name":"\u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0443"},{"id":31,"name":"\u0437\u043c\u043e\u0434\u0435\u043b\u044c\u043e\u0432\u0430\u043d\u043e \u0443 (\u0434\u0435)"},{"id":2,"name":"\u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e \u0443"},{"id":46,"name":"\u0437\u043d\u0438\u0449\u0435\u043d\u043e \u0443"},{"id":8,"name":"\u0437\u0456\u0431\u0440\u0430\u043d\u043e \u0443"},{"id":39,"name":"\u0437\u0456\u0431\u0440\u0430\u043d\u043e \u0443"},{"id":41,"name":"\u043a\u0443\u043f\u043b\u0435\u043d\u043e \u0443"},{"id":26,"name":"\u043d\u0430\u0434\u0440\u0443\u043a\u043e\u0432\u0430\u043d\u043e \u0443"},{"id":42,"name":"\u043d\u0430\u043b\u0435\u0436\u0430\u043b\u043e (\u043c\u0456\u0441\u0446\u0435)"},{"id":37,"name":"\u043d\u0430\u043c\u0430\u043b\u044c\u043e\u0432\u0430\u043d\u043e \u0443"},{"id":7,"name":"\u043d\u0430\u043c\u0430\u043b\u044c\u043e\u0432\u0430\u043d\u043e\/\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0443"},{"id":9,"name":"\u043d\u0430\u043c\u0430\u043b\u044c\u043e\u0432\u0430\u043d\u043e\/\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0443"},{"id":19,"name":"\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e\/\u043d\u0430\u043c\u0430\u043b\u044c\u043e\u0432\u0430\u043d\u043e \u0443"},{"id":3,"name":"\u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u043e \u0443"},{"id":11,"name":"\u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043e \u0443"},{"id":12,"name":"\u043f\u0435\u0447\u0430\u0442\u043d\u0443 \u0444\u043e\u0440\u043c\u0443 \u0438\u0437\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u043e \u0443"},{"id":49,"name":"\u043f\u043e\u0434\u0430\u0440\u043e\u0432\u0430\u043d\u043e \/ \u043f\u0435\u0440\u0435\u0434\u0430\u043d\u043e \u044f\u043a \u043f\u043e\u0434\u0430\u0440\u0443\u043d\u043e\u043a \u0443"},{"id":34,"name":"\u043f\u043e\u0445\u043e\u0432\u0430\u043d\u043e \u0443"},{"id":45,"name":"\u043f\u043e\u0448\u043a\u043e\u0434\u0436\u0435\u043d\u043e \u0443"},{"id":32,"name":"\u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u043e (\u0430\u0432\u0442\u043e\u0433\u0440\u0430\u0444) (\u0434\u0435)"},{"id":15,"name":"\u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u043e \u0443"},{"id":1,"name":"\u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043e \u0443"},{"id":51,"name":"\u0441\u0443\u0431'\u0454\u043a\u0442\u043e\u043c\/\u0442\u0435\u043c\u043e\u044e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0431\u0443\u043b\u043e (\u043c\u0456\u0441\u0446\u0435)"},{"id":10,"name":"\u0441\u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u043e\u0432\u0430\u043d\u043e \u0443"},{"id":16,"name":"\u0442\u0438\u043f \u043e\u043f\u0438\u0441\u0430\u043d\u043e \u0443"},{"id":50,"name":"\u0443\u0441\u043f\u0430\u0434\u043a\u043e\u0432\u0430\u043d\u043e \u0443"},{"id":30,"name":"\u0444\u043e\u0440\u043c\u0443 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u043e \u0443"},{"id":4,"name":"\u0448\u0430\u0431\u043b\u043e\u043d\u0438, \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u0456 \u0443"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcSex.de.json b/public/static/json/tls.MDConcSex.de.json new file mode 100644 index 0000000..1a04a9f --- /dev/null +++ b/public/static/json/tls.MDConcSex.de.json @@ -0,0 +1 @@ +[{"id":"","name":""},{"id":"male","name":"M\u00e4nnlich"},{"id":"female","name":"Weiblich"},{"id":"other","name":"Weiteres"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcSex.en.json b/public/static/json/tls.MDConcSex.en.json new file mode 100644 index 0000000..06c19be --- /dev/null +++ b/public/static/json/tls.MDConcSex.en.json @@ -0,0 +1 @@ +[{"id":"","name":""},{"id":"female","name":"Female"},{"id":"male","name":"Male"},{"id":"other","name":"Other"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcSex.uk.json b/public/static/json/tls.MDConcSex.uk.json new file mode 100644 index 0000000..f287d23 --- /dev/null +++ b/public/static/json/tls.MDConcSex.uk.json @@ -0,0 +1 @@ +[{"id":"","name":""},{"id":"other","name":"\u0406\u043d\u0448\u0438\u0439"},{"id":"female","name":"\u0416\u0456\u043d\u043e\u0447\u0438\u0439 "},{"id":"male","name":"\u0427\u043e\u043b\u043e\u0432\u0456\u0447\u0438\u0439"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcSourceTypes.de.json b/public/static/json/tls.MDConcSourceTypes.de.json new file mode 100644 index 0000000..508fea0 --- /dev/null +++ b/public/static/json/tls.MDConcSourceTypes.de.json @@ -0,0 +1 @@ +[{"id":"article","name":"Artikel"},{"id":"inbook","name":"Artikel in Sammelband"},{"id":"book","name":"Buch"},{"id":"phdthesis","name":"Doktorarbeit"},{"id":"electronical","name":"Elektronische Resource"},{"id":"patent","name":"Patentschrift"},{"id":"unpublished","name":"Unver\u00f6ffentlicht"},{"id":"misc","name":"Weiteres"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcSourceTypes.en.json b/public/static/json/tls.MDConcSourceTypes.en.json new file mode 100644 index 0000000..e6420e0 --- /dev/null +++ b/public/static/json/tls.MDConcSourceTypes.en.json @@ -0,0 +1 @@ +[{"id":"article","name":"Article"},{"id":"inbook","name":"Article in collected volume"},{"id":"book","name":"Book"},{"id":"electronical","name":"Electronic resource"},{"id":"misc","name":"Miscelaneous"},{"id":"patent","name":"Patent"},{"id":"phdthesis","name":"PhD thesis"},{"id":"unpublished","name":"Unpublished"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcSourceTypes.uk.json b/public/static/json/tls.MDConcSourceTypes.uk.json new file mode 100644 index 0000000..714f45c --- /dev/null +++ b/public/static/json/tls.MDConcSourceTypes.uk.json @@ -0,0 +1 @@ +[{"id":"misc","name":"\u0406\u043d\u0448\u0435"},{"id":"electronical","name":"\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0438\u0439 \u0440\u0435\u0441\u0443\u0440\u0441"},{"id":"phdthesis","name":"\u041a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0441\u044c\u043a\u0430 \u0434\u0438\u0441\u0435\u0440\u0442\u0430\u0446\u0456\u044f"},{"id":"book","name":"\u041a\u043d\u0438\u0433\u0430"},{"id":"unpublished","name":"\u041d\u0435\u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0435"},{"id":"patent","name":"\u041f\u0430\u0442\u0435\u043d\u0442"},{"id":"article","name":"\u0421\u0442\u0430\u0442\u0442\u044f"},{"id":"inbook","name":"\u0421\u0442\u0430\u0442\u0442\u044f \u0443 \u0437\u0431\u0456\u0440\u043d\u0438\u043a\u0443"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcTime.de.json b/public/static/json/tls.MDConcTime.de.json new file mode 100644 index 0000000..269cd32 --- /dev/null +++ b/public/static/json/tls.MDConcTime.de.json @@ -0,0 +1 @@ +[{"id":24,"name":"(allgemein)"},{"id":29,"name":"Dekor entworfen"},{"id":12,"name":"Druckplatte erstellt"},{"id":30,"name":"Form entworfen"},{"id":4,"name":"Vorlagen erstellt"},{"id":13,"name":"abgeschickt"},{"id":20,"name":"abgeschrieben"},{"id":14,"name":"ausgefertigt"},{"id":25,"name":"beauftragt"},{"id":37,"name":"bemalt"},{"id":45,"name":"besch\u00e4digt"},{"id":42,"name":"besessen"},{"id":11,"name":"empfangen"},{"id":52,"name":"entstanden am"},{"id":35,"name":"erdacht"},{"id":16,"name":"erstbeschrieben"},{"id":10,"name":"fotografiert"},{"id":26,"name":"gedruckt"},{"id":50,"name":"geerbt"},{"id":2,"name":"gefunden"},{"id":41,"name":"gekauft"},{"id":21,"name":"gelebt"},{"id":9,"name":"gemalt"},{"id":6,"name":"genutzt"},{"id":8,"name":"gesammelt"},{"id":49,"name":"gespendet \/ geschenkt"},{"id":27,"name":"gesprochen"},{"id":28,"name":"gesungen"},{"id":19,"name":"gezeichnet"},{"id":51,"name":"hat zum Hauptgegenstand"},{"id":48,"name":"herausgegeben"},{"id":1,"name":"hergestellt"},{"id":38,"name":"illustriert"},{"id":31,"name":"modelliert"},{"id":44,"name":"restauriert"},{"id":32,"name":"signiert"},{"id":15,"name":"unterzeichnet"},{"id":7,"name":"verfasst"},{"id":34,"name":"vergraben"},{"id":43,"name":"verkauft"},{"id":47,"name":"verschollen"},{"id":40,"name":"versteigert"},{"id":3,"name":"ver\u00f6ffentlicht"},{"id":33,"name":"wurde erw\u00e4hnt"},{"id":46,"name":"zerst\u00f6rt"},{"id":39,"name":"zusammengef\u00fcgt"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcTime.en.json b/public/static/json/tls.MDConcTime.en.json new file mode 100644 index 0000000..2430281 --- /dev/null +++ b/public/static/json/tls.MDConcTime.en.json @@ -0,0 +1 @@ +[{"id":29,"name":"Decor designed"},{"id":30,"name":"Form designed"},{"id":12,"name":"Printing plate produced"},{"id":16,"name":"Type described"},{"id":24,"name":"[general]"},{"id":39,"name":"assembled at"},{"id":40,"name":"auctioned at"},{"id":32,"name":"autographed"},{"id":41,"name":"bought at"},{"id":34,"name":"buried"},{"id":8,"name":"collected"},{"id":25,"name":"commissioned"},{"id":35,"name":"conceived"},{"id":20,"name":"copied (by hand)"},{"id":1,"name":"created"},{"id":45,"name":"damaged at"},{"id":46,"name":"destroyed at"},{"id":49,"name":"donated at"},{"id":19,"name":"drawn"},{"id":48,"name":"edited at"},{"id":52,"name":"emerged at"},{"id":2,"name":"found"},{"id":51,"name":"had subject"},{"id":21,"name":"has lived"},{"id":38,"name":"illustrated"},{"id":50,"name":"inherited at"},{"id":14,"name":"issued"},{"id":47,"name":"lost at"},{"id":31,"name":"modelled"},{"id":42,"name":"owned at"},{"id":9,"name":"painted"},{"id":37,"name":"painted on"},{"id":10,"name":"photographed"},{"id":26,"name":"printed"},{"id":3,"name":"published"},{"id":11,"name":"received"},{"id":27,"name":"recorded"},{"id":44,"name":"restored at"},{"id":13,"name":"sent"},{"id":15,"name":"signed"},{"id":43,"name":"sold at"},{"id":28,"name":"sung"},{"id":4,"name":"template created"},{"id":33,"name":"was mentioned"},{"id":6,"name":"was used"},{"id":7,"name":"written"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcTime.uk.json b/public/static/json/tls.MDConcTime.uk.json new file mode 100644 index 0000000..95d04e0 --- /dev/null +++ b/public/static/json/tls.MDConcTime.uk.json @@ -0,0 +1 @@ +[{"id":41,"name":" \u043a\u0443\u043f\u043b\u0435\u043d\u043e (\u043a\u043e\u043b\u0438)"},{"id":38,"name":"(\u043f\u0440\u043e)\u0456\u043b\u044e\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u043e"},{"id":24,"name":"[\u0437\u0430\u0433\u0430\u043b\u044c\u043d\u0435]"},{"id":16,"name":"\u0422\u0438\u043f \u043e\u043f\u0438\u0441\u0430\u043d\u043e"},{"id":6,"name":"\u0431\u0443\u043b\u043e \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043e"},{"id":33,"name":"\u0431\u0443\u043b\u043e \u0437\u0433\u0430\u0434\u0430\u043d\u043e"},{"id":14,"name":"\u0432\u0438\u0434\u0430\u043d\u043e"},{"id":28,"name":"\u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043e"},{"id":47,"name":"\u0432\u0442\u0440\u0430\u0447\u0435\u043d\u043e\/\u0437\u0430\u0433\u0443\u0431\u043b\u0435\u043d\u043e (\u043a\u043e\u043b\u0438)"},{"id":13,"name":"\u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e"},{"id":48,"name":"\u0432\u0456\u0434\u0440\u0435\u0434\u0430\u0433\u043e\u0432\u0430\u043d\u043e (\u043a\u043e\u043b\u0438)"},{"id":44,"name":"\u0432\u0456\u0434\u0440\u0435\u0441\u0442\u0430\u0432\u0440\u043e\u0432\u0430\u043d\u043e (\u043a\u043e\u043b\u0438)"},{"id":29,"name":"\u0434\u0435\u043a\u043e\u0440 \u0440\u043e\u0437\u0440\u043e\u0431\u043b\u0435\u043d\u043e"},{"id":12,"name":"\u0434\u0440\u0443\u043a\u043e\u0432\u0430\u043d\u0430 \u0444\u043e\u0440\u043c\u0430 \u0432\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0430"},{"id":21,"name":"\u0436\u0438\u0432"},{"id":52,"name":"\u0437'\u044f\u0432\u0438\u043b\u043e\u0441\u044f (\u043a\u043e\u043b\u0438)"},{"id":35,"name":"\u0437\u0430\u0434\u0443\u043c\u0430\u043d\u043e"},{"id":25,"name":"\u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043e"},{"id":27,"name":"\u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043e"},{"id":31,"name":"\u0437\u043c\u043e\u0434\u0435\u043b\u044c\u043e\u0432\u0430\u043d\u043e"},{"id":2,"name":"\u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e"},{"id":46,"name":"\u0437\u043d\u0438\u0449\u0435\u043d\u043e (\u043a\u043e\u043b\u0438)"},{"id":8,"name":"\u0437\u0456\u0431\u0440\u0430\u043d\u043e"},{"id":39,"name":"\u0437\u0456\u0431\u0440\u0430\u043d\u043e (\u043a\u043e\u043b\u0438)"},{"id":51,"name":"\u043c\u0430\u043b\u043e \u0442\u0435\u043c\u043e\u044e (\u043a\u043e\u043b\u0438)"},{"id":26,"name":"\u043d\u0430\u0434\u0440\u0443\u043a\u043e\u0432\u0430\u043d\u043e"},{"id":42,"name":"\u043d\u0430\u043b\u0435\u0436\u0430\u043b\u043e (\u043a\u043e\u043b\u0438)"},{"id":19,"name":"\u043d\u0430\u043c\u0430\u043b\u044c\u043e\u0432\u0430\u043d\u043e"},{"id":37,"name":"\u043d\u0430\u043c\u0430\u043b\u044c\u043e\u0432\u0430\u043d\u043e \u043d\u0430"},{"id":9,"name":"\u043d\u0430\u043c\u0430\u043b\u044c\u043e\u0432\u0430\u043d\u043e\/\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e"},{"id":7,"name":"\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e"},{"id":3,"name":"\u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u043e"},{"id":11,"name":"\u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043e"},{"id":49,"name":"\u043f\u043e\u0436\u0435\u0440\u0442\u0432\u0443\u0432\u0430\u043d\u043e \u043d\u0430"},{"id":34,"name":"\u043f\u043e\u0445\u043e\u0432\u0430\u043d\u043e"},{"id":45,"name":"\u043f\u043e\u0448\u043a\u043e\u0434\u0436\u0435\u043d\u043e (\u043a\u043e\u043b\u0438)"},{"id":43,"name":"\u043f\u0440\u043e\u0434\u0430\u043d\u043e (\u043a\u043e\u043b\u0438)"},{"id":40,"name":"\u043f\u0440\u043e\u0434\u0430\u043d\u043e \u0437 \u0430\u0443\u043a\u0446\u0456\u043e\u043d\u0443 (\u043a\u043e\u043b\u0438)"},{"id":15,"name":"\u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u043e"},{"id":32,"name":"\u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u043e (\u0430\u0432\u0442\u043e\u0433\u0440\u0430\u0444)"},{"id":20,"name":"\u0441\u043f\u0438\u0441\u0430\u043d\u043e (\u0440\u0443\u043a\u043e\u044e)"},{"id":1,"name":"\u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043e"},{"id":10,"name":"\u0441\u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u043e\u0432\u0430\u043d\u043e"},{"id":50,"name":"\u0443\u0441\u043f\u0430\u0434\u043a\u043e\u0432\u0430\u043d\u043e (\u043a\u043e\u043b\u0438)"},{"id":30,"name":"\u0444\u043e\u0440\u043c\u0443 \u0440\u043e\u0437\u0440\u043e\u0431\u043b\u0435\u043d\u043e"},{"id":4,"name":"\u0448\u0430\u0431\u043b\u043e\u043d \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043e"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcTitleTypes.de.json b/public/static/json/tls.MDConcTitleTypes.de.json new file mode 100644 index 0000000..5280075 --- /dev/null +++ b/public/static/json/tls.MDConcTitleTypes.de.json @@ -0,0 +1 @@ +[{"id":"","name":""},{"id":"Everyday speech","name":"Alltagssprache"},{"id":"Dialect","name":"Dialekt"},{"id":"Professional jargon","name":"Fachsprache"},{"id":"Sociolect","name":"Soziolekt"},{"id":"Colloquial speech","name":"Umgangssprache"},{"id":"Science","name":"Wissenschaft"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcTitleTypes.en.json b/public/static/json/tls.MDConcTitleTypes.en.json new file mode 100644 index 0000000..99d0da9 --- /dev/null +++ b/public/static/json/tls.MDConcTitleTypes.en.json @@ -0,0 +1 @@ +[{"id":"","name":""},{"id":"Colloquial speech","name":"Colloquial speech"},{"id":"Dialect","name":"Dialect"},{"id":"Everyday speech","name":"Everyday speech"},{"id":"Professional jargon","name":"Professional jargon"},{"id":"Science","name":"Science"},{"id":"Sociolect","name":"Sociolect"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcTitleTypes.uk.json b/public/static/json/tls.MDConcTitleTypes.uk.json new file mode 100644 index 0000000..94ff60b --- /dev/null +++ b/public/static/json/tls.MDConcTitleTypes.uk.json @@ -0,0 +1 @@ +[{"id":"","name":""},{"id":"Dialect","name":"\u0414\u0456\u0430\u043b\u0435\u043a\u0442"},{"id":"Science","name":"\u041d\u0430\u0443\u043a\u043e\u0432\u0456 \u0434\u043e\u0441\u043b\u0456\u0434\u0436\u0435\u043d\u043d\u044f"},{"id":"Everyday speech","name":"\u041f\u043e\u0432\u0441\u044f\u043a\u0434\u0435\u043d\u043d\u0435 \u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f"},{"id":"Professional jargon","name":"\u041f\u0440\u043e\u0444\u0435\u0441\u0456\u0439\u043d\u0438\u0439 \u0436\u0430\u0440\u0433\u043e\u043d"},{"id":"Colloquial speech","name":"\u0420\u043e\u0437\u043c\u043e\u0432\u043d\u0435 \u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f"},{"id":"Sociolect","name":"\u0421\u043e\u0446\u0456\u043e\u043b\u0435\u043a\u0442"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcWeights.de.json b/public/static/json/tls.MDConcWeights.de.json new file mode 100644 index 0000000..d9185ab --- /dev/null +++ b/public/static/json/tls.MDConcWeights.de.json @@ -0,0 +1 @@ +[{"id":"g","name":"g"},{"id":"kg","name":"kg"},{"id":"t","name":"t"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcWeights.en.json b/public/static/json/tls.MDConcWeights.en.json new file mode 100644 index 0000000..d9185ab --- /dev/null +++ b/public/static/json/tls.MDConcWeights.en.json @@ -0,0 +1 @@ +[{"id":"g","name":"g"},{"id":"kg","name":"kg"},{"id":"t","name":"t"}] \ No newline at end of file diff --git a/public/static/json/tls.MDConcWeights.uk.json b/public/static/json/tls.MDConcWeights.uk.json new file mode 100644 index 0000000..0ef857e --- /dev/null +++ b/public/static/json/tls.MDConcWeights.uk.json @@ -0,0 +1 @@ +[{"id":"g","name":"\u0433\u0440"},{"id":"kg","name":"\u043a\u0433"},{"id":"t","name":"\u0442\u043e\u043d\u043d"}] \ No newline at end of file