From fdcf244f4e94ac20eaf998e90f043f052d424a3f Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Mon, 10 Mar 2025 20:23:32 -0300 Subject: [PATCH] feat: i18n --- src/locales/es/translation.json | 8 +++++--- src/locales/ru/translation.json | 7 +++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/locales/es/translation.json b/src/locales/es/translation.json index 59836aef..7b98c7fd 100644 --- a/src/locales/es/translation.json +++ b/src/locales/es/translation.json @@ -298,7 +298,6 @@ "no_email_account": "No has configurado un correo aún", "no_subscription": "Disfruta Hydra de la mejor manera", "no_users_blocked": "No tienes usuarios bloqueados", - "notifications": "Notificaciones", "renew_subscription": "Renovar Hydra Cloud", "subscription_active_until": "Tu Hydra Cloud está activa hasta {{date}}", "subscription_expired_at": "Tú suscripción expiró el {{date}}", @@ -335,7 +334,8 @@ "torbox_account_linked": "Cuenta de TorBox vinculada", "torbox_description": "TorBox es tu servicio premium de seedbox que rivaliza incluso a los mejores servidores del mercado.", "unset_theme": "Desactivar tema", - "web_store": "Tienda Web" + "web_store": "Tienda Web", + "enable_friend_request_notifications": "Cuando se recibe una solicitud de amistad" }, "notifications": { "download_complete": "Descarga completada", @@ -346,7 +346,9 @@ "new_update_available": "Version {{version}} disponible", "restart_to_install_update": "Reinicia Hydra para instalar la actualización", "notification_achievement_unlocked_title": "Logro desbloqueado de {{game}}", - "notification_achievement_unlocked_body": "{{achievement}} y otros {{count}} fueron desbloqueados" + "notification_achievement_unlocked_body": "{{achievement}} y otros {{count}} fueron desbloqueados", + "new_friend_request_title": "Nueva solicitud de amistad", + "new_friend_request_description": "Has recibido una nueva solicitud de amistad" }, "system_tray": { "open": "Abrir Hydra", diff --git a/src/locales/ru/translation.json b/src/locales/ru/translation.json index d50dc03d..89805815 100644 --- a/src/locales/ru/translation.json +++ b/src/locales/ru/translation.json @@ -332,7 +332,8 @@ "import_theme": "Импортировать тему", "import_theme_description": "Вы импортируете {{theme}} из магазина тем", "error_importing_theme": "Ошибка при импорте темы", - "theme_imported": "Тема успешно импортирована" + "theme_imported": "Тема успешно импортирована", + "enable_friend_request_notifications": "При получении запроса на добавление в друзья" }, "notifications": { "download_complete": "Загрузка завершена", @@ -343,7 +344,9 @@ "new_update_available": "Доступна новая версия {{version}}", "restart_to_install_update": "Перезапустите Hydra для установки обновления", "notification_achievement_unlocked_title": "Достижение разблокировано для {{game}}", - "notification_achievement_unlocked_body": "были разблокированы {{achievement}} и другие {{count}}" + "notification_achievement_unlocked_body": "были разблокированы {{achievement}} и другие {{count}}", + "new_friend_request_title": "Новый запрос на добавление в друзья", + "new_friend_request_description": "Вы получили новый запрос на добавление в друзья" }, "system_tray": { "open": "Открыть Hydra",