-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrans_links.json
72 lines (72 loc) · 2.18 KB
/
trans_links.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"link_index": {
"cs": {
"href": "index.html?lang=cs",
"text": "výběr<br/>lokality"
},
"en": {
"href": "index.html?lang=en",
"text": "location</br>selection"
},
"de": {
"href": "index.html?lang=de",
"text": "Standort-<br />auswahl"
}
},
"link_hiu_db": {
"cs": {
"href": "https://www.hiu.cas.cz/seznam-pracovniku/94",
"text": "Mgr. Daniel Baránek, Ph.D."
},
"en": {
"href": "https://www.hiu.cas.cz/en/employees/94",
"text": "Mgr. Daniel Baránek, Ph.D."
},
"de": {
"href": "https://www.hiu.cas.cz/en/employees/94",
"text": "Mgr. Daniel Baránek, Ph.D."
}
},
"link_hiu_inst": {
"cs": {
"href": "https://www.hiu.cas.cz",
"text": "Historický ústav<br />AV ČR, v. v. i."
},
"en": {
"href": "https://www.hiu.cas.cz/en",
"text": "Institute of History<br />of the Czech Academy of Sciences"
},
"de": {
"href": "https://www.hiu.cas.cz/en",
"text": "Historisches Institut der Akademie<br />der Wissenschaften der Tschechischen Republik"
}
},
"link_mastodon": {
"cs": {
"href": "https://witter.cz/@danielbaranek",
"text": "Mastodon"
},
"en": {
"href": "https://sciences.social/@daelba",
"text": "Mastodon"
},
"de": {
"href": "https://sciences.social/@daelba",
"text": "Mastodon"
}
},
"link_cc": {
"cs": {
"href": "https://creativecommons.org/licenses/by-sa/4.0/deed.cs",
"text": "Licence: CC BY-SA 4.0"
},
"en": {
"href": "https://creativecommons.org/licenses/by-sa/4.0/deed.en",
"text": "License: CC BY-SA 4.0"
},
"de": {
"href": "https://creativecommons.org/licenses/by-sa/4.0/deed.de",
"text": "Lizenz: CC BY-SA 4.0"
}
}
}