-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlanguage.json
executable file
·387 lines (310 loc) · 12.7 KB
/
language.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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
{
"enterNumber": {
"en": "☎️ Enter a phone number to register.",
"np": null
},
"invalidNumber": {
"en": "⚠️ The number you have entered is invalid. Please enter a valid Ncell number in this format (98XXXXXXXX).",
"np": null
},
"enterOtp": {
"en": "🔑 Enter the verification code sent to your mobile number.",
"np": null
},
"reEnterOtp": {
"en": "🔑 Enter the new verification code sent to your mobile number.",
"np": null
},
"registeredSuccessfully": {
"en": "🙌 {} is registered successfully.",
"np": null
},
"invalidOtp": {
"en": "⚠️ The OTP you have entered is incorrect. Please recheck the OTP and enter it again.",
"np": null
},
"otpExpired": {
"en": "⚠️ The OTP you have entered is expired. Please regenerate a new OTP.",
"np": null
},
"otpAttemptExceed": {
"en": "⚠️ You have crossed the maximum OTP attempt. Please regenerate a new OTP.",
"np": null
},
"otpSendExceed": {
"en": "⚠️ Requested MSISDN is blocked!! Please wait for {} minutes to get a new OTP in this number or enter a different number to register.",
"np": null
},
"ping": {
"en": "🏓 pong",
"np": null
},
"notSubscribed": {
"en": "🥺 Hi {}, It seems like you are not subscribed to our channel yet. Due to our limited resources, the bot is limited to our subscribers only. Please support us by subscribing to our channel and use the bot.\n\n<b>Click on the button below to subscribe to our channel and press the ❤️ Done button after subscribing.</b>",
"np": null
},
"thanksForSub": {
"en": "😇 <b>Thank you so much for supporting us!! Being a part of the channel you will let you get the latest updates of our projects.</b>",
"np": null
},
"notSubscribedCallback": {
"en": "⚠️ You are not subscribed yet.",
"np": null
},
"greetFirstTime": {
"en": "🙏 Hi {},\n\nI am Ncell Bot 🤖, a <b>free</b> and <b><a href='https://github.com/hemantapkh/ncellbot'>Open Source</a></b> telegram bot. I can help you to use the services of Ncell app from telegram. Please register your number and get started.\n\n<b>Please note that we are in no way affiliated with, authorized, maintained, sponsored, or endorsed by <a href='https://ncell.axiata.com'>Ncell</a> or any of its affiliates or subsidiaries.</b>",
"np": null
},
"greet": {
"en": "👋 Hi {}, Welcome back to the Ncell bot.",
"np": null
},
"setEncryption": {
"en": "🔐 <b>Encryption</b>\n\nAre you a paranoid? If yes, you can encrypt your accounts so that your tokens are stored encrypted in the database. <em><a href='https://telegra.ph/Privacy-On-Ncell-App-04-19'>learn more</a></em>",
"np": null
},
"encryption": {
"en": "🔐 <b>Encryption</b>\n\nAll your accounts are encrypted with 1024 bit RSA algorithm. <em><a href='https://telegra.ph/Privacy-On-Ncell-App-04-19'>learn more</a></em>",
"np": null
},
"encryptionPasspharse": {
"en": "🔑 Enter a passpharse to encrypt your private key.",
"np": null
},
"invalidPasspharse": {
"en": "⚠️ Please enter a Passpharse between 8 to 16 characters.",
"np": null
},
"encryptionSuccess": {
"en": "🔐 <b>Encryption Success</b>\n\nAll your existing accounts as well as new accounts will be encrypted with 1024 bit RSA algorithm.",
"np": null
},
"encryptionRemove": {
"en": "🔓 Are you sure want to remove the encryption? Please enter your encryption passphrase to confirm.",
"np": null
},
"enterPassphrase": {
"en": "🔑 Enter your encryption passphrase to unlock.",
"np": null
},
"enterCurrentPassphrase": {
"en": "🔑 Enter your current encryption passphrase.",
"np": null
},
"enterNewPassphrase": {
"en": "🔑 Enter a new encryption passphrase.",
"np": null
},
"passphraseChangeSuccess": {
"en": "🔐 <b>Encryption Passphrase Changed</b>\n\nYour encryption passphrase for the private key has been changed.\n\n<b>This only changes the encryption passphrase for your private key. If you want to change the private and public key pair instead, please remove the encryption and set it again.</b>",
"np": null
},
"incorrectPassphrase": {
"en": "⚠️ Incorrect passphrase. Please enter the correct passphrase.",
"np": null
},
"samePassphrase": {
"en": "⚠️ New passphrase can't be old one. Please enter a new passphrase.",
"np": null
},
"encryptionRemoved": {
"en": "🔓 Encryption for your account is removed. Any existing accounts and new ones will be stored unencrypted in the database.",
"np": null
},
"accountIsLocked": {
"en": "🔒 Your account is encrypted. Please unlock your account first.",
"np": null
},
"lockedSuccessfully": {
"en": "🔒 All your accounts is locked and can only be unlocked with your encryption passphrase.",
"np": null
},
"unlockedSuccessfully": {
"en": "🔓 Your accounts is unlocked. You can unpin the message from your side if you wish.",
"np": null
},
"noAccounts": {
"en": "⚠️ You do not have any account registered. Use /register to register your number.",
"np": null
},
"accounts": {
"en": "👥 <b>Accounts</b>\n\nAdd a new account or manage your existing one. Select the action and choose the account.\n\n<b>You can register as many number you wish.</b>",
"np": null
},
"alreadyLoggedin": {
"en": "👌 You are already loggedin as {}.",
"np": null
},
"loggedinAs": {
"en": "✅ You are logged in as {}.",
"np": null
},
"successfullyLoggedout": {
"en": "👊 Successfully logged out {}.",
"np": null
},
"sms": {
"en": "✉️ <b>SMS</b>\n\nYou can send 10 SMS daily to any Ncell number for free and paid SMS for Rs. 1.20 per SMS. \n\nUnlike Ncell App, the text is not limited to 160 characters. You can send up to 1000 characters at once.😉\n\n<b>Note that paid SMS won't use your SMS pack but deduct the balance instead.</b>",
"np": null
},
"enterDestinationMsisdn": {
"en": "📞 Enter the destination number.",
"np": null
},
"enterText": {
"en": "📝 Enter your text.",
"np": null
},
"smsSentSuccessfully": {
"en": "✉️ <b>SMS Sent Successfully</b>\n\n<code>{}</code>\n\n<b>To {}</b>",
"np": null
},
"freeSmsExceed": {
"en": "⚠️ You have already crossed the free SMS limit.",
"np": null
},
"smsTooLong": {
"en": "⚠️ Your text is too long. Please enter a text less than 1000 characters.",
"np": null
},
"smsError": {
"en": "⚠️ Error while sending your SMS.",
"np": null
},
"offnetNumberSmsError": {
"en": "⚠️ The destination number is off-net. You can only send SMS within Ncell network.",
"np": null
},
"smsErrorInsufficientBalance": {
"en": "⚠️ You do not have sufficient balance to send SMS.",
"np": null
},
"rechargeTo": {
"en": "💳<b> Recharge</b>\n\nChoose whether you would like to recharge for yourself or someone else.",
"np": null
},
"rechargeMethod": {
"en": "💳<b> Recharge</b>\n\nHow would you like to recharge?",
"np": null
},
"enterRechargePin": {
"en": "📌 Enter the 16 digit recharge pin.",
"np": null
},
"enterRechargeAmount": {
"en": "💰 Enter the amount to recharge.",
"np": null
},
"selectPlanType": {
"en": "📦 <b>Plans and Products</b>\n\nselect the type of plan you're interested in.",
"np": null
},
"subscribedPlans": {
"en": "📦 <b>Plans and Products</b>\n\nYou have subscribed to the following products. Click the product for more details.",
"np": null
},
"selectProduct": {
"en": "📦 <b>Plans and Products</b>\n\nThese are the available products for your selected plan. Click the product for more details.",
"np": null
},
"deactivationSuccessful": {
"en": "🙌 The selected product is deactivated successfully.",
"np": null
},
"activationSuccessful": {
"en": "🙌 The selected product is subscribed successfully.",
"np": null
},
"alreadyActivated": {
"en": "👌 The product you're trying to activate is already activated.",
"np": null
},
"alreadyDeactivated": {
"en": "👌 The product you're trying to deactivate is already deactivated.",
"np": null
},
"deactivationNotAllowed": {
"en": "⚠️ The selected product can't be deactivated.",
"np": null
},
"noEnoughBalanceToSub": {
"en": "⚠️ You do not have sufficient balance to subscribe to this product.",
"np": null
},
"rechargeSuccess": {
"en": "🙌 Recharge success.",
"np": null
},
"incorrectRpin": {
"en": "⚠️ The recharge pin you have entered is incorrect.",
"np": null
},
"amountLessThanZeroError": {
"en": "⚠️ Amount must be greater than 0.",
"np": null
},
"amountMoreThan5000Error": {
"en": "⚠️ Recharge amount should be less than 5000.",
"np": null
},
"invalidAmount": {
"en": "⚠️ Invalid recharge amount. Please enter a valid amount.",
"np": null
},
"rechargeBlackListed": {
"en": "⚠️ Your number is blacklisted and you can't recharge with a pin for some time. Wait for sometime or recharge with the online method.",
"np": null
},
"rechargeOBlackListed": {
"en": "⚠️ The number you are trying to recharge is blacklisted and you can't recharge them with a pin for some time. Wait for sometime or recharge with the online method.",
"np": null
},
"confirmLoan": {
"en": "🏦 <b>Ncell Bot Bank</b>\n\nPlease confirm your loan by pressing the 🤝 Confirm loan button below.\n\n<b>Note that extra amount will be deducted later for the service.</b>",
"np": null
},
"loanGranted": {
"en": "🤝 Your loan is granted successfully.",
"np": null
},
"loanFailled": {
"en": "⚠️ You are not eligible to take a loan.",
"np": null
},
"helpMenu": {
"en": "<b>⁉️ Help</b>\n\n/start - Start conversation with the bot\n/ping - Ping to know the bot status\n/encryption - Encrypt your accounts\n/register - Register a new number\n/accounts - Manage your accounts\n/profile - View your profile\n/balance - View your balance\n/loan - Take loan\n/recharge - Recharge balance\n/selfrecharge - Recharge to yourself\n/rechargeothers - Recharge to others\n/sms - Send free or paid SMS\n/freesms - Send free SMS\n/paidsms - Send paid SMS\n/plans - Manage plans and products\n/history - View account history\n/help - Show help menu\n/support - Support the developer",
"np": null
},
"supportUsMenu": {
"en": "<b>🎁 Support</b>\n\nIf you like our work and want to support us, subscribe to our <a href='https://youtube.com/h9youtube'>Youtube</a> and <a href='t.me/h9youtube'>Telegram</a> channel. Staring the <a href='https://github.com/hemantapkh/ncellbot'>GitHub repo</a> will surely make my day.😇\n\n🐛 To report bugs or to request a new feature, join our <a href='t.me/h9discussion'>group chat</a>, and let's discuss there. However, If the bug is critical, just let us know and we will send you a private message.",
"np": null
},
"shareText": {
"en": "Hi there, I am using this bot and it's quite useful for Ncell users. Try it out by clicking the link above. Thank me later😉",
"np": null
},
"history": {
"en": "<b>📊 History</b>\n\nGet your call history, Balance transfer history, Recharge history, Login history and many more.\n\n<b>COMING SOON</b>",
"np": null
},
"unknwonError": {
"en": "⚠️ <b>Error</b>\n\n{}\n\nError code {}",
"np": null
},
"unknwonErrorCB": {
"en": "⚠️ Error\n\n{}\n\nError code {}",
"np": null
},
"cancelled": {
"en": "❌ Cancelled",
"np": null
},
"newLoginFound": {
"en": "⚠️ You logged in from another device. Please register again.",
"np": null
},
"sessionExpired": {
"en": "⚠️ Your session is expired. Please register again.",
"np": null
}
}