-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcurrent_config.json
More file actions
64 lines (64 loc) · 2.22 KB
/
current_config.json
File metadata and controls
64 lines (64 loc) · 2.22 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
62
63
64
{
"parameters": {
"max_daily_notifications": {
"defaultValue": {
"value": "5"
},
"valueType": "NUMBER"
},
"notification_interval_minutes": {
"defaultValue": {
"value": "15"
},
"valueType": "NUMBER"
},
"smart_scheduling_enabled": {
"defaultValue": {
"value": "true"
},
"valueType": "BOOLEAN"
},
"notification_hours": {
"defaultValue": {
"value": "9,12,15,18,21"
},
"valueType": "STRING"
},
"notification_end_hour": {
"defaultValue": {
"value": "21"
},
"valueType": "NUMBER"
},
"min_hours_between_notifications": {
"defaultValue": {
"value": "2"
},
"valueType": "NUMBER"
},
"notification_start_hour": {
"defaultValue": {
"value": "9"
},
"valueType": "NUMBER"
},
"notifications_enabled": {
"defaultValue": {
"value": "true"
},
"valueType": "BOOLEAN"
},
"notification_messages_tr": {
"defaultValue": {
"value": " morning|Günaydın! 🌅|Bugünkü bütçenizi kontrol edin lunch|Öğle Arası 🍽️|Öğle yemeği harcamanızı eklediniz mi? afternoon|Öğleden Sonra ☕|Küçük harcamalarınızı kaydetmeyi unutmayın evening|Akşam Saati 🌆|Alışverişlerinizi kaydetme zamanı night|Gün Sonu 🌙|Bugünkü işlemlerinizi gözden geçirin weekend_morning|Hafta Sonu 🎯|Haftalık harcamalarınızı inceleyin weekend_evening|Hafta Sonu Özeti 📊|Gelecek hafta için planınızı yapın general|Qanta Hatırlatıcı|Finanslarınızı düzenli tutun"
},
"valueType": "STRING"
},
"notification_messages_en": {
"defaultValue": {
"value": "morning|Good Morning! 🌅|Check your budget for today lunch|Lunch Time 🍽️|Have you tracked your lunch expenses? afternoon|Afternoon Break ☕|Don't forget to track small expenses evening|Evening Time 🌆|Time to record your shopping night|Day End 🌙|Review your today's transactions weekend_morning|Weekend 🎯|Review your weekly spending weekend_evening|Weekend Summary 📊|Plan for next week general|Qanta Reminder|Keep your finances organized"
},
"valueType": "STRING"
}
}
}