summaryrefslogtreecommitdiff
path: root/SI/.obsidian/plugins/obsidian-dictionary-plugin/data.json
blob: 51740a130bad14b1241136724a81ff8ef8873249 (plain)
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
73
74
{
  "getLangFromFile": true,
  "defaultLanguage": "en_US",
  "normalLang": "en_US",
  "shouldShowSynonymPopover": true,
  "shouldShowCustomContextMenu": false,
  "apiSettings": {
    "en_US": {
      "definitionApiName": "Free Dictionary API",
      "synonymApiName": "Free Dictionary API"
    },
    "hi": {
      "definitionApiName": "Free Dictionary API",
      "synonymApiName": null
    },
    "es": {
      "definitionApiName": "Free Dictionary API",
      "synonymApiName": "Altervista"
    },
    "fr": {
      "definitionApiName": "Free Dictionary API",
      "synonymApiName": "Altervista"
    },
    "ja": {
      "definitionApiName": "Free Dictionary API",
      "synonymApiName": null
    },
    "ru": {
      "definitionApiName": "Free Dictionary API",
      "synonymApiName": null
    },
    "en_GB": {
      "definitionApiName": "Free Dictionary API",
      "synonymApiName": null
    },
    "de": {
      "definitionApiName": "Free Dictionary API",
      "synonymApiName": "Open Thesaurus"
    },
    "it": {
      "definitionApiName": "Free Dictionary API",
      "synonymApiName": "Altervista"
    },
    "ko": {
      "definitionApiName": "Free Dictionary API",
      "synonymApiName": null
    },
    "pt_BR": {
      "definitionApiName": "Free Dictionary API",
      "synonymApiName": null
    },
    "ar": {
      "definitionApiName": "Free Dictionary API",
      "synonymApiName": null
    },
    "tr": {
      "definitionApiName": "Free Dictionary API",
      "synonymApiName": null
    },
    "cn": {
      "definitionApiName": "Offline Dictionary",
      "synonymApiName": null
    }
  },
  "partOfSpeechApiName": "Systran API",
  "advancedSynonymAnalysis": false,
  "useCaching": false,
  "folder": "",
  "capitalizedFileName": true,
  "prefix": "",
  "suffix": " ({{lang}})",
  "template": "---\n# {{notice}}\naliases: [\"{{word}}\"]\n---\n\n# {{word}}\n\n## {{pronunciationHeader}}\n\n{{phoneticList}}\n\n## {{meaningHeader}}\n\n{{meanings}}\n\n## {{originHeader}}\n\n{{origin}}\n",
  "languageSpecificSubFolders": false
}