-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
30 lines (30 loc) · 2.33 KB
/
db.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
{
"countries": [
{"name": "Austria", "code": "at"},
{"name": "Czechia", "code": "cz"},
{"name": "Finland", "code": "fi"},
{"name": "Greece", "code": "gr"},
{"name": "Latvia", "code": "lv"},
{"name": "Russia", "code": "ru"},
{"name": "Sweden", "code": "se"},
{"name": "Bulgaria", "code": "bg"},
{"name": "Denmark", "code": "dk"},
{"name": "France", "code": "fr"},
{"name": "Hungary", "code": "hu"},
{"name": "Lithuania", "code": "lt"},
{"name": "Slovakia", "code": "sk"},
{"name": "United States of America", "code": "us"},
{"name": "Croatia", "code": "cr"},
{"name": "Estonia", "code": "ee"},
{"name": "Germany", "code": "de"},
{"name": "Italy", "code": "it"},
{"name": "Poland", "code": "pl"},
{"name": "Spain", "code": "es"}
],
"meanings": [
{"name": "Leon", "meaning": "Derived from Greek λέων (leon) meaning \"lion\". During the Christian era this Greek name was merged with the Latin cognate Leo, with the result that the two forms are used somewhat interchangeably across European languages. In England during the Middle Ages this was a common name among Jews. A famous bearer was Leon Trotsky (1879-1940), a Russian Communist revolutionary."},
{"name": "Ludmiła", "meaning": "Means \"favour of the people\" from the Slavic elements lyudu \"people\" and milu \"gracious, dear\". Saint Ludmila was a 10th-century duchess of Bohemia, the grandmother of Saint Václav. She was murdered on the orders of her daughter-in-law Drahomíra."},
{"name": "Ludomiła", "meaning": "From Slovak, Means \"favour of the people\" from the Slavic elements lyudu \"people\" and milu \"gracious, dear\". Saint Ludmila was a 10th-century duchess of Bohemia, the grandmother of Saint Václav. She was murdered on the orders of her daughter-in-law Drahomíra."},
{"name": "Konrad", "meaning": "Means \"brave counsel\", derived from the Germanic elements kuoni \"brave\" and rad \"counsel\". This was the name of a 10th-century saint and bishop of Konstanz, in southern Germany. It was also borne by several medieval German kings and dukes. In England it was occasionally used during the Middle Ages, but has only been common since the 19th century when it was reintroduced from Germany"}
]
}