From f10776d6270fc2d3e5ed06b8de5f905c3a6afe2d Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Fri, 15 Aug 2025 10:02:24 +0200 Subject: [PATCH] Translated using Weblate (Spanish) Currently translated at 100.0% (405 of 405 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (229 of 229 strings) Co-authored-by: Hosted Weblate Co-authored-by: espiman Translate-URL: https://hosted.weblate.org/projects/unit3d/common/es/ Translate-URL: https://hosted.weblate.org/projects/unit3d/user/es/ Translation: UNIT3D/common Translation: UNIT3D/user --- lang/es/common.php | 1 + lang/es/user.php | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/lang/es/common.php b/lang/es/common.php index ddd46c79e..0aae01670 100644 --- a/lang/es/common.php +++ b/lang/es/common.php @@ -240,4 +240,5 @@ return [ 'dead' => 'Muerto', 'total' => 'Total', 'trending' => 'Tendencia', + 'deleted_at' => 'Eliminado el', ]; diff --git a/lang/es/user.php b/lang/es/user.php index 1ce94efb0..c63fd5381 100644 --- a/lang/es/user.php +++ b/lang/es/user.php @@ -435,4 +435,17 @@ Estos ajustes se anulan si activas el modo privado o si 'Lista de deseos', 'my-playlists' => 'Mis playlists', 'total-internal-releases' => 'Total de publicaciones internas', + 'homepage-blocks' => 'Bloques de página de inicio', + 'homepage-block-chat-visible' => 'Mostrar Chatbox', + 'homepage-block-featured-visible' => 'Mostrar torrents destacados', + 'homepage-block-latest-comments-visible' => 'Mostrar últimos comentarios', + 'homepage-block-latest-posts-visible' => 'Mostrar últimos posts', + 'homepage-block-latest-topics-visible' => 'Mostrar últimos topics', + 'homepage-block-news-visible' => 'Mostrar últimas noticias', + 'homepage-block-online-visible' => 'Mostrar usuarios en línea', + 'homepage-block-poll-visible' => 'Mostrar últimas encuentas', + 'homepage-block-random-media-visible' => 'Mostrar contenido aleatorio', + 'homepage-block-top-torrents-visible' => 'Mostrar los mejores torrents', + 'homepage-block-top-users-visible' => 'Mostrar los mejores usuarios', + 'unregistered-info-hashes' => 'Hashes de información no registrados', ];