Added an periodical backup to the telegram bot

This commit is contained in:
Mac135135
2024-11-10 15:11:40 +03:00
parent 62e7e5d8c3
commit 3ef7c6adb0
4 changed files with 62 additions and 13 deletions

View File

@@ -763,4 +763,12 @@
<string name="breadcrumbs_separator" translatable="false"><![CDATA[" > "]]></string>
<string name="access_denied_403">Access denied (403)</string>
<string name="max_backups_count">Max number of backups</string>
<string name="api_telegram_check">Check API work</string>
<string name="api_check_desc">Click to check the operation of the Telegram Bot API</string>
<string name="api_is_work">Kotatsu backup in Telegram is working!!</string>
<string name="api_net_error">Network error! Check your Net</string>
<string name="id_not_set">Chat ID is not set!</string>
<string name="api_check_success">Success! Check Telegram Bot</string>
<string name="api_check_error">OOPS! Something went wrong</string>
<string name="api_error">Network error!</string>
</resources>