forked from bsimjoo/Telegram-RSS-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default-strings.json
90 lines (90 loc) · 4.85 KB
/
default-strings.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
{
"en-us":{
"welcome": [
"Hi, I'm open\\-source [telegram RSS bot](https://github.com/bsimjoo/Telegram_RSS_bot) ",
"writen by [BSimjoo](https://github.com/bsimjoo) and this is a default message\\.\n",
"*Owner can edit this message in strings\\.json file*"
],
"group-intro": [
"Hi everybody, I'm open\\-source [telegram RSS bot](https://github.com/bsimjoo/Telegram_RSS_bot) ",
"wrote by [BSimjoo](https://github.com/bsimjoo) and this is a default message\\.\n",
"*Owner can edit this message in strings\\.json file*"
],
"new-feed": "🆕♨️New post on weblog:",
"last-feed": "Last post of weblog",
"owner-help": [
"/gentoken Crate one-time token to add new admin\n",
"/log_updates toggle debug mode\n\n",
"`/log_updates` is available just if you set debug as true in server configuration."
],
"admin-help": [
"/my_level Check you access level\n\n",
"/state Bot statistics\n\n",
"/listchats Get a list of all chats\n\n",
"/sendall Send a message to all chats\n\n",
"/send_feed_toall Send last feed to all chats\n\n",
"/set_interval Change the interval between each check for a new post"
],
"help": [
"Users help:\n",
"/last_feed Get last post of weblog\n\n",
"/help Show this help"
],
"time-limit-error": "Sorry, I can not answer you right now because of time limitation between two request, try again 2 mins later.",
"unknown": "Unknown command",
"unknown-msg": "Sorry, I can't chat with anyone right now!",
"edited-message": "Sorry this bot can not handle edited messages, please resend your message",
"read-more": "read more ...",
"image-link": "Open image URL",
"goto-post": "Read this article"
},
"fa-ir": {
"welcome": [
"سلام، من ربات متن باز ",
"[Telegram RSS Bot](https://github.com/bsimjoo/Telegram_RSS_bot) ",
"هستم و توسط ",
"[BSimjoo](https://github.com/bsimjoo)",
"نوشته شده ام\\. این پیام پیشفرض ربات است",
"صاحب این ربات می تواند این پیام را در فایل ",
"strings\\.json",
"تغییر دهد\\."
],
"group-intro": [
"سلام، من ربات متن باز ",
"[Telegram RSS Bot](https://github.com/bsimjoo/Telegram_RSS_bot) ",
"هستم و توسط ",
"[BSimjoo](https://github.com/bsimjoo)",
"نوشته شده ام\\. این پیام پیشفرض ربات است",
"صاحب این ربات می تواند این پیام را در فایل ",
"strings\\.json",
"تغییر دهد\\."
],
"new-feed": "🆕♨️پست جدید بر روی وبلاگ:",
"last-feed": "آخرین پست وبلاگ:",
"owner-help": [
"/gentoken ساخت توکن برای افزودن ادمین\n",
"/log_updates تغییر حالت وضعیت رفع اشکال\n\n",
"دستور `/log_updates` تنها زمانی فعال است که در تنظیمات سرور مقدار `debug` معادل `true` باشد"
],
"admin-help": [
"/my_level آگاهی از سطح دسترسی\n\n",
"/state آمار ربات\n\n",
"/listchats نمایش تمام چت ها\n\n",
"/sendall ارسال پیام به تمام چت های ربات\n\n",
"/send_feed_toall ارسال آخرین پست وبلاگ به تمام چت ها\n\n",
"/set_interval تعیین زمان بازبینی وبلاگ برای آخرین مطلب"
],
"help": [
"راهنمای کاربران:\n",
"/last_feed دریافت آخرین پست وبلاگ\n\n",
"/help نمایش این راهنما"
],
"time-limit-error": ".با عرض پوزش اکنون به دلیل محدودیت زمان بین تو درخواست نمی توانم به شما پاسخ دهم. بعد از دو دقیقه مجددا تلاش کنید",
"unknown": "متأسفم، دستوری که وارد کردید صحیح نیست",
"unknown-msg": "!متأسفم، در حال حاضر نمی توانم با کاربران چت کنم",
"edited-message": "با عرض پوزش این ربات در حال حاضر از ویرایش پیام پشتیبانی نمی کند",
"read-more": "بیشتر بخوانید ...",
"image-link": "باز کردن لینک تصویر",
"goto-post": "خواندن این مطلب"
}
}