From 7e16c10a9e293348e3eadfaec3ee955e487527d3 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Fri, 15 Aug 2025 19:09:40 +0300 Subject: [PATCH] localization: enhance error messages in English and Russian with clearer instructions and emojis for better user experience --- apps/bot/locales/en.ftl | 8 ++++---- apps/bot/locales/ru.ftl | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/bot/locales/en.ftl b/apps/bot/locales/en.ftl index fc38c45..8f4ba64 100644 --- a/apps/bot/locales/en.ftl +++ b/apps/bot/locales/en.ftl @@ -1,4 +1,4 @@ -invalid_url = Invalid url -invalid_download_urls = download urls not found -generic = Something went wrong -limit_exceeded = Please stop spaming! \ No newline at end of file +invalid_url = ❌ Invalid URL! Please send a valid TikTok link (e.g., https://vt.tiktok.com/...) +invalid_download_urls = 🔍 Download links not found. The video might be deleted or unavailable +generic = ⚠️ Something went wrong. Please try again in a few seconds +limit_exceeded = 🚫 Too many requests! Please wait before sending the next link \ No newline at end of file diff --git a/apps/bot/locales/ru.ftl b/apps/bot/locales/ru.ftl index ccb9b7e..344591c 100644 --- a/apps/bot/locales/ru.ftl +++ b/apps/bot/locales/ru.ftl @@ -1,4 +1,4 @@ -invalid_url = Неверная ссылка -invalid_download_urls = Не найдены ссылки для скачивания -generic = Что-то пошло не так -limit_exceeded = Пожалуйста, прекратите спамить! \ No newline at end of file +invalid_url = ❌ Неверная ссылка! Отправьте корректную ссылку TikTok (например: https://vt.tiktok.com/...) +invalid_download_urls = 🔍 Не удалось найти ссылки для скачивания. Возможно, видео удалено или недоступно +generic = ⚠️ Что-то пошло не так. Попробуйте еще раз через несколько секунд +limit_exceeded = 🚫 Слишком много запросов! Подождите немного перед следующей ссылкой \ No newline at end of file