-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
41 lines (41 loc) · 1.63 KB
/
config.json
File metadata and controls
41 lines (41 loc) · 1.63 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
{
"enabled": false,
"translations": {
"en": {
"enabled": true,
"text": "This section is dedicated to special sponsors.",
"textMobile": "This section is dedicated to special sponsors.",
"linkText": "More info",
"linkTextMobile": "More",
"linkUrl": "https://t.me/Pasar_Guard/62",
"icon": "https://raw.githubusercontent.com/PasarGuard/panel/main/dashboard/public/statics/favicon/logo-pwa.png"
},
"fa": {
"enabled": true,
"text": "این بخش به اسپانسرهای ویژه اختصاص دارد.",
"textMobile": "این بخش به اسپانسرهای ویژه اختصاص دارد.",
"linkText": "اطلاعات بیشتر",
"linkTextMobile": "بیشتر",
"linkUrl": "https://t.me/Pasar_Guard/62",
"icon": "https://raw.githubusercontent.com/PasarGuard/panel/main/dashboard/public/statics/favicon/logo-pwa.png"
},
"ru": {
"enabled": true,
"text": "Этот раздел посвящен специальным спонсорам.",
"textMobile": "Этот раздел посвящен специальным спонсорам.",
"linkText": "Подробнее",
"linkTextMobile": "Еще",
"linkUrl": "https://t.me/Pasar_Guard/62",
"icon": "https://example.com/icon-ru.png"
},
"zh": {
"enabled": true,
"text": "此部分专为特别赞助商而设。",
"textMobile": "此部分专为特别赞助商而设。",
"linkText": "了解更多",
"linkTextMobile": "更多",
"linkUrl": "https://t.me/Pasar_Guard/62",
"icon": "https://example.com/icon-zh.png"
}
}
}