From 43a250ac31526fd4e2f4b4a56ac6d9a1f12b314d Mon Sep 17 00:00:00 2001 From: Huguitis Date: Wed, 3 Apr 2024 22:32:32 +0200 Subject: [PATCH] Create index.php (Spanish) --- lang/es/dashboard/index.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lang/es/dashboard/index.php diff --git a/lang/es/dashboard/index.php b/lang/es/dashboard/index.php new file mode 100644 index 000000000..ccbdd18f2 --- /dev/null +++ b/lang/es/dashboard/index.php @@ -0,0 +1,8 @@ + 'Buscar servidores...', + 'no_matches' => 'No se encontraron servidores que coincidan con los criterios de búsqueda proporcionados.', + 'cpu_title' => 'CPU', + 'memory_title' => 'Memoria', +];