handling nonexistent profiles

This commit is contained in:
2024-08-13 11:17:29 +03:00
parent 89a38be5d3
commit dc6c438c73
5 changed files with 39 additions and 15 deletions

View File

@@ -38,6 +38,7 @@
"notimplemented": "This feature is not yet implemented! Please, keep track of my updates at https://git.foxarmy.org/leca/heart2heart. Bother your admins to update, if released! ;)",
"noprofiles": "There are no profiles left for you! I'm sorry. Please, come back later!",
"alreadymessaged": "You have already messaged that person. Your message was not sent!",
"wrongcity": "There is no such city. Perhaps, you meant %{first}, %{second}, %{third}, %{fourth} or %{fifth}?"
"wrongcity": "There is no such city. Perhaps, you meant %{first}, %{second}, %{third}, %{fourth} or %{fifth}?",
"usernotexists": "I cannot find your profile in my database. Perhaps, your profile was erased for some reason: ban, database reset or some other similar reason. Please, write !start <language>, where language is either en or ru."
}
}

View File

@@ -38,6 +38,7 @@
"notimplemented": "Эта возможность ещё не добавлена! Пожалуйста, следите за обновлениями на моём git'е: https://git.foxarmy.org/leca/heart2heart. Доставайте своих админов, чтобы обновлялись, когда новая версия выходит ;)",
"noprofiles": "Не могу найти профили, которые подходят вашим критериям! Извините. Попробуйте позже!",
"alreadymessaged": "Вы уже отправляли сообщение этому человеку. Ваше сообщение не было отправлено!",
"wrongcity": "Не знаю такого города. Возможно, вы имели в виду %{first}, %{second}, %{third}, %{fourth} или %{fifth}?"
"wrongcity": "Не знаю такого города. Возможно, вы имели в виду %{first}, %{second}, %{third}, %{fourth} или %{fifth}?",
"usernotexists": "Не могу найти ваш профиль в своей базе данных. Возможно, ваш профиль был удалён по какой-то причине: блокировка, сброс базы данных, или другая похожая причина. Пожалуйста, напишите !start <язык>, где язык или \"en\", или \"ru\"."
}
}