forked from Rongronggg9/RSS-to-Telegram-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhe.json
236 lines (236 loc) · 7.34 KB
/
he.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
{
"l10n_info": {
"lang_code": "he",
"iso_639_code": "he",
"language_name": "",
"lang_native_name": "",
"select_lang_prompt": "",
"welcome_prompt": "",
"rsstt_slogan": ""
},
"l10n_sub_status": {
"no_subscription": "",
"already_subscribed": "",
"subscription_not_exist": ""
},
"l10n_error_reasons": {
"feed_invalid": "",
"url_invalid": "",
"network_error": "",
"internal_error": "",
"status_code_error": "",
"uncaught_internal_error": "",
"operation_timeout_error": "",
"action_invalid": "",
"sub_limit_reached": "",
"flood_wait_prompt": "",
"edit_conflict_prompt": "",
"callback_already_running_prompt": "",
"message_too_long_prompt": ""
},
"l10n_permission_denied_reasons": {
"channel_or_group_not_found": "",
"permission_denied_no_permission": "",
"permission_denied_not_bot_manager": "",
"permission_denied_not_chat_admin": "",
"permission_denied_not_in_private_chat": "",
"permission_denied_not_member": "",
"permission_denied_bot_not_member": "",
"permission_denied_switch_pm": "",
"permission_denied_input_command": "",
"permission_denied_no_direct_use": "",
"promote_to_admin_prompt": "",
"group_upgrade_needed_prompt": "",
"sub_limit_reached_prompt": ""
},
"l10n_misc": {
"choose_sub_prompt": "",
"previous_page": "",
"next_page": "",
"back": "",
"cancel": "",
"subscribe": "",
"unsubscribe": "",
"subscription_list": "",
"processing": "",
"canceled_by_user": "",
"n_subscriptions_in_total": "",
"other_settings_button": "",
"user": "",
"channel": "",
"group": ""
},
"l10n_cmd_sub": {
"sub_reply_feed_url_prompt_html": "",
"sub_usage_in_channel_html": "",
"sub_successful": "",
"sub_failed": ""
},
"l10n_cmd_unsub": {
"unsub_choose_sub_prompt_html": "",
"unsub_successful": "",
"unsub_failed": ""
},
"l10n_cmd_unsub_all": {
"unsub_all_confirm_prompt": "",
"unsub_all_confirm": "",
"unsub_all_cancel": "",
"unsub_all_successful": ""
},
"l10n_cmd_import": {
"send_opml_prompt": "",
"import_for_channel_or_group_prompt": "",
"send_opml_reply_placeholder": "",
"fetch_file_failed": "",
"opml_import_processing": "",
"opml_parse_error": "",
"keep_subs_title_button": "",
"delete_subs_title_button": ""
},
"l10n_cmd_set": {
"set_choose_sub_prompt": "",
"status": "",
"status_activated": "",
"status_deactivated": "",
"notification": "",
"notification_normal": "",
"notification_muted": "",
"monitor_interval": "",
"send_mode": "",
"send_mode_-1": "",
"send_mode_0": "",
"send_mode_1": "",
"send_mode_2": "",
"length_limit": "",
"length_limit_unlimited": "",
"link_preview": "",
"link_preview_-1": "",
"link_preview_0": "",
"link_preview_1": "",
"display_media": "",
"display_media_-1": "",
"display_media_0": "",
"display_media_1": "",
"display_author": "",
"display_author_-1": "",
"display_author_0": "",
"display_author_1": "",
"display_via": "",
"display_via_-4": "",
"display_via_-3": "",
"display_via_-2": "",
"display_via_-1": "",
"display_via_0": "",
"display_via_1": "",
"display_title": "",
"display_title_-1": "",
"display_title_0": "",
"display_title_1": "",
"style": "",
"style_0": "",
"style_1": "",
"set_custom_title_button": "",
"set_custom_interval_button": "",
"set_custom_hashtags_button": "",
"set_interval_prompt": "",
"set_length_limit_prompt": "",
"length_limit_only_effective_if_send_mode_auto": "",
"display_media_only_effective_if_send_mode_auto_and_telegram": "",
"use_user_default_button": "",
"read_formatting_settings_guidebook_html": ""
},
"l10n_cmd_set_default": {
"set_user_default_description": "",
"reset_all_button": "",
"reset_all_confirm_prompt": "",
"reset_all_confirm": "",
"reset_all_cancel": "",
"reset_all_successful": ""
},
"l10n_sub_info": {
"subscription_info": "",
"feed_title": "",
"subscription_title": "",
"feed_url": "",
"hashtags": "",
"default_emoji_header_description": ""
},
"l10n_monitor_warn": {
"feed_deactivated_warn": ""
},
"l10n_cmd_activate": {
"choose_sub_to_be_activated": "",
"activate_all_subs": "",
"all_subs_are_activated": ""
},
"l10n_cmd_deactivate": {
"choose_sub_to_be_deactivated": "",
"deactivate_all_subs": "",
"all_subs_are_deactivated": ""
},
"l10n_cmd_set_title": {
"cmd_set_title_usage_prompt_html": "",
"set_title_success": "",
"set_title_success_cleared": ""
},
"l10n_cmd_set_interval": {
"cmd_set_interval_usage_prompt_html": "",
"set_interval_success_html": "",
"set_default_interval_success_html": "",
"set_interval_failure_too_small_html": ""
},
"l10n_cmd_set_hashtags": {
"cmd_set_hashtags_usage_prompt_html": "",
"set_hashtags_success_html": "",
"set_hashtags_success_cleared": "",
"set_hashtags_failure_too_many": ""
},
"l10n_administration": {
"cmd_test_usage_prompt_html": "",
"cmd_set_option_usage_prompt_html": "",
"current_options": "",
"option_value_type": "",
"option_key_invalid": "",
"option_value_invalid": "",
"option_updated": "",
"cmd_user_info_usage_prompt_html": "",
"user_not_found": "",
"user_info": "",
"sub_count": "",
"sub_limit": "",
"sub_limit_unlimited": "",
"sub_limit_default": "",
"participant_count": "",
"user_state": "",
"user_state_-1": "",
"user_state_description_-1": "",
"user_state_0": "",
"user_state_description_0": "",
"user_state_1": "",
"user_state_description_1": "",
"set_user_state_as": "",
"reset_sub_limit_to_default": "",
"set_sub_limit_to": "",
"cmd_set_sub_limit_prompt_html": ""
},
"l10n_cmd_descriptions": {
"commands": "",
"cmd_description_sub": "",
"cmd_description_unsub": "",
"cmd_description_unsub_all": "",
"cmd_description_list": "",
"cmd_description_set": "",
"cmd_description_set_default": "",
"cmd_description_import": "",
"cmd_description_export": "",
"cmd_description_activate_subs": "",
"cmd_description_deactivate_subs": "",
"cmd_description_version": "",
"cmd_description_lang": "",
"cmd_description_help": "",
"cmd_description_test": "",
"cmd_description_set_option": "",
"cmd_description_user_info": "",
"usage_in_channel_or_group_prompt_html": ""
}
}