diff --git a/src/localizations/en.json b/src/localizations/en.json
index e9be352..5d406b3 100644
--- a/src/localizations/en.json
+++ b/src/localizations/en.json
@@ -144,8 +144,8 @@
"windows": "The Shadowsocks-2022 protocol is currently used only by the testing team.\n\nIf you are reading this message without being a tester, it means that the administrator made a mistake when creating the configuration. Write to him to clarify the problem!",
"macos": "The Shadowsocks-2022 protocol is currently used only by the testing team.\n\nIf you are reading this message without being a tester, it means that the administrator made a mistake when creating the configuration. Write to him to clarify the problem!",
"linux": "The Shadowsocks-2022 protocol is currently used only by the testing team.\n\nIf you are reading this message without being a tester, it means that the administrator made a mistake when creating the configuration. Write to him to clarify the problem!"
-}
-}
+ }
+ }
},
"keyboard_buttons": {
@@ -250,6 +250,12 @@
"error_too_many_flags": "Flags entered incorrectly, there are too many of them!",
"error_bad_protocol": "Protocol entered incorrectly!",
"error_bad_location": "Location entered incorrectly!",
+ "sql_query_enter_password": "Enter the password from the database",
+ "sql_query_correct_password": "š„ Great, the password is entered correctly! Now enter the SQL-query!",
+ "sql_query_wrong_password": "The password was entered incorrectly!",
+ "sql_query_tables_row": "{0}. {1}
\n",
+ "sql_query_tables_list": "List of all database tables {0}:\n\n{tables_names_str}",
+ "sql_query_error": "Error occurred: {0}",
"clients_info": "š Displaying information about all clients!",
"clients_info_sub_active": "ā
",
"clients_info_sub_inactive": "ā ",
@@ -266,10 +272,12 @@
"keyboard_buttons": {
"sql_insert_config": "SQL config\nš¾",
"sql_insert_client": "SQL client\nš¾",
+ "sql_query": "SQL query\nš¾",
"get_file_id": "File ID\nš¾",
"send_message": "Send message\nš¾",
"clients_info": "About clients\nš¾",
"show_earnings": "Earnings\nš¾",
+ "show_logs": "Logs\nš¾",
"reset_fsm_1": "Reset FSM\nš¾",
"send_message_everyone": "Send to all\nš¾",
"send_message_selected": "Send to favorites\nš¾",