diff --git a/locales/en_GB.mo b/locales/en_GB.mo index 7277f40..34d1efd 100644 Binary files a/locales/en_GB.mo and b/locales/en_GB.mo differ diff --git a/locales/en_GB.po b/locales/en_GB.po index d18ec1a..e96c847 100644 --- a/locales/en_GB.po +++ b/locales/en_GB.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-26 01:23+0000\n" -"PO-Revision-Date: 2026-01-26 01:23+0000\n" +"POT-Creation-Date: 2026-01-29 01:28+0000\n" +"PO-Revision-Date: 2026-01-29 01:28+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en_GB\n" diff --git a/locales/es_MX.mo b/locales/es_MX.mo new file mode 100644 index 0000000..c29f02f Binary files /dev/null and b/locales/es_MX.mo differ diff --git a/locales/es_MX.po b/locales/es_MX.po new file mode 100644 index 0000000..2f68f54 --- /dev/null +++ b/locales/es_MX.po @@ -0,0 +1,191 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Edwin Elias Alvarez , 2026 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-01-29 01:28+0000\n" +"PO-Revision-Date: 2018-08-17 13:43+0000\n" +"Last-Translator: Edwin Elias Alvarez , 2026\n" +"Language-Team: Spanish (Mexico) (https://app.transifex.com/teclib/teams/28042/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: templates/config.html.twig inc/config.class.php:96 +msgid "Metabase host" +msgstr "Host de la metabase" + +#: templates/config.html.twig inc/config.class.php:104 +msgid "Metabase port" +msgstr "Puerto de la metabase" + +#: templates/config.html.twig +msgid "Username (metabase admin)" +msgstr "Nombre de usuario (administrador de metabase)" + +#: templates/config.html.twig inc/config.class.php:143 +msgid "Metabase embedded token (to display dashboard in GLPI)" +msgstr "Token incrustado de Metabase (para mostrar el tablero en GLPI)" + +#: templates/config.html.twig inc/config.class.php:153 +msgid "Metabase url" +msgstr "URL de Metabase" + +#: templates/config.html.twig inc/config.class.php:154 +msgid "" +"You may want to have a different dashboard url (with https for example) than" +" the host (used to push the data) " +msgstr "" +"Es posible que desees tener una URL para diferente tablero (con https, por " +"ejemplo) que el host (utilizado para enviar los datos)" + +#: templates/config.html.twig inc/config.class.php:164 +msgid "Timeout for sending data (in seconds)" +msgstr "Tiempo de espera para el envío de datos (en segundos)" + +#: templates/config.html.twig inc/config.class.php:187 +msgid "API status" +msgstr "Estado de la API" + +#: inc/apiclient.class.php:58 +msgid "API: login" +msgstr "API: inicio de sesión" + +#: inc/apiclient.class.php:60 +msgid "API: get current user" +msgstr "API: obtener el usuario actual" + +#: inc/apiclient.class.php:62 +msgid "API: get users" +msgstr "API: obtener usuarios" + +#: inc/apiclient.class.php:64 +msgid "API: get databases" +msgstr "API: obtener bases de datos" + +#: inc/apiclient.class.php:66 +msgid "API: get GLPI database" +msgstr "API: obtener base de datos de GLPI" + +#: inc/apiclient.class.php:123 +msgid "Unable to retrieve Metabase version" +msgstr "No se pudo obtener la versión de Metabase" + +#: inc/apiclient.class.php:194 +msgid "No auto-generated GLPI database found" +msgstr "No se encontró una base de datos de GLPI autogenerada" + +#: inc/apiclient.class.php:701 +#, php-format +msgid "Enabling embedded display fails for dashboard %s." +msgstr "" +"La activación de la visualización incrustada falla para el tablero %s." + +#: inc/apiclient.class.php:890 +msgid "" +"Query to metabase failed because operation timed out. Maybe you should " +"increase the timeout value in plugin configuration" +msgstr "" +"La consulta a metabase falló porque la operación agotó el tiempo de espera. " +"Tal vez deberías aumentar el valor del tiempo de espera en la configuración " +"del complemento" + +#: inc/dashboard.class.php:43 +msgid "Metabase dashboard" +msgstr "Tablero de metabase" + +#: inc/config.class.php:40 inc/profileright.class.php:44 +msgid "Metabase" +msgstr "Metabase" + +#: inc/config.class.php:113 +msgid "username (metabase admin)" +msgstr "nombre de usuario (administrador de metabase)" + +#: inc/config.class.php:206 +msgid "Last Error" +msgstr "Último error" + +#: inc/config.class.php:219 +msgid "Action(s)" +msgstr "Acción(es)" + +#: inc/config.class.php:229 +msgid "Previously stored database is not existing anymore." +msgstr "La base de datos almacenada anteriormente ya no existe." + +#: inc/config.class.php:231 +msgid "Create GLPI database in local Metabase" +msgstr "Crear base de datos de GLPI en Metabase local" + +#: inc/config.class.php:239 +msgid "OR set an existing database: " +msgstr "O establecer una base de datos existente: " + +#: inc/config.class.php:243 +msgid "Set database" +msgstr "Establecer base de datos" + +#: inc/config.class.php:253 +msgid "Push reports and dashboards in Metabase" +msgstr "Insertar informes y tableros en la metabase" + +#: inc/config.class.php:260 +msgid "(Re)generate datamodel in Metabase" +msgstr "(Re)generar modelo de datos en Metabase" + +#: inc/config.class.php:268 +msgid "Show reports and dashboards specifications" +msgstr "Mostrar especificaciones de informes y tableros" + +#: inc/profileright.class.php:92 +msgid "No dashboards found in Metabase." +msgstr "No se encontraron tableros en Metabase." + +#: inc/profileright.class.php:104 +msgid "Rights management" +msgstr "Gestión de permisos" + +#: inc/profileright.class.php:113 +msgid "Allow access to all" +msgstr "Permitir el acceso a todos" + +#: inc/profileright.class.php:118 +msgid "Disallow access to all" +msgstr "Denegar acceso a todos" + +#: front/collections.php:32 +msgid "Metabase collections" +msgstr "Colecciones de Metabase" + +#: front/collections.php:42 +msgid "Reports and dashboards specifications" +msgstr "Especificaciones de informes y tableros" + +#: front/collections.php:61 +msgid "Extract questions from metabase:" +msgstr "Extraer preguntas de la metabase:" + +#: front/collections.php:93 +msgid "Extract dashboards from metabase:" +msgstr "Extraer tableros desde la metabase:" + +#: front/collections.php:105 +msgid "Unable to access Metabase data. Please check plugin configuration." +msgstr "" +"No se puede acceder a los datos de Metabase. Por favor, revisá la " +"configuración del complemento." + +#: front/profileright.form.php:41 front/profileright.form.php:68 +msgid "Invalid request." +msgstr "Solicitud inválida." diff --git a/locales/metabase.pot b/locales/metabase.pot index 3927a2a..74b8604 100644 --- a/locales/metabase.pot +++ b/locales/metabase.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-26 01:23+0000\n" +"POT-Creation-Date: 2026-01-29 01:28+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"