Skip to content

Commit 0b3a6a9

Browse files
committed
fix(localization): add missing messages
1 parent 3f7fce6 commit 0b3a6a9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/localizations/en.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@
144144
"windows": "<b>The Shadowsocks-2022 protocol is currently used only by the testing team.</b>\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!",
145145
"macos": "<b>The Shadowsocks-2022 protocol is currently used only by the testing team.</b>\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!",
146146
"linux": "<b>The Shadowsocks-2022 protocol is currently used only by the testing team.</b>\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!"
147-
}
148-
}
147+
}
148+
}
149149
},
150150

151151
"keyboard_buttons": {
@@ -250,6 +250,12 @@
250250
"error_too_many_flags": "Flags entered incorrectly, there are too many of them!",
251251
"error_bad_protocol": "Protocol entered incorrectly!",
252252
"error_bad_location": "Location entered incorrectly!",
253+
"sql_query_enter_password": "Enter the password from the database",
254+
"sql_query_correct_password": "🔥 Great, the password is entered correctly! Now enter the SQL-query!",
255+
"sql_query_wrong_password": "The password was entered incorrectly!",
256+
"sql_query_tables_row": "{0}. <code>{1}</code>\n",
257+
"sql_query_tables_list": "List of all database tables <b>{0}</b>:\n\n{tables_names_str}",
258+
"sql_query_error": "Error occurred: {0}",
253259
"clients_info": "🚀 Displaying information about all clients!",
254260
"clients_info_sub_active": "",
255261
"clients_info_sub_inactive": "",
@@ -266,10 +272,12 @@
266272
"keyboard_buttons": {
267273
"sql_insert_config": "SQL config\n👾",
268274
"sql_insert_client": "SQL client\n👾",
275+
"sql_query": "SQL query\n👾",
269276
"get_file_id": "File ID\n👾",
270277
"send_message": "Send message\n👾",
271278
"clients_info": "About clients\n👾",
272279
"show_earnings": "Earnings\n👾",
280+
"show_logs": "Logs\n👾",
273281
"reset_fsm_1": "Reset FSM\n👾",
274282
"send_message_everyone": "Send to all\n👾",
275283
"send_message_selected": "Send to favorites\n👾",

0 commit comments

Comments
 (0)