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šŸ‘¾",