forked from bcmk/siren
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbongacams-translation.json.example
118 lines (118 loc) · 3.78 KB
/
bongacams-translation.json.example
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"help": {
"str": "The bot notifies you whenever your favorite BongaCams models are online.\n\nCommands\n\n<b>add</b> <i>model_ID</i> — Add model\n<b>remove</b> <i>model_ID</i> — Remove model\n<b>remove_all</b> — Remove all models\n<b>list</b> — Your subscriptions list\n<b>donate</b> — Donation instructions\n<b>feedback</b> <i>text</i> — Send feedback\n<b>source</b> — Show source code\n<b>language</b> — This bot in other languages\n<b>help</b> — Command list\n\nYou can find a model ID in an address line of your browser",
"parse": "html"
},
"online": {
"str": "%[1]s online\nwww.bongacams.com/%[1]s",
"parse": "raw"
},
"online_list": {
"str": "%[1]s online\nwww.bongacams.com/%[1]s",
"parse": "raw"
},
"offline": {
"str": "%s offline",
"parse": "raw"
},
"offline_list": {
"str": "%s offline",
"parse": "raw"
},
"denied": {
"str": "%s blocked an access from the USA, the location of this bot",
"parse": "raw"
},
"denied_list": {
"str": "%s blocked an access from the USA, the location of this bot",
"parse": "raw"
},
"syntax_add": {
"str": "Enter\n\n/add <i>model_ID</i>\n\nYou can find a model ID in an address line of your browser\nThe bot treats lower- and uppercase letters as the same",
"parse": "html"
},
"syntax_remove": {
"str": "Enter\n\n/remove <i>model_ID</i>\nYou can find a model ID in an address line of your browser",
"parse": "html"
},
"syntax_feedback": {
"str": "Enter\n\n/feedback <i>message</i>",
"parse": "html"
},
"invalid_symbols": {
"str": "Model ID %s has invalid symbols",
"parse": "raw"
},
"already_added": {
"str": "Model %s is already in your list",
"parse": "raw"
},
"max_models": {
"str": "You can add no more than %d models",
"parse": "raw"
},
"add_error": {
"str": "Could not add the model %s\nCheck the model ID or try later\nSyntax: /add <i>model_ID</i>\nYou can find a model ID in an address line of your browser",
"parse": "html"
},
"model_added": {
"str": "Model %s added successfully",
"parse": "raw"
},
"model_not_in_list": {
"str": "Model %s is not in your list",
"parse": "raw"
},
"model_removed": {
"str": "Model %s removed successfully",
"parse": "raw"
},
"donation": {
"str": "Donation instructions",
"parse": "raw"
},
"feedback": {
"str": "Thank you for your feedback!",
"parse": "raw"
},
"source_code": {
"str": "Source code: https://github.com/bcmk/siren",
"parse": "raw"
},
"unknown_command": {
"str": "Unknown command",
"parse": "raw"
},
"slash": {
"str": "Command looks like this: /<i>command</i>",
"parse": "html"
},
"languages": {
"str": "This bot in other languages\nРусский: t.me/BongacamsSirenBot",
"parse": "raw"
},
"version": {
"str": "Version: %s",
"parse": "raw"
},
"profile_removed": {
"str": "Model %s probably has removed her profile",
"parse": "raw"
},
"no_models": {
"str": "You are not subscribed to any model\nTo subscribe enter\n\n/add <i>model_ID</i>",
"parse": "html"
},
"no_online_models": {
"str": "There are no online models you subscribed to",
"parse": "raw"
},
"remove_all": {
"str": "If you really want to remove all the subscriptions then enter\n\n/sure_remove_all",
"parse": "raw"
},
"all_models_removed": {
"str": "All your subscriptions removed",
"parse": "raw"
}
}