-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinfo.json
More file actions
61 lines (61 loc) · 1.07 KB
/
info.json
File metadata and controls
61 lines (61 loc) · 1.07 KB
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
{
"id": "plugin.homes.i7.libre",
"plugin_type": "translate",
"icon": "libretranslate.png",
"display": "LibreTranslate",
"homepage": "https://github.com/Integral-Tech/pot-app-translate-plugin-libre",
"needs": [
{
"key": "url",
"display": "实例 URL",
"type": "input"
},
{
"key": "apiKey",
"display": "API 密钥 (可选)",
"type": "input"
}
],
"language": {
"auto": "auto",
"zh_cn": "zh",
"zh_tw": "zt",
"en": "en",
"ja": "ja",
"ko": "ko",
"fr": "fr",
"es": "es",
"ru": "ru",
"de": "de",
"it": "it",
"tr": "tr",
"pt_pt": "pt",
"pt_br": "pt",
"vi": "vi",
"id": "id",
"th": "th",
"ms": "ms",
"ar": "ar",
"hi": "hi",
"fa": "fa",
"nb_no": "nb",
"nn_no": "nb",
"nl": "nl",
"pl": "pl",
"uk": "uk",
"el": "el",
"bg": "bg",
"cs": "cs",
"da": "da",
"et": "et",
"fi": "fi",
"hu": "hu",
"lt": "lt",
"lv": "lv",
"ro": "ro",
"sk": "sk",
"sl": "sl",
"sv": "sv",
"ur": "ur"
}
}