-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
63 lines (63 loc) · 2.03 KB
/
config.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
{
"user": {
"language": "en",
"USER_AGENT":"",
"file_dir":"../"
},
"system": {
"en": {
"sep":"–",
"sentences": {
"startupText": "Today {day} {month} {year}",
"inputText": "Type {confirm} to confirm.\n",
"processText": "All the data fetching from {url}",
"confirm": "Yes",
"decline":"No",
"writing":"Do you want save the datas in a .txt file ? Type {confirm} to confirm.",
"dirError":"Invalid Directory!",
"end":"Process Ended!"
},
"months": {
"_1": "January",
"_2": "February",
"_3": "March",
"_4": "April",
"_5": "May",
"_6": "June",
"_7": "July",
"_8": "August",
"_9": "September",
"_10": "October",
"_11": "November",
"_12": "December"
}
},
"tr": {
"sep":"-",
"sentences": {
"startupText": "Bugün {day} {month} {year}",
"inputText": "Onaylamak için {confirm} yazınız.\n",
"processText": "{url} Adresinden veriler çekiliyor",
"confirm": "Evet",
"decline":"Hayır",
"writing":"Veriler .txt dosyasında saklansın mı? Onaylamak için {confirm} yazınız.",
"dirError":"Geçersiz dizin!",
"end":"İşlem Sonlandırıldı!"
},
"months": {
"_1": "Ocak",
"_2": "Şubat",
"_3": "Mart",
"_4": "Nisan",
"_5": "Mayıs",
"_6": "Haziran",
"_7": "Temmuz",
"_8": "Ağustos",
"_9": "Eylül",
"_10": "Ekim",
"_11": "Kasım",
"_12": "Aralık"
}
}
}
}