From 31f7e97d3902e878aebfba1df3c0a9a53d5190c9 Mon Sep 17 00:00:00 2001 From: Javier Casares Date: Thu, 9 Jul 2026 06:20:06 +0000 Subject: [PATCH] v5.1.0 --- changelog.txt | 21 + languages/wpvulnerability-ca-val.l10n.php | 2 +- languages/wpvulnerability-ca.l10n.php | 2 +- languages/wpvulnerability-de.l10n.php | 2 +- languages/wpvulnerability-es-cl.l10n.php | 2 +- languages/wpvulnerability-es.l10n.php | 2 +- languages/wpvulnerability-eu.l10n.php | 2 +- languages/wpvulnerability-fr.l10n.php | 2 +- languages/wpvulnerability-gl.l10n.php | 2 +- languages/wpvulnerability-it.l10n.php | 2 +- languages/wpvulnerability-ja.l10n.php | 2 +- languages/wpvulnerability-nl-be.l10n.php | 2 +- languages/wpvulnerability-nl.l10n.php | 2 +- languages/wpvulnerability-ru.l10n.php | 2 +- languages/wpvulnerability-zh-tw.l10n.php | 2 +- languages/wpvulnerability.pot | 1198 ++++++++++----------- readme.txt | 25 +- uninstall.php | 6 + wpvulnerability-admin.php | 10 +- wpvulnerability-adminms.php | 12 +- wpvulnerability-debug.php | 17 +- wpvulnerability-general.php | 31 +- wpvulnerability-plugins.php | 7 +- wpvulnerability-software.php | 8 + wpvulnerability-themes.php | 2 +- wpvulnerability.php | 9 +- 26 files changed, 719 insertions(+), 655 deletions(-) diff --git a/changelog.txt b/changelog.txt index 6167a92..854cfb8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,26 @@ == Changelog == += [5.1.0] - 2026-07-08 = + +**Security** + +* `wpvulnerability_validate_shell_command()` now uses exact `in_array()` match instead of `stripos()` substring matching for the shell-command allowlist (defense-in-depth). +* `wpvulnerability_detect_php()`, `wpvulnerability_detect_curl()`, and `wpvulnerability_detect_webserver()` now route through `wpvulnerability_safe_shell_exec()`, so every software-detection shell call is validated and recorded in the Shell Execution Audit Log. Previously these called `shell_exec()` directly, bypassing the wrapper and the audit log. As a side effect this also fixes nginx/angie version detection: `escapeshellcmd()` was escaping the `2>&1` redirect, so stderr (where nginx prints its version) was never captured. + +**Fixed** + +* Multisite uninstall fatal error: `Uncaught Error: Undefined constant "WPVULNERABILITY_PLUGIN_BASE"` when "Delete all plugin data on uninstall" was enabled. `uninstall.php` now defines the constant before loading `wpvulnerability-run.php`. +* `WPVULNERABILITY_HIDE_*` constants now stop `shell_exec` detection for hidden components during scheduled scans and in the admin "Software Detection Methods" panel. Previously they only hid the results from the UI, so the audit log kept filling with "command not found" entries for components the administrator had explicitly deactivated. +* `wpvulnerability_detect_webserver()` no longer shell-probes a hidden web server via the sibling path: `WPVULNERABILITY_HIDE_NGINX` and `WPVULNERABILITY_HIDE_APACHE` now fully isolate the hidden server. +* Multisite cron requests on non-main subsites no longer load all plugin module files. No WPVulnerability cron events are scheduled on subsites, so the extra loading was wasted work. +* LiteSpeed / OpenLiteSpeed / Caddy shell detection in the WP_DEBUG diagnostic panel now works: the commands no longer use `2>/dev/null` (which the shell-command validator rejected), `caddy` was added to the allowlist, and `which` output is validated as a real path so "command not found" messages are not mistaken for a detection. + +**Changed** + +* `Network: true` added to the plugin header to declare network-aware multisite behaviour. +* Removed the unused `$plugin_status` parameter from `wpvulnerability_plugin_info_after()`; the PHPCS suite now passes with zero warnings. +* Multisite network dashboard: the "Site Health" footer link pointed to `wp-admin/network/site-health.php`, which does not exist (Site Health is a per-site screen). It now links to the main site's `wp-admin/site-health.php`. + = [5.0.1] - 2026-06-02 = **Fixed** diff --git a/languages/wpvulnerability-ca-val.l10n.php b/languages/wpvulnerability-ca-val.l10n.php index c8c8cdb..6176ea8 100644 --- a/languages/wpvulnerability-ca-val.l10n.php +++ b/languages/wpvulnerability-ca-val.l10n.php @@ -1,2 +1,2 @@ NULL,'plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'ca','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2024-10-04 12:09:02+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Rep informació sobre les possibles vulnerabilitats del teu WordPress a través de l\'API WordPress Vulnerability Database.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Esta ordre requereix un administrador de WordPress. Executeu amb --user=.','No core vulnerabilities found.'=>'No s\'han trobat vulnerabilitats al nucli.','No plugin vulnerabilities found.'=>'No s\'han trobat vulnerabilitats a extensions.','No theme vulnerabilities found.'=>'No s\'han trobat vulnerabilitats a temes.','No %s vulnerabilities found.'=>'No s\'han trobat vulnerabilitats a %s.','Data from source has been reloaded.'=>'Les dades de la font s\'han tornat a carregar.','You do not have permission to reload data.'=>'No tens permís per tornar a carregar les dades.','Test email has been sent.'=>'S\'ha enviat un correu electrònic de prova.','Test email has failed. Please, check your email settings.'=>'L\'enviament del correu electrònic de prova ha fallat. Comprova la configuració del correu.','You do not have permission to send test emails.'=>'No tens permís per enviar correus electrònics de prova.','WPVulnerability cron events have been repaired.'=>'Els esdeveniments cron del WPVulnerability s\'han reparat.','You do not have permission to repair cron events.'=>'No tens permís per reparar els esdeveniments cron.','All logs have been deleted.'=>'Tots els registres s\'han eliminat.','You do not have permission to delete logs.'=>'No tens permís per eliminar els registres.','Uninstall preference saved.'=>'S\'ha desat la preferència de desinstal·lació.','WPVulnerability has been reset to defaults and reloaded.'=>'El WPVulnerability s\'ha restablit als valors predeterminats i s\'ha tornat a carregar.','You do not have permission to reset WPVulnerability.'=>'No tens permís per restablir el WPVulnerability.','All caches have been cleared.'=>'Totes les memòries cau s\'han buidat.','You do not have permission to clear caches.'=>'No tens permís per buidar les memòries cau.','Plugin and theme signatures have been reset.'=>'Les signatures d\'extensions i temes s\'han restablit.','You do not have permission to reset signatures.'=>'No tens permís per restablir les signatures.','You do not have permission to export debug information.'=>'No tens permís per exportar la informació de depuració.','Database update has been executed.'=>'L\'actualització de la base de dades s\'ha executat.','You do not have permission to run database updates.'=>'No tens permís per executar actualitzacions de la base de dades.','Notification has been sent.'=>'S\'ha enviat la notificació.','Notification sending failed.'=>'L\'enviament de la notificació ha fallat.','You do not have permission to send notifications.'=>'No tens permís per enviar notificacions.','Notifications'=>'Notificacions','Analysis'=>'Anàlisi','Logs'=>'Registres','Security'=>'Seguretat','Tools'=>'Eines','Debug'=>'Depuració','About'=>'Quant a','Notification Settings'=>'Configuració de notificacions','Configure how and when you want to receive vulnerability notifications.'=>'Configura com i quan vols rebre notificacions de vulnerabilitats.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Mantén-te informat sobre les vulnerabilitats de seguretat a la teua instal·lació de WordPress, extensions, temes i programari del servidor.','Cache Expiration Time'=>'Temps de caducitat de la memòria cau','FORCED'=>'FORÇAT','How long to cache vulnerability data before refreshing from the API.'=>'Durant quant de temps s\'han de guardar les dades de vulnerabilitats en la memòria cau abans d\'actualitzar-les des de l\'API.','%d hour'=>'%d hora' . "\0" . '%d hores','You can force the cache time via wp-config.php constant. Learn more →'=>'Pots forçar el temps de memòria cau per mitjà d\'una constant a wp-config.php. Més informació →','Notification Frequency'=>'Freqüència de notificacions','Choose how often you want to receive vulnerability notifications.'=>'Tria amb quina freqüència vols rebre notificacions de vulnerabilitats.','Never - Disable automatic notifications'=>'Mai - Desactiva les notificacions automàtiques','Daily - Receive notifications every day'=>'Diàriament - Rep notificacions cada dia','Weekly - Receive notifications once a week'=>'Setmanalment - Rep notificacions una vegada a la setmana','Day:'=>'Dia:','Monday'=>'Dilluns','Tuesday'=>'Dimarts','Wednesday'=>'Dimecres','Thursday'=>'Dijous','Friday'=>'Divendres','Saturday'=>'Dissabte','Sunday'=>'Diumenge','Time:'=>'Hora:','(24-hour format, server timezone)'=>'(format de 24 hores, zona horària del servidor)','Notification Channels'=>'Canals de notificació','Select where you want to receive notifications.'=>'Selecciona on vols rebre les notificacions.','Email'=>'Correu electrònic','Email Addresses (separated by commas):'=>'Adreces electròniques (separades per comes):','Default:'=>'Predeterminat:','Slack'=>'Slack','Slack Webhook URL:'=>'URL del Webhook de Slack:','Learn how to create a Slack incoming webhook →'=>'Aprén a crear un webhook entrant de Slack →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'URL del Webhook de Teams:','Learn how to create a Teams incoming webhook →'=>'Aprén a crear un webhook entrant de Teams →','Discord'=>'Discord','Discord Webhook URL:'=>'URL del Webhook de Discord:','Learn how to create a Discord webhook →'=>'Aprén a crear un webhook de Discord →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Token del Bot de Telegram:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'ID de xat de Telegram:','Learn how to create a Telegram bot and get Chat ID →'=>'Aprén a crear un bot de Telegram i obtindre l\'ID de xat →','Save Notification Settings'=>'Desa la configuració de notificacions','WordPress Components'=>'Components de WordPress','WordPress Core'=>'Nucli de WordPress','Plugins'=>'Extensions','Themes'=>'Temes','Software & Languages'=>'Programari i llenguatges','PHP'=>'PHP','Web Servers'=>'Servidors web','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Bases de dades','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Eines addicionals','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Configuració de l\'anàlisi de components','Enable or disable vulnerability analysis for specific components.'=>'Activa o desactiva l\'anàlisi de vulnerabilitats per a components específics.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Marca els components que vols AMAGAR de les exploracions i informes de vulnerabilitats. Els components no marcats s\'analitzaran activament. Els components amb anàlisi activa es mostren en verd, els components amagats en roig.','Hidden (forced by constant)'=>'Amagat (forçat per constant)','🔴 Analysis disabled'=>'🔴 Anàlisi desactivada','🟢 Analysis active'=>'🟢 Anàlisi activa','Tip:'=>'Consell:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Pots forçar la desactivació de components per mitjà de constants a wp-config.php. Més informació sobre la desactivació forçada de comprovacions →','Save Analysis Settings'=>'Desa la configuració d\'anàlisi','« Previous'=>'« Anterior','Next »'=>'Següent »','Log entry not found or has been removed.'=>'L\'entrada del registre no s\'ha trobat o s\'ha eliminat.','Unable to load the requested log entry.'=>'No s\'ha pogut carregar l\'entrada del registre sol·licitada.','Log Configuration'=>'Configuració del registre','Total Logs'=>'Total de registres','Retention Period'=>'Període de retenció','Disabled'=>'Desactivat','%d day'=>'%d dia' . "\0" . '%d dies','Log Retention Period'=>'Període de retenció del registre','None (Disabled)'=>'Cap (desactivat)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Este valor és imposat per la constant WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Tria durant quant de temps el WPVulnerability ha de conservar els registres de resposta de l\'API. Els registres antics s\'eliminen automàticament.','Save Configuration'=>'Desa la configuració','Log retention is currently disabled.'=>'La retenció de registres està desactivada actualment.','API responses are not being saved.'=>'Les respostes de l\'API no s\'estan desant.','Log Details'=>'Detalls del registre','Date'=>'Data','API Endpoint'=>'Punt final de l\'API','API Response'=>'Resposta de l\'API','Back to Logs'=>'Torna als registres','No logs available'=>'No hi ha registres disponibles','API response logs will appear here once the vulnerability scanner runs.'=>'Els registres de resposta de l\'API apareixeran ací quan s\'execute l\'escàner de vulnerabilitats.','API Response Logs'=>'Registres de resposta de l\'API','Show:'=>'Mostra:','Apply'=>'Aplica','Showing %1$s–%2$s of %3$s'=>'Mostrant %1$s–%2$s de %3$s','Actions'=>'Accions','View'=>'Visualitza','Danger Zone'=>'Zona de perill','Permanently delete all API response logs. This action cannot be undone.'=>'Elimina de manera permanent tots els registres de resposta de l\'API. Esta acció no es pot desfer.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Estàs segur que vols eliminar tots els registres? Esta acció no es pot desfer.','Delete All Logs'=>'Elimina tots els registres','Reload Data from API'=>'Torna a carregar les dades des de l\'API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Torna a carregar tota la informació del Nucli, Extensions, Temes i altres components directament des de l\'API per tindre dades actualitzades. Açò buidarà la memòria cau i obtindrà informació actualitzada sobre vulnerabilitats.','Reload Data'=>'Torna a carregar les dades','Test Email Notifications'=>'Prova les notificacions per correu electrònic','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Envia una notificació per correu electrònic de prova amb les dades de vulnerabilitats actuals per verificar que la configuració del correu electrònic funciona correctament.','From address (configured via constant):'=>'Adreça del remitent (configurada per constant):','From address (default):'=>'Adreça del remitent (predeterminada):','Learn how to customize the email sender address →'=>'Aprén a personalitzar l\'adreça del remitent del correu electrònic →','Send Test Email'=>'Envia correu electrònic de prova','WP-Cron Status'=>'Estat del WP-Cron','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'Visualitza i gestiona els esdeveniments programats del WP-Cron. Compara les planificacions esperades amb els treballs cron reals per assegurar-te que les tasques automatitzades s\'executen correctament.','No cron data available.'=>'No hi ha dades cron disponibles.','Hook'=>'Ganxo','Expected'=>'Esperat','Found'=>'Trobat','Next Run'=>'Pròxima execució','Status'=>'Estat','Not expected'=>'No esperat','None'=>'Cap','OK'=>'D\'acord','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Esdeveniments WPVulnerability inesperats','No interval'=>'Cap interval','Next:'=>'Pròxim:','Repair Cron Events'=>'Repara els esdeveniments cron','Uninstall Data'=>'Dades de desinstal·lació','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Per defecte, totes les dades de l\'extensió es conserven quan s\'elimina el WPVulnerability. Activa l\'opció següent només si vols que totes les opcions, els registres i les dades en memòria cau s\'eliminen permanentment en la desinstal·lació.','Delete all plugin data on uninstall'=>'Elimina totes les dades de l\'extensió en la desinstal·lació','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Predeterminat: sense marcar (dades conservades). Marca-ho només si vols una eliminació neta.','Save preference'=>'Desa la preferència','Reset WPVulnerability'=>'Restablix el WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Elimina totes les configuracions del WPVulnerability, les dades en memòria cau, els registres i els esdeveniments programats; després restaura els valors predeterminats i torna a carregar les dades des de l\'API.','This action cannot be undone.'=>'Esta acció no es pot desfer.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Estàs segur que vols restablir totes les dades del WPVulnerability? Esta acció no es pot desfer.','Reset Plugin'=>'Restablix l\'extensió','Vulnerability Database Statistics'=>'Estadístiques de la base de dades de vulnerabilitats','%s vulnerability'=>'%s vulnerabilitat' . "\0" . '%s vulnerabilitats','(%s product)'=>'(%s producte)' . "\0" . '(%s productes)','No data'=>'Sense dades','Database last updated: %s'=>'Base de dades actualitzada per última vegada: %s','Intelligence Sources'=>'Fonts d\'intel·ligència','Number of vulnerabilities contributed by each intelligence source.'=>'Nombre de vulnerabilitats aportades per cada font d\'intel·ligència.','Source'=>'Font','Core'=>'Nucli','Sponsors'=>'Patrocinadors','No sponsor data available.'=>'No hi ha dades de patrocinadors disponibles.','Contributors'=>'Col·laboradors','No contributor data available.'=>'No hi ha dades de col·laboradors disponibles.','You do not have sufficient permissions to access this page.'=>'No tens permisos suficients per accedir a esta pàgina.','WPVulnerability settings'=>'Configuració del WPVulnerability','Configure and save these settings to receive notifications.'=>'Configura i desa estos paràmetres per rebre notificacions.','Configure and save these settings to hide vulnerabilities.'=>'Configura i desa estos paràmetres per amagar les vulnerabilitats.','Default administrator email'=>'Correu electrònic predeterminat de l\'administrador','Read more if you want to force the cache time.'=>'Llig més si vols forçar el temps de memòria cau.','Never'=>'Mai','Daily'=>'Diàriament','Weekly'=>'Setmanalment','Day'=>'Dia','Hour'=>'Hora','Minute'=>'Minut','Read more about how to force the deactivation of an item.'=>'Llig més sobre com forçar la desactivació d\'un element.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'URL de webhook de Slack no vàlida. Ha de ser una URL HTTPS vàlida de hooks.slack.com','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'URL de webhook de Microsoft Teams no vàlida. Ha de ser una URL HTTPS vàlida de office.com, office365.com o api.hooks.microsoft.com','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'URL de webhook de Discord no vàlida. Ha de ser una URL HTTPS vàlida de discord.com o discordapp.com','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Format del token del bot de Telegram no vàlid. Ha de ser com: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Tot net','%d Critical Issue Found'=>'%d problema crític trobat' . "\0" . '%d problemes crítics trobats','%d Issue Found'=>'%d problema trobat' . "\0" . '%d problemes trobats','Never checked'=>'Mai s\'ha comprovat','%d minute ago'=>'fa %d minut' . "\0" . 'fa %d minuts','%d hour ago'=>'fa %d hora' . "\0" . 'fa %d hores','Last checked: %s'=>'Última comprovació: %s','Refresh Now'=>'Actualitza ara','No vulnerabilities detected'=>'No s\'han detectat vulnerabilitats','Your site is up to date and secure'=>'El teu lloc està actualitzat i és segur','Server Software'=>'Programari del servidor','Site Health'=>'Salut del lloc','Settings'=>'Configuració','WPVulnerability Status'=>'Estat del WPVulnerability','Receive vulnerability notifications'=>'Rep notificacions de vulnerabilitats','Cache expiration time'=>'Temps de caducitat de la memòria cau','How often you want to receive notifications'=>'Amb quina freqüència vols rebre les notificacions','Where do you want to receive notifications?'=>'On vols rebre les notificacions?','Email addresses to notify (separated by commas)'=>'Adreces electròniques a notificar (separades per comes)','Slack webhook URL'=>'URL de webhook de Slack','Teams webhook URL'=>'URL de webhook de Teams','Vulnerabilities to hide'=>'Vulnerabilitats per amagar','What do you want to hide?'=>'Què vols amagar?','Standard (Hybrid Detection)'=>'Estàndard (detecció híbrida)','Strict (Extensions Only)'=>'Estricte (només extensions)','Disabled (No Detection)'=>'Desactivat (sense detecció)','Security Status'=>'Estat de seguretat','Security Mode'=>'Mode de seguretat','Shell Execution'=>'Execució de shell','Enabled'=>'Activat','Audit Logging'=>'Registre d\'auditoria','Enabled (%d days)'=>'Activat (%d dies)','Total Log Entries'=>'Total d\'entrades del registre','Last Shell Execution'=>'Última execució de shell','%s ago'=>'fa %s','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Configura els paràmetres de seguretat per mitjà de constants a wp-config.php: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Consulta la documentació de configuració de seguretat per obtindre més detalls.','Memcached'=>'Memcached','Imagick Extension'=>'Extensió Imagick','Redis Extension'=>'Extensió Redis','Memcached Extension'=>'Extensió Memcached','Memcache Extension'=>'Extensió Memcache','SQLite3 Extension'=>'Extensió SQLite3','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Ordre de shell','Binary Check'=>'Comprovació binària','Not Detected'=>'No detectat','Software Detection Methods'=>'Mètodes de detecció de programari','Shows which detection method was used for each software component and the reliability score.'=>'Mostra quin mètode de detecció s\'ha utilitzat per a cada component de programari i la puntuació de fiabilitat.','Component'=>'Component','Version'=>'Versió','Detection Method'=>'Mètode de detecció','Reliability'=>'Fiabilitat','Not detected'=>'No detectat','Shell Execution Audit Logs'=>'Registres d\'auditoria d\'execució de shell','Complete audit trail of shell command executions for security monitoring.'=>'Registre complet de les execucions d\'ordres de shell per al seguiment de seguretat.','No shell execution logs found.'=>'No s\'han trobat registres d\'execució de shell.','Logs will appear here when shell commands are executed for software detection.'=>'Els registres apareixeran ací quan s\'executen ordres de shell per a la detecció de programari.','Time'=>'Hora','Command'=>'Ordre','User'=>'Usuari','Output'=>'Eixida','Showing the %d most recent log entries.'=>'S\'estan mostrant les %d entrades de registre més recents.','Invalid nonce.'=>'Nonce no vàlid.','Insufficient permissions.'=>'Permisos insuficients.','No component specified.'=>'No s\'ha especificat cap component.','Debug Information'=>'Informació de depuració','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Esta pestanya només és visible quan WP_DEBUG està activat. Usa-la amb precaució.','System Information'=>'Informació del sistema','WordPress Version'=>'Versió del WordPress','Multisite'=>'Multiseu','Yes'=>'Sí','No'=>'No','Language'=>'Idioma','PHP Version'=>'Versió del PHP','PHP Extensions'=>'Extensions del PHP','PHP Memory Limit'=>'Límit de memòria del PHP','Database'=>'Base de dades','Web Server'=>'Servidor web','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Camí:','Size: %s'=>'Mida: %s','View Log File'=>'Visualitza el fitxer de registre','Log file is not web-accessible (outside wp-content)'=>'El fitxer de registre no és accessible per web (fora de wp-content)','Log file does not exist yet'=>'El fitxer de registre encara no existix','Plugin Version'=>'Versió de l\'extensió','Component Detection'=>'Detecció de components','Version Detected'=>'Versió detectada','Analyzed'=>'Analitzat','Cache Status'=>'Estat de la memòria cau','Configuration Summary'=>'Resum de la configuració','Cache Duration'=>'Durada de la memòria cau','Log Retention'=>'Retenció del registre','Components Analyzed'=>'Components analitzats','Notification Email'=>'Correu electrònic de notificació','Slack Webhook'=>'Webhook de Slack','Configured & Enabled'=>'Configurat i activat','Configured (Disabled)'=>'Configurat (desactivat)','Not configured'=>'No configurat','Teams Webhook'=>'Webhook de Teams','Discord Webhook'=>'Webhook de Discord','Telegram Bot'=>'Bot de Telegram','Cron Status'=>'Estat del cron','Update Database'=>'Actualitza la base de dades','Next run: %s'=>'Pròxima execució: %s','Not scheduled'=>'No programat','Send Notification'=>'Envia notificació','Run Update Now'=>'Executa l\'actualització ara','Run Notification Now'=>'Envia la notificació ara','You do not have permission to run these actions.'=>'No tens permís per executar estes accions.','API Testing'=>'Proves de l\'API','Test API connectivity for each component. Click a button to send a test request.'=>'Prova la connectivitat de l\'API per a cada component. Fes clic en un botó per enviar una sol·licitud de prova.','Test %s'=>'Prova %s','Testing...'=>'Provant...','HTTP Code:'=>'Codi HTTP:','Response Time:'=>'Temps de resposta:','Response Preview'=>'Previsualització de la resposta','Test'=>'Prova','Error:'=>'Error:','AJAX request failed.'=>'La sol·licitud AJAX ha fallat.','You do not have permission to test API connectivity.'=>'No tens permís per provar la connectivitat de l\'API.','Database Options Viewer'=>'Visualitzador d\'opcions de la base de dades','View the raw data stored in WordPress options.'=>'Visualitza les dades en brut emmagatzemades a les opcions del WordPress.','Select an option...'=>'Selecciona una opció...','Option not found or empty.'=>'Opció no trobada o buida.','Quick Actions'=>'Accions ràpides','Perform debugging actions. Use with caution.'=>'Realitza accions de depuració. Usa-les amb precaució.','Are you sure you want to clear all caches?'=>'Estàs segur que vols buidar totes les memòries cau?','Clear All Caches'=>'Buida totes les memòries cau','Are you sure you want to reset signatures?'=>'Estàs segur que vols restablir les signatures?','Reset Signatures'=>'Restablix les signatures','Export Debug Info'=>'Exporta la informació de depuració','You do not have permission to perform these actions.'=>'No tens permís per realitzar estes accions.','Settings saved.'=>'S\'ha desat la configuració.','WPVulnerability cron events have been repaired across the network.'=>'Els esdeveniments cron del WPVulnerability s\'han reparat a tota la xarxa.','You do not have permission to access this page.'=>'No tens permís per accedir a esta pàgina.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s té una vulnerabilitat coneguda que pot afectar la teua versió instal·lada.','Actively exploited'=>'Activament explotada','Public exploit'=>'Explotació pública','Automatable'=>'Automatitzable','References:'=>'Referències:','Invalid component specified.'=>'Component especificat no vàlid.','Version not detected for this component.'=>'No s\'ha detectat la versió d\'este component.','API request successful.'=>'La sol·licitud de l\'API ha tingut èxit.','API returned HTTP code %d.'=>'L\'API ha retornat el codi HTTP %d.','WPVulnerability Logs'=>'Registres de WPVulnerability','WPVulnerability Log'=>'Registre de WPVulnerability','Low'=>'Baixa','Medium'=>'Mitjana','High'=>'Alta','Critical'=>'Crítica','WPVulnerability Shell Logs'=>'Registres de shell de WPVulnerability','WPVulnerability Shell Log'=>'Registre de shell de WPVulnerability','Every week'=>'Cada setmana','Every day'=>'Cada dia','Invalid request.'=>'Sol·licitud no vàlida.','You have unsubscribed from WPVulnerability notifications.'=>'T\'has donat de baixa de les notificacions de WPVulnerability.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Aprén més sobre l\'API WordPress Vulnerability Database a %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Vols deixar de rebre estos avisos? Dona\'t de baixa o canvia la freqüència del correu electrònic a Mai a la configuració del WPVulnerability.','No vulnerabilities found'=>'No s\'han trobat vulnerabilitats','This is likely a test. The site does not have vulnerabilities.'=>'Açò és probablement una prova. El lloc no té vulnerabilitats.','Core vulnerabilities'=>'Vulnerabilitats al nucli del WordPress','Plugins vulnerabilities'=>'Vulnerabilitats a extensions','Themes vulnerabilities'=>'Vulnerabilitats a temes','PHP vulnerabilities'=>'Vulnerabilitats del PHP','Apache HTTPD vulnerabilities'=>'Vulnerabilitats d\'Apache HTTPD','Nginx vulnerabilities'=>'Vulnerabilitats d\'Nginx','MariaDB vulnerabilities'=>'Vulnerabilitats de MariaDB','MySQL vulnerabilities'=>'Vulnerabilitats de MySQL','ImageMagick vulnerabilities'=>'Vulnerabilitats de ImageMagick','curl vulnerabilities'=>'Vulnerabilitats de curl','memcached vulnerabilities'=>'Vulnerabilitats de memcached','Redis vulnerabilities'=>'Vulnerabilitats de Redis','SQLite vulnerabilities'=>'Vulnerabilitats de SQLite','Vulnerability found: %s'=>'Vulnerabilitat trobada: %s','Vulnerability found'=>'S\'ha trobat una vulnerabilitat','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s té una vulnerabilitat coneguda que pot afectar la teua versió instal·lada.','This plugin is closed. Please replace it with another.'=>'Esta extensió està clausurada. Reemplaça-la per una altra.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Esta vulnerabilitat sembla no estar pegada. Estigues pendent de les pròximes actualitzacions de l\'extensió.','It hasn\'t been updated in over a year.'=>'No s\'ha actualitzat en més d\'un any.','It may no longer be available (closed?).'=>'Potser ja no està disponible (tancat?).','Last updated on'=>'Última actualització el','Vulnerabilities (%d)'=>'Vulnerabilitats (%d)','%s running'=>'%s corrent','End of Life'=>'Fi del cicle de vida','End of life:'=>'Fi del cicle de vida:','Supported'=>'Compatible','Plugin'=>'Extensió','Theme'=>'Tema','End of life: %s'=>'Fi del cicle de vida: %s','EOL'=>'EOL','Network Settings'=>'Paràmetres de xarxa','Vulnerabilities'=>'Vulnerabilitats','Every 6 hours'=>'Cada 6 hores','Database updates'=>'Actualitzacions de la base de dades','Log cleanup'=>'Neteja del registre','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Les notificacions estan programades, però la configuració actual les desactiva. Revisa la pestanya de notificacions.','This event should not be scheduled for this site.'=>'Este esdeveniment no hauria d\'estar programat per a este lloc.','Not expected for this site.'=>'No esperat per a este lloc.','No instances found.'=>'No s\'han trobat instàncies.','Scheduled with an unexpected interval.'=>'Programat amb un interval inesperat.','Multiple instances detected.'=>'S\'han detectat diverses instàncies.','Scheduled as expected.'=>'Programat com s\'esperava.','There aren\'t plugins vulnerabilities'=>'No hi ha vulnerabilitats a les extensions','Shows possible vulnerabilities that exist in installed plugins.'=>'Mostra les possibles vulnerabilitats que hi ha a les extensions instal·lades.','There is %d plugin with vulnerabilities'=>'Hi ha %d extensió amb vulnerabilitats' . "\0" . 'Hi ha %d extensions amb vulnerabilitats','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Hem detectat potencials vulnerabilitats a les extensions instal·lades. Comprova-les i mantén-les actualitzades.','Update plugins'=>'Actualitza les extensions','There aren\'t themes vulnerabilities'=>'No hi ha vulnerabilitats als temes','Shows possible vulnerabilities that exist in installed themes.'=>'Mostra les possibles vulnerabilitats que hi ha als temes instal·lats.','There is %d theme with vulnerabilities'=>'Hi ha %d tema amb vulnerabilitats' . "\0" . 'Hi ha %d temes amb vulnerabilitats','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Hem detectat potencials vulnerabilitats als temes instal·lats. Comprova\'ls i mantén-los actualitzats.','Update themes'=>'Actualitza els temes','There aren\'t WordPress vulnerabilities'=>'No hi ha vulnerabilitats al WordPress','Shows possible vulnerabilities existing in the WordPress core.'=>'Mostra les possibles vulnerabilitats que hi ha al nucli del WordPress.','There is %d core vulnerability'=>'Hi ha %d vulnerabilitat al nucli' . "\0" . 'Hi ha %d vulnerabilitats al nucli','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Hem detectat potencials vulnerabilitats en esta instal·lació de WordPress. Comprova-les i mantén la teua instal·lació actualitzada.','Update WordPress'=>'Actualitza el WordPress','Nginx'=>'Nginx','Invalid software type'=>'Tipus de programari no vàlid','Error'=>'Error','The specified software type is not valid.'=>'El tipus de programari especificat no és vàlid.','There aren\'t %s vulnerabilities'=>'No hi ha vulnerabilitats a %s','Shows possible vulnerabilities existing in %s.'=>'Mostra les possibles vulnerabilitats existents a %s.','There is %1$d %2$s vulnerability'=>'Hi ha %1$d vulnerabilitat %2$s' . "\0" . 'Hi ha %1$d vulnerabilitats %2$s','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Hem detectat potencials vulnerabilitats a %s. Comprova-les i mantén la teua instal·lació actualitzada.','How to update PHP'=>'Com actualitzar el PHP','WPVulnerability Core'=>'WPVulnerability Nucli','WPVulnerability Themes'=>'WPVulnerability Temes','WPVulnerability Plugins'=>'WPVulnerability Extensions','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'Este tema està clausurat. Reemplaça-lo per un altre.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Esta vulnerabilitat sembla no estar pegada. Estigues pendent de les pròximes actualitzacions del tema.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Este tema té vulnerabilitats conegudes que poden afectar la teua versió instal·lada.']]; \ No newline at end of file +return ['domain'=>'wpvulnerability','plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'ca','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2024-10-04 12:09:02+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Rep informació sobre les possibles vulnerabilitats del teu WordPress a través de l\'API WordPress Vulnerability Database.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Esta ordre requereix un administrador de WordPress. Executeu amb --user=.','No core vulnerabilities found.'=>'No s\'han trobat vulnerabilitats al nucli.','No plugin vulnerabilities found.'=>'No s\'han trobat vulnerabilitats a extensions.','No theme vulnerabilities found.'=>'No s\'han trobat vulnerabilitats a temes.','No %s vulnerabilities found.'=>'No s\'han trobat vulnerabilitats a %s.','Data from source has been reloaded.'=>'Les dades de la font s\'han tornat a carregar.','You do not have permission to reload data.'=>'No tens permís per tornar a carregar les dades.','Test email has been sent.'=>'S\'ha enviat un correu electrònic de prova.','Test email has failed. Please, check your email settings.'=>'L\'enviament del correu electrònic de prova ha fallat. Comprova la configuració del correu.','You do not have permission to send test emails.'=>'No tens permís per enviar correus electrònics de prova.','WPVulnerability cron events have been repaired.'=>'Els esdeveniments cron del WPVulnerability s\'han reparat.','You do not have permission to repair cron events.'=>'No tens permís per reparar els esdeveniments cron.','All logs have been deleted.'=>'Tots els registres s\'han eliminat.','You do not have permission to delete logs.'=>'No tens permís per eliminar els registres.','Uninstall preference saved.'=>'S\'ha desat la preferència de desinstal·lació.','WPVulnerability has been reset to defaults and reloaded.'=>'El WPVulnerability s\'ha restablit als valors predeterminats i s\'ha tornat a carregar.','You do not have permission to reset WPVulnerability.'=>'No tens permís per restablir el WPVulnerability.','All caches have been cleared.'=>'Totes les memòries cau s\'han buidat.','You do not have permission to clear caches.'=>'No tens permís per buidar les memòries cau.','Plugin and theme signatures have been reset.'=>'Les signatures d\'extensions i temes s\'han restablit.','You do not have permission to reset signatures.'=>'No tens permís per restablir les signatures.','You do not have permission to export debug information.'=>'No tens permís per exportar la informació de depuració.','Database update has been executed.'=>'L\'actualització de la base de dades s\'ha executat.','You do not have permission to run database updates.'=>'No tens permís per executar actualitzacions de la base de dades.','Notification has been sent.'=>'S\'ha enviat la notificació.','Notification sending failed.'=>'L\'enviament de la notificació ha fallat.','You do not have permission to send notifications.'=>'No tens permís per enviar notificacions.','Notifications'=>'Notificacions','Analysis'=>'Anàlisi','Logs'=>'Registres','Security'=>'Seguretat','Tools'=>'Eines','Debug'=>'Depuració','About'=>'Quant a','Notification Settings'=>'Configuració de notificacions','Configure how and when you want to receive vulnerability notifications.'=>'Configura com i quan vols rebre notificacions de vulnerabilitats.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Mantén-te informat sobre les vulnerabilitats de seguretat a la teua instal·lació de WordPress, extensions, temes i programari del servidor.','Cache Expiration Time'=>'Temps de caducitat de la memòria cau','FORCED'=>'FORÇAT','How long to cache vulnerability data before refreshing from the API.'=>'Durant quant de temps s\'han de guardar les dades de vulnerabilitats en la memòria cau abans d\'actualitzar-les des de l\'API.','%d hour'=>'%d hora' . "\0" . '%d hores','You can force the cache time via wp-config.php constant. Learn more →'=>'Pots forçar el temps de memòria cau per mitjà d\'una constant a wp-config.php. Més informació →','Notification Frequency'=>'Freqüència de notificacions','Choose how often you want to receive vulnerability notifications.'=>'Tria amb quina freqüència vols rebre notificacions de vulnerabilitats.','Never - Disable automatic notifications'=>'Mai - Desactiva les notificacions automàtiques','Daily - Receive notifications every day'=>'Diàriament - Rep notificacions cada dia','Weekly - Receive notifications once a week'=>'Setmanalment - Rep notificacions una vegada a la setmana','Day:'=>'Dia:','Monday'=>'Dilluns','Tuesday'=>'Dimarts','Wednesday'=>'Dimecres','Thursday'=>'Dijous','Friday'=>'Divendres','Saturday'=>'Dissabte','Sunday'=>'Diumenge','Time:'=>'Hora:','(24-hour format, server timezone)'=>'(format de 24 hores, zona horària del servidor)','Notification Channels'=>'Canals de notificació','Select where you want to receive notifications.'=>'Selecciona on vols rebre les notificacions.','Email'=>'Correu electrònic','Email Addresses (separated by commas):'=>'Adreces electròniques (separades per comes):','Default:'=>'Predeterminat:','Slack'=>'Slack','Slack Webhook URL:'=>'URL del Webhook de Slack:','Learn how to create a Slack incoming webhook →'=>'Aprén a crear un webhook entrant de Slack →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'URL del Webhook de Teams:','Learn how to create a Teams incoming webhook →'=>'Aprén a crear un webhook entrant de Teams →','Discord'=>'Discord','Discord Webhook URL:'=>'URL del Webhook de Discord:','Learn how to create a Discord webhook →'=>'Aprén a crear un webhook de Discord →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Token del Bot de Telegram:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'ID de xat de Telegram:','Learn how to create a Telegram bot and get Chat ID →'=>'Aprén a crear un bot de Telegram i obtindre l\'ID de xat →','Save Notification Settings'=>'Desa la configuració de notificacions','WordPress Components'=>'Components de WordPress','WordPress Core'=>'Nucli de WordPress','Plugins'=>'Extensions','Themes'=>'Temes','Software & Languages'=>'Programari i llenguatges','PHP'=>'PHP','Web Servers'=>'Servidors web','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Bases de dades','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Eines addicionals','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Configuració de l\'anàlisi de components','Enable or disable vulnerability analysis for specific components.'=>'Activa o desactiva l\'anàlisi de vulnerabilitats per a components específics.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Marca els components que vols AMAGAR de les exploracions i informes de vulnerabilitats. Els components no marcats s\'analitzaran activament. Els components amb anàlisi activa es mostren en verd, els components amagats en roig.','Hidden (forced by constant)'=>'Amagat (forçat per constant)','🔴 Analysis disabled'=>'🔴 Anàlisi desactivada','🟢 Analysis active'=>'🟢 Anàlisi activa','Tip:'=>'Consell:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Pots forçar la desactivació de components per mitjà de constants a wp-config.php. Més informació sobre la desactivació forçada de comprovacions →','Save Analysis Settings'=>'Desa la configuració d\'anàlisi','« Previous'=>'« Anterior','Next »'=>'Següent »','Log entry not found or has been removed.'=>'L\'entrada del registre no s\'ha trobat o s\'ha eliminat.','Unable to load the requested log entry.'=>'No s\'ha pogut carregar l\'entrada del registre sol·licitada.','Log Configuration'=>'Configuració del registre','Total Logs'=>'Total de registres','Retention Period'=>'Període de retenció','Disabled'=>'Desactivat','%d day'=>'%d dia' . "\0" . '%d dies','Log Retention Period'=>'Període de retenció del registre','None (Disabled)'=>'Cap (desactivat)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Este valor és imposat per la constant WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Tria durant quant de temps el WPVulnerability ha de conservar els registres de resposta de l\'API. Els registres antics s\'eliminen automàticament.','Save Configuration'=>'Desa la configuració','Log retention is currently disabled.'=>'La retenció de registres està desactivada actualment.','API responses are not being saved.'=>'Les respostes de l\'API no s\'estan desant.','Log Details'=>'Detalls del registre','Date'=>'Data','API Endpoint'=>'Punt final de l\'API','API Response'=>'Resposta de l\'API','Back to Logs'=>'Torna als registres','No logs available'=>'No hi ha registres disponibles','API response logs will appear here once the vulnerability scanner runs.'=>'Els registres de resposta de l\'API apareixeran ací quan s\'execute l\'escàner de vulnerabilitats.','API Response Logs'=>'Registres de resposta de l\'API','Show:'=>'Mostra:','Apply'=>'Aplica','Showing %1$s–%2$s of %3$s'=>'Mostrant %1$s–%2$s de %3$s','Actions'=>'Accions','View'=>'Visualitza','Danger Zone'=>'Zona de perill','Permanently delete all API response logs. This action cannot be undone.'=>'Elimina de manera permanent tots els registres de resposta de l\'API. Esta acció no es pot desfer.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Estàs segur que vols eliminar tots els registres? Esta acció no es pot desfer.','Delete All Logs'=>'Elimina tots els registres','Reload Data from API'=>'Torna a carregar les dades des de l\'API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Torna a carregar tota la informació del Nucli, Extensions, Temes i altres components directament des de l\'API per tindre dades actualitzades. Açò buidarà la memòria cau i obtindrà informació actualitzada sobre vulnerabilitats.','Reload Data'=>'Torna a carregar les dades','Test Email Notifications'=>'Prova les notificacions per correu electrònic','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Envia una notificació per correu electrònic de prova amb les dades de vulnerabilitats actuals per verificar que la configuració del correu electrònic funciona correctament.','From address (configured via constant):'=>'Adreça del remitent (configurada per constant):','From address (default):'=>'Adreça del remitent (predeterminada):','Learn how to customize the email sender address →'=>'Aprén a personalitzar l\'adreça del remitent del correu electrònic →','Send Test Email'=>'Envia correu electrònic de prova','WP-Cron Status'=>'Estat del WP-Cron','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'Visualitza i gestiona els esdeveniments programats del WP-Cron. Compara les planificacions esperades amb els treballs cron reals per assegurar-te que les tasques automatitzades s\'executen correctament.','No cron data available.'=>'No hi ha dades cron disponibles.','Hook'=>'Ganxo','Expected'=>'Esperat','Found'=>'Trobat','Next Run'=>'Pròxima execució','Status'=>'Estat','Not expected'=>'No esperat','None'=>'Cap','OK'=>'D\'acord','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Esdeveniments WPVulnerability inesperats','No interval'=>'Cap interval','Next:'=>'Pròxim:','Repair Cron Events'=>'Repara els esdeveniments cron','Uninstall Data'=>'Dades de desinstal·lació','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Per defecte, totes les dades de l\'extensió es conserven quan s\'elimina el WPVulnerability. Activa l\'opció següent només si vols que totes les opcions, els registres i les dades en memòria cau s\'eliminen permanentment en la desinstal·lació.','Delete all plugin data on uninstall'=>'Elimina totes les dades de l\'extensió en la desinstal·lació','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Predeterminat: sense marcar (dades conservades). Marca-ho només si vols una eliminació neta.','Save preference'=>'Desa la preferència','Reset WPVulnerability'=>'Restablix el WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Elimina totes les configuracions del WPVulnerability, les dades en memòria cau, els registres i els esdeveniments programats; després restaura els valors predeterminats i torna a carregar les dades des de l\'API.','This action cannot be undone.'=>'Esta acció no es pot desfer.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Estàs segur que vols restablir totes les dades del WPVulnerability? Esta acció no es pot desfer.','Reset Plugin'=>'Restablix l\'extensió','Vulnerability Database Statistics'=>'Estadístiques de la base de dades de vulnerabilitats','%s vulnerability'=>'%s vulnerabilitat' . "\0" . '%s vulnerabilitats','(%s product)'=>'(%s producte)' . "\0" . '(%s productes)','No data'=>'Sense dades','Database last updated: %s'=>'Base de dades actualitzada per última vegada: %s','Intelligence Sources'=>'Fonts d\'intel·ligència','Number of vulnerabilities contributed by each intelligence source.'=>'Nombre de vulnerabilitats aportades per cada font d\'intel·ligència.','Source'=>'Font','Core'=>'Nucli','Sponsors'=>'Patrocinadors','No sponsor data available.'=>'No hi ha dades de patrocinadors disponibles.','Contributors'=>'Col·laboradors','No contributor data available.'=>'No hi ha dades de col·laboradors disponibles.','You do not have sufficient permissions to access this page.'=>'No tens permisos suficients per accedir a esta pàgina.','WPVulnerability settings'=>'Configuració del WPVulnerability','Configure and save these settings to receive notifications.'=>'Configura i desa estos paràmetres per rebre notificacions.','Configure and save these settings to hide vulnerabilities.'=>'Configura i desa estos paràmetres per amagar les vulnerabilitats.','Default administrator email'=>'Correu electrònic predeterminat de l\'administrador','Read more if you want to force the cache time.'=>'Llig més si vols forçar el temps de memòria cau.','Never'=>'Mai','Daily'=>'Diàriament','Weekly'=>'Setmanalment','Day'=>'Dia','Hour'=>'Hora','Minute'=>'Minut','Read more about how to force the deactivation of an item.'=>'Llig més sobre com forçar la desactivació d\'un element.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'URL de webhook de Slack no vàlida. Ha de ser una URL HTTPS vàlida de hooks.slack.com','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'URL de webhook de Microsoft Teams no vàlida. Ha de ser una URL HTTPS vàlida de office.com, office365.com o api.hooks.microsoft.com','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'URL de webhook de Discord no vàlida. Ha de ser una URL HTTPS vàlida de discord.com o discordapp.com','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Format del token del bot de Telegram no vàlid. Ha de ser com: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Tot net','%d Critical Issue Found'=>'%d problema crític trobat' . "\0" . '%d problemes crítics trobats','%d Issue Found'=>'%d problema trobat' . "\0" . '%d problemes trobats','Never checked'=>'Mai s\'ha comprovat','%d minute ago'=>'fa %d minut' . "\0" . 'fa %d minuts','%d hour ago'=>'fa %d hora' . "\0" . 'fa %d hores','Last checked: %s'=>'Última comprovació: %s','Refresh Now'=>'Actualitza ara','No vulnerabilities detected'=>'No s\'han detectat vulnerabilitats','Your site is up to date and secure'=>'El teu lloc està actualitzat i és segur','Server Software'=>'Programari del servidor','Site Health'=>'Salut del lloc','Settings'=>'Configuració','WPVulnerability Status'=>'Estat del WPVulnerability','Receive vulnerability notifications'=>'Rep notificacions de vulnerabilitats','Cache expiration time'=>'Temps de caducitat de la memòria cau','How often you want to receive notifications'=>'Amb quina freqüència vols rebre les notificacions','Where do you want to receive notifications?'=>'On vols rebre les notificacions?','Email addresses to notify (separated by commas)'=>'Adreces electròniques a notificar (separades per comes)','Slack webhook URL'=>'URL de webhook de Slack','Teams webhook URL'=>'URL de webhook de Teams','Vulnerabilities to hide'=>'Vulnerabilitats per amagar','What do you want to hide?'=>'Què vols amagar?','Standard (Hybrid Detection)'=>'Estàndard (detecció híbrida)','Strict (Extensions Only)'=>'Estricte (només extensions)','Disabled (No Detection)'=>'Desactivat (sense detecció)','Security Status'=>'Estat de seguretat','Security Mode'=>'Mode de seguretat','Shell Execution'=>'Execució de shell','Enabled'=>'Activat','Audit Logging'=>'Registre d\'auditoria','Enabled (%d days)'=>'Activat (%d dies)','Total Log Entries'=>'Total d\'entrades del registre','Last Shell Execution'=>'Última execució de shell','%s ago'=>'fa %s','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Configura els paràmetres de seguretat per mitjà de constants a wp-config.php: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Consulta la documentació de configuració de seguretat per obtindre més detalls.','Memcached'=>'Memcached','Imagick Extension'=>'Extensió Imagick','Redis Extension'=>'Extensió Redis','Memcached Extension'=>'Extensió Memcached','Memcache Extension'=>'Extensió Memcache','SQLite3 Extension'=>'Extensió SQLite3','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Ordre de shell','Binary Check'=>'Comprovació binària','Not Detected'=>'No detectat','Software Detection Methods'=>'Mètodes de detecció de programari','Shows which detection method was used for each software component and the reliability score.'=>'Mostra quin mètode de detecció s\'ha utilitzat per a cada component de programari i la puntuació de fiabilitat.','Component'=>'Component','Version'=>'Versió','Detection Method'=>'Mètode de detecció','Reliability'=>'Fiabilitat','Not detected'=>'No detectat','Shell Execution Audit Logs'=>'Registres d\'auditoria d\'execució de shell','Complete audit trail of shell command executions for security monitoring.'=>'Registre complet de les execucions d\'ordres de shell per al seguiment de seguretat.','No shell execution logs found.'=>'No s\'han trobat registres d\'execució de shell.','Logs will appear here when shell commands are executed for software detection.'=>'Els registres apareixeran ací quan s\'executen ordres de shell per a la detecció de programari.','Time'=>'Hora','Command'=>'Ordre','User'=>'Usuari','Output'=>'Eixida','Showing the %d most recent log entries.'=>'S\'estan mostrant les %d entrades de registre més recents.','Invalid nonce.'=>'Nonce no vàlid.','Insufficient permissions.'=>'Permisos insuficients.','No component specified.'=>'No s\'ha especificat cap component.','Debug Information'=>'Informació de depuració','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Esta pestanya només és visible quan WP_DEBUG està activat. Usa-la amb precaució.','System Information'=>'Informació del sistema','WordPress Version'=>'Versió del WordPress','Multisite'=>'Multiseu','Yes'=>'Sí','No'=>'No','Language'=>'Idioma','PHP Version'=>'Versió del PHP','PHP Extensions'=>'Extensions del PHP','PHP Memory Limit'=>'Límit de memòria del PHP','Database'=>'Base de dades','Web Server'=>'Servidor web','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Camí:','Size: %s'=>'Mida: %s','View Log File'=>'Visualitza el fitxer de registre','Log file is not web-accessible (outside wp-content)'=>'El fitxer de registre no és accessible per web (fora de wp-content)','Log file does not exist yet'=>'El fitxer de registre encara no existix','Plugin Version'=>'Versió de l\'extensió','Component Detection'=>'Detecció de components','Version Detected'=>'Versió detectada','Analyzed'=>'Analitzat','Cache Status'=>'Estat de la memòria cau','Configuration Summary'=>'Resum de la configuració','Cache Duration'=>'Durada de la memòria cau','Log Retention'=>'Retenció del registre','Components Analyzed'=>'Components analitzats','Notification Email'=>'Correu electrònic de notificació','Slack Webhook'=>'Webhook de Slack','Configured & Enabled'=>'Configurat i activat','Configured (Disabled)'=>'Configurat (desactivat)','Not configured'=>'No configurat','Teams Webhook'=>'Webhook de Teams','Discord Webhook'=>'Webhook de Discord','Telegram Bot'=>'Bot de Telegram','Cron Status'=>'Estat del cron','Update Database'=>'Actualitza la base de dades','Next run: %s'=>'Pròxima execució: %s','Not scheduled'=>'No programat','Send Notification'=>'Envia notificació','Run Update Now'=>'Executa l\'actualització ara','Run Notification Now'=>'Envia la notificació ara','You do not have permission to run these actions.'=>'No tens permís per executar estes accions.','API Testing'=>'Proves de l\'API','Test API connectivity for each component. Click a button to send a test request.'=>'Prova la connectivitat de l\'API per a cada component. Fes clic en un botó per enviar una sol·licitud de prova.','Test %s'=>'Prova %s','Testing...'=>'Provant...','HTTP Code:'=>'Codi HTTP:','Response Time:'=>'Temps de resposta:','Response Preview'=>'Previsualització de la resposta','Test'=>'Prova','Error:'=>'Error:','AJAX request failed.'=>'La sol·licitud AJAX ha fallat.','You do not have permission to test API connectivity.'=>'No tens permís per provar la connectivitat de l\'API.','Database Options Viewer'=>'Visualitzador d\'opcions de la base de dades','View the raw data stored in WordPress options.'=>'Visualitza les dades en brut emmagatzemades a les opcions del WordPress.','Select an option...'=>'Selecciona una opció...','Option not found or empty.'=>'Opció no trobada o buida.','Quick Actions'=>'Accions ràpides','Perform debugging actions. Use with caution.'=>'Realitza accions de depuració. Usa-les amb precaució.','Are you sure you want to clear all caches?'=>'Estàs segur que vols buidar totes les memòries cau?','Clear All Caches'=>'Buida totes les memòries cau','Are you sure you want to reset signatures?'=>'Estàs segur que vols restablir les signatures?','Reset Signatures'=>'Restablix les signatures','Export Debug Info'=>'Exporta la informació de depuració','You do not have permission to perform these actions.'=>'No tens permís per realitzar estes accions.','Settings saved.'=>'S\'ha desat la configuració.','WPVulnerability cron events have been repaired across the network.'=>'Els esdeveniments cron del WPVulnerability s\'han reparat a tota la xarxa.','You do not have permission to access this page.'=>'No tens permís per accedir a esta pàgina.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s té una vulnerabilitat coneguda que pot afectar la teua versió instal·lada.','Actively exploited'=>'Activament explotada','Public exploit'=>'Explotació pública','Automatable'=>'Automatitzable','References:'=>'Referències:','Invalid component specified.'=>'Component especificat no vàlid.','Version not detected for this component.'=>'No s\'ha detectat la versió d\'este component.','API request successful.'=>'La sol·licitud de l\'API ha tingut èxit.','API returned HTTP code %d.'=>'L\'API ha retornat el codi HTTP %d.','WPVulnerability Logs'=>'Registres de WPVulnerability','WPVulnerability Log'=>'Registre de WPVulnerability','Low'=>'Baixa','Medium'=>'Mitjana','High'=>'Alta','Critical'=>'Crítica','WPVulnerability Shell Logs'=>'Registres de shell de WPVulnerability','WPVulnerability Shell Log'=>'Registre de shell de WPVulnerability','Every week'=>'Cada setmana','Every day'=>'Cada dia','Invalid request.'=>'Sol·licitud no vàlida.','You have unsubscribed from WPVulnerability notifications.'=>'T\'has donat de baixa de les notificacions de WPVulnerability.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Aprén més sobre l\'API WordPress Vulnerability Database a %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Vols deixar de rebre estos avisos? Dona\'t de baixa o canvia la freqüència del correu electrònic a Mai a la configuració del WPVulnerability.','No vulnerabilities found'=>'No s\'han trobat vulnerabilitats','This is likely a test. The site does not have vulnerabilities.'=>'Açò és probablement una prova. El lloc no té vulnerabilitats.','Core vulnerabilities'=>'Vulnerabilitats al nucli del WordPress','Plugins vulnerabilities'=>'Vulnerabilitats a extensions','Themes vulnerabilities'=>'Vulnerabilitats a temes','PHP vulnerabilities'=>'Vulnerabilitats del PHP','Apache HTTPD vulnerabilities'=>'Vulnerabilitats d\'Apache HTTPD','Nginx vulnerabilities'=>'Vulnerabilitats d\'Nginx','MariaDB vulnerabilities'=>'Vulnerabilitats de MariaDB','MySQL vulnerabilities'=>'Vulnerabilitats de MySQL','ImageMagick vulnerabilities'=>'Vulnerabilitats de ImageMagick','curl vulnerabilities'=>'Vulnerabilitats de curl','memcached vulnerabilities'=>'Vulnerabilitats de memcached','Redis vulnerabilities'=>'Vulnerabilitats de Redis','SQLite vulnerabilities'=>'Vulnerabilitats de SQLite','Vulnerability found: %s'=>'Vulnerabilitat trobada: %s','Vulnerability found'=>'S\'ha trobat una vulnerabilitat','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s té una vulnerabilitat coneguda que pot afectar la teua versió instal·lada.','This plugin is closed. Please replace it with another.'=>'Esta extensió està clausurada. Reemplaça-la per una altra.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Esta vulnerabilitat sembla no estar pegada. Estigues pendent de les pròximes actualitzacions de l\'extensió.','It hasn\'t been updated in over a year.'=>'No s\'ha actualitzat en més d\'un any.','It may no longer be available (closed?).'=>'Potser ja no està disponible (tancat?).','Last updated on'=>'Última actualització el','Vulnerabilities (%d)'=>'Vulnerabilitats (%d)','%s running'=>'%s corrent','End of Life'=>'Fi del cicle de vida','End of life:'=>'Fi del cicle de vida:','Supported'=>'Compatible','Plugin'=>'Extensió','Theme'=>'Tema','End of life: %s'=>'Fi del cicle de vida: %s','EOL'=>'EOL','Network Settings'=>'Paràmetres de xarxa','Vulnerabilities'=>'Vulnerabilitats','Every 6 hours'=>'Cada 6 hores','Database updates'=>'Actualitzacions de la base de dades','Log cleanup'=>'Neteja del registre','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Les notificacions estan programades, però la configuració actual les desactiva. Revisa la pestanya de notificacions.','This event should not be scheduled for this site.'=>'Este esdeveniment no hauria d\'estar programat per a este lloc.','Not expected for this site.'=>'No esperat per a este lloc.','No instances found.'=>'No s\'han trobat instàncies.','Scheduled with an unexpected interval.'=>'Programat amb un interval inesperat.','Multiple instances detected.'=>'S\'han detectat diverses instàncies.','Scheduled as expected.'=>'Programat com s\'esperava.','There aren\'t plugins vulnerabilities'=>'No hi ha vulnerabilitats a les extensions','Shows possible vulnerabilities that exist in installed plugins.'=>'Mostra les possibles vulnerabilitats que hi ha a les extensions instal·lades.','There is %d plugin with vulnerabilities'=>'Hi ha %d extensió amb vulnerabilitats' . "\0" . 'Hi ha %d extensions amb vulnerabilitats','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Hem detectat potencials vulnerabilitats a les extensions instal·lades. Comprova-les i mantén-les actualitzades.','Update plugins'=>'Actualitza les extensions','There aren\'t themes vulnerabilities'=>'No hi ha vulnerabilitats als temes','Shows possible vulnerabilities that exist in installed themes.'=>'Mostra les possibles vulnerabilitats que hi ha als temes instal·lats.','There is %d theme with vulnerabilities'=>'Hi ha %d tema amb vulnerabilitats' . "\0" . 'Hi ha %d temes amb vulnerabilitats','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Hem detectat potencials vulnerabilitats als temes instal·lats. Comprova\'ls i mantén-los actualitzats.','Update themes'=>'Actualitza els temes','There aren\'t WordPress vulnerabilities'=>'No hi ha vulnerabilitats al WordPress','Shows possible vulnerabilities existing in the WordPress core.'=>'Mostra les possibles vulnerabilitats que hi ha al nucli del WordPress.','There is %d core vulnerability'=>'Hi ha %d vulnerabilitat al nucli' . "\0" . 'Hi ha %d vulnerabilitats al nucli','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Hem detectat potencials vulnerabilitats en esta instal·lació de WordPress. Comprova-les i mantén la teua instal·lació actualitzada.','Update WordPress'=>'Actualitza el WordPress','Nginx'=>'Nginx','Invalid software type'=>'Tipus de programari no vàlid','Error'=>'Error','The specified software type is not valid.'=>'El tipus de programari especificat no és vàlid.','There aren\'t %s vulnerabilities'=>'No hi ha vulnerabilitats a %s','Shows possible vulnerabilities existing in %s.'=>'Mostra les possibles vulnerabilitats existents a %s.','There is %1$d %2$s vulnerability'=>'Hi ha %1$d vulnerabilitat %2$s' . "\0" . 'Hi ha %1$d vulnerabilitats %2$s','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Hem detectat potencials vulnerabilitats a %s. Comprova-les i mantén la teua instal·lació actualitzada.','How to update PHP'=>'Com actualitzar el PHP','WPVulnerability Core'=>'WPVulnerability Nucli','WPVulnerability Themes'=>'WPVulnerability Temes','WPVulnerability Plugins'=>'WPVulnerability Extensions','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'Este tema està clausurat. Reemplaça-lo per un altre.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Esta vulnerabilitat sembla no estar pegada. Estigues pendent de les pròximes actualitzacions del tema.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Este tema té vulnerabilitats conegudes que poden afectar la teua versió instal·lada.']]; \ No newline at end of file diff --git a/languages/wpvulnerability-ca.l10n.php b/languages/wpvulnerability-ca.l10n.php index e743b62..b97ae21 100644 --- a/languages/wpvulnerability-ca.l10n.php +++ b/languages/wpvulnerability-ca.l10n.php @@ -1,2 +1,2 @@ NULL,'plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'ca','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2024-10-29 14:13:49+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Rebeu informació sobre possibles vulnerabilitats al vostre WordPress de l\'API de WordPress Vulnerability Database.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Aquesta ordre requereix un administrador de WordPress. Executeu amb --user=.','No core vulnerabilities found.'=>'No s\'han trobat vulnerabilitats al nucli.','No plugin vulnerabilities found.'=>'No s\'han trobat vulnerabilitats a extensions.','No theme vulnerabilities found.'=>'No s\'han trobat vulnerabilitats a temes.','No %s vulnerabilities found.'=>'No s\'han trobat vulnerabilitats a %s.','Data from source has been reloaded.'=>'Les dades de la font s\'han tornat a carregar.','You do not have permission to reload data.'=>'No teniu permís per tornar a carregar les dades.','Test email has been sent.'=>'S\'ha enviat un correu electrònic de prova.','Test email has failed. Please, check your email settings.'=>'El correu electrònic de prova ha fallat. Comproveu la vostra configuració del correu electrònic.','You do not have permission to send test emails.'=>'No teniu permís per enviar correus electrònics de prova.','WPVulnerability cron events have been repaired.'=>'Els esdeveniments cron del WPVulnerability s\'han reparat.','You do not have permission to repair cron events.'=>'No teniu permís per reparar els esdeveniments cron.','All logs have been deleted.'=>'Tots els registres s\'han eliminat.','You do not have permission to delete logs.'=>'No teniu permís per eliminar els registres.','Uninstall preference saved.'=>'S\'ha desat la preferència de desinstal·lació.','WPVulnerability has been reset to defaults and reloaded.'=>'El WPVulnerability s\'ha restablert als valors predeterminats i s\'ha tornat a carregar.','You do not have permission to reset WPVulnerability.'=>'No teniu permís per restablir el WPVulnerability.','All caches have been cleared.'=>'Totes les memòries cau s\'han buidat.','You do not have permission to clear caches.'=>'No teniu permís per buidar les memòries cau.','Plugin and theme signatures have been reset.'=>'Les signatures d\'extensions i temes s\'han restablert.','You do not have permission to reset signatures.'=>'No teniu permís per restablir les signatures.','You do not have permission to export debug information.'=>'No teniu permís per exportar la informació de depuració.','Database update has been executed.'=>'L\'actualització de la base de dades s\'ha executat.','You do not have permission to run database updates.'=>'No teniu permís per executar actualitzacions de la base de dades.','Notification has been sent.'=>'S\'ha enviat la notificació.','Notification sending failed.'=>'L\'enviament de la notificació ha fallat.','You do not have permission to send notifications.'=>'No teniu permís per enviar notificacions.','Notifications'=>'Notificacions','Analysis'=>'Anàlisi','Logs'=>'Registres','Security'=>'Seguretat','Tools'=>'Eines','Debug'=>'Depuració','About'=>'Quant a','Notification Settings'=>'Configuració de notificacions','Configure how and when you want to receive vulnerability notifications.'=>'Configureu com i quan voleu rebre notificacions de vulnerabilitats.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Manteniu-vos informat sobre les vulnerabilitats de seguretat a la vostra instal·lació de WordPress, extensions, temes i programari del servidor.','Cache Expiration Time'=>'Temps de caducitat de la memòria cau','FORCED'=>'FORÇAT','How long to cache vulnerability data before refreshing from the API.'=>'Durant quant de temps s\'han de guardar les dades de vulnerabilitats a la memòria cau abans d\'actualitzar-les des de l\'API.','%d hour'=>'%d hora' . "\0" . '%d hores','You can force the cache time via wp-config.php constant. Learn more →'=>'Podeu forçar el temps de memòria cau mitjançant una constant a wp-config.php. Més informació →','Notification Frequency'=>'Freqüència de notificacions','Choose how often you want to receive vulnerability notifications.'=>'Trieu amb quina freqüència voleu rebre notificacions de vulnerabilitats.','Never - Disable automatic notifications'=>'Mai - Desactiva les notificacions automàtiques','Daily - Receive notifications every day'=>'Diàriament - Rebre notificacions cada dia','Weekly - Receive notifications once a week'=>'Setmanalment - Rebre notificacions una vegada a la setmana','Day:'=>'Dia:','Monday'=>'Dilluns','Tuesday'=>'Dimarts','Wednesday'=>'Dimecres','Thursday'=>'Dijous','Friday'=>'Divendres','Saturday'=>'Dissabte','Sunday'=>'Diumenge','Time:'=>'Hora:','(24-hour format, server timezone)'=>'(format de 24 hores, zona horària del servidor)','Notification Channels'=>'Canals de notificació','Select where you want to receive notifications.'=>'Seleccioneu on voleu rebre les notificacions.','Email'=>'Correu electrònic','Email Addresses (separated by commas):'=>'Adreces electròniques (separades per comes):','Default:'=>'Predeterminat:','Slack'=>'Slack','Slack Webhook URL:'=>'URL del Webhook de Slack:','Learn how to create a Slack incoming webhook →'=>'Apreneu a crear un webhook entrant de Slack →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'URL del Webhook de Teams:','Learn how to create a Teams incoming webhook →'=>'Apreneu a crear un webhook entrant de Teams →','Discord'=>'Discord','Discord Webhook URL:'=>'URL del Webhook de Discord:','Learn how to create a Discord webhook →'=>'Apreneu a crear un webhook de Discord →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Token del Bot de Telegram:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'ID de xat de Telegram:','Learn how to create a Telegram bot and get Chat ID →'=>'Apreneu a crear un bot de Telegram i obtenir l\'ID de xat →','Save Notification Settings'=>'Desa la configuració de notificacions','WordPress Components'=>'Components de WordPress','WordPress Core'=>'Nucli de WordPress','Plugins'=>'Extensions','Themes'=>'Temes','Software & Languages'=>'Programari i llenguatges','PHP'=>'PHP','Web Servers'=>'Servidors web','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Bases de dades','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Eines addicionals','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Configuració de l\'anàlisi de components','Enable or disable vulnerability analysis for specific components.'=>'Activeu o desactiveu l\'anàlisi de vulnerabilitats per a components específics.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Marqueu els components que voleu AMAGAR de les exploracions i informes de vulnerabilitats. Els components no marcats s\'analitzaran activament. Els components amb anàlisi activa es mostren en verd, els components amagats en vermell.','Hidden (forced by constant)'=>'Amagat (forçat per constant)','🔴 Analysis disabled'=>'🔴 Anàlisi desactivada','🟢 Analysis active'=>'🟢 Anàlisi activa','Tip:'=>'Consell:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Podeu forçar la desactivació de components mitjançant constants a wp-config.php. Més informació sobre la desactivació forçada de comprovacions →','Save Analysis Settings'=>'Desa la configuració d\'anàlisi','« Previous'=>'« Anterior','Next »'=>'Següent »','Log entry not found or has been removed.'=>'L\'entrada del registre no s\'ha trobat o s\'ha eliminat.','Unable to load the requested log entry.'=>'No s\'ha pogut carregar l\'entrada del registre sol·licitada.','Log Configuration'=>'Configuració del registre','Total Logs'=>'Total de registres','Retention Period'=>'Període de retenció','Disabled'=>'Desactivat','%d day'=>'%d dia' . "\0" . '%d dies','Log Retention Period'=>'Període de retenció del registre','None (Disabled)'=>'Cap (desactivat)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Aquest valor és imposat per la constant WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Trieu durant quant de temps el WPVulnerability ha de conservar els registres de resposta de l\'API. Els registres antics s\'eliminen automàticament.','Save Configuration'=>'Desa la configuració','Log retention is currently disabled.'=>'La retenció de registres està desactivada actualment.','API responses are not being saved.'=>'Les respostes de l\'API no s\'estan desant.','Log Details'=>'Detalls del registre','Date'=>'Data','API Endpoint'=>'Punt final de l\'API','API Response'=>'Resposta de l\'API','Back to Logs'=>'Torna als registres','No logs available'=>'No hi ha registres disponibles','API response logs will appear here once the vulnerability scanner runs.'=>'Els registres de resposta de l\'API apareixeran aquí quan s\'executi l\'escàner de vulnerabilitats.','API Response Logs'=>'Registres de resposta de l\'API','Show:'=>'Mostra:','Apply'=>'Aplica','Showing %1$s–%2$s of %3$s'=>'Mostrant %1$s–%2$s de %3$s','Actions'=>'Accions','View'=>'Visualitza','Danger Zone'=>'Zona de perill','Permanently delete all API response logs. This action cannot be undone.'=>'Elimina de manera permanent tots els registres de resposta de l\'API. Aquesta acció no es pot desfer.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Esteu segur que voleu eliminar tots els registres? Aquesta acció no es pot desfer.','Delete All Logs'=>'Elimina tots els registres','Reload Data from API'=>'Torna a carregar les dades des de l\'API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Torna a carregar tota la informació del Nucli, Extensions, Temes i altres components directament des de l\'API per tenir dades actualitzades. Això buidarà la memòria cau i obtindrà informació actualitzada sobre vulnerabilitats.','Reload Data'=>'Torna a carregar les dades','Test Email Notifications'=>'Prova les notificacions per correu electrònic','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Envia una notificació per correu electrònic de prova amb les dades de vulnerabilitats actuals per verificar que la configuració del correu electrònic funciona correctament.','From address (configured via constant):'=>'Adreça del remitent (configurada mitjançant constant):','From address (default):'=>'Adreça del remitent (predeterminada):','Learn how to customize the email sender address →'=>'Apreneu a personalitzar l\'adreça del remitent del correu electrònic →','Send Test Email'=>'Envia correu electrònic de prova','WP-Cron Status'=>'Estat del WP-Cron','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'Visualitzeu i gestioneu els esdeveniments programats del WP-Cron. Compareu les planificacions esperades amb els treballs cron reals per assegurar-vos que les tasques automatitzades s\'executen correctament.','No cron data available.'=>'No hi ha dades cron disponibles.','Hook'=>'Ganxo','Expected'=>'Esperat','Found'=>'Trobat','Next Run'=>'Propera execució','Status'=>'Estat','Not expected'=>'No esperat','None'=>'Cap','OK'=>'D\'acord','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Esdeveniments WPVulnerability inesperats','No interval'=>'Cap interval','Next:'=>'Pròxim:','Repair Cron Events'=>'Repara els esdeveniments cron','Uninstall Data'=>'Dades de desinstal·lació','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Per defecte, totes les dades de l\'extensió es conserven quan s\'elimina el WPVulnerability. Activeu l\'opció següent només si voleu que totes les opcions, els registres i les dades en memòria cau s\'eliminin permanentment en la desinstal·lació.','Delete all plugin data on uninstall'=>'Elimina totes les dades de l\'extensió en la desinstal·lació','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Predeterminat: sense marcar (dades conservades). Marqueu-ho només si voleu una eliminació neta.','Save preference'=>'Desa la preferència','Reset WPVulnerability'=>'Restableix el WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Elimina totes les configuracions del WPVulnerability, les dades en memòria cau, els registres i els esdeveniments programats; després restaura els valors predeterminats i torna a carregar les dades des de l\'API.','This action cannot be undone.'=>'Aquesta acció no es pot desfer.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Esteu segur que voleu restablir totes les dades del WPVulnerability? Aquesta acció no es pot desfer.','Reset Plugin'=>'Restableix l\'extensió','Vulnerability Database Statistics'=>'Estadístiques de la base de dades de vulnerabilitats','%s vulnerability'=>'%s vulnerabilitat' . "\0" . '%s vulnerabilitats','(%s product)'=>'(%s producte)' . "\0" . '(%s productes)','No data'=>'Sense dades','Database last updated: %s'=>'Base de dades actualitzada per darrera vegada: %s','Intelligence Sources'=>'Fonts d\'intel·ligència','Number of vulnerabilities contributed by each intelligence source.'=>'Nombre de vulnerabilitats aportades per cada font d\'intel·ligència.','Source'=>'Font','Core'=>'Nucli','Sponsors'=>'Patrocinadors','No sponsor data available.'=>'No hi ha dades de patrocinadors disponibles.','Contributors'=>'Col·laboradors','No contributor data available.'=>'No hi ha dades de col·laboradors disponibles.','You do not have sufficient permissions to access this page.'=>'No teniu permisos suficients per accedir a aquesta pàgina.','WPVulnerability settings'=>'Configuració del WPVulnerability','Configure and save these settings to receive notifications.'=>'Configureu i deseu aquests paràmetres per rebre notificacions.','Configure and save these settings to hide vulnerabilities.'=>'Configura i desa aquests paràmetres per amagar vulnerabilitats.','Default administrator email'=>'Correu electrònic predeterminat de l\'administrador','Read more if you want to force the cache time.'=>'Llegiu més si voleu forçar el temps de memòria cau.','Never'=>'Mai','Daily'=>'Diari','Weekly'=>'Setmanal','Day'=>'Dia','Hour'=>'Hora','Minute'=>'Minut','Read more about how to force the deactivation of an item.'=>'Llegiu més sobre com forçar la desactivació d\'un element.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'URL de webhook de Slack no vàlida. Ha de ser una URL HTTPS vàlida de hooks.slack.com','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'URL de webhook de Microsoft Teams no vàlida. Ha de ser una URL HTTPS vàlida de office.com, office365.com o api.hooks.microsoft.com','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'URL de webhook de Discord no vàlida. Ha de ser una URL HTTPS vàlida de discord.com o discordapp.com','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Format del token del bot de Telegram no vàlid. Ha de ser com: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Tot net','%d Critical Issue Found'=>'%d problema crític trobat' . "\0" . '%d problemes crítics trobats','%d Issue Found'=>'%d problema trobat' . "\0" . '%d problemes trobats','Never checked'=>'Mai s\'ha comprovat','%d minute ago'=>'fa %d minut' . "\0" . 'fa %d minuts','%d hour ago'=>'fa %d hora' . "\0" . 'fa %d hores','Last checked: %s'=>'Darrera comprovació: %s','Refresh Now'=>'Actualitza ara','No vulnerabilities detected'=>'No s\'han detectat vulnerabilitats','Your site is up to date and secure'=>'El vostre lloc està actualitzat i és segur','Server Software'=>'Programari del servidor','Site Health'=>'Salut del lloc','Settings'=>'Configuració','WPVulnerability Status'=>'Estat del WPVulnerability','Receive vulnerability notifications'=>'Rebre notificacions de vulnerabilitats','Cache expiration time'=>'Temps de caducitat de la memòria cau','How often you want to receive notifications'=>'Amb quina freqüència voleu rebre notificacions','Where do you want to receive notifications?'=>'On voleu rebre les notificacions?','Email addresses to notify (separated by commas)'=>'Adreces electròniques a notificar (separades per comes)','Slack webhook URL'=>'URL de webhook de Slack','Teams webhook URL'=>'URL de webhook de Teams','Vulnerabilities to hide'=>'Vulnerabilitats per amagar','What do you want to hide?'=>'Què vols amagar?','Standard (Hybrid Detection)'=>'Estàndard (detecció híbrida)','Strict (Extensions Only)'=>'Estricte (només extensions)','Disabled (No Detection)'=>'Desactivat (sense detecció)','Security Status'=>'Estat de seguretat','Security Mode'=>'Mode de seguretat','Shell Execution'=>'Execució de shell','Enabled'=>'Activat','Audit Logging'=>'Registre d\'auditoria','Enabled (%d days)'=>'Activat (%d dies)','Total Log Entries'=>'Total d\'entrades del registre','Last Shell Execution'=>'Darrera execució de shell','%s ago'=>'fa %s','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Configureu els paràmetres de seguretat mitjançant constants a wp-config.php: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Consulteu la documentació de configuració de seguretat per obtenir més detalls.','Memcached'=>'Memcached','Imagick Extension'=>'Extensió Imagick','Redis Extension'=>'Extensió Redis','Memcached Extension'=>'Extensió Memcached','Memcache Extension'=>'Extensió Memcache','SQLite3 Extension'=>'Extensió SQLite3','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Ordre de shell','Binary Check'=>'Comprovació binària','Not Detected'=>'No detectat','Software Detection Methods'=>'Mètodes de detecció de programari','Shows which detection method was used for each software component and the reliability score.'=>'Mostra quin mètode de detecció s\'ha utilitzat per a cada component de programari i la puntuació de fiabilitat.','Component'=>'Component','Version'=>'Versió','Detection Method'=>'Mètode de detecció','Reliability'=>'Fiabilitat','Not detected'=>'No detectat','Shell Execution Audit Logs'=>'Registres d\'auditoria d\'execució de shell','Complete audit trail of shell command executions for security monitoring.'=>'Registre complet de les execucions d\'ordres de shell per al seguiment de seguretat.','No shell execution logs found.'=>'No s\'han trobat registres d\'execució de shell.','Logs will appear here when shell commands are executed for software detection.'=>'Els registres apareixeran aquí quan s\'executin ordres de shell per a la detecció de programari.','Time'=>'Hora','Command'=>'Ordre','User'=>'Usuari','Output'=>'Sortida','Showing the %d most recent log entries.'=>'S\'estan mostrant les %d entrades de registre més recents.','Invalid nonce.'=>'Nonce no vàlid.','Insufficient permissions.'=>'Permisos insuficients.','No component specified.'=>'No s\'ha especificat cap component.','Debug Information'=>'Informació de depuració','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Aquesta pestanya només és visible quan WP_DEBUG està activat. Useu-la amb precaució.','System Information'=>'Informació del sistema','WordPress Version'=>'Versió del WordPress','Multisite'=>'Multiseu','Yes'=>'Sí','No'=>'No','Language'=>'Idioma','PHP Version'=>'Versió del PHP','PHP Extensions'=>'Extensions del PHP','PHP Memory Limit'=>'Límit de memòria del PHP','Database'=>'Base de dades','Web Server'=>'Servidor web','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Camí:','Size: %s'=>'Mida: %s','View Log File'=>'Visualitza el fitxer de registre','Log file is not web-accessible (outside wp-content)'=>'El fitxer de registre no és accessible per web (fora de wp-content)','Log file does not exist yet'=>'El fitxer de registre encara no existeix','Plugin Version'=>'Versió de l\'extensió','Component Detection'=>'Detecció de components','Version Detected'=>'Versió detectada','Analyzed'=>'Analitzat','Cache Status'=>'Estat de la memòria cau','Configuration Summary'=>'Resum de la configuració','Cache Duration'=>'Durada de la memòria cau','Log Retention'=>'Retenció del registre','Components Analyzed'=>'Components analitzats','Notification Email'=>'Correu electrònic de notificació','Slack Webhook'=>'Webhook de Slack','Configured & Enabled'=>'Configurat i activat','Configured (Disabled)'=>'Configurat (desactivat)','Not configured'=>'No configurat','Teams Webhook'=>'Webhook de Teams','Discord Webhook'=>'Webhook de Discord','Telegram Bot'=>'Bot de Telegram','Cron Status'=>'Estat del cron','Update Database'=>'Actualitza la base de dades','Next run: %s'=>'Propera execució: %s','Not scheduled'=>'No programat','Send Notification'=>'Envia notificació','Run Update Now'=>'Executa l\'actualització ara','Run Notification Now'=>'Envia la notificació ara','You do not have permission to run these actions.'=>'No teniu permís per executar aquestes accions.','API Testing'=>'Proves de l\'API','Test API connectivity for each component. Click a button to send a test request.'=>'Proveu la connectivitat de l\'API per a cada component. Feu clic en un botó per enviar una sol·licitud de prova.','Test %s'=>'Prova %s','Testing...'=>'Provant...','HTTP Code:'=>'Codi HTTP:','Response Time:'=>'Temps de resposta:','Response Preview'=>'Previsualització de la resposta','Test'=>'Prova','Error:'=>'Error:','AJAX request failed.'=>'La sol·licitud AJAX ha fallat.','You do not have permission to test API connectivity.'=>'No teniu permís per provar la connectivitat de l\'API.','Database Options Viewer'=>'Visualitzador d\'opcions de la base de dades','View the raw data stored in WordPress options.'=>'Visualitzeu les dades en brut emmagatzemades a les opcions del WordPress.','Select an option...'=>'Seleccioneu una opció...','Option not found or empty.'=>'Opció no trobada o buida.','Quick Actions'=>'Accions ràpides','Perform debugging actions. Use with caution.'=>'Realitzeu accions de depuració. Useu-les amb precaució.','Are you sure you want to clear all caches?'=>'Esteu segur que voleu buidar totes les memòries cau?','Clear All Caches'=>'Buida totes les memòries cau','Are you sure you want to reset signatures?'=>'Esteu segur que voleu restablir les signatures?','Reset Signatures'=>'Restableix les signatures','Export Debug Info'=>'Exporta la informació de depuració','You do not have permission to perform these actions.'=>'No teniu permís per realitzar aquestes accions.','Settings saved.'=>'S\'ha desat la configuració.','WPVulnerability cron events have been repaired across the network.'=>'Els esdeveniments cron del WPVulnerability s\'han reparat a tota la xarxa.','You do not have permission to access this page.'=>'No teniu permís per accedir a aquesta pàgina.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s té una vulnerabilitat coneguda que pot afectar la vostra versió instal·lada.','Actively exploited'=>'Activament explotada','Public exploit'=>'Explotació pública','Automatable'=>'Automatitzable','References:'=>'Referències:','Invalid component specified.'=>'Component especificat no vàlid.','Version not detected for this component.'=>'No s\'ha detectat la versió d\'aquest component.','API request successful.'=>'La sol·licitud de l\'API ha tingut èxit.','API returned HTTP code %d.'=>'L\'API ha retornat el codi HTTP %d.','WPVulnerability Logs'=>'Registres de WPVulnerability','WPVulnerability Log'=>'Registre de WPVulnerability','Low'=>'Baixa','Medium'=>'Mitjana','High'=>'Alta','Critical'=>'Crítica','WPVulnerability Shell Logs'=>'Registres de shell de WPVulnerability','WPVulnerability Shell Log'=>'Registre de shell de WPVulnerability','Every week'=>'Cada setmana','Every day'=>'Cada dia','Invalid request.'=>'Sol·licitud no vàlida.','You have unsubscribed from WPVulnerability notifications.'=>'Us heu donat de baixa de les notificacions de WPVulnerability.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Més informació sobre l\'API de la base de dades de vulnerabilitats del WordPress a %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Voleu deixar de rebre aquests avisos? Doneu-vos de baixa o canvieu la freqüència del correu electrònic a Mai a la configuració del WPVulnerability.','No vulnerabilities found'=>'No s\'han trobat vulnerabilitats','This is likely a test. The site does not have vulnerabilities.'=>'Això és probable que sigui una prova. El lloc no té vulnerabilitats.','Core vulnerabilities'=>'Vulnerabilitats al nucli del WordPress','Plugins vulnerabilities'=>'Vulnerabilitats a extensions','Themes vulnerabilities'=>'Vulnerabilitats a temes','PHP vulnerabilities'=>'Vulnerabilitats del PHP','Apache HTTPD vulnerabilities'=>'Vulnerabilitats d\'Apache HTTPD','Nginx vulnerabilities'=>'Vulnerabilitats d\'Nginx','MariaDB vulnerabilities'=>'Vulnerabilitats de MariaDB','MySQL vulnerabilities'=>'Vulnerabilitats de MySQL','ImageMagick vulnerabilities'=>'Vulnerabilitats d\'ImageMagick','curl vulnerabilities'=>'Vulnerabilitats de curl','memcached vulnerabilities'=>'Vulnerabilitats de memcached','Redis vulnerabilities'=>'Vulnerabilitats de Redis','SQLite vulnerabilities'=>'Vulnerabilitats d\'SQLite','Vulnerability found: %s'=>'Vulnerabilitat trobada: %s','Vulnerability found'=>'S\'ha trobat una vulnerabilitat','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s té una vulnerabilitat coneguda que pot afectar la vostra versió instal·lada.','This plugin is closed. Please replace it with another.'=>'Aquesta extensió està clausurada. Reemplaceu-la per una altra.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Sembla que aquesta vulnerabilitat no està corregida. Estigueu atents a les properes actualitzacions de l\'extensió.','It hasn\'t been updated in over a year.'=>'No s\'ha actualitzat en més d\'un any.','It may no longer be available (closed?).'=>'Potser ja no està disponible (tancat?).','Last updated on'=>'Darrera actualització el','Vulnerabilities (%d)'=>'Vulnerabilitats (%d)','%s running'=>'%s corrent','End of Life'=>'Fi del cicle de vida','End of life:'=>'Fi del cicle de vida:','Supported'=>'Compatible','Plugin'=>'Extensió','Theme'=>'Tema','End of life: %s'=>'Fi del cicle de vida: %s','EOL'=>'EOL','Network Settings'=>'Paràmetres de xarxa','Vulnerabilities'=>'Vulnerabilitats','Every 6 hours'=>'Cada 6 hores','Database updates'=>'Actualitzacions de la base de dades','Log cleanup'=>'Neteja del registre','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Les notificacions estan programades, però la configuració actual les desactiva. Reviseu la pestanya de notificacions.','This event should not be scheduled for this site.'=>'Aquest esdeveniment no hauria d\'estar programat per a aquest lloc.','Not expected for this site.'=>'No esperat per a aquest lloc.','No instances found.'=>'No s\'han trobat instàncies.','Scheduled with an unexpected interval.'=>'Programat amb un interval inesperat.','Multiple instances detected.'=>'S\'han detectat diverses instàncies.','Scheduled as expected.'=>'Programat com s\'esperava.','There aren\'t plugins vulnerabilities'=>'No hi ha vulnerabilitats a les extensions','Shows possible vulnerabilities that exist in installed plugins.'=>'Mostra les possibles vulnerabilitats que hi ha a les extensions instal·lades.','There is %d plugin with vulnerabilities'=>'Hi ha %d extensió amb vulnerabilitats' . "\0" . 'Hi ha %d extensions amb vulnerabilitats','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Hem detectat possibles vulnerabilitats a les extensions instal·lades. Reviseu-les i mantingueu-les actualitzades.','Update plugins'=>'Actualitza les extensions','There aren\'t themes vulnerabilities'=>'No hi ha vulnerabilitats als temes','Shows possible vulnerabilities that exist in installed themes.'=>'Mostra les possibles vulnerabilitats que hi ha als temes instal·lats.','There is %d theme with vulnerabilities'=>'Hi ha %d tema amb vulnerabilitats' . "\0" . 'Hi ha %d temes amb vulnerabilitats','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Hem detectat possibles vulnerabilitats als temes instal·lats. Reviseu-los i mantingueu-los actualitzats.','Update themes'=>'Actualitza els temes','There aren\'t WordPress vulnerabilities'=>'No hi ha vulnerabilitats al WordPress','Shows possible vulnerabilities existing in the WordPress core.'=>'Mostra les possibles vulnerabilitats que hi ha al nucli del WordPress.','There is %d core vulnerability'=>'Hi ha %d vulnerabilitat al nucli' . "\0" . 'Hi ha %d vulnerabilitats al nucli','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Hem detectat possibles vulnerabilitats en aquesta instal·lació de WordPress. Reviseu-les i mantingueu la instal·lació actualitzada.','Update WordPress'=>'Actualitza el WordPress','Nginx'=>'Nginx','Invalid software type'=>'Tipus de programari no vàlid','Error'=>'Error','The specified software type is not valid.'=>'El tipus de programari especificat no és vàlid.','There aren\'t %s vulnerabilities'=>'No hi ha vulnerabilitats a %s','Shows possible vulnerabilities existing in %s.'=>'Mostra les possibles vulnerabilitats existents a %s.','There is %1$d %2$s vulnerability'=>'Hi ha %1$d %2$s vulnerabilitat' . "\0" . 'Hi ha %1$d %2$s vulnerabilitats','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Hem detectat possibles vulnerabilitats a %s. Reviseu-les i mantingueu la instal·lació actualitzada.','How to update PHP'=>'Com actualitzar el PHP','WPVulnerability Core'=>'WPVulnerability Nucli','WPVulnerability Themes'=>'WPVulnerability Temes','WPVulnerability Plugins'=>'WPVulnerability Extensions','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability Redis','WPVulnerability sqlite'=>'WPVulnerability SQLite','This theme is closed. Please replace it with another.'=>'Aquest tema està clausurat. Reemplaceu-lo per un altre.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Sembla que aquesta vulnerabilitat no està corregida. Estigueu atents a les properes actualitzacions del tema.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Aquest tema té vulnerabilitats conegudes que poden afectar la vostra versió instal·lada.']]; \ No newline at end of file +return ['domain'=>'wpvulnerability','plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'ca','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2024-10-29 14:13:49+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Rebeu informació sobre possibles vulnerabilitats al vostre WordPress de l\'API de WordPress Vulnerability Database.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Aquesta ordre requereix un administrador de WordPress. Executeu amb --user=.','No core vulnerabilities found.'=>'No s\'han trobat vulnerabilitats al nucli.','No plugin vulnerabilities found.'=>'No s\'han trobat vulnerabilitats a extensions.','No theme vulnerabilities found.'=>'No s\'han trobat vulnerabilitats a temes.','No %s vulnerabilities found.'=>'No s\'han trobat vulnerabilitats a %s.','Data from source has been reloaded.'=>'Les dades de la font s\'han tornat a carregar.','You do not have permission to reload data.'=>'No teniu permís per tornar a carregar les dades.','Test email has been sent.'=>'S\'ha enviat un correu electrònic de prova.','Test email has failed. Please, check your email settings.'=>'El correu electrònic de prova ha fallat. Comproveu la vostra configuració del correu electrònic.','You do not have permission to send test emails.'=>'No teniu permís per enviar correus electrònics de prova.','WPVulnerability cron events have been repaired.'=>'Els esdeveniments cron del WPVulnerability s\'han reparat.','You do not have permission to repair cron events.'=>'No teniu permís per reparar els esdeveniments cron.','All logs have been deleted.'=>'Tots els registres s\'han eliminat.','You do not have permission to delete logs.'=>'No teniu permís per eliminar els registres.','Uninstall preference saved.'=>'S\'ha desat la preferència de desinstal·lació.','WPVulnerability has been reset to defaults and reloaded.'=>'El WPVulnerability s\'ha restablert als valors predeterminats i s\'ha tornat a carregar.','You do not have permission to reset WPVulnerability.'=>'No teniu permís per restablir el WPVulnerability.','All caches have been cleared.'=>'Totes les memòries cau s\'han buidat.','You do not have permission to clear caches.'=>'No teniu permís per buidar les memòries cau.','Plugin and theme signatures have been reset.'=>'Les signatures d\'extensions i temes s\'han restablert.','You do not have permission to reset signatures.'=>'No teniu permís per restablir les signatures.','You do not have permission to export debug information.'=>'No teniu permís per exportar la informació de depuració.','Database update has been executed.'=>'L\'actualització de la base de dades s\'ha executat.','You do not have permission to run database updates.'=>'No teniu permís per executar actualitzacions de la base de dades.','Notification has been sent.'=>'S\'ha enviat la notificació.','Notification sending failed.'=>'L\'enviament de la notificació ha fallat.','You do not have permission to send notifications.'=>'No teniu permís per enviar notificacions.','Notifications'=>'Notificacions','Analysis'=>'Anàlisi','Logs'=>'Registres','Security'=>'Seguretat','Tools'=>'Eines','Debug'=>'Depuració','About'=>'Quant a','Notification Settings'=>'Configuració de notificacions','Configure how and when you want to receive vulnerability notifications.'=>'Configureu com i quan voleu rebre notificacions de vulnerabilitats.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Manteniu-vos informat sobre les vulnerabilitats de seguretat a la vostra instal·lació de WordPress, extensions, temes i programari del servidor.','Cache Expiration Time'=>'Temps de caducitat de la memòria cau','FORCED'=>'FORÇAT','How long to cache vulnerability data before refreshing from the API.'=>'Durant quant de temps s\'han de guardar les dades de vulnerabilitats a la memòria cau abans d\'actualitzar-les des de l\'API.','%d hour'=>'%d hora' . "\0" . '%d hores','You can force the cache time via wp-config.php constant. Learn more →'=>'Podeu forçar el temps de memòria cau mitjançant una constant a wp-config.php. Més informació →','Notification Frequency'=>'Freqüència de notificacions','Choose how often you want to receive vulnerability notifications.'=>'Trieu amb quina freqüència voleu rebre notificacions de vulnerabilitats.','Never - Disable automatic notifications'=>'Mai - Desactiva les notificacions automàtiques','Daily - Receive notifications every day'=>'Diàriament - Rebre notificacions cada dia','Weekly - Receive notifications once a week'=>'Setmanalment - Rebre notificacions una vegada a la setmana','Day:'=>'Dia:','Monday'=>'Dilluns','Tuesday'=>'Dimarts','Wednesday'=>'Dimecres','Thursday'=>'Dijous','Friday'=>'Divendres','Saturday'=>'Dissabte','Sunday'=>'Diumenge','Time:'=>'Hora:','(24-hour format, server timezone)'=>'(format de 24 hores, zona horària del servidor)','Notification Channels'=>'Canals de notificació','Select where you want to receive notifications.'=>'Seleccioneu on voleu rebre les notificacions.','Email'=>'Correu electrònic','Email Addresses (separated by commas):'=>'Adreces electròniques (separades per comes):','Default:'=>'Predeterminat:','Slack'=>'Slack','Slack Webhook URL:'=>'URL del Webhook de Slack:','Learn how to create a Slack incoming webhook →'=>'Apreneu a crear un webhook entrant de Slack →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'URL del Webhook de Teams:','Learn how to create a Teams incoming webhook →'=>'Apreneu a crear un webhook entrant de Teams →','Discord'=>'Discord','Discord Webhook URL:'=>'URL del Webhook de Discord:','Learn how to create a Discord webhook →'=>'Apreneu a crear un webhook de Discord →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Token del Bot de Telegram:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'ID de xat de Telegram:','Learn how to create a Telegram bot and get Chat ID →'=>'Apreneu a crear un bot de Telegram i obtenir l\'ID de xat →','Save Notification Settings'=>'Desa la configuració de notificacions','WordPress Components'=>'Components de WordPress','WordPress Core'=>'Nucli de WordPress','Plugins'=>'Extensions','Themes'=>'Temes','Software & Languages'=>'Programari i llenguatges','PHP'=>'PHP','Web Servers'=>'Servidors web','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Bases de dades','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Eines addicionals','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Configuració de l\'anàlisi de components','Enable or disable vulnerability analysis for specific components.'=>'Activeu o desactiveu l\'anàlisi de vulnerabilitats per a components específics.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Marqueu els components que voleu AMAGAR de les exploracions i informes de vulnerabilitats. Els components no marcats s\'analitzaran activament. Els components amb anàlisi activa es mostren en verd, els components amagats en vermell.','Hidden (forced by constant)'=>'Amagat (forçat per constant)','🔴 Analysis disabled'=>'🔴 Anàlisi desactivada','🟢 Analysis active'=>'🟢 Anàlisi activa','Tip:'=>'Consell:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Podeu forçar la desactivació de components mitjançant constants a wp-config.php. Més informació sobre la desactivació forçada de comprovacions →','Save Analysis Settings'=>'Desa la configuració d\'anàlisi','« Previous'=>'« Anterior','Next »'=>'Següent »','Log entry not found or has been removed.'=>'L\'entrada del registre no s\'ha trobat o s\'ha eliminat.','Unable to load the requested log entry.'=>'No s\'ha pogut carregar l\'entrada del registre sol·licitada.','Log Configuration'=>'Configuració del registre','Total Logs'=>'Total de registres','Retention Period'=>'Període de retenció','Disabled'=>'Desactivat','%d day'=>'%d dia' . "\0" . '%d dies','Log Retention Period'=>'Període de retenció del registre','None (Disabled)'=>'Cap (desactivat)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Aquest valor és imposat per la constant WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Trieu durant quant de temps el WPVulnerability ha de conservar els registres de resposta de l\'API. Els registres antics s\'eliminen automàticament.','Save Configuration'=>'Desa la configuració','Log retention is currently disabled.'=>'La retenció de registres està desactivada actualment.','API responses are not being saved.'=>'Les respostes de l\'API no s\'estan desant.','Log Details'=>'Detalls del registre','Date'=>'Data','API Endpoint'=>'Punt final de l\'API','API Response'=>'Resposta de l\'API','Back to Logs'=>'Torna als registres','No logs available'=>'No hi ha registres disponibles','API response logs will appear here once the vulnerability scanner runs.'=>'Els registres de resposta de l\'API apareixeran aquí quan s\'executi l\'escàner de vulnerabilitats.','API Response Logs'=>'Registres de resposta de l\'API','Show:'=>'Mostra:','Apply'=>'Aplica','Showing %1$s–%2$s of %3$s'=>'Mostrant %1$s–%2$s de %3$s','Actions'=>'Accions','View'=>'Visualitza','Danger Zone'=>'Zona de perill','Permanently delete all API response logs. This action cannot be undone.'=>'Elimina de manera permanent tots els registres de resposta de l\'API. Aquesta acció no es pot desfer.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Esteu segur que voleu eliminar tots els registres? Aquesta acció no es pot desfer.','Delete All Logs'=>'Elimina tots els registres','Reload Data from API'=>'Torna a carregar les dades des de l\'API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Torna a carregar tota la informació del Nucli, Extensions, Temes i altres components directament des de l\'API per tenir dades actualitzades. Això buidarà la memòria cau i obtindrà informació actualitzada sobre vulnerabilitats.','Reload Data'=>'Torna a carregar les dades','Test Email Notifications'=>'Prova les notificacions per correu electrònic','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Envia una notificació per correu electrònic de prova amb les dades de vulnerabilitats actuals per verificar que la configuració del correu electrònic funciona correctament.','From address (configured via constant):'=>'Adreça del remitent (configurada mitjançant constant):','From address (default):'=>'Adreça del remitent (predeterminada):','Learn how to customize the email sender address →'=>'Apreneu a personalitzar l\'adreça del remitent del correu electrònic →','Send Test Email'=>'Envia correu electrònic de prova','WP-Cron Status'=>'Estat del WP-Cron','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'Visualitzeu i gestioneu els esdeveniments programats del WP-Cron. Compareu les planificacions esperades amb els treballs cron reals per assegurar-vos que les tasques automatitzades s\'executen correctament.','No cron data available.'=>'No hi ha dades cron disponibles.','Hook'=>'Ganxo','Expected'=>'Esperat','Found'=>'Trobat','Next Run'=>'Propera execució','Status'=>'Estat','Not expected'=>'No esperat','None'=>'Cap','OK'=>'D\'acord','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Esdeveniments WPVulnerability inesperats','No interval'=>'Cap interval','Next:'=>'Pròxim:','Repair Cron Events'=>'Repara els esdeveniments cron','Uninstall Data'=>'Dades de desinstal·lació','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Per defecte, totes les dades de l\'extensió es conserven quan s\'elimina el WPVulnerability. Activeu l\'opció següent només si voleu que totes les opcions, els registres i les dades en memòria cau s\'eliminin permanentment en la desinstal·lació.','Delete all plugin data on uninstall'=>'Elimina totes les dades de l\'extensió en la desinstal·lació','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Predeterminat: sense marcar (dades conservades). Marqueu-ho només si voleu una eliminació neta.','Save preference'=>'Desa la preferència','Reset WPVulnerability'=>'Restableix el WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Elimina totes les configuracions del WPVulnerability, les dades en memòria cau, els registres i els esdeveniments programats; després restaura els valors predeterminats i torna a carregar les dades des de l\'API.','This action cannot be undone.'=>'Aquesta acció no es pot desfer.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Esteu segur que voleu restablir totes les dades del WPVulnerability? Aquesta acció no es pot desfer.','Reset Plugin'=>'Restableix l\'extensió','Vulnerability Database Statistics'=>'Estadístiques de la base de dades de vulnerabilitats','%s vulnerability'=>'%s vulnerabilitat' . "\0" . '%s vulnerabilitats','(%s product)'=>'(%s producte)' . "\0" . '(%s productes)','No data'=>'Sense dades','Database last updated: %s'=>'Base de dades actualitzada per darrera vegada: %s','Intelligence Sources'=>'Fonts d\'intel·ligència','Number of vulnerabilities contributed by each intelligence source.'=>'Nombre de vulnerabilitats aportades per cada font d\'intel·ligència.','Source'=>'Font','Core'=>'Nucli','Sponsors'=>'Patrocinadors','No sponsor data available.'=>'No hi ha dades de patrocinadors disponibles.','Contributors'=>'Col·laboradors','No contributor data available.'=>'No hi ha dades de col·laboradors disponibles.','You do not have sufficient permissions to access this page.'=>'No teniu permisos suficients per accedir a aquesta pàgina.','WPVulnerability settings'=>'Configuració del WPVulnerability','Configure and save these settings to receive notifications.'=>'Configureu i deseu aquests paràmetres per rebre notificacions.','Configure and save these settings to hide vulnerabilities.'=>'Configura i desa aquests paràmetres per amagar vulnerabilitats.','Default administrator email'=>'Correu electrònic predeterminat de l\'administrador','Read more if you want to force the cache time.'=>'Llegiu més si voleu forçar el temps de memòria cau.','Never'=>'Mai','Daily'=>'Diari','Weekly'=>'Setmanal','Day'=>'Dia','Hour'=>'Hora','Minute'=>'Minut','Read more about how to force the deactivation of an item.'=>'Llegiu més sobre com forçar la desactivació d\'un element.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'URL de webhook de Slack no vàlida. Ha de ser una URL HTTPS vàlida de hooks.slack.com','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'URL de webhook de Microsoft Teams no vàlida. Ha de ser una URL HTTPS vàlida de office.com, office365.com o api.hooks.microsoft.com','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'URL de webhook de Discord no vàlida. Ha de ser una URL HTTPS vàlida de discord.com o discordapp.com','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Format del token del bot de Telegram no vàlid. Ha de ser com: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Tot net','%d Critical Issue Found'=>'%d problema crític trobat' . "\0" . '%d problemes crítics trobats','%d Issue Found'=>'%d problema trobat' . "\0" . '%d problemes trobats','Never checked'=>'Mai s\'ha comprovat','%d minute ago'=>'fa %d minut' . "\0" . 'fa %d minuts','%d hour ago'=>'fa %d hora' . "\0" . 'fa %d hores','Last checked: %s'=>'Darrera comprovació: %s','Refresh Now'=>'Actualitza ara','No vulnerabilities detected'=>'No s\'han detectat vulnerabilitats','Your site is up to date and secure'=>'El vostre lloc està actualitzat i és segur','Server Software'=>'Programari del servidor','Site Health'=>'Salut del lloc','Settings'=>'Configuració','WPVulnerability Status'=>'Estat del WPVulnerability','Receive vulnerability notifications'=>'Rebre notificacions de vulnerabilitats','Cache expiration time'=>'Temps de caducitat de la memòria cau','How often you want to receive notifications'=>'Amb quina freqüència voleu rebre notificacions','Where do you want to receive notifications?'=>'On voleu rebre les notificacions?','Email addresses to notify (separated by commas)'=>'Adreces electròniques a notificar (separades per comes)','Slack webhook URL'=>'URL de webhook de Slack','Teams webhook URL'=>'URL de webhook de Teams','Vulnerabilities to hide'=>'Vulnerabilitats per amagar','What do you want to hide?'=>'Què vols amagar?','Standard (Hybrid Detection)'=>'Estàndard (detecció híbrida)','Strict (Extensions Only)'=>'Estricte (només extensions)','Disabled (No Detection)'=>'Desactivat (sense detecció)','Security Status'=>'Estat de seguretat','Security Mode'=>'Mode de seguretat','Shell Execution'=>'Execució de shell','Enabled'=>'Activat','Audit Logging'=>'Registre d\'auditoria','Enabled (%d days)'=>'Activat (%d dies)','Total Log Entries'=>'Total d\'entrades del registre','Last Shell Execution'=>'Darrera execució de shell','%s ago'=>'fa %s','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Configureu els paràmetres de seguretat mitjançant constants a wp-config.php: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Consulteu la documentació de configuració de seguretat per obtenir més detalls.','Memcached'=>'Memcached','Imagick Extension'=>'Extensió Imagick','Redis Extension'=>'Extensió Redis','Memcached Extension'=>'Extensió Memcached','Memcache Extension'=>'Extensió Memcache','SQLite3 Extension'=>'Extensió SQLite3','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Ordre de shell','Binary Check'=>'Comprovació binària','Not Detected'=>'No detectat','Software Detection Methods'=>'Mètodes de detecció de programari','Shows which detection method was used for each software component and the reliability score.'=>'Mostra quin mètode de detecció s\'ha utilitzat per a cada component de programari i la puntuació de fiabilitat.','Component'=>'Component','Version'=>'Versió','Detection Method'=>'Mètode de detecció','Reliability'=>'Fiabilitat','Not detected'=>'No detectat','Shell Execution Audit Logs'=>'Registres d\'auditoria d\'execució de shell','Complete audit trail of shell command executions for security monitoring.'=>'Registre complet de les execucions d\'ordres de shell per al seguiment de seguretat.','No shell execution logs found.'=>'No s\'han trobat registres d\'execució de shell.','Logs will appear here when shell commands are executed for software detection.'=>'Els registres apareixeran aquí quan s\'executin ordres de shell per a la detecció de programari.','Time'=>'Hora','Command'=>'Ordre','User'=>'Usuari','Output'=>'Sortida','Showing the %d most recent log entries.'=>'S\'estan mostrant les %d entrades de registre més recents.','Invalid nonce.'=>'Nonce no vàlid.','Insufficient permissions.'=>'Permisos insuficients.','No component specified.'=>'No s\'ha especificat cap component.','Debug Information'=>'Informació de depuració','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Aquesta pestanya només és visible quan WP_DEBUG està activat. Useu-la amb precaució.','System Information'=>'Informació del sistema','WordPress Version'=>'Versió del WordPress','Multisite'=>'Multiseu','Yes'=>'Sí','No'=>'No','Language'=>'Idioma','PHP Version'=>'Versió del PHP','PHP Extensions'=>'Extensions del PHP','PHP Memory Limit'=>'Límit de memòria del PHP','Database'=>'Base de dades','Web Server'=>'Servidor web','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Camí:','Size: %s'=>'Mida: %s','View Log File'=>'Visualitza el fitxer de registre','Log file is not web-accessible (outside wp-content)'=>'El fitxer de registre no és accessible per web (fora de wp-content)','Log file does not exist yet'=>'El fitxer de registre encara no existeix','Plugin Version'=>'Versió de l\'extensió','Component Detection'=>'Detecció de components','Version Detected'=>'Versió detectada','Analyzed'=>'Analitzat','Cache Status'=>'Estat de la memòria cau','Configuration Summary'=>'Resum de la configuració','Cache Duration'=>'Durada de la memòria cau','Log Retention'=>'Retenció del registre','Components Analyzed'=>'Components analitzats','Notification Email'=>'Correu electrònic de notificació','Slack Webhook'=>'Webhook de Slack','Configured & Enabled'=>'Configurat i activat','Configured (Disabled)'=>'Configurat (desactivat)','Not configured'=>'No configurat','Teams Webhook'=>'Webhook de Teams','Discord Webhook'=>'Webhook de Discord','Telegram Bot'=>'Bot de Telegram','Cron Status'=>'Estat del cron','Update Database'=>'Actualitza la base de dades','Next run: %s'=>'Propera execució: %s','Not scheduled'=>'No programat','Send Notification'=>'Envia notificació','Run Update Now'=>'Executa l\'actualització ara','Run Notification Now'=>'Envia la notificació ara','You do not have permission to run these actions.'=>'No teniu permís per executar aquestes accions.','API Testing'=>'Proves de l\'API','Test API connectivity for each component. Click a button to send a test request.'=>'Proveu la connectivitat de l\'API per a cada component. Feu clic en un botó per enviar una sol·licitud de prova.','Test %s'=>'Prova %s','Testing...'=>'Provant...','HTTP Code:'=>'Codi HTTP:','Response Time:'=>'Temps de resposta:','Response Preview'=>'Previsualització de la resposta','Test'=>'Prova','Error:'=>'Error:','AJAX request failed.'=>'La sol·licitud AJAX ha fallat.','You do not have permission to test API connectivity.'=>'No teniu permís per provar la connectivitat de l\'API.','Database Options Viewer'=>'Visualitzador d\'opcions de la base de dades','View the raw data stored in WordPress options.'=>'Visualitzeu les dades en brut emmagatzemades a les opcions del WordPress.','Select an option...'=>'Seleccioneu una opció...','Option not found or empty.'=>'Opció no trobada o buida.','Quick Actions'=>'Accions ràpides','Perform debugging actions. Use with caution.'=>'Realitzeu accions de depuració. Useu-les amb precaució.','Are you sure you want to clear all caches?'=>'Esteu segur que voleu buidar totes les memòries cau?','Clear All Caches'=>'Buida totes les memòries cau','Are you sure you want to reset signatures?'=>'Esteu segur que voleu restablir les signatures?','Reset Signatures'=>'Restableix les signatures','Export Debug Info'=>'Exporta la informació de depuració','You do not have permission to perform these actions.'=>'No teniu permís per realitzar aquestes accions.','Settings saved.'=>'S\'ha desat la configuració.','WPVulnerability cron events have been repaired across the network.'=>'Els esdeveniments cron del WPVulnerability s\'han reparat a tota la xarxa.','You do not have permission to access this page.'=>'No teniu permís per accedir a aquesta pàgina.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s té una vulnerabilitat coneguda que pot afectar la vostra versió instal·lada.','Actively exploited'=>'Activament explotada','Public exploit'=>'Explotació pública','Automatable'=>'Automatitzable','References:'=>'Referències:','Invalid component specified.'=>'Component especificat no vàlid.','Version not detected for this component.'=>'No s\'ha detectat la versió d\'aquest component.','API request successful.'=>'La sol·licitud de l\'API ha tingut èxit.','API returned HTTP code %d.'=>'L\'API ha retornat el codi HTTP %d.','WPVulnerability Logs'=>'Registres de WPVulnerability','WPVulnerability Log'=>'Registre de WPVulnerability','Low'=>'Baixa','Medium'=>'Mitjana','High'=>'Alta','Critical'=>'Crítica','WPVulnerability Shell Logs'=>'Registres de shell de WPVulnerability','WPVulnerability Shell Log'=>'Registre de shell de WPVulnerability','Every week'=>'Cada setmana','Every day'=>'Cada dia','Invalid request.'=>'Sol·licitud no vàlida.','You have unsubscribed from WPVulnerability notifications.'=>'Us heu donat de baixa de les notificacions de WPVulnerability.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Més informació sobre l\'API de la base de dades de vulnerabilitats del WordPress a %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Voleu deixar de rebre aquests avisos? Doneu-vos de baixa o canvieu la freqüència del correu electrònic a Mai a la configuració del WPVulnerability.','No vulnerabilities found'=>'No s\'han trobat vulnerabilitats','This is likely a test. The site does not have vulnerabilities.'=>'Això és probable que sigui una prova. El lloc no té vulnerabilitats.','Core vulnerabilities'=>'Vulnerabilitats al nucli del WordPress','Plugins vulnerabilities'=>'Vulnerabilitats a extensions','Themes vulnerabilities'=>'Vulnerabilitats a temes','PHP vulnerabilities'=>'Vulnerabilitats del PHP','Apache HTTPD vulnerabilities'=>'Vulnerabilitats d\'Apache HTTPD','Nginx vulnerabilities'=>'Vulnerabilitats d\'Nginx','MariaDB vulnerabilities'=>'Vulnerabilitats de MariaDB','MySQL vulnerabilities'=>'Vulnerabilitats de MySQL','ImageMagick vulnerabilities'=>'Vulnerabilitats d\'ImageMagick','curl vulnerabilities'=>'Vulnerabilitats de curl','memcached vulnerabilities'=>'Vulnerabilitats de memcached','Redis vulnerabilities'=>'Vulnerabilitats de Redis','SQLite vulnerabilities'=>'Vulnerabilitats d\'SQLite','Vulnerability found: %s'=>'Vulnerabilitat trobada: %s','Vulnerability found'=>'S\'ha trobat una vulnerabilitat','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s té una vulnerabilitat coneguda que pot afectar la vostra versió instal·lada.','This plugin is closed. Please replace it with another.'=>'Aquesta extensió està clausurada. Reemplaceu-la per una altra.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Sembla que aquesta vulnerabilitat no està corregida. Estigueu atents a les properes actualitzacions de l\'extensió.','It hasn\'t been updated in over a year.'=>'No s\'ha actualitzat en més d\'un any.','It may no longer be available (closed?).'=>'Potser ja no està disponible (tancat?).','Last updated on'=>'Darrera actualització el','Vulnerabilities (%d)'=>'Vulnerabilitats (%d)','%s running'=>'%s corrent','End of Life'=>'Fi del cicle de vida','End of life:'=>'Fi del cicle de vida:','Supported'=>'Compatible','Plugin'=>'Extensió','Theme'=>'Tema','End of life: %s'=>'Fi del cicle de vida: %s','EOL'=>'EOL','Network Settings'=>'Paràmetres de xarxa','Vulnerabilities'=>'Vulnerabilitats','Every 6 hours'=>'Cada 6 hores','Database updates'=>'Actualitzacions de la base de dades','Log cleanup'=>'Neteja del registre','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Les notificacions estan programades, però la configuració actual les desactiva. Reviseu la pestanya de notificacions.','This event should not be scheduled for this site.'=>'Aquest esdeveniment no hauria d\'estar programat per a aquest lloc.','Not expected for this site.'=>'No esperat per a aquest lloc.','No instances found.'=>'No s\'han trobat instàncies.','Scheduled with an unexpected interval.'=>'Programat amb un interval inesperat.','Multiple instances detected.'=>'S\'han detectat diverses instàncies.','Scheduled as expected.'=>'Programat com s\'esperava.','There aren\'t plugins vulnerabilities'=>'No hi ha vulnerabilitats a les extensions','Shows possible vulnerabilities that exist in installed plugins.'=>'Mostra les possibles vulnerabilitats que hi ha a les extensions instal·lades.','There is %d plugin with vulnerabilities'=>'Hi ha %d extensió amb vulnerabilitats' . "\0" . 'Hi ha %d extensions amb vulnerabilitats','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Hem detectat possibles vulnerabilitats a les extensions instal·lades. Reviseu-les i mantingueu-les actualitzades.','Update plugins'=>'Actualitza les extensions','There aren\'t themes vulnerabilities'=>'No hi ha vulnerabilitats als temes','Shows possible vulnerabilities that exist in installed themes.'=>'Mostra les possibles vulnerabilitats que hi ha als temes instal·lats.','There is %d theme with vulnerabilities'=>'Hi ha %d tema amb vulnerabilitats' . "\0" . 'Hi ha %d temes amb vulnerabilitats','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Hem detectat possibles vulnerabilitats als temes instal·lats. Reviseu-los i mantingueu-los actualitzats.','Update themes'=>'Actualitza els temes','There aren\'t WordPress vulnerabilities'=>'No hi ha vulnerabilitats al WordPress','Shows possible vulnerabilities existing in the WordPress core.'=>'Mostra les possibles vulnerabilitats que hi ha al nucli del WordPress.','There is %d core vulnerability'=>'Hi ha %d vulnerabilitat al nucli' . "\0" . 'Hi ha %d vulnerabilitats al nucli','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Hem detectat possibles vulnerabilitats en aquesta instal·lació de WordPress. Reviseu-les i mantingueu la instal·lació actualitzada.','Update WordPress'=>'Actualitza el WordPress','Nginx'=>'Nginx','Invalid software type'=>'Tipus de programari no vàlid','Error'=>'Error','The specified software type is not valid.'=>'El tipus de programari especificat no és vàlid.','There aren\'t %s vulnerabilities'=>'No hi ha vulnerabilitats a %s','Shows possible vulnerabilities existing in %s.'=>'Mostra les possibles vulnerabilitats existents a %s.','There is %1$d %2$s vulnerability'=>'Hi ha %1$d %2$s vulnerabilitat' . "\0" . 'Hi ha %1$d %2$s vulnerabilitats','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Hem detectat possibles vulnerabilitats a %s. Reviseu-les i mantingueu la instal·lació actualitzada.','How to update PHP'=>'Com actualitzar el PHP','WPVulnerability Core'=>'WPVulnerability Nucli','WPVulnerability Themes'=>'WPVulnerability Temes','WPVulnerability Plugins'=>'WPVulnerability Extensions','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability Redis','WPVulnerability sqlite'=>'WPVulnerability SQLite','This theme is closed. Please replace it with another.'=>'Aquest tema està clausurat. Reemplaceu-lo per un altre.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Sembla que aquesta vulnerabilitat no està corregida. Estigueu atents a les properes actualitzacions del tema.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Aquest tema té vulnerabilitats conegudes que poden afectar la vostra versió instal·lada.']]; \ No newline at end of file diff --git a/languages/wpvulnerability-de.l10n.php b/languages/wpvulnerability-de.l10n.php index 987af55..01e37a0 100644 --- a/languages/wpvulnerability-de.l10n.php +++ b/languages/wpvulnerability-de.l10n.php @@ -1,2 +1,2 @@ NULL,'plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'de','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2025-07-19 00:43:35+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Erhalten Sie Informationen über mögliche Sicherheitslücken in Ihrer WordPress-Installation von der WordPress Vulnerability Database API.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Dieser Befehl erfordert einen WordPress-Administrator. Ausführen mit --user=.','No core vulnerabilities found.'=>'Keine Core-Schwachstellen gefunden.','No plugin vulnerabilities found.'=>'Keine Plugin-Schwachstellen gefunden.','No theme vulnerabilities found.'=>'Keine Theme-Schwachstellen gefunden.','No %s vulnerabilities found.'=>'Keine %s-Schwachstellen gefunden.','Data from source has been reloaded.'=>'Daten aus der Quelle wurden neu geladen.','You do not have permission to reload data.'=>'Sie haben keine Berechtigung, Daten neu zu laden.','Test email has been sent.'=>'Test-E-Mail wurde gesendet.','Test email has failed. Please, check your email settings.'=>'Test-E-Mail ist fehlgeschlagen. Bitte überprüfen Sie Ihre E-Mail-Einstellungen.','You do not have permission to send test emails.'=>'Sie haben keine Berechtigung, Test-E-Mails zu senden.','WPVulnerability cron events have been repaired.'=>'WPVulnerability-Cron-Ereignisse wurden repariert.','You do not have permission to repair cron events.'=>'Sie haben keine Berechtigung, Cron-Ereignisse zu reparieren.','All logs have been deleted.'=>'Alle Protokolle wurden gelöscht.','You do not have permission to delete logs.'=>'Sie haben keine Berechtigung, Protokolle zu löschen.','Uninstall preference saved.'=>'Deinstallationseinstellung gespeichert.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability wurde auf die Standardeinstellungen zurückgesetzt und neu geladen.','You do not have permission to reset WPVulnerability.'=>'Sie haben keine Berechtigung, WPVulnerability zurückzusetzen.','All caches have been cleared.'=>'Alle Caches wurden geleert.','You do not have permission to clear caches.'=>'Sie haben keine Berechtigung, Caches zu leeren.','Plugin and theme signatures have been reset.'=>'Plugin- und Theme-Signaturen wurden zurückgesetzt.','You do not have permission to reset signatures.'=>'Sie haben keine Berechtigung, Signaturen zurückzusetzen.','You do not have permission to export debug information.'=>'Sie haben keine Berechtigung, Debug-Informationen zu exportieren.','Database update has been executed.'=>'Datenbankaktualisierung wurde ausgeführt.','You do not have permission to run database updates.'=>'Sie haben keine Berechtigung, Datenbankaktualisierungen durchzuführen.','Notification has been sent.'=>'Benachrichtigung wurde gesendet.','Notification sending failed.'=>'Senden der Benachrichtigung fehlgeschlagen.','You do not have permission to send notifications.'=>'Sie haben keine Berechtigung, Benachrichtigungen zu senden.','Notifications'=>'Benachrichtigungen','Analysis'=>'Analyse','Logs'=>'Protokolle','Security'=>'Sicherheit','Tools'=>'Werkzeuge','Debug'=>'Debug','About'=>'Über','Notification Settings'=>'Benachrichtigungseinstellungen','Configure how and when you want to receive vulnerability notifications.'=>'Konfigurieren Sie, wie und wann Sie Sicherheitslücken-Benachrichtigungen erhalten möchten.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Bleiben Sie über Sicherheitslücken in Ihrer WordPress-Installation, Plugins, Themes und Server-Software informiert.','Cache Expiration Time'=>'Cache-Ablaufzeit','FORCED'=>'ERZWUNGEN','How long to cache vulnerability data before refreshing from the API.'=>'Wie lange Sicherheitslückendaten zwischengespeichert werden, bevor sie von der API aktualisiert werden.','%d hour'=>'%d Stunde' . "\0" . '%d Stunden','You can force the cache time via wp-config.php constant. Learn more →'=>'Sie können die Cache-Zeit über eine wp-config.php-Konstante erzwingen. Mehr erfahren →','Notification Frequency'=>'Benachrichtigungsfrequenz','Choose how often you want to receive vulnerability notifications.'=>'Wählen Sie, wie oft Sie Sicherheitslücken-Benachrichtigungen erhalten möchten.','Never - Disable automatic notifications'=>'Nie – Automatische Benachrichtigungen deaktivieren','Daily - Receive notifications every day'=>'Täglich – Benachrichtigungen jeden Tag erhalten','Weekly - Receive notifications once a week'=>'Wöchentlich – Benachrichtigungen einmal pro Woche erhalten','Day:'=>'Tag:','Monday'=>'Montag','Tuesday'=>'Dienstag','Wednesday'=>'Mittwoch','Thursday'=>'Donnerstag','Friday'=>'Freitag','Saturday'=>'Samstag','Sunday'=>'Sonntag','Time:'=>'Uhrzeit:','(24-hour format, server timezone)'=>'(24-Stunden-Format, Server-Zeitzone)','Notification Channels'=>'Benachrichtigungskanäle','Select where you want to receive notifications.'=>'Wählen Sie aus, wo Sie Benachrichtigungen erhalten möchten.','Email'=>'E-Mail','Email Addresses (separated by commas):'=>'E-Mail-Adressen (durch Kommas getrennt):','Default:'=>'Standard:','Slack'=>'Slack','Slack Webhook URL:'=>'Slack Webhook-URL:','Learn how to create a Slack incoming webhook →'=>'Erfahren Sie, wie Sie einen eingehenden Slack-Webhook erstellen →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'Teams Webhook-URL:','Learn how to create a Teams incoming webhook →'=>'Erfahren Sie, wie Sie einen eingehenden Teams-Webhook erstellen →','Discord'=>'Discord','Discord Webhook URL:'=>'Discord Webhook-URL:','Learn how to create a Discord webhook →'=>'Erfahren Sie, wie Sie einen Discord-Webhook erstellen →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Telegram-Bot-Token:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'Telegram Chat-ID:','Learn how to create a Telegram bot and get Chat ID →'=>'Erfahren Sie, wie Sie einen Telegram-Bot erstellen und die Chat-ID erhalten →','Save Notification Settings'=>'Benachrichtigungseinstellungen speichern','WordPress Components'=>'WordPress-Komponenten','WordPress Core'=>'WordPress Core','Plugins'=>'Plugins','Themes'=>'Themes','Software & Languages'=>'Software & Sprachen','PHP'=>'PHP','Web Servers'=>'Webserver','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Datenbanken','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Zusätzliche Werkzeuge','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Einstellungen für die Komponentenanalyse','Enable or disable vulnerability analysis for specific components.'=>'Aktivieren oder deaktivieren Sie die Schwachstellenanalyse für bestimmte Komponenten.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Markieren Sie die Komponenten, die Sie von Schwachstellenscans und Berichten AUSBLENDEN möchten. Nicht markierte Komponenten werden aktiv analysiert. Komponenten mit aktiver Analyse werden grün angezeigt, ausgeblendete Komponenten rot.','Hidden (forced by constant)'=>'Ausgeblendet (durch Konstante erzwungen)','🔴 Analysis disabled'=>'🔴 Analyse deaktiviert','🟢 Analysis active'=>'🟢 Analyse aktiv','Tip:'=>'Tipp:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Sie können Komponenten über wp-config.php-Konstanten deaktivieren. Mehr über das erzwungene Ausblenden von Prüfungen erfahren →','Save Analysis Settings'=>'Analyseeinstellungen speichern','« Previous'=>'« Zurück','Next »'=>'Weiter »','Log entry not found or has been removed.'=>'Protokolleintrag nicht gefunden oder wurde entfernt.','Unable to load the requested log entry.'=>'Der angeforderte Protokolleintrag konnte nicht geladen werden.','Log Configuration'=>'Protokollkonfiguration','Total Logs'=>'Protokolle insgesamt','Retention Period'=>'Aufbewahrungszeitraum','Disabled'=>'Deaktiviert','%d day'=>'%d Tag' . "\0" . '%d Tage','Log Retention Period'=>'Protokoll-Aufbewahrungszeitraum','None (Disabled)'=>'Kein (Deaktiviert)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Dieser Wert wird durch die Konstante WPVULNERABILITY_LOG_RETENTION_DAYS erzwungen.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Wählen Sie, wie lange WPVulnerability API-Antwortprotokolle aufbewahren soll. Ältere Protokolle werden automatisch gelöscht.','Save Configuration'=>'Konfiguration speichern','Log retention is currently disabled.'=>'Protokollaufbewahrung ist derzeit deaktiviert.','API responses are not being saved.'=>'API-Antworten werden nicht gespeichert.','Log Details'=>'Protokolldetails','Date'=>'Datum','API Endpoint'=>'API-Endpunkt','API Response'=>'API-Antwort','Back to Logs'=>'Zurück zu den Protokollen','No logs available'=>'Keine Protokolle verfügbar','API response logs will appear here once the vulnerability scanner runs.'=>'API-Antwortprotokolle werden hier angezeigt, sobald der Schwachstellenscanner ausgeführt wird.','API Response Logs'=>'API-Antwortprotokolle','Show:'=>'Anzeigen:','Apply'=>'Anwenden','Showing %1$s–%2$s of %3$s'=>'%1$s–%2$s von %3$s angezeigt','Actions'=>'Aktionen','View'=>'Ansehen','Danger Zone'=>'Gefahrenbereich','Permanently delete all API response logs. This action cannot be undone.'=>'Alle API-Antwortprotokolle dauerhaft löschen. Diese Aktion kann nicht rückgängig gemacht werden.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Sind Sie sicher, dass Sie alle Protokolle löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.','Delete All Logs'=>'Alle Protokolle löschen','Reload Data from API'=>'Daten von der API neu laden','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Alle Core-, Plugin-, Theme- und sonstigen Komponenteninformationen direkt von der API neu laden, um aktuelle Daten zu erhalten. Dadurch wird der Cache geleert und neue Sicherheitslückeninformationen abgerufen.','Reload Data'=>'Daten neu laden','Test Email Notifications'=>'Test-E-Mail-Benachrichtigungen','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Senden Sie eine Test-E-Mail-Benachrichtigung mit aktuellen Sicherheitslückendaten, um zu überprüfen, ob Ihre E-Mail-Konfiguration korrekt funktioniert.','From address (configured via constant):'=>'Absenderadresse (über Konstante konfiguriert):','From address (default):'=>'Absenderadresse (Standard):','Learn how to customize the email sender address →'=>'Erfahren Sie, wie Sie die E-Mail-Absenderadresse anpassen →','Send Test Email'=>'Test-E-Mail senden','WP-Cron Status'=>'WP-Cron-Status','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'WP-Cron-geplante Ereignisse anzeigen und verwalten. Vergleichen Sie erwartete Zeitpläne mit tatsächlichen Cron-Jobs, um sicherzustellen, dass automatisierte Aufgaben korrekt ausgeführt werden.','No cron data available.'=>'Keine Cron-Daten verfügbar.','Hook'=>'Hook','Expected'=>'Erwartet','Found'=>'Gefunden','Next Run'=>'Nächste Ausführung','Status'=>'Status','Not expected'=>'Nicht erwartet','None'=>'Keine','OK'=>'OK','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Unerwartete WPVulnerability-Ereignisse','No interval'=>'Kein Intervall','Next:'=>'Nächste:','Repair Cron Events'=>'Cron-Ereignisse reparieren','Uninstall Data'=>'Deinstallationsdaten','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Standardmäßig werden alle Plugin-Daten erhalten, wenn WPVulnerability gelöscht wird. Aktivieren Sie die untenstehende Option nur, wenn Sie möchten, dass alle Optionen, Protokolle und zwischengespeicherten Daten bei der Deinstallation dauerhaft entfernt werden.','Delete all plugin data on uninstall'=>'Alle Plugin-Daten bei der Deinstallation löschen','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Standard: nicht markiert (Daten erhalten). Nur markieren, wenn Sie eine vollständige Entfernung wünschen.','Save preference'=>'Einstellung speichern','Reset WPVulnerability'=>'WPVulnerability zurücksetzen','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Alle WPVulnerability-Einstellungen, zwischengespeicherten Daten, Protokolle und geplanten Ereignisse löschen, dann die Standardwerte wiederherstellen und Daten von der API neu laden.','This action cannot be undone.'=>'Diese Aktion kann nicht rückgängig gemacht werden.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Sind Sie sicher, dass Sie alle WPVulnerability-Daten zurücksetzen möchten? Diese Aktion kann nicht rückgängig gemacht werden.','Reset Plugin'=>'Plugin zurücksetzen','Vulnerability Database Statistics'=>'Statistiken der Schwachstellendatenbank','%s vulnerability'=>'%s Schwachstelle' . "\0" . '%s Schwachstellen','(%s product)'=>'(%s Produkt)' . "\0" . '(%s Produkte)','No data'=>'Keine Daten','Database last updated: %s'=>'Datenbank zuletzt aktualisiert: %s','Intelligence Sources'=>'Intelligence-Quellen','Number of vulnerabilities contributed by each intelligence source.'=>'Anzahl der Schwachstellen, die von jeder Intelligence-Quelle beigesteuert wurden.','Source'=>'Quelle','Core'=>'Core','Sponsors'=>'Sponsoren','No sponsor data available.'=>'Keine Sponsorendaten verfügbar.','Contributors'=>'Mitwirkende','No contributor data available.'=>'Keine Daten zu Mitwirkenden verfügbar.','You do not have sufficient permissions to access this page.'=>'Sie haben keine ausreichenden Berechtigungen, um auf diese Seite zuzugreifen.','WPVulnerability settings'=>'WPVulnerability-Einstellungen','Configure and save these settings to receive notifications.'=>'Konfigurieren und speichern Sie diese Einstellungen, um Benachrichtigungen zu erhalten.','Configure and save these settings to hide vulnerabilities.'=>'Konfigurieren und speichern Sie diese Einstellungen, um Sicherheitslücken auszublenden.','Default administrator email'=>'Standard Administrator E-Mail','Read more if you want to force the cache time.'=>'Mehr lesen, wenn Sie die Cache-Zeit erzwingen möchten.','Never'=>'Nie','Daily'=>'Täglich','Weekly'=>'Wöchentlich','Day'=>'Tag','Hour'=>'Stunde','Minute'=>'Minute','Read more about how to force the deactivation of an item.'=>'Mehr lesen über das erzwungene Deaktivieren eines Elements.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'Ungültige Slack-Webhook-URL. Muss eine gültige HTTPS-URL von hooks.slack.com sein.','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'Ungültige Microsoft Teams-Webhook-URL. Muss eine gültige HTTPS-URL von office.com, office365.com oder api.hooks.microsoft.com sein.','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'Ungültige Discord-Webhook-URL. Muss eine gültige HTTPS-URL von discord.com oder discordapp.com sein.','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Ungültiges Format für Telegram-Bot-Token. Muss wie folgt aussehen: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Alles in Ordnung','%d Critical Issue Found'=>'%d kritisches Problem gefunden' . "\0" . '%d kritische Probleme gefunden','%d Issue Found'=>'%d Problem gefunden' . "\0" . '%d Probleme gefunden','Never checked'=>'Noch nie geprüft','%d minute ago'=>'vor %d Minute' . "\0" . 'vor %d Minuten','%d hour ago'=>'vor %d Stunde' . "\0" . 'vor %d Stunden','Last checked: %s'=>'Zuletzt geprüft: %s','Refresh Now'=>'Jetzt aktualisieren','No vulnerabilities detected'=>'Keine Schwachstellen gefunden','Your site is up to date and secure'=>'Ihre Website ist aktuell und sicher','Server Software'=>'Server-Software','Site Health'=>'Website-Gesundheit','Settings'=>'Einstellungen','WPVulnerability Status'=>'WPVulnerability Status','Receive vulnerability notifications'=>'Sicherheitslücken-Benachrichtigungen erhalten','Cache expiration time'=>'Cache-Ablaufzeit','How often you want to receive notifications'=>'Wie oft Sie Benachrichtigungen erhalten möchten','Where do you want to receive notifications?'=>'Wo möchten Sie Benachrichtigungen erhalten?','Email addresses to notify (separated by commas)'=>'E-Mail-Adressen für Benachrichtigungen (durch Kommas getrennt)','Slack webhook URL'=>'Slack-Webhook-URL','Teams webhook URL'=>'Teams-Webhook-URL','Vulnerabilities to hide'=>'Auszublendende Schwachstellen','What do you want to hide?'=>'Was möchten Sie ausblenden?','Standard (Hybrid Detection)'=>'Standard (Hybride Erkennung)','Strict (Extensions Only)'=>'Streng (Nur Erweiterungen)','Disabled (No Detection)'=>'Deaktiviert (Keine Erkennung)','Security Status'=>'Sicherheitsstatus','Security Mode'=>'Sicherheitsmodus','Shell Execution'=>'Shell-Ausführung','Enabled'=>'Aktiviert','Audit Logging'=>'Audit-Protokollierung','Enabled (%d days)'=>'Aktiviert (%d Tage)','Total Log Entries'=>'Gesamte Protokolleinträge','Last Shell Execution'=>'Letzte Shell-Ausführung','%s ago'=>'vor %s','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Sicherheitseinstellungen über wp-config.php-Konstanten konfigurieren: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Siehe Sicherheitskonfigurationsdokumentation für Details.','Memcached'=>'Memcached','Imagick Extension'=>'Imagick-Erweiterung','Redis Extension'=>'Redis-Erweiterung','Memcached Extension'=>'Memcached-Erweiterung','Memcache Extension'=>'Memcache-Erweiterung','SQLite3 Extension'=>'SQLite3-Erweiterung','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Shell-Befehl','Binary Check'=>'Binärprüfung','Not Detected'=>'Nicht erkannt','Software Detection Methods'=>'Software-Erkennungsmethoden','Shows which detection method was used for each software component and the reliability score.'=>'Zeigt, welche Erkennungsmethode für jede Softwarekomponente verwendet wurde und den Zuverlässigkeitswert.','Component'=>'Komponente','Version'=>'Version','Detection Method'=>'Erkennungsmethode','Reliability'=>'Zuverlässigkeit','Not detected'=>'Nicht erkannt','Shell Execution Audit Logs'=>'Shell-Ausführungs-Audit-Protokolle','Complete audit trail of shell command executions for security monitoring.'=>'Vollständige Audit-Spur der Shell-Befehlsausführungen für die Sicherheitsüberwachung.','No shell execution logs found.'=>'Keine Shell-Ausführungsprotokolle gefunden.','Logs will appear here when shell commands are executed for software detection.'=>'Protokolle werden hier angezeigt, wenn Shell-Befehle zur Software-Erkennung ausgeführt werden.','Time'=>'Zeit','Command'=>'Befehl','User'=>'Benutzer','Output'=>'Ausgabe','Showing the %d most recent log entries.'=>'Die %d neuesten Protokolleinträge werden angezeigt.','Invalid nonce.'=>'Ungültiges Nonce.','Insufficient permissions.'=>'Unzureichende Berechtigungen.','No component specified.'=>'Keine Komponente angegeben.','Debug Information'=>'Debug-Informationen','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Dieser Tab ist nur sichtbar, wenn WP_DEBUG aktiviert ist. Mit Vorsicht verwenden.','System Information'=>'Systeminformationen','WordPress Version'=>'WordPress-Version','Multisite'=>'Multisite','Yes'=>'Ja','No'=>'Nein','Language'=>'Sprache','PHP Version'=>'PHP-Version','PHP Extensions'=>'PHP-Erweiterungen','PHP Memory Limit'=>'PHP-Speicherlimit','Database'=>'Datenbank','Web Server'=>'Webserver','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Pfad:','Size: %s'=>'Größe: %s','View Log File'=>'Protokolldatei anzeigen','Log file is not web-accessible (outside wp-content)'=>'Protokolldatei ist nicht über das Web zugänglich (außerhalb von wp-content)','Log file does not exist yet'=>'Protokolldatei existiert noch nicht','Plugin Version'=>'Plugin-Version','Component Detection'=>'Komponentenerkennung','Version Detected'=>'Version erkannt','Analyzed'=>'Analysiert','Cache Status'=>'Cache-Status','Configuration Summary'=>'Konfigurationsübersicht','Cache Duration'=>'Cache-Dauer','Log Retention'=>'Protokollaufbewahrung','Components Analyzed'=>'Analysierte Komponenten','Notification Email'=>'Benachrichtigungs-E-Mail','Slack Webhook'=>'Slack-Webhook','Configured & Enabled'=>'Konfiguriert & Aktiviert','Configured (Disabled)'=>'Konfiguriert (Deaktiviert)','Not configured'=>'Nicht konfiguriert','Teams Webhook'=>'Teams-Webhook','Discord Webhook'=>'Discord-Webhook','Telegram Bot'=>'Telegram-Bot','Cron Status'=>'Cron-Status','Update Database'=>'Datenbank aktualisieren','Next run: %s'=>'Nächste Ausführung: %s','Not scheduled'=>'Nicht geplant','Send Notification'=>'Benachrichtigung senden','Run Update Now'=>'Aktualisierung jetzt ausführen','Run Notification Now'=>'Benachrichtigung jetzt ausführen','You do not have permission to run these actions.'=>'Sie haben keine Berechtigung, diese Aktionen auszuführen.','API Testing'=>'API-Tests','Test API connectivity for each component. Click a button to send a test request.'=>'API-Konnektivität für jede Komponente testen. Klicken Sie auf eine Schaltfläche, um eine Test-Anfrage zu senden.','Test %s'=>'%s testen','Testing...'=>'Wird getestet...','HTTP Code:'=>'HTTP-Code:','Response Time:'=>'Antwortzeit:','Response Preview'=>'Antwortvorschau','Test'=>'Test','Error:'=>'Fehler:','AJAX request failed.'=>'AJAX-Anfrage fehlgeschlagen.','You do not have permission to test API connectivity.'=>'Sie haben keine Berechtigung, die API-Konnektivität zu testen.','Database Options Viewer'=>'Datenbankoptionen-Viewer','View the raw data stored in WordPress options.'=>'Die in WordPress-Optionen gespeicherten Rohdaten anzeigen.','Select an option...'=>'Option auswählen...','Option not found or empty.'=>'Option nicht gefunden oder leer.','Quick Actions'=>'Schnellaktionen','Perform debugging actions. Use with caution.'=>'Debug-Aktionen ausführen. Mit Vorsicht verwenden.','Are you sure you want to clear all caches?'=>'Sind Sie sicher, dass Sie alle Caches leeren möchten?','Clear All Caches'=>'Alle Caches leeren','Are you sure you want to reset signatures?'=>'Sind Sie sicher, dass Sie die Signaturen zurücksetzen möchten?','Reset Signatures'=>'Signaturen zurücksetzen','Export Debug Info'=>'Debug-Informationen exportieren','You do not have permission to perform these actions.'=>'Sie haben keine Berechtigung, diese Aktionen auszuführen.','Settings saved.'=>'Einstellungen gespeichert.','WPVulnerability cron events have been repaired across the network.'=>'WPVulnerability-Cron-Ereignisse wurden netzwerkweit repariert.','You do not have permission to access this page.'=>'Sie haben keine Berechtigung, auf diese Seite zuzugreifen.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s hat eine bekannte Sicherheitslücke, die Ihre installierte Version betreffen könnte.','Actively exploited'=>'Aktiv ausgenutzt','Public exploit'=>'Öffentlicher Exploit','Automatable'=>'Automatisierbar','References:'=>'Referenzen:','Invalid component specified.'=>'Ungültige Komponente angegeben.','Version not detected for this component.'=>'Version für diese Komponente nicht erkannt.','API request successful.'=>'API-Anfrage erfolgreich.','API returned HTTP code %d.'=>'API hat HTTP-Code %d zurückgegeben.','WPVulnerability Logs'=>'WPVulnerability-Protokolle','WPVulnerability Log'=>'WPVulnerability-Protokoll','Low'=>'Niedrig','Medium'=>'Mittel','High'=>'Hoch','Critical'=>'Kritisch','WPVulnerability Shell Logs'=>'WPVulnerability-Shell-Protokolle','WPVulnerability Shell Log'=>'WPVulnerability-Shell-Protokoll','Every week'=>'Jede Woche','Every day'=>'Jeden Tag','Invalid request.'=>'Ungültige Anfrage.','You have unsubscribed from WPVulnerability notifications.'=>'Sie haben WPVulnerability-Benachrichtigungen abbestellt.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Erfahren Sie mehr über die WordPress Vulnerability Database API unter %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Möchten Sie diese Benachrichtigungen nicht mehr erhalten? Abmelden oder die E-Mail-Frequenz in den WPVulnerability-Einstellungen auf Nie ändern.','No vulnerabilities found'=>'Keine Schwachstellen gefunden','This is likely a test. The site does not have vulnerabilities.'=>'Dies ist wahrscheinlich ein Test. Die Website hat keine Schwachstellen.','Core vulnerabilities'=>'Core-Schwachstellen','Plugins vulnerabilities'=>'Plugin-Schwachstellen','Themes vulnerabilities'=>'Theme-Schwachstellen','PHP vulnerabilities'=>'PHP-Schwachstellen','Apache HTTPD vulnerabilities'=>'Apache HTTPD-Schwachstellen','Nginx vulnerabilities'=>'Nginx-Schwachstellen','MariaDB vulnerabilities'=>'MariaDB-Schwachstellen','MySQL vulnerabilities'=>'MySQL-Schwachstellen','ImageMagick vulnerabilities'=>'ImageMagick-Schwachstellen','curl vulnerabilities'=>'curl-Schwachstellen','memcached vulnerabilities'=>'memcached-Schwachstellen','Redis vulnerabilities'=>'Redis-Schwachstellen','SQLite vulnerabilities'=>'SQLite-Schwachstellen','Vulnerability found: %s'=>'Schwachstelle gefunden: %s','Vulnerability found'=>'Schwachstelle gefunden','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s hat eine bekannte Sicherheitslücke, die Ihre installierte Version betreffen könnte.','This plugin is closed. Please replace it with another.'=>'Dieses Plugin ist geschlossen. Bitte ersetzen Sie es durch ein anderes.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Diese Schwachstelle scheint nicht gepatcht zu sein. Bleiben Sie für kommende Plugin-Updates auf dem Laufenden.','It hasn\'t been updated in over a year.'=>'Wurde seit über einem Jahr nicht mehr aktualisiert.','It may no longer be available (closed?).'=>'Ist allenfalls nicht mehr verfügbar (geschlossen?).','Last updated on'=>'Zuletzt aktualisiert am','Vulnerabilities (%d)'=>'Schwachstellen (%d)','%s running'=>'%s läuft','End of Life'=>'End of Life','End of life:'=>'End of Life:','Supported'=>'Unterstützt','Plugin'=>'Plugin','Theme'=>'Theme','End of life: %s'=>'End of Life: %s','EOL'=>'EOL','Network Settings'=>'Netzwerk-Einstellungen','Vulnerabilities'=>'Schwachstellen','Every 6 hours'=>'Alle 6 Stunden','Database updates'=>'Datenbankaktualisierungen','Log cleanup'=>'Protokollbereinigung','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Benachrichtigungen sind geplant, aber die Einstellungen deaktivieren sie derzeit. Bitte überprüfen Sie den Benachrichtigungs-Tab.','This event should not be scheduled for this site.'=>'Dieses Ereignis sollte nicht für diese Website geplant sein.','Not expected for this site.'=>'Für diese Website nicht erwartet.','No instances found.'=>'Keine Instanzen gefunden.','Scheduled with an unexpected interval.'=>'Mit einem unerwarteten Intervall geplant.','Multiple instances detected.'=>'Mehrere Instanzen erkannt.','Scheduled as expected.'=>'Wie erwartet geplant.','There aren\'t plugins vulnerabilities'=>'Es gibt keine Plugin-Schwachstellen','Shows possible vulnerabilities that exist in installed plugins.'=>'Zeigt mögliche Schwachstellen, die in installierten Plugins existieren.','There is %d plugin with vulnerabilities'=>'Es gibt %d Plugin mit Schwachstellen' . "\0" . 'Es gibt %d Plugins mit Schwachstellen','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Wir haben potenzielle Schwachstellen in installierten Plugins erkannt. Bitte überprüfen Sie diese und halten Sie sie aktuell.','Update plugins'=>'Plugins aktualisieren','There aren\'t themes vulnerabilities'=>'Es gibt keine Theme-Schwachstellen','Shows possible vulnerabilities that exist in installed themes.'=>'Zeigt mögliche Schwachstellen, die in installierten Themes existieren.','There is %d theme with vulnerabilities'=>'Es gibt %d Theme mit Schwachstellen' . "\0" . 'Es gibt %d Themes mit Schwachstellen','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Wir haben potenzielle Schwachstellen in installierten Themes erkannt. Bitte überprüfen Sie diese und halten Sie sie aktuell.','Update themes'=>'Themes aktualisieren','There aren\'t WordPress vulnerabilities'=>'Es gibt keine WordPress-Schwachstellen','Shows possible vulnerabilities existing in the WordPress core.'=>'Zeigt mögliche Schwachstellen, die im WordPress Core existieren.','There is %d core vulnerability'=>'Es gibt %d Core-Schwachstelle' . "\0" . 'Es gibt %d Core-Schwachstellen','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Wir haben potenzielle Schwachstellen in dieser WordPress-Installation erkannt. Bitte überprüfen Sie diese und halten Sie Ihre Installation aktuell.','Update WordPress'=>'WordPress aktualisieren','Nginx'=>'Nginx','Invalid software type'=>'Ungültiger Software-Typ','Error'=>'Fehler','The specified software type is not valid.'=>'Der angegebene Software-Typ ist nicht gültig.','There aren\'t %s vulnerabilities'=>'Es gibt keine %s-Schwachstellen','Shows possible vulnerabilities existing in %s.'=>'Zeigt mögliche Schwachstellen, die in %s existieren.','There is %1$d %2$s vulnerability'=>'Es gibt %1$d %2$s-Schwachstelle' . "\0" . 'Es gibt %1$d %2$s-Schwachstellen','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Wir haben potenzielle Schwachstellen in %s erkannt. Bitte überprüfen Sie diese und halten Sie Ihre Installation aktuell.','How to update PHP'=>'Wie man PHP aktualisiert','WPVulnerability Core'=>'WPVulnerability Core','WPVulnerability Themes'=>'WPVulnerability Themes','WPVulnerability Plugins'=>'WPVulnerability Plugins','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'Dieses Theme ist geschlossen. Bitte ersetzen Sie es durch ein anderes.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Diese Schwachstelle scheint nicht gepatcht zu sein. Bleiben Sie für kommende Theme-Updates auf dem Laufenden.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Dieses Theme hat bekannte Sicherheitslücken, die Ihre installierte Version betreffen könnten.']]; \ No newline at end of file +return ['domain'=>'wpvulnerability','plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'de','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2025-07-19 00:43:35+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Erhalten Sie Informationen über mögliche Sicherheitslücken in Ihrer WordPress-Installation von der WordPress Vulnerability Database API.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Dieser Befehl erfordert einen WordPress-Administrator. Ausführen mit --user=.','No core vulnerabilities found.'=>'Keine Core-Schwachstellen gefunden.','No plugin vulnerabilities found.'=>'Keine Plugin-Schwachstellen gefunden.','No theme vulnerabilities found.'=>'Keine Theme-Schwachstellen gefunden.','No %s vulnerabilities found.'=>'Keine %s-Schwachstellen gefunden.','Data from source has been reloaded.'=>'Daten aus der Quelle wurden neu geladen.','You do not have permission to reload data.'=>'Sie haben keine Berechtigung, Daten neu zu laden.','Test email has been sent.'=>'Test-E-Mail wurde gesendet.','Test email has failed. Please, check your email settings.'=>'Test-E-Mail ist fehlgeschlagen. Bitte überprüfen Sie Ihre E-Mail-Einstellungen.','You do not have permission to send test emails.'=>'Sie haben keine Berechtigung, Test-E-Mails zu senden.','WPVulnerability cron events have been repaired.'=>'WPVulnerability-Cron-Ereignisse wurden repariert.','You do not have permission to repair cron events.'=>'Sie haben keine Berechtigung, Cron-Ereignisse zu reparieren.','All logs have been deleted.'=>'Alle Protokolle wurden gelöscht.','You do not have permission to delete logs.'=>'Sie haben keine Berechtigung, Protokolle zu löschen.','Uninstall preference saved.'=>'Deinstallationseinstellung gespeichert.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability wurde auf die Standardeinstellungen zurückgesetzt und neu geladen.','You do not have permission to reset WPVulnerability.'=>'Sie haben keine Berechtigung, WPVulnerability zurückzusetzen.','All caches have been cleared.'=>'Alle Caches wurden geleert.','You do not have permission to clear caches.'=>'Sie haben keine Berechtigung, Caches zu leeren.','Plugin and theme signatures have been reset.'=>'Plugin- und Theme-Signaturen wurden zurückgesetzt.','You do not have permission to reset signatures.'=>'Sie haben keine Berechtigung, Signaturen zurückzusetzen.','You do not have permission to export debug information.'=>'Sie haben keine Berechtigung, Debug-Informationen zu exportieren.','Database update has been executed.'=>'Datenbankaktualisierung wurde ausgeführt.','You do not have permission to run database updates.'=>'Sie haben keine Berechtigung, Datenbankaktualisierungen durchzuführen.','Notification has been sent.'=>'Benachrichtigung wurde gesendet.','Notification sending failed.'=>'Senden der Benachrichtigung fehlgeschlagen.','You do not have permission to send notifications.'=>'Sie haben keine Berechtigung, Benachrichtigungen zu senden.','Notifications'=>'Benachrichtigungen','Analysis'=>'Analyse','Logs'=>'Protokolle','Security'=>'Sicherheit','Tools'=>'Werkzeuge','Debug'=>'Debug','About'=>'Über','Notification Settings'=>'Benachrichtigungseinstellungen','Configure how and when you want to receive vulnerability notifications.'=>'Konfigurieren Sie, wie und wann Sie Sicherheitslücken-Benachrichtigungen erhalten möchten.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Bleiben Sie über Sicherheitslücken in Ihrer WordPress-Installation, Plugins, Themes und Server-Software informiert.','Cache Expiration Time'=>'Cache-Ablaufzeit','FORCED'=>'ERZWUNGEN','How long to cache vulnerability data before refreshing from the API.'=>'Wie lange Sicherheitslückendaten zwischengespeichert werden, bevor sie von der API aktualisiert werden.','%d hour'=>'%d Stunde' . "\0" . '%d Stunden','You can force the cache time via wp-config.php constant. Learn more →'=>'Sie können die Cache-Zeit über eine wp-config.php-Konstante erzwingen. Mehr erfahren →','Notification Frequency'=>'Benachrichtigungsfrequenz','Choose how often you want to receive vulnerability notifications.'=>'Wählen Sie, wie oft Sie Sicherheitslücken-Benachrichtigungen erhalten möchten.','Never - Disable automatic notifications'=>'Nie – Automatische Benachrichtigungen deaktivieren','Daily - Receive notifications every day'=>'Täglich – Benachrichtigungen jeden Tag erhalten','Weekly - Receive notifications once a week'=>'Wöchentlich – Benachrichtigungen einmal pro Woche erhalten','Day:'=>'Tag:','Monday'=>'Montag','Tuesday'=>'Dienstag','Wednesday'=>'Mittwoch','Thursday'=>'Donnerstag','Friday'=>'Freitag','Saturday'=>'Samstag','Sunday'=>'Sonntag','Time:'=>'Uhrzeit:','(24-hour format, server timezone)'=>'(24-Stunden-Format, Server-Zeitzone)','Notification Channels'=>'Benachrichtigungskanäle','Select where you want to receive notifications.'=>'Wählen Sie aus, wo Sie Benachrichtigungen erhalten möchten.','Email'=>'E-Mail','Email Addresses (separated by commas):'=>'E-Mail-Adressen (durch Kommas getrennt):','Default:'=>'Standard:','Slack'=>'Slack','Slack Webhook URL:'=>'Slack Webhook-URL:','Learn how to create a Slack incoming webhook →'=>'Erfahren Sie, wie Sie einen eingehenden Slack-Webhook erstellen →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'Teams Webhook-URL:','Learn how to create a Teams incoming webhook →'=>'Erfahren Sie, wie Sie einen eingehenden Teams-Webhook erstellen →','Discord'=>'Discord','Discord Webhook URL:'=>'Discord Webhook-URL:','Learn how to create a Discord webhook →'=>'Erfahren Sie, wie Sie einen Discord-Webhook erstellen →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Telegram-Bot-Token:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'Telegram Chat-ID:','Learn how to create a Telegram bot and get Chat ID →'=>'Erfahren Sie, wie Sie einen Telegram-Bot erstellen und die Chat-ID erhalten →','Save Notification Settings'=>'Benachrichtigungseinstellungen speichern','WordPress Components'=>'WordPress-Komponenten','WordPress Core'=>'WordPress Core','Plugins'=>'Plugins','Themes'=>'Themes','Software & Languages'=>'Software & Sprachen','PHP'=>'PHP','Web Servers'=>'Webserver','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Datenbanken','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Zusätzliche Werkzeuge','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Einstellungen für die Komponentenanalyse','Enable or disable vulnerability analysis for specific components.'=>'Aktivieren oder deaktivieren Sie die Schwachstellenanalyse für bestimmte Komponenten.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Markieren Sie die Komponenten, die Sie von Schwachstellenscans und Berichten AUSBLENDEN möchten. Nicht markierte Komponenten werden aktiv analysiert. Komponenten mit aktiver Analyse werden grün angezeigt, ausgeblendete Komponenten rot.','Hidden (forced by constant)'=>'Ausgeblendet (durch Konstante erzwungen)','🔴 Analysis disabled'=>'🔴 Analyse deaktiviert','🟢 Analysis active'=>'🟢 Analyse aktiv','Tip:'=>'Tipp:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Sie können Komponenten über wp-config.php-Konstanten deaktivieren. Mehr über das erzwungene Ausblenden von Prüfungen erfahren →','Save Analysis Settings'=>'Analyseeinstellungen speichern','« Previous'=>'« Zurück','Next »'=>'Weiter »','Log entry not found or has been removed.'=>'Protokolleintrag nicht gefunden oder wurde entfernt.','Unable to load the requested log entry.'=>'Der angeforderte Protokolleintrag konnte nicht geladen werden.','Log Configuration'=>'Protokollkonfiguration','Total Logs'=>'Protokolle insgesamt','Retention Period'=>'Aufbewahrungszeitraum','Disabled'=>'Deaktiviert','%d day'=>'%d Tag' . "\0" . '%d Tage','Log Retention Period'=>'Protokoll-Aufbewahrungszeitraum','None (Disabled)'=>'Kein (Deaktiviert)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Dieser Wert wird durch die Konstante WPVULNERABILITY_LOG_RETENTION_DAYS erzwungen.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Wählen Sie, wie lange WPVulnerability API-Antwortprotokolle aufbewahren soll. Ältere Protokolle werden automatisch gelöscht.','Save Configuration'=>'Konfiguration speichern','Log retention is currently disabled.'=>'Protokollaufbewahrung ist derzeit deaktiviert.','API responses are not being saved.'=>'API-Antworten werden nicht gespeichert.','Log Details'=>'Protokolldetails','Date'=>'Datum','API Endpoint'=>'API-Endpunkt','API Response'=>'API-Antwort','Back to Logs'=>'Zurück zu den Protokollen','No logs available'=>'Keine Protokolle verfügbar','API response logs will appear here once the vulnerability scanner runs.'=>'API-Antwortprotokolle werden hier angezeigt, sobald der Schwachstellenscanner ausgeführt wird.','API Response Logs'=>'API-Antwortprotokolle','Show:'=>'Anzeigen:','Apply'=>'Anwenden','Showing %1$s–%2$s of %3$s'=>'%1$s–%2$s von %3$s angezeigt','Actions'=>'Aktionen','View'=>'Ansehen','Danger Zone'=>'Gefahrenbereich','Permanently delete all API response logs. This action cannot be undone.'=>'Alle API-Antwortprotokolle dauerhaft löschen. Diese Aktion kann nicht rückgängig gemacht werden.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Sind Sie sicher, dass Sie alle Protokolle löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.','Delete All Logs'=>'Alle Protokolle löschen','Reload Data from API'=>'Daten von der API neu laden','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Alle Core-, Plugin-, Theme- und sonstigen Komponenteninformationen direkt von der API neu laden, um aktuelle Daten zu erhalten. Dadurch wird der Cache geleert und neue Sicherheitslückeninformationen abgerufen.','Reload Data'=>'Daten neu laden','Test Email Notifications'=>'Test-E-Mail-Benachrichtigungen','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Senden Sie eine Test-E-Mail-Benachrichtigung mit aktuellen Sicherheitslückendaten, um zu überprüfen, ob Ihre E-Mail-Konfiguration korrekt funktioniert.','From address (configured via constant):'=>'Absenderadresse (über Konstante konfiguriert):','From address (default):'=>'Absenderadresse (Standard):','Learn how to customize the email sender address →'=>'Erfahren Sie, wie Sie die E-Mail-Absenderadresse anpassen →','Send Test Email'=>'Test-E-Mail senden','WP-Cron Status'=>'WP-Cron-Status','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'WP-Cron-geplante Ereignisse anzeigen und verwalten. Vergleichen Sie erwartete Zeitpläne mit tatsächlichen Cron-Jobs, um sicherzustellen, dass automatisierte Aufgaben korrekt ausgeführt werden.','No cron data available.'=>'Keine Cron-Daten verfügbar.','Hook'=>'Hook','Expected'=>'Erwartet','Found'=>'Gefunden','Next Run'=>'Nächste Ausführung','Status'=>'Status','Not expected'=>'Nicht erwartet','None'=>'Keine','OK'=>'OK','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Unerwartete WPVulnerability-Ereignisse','No interval'=>'Kein Intervall','Next:'=>'Nächste:','Repair Cron Events'=>'Cron-Ereignisse reparieren','Uninstall Data'=>'Deinstallationsdaten','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Standardmäßig werden alle Plugin-Daten erhalten, wenn WPVulnerability gelöscht wird. Aktivieren Sie die untenstehende Option nur, wenn Sie möchten, dass alle Optionen, Protokolle und zwischengespeicherten Daten bei der Deinstallation dauerhaft entfernt werden.','Delete all plugin data on uninstall'=>'Alle Plugin-Daten bei der Deinstallation löschen','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Standard: nicht markiert (Daten erhalten). Nur markieren, wenn Sie eine vollständige Entfernung wünschen.','Save preference'=>'Einstellung speichern','Reset WPVulnerability'=>'WPVulnerability zurücksetzen','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Alle WPVulnerability-Einstellungen, zwischengespeicherten Daten, Protokolle und geplanten Ereignisse löschen, dann die Standardwerte wiederherstellen und Daten von der API neu laden.','This action cannot be undone.'=>'Diese Aktion kann nicht rückgängig gemacht werden.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Sind Sie sicher, dass Sie alle WPVulnerability-Daten zurücksetzen möchten? Diese Aktion kann nicht rückgängig gemacht werden.','Reset Plugin'=>'Plugin zurücksetzen','Vulnerability Database Statistics'=>'Statistiken der Schwachstellendatenbank','%s vulnerability'=>'%s Schwachstelle' . "\0" . '%s Schwachstellen','(%s product)'=>'(%s Produkt)' . "\0" . '(%s Produkte)','No data'=>'Keine Daten','Database last updated: %s'=>'Datenbank zuletzt aktualisiert: %s','Intelligence Sources'=>'Intelligence-Quellen','Number of vulnerabilities contributed by each intelligence source.'=>'Anzahl der Schwachstellen, die von jeder Intelligence-Quelle beigesteuert wurden.','Source'=>'Quelle','Core'=>'Core','Sponsors'=>'Sponsoren','No sponsor data available.'=>'Keine Sponsorendaten verfügbar.','Contributors'=>'Mitwirkende','No contributor data available.'=>'Keine Daten zu Mitwirkenden verfügbar.','You do not have sufficient permissions to access this page.'=>'Sie haben keine ausreichenden Berechtigungen, um auf diese Seite zuzugreifen.','WPVulnerability settings'=>'WPVulnerability-Einstellungen','Configure and save these settings to receive notifications.'=>'Konfigurieren und speichern Sie diese Einstellungen, um Benachrichtigungen zu erhalten.','Configure and save these settings to hide vulnerabilities.'=>'Konfigurieren und speichern Sie diese Einstellungen, um Sicherheitslücken auszublenden.','Default administrator email'=>'Standard Administrator E-Mail','Read more if you want to force the cache time.'=>'Mehr lesen, wenn Sie die Cache-Zeit erzwingen möchten.','Never'=>'Nie','Daily'=>'Täglich','Weekly'=>'Wöchentlich','Day'=>'Tag','Hour'=>'Stunde','Minute'=>'Minute','Read more about how to force the deactivation of an item.'=>'Mehr lesen über das erzwungene Deaktivieren eines Elements.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'Ungültige Slack-Webhook-URL. Muss eine gültige HTTPS-URL von hooks.slack.com sein.','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'Ungültige Microsoft Teams-Webhook-URL. Muss eine gültige HTTPS-URL von office.com, office365.com oder api.hooks.microsoft.com sein.','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'Ungültige Discord-Webhook-URL. Muss eine gültige HTTPS-URL von discord.com oder discordapp.com sein.','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Ungültiges Format für Telegram-Bot-Token. Muss wie folgt aussehen: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Alles in Ordnung','%d Critical Issue Found'=>'%d kritisches Problem gefunden' . "\0" . '%d kritische Probleme gefunden','%d Issue Found'=>'%d Problem gefunden' . "\0" . '%d Probleme gefunden','Never checked'=>'Noch nie geprüft','%d minute ago'=>'vor %d Minute' . "\0" . 'vor %d Minuten','%d hour ago'=>'vor %d Stunde' . "\0" . 'vor %d Stunden','Last checked: %s'=>'Zuletzt geprüft: %s','Refresh Now'=>'Jetzt aktualisieren','No vulnerabilities detected'=>'Keine Schwachstellen gefunden','Your site is up to date and secure'=>'Ihre Website ist aktuell und sicher','Server Software'=>'Server-Software','Site Health'=>'Website-Gesundheit','Settings'=>'Einstellungen','WPVulnerability Status'=>'WPVulnerability Status','Receive vulnerability notifications'=>'Sicherheitslücken-Benachrichtigungen erhalten','Cache expiration time'=>'Cache-Ablaufzeit','How often you want to receive notifications'=>'Wie oft Sie Benachrichtigungen erhalten möchten','Where do you want to receive notifications?'=>'Wo möchten Sie Benachrichtigungen erhalten?','Email addresses to notify (separated by commas)'=>'E-Mail-Adressen für Benachrichtigungen (durch Kommas getrennt)','Slack webhook URL'=>'Slack-Webhook-URL','Teams webhook URL'=>'Teams-Webhook-URL','Vulnerabilities to hide'=>'Auszublendende Schwachstellen','What do you want to hide?'=>'Was möchten Sie ausblenden?','Standard (Hybrid Detection)'=>'Standard (Hybride Erkennung)','Strict (Extensions Only)'=>'Streng (Nur Erweiterungen)','Disabled (No Detection)'=>'Deaktiviert (Keine Erkennung)','Security Status'=>'Sicherheitsstatus','Security Mode'=>'Sicherheitsmodus','Shell Execution'=>'Shell-Ausführung','Enabled'=>'Aktiviert','Audit Logging'=>'Audit-Protokollierung','Enabled (%d days)'=>'Aktiviert (%d Tage)','Total Log Entries'=>'Gesamte Protokolleinträge','Last Shell Execution'=>'Letzte Shell-Ausführung','%s ago'=>'vor %s','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Sicherheitseinstellungen über wp-config.php-Konstanten konfigurieren: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Siehe Sicherheitskonfigurationsdokumentation für Details.','Memcached'=>'Memcached','Imagick Extension'=>'Imagick-Erweiterung','Redis Extension'=>'Redis-Erweiterung','Memcached Extension'=>'Memcached-Erweiterung','Memcache Extension'=>'Memcache-Erweiterung','SQLite3 Extension'=>'SQLite3-Erweiterung','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Shell-Befehl','Binary Check'=>'Binärprüfung','Not Detected'=>'Nicht erkannt','Software Detection Methods'=>'Software-Erkennungsmethoden','Shows which detection method was used for each software component and the reliability score.'=>'Zeigt, welche Erkennungsmethode für jede Softwarekomponente verwendet wurde und den Zuverlässigkeitswert.','Component'=>'Komponente','Version'=>'Version','Detection Method'=>'Erkennungsmethode','Reliability'=>'Zuverlässigkeit','Not detected'=>'Nicht erkannt','Shell Execution Audit Logs'=>'Shell-Ausführungs-Audit-Protokolle','Complete audit trail of shell command executions for security monitoring.'=>'Vollständige Audit-Spur der Shell-Befehlsausführungen für die Sicherheitsüberwachung.','No shell execution logs found.'=>'Keine Shell-Ausführungsprotokolle gefunden.','Logs will appear here when shell commands are executed for software detection.'=>'Protokolle werden hier angezeigt, wenn Shell-Befehle zur Software-Erkennung ausgeführt werden.','Time'=>'Zeit','Command'=>'Befehl','User'=>'Benutzer','Output'=>'Ausgabe','Showing the %d most recent log entries.'=>'Die %d neuesten Protokolleinträge werden angezeigt.','Invalid nonce.'=>'Ungültiges Nonce.','Insufficient permissions.'=>'Unzureichende Berechtigungen.','No component specified.'=>'Keine Komponente angegeben.','Debug Information'=>'Debug-Informationen','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Dieser Tab ist nur sichtbar, wenn WP_DEBUG aktiviert ist. Mit Vorsicht verwenden.','System Information'=>'Systeminformationen','WordPress Version'=>'WordPress-Version','Multisite'=>'Multisite','Yes'=>'Ja','No'=>'Nein','Language'=>'Sprache','PHP Version'=>'PHP-Version','PHP Extensions'=>'PHP-Erweiterungen','PHP Memory Limit'=>'PHP-Speicherlimit','Database'=>'Datenbank','Web Server'=>'Webserver','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Pfad:','Size: %s'=>'Größe: %s','View Log File'=>'Protokolldatei anzeigen','Log file is not web-accessible (outside wp-content)'=>'Protokolldatei ist nicht über das Web zugänglich (außerhalb von wp-content)','Log file does not exist yet'=>'Protokolldatei existiert noch nicht','Plugin Version'=>'Plugin-Version','Component Detection'=>'Komponentenerkennung','Version Detected'=>'Version erkannt','Analyzed'=>'Analysiert','Cache Status'=>'Cache-Status','Configuration Summary'=>'Konfigurationsübersicht','Cache Duration'=>'Cache-Dauer','Log Retention'=>'Protokollaufbewahrung','Components Analyzed'=>'Analysierte Komponenten','Notification Email'=>'Benachrichtigungs-E-Mail','Slack Webhook'=>'Slack-Webhook','Configured & Enabled'=>'Konfiguriert & Aktiviert','Configured (Disabled)'=>'Konfiguriert (Deaktiviert)','Not configured'=>'Nicht konfiguriert','Teams Webhook'=>'Teams-Webhook','Discord Webhook'=>'Discord-Webhook','Telegram Bot'=>'Telegram-Bot','Cron Status'=>'Cron-Status','Update Database'=>'Datenbank aktualisieren','Next run: %s'=>'Nächste Ausführung: %s','Not scheduled'=>'Nicht geplant','Send Notification'=>'Benachrichtigung senden','Run Update Now'=>'Aktualisierung jetzt ausführen','Run Notification Now'=>'Benachrichtigung jetzt ausführen','You do not have permission to run these actions.'=>'Sie haben keine Berechtigung, diese Aktionen auszuführen.','API Testing'=>'API-Tests','Test API connectivity for each component. Click a button to send a test request.'=>'API-Konnektivität für jede Komponente testen. Klicken Sie auf eine Schaltfläche, um eine Test-Anfrage zu senden.','Test %s'=>'%s testen','Testing...'=>'Wird getestet...','HTTP Code:'=>'HTTP-Code:','Response Time:'=>'Antwortzeit:','Response Preview'=>'Antwortvorschau','Test'=>'Test','Error:'=>'Fehler:','AJAX request failed.'=>'AJAX-Anfrage fehlgeschlagen.','You do not have permission to test API connectivity.'=>'Sie haben keine Berechtigung, die API-Konnektivität zu testen.','Database Options Viewer'=>'Datenbankoptionen-Viewer','View the raw data stored in WordPress options.'=>'Die in WordPress-Optionen gespeicherten Rohdaten anzeigen.','Select an option...'=>'Option auswählen...','Option not found or empty.'=>'Option nicht gefunden oder leer.','Quick Actions'=>'Schnellaktionen','Perform debugging actions. Use with caution.'=>'Debug-Aktionen ausführen. Mit Vorsicht verwenden.','Are you sure you want to clear all caches?'=>'Sind Sie sicher, dass Sie alle Caches leeren möchten?','Clear All Caches'=>'Alle Caches leeren','Are you sure you want to reset signatures?'=>'Sind Sie sicher, dass Sie die Signaturen zurücksetzen möchten?','Reset Signatures'=>'Signaturen zurücksetzen','Export Debug Info'=>'Debug-Informationen exportieren','You do not have permission to perform these actions.'=>'Sie haben keine Berechtigung, diese Aktionen auszuführen.','Settings saved.'=>'Einstellungen gespeichert.','WPVulnerability cron events have been repaired across the network.'=>'WPVulnerability-Cron-Ereignisse wurden netzwerkweit repariert.','You do not have permission to access this page.'=>'Sie haben keine Berechtigung, auf diese Seite zuzugreifen.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s hat eine bekannte Sicherheitslücke, die Ihre installierte Version betreffen könnte.','Actively exploited'=>'Aktiv ausgenutzt','Public exploit'=>'Öffentlicher Exploit','Automatable'=>'Automatisierbar','References:'=>'Referenzen:','Invalid component specified.'=>'Ungültige Komponente angegeben.','Version not detected for this component.'=>'Version für diese Komponente nicht erkannt.','API request successful.'=>'API-Anfrage erfolgreich.','API returned HTTP code %d.'=>'API hat HTTP-Code %d zurückgegeben.','WPVulnerability Logs'=>'WPVulnerability-Protokolle','WPVulnerability Log'=>'WPVulnerability-Protokoll','Low'=>'Niedrig','Medium'=>'Mittel','High'=>'Hoch','Critical'=>'Kritisch','WPVulnerability Shell Logs'=>'WPVulnerability-Shell-Protokolle','WPVulnerability Shell Log'=>'WPVulnerability-Shell-Protokoll','Every week'=>'Jede Woche','Every day'=>'Jeden Tag','Invalid request.'=>'Ungültige Anfrage.','You have unsubscribed from WPVulnerability notifications.'=>'Sie haben WPVulnerability-Benachrichtigungen abbestellt.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Erfahren Sie mehr über die WordPress Vulnerability Database API unter %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Möchten Sie diese Benachrichtigungen nicht mehr erhalten? Abmelden oder die E-Mail-Frequenz in den WPVulnerability-Einstellungen auf Nie ändern.','No vulnerabilities found'=>'Keine Schwachstellen gefunden','This is likely a test. The site does not have vulnerabilities.'=>'Dies ist wahrscheinlich ein Test. Die Website hat keine Schwachstellen.','Core vulnerabilities'=>'Core-Schwachstellen','Plugins vulnerabilities'=>'Plugin-Schwachstellen','Themes vulnerabilities'=>'Theme-Schwachstellen','PHP vulnerabilities'=>'PHP-Schwachstellen','Apache HTTPD vulnerabilities'=>'Apache HTTPD-Schwachstellen','Nginx vulnerabilities'=>'Nginx-Schwachstellen','MariaDB vulnerabilities'=>'MariaDB-Schwachstellen','MySQL vulnerabilities'=>'MySQL-Schwachstellen','ImageMagick vulnerabilities'=>'ImageMagick-Schwachstellen','curl vulnerabilities'=>'curl-Schwachstellen','memcached vulnerabilities'=>'memcached-Schwachstellen','Redis vulnerabilities'=>'Redis-Schwachstellen','SQLite vulnerabilities'=>'SQLite-Schwachstellen','Vulnerability found: %s'=>'Schwachstelle gefunden: %s','Vulnerability found'=>'Schwachstelle gefunden','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s hat eine bekannte Sicherheitslücke, die Ihre installierte Version betreffen könnte.','This plugin is closed. Please replace it with another.'=>'Dieses Plugin ist geschlossen. Bitte ersetzen Sie es durch ein anderes.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Diese Schwachstelle scheint nicht gepatcht zu sein. Bleiben Sie für kommende Plugin-Updates auf dem Laufenden.','It hasn\'t been updated in over a year.'=>'Wurde seit über einem Jahr nicht mehr aktualisiert.','It may no longer be available (closed?).'=>'Ist allenfalls nicht mehr verfügbar (geschlossen?).','Last updated on'=>'Zuletzt aktualisiert am','Vulnerabilities (%d)'=>'Schwachstellen (%d)','%s running'=>'%s läuft','End of Life'=>'End of Life','End of life:'=>'End of Life:','Supported'=>'Unterstützt','Plugin'=>'Plugin','Theme'=>'Theme','End of life: %s'=>'End of Life: %s','EOL'=>'EOL','Network Settings'=>'Netzwerk-Einstellungen','Vulnerabilities'=>'Schwachstellen','Every 6 hours'=>'Alle 6 Stunden','Database updates'=>'Datenbankaktualisierungen','Log cleanup'=>'Protokollbereinigung','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Benachrichtigungen sind geplant, aber die Einstellungen deaktivieren sie derzeit. Bitte überprüfen Sie den Benachrichtigungs-Tab.','This event should not be scheduled for this site.'=>'Dieses Ereignis sollte nicht für diese Website geplant sein.','Not expected for this site.'=>'Für diese Website nicht erwartet.','No instances found.'=>'Keine Instanzen gefunden.','Scheduled with an unexpected interval.'=>'Mit einem unerwarteten Intervall geplant.','Multiple instances detected.'=>'Mehrere Instanzen erkannt.','Scheduled as expected.'=>'Wie erwartet geplant.','There aren\'t plugins vulnerabilities'=>'Es gibt keine Plugin-Schwachstellen','Shows possible vulnerabilities that exist in installed plugins.'=>'Zeigt mögliche Schwachstellen, die in installierten Plugins existieren.','There is %d plugin with vulnerabilities'=>'Es gibt %d Plugin mit Schwachstellen' . "\0" . 'Es gibt %d Plugins mit Schwachstellen','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Wir haben potenzielle Schwachstellen in installierten Plugins erkannt. Bitte überprüfen Sie diese und halten Sie sie aktuell.','Update plugins'=>'Plugins aktualisieren','There aren\'t themes vulnerabilities'=>'Es gibt keine Theme-Schwachstellen','Shows possible vulnerabilities that exist in installed themes.'=>'Zeigt mögliche Schwachstellen, die in installierten Themes existieren.','There is %d theme with vulnerabilities'=>'Es gibt %d Theme mit Schwachstellen' . "\0" . 'Es gibt %d Themes mit Schwachstellen','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Wir haben potenzielle Schwachstellen in installierten Themes erkannt. Bitte überprüfen Sie diese und halten Sie sie aktuell.','Update themes'=>'Themes aktualisieren','There aren\'t WordPress vulnerabilities'=>'Es gibt keine WordPress-Schwachstellen','Shows possible vulnerabilities existing in the WordPress core.'=>'Zeigt mögliche Schwachstellen, die im WordPress Core existieren.','There is %d core vulnerability'=>'Es gibt %d Core-Schwachstelle' . "\0" . 'Es gibt %d Core-Schwachstellen','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Wir haben potenzielle Schwachstellen in dieser WordPress-Installation erkannt. Bitte überprüfen Sie diese und halten Sie Ihre Installation aktuell.','Update WordPress'=>'WordPress aktualisieren','Nginx'=>'Nginx','Invalid software type'=>'Ungültiger Software-Typ','Error'=>'Fehler','The specified software type is not valid.'=>'Der angegebene Software-Typ ist nicht gültig.','There aren\'t %s vulnerabilities'=>'Es gibt keine %s-Schwachstellen','Shows possible vulnerabilities existing in %s.'=>'Zeigt mögliche Schwachstellen, die in %s existieren.','There is %1$d %2$s vulnerability'=>'Es gibt %1$d %2$s-Schwachstelle' . "\0" . 'Es gibt %1$d %2$s-Schwachstellen','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Wir haben potenzielle Schwachstellen in %s erkannt. Bitte überprüfen Sie diese und halten Sie Ihre Installation aktuell.','How to update PHP'=>'Wie man PHP aktualisiert','WPVulnerability Core'=>'WPVulnerability Core','WPVulnerability Themes'=>'WPVulnerability Themes','WPVulnerability Plugins'=>'WPVulnerability Plugins','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'Dieses Theme ist geschlossen. Bitte ersetzen Sie es durch ein anderes.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Diese Schwachstelle scheint nicht gepatcht zu sein. Bleiben Sie für kommende Theme-Updates auf dem Laufenden.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Dieses Theme hat bekannte Sicherheitslücken, die Ihre installierte Version betreffen könnten.']]; \ No newline at end of file diff --git a/languages/wpvulnerability-es-cl.l10n.php b/languages/wpvulnerability-es-cl.l10n.php index e74daff..4ffebe6 100644 --- a/languages/wpvulnerability-es-cl.l10n.php +++ b/languages/wpvulnerability-es-cl.l10n.php @@ -1,2 +1,2 @@ NULL,'plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'es_CL','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2026-02-08 02:34:38+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Recibe información acerca de posibles vulnerabilidades en tu WordPress desde la WordPress Vulnerability Database API.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Este comando requiere un administrador de WordPress. Ejecuta con --user=.','No core vulnerabilities found.'=>'No se han encontrado vulnerabilidades en el núcleo.','No plugin vulnerabilities found.'=>'No se han encontrado vulnerabilidades en plugins.','No theme vulnerabilities found.'=>'No se han encontrado vulnerabilidades en temas.','No %s vulnerabilities found.'=>'No se han encontrado vulnerabilidades de %s.','Data from source has been reloaded.'=>'Los datos de origen se han vuelto a cargar.','You do not have permission to reload data.'=>'No tienes permiso para recargar datos.','Test email has been sent.'=>'El correo electrónico de prueba ha sido enviado.','Test email has failed. Please, check your email settings.'=>'El correo electrónico de prueba ha fallado. Por favor, comprueba tus ajustes de correo electrónico.','You do not have permission to send test emails.'=>'No tienes permiso para enviar correos electrónicos de prueba.','WPVulnerability cron events have been repaired.'=>'Los eventos cron de WPVulnerability han sido reparados.','You do not have permission to repair cron events.'=>'No tienes permiso para reparar eventos cron.','All logs have been deleted.'=>'Todos los registros han sido eliminados.','You do not have permission to delete logs.'=>'No tienes permiso para eliminar registros.','Uninstall preference saved.'=>'Preferencia de desinstalación guardada.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability ha sido restablecido a los valores predeterminados y recargado.','You do not have permission to reset WPVulnerability.'=>'No tienes permiso para restablecer WPVulnerability.','All caches have been cleared.'=>'Todas las cachés han sido limpiadas.','You do not have permission to clear caches.'=>'No tienes permiso para limpiar las cachés.','Plugin and theme signatures have been reset.'=>'Las firmas de plugins y temas han sido restablecidas.','You do not have permission to reset signatures.'=>'No tienes permiso para restablecer las firmas.','You do not have permission to export debug information.'=>'No tienes permiso para exportar información de depuración.','Database update has been executed.'=>'La actualización de la base de datos ha sido ejecutada.','You do not have permission to run database updates.'=>'No tienes permiso para ejecutar actualizaciones de la base de datos.','Notification has been sent.'=>'El aviso ha sido enviado.','Notification sending failed.'=>'El envío del aviso ha fallado.','You do not have permission to send notifications.'=>'No tienes permiso para enviar avisos.','Notifications'=>'Avisos','Analysis'=>'Análisis','Logs'=>'Registros','Security'=>'Seguridad','Tools'=>'Herramientas','Debug'=>'Depuración','About'=>'Acerca de','Notification Settings'=>'Ajustes de notificaciones','Configure how and when you want to receive vulnerability notifications.'=>'Configura cómo y cuándo quieres recibir avisos de vulnerabilidades.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Mantente informado sobre las vulnerabilidades de seguridad en tu instalación de WordPress, plugins, temas y software del servidor.','Cache Expiration Time'=>'Tiempo de caducidad de la caché','FORCED'=>'FORZADO','How long to cache vulnerability data before refreshing from the API.'=>'Cuánto tiempo almacenar en caché los datos de vulnerabilidades antes de actualizarlos desde la API.','%d hour'=>'%d hora' . "\0" . '%d horas','You can force the cache time via wp-config.php constant. Learn more →'=>'Puedes forzar el tiempo de caché mediante la constante en wp-config.php. Más información →','Notification Frequency'=>'Frecuencia de notificaciones','Choose how often you want to receive vulnerability notifications.'=>'Elige con qué frecuencia quieres recibir avisos de vulnerabilidades.','Never - Disable automatic notifications'=>'Nunca - Desactivar notificaciones automáticas','Daily - Receive notifications every day'=>'Diariamente - Recibir notificaciones cada día','Weekly - Receive notifications once a week'=>'Semanalmente - Recibir notificaciones una vez a la semana','Day:'=>'Día:','Monday'=>'Lunes','Tuesday'=>'Martes','Wednesday'=>'Miércoles','Thursday'=>'Jueves','Friday'=>'Viernes','Saturday'=>'Sábado','Sunday'=>'Domingo','Time:'=>'Hora:','(24-hour format, server timezone)'=>'(formato de 24 horas, zona horaria del servidor)','Notification Channels'=>'Canales de notificación','Select where you want to receive notifications.'=>'Selecciona dónde quieres recibir las notificaciones.','Email'=>'Correo electrónico','Email Addresses (separated by commas):'=>'Direcciones de correo electrónico (separadas por comas):','Default:'=>'Por defecto:','Slack'=>'Slack','Slack Webhook URL:'=>'URL del webhook de Slack:','Learn how to create a Slack incoming webhook →'=>'Aprende a crear un webhook entrante de Slack →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'URL del webhook de Teams:','Learn how to create a Teams incoming webhook →'=>'Aprende a crear un webhook entrante de Teams →','Discord'=>'Discord','Discord Webhook URL:'=>'URL del webhook de Discord:','Learn how to create a Discord webhook →'=>'Aprende a crear un webhook de Discord →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Token del bot de Telegram:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formato: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'ID de chat de Telegram:','Learn how to create a Telegram bot and get Chat ID →'=>'Aprende a crear un bot de Telegram y obtener el ID de chat →','Save Notification Settings'=>'Guardar ajustes de notificaciones','WordPress Components'=>'Componentes de WordPress','WordPress Core'=>'Núcleo de WordPress','Plugins'=>'Plugins','Themes'=>'Temas','Software & Languages'=>'Software e idiomas','PHP'=>'PHP','Web Servers'=>'Servidores web','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Bases de datos','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Herramientas adicionales','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Ajustes de análisis de componentes','Enable or disable vulnerability analysis for specific components.'=>'Activa o desactiva el análisis de vulnerabilidades para componentes específicos.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Marca los componentes que quieres OCULTAR de los análisis y los informes de vulnerabilidades. Los componentes no marcados se analizarán activamente. Los componentes con análisis activo se muestran en verde, los ocultos en rojo.','Hidden (forced by constant)'=>'Oculto (forzado por constante)','🔴 Analysis disabled'=>'🔴 Análisis desactivado','🟢 Analysis active'=>'🟢 Análisis activo','Tip:'=>'Consejo:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Puedes forzar la desactivación de componentes mediante constantes en wp-config.php. Más información sobre cómo forzar la ocultación de verificaciones →','Save Analysis Settings'=>'Guardar ajustes de análisis','« Previous'=>'« Anterior','Next »'=>'Siguiente »','Log entry not found or has been removed.'=>'Entrada de registro no encontrada o eliminada.','Unable to load the requested log entry.'=>'No se ha podido cargar la entrada de registro solicitada.','Log Configuration'=>'Configuración de registros','Total Logs'=>'Total de registros','Retention Period'=>'Periodo de retención','Disabled'=>'Desactivado','%d day'=>'%d día' . "\0" . '%d días','Log Retention Period'=>'Periodo de retención de registros','None (Disabled)'=>'Ninguno (desactivado)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Este valor se aplica mediante la constante WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Elige cuánto tiempo debe conservar WPVulnerability los registros de respuestas de la API. Los registros más antiguos se eliminan automáticamente.','Save Configuration'=>'Guardar configuración','Log retention is currently disabled.'=>'La retención de registros está actualmente desactivada.','API responses are not being saved.'=>'Las respuestas de la API no se están guardando.','Log Details'=>'Detalles del registro','Date'=>'Fecha','API Endpoint'=>'Endpoint de la API','API Response'=>'Respuesta de la API','Back to Logs'=>'Volver a los registros','No logs available'=>'No hay registros disponibles','API response logs will appear here once the vulnerability scanner runs.'=>'Los registros de respuestas de la API aparecerán aquí una vez que el escáner de vulnerabilidades se ejecute.','API Response Logs'=>'Registros de respuestas de la API','Show:'=>'Mostrar:','Apply'=>'Aplicar','Showing %1$s–%2$s of %3$s'=>'Mostrando %1$s–%2$s de %3$s','Actions'=>'Acciones','View'=>'Ver','Danger Zone'=>'Zona de peligro','Permanently delete all API response logs. This action cannot be undone.'=>'Eliminar permanentemente todos los registros de respuestas de la API. Esta acción no se puede deshacer.','Are you sure you want to delete all logs? This action cannot be undone.'=>'¿Estás seguro de que quieres eliminar todos los registros? Esta acción no se puede deshacer.','Delete All Logs'=>'Eliminar todos los registros','Reload Data from API'=>'Recargar datos desde la API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Recarga toda la información del Núcleo, Plugins, Temas y otros componentes directamente desde la API para tener datos actualizados. Esto limpiará la caché y obtendrá información de vulnerabilidades actualizada.','Reload Data'=>'Recargar datos','Test Email Notifications'=>'Probar notificaciones por correo electrónico','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Envía un correo electrónico de prueba con los datos de vulnerabilidades actuales para verificar que la configuración del correo electrónico funciona correctamente.','From address (configured via constant):'=>'Dirección de origen (configurada mediante constante):','From address (default):'=>'Dirección de origen (por defecto):','Learn how to customize the email sender address →'=>'Aprende a personalizar la dirección del remitente del correo electrónico →','Send Test Email'=>'Enviar correo electrónico de prueba','WP-Cron Status'=>'Estado de WP-Cron','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'Ver y gestionar los eventos programados de WP-Cron. Compara los horarios esperados con los trabajos cron reales para asegurarte de que las tareas automatizadas se ejecutan correctamente.','No cron data available.'=>'No hay datos de cron disponibles.','Hook'=>'Hook','Expected'=>'Esperado','Found'=>'Encontrado','Next Run'=>'Próxima ejecución','Status'=>'Estado','Not expected'=>'No esperado','None'=>'Ninguna','OK'=>'OK','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Eventos inesperados de WPVulnerability','No interval'=>'Sin intervalo','Next:'=>'Siguiente:','Repair Cron Events'=>'Reparar eventos cron','Uninstall Data'=>'Datos de desinstalación','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Por defecto, todos los datos del plugin se conservan cuando se elimina WPVulnerability. Activa la opción a continuación solo si quieres que todas las opciones, registros y datos en caché se eliminen permanentemente al desinstalar.','Delete all plugin data on uninstall'=>'Eliminar todos los datos del plugin al desinstalar','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Por defecto: sin marcar (datos conservados). Marca solo si quieres una eliminación limpia.','Save preference'=>'Guardar preferencia','Reset WPVulnerability'=>'Restablecer WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Elimina todos los ajustes de WPVulnerability, datos en caché, registros y eventos programados, y luego restaura los valores predeterminados y recarga los datos desde la API.','This action cannot be undone.'=>'Esta acción no se puede deshacer.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'¿Estás seguro de que quieres restablecer todos los datos de WPVulnerability? Esta acción no se puede deshacer.','Reset Plugin'=>'Restablecer plugin','Vulnerability Database Statistics'=>'Estadísticas de la base de datos de vulnerabilidades','%s vulnerability'=>'%s vulnerabilidad' . "\0" . '%s vulnerabilidades','(%s product)'=>'(%s producto)' . "\0" . '(%s productos)','No data'=>'Sin datos','Database last updated: %s'=>'Base de datos actualizada por última vez: %s','Intelligence Sources'=>'Fuentes de inteligencia','Number of vulnerabilities contributed by each intelligence source.'=>'Número de vulnerabilidades aportadas por cada fuente de inteligencia.','Source'=>'Fuente','Core'=>'Núcleo','Sponsors'=>'Patrocinadores','No sponsor data available.'=>'No hay datos de patrocinadores disponibles.','Contributors'=>'Colaboradores','No contributor data available.'=>'No hay datos de colaboradores disponibles.','You do not have sufficient permissions to access this page.'=>'No tienes permisos suficientes para acceder a esta página.','WPVulnerability settings'=>'Ajustes de WPVulnerability','Configure and save these settings to receive notifications.'=>'Configura y guarda estos ajustes para recibir notificaciones.','Configure and save these settings to hide vulnerabilities.'=>'Establece y guarda estos ajustes para ocultar vulnerabilidades.','Default administrator email'=>'Correo electrónico del administrador por defecto','Read more if you want to force the cache time.'=>'Lee más si quieres forzar el tiempo de caché','Never'=>'Nunca','Daily'=>'Diariamente','Weekly'=>'Semanalmente','Day'=>'Día','Hour'=>'Hora','Minute'=>'Minuto','Read more about how to force the deactivation of an item.'=>'Lee más acerca de cómo forzar la desactivación de un elemento.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'URL de webhook de Slack no válida. Debe ser una URL HTTPS válida de hooks.slack.com','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'URL de webhook de Microsoft Teams no válida. Debe ser una URL HTTPS válida de office.com, office365.com o api.hooks.microsoft.com','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'URL de webhook de Discord no válida. Debe ser una URL HTTPS válida de discord.com o discordapp.com','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formato de token de bot de Telegram no válido. Debe ser similar a: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Todo en orden','%d Critical Issue Found'=>'%d problema crítico encontrado' . "\0" . '%d problemas críticos encontrados','%d Issue Found'=>'%d problema encontrado' . "\0" . '%d problemas encontrados','Never checked'=>'Nunca verificado','%d minute ago'=>'hace %d minuto' . "\0" . 'hace %d minutos','%d hour ago'=>'hace %d hora' . "\0" . 'hace %d horas','Last checked: %s'=>'Última comprobación: %s','Refresh Now'=>'Actualizar ahora','No vulnerabilities detected'=>'No se han detectado vulnerabilidades','Your site is up to date and secure'=>'Tu sitio está actualizado y seguro','Server Software'=>'Software del servidor','Site Health'=>'Salud del sitio','Settings'=>'Ajustes','WPVulnerability Status'=>'Estado de WPVulnerability','Receive vulnerability notifications'=>'Recibir avisos de vulnerabilidades','Cache expiration time'=>'Tiempo de caducidad de la caché','How often you want to receive notifications'=>'Con qué frecuencia deseas recibir avisos','Where do you want to receive notifications?'=>'¿Dónde quieres recibir avisos?','Email addresses to notify (separated by commas)'=>'Direcciones de correo electrónico para avisar (separadas por comas)','Slack webhook URL'=>'URL del webhook de Slack','Teams webhook URL'=>'URL del webhook de Teams','Vulnerabilities to hide'=>'Vulnerabilidades a ocultar','What do you want to hide?'=>'¿Qué quieres ocultar?','Standard (Hybrid Detection)'=>'Estándar (detección híbrida)','Strict (Extensions Only)'=>'Estricto (solo extensiones)','Disabled (No Detection)'=>'Desactivado (sin detección)','Security Status'=>'Estado de seguridad','Security Mode'=>'Modo de seguridad','Shell Execution'=>'Ejecución de shell','Enabled'=>'Activado','Audit Logging'=>'Registro de auditoría','Enabled (%d days)'=>'Activado (%d días)','Total Log Entries'=>'Total de entradas de registro','Last Shell Execution'=>'Última ejecución de shell','%s ago'=>'hace %s','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Configura los ajustes de seguridad mediante constantes en wp-config.php: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Consulta la documentación de configuración de seguridad para más detalles.','Memcached'=>'Memcached','Imagick Extension'=>'Extensión Imagick','Redis Extension'=>'Extensión Redis','Memcached Extension'=>'Extensión Memcached','Memcache Extension'=>'Extensión Memcache','SQLite3 Extension'=>'Extensión SQLite3','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Comando de shell','Binary Check'=>'Comprobación de binario','Not Detected'=>'No detectado','Software Detection Methods'=>'Métodos de detección de software','Shows which detection method was used for each software component and the reliability score.'=>'Muestra qué método de detección se utilizó para cada componente de software y la puntuación de fiabilidad.','Component'=>'Componente','Version'=>'Versión','Detection Method'=>'Método de detección','Reliability'=>'Fiabilidad','Not detected'=>'No detectado','Shell Execution Audit Logs'=>'Registros de auditoría de ejecución de shell','Complete audit trail of shell command executions for security monitoring.'=>'Registro de auditoría completo de ejecuciones de comandos de shell para la monitorización de seguridad.','No shell execution logs found.'=>'No se han encontrado registros de ejecución de shell.','Logs will appear here when shell commands are executed for software detection.'=>'Los registros aparecerán aquí cuando se ejecuten comandos de shell para la detección de software.','Time'=>'Tiempo','Command'=>'Comando','User'=>'Usuario','Output'=>'Salida','Showing the %d most recent log entries.'=>'Mostrando las %d entradas de registro más recientes.','Invalid nonce.'=>'Nonce no válido.','Insufficient permissions.'=>'Permisos insuficientes.','No component specified.'=>'No se ha especificado ningún componente.','Debug Information'=>'Información de depuración','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Esta pestaña solo es visible cuando WP_DEBUG está activado. Úsala con precaución.','System Information'=>'Información del sistema','WordPress Version'=>'Versión de WordPress','Multisite'=>'Multisitio','Yes'=>'Sí','No'=>'No','Language'=>'Idioma','PHP Version'=>'Versión de PHP','PHP Extensions'=>'Extensiones de PHP','PHP Memory Limit'=>'Límite de memoria de PHP','Database'=>'Base de datos','Web Server'=>'Servidor web','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Ruta:','Size: %s'=>'Tamaño: %s','View Log File'=>'Ver archivo de registro','Log file is not web-accessible (outside wp-content)'=>'El archivo de registro no es accesible desde la web (fuera de wp-content)','Log file does not exist yet'=>'El archivo de registro aún no existe','Plugin Version'=>'Versión del plugin','Component Detection'=>'Detección de componentes','Version Detected'=>'Versión detectada','Analyzed'=>'Analizado','Cache Status'=>'Estado de la caché','Configuration Summary'=>'Resumen de configuración','Cache Duration'=>'Duración de la caché','Log Retention'=>'Retención de registros','Components Analyzed'=>'Componentes analizados','Notification Email'=>'Correo electrónico de notificación','Slack Webhook'=>'Webhook de Slack','Configured & Enabled'=>'Configurado y activado','Configured (Disabled)'=>'Configurado (desactivado)','Not configured'=>'No configurado','Teams Webhook'=>'Webhook de Teams','Discord Webhook'=>'Webhook de Discord','Telegram Bot'=>'Bot de Telegram','Cron Status'=>'Estado del cron','Update Database'=>'Actualizar base de datos','Next run: %s'=>'Próxima ejecución: %s','Not scheduled'=>'No programado','Send Notification'=>'Enviar notificación','Run Update Now'=>'Ejecutar actualización ahora','Run Notification Now'=>'Enviar notificación ahora','You do not have permission to run these actions.'=>'No tienes permiso para ejecutar estas acciones.','API Testing'=>'Prueba de la API','Test API connectivity for each component. Click a button to send a test request.'=>'Prueba la conectividad de la API para cada componente. Haz clic en un botón para enviar una solicitud de prueba.','Test %s'=>'Probar %s','Testing...'=>'Probando...','HTTP Code:'=>'Código HTTP:','Response Time:'=>'Tiempo de respuesta:','Response Preview'=>'Vista previa de la respuesta','Test'=>'Probar','Error:'=>'Error:','AJAX request failed.'=>'La solicitud AJAX ha fallado.','You do not have permission to test API connectivity.'=>'No tienes permiso para probar la conectividad de la API.','Database Options Viewer'=>'Visor de opciones de base de datos','View the raw data stored in WordPress options.'=>'Ver los datos brutos almacenados en las opciones de WordPress.','Select an option...'=>'Selecciona una opción...','Option not found or empty.'=>'Opción no encontrada o vacía.','Quick Actions'=>'Acciones rápidas','Perform debugging actions. Use with caution.'=>'Realizar acciones de depuración. Úsalas con precaución.','Are you sure you want to clear all caches?'=>'¿Estás seguro de que quieres limpiar todas las cachés?','Clear All Caches'=>'Limpiar todas las cachés','Are you sure you want to reset signatures?'=>'¿Estás seguro de que quieres restablecer las firmas?','Reset Signatures'=>'Restablecer firmas','Export Debug Info'=>'Exportar información de depuración','You do not have permission to perform these actions.'=>'No tienes permiso para realizar estas acciones.','Settings saved.'=>'Ajustes guardados.','WPVulnerability cron events have been repaired across the network.'=>'Los eventos cron de WPVulnerability han sido reparados en toda la red.','You do not have permission to access this page.'=>'No tienes permiso para acceder a esta página.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s tiene una vulnerabilidad conocida que puede estar afectando a tu versión instalada.','Actively exploited'=>'Activamente explotada','Public exploit'=>'Exploit público','Automatable'=>'Automatizable','References:'=>'Referencias:','Invalid component specified.'=>'Componente especificado no válido.','Version not detected for this component.'=>'Versión no detectada para este componente.','API request successful.'=>'Solicitud a la API correcta.','API returned HTTP code %d.'=>'La API ha devuelto el código HTTP %d.','WPVulnerability Logs'=>'Registros de WPVulnerability','WPVulnerability Log'=>'Registro de WPVulnerability','Low'=>'Baja','Medium'=>'Media','High'=>'Alta','Critical'=>'Crítica','WPVulnerability Shell Logs'=>'Registros de shell de WPVulnerability','WPVulnerability Shell Log'=>'Registro de shell de WPVulnerability','Every week'=>'Cada semana','Every day'=>'Cada día','Invalid request.'=>'Solicitud no válida.','You have unsubscribed from WPVulnerability notifications.'=>'Te has dado de baja de los avisos de WPVulnerability.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Más información acerca de la WordPress Vulnerability Database API en %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'¿Quieres dejar de recibir estas alertas? Darse de baja o cambiar la frecuencia de los correos electrónicos a Nunca en los ajustes de WPVulnerability.','No vulnerabilities found'=>'No se han encontrado vulnerabilidades','This is likely a test. The site does not have vulnerabilities.'=>'Es probable que se trate de una prueba. El sitio no tiene vulnerabilidades.','Core vulnerabilities'=>'Vulnerabilidades en el núcleo de WordPress','Plugins vulnerabilities'=>'Vulnerabilidades en plugins','Themes vulnerabilities'=>'Vulnerabilidades en temas','PHP vulnerabilities'=>'Vulnerabilidades de PHP','Apache HTTPD vulnerabilities'=>'Vulnerabilidades de Apache HTTPD','Nginx vulnerabilities'=>'Vulnerabilidades de nginx','MariaDB vulnerabilities'=>'Vulnerabilidades de MariaDB','MySQL vulnerabilities'=>'Vulnerabilidades de MySQL','ImageMagick vulnerabilities'=>'Vulnerabilidades de ImageMagick','curl vulnerabilities'=>'Vulnerabilidades de curl','memcached vulnerabilities'=>'Vulnerabilidades de memcached','Redis vulnerabilities'=>'Vulnerabilidades de Redis','SQLite vulnerabilities'=>'Vulnerabilidades SQLite','Vulnerability found: %s'=>'Vulnerabilidad encontrada: %s','Vulnerability found'=>'Se ha encontrado una vulnerabilidad','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s tiene una vulnerabilidad conocida que puede estar afectando a tu versión instalada.','This plugin is closed. Please replace it with another.'=>'Este plugin está cerrado. Por favor, reemplázalo por otro.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Esta vulnerabilidad no parece tener parche. Presta atención a las próximas actualizaciones del plugin.','It hasn\'t been updated in over a year.'=>'Hace más de un año que no se actualiza.','It may no longer be available (closed?).'=>'Puede que ya no esté disponible (¿cerrado?).','Last updated on'=>'Última actualización el','Vulnerabilities (%d)'=>'Vulnerabilidades (%d)','%s running'=>'%s corriendo','End of Life'=>'Fin de vida útil','End of life:'=>'Fin de vida útil:','Supported'=>'Con soporte','Plugin'=>'Plugin','Theme'=>'Tema','End of life: %s'=>'Fin de vida útil: %s','EOL'=>'EOL','Network Settings'=>'Ajustes de red','Vulnerabilities'=>'Vulnerabilidades','Every 6 hours'=>'Cada 6 horas','Database updates'=>'Actualizaciones de la base de datos','Log cleanup'=>'Limpieza de registros','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Las notificaciones están programadas, pero la configuración las desactiva actualmente. Por favor, revisa la pestaña de notificaciones.','This event should not be scheduled for this site.'=>'Este evento no debería estar programado para este sitio.','Not expected for this site.'=>'No esperado para este sitio.','No instances found.'=>'No se han encontrado instancias.','Scheduled with an unexpected interval.'=>'Programado con un intervalo inesperado.','Multiple instances detected.'=>'Múltiples instancias detectadas.','Scheduled as expected.'=>'Programado como se esperaba.','There aren\'t plugins vulnerabilities'=>'No hay vulnerabilidades en los plugins','Shows possible vulnerabilities that exist in installed plugins.'=>'Muestra posibles vulnerabilidades que existen en los plugins instalados.','There is %d plugin with vulnerabilities'=>'Hay %d plugin con vulnerabilidades' . "\0" . 'Hay %d plugins con vulnerabilidades','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Hemos detectado posibles vulnerabilidades en los plugins instalados. Por favor, verifícalos y mantenlos actualizados.','Update plugins'=>'Actualizar plugins','There aren\'t themes vulnerabilities'=>'No hay vulnerabilidades en los temas','Shows possible vulnerabilities that exist in installed themes.'=>'Muestra posibles vulnerabilidades que existen en los temas instalados.','There is %d theme with vulnerabilities'=>'Hay %d tema con vulnerabilidades' . "\0" . 'Hay %d temas con vulnerabilidades','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Hemos detectado posibles vulnerabilidades en los temas instalados. Por favor, verifícalos y mantenlos actualizados.','Update themes'=>'Actualizar temas','There aren\'t WordPress vulnerabilities'=>'No hay vulnerabilidades en WordPress','Shows possible vulnerabilities existing in the WordPress core.'=>'Muestra las posibles vulnerabilidades existentes en el núcleo de WordPress.','There is %d core vulnerability'=>'Hay %d vulnerabilidad en el núcleo' . "\0" . 'Hay %d vulnerabilidades en el núcleo','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Hemos detectado posibles vulnerabilidades en esta instalación de WordPress. Por favor, compruébalas y mantén tu instalación actualizada.','Update WordPress'=>'Actualizar WordPress','Nginx'=>'Nginx','Invalid software type'=>'Tipo de software no válido','Error'=>'Error','The specified software type is not valid.'=>'El tipo de software especificado no es válido','There aren\'t %s vulnerabilities'=>'No hay vulnerabilidades de %s','Shows possible vulnerabilities existing in %s.'=>'Muestra posibles vulnerabilidades existentes en %s.','There is %1$d %2$s vulnerability'=>'Hay %d vulnerabilidad de %2$s.' . "\0" . 'Hay %d vulnerabilidades de %2$s.','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Hemos detectado posibles vulnerabilidades en %s. Por favor, compruébalas y mantén actualizada tu instalación.','How to update PHP'=>'Cómo actualizar PHP','WPVulnerability Core'=>'WP Vulnerability - Núcleo','WPVulnerability Themes'=>'WPVulnerability - Temas','WPVulnerability Plugins'=>'WPVulnerability - Plugins','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability Redis','WPVulnerability sqlite'=>'WPVulnerability SQLite','This theme is closed. Please replace it with another.'=>'Este tema está cerrado. Por favor, reemplázalo por otro.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Esta vulnerabilidad no parece tener parche. Presta atención a las próximas actualizaciones del tema.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Este tema tiene vulnerabilidades conocidas que pueden estar afectando a tu versión instalada.']]; \ No newline at end of file +return ['domain'=>'wpvulnerability','plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'es_CL','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2026-02-08 02:34:38+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Recibe información acerca de posibles vulnerabilidades en tu WordPress desde la WordPress Vulnerability Database API.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Este comando requiere un administrador de WordPress. Ejecuta con --user=.','No core vulnerabilities found.'=>'No se han encontrado vulnerabilidades en el núcleo.','No plugin vulnerabilities found.'=>'No se han encontrado vulnerabilidades en plugins.','No theme vulnerabilities found.'=>'No se han encontrado vulnerabilidades en temas.','No %s vulnerabilities found.'=>'No se han encontrado vulnerabilidades de %s.','Data from source has been reloaded.'=>'Los datos de origen se han vuelto a cargar.','You do not have permission to reload data.'=>'No tienes permiso para recargar datos.','Test email has been sent.'=>'El correo electrónico de prueba ha sido enviado.','Test email has failed. Please, check your email settings.'=>'El correo electrónico de prueba ha fallado. Por favor, comprueba tus ajustes de correo electrónico.','You do not have permission to send test emails.'=>'No tienes permiso para enviar correos electrónicos de prueba.','WPVulnerability cron events have been repaired.'=>'Los eventos cron de WPVulnerability han sido reparados.','You do not have permission to repair cron events.'=>'No tienes permiso para reparar eventos cron.','All logs have been deleted.'=>'Todos los registros han sido eliminados.','You do not have permission to delete logs.'=>'No tienes permiso para eliminar registros.','Uninstall preference saved.'=>'Preferencia de desinstalación guardada.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability ha sido restablecido a los valores predeterminados y recargado.','You do not have permission to reset WPVulnerability.'=>'No tienes permiso para restablecer WPVulnerability.','All caches have been cleared.'=>'Todas las cachés han sido limpiadas.','You do not have permission to clear caches.'=>'No tienes permiso para limpiar las cachés.','Plugin and theme signatures have been reset.'=>'Las firmas de plugins y temas han sido restablecidas.','You do not have permission to reset signatures.'=>'No tienes permiso para restablecer las firmas.','You do not have permission to export debug information.'=>'No tienes permiso para exportar información de depuración.','Database update has been executed.'=>'La actualización de la base de datos ha sido ejecutada.','You do not have permission to run database updates.'=>'No tienes permiso para ejecutar actualizaciones de la base de datos.','Notification has been sent.'=>'El aviso ha sido enviado.','Notification sending failed.'=>'El envío del aviso ha fallado.','You do not have permission to send notifications.'=>'No tienes permiso para enviar avisos.','Notifications'=>'Avisos','Analysis'=>'Análisis','Logs'=>'Registros','Security'=>'Seguridad','Tools'=>'Herramientas','Debug'=>'Depuración','About'=>'Acerca de','Notification Settings'=>'Ajustes de notificaciones','Configure how and when you want to receive vulnerability notifications.'=>'Configura cómo y cuándo quieres recibir avisos de vulnerabilidades.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Mantente informado sobre las vulnerabilidades de seguridad en tu instalación de WordPress, plugins, temas y software del servidor.','Cache Expiration Time'=>'Tiempo de caducidad de la caché','FORCED'=>'FORZADO','How long to cache vulnerability data before refreshing from the API.'=>'Cuánto tiempo almacenar en caché los datos de vulnerabilidades antes de actualizarlos desde la API.','%d hour'=>'%d hora' . "\0" . '%d horas','You can force the cache time via wp-config.php constant. Learn more →'=>'Puedes forzar el tiempo de caché mediante la constante en wp-config.php. Más información →','Notification Frequency'=>'Frecuencia de notificaciones','Choose how often you want to receive vulnerability notifications.'=>'Elige con qué frecuencia quieres recibir avisos de vulnerabilidades.','Never - Disable automatic notifications'=>'Nunca - Desactivar notificaciones automáticas','Daily - Receive notifications every day'=>'Diariamente - Recibir notificaciones cada día','Weekly - Receive notifications once a week'=>'Semanalmente - Recibir notificaciones una vez a la semana','Day:'=>'Día:','Monday'=>'Lunes','Tuesday'=>'Martes','Wednesday'=>'Miércoles','Thursday'=>'Jueves','Friday'=>'Viernes','Saturday'=>'Sábado','Sunday'=>'Domingo','Time:'=>'Hora:','(24-hour format, server timezone)'=>'(formato de 24 horas, zona horaria del servidor)','Notification Channels'=>'Canales de notificación','Select where you want to receive notifications.'=>'Selecciona dónde quieres recibir las notificaciones.','Email'=>'Correo electrónico','Email Addresses (separated by commas):'=>'Direcciones de correo electrónico (separadas por comas):','Default:'=>'Por defecto:','Slack'=>'Slack','Slack Webhook URL:'=>'URL del webhook de Slack:','Learn how to create a Slack incoming webhook →'=>'Aprende a crear un webhook entrante de Slack →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'URL del webhook de Teams:','Learn how to create a Teams incoming webhook →'=>'Aprende a crear un webhook entrante de Teams →','Discord'=>'Discord','Discord Webhook URL:'=>'URL del webhook de Discord:','Learn how to create a Discord webhook →'=>'Aprende a crear un webhook de Discord →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Token del bot de Telegram:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formato: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'ID de chat de Telegram:','Learn how to create a Telegram bot and get Chat ID →'=>'Aprende a crear un bot de Telegram y obtener el ID de chat →','Save Notification Settings'=>'Guardar ajustes de notificaciones','WordPress Components'=>'Componentes de WordPress','WordPress Core'=>'Núcleo de WordPress','Plugins'=>'Plugins','Themes'=>'Temas','Software & Languages'=>'Software e idiomas','PHP'=>'PHP','Web Servers'=>'Servidores web','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Bases de datos','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Herramientas adicionales','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Ajustes de análisis de componentes','Enable or disable vulnerability analysis for specific components.'=>'Activa o desactiva el análisis de vulnerabilidades para componentes específicos.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Marca los componentes que quieres OCULTAR de los análisis y los informes de vulnerabilidades. Los componentes no marcados se analizarán activamente. Los componentes con análisis activo se muestran en verde, los ocultos en rojo.','Hidden (forced by constant)'=>'Oculto (forzado por constante)','🔴 Analysis disabled'=>'🔴 Análisis desactivado','🟢 Analysis active'=>'🟢 Análisis activo','Tip:'=>'Consejo:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Puedes forzar la desactivación de componentes mediante constantes en wp-config.php. Más información sobre cómo forzar la ocultación de verificaciones →','Save Analysis Settings'=>'Guardar ajustes de análisis','« Previous'=>'« Anterior','Next »'=>'Siguiente »','Log entry not found or has been removed.'=>'Entrada de registro no encontrada o eliminada.','Unable to load the requested log entry.'=>'No se ha podido cargar la entrada de registro solicitada.','Log Configuration'=>'Configuración de registros','Total Logs'=>'Total de registros','Retention Period'=>'Periodo de retención','Disabled'=>'Desactivado','%d day'=>'%d día' . "\0" . '%d días','Log Retention Period'=>'Periodo de retención de registros','None (Disabled)'=>'Ninguno (desactivado)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Este valor se aplica mediante la constante WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Elige cuánto tiempo debe conservar WPVulnerability los registros de respuestas de la API. Los registros más antiguos se eliminan automáticamente.','Save Configuration'=>'Guardar configuración','Log retention is currently disabled.'=>'La retención de registros está actualmente desactivada.','API responses are not being saved.'=>'Las respuestas de la API no se están guardando.','Log Details'=>'Detalles del registro','Date'=>'Fecha','API Endpoint'=>'Endpoint de la API','API Response'=>'Respuesta de la API','Back to Logs'=>'Volver a los registros','No logs available'=>'No hay registros disponibles','API response logs will appear here once the vulnerability scanner runs.'=>'Los registros de respuestas de la API aparecerán aquí una vez que el escáner de vulnerabilidades se ejecute.','API Response Logs'=>'Registros de respuestas de la API','Show:'=>'Mostrar:','Apply'=>'Aplicar','Showing %1$s–%2$s of %3$s'=>'Mostrando %1$s–%2$s de %3$s','Actions'=>'Acciones','View'=>'Ver','Danger Zone'=>'Zona de peligro','Permanently delete all API response logs. This action cannot be undone.'=>'Eliminar permanentemente todos los registros de respuestas de la API. Esta acción no se puede deshacer.','Are you sure you want to delete all logs? This action cannot be undone.'=>'¿Estás seguro de que quieres eliminar todos los registros? Esta acción no se puede deshacer.','Delete All Logs'=>'Eliminar todos los registros','Reload Data from API'=>'Recargar datos desde la API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Recarga toda la información del Núcleo, Plugins, Temas y otros componentes directamente desde la API para tener datos actualizados. Esto limpiará la caché y obtendrá información de vulnerabilidades actualizada.','Reload Data'=>'Recargar datos','Test Email Notifications'=>'Probar notificaciones por correo electrónico','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Envía un correo electrónico de prueba con los datos de vulnerabilidades actuales para verificar que la configuración del correo electrónico funciona correctamente.','From address (configured via constant):'=>'Dirección de origen (configurada mediante constante):','From address (default):'=>'Dirección de origen (por defecto):','Learn how to customize the email sender address →'=>'Aprende a personalizar la dirección del remitente del correo electrónico →','Send Test Email'=>'Enviar correo electrónico de prueba','WP-Cron Status'=>'Estado de WP-Cron','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'Ver y gestionar los eventos programados de WP-Cron. Compara los horarios esperados con los trabajos cron reales para asegurarte de que las tareas automatizadas se ejecutan correctamente.','No cron data available.'=>'No hay datos de cron disponibles.','Hook'=>'Hook','Expected'=>'Esperado','Found'=>'Encontrado','Next Run'=>'Próxima ejecución','Status'=>'Estado','Not expected'=>'No esperado','None'=>'Ninguna','OK'=>'OK','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Eventos inesperados de WPVulnerability','No interval'=>'Sin intervalo','Next:'=>'Siguiente:','Repair Cron Events'=>'Reparar eventos cron','Uninstall Data'=>'Datos de desinstalación','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Por defecto, todos los datos del plugin se conservan cuando se elimina WPVulnerability. Activa la opción a continuación solo si quieres que todas las opciones, registros y datos en caché se eliminen permanentemente al desinstalar.','Delete all plugin data on uninstall'=>'Eliminar todos los datos del plugin al desinstalar','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Por defecto: sin marcar (datos conservados). Marca solo si quieres una eliminación limpia.','Save preference'=>'Guardar preferencia','Reset WPVulnerability'=>'Restablecer WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Elimina todos los ajustes de WPVulnerability, datos en caché, registros y eventos programados, y luego restaura los valores predeterminados y recarga los datos desde la API.','This action cannot be undone.'=>'Esta acción no se puede deshacer.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'¿Estás seguro de que quieres restablecer todos los datos de WPVulnerability? Esta acción no se puede deshacer.','Reset Plugin'=>'Restablecer plugin','Vulnerability Database Statistics'=>'Estadísticas de la base de datos de vulnerabilidades','%s vulnerability'=>'%s vulnerabilidad' . "\0" . '%s vulnerabilidades','(%s product)'=>'(%s producto)' . "\0" . '(%s productos)','No data'=>'Sin datos','Database last updated: %s'=>'Base de datos actualizada por última vez: %s','Intelligence Sources'=>'Fuentes de inteligencia','Number of vulnerabilities contributed by each intelligence source.'=>'Número de vulnerabilidades aportadas por cada fuente de inteligencia.','Source'=>'Fuente','Core'=>'Núcleo','Sponsors'=>'Patrocinadores','No sponsor data available.'=>'No hay datos de patrocinadores disponibles.','Contributors'=>'Colaboradores','No contributor data available.'=>'No hay datos de colaboradores disponibles.','You do not have sufficient permissions to access this page.'=>'No tienes permisos suficientes para acceder a esta página.','WPVulnerability settings'=>'Ajustes de WPVulnerability','Configure and save these settings to receive notifications.'=>'Configura y guarda estos ajustes para recibir notificaciones.','Configure and save these settings to hide vulnerabilities.'=>'Establece y guarda estos ajustes para ocultar vulnerabilidades.','Default administrator email'=>'Correo electrónico del administrador por defecto','Read more if you want to force the cache time.'=>'Lee más si quieres forzar el tiempo de caché','Never'=>'Nunca','Daily'=>'Diariamente','Weekly'=>'Semanalmente','Day'=>'Día','Hour'=>'Hora','Minute'=>'Minuto','Read more about how to force the deactivation of an item.'=>'Lee más acerca de cómo forzar la desactivación de un elemento.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'URL de webhook de Slack no válida. Debe ser una URL HTTPS válida de hooks.slack.com','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'URL de webhook de Microsoft Teams no válida. Debe ser una URL HTTPS válida de office.com, office365.com o api.hooks.microsoft.com','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'URL de webhook de Discord no válida. Debe ser una URL HTTPS válida de discord.com o discordapp.com','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formato de token de bot de Telegram no válido. Debe ser similar a: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Todo en orden','%d Critical Issue Found'=>'%d problema crítico encontrado' . "\0" . '%d problemas críticos encontrados','%d Issue Found'=>'%d problema encontrado' . "\0" . '%d problemas encontrados','Never checked'=>'Nunca verificado','%d minute ago'=>'hace %d minuto' . "\0" . 'hace %d minutos','%d hour ago'=>'hace %d hora' . "\0" . 'hace %d horas','Last checked: %s'=>'Última comprobación: %s','Refresh Now'=>'Actualizar ahora','No vulnerabilities detected'=>'No se han detectado vulnerabilidades','Your site is up to date and secure'=>'Tu sitio está actualizado y seguro','Server Software'=>'Software del servidor','Site Health'=>'Salud del sitio','Settings'=>'Ajustes','WPVulnerability Status'=>'Estado de WPVulnerability','Receive vulnerability notifications'=>'Recibir avisos de vulnerabilidades','Cache expiration time'=>'Tiempo de caducidad de la caché','How often you want to receive notifications'=>'Con qué frecuencia deseas recibir avisos','Where do you want to receive notifications?'=>'¿Dónde quieres recibir avisos?','Email addresses to notify (separated by commas)'=>'Direcciones de correo electrónico para avisar (separadas por comas)','Slack webhook URL'=>'URL del webhook de Slack','Teams webhook URL'=>'URL del webhook de Teams','Vulnerabilities to hide'=>'Vulnerabilidades a ocultar','What do you want to hide?'=>'¿Qué quieres ocultar?','Standard (Hybrid Detection)'=>'Estándar (detección híbrida)','Strict (Extensions Only)'=>'Estricto (solo extensiones)','Disabled (No Detection)'=>'Desactivado (sin detección)','Security Status'=>'Estado de seguridad','Security Mode'=>'Modo de seguridad','Shell Execution'=>'Ejecución de shell','Enabled'=>'Activado','Audit Logging'=>'Registro de auditoría','Enabled (%d days)'=>'Activado (%d días)','Total Log Entries'=>'Total de entradas de registro','Last Shell Execution'=>'Última ejecución de shell','%s ago'=>'hace %s','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Configura los ajustes de seguridad mediante constantes en wp-config.php: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Consulta la documentación de configuración de seguridad para más detalles.','Memcached'=>'Memcached','Imagick Extension'=>'Extensión Imagick','Redis Extension'=>'Extensión Redis','Memcached Extension'=>'Extensión Memcached','Memcache Extension'=>'Extensión Memcache','SQLite3 Extension'=>'Extensión SQLite3','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Comando de shell','Binary Check'=>'Comprobación de binario','Not Detected'=>'No detectado','Software Detection Methods'=>'Métodos de detección de software','Shows which detection method was used for each software component and the reliability score.'=>'Muestra qué método de detección se utilizó para cada componente de software y la puntuación de fiabilidad.','Component'=>'Componente','Version'=>'Versión','Detection Method'=>'Método de detección','Reliability'=>'Fiabilidad','Not detected'=>'No detectado','Shell Execution Audit Logs'=>'Registros de auditoría de ejecución de shell','Complete audit trail of shell command executions for security monitoring.'=>'Registro de auditoría completo de ejecuciones de comandos de shell para la monitorización de seguridad.','No shell execution logs found.'=>'No se han encontrado registros de ejecución de shell.','Logs will appear here when shell commands are executed for software detection.'=>'Los registros aparecerán aquí cuando se ejecuten comandos de shell para la detección de software.','Time'=>'Tiempo','Command'=>'Comando','User'=>'Usuario','Output'=>'Salida','Showing the %d most recent log entries.'=>'Mostrando las %d entradas de registro más recientes.','Invalid nonce.'=>'Nonce no válido.','Insufficient permissions.'=>'Permisos insuficientes.','No component specified.'=>'No se ha especificado ningún componente.','Debug Information'=>'Información de depuración','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Esta pestaña solo es visible cuando WP_DEBUG está activado. Úsala con precaución.','System Information'=>'Información del sistema','WordPress Version'=>'Versión de WordPress','Multisite'=>'Multisitio','Yes'=>'Sí','No'=>'No','Language'=>'Idioma','PHP Version'=>'Versión de PHP','PHP Extensions'=>'Extensiones de PHP','PHP Memory Limit'=>'Límite de memoria de PHP','Database'=>'Base de datos','Web Server'=>'Servidor web','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Ruta:','Size: %s'=>'Tamaño: %s','View Log File'=>'Ver archivo de registro','Log file is not web-accessible (outside wp-content)'=>'El archivo de registro no es accesible desde la web (fuera de wp-content)','Log file does not exist yet'=>'El archivo de registro aún no existe','Plugin Version'=>'Versión del plugin','Component Detection'=>'Detección de componentes','Version Detected'=>'Versión detectada','Analyzed'=>'Analizado','Cache Status'=>'Estado de la caché','Configuration Summary'=>'Resumen de configuración','Cache Duration'=>'Duración de la caché','Log Retention'=>'Retención de registros','Components Analyzed'=>'Componentes analizados','Notification Email'=>'Correo electrónico de notificación','Slack Webhook'=>'Webhook de Slack','Configured & Enabled'=>'Configurado y activado','Configured (Disabled)'=>'Configurado (desactivado)','Not configured'=>'No configurado','Teams Webhook'=>'Webhook de Teams','Discord Webhook'=>'Webhook de Discord','Telegram Bot'=>'Bot de Telegram','Cron Status'=>'Estado del cron','Update Database'=>'Actualizar base de datos','Next run: %s'=>'Próxima ejecución: %s','Not scheduled'=>'No programado','Send Notification'=>'Enviar notificación','Run Update Now'=>'Ejecutar actualización ahora','Run Notification Now'=>'Enviar notificación ahora','You do not have permission to run these actions.'=>'No tienes permiso para ejecutar estas acciones.','API Testing'=>'Prueba de la API','Test API connectivity for each component. Click a button to send a test request.'=>'Prueba la conectividad de la API para cada componente. Haz clic en un botón para enviar una solicitud de prueba.','Test %s'=>'Probar %s','Testing...'=>'Probando...','HTTP Code:'=>'Código HTTP:','Response Time:'=>'Tiempo de respuesta:','Response Preview'=>'Vista previa de la respuesta','Test'=>'Probar','Error:'=>'Error:','AJAX request failed.'=>'La solicitud AJAX ha fallado.','You do not have permission to test API connectivity.'=>'No tienes permiso para probar la conectividad de la API.','Database Options Viewer'=>'Visor de opciones de base de datos','View the raw data stored in WordPress options.'=>'Ver los datos brutos almacenados en las opciones de WordPress.','Select an option...'=>'Selecciona una opción...','Option not found or empty.'=>'Opción no encontrada o vacía.','Quick Actions'=>'Acciones rápidas','Perform debugging actions. Use with caution.'=>'Realizar acciones de depuración. Úsalas con precaución.','Are you sure you want to clear all caches?'=>'¿Estás seguro de que quieres limpiar todas las cachés?','Clear All Caches'=>'Limpiar todas las cachés','Are you sure you want to reset signatures?'=>'¿Estás seguro de que quieres restablecer las firmas?','Reset Signatures'=>'Restablecer firmas','Export Debug Info'=>'Exportar información de depuración','You do not have permission to perform these actions.'=>'No tienes permiso para realizar estas acciones.','Settings saved.'=>'Ajustes guardados.','WPVulnerability cron events have been repaired across the network.'=>'Los eventos cron de WPVulnerability han sido reparados en toda la red.','You do not have permission to access this page.'=>'No tienes permiso para acceder a esta página.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s tiene una vulnerabilidad conocida que puede estar afectando a tu versión instalada.','Actively exploited'=>'Activamente explotada','Public exploit'=>'Exploit público','Automatable'=>'Automatizable','References:'=>'Referencias:','Invalid component specified.'=>'Componente especificado no válido.','Version not detected for this component.'=>'Versión no detectada para este componente.','API request successful.'=>'Solicitud a la API correcta.','API returned HTTP code %d.'=>'La API ha devuelto el código HTTP %d.','WPVulnerability Logs'=>'Registros de WPVulnerability','WPVulnerability Log'=>'Registro de WPVulnerability','Low'=>'Baja','Medium'=>'Media','High'=>'Alta','Critical'=>'Crítica','WPVulnerability Shell Logs'=>'Registros de shell de WPVulnerability','WPVulnerability Shell Log'=>'Registro de shell de WPVulnerability','Every week'=>'Cada semana','Every day'=>'Cada día','Invalid request.'=>'Solicitud no válida.','You have unsubscribed from WPVulnerability notifications.'=>'Te has dado de baja de los avisos de WPVulnerability.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Más información acerca de la WordPress Vulnerability Database API en %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'¿Quieres dejar de recibir estas alertas? Darse de baja o cambiar la frecuencia de los correos electrónicos a Nunca en los ajustes de WPVulnerability.','No vulnerabilities found'=>'No se han encontrado vulnerabilidades','This is likely a test. The site does not have vulnerabilities.'=>'Es probable que se trate de una prueba. El sitio no tiene vulnerabilidades.','Core vulnerabilities'=>'Vulnerabilidades en el núcleo de WordPress','Plugins vulnerabilities'=>'Vulnerabilidades en plugins','Themes vulnerabilities'=>'Vulnerabilidades en temas','PHP vulnerabilities'=>'Vulnerabilidades de PHP','Apache HTTPD vulnerabilities'=>'Vulnerabilidades de Apache HTTPD','Nginx vulnerabilities'=>'Vulnerabilidades de nginx','MariaDB vulnerabilities'=>'Vulnerabilidades de MariaDB','MySQL vulnerabilities'=>'Vulnerabilidades de MySQL','ImageMagick vulnerabilities'=>'Vulnerabilidades de ImageMagick','curl vulnerabilities'=>'Vulnerabilidades de curl','memcached vulnerabilities'=>'Vulnerabilidades de memcached','Redis vulnerabilities'=>'Vulnerabilidades de Redis','SQLite vulnerabilities'=>'Vulnerabilidades SQLite','Vulnerability found: %s'=>'Vulnerabilidad encontrada: %s','Vulnerability found'=>'Se ha encontrado una vulnerabilidad','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s tiene una vulnerabilidad conocida que puede estar afectando a tu versión instalada.','This plugin is closed. Please replace it with another.'=>'Este plugin está cerrado. Por favor, reemplázalo por otro.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Esta vulnerabilidad no parece tener parche. Presta atención a las próximas actualizaciones del plugin.','It hasn\'t been updated in over a year.'=>'Hace más de un año que no se actualiza.','It may no longer be available (closed?).'=>'Puede que ya no esté disponible (¿cerrado?).','Last updated on'=>'Última actualización el','Vulnerabilities (%d)'=>'Vulnerabilidades (%d)','%s running'=>'%s corriendo','End of Life'=>'Fin de vida útil','End of life:'=>'Fin de vida útil:','Supported'=>'Con soporte','Plugin'=>'Plugin','Theme'=>'Tema','End of life: %s'=>'Fin de vida útil: %s','EOL'=>'EOL','Network Settings'=>'Ajustes de red','Vulnerabilities'=>'Vulnerabilidades','Every 6 hours'=>'Cada 6 horas','Database updates'=>'Actualizaciones de la base de datos','Log cleanup'=>'Limpieza de registros','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Las notificaciones están programadas, pero la configuración las desactiva actualmente. Por favor, revisa la pestaña de notificaciones.','This event should not be scheduled for this site.'=>'Este evento no debería estar programado para este sitio.','Not expected for this site.'=>'No esperado para este sitio.','No instances found.'=>'No se han encontrado instancias.','Scheduled with an unexpected interval.'=>'Programado con un intervalo inesperado.','Multiple instances detected.'=>'Múltiples instancias detectadas.','Scheduled as expected.'=>'Programado como se esperaba.','There aren\'t plugins vulnerabilities'=>'No hay vulnerabilidades en los plugins','Shows possible vulnerabilities that exist in installed plugins.'=>'Muestra posibles vulnerabilidades que existen en los plugins instalados.','There is %d plugin with vulnerabilities'=>'Hay %d plugin con vulnerabilidades' . "\0" . 'Hay %d plugins con vulnerabilidades','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Hemos detectado posibles vulnerabilidades en los plugins instalados. Por favor, verifícalos y mantenlos actualizados.','Update plugins'=>'Actualizar plugins','There aren\'t themes vulnerabilities'=>'No hay vulnerabilidades en los temas','Shows possible vulnerabilities that exist in installed themes.'=>'Muestra posibles vulnerabilidades que existen en los temas instalados.','There is %d theme with vulnerabilities'=>'Hay %d tema con vulnerabilidades' . "\0" . 'Hay %d temas con vulnerabilidades','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Hemos detectado posibles vulnerabilidades en los temas instalados. Por favor, verifícalos y mantenlos actualizados.','Update themes'=>'Actualizar temas','There aren\'t WordPress vulnerabilities'=>'No hay vulnerabilidades en WordPress','Shows possible vulnerabilities existing in the WordPress core.'=>'Muestra las posibles vulnerabilidades existentes en el núcleo de WordPress.','There is %d core vulnerability'=>'Hay %d vulnerabilidad en el núcleo' . "\0" . 'Hay %d vulnerabilidades en el núcleo','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Hemos detectado posibles vulnerabilidades en esta instalación de WordPress. Por favor, compruébalas y mantén tu instalación actualizada.','Update WordPress'=>'Actualizar WordPress','Nginx'=>'Nginx','Invalid software type'=>'Tipo de software no válido','Error'=>'Error','The specified software type is not valid.'=>'El tipo de software especificado no es válido','There aren\'t %s vulnerabilities'=>'No hay vulnerabilidades de %s','Shows possible vulnerabilities existing in %s.'=>'Muestra posibles vulnerabilidades existentes en %s.','There is %1$d %2$s vulnerability'=>'Hay %d vulnerabilidad de %2$s.' . "\0" . 'Hay %d vulnerabilidades de %2$s.','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Hemos detectado posibles vulnerabilidades en %s. Por favor, compruébalas y mantén actualizada tu instalación.','How to update PHP'=>'Cómo actualizar PHP','WPVulnerability Core'=>'WP Vulnerability - Núcleo','WPVulnerability Themes'=>'WPVulnerability - Temas','WPVulnerability Plugins'=>'WPVulnerability - Plugins','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability Redis','WPVulnerability sqlite'=>'WPVulnerability SQLite','This theme is closed. Please replace it with another.'=>'Este tema está cerrado. Por favor, reemplázalo por otro.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Esta vulnerabilidad no parece tener parche. Presta atención a las próximas actualizaciones del tema.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Este tema tiene vulnerabilidades conocidas que pueden estar afectando a tu versión instalada.']]; \ No newline at end of file diff --git a/languages/wpvulnerability-es.l10n.php b/languages/wpvulnerability-es.l10n.php index fe643d9..9ec7836 100644 --- a/languages/wpvulnerability-es.l10n.php +++ b/languages/wpvulnerability-es.l10n.php @@ -1,2 +1,2 @@ NULL,'plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'es','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2026-01-20 18:56:16+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Recibe información acerca de posibles vulnerabilidades en tu WordPress desde la WordPress Vulnerability Database API.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Este comando requiere un administrador de WordPress. Ejecuta con --user=.','No core vulnerabilities found.'=>'No se han encontrado vulnerabilidades en el núcleo.','No plugin vulnerabilities found.'=>'No se han encontrado vulnerabilidades en plugins.','No theme vulnerabilities found.'=>'No se han encontrado vulnerabilidades en temas.','No %s vulnerabilities found.'=>'No se han encontrado vulnerabilidades de %s.','Data from source has been reloaded.'=>'Los datos de origen se han vuelto a cargar.','You do not have permission to reload data.'=>'No tienes permiso para recargar datos.','Test email has been sent.'=>'El correo electrónico de prueba ha sido enviado.','Test email has failed. Please, check your email settings.'=>'El correo electrónico de prueba ha fallado. Por favor, comprueba tus ajustes de correo electrónico.','You do not have permission to send test emails.'=>'No tienes permiso para enviar correos electrónicos de prueba.','WPVulnerability cron events have been repaired.'=>'Los eventos cron de WPVulnerability han sido reparados.','You do not have permission to repair cron events.'=>'No tienes permiso para reparar eventos cron.','All logs have been deleted.'=>'Todos los registros han sido eliminados.','You do not have permission to delete logs.'=>'No tienes permiso para eliminar registros.','Uninstall preference saved.'=>'Preferencia de desinstalación guardada.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability ha sido restablecido a los valores predeterminados y recargado.','You do not have permission to reset WPVulnerability.'=>'No tienes permiso para restablecer WPVulnerability.','All caches have been cleared.'=>'Todas las cachés han sido limpiadas.','You do not have permission to clear caches.'=>'No tienes permiso para limpiar las cachés.','Plugin and theme signatures have been reset.'=>'Las firmas de plugins y temas han sido restablecidas.','You do not have permission to reset signatures.'=>'No tienes permiso para restablecer las firmas.','You do not have permission to export debug information.'=>'No tienes permiso para exportar información de depuración.','Database update has been executed.'=>'La actualización de la base de datos ha sido ejecutada.','You do not have permission to run database updates.'=>'No tienes permiso para ejecutar actualizaciones de la base de datos.','Notification has been sent.'=>'El aviso ha sido enviado.','Notification sending failed.'=>'El envío del aviso ha fallado.','You do not have permission to send notifications.'=>'No tienes permiso para enviar avisos.','Notifications'=>'Avisos','Analysis'=>'Análisis','Logs'=>'Registros','Security'=>'Seguridad','Tools'=>'Herramientas','Debug'=>'Depuración','About'=>'Acerca de','Notification Settings'=>'Ajustes de notificaciones','Configure how and when you want to receive vulnerability notifications.'=>'Configura cómo y cuándo quieres recibir avisos de vulnerabilidades.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Mantente informado sobre las vulnerabilidades de seguridad en tu instalación de WordPress, plugins, temas y software del servidor.','Cache Expiration Time'=>'Tiempo de caducidad de la caché','FORCED'=>'FORZADO','How long to cache vulnerability data before refreshing from the API.'=>'Cuánto tiempo almacenar en caché los datos de vulnerabilidades antes de actualizarlos desde la API.','%d hour'=>'%d hora' . "\0" . '%d horas','You can force the cache time via wp-config.php constant. Learn more →'=>'Puedes forzar el tiempo de caché mediante la constante en wp-config.php. Más información →','Notification Frequency'=>'Frecuencia de notificaciones','Choose how often you want to receive vulnerability notifications.'=>'Elige con qué frecuencia quieres recibir avisos de vulnerabilidades.','Never - Disable automatic notifications'=>'Nunca - Desactivar notificaciones automáticas','Daily - Receive notifications every day'=>'Diariamente - Recibir notificaciones cada día','Weekly - Receive notifications once a week'=>'Semanalmente - Recibir notificaciones una vez a la semana','Day:'=>'Día:','Monday'=>'Lunes','Tuesday'=>'Martes','Wednesday'=>'Miércoles','Thursday'=>'Jueves','Friday'=>'Viernes','Saturday'=>'Sábado','Sunday'=>'Domingo','Time:'=>'Hora:','(24-hour format, server timezone)'=>'(formato de 24 horas, zona horaria del servidor)','Notification Channels'=>'Canales de notificación','Select where you want to receive notifications.'=>'Selecciona dónde quieres recibir las notificaciones.','Email'=>'Correo electrónico','Email Addresses (separated by commas):'=>'Direcciones de correo electrónico (separadas por comas):','Default:'=>'Por defecto:','Slack'=>'Slack','Slack Webhook URL:'=>'URL del webhook de Slack:','Learn how to create a Slack incoming webhook →'=>'Aprende a crear un webhook entrante de Slack →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'URL del webhook de Teams:','Learn how to create a Teams incoming webhook →'=>'Aprende a crear un webhook entrante de Teams →','Discord'=>'Discord','Discord Webhook URL:'=>'URL del webhook de Discord:','Learn how to create a Discord webhook →'=>'Aprende a crear un webhook de Discord →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Token del bot de Telegram:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formato: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'ID de chat de Telegram:','Learn how to create a Telegram bot and get Chat ID →'=>'Aprende a crear un bot de Telegram y obtener el ID de chat →','Save Notification Settings'=>'Guardar ajustes de notificaciones','WordPress Components'=>'Componentes de WordPress','WordPress Core'=>'Núcleo de WordPress','Plugins'=>'Plugins','Themes'=>'Temas','Software & Languages'=>'Software e idiomas','PHP'=>'PHP','Web Servers'=>'Servidores web','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Bases de datos','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Herramientas adicionales','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Ajustes de análisis de componentes','Enable or disable vulnerability analysis for specific components.'=>'Activa o desactiva el análisis de vulnerabilidades para componentes específicos.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Marca los componentes que quieres OCULTAR de los análisis y los informes de vulnerabilidades. Los componentes no marcados se analizarán activamente. Los componentes con análisis activo se muestran en verde, los ocultos en rojo.','Hidden (forced by constant)'=>'Oculto (forzado por constante)','🔴 Analysis disabled'=>'🔴 Análisis desactivado','🟢 Analysis active'=>'🟢 Análisis activo','Tip:'=>'Consejo:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Puedes forzar la desactivación de componentes mediante constantes en wp-config.php. Más información sobre cómo forzar la ocultación de verificaciones →','Save Analysis Settings'=>'Guardar ajustes de análisis','« Previous'=>'« Anterior','Next »'=>'Siguiente »','Log entry not found or has been removed.'=>'Entrada de registro no encontrada o eliminada.','Unable to load the requested log entry.'=>'No se ha podido cargar la entrada de registro solicitada.','Log Configuration'=>'Configuración de registros','Total Logs'=>'Total de registros','Retention Period'=>'Periodo de retención','Disabled'=>'Desactivado','%d day'=>'%d día' . "\0" . '%d días','Log Retention Period'=>'Periodo de retención de registros','None (Disabled)'=>'Ninguno (desactivado)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Este valor se aplica mediante la constante WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Elige cuánto tiempo debe conservar WPVulnerability los registros de respuestas de la API. Los registros más antiguos se eliminan automáticamente.','Save Configuration'=>'Guardar configuración','Log retention is currently disabled.'=>'La retención de registros está actualmente desactivada.','API responses are not being saved.'=>'Las respuestas de la API no se están guardando.','Log Details'=>'Detalles del registro','Date'=>'Fecha','API Endpoint'=>'Endpoint de la API','API Response'=>'Respuesta de la API','Back to Logs'=>'Volver a los registros','No logs available'=>'No hay registros disponibles','API response logs will appear here once the vulnerability scanner runs.'=>'Los registros de respuestas de la API aparecerán aquí una vez que el escáner de vulnerabilidades se ejecute.','API Response Logs'=>'Registros de respuestas de la API','Show:'=>'Mostrar:','Apply'=>'Aplicar','Showing %1$s–%2$s of %3$s'=>'Mostrando %1$s–%2$s de %3$s','Actions'=>'Acciones','View'=>'Ver','Danger Zone'=>'Zona de peligro','Permanently delete all API response logs. This action cannot be undone.'=>'Eliminar permanentemente todos los registros de respuestas de la API. Esta acción no se puede deshacer.','Are you sure you want to delete all logs? This action cannot be undone.'=>'¿Estás seguro de que quieres eliminar todos los registros? Esta acción no se puede deshacer.','Delete All Logs'=>'Eliminar todos los registros','Reload Data from API'=>'Recargar datos desde la API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Recarga toda la información del Núcleo, Plugins, Temas y otros componentes directamente desde la API para tener datos actualizados. Esto limpiará la caché y obtendrá información de vulnerabilidades actualizada.','Reload Data'=>'Recargar datos','Test Email Notifications'=>'Probar notificaciones por correo electrónico','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Envía un correo electrónico de prueba con los datos de vulnerabilidades actuales para verificar que la configuración del correo electrónico funciona correctamente.','From address (configured via constant):'=>'Dirección de origen (configurada mediante constante):','From address (default):'=>'Dirección de origen (por defecto):','Learn how to customize the email sender address →'=>'Aprende a personalizar la dirección del remitente del correo electrónico →','Send Test Email'=>'Enviar correo electrónico de prueba','WP-Cron Status'=>'Estado de WP-Cron','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'Ver y gestionar los eventos programados de WP-Cron. Compara los horarios esperados con los trabajos cron reales para asegurarte de que las tareas automatizadas se ejecutan correctamente.','No cron data available.'=>'No hay datos de cron disponibles.','Hook'=>'Hook','Expected'=>'Esperado','Found'=>'Encontrado','Next Run'=>'Próxima ejecución','Status'=>'Estado','Not expected'=>'No esperado','None'=>'Ninguna','OK'=>'OK','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Eventos inesperados de WPVulnerability','No interval'=>'Sin intervalo','Next:'=>'Siguiente:','Repair Cron Events'=>'Reparar eventos cron','Uninstall Data'=>'Datos de desinstalación','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Por defecto, todos los datos del plugin se conservan cuando se elimina WPVulnerability. Activa la opción a continuación solo si quieres que todas las opciones, registros y datos en caché se eliminen permanentemente al desinstalar.','Delete all plugin data on uninstall'=>'Eliminar todos los datos del plugin al desinstalar','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Por defecto: sin marcar (datos conservados). Marca solo si quieres una eliminación limpia.','Save preference'=>'Guardar preferencia','Reset WPVulnerability'=>'Restablecer WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Elimina todos los ajustes de WPVulnerability, datos en caché, registros y eventos programados, y luego restaura los valores predeterminados y recarga los datos desde la API.','This action cannot be undone.'=>'Esta acción no se puede deshacer.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'¿Estás seguro de que quieres restablecer todos los datos de WPVulnerability? Esta acción no se puede deshacer.','Reset Plugin'=>'Restablecer plugin','Vulnerability Database Statistics'=>'Estadísticas de la base de datos de vulnerabilidades','%s vulnerability'=>'%s vulnerabilidad' . "\0" . '%s vulnerabilidades','(%s product)'=>'(%s producto)' . "\0" . '(%s productos)','No data'=>'Sin datos','Database last updated: %s'=>'Base de datos actualizada por última vez: %s','Intelligence Sources'=>'Fuentes de inteligencia','Number of vulnerabilities contributed by each intelligence source.'=>'Número de vulnerabilidades aportadas por cada fuente de inteligencia.','Source'=>'Fuente','Core'=>'Núcleo','Sponsors'=>'Patrocinadores','No sponsor data available.'=>'No hay datos de patrocinadores disponibles.','Contributors'=>'Colaboradores','No contributor data available.'=>'No hay datos de colaboradores disponibles.','You do not have sufficient permissions to access this page.'=>'No tienes permisos suficientes para acceder a esta página.','WPVulnerability settings'=>'Ajustes de WPVulnerability','Configure and save these settings to receive notifications.'=>'Configura y guarda estos ajustes para recibir notificaciones.','Configure and save these settings to hide vulnerabilities.'=>'Establece y guarda estos ajustes para ocultar vulnerabilidades.','Default administrator email'=>'Correo electrónico del administrador por defecto','Read more if you want to force the cache time.'=>'Lee más si quieres forzar el tiempo de caché','Never'=>'Nunca','Daily'=>'Diariamente','Weekly'=>'Semanalmente','Day'=>'Día','Hour'=>'Hora','Minute'=>'Minuto','Read more about how to force the deactivation of an item.'=>'Lee más acerca de cómo forzar la desactivación de un elemento.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'URL de webhook de Slack no válida. Debe ser una URL HTTPS válida de hooks.slack.com','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'URL de webhook de Microsoft Teams no válida. Debe ser una URL HTTPS válida de office.com, office365.com o api.hooks.microsoft.com','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'URL de webhook de Discord no válida. Debe ser una URL HTTPS válida de discord.com o discordapp.com','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formato de token de bot de Telegram no válido. Debe ser similar a: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Todo en orden','%d Critical Issue Found'=>'%d problema crítico encontrado' . "\0" . '%d problemas críticos encontrados','%d Issue Found'=>'%d problema encontrado' . "\0" . '%d problemas encontrados','Never checked'=>'Nunca verificado','%d minute ago'=>'hace %d minuto' . "\0" . 'hace %d minutos','%d hour ago'=>'hace %d hora' . "\0" . 'hace %d horas','Last checked: %s'=>'Última comprobación: %s','Refresh Now'=>'Actualizar ahora','No vulnerabilities detected'=>'No se han detectado vulnerabilidades','Your site is up to date and secure'=>'Tu sitio está actualizado y seguro','Server Software'=>'Software del servidor','Site Health'=>'Salud del sitio','Settings'=>'Ajustes','WPVulnerability Status'=>'Estado de WPVulnerability','Receive vulnerability notifications'=>'Recibir avisos de vulnerabilidades','Cache expiration time'=>'Tiempo de caducidad de la caché','How often you want to receive notifications'=>'Con qué frecuencia deseas recibir avisos','Where do you want to receive notifications?'=>'¿Dónde quieres recibir avisos?','Email addresses to notify (separated by commas)'=>'Direcciones de correo electrónico para avisar (separadas por comas)','Slack webhook URL'=>'URL del webhook de Slack','Teams webhook URL'=>'URL del webhook de Teams','Vulnerabilities to hide'=>'Vulnerabilidades a ocultar','What do you want to hide?'=>'¿Qué quieres ocultar?','Standard (Hybrid Detection)'=>'Estándar (detección híbrida)','Strict (Extensions Only)'=>'Estricto (solo extensiones)','Disabled (No Detection)'=>'Desactivado (sin detección)','Security Status'=>'Estado de seguridad','Security Mode'=>'Modo de seguridad','Shell Execution'=>'Ejecución de shell','Enabled'=>'Activado','Audit Logging'=>'Registro de auditoría','Enabled (%d days)'=>'Activado (%d días)','Total Log Entries'=>'Total de entradas de registro','Last Shell Execution'=>'Última ejecución de shell','%s ago'=>'hace %s','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Configura los ajustes de seguridad mediante constantes en wp-config.php: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Consulta la documentación de configuración de seguridad para más detalles.','Memcached'=>'Memcached','Imagick Extension'=>'Extensión Imagick','Redis Extension'=>'Extensión Redis','Memcached Extension'=>'Extensión Memcached','Memcache Extension'=>'Extensión Memcache','SQLite3 Extension'=>'Extensión SQLite3','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Comando de shell','Binary Check'=>'Comprobación de binario','Not Detected'=>'No detectado','Software Detection Methods'=>'Métodos de detección de software','Shows which detection method was used for each software component and the reliability score.'=>'Muestra qué método de detección se utilizó para cada componente de software y la puntuación de fiabilidad.','Component'=>'Componente','Version'=>'Versión','Detection Method'=>'Método de detección','Reliability'=>'Fiabilidad','Not detected'=>'No detectado','Shell Execution Audit Logs'=>'Registros de auditoría de ejecución de shell','Complete audit trail of shell command executions for security monitoring.'=>'Registro de auditoría completo de ejecuciones de comandos de shell para la monitorización de seguridad.','No shell execution logs found.'=>'No se han encontrado registros de ejecución de shell.','Logs will appear here when shell commands are executed for software detection.'=>'Los registros aparecerán aquí cuando se ejecuten comandos de shell para la detección de software.','Time'=>'Tiempo','Command'=>'Comando','User'=>'Usuario','Output'=>'Salida','Showing the %d most recent log entries.'=>'Mostrando las %d entradas de registro más recientes.','Invalid nonce.'=>'Nonce no válido.','Insufficient permissions.'=>'Permisos insuficientes.','No component specified.'=>'No se ha especificado ningún componente.','Debug Information'=>'Información de depuración','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Esta pestaña solo es visible cuando WP_DEBUG está activado. Úsala con precaución.','System Information'=>'Información del sistema','WordPress Version'=>'Versión de WordPress','Multisite'=>'Multisitio','Yes'=>'Sí','No'=>'No','Language'=>'Idioma','PHP Version'=>'Versión de PHP','PHP Extensions'=>'Extensiones de PHP','PHP Memory Limit'=>'Límite de memoria de PHP','Database'=>'Base de datos','Web Server'=>'Servidor web','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Ruta:','Size: %s'=>'Tamaño: %s','View Log File'=>'Ver archivo de registro','Log file is not web-accessible (outside wp-content)'=>'El archivo de registro no es accesible desde la web (fuera de wp-content)','Log file does not exist yet'=>'El archivo de registro aún no existe','Plugin Version'=>'Versión del plugin','Component Detection'=>'Detección de componentes','Version Detected'=>'Versión detectada','Analyzed'=>'Analizado','Cache Status'=>'Estado de la caché','Configuration Summary'=>'Resumen de configuración','Cache Duration'=>'Duración de la caché','Log Retention'=>'Retención de registros','Components Analyzed'=>'Componentes analizados','Notification Email'=>'Correo electrónico de notificación','Slack Webhook'=>'Webhook de Slack','Configured & Enabled'=>'Configurado y activado','Configured (Disabled)'=>'Configurado (desactivado)','Not configured'=>'No configurado','Teams Webhook'=>'Webhook de Teams','Discord Webhook'=>'Webhook de Discord','Telegram Bot'=>'Bot de Telegram','Cron Status'=>'Estado del cron','Update Database'=>'Actualizar base de datos','Next run: %s'=>'Próxima ejecución: %s','Not scheduled'=>'No programado','Send Notification'=>'Enviar notificación','Run Update Now'=>'Ejecutar actualización ahora','Run Notification Now'=>'Enviar notificación ahora','You do not have permission to run these actions.'=>'No tienes permiso para ejecutar estas acciones.','API Testing'=>'Prueba de la API','Test API connectivity for each component. Click a button to send a test request.'=>'Prueba la conectividad de la API para cada componente. Haz clic en un botón para enviar una solicitud de prueba.','Test %s'=>'Probar %s','Testing...'=>'Probando...','HTTP Code:'=>'Código HTTP:','Response Time:'=>'Tiempo de respuesta:','Response Preview'=>'Vista previa de la respuesta','Test'=>'Probar','Error:'=>'Error:','AJAX request failed.'=>'La solicitud AJAX ha fallado.','You do not have permission to test API connectivity.'=>'No tienes permiso para probar la conectividad de la API.','Database Options Viewer'=>'Visor de opciones de base de datos','View the raw data stored in WordPress options.'=>'Ver los datos brutos almacenados en las opciones de WordPress.','Select an option...'=>'Selecciona una opción...','Option not found or empty.'=>'Opción no encontrada o vacía.','Quick Actions'=>'Acciones rápidas','Perform debugging actions. Use with caution.'=>'Realizar acciones de depuración. Úsalas con precaución.','Are you sure you want to clear all caches?'=>'¿Estás seguro de que quieres limpiar todas las cachés?','Clear All Caches'=>'Limpiar todas las cachés','Are you sure you want to reset signatures?'=>'¿Estás seguro de que quieres restablecer las firmas?','Reset Signatures'=>'Restablecer firmas','Export Debug Info'=>'Exportar información de depuración','You do not have permission to perform these actions.'=>'No tienes permiso para realizar estas acciones.','Settings saved.'=>'Ajustes guardados.','WPVulnerability cron events have been repaired across the network.'=>'Los eventos cron de WPVulnerability han sido reparados en toda la red.','You do not have permission to access this page.'=>'No tienes permiso para acceder a esta página.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s tiene una vulnerabilidad conocida que puede estar afectando a tu versión instalada.','Actively exploited'=>'Activamente explotada','Public exploit'=>'Exploit público','Automatable'=>'Automatizable','References:'=>'Referencias:','Invalid component specified.'=>'Componente especificado no válido.','Version not detected for this component.'=>'Versión no detectada para este componente.','API request successful.'=>'Solicitud a la API correcta.','API returned HTTP code %d.'=>'La API ha devuelto el código HTTP %d.','WPVulnerability Logs'=>'Registros de WPVulnerability','WPVulnerability Log'=>'Registro de WPVulnerability','Low'=>'Baja','Medium'=>'Media','High'=>'Alta','Critical'=>'Crítica','WPVulnerability Shell Logs'=>'Registros de shell de WPVulnerability','WPVulnerability Shell Log'=>'Registro de shell de WPVulnerability','Every week'=>'Cada semana','Every day'=>'Cada día','Invalid request.'=>'Solicitud no válida.','You have unsubscribed from WPVulnerability notifications.'=>'Te has dado de baja de los avisos de WPVulnerability.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Más información acerca de la WordPress Vulnerability Database API en %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'¿Quieres dejar de recibir estas alertas? Darse de baja o cambiar la frecuencia de los correos electrónicos a Nunca en los ajustes de WPVulnerability.','No vulnerabilities found'=>'No se han encontrado vulnerabilidades','This is likely a test. The site does not have vulnerabilities.'=>'Es probable que se trate de una prueba. El sitio no tiene vulnerabilidades.','Core vulnerabilities'=>'Vulnerabilidades en el núcleo de WordPress','Plugins vulnerabilities'=>'Vulnerabilidades en plugins','Themes vulnerabilities'=>'Vulnerabilidades en temas','PHP vulnerabilities'=>'Vulnerabilidades de PHP','Apache HTTPD vulnerabilities'=>'Vulnerabilidades de Apache HTTPD','Nginx vulnerabilities'=>'Vulnerabilidades de nginx','MariaDB vulnerabilities'=>'Vulnerabilidades de MariaDB','MySQL vulnerabilities'=>'Vulnerabilidades de MySQL','ImageMagick vulnerabilities'=>'Vulnerabilidades de ImageMagick','curl vulnerabilities'=>'Vulnerabilidades de curl','memcached vulnerabilities'=>'Vulnerabilidades de memcached','Redis vulnerabilities'=>'Vulnerabilidades de Redis','SQLite vulnerabilities'=>'Vulnerabilidades SQLite','Vulnerability found: %s'=>'Vulnerabilidad encontrada: %s','Vulnerability found'=>'Se ha encontrado una vulnerabilidad','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s tiene una vulnerabilidad conocida que puede estar afectando a tu versión instalada.','This plugin is closed. Please replace it with another.'=>'Este plugin está cerrado. Por favor, reemplázalo por otro.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Esta vulnerabilidad no parece tener parche. Presta atención a las próximas actualizaciones del plugin.','It hasn\'t been updated in over a year.'=>'Hace más de un año que no se actualiza.','It may no longer be available (closed?).'=>'Puede que ya no esté disponible (¿cerrado?).','Last updated on'=>'Última actualización el','Vulnerabilities (%d)'=>'Vulnerabilidades (%d)','%s running'=>'%s corriendo','End of Life'=>'Fin de vida útil','End of life:'=>'Fin de vida útil:','Supported'=>'Con soporte','Plugin'=>'Plugin','Theme'=>'Tema','End of life: %s'=>'Fin de vida útil: %s','EOL'=>'EOL','Network Settings'=>'Ajustes de red','Vulnerabilities'=>'Vulnerabilidades','Every 6 hours'=>'Cada 6 horas','Database updates'=>'Actualizaciones de la base de datos','Log cleanup'=>'Limpieza de registros','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Las notificaciones están programadas, pero la configuración las desactiva actualmente. Por favor, revisa la pestaña de notificaciones.','This event should not be scheduled for this site.'=>'Este evento no debería estar programado para este sitio.','Not expected for this site.'=>'No esperado para este sitio.','No instances found.'=>'No se han encontrado instancias.','Scheduled with an unexpected interval.'=>'Programado con un intervalo inesperado.','Multiple instances detected.'=>'Múltiples instancias detectadas.','Scheduled as expected.'=>'Programado como se esperaba.','There aren\'t plugins vulnerabilities'=>'No hay vulnerabilidades en los plugins','Shows possible vulnerabilities that exist in installed plugins.'=>'Muestra posibles vulnerabilidades que existen en los plugins instalados.','There is %d plugin with vulnerabilities'=>'Hay %d plugin con vulnerabilidades' . "\0" . 'Hay %d plugins con vulnerabilidades','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Hemos detectado posibles vulnerabilidades en los plugins instalados. Por favor, verifícalos y mantenlos actualizados.','Update plugins'=>'Actualizar plugins','There aren\'t themes vulnerabilities'=>'No hay vulnerabilidades en los temas','Shows possible vulnerabilities that exist in installed themes.'=>'Muestra posibles vulnerabilidades que existen en los temas instalados.','There is %d theme with vulnerabilities'=>'Hay %d tema con vulnerabilidades' . "\0" . 'Hay %d temas con vulnerabilidades','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Hemos detectado posibles vulnerabilidades en los temas instalados. Por favor, verifícalos y mantenlos actualizados.','Update themes'=>'Actualizar temas','There aren\'t WordPress vulnerabilities'=>'No hay vulnerabilidades en WordPress','Shows possible vulnerabilities existing in the WordPress core.'=>'Muestra las posibles vulnerabilidades existentes en el núcleo de WordPress.','There is %d core vulnerability'=>'Hay %d vulnerabilidad en el núcleo' . "\0" . 'Hay %d vulnerabilidades en el núcleo','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Hemos detectado posibles vulnerabilidades en esta instalación de WordPress. Por favor, compruébalas y mantén tu instalación actualizada.','Update WordPress'=>'Actualizar WordPress','Nginx'=>'Nginx','Invalid software type'=>'Tipo de software no válido','Error'=>'Error','The specified software type is not valid.'=>'El tipo de software especificado no es válido','There aren\'t %s vulnerabilities'=>'No hay vulnerabilidades de %s','Shows possible vulnerabilities existing in %s.'=>'Muestra posibles vulnerabilidades existentes en %s.','There is %1$d %2$s vulnerability'=>'Hay %d vulnerabilidad de %2$s.' . "\0" . 'Hay %d vulnerabilidades de %2$s.','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Hemos detectado posibles vulnerabilidades en %s. Por favor, compruébalas y mantén actualizada tu instalación.','How to update PHP'=>'Cómo actualizar PHP','WPVulnerability Core'=>'WP Vulnerability - Núcleo','WPVulnerability Themes'=>'WPVulnerability - Temas','WPVulnerability Plugins'=>'WPVulnerability - Plugins','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability Redis','WPVulnerability sqlite'=>'WPVulnerability SQLite','This theme is closed. Please replace it with another.'=>'Este tema está cerrado. Por favor, reemplázalo por otro.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Esta vulnerabilidad no parece tener parche. Presta atención a las próximas actualizaciones del tema.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Este tema tiene vulnerabilidades conocidas que pueden estar afectando a tu versión instalada.']]; \ No newline at end of file +return ['domain'=>'wpvulnerability','plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'es','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2026-01-20 18:56:16+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Recibe información acerca de posibles vulnerabilidades en tu WordPress desde la WordPress Vulnerability Database API.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Este comando requiere un administrador de WordPress. Ejecuta con --user=.','No core vulnerabilities found.'=>'No se han encontrado vulnerabilidades en el núcleo.','No plugin vulnerabilities found.'=>'No se han encontrado vulnerabilidades en plugins.','No theme vulnerabilities found.'=>'No se han encontrado vulnerabilidades en temas.','No %s vulnerabilities found.'=>'No se han encontrado vulnerabilidades de %s.','Data from source has been reloaded.'=>'Los datos de origen se han vuelto a cargar.','You do not have permission to reload data.'=>'No tienes permiso para recargar datos.','Test email has been sent.'=>'El correo electrónico de prueba ha sido enviado.','Test email has failed. Please, check your email settings.'=>'El correo electrónico de prueba ha fallado. Por favor, comprueba tus ajustes de correo electrónico.','You do not have permission to send test emails.'=>'No tienes permiso para enviar correos electrónicos de prueba.','WPVulnerability cron events have been repaired.'=>'Los eventos cron de WPVulnerability han sido reparados.','You do not have permission to repair cron events.'=>'No tienes permiso para reparar eventos cron.','All logs have been deleted.'=>'Todos los registros han sido eliminados.','You do not have permission to delete logs.'=>'No tienes permiso para eliminar registros.','Uninstall preference saved.'=>'Preferencia de desinstalación guardada.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability ha sido restablecido a los valores predeterminados y recargado.','You do not have permission to reset WPVulnerability.'=>'No tienes permiso para restablecer WPVulnerability.','All caches have been cleared.'=>'Todas las cachés han sido limpiadas.','You do not have permission to clear caches.'=>'No tienes permiso para limpiar las cachés.','Plugin and theme signatures have been reset.'=>'Las firmas de plugins y temas han sido restablecidas.','You do not have permission to reset signatures.'=>'No tienes permiso para restablecer las firmas.','You do not have permission to export debug information.'=>'No tienes permiso para exportar información de depuración.','Database update has been executed.'=>'La actualización de la base de datos ha sido ejecutada.','You do not have permission to run database updates.'=>'No tienes permiso para ejecutar actualizaciones de la base de datos.','Notification has been sent.'=>'El aviso ha sido enviado.','Notification sending failed.'=>'El envío del aviso ha fallado.','You do not have permission to send notifications.'=>'No tienes permiso para enviar avisos.','Notifications'=>'Avisos','Analysis'=>'Análisis','Logs'=>'Registros','Security'=>'Seguridad','Tools'=>'Herramientas','Debug'=>'Depuración','About'=>'Acerca de','Notification Settings'=>'Ajustes de notificaciones','Configure how and when you want to receive vulnerability notifications.'=>'Configura cómo y cuándo quieres recibir avisos de vulnerabilidades.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Mantente informado sobre las vulnerabilidades de seguridad en tu instalación de WordPress, plugins, temas y software del servidor.','Cache Expiration Time'=>'Tiempo de caducidad de la caché','FORCED'=>'FORZADO','How long to cache vulnerability data before refreshing from the API.'=>'Cuánto tiempo almacenar en caché los datos de vulnerabilidades antes de actualizarlos desde la API.','%d hour'=>'%d hora' . "\0" . '%d horas','You can force the cache time via wp-config.php constant. Learn more →'=>'Puedes forzar el tiempo de caché mediante la constante en wp-config.php. Más información →','Notification Frequency'=>'Frecuencia de notificaciones','Choose how often you want to receive vulnerability notifications.'=>'Elige con qué frecuencia quieres recibir avisos de vulnerabilidades.','Never - Disable automatic notifications'=>'Nunca - Desactivar notificaciones automáticas','Daily - Receive notifications every day'=>'Diariamente - Recibir notificaciones cada día','Weekly - Receive notifications once a week'=>'Semanalmente - Recibir notificaciones una vez a la semana','Day:'=>'Día:','Monday'=>'Lunes','Tuesday'=>'Martes','Wednesday'=>'Miércoles','Thursday'=>'Jueves','Friday'=>'Viernes','Saturday'=>'Sábado','Sunday'=>'Domingo','Time:'=>'Hora:','(24-hour format, server timezone)'=>'(formato de 24 horas, zona horaria del servidor)','Notification Channels'=>'Canales de notificación','Select where you want to receive notifications.'=>'Selecciona dónde quieres recibir las notificaciones.','Email'=>'Correo electrónico','Email Addresses (separated by commas):'=>'Direcciones de correo electrónico (separadas por comas):','Default:'=>'Por defecto:','Slack'=>'Slack','Slack Webhook URL:'=>'URL del webhook de Slack:','Learn how to create a Slack incoming webhook →'=>'Aprende a crear un webhook entrante de Slack →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'URL del webhook de Teams:','Learn how to create a Teams incoming webhook →'=>'Aprende a crear un webhook entrante de Teams →','Discord'=>'Discord','Discord Webhook URL:'=>'URL del webhook de Discord:','Learn how to create a Discord webhook →'=>'Aprende a crear un webhook de Discord →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Token del bot de Telegram:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formato: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'ID de chat de Telegram:','Learn how to create a Telegram bot and get Chat ID →'=>'Aprende a crear un bot de Telegram y obtener el ID de chat →','Save Notification Settings'=>'Guardar ajustes de notificaciones','WordPress Components'=>'Componentes de WordPress','WordPress Core'=>'Núcleo de WordPress','Plugins'=>'Plugins','Themes'=>'Temas','Software & Languages'=>'Software e idiomas','PHP'=>'PHP','Web Servers'=>'Servidores web','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Bases de datos','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Herramientas adicionales','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Ajustes de análisis de componentes','Enable or disable vulnerability analysis for specific components.'=>'Activa o desactiva el análisis de vulnerabilidades para componentes específicos.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Marca los componentes que quieres OCULTAR de los análisis y los informes de vulnerabilidades. Los componentes no marcados se analizarán activamente. Los componentes con análisis activo se muestran en verde, los ocultos en rojo.','Hidden (forced by constant)'=>'Oculto (forzado por constante)','🔴 Analysis disabled'=>'🔴 Análisis desactivado','🟢 Analysis active'=>'🟢 Análisis activo','Tip:'=>'Consejo:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Puedes forzar la desactivación de componentes mediante constantes en wp-config.php. Más información sobre cómo forzar la ocultación de verificaciones →','Save Analysis Settings'=>'Guardar ajustes de análisis','« Previous'=>'« Anterior','Next »'=>'Siguiente »','Log entry not found or has been removed.'=>'Entrada de registro no encontrada o eliminada.','Unable to load the requested log entry.'=>'No se ha podido cargar la entrada de registro solicitada.','Log Configuration'=>'Configuración de registros','Total Logs'=>'Total de registros','Retention Period'=>'Periodo de retención','Disabled'=>'Desactivado','%d day'=>'%d día' . "\0" . '%d días','Log Retention Period'=>'Periodo de retención de registros','None (Disabled)'=>'Ninguno (desactivado)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Este valor se aplica mediante la constante WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Elige cuánto tiempo debe conservar WPVulnerability los registros de respuestas de la API. Los registros más antiguos se eliminan automáticamente.','Save Configuration'=>'Guardar configuración','Log retention is currently disabled.'=>'La retención de registros está actualmente desactivada.','API responses are not being saved.'=>'Las respuestas de la API no se están guardando.','Log Details'=>'Detalles del registro','Date'=>'Fecha','API Endpoint'=>'Endpoint de la API','API Response'=>'Respuesta de la API','Back to Logs'=>'Volver a los registros','No logs available'=>'No hay registros disponibles','API response logs will appear here once the vulnerability scanner runs.'=>'Los registros de respuestas de la API aparecerán aquí una vez que el escáner de vulnerabilidades se ejecute.','API Response Logs'=>'Registros de respuestas de la API','Show:'=>'Mostrar:','Apply'=>'Aplicar','Showing %1$s–%2$s of %3$s'=>'Mostrando %1$s–%2$s de %3$s','Actions'=>'Acciones','View'=>'Ver','Danger Zone'=>'Zona de peligro','Permanently delete all API response logs. This action cannot be undone.'=>'Eliminar permanentemente todos los registros de respuestas de la API. Esta acción no se puede deshacer.','Are you sure you want to delete all logs? This action cannot be undone.'=>'¿Estás seguro de que quieres eliminar todos los registros? Esta acción no se puede deshacer.','Delete All Logs'=>'Eliminar todos los registros','Reload Data from API'=>'Recargar datos desde la API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Recarga toda la información del Núcleo, Plugins, Temas y otros componentes directamente desde la API para tener datos actualizados. Esto limpiará la caché y obtendrá información de vulnerabilidades actualizada.','Reload Data'=>'Recargar datos','Test Email Notifications'=>'Probar notificaciones por correo electrónico','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Envía un correo electrónico de prueba con los datos de vulnerabilidades actuales para verificar que la configuración del correo electrónico funciona correctamente.','From address (configured via constant):'=>'Dirección de origen (configurada mediante constante):','From address (default):'=>'Dirección de origen (por defecto):','Learn how to customize the email sender address →'=>'Aprende a personalizar la dirección del remitente del correo electrónico →','Send Test Email'=>'Enviar correo electrónico de prueba','WP-Cron Status'=>'Estado de WP-Cron','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'Ver y gestionar los eventos programados de WP-Cron. Compara los horarios esperados con los trabajos cron reales para asegurarte de que las tareas automatizadas se ejecutan correctamente.','No cron data available.'=>'No hay datos de cron disponibles.','Hook'=>'Hook','Expected'=>'Esperado','Found'=>'Encontrado','Next Run'=>'Próxima ejecución','Status'=>'Estado','Not expected'=>'No esperado','None'=>'Ninguna','OK'=>'OK','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Eventos inesperados de WPVulnerability','No interval'=>'Sin intervalo','Next:'=>'Siguiente:','Repair Cron Events'=>'Reparar eventos cron','Uninstall Data'=>'Datos de desinstalación','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Por defecto, todos los datos del plugin se conservan cuando se elimina WPVulnerability. Activa la opción a continuación solo si quieres que todas las opciones, registros y datos en caché se eliminen permanentemente al desinstalar.','Delete all plugin data on uninstall'=>'Eliminar todos los datos del plugin al desinstalar','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Por defecto: sin marcar (datos conservados). Marca solo si quieres una eliminación limpia.','Save preference'=>'Guardar preferencia','Reset WPVulnerability'=>'Restablecer WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Elimina todos los ajustes de WPVulnerability, datos en caché, registros y eventos programados, y luego restaura los valores predeterminados y recarga los datos desde la API.','This action cannot be undone.'=>'Esta acción no se puede deshacer.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'¿Estás seguro de que quieres restablecer todos los datos de WPVulnerability? Esta acción no se puede deshacer.','Reset Plugin'=>'Restablecer plugin','Vulnerability Database Statistics'=>'Estadísticas de la base de datos de vulnerabilidades','%s vulnerability'=>'%s vulnerabilidad' . "\0" . '%s vulnerabilidades','(%s product)'=>'(%s producto)' . "\0" . '(%s productos)','No data'=>'Sin datos','Database last updated: %s'=>'Base de datos actualizada por última vez: %s','Intelligence Sources'=>'Fuentes de inteligencia','Number of vulnerabilities contributed by each intelligence source.'=>'Número de vulnerabilidades aportadas por cada fuente de inteligencia.','Source'=>'Fuente','Core'=>'Núcleo','Sponsors'=>'Patrocinadores','No sponsor data available.'=>'No hay datos de patrocinadores disponibles.','Contributors'=>'Colaboradores','No contributor data available.'=>'No hay datos de colaboradores disponibles.','You do not have sufficient permissions to access this page.'=>'No tienes permisos suficientes para acceder a esta página.','WPVulnerability settings'=>'Ajustes de WPVulnerability','Configure and save these settings to receive notifications.'=>'Configura y guarda estos ajustes para recibir notificaciones.','Configure and save these settings to hide vulnerabilities.'=>'Establece y guarda estos ajustes para ocultar vulnerabilidades.','Default administrator email'=>'Correo electrónico del administrador por defecto','Read more if you want to force the cache time.'=>'Lee más si quieres forzar el tiempo de caché','Never'=>'Nunca','Daily'=>'Diariamente','Weekly'=>'Semanalmente','Day'=>'Día','Hour'=>'Hora','Minute'=>'Minuto','Read more about how to force the deactivation of an item.'=>'Lee más acerca de cómo forzar la desactivación de un elemento.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'URL de webhook de Slack no válida. Debe ser una URL HTTPS válida de hooks.slack.com','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'URL de webhook de Microsoft Teams no válida. Debe ser una URL HTTPS válida de office.com, office365.com o api.hooks.microsoft.com','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'URL de webhook de Discord no válida. Debe ser una URL HTTPS válida de discord.com o discordapp.com','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formato de token de bot de Telegram no válido. Debe ser similar a: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Todo en orden','%d Critical Issue Found'=>'%d problema crítico encontrado' . "\0" . '%d problemas críticos encontrados','%d Issue Found'=>'%d problema encontrado' . "\0" . '%d problemas encontrados','Never checked'=>'Nunca verificado','%d minute ago'=>'hace %d minuto' . "\0" . 'hace %d minutos','%d hour ago'=>'hace %d hora' . "\0" . 'hace %d horas','Last checked: %s'=>'Última comprobación: %s','Refresh Now'=>'Actualizar ahora','No vulnerabilities detected'=>'No se han detectado vulnerabilidades','Your site is up to date and secure'=>'Tu sitio está actualizado y seguro','Server Software'=>'Software del servidor','Site Health'=>'Salud del sitio','Settings'=>'Ajustes','WPVulnerability Status'=>'Estado de WPVulnerability','Receive vulnerability notifications'=>'Recibir avisos de vulnerabilidades','Cache expiration time'=>'Tiempo de caducidad de la caché','How often you want to receive notifications'=>'Con qué frecuencia deseas recibir avisos','Where do you want to receive notifications?'=>'¿Dónde quieres recibir avisos?','Email addresses to notify (separated by commas)'=>'Direcciones de correo electrónico para avisar (separadas por comas)','Slack webhook URL'=>'URL del webhook de Slack','Teams webhook URL'=>'URL del webhook de Teams','Vulnerabilities to hide'=>'Vulnerabilidades a ocultar','What do you want to hide?'=>'¿Qué quieres ocultar?','Standard (Hybrid Detection)'=>'Estándar (detección híbrida)','Strict (Extensions Only)'=>'Estricto (solo extensiones)','Disabled (No Detection)'=>'Desactivado (sin detección)','Security Status'=>'Estado de seguridad','Security Mode'=>'Modo de seguridad','Shell Execution'=>'Ejecución de shell','Enabled'=>'Activado','Audit Logging'=>'Registro de auditoría','Enabled (%d days)'=>'Activado (%d días)','Total Log Entries'=>'Total de entradas de registro','Last Shell Execution'=>'Última ejecución de shell','%s ago'=>'hace %s','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Configura los ajustes de seguridad mediante constantes en wp-config.php: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Consulta la documentación de configuración de seguridad para más detalles.','Memcached'=>'Memcached','Imagick Extension'=>'Extensión Imagick','Redis Extension'=>'Extensión Redis','Memcached Extension'=>'Extensión Memcached','Memcache Extension'=>'Extensión Memcache','SQLite3 Extension'=>'Extensión SQLite3','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Comando de shell','Binary Check'=>'Comprobación de binario','Not Detected'=>'No detectado','Software Detection Methods'=>'Métodos de detección de software','Shows which detection method was used for each software component and the reliability score.'=>'Muestra qué método de detección se utilizó para cada componente de software y la puntuación de fiabilidad.','Component'=>'Componente','Version'=>'Versión','Detection Method'=>'Método de detección','Reliability'=>'Fiabilidad','Not detected'=>'No detectado','Shell Execution Audit Logs'=>'Registros de auditoría de ejecución de shell','Complete audit trail of shell command executions for security monitoring.'=>'Registro de auditoría completo de ejecuciones de comandos de shell para la monitorización de seguridad.','No shell execution logs found.'=>'No se han encontrado registros de ejecución de shell.','Logs will appear here when shell commands are executed for software detection.'=>'Los registros aparecerán aquí cuando se ejecuten comandos de shell para la detección de software.','Time'=>'Tiempo','Command'=>'Comando','User'=>'Usuario','Output'=>'Salida','Showing the %d most recent log entries.'=>'Mostrando las %d entradas de registro más recientes.','Invalid nonce.'=>'Nonce no válido.','Insufficient permissions.'=>'Permisos insuficientes.','No component specified.'=>'No se ha especificado ningún componente.','Debug Information'=>'Información de depuración','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Esta pestaña solo es visible cuando WP_DEBUG está activado. Úsala con precaución.','System Information'=>'Información del sistema','WordPress Version'=>'Versión de WordPress','Multisite'=>'Multisitio','Yes'=>'Sí','No'=>'No','Language'=>'Idioma','PHP Version'=>'Versión de PHP','PHP Extensions'=>'Extensiones de PHP','PHP Memory Limit'=>'Límite de memoria de PHP','Database'=>'Base de datos','Web Server'=>'Servidor web','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Ruta:','Size: %s'=>'Tamaño: %s','View Log File'=>'Ver archivo de registro','Log file is not web-accessible (outside wp-content)'=>'El archivo de registro no es accesible desde la web (fuera de wp-content)','Log file does not exist yet'=>'El archivo de registro aún no existe','Plugin Version'=>'Versión del plugin','Component Detection'=>'Detección de componentes','Version Detected'=>'Versión detectada','Analyzed'=>'Analizado','Cache Status'=>'Estado de la caché','Configuration Summary'=>'Resumen de configuración','Cache Duration'=>'Duración de la caché','Log Retention'=>'Retención de registros','Components Analyzed'=>'Componentes analizados','Notification Email'=>'Correo electrónico de notificación','Slack Webhook'=>'Webhook de Slack','Configured & Enabled'=>'Configurado y activado','Configured (Disabled)'=>'Configurado (desactivado)','Not configured'=>'No configurado','Teams Webhook'=>'Webhook de Teams','Discord Webhook'=>'Webhook de Discord','Telegram Bot'=>'Bot de Telegram','Cron Status'=>'Estado del cron','Update Database'=>'Actualizar base de datos','Next run: %s'=>'Próxima ejecución: %s','Not scheduled'=>'No programado','Send Notification'=>'Enviar notificación','Run Update Now'=>'Ejecutar actualización ahora','Run Notification Now'=>'Enviar notificación ahora','You do not have permission to run these actions.'=>'No tienes permiso para ejecutar estas acciones.','API Testing'=>'Prueba de la API','Test API connectivity for each component. Click a button to send a test request.'=>'Prueba la conectividad de la API para cada componente. Haz clic en un botón para enviar una solicitud de prueba.','Test %s'=>'Probar %s','Testing...'=>'Probando...','HTTP Code:'=>'Código HTTP:','Response Time:'=>'Tiempo de respuesta:','Response Preview'=>'Vista previa de la respuesta','Test'=>'Probar','Error:'=>'Error:','AJAX request failed.'=>'La solicitud AJAX ha fallado.','You do not have permission to test API connectivity.'=>'No tienes permiso para probar la conectividad de la API.','Database Options Viewer'=>'Visor de opciones de base de datos','View the raw data stored in WordPress options.'=>'Ver los datos brutos almacenados en las opciones de WordPress.','Select an option...'=>'Selecciona una opción...','Option not found or empty.'=>'Opción no encontrada o vacía.','Quick Actions'=>'Acciones rápidas','Perform debugging actions. Use with caution.'=>'Realizar acciones de depuración. Úsalas con precaución.','Are you sure you want to clear all caches?'=>'¿Estás seguro de que quieres limpiar todas las cachés?','Clear All Caches'=>'Limpiar todas las cachés','Are you sure you want to reset signatures?'=>'¿Estás seguro de que quieres restablecer las firmas?','Reset Signatures'=>'Restablecer firmas','Export Debug Info'=>'Exportar información de depuración','You do not have permission to perform these actions.'=>'No tienes permiso para realizar estas acciones.','Settings saved.'=>'Ajustes guardados.','WPVulnerability cron events have been repaired across the network.'=>'Los eventos cron de WPVulnerability han sido reparados en toda la red.','You do not have permission to access this page.'=>'No tienes permiso para acceder a esta página.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s tiene una vulnerabilidad conocida que puede estar afectando a tu versión instalada.','Actively exploited'=>'Activamente explotada','Public exploit'=>'Exploit público','Automatable'=>'Automatizable','References:'=>'Referencias:','Invalid component specified.'=>'Componente especificado no válido.','Version not detected for this component.'=>'Versión no detectada para este componente.','API request successful.'=>'Solicitud a la API correcta.','API returned HTTP code %d.'=>'La API ha devuelto el código HTTP %d.','WPVulnerability Logs'=>'Registros de WPVulnerability','WPVulnerability Log'=>'Registro de WPVulnerability','Low'=>'Baja','Medium'=>'Media','High'=>'Alta','Critical'=>'Crítica','WPVulnerability Shell Logs'=>'Registros de shell de WPVulnerability','WPVulnerability Shell Log'=>'Registro de shell de WPVulnerability','Every week'=>'Cada semana','Every day'=>'Cada día','Invalid request.'=>'Solicitud no válida.','You have unsubscribed from WPVulnerability notifications.'=>'Te has dado de baja de los avisos de WPVulnerability.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Más información acerca de la WordPress Vulnerability Database API en %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'¿Quieres dejar de recibir estas alertas? Darse de baja o cambiar la frecuencia de los correos electrónicos a Nunca en los ajustes de WPVulnerability.','No vulnerabilities found'=>'No se han encontrado vulnerabilidades','This is likely a test. The site does not have vulnerabilities.'=>'Es probable que se trate de una prueba. El sitio no tiene vulnerabilidades.','Core vulnerabilities'=>'Vulnerabilidades en el núcleo de WordPress','Plugins vulnerabilities'=>'Vulnerabilidades en plugins','Themes vulnerabilities'=>'Vulnerabilidades en temas','PHP vulnerabilities'=>'Vulnerabilidades de PHP','Apache HTTPD vulnerabilities'=>'Vulnerabilidades de Apache HTTPD','Nginx vulnerabilities'=>'Vulnerabilidades de nginx','MariaDB vulnerabilities'=>'Vulnerabilidades de MariaDB','MySQL vulnerabilities'=>'Vulnerabilidades de MySQL','ImageMagick vulnerabilities'=>'Vulnerabilidades de ImageMagick','curl vulnerabilities'=>'Vulnerabilidades de curl','memcached vulnerabilities'=>'Vulnerabilidades de memcached','Redis vulnerabilities'=>'Vulnerabilidades de Redis','SQLite vulnerabilities'=>'Vulnerabilidades SQLite','Vulnerability found: %s'=>'Vulnerabilidad encontrada: %s','Vulnerability found'=>'Se ha encontrado una vulnerabilidad','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s tiene una vulnerabilidad conocida que puede estar afectando a tu versión instalada.','This plugin is closed. Please replace it with another.'=>'Este plugin está cerrado. Por favor, reemplázalo por otro.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Esta vulnerabilidad no parece tener parche. Presta atención a las próximas actualizaciones del plugin.','It hasn\'t been updated in over a year.'=>'Hace más de un año que no se actualiza.','It may no longer be available (closed?).'=>'Puede que ya no esté disponible (¿cerrado?).','Last updated on'=>'Última actualización el','Vulnerabilities (%d)'=>'Vulnerabilidades (%d)','%s running'=>'%s corriendo','End of Life'=>'Fin de vida útil','End of life:'=>'Fin de vida útil:','Supported'=>'Con soporte','Plugin'=>'Plugin','Theme'=>'Tema','End of life: %s'=>'Fin de vida útil: %s','EOL'=>'EOL','Network Settings'=>'Ajustes de red','Vulnerabilities'=>'Vulnerabilidades','Every 6 hours'=>'Cada 6 horas','Database updates'=>'Actualizaciones de la base de datos','Log cleanup'=>'Limpieza de registros','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Las notificaciones están programadas, pero la configuración las desactiva actualmente. Por favor, revisa la pestaña de notificaciones.','This event should not be scheduled for this site.'=>'Este evento no debería estar programado para este sitio.','Not expected for this site.'=>'No esperado para este sitio.','No instances found.'=>'No se han encontrado instancias.','Scheduled with an unexpected interval.'=>'Programado con un intervalo inesperado.','Multiple instances detected.'=>'Múltiples instancias detectadas.','Scheduled as expected.'=>'Programado como se esperaba.','There aren\'t plugins vulnerabilities'=>'No hay vulnerabilidades en los plugins','Shows possible vulnerabilities that exist in installed plugins.'=>'Muestra posibles vulnerabilidades que existen en los plugins instalados.','There is %d plugin with vulnerabilities'=>'Hay %d plugin con vulnerabilidades' . "\0" . 'Hay %d plugins con vulnerabilidades','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Hemos detectado posibles vulnerabilidades en los plugins instalados. Por favor, verifícalos y mantenlos actualizados.','Update plugins'=>'Actualizar plugins','There aren\'t themes vulnerabilities'=>'No hay vulnerabilidades en los temas','Shows possible vulnerabilities that exist in installed themes.'=>'Muestra posibles vulnerabilidades que existen en los temas instalados.','There is %d theme with vulnerabilities'=>'Hay %d tema con vulnerabilidades' . "\0" . 'Hay %d temas con vulnerabilidades','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Hemos detectado posibles vulnerabilidades en los temas instalados. Por favor, verifícalos y mantenlos actualizados.','Update themes'=>'Actualizar temas','There aren\'t WordPress vulnerabilities'=>'No hay vulnerabilidades en WordPress','Shows possible vulnerabilities existing in the WordPress core.'=>'Muestra las posibles vulnerabilidades existentes en el núcleo de WordPress.','There is %d core vulnerability'=>'Hay %d vulnerabilidad en el núcleo' . "\0" . 'Hay %d vulnerabilidades en el núcleo','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Hemos detectado posibles vulnerabilidades en esta instalación de WordPress. Por favor, compruébalas y mantén tu instalación actualizada.','Update WordPress'=>'Actualizar WordPress','Nginx'=>'Nginx','Invalid software type'=>'Tipo de software no válido','Error'=>'Error','The specified software type is not valid.'=>'El tipo de software especificado no es válido','There aren\'t %s vulnerabilities'=>'No hay vulnerabilidades de %s','Shows possible vulnerabilities existing in %s.'=>'Muestra posibles vulnerabilidades existentes en %s.','There is %1$d %2$s vulnerability'=>'Hay %d vulnerabilidad de %2$s.' . "\0" . 'Hay %d vulnerabilidades de %2$s.','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Hemos detectado posibles vulnerabilidades en %s. Por favor, compruébalas y mantén actualizada tu instalación.','How to update PHP'=>'Cómo actualizar PHP','WPVulnerability Core'=>'WP Vulnerability - Núcleo','WPVulnerability Themes'=>'WPVulnerability - Temas','WPVulnerability Plugins'=>'WPVulnerability - Plugins','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability Redis','WPVulnerability sqlite'=>'WPVulnerability SQLite','This theme is closed. Please replace it with another.'=>'Este tema está cerrado. Por favor, reemplázalo por otro.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Esta vulnerabilidad no parece tener parche. Presta atención a las próximas actualizaciones del tema.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Este tema tiene vulnerabilidades conocidas que pueden estar afectando a tu versión instalada.']]; \ No newline at end of file diff --git a/languages/wpvulnerability-eu.l10n.php b/languages/wpvulnerability-eu.l10n.php index 270709e..6510cb0 100644 --- a/languages/wpvulnerability-eu.l10n.php +++ b/languages/wpvulnerability-eu.l10n.php @@ -1,2 +1,2 @@ NULL,'plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'eu_ES','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2026-05-27 00:00+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Jaso informazioa zure WordPress-en ahultasun posibleei buruz WordPress Ahultasun Datu-basearen APIaren bidez.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Komando honek WordPress administratzaile bat behar du. Exekutatu --user= aukerarekin.','No core vulnerabilities found.'=>'Ez da nukleo-ahultasunik aurkitu.','No plugin vulnerabilities found.'=>'Ez da plugin-ahultasunik aurkitu.','No theme vulnerabilities found.'=>'Ez da itxura-ahultasunik aurkitu.','No %s vulnerabilities found.'=>'Ez da %s ahultasunik aurkitu.','Data from source has been reloaded.'=>'Iturburuko datuak berriro kargatu dira.','You do not have permission to reload data.'=>'Ez duzu datuak berriro kargatzeko baimenik.','Test email has been sent.'=>'Proba-mezua bidali da.','Test email has failed. Please, check your email settings.'=>'Proba-mezua bidaltzeak huts egin du. Mesedez, egiaztatu zure posta elektronikoaren ezarpenak.','You do not have permission to send test emails.'=>'Ez duzu proba-mezuak bidaltzeko baimenik.','WPVulnerability cron events have been repaired.'=>'WPVulnerability cron gertaerak konpondu dira.','You do not have permission to repair cron events.'=>'Ez duzu cron gertaerak konpontzeko baimenik.','All logs have been deleted.'=>'Erregistro guztiak ezabatu dira.','You do not have permission to delete logs.'=>'Ez duzu erregistroak ezabatzeko baimenik.','Uninstall preference saved.'=>'Desinstalazio-hobespena gorde da.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability lehenetsi dira eta berriro kargatu da.','You do not have permission to reset WPVulnerability.'=>'Ez duzu WPVulnerability berrezartzeko baimenik.','All caches have been cleared.'=>'Cacheko elementu guztiak garbitu dira.','You do not have permission to clear caches.'=>'Ez duzu cachea garbitzeko baimenik.','Plugin and theme signatures have been reset.'=>'Plugin eta itxuren sinadurak berrezarri dira.','You do not have permission to reset signatures.'=>'Ez duzu sinadurak berrezartzeko baimenik.','You do not have permission to export debug information.'=>'Ez duzu arazketa-informazioa esportatzeko baimenik.','Database update has been executed.'=>'Datu-basearen eguneratzea exekutatu da.','You do not have permission to run database updates.'=>'Ez duzu datu-basearen eguneratzeak exekutatzeko baimenik.','Notification has been sent.'=>'Jakinarazpena bidali da.','Notification sending failed.'=>'Jakinarazpena bidaltzeak huts egin du.','You do not have permission to send notifications.'=>'Ez duzu jakinarazpenak bidaltzeko baimenik.','Notifications'=>'Jakinarazpenak','Analysis'=>'Analisia','Logs'=>'Erregistroak','Security'=>'Segurtasuna','Tools'=>'Tresnak','Debug'=>'Arazketa','About'=>'Honi buruz','Notification Settings'=>'Jakinarazpen-ezarpenak','Configure how and when you want to receive vulnerability notifications.'=>'Konfiguratu nola eta noiz jaso nahi dituzun ahultasun-jakinarazpenak.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Egon informatuta zure WordPress instalazioaren, pluginen, itxuren eta zerbitzariaren softwarearen segurtasun-ahultasunei buruz.','Cache Expiration Time'=>'Cacheko iraungitze-denbora','FORCED'=>'BEHARTUA','How long to cache vulnerability data before refreshing from the API.'=>'Zenbat denboran gorde cachean ahultasun-datuak APIa eguneratu baino lehen.','%d hour'=>'%d ordu' . "\0" . '%d ordu','You can force the cache time via wp-config.php constant. Learn more →'=>'Cacheko denbora behartu dezakezu wp-config.php konstantearen bidez. Gehiago ikasi →','Notification Frequency'=>'Jakinarazpen-maiztasuna','Choose how often you want to receive vulnerability notifications.'=>'Aukeratu zenbat aldiz jaso nahi dituzun ahultasun-jakinarazpenak.','Never - Disable automatic notifications'=>'Inoiz ez - Desgaitu jakinarazpen automatikoak','Daily - Receive notifications every day'=>'Egunero - Jaso jakinarazpenak egunero','Weekly - Receive notifications once a week'=>'Astero - Jaso jakinarazpenak astean behin','Day:'=>'Eguna:','Monday'=>'Astelehena','Tuesday'=>'Asteartea','Wednesday'=>'Asteazkena','Thursday'=>'Osteguna','Friday'=>'Ostirala','Saturday'=>'Larunbata','Sunday'=>'Igandea','Time:'=>'Ordua:','(24-hour format, server timezone)'=>'(24 orduko formatua, zerbitzariaren ordu-zona)','Notification Channels'=>'Jakinarazpen-kanalak','Select where you want to receive notifications.'=>'Aukeratu non jaso nahi dituzun jakinarazpenak.','Email'=>'Posta elektronikoa','Email Addresses (separated by commas):'=>'Posta elektronikoko helbideak (komaz bereizita):','Default:'=>'Lehenetsia:','Slack'=>'Slack','Slack Webhook URL:'=>'Slack Webhook URL:','Learn how to create a Slack incoming webhook →'=>'Ikasi nola sortu Slack sarrerako webhook bat →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'Teams Webhook URL:','Learn how to create a Teams incoming webhook →'=>'Ikasi nola sortu Teams sarrerako webhook bat →','Discord'=>'Discord','Discord Webhook URL:'=>'Discord Webhook URL:','Learn how to create a Discord webhook →'=>'Ikasi nola sortu Discord webhook bat →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Telegram Bot Token:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formatua: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'Telegram Chat ID:','Learn how to create a Telegram bot and get Chat ID →'=>'Ikasi nola sortu Telegram bot bat eta lortu Chat ID →','Save Notification Settings'=>'Gorde jakinarazpen-ezarpenak','WordPress Components'=>'WordPress osagaiak','WordPress Core'=>'WordPress nukleoa','Plugins'=>'Pluginak','Themes'=>'Itxurak','Software & Languages'=>'Softwarea eta hizkuntzak','PHP'=>'PHP','Web Servers'=>'Web zerbitzariak','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Datu-baseak','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Tresna osagarriak','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Osagaien analisi-ezarpenak','Enable or disable vulnerability analysis for specific components.'=>'Gaitu edo desgaitu osagai zehatzen ahultasun-analisia.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Markatu ahultasunen analisi eta txostenetatik EZKUTATU nahi dituzun osagaiak. Markatuta ez dauden osagaiak aktiboki aztertuko dira. Analisi aktiboa duten osagaiak berdez agertuko dira, ezkutatutakoak gorriz.','Hidden (forced by constant)'=>'Ezkutatuta (konstanteak behartuta)','🔴 Analysis disabled'=>'🔴 Analisia desgaituta','🟢 Analysis active'=>'🟢 Analisia aktibo','Tip:'=>'Aholkua:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Osagaiak behartu dezakezu desaktibatzera wp-config.php konstanteen bidez. Gehiago ikasi egiaztapenak ezkutatzeari buruz →','Save Analysis Settings'=>'Gorde analisi-ezarpenak','« Previous'=>'« Aurrekoa','Next »'=>'Hurrengoa »','Log entry not found or has been removed.'=>'Erregistro-sarrera ez da aurkitu edo ezabatu egin da.','Unable to load the requested log entry.'=>'Ezin da eskatutako erregistro-sarrera kargatu.','Log Configuration'=>'Erregistro-konfigurazioa','Total Logs'=>'Erregistro guztira','Retention Period'=>'Atxikipen-aldia','Disabled'=>'Desgaituta','%d day'=>'%d egun' . "\0" . '%d egun','Log Retention Period'=>'Erregistroen atxikipen-aldia','None (Disabled)'=>'Bat ere ez (Desgaituta)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Balio hau WPVULNERABILITY_LOG_RETENTION_DAYS konstanteak ezartzen du.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Aukeratu zenbat denboran gorde behar dituen WPVulnerabilityren API erantzun-erregistroak. Erregistro zaharragoak automatikoki ezabatzen dira.','Save Configuration'=>'Gorde konfigurazioa','Log retention is currently disabled.'=>'Erregistroen atxikipena une honetan desgaituta dago.','API responses are not being saved.'=>'APIaren erantzunak ez dira gordetzen.','Log Details'=>'Erregistroaren xehetasunak','Date'=>'Data','API Endpoint'=>'API amaiera-puntua','API Response'=>'APIaren erantzuna','Back to Logs'=>'Itzuli erregistroetara','No logs available'=>'Ez dago erregistrorik eskuragarri','API response logs will appear here once the vulnerability scanner runs.'=>'API erantzun-erregistroak hemen agertuko dira ahultasun-eskaner-a exekutatu ondoren.','API Response Logs'=>'API erantzun-erregistroak','Show:'=>'Erakutsi:','Apply'=>'Aplikatu','Showing %1$s–%2$s of %3$s'=>'%1$s–%2$s erakusten %3$s-tik','Actions'=>'Ekintzak','View'=>'Ikusi','Danger Zone'=>'Arrisku-eremua','Permanently delete all API response logs. This action cannot be undone.'=>'Betirako ezabatu API erantzun-erregistro guztiak. Ekintza hau ezin da desegin.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Ziur zaude erregistro guztiak ezabatu nahi dituzula? Ekintza hau ezin da desegin.','Delete All Logs'=>'Ezabatu erregistro guztiak','Reload Data from API'=>'Birkargatu datuak APIa-tik','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Birkargatu Nukleo, Plugin, Itxura eta beste osagaien informazio guztia zuzenean APIa-tik datu eguneratuak izateko. Honek cachea garbitu eta ahultasun-informazio freskoa eskuratuko du.','Reload Data'=>'Birkargatu datuak','Test Email Notifications'=>'Probatu posta elektronikoko jakinarazpenak','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Bidali proba-mezu bat uneko ahultasun-datuekin zure posta elektronikoaren konfigurazioa ondo funtzionatzen ari dela egiaztatzeko.','From address (configured via constant):'=>'Jatorri-helbidea (konstantearen bidez konfiguratuta):','From address (default):'=>'Jatorri-helbidea (lehenetsia):','Learn how to customize the email sender address →'=>'Ikasi nola pertsonalizatu posta elektronikoaren bidaltzailearen helbidea →','Send Test Email'=>'Bidali proba-mezua','WP-Cron Status'=>'WP-Cron egoera','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'Ikusi eta kudeatu WP-Cron programatutako gertaerak. Alderatu espero diren programazioak benetako cron lanekin zeregin automatizatuak ondo exekutatzen ari direla ziurtatzeko.','No cron data available.'=>'Ez dago cron daturik eskuragarri.','Hook'=>'Hook','Expected'=>'Espero dena','Found'=>'Aurkitua','Next Run'=>'Hurrengo exekuzioa','Status'=>'Egoera','Not expected'=>'Ez da espero','None'=>'Bat ere ez','OK'=>'Ados','⚠️ Unexpected WPVulnerability Events'=>'⚠️ WPVulnerability gertaera ustekabeak','No interval'=>'Tarterik gabe','Next:'=>'Hurrengoa:','Repair Cron Events'=>'Konpondu cron gertaerak','Uninstall Data'=>'Desinstalazio-datuak','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Lehenespenez, plugin-datu guztiak gordetzen dira WPVulnerability ezabatzean. Gaitu beheko aukera soilik aukera, erregistro eta cacheko datu guztiak desinstalatzean betirako ezabatu nahi badituzu.','Delete all plugin data on uninstall'=>'Ezabatu plugin-datu guztiak desinstalatzean','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Lehenetsia: markatuta gabe (datuak gordetzen dira). Markatu soilik garbiketa osoa nahi baduzu.','Save preference'=>'Gorde hobespena','Reset WPVulnerability'=>'Berrezarri WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Ezabatu WPVulnerability ezarpen, cacheko datu, erregistro eta programatutako gertaera guztiak, eta lehenetsi berrezarri eta APIa-tik datuak birkargatu.','This action cannot be undone.'=>'Ekintza hau ezin da desegin.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Ziur zaude WPVulnerabilityren datu guztiak berrezarri nahi dituzula? Ekintza hau ezin da desegin.','Reset Plugin'=>'Berrezarri plugina','Vulnerability Database Statistics'=>'Ahultasun datu-basearen estatistikak','%s vulnerability'=>'%s ahultasun' . "\0" . '%s ahultasun','(%s product)'=>'(%s produktu)' . "\0" . '(%s produktu)','No data'=>'Daturik ez','Database last updated: %s'=>'Datu-basea azken aldiz eguneratua: %s','Intelligence Sources'=>'Adimen-iturriak','Number of vulnerabilities contributed by each intelligence source.'=>'Adimen-iturri bakoitzak ekarritako ahultasun kopurua.','Source'=>'Iturria','Core'=>'Nukleoa','Sponsors'=>'Babeslariak','No sponsor data available.'=>'Ez dago babeslarien daturik eskuragarri.','Contributors'=>'Laguntzaileak','No contributor data available.'=>'Ez dago laguntzaileen daturik eskuragarri.','You do not have sufficient permissions to access this page.'=>'Ez duzu orri hau atzitzeko baimen nahikorik.','WPVulnerability settings'=>'WPVulnerability ezarpenak','Configure and save these settings to receive notifications.'=>'Konfiguratu eta gorde ezarpen hauek jakinarazpenak jasotzeko.','Configure and save these settings to hide vulnerabilities.'=>'Konfiguratu eta gorde ezarpen hauek ahultasunak ezkutatzeko.','Default administrator email'=>'Administratzailearen posta elektroniko lehenetsia','Read more if you want to force the cache time.'=>'Irakurri gehiago cacheko denbora behartu nahi baduzu.','Never'=>'Inoiz ez','Daily'=>'Egunero','Weekly'=>'Astero','Day'=>'Eguna','Hour'=>'Ordua','Minute'=>'Minutua','Read more about how to force the deactivation of an item.'=>'Irakurri gehiago elementu bat desgaitzea nola behartu jakiteko.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'Slack webhook URL baliogabea. hooks.slack.com-eko HTTPS URL baliogarria izan behar da.','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'Microsoft Teams webhook URL baliogabea. office.com, office365.com edo api.hooks.microsoft.com-eko HTTPS URL baliogarria izan behar da.','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'Discord webhook URL baliogabea. discord.com edo discordapp.com-eko HTTPS URL baliogarria izan behar da.','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Telegram bot token formatua baliogabea. Honelakoa izan behar da: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Dena ondo','%d Critical Issue Found'=>'%d arazo kritiko aurkitu da' . "\0" . '%d arazo kritiko aurkitu dira','%d Issue Found'=>'%d arazo aurkitu da' . "\0" . '%d arazo aurkitu dira','Never checked'=>'Inoiz egiaztatu gabe','%d minute ago'=>'duela %d minutu' . "\0" . 'duela %d minutu','%d hour ago'=>'duela %d ordu' . "\0" . 'duela %d ordu','Last checked: %s'=>'Azken egiaztapena: %s','Refresh Now'=>'Freskatu orain','No vulnerabilities detected'=>'Ez da ahultasunik detektatu','Your site is up to date and secure'=>'Zure gunea eguneratuta eta seguru dago','Server Software'=>'Zerbitzariaren softwarea','Site Health'=>'Gunearen osasuna','Settings'=>'Ezarpenak','WPVulnerability Status'=>'WPVulnerability egoera','Receive vulnerability notifications'=>'Jaso ahultasun-jakinarazpenak','Cache expiration time'=>'Cacheko iraungitze-denbora','How often you want to receive notifications'=>'Zenbat aldiz jaso nahi dituzu jakinarazpenak','Where do you want to receive notifications?'=>'Non jaso nahi dituzu jakinarazpenak?','Email addresses to notify (separated by commas)'=>'Jakinarazpenak bidaltzeko posta elektronikoko helbideak (komaz bereizita)','Slack webhook URL'=>'Slack webhook URL','Teams webhook URL'=>'Teams webhook URL','Vulnerabilities to hide'=>'Ezkutatzeko ahultasunak','What do you want to hide?'=>'Zer ezkutatu nahi duzu?','Standard (Hybrid Detection)'=>'Estandarra (detekzio hibridoa)','Strict (Extensions Only)'=>'Zorrotza (luzapenak soilik)','Disabled (No Detection)'=>'Desgaituta (detekziorik gabe)','Security Status'=>'Segurtasun egoera','Security Mode'=>'Segurtasun modua','Shell Execution'=>'Shell exekuzioa','Enabled'=>'Gaituta','Audit Logging'=>'Auditoretza-erregistroa','Enabled (%d days)'=>'Gaituta (%d egun)','Total Log Entries'=>'Erregistro-sarrera guztiak','Last Shell Execution'=>'Azken shell exekuzioa','%s ago'=>'duela %s','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Konfiguratu segurtasun-ezarpenak wp-config.php konstanteen bidez: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Ikusi segurtasun konfigurazio dokumentazioa xehetasunetarako.','Memcached'=>'Memcached','Imagick Extension'=>'Imagick luzapena','Redis Extension'=>'Redis luzapena','Memcached Extension'=>'Memcached luzapena','Memcache Extension'=>'Memcache luzapena','SQLite3 Extension'=>'SQLite3 luzapena','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Shell komandoa','Binary Check'=>'Bitarrazko egiaztapena','Not Detected'=>'Ez da detektatu','Software Detection Methods'=>'Software-detekzio metodoak','Shows which detection method was used for each software component and the reliability score.'=>'Erakusten du zein detekzio metodo erabili den software-osagai bakoitzarentzat eta fidagarritasun-puntuazioa.','Component'=>'Osagaia','Version'=>'Bertsioa','Detection Method'=>'Detekzio metodoa','Reliability'=>'Fidagarritasuna','Not detected'=>'Ez da detektatu','Shell Execution Audit Logs'=>'Shell exekuzioaren auditoretza-erregistroak','Complete audit trail of shell command executions for security monitoring.'=>'Shell komandoen exekuzioen auditoretza-pista osoa segurtasun-kontrolerako.','No shell execution logs found.'=>'Ez da shell exekuzioaren erregistrorik aurkitu.','Logs will appear here when shell commands are executed for software detection.'=>'Erregistroak hemen agertuko dira shell komandoak software-detekziorako exekutatzen direnean.','Time'=>'Ordua','Command'=>'Komandoa','User'=>'Erabiltzailea','Output'=>'Irteera','Showing the %d most recent log entries.'=>'%d erregistro-sarrera berriena erakusten.','Invalid nonce.'=>'Nonce baliogabea.','Insufficient permissions.'=>'Baimen nahikoa ez.','No component specified.'=>'Ez da osagairik zehaztu.','Debug Information'=>'Arazketa-informazioa','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Fitxa hau WP_DEBUG gaituta dagoenean soilik ikus daiteke. Erabili kontu handiz.','System Information'=>'Sistemaren informazioa','WordPress Version'=>'WordPress bertsioa','Multisite'=>'Gune anitza','Yes'=>'Bai','No'=>'Ez','Language'=>'Hizkuntza','PHP Version'=>'PHP bertsioa','PHP Extensions'=>'PHP luzapenak','PHP Memory Limit'=>'PHP memoria-muga','Database'=>'Datu-basea','Web Server'=>'Web zerbitzaria','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Bidea:','Size: %s'=>'Tamaina: %s','View Log File'=>'Ikusi erregistro fitxategia','Log file is not web-accessible (outside wp-content)'=>'Erregistro fitxategia ez da web bidez eskuragarri (wp-content-etik kanpo)','Log file does not exist yet'=>'Erregistro fitxategia oraindik ez da existitzen','Plugin Version'=>'Plugin bertsioa','Component Detection'=>'Osagaien detekzioa','Version Detected'=>'Detektatutako bertsioa','Analyzed'=>'Aztertua','Cache Status'=>'Cachearen egoera','Configuration Summary'=>'Konfigurazio-laburpena','Cache Duration'=>'Cacheko iraupena','Log Retention'=>'Erregistroen atxikipena','Components Analyzed'=>'Aztertutako osagaiak','Notification Email'=>'Jakinarazpen-posta elektronikoa','Slack Webhook'=>'Slack Webhook','Configured & Enabled'=>'Konfiguratuta eta gaituta','Configured (Disabled)'=>'Konfiguratuta (desgaituta)','Not configured'=>'Konfiguratu gabe','Teams Webhook'=>'Teams Webhook','Discord Webhook'=>'Discord Webhook','Telegram Bot'=>'Telegram Bot','Cron Status'=>'Cron egoera','Update Database'=>'Eguneratu datu-basea','Next run: %s'=>'Hurrengo exekuzioa: %s','Not scheduled'=>'Programatu gabe','Send Notification'=>'Bidali jakinarazpena','Run Update Now'=>'Exekutatu eguneratzea orain','Run Notification Now'=>'Bidali jakinarazpena orain','You do not have permission to run these actions.'=>'Ez duzu ekintza hauek exekutatzeko baimenik.','API Testing'=>'API probak','Test API connectivity for each component. Click a button to send a test request.'=>'Probatu osagai bakoitzaren API konektibitasuna. Egin klik botoi batean proba-eskaera bidaltzeko.','Test %s'=>'Probatu %s','Testing...'=>'Probatzen...','HTTP Code:'=>'HTTP kodea:','Response Time:'=>'Erantzun-denbora:','Response Preview'=>'Erantzunaren aurrebista','Test'=>'Proba','Error:'=>'Errorea:','AJAX request failed.'=>'AJAX eskaera huts egin du.','You do not have permission to test API connectivity.'=>'Ez duzu API konektibitasuna probatzeko baimenik.','Database Options Viewer'=>'Datu-basearen aukeren ikustailea','View the raw data stored in WordPress options.'=>'Ikusi WordPress aukeretan gordetako datu gordinak.','Select an option...'=>'Aukeratu aukera bat...','Option not found or empty.'=>'Aukera ez da aurkitu edo hutsik dago.','Quick Actions'=>'Ekintza azkarrak','Perform debugging actions. Use with caution.'=>'Egin arazketa-ekintzak. Erabili kontu handiz.','Are you sure you want to clear all caches?'=>'Ziur zaude cache guztiak garbitu nahi dituzula?','Clear All Caches'=>'Garbitu cache guztiak','Are you sure you want to reset signatures?'=>'Ziur zaude sinadurak berrezarri nahi dituzula?','Reset Signatures'=>'Berrezarri sinadurak','Export Debug Info'=>'Esportatu arazketa-informazioa','You do not have permission to perform these actions.'=>'Ez duzu ekintza hauek egiteko baimenik.','Settings saved.'=>'Ezarpenak gorde dira.','WPVulnerability cron events have been repaired across the network.'=>'WPVulnerability cron gertaerak sarean zehar konpondu dira.','You do not have permission to access this page.'=>'Ez duzu orri hau atzitzeko baimenik.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s-k ezagutzen den ahultasun bat du, zure instalatutako bertsioan eragina izaten ari dena.','Actively exploited'=>'Aktiboki ustiatu','Public exploit'=>'Exploit publikoa','Automatable'=>'Automatizagarria','References:'=>'Erreferentziak:','Invalid component specified.'=>'Osagai baliogabea zehaztu da.','Version not detected for this component.'=>'Ez da bertsioa detektatu osagai honentzat.','API request successful.'=>'API eskaera arrakastatsua.','API returned HTTP code %d.'=>'APIak %d HTTP kodea itzuli du.','WPVulnerability Logs'=>'WPVulnerability erregistroak','WPVulnerability Log'=>'WPVulnerability erregistroa','Low'=>'Baxua','Medium'=>'Ertaina','High'=>'Altua','Critical'=>'Kritikoa','WPVulnerability Shell Logs'=>'WPVulnerability shell erregistroak','WPVulnerability Shell Log'=>'WPVulnerability shell erregistroa','Every week'=>'Astero','Every day'=>'Egunero','Invalid request.'=>'Eskaera baliogabea.','You have unsubscribed from WPVulnerability notifications.'=>'WPVulnerability jakinarazpenetatik harpidetza eman duzu.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Gehiago ikasi WordPress Ahultasun Datu-basearen APIari buruz %2$s-en','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Alerta hauek jasotzeari utzi nahi diozu? Harpidetza kendu edo aldatu posta elektronikoaren maiztasuna Inoiz ez-era WPVulnerability ezarpenetan.','No vulnerabilities found'=>'Ez da ahultasunik aurkitu','This is likely a test. The site does not have vulnerabilities.'=>'Hau proba bat da ziurrenik. Guneak ez du ahultasunik.','Core vulnerabilities'=>'Nukleo-ahultasunak','Plugins vulnerabilities'=>'Plugin-ahultasunak','Themes vulnerabilities'=>'Itxura-ahultasunak','PHP vulnerabilities'=>'PHP ahultasunak','Apache HTTPD vulnerabilities'=>'Apache HTTPD ahultasunak','Nginx vulnerabilities'=>'Nginx ahultasunak','MariaDB vulnerabilities'=>'MariaDB ahultasunak','MySQL vulnerabilities'=>'MySQL ahultasunak','ImageMagick vulnerabilities'=>'ImageMagick ahultasunak','curl vulnerabilities'=>'curl ahultasunak','memcached vulnerabilities'=>'memcached ahultasunak','Redis vulnerabilities'=>'Redis ahultasunak','SQLite vulnerabilities'=>'SQLite ahultasunak','Vulnerability found: %s'=>'Ahultasuna aurkitu da: %s','Vulnerability found'=>'Ahultasuna aurkitu da','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s-ek ezagutzen den ahultasun bat du, zure instalatutako bertsioan eragina izaten ari dena.','This plugin is closed. Please replace it with another.'=>'Plugin hau itxita dago. Ordezkatu beste batekin, mesedez.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Ahultasun hau adabakatu gabe dagoela dirudi. Egon adi datozen plugin eguneratzeei.','It hasn\'t been updated in over a year.'=>'Urtebete baino gehiago da eguneratu gabe dagoela.','It may no longer be available (closed?).'=>'Baliteke jada eskuragarri ez egotea (itxita?).','Last updated on'=>'Azken eguneraketa','Vulnerabilities (%d)'=>'Ahultasunak (%d)','%s running'=>'%s exekutatzen','End of Life'=>'Bizitza amaiera','End of life:'=>'Bizitza amaiera:','Supported'=>'Onartua','Plugin'=>'Plugina','Theme'=>'Itxura','End of life: %s'=>'Bizitza amaiera: %s','EOL'=>'BAM','Network Settings'=>'Sare-ezarpenak','Vulnerabilities'=>'Ahultasunak','Every 6 hours'=>'6 orduro behin','Database updates'=>'Datu-basearen eguneratzeak','Log cleanup'=>'Erregistroen garbiketa','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Jakinarazpenak programatuta daude, baina ezarpenek une honetan desgaitzen dituzte. Mesedez, berrikusi jakinarazpenen fitxa.','This event should not be scheduled for this site.'=>'Gertaera hau ez dago programatuta behar gune honentzat.','Not expected for this site.'=>'Ez da espero gune honentzat.','No instances found.'=>'Ez da instantziarik aurkitu.','Scheduled with an unexpected interval.'=>'Ustekabeko tarte batekin programatuta.','Multiple instances detected.'=>'Hainbat instantzia detektatu dira.','Scheduled as expected.'=>'Espero bezala programatuta.','There aren\'t plugins vulnerabilities'=>'Ez dago plugin-ahultasunik','Shows possible vulnerabilities that exist in installed plugins.'=>'Instalatutako pluginetan dauden ahultasun posibleak erakusten ditu.','There is %d plugin with vulnerabilities'=>'%d plugin dago ahultasunekin' . "\0" . '%d plugin daude ahultasunekin','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Ahultasun posibleak detektatu ditugu instalatutako pluginetan. Mesedez, egiaztatu eta eguneratuta mantentzen dituzun.','Update plugins'=>'Eguneratu pluginak','There aren\'t themes vulnerabilities'=>'Ez dago itxura-ahultasunik','Shows possible vulnerabilities that exist in installed themes.'=>'Instalatutako itxuretan dauden ahultasun posibleak erakusten ditu.','There is %d theme with vulnerabilities'=>'%d itxura dago ahultasunekin' . "\0" . '%d itxura daude ahultasunekin','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Ahultasun posibleak detektatu ditugu instalatutako itxuretan. Mesedez, egiaztatu eta eguneratuta mantentzen dituzun.','Update themes'=>'Eguneratu itxurak','There aren\'t WordPress vulnerabilities'=>'Ez dago WordPress ahultasunik','Shows possible vulnerabilities existing in the WordPress core.'=>'WordPress nukleoan dauden ahultasun posibleak erakusten ditu.','There is %d core vulnerability'=>'%d nukleo-ahultasun dago' . "\0" . '%d nukleo-ahultasun daude','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Ahultasun posibleak detektatu ditugu WordPress instalazio honetan. Mesedez, egiaztatu eta zure instalazioa eguneratuta mantentzen duzu.','Update WordPress'=>'Eguneratu WordPress','Nginx'=>'Nginx','Invalid software type'=>'Software mota baliogabea','Error'=>'Errorea','The specified software type is not valid.'=>'Zehaztutako software mota ez da baliozkoa.','There aren\'t %s vulnerabilities'=>'Ez dago %s ahultasunik','Shows possible vulnerabilities existing in %s.'=>'%s-en dauden ahultasun posibleak erakusten ditu.','There is %1$d %2$s vulnerability'=>'%1$d %2$s ahultasun dago' . "\0" . '%1$d %2$s ahultasun daude','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Ahultasun posibleak detektatu ditugu %s-en. Mesedez, egiaztatu eta zure instalazioa eguneratuta mantentzen duzu.','How to update PHP'=>'Nola eguneratu PHP','WPVulnerability Core'=>'WPVulnerability muina','WPVulnerability Themes'=>'WPVulnerability itxurak','WPVulnerability Plugins'=>'WPVulnerability Pluginak','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'Itxura hau itxita dago. Ordezkatu beste batekin, mesedez.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Ahultasun hau adabakatu gabe dagoela dirudi. Egon adi datozen itxura eguneratzeei.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Itxura honek ezagutzen diren ahultasunak ditu, zure instalatutako bertsioan eragina izaten ari direnak.']]; \ No newline at end of file +return ['domain'=>'wpvulnerability','plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'eu_ES','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2026-05-27 00:00+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Jaso informazioa zure WordPress-en ahultasun posibleei buruz WordPress Ahultasun Datu-basearen APIaren bidez.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Komando honek WordPress administratzaile bat behar du. Exekutatu --user= aukerarekin.','No core vulnerabilities found.'=>'Ez da nukleo-ahultasunik aurkitu.','No plugin vulnerabilities found.'=>'Ez da plugin-ahultasunik aurkitu.','No theme vulnerabilities found.'=>'Ez da itxura-ahultasunik aurkitu.','No %s vulnerabilities found.'=>'Ez da %s ahultasunik aurkitu.','Data from source has been reloaded.'=>'Iturburuko datuak berriro kargatu dira.','You do not have permission to reload data.'=>'Ez duzu datuak berriro kargatzeko baimenik.','Test email has been sent.'=>'Proba-mezua bidali da.','Test email has failed. Please, check your email settings.'=>'Proba-mezua bidaltzeak huts egin du. Mesedez, egiaztatu zure posta elektronikoaren ezarpenak.','You do not have permission to send test emails.'=>'Ez duzu proba-mezuak bidaltzeko baimenik.','WPVulnerability cron events have been repaired.'=>'WPVulnerability cron gertaerak konpondu dira.','You do not have permission to repair cron events.'=>'Ez duzu cron gertaerak konpontzeko baimenik.','All logs have been deleted.'=>'Erregistro guztiak ezabatu dira.','You do not have permission to delete logs.'=>'Ez duzu erregistroak ezabatzeko baimenik.','Uninstall preference saved.'=>'Desinstalazio-hobespena gorde da.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability lehenetsi dira eta berriro kargatu da.','You do not have permission to reset WPVulnerability.'=>'Ez duzu WPVulnerability berrezartzeko baimenik.','All caches have been cleared.'=>'Cacheko elementu guztiak garbitu dira.','You do not have permission to clear caches.'=>'Ez duzu cachea garbitzeko baimenik.','Plugin and theme signatures have been reset.'=>'Plugin eta itxuren sinadurak berrezarri dira.','You do not have permission to reset signatures.'=>'Ez duzu sinadurak berrezartzeko baimenik.','You do not have permission to export debug information.'=>'Ez duzu arazketa-informazioa esportatzeko baimenik.','Database update has been executed.'=>'Datu-basearen eguneratzea exekutatu da.','You do not have permission to run database updates.'=>'Ez duzu datu-basearen eguneratzeak exekutatzeko baimenik.','Notification has been sent.'=>'Jakinarazpena bidali da.','Notification sending failed.'=>'Jakinarazpena bidaltzeak huts egin du.','You do not have permission to send notifications.'=>'Ez duzu jakinarazpenak bidaltzeko baimenik.','Notifications'=>'Jakinarazpenak','Analysis'=>'Analisia','Logs'=>'Erregistroak','Security'=>'Segurtasuna','Tools'=>'Tresnak','Debug'=>'Arazketa','About'=>'Honi buruz','Notification Settings'=>'Jakinarazpen-ezarpenak','Configure how and when you want to receive vulnerability notifications.'=>'Konfiguratu nola eta noiz jaso nahi dituzun ahultasun-jakinarazpenak.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Egon informatuta zure WordPress instalazioaren, pluginen, itxuren eta zerbitzariaren softwarearen segurtasun-ahultasunei buruz.','Cache Expiration Time'=>'Cacheko iraungitze-denbora','FORCED'=>'BEHARTUA','How long to cache vulnerability data before refreshing from the API.'=>'Zenbat denboran gorde cachean ahultasun-datuak APIa eguneratu baino lehen.','%d hour'=>'%d ordu' . "\0" . '%d ordu','You can force the cache time via wp-config.php constant. Learn more →'=>'Cacheko denbora behartu dezakezu wp-config.php konstantearen bidez. Gehiago ikasi →','Notification Frequency'=>'Jakinarazpen-maiztasuna','Choose how often you want to receive vulnerability notifications.'=>'Aukeratu zenbat aldiz jaso nahi dituzun ahultasun-jakinarazpenak.','Never - Disable automatic notifications'=>'Inoiz ez - Desgaitu jakinarazpen automatikoak','Daily - Receive notifications every day'=>'Egunero - Jaso jakinarazpenak egunero','Weekly - Receive notifications once a week'=>'Astero - Jaso jakinarazpenak astean behin','Day:'=>'Eguna:','Monday'=>'Astelehena','Tuesday'=>'Asteartea','Wednesday'=>'Asteazkena','Thursday'=>'Osteguna','Friday'=>'Ostirala','Saturday'=>'Larunbata','Sunday'=>'Igandea','Time:'=>'Ordua:','(24-hour format, server timezone)'=>'(24 orduko formatua, zerbitzariaren ordu-zona)','Notification Channels'=>'Jakinarazpen-kanalak','Select where you want to receive notifications.'=>'Aukeratu non jaso nahi dituzun jakinarazpenak.','Email'=>'Posta elektronikoa','Email Addresses (separated by commas):'=>'Posta elektronikoko helbideak (komaz bereizita):','Default:'=>'Lehenetsia:','Slack'=>'Slack','Slack Webhook URL:'=>'Slack Webhook URL:','Learn how to create a Slack incoming webhook →'=>'Ikasi nola sortu Slack sarrerako webhook bat →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'Teams Webhook URL:','Learn how to create a Teams incoming webhook →'=>'Ikasi nola sortu Teams sarrerako webhook bat →','Discord'=>'Discord','Discord Webhook URL:'=>'Discord Webhook URL:','Learn how to create a Discord webhook →'=>'Ikasi nola sortu Discord webhook bat →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Telegram Bot Token:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formatua: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'Telegram Chat ID:','Learn how to create a Telegram bot and get Chat ID →'=>'Ikasi nola sortu Telegram bot bat eta lortu Chat ID →','Save Notification Settings'=>'Gorde jakinarazpen-ezarpenak','WordPress Components'=>'WordPress osagaiak','WordPress Core'=>'WordPress nukleoa','Plugins'=>'Pluginak','Themes'=>'Itxurak','Software & Languages'=>'Softwarea eta hizkuntzak','PHP'=>'PHP','Web Servers'=>'Web zerbitzariak','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Datu-baseak','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Tresna osagarriak','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Osagaien analisi-ezarpenak','Enable or disable vulnerability analysis for specific components.'=>'Gaitu edo desgaitu osagai zehatzen ahultasun-analisia.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Markatu ahultasunen analisi eta txostenetatik EZKUTATU nahi dituzun osagaiak. Markatuta ez dauden osagaiak aktiboki aztertuko dira. Analisi aktiboa duten osagaiak berdez agertuko dira, ezkutatutakoak gorriz.','Hidden (forced by constant)'=>'Ezkutatuta (konstanteak behartuta)','🔴 Analysis disabled'=>'🔴 Analisia desgaituta','🟢 Analysis active'=>'🟢 Analisia aktibo','Tip:'=>'Aholkua:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Osagaiak behartu dezakezu desaktibatzera wp-config.php konstanteen bidez. Gehiago ikasi egiaztapenak ezkutatzeari buruz →','Save Analysis Settings'=>'Gorde analisi-ezarpenak','« Previous'=>'« Aurrekoa','Next »'=>'Hurrengoa »','Log entry not found or has been removed.'=>'Erregistro-sarrera ez da aurkitu edo ezabatu egin da.','Unable to load the requested log entry.'=>'Ezin da eskatutako erregistro-sarrera kargatu.','Log Configuration'=>'Erregistro-konfigurazioa','Total Logs'=>'Erregistro guztira','Retention Period'=>'Atxikipen-aldia','Disabled'=>'Desgaituta','%d day'=>'%d egun' . "\0" . '%d egun','Log Retention Period'=>'Erregistroen atxikipen-aldia','None (Disabled)'=>'Bat ere ez (Desgaituta)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Balio hau WPVULNERABILITY_LOG_RETENTION_DAYS konstanteak ezartzen du.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Aukeratu zenbat denboran gorde behar dituen WPVulnerabilityren API erantzun-erregistroak. Erregistro zaharragoak automatikoki ezabatzen dira.','Save Configuration'=>'Gorde konfigurazioa','Log retention is currently disabled.'=>'Erregistroen atxikipena une honetan desgaituta dago.','API responses are not being saved.'=>'APIaren erantzunak ez dira gordetzen.','Log Details'=>'Erregistroaren xehetasunak','Date'=>'Data','API Endpoint'=>'API amaiera-puntua','API Response'=>'APIaren erantzuna','Back to Logs'=>'Itzuli erregistroetara','No logs available'=>'Ez dago erregistrorik eskuragarri','API response logs will appear here once the vulnerability scanner runs.'=>'API erantzun-erregistroak hemen agertuko dira ahultasun-eskaner-a exekutatu ondoren.','API Response Logs'=>'API erantzun-erregistroak','Show:'=>'Erakutsi:','Apply'=>'Aplikatu','Showing %1$s–%2$s of %3$s'=>'%1$s–%2$s erakusten %3$s-tik','Actions'=>'Ekintzak','View'=>'Ikusi','Danger Zone'=>'Arrisku-eremua','Permanently delete all API response logs. This action cannot be undone.'=>'Betirako ezabatu API erantzun-erregistro guztiak. Ekintza hau ezin da desegin.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Ziur zaude erregistro guztiak ezabatu nahi dituzula? Ekintza hau ezin da desegin.','Delete All Logs'=>'Ezabatu erregistro guztiak','Reload Data from API'=>'Birkargatu datuak APIa-tik','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Birkargatu Nukleo, Plugin, Itxura eta beste osagaien informazio guztia zuzenean APIa-tik datu eguneratuak izateko. Honek cachea garbitu eta ahultasun-informazio freskoa eskuratuko du.','Reload Data'=>'Birkargatu datuak','Test Email Notifications'=>'Probatu posta elektronikoko jakinarazpenak','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Bidali proba-mezu bat uneko ahultasun-datuekin zure posta elektronikoaren konfigurazioa ondo funtzionatzen ari dela egiaztatzeko.','From address (configured via constant):'=>'Jatorri-helbidea (konstantearen bidez konfiguratuta):','From address (default):'=>'Jatorri-helbidea (lehenetsia):','Learn how to customize the email sender address →'=>'Ikasi nola pertsonalizatu posta elektronikoaren bidaltzailearen helbidea →','Send Test Email'=>'Bidali proba-mezua','WP-Cron Status'=>'WP-Cron egoera','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'Ikusi eta kudeatu WP-Cron programatutako gertaerak. Alderatu espero diren programazioak benetako cron lanekin zeregin automatizatuak ondo exekutatzen ari direla ziurtatzeko.','No cron data available.'=>'Ez dago cron daturik eskuragarri.','Hook'=>'Hook','Expected'=>'Espero dena','Found'=>'Aurkitua','Next Run'=>'Hurrengo exekuzioa','Status'=>'Egoera','Not expected'=>'Ez da espero','None'=>'Bat ere ez','OK'=>'Ados','⚠️ Unexpected WPVulnerability Events'=>'⚠️ WPVulnerability gertaera ustekabeak','No interval'=>'Tarterik gabe','Next:'=>'Hurrengoa:','Repair Cron Events'=>'Konpondu cron gertaerak','Uninstall Data'=>'Desinstalazio-datuak','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Lehenespenez, plugin-datu guztiak gordetzen dira WPVulnerability ezabatzean. Gaitu beheko aukera soilik aukera, erregistro eta cacheko datu guztiak desinstalatzean betirako ezabatu nahi badituzu.','Delete all plugin data on uninstall'=>'Ezabatu plugin-datu guztiak desinstalatzean','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Lehenetsia: markatuta gabe (datuak gordetzen dira). Markatu soilik garbiketa osoa nahi baduzu.','Save preference'=>'Gorde hobespena','Reset WPVulnerability'=>'Berrezarri WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Ezabatu WPVulnerability ezarpen, cacheko datu, erregistro eta programatutako gertaera guztiak, eta lehenetsi berrezarri eta APIa-tik datuak birkargatu.','This action cannot be undone.'=>'Ekintza hau ezin da desegin.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Ziur zaude WPVulnerabilityren datu guztiak berrezarri nahi dituzula? Ekintza hau ezin da desegin.','Reset Plugin'=>'Berrezarri plugina','Vulnerability Database Statistics'=>'Ahultasun datu-basearen estatistikak','%s vulnerability'=>'%s ahultasun' . "\0" . '%s ahultasun','(%s product)'=>'(%s produktu)' . "\0" . '(%s produktu)','No data'=>'Daturik ez','Database last updated: %s'=>'Datu-basea azken aldiz eguneratua: %s','Intelligence Sources'=>'Adimen-iturriak','Number of vulnerabilities contributed by each intelligence source.'=>'Adimen-iturri bakoitzak ekarritako ahultasun kopurua.','Source'=>'Iturria','Core'=>'Nukleoa','Sponsors'=>'Babeslariak','No sponsor data available.'=>'Ez dago babeslarien daturik eskuragarri.','Contributors'=>'Laguntzaileak','No contributor data available.'=>'Ez dago laguntzaileen daturik eskuragarri.','You do not have sufficient permissions to access this page.'=>'Ez duzu orri hau atzitzeko baimen nahikorik.','WPVulnerability settings'=>'WPVulnerability ezarpenak','Configure and save these settings to receive notifications.'=>'Konfiguratu eta gorde ezarpen hauek jakinarazpenak jasotzeko.','Configure and save these settings to hide vulnerabilities.'=>'Konfiguratu eta gorde ezarpen hauek ahultasunak ezkutatzeko.','Default administrator email'=>'Administratzailearen posta elektroniko lehenetsia','Read more if you want to force the cache time.'=>'Irakurri gehiago cacheko denbora behartu nahi baduzu.','Never'=>'Inoiz ez','Daily'=>'Egunero','Weekly'=>'Astero','Day'=>'Eguna','Hour'=>'Ordua','Minute'=>'Minutua','Read more about how to force the deactivation of an item.'=>'Irakurri gehiago elementu bat desgaitzea nola behartu jakiteko.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'Slack webhook URL baliogabea. hooks.slack.com-eko HTTPS URL baliogarria izan behar da.','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'Microsoft Teams webhook URL baliogabea. office.com, office365.com edo api.hooks.microsoft.com-eko HTTPS URL baliogarria izan behar da.','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'Discord webhook URL baliogabea. discord.com edo discordapp.com-eko HTTPS URL baliogarria izan behar da.','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Telegram bot token formatua baliogabea. Honelakoa izan behar da: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Dena ondo','%d Critical Issue Found'=>'%d arazo kritiko aurkitu da' . "\0" . '%d arazo kritiko aurkitu dira','%d Issue Found'=>'%d arazo aurkitu da' . "\0" . '%d arazo aurkitu dira','Never checked'=>'Inoiz egiaztatu gabe','%d minute ago'=>'duela %d minutu' . "\0" . 'duela %d minutu','%d hour ago'=>'duela %d ordu' . "\0" . 'duela %d ordu','Last checked: %s'=>'Azken egiaztapena: %s','Refresh Now'=>'Freskatu orain','No vulnerabilities detected'=>'Ez da ahultasunik detektatu','Your site is up to date and secure'=>'Zure gunea eguneratuta eta seguru dago','Server Software'=>'Zerbitzariaren softwarea','Site Health'=>'Gunearen osasuna','Settings'=>'Ezarpenak','WPVulnerability Status'=>'WPVulnerability egoera','Receive vulnerability notifications'=>'Jaso ahultasun-jakinarazpenak','Cache expiration time'=>'Cacheko iraungitze-denbora','How often you want to receive notifications'=>'Zenbat aldiz jaso nahi dituzu jakinarazpenak','Where do you want to receive notifications?'=>'Non jaso nahi dituzu jakinarazpenak?','Email addresses to notify (separated by commas)'=>'Jakinarazpenak bidaltzeko posta elektronikoko helbideak (komaz bereizita)','Slack webhook URL'=>'Slack webhook URL','Teams webhook URL'=>'Teams webhook URL','Vulnerabilities to hide'=>'Ezkutatzeko ahultasunak','What do you want to hide?'=>'Zer ezkutatu nahi duzu?','Standard (Hybrid Detection)'=>'Estandarra (detekzio hibridoa)','Strict (Extensions Only)'=>'Zorrotza (luzapenak soilik)','Disabled (No Detection)'=>'Desgaituta (detekziorik gabe)','Security Status'=>'Segurtasun egoera','Security Mode'=>'Segurtasun modua','Shell Execution'=>'Shell exekuzioa','Enabled'=>'Gaituta','Audit Logging'=>'Auditoretza-erregistroa','Enabled (%d days)'=>'Gaituta (%d egun)','Total Log Entries'=>'Erregistro-sarrera guztiak','Last Shell Execution'=>'Azken shell exekuzioa','%s ago'=>'duela %s','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Konfiguratu segurtasun-ezarpenak wp-config.php konstanteen bidez: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Ikusi segurtasun konfigurazio dokumentazioa xehetasunetarako.','Memcached'=>'Memcached','Imagick Extension'=>'Imagick luzapena','Redis Extension'=>'Redis luzapena','Memcached Extension'=>'Memcached luzapena','Memcache Extension'=>'Memcache luzapena','SQLite3 Extension'=>'SQLite3 luzapena','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Shell komandoa','Binary Check'=>'Bitarrazko egiaztapena','Not Detected'=>'Ez da detektatu','Software Detection Methods'=>'Software-detekzio metodoak','Shows which detection method was used for each software component and the reliability score.'=>'Erakusten du zein detekzio metodo erabili den software-osagai bakoitzarentzat eta fidagarritasun-puntuazioa.','Component'=>'Osagaia','Version'=>'Bertsioa','Detection Method'=>'Detekzio metodoa','Reliability'=>'Fidagarritasuna','Not detected'=>'Ez da detektatu','Shell Execution Audit Logs'=>'Shell exekuzioaren auditoretza-erregistroak','Complete audit trail of shell command executions for security monitoring.'=>'Shell komandoen exekuzioen auditoretza-pista osoa segurtasun-kontrolerako.','No shell execution logs found.'=>'Ez da shell exekuzioaren erregistrorik aurkitu.','Logs will appear here when shell commands are executed for software detection.'=>'Erregistroak hemen agertuko dira shell komandoak software-detekziorako exekutatzen direnean.','Time'=>'Ordua','Command'=>'Komandoa','User'=>'Erabiltzailea','Output'=>'Irteera','Showing the %d most recent log entries.'=>'%d erregistro-sarrera berriena erakusten.','Invalid nonce.'=>'Nonce baliogabea.','Insufficient permissions.'=>'Baimen nahikoa ez.','No component specified.'=>'Ez da osagairik zehaztu.','Debug Information'=>'Arazketa-informazioa','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Fitxa hau WP_DEBUG gaituta dagoenean soilik ikus daiteke. Erabili kontu handiz.','System Information'=>'Sistemaren informazioa','WordPress Version'=>'WordPress bertsioa','Multisite'=>'Gune anitza','Yes'=>'Bai','No'=>'Ez','Language'=>'Hizkuntza','PHP Version'=>'PHP bertsioa','PHP Extensions'=>'PHP luzapenak','PHP Memory Limit'=>'PHP memoria-muga','Database'=>'Datu-basea','Web Server'=>'Web zerbitzaria','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Bidea:','Size: %s'=>'Tamaina: %s','View Log File'=>'Ikusi erregistro fitxategia','Log file is not web-accessible (outside wp-content)'=>'Erregistro fitxategia ez da web bidez eskuragarri (wp-content-etik kanpo)','Log file does not exist yet'=>'Erregistro fitxategia oraindik ez da existitzen','Plugin Version'=>'Plugin bertsioa','Component Detection'=>'Osagaien detekzioa','Version Detected'=>'Detektatutako bertsioa','Analyzed'=>'Aztertua','Cache Status'=>'Cachearen egoera','Configuration Summary'=>'Konfigurazio-laburpena','Cache Duration'=>'Cacheko iraupena','Log Retention'=>'Erregistroen atxikipena','Components Analyzed'=>'Aztertutako osagaiak','Notification Email'=>'Jakinarazpen-posta elektronikoa','Slack Webhook'=>'Slack Webhook','Configured & Enabled'=>'Konfiguratuta eta gaituta','Configured (Disabled)'=>'Konfiguratuta (desgaituta)','Not configured'=>'Konfiguratu gabe','Teams Webhook'=>'Teams Webhook','Discord Webhook'=>'Discord Webhook','Telegram Bot'=>'Telegram Bot','Cron Status'=>'Cron egoera','Update Database'=>'Eguneratu datu-basea','Next run: %s'=>'Hurrengo exekuzioa: %s','Not scheduled'=>'Programatu gabe','Send Notification'=>'Bidali jakinarazpena','Run Update Now'=>'Exekutatu eguneratzea orain','Run Notification Now'=>'Bidali jakinarazpena orain','You do not have permission to run these actions.'=>'Ez duzu ekintza hauek exekutatzeko baimenik.','API Testing'=>'API probak','Test API connectivity for each component. Click a button to send a test request.'=>'Probatu osagai bakoitzaren API konektibitasuna. Egin klik botoi batean proba-eskaera bidaltzeko.','Test %s'=>'Probatu %s','Testing...'=>'Probatzen...','HTTP Code:'=>'HTTP kodea:','Response Time:'=>'Erantzun-denbora:','Response Preview'=>'Erantzunaren aurrebista','Test'=>'Proba','Error:'=>'Errorea:','AJAX request failed.'=>'AJAX eskaera huts egin du.','You do not have permission to test API connectivity.'=>'Ez duzu API konektibitasuna probatzeko baimenik.','Database Options Viewer'=>'Datu-basearen aukeren ikustailea','View the raw data stored in WordPress options.'=>'Ikusi WordPress aukeretan gordetako datu gordinak.','Select an option...'=>'Aukeratu aukera bat...','Option not found or empty.'=>'Aukera ez da aurkitu edo hutsik dago.','Quick Actions'=>'Ekintza azkarrak','Perform debugging actions. Use with caution.'=>'Egin arazketa-ekintzak. Erabili kontu handiz.','Are you sure you want to clear all caches?'=>'Ziur zaude cache guztiak garbitu nahi dituzula?','Clear All Caches'=>'Garbitu cache guztiak','Are you sure you want to reset signatures?'=>'Ziur zaude sinadurak berrezarri nahi dituzula?','Reset Signatures'=>'Berrezarri sinadurak','Export Debug Info'=>'Esportatu arazketa-informazioa','You do not have permission to perform these actions.'=>'Ez duzu ekintza hauek egiteko baimenik.','Settings saved.'=>'Ezarpenak gorde dira.','WPVulnerability cron events have been repaired across the network.'=>'WPVulnerability cron gertaerak sarean zehar konpondu dira.','You do not have permission to access this page.'=>'Ez duzu orri hau atzitzeko baimenik.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s-k ezagutzen den ahultasun bat du, zure instalatutako bertsioan eragina izaten ari dena.','Actively exploited'=>'Aktiboki ustiatu','Public exploit'=>'Exploit publikoa','Automatable'=>'Automatizagarria','References:'=>'Erreferentziak:','Invalid component specified.'=>'Osagai baliogabea zehaztu da.','Version not detected for this component.'=>'Ez da bertsioa detektatu osagai honentzat.','API request successful.'=>'API eskaera arrakastatsua.','API returned HTTP code %d.'=>'APIak %d HTTP kodea itzuli du.','WPVulnerability Logs'=>'WPVulnerability erregistroak','WPVulnerability Log'=>'WPVulnerability erregistroa','Low'=>'Baxua','Medium'=>'Ertaina','High'=>'Altua','Critical'=>'Kritikoa','WPVulnerability Shell Logs'=>'WPVulnerability shell erregistroak','WPVulnerability Shell Log'=>'WPVulnerability shell erregistroa','Every week'=>'Astero','Every day'=>'Egunero','Invalid request.'=>'Eskaera baliogabea.','You have unsubscribed from WPVulnerability notifications.'=>'WPVulnerability jakinarazpenetatik harpidetza eman duzu.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Gehiago ikasi WordPress Ahultasun Datu-basearen APIari buruz %2$s-en','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Alerta hauek jasotzeari utzi nahi diozu? Harpidetza kendu edo aldatu posta elektronikoaren maiztasuna Inoiz ez-era WPVulnerability ezarpenetan.','No vulnerabilities found'=>'Ez da ahultasunik aurkitu','This is likely a test. The site does not have vulnerabilities.'=>'Hau proba bat da ziurrenik. Guneak ez du ahultasunik.','Core vulnerabilities'=>'Nukleo-ahultasunak','Plugins vulnerabilities'=>'Plugin-ahultasunak','Themes vulnerabilities'=>'Itxura-ahultasunak','PHP vulnerabilities'=>'PHP ahultasunak','Apache HTTPD vulnerabilities'=>'Apache HTTPD ahultasunak','Nginx vulnerabilities'=>'Nginx ahultasunak','MariaDB vulnerabilities'=>'MariaDB ahultasunak','MySQL vulnerabilities'=>'MySQL ahultasunak','ImageMagick vulnerabilities'=>'ImageMagick ahultasunak','curl vulnerabilities'=>'curl ahultasunak','memcached vulnerabilities'=>'memcached ahultasunak','Redis vulnerabilities'=>'Redis ahultasunak','SQLite vulnerabilities'=>'SQLite ahultasunak','Vulnerability found: %s'=>'Ahultasuna aurkitu da: %s','Vulnerability found'=>'Ahultasuna aurkitu da','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s-ek ezagutzen den ahultasun bat du, zure instalatutako bertsioan eragina izaten ari dena.','This plugin is closed. Please replace it with another.'=>'Plugin hau itxita dago. Ordezkatu beste batekin, mesedez.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Ahultasun hau adabakatu gabe dagoela dirudi. Egon adi datozen plugin eguneratzeei.','It hasn\'t been updated in over a year.'=>'Urtebete baino gehiago da eguneratu gabe dagoela.','It may no longer be available (closed?).'=>'Baliteke jada eskuragarri ez egotea (itxita?).','Last updated on'=>'Azken eguneraketa','Vulnerabilities (%d)'=>'Ahultasunak (%d)','%s running'=>'%s exekutatzen','End of Life'=>'Bizitza amaiera','End of life:'=>'Bizitza amaiera:','Supported'=>'Onartua','Plugin'=>'Plugina','Theme'=>'Itxura','End of life: %s'=>'Bizitza amaiera: %s','EOL'=>'BAM','Network Settings'=>'Sare-ezarpenak','Vulnerabilities'=>'Ahultasunak','Every 6 hours'=>'6 orduro behin','Database updates'=>'Datu-basearen eguneratzeak','Log cleanup'=>'Erregistroen garbiketa','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Jakinarazpenak programatuta daude, baina ezarpenek une honetan desgaitzen dituzte. Mesedez, berrikusi jakinarazpenen fitxa.','This event should not be scheduled for this site.'=>'Gertaera hau ez dago programatuta behar gune honentzat.','Not expected for this site.'=>'Ez da espero gune honentzat.','No instances found.'=>'Ez da instantziarik aurkitu.','Scheduled with an unexpected interval.'=>'Ustekabeko tarte batekin programatuta.','Multiple instances detected.'=>'Hainbat instantzia detektatu dira.','Scheduled as expected.'=>'Espero bezala programatuta.','There aren\'t plugins vulnerabilities'=>'Ez dago plugin-ahultasunik','Shows possible vulnerabilities that exist in installed plugins.'=>'Instalatutako pluginetan dauden ahultasun posibleak erakusten ditu.','There is %d plugin with vulnerabilities'=>'%d plugin dago ahultasunekin' . "\0" . '%d plugin daude ahultasunekin','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Ahultasun posibleak detektatu ditugu instalatutako pluginetan. Mesedez, egiaztatu eta eguneratuta mantentzen dituzun.','Update plugins'=>'Eguneratu pluginak','There aren\'t themes vulnerabilities'=>'Ez dago itxura-ahultasunik','Shows possible vulnerabilities that exist in installed themes.'=>'Instalatutako itxuretan dauden ahultasun posibleak erakusten ditu.','There is %d theme with vulnerabilities'=>'%d itxura dago ahultasunekin' . "\0" . '%d itxura daude ahultasunekin','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Ahultasun posibleak detektatu ditugu instalatutako itxuretan. Mesedez, egiaztatu eta eguneratuta mantentzen dituzun.','Update themes'=>'Eguneratu itxurak','There aren\'t WordPress vulnerabilities'=>'Ez dago WordPress ahultasunik','Shows possible vulnerabilities existing in the WordPress core.'=>'WordPress nukleoan dauden ahultasun posibleak erakusten ditu.','There is %d core vulnerability'=>'%d nukleo-ahultasun dago' . "\0" . '%d nukleo-ahultasun daude','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Ahultasun posibleak detektatu ditugu WordPress instalazio honetan. Mesedez, egiaztatu eta zure instalazioa eguneratuta mantentzen duzu.','Update WordPress'=>'Eguneratu WordPress','Nginx'=>'Nginx','Invalid software type'=>'Software mota baliogabea','Error'=>'Errorea','The specified software type is not valid.'=>'Zehaztutako software mota ez da baliozkoa.','There aren\'t %s vulnerabilities'=>'Ez dago %s ahultasunik','Shows possible vulnerabilities existing in %s.'=>'%s-en dauden ahultasun posibleak erakusten ditu.','There is %1$d %2$s vulnerability'=>'%1$d %2$s ahultasun dago' . "\0" . '%1$d %2$s ahultasun daude','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Ahultasun posibleak detektatu ditugu %s-en. Mesedez, egiaztatu eta zure instalazioa eguneratuta mantentzen duzu.','How to update PHP'=>'Nola eguneratu PHP','WPVulnerability Core'=>'WPVulnerability muina','WPVulnerability Themes'=>'WPVulnerability itxurak','WPVulnerability Plugins'=>'WPVulnerability Pluginak','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'Itxura hau itxita dago. Ordezkatu beste batekin, mesedez.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Ahultasun hau adabakatu gabe dagoela dirudi. Egon adi datozen itxura eguneratzeei.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Itxura honek ezagutzen diren ahultasunak ditu, zure instalatutako bertsioan eragina izaten ari direnak.']]; \ No newline at end of file diff --git a/languages/wpvulnerability-fr.l10n.php b/languages/wpvulnerability-fr.l10n.php index 133bdc3..13cd86b 100644 --- a/languages/wpvulnerability-fr.l10n.php +++ b/languages/wpvulnerability-fr.l10n.php @@ -1,2 +1,2 @@ NULL,'plural-forms'=>'nplurals=2; plural=n > 1;','language'=>'fr','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2026-03-08 07:11:13+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Recevez des informations sur les vulnérabilités potentielles de votre WordPress via l\'API WordPress Vulnerability Database.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Cette commande nécessite un administrateur WordPress. Exécutez avec --user=.','No core vulnerabilities found.'=>'Aucune vulnérabilité du cœur trouvée.','No plugin vulnerabilities found.'=>'Aucune vulnérabilité d\'extension trouvée.','No theme vulnerabilities found.'=>'Aucune vulnérabilité de thème trouvée.','No %s vulnerabilities found.'=>'Aucune vulnérabilité %s trouvée.','Data from source has been reloaded.'=>'Les données ont été rechargées depuis la source.','You do not have permission to reload data.'=>'Vous n\'avez pas la permission de recharger les données.','Test email has been sent.'=>'L\'e-mail de test a été envoyé.','Test email has failed. Please, check your email settings.'=>'Le test d\'envoi d\'e-mail a échoué. Veuillez vérifier vos réglages d\'e-mail.','You do not have permission to send test emails.'=>'Vous n\'avez pas la permission d\'envoyer des e-mails de test.','WPVulnerability cron events have been repaired.'=>'Les événements cron de WPVulnerability ont été réparés.','You do not have permission to repair cron events.'=>'Vous n\'avez pas la permission de réparer les événements cron.','All logs have been deleted.'=>'Tous les journaux ont été supprimés.','You do not have permission to delete logs.'=>'Vous n\'avez pas la permission de supprimer les journaux.','Uninstall preference saved.'=>'Préférence de désinstallation enregistrée.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability a été réinitialisé aux valeurs par défaut et rechargé.','You do not have permission to reset WPVulnerability.'=>'Vous n\'avez pas la permission de réinitialiser WPVulnerability.','All caches have been cleared.'=>'Tous les caches ont été effacés.','You do not have permission to clear caches.'=>'Vous n\'avez pas la permission d\'effacer les caches.','Plugin and theme signatures have been reset.'=>'Les signatures d\'extensions et de thèmes ont été réinitialisées.','You do not have permission to reset signatures.'=>'Vous n\'avez pas la permission de réinitialiser les signatures.','You do not have permission to export debug information.'=>'Vous n\'avez pas la permission d\'exporter les informations de débogage.','Database update has been executed.'=>'La mise à jour de la base de données a été exécutée.','You do not have permission to run database updates.'=>'Vous n\'avez pas la permission d\'exécuter les mises à jour de la base de données.','Notification has been sent.'=>'La notification a été envoyée.','Notification sending failed.'=>'L\'envoi de la notification a échoué.','You do not have permission to send notifications.'=>'Vous n\'avez pas la permission d\'envoyer des notifications.','Notifications'=>'Notifications','Analysis'=>'Analyse','Logs'=>'Journaux','Security'=>'Sécurité','Tools'=>'Outils','Debug'=>'Débogage','About'=>'A propos de','Notification Settings'=>'Paramètres de notification','Configure how and when you want to receive vulnerability notifications.'=>'Configurez comment et quand vous souhaitez recevoir des notifications de vulnérabilité.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Restez informé des vulnérabilités de sécurité dans votre installation WordPress, vos extensions, thèmes et logiciels serveur.','Cache Expiration Time'=>'Durée d\'expiration du cache','FORCED'=>'FORCÉ','How long to cache vulnerability data before refreshing from the API.'=>'Durée de mise en cache des données de vulnérabilité avant actualisation depuis l\'API.','%d hour'=>'%d heure' . "\0" . '%d heures','You can force the cache time via wp-config.php constant. Learn more →'=>'Vous pouvez forcer la durée du cache via une constante wp-config.php. En savoir plus →','Notification Frequency'=>'Fréquence de notification','Choose how often you want to receive vulnerability notifications.'=>'Choisissez la fréquence à laquelle vous souhaitez recevoir des notifications de vulnérabilité.','Never - Disable automatic notifications'=>'Jamais - Désactiver les notifications automatiques','Daily - Receive notifications every day'=>'Quotidien - Recevez des notifications chaque jour','Weekly - Receive notifications once a week'=>'Hebdomadaire - Recevez des notifications une fois par semaine','Day:'=>'Jour :','Monday'=>'Lundi','Tuesday'=>'Mardi','Wednesday'=>'Mercredi','Thursday'=>'Jeudi','Friday'=>'Vendredi','Saturday'=>'Samedi','Sunday'=>'Dimanche','Time:'=>'Heure :','(24-hour format, server timezone)'=>'(format 24 heures, fuseau horaire du serveur)','Notification Channels'=>'Canaux de notification','Select where you want to receive notifications.'=>'Sélectionnez où vous souhaitez recevoir les notifications.','Email'=>'E-mail','Email Addresses (separated by commas):'=>'Adresses e-mail (séparées par des virgules) :','Default:'=>'Par défaut :','Slack'=>'Slack','Slack Webhook URL:'=>'URL du webhook Slack :','Learn how to create a Slack incoming webhook →'=>'Apprenez à créer un webhook entrant Slack →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'URL du webhook Teams :','Learn how to create a Teams incoming webhook →'=>'Apprenez à créer un webhook entrant Teams →','Discord'=>'Discord','Discord Webhook URL:'=>'URL du webhook Discord :','Learn how to create a Discord webhook →'=>'Apprenez à créer un webhook Discord →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Token du bot Telegram :','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Format : 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'ID du chat Telegram :','Learn how to create a Telegram bot and get Chat ID →'=>'Apprenez à créer un bot Telegram et obtenir l\'ID du chat →','Save Notification Settings'=>'Enregistrer les paramètres de notification','WordPress Components'=>'Composants WordPress','WordPress Core'=>'Cœur WordPress','Plugins'=>'Extensions','Themes'=>'Thèmes','Software & Languages'=>'Logiciels et langages','PHP'=>'PHP','Web Servers'=>'Serveurs web','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Bases de données','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Outils supplémentaires','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Paramètres d\'analyse des composants','Enable or disable vulnerability analysis for specific components.'=>'Activez ou désactivez l\'analyse de vulnérabilités pour des composants spécifiques.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Cochez les composants que vous souhaitez MASQUER des analyses et rapports de vulnérabilités. Les composants non cochés seront activement analysés. Les composants avec analyse active sont affichés en vert, les composants masqués en rouge.','Hidden (forced by constant)'=>'Masqué (forcé par constante)','🔴 Analysis disabled'=>'🔴 Analyse désactivée','🟢 Analysis active'=>'🟢 Analyse active','Tip:'=>'Astuce :','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Vous pouvez forcer la désactivation de composants via des constantes wp-config.php. En savoir plus sur le masquage forcé des vérifications →','Save Analysis Settings'=>'Enregistrer les paramètres d\'analyse','« Previous'=>'« Précédent','Next »'=>'Suivant »','Log entry not found or has been removed.'=>'L\'entrée du journal n\'a pas été trouvée ou a été retirée.','Unable to load the requested log entry.'=>'Impossible de charger l\'entrée de journal demandée.','Log Configuration'=>'Configuration du journal','Total Logs'=>'Total des journaux','Retention Period'=>'Période de rétention','Disabled'=>'Désactivé','%d day'=>'%d jour' . "\0" . '%d jours','Log Retention Period'=>'Période de rétention des journaux','None (Disabled)'=>'Aucune (Désactivée)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Cette valeur est forcée par la constante WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Choisissez la durée de conservation des journaux de réponses API par WPVulnerability. Les journaux plus anciens sont automatiquement supprimés.','Save Configuration'=>'Enregistrer la configuration','Log retention is currently disabled.'=>'La rétention des journaux est actuellement désactivée.','API responses are not being saved.'=>'Les réponses API ne sont pas enregistrées.','Log Details'=>'Détails du journal','Date'=>'Date','API Endpoint'=>'Point de terminaison API','API Response'=>'Réponse API','Back to Logs'=>'Retour aux journaux','No logs available'=>'Aucun journal disponible','API response logs will appear here once the vulnerability scanner runs.'=>'Les journaux de réponses API apparaîtront ici une fois que le scanner de vulnérabilités sera exécuté.','API Response Logs'=>'Journaux de réponses API','Show:'=>'Afficher :','Apply'=>'Appliquer','Showing %1$s–%2$s of %3$s'=>'Affichage de %1$s–%2$s sur %3$s','Actions'=>'Actions','View'=>'Voir','Danger Zone'=>'Zone dangereuse','Permanently delete all API response logs. This action cannot be undone.'=>'Supprimer définitivement tous les journaux de réponses API. Cette action est irréversible.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Êtes-vous sûr de vouloir supprimer tous les journaux ? Cette action est irréversible.','Delete All Logs'=>'Supprimer tous les journaux','Reload Data from API'=>'Recharger les données depuis l\'API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Rechargez toutes les informations sur le Cœur, les Extensions, les Thèmes et les autres composants directement depuis l\'API pour avoir des données à jour. Cela effacera le cache et récupérera les dernières informations de vulnérabilité.','Reload Data'=>'Recharger les données','Test Email Notifications'=>'Tester les notifications par e-mail','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Envoyez une notification e-mail de test avec les données de vulnérabilité actuelles pour vérifier que votre configuration e-mail fonctionne correctement.','From address (configured via constant):'=>'Adresse d\'expédition (configurée via constante) :','From address (default):'=>'Adresse d\'expédition (par défaut) :','Learn how to customize the email sender address →'=>'Apprenez à personnaliser l\'adresse d\'expédition des e-mails →','Send Test Email'=>'Envoyer un e-mail de test','WP-Cron Status'=>'État du WP-Cron','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'Consultez et gérez les événements planifiés WP-Cron. Comparez les planifications attendues avec les tâches cron réelles pour vous assurer que les tâches automatisées s\'exécutent correctement.','No cron data available.'=>'Aucune donnée cron disponible.','Hook'=>'Hook','Expected'=>'Attendu','Found'=>'Trouvé','Next Run'=>'Prochaine exécution','Status'=>'Statut','Not expected'=>'Non attendu','None'=>'Aucune','OK'=>'OK','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Événements WPVulnerability inattendus','No interval'=>'Aucun intervalle','Next:'=>'Suivant :','Repair Cron Events'=>'Réparer les événements cron','Uninstall Data'=>'Données de désinstallation','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Par défaut, toutes les données du plugin sont conservées lors de la suppression de WPVulnerability. Activez l\'option ci-dessous uniquement si vous souhaitez que toutes les options, journaux et données en cache soient définitivement supprimés lors de la désinstallation.','Delete all plugin data on uninstall'=>'Supprimer toutes les données du plugin lors de la désinstallation','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Par défaut : décoché (données conservées). Cochez uniquement si vous souhaitez une suppression propre.','Save preference'=>'Enregistrer la préférence','Reset WPVulnerability'=>'Réinitialiser WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Supprimez tous les paramètres, données en cache, journaux et événements planifiés de WPVulnerability, puis restaurez les valeurs par défaut et rechargez les données depuis l\'API.','This action cannot be undone.'=>'Cette action est irréversible.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Êtes-vous sûr de vouloir réinitialiser toutes les données WPVulnerability ? Cette action est irréversible.','Reset Plugin'=>'Réinitialiser le plugin','Vulnerability Database Statistics'=>'Statistiques de la base de données de vulnérabilités','%s vulnerability'=>'%s vulnérabilité' . "\0" . '%s vulnérabilités','(%s product)'=>'(%s produit)' . "\0" . '(%s produits)','No data'=>'Aucune donnée','Database last updated: %s'=>'Dernière mise à jour de la base de données : %s','Intelligence Sources'=>'Sources de renseignement','Number of vulnerabilities contributed by each intelligence source.'=>'Nombre de vulnérabilités contribuées par chaque source de renseignement.','Source'=>'Source','Core'=>'Cœur','Sponsors'=>'Sponsors','No sponsor data available.'=>'Aucune donnée de sponsor disponible.','Contributors'=>'Contributeurs/contributrices','No contributor data available.'=>'Aucune donnée de contributeur disponible.','You do not have sufficient permissions to access this page.'=>'Vous n\'avez pas les permissions suffisantes pour accéder à cette page.','WPVulnerability settings'=>'Réglages de WPVulnerability','Configure and save these settings to receive notifications.'=>'Configurez et enregistrez ces paramètres pour recevoir des notifications.','Configure and save these settings to hide vulnerabilities.'=>'Configurez et enregistrez ces réglages pour masquer les vulnérabilités.','Default administrator email'=>'E-mail de l\'administrateur par défaut','Read more if you want to force the cache time.'=>'Veuillez lire la suite si vous souhaitez forcer le délai de mise en cache.','Never'=>'Jamais','Daily'=>'Quotidienne','Weekly'=>'Hebdomadaire','Day'=>'Jour','Hour'=>'Heure','Minute'=>'Minute','Read more about how to force the deactivation of an item.'=>'En savoir plus sur comment procéder à la désactivation forcée d\'un élément.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'URL de webhook Slack invalide. Doit être une URL HTTPS valide de hooks.slack.com','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'URL de webhook Microsoft Teams invalide. Doit être une URL HTTPS valide de office.com, office365.com ou api.hooks.microsoft.com','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'URL de webhook Discord invalide. Doit être une URL HTTPS valide de discord.com ou discordapp.com','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Format de token de bot Telegram invalide. Doit être de type : 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Tout est en ordre','%d Critical Issue Found'=>'%d problème critique trouvé' . "\0" . '%d problèmes critiques trouvés','%d Issue Found'=>'%d problème trouvé' . "\0" . '%d problèmes trouvés','Never checked'=>'Jamais vérifié','%d minute ago'=>'il y a %d minute' . "\0" . 'il y a %d minutes','%d hour ago'=>'il y a %d heure' . "\0" . 'il y a %d heures','Last checked: %s'=>'Dernière vérification : %s','Refresh Now'=>'Actualiser maintenant','No vulnerabilities detected'=>'Aucune vulnérabilité détectée','Your site is up to date and secure'=>'Votre site est à jour et sécurisé','Server Software'=>'Logiciels serveur','Site Health'=>'Santé du site','Settings'=>'Réglages','WPVulnerability Status'=>'État de WPVulnerability','Receive vulnerability notifications'=>'Recevoir des notifications de vulnérabilité','Cache expiration time'=>'Délai d\'expiration du cache','How often you want to receive notifications'=>'Fréquence de réception des notifications','Where do you want to receive notifications?'=>'Où souhaitez-vous recevoir les notifications ?','Email addresses to notify (separated by commas)'=>'Adresses e-mail à notifier (séparées par des virgules)','Slack webhook URL'=>'URL du webhook Slack','Teams webhook URL'=>'URL du webhook Teams','Vulnerabilities to hide'=>'Vulnérabilités à masquer','What do you want to hide?'=>'Que souhaitez-vous masquer ?','Standard (Hybrid Detection)'=>'Standard (Détection hybride)','Strict (Extensions Only)'=>'Strict (Extensions uniquement)','Disabled (No Detection)'=>'Désactivé (Aucune détection)','Security Status'=>'État de sécurité','Security Mode'=>'Mode de sécurité','Shell Execution'=>'Exécution shell','Enabled'=>'Activé','Audit Logging'=>'Journal d\'audit','Enabled (%d days)'=>'Activé (%d jours)','Total Log Entries'=>'Total des entrées de journal','Last Shell Execution'=>'Dernière exécution shell','%s ago'=>'il y a %s','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Configurez les paramètres de sécurité via les constantes wp-config.php : WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Consultez la documentation de configuration de sécurité pour plus de détails.','Memcached'=>'Memcached','Imagick Extension'=>'Extension Imagick','Redis Extension'=>'Extension Redis','Memcached Extension'=>'Extension Memcached','Memcache Extension'=>'Extension Memcache','SQLite3 Extension'=>'Extension SQLite3','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Commande shell','Binary Check'=>'Vérification binaire','Not Detected'=>'Non détecté','Software Detection Methods'=>'Méthodes de détection des logiciels','Shows which detection method was used for each software component and the reliability score.'=>'Affiche la méthode de détection utilisée pour chaque composant logiciel et le score de fiabilité.','Component'=>'Composant','Version'=>'Version','Detection Method'=>'Méthode de détection','Reliability'=>'Fiabilité','Not detected'=>'Non détecté','Shell Execution Audit Logs'=>'Journaux d\'audit d\'exécution shell','Complete audit trail of shell command executions for security monitoring.'=>'Piste d\'audit complète des exécutions de commandes shell pour la surveillance de sécurité.','No shell execution logs found.'=>'Aucun journal d\'exécution shell trouvé.','Logs will appear here when shell commands are executed for software detection.'=>'Les journaux apparaîtront ici lors de l\'exécution de commandes shell pour la détection de logiciels.','Time'=>'Heure','Command'=>'Commande','User'=>'Utilisateur','Output'=>'Sortie','Showing the %d most recent log entries.'=>'Affichage des %d entrées de journal les plus récentes.','Invalid nonce.'=>'Nonce invalide.','Insufficient permissions.'=>'Permissions insuffisantes.','No component specified.'=>'Aucun composant spécifié.','Debug Information'=>'Informations de débogage','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Cet onglet n\'est visible que lorsque WP_DEBUG est activé. À utiliser avec précaution.','System Information'=>'Informations système','WordPress Version'=>'Version de WordPress','Multisite'=>'Multisite','Yes'=>'Oui','No'=>'Non','Language'=>'Langue','PHP Version'=>'Version PHP','PHP Extensions'=>'Extensions PHP','PHP Memory Limit'=>'Limite mémoire PHP','Database'=>'Base de données','Web Server'=>'Serveur web','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Chemin :','Size: %s'=>'Taille : %s','View Log File'=>'Voir le fichier journal','Log file is not web-accessible (outside wp-content)'=>'Le fichier journal n\'est pas accessible par le web (en dehors de wp-content)','Log file does not exist yet'=>'Le fichier journal n\'existe pas encore','Plugin Version'=>'Version du plugin','Component Detection'=>'Détection des composants','Version Detected'=>'Version détectée','Analyzed'=>'Analysé','Cache Status'=>'État du cache','Configuration Summary'=>'Résumé de la configuration','Cache Duration'=>'Durée du cache','Log Retention'=>'Rétention du journal','Components Analyzed'=>'Composants analysés','Notification Email'=>'E-mail de notification','Slack Webhook'=>'Webhook Slack','Configured & Enabled'=>'Configuré et activé','Configured (Disabled)'=>'Configuré (Désactivé)','Not configured'=>'Non configuré','Teams Webhook'=>'Webhook Teams','Discord Webhook'=>'Webhook Discord','Telegram Bot'=>'Bot Telegram','Cron Status'=>'État du cron','Update Database'=>'Mettre à jour la base de données','Next run: %s'=>'Prochaine exécution : %s','Not scheduled'=>'Non planifié','Send Notification'=>'Envoyer une notification','Run Update Now'=>'Lancer la mise à jour maintenant','Run Notification Now'=>'Envoyer la notification maintenant','You do not have permission to run these actions.'=>'Vous n\'avez pas la permission d\'effectuer ces actions.','API Testing'=>'Test de l\'API','Test API connectivity for each component. Click a button to send a test request.'=>'Testez la connectivité API pour chaque composant. Cliquez sur un bouton pour envoyer une requête de test.','Test %s'=>'Tester %s','Testing...'=>'Test en cours...','HTTP Code:'=>'Code HTTP :','Response Time:'=>'Temps de réponse :','Response Preview'=>'Aperçu de la réponse','Test'=>'Test','Error:'=>'Erreur :','AJAX request failed.'=>'La requête AJAX a échoué.','You do not have permission to test API connectivity.'=>'Vous n\'avez pas la permission de tester la connectivité API.','Database Options Viewer'=>'Visualiseur d\'options de base de données','View the raw data stored in WordPress options.'=>'Consultez les données brutes stockées dans les options WordPress.','Select an option...'=>'Sélectionner une option…','Option not found or empty.'=>'Option introuvable ou vide.','Quick Actions'=>'Actions rapides','Perform debugging actions. Use with caution.'=>'Effectuez des actions de débogage. À utiliser avec précaution.','Are you sure you want to clear all caches?'=>'Confirmez-vous vouloir supprimer tous les caches du journal ?','Clear All Caches'=>'Effacer tous les caches','Are you sure you want to reset signatures?'=>'Êtes-vous sûr de vouloir réinitialiser les signatures ?','Reset Signatures'=>'Réinitialiser les signatures','Export Debug Info'=>'Exporter les informations de débogage','You do not have permission to perform these actions.'=>'Vous n\'avez pas la permission d\'effectuer ces actions.','Settings saved.'=>'Réglages enregistrés.','WPVulnerability cron events have been repaired across the network.'=>'Les événements cron de WPVulnerability ont été réparés sur l\'ensemble du réseau.','You do not have permission to access this page.'=>'Vous n\'avez pas la permission d\'accéder à cette page.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s présente une vulnérabilité connue qui pourrait affecter votre version installée.','Actively exploited'=>'Activement exploité','Public exploit'=>'Exploit public','Automatable'=>'Automatisable','References:'=>'Références :','Invalid component specified.'=>'Composant spécifié invalide.','Version not detected for this component.'=>'Version non détectée pour ce composant.','API request successful.'=>'Requête API réussie.','API returned HTTP code %d.'=>'L\'API a retourné le code HTTP %d.','WPVulnerability Logs'=>'Journaux de WPVulnerability','WPVulnerability Log'=>'Journal de WPVulnerability','Low'=>'Faible','Medium'=>'Moyenne','High'=>'Élevée','Critical'=>'Critique','WPVulnerability Shell Logs'=>'Journaux shell de WPVulnerability','WPVulnerability Shell Log'=>'Journal shell de WPVulnerability','Every week'=>'Toutes les semaines','Every day'=>'Tous les jours','Invalid request.'=>'Requête invalide.','You have unsubscribed from WPVulnerability notifications.'=>'Vous vous êtes désabonné des notifications WPVulnerability.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'En savoir plus sur l\'API de la base de données de vulnérabilités WordPress sur %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Vous souhaitez arrêter de recevoir ces alertes ? Se désabonner ou changer la fréquence des e-mails à Jamais dans les paramètres de WPVulnerability.','No vulnerabilities found'=>'Aucune vulnérabilité trouvée','This is likely a test. The site does not have vulnerabilities.'=>'Il s\'agit probablement d\'un test. Le site ne présente pas de vulnérabilités.','Core vulnerabilities'=>'Vulnérabilités du cœur','Plugins vulnerabilities'=>'Vulnérabilités des extensions','Themes vulnerabilities'=>'Vulnérabilités des thèmes','PHP vulnerabilities'=>'Vulnérabilités PHP','Apache HTTPD vulnerabilities'=>'Vulnérabilités Apache HTTPD','Nginx vulnerabilities'=>'Vulnérabilités Nginx','MariaDB vulnerabilities'=>'Vulnérabilités MariaDB','MySQL vulnerabilities'=>'Vulnérabilités MySQL','ImageMagick vulnerabilities'=>'Vulnérabilités ImageMagick','curl vulnerabilities'=>'Vulnérabilités curl','memcached vulnerabilities'=>'Vulnérabilités memcached','Redis vulnerabilities'=>'Vulnérabilités Redis','SQLite vulnerabilities'=>'Vulnérabilités SQLite','Vulnerability found: %s'=>'Vulnérabilité trouvée : %s','Vulnerability found'=>'Vulnérabilité trouvée','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s présente une vulnérabilité connue qui pourrait affecter votre version installée.','This plugin is closed. Please replace it with another.'=>'Cette extension est fermée. Veuillez la remplacer par une autre.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Cette vulnérabilité semble ne pas avoir été corrigée. Restez attentif aux prochaines mises à jour de l\'extension.','It hasn\'t been updated in over a year.'=>'Il n\'a pas été mis à jour depuis plus d\'un an.','It may no longer be available (closed?).'=>'Il peut ne plus être disponible (fermé ?).','Last updated on'=>'Dernière mise à jour le','Vulnerabilities (%d)'=>'Vulnérabilités (%d)','%s running'=>'%s en cours d\'exécution','End of Life'=>'Fin de vie','End of life:'=>'Fin de vie :','Supported'=>'Supporté','Plugin'=>'Extension','Theme'=>'Thème','End of life: %s'=>'Fin de vie : %s','EOL'=>'EOL','Network Settings'=>'Réglages du réseau','Vulnerabilities'=>'Vulnérabilités','Every 6 hours'=>'Toutes les 6 heures','Database updates'=>'Mises à jour de la base de données','Log cleanup'=>'Nettoyage du journal','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Les notifications sont planifiées, mais les paramètres actuels les désactivent. Veuillez consulter l\'onglet des notifications.','This event should not be scheduled for this site.'=>'Cet évènement ne devrait pas être planifié pour ce site.','Not expected for this site.'=>'Non prévu pour ce site.','No instances found.'=>'Aucune instance trouvée.','Scheduled with an unexpected interval.'=>'Planifié avec un intervalle imprévu.','Multiple instances detected.'=>'Plusieurs instances détectées.','Scheduled as expected.'=>'Planifié comme prévu.','There aren\'t plugins vulnerabilities'=>'Il n\'y a pas de vulnérabilités dans les extensions','Shows possible vulnerabilities that exist in installed plugins.'=>'Affiche les vulnérabilités potentielles présentes dans les extensions installées.','There is %d plugin with vulnerabilities'=>'Il y a %d extension avec des vulnérabilités' . "\0" . 'Il y a %d extensions avec des vulnérabilités','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Nous avons détecté des vulnérabilités potentielles dans les extensions installées. Veuillez les vérifier et les maintenir à jour.','Update plugins'=>'Mettre à jour les extensions','There aren\'t themes vulnerabilities'=>'Il n\'y a pas de vulnérabilités dans les thèmes','Shows possible vulnerabilities that exist in installed themes.'=>'Affiche les vulnérabilités potentielles présentes dans les thèmes installés.','There is %d theme with vulnerabilities'=>'Il y a %d thème avec des vulnérabilités' . "\0" . 'Il y a %d thèmes avec des vulnérabilités','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Nous avons détecté des vulnérabilités potentielles dans les thèmes installés. Veuillez les vérifier et les maintenir à jour.','Update themes'=>'Mettre à jour les thèmes','There aren\'t WordPress vulnerabilities'=>'Il n\'y a pas de vulnérabilités WordPress.','Shows possible vulnerabilities existing in the WordPress core.'=>'Afficher les vulnérabilités potentielles existant dans le cœur de WordPress.','There is %d core vulnerability'=>'Il y a %d vulnérabilité dans le cœur' . "\0" . 'Il y a %d vulnérabilités dans le cœur','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Nous avons détecté des vulnérabilités potentielles dans cette installation WordPress. Veuillez les vérifier et de maintenir votre installation à jour.','Update WordPress'=>'Mettre à jour WordPress','Nginx'=>'Nginx','Invalid software type'=>'Type de logiciel invalide','Error'=>'Erreur','The specified software type is not valid.'=>'Le type de logiciel spécifié n\'est pas valide.','There aren\'t %s vulnerabilities'=>'Il n\'y a pas de vulnérabilités %s','Shows possible vulnerabilities existing in %s.'=>'Affiche les vulnérabilités potentielles existant dans %s.','There is %1$d %2$s vulnerability'=>'Il y a %1$d vulnérabilité %2$s' . "\0" . 'Il y a %1$d vulnérabilités %2$s','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Nous avons détecté des vulnérabilités potentielles dans %s. Veuillez les vérifier et maintenir votre installation à jour.','How to update PHP'=>'Comment mettre à jour PHP','WPVulnerability Core'=>'Cœur de WPVulnerability','WPVulnerability Themes'=>'Thèmes de WPVulnerability','WPVulnerability Plugins'=>'Extensions de WPVulnerability','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'Ce thème est fermé. Veuillez le remplacer par un autre.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Cette vulnérabilité semble ne pas avoir été corrigée. Restez attentif aux prochaines mises à jour du thème.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Ce thème présente des vulnérabilités connues qui pourraient affecter votre version installée.']]; \ No newline at end of file +return ['domain'=>'wpvulnerability','plural-forms'=>'nplurals=2; plural=n > 1;','language'=>'fr','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2026-03-08 07:11:13+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Recevez des informations sur les vulnérabilités potentielles de votre WordPress via l\'API WordPress Vulnerability Database.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Cette commande nécessite un administrateur WordPress. Exécutez avec --user=.','No core vulnerabilities found.'=>'Aucune vulnérabilité du cœur trouvée.','No plugin vulnerabilities found.'=>'Aucune vulnérabilité d\'extension trouvée.','No theme vulnerabilities found.'=>'Aucune vulnérabilité de thème trouvée.','No %s vulnerabilities found.'=>'Aucune vulnérabilité %s trouvée.','Data from source has been reloaded.'=>'Les données ont été rechargées depuis la source.','You do not have permission to reload data.'=>'Vous n\'avez pas la permission de recharger les données.','Test email has been sent.'=>'L\'e-mail de test a été envoyé.','Test email has failed. Please, check your email settings.'=>'Le test d\'envoi d\'e-mail a échoué. Veuillez vérifier vos réglages d\'e-mail.','You do not have permission to send test emails.'=>'Vous n\'avez pas la permission d\'envoyer des e-mails de test.','WPVulnerability cron events have been repaired.'=>'Les événements cron de WPVulnerability ont été réparés.','You do not have permission to repair cron events.'=>'Vous n\'avez pas la permission de réparer les événements cron.','All logs have been deleted.'=>'Tous les journaux ont été supprimés.','You do not have permission to delete logs.'=>'Vous n\'avez pas la permission de supprimer les journaux.','Uninstall preference saved.'=>'Préférence de désinstallation enregistrée.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability a été réinitialisé aux valeurs par défaut et rechargé.','You do not have permission to reset WPVulnerability.'=>'Vous n\'avez pas la permission de réinitialiser WPVulnerability.','All caches have been cleared.'=>'Tous les caches ont été effacés.','You do not have permission to clear caches.'=>'Vous n\'avez pas la permission d\'effacer les caches.','Plugin and theme signatures have been reset.'=>'Les signatures d\'extensions et de thèmes ont été réinitialisées.','You do not have permission to reset signatures.'=>'Vous n\'avez pas la permission de réinitialiser les signatures.','You do not have permission to export debug information.'=>'Vous n\'avez pas la permission d\'exporter les informations de débogage.','Database update has been executed.'=>'La mise à jour de la base de données a été exécutée.','You do not have permission to run database updates.'=>'Vous n\'avez pas la permission d\'exécuter les mises à jour de la base de données.','Notification has been sent.'=>'La notification a été envoyée.','Notification sending failed.'=>'L\'envoi de la notification a échoué.','You do not have permission to send notifications.'=>'Vous n\'avez pas la permission d\'envoyer des notifications.','Notifications'=>'Notifications','Analysis'=>'Analyse','Logs'=>'Journaux','Security'=>'Sécurité','Tools'=>'Outils','Debug'=>'Débogage','About'=>'A propos de','Notification Settings'=>'Paramètres de notification','Configure how and when you want to receive vulnerability notifications.'=>'Configurez comment et quand vous souhaitez recevoir des notifications de vulnérabilité.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Restez informé des vulnérabilités de sécurité dans votre installation WordPress, vos extensions, thèmes et logiciels serveur.','Cache Expiration Time'=>'Durée d\'expiration du cache','FORCED'=>'FORCÉ','How long to cache vulnerability data before refreshing from the API.'=>'Durée de mise en cache des données de vulnérabilité avant actualisation depuis l\'API.','%d hour'=>'%d heure' . "\0" . '%d heures','You can force the cache time via wp-config.php constant. Learn more →'=>'Vous pouvez forcer la durée du cache via une constante wp-config.php. En savoir plus →','Notification Frequency'=>'Fréquence de notification','Choose how often you want to receive vulnerability notifications.'=>'Choisissez la fréquence à laquelle vous souhaitez recevoir des notifications de vulnérabilité.','Never - Disable automatic notifications'=>'Jamais - Désactiver les notifications automatiques','Daily - Receive notifications every day'=>'Quotidien - Recevez des notifications chaque jour','Weekly - Receive notifications once a week'=>'Hebdomadaire - Recevez des notifications une fois par semaine','Day:'=>'Jour :','Monday'=>'Lundi','Tuesday'=>'Mardi','Wednesday'=>'Mercredi','Thursday'=>'Jeudi','Friday'=>'Vendredi','Saturday'=>'Samedi','Sunday'=>'Dimanche','Time:'=>'Heure :','(24-hour format, server timezone)'=>'(format 24 heures, fuseau horaire du serveur)','Notification Channels'=>'Canaux de notification','Select where you want to receive notifications.'=>'Sélectionnez où vous souhaitez recevoir les notifications.','Email'=>'E-mail','Email Addresses (separated by commas):'=>'Adresses e-mail (séparées par des virgules) :','Default:'=>'Par défaut :','Slack'=>'Slack','Slack Webhook URL:'=>'URL du webhook Slack :','Learn how to create a Slack incoming webhook →'=>'Apprenez à créer un webhook entrant Slack →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'URL du webhook Teams :','Learn how to create a Teams incoming webhook →'=>'Apprenez à créer un webhook entrant Teams →','Discord'=>'Discord','Discord Webhook URL:'=>'URL du webhook Discord :','Learn how to create a Discord webhook →'=>'Apprenez à créer un webhook Discord →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Token du bot Telegram :','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Format : 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'ID du chat Telegram :','Learn how to create a Telegram bot and get Chat ID →'=>'Apprenez à créer un bot Telegram et obtenir l\'ID du chat →','Save Notification Settings'=>'Enregistrer les paramètres de notification','WordPress Components'=>'Composants WordPress','WordPress Core'=>'Cœur WordPress','Plugins'=>'Extensions','Themes'=>'Thèmes','Software & Languages'=>'Logiciels et langages','PHP'=>'PHP','Web Servers'=>'Serveurs web','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Bases de données','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Outils supplémentaires','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Paramètres d\'analyse des composants','Enable or disable vulnerability analysis for specific components.'=>'Activez ou désactivez l\'analyse de vulnérabilités pour des composants spécifiques.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Cochez les composants que vous souhaitez MASQUER des analyses et rapports de vulnérabilités. Les composants non cochés seront activement analysés. Les composants avec analyse active sont affichés en vert, les composants masqués en rouge.','Hidden (forced by constant)'=>'Masqué (forcé par constante)','🔴 Analysis disabled'=>'🔴 Analyse désactivée','🟢 Analysis active'=>'🟢 Analyse active','Tip:'=>'Astuce :','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Vous pouvez forcer la désactivation de composants via des constantes wp-config.php. En savoir plus sur le masquage forcé des vérifications →','Save Analysis Settings'=>'Enregistrer les paramètres d\'analyse','« Previous'=>'« Précédent','Next »'=>'Suivant »','Log entry not found or has been removed.'=>'L\'entrée du journal n\'a pas été trouvée ou a été retirée.','Unable to load the requested log entry.'=>'Impossible de charger l\'entrée de journal demandée.','Log Configuration'=>'Configuration du journal','Total Logs'=>'Total des journaux','Retention Period'=>'Période de rétention','Disabled'=>'Désactivé','%d day'=>'%d jour' . "\0" . '%d jours','Log Retention Period'=>'Période de rétention des journaux','None (Disabled)'=>'Aucune (Désactivée)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Cette valeur est forcée par la constante WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Choisissez la durée de conservation des journaux de réponses API par WPVulnerability. Les journaux plus anciens sont automatiquement supprimés.','Save Configuration'=>'Enregistrer la configuration','Log retention is currently disabled.'=>'La rétention des journaux est actuellement désactivée.','API responses are not being saved.'=>'Les réponses API ne sont pas enregistrées.','Log Details'=>'Détails du journal','Date'=>'Date','API Endpoint'=>'Point de terminaison API','API Response'=>'Réponse API','Back to Logs'=>'Retour aux journaux','No logs available'=>'Aucun journal disponible','API response logs will appear here once the vulnerability scanner runs.'=>'Les journaux de réponses API apparaîtront ici une fois que le scanner de vulnérabilités sera exécuté.','API Response Logs'=>'Journaux de réponses API','Show:'=>'Afficher :','Apply'=>'Appliquer','Showing %1$s–%2$s of %3$s'=>'Affichage de %1$s–%2$s sur %3$s','Actions'=>'Actions','View'=>'Voir','Danger Zone'=>'Zone dangereuse','Permanently delete all API response logs. This action cannot be undone.'=>'Supprimer définitivement tous les journaux de réponses API. Cette action est irréversible.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Êtes-vous sûr de vouloir supprimer tous les journaux ? Cette action est irréversible.','Delete All Logs'=>'Supprimer tous les journaux','Reload Data from API'=>'Recharger les données depuis l\'API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Rechargez toutes les informations sur le Cœur, les Extensions, les Thèmes et les autres composants directement depuis l\'API pour avoir des données à jour. Cela effacera le cache et récupérera les dernières informations de vulnérabilité.','Reload Data'=>'Recharger les données','Test Email Notifications'=>'Tester les notifications par e-mail','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Envoyez une notification e-mail de test avec les données de vulnérabilité actuelles pour vérifier que votre configuration e-mail fonctionne correctement.','From address (configured via constant):'=>'Adresse d\'expédition (configurée via constante) :','From address (default):'=>'Adresse d\'expédition (par défaut) :','Learn how to customize the email sender address →'=>'Apprenez à personnaliser l\'adresse d\'expédition des e-mails →','Send Test Email'=>'Envoyer un e-mail de test','WP-Cron Status'=>'État du WP-Cron','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'Consultez et gérez les événements planifiés WP-Cron. Comparez les planifications attendues avec les tâches cron réelles pour vous assurer que les tâches automatisées s\'exécutent correctement.','No cron data available.'=>'Aucune donnée cron disponible.','Hook'=>'Hook','Expected'=>'Attendu','Found'=>'Trouvé','Next Run'=>'Prochaine exécution','Status'=>'Statut','Not expected'=>'Non attendu','None'=>'Aucune','OK'=>'OK','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Événements WPVulnerability inattendus','No interval'=>'Aucun intervalle','Next:'=>'Suivant :','Repair Cron Events'=>'Réparer les événements cron','Uninstall Data'=>'Données de désinstallation','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Par défaut, toutes les données du plugin sont conservées lors de la suppression de WPVulnerability. Activez l\'option ci-dessous uniquement si vous souhaitez que toutes les options, journaux et données en cache soient définitivement supprimés lors de la désinstallation.','Delete all plugin data on uninstall'=>'Supprimer toutes les données du plugin lors de la désinstallation','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Par défaut : décoché (données conservées). Cochez uniquement si vous souhaitez une suppression propre.','Save preference'=>'Enregistrer la préférence','Reset WPVulnerability'=>'Réinitialiser WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Supprimez tous les paramètres, données en cache, journaux et événements planifiés de WPVulnerability, puis restaurez les valeurs par défaut et rechargez les données depuis l\'API.','This action cannot be undone.'=>'Cette action est irréversible.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Êtes-vous sûr de vouloir réinitialiser toutes les données WPVulnerability ? Cette action est irréversible.','Reset Plugin'=>'Réinitialiser le plugin','Vulnerability Database Statistics'=>'Statistiques de la base de données de vulnérabilités','%s vulnerability'=>'%s vulnérabilité' . "\0" . '%s vulnérabilités','(%s product)'=>'(%s produit)' . "\0" . '(%s produits)','No data'=>'Aucune donnée','Database last updated: %s'=>'Dernière mise à jour de la base de données : %s','Intelligence Sources'=>'Sources de renseignement','Number of vulnerabilities contributed by each intelligence source.'=>'Nombre de vulnérabilités contribuées par chaque source de renseignement.','Source'=>'Source','Core'=>'Cœur','Sponsors'=>'Sponsors','No sponsor data available.'=>'Aucune donnée de sponsor disponible.','Contributors'=>'Contributeurs/contributrices','No contributor data available.'=>'Aucune donnée de contributeur disponible.','You do not have sufficient permissions to access this page.'=>'Vous n\'avez pas les permissions suffisantes pour accéder à cette page.','WPVulnerability settings'=>'Réglages de WPVulnerability','Configure and save these settings to receive notifications.'=>'Configurez et enregistrez ces paramètres pour recevoir des notifications.','Configure and save these settings to hide vulnerabilities.'=>'Configurez et enregistrez ces réglages pour masquer les vulnérabilités.','Default administrator email'=>'E-mail de l\'administrateur par défaut','Read more if you want to force the cache time.'=>'Veuillez lire la suite si vous souhaitez forcer le délai de mise en cache.','Never'=>'Jamais','Daily'=>'Quotidienne','Weekly'=>'Hebdomadaire','Day'=>'Jour','Hour'=>'Heure','Minute'=>'Minute','Read more about how to force the deactivation of an item.'=>'En savoir plus sur comment procéder à la désactivation forcée d\'un élément.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'URL de webhook Slack invalide. Doit être une URL HTTPS valide de hooks.slack.com','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'URL de webhook Microsoft Teams invalide. Doit être une URL HTTPS valide de office.com, office365.com ou api.hooks.microsoft.com','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'URL de webhook Discord invalide. Doit être une URL HTTPS valide de discord.com ou discordapp.com','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Format de token de bot Telegram invalide. Doit être de type : 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Tout est en ordre','%d Critical Issue Found'=>'%d problème critique trouvé' . "\0" . '%d problèmes critiques trouvés','%d Issue Found'=>'%d problème trouvé' . "\0" . '%d problèmes trouvés','Never checked'=>'Jamais vérifié','%d minute ago'=>'il y a %d minute' . "\0" . 'il y a %d minutes','%d hour ago'=>'il y a %d heure' . "\0" . 'il y a %d heures','Last checked: %s'=>'Dernière vérification : %s','Refresh Now'=>'Actualiser maintenant','No vulnerabilities detected'=>'Aucune vulnérabilité détectée','Your site is up to date and secure'=>'Votre site est à jour et sécurisé','Server Software'=>'Logiciels serveur','Site Health'=>'Santé du site','Settings'=>'Réglages','WPVulnerability Status'=>'État de WPVulnerability','Receive vulnerability notifications'=>'Recevoir des notifications de vulnérabilité','Cache expiration time'=>'Délai d\'expiration du cache','How often you want to receive notifications'=>'Fréquence de réception des notifications','Where do you want to receive notifications?'=>'Où souhaitez-vous recevoir les notifications ?','Email addresses to notify (separated by commas)'=>'Adresses e-mail à notifier (séparées par des virgules)','Slack webhook URL'=>'URL du webhook Slack','Teams webhook URL'=>'URL du webhook Teams','Vulnerabilities to hide'=>'Vulnérabilités à masquer','What do you want to hide?'=>'Que souhaitez-vous masquer ?','Standard (Hybrid Detection)'=>'Standard (Détection hybride)','Strict (Extensions Only)'=>'Strict (Extensions uniquement)','Disabled (No Detection)'=>'Désactivé (Aucune détection)','Security Status'=>'État de sécurité','Security Mode'=>'Mode de sécurité','Shell Execution'=>'Exécution shell','Enabled'=>'Activé','Audit Logging'=>'Journal d\'audit','Enabled (%d days)'=>'Activé (%d jours)','Total Log Entries'=>'Total des entrées de journal','Last Shell Execution'=>'Dernière exécution shell','%s ago'=>'il y a %s','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Configurez les paramètres de sécurité via les constantes wp-config.php : WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Consultez la documentation de configuration de sécurité pour plus de détails.','Memcached'=>'Memcached','Imagick Extension'=>'Extension Imagick','Redis Extension'=>'Extension Redis','Memcached Extension'=>'Extension Memcached','Memcache Extension'=>'Extension Memcache','SQLite3 Extension'=>'Extension SQLite3','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Commande shell','Binary Check'=>'Vérification binaire','Not Detected'=>'Non détecté','Software Detection Methods'=>'Méthodes de détection des logiciels','Shows which detection method was used for each software component and the reliability score.'=>'Affiche la méthode de détection utilisée pour chaque composant logiciel et le score de fiabilité.','Component'=>'Composant','Version'=>'Version','Detection Method'=>'Méthode de détection','Reliability'=>'Fiabilité','Not detected'=>'Non détecté','Shell Execution Audit Logs'=>'Journaux d\'audit d\'exécution shell','Complete audit trail of shell command executions for security monitoring.'=>'Piste d\'audit complète des exécutions de commandes shell pour la surveillance de sécurité.','No shell execution logs found.'=>'Aucun journal d\'exécution shell trouvé.','Logs will appear here when shell commands are executed for software detection.'=>'Les journaux apparaîtront ici lors de l\'exécution de commandes shell pour la détection de logiciels.','Time'=>'Heure','Command'=>'Commande','User'=>'Utilisateur','Output'=>'Sortie','Showing the %d most recent log entries.'=>'Affichage des %d entrées de journal les plus récentes.','Invalid nonce.'=>'Nonce invalide.','Insufficient permissions.'=>'Permissions insuffisantes.','No component specified.'=>'Aucun composant spécifié.','Debug Information'=>'Informations de débogage','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Cet onglet n\'est visible que lorsque WP_DEBUG est activé. À utiliser avec précaution.','System Information'=>'Informations système','WordPress Version'=>'Version de WordPress','Multisite'=>'Multisite','Yes'=>'Oui','No'=>'Non','Language'=>'Langue','PHP Version'=>'Version PHP','PHP Extensions'=>'Extensions PHP','PHP Memory Limit'=>'Limite mémoire PHP','Database'=>'Base de données','Web Server'=>'Serveur web','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Chemin :','Size: %s'=>'Taille : %s','View Log File'=>'Voir le fichier journal','Log file is not web-accessible (outside wp-content)'=>'Le fichier journal n\'est pas accessible par le web (en dehors de wp-content)','Log file does not exist yet'=>'Le fichier journal n\'existe pas encore','Plugin Version'=>'Version du plugin','Component Detection'=>'Détection des composants','Version Detected'=>'Version détectée','Analyzed'=>'Analysé','Cache Status'=>'État du cache','Configuration Summary'=>'Résumé de la configuration','Cache Duration'=>'Durée du cache','Log Retention'=>'Rétention du journal','Components Analyzed'=>'Composants analysés','Notification Email'=>'E-mail de notification','Slack Webhook'=>'Webhook Slack','Configured & Enabled'=>'Configuré et activé','Configured (Disabled)'=>'Configuré (Désactivé)','Not configured'=>'Non configuré','Teams Webhook'=>'Webhook Teams','Discord Webhook'=>'Webhook Discord','Telegram Bot'=>'Bot Telegram','Cron Status'=>'État du cron','Update Database'=>'Mettre à jour la base de données','Next run: %s'=>'Prochaine exécution : %s','Not scheduled'=>'Non planifié','Send Notification'=>'Envoyer une notification','Run Update Now'=>'Lancer la mise à jour maintenant','Run Notification Now'=>'Envoyer la notification maintenant','You do not have permission to run these actions.'=>'Vous n\'avez pas la permission d\'effectuer ces actions.','API Testing'=>'Test de l\'API','Test API connectivity for each component. Click a button to send a test request.'=>'Testez la connectivité API pour chaque composant. Cliquez sur un bouton pour envoyer une requête de test.','Test %s'=>'Tester %s','Testing...'=>'Test en cours...','HTTP Code:'=>'Code HTTP :','Response Time:'=>'Temps de réponse :','Response Preview'=>'Aperçu de la réponse','Test'=>'Test','Error:'=>'Erreur :','AJAX request failed.'=>'La requête AJAX a échoué.','You do not have permission to test API connectivity.'=>'Vous n\'avez pas la permission de tester la connectivité API.','Database Options Viewer'=>'Visualiseur d\'options de base de données','View the raw data stored in WordPress options.'=>'Consultez les données brutes stockées dans les options WordPress.','Select an option...'=>'Sélectionner une option…','Option not found or empty.'=>'Option introuvable ou vide.','Quick Actions'=>'Actions rapides','Perform debugging actions. Use with caution.'=>'Effectuez des actions de débogage. À utiliser avec précaution.','Are you sure you want to clear all caches?'=>'Confirmez-vous vouloir supprimer tous les caches du journal ?','Clear All Caches'=>'Effacer tous les caches','Are you sure you want to reset signatures?'=>'Êtes-vous sûr de vouloir réinitialiser les signatures ?','Reset Signatures'=>'Réinitialiser les signatures','Export Debug Info'=>'Exporter les informations de débogage','You do not have permission to perform these actions.'=>'Vous n\'avez pas la permission d\'effectuer ces actions.','Settings saved.'=>'Réglages enregistrés.','WPVulnerability cron events have been repaired across the network.'=>'Les événements cron de WPVulnerability ont été réparés sur l\'ensemble du réseau.','You do not have permission to access this page.'=>'Vous n\'avez pas la permission d\'accéder à cette page.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s présente une vulnérabilité connue qui pourrait affecter votre version installée.','Actively exploited'=>'Activement exploité','Public exploit'=>'Exploit public','Automatable'=>'Automatisable','References:'=>'Références :','Invalid component specified.'=>'Composant spécifié invalide.','Version not detected for this component.'=>'Version non détectée pour ce composant.','API request successful.'=>'Requête API réussie.','API returned HTTP code %d.'=>'L\'API a retourné le code HTTP %d.','WPVulnerability Logs'=>'Journaux de WPVulnerability','WPVulnerability Log'=>'Journal de WPVulnerability','Low'=>'Faible','Medium'=>'Moyenne','High'=>'Élevée','Critical'=>'Critique','WPVulnerability Shell Logs'=>'Journaux shell de WPVulnerability','WPVulnerability Shell Log'=>'Journal shell de WPVulnerability','Every week'=>'Toutes les semaines','Every day'=>'Tous les jours','Invalid request.'=>'Requête invalide.','You have unsubscribed from WPVulnerability notifications.'=>'Vous vous êtes désabonné des notifications WPVulnerability.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'En savoir plus sur l\'API de la base de données de vulnérabilités WordPress sur %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Vous souhaitez arrêter de recevoir ces alertes ? Se désabonner ou changer la fréquence des e-mails à Jamais dans les paramètres de WPVulnerability.','No vulnerabilities found'=>'Aucune vulnérabilité trouvée','This is likely a test. The site does not have vulnerabilities.'=>'Il s\'agit probablement d\'un test. Le site ne présente pas de vulnérabilités.','Core vulnerabilities'=>'Vulnérabilités du cœur','Plugins vulnerabilities'=>'Vulnérabilités des extensions','Themes vulnerabilities'=>'Vulnérabilités des thèmes','PHP vulnerabilities'=>'Vulnérabilités PHP','Apache HTTPD vulnerabilities'=>'Vulnérabilités Apache HTTPD','Nginx vulnerabilities'=>'Vulnérabilités Nginx','MariaDB vulnerabilities'=>'Vulnérabilités MariaDB','MySQL vulnerabilities'=>'Vulnérabilités MySQL','ImageMagick vulnerabilities'=>'Vulnérabilités ImageMagick','curl vulnerabilities'=>'Vulnérabilités curl','memcached vulnerabilities'=>'Vulnérabilités memcached','Redis vulnerabilities'=>'Vulnérabilités Redis','SQLite vulnerabilities'=>'Vulnérabilités SQLite','Vulnerability found: %s'=>'Vulnérabilité trouvée : %s','Vulnerability found'=>'Vulnérabilité trouvée','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s présente une vulnérabilité connue qui pourrait affecter votre version installée.','This plugin is closed. Please replace it with another.'=>'Cette extension est fermée. Veuillez la remplacer par une autre.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Cette vulnérabilité semble ne pas avoir été corrigée. Restez attentif aux prochaines mises à jour de l\'extension.','It hasn\'t been updated in over a year.'=>'Il n\'a pas été mis à jour depuis plus d\'un an.','It may no longer be available (closed?).'=>'Il peut ne plus être disponible (fermé ?).','Last updated on'=>'Dernière mise à jour le','Vulnerabilities (%d)'=>'Vulnérabilités (%d)','%s running'=>'%s en cours d\'exécution','End of Life'=>'Fin de vie','End of life:'=>'Fin de vie :','Supported'=>'Supporté','Plugin'=>'Extension','Theme'=>'Thème','End of life: %s'=>'Fin de vie : %s','EOL'=>'EOL','Network Settings'=>'Réglages du réseau','Vulnerabilities'=>'Vulnérabilités','Every 6 hours'=>'Toutes les 6 heures','Database updates'=>'Mises à jour de la base de données','Log cleanup'=>'Nettoyage du journal','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Les notifications sont planifiées, mais les paramètres actuels les désactivent. Veuillez consulter l\'onglet des notifications.','This event should not be scheduled for this site.'=>'Cet évènement ne devrait pas être planifié pour ce site.','Not expected for this site.'=>'Non prévu pour ce site.','No instances found.'=>'Aucune instance trouvée.','Scheduled with an unexpected interval.'=>'Planifié avec un intervalle imprévu.','Multiple instances detected.'=>'Plusieurs instances détectées.','Scheduled as expected.'=>'Planifié comme prévu.','There aren\'t plugins vulnerabilities'=>'Il n\'y a pas de vulnérabilités dans les extensions','Shows possible vulnerabilities that exist in installed plugins.'=>'Affiche les vulnérabilités potentielles présentes dans les extensions installées.','There is %d plugin with vulnerabilities'=>'Il y a %d extension avec des vulnérabilités' . "\0" . 'Il y a %d extensions avec des vulnérabilités','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Nous avons détecté des vulnérabilités potentielles dans les extensions installées. Veuillez les vérifier et les maintenir à jour.','Update plugins'=>'Mettre à jour les extensions','There aren\'t themes vulnerabilities'=>'Il n\'y a pas de vulnérabilités dans les thèmes','Shows possible vulnerabilities that exist in installed themes.'=>'Affiche les vulnérabilités potentielles présentes dans les thèmes installés.','There is %d theme with vulnerabilities'=>'Il y a %d thème avec des vulnérabilités' . "\0" . 'Il y a %d thèmes avec des vulnérabilités','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Nous avons détecté des vulnérabilités potentielles dans les thèmes installés. Veuillez les vérifier et les maintenir à jour.','Update themes'=>'Mettre à jour les thèmes','There aren\'t WordPress vulnerabilities'=>'Il n\'y a pas de vulnérabilités WordPress.','Shows possible vulnerabilities existing in the WordPress core.'=>'Afficher les vulnérabilités potentielles existant dans le cœur de WordPress.','There is %d core vulnerability'=>'Il y a %d vulnérabilité dans le cœur' . "\0" . 'Il y a %d vulnérabilités dans le cœur','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Nous avons détecté des vulnérabilités potentielles dans cette installation WordPress. Veuillez les vérifier et de maintenir votre installation à jour.','Update WordPress'=>'Mettre à jour WordPress','Nginx'=>'Nginx','Invalid software type'=>'Type de logiciel invalide','Error'=>'Erreur','The specified software type is not valid.'=>'Le type de logiciel spécifié n\'est pas valide.','There aren\'t %s vulnerabilities'=>'Il n\'y a pas de vulnérabilités %s','Shows possible vulnerabilities existing in %s.'=>'Affiche les vulnérabilités potentielles existant dans %s.','There is %1$d %2$s vulnerability'=>'Il y a %1$d vulnérabilité %2$s' . "\0" . 'Il y a %1$d vulnérabilités %2$s','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Nous avons détecté des vulnérabilités potentielles dans %s. Veuillez les vérifier et maintenir votre installation à jour.','How to update PHP'=>'Comment mettre à jour PHP','WPVulnerability Core'=>'Cœur de WPVulnerability','WPVulnerability Themes'=>'Thèmes de WPVulnerability','WPVulnerability Plugins'=>'Extensions de WPVulnerability','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'Ce thème est fermé. Veuillez le remplacer par un autre.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Cette vulnérabilité semble ne pas avoir été corrigée. Restez attentif aux prochaines mises à jour du thème.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Ce thème présente des vulnérabilités connues qui pourraient affecter votre version installée.']]; \ No newline at end of file diff --git a/languages/wpvulnerability-gl.l10n.php b/languages/wpvulnerability-gl.l10n.php index 36b3e99..0553d60 100644 --- a/languages/wpvulnerability-gl.l10n.php +++ b/languages/wpvulnerability-gl.l10n.php @@ -1,2 +1,2 @@ NULL,'plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'gl_ES','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2026-05-27 00:00+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Recibe información sobre posibles vulnerabilidades no teu WordPress desde a API de base de datos de vulnerabilidades de WordPress.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Este comando require un administrador de WordPress. Execútao con --user=.','No core vulnerabilities found.'=>'Non se atoparon vulnerabilidades no núcleo.','No plugin vulnerabilities found.'=>'Non se atoparon vulnerabilidades en plugins.','No theme vulnerabilities found.'=>'Non se atoparon vulnerabilidades en temas.','No %s vulnerabilities found.'=>'Non se atoparon vulnerabilidades de %s.','Data from source has been reloaded.'=>'Cargáronse de novo os datos da orixe.','You do not have permission to reload data.'=>'Non tes permiso para recargar os datos.','Test email has been sent.'=>'Enviouse o correo electrónico de proba.','Test email has failed. Please, check your email settings.'=>'O correo electrónico de proba fallou. Comproba a configuración do teu correo electrónico.','You do not have permission to send test emails.'=>'Non tes permiso para enviar correos electrónicos de proba.','WPVulnerability cron events have been repaired.'=>'Os eventos cron de WPVulnerability foron reparados.','You do not have permission to repair cron events.'=>'Non tes permiso para reparar eventos cron.','All logs have been deleted.'=>'Eliminaron todos os rexistros.','You do not have permission to delete logs.'=>'Non tes permiso para eliminar rexistros.','Uninstall preference saved.'=>'Preferencia de desinstalación gardada.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability restableceu os valores predeterminados e volveu cargar.','You do not have permission to reset WPVulnerability.'=>'Non tes permiso para restablecer WPVulnerability.','All caches have been cleared.'=>'Limpáronse todas as cachés.','You do not have permission to clear caches.'=>'Non tes permiso para limpar as cachés.','Plugin and theme signatures have been reset.'=>'As sinaturas de plugins e temas foron restablecidas.','You do not have permission to reset signatures.'=>'Non tes permiso para restablecer as sinaturas.','You do not have permission to export debug information.'=>'Non tes permiso para exportar información de depuración.','Database update has been executed.'=>'Executouse a actualización da base de datos.','You do not have permission to run database updates.'=>'Non tes permiso para executar actualizacións da base de datos.','Notification has been sent.'=>'Enviouse a notificación.','Notification sending failed.'=>'Fallou o envío da notificación.','You do not have permission to send notifications.'=>'Non tes permiso para enviar notificacións.','Notifications'=>'Notificacións','Analysis'=>'Análise','Logs'=>'Rexistros','Security'=>'Seguridade','Tools'=>'Ferramentas','Debug'=>'Depuración','About'=>'Acerca de','Notification Settings'=>'Configuración de notificacións','Configure how and when you want to receive vulnerability notifications.'=>'Configura como e cando queres recibir notificacións de vulnerabilidades.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Mantente informado sobre as vulnerabilidades de seguridade na túa instalación de WordPress, plugins, temas e software do servidor.','Cache Expiration Time'=>'Tempo de expiración da caché','FORCED'=>'FORZADO','How long to cache vulnerability data before refreshing from the API.'=>'Canto tempo gardar en caché os datos de vulnerabilidades antes de actualizar desde a API.','%d hour'=>'%d hora' . "\0" . '%d horas','You can force the cache time via wp-config.php constant. Learn more →'=>'Podes forzar o tempo de caché mediante a constante de wp-config.php. Máis información →','Notification Frequency'=>'Frecuencia de notificacións','Choose how often you want to receive vulnerability notifications.'=>'Escolle con qué frecuencia queres recibir notificacións de vulnerabilidades.','Never - Disable automatic notifications'=>'Nunca - Desactivar as notificacións automáticas','Daily - Receive notifications every day'=>'A diario - Recibir notificacións cada día','Weekly - Receive notifications once a week'=>'Semanalmente - Recibir notificacións unha vez á semana','Day:'=>'Día:','Monday'=>'Luns','Tuesday'=>'Martes','Wednesday'=>'Mércores','Thursday'=>'Xoves','Friday'=>'Venres','Saturday'=>'Sábado','Sunday'=>'Domingo','Time:'=>'Hora:','(24-hour format, server timezone)'=>'(Formato de 24 horas, fuso horario do servidor)','Notification Channels'=>'Canles de notificación','Select where you want to receive notifications.'=>'Selecciona onde queres recibir notificacións.','Email'=>'Correo electrónico','Email Addresses (separated by commas):'=>'Enderezos de correo electrónico (separados por comas):','Default:'=>'Predeterminado:','Slack'=>'Slack','Slack Webhook URL:'=>'URL do webhook de Slack:','Learn how to create a Slack incoming webhook →'=>'Aprende como crear un webhook entrante de Slack →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'URL do webhook de Teams:','Learn how to create a Teams incoming webhook →'=>'Aprende como crear un webhook entrante de Teams →','Discord'=>'Discord','Discord Webhook URL:'=>'URL do webhook de Discord:','Learn how to create a Discord webhook →'=>'Aprende como crear un webhook de Discord →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Token do bot de Telegram:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formato: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'ID de chat de Telegram:','Learn how to create a Telegram bot and get Chat ID →'=>'Aprende como crear un bot de Telegram e obter o ID de chat →','Save Notification Settings'=>'Gardar configuración de notificacións','WordPress Components'=>'Compoñentes de WordPress','WordPress Core'=>'Núcleo de WordPress','Plugins'=>'Plugins','Themes'=>'Temas','Software & Languages'=>'Software e linguaxes','PHP'=>'PHP','Web Servers'=>'Servidores web','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Bases de datos','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Ferramentas adicionais','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Configuración da análise de compoñentes','Enable or disable vulnerability analysis for specific components.'=>'Activa ou desactiva a análise de vulnerabilidades para compoñentes específicos.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Marca os compoñentes que queres OCULTAR nas análises e informes de vulnerabilidades. Os compoñentes desmarcados analizaranse activamente. Os compoñentes con análise activa móstranse en verde, os ocultos en vermello.','Hidden (forced by constant)'=>'Oculto (forzado por constante)','🔴 Analysis disabled'=>'🔴 Análise desactivada','🟢 Analysis active'=>'🟢 Análise activa','Tip:'=>'Consello:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Podes forzar a desactivación de compoñentes mediante constantes de wp-config.php. Máis información sobre como forzar a ocultación de verificacións →','Save Analysis Settings'=>'Gardar configuración da análise','« Previous'=>'« Anterior','Next »'=>'Seguinte »','Log entry not found or has been removed.'=>'Non se atopou a entrada de rexistro ou foi eliminada.','Unable to load the requested log entry.'=>'Non se puido cargar a entrada de rexistro solicitada.','Log Configuration'=>'Configuración de rexistros','Total Logs'=>'Total de rexistros','Retention Period'=>'Período de retención','Disabled'=>'Desactivado','%d day'=>'%d día' . "\0" . '%d días','Log Retention Period'=>'Período de retención dos rexistros','None (Disabled)'=>'Ningún (Desactivado)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Este valor está imposto pola constante WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Escolle canto tempo debe gardar WPVulnerability os rexistros de respostas da API. Os rexistros máis antigos elimínanse automaticamente.','Save Configuration'=>'Gardar configuración','Log retention is currently disabled.'=>'A retención de rexistros está actualmente desactivada.','API responses are not being saved.'=>'As respostas da API non se están gardando.','Log Details'=>'Detalles do rexistro','Date'=>'Data','API Endpoint'=>'Punto final da API','API Response'=>'Resposta da API','Back to Logs'=>'Volver aos rexistros','No logs available'=>'Non hai rexistros dispoñibles','API response logs will appear here once the vulnerability scanner runs.'=>'Os rexistros de respostas da API aparecerán aquí unha vez que se execute o escáner de vulnerabilidades.','API Response Logs'=>'Rexistros de respostas da API','Show:'=>'Amosar:','Apply'=>'Aplicar','Showing %1$s–%2$s of %3$s'=>'Amosando %1$s–%2$s de %3$s','Actions'=>'Accións','View'=>'Ver','Danger Zone'=>'Zona de perigo','Permanently delete all API response logs. This action cannot be undone.'=>'Eliminar permanentemente todos os rexistros de respostas da API. Esta acción non se pode desfacer.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Tes a certeza de que queres eliminar todos os rexistros? Esta acción non se pode desfacer.','Delete All Logs'=>'Eliminar todos os rexistros','Reload Data from API'=>'Recargar datos desde a API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Recarga toda a información do núcleo, plugins, temas e outros compoñentes directamente desde a API para ter datos actualizados. Isto limpará a caché e obterá información actualizada sobre vulnerabilidades.','Reload Data'=>'Recargar datos','Test Email Notifications'=>'Probar notificacións por correo electrónico','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Envía unha notificación de correo electrónico de proba cos datos actuais de vulnerabilidades para verificar que a configuración do teu correo electrónico funciona correctamente.','From address (configured via constant):'=>'Enderezo de orixe (configurado mediante constante):','From address (default):'=>'Enderezo de orixe (predeterminado):','Learn how to customize the email sender address →'=>'Aprende como personalizar o enderezo do remitente do correo electrónico →','Send Test Email'=>'Enviar correo electrónico de proba','WP-Cron Status'=>'Estado de WP-Cron','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'Ve e xestiona os eventos programados de WP-Cron. Compara as programacións esperadas coas tarefas cron reais para asegurarte de que as tarefas automatizadas se executan correctamente.','No cron data available.'=>'Non hai datos de cron dispoñibles.','Hook'=>'Hook','Expected'=>'Esperado','Found'=>'Atopado','Next Run'=>'Próxima execución','Status'=>'Estado','Not expected'=>'Non esperado','None'=>'Ningunha','OK'=>'Correcto','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Eventos inesperados de WPVulnerability','No interval'=>'Sen intervalo','Next:'=>'Seguinte:','Repair Cron Events'=>'Reparar eventos cron','Uninstall Data'=>'Datos de desinstalación','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Por defecto, todos os datos do plugin consérvanse cando se elimina WPVulnerability. Activa a opción de abaixo só se queres que todas as opcións, rexistros e datos en caché se eliminen permanentemente ao desinstalar.','Delete all plugin data on uninstall'=>'Eliminar todos os datos do plugin ao desinstalar','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Predeterminado: desmarcado (datos conservados). Marca só se queres unha eliminación limpa.','Save preference'=>'Gardar preferencia','Reset WPVulnerability'=>'Restablecer WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Elimina toda a configuración de WPVulnerability, datos en caché, rexistros e eventos programados, e logo restaura os valores predeterminados e recarga datos desde a API.','This action cannot be undone.'=>'Esta acción non se pode desfacer.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Tes a certeza de que queres restablecer todos os datos de WPVulnerability? Esta acción non se pode desfacer.','Reset Plugin'=>'Restablecer plugin','Vulnerability Database Statistics'=>'Estatísticas da base de datos de vulnerabilidades','%s vulnerability'=>'%s vulnerabilidade' . "\0" . '%s vulnerabilidades','(%s product)'=>'(%s produto)' . "\0" . '(%s produtos)','No data'=>'Sen datos','Database last updated: %s'=>'Base de datos actualizada por última vez: %s','Intelligence Sources'=>'Fontes de intelixencia','Number of vulnerabilities contributed by each intelligence source.'=>'Número de vulnerabilidades aportadas por cada fonte de intelixencia.','Source'=>'Fonte','Core'=>'Núcleo','Sponsors'=>'Patrocinadores','No sponsor data available.'=>'Non hai datos de patrocinadores dispoñibles.','Contributors'=>'Colaboradores','No contributor data available.'=>'Non hai datos de colaboradores dispoñibles.','You do not have sufficient permissions to access this page.'=>'Non tes permisos suficientes para acceder a esta páxina.','WPVulnerability settings'=>'Axustes de WPVulnerability','Configure and save these settings to receive notifications.'=>'Configura e garda estes axustes para recibir notificacións.','Configure and save these settings to hide vulnerabilities.'=>'Configura e garda estes axustes para ocultar vulnerabilidades.','Default administrator email'=>'Correo electrónico do administrador por defecto','Read more if you want to force the cache time.'=>'Le máis se queres forzar o tempo de caché.','Never'=>'Nunca','Daily'=>'A diario','Weekly'=>'Semanalmente','Day'=>'Día','Hour'=>'Hora','Minute'=>'Minuto','Read more about how to force the deactivation of an item.'=>'Le máis sobre como forzar a desactivación dun elemento.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'URL de webhook de Slack non válida. Debe ser unha URL HTTPS válida de hooks.slack.com','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'URL de webhook de Microsoft Teams non válida. Debe ser unha URL HTTPS válida de office.com, office365.com ou api.hooks.microsoft.com','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'URL de webhook de Discord non válida. Debe ser unha URL HTTPS válida de discord.com ou discordapp.com','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formato de token do bot de Telegram non válido. Debe ser como: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Todo correcto','%d Critical Issue Found'=>'%d problema crítico atopado' . "\0" . '%d problemas críticos atopados','%d Issue Found'=>'%d problema atopado' . "\0" . '%d problemas atopados','Never checked'=>'Nunca verificado','%d minute ago'=>'hai %d minuto' . "\0" . 'hai %d minutos','%d hour ago'=>'hai %d hora' . "\0" . 'hai %d horas','Last checked: %s'=>'Última verificación: %s','Refresh Now'=>'Actualizar agora','No vulnerabilities detected'=>'Non se detectaron vulnerabilidades','Your site is up to date and secure'=>'O teu sitio está actualizado e seguro','Server Software'=>'Software do servidor','Site Health'=>'Saúde do sitio','Settings'=>'Axustes','WPVulnerability Status'=>'Estado de WPVulnerability','Receive vulnerability notifications'=>'Recibir notificacións de vulnerabilidades','Cache expiration time'=>'Tempo de expiración da caché','How often you want to receive notifications'=>'Con qué frecuencia queres recibir notificacións:','Where do you want to receive notifications?'=>'Onde queres recibir notificacións?','Email addresses to notify (separated by commas)'=>'Correos electrónicos aos que notificar (separados por comas)','Slack webhook URL'=>'URL do webhook de Slack','Teams webhook URL'=>'URL do webhook de Teams','Vulnerabilities to hide'=>'Vulnerabilidades a ocultar','What do you want to hide?'=>'Que queres ocultar?','Standard (Hybrid Detection)'=>'Estándar (detección híbrida)','Strict (Extensions Only)'=>'Estrito (só extensións)','Disabled (No Detection)'=>'Desactivado (sen detección)','Security Status'=>'Estado de seguridade','Security Mode'=>'Modo de seguridade','Shell Execution'=>'Execución de shell','Enabled'=>'Activado','Audit Logging'=>'Rexistro de auditoría','Enabled (%d days)'=>'Activado (%d días)','Total Log Entries'=>'Total de entradas de rexistro','Last Shell Execution'=>'Última execución de shell','%s ago'=>'hai %s','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Configura os axustes de seguridade mediante as constantes de wp-config.php: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Consulta a documentación de configuración de seguridade para obter máis detalles.','Memcached'=>'Memcached','Imagick Extension'=>'Extensión Imagick','Redis Extension'=>'Extensión Redis','Memcached Extension'=>'Extensión Memcached','Memcache Extension'=>'Extensión Memcache','SQLite3 Extension'=>'Extensión SQLite3','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Comando de shell','Binary Check'=>'Verificación de binario','Not Detected'=>'Non detectado','Software Detection Methods'=>'Métodos de detección de software','Shows which detection method was used for each software component and the reliability score.'=>'Amosa que método de detección se utilizou para cada compoñente de software e a puntuación de fiabilidade.','Component'=>'Compoñente','Version'=>'Versión','Detection Method'=>'Método de detección','Reliability'=>'Fiabilidade','Not detected'=>'Non detectado','Shell Execution Audit Logs'=>'Rexistros de auditoría de execución de shell','Complete audit trail of shell command executions for security monitoring.'=>'Rastro de auditoría completo das execucións de comandos de shell para a supervisión de seguridade.','No shell execution logs found.'=>'Non se atoparon rexistros de execución de shell.','Logs will appear here when shell commands are executed for software detection.'=>'Os rexistros aparecerán aquí cando se executen comandos de shell para a detección de software.','Time'=>'Hora','Command'=>'Comando','User'=>'Usuario','Output'=>'Saída','Showing the %d most recent log entries.'=>'Amosando as %d entradas de rexistro máis recentes.','Invalid nonce.'=>'Nonce non válido.','Insufficient permissions.'=>'Permisos insuficientes.','No component specified.'=>'Non se especificou ningún compoñente.','Debug Information'=>'Información de depuración','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Esta pestana só é visible cando WP_DEBUG está activado. Usa con precaución.','System Information'=>'Información do sistema','WordPress Version'=>'Versión de WordPress','Multisite'=>'Multisitio','Yes'=>'Si','No'=>'Non','Language'=>'Idioma','PHP Version'=>'Versión de PHP','PHP Extensions'=>'Extensións de PHP','PHP Memory Limit'=>'Límite de memoria de PHP','Database'=>'Base de datos','Web Server'=>'Servidor web','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Ruta:','Size: %s'=>'Tamaño: %s','View Log File'=>'Ver arquivo de rexistro','Log file is not web-accessible (outside wp-content)'=>'O arquivo de rexistro non é accesible desde a web (fóra de wp-content)','Log file does not exist yet'=>'O arquivo de rexistro aínda non existe','Plugin Version'=>'Versión do plugin','Component Detection'=>'Detección de compoñentes','Version Detected'=>'Versión detectada','Analyzed'=>'Analizado','Cache Status'=>'Estado da caché','Configuration Summary'=>'Resumo da configuración','Cache Duration'=>'Duración da caché','Log Retention'=>'Retención de rexistros','Components Analyzed'=>'Compoñentes analizados','Notification Email'=>'Correo electrónico de notificación','Slack Webhook'=>'Webhook de Slack','Configured & Enabled'=>'Configurado e activado','Configured (Disabled)'=>'Configurado (desactivado)','Not configured'=>'Non configurado','Teams Webhook'=>'Webhook de Teams','Discord Webhook'=>'Webhook de Discord','Telegram Bot'=>'Bot de Telegram','Cron Status'=>'Estado do cron','Update Database'=>'Actualizar base de datos','Next run: %s'=>'Próxima execución: %s','Not scheduled'=>'Non programado','Send Notification'=>'Enviar notificación','Run Update Now'=>'Executar actualización agora','Run Notification Now'=>'Enviar notificación agora','You do not have permission to run these actions.'=>'Non tes permiso para executar estas accións.','API Testing'=>'Probas da API','Test API connectivity for each component. Click a button to send a test request.'=>'Proba a conectividade da API para cada compoñente. Fai clic nun botón para enviar unha solicitude de proba.','Test %s'=>'Probar %s','Testing...'=>'Probando...','HTTP Code:'=>'Código HTTP:','Response Time:'=>'Tempo de resposta:','Response Preview'=>'Vista previa da resposta','Test'=>'Proba','Error:'=>'Erro:','AJAX request failed.'=>'A solicitude AJAX fallou.','You do not have permission to test API connectivity.'=>'Non tes permiso para probar a conectividade da API.','Database Options Viewer'=>'Visor de opcións da base de datos','View the raw data stored in WordPress options.'=>'Ve os datos en bruto almacenados nas opcións de WordPress.','Select an option...'=>'Selecciona unha opción...','Option not found or empty.'=>'Opción non atopada ou baleira.','Quick Actions'=>'Accións rápidas','Perform debugging actions. Use with caution.'=>'Realiza accións de depuración. Usa con precaución.','Are you sure you want to clear all caches?'=>'Tes a certeza de que queres limpar todas as cachés?','Clear All Caches'=>'Limpar todas as cachés','Are you sure you want to reset signatures?'=>'Tes a certeza de que queres restablecer as sinaturas?','Reset Signatures'=>'Restablecer sinaturas','Export Debug Info'=>'Exportar información de depuración','You do not have permission to perform these actions.'=>'Non tes permiso para realizar estas accións.','Settings saved.'=>'Axustes gardados.','WPVulnerability cron events have been repaired across the network.'=>'Os eventos cron de WPVulnerability foron reparados en toda a rede.','You do not have permission to access this page.'=>'Non tes permiso para acceder a esta páxina.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s ten unha vulnerabilidade coñecida que pode estar afectando á túa versión instalada.','Actively exploited'=>'Explotada activamente','Public exploit'=>'Exploit público','Automatable'=>'Automatizable','References:'=>'Referencias:','Invalid component specified.'=>'Compoñente especificado non válido.','Version not detected for this component.'=>'Non se detectou versión para este compoñente.','API request successful.'=>'Solicitude da API realizada con éxito.','API returned HTTP code %d.'=>'A API devolveu o código HTTP %d.','WPVulnerability Logs'=>'Rexistros de WPVulnerability','WPVulnerability Log'=>'Rexistro de WPVulnerability','Low'=>'Baixo','Medium'=>'Medio','High'=>'Alto','Critical'=>'Crítico','WPVulnerability Shell Logs'=>'Rexistros de shell de WPVulnerability','WPVulnerability Shell Log'=>'Rexistro de shell de WPVulnerability','Every week'=>'Cada semana','Every day'=>'Cada día','Invalid request.'=>'Solicitude non válida.','You have unsubscribed from WPVulnerability notifications.'=>'Cancelaches a subscrición ás notificacións de WPVulnerability.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Aprende máis acerca da API da base de datos de vulnerabilidades de WordPress en %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Queres deixar de recibir estas alertas? Cancela a subscrición ou cambia a frecuencia do correo electrónico a Nunca nos axustes de WPVulnerability.','No vulnerabilities found'=>'Non se atoparon vulnerabilidades','This is likely a test. The site does not have vulnerabilities.'=>'Isto é probablemente unha proba. O sitio non ten vulnerabilidades.','Core vulnerabilities'=>'Vulnerabilidades do núcleo','Plugins vulnerabilities'=>'Vulnerabilidades de plugins','Themes vulnerabilities'=>'Vulnerabilidades de temas','PHP vulnerabilities'=>'Vulnerabilidades de PHP','Apache HTTPD vulnerabilities'=>'Vulnerabilidades de Apache HTTPD','Nginx vulnerabilities'=>'Vulnerabilidades de Nginx','MariaDB vulnerabilities'=>'Vulnerabilidades de MariaDB','MySQL vulnerabilities'=>'Vulnerabilidades de MySQL','ImageMagick vulnerabilities'=>'Vulnerabilidades de ImageMagick','curl vulnerabilities'=>'Vulnerabilidades de curl','memcached vulnerabilities'=>'Vulnerabilidades de memcached','Redis vulnerabilities'=>'Vulnerabilidades de Redis','SQLite vulnerabilities'=>'Vulnerabilidades de SQLite','Vulnerability found: %s'=>'Vulnerabilidade atopada: %s','Vulnerability found'=>'Vulnerabilidade atopada','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s ten unha vulnerabilidade coñecida que pode estar afectando á túa versión instalada.','This plugin is closed. Please replace it with another.'=>'Este plugin está pechado. Substitúeo por outro, por favor.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Esta vulnerabilidade parece non estar parcheada. Permanece atento ás próximas actualizacións do plugin.','It hasn\'t been updated in over a year.'=>'Hai máis dun ano que non se actualiza.','It may no longer be available (closed?).'=>'Pode que xa non estea dispoñible (pechado?).','Last updated on'=>'Última actualización','Vulnerabilities (%d)'=>'Vulnerabilidades (%d)','%s running'=>'%s en execución','End of Life'=>'Fin de vida','End of life:'=>'Fin de vida:','Supported'=>'Con soporte','Plugin'=>'Plugin','Theme'=>'Tema','End of life: %s'=>'Fin de vida: %s','EOL'=>'FDV','Network Settings'=>'Axustes da rede','Vulnerabilities'=>'Vulnerabilidades','Every 6 hours'=>'Cada 6 horas','Database updates'=>'Actualizacións da base de datos','Log cleanup'=>'Limpeza de rexistros','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'As notificacións están programadas, pero a configuración actual desactívaas. Por favor, revisa a pestana de notificacións.','This event should not be scheduled for this site.'=>'Este evento non debería estar programado para este sitio.','Not expected for this site.'=>'Non esperado para este sitio.','No instances found.'=>'Non se atoparon instancias.','Scheduled with an unexpected interval.'=>'Programado cun intervalo inesperado.','Multiple instances detected.'=>'Detectáronse múltiples instancias.','Scheduled as expected.'=>'Programado como se esperaba.','There aren\'t plugins vulnerabilities'=>'Non hai vulnerabilidades dos plugins.','Shows possible vulnerabilities that exist in installed plugins.'=>'Amosa posibles vulnerabilidades que existen nos plugins instalados.','There is %d plugin with vulnerabilities'=>'Hai %d plugin con vulnerabilidades' . "\0" . 'Hai %d plugins con vulnerabilidades','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Detectamos vulnerabilidades potenciais nos plugins instalados. Compróbaas e mantén os plugins actualizados, por favor.','Update plugins'=>'Actualizar plugins','There aren\'t themes vulnerabilities'=>'Non hai vulnerabilidades dos temas.','Shows possible vulnerabilities that exist in installed themes.'=>'Amosa posibles vulnerabilidades que existen nos temas instalados.','There is %d theme with vulnerabilities'=>'Hai %d tema con vulnerabilidades' . "\0" . 'Hai %d temas con vulnerabilidades','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Detectamos vulnerabilidades potenciais nos temas instalados. Compróbaas e mantén os temas actualizados, por favor.','Update themes'=>'Actualizar temas','There aren\'t WordPress vulnerabilities'=>'Non hai vulnerabilidades de WordPress','Shows possible vulnerabilities existing in the WordPress core.'=>'Amosa posibles vulnerabilidades existentes no núcleo de WordPress.','There is %d core vulnerability'=>'Hai %d vulnerabilidade do núcleo' . "\0" . 'Hai %d vulnerabilidades do núcleo','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Detectamos vulnerabilidades potenciais nesta instalación de WordPress. Compróbaas e mantén a túa instalación actualizada, por favor.','Update WordPress'=>'Actualizar WordPress','Nginx'=>'Nginx','Invalid software type'=>'Tipo de software non válido','Error'=>'Erro','The specified software type is not valid.'=>'O tipo de software especificado non é válido.','There aren\'t %s vulnerabilities'=>'Non hai vulnerabilidades de %s','Shows possible vulnerabilities existing in %s.'=>'Amosa as posibles vulnerabilidades existentes en %s.','There is %1$d %2$s vulnerability'=>'Hai %1$d vulnerabilidade de %2$s.' . "\0" . 'Hai %1$d vulnerabilidades de %2$s.','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Detectamos posibles vulnerabilidades en %s. Por favor, compróbaas e mantén actualizada a túa instalación.','How to update PHP'=>'Cómo actualizar PHP','WPVulnerability Core'=>'WPVulnerability para o núcleo','WPVulnerability Themes'=>'WPVulnerability para temas','WPVulnerability Plugins'=>'WPVulnerability para plugins','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'Este tema está pechado. Substitúeo por outro, por favor.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Esta vulnerabilidade parece non estar parcheada. Permanece atento ás próximas actualizacións do tema.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Este tema ten vulnerabilidades coñecidas que poden estar afectando á túa versión instalada.']]; \ No newline at end of file +return ['domain'=>'wpvulnerability','plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'gl_ES','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2026-05-27 00:00+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Recibe información sobre posibles vulnerabilidades no teu WordPress desde a API de base de datos de vulnerabilidades de WordPress.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Este comando require un administrador de WordPress. Execútao con --user=.','No core vulnerabilities found.'=>'Non se atoparon vulnerabilidades no núcleo.','No plugin vulnerabilities found.'=>'Non se atoparon vulnerabilidades en plugins.','No theme vulnerabilities found.'=>'Non se atoparon vulnerabilidades en temas.','No %s vulnerabilities found.'=>'Non se atoparon vulnerabilidades de %s.','Data from source has been reloaded.'=>'Cargáronse de novo os datos da orixe.','You do not have permission to reload data.'=>'Non tes permiso para recargar os datos.','Test email has been sent.'=>'Enviouse o correo electrónico de proba.','Test email has failed. Please, check your email settings.'=>'O correo electrónico de proba fallou. Comproba a configuración do teu correo electrónico.','You do not have permission to send test emails.'=>'Non tes permiso para enviar correos electrónicos de proba.','WPVulnerability cron events have been repaired.'=>'Os eventos cron de WPVulnerability foron reparados.','You do not have permission to repair cron events.'=>'Non tes permiso para reparar eventos cron.','All logs have been deleted.'=>'Eliminaron todos os rexistros.','You do not have permission to delete logs.'=>'Non tes permiso para eliminar rexistros.','Uninstall preference saved.'=>'Preferencia de desinstalación gardada.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability restableceu os valores predeterminados e volveu cargar.','You do not have permission to reset WPVulnerability.'=>'Non tes permiso para restablecer WPVulnerability.','All caches have been cleared.'=>'Limpáronse todas as cachés.','You do not have permission to clear caches.'=>'Non tes permiso para limpar as cachés.','Plugin and theme signatures have been reset.'=>'As sinaturas de plugins e temas foron restablecidas.','You do not have permission to reset signatures.'=>'Non tes permiso para restablecer as sinaturas.','You do not have permission to export debug information.'=>'Non tes permiso para exportar información de depuración.','Database update has been executed.'=>'Executouse a actualización da base de datos.','You do not have permission to run database updates.'=>'Non tes permiso para executar actualizacións da base de datos.','Notification has been sent.'=>'Enviouse a notificación.','Notification sending failed.'=>'Fallou o envío da notificación.','You do not have permission to send notifications.'=>'Non tes permiso para enviar notificacións.','Notifications'=>'Notificacións','Analysis'=>'Análise','Logs'=>'Rexistros','Security'=>'Seguridade','Tools'=>'Ferramentas','Debug'=>'Depuración','About'=>'Acerca de','Notification Settings'=>'Configuración de notificacións','Configure how and when you want to receive vulnerability notifications.'=>'Configura como e cando queres recibir notificacións de vulnerabilidades.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Mantente informado sobre as vulnerabilidades de seguridade na túa instalación de WordPress, plugins, temas e software do servidor.','Cache Expiration Time'=>'Tempo de expiración da caché','FORCED'=>'FORZADO','How long to cache vulnerability data before refreshing from the API.'=>'Canto tempo gardar en caché os datos de vulnerabilidades antes de actualizar desde a API.','%d hour'=>'%d hora' . "\0" . '%d horas','You can force the cache time via wp-config.php constant. Learn more →'=>'Podes forzar o tempo de caché mediante a constante de wp-config.php. Máis información →','Notification Frequency'=>'Frecuencia de notificacións','Choose how often you want to receive vulnerability notifications.'=>'Escolle con qué frecuencia queres recibir notificacións de vulnerabilidades.','Never - Disable automatic notifications'=>'Nunca - Desactivar as notificacións automáticas','Daily - Receive notifications every day'=>'A diario - Recibir notificacións cada día','Weekly - Receive notifications once a week'=>'Semanalmente - Recibir notificacións unha vez á semana','Day:'=>'Día:','Monday'=>'Luns','Tuesday'=>'Martes','Wednesday'=>'Mércores','Thursday'=>'Xoves','Friday'=>'Venres','Saturday'=>'Sábado','Sunday'=>'Domingo','Time:'=>'Hora:','(24-hour format, server timezone)'=>'(Formato de 24 horas, fuso horario do servidor)','Notification Channels'=>'Canles de notificación','Select where you want to receive notifications.'=>'Selecciona onde queres recibir notificacións.','Email'=>'Correo electrónico','Email Addresses (separated by commas):'=>'Enderezos de correo electrónico (separados por comas):','Default:'=>'Predeterminado:','Slack'=>'Slack','Slack Webhook URL:'=>'URL do webhook de Slack:','Learn how to create a Slack incoming webhook →'=>'Aprende como crear un webhook entrante de Slack →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'URL do webhook de Teams:','Learn how to create a Teams incoming webhook →'=>'Aprende como crear un webhook entrante de Teams →','Discord'=>'Discord','Discord Webhook URL:'=>'URL do webhook de Discord:','Learn how to create a Discord webhook →'=>'Aprende como crear un webhook de Discord →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Token do bot de Telegram:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formato: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'ID de chat de Telegram:','Learn how to create a Telegram bot and get Chat ID →'=>'Aprende como crear un bot de Telegram e obter o ID de chat →','Save Notification Settings'=>'Gardar configuración de notificacións','WordPress Components'=>'Compoñentes de WordPress','WordPress Core'=>'Núcleo de WordPress','Plugins'=>'Plugins','Themes'=>'Temas','Software & Languages'=>'Software e linguaxes','PHP'=>'PHP','Web Servers'=>'Servidores web','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Bases de datos','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Ferramentas adicionais','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Configuración da análise de compoñentes','Enable or disable vulnerability analysis for specific components.'=>'Activa ou desactiva a análise de vulnerabilidades para compoñentes específicos.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Marca os compoñentes que queres OCULTAR nas análises e informes de vulnerabilidades. Os compoñentes desmarcados analizaranse activamente. Os compoñentes con análise activa móstranse en verde, os ocultos en vermello.','Hidden (forced by constant)'=>'Oculto (forzado por constante)','🔴 Analysis disabled'=>'🔴 Análise desactivada','🟢 Analysis active'=>'🟢 Análise activa','Tip:'=>'Consello:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Podes forzar a desactivación de compoñentes mediante constantes de wp-config.php. Máis información sobre como forzar a ocultación de verificacións →','Save Analysis Settings'=>'Gardar configuración da análise','« Previous'=>'« Anterior','Next »'=>'Seguinte »','Log entry not found or has been removed.'=>'Non se atopou a entrada de rexistro ou foi eliminada.','Unable to load the requested log entry.'=>'Non se puido cargar a entrada de rexistro solicitada.','Log Configuration'=>'Configuración de rexistros','Total Logs'=>'Total de rexistros','Retention Period'=>'Período de retención','Disabled'=>'Desactivado','%d day'=>'%d día' . "\0" . '%d días','Log Retention Period'=>'Período de retención dos rexistros','None (Disabled)'=>'Ningún (Desactivado)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Este valor está imposto pola constante WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Escolle canto tempo debe gardar WPVulnerability os rexistros de respostas da API. Os rexistros máis antigos elimínanse automaticamente.','Save Configuration'=>'Gardar configuración','Log retention is currently disabled.'=>'A retención de rexistros está actualmente desactivada.','API responses are not being saved.'=>'As respostas da API non se están gardando.','Log Details'=>'Detalles do rexistro','Date'=>'Data','API Endpoint'=>'Punto final da API','API Response'=>'Resposta da API','Back to Logs'=>'Volver aos rexistros','No logs available'=>'Non hai rexistros dispoñibles','API response logs will appear here once the vulnerability scanner runs.'=>'Os rexistros de respostas da API aparecerán aquí unha vez que se execute o escáner de vulnerabilidades.','API Response Logs'=>'Rexistros de respostas da API','Show:'=>'Amosar:','Apply'=>'Aplicar','Showing %1$s–%2$s of %3$s'=>'Amosando %1$s–%2$s de %3$s','Actions'=>'Accións','View'=>'Ver','Danger Zone'=>'Zona de perigo','Permanently delete all API response logs. This action cannot be undone.'=>'Eliminar permanentemente todos os rexistros de respostas da API. Esta acción non se pode desfacer.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Tes a certeza de que queres eliminar todos os rexistros? Esta acción non se pode desfacer.','Delete All Logs'=>'Eliminar todos os rexistros','Reload Data from API'=>'Recargar datos desde a API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Recarga toda a información do núcleo, plugins, temas e outros compoñentes directamente desde a API para ter datos actualizados. Isto limpará a caché e obterá información actualizada sobre vulnerabilidades.','Reload Data'=>'Recargar datos','Test Email Notifications'=>'Probar notificacións por correo electrónico','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Envía unha notificación de correo electrónico de proba cos datos actuais de vulnerabilidades para verificar que a configuración do teu correo electrónico funciona correctamente.','From address (configured via constant):'=>'Enderezo de orixe (configurado mediante constante):','From address (default):'=>'Enderezo de orixe (predeterminado):','Learn how to customize the email sender address →'=>'Aprende como personalizar o enderezo do remitente do correo electrónico →','Send Test Email'=>'Enviar correo electrónico de proba','WP-Cron Status'=>'Estado de WP-Cron','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'Ve e xestiona os eventos programados de WP-Cron. Compara as programacións esperadas coas tarefas cron reais para asegurarte de que as tarefas automatizadas se executan correctamente.','No cron data available.'=>'Non hai datos de cron dispoñibles.','Hook'=>'Hook','Expected'=>'Esperado','Found'=>'Atopado','Next Run'=>'Próxima execución','Status'=>'Estado','Not expected'=>'Non esperado','None'=>'Ningunha','OK'=>'Correcto','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Eventos inesperados de WPVulnerability','No interval'=>'Sen intervalo','Next:'=>'Seguinte:','Repair Cron Events'=>'Reparar eventos cron','Uninstall Data'=>'Datos de desinstalación','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Por defecto, todos os datos do plugin consérvanse cando se elimina WPVulnerability. Activa a opción de abaixo só se queres que todas as opcións, rexistros e datos en caché se eliminen permanentemente ao desinstalar.','Delete all plugin data on uninstall'=>'Eliminar todos os datos do plugin ao desinstalar','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Predeterminado: desmarcado (datos conservados). Marca só se queres unha eliminación limpa.','Save preference'=>'Gardar preferencia','Reset WPVulnerability'=>'Restablecer WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Elimina toda a configuración de WPVulnerability, datos en caché, rexistros e eventos programados, e logo restaura os valores predeterminados e recarga datos desde a API.','This action cannot be undone.'=>'Esta acción non se pode desfacer.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Tes a certeza de que queres restablecer todos os datos de WPVulnerability? Esta acción non se pode desfacer.','Reset Plugin'=>'Restablecer plugin','Vulnerability Database Statistics'=>'Estatísticas da base de datos de vulnerabilidades','%s vulnerability'=>'%s vulnerabilidade' . "\0" . '%s vulnerabilidades','(%s product)'=>'(%s produto)' . "\0" . '(%s produtos)','No data'=>'Sen datos','Database last updated: %s'=>'Base de datos actualizada por última vez: %s','Intelligence Sources'=>'Fontes de intelixencia','Number of vulnerabilities contributed by each intelligence source.'=>'Número de vulnerabilidades aportadas por cada fonte de intelixencia.','Source'=>'Fonte','Core'=>'Núcleo','Sponsors'=>'Patrocinadores','No sponsor data available.'=>'Non hai datos de patrocinadores dispoñibles.','Contributors'=>'Colaboradores','No contributor data available.'=>'Non hai datos de colaboradores dispoñibles.','You do not have sufficient permissions to access this page.'=>'Non tes permisos suficientes para acceder a esta páxina.','WPVulnerability settings'=>'Axustes de WPVulnerability','Configure and save these settings to receive notifications.'=>'Configura e garda estes axustes para recibir notificacións.','Configure and save these settings to hide vulnerabilities.'=>'Configura e garda estes axustes para ocultar vulnerabilidades.','Default administrator email'=>'Correo electrónico do administrador por defecto','Read more if you want to force the cache time.'=>'Le máis se queres forzar o tempo de caché.','Never'=>'Nunca','Daily'=>'A diario','Weekly'=>'Semanalmente','Day'=>'Día','Hour'=>'Hora','Minute'=>'Minuto','Read more about how to force the deactivation of an item.'=>'Le máis sobre como forzar a desactivación dun elemento.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'URL de webhook de Slack non válida. Debe ser unha URL HTTPS válida de hooks.slack.com','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'URL de webhook de Microsoft Teams non válida. Debe ser unha URL HTTPS válida de office.com, office365.com ou api.hooks.microsoft.com','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'URL de webhook de Discord non válida. Debe ser unha URL HTTPS válida de discord.com ou discordapp.com','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formato de token do bot de Telegram non válido. Debe ser como: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Todo correcto','%d Critical Issue Found'=>'%d problema crítico atopado' . "\0" . '%d problemas críticos atopados','%d Issue Found'=>'%d problema atopado' . "\0" . '%d problemas atopados','Never checked'=>'Nunca verificado','%d minute ago'=>'hai %d minuto' . "\0" . 'hai %d minutos','%d hour ago'=>'hai %d hora' . "\0" . 'hai %d horas','Last checked: %s'=>'Última verificación: %s','Refresh Now'=>'Actualizar agora','No vulnerabilities detected'=>'Non se detectaron vulnerabilidades','Your site is up to date and secure'=>'O teu sitio está actualizado e seguro','Server Software'=>'Software do servidor','Site Health'=>'Saúde do sitio','Settings'=>'Axustes','WPVulnerability Status'=>'Estado de WPVulnerability','Receive vulnerability notifications'=>'Recibir notificacións de vulnerabilidades','Cache expiration time'=>'Tempo de expiración da caché','How often you want to receive notifications'=>'Con qué frecuencia queres recibir notificacións:','Where do you want to receive notifications?'=>'Onde queres recibir notificacións?','Email addresses to notify (separated by commas)'=>'Correos electrónicos aos que notificar (separados por comas)','Slack webhook URL'=>'URL do webhook de Slack','Teams webhook URL'=>'URL do webhook de Teams','Vulnerabilities to hide'=>'Vulnerabilidades a ocultar','What do you want to hide?'=>'Que queres ocultar?','Standard (Hybrid Detection)'=>'Estándar (detección híbrida)','Strict (Extensions Only)'=>'Estrito (só extensións)','Disabled (No Detection)'=>'Desactivado (sen detección)','Security Status'=>'Estado de seguridade','Security Mode'=>'Modo de seguridade','Shell Execution'=>'Execución de shell','Enabled'=>'Activado','Audit Logging'=>'Rexistro de auditoría','Enabled (%d days)'=>'Activado (%d días)','Total Log Entries'=>'Total de entradas de rexistro','Last Shell Execution'=>'Última execución de shell','%s ago'=>'hai %s','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Configura os axustes de seguridade mediante as constantes de wp-config.php: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Consulta a documentación de configuración de seguridade para obter máis detalles.','Memcached'=>'Memcached','Imagick Extension'=>'Extensión Imagick','Redis Extension'=>'Extensión Redis','Memcached Extension'=>'Extensión Memcached','Memcache Extension'=>'Extensión Memcache','SQLite3 Extension'=>'Extensión SQLite3','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Comando de shell','Binary Check'=>'Verificación de binario','Not Detected'=>'Non detectado','Software Detection Methods'=>'Métodos de detección de software','Shows which detection method was used for each software component and the reliability score.'=>'Amosa que método de detección se utilizou para cada compoñente de software e a puntuación de fiabilidade.','Component'=>'Compoñente','Version'=>'Versión','Detection Method'=>'Método de detección','Reliability'=>'Fiabilidade','Not detected'=>'Non detectado','Shell Execution Audit Logs'=>'Rexistros de auditoría de execución de shell','Complete audit trail of shell command executions for security monitoring.'=>'Rastro de auditoría completo das execucións de comandos de shell para a supervisión de seguridade.','No shell execution logs found.'=>'Non se atoparon rexistros de execución de shell.','Logs will appear here when shell commands are executed for software detection.'=>'Os rexistros aparecerán aquí cando se executen comandos de shell para a detección de software.','Time'=>'Hora','Command'=>'Comando','User'=>'Usuario','Output'=>'Saída','Showing the %d most recent log entries.'=>'Amosando as %d entradas de rexistro máis recentes.','Invalid nonce.'=>'Nonce non válido.','Insufficient permissions.'=>'Permisos insuficientes.','No component specified.'=>'Non se especificou ningún compoñente.','Debug Information'=>'Información de depuración','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Esta pestana só é visible cando WP_DEBUG está activado. Usa con precaución.','System Information'=>'Información do sistema','WordPress Version'=>'Versión de WordPress','Multisite'=>'Multisitio','Yes'=>'Si','No'=>'Non','Language'=>'Idioma','PHP Version'=>'Versión de PHP','PHP Extensions'=>'Extensións de PHP','PHP Memory Limit'=>'Límite de memoria de PHP','Database'=>'Base de datos','Web Server'=>'Servidor web','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Ruta:','Size: %s'=>'Tamaño: %s','View Log File'=>'Ver arquivo de rexistro','Log file is not web-accessible (outside wp-content)'=>'O arquivo de rexistro non é accesible desde a web (fóra de wp-content)','Log file does not exist yet'=>'O arquivo de rexistro aínda non existe','Plugin Version'=>'Versión do plugin','Component Detection'=>'Detección de compoñentes','Version Detected'=>'Versión detectada','Analyzed'=>'Analizado','Cache Status'=>'Estado da caché','Configuration Summary'=>'Resumo da configuración','Cache Duration'=>'Duración da caché','Log Retention'=>'Retención de rexistros','Components Analyzed'=>'Compoñentes analizados','Notification Email'=>'Correo electrónico de notificación','Slack Webhook'=>'Webhook de Slack','Configured & Enabled'=>'Configurado e activado','Configured (Disabled)'=>'Configurado (desactivado)','Not configured'=>'Non configurado','Teams Webhook'=>'Webhook de Teams','Discord Webhook'=>'Webhook de Discord','Telegram Bot'=>'Bot de Telegram','Cron Status'=>'Estado do cron','Update Database'=>'Actualizar base de datos','Next run: %s'=>'Próxima execución: %s','Not scheduled'=>'Non programado','Send Notification'=>'Enviar notificación','Run Update Now'=>'Executar actualización agora','Run Notification Now'=>'Enviar notificación agora','You do not have permission to run these actions.'=>'Non tes permiso para executar estas accións.','API Testing'=>'Probas da API','Test API connectivity for each component. Click a button to send a test request.'=>'Proba a conectividade da API para cada compoñente. Fai clic nun botón para enviar unha solicitude de proba.','Test %s'=>'Probar %s','Testing...'=>'Probando...','HTTP Code:'=>'Código HTTP:','Response Time:'=>'Tempo de resposta:','Response Preview'=>'Vista previa da resposta','Test'=>'Proba','Error:'=>'Erro:','AJAX request failed.'=>'A solicitude AJAX fallou.','You do not have permission to test API connectivity.'=>'Non tes permiso para probar a conectividade da API.','Database Options Viewer'=>'Visor de opcións da base de datos','View the raw data stored in WordPress options.'=>'Ve os datos en bruto almacenados nas opcións de WordPress.','Select an option...'=>'Selecciona unha opción...','Option not found or empty.'=>'Opción non atopada ou baleira.','Quick Actions'=>'Accións rápidas','Perform debugging actions. Use with caution.'=>'Realiza accións de depuración. Usa con precaución.','Are you sure you want to clear all caches?'=>'Tes a certeza de que queres limpar todas as cachés?','Clear All Caches'=>'Limpar todas as cachés','Are you sure you want to reset signatures?'=>'Tes a certeza de que queres restablecer as sinaturas?','Reset Signatures'=>'Restablecer sinaturas','Export Debug Info'=>'Exportar información de depuración','You do not have permission to perform these actions.'=>'Non tes permiso para realizar estas accións.','Settings saved.'=>'Axustes gardados.','WPVulnerability cron events have been repaired across the network.'=>'Os eventos cron de WPVulnerability foron reparados en toda a rede.','You do not have permission to access this page.'=>'Non tes permiso para acceder a esta páxina.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s ten unha vulnerabilidade coñecida que pode estar afectando á túa versión instalada.','Actively exploited'=>'Explotada activamente','Public exploit'=>'Exploit público','Automatable'=>'Automatizable','References:'=>'Referencias:','Invalid component specified.'=>'Compoñente especificado non válido.','Version not detected for this component.'=>'Non se detectou versión para este compoñente.','API request successful.'=>'Solicitude da API realizada con éxito.','API returned HTTP code %d.'=>'A API devolveu o código HTTP %d.','WPVulnerability Logs'=>'Rexistros de WPVulnerability','WPVulnerability Log'=>'Rexistro de WPVulnerability','Low'=>'Baixo','Medium'=>'Medio','High'=>'Alto','Critical'=>'Crítico','WPVulnerability Shell Logs'=>'Rexistros de shell de WPVulnerability','WPVulnerability Shell Log'=>'Rexistro de shell de WPVulnerability','Every week'=>'Cada semana','Every day'=>'Cada día','Invalid request.'=>'Solicitude non válida.','You have unsubscribed from WPVulnerability notifications.'=>'Cancelaches a subscrición ás notificacións de WPVulnerability.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Aprende máis acerca da API da base de datos de vulnerabilidades de WordPress en %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Queres deixar de recibir estas alertas? Cancela a subscrición ou cambia a frecuencia do correo electrónico a Nunca nos axustes de WPVulnerability.','No vulnerabilities found'=>'Non se atoparon vulnerabilidades','This is likely a test. The site does not have vulnerabilities.'=>'Isto é probablemente unha proba. O sitio non ten vulnerabilidades.','Core vulnerabilities'=>'Vulnerabilidades do núcleo','Plugins vulnerabilities'=>'Vulnerabilidades de plugins','Themes vulnerabilities'=>'Vulnerabilidades de temas','PHP vulnerabilities'=>'Vulnerabilidades de PHP','Apache HTTPD vulnerabilities'=>'Vulnerabilidades de Apache HTTPD','Nginx vulnerabilities'=>'Vulnerabilidades de Nginx','MariaDB vulnerabilities'=>'Vulnerabilidades de MariaDB','MySQL vulnerabilities'=>'Vulnerabilidades de MySQL','ImageMagick vulnerabilities'=>'Vulnerabilidades de ImageMagick','curl vulnerabilities'=>'Vulnerabilidades de curl','memcached vulnerabilities'=>'Vulnerabilidades de memcached','Redis vulnerabilities'=>'Vulnerabilidades de Redis','SQLite vulnerabilities'=>'Vulnerabilidades de SQLite','Vulnerability found: %s'=>'Vulnerabilidade atopada: %s','Vulnerability found'=>'Vulnerabilidade atopada','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s ten unha vulnerabilidade coñecida que pode estar afectando á túa versión instalada.','This plugin is closed. Please replace it with another.'=>'Este plugin está pechado. Substitúeo por outro, por favor.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Esta vulnerabilidade parece non estar parcheada. Permanece atento ás próximas actualizacións do plugin.','It hasn\'t been updated in over a year.'=>'Hai máis dun ano que non se actualiza.','It may no longer be available (closed?).'=>'Pode que xa non estea dispoñible (pechado?).','Last updated on'=>'Última actualización','Vulnerabilities (%d)'=>'Vulnerabilidades (%d)','%s running'=>'%s en execución','End of Life'=>'Fin de vida','End of life:'=>'Fin de vida:','Supported'=>'Con soporte','Plugin'=>'Plugin','Theme'=>'Tema','End of life: %s'=>'Fin de vida: %s','EOL'=>'FDV','Network Settings'=>'Axustes da rede','Vulnerabilities'=>'Vulnerabilidades','Every 6 hours'=>'Cada 6 horas','Database updates'=>'Actualizacións da base de datos','Log cleanup'=>'Limpeza de rexistros','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'As notificacións están programadas, pero a configuración actual desactívaas. Por favor, revisa a pestana de notificacións.','This event should not be scheduled for this site.'=>'Este evento non debería estar programado para este sitio.','Not expected for this site.'=>'Non esperado para este sitio.','No instances found.'=>'Non se atoparon instancias.','Scheduled with an unexpected interval.'=>'Programado cun intervalo inesperado.','Multiple instances detected.'=>'Detectáronse múltiples instancias.','Scheduled as expected.'=>'Programado como se esperaba.','There aren\'t plugins vulnerabilities'=>'Non hai vulnerabilidades dos plugins.','Shows possible vulnerabilities that exist in installed plugins.'=>'Amosa posibles vulnerabilidades que existen nos plugins instalados.','There is %d plugin with vulnerabilities'=>'Hai %d plugin con vulnerabilidades' . "\0" . 'Hai %d plugins con vulnerabilidades','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Detectamos vulnerabilidades potenciais nos plugins instalados. Compróbaas e mantén os plugins actualizados, por favor.','Update plugins'=>'Actualizar plugins','There aren\'t themes vulnerabilities'=>'Non hai vulnerabilidades dos temas.','Shows possible vulnerabilities that exist in installed themes.'=>'Amosa posibles vulnerabilidades que existen nos temas instalados.','There is %d theme with vulnerabilities'=>'Hai %d tema con vulnerabilidades' . "\0" . 'Hai %d temas con vulnerabilidades','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Detectamos vulnerabilidades potenciais nos temas instalados. Compróbaas e mantén os temas actualizados, por favor.','Update themes'=>'Actualizar temas','There aren\'t WordPress vulnerabilities'=>'Non hai vulnerabilidades de WordPress','Shows possible vulnerabilities existing in the WordPress core.'=>'Amosa posibles vulnerabilidades existentes no núcleo de WordPress.','There is %d core vulnerability'=>'Hai %d vulnerabilidade do núcleo' . "\0" . 'Hai %d vulnerabilidades do núcleo','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Detectamos vulnerabilidades potenciais nesta instalación de WordPress. Compróbaas e mantén a túa instalación actualizada, por favor.','Update WordPress'=>'Actualizar WordPress','Nginx'=>'Nginx','Invalid software type'=>'Tipo de software non válido','Error'=>'Erro','The specified software type is not valid.'=>'O tipo de software especificado non é válido.','There aren\'t %s vulnerabilities'=>'Non hai vulnerabilidades de %s','Shows possible vulnerabilities existing in %s.'=>'Amosa as posibles vulnerabilidades existentes en %s.','There is %1$d %2$s vulnerability'=>'Hai %1$d vulnerabilidade de %2$s.' . "\0" . 'Hai %1$d vulnerabilidades de %2$s.','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Detectamos posibles vulnerabilidades en %s. Por favor, compróbaas e mantén actualizada a túa instalación.','How to update PHP'=>'Cómo actualizar PHP','WPVulnerability Core'=>'WPVulnerability para o núcleo','WPVulnerability Themes'=>'WPVulnerability para temas','WPVulnerability Plugins'=>'WPVulnerability para plugins','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'Este tema está pechado. Substitúeo por outro, por favor.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Esta vulnerabilidade parece non estar parcheada. Permanece atento ás próximas actualizacións do tema.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Este tema ten vulnerabilidades coñecidas que poden estar afectando á túa versión instalada.']]; \ No newline at end of file diff --git a/languages/wpvulnerability-it.l10n.php b/languages/wpvulnerability-it.l10n.php index 47e6c8c..d02712f 100644 --- a/languages/wpvulnerability-it.l10n.php +++ b/languages/wpvulnerability-it.l10n.php @@ -1,2 +1,2 @@ NULL,'plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'it','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2024-02-05 09:15:59+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Ricevi informazioni sulle possibili vulnerabilità del tuo WordPress tramite l\'API WordPress Vulnerability Database.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Questo comando richiede un amministratore WordPress. Esegui con --user=.','No core vulnerabilities found.'=>'Nessuna vulnerabilità del core trovata.','No plugin vulnerabilities found.'=>'Nessuna vulnerabilità dei plugin trovata.','No theme vulnerabilities found.'=>'Nessuna vulnerabilità dei temi trovata.','No %s vulnerabilities found.'=>'Nessuna vulnerabilità di %s trovata.','Data from source has been reloaded.'=>'I dati dalla fonte sono stati ricaricati.','You do not have permission to reload data.'=>'Non hai il permesso di ricaricare i dati.','Test email has been sent.'=>'L\'email di prova è stata inviata.','Test email has failed. Please, check your email settings.'=>'L\'invio dell\'email di prova è fallito. Controlla le impostazioni email.','You do not have permission to send test emails.'=>'Non hai il permesso di inviare email di prova.','WPVulnerability cron events have been repaired.'=>'Gli eventi cron di WPVulnerability sono stati riparati.','You do not have permission to repair cron events.'=>'Non hai il permesso di riparare gli eventi cron.','All logs have been deleted.'=>'Tutti i log sono stati eliminati.','You do not have permission to delete logs.'=>'Non hai il permesso di eliminare i log.','Uninstall preference saved.'=>'Preferenza di disinstallazione salvata.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability è stato ripristinato ai valori predefiniti e ricaricato.','You do not have permission to reset WPVulnerability.'=>'Non hai il permesso di ripristinare WPVulnerability.','All caches have been cleared.'=>'Tutte le cache sono state svuotate.','You do not have permission to clear caches.'=>'Non hai il permesso di svuotare le cache.','Plugin and theme signatures have been reset.'=>'Le firme dei plugin e dei temi sono state ripristinate.','You do not have permission to reset signatures.'=>'Non hai il permesso di ripristinare le firme.','You do not have permission to export debug information.'=>'Non hai il permesso di esportare le informazioni di debug.','Database update has been executed.'=>'L\'aggiornamento del database è stato eseguito.','You do not have permission to run database updates.'=>'Non hai il permesso di eseguire aggiornamenti del database.','Notification has been sent.'=>'La notifica è stata inviata.','Notification sending failed.'=>'Invio della notifica fallito.','You do not have permission to send notifications.'=>'Non hai il permesso di inviare notifiche.','Notifications'=>'Notifiche','Analysis'=>'Analisi','Logs'=>'Log','Security'=>'Sicurezza','Tools'=>'Strumenti','Debug'=>'Debug','About'=>'Informazioni','Notification Settings'=>'Impostazioni notifiche','Configure how and when you want to receive vulnerability notifications.'=>'Configura come e quando vuoi ricevere le notifiche sulle vulnerabilità.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Rimani informato sulle vulnerabilità di sicurezza nella tua installazione WordPress, plugin, temi e software del server.','Cache Expiration Time'=>'Durata scadenza cache','FORCED'=>'FORZATO','How long to cache vulnerability data before refreshing from the API.'=>'Per quanto tempo mantenere i dati sulle vulnerabilità in cache prima di aggiornarli dall\'API.','%d hour'=>'%d ora' . "\0" . '%d ore','You can force the cache time via wp-config.php constant. Learn more →'=>'Puoi forzare il tempo di cache tramite una costante in wp-config.php. Scopri di più →','Notification Frequency'=>'Frequenza notifiche','Choose how often you want to receive vulnerability notifications.'=>'Scegli con quale frequenza vuoi ricevere le notifiche sulle vulnerabilità.','Never - Disable automatic notifications'=>'Mai - Disabilita le notifiche automatiche','Daily - Receive notifications every day'=>'Quotidianamente - Ricevi notifiche ogni giorno','Weekly - Receive notifications once a week'=>'Settimanalmente - Ricevi notifiche una volta a settimana','Day:'=>'Giorno:','Monday'=>'Lunedì','Tuesday'=>'Martedì','Wednesday'=>'Mercoledì','Thursday'=>'Giovedì','Friday'=>'Venerdì','Saturday'=>'Sabato','Sunday'=>'Domenica','Time:'=>'Orario:','(24-hour format, server timezone)'=>'(formato 24 ore, fuso orario del server)','Notification Channels'=>'Canali di notifica','Select where you want to receive notifications.'=>'Seleziona dove vuoi ricevere le notifiche.','Email'=>'Email','Email Addresses (separated by commas):'=>'Indirizzi email (separati da virgole):','Default:'=>'Predefinito:','Slack'=>'Slack','Slack Webhook URL:'=>'URL Webhook Slack:','Learn how to create a Slack incoming webhook →'=>'Scopri come creare un webhook in entrata Slack →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'URL Webhook Teams:','Learn how to create a Teams incoming webhook →'=>'Scopri come creare un webhook in entrata Teams →','Discord'=>'Discord','Discord Webhook URL:'=>'URL Webhook Discord:','Learn how to create a Discord webhook →'=>'Scopri come creare un webhook Discord →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Token Bot Telegram:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formato: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'ID Chat Telegram:','Learn how to create a Telegram bot and get Chat ID →'=>'Scopri come creare un bot Telegram e ottenere l\'ID Chat →','Save Notification Settings'=>'Salva impostazioni notifiche','WordPress Components'=>'Componenti WordPress','WordPress Core'=>'Core WordPress','Plugins'=>'Plugin','Themes'=>'Temi','Software & Languages'=>'Software e linguaggi','PHP'=>'PHP','Web Servers'=>'Server web','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Database','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Strumenti aggiuntivi','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Impostazioni analisi componenti','Enable or disable vulnerability analysis for specific components.'=>'Abilita o disabilita l\'analisi delle vulnerabilità per componenti specifici.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Seleziona i componenti che vuoi NASCONDERE dalle scansioni e dai report sulle vulnerabilità. I componenti non selezionati saranno analizzati attivamente. I componenti con analisi attiva sono mostrati in verde, quelli nascosti in rosso.','Hidden (forced by constant)'=>'Nascosto (forzato dalla costante)','🔴 Analysis disabled'=>'🔴 Analisi disabilitata','🟢 Analysis active'=>'🟢 Analisi attiva','Tip:'=>'Suggerimento:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Puoi forzare la disabilitazione dei componenti tramite costanti in wp-config.php. Scopri di più sulla disabilitazione forzata dei controlli →','Save Analysis Settings'=>'Salva impostazioni analisi','« Previous'=>'« Precedente','Next »'=>'Successivo »','Log entry not found or has been removed.'=>'Voce di log non trovata o rimossa.','Unable to load the requested log entry.'=>'Impossibile caricare la voce di log richiesta.','Log Configuration'=>'Configurazione log','Total Logs'=>'Log totali','Retention Period'=>'Periodo di conservazione','Disabled'=>'Disabilitato','%d day'=>'%d giorno' . "\0" . '%d giorni','Log Retention Period'=>'Periodo di conservazione log','None (Disabled)'=>'Nessuno (Disabilitato)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Questo valore è imposto dalla costante WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Scegli per quanto tempo WPVulnerability deve conservare i log delle risposte API. I log più vecchi vengono eliminati automaticamente.','Save Configuration'=>'Salva configurazione','Log retention is currently disabled.'=>'La conservazione dei log è attualmente disabilitata.','API responses are not being saved.'=>'Le risposte API non vengono salvate.','Log Details'=>'Dettagli log','Date'=>'Data','API Endpoint'=>'Endpoint API','API Response'=>'Risposta API','Back to Logs'=>'Torna ai log','No logs available'=>'Nessun log disponibile','API response logs will appear here once the vulnerability scanner runs.'=>'I log delle risposte API appariranno qui dopo l\'esecuzione dello scanner di vulnerabilità.','API Response Logs'=>'Log risposte API','Show:'=>'Mostra:','Apply'=>'Applica','Showing %1$s–%2$s of %3$s'=>'Visualizzazione %1$s–%2$s di %3$s','Actions'=>'Azioni','View'=>'Visualizza','Danger Zone'=>'Zona pericolosa','Permanently delete all API response logs. This action cannot be undone.'=>'Elimina definitivamente tutti i log delle risposte API. Questa azione non può essere annullata.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Sei sicuro di voler eliminare tutti i log? Questa azione non può essere annullata.','Delete All Logs'=>'Elimina tutti i log','Reload Data from API'=>'Ricarica dati dall\'API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Ricarica tutte le informazioni su Core, Plugin, Temi e altri componenti direttamente dall\'API per avere dati aggiornati. Questo svuoterà la cache e recupererà informazioni aggiornate sulle vulnerabilità.','Reload Data'=>'Ricarica dati','Test Email Notifications'=>'Testa notifiche email','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Invia una notifica email di prova con i dati attuali sulle vulnerabilità per verificare che la configurazione email funzioni correttamente.','From address (configured via constant):'=>'Indirizzo mittente (configurato tramite costante):','From address (default):'=>'Indirizzo mittente (predefinito):','Learn how to customize the email sender address →'=>'Scopri come personalizzare l\'indirizzo mittente email →','Send Test Email'=>'Invia email di prova','WP-Cron Status'=>'Stato WP-Cron','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'Visualizza e gestisci gli eventi pianificati di WP-Cron. Confronta le pianificazioni previste con i cron job effettivi per assicurarti che le attività automatizzate vengano eseguite correttamente.','No cron data available.'=>'Nessun dato cron disponibile.','Hook'=>'Hook','Expected'=>'Previsto','Found'=>'Trovato','Next Run'=>'Prossima esecuzione','Status'=>'Stato','Not expected'=>'Non previsto','None'=>'Nessuno','OK'=>'OK','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Eventi WPVulnerability imprevisti','No interval'=>'Nessun intervallo','Next:'=>'Prossimo:','Repair Cron Events'=>'Ripara eventi cron','Uninstall Data'=>'Dati disinstallazione','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Per impostazione predefinita, tutti i dati del plugin vengono preservati quando WPVulnerability viene eliminato. Abilita l\'opzione seguente solo se vuoi che tutte le opzioni, i log e i dati in cache vengano rimossi definitivamente alla disinstallazione.','Delete all plugin data on uninstall'=>'Elimina tutti i dati del plugin alla disinstallazione','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Predefinito: non selezionato (dati preservati). Seleziona solo se vuoi una rimozione pulita.','Save preference'=>'Salva preferenza','Reset WPVulnerability'=>'Reimposta WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Elimina tutte le impostazioni di WPVulnerability, i dati in cache, i log e gli eventi pianificati, quindi ripristina i valori predefiniti e ricarica i dati dall\'API.','This action cannot be undone.'=>'Questa azione non può essere annullata.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Sei sicuro di voler reimpostare tutti i dati di WPVulnerability? Questa azione non può essere annullata.','Reset Plugin'=>'Reimposta plugin','Vulnerability Database Statistics'=>'Statistiche database vulnerabilità','%s vulnerability'=>'%s vulnerabilità' . "\0" . '%s vulnerabilità','(%s product)'=>'(%s prodotto)' . "\0" . '(%s prodotti)','No data'=>'Nessun dato','Database last updated: %s'=>'Database aggiornato l\'ultima volta: %s','Intelligence Sources'=>'Fonti di intelligence','Number of vulnerabilities contributed by each intelligence source.'=>'Numero di vulnerabilità contribuite da ciascuna fonte di intelligence.','Source'=>'Fonte','Core'=>'Core','Sponsors'=>'Sponsor','No sponsor data available.'=>'Nessun dato sponsor disponibile.','Contributors'=>'Contributori','No contributor data available.'=>'Nessun dato contributori disponibile.','You do not have sufficient permissions to access this page.'=>'Non hai i permessi sufficienti per accedere a questa pagina.','WPVulnerability settings'=>'Impostazioni WPVulnerability','Configure and save these settings to receive notifications.'=>'Configura e salva queste impostazioni per ricevere notifiche.','Configure and save these settings to hide vulnerabilities.'=>'Configura e salva queste impostazioni per nascondere le vulnerabilità.','Default administrator email'=>'Email amministratore predefinita','Read more if you want to force the cache time.'=>'Leggi di più se vuoi forzare il tempo di cache.','Never'=>'Mai','Daily'=>'Quotidianamente','Weekly'=>'Settimanalmente','Day'=>'Giorno','Hour'=>'Ora','Minute'=>'Minuto','Read more about how to force the deactivation of an item.'=>'Leggi di più su come forzare la disattivazione di un elemento.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'URL webhook Slack non valido. Deve essere un URL HTTPS valido da hooks.slack.com','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'URL webhook Microsoft Teams non valido. Deve essere un URL HTTPS valido da office.com, office365.com, o api.hooks.microsoft.com','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'URL webhook Discord non valido. Deve essere un URL HTTPS valido da discord.com o discordapp.com','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formato token bot Telegram non valido. Deve essere come: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Tutto a posto','%d Critical Issue Found'=>'%d problema critico trovato' . "\0" . '%d problemi critici trovati','%d Issue Found'=>'%d problema trovato' . "\0" . '%d problemi trovati','Never checked'=>'Mai controllato','%d minute ago'=>'%d minuto fa' . "\0" . '%d minuti fa','%d hour ago'=>'%d ora fa' . "\0" . '%d ore fa','Last checked: %s'=>'Ultimo controllo: %s','Refresh Now'=>'Aggiorna ora','No vulnerabilities detected'=>'Nessuna vulnerabilità rilevata','Your site is up to date and secure'=>'Il tuo sito è aggiornato e sicuro','Server Software'=>'Software del server','Site Health'=>'Salute del sito','Settings'=>'Impostazioni','WPVulnerability Status'=>'Stato WPVulnerability','Receive vulnerability notifications'=>'Ricevi notifiche vulnerabilità','Cache expiration time'=>'Tempo di scadenza cache','How often you want to receive notifications'=>'Con quale frequenza vuoi ricevere le notifiche','Where do you want to receive notifications?'=>'Dove vuoi ricevere le notifiche?','Email addresses to notify (separated by commas)'=>'Indirizzi email da notificare (separati da virgole)','Slack webhook URL'=>'URL webhook Slack','Teams webhook URL'=>'URL webhook Teams','Vulnerabilities to hide'=>'Vulnerabilità da nascondere','What do you want to hide?'=>'Cosa vuoi nascondere?','Standard (Hybrid Detection)'=>'Standard (Rilevamento ibrido)','Strict (Extensions Only)'=>'Rigido (solo estensioni)','Disabled (No Detection)'=>'Disabilitato (nessun rilevamento)','Security Status'=>'Stato sicurezza','Security Mode'=>'Modalità sicurezza','Shell Execution'=>'Esecuzione shell','Enabled'=>'Abilitato','Audit Logging'=>'Registrazione audit','Enabled (%d days)'=>'Abilitato (%d giorni)','Total Log Entries'=>'Totale voci log','Last Shell Execution'=>'Ultima esecuzione shell','%s ago'=>'%s fa','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Configura le impostazioni di sicurezza tramite costanti in wp-config.php: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Consulta la documentazione sulla configurazione della sicurezza per i dettagli.','Memcached'=>'Memcached','Imagick Extension'=>'Estensione Imagick','Redis Extension'=>'Estensione Redis','Memcached Extension'=>'Estensione Memcached','Memcache Extension'=>'Estensione Memcache','SQLite3 Extension'=>'Estensione SQLite3','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Comando shell','Binary Check'=>'Controllo binario','Not Detected'=>'Non rilevato','Software Detection Methods'=>'Metodi di rilevamento software','Shows which detection method was used for each software component and the reliability score.'=>'Mostra quale metodo di rilevamento è stato utilizzato per ciascun componente software e il punteggio di affidabilità.','Component'=>'Componente','Version'=>'Versione','Detection Method'=>'Metodo di rilevamento','Reliability'=>'Affidabilità','Not detected'=>'Non rilevato','Shell Execution Audit Logs'=>'Log audit esecuzione shell','Complete audit trail of shell command executions for security monitoring.'=>'Registro completo delle esecuzioni dei comandi shell per il monitoraggio della sicurezza.','No shell execution logs found.'=>'Nessun log di esecuzione shell trovato.','Logs will appear here when shell commands are executed for software detection.'=>'I log appariranno qui quando i comandi shell vengono eseguiti per il rilevamento del software.','Time'=>'Orario','Command'=>'Comando','User'=>'Utente','Output'=>'Output','Showing the %d most recent log entries.'=>'Visualizzazione delle %d voci di log più recenti.','Invalid nonce.'=>'Nonce non valido.','Insufficient permissions.'=>'Permessi insufficienti.','No component specified.'=>'Nessun componente specificato.','Debug Information'=>'Informazioni di debug','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Questa scheda è visibile solo quando WP_DEBUG è abilitato. Usare con cautela.','System Information'=>'Informazioni di sistema','WordPress Version'=>'Versione WordPress','Multisite'=>'Multisito','Yes'=>'Sì','No'=>'No','Language'=>'Lingua','PHP Version'=>'Versione PHP','PHP Extensions'=>'Estensioni PHP','PHP Memory Limit'=>'Limite memoria PHP','Database'=>'Database','Web Server'=>'Server web','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Percorso:','Size: %s'=>'Dimensione: %s','View Log File'=>'Visualizza file di log','Log file is not web-accessible (outside wp-content)'=>'Il file di log non è accessibile via web (fuori da wp-content)','Log file does not exist yet'=>'Il file di log non esiste ancora','Plugin Version'=>'Versione plugin','Component Detection'=>'Rilevamento componenti','Version Detected'=>'Versione rilevata','Analyzed'=>'Analizzato','Cache Status'=>'Stato cache','Configuration Summary'=>'Riepilogo configurazione','Cache Duration'=>'Durata cache','Log Retention'=>'Conservazione log','Components Analyzed'=>'Componenti analizzati','Notification Email'=>'Email di notifica','Slack Webhook'=>'Webhook Slack','Configured & Enabled'=>'Configurato e abilitato','Configured (Disabled)'=>'Configurato (disabilitato)','Not configured'=>'Non configurato','Teams Webhook'=>'Webhook Teams','Discord Webhook'=>'Webhook Discord','Telegram Bot'=>'Bot Telegram','Cron Status'=>'Stato cron','Update Database'=>'Aggiorna database','Next run: %s'=>'Prossima esecuzione: %s','Not scheduled'=>'Non pianificato','Send Notification'=>'Invia notifica','Run Update Now'=>'Esegui aggiornamento ora','Run Notification Now'=>'Invia notifica ora','You do not have permission to run these actions.'=>'Non hai il permesso di eseguire queste azioni.','API Testing'=>'Test API','Test API connectivity for each component. Click a button to send a test request.'=>'Testa la connettività API per ciascun componente. Clicca un pulsante per inviare una richiesta di prova.','Test %s'=>'Testa %s','Testing...'=>'Test in corso...','HTTP Code:'=>'Codice HTTP:','Response Time:'=>'Tempo di risposta:','Response Preview'=>'Anteprima risposta','Test'=>'Test','Error:'=>'Errore:','AJAX request failed.'=>'Richiesta AJAX fallita.','You do not have permission to test API connectivity.'=>'Non hai il permesso di testare la connettività API.','Database Options Viewer'=>'Visualizzatore opzioni database','View the raw data stored in WordPress options.'=>'Visualizza i dati grezzi memorizzati nelle opzioni WordPress.','Select an option...'=>'Seleziona un\'opzione...','Option not found or empty.'=>'Opzione non trovata o vuota.','Quick Actions'=>'Azioni rapide','Perform debugging actions. Use with caution.'=>'Esegui azioni di debug. Usare con cautela.','Are you sure you want to clear all caches?'=>'Sei sicuro di voler svuotare tutte le cache?','Clear All Caches'=>'Svuota tutte le cache','Are you sure you want to reset signatures?'=>'Sei sicuro di voler ripristinare le firme?','Reset Signatures'=>'Ripristina firme','Export Debug Info'=>'Esporta informazioni debug','You do not have permission to perform these actions.'=>'Non hai il permesso di eseguire queste azioni.','Settings saved.'=>'Impostazioni salvate.','WPVulnerability cron events have been repaired across the network.'=>'Gli eventi cron di WPVulnerability sono stati riparati su tutta la rete.','You do not have permission to access this page.'=>'Non hai il permesso di accedere a questa pagina.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s ha una vulnerabilità nota che potrebbe interessare la tua versione installata.','Actively exploited'=>'Attivamente sfruttata','Public exploit'=>'Exploit pubblico','Automatable'=>'Automatizzabile','References:'=>'Riferimenti:','Invalid component specified.'=>'Componente specificato non valido.','Version not detected for this component.'=>'Versione non rilevata per questo componente.','API request successful.'=>'Richiesta API completata con successo.','API returned HTTP code %d.'=>'L\'API ha restituito il codice HTTP %d.','WPVulnerability Logs'=>'Log WPVulnerability','WPVulnerability Log'=>'Log WPVulnerability','Low'=>'Bassa','Medium'=>'Media','High'=>'Alta','Critical'=>'Critica','WPVulnerability Shell Logs'=>'Log shell WPVulnerability','WPVulnerability Shell Log'=>'Log shell WPVulnerability','Every week'=>'Ogni settimana','Every day'=>'Ogni giorno','Invalid request.'=>'Richiesta non valida.','You have unsubscribed from WPVulnerability notifications.'=>'Hai annullato l\'iscrizione alle notifiche di WPVulnerability.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Scopri di più sull\'API WordPress Vulnerability Database su %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Vuoi smettere di ricevere questi avvisi? Annulla iscrizione o cambia la frequenza email a Mai nelle impostazioni di WPVulnerability.','No vulnerabilities found'=>'Nessuna vulnerabilità trovata','This is likely a test. The site does not have vulnerabilities.'=>'Probabilmente è un test. Il sito non ha vulnerabilità.','Core vulnerabilities'=>'Vulnerabilità del core','Plugins vulnerabilities'=>'Vulnerabilità dei plugin','Themes vulnerabilities'=>'Vulnerabilità dei temi','PHP vulnerabilities'=>'Vulnerabilità PHP','Apache HTTPD vulnerabilities'=>'Vulnerabilità Apache HTTPD','Nginx vulnerabilities'=>'Vulnerabilità Nginx','MariaDB vulnerabilities'=>'Vulnerabilità MariaDB','MySQL vulnerabilities'=>'Vulnerabilità MySQL','ImageMagick vulnerabilities'=>'Vulnerabilità ImageMagick','curl vulnerabilities'=>'Vulnerabilità curl','memcached vulnerabilities'=>'Vulnerabilità memcached','Redis vulnerabilities'=>'Vulnerabilità Redis','SQLite vulnerabilities'=>'Vulnerabilità SQLite','Vulnerability found: %s'=>'Vulnerabilità trovata: %s','Vulnerability found'=>'Vulnerabilità trovata','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s ha una vulnerabilità nota che potrebbe interessare la tua versione installata.','This plugin is closed. Please replace it with another.'=>'Questo plugin è chiuso. Sostituiscilo con un altro.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Questa vulnerabilità sembra non essere stata corretta. Tieni d\'occhio i prossimi aggiornamenti del plugin.','It hasn\'t been updated in over a year.'=>'Non è stato aggiornato da più di un anno.','It may no longer be available (closed?).'=>'Potrebbe non essere più disponibile (chiuso?).','Last updated on'=>'Ultimo aggiornamento:','Vulnerabilities (%d)'=>'Vulnerabilità (%d)','%s running'=>'%s in esecuzione','End of Life'=>'Fine del ciclo di vita','End of life:'=>'Fine del ciclo di vita:','Supported'=>'Supportato','Plugin'=>'Plugin','Theme'=>'Tema','End of life: %s'=>'Fine del ciclo di vita: %s','EOL'=>'EOL','Network Settings'=>'Impostazioni di rete','Vulnerabilities'=>'Vulnerabilità','Every 6 hours'=>'Ogni 6 ore','Database updates'=>'Aggiornamenti database','Log cleanup'=>'Pulizia log','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Le notifiche sono pianificate, ma le impostazioni le disabilitano attualmente. Controlla la scheda notifiche.','This event should not be scheduled for this site.'=>'Questo evento non dovrebbe essere pianificato per questo sito.','Not expected for this site.'=>'Non previsto per questo sito.','No instances found.'=>'Nessuna istanza trovata.','Scheduled with an unexpected interval.'=>'Pianificato con un intervallo inatteso.','Multiple instances detected.'=>'Rilevate più istanze.','Scheduled as expected.'=>'Pianificato come previsto.','There aren\'t plugins vulnerabilities'=>'Non ci sono vulnerabilità nei plugin','Shows possible vulnerabilities that exist in installed plugins.'=>'Mostra le possibili vulnerabilità nei plugin installati.','There is %d plugin with vulnerabilities'=>'C\'è %d plugin con vulnerabilità' . "\0" . 'Ci sono %d plugin con vulnerabilità','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Abbiamo rilevato potenziali vulnerabilità nei plugin installati. Controllali e tienili aggiornati.','Update plugins'=>'Aggiorna plugin','There aren\'t themes vulnerabilities'=>'Non ci sono vulnerabilità nei temi','Shows possible vulnerabilities that exist in installed themes.'=>'Mostra le possibili vulnerabilità nei temi installati.','There is %d theme with vulnerabilities'=>'C\'è %d tema con vulnerabilità' . "\0" . 'Ci sono %d temi con vulnerabilità','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Abbiamo rilevato potenziali vulnerabilità nei temi installati. Controllali e tienili aggiornati.','Update themes'=>'Aggiorna temi','There aren\'t WordPress vulnerabilities'=>'Non ci sono vulnerabilità WordPress','Shows possible vulnerabilities existing in the WordPress core.'=>'Mostra le possibili vulnerabilità nel core WordPress.','There is %d core vulnerability'=>'C\'è %d vulnerabilità nel core' . "\0" . 'Ci sono %d vulnerabilità nel core','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Abbiamo rilevato potenziali vulnerabilità in questa installazione WordPress. Controllale e tieni la tua installazione aggiornata.','Update WordPress'=>'Aggiorna WordPress','Nginx'=>'Nginx','Invalid software type'=>'Tipo di software non valido','Error'=>'Errore','The specified software type is not valid.'=>'Il tipo di software specificato non è valido.','There aren\'t %s vulnerabilities'=>'Non ci sono vulnerabilità %s','Shows possible vulnerabilities existing in %s.'=>'Mostra le possibili vulnerabilità in %s.','There is %1$d %2$s vulnerability'=>'C\'è %1$d vulnerabilità %2$s' . "\0" . 'Ci sono %1$d vulnerabilità %2$s','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Abbiamo rilevato potenziali vulnerabilità in %s. Controllale e tieni la tua installazione aggiornata.','How to update PHP'=>'Come aggiornare PHP','WPVulnerability Core'=>'WPVulnerability Core','WPVulnerability Themes'=>'WPVulnerability Temi','WPVulnerability Plugins'=>'WPVulnerability Plugin','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'Questo tema è chiuso. Sostituiscilo con un altro.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Questa vulnerabilità sembra non essere stata corretta. Tieni d\'occhio i prossimi aggiornamenti del tema.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Questo tema ha vulnerabilità note che potrebbero interessare la tua versione installata.']]; \ No newline at end of file +return ['domain'=>'wpvulnerability','plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'it','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2024-02-05 09:15:59+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Ricevi informazioni sulle possibili vulnerabilità del tuo WordPress tramite l\'API WordPress Vulnerability Database.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Questo comando richiede un amministratore WordPress. Esegui con --user=.','No core vulnerabilities found.'=>'Nessuna vulnerabilità del core trovata.','No plugin vulnerabilities found.'=>'Nessuna vulnerabilità dei plugin trovata.','No theme vulnerabilities found.'=>'Nessuna vulnerabilità dei temi trovata.','No %s vulnerabilities found.'=>'Nessuna vulnerabilità di %s trovata.','Data from source has been reloaded.'=>'I dati dalla fonte sono stati ricaricati.','You do not have permission to reload data.'=>'Non hai il permesso di ricaricare i dati.','Test email has been sent.'=>'L\'email di prova è stata inviata.','Test email has failed. Please, check your email settings.'=>'L\'invio dell\'email di prova è fallito. Controlla le impostazioni email.','You do not have permission to send test emails.'=>'Non hai il permesso di inviare email di prova.','WPVulnerability cron events have been repaired.'=>'Gli eventi cron di WPVulnerability sono stati riparati.','You do not have permission to repair cron events.'=>'Non hai il permesso di riparare gli eventi cron.','All logs have been deleted.'=>'Tutti i log sono stati eliminati.','You do not have permission to delete logs.'=>'Non hai il permesso di eliminare i log.','Uninstall preference saved.'=>'Preferenza di disinstallazione salvata.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability è stato ripristinato ai valori predefiniti e ricaricato.','You do not have permission to reset WPVulnerability.'=>'Non hai il permesso di ripristinare WPVulnerability.','All caches have been cleared.'=>'Tutte le cache sono state svuotate.','You do not have permission to clear caches.'=>'Non hai il permesso di svuotare le cache.','Plugin and theme signatures have been reset.'=>'Le firme dei plugin e dei temi sono state ripristinate.','You do not have permission to reset signatures.'=>'Non hai il permesso di ripristinare le firme.','You do not have permission to export debug information.'=>'Non hai il permesso di esportare le informazioni di debug.','Database update has been executed.'=>'L\'aggiornamento del database è stato eseguito.','You do not have permission to run database updates.'=>'Non hai il permesso di eseguire aggiornamenti del database.','Notification has been sent.'=>'La notifica è stata inviata.','Notification sending failed.'=>'Invio della notifica fallito.','You do not have permission to send notifications.'=>'Non hai il permesso di inviare notifiche.','Notifications'=>'Notifiche','Analysis'=>'Analisi','Logs'=>'Log','Security'=>'Sicurezza','Tools'=>'Strumenti','Debug'=>'Debug','About'=>'Informazioni','Notification Settings'=>'Impostazioni notifiche','Configure how and when you want to receive vulnerability notifications.'=>'Configura come e quando vuoi ricevere le notifiche sulle vulnerabilità.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Rimani informato sulle vulnerabilità di sicurezza nella tua installazione WordPress, plugin, temi e software del server.','Cache Expiration Time'=>'Durata scadenza cache','FORCED'=>'FORZATO','How long to cache vulnerability data before refreshing from the API.'=>'Per quanto tempo mantenere i dati sulle vulnerabilità in cache prima di aggiornarli dall\'API.','%d hour'=>'%d ora' . "\0" . '%d ore','You can force the cache time via wp-config.php constant. Learn more →'=>'Puoi forzare il tempo di cache tramite una costante in wp-config.php. Scopri di più →','Notification Frequency'=>'Frequenza notifiche','Choose how often you want to receive vulnerability notifications.'=>'Scegli con quale frequenza vuoi ricevere le notifiche sulle vulnerabilità.','Never - Disable automatic notifications'=>'Mai - Disabilita le notifiche automatiche','Daily - Receive notifications every day'=>'Quotidianamente - Ricevi notifiche ogni giorno','Weekly - Receive notifications once a week'=>'Settimanalmente - Ricevi notifiche una volta a settimana','Day:'=>'Giorno:','Monday'=>'Lunedì','Tuesday'=>'Martedì','Wednesday'=>'Mercoledì','Thursday'=>'Giovedì','Friday'=>'Venerdì','Saturday'=>'Sabato','Sunday'=>'Domenica','Time:'=>'Orario:','(24-hour format, server timezone)'=>'(formato 24 ore, fuso orario del server)','Notification Channels'=>'Canali di notifica','Select where you want to receive notifications.'=>'Seleziona dove vuoi ricevere le notifiche.','Email'=>'Email','Email Addresses (separated by commas):'=>'Indirizzi email (separati da virgole):','Default:'=>'Predefinito:','Slack'=>'Slack','Slack Webhook URL:'=>'URL Webhook Slack:','Learn how to create a Slack incoming webhook →'=>'Scopri come creare un webhook in entrata Slack →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'URL Webhook Teams:','Learn how to create a Teams incoming webhook →'=>'Scopri come creare un webhook in entrata Teams →','Discord'=>'Discord','Discord Webhook URL:'=>'URL Webhook Discord:','Learn how to create a Discord webhook →'=>'Scopri come creare un webhook Discord →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Token Bot Telegram:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formato: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'ID Chat Telegram:','Learn how to create a Telegram bot and get Chat ID →'=>'Scopri come creare un bot Telegram e ottenere l\'ID Chat →','Save Notification Settings'=>'Salva impostazioni notifiche','WordPress Components'=>'Componenti WordPress','WordPress Core'=>'Core WordPress','Plugins'=>'Plugin','Themes'=>'Temi','Software & Languages'=>'Software e linguaggi','PHP'=>'PHP','Web Servers'=>'Server web','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Database','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Strumenti aggiuntivi','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Impostazioni analisi componenti','Enable or disable vulnerability analysis for specific components.'=>'Abilita o disabilita l\'analisi delle vulnerabilità per componenti specifici.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Seleziona i componenti che vuoi NASCONDERE dalle scansioni e dai report sulle vulnerabilità. I componenti non selezionati saranno analizzati attivamente. I componenti con analisi attiva sono mostrati in verde, quelli nascosti in rosso.','Hidden (forced by constant)'=>'Nascosto (forzato dalla costante)','🔴 Analysis disabled'=>'🔴 Analisi disabilitata','🟢 Analysis active'=>'🟢 Analisi attiva','Tip:'=>'Suggerimento:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Puoi forzare la disabilitazione dei componenti tramite costanti in wp-config.php. Scopri di più sulla disabilitazione forzata dei controlli →','Save Analysis Settings'=>'Salva impostazioni analisi','« Previous'=>'« Precedente','Next »'=>'Successivo »','Log entry not found or has been removed.'=>'Voce di log non trovata o rimossa.','Unable to load the requested log entry.'=>'Impossibile caricare la voce di log richiesta.','Log Configuration'=>'Configurazione log','Total Logs'=>'Log totali','Retention Period'=>'Periodo di conservazione','Disabled'=>'Disabilitato','%d day'=>'%d giorno' . "\0" . '%d giorni','Log Retention Period'=>'Periodo di conservazione log','None (Disabled)'=>'Nessuno (Disabilitato)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Questo valore è imposto dalla costante WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Scegli per quanto tempo WPVulnerability deve conservare i log delle risposte API. I log più vecchi vengono eliminati automaticamente.','Save Configuration'=>'Salva configurazione','Log retention is currently disabled.'=>'La conservazione dei log è attualmente disabilitata.','API responses are not being saved.'=>'Le risposte API non vengono salvate.','Log Details'=>'Dettagli log','Date'=>'Data','API Endpoint'=>'Endpoint API','API Response'=>'Risposta API','Back to Logs'=>'Torna ai log','No logs available'=>'Nessun log disponibile','API response logs will appear here once the vulnerability scanner runs.'=>'I log delle risposte API appariranno qui dopo l\'esecuzione dello scanner di vulnerabilità.','API Response Logs'=>'Log risposte API','Show:'=>'Mostra:','Apply'=>'Applica','Showing %1$s–%2$s of %3$s'=>'Visualizzazione %1$s–%2$s di %3$s','Actions'=>'Azioni','View'=>'Visualizza','Danger Zone'=>'Zona pericolosa','Permanently delete all API response logs. This action cannot be undone.'=>'Elimina definitivamente tutti i log delle risposte API. Questa azione non può essere annullata.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Sei sicuro di voler eliminare tutti i log? Questa azione non può essere annullata.','Delete All Logs'=>'Elimina tutti i log','Reload Data from API'=>'Ricarica dati dall\'API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Ricarica tutte le informazioni su Core, Plugin, Temi e altri componenti direttamente dall\'API per avere dati aggiornati. Questo svuoterà la cache e recupererà informazioni aggiornate sulle vulnerabilità.','Reload Data'=>'Ricarica dati','Test Email Notifications'=>'Testa notifiche email','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Invia una notifica email di prova con i dati attuali sulle vulnerabilità per verificare che la configurazione email funzioni correttamente.','From address (configured via constant):'=>'Indirizzo mittente (configurato tramite costante):','From address (default):'=>'Indirizzo mittente (predefinito):','Learn how to customize the email sender address →'=>'Scopri come personalizzare l\'indirizzo mittente email →','Send Test Email'=>'Invia email di prova','WP-Cron Status'=>'Stato WP-Cron','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'Visualizza e gestisci gli eventi pianificati di WP-Cron. Confronta le pianificazioni previste con i cron job effettivi per assicurarti che le attività automatizzate vengano eseguite correttamente.','No cron data available.'=>'Nessun dato cron disponibile.','Hook'=>'Hook','Expected'=>'Previsto','Found'=>'Trovato','Next Run'=>'Prossima esecuzione','Status'=>'Stato','Not expected'=>'Non previsto','None'=>'Nessuno','OK'=>'OK','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Eventi WPVulnerability imprevisti','No interval'=>'Nessun intervallo','Next:'=>'Prossimo:','Repair Cron Events'=>'Ripara eventi cron','Uninstall Data'=>'Dati disinstallazione','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Per impostazione predefinita, tutti i dati del plugin vengono preservati quando WPVulnerability viene eliminato. Abilita l\'opzione seguente solo se vuoi che tutte le opzioni, i log e i dati in cache vengano rimossi definitivamente alla disinstallazione.','Delete all plugin data on uninstall'=>'Elimina tutti i dati del plugin alla disinstallazione','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Predefinito: non selezionato (dati preservati). Seleziona solo se vuoi una rimozione pulita.','Save preference'=>'Salva preferenza','Reset WPVulnerability'=>'Reimposta WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Elimina tutte le impostazioni di WPVulnerability, i dati in cache, i log e gli eventi pianificati, quindi ripristina i valori predefiniti e ricarica i dati dall\'API.','This action cannot be undone.'=>'Questa azione non può essere annullata.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Sei sicuro di voler reimpostare tutti i dati di WPVulnerability? Questa azione non può essere annullata.','Reset Plugin'=>'Reimposta plugin','Vulnerability Database Statistics'=>'Statistiche database vulnerabilità','%s vulnerability'=>'%s vulnerabilità' . "\0" . '%s vulnerabilità','(%s product)'=>'(%s prodotto)' . "\0" . '(%s prodotti)','No data'=>'Nessun dato','Database last updated: %s'=>'Database aggiornato l\'ultima volta: %s','Intelligence Sources'=>'Fonti di intelligence','Number of vulnerabilities contributed by each intelligence source.'=>'Numero di vulnerabilità contribuite da ciascuna fonte di intelligence.','Source'=>'Fonte','Core'=>'Core','Sponsors'=>'Sponsor','No sponsor data available.'=>'Nessun dato sponsor disponibile.','Contributors'=>'Contributori','No contributor data available.'=>'Nessun dato contributori disponibile.','You do not have sufficient permissions to access this page.'=>'Non hai i permessi sufficienti per accedere a questa pagina.','WPVulnerability settings'=>'Impostazioni WPVulnerability','Configure and save these settings to receive notifications.'=>'Configura e salva queste impostazioni per ricevere notifiche.','Configure and save these settings to hide vulnerabilities.'=>'Configura e salva queste impostazioni per nascondere le vulnerabilità.','Default administrator email'=>'Email amministratore predefinita','Read more if you want to force the cache time.'=>'Leggi di più se vuoi forzare il tempo di cache.','Never'=>'Mai','Daily'=>'Quotidianamente','Weekly'=>'Settimanalmente','Day'=>'Giorno','Hour'=>'Ora','Minute'=>'Minuto','Read more about how to force the deactivation of an item.'=>'Leggi di più su come forzare la disattivazione di un elemento.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'URL webhook Slack non valido. Deve essere un URL HTTPS valido da hooks.slack.com','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'URL webhook Microsoft Teams non valido. Deve essere un URL HTTPS valido da office.com, office365.com, o api.hooks.microsoft.com','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'URL webhook Discord non valido. Deve essere un URL HTTPS valido da discord.com o discordapp.com','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formato token bot Telegram non valido. Deve essere come: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Tutto a posto','%d Critical Issue Found'=>'%d problema critico trovato' . "\0" . '%d problemi critici trovati','%d Issue Found'=>'%d problema trovato' . "\0" . '%d problemi trovati','Never checked'=>'Mai controllato','%d minute ago'=>'%d minuto fa' . "\0" . '%d minuti fa','%d hour ago'=>'%d ora fa' . "\0" . '%d ore fa','Last checked: %s'=>'Ultimo controllo: %s','Refresh Now'=>'Aggiorna ora','No vulnerabilities detected'=>'Nessuna vulnerabilità rilevata','Your site is up to date and secure'=>'Il tuo sito è aggiornato e sicuro','Server Software'=>'Software del server','Site Health'=>'Salute del sito','Settings'=>'Impostazioni','WPVulnerability Status'=>'Stato WPVulnerability','Receive vulnerability notifications'=>'Ricevi notifiche vulnerabilità','Cache expiration time'=>'Tempo di scadenza cache','How often you want to receive notifications'=>'Con quale frequenza vuoi ricevere le notifiche','Where do you want to receive notifications?'=>'Dove vuoi ricevere le notifiche?','Email addresses to notify (separated by commas)'=>'Indirizzi email da notificare (separati da virgole)','Slack webhook URL'=>'URL webhook Slack','Teams webhook URL'=>'URL webhook Teams','Vulnerabilities to hide'=>'Vulnerabilità da nascondere','What do you want to hide?'=>'Cosa vuoi nascondere?','Standard (Hybrid Detection)'=>'Standard (Rilevamento ibrido)','Strict (Extensions Only)'=>'Rigido (solo estensioni)','Disabled (No Detection)'=>'Disabilitato (nessun rilevamento)','Security Status'=>'Stato sicurezza','Security Mode'=>'Modalità sicurezza','Shell Execution'=>'Esecuzione shell','Enabled'=>'Abilitato','Audit Logging'=>'Registrazione audit','Enabled (%d days)'=>'Abilitato (%d giorni)','Total Log Entries'=>'Totale voci log','Last Shell Execution'=>'Ultima esecuzione shell','%s ago'=>'%s fa','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Configura le impostazioni di sicurezza tramite costanti in wp-config.php: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Consulta la documentazione sulla configurazione della sicurezza per i dettagli.','Memcached'=>'Memcached','Imagick Extension'=>'Estensione Imagick','Redis Extension'=>'Estensione Redis','Memcached Extension'=>'Estensione Memcached','Memcache Extension'=>'Estensione Memcache','SQLite3 Extension'=>'Estensione SQLite3','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Comando shell','Binary Check'=>'Controllo binario','Not Detected'=>'Non rilevato','Software Detection Methods'=>'Metodi di rilevamento software','Shows which detection method was used for each software component and the reliability score.'=>'Mostra quale metodo di rilevamento è stato utilizzato per ciascun componente software e il punteggio di affidabilità.','Component'=>'Componente','Version'=>'Versione','Detection Method'=>'Metodo di rilevamento','Reliability'=>'Affidabilità','Not detected'=>'Non rilevato','Shell Execution Audit Logs'=>'Log audit esecuzione shell','Complete audit trail of shell command executions for security monitoring.'=>'Registro completo delle esecuzioni dei comandi shell per il monitoraggio della sicurezza.','No shell execution logs found.'=>'Nessun log di esecuzione shell trovato.','Logs will appear here when shell commands are executed for software detection.'=>'I log appariranno qui quando i comandi shell vengono eseguiti per il rilevamento del software.','Time'=>'Orario','Command'=>'Comando','User'=>'Utente','Output'=>'Output','Showing the %d most recent log entries.'=>'Visualizzazione delle %d voci di log più recenti.','Invalid nonce.'=>'Nonce non valido.','Insufficient permissions.'=>'Permessi insufficienti.','No component specified.'=>'Nessun componente specificato.','Debug Information'=>'Informazioni di debug','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Questa scheda è visibile solo quando WP_DEBUG è abilitato. Usare con cautela.','System Information'=>'Informazioni di sistema','WordPress Version'=>'Versione WordPress','Multisite'=>'Multisito','Yes'=>'Sì','No'=>'No','Language'=>'Lingua','PHP Version'=>'Versione PHP','PHP Extensions'=>'Estensioni PHP','PHP Memory Limit'=>'Limite memoria PHP','Database'=>'Database','Web Server'=>'Server web','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Percorso:','Size: %s'=>'Dimensione: %s','View Log File'=>'Visualizza file di log','Log file is not web-accessible (outside wp-content)'=>'Il file di log non è accessibile via web (fuori da wp-content)','Log file does not exist yet'=>'Il file di log non esiste ancora','Plugin Version'=>'Versione plugin','Component Detection'=>'Rilevamento componenti','Version Detected'=>'Versione rilevata','Analyzed'=>'Analizzato','Cache Status'=>'Stato cache','Configuration Summary'=>'Riepilogo configurazione','Cache Duration'=>'Durata cache','Log Retention'=>'Conservazione log','Components Analyzed'=>'Componenti analizzati','Notification Email'=>'Email di notifica','Slack Webhook'=>'Webhook Slack','Configured & Enabled'=>'Configurato e abilitato','Configured (Disabled)'=>'Configurato (disabilitato)','Not configured'=>'Non configurato','Teams Webhook'=>'Webhook Teams','Discord Webhook'=>'Webhook Discord','Telegram Bot'=>'Bot Telegram','Cron Status'=>'Stato cron','Update Database'=>'Aggiorna database','Next run: %s'=>'Prossima esecuzione: %s','Not scheduled'=>'Non pianificato','Send Notification'=>'Invia notifica','Run Update Now'=>'Esegui aggiornamento ora','Run Notification Now'=>'Invia notifica ora','You do not have permission to run these actions.'=>'Non hai il permesso di eseguire queste azioni.','API Testing'=>'Test API','Test API connectivity for each component. Click a button to send a test request.'=>'Testa la connettività API per ciascun componente. Clicca un pulsante per inviare una richiesta di prova.','Test %s'=>'Testa %s','Testing...'=>'Test in corso...','HTTP Code:'=>'Codice HTTP:','Response Time:'=>'Tempo di risposta:','Response Preview'=>'Anteprima risposta','Test'=>'Test','Error:'=>'Errore:','AJAX request failed.'=>'Richiesta AJAX fallita.','You do not have permission to test API connectivity.'=>'Non hai il permesso di testare la connettività API.','Database Options Viewer'=>'Visualizzatore opzioni database','View the raw data stored in WordPress options.'=>'Visualizza i dati grezzi memorizzati nelle opzioni WordPress.','Select an option...'=>'Seleziona un\'opzione...','Option not found or empty.'=>'Opzione non trovata o vuota.','Quick Actions'=>'Azioni rapide','Perform debugging actions. Use with caution.'=>'Esegui azioni di debug. Usare con cautela.','Are you sure you want to clear all caches?'=>'Sei sicuro di voler svuotare tutte le cache?','Clear All Caches'=>'Svuota tutte le cache','Are you sure you want to reset signatures?'=>'Sei sicuro di voler ripristinare le firme?','Reset Signatures'=>'Ripristina firme','Export Debug Info'=>'Esporta informazioni debug','You do not have permission to perform these actions.'=>'Non hai il permesso di eseguire queste azioni.','Settings saved.'=>'Impostazioni salvate.','WPVulnerability cron events have been repaired across the network.'=>'Gli eventi cron di WPVulnerability sono stati riparati su tutta la rete.','You do not have permission to access this page.'=>'Non hai il permesso di accedere a questa pagina.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s ha una vulnerabilità nota che potrebbe interessare la tua versione installata.','Actively exploited'=>'Attivamente sfruttata','Public exploit'=>'Exploit pubblico','Automatable'=>'Automatizzabile','References:'=>'Riferimenti:','Invalid component specified.'=>'Componente specificato non valido.','Version not detected for this component.'=>'Versione non rilevata per questo componente.','API request successful.'=>'Richiesta API completata con successo.','API returned HTTP code %d.'=>'L\'API ha restituito il codice HTTP %d.','WPVulnerability Logs'=>'Log WPVulnerability','WPVulnerability Log'=>'Log WPVulnerability','Low'=>'Bassa','Medium'=>'Media','High'=>'Alta','Critical'=>'Critica','WPVulnerability Shell Logs'=>'Log shell WPVulnerability','WPVulnerability Shell Log'=>'Log shell WPVulnerability','Every week'=>'Ogni settimana','Every day'=>'Ogni giorno','Invalid request.'=>'Richiesta non valida.','You have unsubscribed from WPVulnerability notifications.'=>'Hai annullato l\'iscrizione alle notifiche di WPVulnerability.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Scopri di più sull\'API WordPress Vulnerability Database su %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Vuoi smettere di ricevere questi avvisi? Annulla iscrizione o cambia la frequenza email a Mai nelle impostazioni di WPVulnerability.','No vulnerabilities found'=>'Nessuna vulnerabilità trovata','This is likely a test. The site does not have vulnerabilities.'=>'Probabilmente è un test. Il sito non ha vulnerabilità.','Core vulnerabilities'=>'Vulnerabilità del core','Plugins vulnerabilities'=>'Vulnerabilità dei plugin','Themes vulnerabilities'=>'Vulnerabilità dei temi','PHP vulnerabilities'=>'Vulnerabilità PHP','Apache HTTPD vulnerabilities'=>'Vulnerabilità Apache HTTPD','Nginx vulnerabilities'=>'Vulnerabilità Nginx','MariaDB vulnerabilities'=>'Vulnerabilità MariaDB','MySQL vulnerabilities'=>'Vulnerabilità MySQL','ImageMagick vulnerabilities'=>'Vulnerabilità ImageMagick','curl vulnerabilities'=>'Vulnerabilità curl','memcached vulnerabilities'=>'Vulnerabilità memcached','Redis vulnerabilities'=>'Vulnerabilità Redis','SQLite vulnerabilities'=>'Vulnerabilità SQLite','Vulnerability found: %s'=>'Vulnerabilità trovata: %s','Vulnerability found'=>'Vulnerabilità trovata','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s ha una vulnerabilità nota che potrebbe interessare la tua versione installata.','This plugin is closed. Please replace it with another.'=>'Questo plugin è chiuso. Sostituiscilo con un altro.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Questa vulnerabilità sembra non essere stata corretta. Tieni d\'occhio i prossimi aggiornamenti del plugin.','It hasn\'t been updated in over a year.'=>'Non è stato aggiornato da più di un anno.','It may no longer be available (closed?).'=>'Potrebbe non essere più disponibile (chiuso?).','Last updated on'=>'Ultimo aggiornamento:','Vulnerabilities (%d)'=>'Vulnerabilità (%d)','%s running'=>'%s in esecuzione','End of Life'=>'Fine del ciclo di vita','End of life:'=>'Fine del ciclo di vita:','Supported'=>'Supportato','Plugin'=>'Plugin','Theme'=>'Tema','End of life: %s'=>'Fine del ciclo di vita: %s','EOL'=>'EOL','Network Settings'=>'Impostazioni di rete','Vulnerabilities'=>'Vulnerabilità','Every 6 hours'=>'Ogni 6 ore','Database updates'=>'Aggiornamenti database','Log cleanup'=>'Pulizia log','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Le notifiche sono pianificate, ma le impostazioni le disabilitano attualmente. Controlla la scheda notifiche.','This event should not be scheduled for this site.'=>'Questo evento non dovrebbe essere pianificato per questo sito.','Not expected for this site.'=>'Non previsto per questo sito.','No instances found.'=>'Nessuna istanza trovata.','Scheduled with an unexpected interval.'=>'Pianificato con un intervallo inatteso.','Multiple instances detected.'=>'Rilevate più istanze.','Scheduled as expected.'=>'Pianificato come previsto.','There aren\'t plugins vulnerabilities'=>'Non ci sono vulnerabilità nei plugin','Shows possible vulnerabilities that exist in installed plugins.'=>'Mostra le possibili vulnerabilità nei plugin installati.','There is %d plugin with vulnerabilities'=>'C\'è %d plugin con vulnerabilità' . "\0" . 'Ci sono %d plugin con vulnerabilità','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Abbiamo rilevato potenziali vulnerabilità nei plugin installati. Controllali e tienili aggiornati.','Update plugins'=>'Aggiorna plugin','There aren\'t themes vulnerabilities'=>'Non ci sono vulnerabilità nei temi','Shows possible vulnerabilities that exist in installed themes.'=>'Mostra le possibili vulnerabilità nei temi installati.','There is %d theme with vulnerabilities'=>'C\'è %d tema con vulnerabilità' . "\0" . 'Ci sono %d temi con vulnerabilità','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Abbiamo rilevato potenziali vulnerabilità nei temi installati. Controllali e tienili aggiornati.','Update themes'=>'Aggiorna temi','There aren\'t WordPress vulnerabilities'=>'Non ci sono vulnerabilità WordPress','Shows possible vulnerabilities existing in the WordPress core.'=>'Mostra le possibili vulnerabilità nel core WordPress.','There is %d core vulnerability'=>'C\'è %d vulnerabilità nel core' . "\0" . 'Ci sono %d vulnerabilità nel core','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Abbiamo rilevato potenziali vulnerabilità in questa installazione WordPress. Controllale e tieni la tua installazione aggiornata.','Update WordPress'=>'Aggiorna WordPress','Nginx'=>'Nginx','Invalid software type'=>'Tipo di software non valido','Error'=>'Errore','The specified software type is not valid.'=>'Il tipo di software specificato non è valido.','There aren\'t %s vulnerabilities'=>'Non ci sono vulnerabilità %s','Shows possible vulnerabilities existing in %s.'=>'Mostra le possibili vulnerabilità in %s.','There is %1$d %2$s vulnerability'=>'C\'è %1$d vulnerabilità %2$s' . "\0" . 'Ci sono %1$d vulnerabilità %2$s','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Abbiamo rilevato potenziali vulnerabilità in %s. Controllale e tieni la tua installazione aggiornata.','How to update PHP'=>'Come aggiornare PHP','WPVulnerability Core'=>'WPVulnerability Core','WPVulnerability Themes'=>'WPVulnerability Temi','WPVulnerability Plugins'=>'WPVulnerability Plugin','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'Questo tema è chiuso. Sostituiscilo con un altro.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Questa vulnerabilità sembra non essere stata corretta. Tieni d\'occhio i prossimi aggiornamenti del tema.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Questo tema ha vulnerabilità note che potrebbero interessare la tua versione installata.']]; \ No newline at end of file diff --git a/languages/wpvulnerability-ja.l10n.php b/languages/wpvulnerability-ja.l10n.php index 305c7c0..29aad8a 100644 --- a/languages/wpvulnerability-ja.l10n.php +++ b/languages/wpvulnerability-ja.l10n.php @@ -1,2 +1,2 @@ NULL,'plural-forms'=>'nplurals=1; plural=0;','language'=>'ja_JP','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2025-02-21 14:03:32+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'WordPress Vulnerability Database API から WordPress サイトに存在する可能性のある脆弱性の情報を受け取ります。','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'このコマンドには WordPress 管理者が必要です。--user= を付けて実行してください。','No core vulnerabilities found.'=>'コアの脆弱性は見つかりませんでした。','No plugin vulnerabilities found.'=>'プラグインの脆弱性は見つかりませんでした。','No theme vulnerabilities found.'=>'テーマの脆弱性は見つかりませんでした。','No %s vulnerabilities found.'=>'%s の脆弱性は見つかりませんでした。','Data from source has been reloaded.'=>'ソースからデータをリロードしました。','You do not have permission to reload data.'=>'データをリロードする権限がありません。','Test email has been sent.'=>'テストメールを送信しました。','Test email has failed. Please, check your email settings.'=>'テストメールが失敗しました。メール設定を確認してください。','You do not have permission to send test emails.'=>'テストメールを送信する権限がありません。','WPVulnerability cron events have been repaired.'=>'WPVulnerability の cron イベントを修復しました。','You do not have permission to repair cron events.'=>'cron イベントを修復する権限がありません。','All logs have been deleted.'=>'すべてのログを削除しました。','You do not have permission to delete logs.'=>'ログを削除する権限がありません。','Uninstall preference saved.'=>'アンインストール設定を保存しました。','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability をデフォルトにリセットし、再読み込みしました。','You do not have permission to reset WPVulnerability.'=>'WPVulnerability をリセットする権限がありません。','All caches have been cleared.'=>'すべてのキャッシュをクリアしました。','You do not have permission to clear caches.'=>'キャッシュをクリアする権限がありません。','Plugin and theme signatures have been reset.'=>'プラグインとテーマのシグネチャをリセットしました。','You do not have permission to reset signatures.'=>'シグネチャをリセットする権限がありません。','You do not have permission to export debug information.'=>'デバッグ情報をエクスポートする権限がありません。','Database update has been executed.'=>'データベースの更新を実行しました。','You do not have permission to run database updates.'=>'データベースの更新を実行する権限がありません。','Notification has been sent.'=>'通知を送信しました。','Notification sending failed.'=>'通知の送信に失敗しました。','You do not have permission to send notifications.'=>'通知を送信する権限がありません。','Notifications'=>'通知','Analysis'=>'分析','Logs'=>'ログ','Security'=>'セキュリティ','Tools'=>'ツール','Debug'=>'デバッグ','About'=>'このプラグインについて','Notification Settings'=>'通知設定','Configure how and when you want to receive vulnerability notifications.'=>'脆弱性通知をいつ、どのように受け取るかを設定してください。','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'WordPress のインストール環境、プラグイン、テーマ、サーバーソフトウェアのセキュリティ脆弱性について常に最新の情報を受け取りましょう。','Cache Expiration Time'=>'キャッシュの有効期限','FORCED'=>'強制','How long to cache vulnerability data before refreshing from the API.'=>'API から更新する前に脆弱性データをキャッシュしておく期間。','%d hour'=>'%d 時間','You can force the cache time via wp-config.php constant. Learn more →'=>'wp-config.php の定数でキャッシュ時間を強制できます。詳細はこちら →','Notification Frequency'=>'通知の頻度','Choose how often you want to receive vulnerability notifications.'=>'脆弱性通知を受け取る頻度を選択してください。','Never - Disable automatic notifications'=>'なし - 自動通知を無効にする','Daily - Receive notifications every day'=>'毎日 - 毎日通知を受け取る','Weekly - Receive notifications once a week'=>'毎週 - 週に一度通知を受け取る','Day:'=>'曜日:','Monday'=>'月曜日','Tuesday'=>'火曜日','Wednesday'=>'水曜日','Thursday'=>'木曜日','Friday'=>'金曜日','Saturday'=>'土曜日','Sunday'=>'日曜日','Time:'=>'時刻:','(24-hour format, server timezone)'=>'(24時間形式、サーバーのタイムゾーン)','Notification Channels'=>'通知チャンネル','Select where you want to receive notifications.'=>'通知を受け取る場所を選択してください。','Email'=>'メール','Email Addresses (separated by commas):'=>'メールアドレス (カンマ区切り):','Default:'=>'デフォルト:','Slack'=>'Slack','Slack Webhook URL:'=>'Slack Webhook URL:','Learn how to create a Slack incoming webhook →'=>'Slack の受信 webhook の作成方法 →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'Teams Webhook URL:','Learn how to create a Teams incoming webhook →'=>'Teams の受信 webhook の作成方法 →','Discord'=>'Discord','Discord Webhook URL:'=>'Discord Webhook URL:','Learn how to create a Discord webhook →'=>'Discord の webhook の作成方法 →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Telegram Bot トークン:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'形式: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'Telegram チャット ID:','Learn how to create a Telegram bot and get Chat ID →'=>'Telegram Bot の作成方法とチャット ID の取得方法 →','Save Notification Settings'=>'通知設定を保存','WordPress Components'=>'WordPress コンポーネント','WordPress Core'=>'WordPress コア','Plugins'=>'プラグイン','Themes'=>'テーマ','Software & Languages'=>'ソフトウェア & 言語','PHP'=>'PHP','Web Servers'=>'ウェブサーバー','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'データベース','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'追加ツール','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'コンポーネント分析設定','Enable or disable vulnerability analysis for specific components.'=>'特定のコンポーネントの脆弱性分析を有効または無効にします。','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'脆弱性スキャンとレポートから非表示にするコンポーネントにチェックを入れてください。チェックされていないコンポーネントは積極的に分析されます。分析が有効なコンポーネントは緑色、非表示のコンポーネントは赤色で表示されます。','Hidden (forced by constant)'=>'非表示 (定数により強制)','🔴 Analysis disabled'=>'🔴 分析無効','🟢 Analysis active'=>'🟢 分析有効','Tip:'=>'ヒント:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'wp-config.php の定数でコンポーネントを強制的に無効にできます。チェックの強制非表示について詳しく →','Save Analysis Settings'=>'分析設定を保存','« Previous'=>'« 前へ','Next »'=>'次へ »','Log entry not found or has been removed.'=>'ログエントリーが見つからないか、削除されています。','Unable to load the requested log entry.'=>'要求されたログエントリーを読み込めません。','Log Configuration'=>'ログ設定','Total Logs'=>'ログの合計','Retention Period'=>'保存期間','Disabled'=>'無効','%d day'=>'%d 日','Log Retention Period'=>'ログ保存期間','None (Disabled)'=>'なし (無効)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'この値は WPVULNERABILITY_LOG_RETENTION_DAYS 定数によって強制されています。','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'WPVulnerability が API レスポンスログを保存する期間を選択してください。古いログは自動的に削除されます。','Save Configuration'=>'設定を保存','Log retention is currently disabled.'=>'ログの保存は現在無効です。','API responses are not being saved.'=>'API レスポンスは保存されていません。','Log Details'=>'ログの詳細','Date'=>'日付','API Endpoint'=>'API エンドポイント','API Response'=>'API レスポンス','Back to Logs'=>'ログに戻る','No logs available'=>'利用可能なログがありません','API response logs will appear here once the vulnerability scanner runs.'=>'脆弱性スキャナーが実行されると、API レスポンスログがここに表示されます。','API Response Logs'=>'API レスポンスログ','Show:'=>'表示:','Apply'=>'適用','Showing %1$s–%2$s of %3$s'=>'%3$s 件中 %1$s〜%2$s 件を表示','Actions'=>'操作','View'=>'表示','Danger Zone'=>'危険ゾーン','Permanently delete all API response logs. This action cannot be undone.'=>'すべての API レスポンスログを完全に削除します。この操作は元に戻せません。','Are you sure you want to delete all logs? This action cannot be undone.'=>'すべてのログを削除しますか?この操作は元に戻せません。','Delete All Logs'=>'すべてのログを削除','Reload Data from API'=>'API からデータを再読み込み','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'コア、プラグイン、テーマ、その他のコンポーネントの情報を API から直接再読み込みして最新データを取得します。キャッシュをクリアし、最新の脆弱性情報を取得します。','Reload Data'=>'データリロード','Test Email Notifications'=>'メール通知テスト','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'現在の脆弱性データを使用してテストメール通知を送信し、メール設定が正しく機能しているかを確認します。','From address (configured via constant):'=>'差出人アドレス (定数で設定):','From address (default):'=>'差出人アドレス (デフォルト):','Learn how to customize the email sender address →'=>'メール送信者アドレスのカスタマイズ方法 →','Send Test Email'=>'テストメールを送信','WP-Cron Status'=>'WP-Cron ステータス','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'WP-Cron のスケジュールされたイベントを表示・管理します。想定されるスケジュールと実際の cron ジョブを比較して、自動タスクが正しく実行されているかを確認します。','No cron data available.'=>'利用可能な cron データがありません。','Hook'=>'フック','Expected'=>'想定','Found'=>'検出','Next Run'=>'次回実行','Status'=>'ステータス','Not expected'=>'想定外','None'=>'None','OK'=>'OK','⚠️ Unexpected WPVulnerability Events'=>'⚠️ 予期しない WPVulnerability イベント','No interval'=>'間隔なし','Next:'=>'次回:','Repair Cron Events'=>'cron イベントを修復','Uninstall Data'=>'アンインストールデータ','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'デフォルトでは、WPVulnerability を削除してもすべてのプラグインデータは保存されます。アンインストール時にすべてのオプション、ログ、キャッシュデータを完全に削除したい場合のみ、以下のオプションを有効にしてください。','Delete all plugin data on uninstall'=>'アンインストール時にすべてのプラグインデータを削除','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'デフォルト: チェックなし (データ保存)。完全削除を希望する場合のみチェックしてください。','Save preference'=>'設定を保存','Reset WPVulnerability'=>'WPVulnerability をリセット','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'WPVulnerability のすべての設定、キャッシュデータ、ログ、スケジュールされたイベントを削除し、デフォルトに戻して API からデータを再読み込みします。','This action cannot be undone.'=>'この操作は元に戻せません。','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'すべての WPVulnerability データをリセットしますか?この操作は元に戻せません。','Reset Plugin'=>'プラグインをリセット','Vulnerability Database Statistics'=>'脆弱性データベース統計','%s vulnerability'=>'%s 件の脆弱性','(%s product)'=>'(%s 製品)','No data'=>'データなし','Database last updated: %s'=>'データベース最終更新: %s','Intelligence Sources'=>'インテリジェンスソース','Number of vulnerabilities contributed by each intelligence source.'=>'各インテリジェンスソースが提供した脆弱性の数。','Source'=>'ソース','Core'=>'コア','Sponsors'=>'スポンサー','No sponsor data available.'=>'スポンサーデータがありません。','Contributors'=>'貢献者','No contributor data available.'=>'貢献者データがありません。','You do not have sufficient permissions to access this page.'=>'このページにアクセスするための十分な権限がありません。','WPVulnerability settings'=>'WPVulnerability 設定','Configure and save these settings to receive notifications.'=>'通知を受け取るためにこれらの設定を構成して保存してください。','Configure and save these settings to hide vulnerabilities.'=>'脆弱性を非表示にするためにこれらの設定を構成して保存してください。','Default administrator email'=>'デフォルトの管理者メールアドレス','Read more if you want to force the cache time.'=>'キャッシュ時間を強制する方法の詳細はこちら。','Never'=>'なし','Daily'=>'毎日','Weekly'=>'週間','Day'=>'曜日','Hour'=>'時','Minute'=>'分','Read more about how to force the deactivation of an item.'=>'項目の強制無効化方法の詳細はこちら。','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'無効な Slack webhook URL です。hooks.slack.com からの有効な HTTPS URL である必要があります。','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'無効な Microsoft Teams webhook URL です。office.com、office365.com、または api.hooks.microsoft.com からの有効な HTTPS URL である必要があります。','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'無効な Discord webhook URL です。discord.com または discordapp.com からの有効な HTTPS URL である必要があります。','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'無効な Telegram Bot トークン形式です。次のような形式である必要があります: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'問題なし','%d Critical Issue Found'=>'%d 件の重大な問題が見つかりました','%d Issue Found'=>'%d 件の問題が見つかりました','Never checked'=>'未チェック','%d minute ago'=>'%d 分前','%d hour ago'=>'%d 時間前','Last checked: %s'=>'最終チェック: %s','Refresh Now'=>'今すぐ更新','No vulnerabilities detected'=>'脆弱性は検出されていません','Your site is up to date and secure'=>'サイトは最新で安全です','Server Software'=>'サーバーソフトウェア','Site Health'=>'サイトヘルス','Settings'=>'設定','WPVulnerability Status'=>'WPVulnerability ステータス','Receive vulnerability notifications'=>'脆弱性通知を受け取る','Cache expiration time'=>'キャッシュの有効期限','How often you want to receive notifications'=>'通知を受け取る頻度','Where do you want to receive notifications?'=>'通知の受け取り先は?','Email addresses to notify (separated by commas)'=>'通知するメールアドレス (カンマ区切り)','Slack webhook URL'=>'Slack webhook URL','Teams webhook URL'=>'Teams webhook URL','Vulnerabilities to hide'=>'非表示にする脆弱性','What do you want to hide?'=>'何を非表示にしますか?','Standard (Hybrid Detection)'=>'標準 (ハイブリッド検出)','Strict (Extensions Only)'=>'厳格 (拡張機能のみ)','Disabled (No Detection)'=>'無効 (検出なし)','Security Status'=>'セキュリティステータス','Security Mode'=>'セキュリティモード','Shell Execution'=>'シェル実行','Enabled'=>'有効','Audit Logging'=>'監査ログ','Enabled (%d days)'=>'有効 (%d 日)','Total Log Entries'=>'ログエントリーの合計','Last Shell Execution'=>'最後のシェル実行','%s ago'=>'%s 前','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'wp-config.php の定数でセキュリティ設定を構成してください: WPVULNERABILITY_DISABLE_SHELL_EXEC、WPVULNERABILITY_SECURITY_MODE、WPVULNERABILITY_SHELL_EXEC_WHITELIST。','See security configuration documentation for details.'=>'詳細はセキュリティ設定ドキュメントをご覧ください。','Memcached'=>'Memcached','Imagick Extension'=>'Imagick 拡張','Redis Extension'=>'Redis 拡張','Memcached Extension'=>'Memcached 拡張','Memcache Extension'=>'Memcache 拡張','SQLite3 Extension'=>'SQLite3 拡張','PDO SQLite'=>'PDO SQLite','Shell Command'=>'シェルコマンド','Binary Check'=>'バイナリチェック','Not Detected'=>'検出されていません','Software Detection Methods'=>'ソフトウェア検出方法','Shows which detection method was used for each software component and the reliability score.'=>'各ソフトウェアコンポーネントに使用された検出方法と信頼性スコアを表示します。','Component'=>'コンポーネント','Version'=>'バージョン','Detection Method'=>'検出方法','Reliability'=>'信頼性','Not detected'=>'検出されていません','Shell Execution Audit Logs'=>'シェル実行監査ログ','Complete audit trail of shell command executions for security monitoring.'=>'セキュリティ監視のためのシェルコマンド実行の完全な監査記録。','No shell execution logs found.'=>'シェル実行ログが見つかりません。','Logs will appear here when shell commands are executed for software detection.'=>'ソフトウェア検出のためにシェルコマンドが実行されると、ここにログが表示されます。','Time'=>'時刻','Command'=>'コマンド','User'=>'ユーザー','Output'=>'出力','Showing the %d most recent log entries.'=>'最新の %d 件のログエントリーを表示しています。','Invalid nonce.'=>'無効な nonce です。','Insufficient permissions.'=>'権限が不足しています。','No component specified.'=>'コンポーネントが指定されていません。','Debug Information'=>'デバッグ情報','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'このタブは WP_DEBUG が有効な場合のみ表示されます。注意して使用してください。','System Information'=>'システム情報','WordPress Version'=>'WordPress バージョン','Multisite'=>'マルチサイト','Yes'=>'はい','No'=>'いいえ','Language'=>'言語','PHP Version'=>'PHP バージョン','PHP Extensions'=>'PHP 拡張機能','PHP Memory Limit'=>'PHP メモリ制限','Database'=>'データベース','Web Server'=>'ウェブサーバー','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'パス:','Size: %s'=>'サイズ: %s','View Log File'=>'ログファイルを表示','Log file is not web-accessible (outside wp-content)'=>'ログファイルはウェブからアクセスできません (wp-content の外)','Log file does not exist yet'=>'ログファイルはまだ存在しません','Plugin Version'=>'プラグインバージョン','Component Detection'=>'コンポーネント検出','Version Detected'=>'検出されたバージョン','Analyzed'=>'分析済み','Cache Status'=>'キャッシュステータス','Configuration Summary'=>'設定サマリー','Cache Duration'=>'キャッシュ期間','Log Retention'=>'ログ保存','Components Analyzed'=>'分析済みコンポーネント','Notification Email'=>'通知メール','Slack Webhook'=>'Slack Webhook','Configured & Enabled'=>'設定済み & 有効','Configured (Disabled)'=>'設定済み (無効)','Not configured'=>'未設定','Teams Webhook'=>'Teams Webhook','Discord Webhook'=>'Discord Webhook','Telegram Bot'=>'Telegram Bot','Cron Status'=>'cron ステータス','Update Database'=>'データベースを更新','Next run: %s'=>'次回実行: %s','Not scheduled'=>'スケジュールされていません','Send Notification'=>'通知を送信','Run Update Now'=>'今すぐ更新を実行','Run Notification Now'=>'今すぐ通知を実行','You do not have permission to run these actions.'=>'これらの操作を実行する権限がありません。','API Testing'=>'API テスト','Test API connectivity for each component. Click a button to send a test request.'=>'各コンポーネントの API 接続をテストします。ボタンをクリックしてテストリクエストを送信してください。','Test %s'=>'%s をテスト','Testing...'=>'テスト中...','HTTP Code:'=>'HTTP コード:','Response Time:'=>'レスポンス時間:','Response Preview'=>'レスポンスプレビュー','Test'=>'テスト','Error:'=>'エラー:','AJAX request failed.'=>'AJAX リクエストが失敗しました。','You do not have permission to test API connectivity.'=>'API 接続をテストする権限がありません。','Database Options Viewer'=>'データベースオプションビューア','View the raw data stored in WordPress options.'=>'WordPress オプションに保存された生データを表示します。','Select an option...'=>'オプションを選択...','Option not found or empty.'=>'オプションが見つからないか、空です。','Quick Actions'=>'クイックアクション','Perform debugging actions. Use with caution.'=>'デバッグ操作を実行します。注意して使用してください。','Are you sure you want to clear all caches?'=>'すべてのキャッシュをクリアしますか?','Clear All Caches'=>'すべてのキャッシュをクリア','Are you sure you want to reset signatures?'=>'シグネチャをリセットしますか?','Reset Signatures'=>'シグネチャをリセット','Export Debug Info'=>'デバッグ情報をエクスポート','You do not have permission to perform these actions.'=>'これらの操作を実行する権限がありません。','Settings saved.'=>'設定を保存しました','WPVulnerability cron events have been repaired across the network.'=>'ネットワーク全体の WPVulnerability cron イベントを修復しました。','You do not have permission to access this page.'=>'このページにアクセスする権限がありません。','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s には、インストールされているバージョンに影響を与える可能性のある既知の脆弱性があります。','Actively exploited'=>'積極的に悪用されています','Public exploit'=>'公開されたエクスプロイト','Automatable'=>'自動化可能','References:'=>'参考文献:','Invalid component specified.'=>'無効なコンポーネントが指定されました。','Version not detected for this component.'=>'このコンポーネントのバージョンが検出されませんでした。','API request successful.'=>'API リクエストが成功しました。','API returned HTTP code %d.'=>'API が HTTP コード %d を返しました。','WPVulnerability Logs'=>'WPVulnerability ログ','WPVulnerability Log'=>'WPVulnerability ログ','Low'=>'Low','Medium'=>'Medium','High'=>'High','Critical'=>'Critical','WPVulnerability Shell Logs'=>'WPVulnerability シェルログ','WPVulnerability Shell Log'=>'WPVulnerability シェルログ','Every week'=>'毎週','Every day'=>'毎日','Invalid request.'=>'無効なリクエストです。','You have unsubscribed from WPVulnerability notifications.'=>'WPVulnerability の通知の登録を解除しました。','Learn more about the WordPress Vulnerability Database API at %2$s'=>'WordPress Vulnerability Database API の詳細については、%2$s をご覧ください','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'このアラートの受信を停止しますか?登録解除するか、WPVulnerability の設定でメール頻度を なし に変更してください。','No vulnerabilities found'=>'脆弱性は見つかりませんでした','This is likely a test. The site does not have vulnerabilities.'=>'これはテストの可能性があります。このサイトには脆弱性がありません。','Core vulnerabilities'=>'コアの脆弱性','Plugins vulnerabilities'=>'プラグインの脆弱性','Themes vulnerabilities'=>'テーマの脆弱性','PHP vulnerabilities'=>'PHP の脆弱性','Apache HTTPD vulnerabilities'=>'Apache HTTPD の脆弱性','Nginx vulnerabilities'=>'Nginx の脆弱性','MariaDB vulnerabilities'=>'MariaDB の脆弱性','MySQL vulnerabilities'=>'MySQL の脆弱性','ImageMagick vulnerabilities'=>'ImageMagick の脆弱性','curl vulnerabilities'=>'curl の脆弱性','memcached vulnerabilities'=>'memcached の脆弱性','Redis vulnerabilities'=>'Redis の脆弱性','SQLite vulnerabilities'=>'SQLite の脆弱性','Vulnerability found: %s'=>'見つかった脆弱性: %s','Vulnerability found'=>'見つかった脆弱性','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s には、インストールされているバージョンに影響を与える可能性のある既知の脆弱性があります。','This plugin is closed. Please replace it with another.'=>'このプラグインは閉鎖されています。他のプラグインに置き換えてください。','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'この脆弱性にはパッチが適用されていないようです。今後のプラグインの更新にご期待ください。','It hasn\'t been updated in over a year.'=>'1年以上更新されていません。','It may no longer be available (closed?).'=>'利用できなくなった (閉鎖された) 可能性があります。','Last updated on'=>'最終更新日','Vulnerabilities (%d)'=>'脆弱性 (%d)','%s running'=>'%s 実行中','End of Life'=>'サポート終了','End of life:'=>'サポート終了:','Supported'=>'サポート中','Plugin'=>'プラグイン','Theme'=>'テーマ','End of life: %s'=>'サポート終了: %s','EOL'=>'EOL','Network Settings'=>'サイトネットワーク設定','Vulnerabilities'=>'脆弱性','Every 6 hours'=>'6時間ごと','Database updates'=>'データベースの更新','Log cleanup'=>'ログのクリーンアップ','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'通知はスケジュールされていますが、現在の設定では無効になっています。通知タブを確認してください。','This event should not be scheduled for this site.'=>'このイベントはこのサイトにスケジュールすべきではありません。','Not expected for this site.'=>'このサイトには想定されていません。','No instances found.'=>'インスタンスが見つかりません。','Scheduled with an unexpected interval.'=>'予期しない間隔でスケジュールされています。','Multiple instances detected.'=>'複数のインスタンスが検出されました。','Scheduled as expected.'=>'想定通りにスケジュールされています。','There aren\'t plugins vulnerabilities'=>'プラグインに脆弱性はありません','Shows possible vulnerabilities that exist in installed plugins.'=>'インストールされているプラグインに存在する可能性のある脆弱性を表示します。','There is %d plugin with vulnerabilities'=>'%d 個のプラグインに脆弱性が存在します','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'インストールされているプラグインに潜在的な脆弱性が検出されました。それらを確認し、最新の状態に更新してください。','Update plugins'=>'プラグインを更新','There aren\'t themes vulnerabilities'=>'テーマに脆弱性はありません','Shows possible vulnerabilities that exist in installed themes.'=>'インストールされているテーマに存在する可能性のある脆弱性を表示します。','There is %d theme with vulnerabilities'=>'%d 個のテーマに脆弱性が存在します','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'インストールされているテーマに潜在的な脆弱性が検出されました。それらを確認し、最新の状態に更新してください。','Update themes'=>'テーマを更新','There aren\'t WordPress vulnerabilities'=>'WordPress に脆弱性はありません','Shows possible vulnerabilities existing in the WordPress core.'=>'WordPress のコアに存在する脆弱性の可能性を表示します。','There is %d core vulnerability'=>'%d 個のコアの脆弱性が存在します','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'この WordPress に潜在的な脆弱性が検出されました。それらを確認し、更新してください。','Update WordPress'=>'WordPress を更新','Nginx'=>'Nginx','Invalid software type'=>'無効なソフトウェアタイプ','Error'=>'エラー','The specified software type is not valid.'=>'指定されたソフトウェアタイプは有効ではありません。','There aren\'t %s vulnerabilities'=>'%s に脆弱性はありません','Shows possible vulnerabilities existing in %s.'=>'%s に存在する可能性のある脆弱性を示します。','There is %1$d %2$s vulnerability'=>'%1$d 個の %2$s の脆弱性が存在します','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'%s に潜在的な脆弱性が検出されました。それらを確認し、最新の状態に更新してください。','How to update PHP'=>'PHP の更新方法','WPVulnerability Core'=>'WPVulnerability コア','WPVulnerability Themes'=>'WPVulnerability テーマ','WPVulnerability Plugins'=>'WPVulnerability プラグイン','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'このテーマは閉鎖されています。他のテーマに置き換えてください。','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'この脆弱性にはパッチが適用されていないようです。今後のテーマの更新にご期待ください。','This theme has known vulnerabilities that may be affecting your installed version.'=>'このテーマには、インストールされているバージョンに影響を与える可能性のある既知の脆弱性があります。']]; \ No newline at end of file +return ['domain'=>'wpvulnerability','plural-forms'=>'nplurals=1; plural=0;','language'=>'ja_JP','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2025-02-21 14:03:32+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'WordPress Vulnerability Database API から WordPress サイトに存在する可能性のある脆弱性の情報を受け取ります。','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'このコマンドには WordPress 管理者が必要です。--user= を付けて実行してください。','No core vulnerabilities found.'=>'コアの脆弱性は見つかりませんでした。','No plugin vulnerabilities found.'=>'プラグインの脆弱性は見つかりませんでした。','No theme vulnerabilities found.'=>'テーマの脆弱性は見つかりませんでした。','No %s vulnerabilities found.'=>'%s の脆弱性は見つかりませんでした。','Data from source has been reloaded.'=>'ソースからデータをリロードしました。','You do not have permission to reload data.'=>'データをリロードする権限がありません。','Test email has been sent.'=>'テストメールを送信しました。','Test email has failed. Please, check your email settings.'=>'テストメールが失敗しました。メール設定を確認してください。','You do not have permission to send test emails.'=>'テストメールを送信する権限がありません。','WPVulnerability cron events have been repaired.'=>'WPVulnerability の cron イベントを修復しました。','You do not have permission to repair cron events.'=>'cron イベントを修復する権限がありません。','All logs have been deleted.'=>'すべてのログを削除しました。','You do not have permission to delete logs.'=>'ログを削除する権限がありません。','Uninstall preference saved.'=>'アンインストール設定を保存しました。','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability をデフォルトにリセットし、再読み込みしました。','You do not have permission to reset WPVulnerability.'=>'WPVulnerability をリセットする権限がありません。','All caches have been cleared.'=>'すべてのキャッシュをクリアしました。','You do not have permission to clear caches.'=>'キャッシュをクリアする権限がありません。','Plugin and theme signatures have been reset.'=>'プラグインとテーマのシグネチャをリセットしました。','You do not have permission to reset signatures.'=>'シグネチャをリセットする権限がありません。','You do not have permission to export debug information.'=>'デバッグ情報をエクスポートする権限がありません。','Database update has been executed.'=>'データベースの更新を実行しました。','You do not have permission to run database updates.'=>'データベースの更新を実行する権限がありません。','Notification has been sent.'=>'通知を送信しました。','Notification sending failed.'=>'通知の送信に失敗しました。','You do not have permission to send notifications.'=>'通知を送信する権限がありません。','Notifications'=>'通知','Analysis'=>'分析','Logs'=>'ログ','Security'=>'セキュリティ','Tools'=>'ツール','Debug'=>'デバッグ','About'=>'このプラグインについて','Notification Settings'=>'通知設定','Configure how and when you want to receive vulnerability notifications.'=>'脆弱性通知をいつ、どのように受け取るかを設定してください。','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'WordPress のインストール環境、プラグイン、テーマ、サーバーソフトウェアのセキュリティ脆弱性について常に最新の情報を受け取りましょう。','Cache Expiration Time'=>'キャッシュの有効期限','FORCED'=>'強制','How long to cache vulnerability data before refreshing from the API.'=>'API から更新する前に脆弱性データをキャッシュしておく期間。','%d hour'=>'%d 時間','You can force the cache time via wp-config.php constant. Learn more →'=>'wp-config.php の定数でキャッシュ時間を強制できます。詳細はこちら →','Notification Frequency'=>'通知の頻度','Choose how often you want to receive vulnerability notifications.'=>'脆弱性通知を受け取る頻度を選択してください。','Never - Disable automatic notifications'=>'なし - 自動通知を無効にする','Daily - Receive notifications every day'=>'毎日 - 毎日通知を受け取る','Weekly - Receive notifications once a week'=>'毎週 - 週に一度通知を受け取る','Day:'=>'曜日:','Monday'=>'月曜日','Tuesday'=>'火曜日','Wednesday'=>'水曜日','Thursday'=>'木曜日','Friday'=>'金曜日','Saturday'=>'土曜日','Sunday'=>'日曜日','Time:'=>'時刻:','(24-hour format, server timezone)'=>'(24時間形式、サーバーのタイムゾーン)','Notification Channels'=>'通知チャンネル','Select where you want to receive notifications.'=>'通知を受け取る場所を選択してください。','Email'=>'メール','Email Addresses (separated by commas):'=>'メールアドレス (カンマ区切り):','Default:'=>'デフォルト:','Slack'=>'Slack','Slack Webhook URL:'=>'Slack Webhook URL:','Learn how to create a Slack incoming webhook →'=>'Slack の受信 webhook の作成方法 →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'Teams Webhook URL:','Learn how to create a Teams incoming webhook →'=>'Teams の受信 webhook の作成方法 →','Discord'=>'Discord','Discord Webhook URL:'=>'Discord Webhook URL:','Learn how to create a Discord webhook →'=>'Discord の webhook の作成方法 →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Telegram Bot トークン:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'形式: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'Telegram チャット ID:','Learn how to create a Telegram bot and get Chat ID →'=>'Telegram Bot の作成方法とチャット ID の取得方法 →','Save Notification Settings'=>'通知設定を保存','WordPress Components'=>'WordPress コンポーネント','WordPress Core'=>'WordPress コア','Plugins'=>'プラグイン','Themes'=>'テーマ','Software & Languages'=>'ソフトウェア & 言語','PHP'=>'PHP','Web Servers'=>'ウェブサーバー','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'データベース','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'追加ツール','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'コンポーネント分析設定','Enable or disable vulnerability analysis for specific components.'=>'特定のコンポーネントの脆弱性分析を有効または無効にします。','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'脆弱性スキャンとレポートから非表示にするコンポーネントにチェックを入れてください。チェックされていないコンポーネントは積極的に分析されます。分析が有効なコンポーネントは緑色、非表示のコンポーネントは赤色で表示されます。','Hidden (forced by constant)'=>'非表示 (定数により強制)','🔴 Analysis disabled'=>'🔴 分析無効','🟢 Analysis active'=>'🟢 分析有効','Tip:'=>'ヒント:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'wp-config.php の定数でコンポーネントを強制的に無効にできます。チェックの強制非表示について詳しく →','Save Analysis Settings'=>'分析設定を保存','« Previous'=>'« 前へ','Next »'=>'次へ »','Log entry not found or has been removed.'=>'ログエントリーが見つからないか、削除されています。','Unable to load the requested log entry.'=>'要求されたログエントリーを読み込めません。','Log Configuration'=>'ログ設定','Total Logs'=>'ログの合計','Retention Period'=>'保存期間','Disabled'=>'無効','%d day'=>'%d 日','Log Retention Period'=>'ログ保存期間','None (Disabled)'=>'なし (無効)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'この値は WPVULNERABILITY_LOG_RETENTION_DAYS 定数によって強制されています。','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'WPVulnerability が API レスポンスログを保存する期間を選択してください。古いログは自動的に削除されます。','Save Configuration'=>'設定を保存','Log retention is currently disabled.'=>'ログの保存は現在無効です。','API responses are not being saved.'=>'API レスポンスは保存されていません。','Log Details'=>'ログの詳細','Date'=>'日付','API Endpoint'=>'API エンドポイント','API Response'=>'API レスポンス','Back to Logs'=>'ログに戻る','No logs available'=>'利用可能なログがありません','API response logs will appear here once the vulnerability scanner runs.'=>'脆弱性スキャナーが実行されると、API レスポンスログがここに表示されます。','API Response Logs'=>'API レスポンスログ','Show:'=>'表示:','Apply'=>'適用','Showing %1$s–%2$s of %3$s'=>'%3$s 件中 %1$s〜%2$s 件を表示','Actions'=>'操作','View'=>'表示','Danger Zone'=>'危険ゾーン','Permanently delete all API response logs. This action cannot be undone.'=>'すべての API レスポンスログを完全に削除します。この操作は元に戻せません。','Are you sure you want to delete all logs? This action cannot be undone.'=>'すべてのログを削除しますか?この操作は元に戻せません。','Delete All Logs'=>'すべてのログを削除','Reload Data from API'=>'API からデータを再読み込み','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'コア、プラグイン、テーマ、その他のコンポーネントの情報を API から直接再読み込みして最新データを取得します。キャッシュをクリアし、最新の脆弱性情報を取得します。','Reload Data'=>'データリロード','Test Email Notifications'=>'メール通知テスト','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'現在の脆弱性データを使用してテストメール通知を送信し、メール設定が正しく機能しているかを確認します。','From address (configured via constant):'=>'差出人アドレス (定数で設定):','From address (default):'=>'差出人アドレス (デフォルト):','Learn how to customize the email sender address →'=>'メール送信者アドレスのカスタマイズ方法 →','Send Test Email'=>'テストメールを送信','WP-Cron Status'=>'WP-Cron ステータス','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'WP-Cron のスケジュールされたイベントを表示・管理します。想定されるスケジュールと実際の cron ジョブを比較して、自動タスクが正しく実行されているかを確認します。','No cron data available.'=>'利用可能な cron データがありません。','Hook'=>'フック','Expected'=>'想定','Found'=>'検出','Next Run'=>'次回実行','Status'=>'ステータス','Not expected'=>'想定外','None'=>'None','OK'=>'OK','⚠️ Unexpected WPVulnerability Events'=>'⚠️ 予期しない WPVulnerability イベント','No interval'=>'間隔なし','Next:'=>'次回:','Repair Cron Events'=>'cron イベントを修復','Uninstall Data'=>'アンインストールデータ','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'デフォルトでは、WPVulnerability を削除してもすべてのプラグインデータは保存されます。アンインストール時にすべてのオプション、ログ、キャッシュデータを完全に削除したい場合のみ、以下のオプションを有効にしてください。','Delete all plugin data on uninstall'=>'アンインストール時にすべてのプラグインデータを削除','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'デフォルト: チェックなし (データ保存)。完全削除を希望する場合のみチェックしてください。','Save preference'=>'設定を保存','Reset WPVulnerability'=>'WPVulnerability をリセット','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'WPVulnerability のすべての設定、キャッシュデータ、ログ、スケジュールされたイベントを削除し、デフォルトに戻して API からデータを再読み込みします。','This action cannot be undone.'=>'この操作は元に戻せません。','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'すべての WPVulnerability データをリセットしますか?この操作は元に戻せません。','Reset Plugin'=>'プラグインをリセット','Vulnerability Database Statistics'=>'脆弱性データベース統計','%s vulnerability'=>'%s 件の脆弱性','(%s product)'=>'(%s 製品)','No data'=>'データなし','Database last updated: %s'=>'データベース最終更新: %s','Intelligence Sources'=>'インテリジェンスソース','Number of vulnerabilities contributed by each intelligence source.'=>'各インテリジェンスソースが提供した脆弱性の数。','Source'=>'ソース','Core'=>'コア','Sponsors'=>'スポンサー','No sponsor data available.'=>'スポンサーデータがありません。','Contributors'=>'貢献者','No contributor data available.'=>'貢献者データがありません。','You do not have sufficient permissions to access this page.'=>'このページにアクセスするための十分な権限がありません。','WPVulnerability settings'=>'WPVulnerability 設定','Configure and save these settings to receive notifications.'=>'通知を受け取るためにこれらの設定を構成して保存してください。','Configure and save these settings to hide vulnerabilities.'=>'脆弱性を非表示にするためにこれらの設定を構成して保存してください。','Default administrator email'=>'デフォルトの管理者メールアドレス','Read more if you want to force the cache time.'=>'キャッシュ時間を強制する方法の詳細はこちら。','Never'=>'なし','Daily'=>'毎日','Weekly'=>'週間','Day'=>'曜日','Hour'=>'時','Minute'=>'分','Read more about how to force the deactivation of an item.'=>'項目の強制無効化方法の詳細はこちら。','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'無効な Slack webhook URL です。hooks.slack.com からの有効な HTTPS URL である必要があります。','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'無効な Microsoft Teams webhook URL です。office.com、office365.com、または api.hooks.microsoft.com からの有効な HTTPS URL である必要があります。','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'無効な Discord webhook URL です。discord.com または discordapp.com からの有効な HTTPS URL である必要があります。','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'無効な Telegram Bot トークン形式です。次のような形式である必要があります: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'問題なし','%d Critical Issue Found'=>'%d 件の重大な問題が見つかりました','%d Issue Found'=>'%d 件の問題が見つかりました','Never checked'=>'未チェック','%d minute ago'=>'%d 分前','%d hour ago'=>'%d 時間前','Last checked: %s'=>'最終チェック: %s','Refresh Now'=>'今すぐ更新','No vulnerabilities detected'=>'脆弱性は検出されていません','Your site is up to date and secure'=>'サイトは最新で安全です','Server Software'=>'サーバーソフトウェア','Site Health'=>'サイトヘルス','Settings'=>'設定','WPVulnerability Status'=>'WPVulnerability ステータス','Receive vulnerability notifications'=>'脆弱性通知を受け取る','Cache expiration time'=>'キャッシュの有効期限','How often you want to receive notifications'=>'通知を受け取る頻度','Where do you want to receive notifications?'=>'通知の受け取り先は?','Email addresses to notify (separated by commas)'=>'通知するメールアドレス (カンマ区切り)','Slack webhook URL'=>'Slack webhook URL','Teams webhook URL'=>'Teams webhook URL','Vulnerabilities to hide'=>'非表示にする脆弱性','What do you want to hide?'=>'何を非表示にしますか?','Standard (Hybrid Detection)'=>'標準 (ハイブリッド検出)','Strict (Extensions Only)'=>'厳格 (拡張機能のみ)','Disabled (No Detection)'=>'無効 (検出なし)','Security Status'=>'セキュリティステータス','Security Mode'=>'セキュリティモード','Shell Execution'=>'シェル実行','Enabled'=>'有効','Audit Logging'=>'監査ログ','Enabled (%d days)'=>'有効 (%d 日)','Total Log Entries'=>'ログエントリーの合計','Last Shell Execution'=>'最後のシェル実行','%s ago'=>'%s 前','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'wp-config.php の定数でセキュリティ設定を構成してください: WPVULNERABILITY_DISABLE_SHELL_EXEC、WPVULNERABILITY_SECURITY_MODE、WPVULNERABILITY_SHELL_EXEC_WHITELIST。','See security configuration documentation for details.'=>'詳細はセキュリティ設定ドキュメントをご覧ください。','Memcached'=>'Memcached','Imagick Extension'=>'Imagick 拡張','Redis Extension'=>'Redis 拡張','Memcached Extension'=>'Memcached 拡張','Memcache Extension'=>'Memcache 拡張','SQLite3 Extension'=>'SQLite3 拡張','PDO SQLite'=>'PDO SQLite','Shell Command'=>'シェルコマンド','Binary Check'=>'バイナリチェック','Not Detected'=>'検出されていません','Software Detection Methods'=>'ソフトウェア検出方法','Shows which detection method was used for each software component and the reliability score.'=>'各ソフトウェアコンポーネントに使用された検出方法と信頼性スコアを表示します。','Component'=>'コンポーネント','Version'=>'バージョン','Detection Method'=>'検出方法','Reliability'=>'信頼性','Not detected'=>'検出されていません','Shell Execution Audit Logs'=>'シェル実行監査ログ','Complete audit trail of shell command executions for security monitoring.'=>'セキュリティ監視のためのシェルコマンド実行の完全な監査記録。','No shell execution logs found.'=>'シェル実行ログが見つかりません。','Logs will appear here when shell commands are executed for software detection.'=>'ソフトウェア検出のためにシェルコマンドが実行されると、ここにログが表示されます。','Time'=>'時刻','Command'=>'コマンド','User'=>'ユーザー','Output'=>'出力','Showing the %d most recent log entries.'=>'最新の %d 件のログエントリーを表示しています。','Invalid nonce.'=>'無効な nonce です。','Insufficient permissions.'=>'権限が不足しています。','No component specified.'=>'コンポーネントが指定されていません。','Debug Information'=>'デバッグ情報','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'このタブは WP_DEBUG が有効な場合のみ表示されます。注意して使用してください。','System Information'=>'システム情報','WordPress Version'=>'WordPress バージョン','Multisite'=>'マルチサイト','Yes'=>'はい','No'=>'いいえ','Language'=>'言語','PHP Version'=>'PHP バージョン','PHP Extensions'=>'PHP 拡張機能','PHP Memory Limit'=>'PHP メモリ制限','Database'=>'データベース','Web Server'=>'ウェブサーバー','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'パス:','Size: %s'=>'サイズ: %s','View Log File'=>'ログファイルを表示','Log file is not web-accessible (outside wp-content)'=>'ログファイルはウェブからアクセスできません (wp-content の外)','Log file does not exist yet'=>'ログファイルはまだ存在しません','Plugin Version'=>'プラグインバージョン','Component Detection'=>'コンポーネント検出','Version Detected'=>'検出されたバージョン','Analyzed'=>'分析済み','Cache Status'=>'キャッシュステータス','Configuration Summary'=>'設定サマリー','Cache Duration'=>'キャッシュ期間','Log Retention'=>'ログ保存','Components Analyzed'=>'分析済みコンポーネント','Notification Email'=>'通知メール','Slack Webhook'=>'Slack Webhook','Configured & Enabled'=>'設定済み & 有効','Configured (Disabled)'=>'設定済み (無効)','Not configured'=>'未設定','Teams Webhook'=>'Teams Webhook','Discord Webhook'=>'Discord Webhook','Telegram Bot'=>'Telegram Bot','Cron Status'=>'cron ステータス','Update Database'=>'データベースを更新','Next run: %s'=>'次回実行: %s','Not scheduled'=>'スケジュールされていません','Send Notification'=>'通知を送信','Run Update Now'=>'今すぐ更新を実行','Run Notification Now'=>'今すぐ通知を実行','You do not have permission to run these actions.'=>'これらの操作を実行する権限がありません。','API Testing'=>'API テスト','Test API connectivity for each component. Click a button to send a test request.'=>'各コンポーネントの API 接続をテストします。ボタンをクリックしてテストリクエストを送信してください。','Test %s'=>'%s をテスト','Testing...'=>'テスト中...','HTTP Code:'=>'HTTP コード:','Response Time:'=>'レスポンス時間:','Response Preview'=>'レスポンスプレビュー','Test'=>'テスト','Error:'=>'エラー:','AJAX request failed.'=>'AJAX リクエストが失敗しました。','You do not have permission to test API connectivity.'=>'API 接続をテストする権限がありません。','Database Options Viewer'=>'データベースオプションビューア','View the raw data stored in WordPress options.'=>'WordPress オプションに保存された生データを表示します。','Select an option...'=>'オプションを選択...','Option not found or empty.'=>'オプションが見つからないか、空です。','Quick Actions'=>'クイックアクション','Perform debugging actions. Use with caution.'=>'デバッグ操作を実行します。注意して使用してください。','Are you sure you want to clear all caches?'=>'すべてのキャッシュをクリアしますか?','Clear All Caches'=>'すべてのキャッシュをクリア','Are you sure you want to reset signatures?'=>'シグネチャをリセットしますか?','Reset Signatures'=>'シグネチャをリセット','Export Debug Info'=>'デバッグ情報をエクスポート','You do not have permission to perform these actions.'=>'これらの操作を実行する権限がありません。','Settings saved.'=>'設定を保存しました','WPVulnerability cron events have been repaired across the network.'=>'ネットワーク全体の WPVulnerability cron イベントを修復しました。','You do not have permission to access this page.'=>'このページにアクセスする権限がありません。','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s には、インストールされているバージョンに影響を与える可能性のある既知の脆弱性があります。','Actively exploited'=>'積極的に悪用されています','Public exploit'=>'公開されたエクスプロイト','Automatable'=>'自動化可能','References:'=>'参考文献:','Invalid component specified.'=>'無効なコンポーネントが指定されました。','Version not detected for this component.'=>'このコンポーネントのバージョンが検出されませんでした。','API request successful.'=>'API リクエストが成功しました。','API returned HTTP code %d.'=>'API が HTTP コード %d を返しました。','WPVulnerability Logs'=>'WPVulnerability ログ','WPVulnerability Log'=>'WPVulnerability ログ','Low'=>'Low','Medium'=>'Medium','High'=>'High','Critical'=>'Critical','WPVulnerability Shell Logs'=>'WPVulnerability シェルログ','WPVulnerability Shell Log'=>'WPVulnerability シェルログ','Every week'=>'毎週','Every day'=>'毎日','Invalid request.'=>'無効なリクエストです。','You have unsubscribed from WPVulnerability notifications.'=>'WPVulnerability の通知の登録を解除しました。','Learn more about the WordPress Vulnerability Database API at %2$s'=>'WordPress Vulnerability Database API の詳細については、%2$s をご覧ください','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'このアラートの受信を停止しますか?登録解除するか、WPVulnerability の設定でメール頻度を なし に変更してください。','No vulnerabilities found'=>'脆弱性は見つかりませんでした','This is likely a test. The site does not have vulnerabilities.'=>'これはテストの可能性があります。このサイトには脆弱性がありません。','Core vulnerabilities'=>'コアの脆弱性','Plugins vulnerabilities'=>'プラグインの脆弱性','Themes vulnerabilities'=>'テーマの脆弱性','PHP vulnerabilities'=>'PHP の脆弱性','Apache HTTPD vulnerabilities'=>'Apache HTTPD の脆弱性','Nginx vulnerabilities'=>'Nginx の脆弱性','MariaDB vulnerabilities'=>'MariaDB の脆弱性','MySQL vulnerabilities'=>'MySQL の脆弱性','ImageMagick vulnerabilities'=>'ImageMagick の脆弱性','curl vulnerabilities'=>'curl の脆弱性','memcached vulnerabilities'=>'memcached の脆弱性','Redis vulnerabilities'=>'Redis の脆弱性','SQLite vulnerabilities'=>'SQLite の脆弱性','Vulnerability found: %s'=>'見つかった脆弱性: %s','Vulnerability found'=>'見つかった脆弱性','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s には、インストールされているバージョンに影響を与える可能性のある既知の脆弱性があります。','This plugin is closed. Please replace it with another.'=>'このプラグインは閉鎖されています。他のプラグインに置き換えてください。','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'この脆弱性にはパッチが適用されていないようです。今後のプラグインの更新にご期待ください。','It hasn\'t been updated in over a year.'=>'1年以上更新されていません。','It may no longer be available (closed?).'=>'利用できなくなった (閉鎖された) 可能性があります。','Last updated on'=>'最終更新日','Vulnerabilities (%d)'=>'脆弱性 (%d)','%s running'=>'%s 実行中','End of Life'=>'サポート終了','End of life:'=>'サポート終了:','Supported'=>'サポート中','Plugin'=>'プラグイン','Theme'=>'テーマ','End of life: %s'=>'サポート終了: %s','EOL'=>'EOL','Network Settings'=>'サイトネットワーク設定','Vulnerabilities'=>'脆弱性','Every 6 hours'=>'6時間ごと','Database updates'=>'データベースの更新','Log cleanup'=>'ログのクリーンアップ','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'通知はスケジュールされていますが、現在の設定では無効になっています。通知タブを確認してください。','This event should not be scheduled for this site.'=>'このイベントはこのサイトにスケジュールすべきではありません。','Not expected for this site.'=>'このサイトには想定されていません。','No instances found.'=>'インスタンスが見つかりません。','Scheduled with an unexpected interval.'=>'予期しない間隔でスケジュールされています。','Multiple instances detected.'=>'複数のインスタンスが検出されました。','Scheduled as expected.'=>'想定通りにスケジュールされています。','There aren\'t plugins vulnerabilities'=>'プラグインに脆弱性はありません','Shows possible vulnerabilities that exist in installed plugins.'=>'インストールされているプラグインに存在する可能性のある脆弱性を表示します。','There is %d plugin with vulnerabilities'=>'%d 個のプラグインに脆弱性が存在します','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'インストールされているプラグインに潜在的な脆弱性が検出されました。それらを確認し、最新の状態に更新してください。','Update plugins'=>'プラグインを更新','There aren\'t themes vulnerabilities'=>'テーマに脆弱性はありません','Shows possible vulnerabilities that exist in installed themes.'=>'インストールされているテーマに存在する可能性のある脆弱性を表示します。','There is %d theme with vulnerabilities'=>'%d 個のテーマに脆弱性が存在します','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'インストールされているテーマに潜在的な脆弱性が検出されました。それらを確認し、最新の状態に更新してください。','Update themes'=>'テーマを更新','There aren\'t WordPress vulnerabilities'=>'WordPress に脆弱性はありません','Shows possible vulnerabilities existing in the WordPress core.'=>'WordPress のコアに存在する脆弱性の可能性を表示します。','There is %d core vulnerability'=>'%d 個のコアの脆弱性が存在します','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'この WordPress に潜在的な脆弱性が検出されました。それらを確認し、更新してください。','Update WordPress'=>'WordPress を更新','Nginx'=>'Nginx','Invalid software type'=>'無効なソフトウェアタイプ','Error'=>'エラー','The specified software type is not valid.'=>'指定されたソフトウェアタイプは有効ではありません。','There aren\'t %s vulnerabilities'=>'%s に脆弱性はありません','Shows possible vulnerabilities existing in %s.'=>'%s に存在する可能性のある脆弱性を示します。','There is %1$d %2$s vulnerability'=>'%1$d 個の %2$s の脆弱性が存在します','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'%s に潜在的な脆弱性が検出されました。それらを確認し、最新の状態に更新してください。','How to update PHP'=>'PHP の更新方法','WPVulnerability Core'=>'WPVulnerability コア','WPVulnerability Themes'=>'WPVulnerability テーマ','WPVulnerability Plugins'=>'WPVulnerability プラグイン','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'このテーマは閉鎖されています。他のテーマに置き換えてください。','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'この脆弱性にはパッチが適用されていないようです。今後のテーマの更新にご期待ください。','This theme has known vulnerabilities that may be affecting your installed version.'=>'このテーマには、インストールされているバージョンに影響を与える可能性のある既知の脆弱性があります。']]; \ No newline at end of file diff --git a/languages/wpvulnerability-nl-be.l10n.php b/languages/wpvulnerability-nl-be.l10n.php index f692bb7..ef280c6 100644 --- a/languages/wpvulnerability-nl-be.l10n.php +++ b/languages/wpvulnerability-nl-be.l10n.php @@ -1,2 +1,2 @@ NULL,'plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'nl_BE','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2023-12-19 07:18:46+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Ontvang informatie over mogelijke kwetsbaarheden in uw WordPress via de WordPress Vulnerability Database API.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Dit commando vereist een WordPress-beheerder. Uitvoeren met --user=.','No core vulnerabilities found.'=>'Geen core-kwetsbaarheden gevonden.','No plugin vulnerabilities found.'=>'Geen plugin-kwetsbaarheden gevonden.','No theme vulnerabilities found.'=>'Geen thema-kwetsbaarheden gevonden.','No %s vulnerabilities found.'=>'Geen %s-kwetsbaarheden gevonden.','Data from source has been reloaded.'=>'Gegevens uit de bron zijn opnieuw geladen.','You do not have permission to reload data.'=>'U heeft geen toestemming om gegevens opnieuw te laden.','Test email has been sent.'=>'Test-e-mail is verzonden.','Test email has failed. Please, check your email settings.'=>'De test e-mail is mislukt. Controleer je e-mailinstellingen.','You do not have permission to send test emails.'=>'U heeft geen toestemming om test-e-mails te verzenden.','WPVulnerability cron events have been repaired.'=>'WPVulnerability-cron-gebeurtenissen zijn gerepareerd.','You do not have permission to repair cron events.'=>'U heeft geen toestemming om cron-gebeurtenissen te repareren.','All logs have been deleted.'=>'Alle logboeken zijn verwijderd.','You do not have permission to delete logs.'=>'U heeft geen toestemming om logboeken te verwijderen.','Uninstall preference saved.'=>'Verwijderingsvoorkeur opgeslagen.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability is teruggezet naar standaardwaarden en opnieuw geladen.','You do not have permission to reset WPVulnerability.'=>'U heeft geen toestemming om WPVulnerability te resetten.','All caches have been cleared.'=>'Alle caches zijn gewist.','You do not have permission to clear caches.'=>'U heeft geen toestemming om caches te wissen.','Plugin and theme signatures have been reset.'=>'Plugin- en thema-handtekeningen zijn teruggezet.','You do not have permission to reset signatures.'=>'U heeft geen toestemming om handtekeningen te resetten.','You do not have permission to export debug information.'=>'U heeft geen toestemming om debug-informatie te exporteren.','Database update has been executed.'=>'Database-update is uitgevoerd.','You do not have permission to run database updates.'=>'U heeft geen toestemming om database-updates uit te voeren.','Notification has been sent.'=>'Melding is verzonden.','Notification sending failed.'=>'Verzenden van melding mislukt.','You do not have permission to send notifications.'=>'U heeft geen toestemming om meldingen te verzenden.','Notifications'=>'Meldingen','Analysis'=>'Analyse','Logs'=>'Logboeken','Security'=>'Beveiliging','Tools'=>'Hulpmiddelen','Debug'=>'Debug','About'=>'Over','Notification Settings'=>'Meldingsinstellingen','Configure how and when you want to receive vulnerability notifications.'=>'Configureer hoe en wanneer u kwetsbaarheidsmeldingen wilt ontvangen.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Blijf op de hoogte van beveiligingskwetsbaarheden in uw WordPress-installatie, plugins, thema\'s en serversoftware.','Cache Expiration Time'=>'Cache-vervaltijd','FORCED'=>'GEFORCEERD','How long to cache vulnerability data before refreshing from the API.'=>'Hoe lang kwetsbaarheidsgegevens worden gecached voordat ze worden vernieuwd vanuit de API.','%d hour'=>'%d uur' . "\0" . '%d uur','You can force the cache time via wp-config.php constant. Learn more →'=>'U kunt de cachetijd forceren via een wp-config.php-constante. Meer informatie →','Notification Frequency'=>'Meldingsfrequentie','Choose how often you want to receive vulnerability notifications.'=>'Kies hoe vaak u kwetsbaarheidsmeldingen wilt ontvangen.','Never - Disable automatic notifications'=>'Nooit – Automatische meldingen uitschakelen','Daily - Receive notifications every day'=>'Dagelijks – Elke dag meldingen ontvangen','Weekly - Receive notifications once a week'=>'Wekelijks – Eenmaal per week meldingen ontvangen','Day:'=>'Dag:','Monday'=>'Maandag','Tuesday'=>'Dinsdag','Wednesday'=>'Woensdag','Thursday'=>'Donderdag','Friday'=>'Vrijdag','Saturday'=>'Zaterdag','Sunday'=>'Zondag','Time:'=>'Tijd:','(24-hour format, server timezone)'=>'(24-uurs formaat, server-tijdzone)','Notification Channels'=>'Meldingskanalen','Select where you want to receive notifications.'=>'Selecteer waar u meldingen wilt ontvangen.','Email'=>'E-mail','Email Addresses (separated by commas):'=>'E-mailadressen (gescheiden door komma\'s):','Default:'=>'Standaard:','Slack'=>'Slack','Slack Webhook URL:'=>'Slack webhook-URL:','Learn how to create a Slack incoming webhook →'=>'Leer hoe u een inkomende Slack-webhook maakt →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'Teams webhook-URL:','Learn how to create a Teams incoming webhook →'=>'Leer hoe u een inkomende Teams-webhook maakt →','Discord'=>'Discord','Discord Webhook URL:'=>'Discord webhook-URL:','Learn how to create a Discord webhook →'=>'Leer hoe u een Discord-webhook maakt →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Telegram-bot-token:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formaat: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'Telegram chat-ID:','Learn how to create a Telegram bot and get Chat ID →'=>'Leer hoe u een Telegram-bot maakt en de chat-ID ophaalt →','Save Notification Settings'=>'Meldingsinstellingen opslaan','WordPress Components'=>'WordPress-componenten','WordPress Core'=>'WordPress Core','Plugins'=>'Plugins','Themes'=>'Thema\'s','Software & Languages'=>'Software & Talen','PHP'=>'PHP','Web Servers'=>'Webservers','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Databases','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Aanvullende hulpmiddelen','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Instellingen componentenanalyse','Enable or disable vulnerability analysis for specific components.'=>'Kwetsbaarheidsanalyse in- of uitschakelen voor specifieke componenten.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Selecteer de componenten die u wilt VERBERGEN voor kwetsbaarheidsscans en rapporten. Niet-geselecteerde componenten worden actief geanalyseerd. Componenten met actieve analyse worden groen weergegeven, verborgen componenten rood.','Hidden (forced by constant)'=>'Verborgen (geforceerd door constante)','🔴 Analysis disabled'=>'🔴 Analyse uitgeschakeld','🟢 Analysis active'=>'🟢 Analyse actief','Tip:'=>'Tip:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'U kunt componenten geforceerd uitschakelen via wp-config.php-constanten. Meer informatie over het geforceerd verbergen van controles →','Save Analysis Settings'=>'Analyse-instellingen opslaan','« Previous'=>'« Vorige','Next »'=>'Volgende »','Log entry not found or has been removed.'=>'Logboekvermelding niet gevonden of is verwijderd.','Unable to load the requested log entry.'=>'De gevraagde logboekvermelding kan niet worden geladen.','Log Configuration'=>'Logboekconfiguratie','Total Logs'=>'Totaal logboeken','Retention Period'=>'Bewaarperiode','Disabled'=>'Uitgeschakeld','%d day'=>'%d dag' . "\0" . '%d dagen','Log Retention Period'=>'Bewaarperiode logboek','None (Disabled)'=>'Geen (Uitgeschakeld)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Deze waarde wordt afgedwongen door de constante WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Kies hoe lang WPVulnerability API-responslogboeken moet bewaren. Oudere logboeken worden automatisch verwijderd.','Save Configuration'=>'Configuratie opslaan','Log retention is currently disabled.'=>'Logboekbewaring is momenteel uitgeschakeld.','API responses are not being saved.'=>'API-reacties worden niet opgeslagen.','Log Details'=>'Logboekdetails','Date'=>'Datum','API Endpoint'=>'API-eindpunt','API Response'=>'API-respons','Back to Logs'=>'Terug naar logboeken','No logs available'=>'Geen logboeken beschikbaar','API response logs will appear here once the vulnerability scanner runs.'=>'API-responslogboeken verschijnen hier zodra de kwetsbaarheidsscanner wordt uitgevoerd.','API Response Logs'=>'API-responslogboeken','Show:'=>'Weergeven:','Apply'=>'Toepassen','Showing %1$s–%2$s of %3$s'=>'%1$s–%2$s van %3$s weergegeven','Actions'=>'Acties','View'=>'Bekijken','Danger Zone'=>'Gevarenzone','Permanently delete all API response logs. This action cannot be undone.'=>'Alle API-responslogboeken permanent verwijderen. Deze actie kan niet ongedaan worden gemaakt.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Weet u zeker dat u alle logboeken wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.','Delete All Logs'=>'Alle logboeken verwijderen','Reload Data from API'=>'Gegevens opnieuw laden vanuit API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Alle Core-, plugin-, thema- en andere componenteninformatie direct opnieuw laden vanuit de API voor actuele gegevens. Dit wist de cache en haalt nieuwe kwetsbaarheidsinformatie op.','Reload Data'=>'Gegevens opnieuw laden','Test Email Notifications'=>'Test e-mailmeldingen','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Stuur een test-e-mailmelding met actuele kwetsbaarheidsgegevens om te controleren of uw e-mailconfiguratie correct werkt.','From address (configured via constant):'=>'Afzenderadres (geconfigureerd via constante):','From address (default):'=>'Afzenderadres (standaard):','Learn how to customize the email sender address →'=>'Leer hoe u het e-mailafzenderadres kunt aanpassen →','Send Test Email'=>'Test-e-mail verzenden','WP-Cron Status'=>'WP-cron-status','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'WP-cron geplande gebeurtenissen weergeven en beheren. Vergelijk verwachte planningen met werkelijke cron-taken om te controleren of geautomatiseerde taken correct worden uitgevoerd.','No cron data available.'=>'Geen cron-gegevens beschikbaar.','Hook'=>'Hook','Expected'=>'Verwacht','Found'=>'Gevonden','Next Run'=>'Volgende uitvoering','Status'=>'Status','Not expected'=>'Niet verwacht','None'=>'Geen','OK'=>'OK','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Onverwachte WPVulnerability-gebeurtenissen','No interval'=>'Geen interval','Next:'=>'Volgende:','Repair Cron Events'=>'Cron-gebeurtenissen repareren','Uninstall Data'=>'Verwijderingsgegevens','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Standaard worden alle plugin-gegevens bewaard wanneer WPVulnerability wordt verwijderd. Schakel de onderstaande optie alleen in als u wilt dat alle opties, logboeken en gecachede gegevens permanent worden verwijderd bij het verwijderen.','Delete all plugin data on uninstall'=>'Alle plugin-gegevens verwijderen bij het verwijderen','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Standaard: niet aangevinkt (gegevens bewaard). Alleen aanvinken als u een volledige verwijdering wilt.','Save preference'=>'Voorkeur opslaan','Reset WPVulnerability'=>'WPVulnerability resetten','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Alle WPVulnerability-instellingen, gecachede gegevens, logboeken en geplande gebeurtenissen verwijderen, daarna standaardinstellingen herstellen en gegevens opnieuw laden vanuit de API.','This action cannot be undone.'=>'Deze actie kan niet ongedaan worden gemaakt.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Weet u zeker dat u alle WPVulnerability-gegevens wilt resetten? Deze actie kan niet ongedaan worden gemaakt.','Reset Plugin'=>'Plugin resetten','Vulnerability Database Statistics'=>'Statistieken kwetsbaarhedendatabase','%s vulnerability'=>'%s kwetsbaarheid' . "\0" . '%s kwetsbaarheden','(%s product)'=>'(%s product)' . "\0" . '(%s producten)','No data'=>'Geen gegevens','Database last updated: %s'=>'Database voor het laatste bijgewerkt: %s','Intelligence Sources'=>'Informatiebronnen','Number of vulnerabilities contributed by each intelligence source.'=>'Aantal kwetsbaarheden bijgedragen door elke informatiebron.','Source'=>'Bron','Core'=>'Core','Sponsors'=>'Sponsors','No sponsor data available.'=>'Geen sponsorgegevens beschikbaar.','Contributors'=>'Bijdragers','No contributor data available.'=>'Geen gegevens over bijdragers beschikbaar.','You do not have sufficient permissions to access this page.'=>'U heeft onvoldoende rechten om deze pagina te openen.','WPVulnerability settings'=>'WPVulnerability instellingen','Configure and save these settings to receive notifications.'=>'Configureer en sla deze instellingen op om e-mailmeldingen te ontvangen.','Configure and save these settings to hide vulnerabilities.'=>'Configureer en sla deze instellingen op om kwetsbaarheden te verbergen.','Default administrator email'=>'Standaard e-mailadres beheerder','Read more if you want to force the cache time.'=>'Meer lezen als u de cachetijd wilt forceren.','Never'=>'Nooit','Daily'=>'Dagelijks','Weekly'=>'Wekelijks','Day'=>'Dag','Hour'=>'Uur','Minute'=>'Minuut','Read more about how to force the deactivation of an item.'=>'Meer lezen over het geforceerd deactiveren van een item.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'Ongeldige Slack webhook-URL. Moet een geldige HTTPS-URL zijn van hooks.slack.com.','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'Ongeldige Microsoft Teams webhook-URL. Moet een geldige HTTPS-URL zijn van office.com, office365.com of api.hooks.microsoft.com.','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'Ongeldige Discord webhook-URL. Moet een geldige HTTPS-URL zijn van discord.com of discordapp.com.','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Ongeldig Telegram-bot-tokenformaat. Moet er zo uitzien: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11.','All Clear'=>'Alles in orde','%d Critical Issue Found'=>'%d kritiek probleem gevonden' . "\0" . '%d kritieke problemen gevonden','%d Issue Found'=>'%d probleem gevonden' . "\0" . '%d problemen gevonden','Never checked'=>'Nooit gecontroleerd','%d minute ago'=>'%d minuut geleden' . "\0" . '%d minuten geleden','%d hour ago'=>'%d uur geleden' . "\0" . '%d uur geleden','Last checked: %s'=>'Laatst gecontroleerd: %s','Refresh Now'=>'Nu vernieuwen','No vulnerabilities detected'=>'Geen kwetsbaarheden gedetecteerd','Your site is up to date and secure'=>'Uw site is up-to-date en veilig','Server Software'=>'Serversoftware','Site Health'=>'Site-gezondheid','Settings'=>'Instellingen','WPVulnerability Status'=>'WPVulnerability-status','Receive vulnerability notifications'=>'Kwetsbaarheidsmeldingen ontvangen','Cache expiration time'=>'Cache-vervaltijd','How often you want to receive notifications'=>'Hoe vaak je meldingen wilt ontvangen','Where do you want to receive notifications?'=>'Waar wilt u meldingen ontvangen?','Email addresses to notify (separated by commas)'=>'E-mailadressen voor meldingen (gescheiden door komma\'s)','Slack webhook URL'=>'Slack webhook-URL','Teams webhook URL'=>'Teams webhook-URL','Vulnerabilities to hide'=>'Te verbergen kwetsbaarheden','What do you want to hide?'=>'Wat wilt u verbergen?','Standard (Hybrid Detection)'=>'Standaard (hybride detectie)','Strict (Extensions Only)'=>'Strikt (alleen extensies)','Disabled (No Detection)'=>'Uitgeschakeld (geen detectie)','Security Status'=>'Beveiligingsstatus','Security Mode'=>'Beveiligingsmodus','Shell Execution'=>'Shell-uitvoering','Enabled'=>'Ingeschakeld','Audit Logging'=>'Auditregistratie','Enabled (%d days)'=>'Ingeschakeld (%d dagen)','Total Log Entries'=>'Totaal logboekvermeldingen','Last Shell Execution'=>'Laatste shell-uitvoering','%s ago'=>'%s geleden','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Beveiligingsinstellingen configureren via wp-config.php-constanten: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Zie documentatie over beveiligingsconfiguratie voor details.','Memcached'=>'Memcached','Imagick Extension'=>'Imagick-extensie','Redis Extension'=>'Redis-extensie','Memcached Extension'=>'Memcached-extensie','Memcache Extension'=>'Memcache-extensie','SQLite3 Extension'=>'SQLite3-extensie','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Shell-commando','Binary Check'=>'Binaire controle','Not Detected'=>'Niet gedetecteerd','Software Detection Methods'=>'Software-detectiemethoden','Shows which detection method was used for each software component and the reliability score.'=>'Toont welke detectiemethode is gebruikt voor elk softwarecomponent en de betrouwbaarheidsscore.','Component'=>'Component','Version'=>'Versie','Detection Method'=>'Detectiemethode','Reliability'=>'Betrouwbaarheid','Not detected'=>'Niet gedetecteerd','Shell Execution Audit Logs'=>'Shell-uitvoering auditlogboeken','Complete audit trail of shell command executions for security monitoring.'=>'Volledig auditspoor van shell-opdrachtuitvoeringen voor beveiligingsmonitoring.','No shell execution logs found.'=>'Geen shell-uitvoeringslogboeken gevonden.','Logs will appear here when shell commands are executed for software detection.'=>'Logboeken verschijnen hier wanneer shell-opdrachten worden uitgevoerd voor software-detectie.','Time'=>'Tijd','Command'=>'Opdracht','User'=>'Gebruiker','Output'=>'Uitvoer','Showing the %d most recent log entries.'=>'De %d meest recente logboekvermeldingen worden weergegeven.','Invalid nonce.'=>'Ongeldige nonce.','Insufficient permissions.'=>'Onvoldoende rechten.','No component specified.'=>'Geen component opgegeven.','Debug Information'=>'Debug-informatie','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Dit tabblad is alleen zichtbaar wanneer WP_DEBUG is ingeschakeld. Gebruik met voorzichtigheid.','System Information'=>'Systeeminformatie','WordPress Version'=>'WordPress-versie','Multisite'=>'Multisite','Yes'=>'Ja','No'=>'Nee','Language'=>'Taal','PHP Version'=>'PHP-versie','PHP Extensions'=>'PHP-extensies','PHP Memory Limit'=>'PHP-geheugenlimiet','Database'=>'Database','Web Server'=>'Webserver','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Pad:','Size: %s'=>'Grootte: %s','View Log File'=>'Logboekbestand bekijken','Log file is not web-accessible (outside wp-content)'=>'Logboekbestand is niet toegankelijk via het web (buiten wp-content)','Log file does not exist yet'=>'Logboekbestand bestaat nog niet','Plugin Version'=>'Plugin-versie','Component Detection'=>'Componentdetectie','Version Detected'=>'Versie gedetecteerd','Analyzed'=>'Geanalyseerd','Cache Status'=>'Cache-status','Configuration Summary'=>'Configuratieoverzicht','Cache Duration'=>'Cache-duur','Log Retention'=>'Logboekbewaring','Components Analyzed'=>'Geanalyseerde componenten','Notification Email'=>'Meldings-e-mail','Slack Webhook'=>'Slack-webhook','Configured & Enabled'=>'Geconfigureerd & ingeschakeld','Configured (Disabled)'=>'Geconfigureerd (uitgeschakeld)','Not configured'=>'Niet geconfigureerd','Teams Webhook'=>'Teams-webhook','Discord Webhook'=>'Discord-webhook','Telegram Bot'=>'Telegram-bot','Cron Status'=>'Cron-status','Update Database'=>'Database bijwerken','Next run: %s'=>'Volgende uitvoering: %s','Not scheduled'=>'Niet gepland','Send Notification'=>'Melding verzenden','Run Update Now'=>'Update nu uitvoeren','Run Notification Now'=>'Melding nu verzenden','You do not have permission to run these actions.'=>'U heeft geen toestemming om deze acties uit te voeren.','API Testing'=>'API-testen','Test API connectivity for each component. Click a button to send a test request.'=>'API-verbinding testen voor elk component. Klik op een knop om een testverzoek te sturen.','Test %s'=>'%s testen','Testing...'=>'Testen...','HTTP Code:'=>'HTTP-code:','Response Time:'=>'Responstijd:','Response Preview'=>'Responsvoorbeeld','Test'=>'Test','Error:'=>'Fout:','AJAX request failed.'=>'AJAX-verzoek mislukt.','You do not have permission to test API connectivity.'=>'U heeft geen toestemming om de API-verbinding te testen.','Database Options Viewer'=>'Database-optiesviewer','View the raw data stored in WordPress options.'=>'De ruwe gegevens bekijken die zijn opgeslagen in WordPress-opties.','Select an option...'=>'Selecteer een optie...','Option not found or empty.'=>'Optie niet gevonden of leeg.','Quick Actions'=>'Snelle acties','Perform debugging actions. Use with caution.'=>'Debug-acties uitvoeren. Gebruik met voorzichtigheid.','Are you sure you want to clear all caches?'=>'Weet u zeker dat u alle caches wilt wissen?','Clear All Caches'=>'Alle caches wissen','Are you sure you want to reset signatures?'=>'Weet u zeker dat u de handtekeningen wilt resetten?','Reset Signatures'=>'Handtekeningen resetten','Export Debug Info'=>'Debug-informatie exporteren','You do not have permission to perform these actions.'=>'U heeft geen toestemming om deze acties uit te voeren.','Settings saved.'=>'Instellingen opgeslagen.','WPVulnerability cron events have been repaired across the network.'=>'WPVulnerability-cron-gebeurtenissen zijn netwerk-breed gerepareerd.','You do not have permission to access this page.'=>'U heeft geen toestemming om deze pagina te openen.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s heeft een bekende kwetsbaarheid die mogelijk uw geïnstalleerde versie beïnvloedt.','Actively exploited'=>'Actief misbruikt','Public exploit'=>'Publiek exploit','Automatable'=>'Automatiseerbaar','References:'=>'Referenties:','Invalid component specified.'=>'Ongeldig component opgegeven.','Version not detected for this component.'=>'Versie niet gedetecteerd voor dit component.','API request successful.'=>'API-verzoek geslaagd.','API returned HTTP code %d.'=>'API heeft HTTP-code %d geretourneerd.','WPVulnerability Logs'=>'WPVulnerability-logboeken','WPVulnerability Log'=>'WPVulnerability-logboek','Low'=>'Laag','Medium'=>'Gemiddeld','High'=>'Hoog','Critical'=>'Kritiek','WPVulnerability Shell Logs'=>'WPVulnerability shell-logboeken','WPVulnerability Shell Log'=>'WPVulnerability shell-logboek','Every week'=>'Elke week','Every day'=>'Elke dag','Invalid request.'=>'Ongeldig verzoek.','You have unsubscribed from WPVulnerability notifications.'=>'U heeft zich afgemeld voor WPVulnerability-meldingen.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Leer meer over de WordPress Vulnerability Database API op %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Wilt u deze meldingen niet meer ontvangen? Afmelden of de e-mailfrequentie wijzigen naar Nooit in de WPVulnerability-instellingen.','No vulnerabilities found'=>'Geen kwetsbaarheden gevonden','This is likely a test. The site does not have vulnerabilities.'=>'Dit is waarschijnlijk een test. De site heeft geen kwetsbaarheden.','Core vulnerabilities'=>'Core kwetsbaarheden','Plugins vulnerabilities'=>'Plugins kwetsbaarheden','Themes vulnerabilities'=>'Thema\'s kwetsbaarheden','PHP vulnerabilities'=>'PHP-kwetsbaarheden','Apache HTTPD vulnerabilities'=>'Apache HTTPD-kwetsbaarheden','Nginx vulnerabilities'=>'Nginx-kwetsbaarheden','MariaDB vulnerabilities'=>'MariaDB-kwetsbaarheden','MySQL vulnerabilities'=>'MySQL-kwetsbaarheden','ImageMagick vulnerabilities'=>'ImageMagick-kwetsbaarheden','curl vulnerabilities'=>'curl-kwetsbaarheden','memcached vulnerabilities'=>'memcached-kwetsbaarheden','Redis vulnerabilities'=>'Redis-kwetsbaarheden','SQLite vulnerabilities'=>'SQLite-kwetsbaarheden','Vulnerability found: %s'=>'Kwetsbaarheid gevonden: %s','Vulnerability found'=>'Kwetsbaarheid gevonden','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s heeft een bekende kwetsbaarheid die mogelijk uw geïnstalleerde versie beïnvloedt.','This plugin is closed. Please replace it with another.'=>'Dit plugin is gesloten. Gelieve het te vervangen door een ander.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Deze kwetsbaarheid lijkt niet gepatcht te zijn. Blijf op de hoogte voor toekomstige plugin updates.','It hasn\'t been updated in over a year.'=>'Het is meer dan een jaar niet bijgewerkt.','It may no longer be available (closed?).'=>'Het is mogelijk niet meer beschikbaar (gesloten?).','Last updated on'=>'Laatste update op','Vulnerabilities (%d)'=>'Kwetsbaarheden (%d)','%s running'=>'%s actief','End of Life'=>'End of Life','End of life:'=>'End of life:','Supported'=>'Ondersteund','Plugin'=>'Plugin','Theme'=>'Thema','End of life: %s'=>'End of life: %s','EOL'=>'EOL','Network Settings'=>'Netwerkinstellingen','Vulnerabilities'=>'Kwetsbaarheden','Every 6 hours'=>'Elke 6 uur','Database updates'=>'Database-updates','Log cleanup'=>'Logboekopruiming','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Meldingen zijn gepland, maar instellingen schakelen ze momenteel uit. Controleer het tabblad Meldingen.','This event should not be scheduled for this site.'=>'Dit evenement mag niet worden gepland voor deze site.','Not expected for this site.'=>'Niet verwacht voor deze site.','No instances found.'=>'Geen instanties gevonden.','Scheduled with an unexpected interval.'=>'Gepland met een onverwacht interval.','Multiple instances detected.'=>'Meerdere instanties gedetecteerd.','Scheduled as expected.'=>'Gepland zoals verwacht.','There aren\'t plugins vulnerabilities'=>'Er zijn geen kwetsbaarheden in plugins','Shows possible vulnerabilities that exist in installed plugins.'=>'Toont mogelijke kwetsbaarheden die bestaan in geïnstalleerde plugins.','There is %d plugin with vulnerabilities'=>'Er is %d plugin met kwetsbaarheden' . "\0" . 'Er zijn %d plugins met kwetsbaarheden','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'We hebben mogelijke kwetsbaarheden gedetecteerd in geïnstalleerde plugins. Controleer ze en houd ze bijgewerkt.','Update plugins'=>'Plugins bijwerken','There aren\'t themes vulnerabilities'=>'Er zijn geen thema\'s kwetsbaarheden','Shows possible vulnerabilities that exist in installed themes.'=>'Toont mogelijke kwetsbaarheden die bestaan in geïnstalleerde thema\'s.','There is %d theme with vulnerabilities'=>'Er is %d thema met kwetsbaarheden' . "\0" . 'Er zijn %d thema\'s met kwetsbaarheden','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'We hebben mogelijke kwetsbaarheden gedetecteerd in geïnstalleerde thema\'s. Controleer ze en houd ze bijgewerkt.','Update themes'=>'Thema\'s bijwerken','There aren\'t WordPress vulnerabilities'=>'Er zijn geen kwetsbaarheden in WordPress','Shows possible vulnerabilities existing in the WordPress core.'=>'Toont mogelijke kwetsbaarheden die bestaan in de WordPress core.','There is %d core vulnerability'=>'Er is %d core kwetsbaarheid' . "\0" . 'Er zijn %d core kwetsbaarheden','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'We hebben mogelijke kwetsbaarheden ontdekt in deze WordPress installatie. Controleer deze en houd je installatie up-to-date.','Update WordPress'=>'WordPress bijwerken','Nginx'=>'Nginx','Invalid software type'=>'Ongeldig softwaretype','Error'=>'Fout','The specified software type is not valid.'=>'Het opgegeven softwaretype is niet geldig.','There aren\'t %s vulnerabilities'=>'Er zijn geen %s kwetsbaarheden','Shows possible vulnerabilities existing in %s.'=>'Toont mogelijke kwetsbaarheden die bestaan in %s.','There is %1$d %2$s vulnerability'=>'Er is %1$d %2$s kwetsbaarheid' . "\0" . 'Er zijn %1$d %2$s kwetsbaarheden','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'We hebben mogelijke kwetsbaarheden in %s gedetecteerd. Controleer ze en houd je installatie up-to-date.','How to update PHP'=>'Hoe PHP bij te werken','WPVulnerability Core'=>'WPVulnerability core','WPVulnerability Themes'=>'WPVulnerability thema\'s','WPVulnerability Plugins'=>'WPVulnerability plugins','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'Dit thema is gesloten. Gelieve het te vervangen door een ander.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Deze kwetsbaarheid lijkt niet gepatcht te zijn. Blijf op de hoogte voor toekomstige thema updates.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Dit thema heeft bekende kwetsbaarheden die mogelijk uw geïnstalleerde versie beïnvloeden.']]; \ No newline at end of file +return ['domain'=>'wpvulnerability','plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'nl_BE','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2023-12-19 07:18:46+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Ontvang informatie over mogelijke kwetsbaarheden in uw WordPress via de WordPress Vulnerability Database API.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Dit commando vereist een WordPress-beheerder. Uitvoeren met --user=.','No core vulnerabilities found.'=>'Geen core-kwetsbaarheden gevonden.','No plugin vulnerabilities found.'=>'Geen plugin-kwetsbaarheden gevonden.','No theme vulnerabilities found.'=>'Geen thema-kwetsbaarheden gevonden.','No %s vulnerabilities found.'=>'Geen %s-kwetsbaarheden gevonden.','Data from source has been reloaded.'=>'Gegevens uit de bron zijn opnieuw geladen.','You do not have permission to reload data.'=>'U heeft geen toestemming om gegevens opnieuw te laden.','Test email has been sent.'=>'Test-e-mail is verzonden.','Test email has failed. Please, check your email settings.'=>'De test e-mail is mislukt. Controleer je e-mailinstellingen.','You do not have permission to send test emails.'=>'U heeft geen toestemming om test-e-mails te verzenden.','WPVulnerability cron events have been repaired.'=>'WPVulnerability-cron-gebeurtenissen zijn gerepareerd.','You do not have permission to repair cron events.'=>'U heeft geen toestemming om cron-gebeurtenissen te repareren.','All logs have been deleted.'=>'Alle logboeken zijn verwijderd.','You do not have permission to delete logs.'=>'U heeft geen toestemming om logboeken te verwijderen.','Uninstall preference saved.'=>'Verwijderingsvoorkeur opgeslagen.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability is teruggezet naar standaardwaarden en opnieuw geladen.','You do not have permission to reset WPVulnerability.'=>'U heeft geen toestemming om WPVulnerability te resetten.','All caches have been cleared.'=>'Alle caches zijn gewist.','You do not have permission to clear caches.'=>'U heeft geen toestemming om caches te wissen.','Plugin and theme signatures have been reset.'=>'Plugin- en thema-handtekeningen zijn teruggezet.','You do not have permission to reset signatures.'=>'U heeft geen toestemming om handtekeningen te resetten.','You do not have permission to export debug information.'=>'U heeft geen toestemming om debug-informatie te exporteren.','Database update has been executed.'=>'Database-update is uitgevoerd.','You do not have permission to run database updates.'=>'U heeft geen toestemming om database-updates uit te voeren.','Notification has been sent.'=>'Melding is verzonden.','Notification sending failed.'=>'Verzenden van melding mislukt.','You do not have permission to send notifications.'=>'U heeft geen toestemming om meldingen te verzenden.','Notifications'=>'Meldingen','Analysis'=>'Analyse','Logs'=>'Logboeken','Security'=>'Beveiliging','Tools'=>'Hulpmiddelen','Debug'=>'Debug','About'=>'Over','Notification Settings'=>'Meldingsinstellingen','Configure how and when you want to receive vulnerability notifications.'=>'Configureer hoe en wanneer u kwetsbaarheidsmeldingen wilt ontvangen.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Blijf op de hoogte van beveiligingskwetsbaarheden in uw WordPress-installatie, plugins, thema\'s en serversoftware.','Cache Expiration Time'=>'Cache-vervaltijd','FORCED'=>'GEFORCEERD','How long to cache vulnerability data before refreshing from the API.'=>'Hoe lang kwetsbaarheidsgegevens worden gecached voordat ze worden vernieuwd vanuit de API.','%d hour'=>'%d uur' . "\0" . '%d uur','You can force the cache time via wp-config.php constant. Learn more →'=>'U kunt de cachetijd forceren via een wp-config.php-constante. Meer informatie →','Notification Frequency'=>'Meldingsfrequentie','Choose how often you want to receive vulnerability notifications.'=>'Kies hoe vaak u kwetsbaarheidsmeldingen wilt ontvangen.','Never - Disable automatic notifications'=>'Nooit – Automatische meldingen uitschakelen','Daily - Receive notifications every day'=>'Dagelijks – Elke dag meldingen ontvangen','Weekly - Receive notifications once a week'=>'Wekelijks – Eenmaal per week meldingen ontvangen','Day:'=>'Dag:','Monday'=>'Maandag','Tuesday'=>'Dinsdag','Wednesday'=>'Woensdag','Thursday'=>'Donderdag','Friday'=>'Vrijdag','Saturday'=>'Zaterdag','Sunday'=>'Zondag','Time:'=>'Tijd:','(24-hour format, server timezone)'=>'(24-uurs formaat, server-tijdzone)','Notification Channels'=>'Meldingskanalen','Select where you want to receive notifications.'=>'Selecteer waar u meldingen wilt ontvangen.','Email'=>'E-mail','Email Addresses (separated by commas):'=>'E-mailadressen (gescheiden door komma\'s):','Default:'=>'Standaard:','Slack'=>'Slack','Slack Webhook URL:'=>'Slack webhook-URL:','Learn how to create a Slack incoming webhook →'=>'Leer hoe u een inkomende Slack-webhook maakt →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'Teams webhook-URL:','Learn how to create a Teams incoming webhook →'=>'Leer hoe u een inkomende Teams-webhook maakt →','Discord'=>'Discord','Discord Webhook URL:'=>'Discord webhook-URL:','Learn how to create a Discord webhook →'=>'Leer hoe u een Discord-webhook maakt →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Telegram-bot-token:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formaat: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'Telegram chat-ID:','Learn how to create a Telegram bot and get Chat ID →'=>'Leer hoe u een Telegram-bot maakt en de chat-ID ophaalt →','Save Notification Settings'=>'Meldingsinstellingen opslaan','WordPress Components'=>'WordPress-componenten','WordPress Core'=>'WordPress Core','Plugins'=>'Plugins','Themes'=>'Thema\'s','Software & Languages'=>'Software & Talen','PHP'=>'PHP','Web Servers'=>'Webservers','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Databases','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Aanvullende hulpmiddelen','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Instellingen componentenanalyse','Enable or disable vulnerability analysis for specific components.'=>'Kwetsbaarheidsanalyse in- of uitschakelen voor specifieke componenten.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Selecteer de componenten die u wilt VERBERGEN voor kwetsbaarheidsscans en rapporten. Niet-geselecteerde componenten worden actief geanalyseerd. Componenten met actieve analyse worden groen weergegeven, verborgen componenten rood.','Hidden (forced by constant)'=>'Verborgen (geforceerd door constante)','🔴 Analysis disabled'=>'🔴 Analyse uitgeschakeld','🟢 Analysis active'=>'🟢 Analyse actief','Tip:'=>'Tip:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'U kunt componenten geforceerd uitschakelen via wp-config.php-constanten. Meer informatie over het geforceerd verbergen van controles →','Save Analysis Settings'=>'Analyse-instellingen opslaan','« Previous'=>'« Vorige','Next »'=>'Volgende »','Log entry not found or has been removed.'=>'Logboekvermelding niet gevonden of is verwijderd.','Unable to load the requested log entry.'=>'De gevraagde logboekvermelding kan niet worden geladen.','Log Configuration'=>'Logboekconfiguratie','Total Logs'=>'Totaal logboeken','Retention Period'=>'Bewaarperiode','Disabled'=>'Uitgeschakeld','%d day'=>'%d dag' . "\0" . '%d dagen','Log Retention Period'=>'Bewaarperiode logboek','None (Disabled)'=>'Geen (Uitgeschakeld)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Deze waarde wordt afgedwongen door de constante WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Kies hoe lang WPVulnerability API-responslogboeken moet bewaren. Oudere logboeken worden automatisch verwijderd.','Save Configuration'=>'Configuratie opslaan','Log retention is currently disabled.'=>'Logboekbewaring is momenteel uitgeschakeld.','API responses are not being saved.'=>'API-reacties worden niet opgeslagen.','Log Details'=>'Logboekdetails','Date'=>'Datum','API Endpoint'=>'API-eindpunt','API Response'=>'API-respons','Back to Logs'=>'Terug naar logboeken','No logs available'=>'Geen logboeken beschikbaar','API response logs will appear here once the vulnerability scanner runs.'=>'API-responslogboeken verschijnen hier zodra de kwetsbaarheidsscanner wordt uitgevoerd.','API Response Logs'=>'API-responslogboeken','Show:'=>'Weergeven:','Apply'=>'Toepassen','Showing %1$s–%2$s of %3$s'=>'%1$s–%2$s van %3$s weergegeven','Actions'=>'Acties','View'=>'Bekijken','Danger Zone'=>'Gevarenzone','Permanently delete all API response logs. This action cannot be undone.'=>'Alle API-responslogboeken permanent verwijderen. Deze actie kan niet ongedaan worden gemaakt.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Weet u zeker dat u alle logboeken wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.','Delete All Logs'=>'Alle logboeken verwijderen','Reload Data from API'=>'Gegevens opnieuw laden vanuit API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Alle Core-, plugin-, thema- en andere componenteninformatie direct opnieuw laden vanuit de API voor actuele gegevens. Dit wist de cache en haalt nieuwe kwetsbaarheidsinformatie op.','Reload Data'=>'Gegevens opnieuw laden','Test Email Notifications'=>'Test e-mailmeldingen','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Stuur een test-e-mailmelding met actuele kwetsbaarheidsgegevens om te controleren of uw e-mailconfiguratie correct werkt.','From address (configured via constant):'=>'Afzenderadres (geconfigureerd via constante):','From address (default):'=>'Afzenderadres (standaard):','Learn how to customize the email sender address →'=>'Leer hoe u het e-mailafzenderadres kunt aanpassen →','Send Test Email'=>'Test-e-mail verzenden','WP-Cron Status'=>'WP-cron-status','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'WP-cron geplande gebeurtenissen weergeven en beheren. Vergelijk verwachte planningen met werkelijke cron-taken om te controleren of geautomatiseerde taken correct worden uitgevoerd.','No cron data available.'=>'Geen cron-gegevens beschikbaar.','Hook'=>'Hook','Expected'=>'Verwacht','Found'=>'Gevonden','Next Run'=>'Volgende uitvoering','Status'=>'Status','Not expected'=>'Niet verwacht','None'=>'Geen','OK'=>'OK','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Onverwachte WPVulnerability-gebeurtenissen','No interval'=>'Geen interval','Next:'=>'Volgende:','Repair Cron Events'=>'Cron-gebeurtenissen repareren','Uninstall Data'=>'Verwijderingsgegevens','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Standaard worden alle plugin-gegevens bewaard wanneer WPVulnerability wordt verwijderd. Schakel de onderstaande optie alleen in als u wilt dat alle opties, logboeken en gecachede gegevens permanent worden verwijderd bij het verwijderen.','Delete all plugin data on uninstall'=>'Alle plugin-gegevens verwijderen bij het verwijderen','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Standaard: niet aangevinkt (gegevens bewaard). Alleen aanvinken als u een volledige verwijdering wilt.','Save preference'=>'Voorkeur opslaan','Reset WPVulnerability'=>'WPVulnerability resetten','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Alle WPVulnerability-instellingen, gecachede gegevens, logboeken en geplande gebeurtenissen verwijderen, daarna standaardinstellingen herstellen en gegevens opnieuw laden vanuit de API.','This action cannot be undone.'=>'Deze actie kan niet ongedaan worden gemaakt.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Weet u zeker dat u alle WPVulnerability-gegevens wilt resetten? Deze actie kan niet ongedaan worden gemaakt.','Reset Plugin'=>'Plugin resetten','Vulnerability Database Statistics'=>'Statistieken kwetsbaarhedendatabase','%s vulnerability'=>'%s kwetsbaarheid' . "\0" . '%s kwetsbaarheden','(%s product)'=>'(%s product)' . "\0" . '(%s producten)','No data'=>'Geen gegevens','Database last updated: %s'=>'Database voor het laatste bijgewerkt: %s','Intelligence Sources'=>'Informatiebronnen','Number of vulnerabilities contributed by each intelligence source.'=>'Aantal kwetsbaarheden bijgedragen door elke informatiebron.','Source'=>'Bron','Core'=>'Core','Sponsors'=>'Sponsors','No sponsor data available.'=>'Geen sponsorgegevens beschikbaar.','Contributors'=>'Bijdragers','No contributor data available.'=>'Geen gegevens over bijdragers beschikbaar.','You do not have sufficient permissions to access this page.'=>'U heeft onvoldoende rechten om deze pagina te openen.','WPVulnerability settings'=>'WPVulnerability instellingen','Configure and save these settings to receive notifications.'=>'Configureer en sla deze instellingen op om e-mailmeldingen te ontvangen.','Configure and save these settings to hide vulnerabilities.'=>'Configureer en sla deze instellingen op om kwetsbaarheden te verbergen.','Default administrator email'=>'Standaard e-mailadres beheerder','Read more if you want to force the cache time.'=>'Meer lezen als u de cachetijd wilt forceren.','Never'=>'Nooit','Daily'=>'Dagelijks','Weekly'=>'Wekelijks','Day'=>'Dag','Hour'=>'Uur','Minute'=>'Minuut','Read more about how to force the deactivation of an item.'=>'Meer lezen over het geforceerd deactiveren van een item.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'Ongeldige Slack webhook-URL. Moet een geldige HTTPS-URL zijn van hooks.slack.com.','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'Ongeldige Microsoft Teams webhook-URL. Moet een geldige HTTPS-URL zijn van office.com, office365.com of api.hooks.microsoft.com.','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'Ongeldige Discord webhook-URL. Moet een geldige HTTPS-URL zijn van discord.com of discordapp.com.','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Ongeldig Telegram-bot-tokenformaat. Moet er zo uitzien: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11.','All Clear'=>'Alles in orde','%d Critical Issue Found'=>'%d kritiek probleem gevonden' . "\0" . '%d kritieke problemen gevonden','%d Issue Found'=>'%d probleem gevonden' . "\0" . '%d problemen gevonden','Never checked'=>'Nooit gecontroleerd','%d minute ago'=>'%d minuut geleden' . "\0" . '%d minuten geleden','%d hour ago'=>'%d uur geleden' . "\0" . '%d uur geleden','Last checked: %s'=>'Laatst gecontroleerd: %s','Refresh Now'=>'Nu vernieuwen','No vulnerabilities detected'=>'Geen kwetsbaarheden gedetecteerd','Your site is up to date and secure'=>'Uw site is up-to-date en veilig','Server Software'=>'Serversoftware','Site Health'=>'Site-gezondheid','Settings'=>'Instellingen','WPVulnerability Status'=>'WPVulnerability-status','Receive vulnerability notifications'=>'Kwetsbaarheidsmeldingen ontvangen','Cache expiration time'=>'Cache-vervaltijd','How often you want to receive notifications'=>'Hoe vaak je meldingen wilt ontvangen','Where do you want to receive notifications?'=>'Waar wilt u meldingen ontvangen?','Email addresses to notify (separated by commas)'=>'E-mailadressen voor meldingen (gescheiden door komma\'s)','Slack webhook URL'=>'Slack webhook-URL','Teams webhook URL'=>'Teams webhook-URL','Vulnerabilities to hide'=>'Te verbergen kwetsbaarheden','What do you want to hide?'=>'Wat wilt u verbergen?','Standard (Hybrid Detection)'=>'Standaard (hybride detectie)','Strict (Extensions Only)'=>'Strikt (alleen extensies)','Disabled (No Detection)'=>'Uitgeschakeld (geen detectie)','Security Status'=>'Beveiligingsstatus','Security Mode'=>'Beveiligingsmodus','Shell Execution'=>'Shell-uitvoering','Enabled'=>'Ingeschakeld','Audit Logging'=>'Auditregistratie','Enabled (%d days)'=>'Ingeschakeld (%d dagen)','Total Log Entries'=>'Totaal logboekvermeldingen','Last Shell Execution'=>'Laatste shell-uitvoering','%s ago'=>'%s geleden','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Beveiligingsinstellingen configureren via wp-config.php-constanten: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Zie documentatie over beveiligingsconfiguratie voor details.','Memcached'=>'Memcached','Imagick Extension'=>'Imagick-extensie','Redis Extension'=>'Redis-extensie','Memcached Extension'=>'Memcached-extensie','Memcache Extension'=>'Memcache-extensie','SQLite3 Extension'=>'SQLite3-extensie','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Shell-commando','Binary Check'=>'Binaire controle','Not Detected'=>'Niet gedetecteerd','Software Detection Methods'=>'Software-detectiemethoden','Shows which detection method was used for each software component and the reliability score.'=>'Toont welke detectiemethode is gebruikt voor elk softwarecomponent en de betrouwbaarheidsscore.','Component'=>'Component','Version'=>'Versie','Detection Method'=>'Detectiemethode','Reliability'=>'Betrouwbaarheid','Not detected'=>'Niet gedetecteerd','Shell Execution Audit Logs'=>'Shell-uitvoering auditlogboeken','Complete audit trail of shell command executions for security monitoring.'=>'Volledig auditspoor van shell-opdrachtuitvoeringen voor beveiligingsmonitoring.','No shell execution logs found.'=>'Geen shell-uitvoeringslogboeken gevonden.','Logs will appear here when shell commands are executed for software detection.'=>'Logboeken verschijnen hier wanneer shell-opdrachten worden uitgevoerd voor software-detectie.','Time'=>'Tijd','Command'=>'Opdracht','User'=>'Gebruiker','Output'=>'Uitvoer','Showing the %d most recent log entries.'=>'De %d meest recente logboekvermeldingen worden weergegeven.','Invalid nonce.'=>'Ongeldige nonce.','Insufficient permissions.'=>'Onvoldoende rechten.','No component specified.'=>'Geen component opgegeven.','Debug Information'=>'Debug-informatie','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Dit tabblad is alleen zichtbaar wanneer WP_DEBUG is ingeschakeld. Gebruik met voorzichtigheid.','System Information'=>'Systeeminformatie','WordPress Version'=>'WordPress-versie','Multisite'=>'Multisite','Yes'=>'Ja','No'=>'Nee','Language'=>'Taal','PHP Version'=>'PHP-versie','PHP Extensions'=>'PHP-extensies','PHP Memory Limit'=>'PHP-geheugenlimiet','Database'=>'Database','Web Server'=>'Webserver','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Pad:','Size: %s'=>'Grootte: %s','View Log File'=>'Logboekbestand bekijken','Log file is not web-accessible (outside wp-content)'=>'Logboekbestand is niet toegankelijk via het web (buiten wp-content)','Log file does not exist yet'=>'Logboekbestand bestaat nog niet','Plugin Version'=>'Plugin-versie','Component Detection'=>'Componentdetectie','Version Detected'=>'Versie gedetecteerd','Analyzed'=>'Geanalyseerd','Cache Status'=>'Cache-status','Configuration Summary'=>'Configuratieoverzicht','Cache Duration'=>'Cache-duur','Log Retention'=>'Logboekbewaring','Components Analyzed'=>'Geanalyseerde componenten','Notification Email'=>'Meldings-e-mail','Slack Webhook'=>'Slack-webhook','Configured & Enabled'=>'Geconfigureerd & ingeschakeld','Configured (Disabled)'=>'Geconfigureerd (uitgeschakeld)','Not configured'=>'Niet geconfigureerd','Teams Webhook'=>'Teams-webhook','Discord Webhook'=>'Discord-webhook','Telegram Bot'=>'Telegram-bot','Cron Status'=>'Cron-status','Update Database'=>'Database bijwerken','Next run: %s'=>'Volgende uitvoering: %s','Not scheduled'=>'Niet gepland','Send Notification'=>'Melding verzenden','Run Update Now'=>'Update nu uitvoeren','Run Notification Now'=>'Melding nu verzenden','You do not have permission to run these actions.'=>'U heeft geen toestemming om deze acties uit te voeren.','API Testing'=>'API-testen','Test API connectivity for each component. Click a button to send a test request.'=>'API-verbinding testen voor elk component. Klik op een knop om een testverzoek te sturen.','Test %s'=>'%s testen','Testing...'=>'Testen...','HTTP Code:'=>'HTTP-code:','Response Time:'=>'Responstijd:','Response Preview'=>'Responsvoorbeeld','Test'=>'Test','Error:'=>'Fout:','AJAX request failed.'=>'AJAX-verzoek mislukt.','You do not have permission to test API connectivity.'=>'U heeft geen toestemming om de API-verbinding te testen.','Database Options Viewer'=>'Database-optiesviewer','View the raw data stored in WordPress options.'=>'De ruwe gegevens bekijken die zijn opgeslagen in WordPress-opties.','Select an option...'=>'Selecteer een optie...','Option not found or empty.'=>'Optie niet gevonden of leeg.','Quick Actions'=>'Snelle acties','Perform debugging actions. Use with caution.'=>'Debug-acties uitvoeren. Gebruik met voorzichtigheid.','Are you sure you want to clear all caches?'=>'Weet u zeker dat u alle caches wilt wissen?','Clear All Caches'=>'Alle caches wissen','Are you sure you want to reset signatures?'=>'Weet u zeker dat u de handtekeningen wilt resetten?','Reset Signatures'=>'Handtekeningen resetten','Export Debug Info'=>'Debug-informatie exporteren','You do not have permission to perform these actions.'=>'U heeft geen toestemming om deze acties uit te voeren.','Settings saved.'=>'Instellingen opgeslagen.','WPVulnerability cron events have been repaired across the network.'=>'WPVulnerability-cron-gebeurtenissen zijn netwerk-breed gerepareerd.','You do not have permission to access this page.'=>'U heeft geen toestemming om deze pagina te openen.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s heeft een bekende kwetsbaarheid die mogelijk uw geïnstalleerde versie beïnvloedt.','Actively exploited'=>'Actief misbruikt','Public exploit'=>'Publiek exploit','Automatable'=>'Automatiseerbaar','References:'=>'Referenties:','Invalid component specified.'=>'Ongeldig component opgegeven.','Version not detected for this component.'=>'Versie niet gedetecteerd voor dit component.','API request successful.'=>'API-verzoek geslaagd.','API returned HTTP code %d.'=>'API heeft HTTP-code %d geretourneerd.','WPVulnerability Logs'=>'WPVulnerability-logboeken','WPVulnerability Log'=>'WPVulnerability-logboek','Low'=>'Laag','Medium'=>'Gemiddeld','High'=>'Hoog','Critical'=>'Kritiek','WPVulnerability Shell Logs'=>'WPVulnerability shell-logboeken','WPVulnerability Shell Log'=>'WPVulnerability shell-logboek','Every week'=>'Elke week','Every day'=>'Elke dag','Invalid request.'=>'Ongeldig verzoek.','You have unsubscribed from WPVulnerability notifications.'=>'U heeft zich afgemeld voor WPVulnerability-meldingen.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Leer meer over de WordPress Vulnerability Database API op %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Wilt u deze meldingen niet meer ontvangen? Afmelden of de e-mailfrequentie wijzigen naar Nooit in de WPVulnerability-instellingen.','No vulnerabilities found'=>'Geen kwetsbaarheden gevonden','This is likely a test. The site does not have vulnerabilities.'=>'Dit is waarschijnlijk een test. De site heeft geen kwetsbaarheden.','Core vulnerabilities'=>'Core kwetsbaarheden','Plugins vulnerabilities'=>'Plugins kwetsbaarheden','Themes vulnerabilities'=>'Thema\'s kwetsbaarheden','PHP vulnerabilities'=>'PHP-kwetsbaarheden','Apache HTTPD vulnerabilities'=>'Apache HTTPD-kwetsbaarheden','Nginx vulnerabilities'=>'Nginx-kwetsbaarheden','MariaDB vulnerabilities'=>'MariaDB-kwetsbaarheden','MySQL vulnerabilities'=>'MySQL-kwetsbaarheden','ImageMagick vulnerabilities'=>'ImageMagick-kwetsbaarheden','curl vulnerabilities'=>'curl-kwetsbaarheden','memcached vulnerabilities'=>'memcached-kwetsbaarheden','Redis vulnerabilities'=>'Redis-kwetsbaarheden','SQLite vulnerabilities'=>'SQLite-kwetsbaarheden','Vulnerability found: %s'=>'Kwetsbaarheid gevonden: %s','Vulnerability found'=>'Kwetsbaarheid gevonden','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s heeft een bekende kwetsbaarheid die mogelijk uw geïnstalleerde versie beïnvloedt.','This plugin is closed. Please replace it with another.'=>'Dit plugin is gesloten. Gelieve het te vervangen door een ander.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Deze kwetsbaarheid lijkt niet gepatcht te zijn. Blijf op de hoogte voor toekomstige plugin updates.','It hasn\'t been updated in over a year.'=>'Het is meer dan een jaar niet bijgewerkt.','It may no longer be available (closed?).'=>'Het is mogelijk niet meer beschikbaar (gesloten?).','Last updated on'=>'Laatste update op','Vulnerabilities (%d)'=>'Kwetsbaarheden (%d)','%s running'=>'%s actief','End of Life'=>'End of Life','End of life:'=>'End of life:','Supported'=>'Ondersteund','Plugin'=>'Plugin','Theme'=>'Thema','End of life: %s'=>'End of life: %s','EOL'=>'EOL','Network Settings'=>'Netwerkinstellingen','Vulnerabilities'=>'Kwetsbaarheden','Every 6 hours'=>'Elke 6 uur','Database updates'=>'Database-updates','Log cleanup'=>'Logboekopruiming','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Meldingen zijn gepland, maar instellingen schakelen ze momenteel uit. Controleer het tabblad Meldingen.','This event should not be scheduled for this site.'=>'Dit evenement mag niet worden gepland voor deze site.','Not expected for this site.'=>'Niet verwacht voor deze site.','No instances found.'=>'Geen instanties gevonden.','Scheduled with an unexpected interval.'=>'Gepland met een onverwacht interval.','Multiple instances detected.'=>'Meerdere instanties gedetecteerd.','Scheduled as expected.'=>'Gepland zoals verwacht.','There aren\'t plugins vulnerabilities'=>'Er zijn geen kwetsbaarheden in plugins','Shows possible vulnerabilities that exist in installed plugins.'=>'Toont mogelijke kwetsbaarheden die bestaan in geïnstalleerde plugins.','There is %d plugin with vulnerabilities'=>'Er is %d plugin met kwetsbaarheden' . "\0" . 'Er zijn %d plugins met kwetsbaarheden','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'We hebben mogelijke kwetsbaarheden gedetecteerd in geïnstalleerde plugins. Controleer ze en houd ze bijgewerkt.','Update plugins'=>'Plugins bijwerken','There aren\'t themes vulnerabilities'=>'Er zijn geen thema\'s kwetsbaarheden','Shows possible vulnerabilities that exist in installed themes.'=>'Toont mogelijke kwetsbaarheden die bestaan in geïnstalleerde thema\'s.','There is %d theme with vulnerabilities'=>'Er is %d thema met kwetsbaarheden' . "\0" . 'Er zijn %d thema\'s met kwetsbaarheden','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'We hebben mogelijke kwetsbaarheden gedetecteerd in geïnstalleerde thema\'s. Controleer ze en houd ze bijgewerkt.','Update themes'=>'Thema\'s bijwerken','There aren\'t WordPress vulnerabilities'=>'Er zijn geen kwetsbaarheden in WordPress','Shows possible vulnerabilities existing in the WordPress core.'=>'Toont mogelijke kwetsbaarheden die bestaan in de WordPress core.','There is %d core vulnerability'=>'Er is %d core kwetsbaarheid' . "\0" . 'Er zijn %d core kwetsbaarheden','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'We hebben mogelijke kwetsbaarheden ontdekt in deze WordPress installatie. Controleer deze en houd je installatie up-to-date.','Update WordPress'=>'WordPress bijwerken','Nginx'=>'Nginx','Invalid software type'=>'Ongeldig softwaretype','Error'=>'Fout','The specified software type is not valid.'=>'Het opgegeven softwaretype is niet geldig.','There aren\'t %s vulnerabilities'=>'Er zijn geen %s kwetsbaarheden','Shows possible vulnerabilities existing in %s.'=>'Toont mogelijke kwetsbaarheden die bestaan in %s.','There is %1$d %2$s vulnerability'=>'Er is %1$d %2$s kwetsbaarheid' . "\0" . 'Er zijn %1$d %2$s kwetsbaarheden','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'We hebben mogelijke kwetsbaarheden in %s gedetecteerd. Controleer ze en houd je installatie up-to-date.','How to update PHP'=>'Hoe PHP bij te werken','WPVulnerability Core'=>'WPVulnerability core','WPVulnerability Themes'=>'WPVulnerability thema\'s','WPVulnerability Plugins'=>'WPVulnerability plugins','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'Dit thema is gesloten. Gelieve het te vervangen door een ander.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Deze kwetsbaarheid lijkt niet gepatcht te zijn. Blijf op de hoogte voor toekomstige thema updates.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Dit thema heeft bekende kwetsbaarheden die mogelijk uw geïnstalleerde versie beïnvloeden.']]; \ No newline at end of file diff --git a/languages/wpvulnerability-nl.l10n.php b/languages/wpvulnerability-nl.l10n.php index 04e3833..7012ec3 100644 --- a/languages/wpvulnerability-nl.l10n.php +++ b/languages/wpvulnerability-nl.l10n.php @@ -1,2 +1,2 @@ NULL,'plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'nl','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2025-09-17 08:21:00+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Ontvang informatie over mogelijke kwetsbaarheden in uw WordPress via de WordPress Vulnerability Database API.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Dit commando vereist een WordPress-beheerder. Uitvoeren met --user=.','No core vulnerabilities found.'=>'Geen core-kwetsbaarheden gevonden.','No plugin vulnerabilities found.'=>'Geen plugin-kwetsbaarheden gevonden.','No theme vulnerabilities found.'=>'Geen thema-kwetsbaarheden gevonden.','No %s vulnerabilities found.'=>'Geen %s-kwetsbaarheden gevonden.','Data from source has been reloaded.'=>'Gegevens uit de bron zijn opnieuw geladen.','You do not have permission to reload data.'=>'U heeft geen toestemming om gegevens opnieuw te laden.','Test email has been sent.'=>'Test-e-mail is verzonden.','Test email has failed. Please, check your email settings.'=>'De test e-mail is mislukt. Controleer je e-mailinstellingen.','You do not have permission to send test emails.'=>'U heeft geen toestemming om test-e-mails te verzenden.','WPVulnerability cron events have been repaired.'=>'WPVulnerability-cron-gebeurtenissen zijn gerepareerd.','You do not have permission to repair cron events.'=>'U heeft geen toestemming om cron-gebeurtenissen te repareren.','All logs have been deleted.'=>'Alle logboeken zijn verwijderd.','You do not have permission to delete logs.'=>'U heeft geen toestemming om logboeken te verwijderen.','Uninstall preference saved.'=>'Verwijderingsvoorkeur opgeslagen.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability is teruggezet naar standaardwaarden en opnieuw geladen.','You do not have permission to reset WPVulnerability.'=>'U heeft geen toestemming om WPVulnerability te resetten.','All caches have been cleared.'=>'Alle caches zijn gewist.','You do not have permission to clear caches.'=>'U heeft geen toestemming om caches te wissen.','Plugin and theme signatures have been reset.'=>'Plugin- en thema-handtekeningen zijn teruggezet.','You do not have permission to reset signatures.'=>'U heeft geen toestemming om handtekeningen te resetten.','You do not have permission to export debug information.'=>'U heeft geen toestemming om debug-informatie te exporteren.','Database update has been executed.'=>'Database-update is uitgevoerd.','You do not have permission to run database updates.'=>'U heeft geen toestemming om database-updates uit te voeren.','Notification has been sent.'=>'Melding is verzonden.','Notification sending failed.'=>'Verzenden van melding mislukt.','You do not have permission to send notifications.'=>'U heeft geen toestemming om meldingen te verzenden.','Notifications'=>'Meldingen','Analysis'=>'Analyse','Logs'=>'Logboeken','Security'=>'Beveiliging','Tools'=>'Hulpmiddelen','Debug'=>'Debug','About'=>'Over','Notification Settings'=>'Meldingsinstellingen','Configure how and when you want to receive vulnerability notifications.'=>'Configureer hoe en wanneer u kwetsbaarheidsmeldingen wilt ontvangen.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Blijf op de hoogte van beveiligingskwetsbaarheden in uw WordPress-installatie, plugins, thema\'s en serversoftware.','Cache Expiration Time'=>'Cache-vervaltijd','FORCED'=>'GEFORCEERD','How long to cache vulnerability data before refreshing from the API.'=>'Hoe lang kwetsbaarheidsgegevens worden gecached voordat ze worden vernieuwd vanuit de API.','%d hour'=>'%d uur' . "\0" . '%d uur','You can force the cache time via wp-config.php constant. Learn more →'=>'U kunt de cachetijd forceren via een wp-config.php-constante. Meer informatie →','Notification Frequency'=>'Meldingsfrequentie','Choose how often you want to receive vulnerability notifications.'=>'Kies hoe vaak u kwetsbaarheidsmeldingen wilt ontvangen.','Never - Disable automatic notifications'=>'Nooit – Automatische meldingen uitschakelen','Daily - Receive notifications every day'=>'Dagelijks – Elke dag meldingen ontvangen','Weekly - Receive notifications once a week'=>'Wekelijks – Eenmaal per week meldingen ontvangen','Day:'=>'Dag:','Monday'=>'Maandag','Tuesday'=>'Dinsdag','Wednesday'=>'Woensdag','Thursday'=>'Donderdag','Friday'=>'Vrijdag','Saturday'=>'Zaterdag','Sunday'=>'Zondag','Time:'=>'Tijd:','(24-hour format, server timezone)'=>'(24-uurs formaat, server-tijdzone)','Notification Channels'=>'Meldingskanalen','Select where you want to receive notifications.'=>'Selecteer waar u meldingen wilt ontvangen.','Email'=>'E-mail','Email Addresses (separated by commas):'=>'E-mailadressen (gescheiden door komma\'s):','Default:'=>'Standaard:','Slack'=>'Slack','Slack Webhook URL:'=>'Slack webhook-URL:','Learn how to create a Slack incoming webhook →'=>'Leer hoe u een inkomende Slack-webhook maakt →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'Teams webhook-URL:','Learn how to create a Teams incoming webhook →'=>'Leer hoe u een inkomende Teams-webhook maakt →','Discord'=>'Discord','Discord Webhook URL:'=>'Discord webhook-URL:','Learn how to create a Discord webhook →'=>'Leer hoe u een Discord-webhook maakt →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Telegram-bot-token:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formaat: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'Telegram chat-ID:','Learn how to create a Telegram bot and get Chat ID →'=>'Leer hoe u een Telegram-bot maakt en de chat-ID ophaalt →','Save Notification Settings'=>'Meldingsinstellingen opslaan','WordPress Components'=>'WordPress-componenten','WordPress Core'=>'WordPress Core','Plugins'=>'Plugins','Themes'=>'Thema\'s','Software & Languages'=>'Software & Talen','PHP'=>'PHP','Web Servers'=>'Webservers','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Databases','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Aanvullende hulpmiddelen','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Instellingen componentenanalyse','Enable or disable vulnerability analysis for specific components.'=>'Kwetsbaarheidsanalyse in- of uitschakelen voor specifieke componenten.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Selecteer de componenten die u wilt VERBERGEN voor kwetsbaarheidsscans en rapporten. Niet-geselecteerde componenten worden actief geanalyseerd. Componenten met actieve analyse worden groen weergegeven, verborgen componenten rood.','Hidden (forced by constant)'=>'Verborgen (geforceerd door constante)','🔴 Analysis disabled'=>'🔴 Analyse uitgeschakeld','🟢 Analysis active'=>'🟢 Analyse actief','Tip:'=>'Tip:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'U kunt componenten geforceerd uitschakelen via wp-config.php-constanten. Meer informatie over het geforceerd verbergen van controles →','Save Analysis Settings'=>'Analyse-instellingen opslaan','« Previous'=>'« Vorige','Next »'=>'Volgende »','Log entry not found or has been removed.'=>'Logboekvermelding niet gevonden of is verwijderd.','Unable to load the requested log entry.'=>'De gevraagde logboekvermelding kan niet worden geladen.','Log Configuration'=>'Logboekconfiguratie','Total Logs'=>'Totaal logboeken','Retention Period'=>'Bewaarperiode','Disabled'=>'Uitgeschakeld','%d day'=>'%d dag' . "\0" . '%d dagen','Log Retention Period'=>'Bewaarperiode logboek','None (Disabled)'=>'Geen (Uitgeschakeld)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Deze waarde wordt afgedwongen door de constante WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Kies hoe lang WPVulnerability API-responslogboeken moet bewaren. Oudere logboeken worden automatisch verwijderd.','Save Configuration'=>'Configuratie opslaan','Log retention is currently disabled.'=>'Logboekbewaring is momenteel uitgeschakeld.','API responses are not being saved.'=>'API-reacties worden niet opgeslagen.','Log Details'=>'Logboekdetails','Date'=>'Datum','API Endpoint'=>'API-eindpunt','API Response'=>'API-respons','Back to Logs'=>'Terug naar logboeken','No logs available'=>'Geen logboeken beschikbaar','API response logs will appear here once the vulnerability scanner runs.'=>'API-responslogboeken verschijnen hier zodra de kwetsbaarheidsscanner wordt uitgevoerd.','API Response Logs'=>'API-responslogboeken','Show:'=>'Weergeven:','Apply'=>'Toepassen','Showing %1$s–%2$s of %3$s'=>'%1$s–%2$s van %3$s weergegeven','Actions'=>'Acties','View'=>'Bekijken','Danger Zone'=>'Gevarenzone','Permanently delete all API response logs. This action cannot be undone.'=>'Alle API-responslogboeken permanent verwijderen. Deze actie kan niet ongedaan worden gemaakt.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Weet u zeker dat u alle logboeken wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.','Delete All Logs'=>'Alle logboeken verwijderen','Reload Data from API'=>'Gegevens opnieuw laden vanuit API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Alle Core-, plugin-, thema- en andere componenteninformatie direct opnieuw laden vanuit de API voor actuele gegevens. Dit wist de cache en haalt nieuwe kwetsbaarheidsinformatie op.','Reload Data'=>'Gegevens opnieuw laden','Test Email Notifications'=>'Test e-mailmeldingen','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Stuur een test-e-mailmelding met actuele kwetsbaarheidsgegevens om te controleren of uw e-mailconfiguratie correct werkt.','From address (configured via constant):'=>'Afzenderadres (geconfigureerd via constante):','From address (default):'=>'Afzenderadres (standaard):','Learn how to customize the email sender address →'=>'Leer hoe u het e-mailafzenderadres kunt aanpassen →','Send Test Email'=>'Test-e-mail verzenden','WP-Cron Status'=>'WP-cron-status','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'WP-cron geplande gebeurtenissen weergeven en beheren. Vergelijk verwachte planningen met werkelijke cron-taken om te controleren of geautomatiseerde taken correct worden uitgevoerd.','No cron data available.'=>'Geen cron-gegevens beschikbaar.','Hook'=>'Hook','Expected'=>'Verwacht','Found'=>'Gevonden','Next Run'=>'Volgende uitvoering','Status'=>'Status','Not expected'=>'Niet verwacht','None'=>'Geen','OK'=>'OK','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Onverwachte WPVulnerability-gebeurtenissen','No interval'=>'Geen interval','Next:'=>'Volgende:','Repair Cron Events'=>'Cron-gebeurtenissen repareren','Uninstall Data'=>'Verwijderingsgegevens','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Standaard worden alle plugin-gegevens bewaard wanneer WPVulnerability wordt verwijderd. Schakel de onderstaande optie alleen in als u wilt dat alle opties, logboeken en gecachede gegevens permanent worden verwijderd bij het verwijderen.','Delete all plugin data on uninstall'=>'Alle plugin-gegevens verwijderen bij het verwijderen','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Standaard: niet aangevinkt (gegevens bewaard). Alleen aanvinken als u een volledige verwijdering wilt.','Save preference'=>'Voorkeur opslaan','Reset WPVulnerability'=>'WPVulnerability resetten','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Alle WPVulnerability-instellingen, gecachede gegevens, logboeken en geplande gebeurtenissen verwijderen, daarna standaardinstellingen herstellen en gegevens opnieuw laden vanuit de API.','This action cannot be undone.'=>'Deze actie kan niet ongedaan worden gemaakt.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Weet u zeker dat u alle WPVulnerability-gegevens wilt resetten? Deze actie kan niet ongedaan worden gemaakt.','Reset Plugin'=>'Plugin resetten','Vulnerability Database Statistics'=>'Statistieken kwetsbaarhedendatabase','%s vulnerability'=>'%s kwetsbaarheid' . "\0" . '%s kwetsbaarheden','(%s product)'=>'(%s product)' . "\0" . '(%s producten)','No data'=>'Geen gegevens','Database last updated: %s'=>'Database voor het laatste bijgewerkt: %s','Intelligence Sources'=>'Informatiebronnen','Number of vulnerabilities contributed by each intelligence source.'=>'Aantal kwetsbaarheden bijgedragen door elke informatiebron.','Source'=>'Bron','Core'=>'Core','Sponsors'=>'Sponsors','No sponsor data available.'=>'Geen sponsorgegevens beschikbaar.','Contributors'=>'Bijdragers','No contributor data available.'=>'Geen gegevens over bijdragers beschikbaar.','You do not have sufficient permissions to access this page.'=>'U heeft onvoldoende rechten om deze pagina te openen.','WPVulnerability settings'=>'WPVulnerability instellingen','Configure and save these settings to receive notifications.'=>'Configureer en sla deze instellingen op om e-mailmeldingen te ontvangen.','Configure and save these settings to hide vulnerabilities.'=>'Configureer en sla deze instellingen op om kwetsbaarheden te verbergen.','Default administrator email'=>'Standaard e-mailadres beheerder','Read more if you want to force the cache time.'=>'Meer lezen als u de cachetijd wilt forceren.','Never'=>'Nooit','Daily'=>'Dagelijks','Weekly'=>'Wekelijks','Day'=>'Dag','Hour'=>'Uur','Minute'=>'Minuut','Read more about how to force the deactivation of an item.'=>'Meer lezen over het geforceerd deactiveren van een item.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'Ongeldige Slack webhook-URL. Moet een geldige HTTPS-URL zijn van hooks.slack.com.','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'Ongeldige Microsoft Teams webhook-URL. Moet een geldige HTTPS-URL zijn van office.com, office365.com of api.hooks.microsoft.com.','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'Ongeldige Discord webhook-URL. Moet een geldige HTTPS-URL zijn van discord.com of discordapp.com.','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Ongeldig Telegram-bot-tokenformaat. Moet er zo uitzien: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11.','All Clear'=>'Alles in orde','%d Critical Issue Found'=>'%d kritiek probleem gevonden' . "\0" . '%d kritieke problemen gevonden','%d Issue Found'=>'%d probleem gevonden' . "\0" . '%d problemen gevonden','Never checked'=>'Nooit gecontroleerd','%d minute ago'=>'%d minuut geleden' . "\0" . '%d minuten geleden','%d hour ago'=>'%d uur geleden' . "\0" . '%d uur geleden','Last checked: %s'=>'Laatst gecontroleerd: %s','Refresh Now'=>'Nu vernieuwen','No vulnerabilities detected'=>'Geen kwetsbaarheden gedetecteerd','Your site is up to date and secure'=>'Uw site is up-to-date en veilig','Server Software'=>'Serversoftware','Site Health'=>'Site-gezondheid','Settings'=>'Instellingen','WPVulnerability Status'=>'WPVulnerability-status','Receive vulnerability notifications'=>'Kwetsbaarheidsmeldingen ontvangen','Cache expiration time'=>'Cache-vervaltijd','How often you want to receive notifications'=>'Hoe vaak je meldingen wilt ontvangen','Where do you want to receive notifications?'=>'Waar wilt u meldingen ontvangen?','Email addresses to notify (separated by commas)'=>'E-mailadressen voor meldingen (gescheiden door komma\'s)','Slack webhook URL'=>'Slack webhook-URL','Teams webhook URL'=>'Teams webhook-URL','Vulnerabilities to hide'=>'Te verbergen kwetsbaarheden','What do you want to hide?'=>'Wat wilt u verbergen?','Standard (Hybrid Detection)'=>'Standaard (hybride detectie)','Strict (Extensions Only)'=>'Strikt (alleen extensies)','Disabled (No Detection)'=>'Uitgeschakeld (geen detectie)','Security Status'=>'Beveiligingsstatus','Security Mode'=>'Beveiligingsmodus','Shell Execution'=>'Shell-uitvoering','Enabled'=>'Ingeschakeld','Audit Logging'=>'Auditregistratie','Enabled (%d days)'=>'Ingeschakeld (%d dagen)','Total Log Entries'=>'Totaal logboekvermeldingen','Last Shell Execution'=>'Laatste shell-uitvoering','%s ago'=>'%s geleden','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Beveiligingsinstellingen configureren via wp-config.php-constanten: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Zie documentatie over beveiligingsconfiguratie voor details.','Memcached'=>'Memcached','Imagick Extension'=>'Imagick-extensie','Redis Extension'=>'Redis-extensie','Memcached Extension'=>'Memcached-extensie','Memcache Extension'=>'Memcache-extensie','SQLite3 Extension'=>'SQLite3-extensie','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Shell-commando','Binary Check'=>'Binaire controle','Not Detected'=>'Niet gedetecteerd','Software Detection Methods'=>'Software-detectiemethoden','Shows which detection method was used for each software component and the reliability score.'=>'Toont welke detectiemethode is gebruikt voor elk softwarecomponent en de betrouwbaarheidsscore.','Component'=>'Component','Version'=>'Versie','Detection Method'=>'Detectiemethode','Reliability'=>'Betrouwbaarheid','Not detected'=>'Niet gedetecteerd','Shell Execution Audit Logs'=>'Shell-uitvoering auditlogboeken','Complete audit trail of shell command executions for security monitoring.'=>'Volledig auditspoor van shell-opdrachtuitvoeringen voor beveiligingsmonitoring.','No shell execution logs found.'=>'Geen shell-uitvoeringslogboeken gevonden.','Logs will appear here when shell commands are executed for software detection.'=>'Logboeken verschijnen hier wanneer shell-opdrachten worden uitgevoerd voor software-detectie.','Time'=>'Tijd','Command'=>'Opdracht','User'=>'Gebruiker','Output'=>'Uitvoer','Showing the %d most recent log entries.'=>'De %d meest recente logboekvermeldingen worden weergegeven.','Invalid nonce.'=>'Ongeldige nonce.','Insufficient permissions.'=>'Onvoldoende rechten.','No component specified.'=>'Geen component opgegeven.','Debug Information'=>'Debug-informatie','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Dit tabblad is alleen zichtbaar wanneer WP_DEBUG is ingeschakeld. Gebruik met voorzichtigheid.','System Information'=>'Systeeminformatie','WordPress Version'=>'WordPress-versie','Multisite'=>'Multisite','Yes'=>'Ja','No'=>'Nee','Language'=>'Taal','PHP Version'=>'PHP-versie','PHP Extensions'=>'PHP-extensies','PHP Memory Limit'=>'PHP-geheugenlimiet','Database'=>'Database','Web Server'=>'Webserver','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Pad:','Size: %s'=>'Grootte: %s','View Log File'=>'Logboekbestand bekijken','Log file is not web-accessible (outside wp-content)'=>'Logboekbestand is niet toegankelijk via het web (buiten wp-content)','Log file does not exist yet'=>'Logboekbestand bestaat nog niet','Plugin Version'=>'Plugin-versie','Component Detection'=>'Componentdetectie','Version Detected'=>'Versie gedetecteerd','Analyzed'=>'Geanalyseerd','Cache Status'=>'Cache-status','Configuration Summary'=>'Configuratieoverzicht','Cache Duration'=>'Cache-duur','Log Retention'=>'Logboekbewaring','Components Analyzed'=>'Geanalyseerde componenten','Notification Email'=>'Meldings-e-mail','Slack Webhook'=>'Slack-webhook','Configured & Enabled'=>'Geconfigureerd & ingeschakeld','Configured (Disabled)'=>'Geconfigureerd (uitgeschakeld)','Not configured'=>'Niet geconfigureerd','Teams Webhook'=>'Teams-webhook','Discord Webhook'=>'Discord-webhook','Telegram Bot'=>'Telegram-bot','Cron Status'=>'Cron-status','Update Database'=>'Database bijwerken','Next run: %s'=>'Volgende uitvoering: %s','Not scheduled'=>'Niet gepland','Send Notification'=>'Melding verzenden','Run Update Now'=>'Update nu uitvoeren','Run Notification Now'=>'Melding nu verzenden','You do not have permission to run these actions.'=>'U heeft geen toestemming om deze acties uit te voeren.','API Testing'=>'API-testen','Test API connectivity for each component. Click a button to send a test request.'=>'API-verbinding testen voor elk component. Klik op een knop om een testverzoek te sturen.','Test %s'=>'%s testen','Testing...'=>'Testen...','HTTP Code:'=>'HTTP-code:','Response Time:'=>'Responstijd:','Response Preview'=>'Responsvoorbeeld','Test'=>'Test','Error:'=>'Fout:','AJAX request failed.'=>'AJAX-verzoek mislukt.','You do not have permission to test API connectivity.'=>'U heeft geen toestemming om de API-verbinding te testen.','Database Options Viewer'=>'Database-optiesviewer','View the raw data stored in WordPress options.'=>'De ruwe gegevens bekijken die zijn opgeslagen in WordPress-opties.','Select an option...'=>'Selecteer een optie...','Option not found or empty.'=>'Optie niet gevonden of leeg.','Quick Actions'=>'Snelle acties','Perform debugging actions. Use with caution.'=>'Debug-acties uitvoeren. Gebruik met voorzichtigheid.','Are you sure you want to clear all caches?'=>'Weet u zeker dat u alle caches wilt wissen?','Clear All Caches'=>'Alle caches wissen','Are you sure you want to reset signatures?'=>'Weet u zeker dat u de handtekeningen wilt resetten?','Reset Signatures'=>'Handtekeningen resetten','Export Debug Info'=>'Debug-informatie exporteren','You do not have permission to perform these actions.'=>'U heeft geen toestemming om deze acties uit te voeren.','Settings saved.'=>'Instellingen opgeslagen.','WPVulnerability cron events have been repaired across the network.'=>'WPVulnerability-cron-gebeurtenissen zijn netwerk-breed gerepareerd.','You do not have permission to access this page.'=>'U heeft geen toestemming om deze pagina te openen.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s heeft een bekende kwetsbaarheid die mogelijk uw geïnstalleerde versie beïnvloedt.','Actively exploited'=>'Actief misbruikt','Public exploit'=>'Publiek exploit','Automatable'=>'Automatiseerbaar','References:'=>'Referenties:','Invalid component specified.'=>'Ongeldig component opgegeven.','Version not detected for this component.'=>'Versie niet gedetecteerd voor dit component.','API request successful.'=>'API-verzoek geslaagd.','API returned HTTP code %d.'=>'API heeft HTTP-code %d geretourneerd.','WPVulnerability Logs'=>'WPVulnerability-logboeken','WPVulnerability Log'=>'WPVulnerability-logboek','Low'=>'Laag','Medium'=>'Medium','High'=>'Hoog','Critical'=>'Kritiek','WPVulnerability Shell Logs'=>'WPVulnerability shell-logboeken','WPVulnerability Shell Log'=>'WPVulnerability shell-logboek','Every week'=>'Elke week','Every day'=>'Elke dag','Invalid request.'=>'Ongeldig verzoek.','You have unsubscribed from WPVulnerability notifications.'=>'U heeft zich afgemeld voor WPVulnerability-meldingen.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Leer meer over de WordPress Vulnerability Database API op %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Wilt u deze meldingen niet meer ontvangen? Afmelden of de e-mailfrequentie wijzigen naar Nooit in de WPVulnerability-instellingen.','No vulnerabilities found'=>'Geen kwetsbaarheden gevonden','This is likely a test. The site does not have vulnerabilities.'=>'Dit is waarschijnlijk een test. De site heeft geen kwetsbaarheden.','Core vulnerabilities'=>'Core kwetsbaarheden','Plugins vulnerabilities'=>'Plugins kwetsbaarheden','Themes vulnerabilities'=>'Thema\'s kwetsbaarheden','PHP vulnerabilities'=>'PHP-kwetsbaarheden','Apache HTTPD vulnerabilities'=>'Apache HTTPD-kwetsbaarheden','Nginx vulnerabilities'=>'Nginx-kwetsbaarheden','MariaDB vulnerabilities'=>'MariaDB-kwetsbaarheden','MySQL vulnerabilities'=>'MySQL-kwetsbaarheden','ImageMagick vulnerabilities'=>'ImageMagick-kwetsbaarheden','curl vulnerabilities'=>'curl-kwetsbaarheden','memcached vulnerabilities'=>'memcached-kwetsbaarheden','Redis vulnerabilities'=>'Redis-kwetsbaarheden','SQLite vulnerabilities'=>'SQLite-kwetsbaarheden','Vulnerability found: %s'=>'Kwetsbaarheid gevonden: %s','Vulnerability found'=>'Kwetsbaarheid gevonden','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s heeft een bekende kwetsbaarheid die mogelijk uw geïnstalleerde versie beïnvloedt.','This plugin is closed. Please replace it with another.'=>'Deze plugin is gesloten. Vervang het door een andere.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Deze kwetsbaarheid lijkt niet gepatcht te zijn. Blijf op de hoogte voor aankomende plugin updates.','It hasn\'t been updated in over a year.'=>'Het is meer dan een jaar niet bijgewerkt.','It may no longer be available (closed?).'=>'Het is mogelijk niet meer beschikbaar (gesloten?).','Last updated on'=>'Laatste update op','Vulnerabilities (%d)'=>'Kwetsbaarheden (%d)','%s running'=>'%s actief','End of Life'=>'End of Life','End of life:'=>'End of life:','Supported'=>'Ondersteund','Plugin'=>'Plugin','Theme'=>'Thema','End of life: %s'=>'End of life: %s','EOL'=>'EOL','Network Settings'=>'Netwerkinstellingen','Vulnerabilities'=>'Kwetsbaarheden','Every 6 hours'=>'Elke 6 uur','Database updates'=>'Database-updates','Log cleanup'=>'Logboekopruiming','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Meldingen zijn gepland, maar instellingen schakelen ze momenteel uit. Controleer het tabblad Meldingen.','This event should not be scheduled for this site.'=>'Dit evenement mag niet worden gepland voor deze site.','Not expected for this site.'=>'Niet verwacht voor deze site.','No instances found.'=>'Geen instanties gevonden.','Scheduled with an unexpected interval.'=>'Gepland met een onverwacht interval.','Multiple instances detected.'=>'Meerdere instanties gedetecteerd.','Scheduled as expected.'=>'Gepland zoals verwacht.','There aren\'t plugins vulnerabilities'=>'Er zijn geen plugins kwetsbaarheden','Shows possible vulnerabilities that exist in installed plugins.'=>'Toont mogelijke kwetsbaarheden die bestaan in geïnstalleerde plugins.','There is %d plugin with vulnerabilities'=>'Er is %d plugin met kwetsbaarheden' . "\0" . 'Er zijn %d plugins met kwetsbaarheden','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'We hebben mogelijke kwetsbaarheden gedetecteerd in geïnstalleerde plugins. Controleer ze en houd ze up-to-date.','Update plugins'=>'Plugins updaten','There aren\'t themes vulnerabilities'=>'Er zijn geen thema\'s kwetsbaarheden','Shows possible vulnerabilities that exist in installed themes.'=>'Toont mogelijke kwetsbaarheden die bestaan in geïnstalleerde thema\'s.','There is %d theme with vulnerabilities'=>'Er is %d thema met kwetsbaarheden' . "\0" . 'Er zijn %d thema\'s met kwetsbaarheden','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'We hebben mogelijke kwetsbaarheden gedetecteerd in geïnstalleerde thema\'s. Controleer ze en houd ze up-to-date.','Update themes'=>'Thema\'s updaten','There aren\'t WordPress vulnerabilities'=>'Er zijn geen WordPress kwetsbaarheden','Shows possible vulnerabilities existing in the WordPress core.'=>'Toont mogelijke kwetsbaarheden in de WordPress core','There is %d core vulnerability'=>'Er is %d core kwetsbaarheid' . "\0" . 'Er zijn %d core kwetsbaarheden','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'We hebben mogelijke kwetsbaarheden gedetecteerd in deze WordPress installatie. Controleer ze en houd je installatie up-to-date.','Update WordPress'=>'Update WordPress','Nginx'=>'Nginx','Invalid software type'=>'Ongeldig softwaretype','Error'=>'Fout','The specified software type is not valid.'=>'Het opgegeven softwaretype is niet geldig.','There aren\'t %s vulnerabilities'=>'Er zijn geen %s kwetsbaarheden','Shows possible vulnerabilities existing in %s.'=>'Toont mogelijke kwetsbaarheden die bestaan in %s.','There is %1$d %2$s vulnerability'=>'Er is %1$d %2$s kwetsbaarheid' . "\0" . 'Er zijn %1$d %2$s kwetsbaarheden','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'We hebben mogelijke kwetsbaarheden in %s gedetecteerd. Controleer ze en houd je installatie up-to-date.','How to update PHP'=>'Hoe PHP bij te werken','WPVulnerability Core'=>'WPVulnerability core','WPVulnerability Themes'=>'WPVulnerability thema\'s','WPVulnerability Plugins'=>'WPVulnerability plugins','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'Dit thema is gesloten. Vervang het door een ander.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Deze kwetsbaarheid lijkt niet gepatcht te zijn. Blijf op de hoogte voor aankomende thema updates.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Dit thema heeft bekende kwetsbaarheden die mogelijk uw geïnstalleerde versie beïnvloeden.']]; \ No newline at end of file +return ['domain'=>'wpvulnerability','plural-forms'=>'nplurals=2; plural=n != 1;','language'=>'nl','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2025-09-17 08:21:00+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Ontvang informatie over mogelijke kwetsbaarheden in uw WordPress via de WordPress Vulnerability Database API.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Dit commando vereist een WordPress-beheerder. Uitvoeren met --user=.','No core vulnerabilities found.'=>'Geen core-kwetsbaarheden gevonden.','No plugin vulnerabilities found.'=>'Geen plugin-kwetsbaarheden gevonden.','No theme vulnerabilities found.'=>'Geen thema-kwetsbaarheden gevonden.','No %s vulnerabilities found.'=>'Geen %s-kwetsbaarheden gevonden.','Data from source has been reloaded.'=>'Gegevens uit de bron zijn opnieuw geladen.','You do not have permission to reload data.'=>'U heeft geen toestemming om gegevens opnieuw te laden.','Test email has been sent.'=>'Test-e-mail is verzonden.','Test email has failed. Please, check your email settings.'=>'De test e-mail is mislukt. Controleer je e-mailinstellingen.','You do not have permission to send test emails.'=>'U heeft geen toestemming om test-e-mails te verzenden.','WPVulnerability cron events have been repaired.'=>'WPVulnerability-cron-gebeurtenissen zijn gerepareerd.','You do not have permission to repair cron events.'=>'U heeft geen toestemming om cron-gebeurtenissen te repareren.','All logs have been deleted.'=>'Alle logboeken zijn verwijderd.','You do not have permission to delete logs.'=>'U heeft geen toestemming om logboeken te verwijderen.','Uninstall preference saved.'=>'Verwijderingsvoorkeur opgeslagen.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability is teruggezet naar standaardwaarden en opnieuw geladen.','You do not have permission to reset WPVulnerability.'=>'U heeft geen toestemming om WPVulnerability te resetten.','All caches have been cleared.'=>'Alle caches zijn gewist.','You do not have permission to clear caches.'=>'U heeft geen toestemming om caches te wissen.','Plugin and theme signatures have been reset.'=>'Plugin- en thema-handtekeningen zijn teruggezet.','You do not have permission to reset signatures.'=>'U heeft geen toestemming om handtekeningen te resetten.','You do not have permission to export debug information.'=>'U heeft geen toestemming om debug-informatie te exporteren.','Database update has been executed.'=>'Database-update is uitgevoerd.','You do not have permission to run database updates.'=>'U heeft geen toestemming om database-updates uit te voeren.','Notification has been sent.'=>'Melding is verzonden.','Notification sending failed.'=>'Verzenden van melding mislukt.','You do not have permission to send notifications.'=>'U heeft geen toestemming om meldingen te verzenden.','Notifications'=>'Meldingen','Analysis'=>'Analyse','Logs'=>'Logboeken','Security'=>'Beveiliging','Tools'=>'Hulpmiddelen','Debug'=>'Debug','About'=>'Over','Notification Settings'=>'Meldingsinstellingen','Configure how and when you want to receive vulnerability notifications.'=>'Configureer hoe en wanneer u kwetsbaarheidsmeldingen wilt ontvangen.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Blijf op de hoogte van beveiligingskwetsbaarheden in uw WordPress-installatie, plugins, thema\'s en serversoftware.','Cache Expiration Time'=>'Cache-vervaltijd','FORCED'=>'GEFORCEERD','How long to cache vulnerability data before refreshing from the API.'=>'Hoe lang kwetsbaarheidsgegevens worden gecached voordat ze worden vernieuwd vanuit de API.','%d hour'=>'%d uur' . "\0" . '%d uur','You can force the cache time via wp-config.php constant. Learn more →'=>'U kunt de cachetijd forceren via een wp-config.php-constante. Meer informatie →','Notification Frequency'=>'Meldingsfrequentie','Choose how often you want to receive vulnerability notifications.'=>'Kies hoe vaak u kwetsbaarheidsmeldingen wilt ontvangen.','Never - Disable automatic notifications'=>'Nooit – Automatische meldingen uitschakelen','Daily - Receive notifications every day'=>'Dagelijks – Elke dag meldingen ontvangen','Weekly - Receive notifications once a week'=>'Wekelijks – Eenmaal per week meldingen ontvangen','Day:'=>'Dag:','Monday'=>'Maandag','Tuesday'=>'Dinsdag','Wednesday'=>'Woensdag','Thursday'=>'Donderdag','Friday'=>'Vrijdag','Saturday'=>'Zaterdag','Sunday'=>'Zondag','Time:'=>'Tijd:','(24-hour format, server timezone)'=>'(24-uurs formaat, server-tijdzone)','Notification Channels'=>'Meldingskanalen','Select where you want to receive notifications.'=>'Selecteer waar u meldingen wilt ontvangen.','Email'=>'E-mail','Email Addresses (separated by commas):'=>'E-mailadressen (gescheiden door komma\'s):','Default:'=>'Standaard:','Slack'=>'Slack','Slack Webhook URL:'=>'Slack webhook-URL:','Learn how to create a Slack incoming webhook →'=>'Leer hoe u een inkomende Slack-webhook maakt →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'Teams webhook-URL:','Learn how to create a Teams incoming webhook →'=>'Leer hoe u een inkomende Teams-webhook maakt →','Discord'=>'Discord','Discord Webhook URL:'=>'Discord webhook-URL:','Learn how to create a Discord webhook →'=>'Leer hoe u een Discord-webhook maakt →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Telegram-bot-token:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Formaat: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'Telegram chat-ID:','Learn how to create a Telegram bot and get Chat ID →'=>'Leer hoe u een Telegram-bot maakt en de chat-ID ophaalt →','Save Notification Settings'=>'Meldingsinstellingen opslaan','WordPress Components'=>'WordPress-componenten','WordPress Core'=>'WordPress Core','Plugins'=>'Plugins','Themes'=>'Thema\'s','Software & Languages'=>'Software & Talen','PHP'=>'PHP','Web Servers'=>'Webservers','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Databases','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Aanvullende hulpmiddelen','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Instellingen componentenanalyse','Enable or disable vulnerability analysis for specific components.'=>'Kwetsbaarheidsanalyse in- of uitschakelen voor specifieke componenten.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Selecteer de componenten die u wilt VERBERGEN voor kwetsbaarheidsscans en rapporten. Niet-geselecteerde componenten worden actief geanalyseerd. Componenten met actieve analyse worden groen weergegeven, verborgen componenten rood.','Hidden (forced by constant)'=>'Verborgen (geforceerd door constante)','🔴 Analysis disabled'=>'🔴 Analyse uitgeschakeld','🟢 Analysis active'=>'🟢 Analyse actief','Tip:'=>'Tip:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'U kunt componenten geforceerd uitschakelen via wp-config.php-constanten. Meer informatie over het geforceerd verbergen van controles →','Save Analysis Settings'=>'Analyse-instellingen opslaan','« Previous'=>'« Vorige','Next »'=>'Volgende »','Log entry not found or has been removed.'=>'Logboekvermelding niet gevonden of is verwijderd.','Unable to load the requested log entry.'=>'De gevraagde logboekvermelding kan niet worden geladen.','Log Configuration'=>'Logboekconfiguratie','Total Logs'=>'Totaal logboeken','Retention Period'=>'Bewaarperiode','Disabled'=>'Uitgeschakeld','%d day'=>'%d dag' . "\0" . '%d dagen','Log Retention Period'=>'Bewaarperiode logboek','None (Disabled)'=>'Geen (Uitgeschakeld)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Deze waarde wordt afgedwongen door de constante WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Kies hoe lang WPVulnerability API-responslogboeken moet bewaren. Oudere logboeken worden automatisch verwijderd.','Save Configuration'=>'Configuratie opslaan','Log retention is currently disabled.'=>'Logboekbewaring is momenteel uitgeschakeld.','API responses are not being saved.'=>'API-reacties worden niet opgeslagen.','Log Details'=>'Logboekdetails','Date'=>'Datum','API Endpoint'=>'API-eindpunt','API Response'=>'API-respons','Back to Logs'=>'Terug naar logboeken','No logs available'=>'Geen logboeken beschikbaar','API response logs will appear here once the vulnerability scanner runs.'=>'API-responslogboeken verschijnen hier zodra de kwetsbaarheidsscanner wordt uitgevoerd.','API Response Logs'=>'API-responslogboeken','Show:'=>'Weergeven:','Apply'=>'Toepassen','Showing %1$s–%2$s of %3$s'=>'%1$s–%2$s van %3$s weergegeven','Actions'=>'Acties','View'=>'Bekijken','Danger Zone'=>'Gevarenzone','Permanently delete all API response logs. This action cannot be undone.'=>'Alle API-responslogboeken permanent verwijderen. Deze actie kan niet ongedaan worden gemaakt.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Weet u zeker dat u alle logboeken wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.','Delete All Logs'=>'Alle logboeken verwijderen','Reload Data from API'=>'Gegevens opnieuw laden vanuit API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Alle Core-, plugin-, thema- en andere componenteninformatie direct opnieuw laden vanuit de API voor actuele gegevens. Dit wist de cache en haalt nieuwe kwetsbaarheidsinformatie op.','Reload Data'=>'Gegevens opnieuw laden','Test Email Notifications'=>'Test e-mailmeldingen','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Stuur een test-e-mailmelding met actuele kwetsbaarheidsgegevens om te controleren of uw e-mailconfiguratie correct werkt.','From address (configured via constant):'=>'Afzenderadres (geconfigureerd via constante):','From address (default):'=>'Afzenderadres (standaard):','Learn how to customize the email sender address →'=>'Leer hoe u het e-mailafzenderadres kunt aanpassen →','Send Test Email'=>'Test-e-mail verzenden','WP-Cron Status'=>'WP-cron-status','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'WP-cron geplande gebeurtenissen weergeven en beheren. Vergelijk verwachte planningen met werkelijke cron-taken om te controleren of geautomatiseerde taken correct worden uitgevoerd.','No cron data available.'=>'Geen cron-gegevens beschikbaar.','Hook'=>'Hook','Expected'=>'Verwacht','Found'=>'Gevonden','Next Run'=>'Volgende uitvoering','Status'=>'Status','Not expected'=>'Niet verwacht','None'=>'Geen','OK'=>'OK','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Onverwachte WPVulnerability-gebeurtenissen','No interval'=>'Geen interval','Next:'=>'Volgende:','Repair Cron Events'=>'Cron-gebeurtenissen repareren','Uninstall Data'=>'Verwijderingsgegevens','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'Standaard worden alle plugin-gegevens bewaard wanneer WPVulnerability wordt verwijderd. Schakel de onderstaande optie alleen in als u wilt dat alle opties, logboeken en gecachede gegevens permanent worden verwijderd bij het verwijderen.','Delete all plugin data on uninstall'=>'Alle plugin-gegevens verwijderen bij het verwijderen','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'Standaard: niet aangevinkt (gegevens bewaard). Alleen aanvinken als u een volledige verwijdering wilt.','Save preference'=>'Voorkeur opslaan','Reset WPVulnerability'=>'WPVulnerability resetten','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Alle WPVulnerability-instellingen, gecachede gegevens, logboeken en geplande gebeurtenissen verwijderen, daarna standaardinstellingen herstellen en gegevens opnieuw laden vanuit de API.','This action cannot be undone.'=>'Deze actie kan niet ongedaan worden gemaakt.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Weet u zeker dat u alle WPVulnerability-gegevens wilt resetten? Deze actie kan niet ongedaan worden gemaakt.','Reset Plugin'=>'Plugin resetten','Vulnerability Database Statistics'=>'Statistieken kwetsbaarhedendatabase','%s vulnerability'=>'%s kwetsbaarheid' . "\0" . '%s kwetsbaarheden','(%s product)'=>'(%s product)' . "\0" . '(%s producten)','No data'=>'Geen gegevens','Database last updated: %s'=>'Database voor het laatste bijgewerkt: %s','Intelligence Sources'=>'Informatiebronnen','Number of vulnerabilities contributed by each intelligence source.'=>'Aantal kwetsbaarheden bijgedragen door elke informatiebron.','Source'=>'Bron','Core'=>'Core','Sponsors'=>'Sponsors','No sponsor data available.'=>'Geen sponsorgegevens beschikbaar.','Contributors'=>'Bijdragers','No contributor data available.'=>'Geen gegevens over bijdragers beschikbaar.','You do not have sufficient permissions to access this page.'=>'U heeft onvoldoende rechten om deze pagina te openen.','WPVulnerability settings'=>'WPVulnerability instellingen','Configure and save these settings to receive notifications.'=>'Configureer en sla deze instellingen op om e-mailmeldingen te ontvangen.','Configure and save these settings to hide vulnerabilities.'=>'Configureer en sla deze instellingen op om kwetsbaarheden te verbergen.','Default administrator email'=>'Standaard e-mailadres beheerder','Read more if you want to force the cache time.'=>'Meer lezen als u de cachetijd wilt forceren.','Never'=>'Nooit','Daily'=>'Dagelijks','Weekly'=>'Wekelijks','Day'=>'Dag','Hour'=>'Uur','Minute'=>'Minuut','Read more about how to force the deactivation of an item.'=>'Meer lezen over het geforceerd deactiveren van een item.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'Ongeldige Slack webhook-URL. Moet een geldige HTTPS-URL zijn van hooks.slack.com.','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'Ongeldige Microsoft Teams webhook-URL. Moet een geldige HTTPS-URL zijn van office.com, office365.com of api.hooks.microsoft.com.','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'Ongeldige Discord webhook-URL. Moet een geldige HTTPS-URL zijn van discord.com of discordapp.com.','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Ongeldig Telegram-bot-tokenformaat. Moet er zo uitzien: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11.','All Clear'=>'Alles in orde','%d Critical Issue Found'=>'%d kritiek probleem gevonden' . "\0" . '%d kritieke problemen gevonden','%d Issue Found'=>'%d probleem gevonden' . "\0" . '%d problemen gevonden','Never checked'=>'Nooit gecontroleerd','%d minute ago'=>'%d minuut geleden' . "\0" . '%d minuten geleden','%d hour ago'=>'%d uur geleden' . "\0" . '%d uur geleden','Last checked: %s'=>'Laatst gecontroleerd: %s','Refresh Now'=>'Nu vernieuwen','No vulnerabilities detected'=>'Geen kwetsbaarheden gedetecteerd','Your site is up to date and secure'=>'Uw site is up-to-date en veilig','Server Software'=>'Serversoftware','Site Health'=>'Site-gezondheid','Settings'=>'Instellingen','WPVulnerability Status'=>'WPVulnerability-status','Receive vulnerability notifications'=>'Kwetsbaarheidsmeldingen ontvangen','Cache expiration time'=>'Cache-vervaltijd','How often you want to receive notifications'=>'Hoe vaak je meldingen wilt ontvangen','Where do you want to receive notifications?'=>'Waar wilt u meldingen ontvangen?','Email addresses to notify (separated by commas)'=>'E-mailadressen voor meldingen (gescheiden door komma\'s)','Slack webhook URL'=>'Slack webhook-URL','Teams webhook URL'=>'Teams webhook-URL','Vulnerabilities to hide'=>'Te verbergen kwetsbaarheden','What do you want to hide?'=>'Wat wilt u verbergen?','Standard (Hybrid Detection)'=>'Standaard (hybride detectie)','Strict (Extensions Only)'=>'Strikt (alleen extensies)','Disabled (No Detection)'=>'Uitgeschakeld (geen detectie)','Security Status'=>'Beveiligingsstatus','Security Mode'=>'Beveiligingsmodus','Shell Execution'=>'Shell-uitvoering','Enabled'=>'Ingeschakeld','Audit Logging'=>'Auditregistratie','Enabled (%d days)'=>'Ingeschakeld (%d dagen)','Total Log Entries'=>'Totaal logboekvermeldingen','Last Shell Execution'=>'Laatste shell-uitvoering','%s ago'=>'%s geleden','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Beveiligingsinstellingen configureren via wp-config.php-constanten: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Zie documentatie over beveiligingsconfiguratie voor details.','Memcached'=>'Memcached','Imagick Extension'=>'Imagick-extensie','Redis Extension'=>'Redis-extensie','Memcached Extension'=>'Memcached-extensie','Memcache Extension'=>'Memcache-extensie','SQLite3 Extension'=>'SQLite3-extensie','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Shell-commando','Binary Check'=>'Binaire controle','Not Detected'=>'Niet gedetecteerd','Software Detection Methods'=>'Software-detectiemethoden','Shows which detection method was used for each software component and the reliability score.'=>'Toont welke detectiemethode is gebruikt voor elk softwarecomponent en de betrouwbaarheidsscore.','Component'=>'Component','Version'=>'Versie','Detection Method'=>'Detectiemethode','Reliability'=>'Betrouwbaarheid','Not detected'=>'Niet gedetecteerd','Shell Execution Audit Logs'=>'Shell-uitvoering auditlogboeken','Complete audit trail of shell command executions for security monitoring.'=>'Volledig auditspoor van shell-opdrachtuitvoeringen voor beveiligingsmonitoring.','No shell execution logs found.'=>'Geen shell-uitvoeringslogboeken gevonden.','Logs will appear here when shell commands are executed for software detection.'=>'Logboeken verschijnen hier wanneer shell-opdrachten worden uitgevoerd voor software-detectie.','Time'=>'Tijd','Command'=>'Opdracht','User'=>'Gebruiker','Output'=>'Uitvoer','Showing the %d most recent log entries.'=>'De %d meest recente logboekvermeldingen worden weergegeven.','Invalid nonce.'=>'Ongeldige nonce.','Insufficient permissions.'=>'Onvoldoende rechten.','No component specified.'=>'Geen component opgegeven.','Debug Information'=>'Debug-informatie','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Dit tabblad is alleen zichtbaar wanneer WP_DEBUG is ingeschakeld. Gebruik met voorzichtigheid.','System Information'=>'Systeeminformatie','WordPress Version'=>'WordPress-versie','Multisite'=>'Multisite','Yes'=>'Ja','No'=>'Nee','Language'=>'Taal','PHP Version'=>'PHP-versie','PHP Extensions'=>'PHP-extensies','PHP Memory Limit'=>'PHP-geheugenlimiet','Database'=>'Database','Web Server'=>'Webserver','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Pad:','Size: %s'=>'Grootte: %s','View Log File'=>'Logboekbestand bekijken','Log file is not web-accessible (outside wp-content)'=>'Logboekbestand is niet toegankelijk via het web (buiten wp-content)','Log file does not exist yet'=>'Logboekbestand bestaat nog niet','Plugin Version'=>'Plugin-versie','Component Detection'=>'Componentdetectie','Version Detected'=>'Versie gedetecteerd','Analyzed'=>'Geanalyseerd','Cache Status'=>'Cache-status','Configuration Summary'=>'Configuratieoverzicht','Cache Duration'=>'Cache-duur','Log Retention'=>'Logboekbewaring','Components Analyzed'=>'Geanalyseerde componenten','Notification Email'=>'Meldings-e-mail','Slack Webhook'=>'Slack-webhook','Configured & Enabled'=>'Geconfigureerd & ingeschakeld','Configured (Disabled)'=>'Geconfigureerd (uitgeschakeld)','Not configured'=>'Niet geconfigureerd','Teams Webhook'=>'Teams-webhook','Discord Webhook'=>'Discord-webhook','Telegram Bot'=>'Telegram-bot','Cron Status'=>'Cron-status','Update Database'=>'Database bijwerken','Next run: %s'=>'Volgende uitvoering: %s','Not scheduled'=>'Niet gepland','Send Notification'=>'Melding verzenden','Run Update Now'=>'Update nu uitvoeren','Run Notification Now'=>'Melding nu verzenden','You do not have permission to run these actions.'=>'U heeft geen toestemming om deze acties uit te voeren.','API Testing'=>'API-testen','Test API connectivity for each component. Click a button to send a test request.'=>'API-verbinding testen voor elk component. Klik op een knop om een testverzoek te sturen.','Test %s'=>'%s testen','Testing...'=>'Testen...','HTTP Code:'=>'HTTP-code:','Response Time:'=>'Responstijd:','Response Preview'=>'Responsvoorbeeld','Test'=>'Test','Error:'=>'Fout:','AJAX request failed.'=>'AJAX-verzoek mislukt.','You do not have permission to test API connectivity.'=>'U heeft geen toestemming om de API-verbinding te testen.','Database Options Viewer'=>'Database-optiesviewer','View the raw data stored in WordPress options.'=>'De ruwe gegevens bekijken die zijn opgeslagen in WordPress-opties.','Select an option...'=>'Selecteer een optie...','Option not found or empty.'=>'Optie niet gevonden of leeg.','Quick Actions'=>'Snelle acties','Perform debugging actions. Use with caution.'=>'Debug-acties uitvoeren. Gebruik met voorzichtigheid.','Are you sure you want to clear all caches?'=>'Weet u zeker dat u alle caches wilt wissen?','Clear All Caches'=>'Alle caches wissen','Are you sure you want to reset signatures?'=>'Weet u zeker dat u de handtekeningen wilt resetten?','Reset Signatures'=>'Handtekeningen resetten','Export Debug Info'=>'Debug-informatie exporteren','You do not have permission to perform these actions.'=>'U heeft geen toestemming om deze acties uit te voeren.','Settings saved.'=>'Instellingen opgeslagen.','WPVulnerability cron events have been repaired across the network.'=>'WPVulnerability-cron-gebeurtenissen zijn netwerk-breed gerepareerd.','You do not have permission to access this page.'=>'U heeft geen toestemming om deze pagina te openen.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s heeft een bekende kwetsbaarheid die mogelijk uw geïnstalleerde versie beïnvloedt.','Actively exploited'=>'Actief misbruikt','Public exploit'=>'Publiek exploit','Automatable'=>'Automatiseerbaar','References:'=>'Referenties:','Invalid component specified.'=>'Ongeldig component opgegeven.','Version not detected for this component.'=>'Versie niet gedetecteerd voor dit component.','API request successful.'=>'API-verzoek geslaagd.','API returned HTTP code %d.'=>'API heeft HTTP-code %d geretourneerd.','WPVulnerability Logs'=>'WPVulnerability-logboeken','WPVulnerability Log'=>'WPVulnerability-logboek','Low'=>'Laag','Medium'=>'Medium','High'=>'Hoog','Critical'=>'Kritiek','WPVulnerability Shell Logs'=>'WPVulnerability shell-logboeken','WPVulnerability Shell Log'=>'WPVulnerability shell-logboek','Every week'=>'Elke week','Every day'=>'Elke dag','Invalid request.'=>'Ongeldig verzoek.','You have unsubscribed from WPVulnerability notifications.'=>'U heeft zich afgemeld voor WPVulnerability-meldingen.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Leer meer over de WordPress Vulnerability Database API op %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Wilt u deze meldingen niet meer ontvangen? Afmelden of de e-mailfrequentie wijzigen naar Nooit in de WPVulnerability-instellingen.','No vulnerabilities found'=>'Geen kwetsbaarheden gevonden','This is likely a test. The site does not have vulnerabilities.'=>'Dit is waarschijnlijk een test. De site heeft geen kwetsbaarheden.','Core vulnerabilities'=>'Core kwetsbaarheden','Plugins vulnerabilities'=>'Plugins kwetsbaarheden','Themes vulnerabilities'=>'Thema\'s kwetsbaarheden','PHP vulnerabilities'=>'PHP-kwetsbaarheden','Apache HTTPD vulnerabilities'=>'Apache HTTPD-kwetsbaarheden','Nginx vulnerabilities'=>'Nginx-kwetsbaarheden','MariaDB vulnerabilities'=>'MariaDB-kwetsbaarheden','MySQL vulnerabilities'=>'MySQL-kwetsbaarheden','ImageMagick vulnerabilities'=>'ImageMagick-kwetsbaarheden','curl vulnerabilities'=>'curl-kwetsbaarheden','memcached vulnerabilities'=>'memcached-kwetsbaarheden','Redis vulnerabilities'=>'Redis-kwetsbaarheden','SQLite vulnerabilities'=>'SQLite-kwetsbaarheden','Vulnerability found: %s'=>'Kwetsbaarheid gevonden: %s','Vulnerability found'=>'Kwetsbaarheid gevonden','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s heeft een bekende kwetsbaarheid die mogelijk uw geïnstalleerde versie beïnvloedt.','This plugin is closed. Please replace it with another.'=>'Deze plugin is gesloten. Vervang het door een andere.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Deze kwetsbaarheid lijkt niet gepatcht te zijn. Blijf op de hoogte voor aankomende plugin updates.','It hasn\'t been updated in over a year.'=>'Het is meer dan een jaar niet bijgewerkt.','It may no longer be available (closed?).'=>'Het is mogelijk niet meer beschikbaar (gesloten?).','Last updated on'=>'Laatste update op','Vulnerabilities (%d)'=>'Kwetsbaarheden (%d)','%s running'=>'%s actief','End of Life'=>'End of Life','End of life:'=>'End of life:','Supported'=>'Ondersteund','Plugin'=>'Plugin','Theme'=>'Thema','End of life: %s'=>'End of life: %s','EOL'=>'EOL','Network Settings'=>'Netwerkinstellingen','Vulnerabilities'=>'Kwetsbaarheden','Every 6 hours'=>'Elke 6 uur','Database updates'=>'Database-updates','Log cleanup'=>'Logboekopruiming','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Meldingen zijn gepland, maar instellingen schakelen ze momenteel uit. Controleer het tabblad Meldingen.','This event should not be scheduled for this site.'=>'Dit evenement mag niet worden gepland voor deze site.','Not expected for this site.'=>'Niet verwacht voor deze site.','No instances found.'=>'Geen instanties gevonden.','Scheduled with an unexpected interval.'=>'Gepland met een onverwacht interval.','Multiple instances detected.'=>'Meerdere instanties gedetecteerd.','Scheduled as expected.'=>'Gepland zoals verwacht.','There aren\'t plugins vulnerabilities'=>'Er zijn geen plugins kwetsbaarheden','Shows possible vulnerabilities that exist in installed plugins.'=>'Toont mogelijke kwetsbaarheden die bestaan in geïnstalleerde plugins.','There is %d plugin with vulnerabilities'=>'Er is %d plugin met kwetsbaarheden' . "\0" . 'Er zijn %d plugins met kwetsbaarheden','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'We hebben mogelijke kwetsbaarheden gedetecteerd in geïnstalleerde plugins. Controleer ze en houd ze up-to-date.','Update plugins'=>'Plugins updaten','There aren\'t themes vulnerabilities'=>'Er zijn geen thema\'s kwetsbaarheden','Shows possible vulnerabilities that exist in installed themes.'=>'Toont mogelijke kwetsbaarheden die bestaan in geïnstalleerde thema\'s.','There is %d theme with vulnerabilities'=>'Er is %d thema met kwetsbaarheden' . "\0" . 'Er zijn %d thema\'s met kwetsbaarheden','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'We hebben mogelijke kwetsbaarheden gedetecteerd in geïnstalleerde thema\'s. Controleer ze en houd ze up-to-date.','Update themes'=>'Thema\'s updaten','There aren\'t WordPress vulnerabilities'=>'Er zijn geen WordPress kwetsbaarheden','Shows possible vulnerabilities existing in the WordPress core.'=>'Toont mogelijke kwetsbaarheden in de WordPress core','There is %d core vulnerability'=>'Er is %d core kwetsbaarheid' . "\0" . 'Er zijn %d core kwetsbaarheden','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'We hebben mogelijke kwetsbaarheden gedetecteerd in deze WordPress installatie. Controleer ze en houd je installatie up-to-date.','Update WordPress'=>'Update WordPress','Nginx'=>'Nginx','Invalid software type'=>'Ongeldig softwaretype','Error'=>'Fout','The specified software type is not valid.'=>'Het opgegeven softwaretype is niet geldig.','There aren\'t %s vulnerabilities'=>'Er zijn geen %s kwetsbaarheden','Shows possible vulnerabilities existing in %s.'=>'Toont mogelijke kwetsbaarheden die bestaan in %s.','There is %1$d %2$s vulnerability'=>'Er is %1$d %2$s kwetsbaarheid' . "\0" . 'Er zijn %1$d %2$s kwetsbaarheden','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'We hebben mogelijke kwetsbaarheden in %s gedetecteerd. Controleer ze en houd je installatie up-to-date.','How to update PHP'=>'Hoe PHP bij te werken','WPVulnerability Core'=>'WPVulnerability core','WPVulnerability Themes'=>'WPVulnerability thema\'s','WPVulnerability Plugins'=>'WPVulnerability plugins','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'Dit thema is gesloten. Vervang het door een ander.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Deze kwetsbaarheid lijkt niet gepatcht te zijn. Blijf op de hoogte voor aankomende thema updates.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Dit thema heeft bekende kwetsbaarheden die mogelijk uw geïnstalleerde versie beïnvloeden.']]; \ No newline at end of file diff --git a/languages/wpvulnerability-ru.l10n.php b/languages/wpvulnerability-ru.l10n.php index fcdc9bd..1bd1536 100644 --- a/languages/wpvulnerability-ru.l10n.php +++ b/languages/wpvulnerability-ru.l10n.php @@ -1,2 +1,2 @@ NULL,'plural-forms'=>'nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);','language'=>'ru','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2026-05-27 00:00+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Получайте информацию о возможных уязвимостях в Вашем WordPress от WordPress Vulnerability Database API.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Эта команда требует прав администратора WordPress. Запустите с --user=.','No core vulnerabilities found.'=>'Уязвимостей ядра не найдено.','No plugin vulnerabilities found.'=>'Уязвимостей плагинов не найдено.','No theme vulnerabilities found.'=>'Уязвимостей тем не найдено.','No %s vulnerabilities found.'=>'Уязвимостей %s не найдено.','Data from source has been reloaded.'=>'Данные из источника были перезагружены.','You do not have permission to reload data.'=>'У вас нет разрешения на перезагрузку данных.','Test email has been sent.'=>'Тестовое письмо отправлено.','Test email has failed. Please, check your email settings.'=>'Тестовое письмо не удалось отправить. Пожалуйста, проверьте настройки Вашей электронной почты.','You do not have permission to send test emails.'=>'У вас нет разрешения на отправку тестовых писем.','WPVulnerability cron events have been repaired.'=>'Cron-события WPVulnerability были восстановлены.','You do not have permission to repair cron events.'=>'У вас нет разрешения на восстановление cron-событий.','All logs have been deleted.'=>'Все журналы были удалены.','You do not have permission to delete logs.'=>'У вас нет разрешения на удаление журналов.','Uninstall preference saved.'=>'Настройки удаления сохранены.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability сброшен до настроек по умолчанию и перезагружен.','You do not have permission to reset WPVulnerability.'=>'У вас нет разрешения на сброс WPVulnerability.','All caches have been cleared.'=>'Все кэши были очищены.','You do not have permission to clear caches.'=>'У вас нет разрешения на очистку кэшей.','Plugin and theme signatures have been reset.'=>'Сигнатуры плагинов и тем были сброшены.','You do not have permission to reset signatures.'=>'У вас нет разрешения на сброс сигнатур.','You do not have permission to export debug information.'=>'У вас нет разрешения на экспорт отладочной информации.','Database update has been executed.'=>'Обновление базы данных выполнено.','You do not have permission to run database updates.'=>'У вас нет разрешения на запуск обновлений базы данных.','Notification has been sent.'=>'Уведомление отправлено.','Notification sending failed.'=>'Не удалось отправить уведомление.','You do not have permission to send notifications.'=>'У вас нет разрешения на отправку уведомлений.','Notifications'=>'Уведомления','Analysis'=>'Анализ','Logs'=>'Журналы','Security'=>'Безопасность','Tools'=>'Инструменты','Debug'=>'Отладка','About'=>'О плагине','Notification Settings'=>'Настройки уведомлений','Configure how and when you want to receive vulnerability notifications.'=>'Настройте, как и когда вы хотите получать уведомления об уязвимостях.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Будьте в курсе уязвимостей безопасности в вашей установке WordPress, плагинах, темах и серверном программном обеспечении.','Cache Expiration Time'=>'Время истечения кэша','FORCED'=>'ПРИНУДИТЕЛЬНО','How long to cache vulnerability data before refreshing from the API.'=>'Как долго кэшировать данные об уязвимостях перед обновлением из API.','%d hour'=>'%d час' . "\0" . '%d часа' . "\0" . '%d часов','You can force the cache time via wp-config.php constant. Learn more →'=>'Вы можете принудительно задать время кэша через константу wp-config.php. Узнать больше →','Notification Frequency'=>'Частота уведомлений','Choose how often you want to receive vulnerability notifications.'=>'Выберите, как часто вы хотите получать уведомления об уязвимостях.','Never - Disable automatic notifications'=>'Никогда — отключить автоматические уведомления','Daily - Receive notifications every day'=>'Ежедневно — получать уведомления каждый день','Weekly - Receive notifications once a week'=>'Еженедельно — получать уведомления раз в неделю','Day:'=>'День:','Monday'=>'Понедельник','Tuesday'=>'Вторник','Wednesday'=>'Среда','Thursday'=>'Четверг','Friday'=>'Пятница','Saturday'=>'Суббота','Sunday'=>'Воскресенье','Time:'=>'Время:','(24-hour format, server timezone)'=>'(24-часовой формат, часовой пояс сервера)','Notification Channels'=>'Каналы уведомлений','Select where you want to receive notifications.'=>'Выберите, где вы хотите получать уведомления.','Email'=>'Email','Email Addresses (separated by commas):'=>'Адреса электронной почты (через запятую):','Default:'=>'По умолчанию:','Slack'=>'Slack','Slack Webhook URL:'=>'URL вебхука Slack:','Learn how to create a Slack incoming webhook →'=>'Узнайте, как создать входящий вебхук Slack →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'URL вебхука Teams:','Learn how to create a Teams incoming webhook →'=>'Узнайте, как создать входящий вебхук Teams →','Discord'=>'Discord','Discord Webhook URL:'=>'URL вебхука Discord:','Learn how to create a Discord webhook →'=>'Узнайте, как создать вебхук Discord →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Токен бота Telegram:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Формат: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'ID чата Telegram:','Learn how to create a Telegram bot and get Chat ID →'=>'Узнайте, как создать бота Telegram и получить ID чата →','Save Notification Settings'=>'Сохранить настройки уведомлений','WordPress Components'=>'Компоненты WordPress','WordPress Core'=>'Ядро WordPress','Plugins'=>'Плагины','Themes'=>'Темы','Software & Languages'=>'Программное обеспечение и языки','PHP'=>'PHP','Web Servers'=>'Веб-серверы','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Базы данных','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Дополнительные инструменты','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Настройки анализа компонентов','Enable or disable vulnerability analysis for specific components.'=>'Включить или отключить анализ уязвимостей для конкретных компонентов.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Отметьте компоненты, которые вы хотите СКРЫТЬ от сканирования уязвимостей и отчётов. Не отмеченные компоненты будут активно анализироваться. Компоненты с активным анализом показаны зелёным, скрытые — красным.','Hidden (forced by constant)'=>'Скрыто (принудительно константой)','🔴 Analysis disabled'=>'🔴 Анализ отключён','🟢 Analysis active'=>'🟢 Анализ активен','Tip:'=>'Совет:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Вы можете принудительно отключить компоненты через константы wp-config.php. Узнайте больше о принудительном скрытии проверок →','Save Analysis Settings'=>'Сохранить настройки анализа','« Previous'=>'« Предыдущая','Next »'=>'Следующая »','Log entry not found or has been removed.'=>'Запись журнала не найдена или была удалена.','Unable to load the requested log entry.'=>'Не удалось загрузить запрошенную запись журнала.','Log Configuration'=>'Конфигурация журнала','Total Logs'=>'Всего записей в журнале','Retention Period'=>'Период хранения','Disabled'=>'Отключено','%d day'=>'%d день' . "\0" . '%d дня' . "\0" . '%d дней','Log Retention Period'=>'Период хранения журнала','None (Disabled)'=>'Нет (отключено)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Это значение задано константой WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Выберите, как долго WPVulnerability должен хранить журналы ответов API. Устаревшие журналы удаляются автоматически.','Save Configuration'=>'Сохранить конфигурацию','Log retention is currently disabled.'=>'Хранение журнала в настоящее время отключено.','API responses are not being saved.'=>'Ответы API не сохраняются.','Log Details'=>'Детали записи журнала','Date'=>'Дата','API Endpoint'=>'Конечная точка API','API Response'=>'Ответ API','Back to Logs'=>'Назад к журналам','No logs available'=>'Журналы недоступны','API response logs will appear here once the vulnerability scanner runs.'=>'Журналы ответов API появятся здесь после запуска сканера уязвимостей.','API Response Logs'=>'Журналы ответов API','Show:'=>'Показать:','Apply'=>'Применить','Showing %1$s–%2$s of %3$s'=>'Показано %1$s–%2$s из %3$s','Actions'=>'Действия','View'=>'Просмотр','Danger Zone'=>'Опасная зона','Permanently delete all API response logs. This action cannot be undone.'=>'Навсегда удалить все журналы ответов API. Это действие нельзя отменить.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Вы уверены, что хотите удалить все журналы? Это действие нельзя отменить.','Delete All Logs'=>'Удалить все журналы','Reload Data from API'=>'Перезагрузить данные из API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Перезагрузить всю информацию о ядре, плагинах, темах и других компонентах непосредственно из API для получения обновлённых данных. Это очистит кэш и загрузит свежую информацию об уязвимостях.','Reload Data'=>'Перезагрузка данных','Test Email Notifications'=>'Тестирование уведомлений по email','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Отправьте тестовое уведомление по email с текущими данными об уязвимостях, чтобы убедиться в правильной работе конфигурации email.','From address (configured via constant):'=>'Адрес отправителя (задан через константу):','From address (default):'=>'Адрес отправителя (по умолчанию):','Learn how to customize the email sender address →'=>'Узнайте, как настроить адрес отправителя email →','Send Test Email'=>'Отправить тестовое письмо','WP-Cron Status'=>'Статус WP-Cron','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'Просмотр и управление запланированными событиями WP-Cron. Сравните ожидаемое расписание с фактическими cron-заданиями для проверки правильной работы автоматических задач.','No cron data available.'=>'Данные cron недоступны.','Hook'=>'Хук','Expected'=>'Ожидается','Found'=>'Найдено','Next Run'=>'Следующий запуск','Status'=>'Статус','Not expected'=>'Не ожидается','None'=>'отсутствует','OK'=>'OK','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Непредвиденные события WPVulnerability','No interval'=>'Без интервала','Next:'=>'Следующий:','Repair Cron Events'=>'Восстановить cron-события','Uninstall Data'=>'Данные при удалении','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'По умолчанию все данные плагина сохраняются при удалении WPVulnerability. Включите параметр ниже только в том случае, если вы хотите, чтобы все настройки, журналы и кэшированные данные были безвозвратно удалены при удалении.','Delete all plugin data on uninstall'=>'Удалить все данные плагина при удалении','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'По умолчанию: не отмечено (данные сохраняются). Отмечайте только если хотите чистое удаление.','Save preference'=>'Сохранить настройку','Reset WPVulnerability'=>'Сбросить WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Удалить все настройки WPVulnerability, кэшированные данные, журналы и запланированные события, затем восстановить настройки по умолчанию и перезагрузить данные из API.','This action cannot be undone.'=>'Это действие нельзя отменить.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Вы уверены, что хотите сбросить все данные WPVulnerability? Это действие нельзя отменить.','Reset Plugin'=>'Сбросить плагин','Vulnerability Database Statistics'=>'Статистика базы данных уязвимостей','%s vulnerability'=>'%s уязвимость' . "\0" . '%s уязвимости' . "\0" . '%s уязвимостей','(%s product)'=>'(%s продукт)' . "\0" . '(%s продукта)' . "\0" . '(%s продуктов)','No data'=>'Нет данных','Database last updated: %s'=>'База данных последний раз обновлена: %s','Intelligence Sources'=>'Источники данных','Number of vulnerabilities contributed by each intelligence source.'=>'Количество уязвимостей, предоставленных каждым источником данных.','Source'=>'Источник','Core'=>'Ядро','Sponsors'=>'Спонсоры','No sponsor data available.'=>'Данные о спонсорах недоступны.','Contributors'=>'Участники разработки','No contributor data available.'=>'Данные об участниках недоступны.','You do not have sufficient permissions to access this page.'=>'У вас недостаточно прав для доступа к этой странице.','WPVulnerability settings'=>'Настройки WPVulnerability','Configure and save these settings to receive notifications.'=>'Конфигурируйте и сохраните эти настройки для получения уведомлений.','Configure and save these settings to hide vulnerabilities.'=>'Настройте и сохраните эти параметры, чтобы скрыть уязвимости.','Default administrator email'=>'Электронная почта администратора по умолчанию','Read more if you want to force the cache time.'=>'Прочитайте больше, если Вы хотите увеличить время кэширования.','Never'=>'Никогда','Daily'=>'Ежедневно','Weekly'=>'Еженедельно','Day'=>'День','Hour'=>'Час','Minute'=>'Минута','Read more about how to force the deactivation of an item.'=>'Подробнее о том, как принудительно деактивировать элемент.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'Неверный URL вебхука Slack. Должен быть действительным HTTPS URL с hooks.slack.com','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'Неверный URL вебхука Microsoft Teams. Должен быть действительным HTTPS URL с office.com, office365.com или api.hooks.microsoft.com','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'Неверный URL вебхука Discord. Должен быть действительным HTTPS URL с discord.com или discordapp.com','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Неверный формат токена бота Telegram. Должен быть вида: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Всё в порядке','%d Critical Issue Found'=>'Найдена %d критическая проблема' . "\0" . 'Найдено %d критические проблемы' . "\0" . 'Найдено %d критических проблем','%d Issue Found'=>'Найдена %d проблема' . "\0" . 'Найдено %d проблемы' . "\0" . 'Найдено %d проблем','Never checked'=>'Никогда не проверялось','%d minute ago'=>'%d минуту назад' . "\0" . '%d минуты назад' . "\0" . '%d минут назад','%d hour ago'=>'%d час назад' . "\0" . '%d часа назад' . "\0" . '%d часов назад','Last checked: %s'=>'Последняя проверка: %s','Refresh Now'=>'Обновить сейчас','No vulnerabilities detected'=>'Уязвимости не обнаружены','Your site is up to date and secure'=>'Ваш сайт обновлён и защищён','Server Software'=>'Серверное программное обеспечение','Site Health'=>'Здоровье сайта','Settings'=>'Настройки','WPVulnerability Status'=>'Статус WPVulnerability','Receive vulnerability notifications'=>'Получайте уведомления об уязвимостях','Cache expiration time'=>'Время истечения кэша','How often you want to receive notifications'=>'Как часто вы хотите получать уведомления','Where do you want to receive notifications?'=>'Где Вы хотите получать уведомления?','Email addresses to notify (separated by commas)'=>'Адреса email для уведомлений (через запятую)','Slack webhook URL'=>'URL вебхука Slack','Teams webhook URL'=>'URL вебхука Teams','Vulnerabilities to hide'=>'Уязвимые места, которые нужно скрывать','What do you want to hide?'=>'Что Вы хотите скрыть?','Standard (Hybrid Detection)'=>'Стандартный (гибридное обнаружение)','Strict (Extensions Only)'=>'Строгий (только расширения)','Disabled (No Detection)'=>'Отключено (без обнаружения)','Security Status'=>'Статус безопасности','Security Mode'=>'Режим безопасности','Shell Execution'=>'Выполнение команд оболочки','Enabled'=>'Включено','Audit Logging'=>'Журналирование аудита','Enabled (%d days)'=>'Включено (%d дней)','Total Log Entries'=>'Всего записей в журнале','Last Shell Execution'=>'Последнее выполнение команды оболочки','%s ago'=>'%s назад','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Настройте параметры безопасности через константы wp-config.php: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Подробнее см. документацию по настройке безопасности.','Memcached'=>'Memcached','Imagick Extension'=>'Расширение Imagick','Redis Extension'=>'Расширение Redis','Memcached Extension'=>'Расширение Memcached','Memcache Extension'=>'Расширение Memcache','SQLite3 Extension'=>'Расширение SQLite3','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Команда оболочки','Binary Check'=>'Проверка бинарного файла','Not Detected'=>'Не обнаружено','Software Detection Methods'=>'Методы обнаружения программного обеспечения','Shows which detection method was used for each software component and the reliability score.'=>'Показывает, какой метод обнаружения использовался для каждого программного компонента и оценку надёжности.','Component'=>'Компонент','Version'=>'Версия','Detection Method'=>'Метод обнаружения','Reliability'=>'Надёжность','Not detected'=>'Не обнаружено','Shell Execution Audit Logs'=>'Журналы аудита выполнения команд оболочки','Complete audit trail of shell command executions for security monitoring.'=>'Полный журнал аудита выполнения команд оболочки для мониторинга безопасности.','No shell execution logs found.'=>'Журналы выполнения команд оболочки не найдены.','Logs will appear here when shell commands are executed for software detection.'=>'Журналы появятся здесь, когда команды оболочки будут выполняться для обнаружения программного обеспечения.','Time'=>'Время','Command'=>'Команда','User'=>'Пользователь','Output'=>'Вывод','Showing the %d most recent log entries.'=>'Показано %d последних записей журнала.','Invalid nonce.'=>'Неверный nonce.','Insufficient permissions.'=>'Недостаточно прав.','No component specified.'=>'Компонент не указан.','Debug Information'=>'Отладочная информация','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Эта вкладка видна только при включённом WP_DEBUG. Используйте с осторожностью.','System Information'=>'Системная информация','WordPress Version'=>'Версия WordPress','Multisite'=>'Мультисайт','Yes'=>'Да','No'=>'Нет','Language'=>'Язык','PHP Version'=>'Версия PHP','PHP Extensions'=>'Расширения PHP','PHP Memory Limit'=>'Лимит памяти PHP','Database'=>'База данных','Web Server'=>'Веб-сервер','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Путь:','Size: %s'=>'Размер: %s','View Log File'=>'Просмотреть файл журнала','Log file is not web-accessible (outside wp-content)'=>'Файл журнала недоступен через веб (находится за пределами wp-content)','Log file does not exist yet'=>'Файл журнала ещё не существует','Plugin Version'=>'Версия плагина','Component Detection'=>'Обнаружение компонентов','Version Detected'=>'Версия обнаружена','Analyzed'=>'Проанализировано','Cache Status'=>'Статус кэша','Configuration Summary'=>'Сводка конфигурации','Cache Duration'=>'Продолжительность кэша','Log Retention'=>'Хранение журнала','Components Analyzed'=>'Проанализированные компоненты','Notification Email'=>'Email для уведомлений','Slack Webhook'=>'Вебхук Slack','Configured & Enabled'=>'Настроено и включено','Configured (Disabled)'=>'Настроено (отключено)','Not configured'=>'Не настроено','Teams Webhook'=>'Вебхук Teams','Discord Webhook'=>'Вебхук Discord','Telegram Bot'=>'Бот Telegram','Cron Status'=>'Статус cron','Update Database'=>'Обновить базу данных','Next run: %s'=>'Следующий запуск: %s','Not scheduled'=>'Не запланировано','Send Notification'=>'Отправить уведомление','Run Update Now'=>'Запустить обновление сейчас','Run Notification Now'=>'Отправить уведомление сейчас','You do not have permission to run these actions.'=>'У вас нет разрешения на выполнение этих действий.','API Testing'=>'Тестирование API','Test API connectivity for each component. Click a button to send a test request.'=>'Проверьте подключение к API для каждого компонента. Нажмите кнопку, чтобы отправить тестовый запрос.','Test %s'=>'Тест %s','Testing...'=>'Тестирование...','HTTP Code:'=>'HTTP код:','Response Time:'=>'Время ответа:','Response Preview'=>'Предварительный просмотр ответа','Test'=>'Тест','Error:'=>'Ошибка:','AJAX request failed.'=>'AJAX-запрос не удался.','You do not have permission to test API connectivity.'=>'У вас нет разрешения на тестирование подключения к API.','Database Options Viewer'=>'Просмотр параметров базы данных','View the raw data stored in WordPress options.'=>'Просмотр необработанных данных, хранящихся в параметрах WordPress.','Select an option...'=>'Выберите параметр...','Option not found or empty.'=>'Параметр не найден или пуст.','Quick Actions'=>'Быстрые действия','Perform debugging actions. Use with caution.'=>'Выполнить отладочные действия. Используйте с осторожностью.','Are you sure you want to clear all caches?'=>'Вы уверены, что хотите очистить все кэши?','Clear All Caches'=>'Очистить все кэши','Are you sure you want to reset signatures?'=>'Вы уверены, что хотите сбросить сигнатуры?','Reset Signatures'=>'Сбросить сигнатуры','Export Debug Info'=>'Экспортировать отладочную информацию','You do not have permission to perform these actions.'=>'У вас нет разрешения на выполнение этих действий.','Settings saved.'=>'Настройки сохранены.','WPVulnerability cron events have been repaired across the network.'=>'Cron-события WPVulnerability были восстановлены по всей сети.','You do not have permission to access this page.'=>'У вас нет разрешения на доступ к этой странице.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s имеет известную уязвимость, которая может затрагивать вашу установленную версию.','Actively exploited'=>'Активно эксплуатируется','Public exploit'=>'Публичный эксплойт','Automatable'=>'Автоматизируемое','References:'=>'Ссылки:','Invalid component specified.'=>'Указан неверный компонент.','Version not detected for this component.'=>'Версия для этого компонента не обнаружена.','API request successful.'=>'Запрос к API выполнен успешно.','API returned HTTP code %d.'=>'API вернул HTTP код %d.','WPVulnerability Logs'=>'Журналы WPVulnerability','WPVulnerability Log'=>'Журнал WPVulnerability','Low'=>'низкая','Medium'=>'Средняя','High'=>'высокая','Critical'=>'критическая','WPVulnerability Shell Logs'=>'Журналы команд оболочки WPVulnerability','WPVulnerability Shell Log'=>'Журнал команд оболочки WPVulnerability','Every week'=>'Каждую неделю','Every day'=>'Ежедневно','Invalid request.'=>'Неверный запрос.','You have unsubscribed from WPVulnerability notifications.'=>'Вы отписались от уведомлений WPVulnerability.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Узнайте больше об API базы данных уязвимостей WordPress на странице %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Хотите прекратить получать эти уведомления? Отпишитесь или измените частоту email на Никогда в настройках WPVulnerability.','No vulnerabilities found'=>'Уязвимости не найдены','This is likely a test. The site does not have vulnerabilities.'=>'Это, вероятно, тест. На сайте нет уязвимостей.','Core vulnerabilities'=>'Уязвимости ядра','Plugins vulnerabilities'=>'Уязвимости плагинов','Themes vulnerabilities'=>'Уязвимости тем','PHP vulnerabilities'=>'Уязвимости PHP','Apache HTTPD vulnerabilities'=>'Уязвимости Apache HTTPD','Nginx vulnerabilities'=>'Уязвимости Nginx','MariaDB vulnerabilities'=>'Уязвимости в MariaDB','MySQL vulnerabilities'=>'Уязвимости MySQL','ImageMagick vulnerabilities'=>'Уязвимости в ImageMagick','curl vulnerabilities'=>'Уязвимости curl','memcached vulnerabilities'=>'Уязвимости memcached','Redis vulnerabilities'=>'Уязвимости Redis','SQLite vulnerabilities'=>'Уязвимости SQLite','Vulnerability found: %s'=>'Найдена уязвимость: %s','Vulnerability found'=>'Найдена уязвимость','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s имеет известную уязвимость, которая может затрагивать вашу установленную версию.','This plugin is closed. Please replace it with another.'=>'Этот плагин закрыт. Пожалуйста, замените его на другой.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Эта уязвимость, похоже, не исправлена. Следите за обновлениями плагина.','It hasn\'t been updated in over a year.'=>'Он не обновлялся уже более года.','It may no longer be available (closed?).'=>'Возможно, он больше не доступен (закрыт?).','Last updated on'=>'Последнее обновление на','Vulnerabilities (%d)'=>'Уязвимости (%d)','%s running'=>'%s запущен','End of Life'=>'Конец поддержки','End of life:'=>'Конец поддержки:','Supported'=>'Поддерживается','Plugin'=>'Плагин','Theme'=>'Тема','End of life: %s'=>'Конец поддержки: %s','EOL'=>'EOL','Network Settings'=>'Настройки сети','Vulnerabilities'=>'Уязвимости','Every 6 hours'=>'Каждые 6 часов','Database updates'=>'Обновления базы данных','Log cleanup'=>'Очистка журналов','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Уведомления запланированы, но текущие настройки их отключают. Пожалуйста, проверьте вкладку уведомлений.','This event should not be scheduled for this site.'=>'Это событие не должно быть запланировано для этого сайта.','Not expected for this site.'=>'Не ожидается для этого сайта.','No instances found.'=>'Экземпляры не найдены.','Scheduled with an unexpected interval.'=>'Запланировано с неожиданным интервалом.','Multiple instances detected.'=>'Обнаружено несколько экземпляров.','Scheduled as expected.'=>'Запланировано согласно ожиданиям.','There aren\'t plugins vulnerabilities'=>'Уязвимостей плагинов нет','Shows possible vulnerabilities that exist in installed plugins.'=>'Показывает возможные уязвимости в установленных плагинах.','There is %d plugin with vulnerabilities'=>'Плагинов с уязвимостями: %d' . "\0" . 'Плагинов с уязвимостями: %d' . "\0" . 'Плагинов с уязвимостями: %d','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Обнаружены потенциальные уязвимости в установленных плагинах. Пожалуйста, проверьте их и обновите.','Update plugins'=>'Обновить плагины','There aren\'t themes vulnerabilities'=>'Нет уязвимостей в темах','Shows possible vulnerabilities that exist in installed themes.'=>'Показывает возможные уязвимости в установленных темах.','There is %d theme with vulnerabilities'=>'Тем с уязвимостями: %d' . "\0" . 'Тем с уязвимостями: %d' . "\0" . 'Тем с уязвимостями: %d','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Обнаружены потенциальные уязвимости в установленных темах. Пожалуйста, проверьте их и обновите.','Update themes'=>'Обновить темы','There aren\'t WordPress vulnerabilities'=>'В WordPress нет уязвимостей','Shows possible vulnerabilities existing in the WordPress core.'=>'Показывает возможные уязвимости в ядре WordPress.','There is %d core vulnerability'=>'Уязвимости ядра: %d' . "\0" . 'Уязвимости ядра: %d' . "\0" . 'Уязвимости ядра: %d','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Обнаружены потенциальные уязвимости в этой установке WordPress. Пожалуйста, проверьте их и обновляйте установку.','Update WordPress'=>'Обновить WordPress','Nginx'=>'NGINX','Invalid software type'=>'Неверный тип программного обеспечения','Error'=>'Ошибка','The specified software type is not valid.'=>'Указанный тип программного обеспечения недействителен.','There aren\'t %s vulnerabilities'=>'Не существует %s уязвимостей','Shows possible vulnerabilities existing in %s.'=>'Показывает возможные уязвимости, существующие в %s.','There is %1$d %2$s vulnerability'=>'Уязвимостей %2$s: %1$d' . "\0" . 'Уязвимостей %2$s: %1$d' . "\0" . 'Уязвимостей %2$s: %1$d','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Мы обнаружили потенциальные уязвимости в %s. Пожалуйста, проверьте их и обновите Вашу установку.','How to update PHP'=>'Как обновить PHP','WPVulnerability Core'=>'WPVulnerability для ядра','WPVulnerability Themes'=>'WPVulnerability для тем','WPVulnerability Plugins'=>'WPVulnerability для плагинов','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'Эта тема закрыта. Пожалуйста, замените её другой.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Эта уязвимость, похоже, не исправлена. Следите за обновлениями темы.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Эта тема имеет известные уязвимости, которые могут затрагивать вашу установленную версию.']]; \ No newline at end of file +return ['domain'=>'wpvulnerability','plural-forms'=>'nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);','language'=>'ru','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2026-05-27 00:00+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'Получайте информацию о возможных уязвимостях в Вашем WordPress от WordPress Vulnerability Database API.','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'Эта команда требует прав администратора WordPress. Запустите с --user=.','No core vulnerabilities found.'=>'Уязвимостей ядра не найдено.','No plugin vulnerabilities found.'=>'Уязвимостей плагинов не найдено.','No theme vulnerabilities found.'=>'Уязвимостей тем не найдено.','No %s vulnerabilities found.'=>'Уязвимостей %s не найдено.','Data from source has been reloaded.'=>'Данные из источника были перезагружены.','You do not have permission to reload data.'=>'У вас нет разрешения на перезагрузку данных.','Test email has been sent.'=>'Тестовое письмо отправлено.','Test email has failed. Please, check your email settings.'=>'Тестовое письмо не удалось отправить. Пожалуйста, проверьте настройки Вашей электронной почты.','You do not have permission to send test emails.'=>'У вас нет разрешения на отправку тестовых писем.','WPVulnerability cron events have been repaired.'=>'Cron-события WPVulnerability были восстановлены.','You do not have permission to repair cron events.'=>'У вас нет разрешения на восстановление cron-событий.','All logs have been deleted.'=>'Все журналы были удалены.','You do not have permission to delete logs.'=>'У вас нет разрешения на удаление журналов.','Uninstall preference saved.'=>'Настройки удаления сохранены.','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability сброшен до настроек по умолчанию и перезагружен.','You do not have permission to reset WPVulnerability.'=>'У вас нет разрешения на сброс WPVulnerability.','All caches have been cleared.'=>'Все кэши были очищены.','You do not have permission to clear caches.'=>'У вас нет разрешения на очистку кэшей.','Plugin and theme signatures have been reset.'=>'Сигнатуры плагинов и тем были сброшены.','You do not have permission to reset signatures.'=>'У вас нет разрешения на сброс сигнатур.','You do not have permission to export debug information.'=>'У вас нет разрешения на экспорт отладочной информации.','Database update has been executed.'=>'Обновление базы данных выполнено.','You do not have permission to run database updates.'=>'У вас нет разрешения на запуск обновлений базы данных.','Notification has been sent.'=>'Уведомление отправлено.','Notification sending failed.'=>'Не удалось отправить уведомление.','You do not have permission to send notifications.'=>'У вас нет разрешения на отправку уведомлений.','Notifications'=>'Уведомления','Analysis'=>'Анализ','Logs'=>'Журналы','Security'=>'Безопасность','Tools'=>'Инструменты','Debug'=>'Отладка','About'=>'О плагине','Notification Settings'=>'Настройки уведомлений','Configure how and when you want to receive vulnerability notifications.'=>'Настройте, как и когда вы хотите получать уведомления об уязвимостях.','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'Будьте в курсе уязвимостей безопасности в вашей установке WordPress, плагинах, темах и серверном программном обеспечении.','Cache Expiration Time'=>'Время истечения кэша','FORCED'=>'ПРИНУДИТЕЛЬНО','How long to cache vulnerability data before refreshing from the API.'=>'Как долго кэшировать данные об уязвимостях перед обновлением из API.','%d hour'=>'%d час' . "\0" . '%d часа' . "\0" . '%d часов','You can force the cache time via wp-config.php constant. Learn more →'=>'Вы можете принудительно задать время кэша через константу wp-config.php. Узнать больше →','Notification Frequency'=>'Частота уведомлений','Choose how often you want to receive vulnerability notifications.'=>'Выберите, как часто вы хотите получать уведомления об уязвимостях.','Never - Disable automatic notifications'=>'Никогда — отключить автоматические уведомления','Daily - Receive notifications every day'=>'Ежедневно — получать уведомления каждый день','Weekly - Receive notifications once a week'=>'Еженедельно — получать уведомления раз в неделю','Day:'=>'День:','Monday'=>'Понедельник','Tuesday'=>'Вторник','Wednesday'=>'Среда','Thursday'=>'Четверг','Friday'=>'Пятница','Saturday'=>'Суббота','Sunday'=>'Воскресенье','Time:'=>'Время:','(24-hour format, server timezone)'=>'(24-часовой формат, часовой пояс сервера)','Notification Channels'=>'Каналы уведомлений','Select where you want to receive notifications.'=>'Выберите, где вы хотите получать уведомления.','Email'=>'Email','Email Addresses (separated by commas):'=>'Адреса электронной почты (через запятую):','Default:'=>'По умолчанию:','Slack'=>'Slack','Slack Webhook URL:'=>'URL вебхука Slack:','Learn how to create a Slack incoming webhook →'=>'Узнайте, как создать входящий вебхук Slack →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'URL вебхука Teams:','Learn how to create a Teams incoming webhook →'=>'Узнайте, как создать входящий вебхук Teams →','Discord'=>'Discord','Discord Webhook URL:'=>'URL вебхука Discord:','Learn how to create a Discord webhook →'=>'Узнайте, как создать вебхук Discord →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Токен бота Telegram:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Формат: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'ID чата Telegram:','Learn how to create a Telegram bot and get Chat ID →'=>'Узнайте, как создать бота Telegram и получить ID чата →','Save Notification Settings'=>'Сохранить настройки уведомлений','WordPress Components'=>'Компоненты WordPress','WordPress Core'=>'Ядро WordPress','Plugins'=>'Плагины','Themes'=>'Темы','Software & Languages'=>'Программное обеспечение и языки','PHP'=>'PHP','Web Servers'=>'Веб-серверы','Apache HTTPD'=>'Apache HTTPD','nginx'=>'nginx','Databases'=>'Базы данных','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'Дополнительные инструменты','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'memcached','Redis'=>'Redis','Component Analysis Settings'=>'Настройки анализа компонентов','Enable or disable vulnerability analysis for specific components.'=>'Включить или отключить анализ уязвимостей для конкретных компонентов.','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'Отметьте компоненты, которые вы хотите СКРЫТЬ от сканирования уязвимостей и отчётов. Не отмеченные компоненты будут активно анализироваться. Компоненты с активным анализом показаны зелёным, скрытые — красным.','Hidden (forced by constant)'=>'Скрыто (принудительно константой)','🔴 Analysis disabled'=>'🔴 Анализ отключён','🟢 Analysis active'=>'🟢 Анализ активен','Tip:'=>'Совет:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'Вы можете принудительно отключить компоненты через константы wp-config.php. Узнайте больше о принудительном скрытии проверок →','Save Analysis Settings'=>'Сохранить настройки анализа','« Previous'=>'« Предыдущая','Next »'=>'Следующая »','Log entry not found or has been removed.'=>'Запись журнала не найдена или была удалена.','Unable to load the requested log entry.'=>'Не удалось загрузить запрошенную запись журнала.','Log Configuration'=>'Конфигурация журнала','Total Logs'=>'Всего записей в журнале','Retention Period'=>'Период хранения','Disabled'=>'Отключено','%d day'=>'%d день' . "\0" . '%d дня' . "\0" . '%d дней','Log Retention Period'=>'Период хранения журнала','None (Disabled)'=>'Нет (отключено)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'Это значение задано константой WPVULNERABILITY_LOG_RETENTION_DAYS.','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'Выберите, как долго WPVulnerability должен хранить журналы ответов API. Устаревшие журналы удаляются автоматически.','Save Configuration'=>'Сохранить конфигурацию','Log retention is currently disabled.'=>'Хранение журнала в настоящее время отключено.','API responses are not being saved.'=>'Ответы API не сохраняются.','Log Details'=>'Детали записи журнала','Date'=>'Дата','API Endpoint'=>'Конечная точка API','API Response'=>'Ответ API','Back to Logs'=>'Назад к журналам','No logs available'=>'Журналы недоступны','API response logs will appear here once the vulnerability scanner runs.'=>'Журналы ответов API появятся здесь после запуска сканера уязвимостей.','API Response Logs'=>'Журналы ответов API','Show:'=>'Показать:','Apply'=>'Применить','Showing %1$s–%2$s of %3$s'=>'Показано %1$s–%2$s из %3$s','Actions'=>'Действия','View'=>'Просмотр','Danger Zone'=>'Опасная зона','Permanently delete all API response logs. This action cannot be undone.'=>'Навсегда удалить все журналы ответов API. Это действие нельзя отменить.','Are you sure you want to delete all logs? This action cannot be undone.'=>'Вы уверены, что хотите удалить все журналы? Это действие нельзя отменить.','Delete All Logs'=>'Удалить все журналы','Reload Data from API'=>'Перезагрузить данные из API','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'Перезагрузить всю информацию о ядре, плагинах, темах и других компонентах непосредственно из API для получения обновлённых данных. Это очистит кэш и загрузит свежую информацию об уязвимостях.','Reload Data'=>'Перезагрузка данных','Test Email Notifications'=>'Тестирование уведомлений по email','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'Отправьте тестовое уведомление по email с текущими данными об уязвимостях, чтобы убедиться в правильной работе конфигурации email.','From address (configured via constant):'=>'Адрес отправителя (задан через константу):','From address (default):'=>'Адрес отправителя (по умолчанию):','Learn how to customize the email sender address →'=>'Узнайте, как настроить адрес отправителя email →','Send Test Email'=>'Отправить тестовое письмо','WP-Cron Status'=>'Статус WP-Cron','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'Просмотр и управление запланированными событиями WP-Cron. Сравните ожидаемое расписание с фактическими cron-заданиями для проверки правильной работы автоматических задач.','No cron data available.'=>'Данные cron недоступны.','Hook'=>'Хук','Expected'=>'Ожидается','Found'=>'Найдено','Next Run'=>'Следующий запуск','Status'=>'Статус','Not expected'=>'Не ожидается','None'=>'отсутствует','OK'=>'OK','⚠️ Unexpected WPVulnerability Events'=>'⚠️ Непредвиденные события WPVulnerability','No interval'=>'Без интервала','Next:'=>'Следующий:','Repair Cron Events'=>'Восстановить cron-события','Uninstall Data'=>'Данные при удалении','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'По умолчанию все данные плагина сохраняются при удалении WPVulnerability. Включите параметр ниже только в том случае, если вы хотите, чтобы все настройки, журналы и кэшированные данные были безвозвратно удалены при удалении.','Delete all plugin data on uninstall'=>'Удалить все данные плагина при удалении','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'По умолчанию: не отмечено (данные сохраняются). Отмечайте только если хотите чистое удаление.','Save preference'=>'Сохранить настройку','Reset WPVulnerability'=>'Сбросить WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'Удалить все настройки WPVulnerability, кэшированные данные, журналы и запланированные события, затем восстановить настройки по умолчанию и перезагрузить данные из API.','This action cannot be undone.'=>'Это действие нельзя отменить.','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'Вы уверены, что хотите сбросить все данные WPVulnerability? Это действие нельзя отменить.','Reset Plugin'=>'Сбросить плагин','Vulnerability Database Statistics'=>'Статистика базы данных уязвимостей','%s vulnerability'=>'%s уязвимость' . "\0" . '%s уязвимости' . "\0" . '%s уязвимостей','(%s product)'=>'(%s продукт)' . "\0" . '(%s продукта)' . "\0" . '(%s продуктов)','No data'=>'Нет данных','Database last updated: %s'=>'База данных последний раз обновлена: %s','Intelligence Sources'=>'Источники данных','Number of vulnerabilities contributed by each intelligence source.'=>'Количество уязвимостей, предоставленных каждым источником данных.','Source'=>'Источник','Core'=>'Ядро','Sponsors'=>'Спонсоры','No sponsor data available.'=>'Данные о спонсорах недоступны.','Contributors'=>'Участники разработки','No contributor data available.'=>'Данные об участниках недоступны.','You do not have sufficient permissions to access this page.'=>'У вас недостаточно прав для доступа к этой странице.','WPVulnerability settings'=>'Настройки WPVulnerability','Configure and save these settings to receive notifications.'=>'Конфигурируйте и сохраните эти настройки для получения уведомлений.','Configure and save these settings to hide vulnerabilities.'=>'Настройте и сохраните эти параметры, чтобы скрыть уязвимости.','Default administrator email'=>'Электронная почта администратора по умолчанию','Read more if you want to force the cache time.'=>'Прочитайте больше, если Вы хотите увеличить время кэширования.','Never'=>'Никогда','Daily'=>'Ежедневно','Weekly'=>'Еженедельно','Day'=>'День','Hour'=>'Час','Minute'=>'Минута','Read more about how to force the deactivation of an item.'=>'Подробнее о том, как принудительно деактивировать элемент.','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'Неверный URL вебхука Slack. Должен быть действительным HTTPS URL с hooks.slack.com','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'Неверный URL вебхука Microsoft Teams. Должен быть действительным HTTPS URL с office.com, office365.com или api.hooks.microsoft.com','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'Неверный URL вебхука Discord. Должен быть действительным HTTPS URL с discord.com или discordapp.com','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'Неверный формат токена бота Telegram. Должен быть вида: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'Всё в порядке','%d Critical Issue Found'=>'Найдена %d критическая проблема' . "\0" . 'Найдено %d критические проблемы' . "\0" . 'Найдено %d критических проблем','%d Issue Found'=>'Найдена %d проблема' . "\0" . 'Найдено %d проблемы' . "\0" . 'Найдено %d проблем','Never checked'=>'Никогда не проверялось','%d minute ago'=>'%d минуту назад' . "\0" . '%d минуты назад' . "\0" . '%d минут назад','%d hour ago'=>'%d час назад' . "\0" . '%d часа назад' . "\0" . '%d часов назад','Last checked: %s'=>'Последняя проверка: %s','Refresh Now'=>'Обновить сейчас','No vulnerabilities detected'=>'Уязвимости не обнаружены','Your site is up to date and secure'=>'Ваш сайт обновлён и защищён','Server Software'=>'Серверное программное обеспечение','Site Health'=>'Здоровье сайта','Settings'=>'Настройки','WPVulnerability Status'=>'Статус WPVulnerability','Receive vulnerability notifications'=>'Получайте уведомления об уязвимостях','Cache expiration time'=>'Время истечения кэша','How often you want to receive notifications'=>'Как часто вы хотите получать уведомления','Where do you want to receive notifications?'=>'Где Вы хотите получать уведомления?','Email addresses to notify (separated by commas)'=>'Адреса email для уведомлений (через запятую)','Slack webhook URL'=>'URL вебхука Slack','Teams webhook URL'=>'URL вебхука Teams','Vulnerabilities to hide'=>'Уязвимые места, которые нужно скрывать','What do you want to hide?'=>'Что Вы хотите скрыть?','Standard (Hybrid Detection)'=>'Стандартный (гибридное обнаружение)','Strict (Extensions Only)'=>'Строгий (только расширения)','Disabled (No Detection)'=>'Отключено (без обнаружения)','Security Status'=>'Статус безопасности','Security Mode'=>'Режим безопасности','Shell Execution'=>'Выполнение команд оболочки','Enabled'=>'Включено','Audit Logging'=>'Журналирование аудита','Enabled (%d days)'=>'Включено (%d дней)','Total Log Entries'=>'Всего записей в журнале','Last Shell Execution'=>'Последнее выполнение команды оболочки','%s ago'=>'%s назад','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'Настройте параметры безопасности через константы wp-config.php: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.','See security configuration documentation for details.'=>'Подробнее см. документацию по настройке безопасности.','Memcached'=>'Memcached','Imagick Extension'=>'Расширение Imagick','Redis Extension'=>'Расширение Redis','Memcached Extension'=>'Расширение Memcached','Memcache Extension'=>'Расширение Memcache','SQLite3 Extension'=>'Расширение SQLite3','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Команда оболочки','Binary Check'=>'Проверка бинарного файла','Not Detected'=>'Не обнаружено','Software Detection Methods'=>'Методы обнаружения программного обеспечения','Shows which detection method was used for each software component and the reliability score.'=>'Показывает, какой метод обнаружения использовался для каждого программного компонента и оценку надёжности.','Component'=>'Компонент','Version'=>'Версия','Detection Method'=>'Метод обнаружения','Reliability'=>'Надёжность','Not detected'=>'Не обнаружено','Shell Execution Audit Logs'=>'Журналы аудита выполнения команд оболочки','Complete audit trail of shell command executions for security monitoring.'=>'Полный журнал аудита выполнения команд оболочки для мониторинга безопасности.','No shell execution logs found.'=>'Журналы выполнения команд оболочки не найдены.','Logs will appear here when shell commands are executed for software detection.'=>'Журналы появятся здесь, когда команды оболочки будут выполняться для обнаружения программного обеспечения.','Time'=>'Время','Command'=>'Команда','User'=>'Пользователь','Output'=>'Вывод','Showing the %d most recent log entries.'=>'Показано %d последних записей журнала.','Invalid nonce.'=>'Неверный nonce.','Insufficient permissions.'=>'Недостаточно прав.','No component specified.'=>'Компонент не указан.','Debug Information'=>'Отладочная информация','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'Эта вкладка видна только при включённом WP_DEBUG. Используйте с осторожностью.','System Information'=>'Системная информация','WordPress Version'=>'Версия WordPress','Multisite'=>'Мультисайт','Yes'=>'Да','No'=>'Нет','Language'=>'Язык','PHP Version'=>'Версия PHP','PHP Extensions'=>'Расширения PHP','PHP Memory Limit'=>'Лимит памяти PHP','Database'=>'База данных','Web Server'=>'Веб-сервер','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'Путь:','Size: %s'=>'Размер: %s','View Log File'=>'Просмотреть файл журнала','Log file is not web-accessible (outside wp-content)'=>'Файл журнала недоступен через веб (находится за пределами wp-content)','Log file does not exist yet'=>'Файл журнала ещё не существует','Plugin Version'=>'Версия плагина','Component Detection'=>'Обнаружение компонентов','Version Detected'=>'Версия обнаружена','Analyzed'=>'Проанализировано','Cache Status'=>'Статус кэша','Configuration Summary'=>'Сводка конфигурации','Cache Duration'=>'Продолжительность кэша','Log Retention'=>'Хранение журнала','Components Analyzed'=>'Проанализированные компоненты','Notification Email'=>'Email для уведомлений','Slack Webhook'=>'Вебхук Slack','Configured & Enabled'=>'Настроено и включено','Configured (Disabled)'=>'Настроено (отключено)','Not configured'=>'Не настроено','Teams Webhook'=>'Вебхук Teams','Discord Webhook'=>'Вебхук Discord','Telegram Bot'=>'Бот Telegram','Cron Status'=>'Статус cron','Update Database'=>'Обновить базу данных','Next run: %s'=>'Следующий запуск: %s','Not scheduled'=>'Не запланировано','Send Notification'=>'Отправить уведомление','Run Update Now'=>'Запустить обновление сейчас','Run Notification Now'=>'Отправить уведомление сейчас','You do not have permission to run these actions.'=>'У вас нет разрешения на выполнение этих действий.','API Testing'=>'Тестирование API','Test API connectivity for each component. Click a button to send a test request.'=>'Проверьте подключение к API для каждого компонента. Нажмите кнопку, чтобы отправить тестовый запрос.','Test %s'=>'Тест %s','Testing...'=>'Тестирование...','HTTP Code:'=>'HTTP код:','Response Time:'=>'Время ответа:','Response Preview'=>'Предварительный просмотр ответа','Test'=>'Тест','Error:'=>'Ошибка:','AJAX request failed.'=>'AJAX-запрос не удался.','You do not have permission to test API connectivity.'=>'У вас нет разрешения на тестирование подключения к API.','Database Options Viewer'=>'Просмотр параметров базы данных','View the raw data stored in WordPress options.'=>'Просмотр необработанных данных, хранящихся в параметрах WordPress.','Select an option...'=>'Выберите параметр...','Option not found or empty.'=>'Параметр не найден или пуст.','Quick Actions'=>'Быстрые действия','Perform debugging actions. Use with caution.'=>'Выполнить отладочные действия. Используйте с осторожностью.','Are you sure you want to clear all caches?'=>'Вы уверены, что хотите очистить все кэши?','Clear All Caches'=>'Очистить все кэши','Are you sure you want to reset signatures?'=>'Вы уверены, что хотите сбросить сигнатуры?','Reset Signatures'=>'Сбросить сигнатуры','Export Debug Info'=>'Экспортировать отладочную информацию','You do not have permission to perform these actions.'=>'У вас нет разрешения на выполнение этих действий.','Settings saved.'=>'Настройки сохранены.','WPVulnerability cron events have been repaired across the network.'=>'Cron-события WPVulnerability были восстановлены по всей сети.','You do not have permission to access this page.'=>'У вас нет разрешения на доступ к этой странице.','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s имеет известную уязвимость, которая может затрагивать вашу установленную версию.','Actively exploited'=>'Активно эксплуатируется','Public exploit'=>'Публичный эксплойт','Automatable'=>'Автоматизируемое','References:'=>'Ссылки:','Invalid component specified.'=>'Указан неверный компонент.','Version not detected for this component.'=>'Версия для этого компонента не обнаружена.','API request successful.'=>'Запрос к API выполнен успешно.','API returned HTTP code %d.'=>'API вернул HTTP код %d.','WPVulnerability Logs'=>'Журналы WPVulnerability','WPVulnerability Log'=>'Журнал WPVulnerability','Low'=>'низкая','Medium'=>'Средняя','High'=>'высокая','Critical'=>'критическая','WPVulnerability Shell Logs'=>'Журналы команд оболочки WPVulnerability','WPVulnerability Shell Log'=>'Журнал команд оболочки WPVulnerability','Every week'=>'Каждую неделю','Every day'=>'Ежедневно','Invalid request.'=>'Неверный запрос.','You have unsubscribed from WPVulnerability notifications.'=>'Вы отписались от уведомлений WPVulnerability.','Learn more about the WordPress Vulnerability Database API at %2$s'=>'Узнайте больше об API базы данных уязвимостей WordPress на странице %2$s','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'Хотите прекратить получать эти уведомления? Отпишитесь или измените частоту email на Никогда в настройках WPVulnerability.','No vulnerabilities found'=>'Уязвимости не найдены','This is likely a test. The site does not have vulnerabilities.'=>'Это, вероятно, тест. На сайте нет уязвимостей.','Core vulnerabilities'=>'Уязвимости ядра','Plugins vulnerabilities'=>'Уязвимости плагинов','Themes vulnerabilities'=>'Уязвимости тем','PHP vulnerabilities'=>'Уязвимости PHP','Apache HTTPD vulnerabilities'=>'Уязвимости Apache HTTPD','Nginx vulnerabilities'=>'Уязвимости Nginx','MariaDB vulnerabilities'=>'Уязвимости в MariaDB','MySQL vulnerabilities'=>'Уязвимости MySQL','ImageMagick vulnerabilities'=>'Уязвимости в ImageMagick','curl vulnerabilities'=>'Уязвимости curl','memcached vulnerabilities'=>'Уязвимости memcached','Redis vulnerabilities'=>'Уязвимости Redis','SQLite vulnerabilities'=>'Уязвимости SQLite','Vulnerability found: %s'=>'Найдена уязвимость: %s','Vulnerability found'=>'Найдена уязвимость','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s имеет известную уязвимость, которая может затрагивать вашу установленную версию.','This plugin is closed. Please replace it with another.'=>'Этот плагин закрыт. Пожалуйста, замените его на другой.','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'Эта уязвимость, похоже, не исправлена. Следите за обновлениями плагина.','It hasn\'t been updated in over a year.'=>'Он не обновлялся уже более года.','It may no longer be available (closed?).'=>'Возможно, он больше не доступен (закрыт?).','Last updated on'=>'Последнее обновление на','Vulnerabilities (%d)'=>'Уязвимости (%d)','%s running'=>'%s запущен','End of Life'=>'Конец поддержки','End of life:'=>'Конец поддержки:','Supported'=>'Поддерживается','Plugin'=>'Плагин','Theme'=>'Тема','End of life: %s'=>'Конец поддержки: %s','EOL'=>'EOL','Network Settings'=>'Настройки сети','Vulnerabilities'=>'Уязвимости','Every 6 hours'=>'Каждые 6 часов','Database updates'=>'Обновления базы данных','Log cleanup'=>'Очистка журналов','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'Уведомления запланированы, но текущие настройки их отключают. Пожалуйста, проверьте вкладку уведомлений.','This event should not be scheduled for this site.'=>'Это событие не должно быть запланировано для этого сайта.','Not expected for this site.'=>'Не ожидается для этого сайта.','No instances found.'=>'Экземпляры не найдены.','Scheduled with an unexpected interval.'=>'Запланировано с неожиданным интервалом.','Multiple instances detected.'=>'Обнаружено несколько экземпляров.','Scheduled as expected.'=>'Запланировано согласно ожиданиям.','There aren\'t plugins vulnerabilities'=>'Уязвимостей плагинов нет','Shows possible vulnerabilities that exist in installed plugins.'=>'Показывает возможные уязвимости в установленных плагинах.','There is %d plugin with vulnerabilities'=>'Плагинов с уязвимостями: %d' . "\0" . 'Плагинов с уязвимостями: %d' . "\0" . 'Плагинов с уязвимостями: %d','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'Обнаружены потенциальные уязвимости в установленных плагинах. Пожалуйста, проверьте их и обновите.','Update plugins'=>'Обновить плагины','There aren\'t themes vulnerabilities'=>'Нет уязвимостей в темах','Shows possible vulnerabilities that exist in installed themes.'=>'Показывает возможные уязвимости в установленных темах.','There is %d theme with vulnerabilities'=>'Тем с уязвимостями: %d' . "\0" . 'Тем с уязвимостями: %d' . "\0" . 'Тем с уязвимостями: %d','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'Обнаружены потенциальные уязвимости в установленных темах. Пожалуйста, проверьте их и обновите.','Update themes'=>'Обновить темы','There aren\'t WordPress vulnerabilities'=>'В WordPress нет уязвимостей','Shows possible vulnerabilities existing in the WordPress core.'=>'Показывает возможные уязвимости в ядре WordPress.','There is %d core vulnerability'=>'Уязвимости ядра: %d' . "\0" . 'Уязвимости ядра: %d' . "\0" . 'Уязвимости ядра: %d','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'Обнаружены потенциальные уязвимости в этой установке WordPress. Пожалуйста, проверьте их и обновляйте установку.','Update WordPress'=>'Обновить WordPress','Nginx'=>'NGINX','Invalid software type'=>'Неверный тип программного обеспечения','Error'=>'Ошибка','The specified software type is not valid.'=>'Указанный тип программного обеспечения недействителен.','There aren\'t %s vulnerabilities'=>'Не существует %s уязвимостей','Shows possible vulnerabilities existing in %s.'=>'Показывает возможные уязвимости, существующие в %s.','There is %1$d %2$s vulnerability'=>'Уязвимостей %2$s: %1$d' . "\0" . 'Уязвимостей %2$s: %1$d' . "\0" . 'Уязвимостей %2$s: %1$d','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'Мы обнаружили потенциальные уязвимости в %s. Пожалуйста, проверьте их и обновите Вашу установку.','How to update PHP'=>'Как обновить PHP','WPVulnerability Core'=>'WPVulnerability для ядра','WPVulnerability Themes'=>'WPVulnerability для тем','WPVulnerability Plugins'=>'WPVulnerability для плагинов','WPVulnerability PHP'=>'WPVulnerability PHP','WPVulnerability Apache HTTPD'=>'WPVulnerability Apache HTTPD','WPVulnerability Nginx'=>'WPVulnerability Nginx','WPVulnerability MariaDB'=>'WPVulnerability MariaDB','WPVulnerability MySQL'=>'WPVulnerability MySQL','WPVulnerability ImageMagick'=>'WPVulnerability ImageMagick','WPVulnerability curl'=>'WPVulnerability curl','WPVulnerability memcached'=>'WPVulnerability memcached','WPVulnerability redis'=>'WPVulnerability redis','WPVulnerability sqlite'=>'WPVulnerability sqlite','This theme is closed. Please replace it with another.'=>'Эта тема закрыта. Пожалуйста, замените её другой.','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'Эта уязвимость, похоже, не исправлена. Следите за обновлениями темы.','This theme has known vulnerabilities that may be affecting your installed version.'=>'Эта тема имеет известные уязвимости, которые могут затрагивать вашу установленную версию.']]; \ No newline at end of file diff --git a/languages/wpvulnerability-zh-tw.l10n.php b/languages/wpvulnerability-zh-tw.l10n.php index 8ab9129..b3734be 100644 --- a/languages/wpvulnerability-zh-tw.l10n.php +++ b/languages/wpvulnerability-zh-tw.l10n.php @@ -1,2 +1,2 @@ NULL,'plural-forms'=>'nplurals=1; plural=0;','language'=>'zh_TW','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2025-12-09 21:50:02+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'從 WordPress Vulnerability Database API 接收 WordPress 網站可能存在的漏洞資訊。','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'此指令需要 WordPress 網站管理員身份。請以 --user= 執行。','No core vulnerabilities found.'=>'未發現核心程式漏洞。','No plugin vulnerabilities found.'=>'未發現外掛漏洞。','No theme vulnerabilities found.'=>'未發現佈景主題漏洞。','No %s vulnerabilities found.'=>'未發現 %s 漏洞。','Data from source has been reloaded.'=>'來源資料已重新載入。','You do not have permission to reload data.'=>'您沒有重新載入資料的權限。','Test email has been sent.'=>'測試用電子郵件已傳送。','Test email has failed. Please, check your email settings.'=>'測試用電子郵件傳送失敗。請檢查電子郵件設定。','You do not have permission to send test emails.'=>'您沒有傳送測試電子郵件的權限。','WPVulnerability cron events have been repaired.'=>'WPVulnerability cron 事件已修復。','You do not have permission to repair cron events.'=>'您沒有修復 cron 事件的權限。','All logs have been deleted.'=>'所有記錄已刪除。','You do not have permission to delete logs.'=>'您沒有刪除記錄的權限。','Uninstall preference saved.'=>'解除安裝偏好設定已儲存。','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability 已重設為預設值並重新載入。','You do not have permission to reset WPVulnerability.'=>'您沒有重設 WPVulnerability 的權限。','All caches have been cleared.'=>'所有快取已清除。','You do not have permission to clear caches.'=>'您沒有清除快取的權限。','Plugin and theme signatures have been reset.'=>'外掛和佈景主題的簽名已重設。','You do not have permission to reset signatures.'=>'您沒有重設簽名的權限。','You do not have permission to export debug information.'=>'您沒有匯出除錯資訊的權限。','Database update has been executed.'=>'資料庫更新已執行。','You do not have permission to run database updates.'=>'您沒有執行資料庫更新的權限。','Notification has been sent.'=>'通知已傳送。','Notification sending failed.'=>'通知傳送失敗。','You do not have permission to send notifications.'=>'您沒有傳送通知的權限。','Notifications'=>'通知','Analysis'=>'分析','Logs'=>'記錄','Security'=>'安全性','Tools'=>'工具','Debug'=>'除錯','About'=>'關於','Notification Settings'=>'通知設定','Configure how and when you want to receive vulnerability notifications.'=>'設定接收漏洞通知的方式和時間。','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'隨時掌握 WordPress 安裝、外掛、佈景主題及伺服器軟體的安全漏洞資訊。','Cache Expiration Time'=>'快取到期時間','FORCED'=>'強制','How long to cache vulnerability data before refreshing from the API.'=>'在從 API 重新整理之前,快取漏洞資料的時間長度。','%d hour'=>'%d 小時','You can force the cache time via wp-config.php constant. Learn more →'=>'您可以透過 wp-config.php 常數強制設定快取時間。了解更多 →','Notification Frequency'=>'通知頻率','Choose how often you want to receive vulnerability notifications.'=>'選擇接收漏洞通知的頻率。','Never - Disable automatic notifications'=>'永不 — 停用自動通知','Daily - Receive notifications every day'=>'每日 — 每天接收通知','Weekly - Receive notifications once a week'=>'每週 — 每週接收一次通知','Day:'=>'星期:','Monday'=>'星期一','Tuesday'=>'星期二','Wednesday'=>'星期三','Thursday'=>'星期四','Friday'=>'星期五','Saturday'=>'星期六','Sunday'=>'星期日','Time:'=>'時間:','(24-hour format, server timezone)'=>'(24 小時制,伺服器時區)','Notification Channels'=>'通知管道','Select where you want to receive notifications.'=>'選擇接收通知的管道。','Email'=>'電子郵件','Email Addresses (separated by commas):'=>'電子郵件地址(以逗號分隔):','Default:'=>'預設:','Slack'=>'Slack','Slack Webhook URL:'=>'Slack Webhook 網址:','Learn how to create a Slack incoming webhook →'=>'了解如何建立 Slack 傳入 webhook →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'Teams Webhook 網址:','Learn how to create a Teams incoming webhook →'=>'了解如何建立 Teams 傳入 webhook →','Discord'=>'Discord','Discord Webhook URL:'=>'Discord Webhook 網址:','Learn how to create a Discord webhook →'=>'了解如何建立 Discord webhook →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Telegram 機器人權杖:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'格式:123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'Telegram 聊天 ID:','Learn how to create a Telegram bot and get Chat ID →'=>'了解如何建立 Telegram 機器人並取得聊天 ID →','Save Notification Settings'=>'儲存通知設定','WordPress Components'=>'WordPress 元件','WordPress Core'=>'WordPress 核心程式','Plugins'=>'外掛','Themes'=>'佈景主題','Software & Languages'=>'軟體與程式語言','PHP'=>'PHP','Web Servers'=>'網頁伺服器','Apache HTTPD'=>'Apache HTTPD','nginx'=>'NGINX','Databases'=>'資料庫','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'其他工具','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'Memcached','Redis'=>'Redis','Component Analysis Settings'=>'元件分析設定','Enable or disable vulnerability analysis for specific components.'=>'啟用或停用特定元件的漏洞分析。','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'勾選要從漏洞掃描和報告中隱藏的元件。未勾選的元件將被積極分析。啟用分析的元件以綠色顯示,隱藏的元件以紅色顯示。','Hidden (forced by constant)'=>'已隱藏(由常數強制)','🔴 Analysis disabled'=>'🔴 分析已停用','🟢 Analysis active'=>'🟢 分析進行中','Tip:'=>'提示:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'您可以透過 wp-config.php 常數強制停用元件。進一步了解強制隱藏檢查 →','Save Analysis Settings'=>'儲存分析設定','« Previous'=>'« 上一頁','Next »'=>'下一頁 »','Log entry not found or has been removed.'=>'找不到條件相符的記錄項目或已移除。','Unable to load the requested log entry.'=>'無法載入要求的記錄項目。','Log Configuration'=>'記錄設定','Total Logs'=>'記錄總數','Retention Period'=>'保留期間','Disabled'=>'已停用','%d day'=>'%d 天','Log Retention Period'=>'記錄保留期間','None (Disabled)'=>'無(已停用)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'這項設定會由 WPVULNERABILITY_LOG_RETENTION_DAYS 常數強制執行。','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'選擇 WPVulnerability 保留 API 回應記錄的時間長度。較舊的記錄將自動刪除。','Save Configuration'=>'儲存設定','Log retention is currently disabled.'=>'記錄保留目前已停用。','API responses are not being saved.'=>'API 回應目前未被儲存。','Log Details'=>'記錄詳細資料','Date'=>'日期','API Endpoint'=>'API 端點','API Response'=>'API 回應','Back to Logs'=>'返回記錄','No logs available'=>'沒有可用的記錄','API response logs will appear here once the vulnerability scanner runs.'=>'漏洞掃描器執行後,API 回應記錄將顯示在此處。','API Response Logs'=>'API 回應記錄','Show:'=>'顯示:','Apply'=>'套用','Showing %1$s–%2$s of %3$s'=>'顯示第 %1$s–%2$s 筆,共 %3$s 筆','Actions'=>'可用操作','View'=>'檢視','Danger Zone'=>'危險操作區','Permanently delete all API response logs. This action cannot be undone.'=>'永久刪除所有 API 回應記錄。此操作無法復原。','Are you sure you want to delete all logs? This action cannot be undone.'=>'確定要刪除所有記錄嗎?此操作無法復原。','Delete All Logs'=>'刪除所有記錄','Reload Data from API'=>'從 API 重新載入資料','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'直接從 API 重新載入所有核心程式、外掛、佈景主題和其他元件資訊以取得最新資料。這將清除快取並擷取最新的漏洞資訊。','Reload Data'=>'重新載入資料','Test Email Notifications'=>'測試電子郵件通知','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'傳送含有目前漏洞資料的測試電子郵件通知,以驗證電子郵件設定是否正常運作。','From address (configured via constant):'=>'寄件者地址(透過常數設定):','From address (default):'=>'寄件者地址(預設):','Learn how to customize the email sender address →'=>'了解如何自訂電子郵件寄件者地址 →','Send Test Email'=>'傳送測試電子郵件','WP-Cron Status'=>'WP-Cron 狀態','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'檢視和管理 WP-Cron 排程事件。比較預期排程與實際 cron 任務,確保自動化任務正常執行。','No cron data available.'=>'沒有可用的 cron 資料。','Hook'=>'Hook','Expected'=>'預期','Found'=>'已找到','Next Run'=>'下次執行','Status'=>'狀態','Not expected'=>'非預期','None'=>'無','OK'=>'確定','⚠️ Unexpected WPVulnerability Events'=>'⚠️ 非預期的 WPVulnerability 事件','No interval'=>'無間隔','Next:'=>'下次:','Repair Cron Events'=>'修復 Cron 事件','Uninstall Data'=>'解除安裝資料','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'預設情況下,刪除 WPVulnerability 時,所有外掛資料都會保留。只有在您希望解除安裝時永久刪除所有選項、記錄和快取資料,才啟用下方的選項。','Delete all plugin data on uninstall'=>'解除安裝時刪除所有外掛資料','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'預設:未勾選(保留資料)。只有在希望完全移除時才勾選。','Save preference'=>'儲存偏好設定','Reset WPVulnerability'=>'重設 WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'刪除所有 WPVulnerability 設定、快取資料、記錄和排程事件,然後還原為預設值並從API 重新載入資料。','This action cannot be undone.'=>'此操作無法復原。','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'確定要重設所有 WPVulnerability 資料嗎?此操作無法復原。','Reset Plugin'=>'重設外掛','Vulnerability Database Statistics'=>'漏洞資料庫統計資料','%s vulnerability'=>'%s 個漏洞','(%s product)'=>'(%s 個產品)','No data'=>'無資料','Database last updated: %s'=>'資料庫最後更新:%s','Intelligence Sources'=>'情報來源','Number of vulnerabilities contributed by each intelligence source.'=>'各情報來源提供的漏洞數量。','Source'=>'來源','Core'=>'核心程式','Sponsors'=>'贊助者','No sponsor data available.'=>'沒有可用的贊助者資料。','Contributors'=>'參與者','No contributor data available.'=>'沒有可用的參與者資料。','You do not have sufficient permissions to access this page.'=>'您沒有足夠的權限存取此頁面。','WPVulnerability settings'=>'WPVulnerability 設定','Configure and save these settings to receive notifications.'=>'請組態接收通知的相關設定並儲存設定。','Configure and save these settings to hide vulnerabilities.'=>'請在下方組態隱藏漏洞的相關設定並儲存設定。','Default administrator email'=>'預設網站管理員電子郵件地址','Read more if you want to force the cache time.'=>'進一步了解強制設定快取到期時間的方式','Never'=>'永不使用','Daily'=>'每日','Weekly'=>'每週','Day'=>'日','Hour'=>'小時','Minute'=>'分鐘','Read more about how to force the deactivation of an item.'=>'進一步了解強制停用漏洞項目來源的方式','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'無效的 Slack webhook 網址。必須是來自 hooks.slack.com 的有效 HTTPS 網址。','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'無效的 Microsoft Teams webhook 網址。必須是來自 office.com、office365.com 或 api.hooks.microsoft.com 的有效 HTTPS 網址。','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'無效的 Discord webhook 網址。必須是來自 discord.com 或 discordapp.com 的有效 HTTPS 網址。','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'無效的 Telegram 機器人權杖格式。必須類似:123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'一切正常','%d Critical Issue Found'=>'發現 %d 個嚴重問題','%d Issue Found'=>'發現 %d 個問題','Never checked'=>'從未檢查','%d minute ago'=>'%d 分鐘前','%d hour ago'=>'%d 小時前','Last checked: %s'=>'上次檢查:%s','Refresh Now'=>'立即重新整理','No vulnerabilities detected'=>'未偵測到漏洞','Your site is up to date and secure'=>'您的網站已是最新版本且安全無虞','Server Software'=>'伺服器軟體','Site Health'=>'網站狀態','Settings'=>'設定','WPVulnerability Status'=>'WPVulnerability 狀態','Receive vulnerability notifications'=>'接收漏洞通知','Cache expiration time'=>'快取到期時間','How often you want to receive notifications'=>'接收通知週期','Where do you want to receive notifications?'=>'接收通知的方式','Email addresses to notify (separated by commas)'=>'電子郵件通知對象 (使用逗號分隔)','Slack webhook URL'=>'Slack Webhook 網址','Teams webhook URL'=>'Microsoft Teams Webhook 網址','Vulnerabilities to hide'=>'要隱藏的漏洞','What do you want to hide?'=>'要隱藏的漏洞項目來源','Standard (Hybrid Detection)'=>'標準(混合偵測)','Strict (Extensions Only)'=>'嚴格(僅限擴充功能)','Disabled (No Detection)'=>'已停用(無偵測)','Security Status'=>'安全性狀態','Security Mode'=>'安全性模式','Shell Execution'=>'Shell 執行','Enabled'=>'已啟用','Audit Logging'=>'稽核記錄','Enabled (%d days)'=>'已啟用(%d 天)','Total Log Entries'=>'記錄項目總數','Last Shell Execution'=>'上次 Shell 執行','%s ago'=>'%s 前','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'透過 wp-config.php 常數設定安全性設定:WPVULNERABILITY_DISABLE_SHELL_EXEC、WPVULNERABILITY_SECURITY_MODE、WPVULNERABILITY_SHELL_EXEC_WHITELIST。','See security configuration documentation for details.'=>'請參閱安全性設定說明文件以了解詳細資訊。','Memcached'=>'Memcached','Imagick Extension'=>'Imagick 擴充功能','Redis Extension'=>'Redis 擴充功能','Memcached Extension'=>'Memcached 擴充功能','Memcache Extension'=>'Memcache 擴充功能','SQLite3 Extension'=>'SQLite3 擴充功能','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Shell 指令','Binary Check'=>'二進位檔案檢查','Not Detected'=>'未偵測到','Software Detection Methods'=>'軟體偵測方法','Shows which detection method was used for each software component and the reliability score.'=>'顯示每個軟體元件所使用的偵測方法及可靠性分數。','Component'=>'元件','Version'=>'版本','Detection Method'=>'偵測方法','Reliability'=>'可靠性','Not detected'=>'未偵測到','Shell Execution Audit Logs'=>'Shell 執行稽核記錄','Complete audit trail of shell command executions for security monitoring.'=>'用於安全性監控的 Shell 指令執行完整稽核記錄。','No shell execution logs found.'=>'找不到 Shell 執行記錄。','Logs will appear here when shell commands are executed for software detection.'=>'執行 Shell 指令進行軟體偵測時,記錄將顯示在此處。','Time'=>'時間','Command'=>'指令','User'=>'使用者','Output'=>'輸出','Showing the %d most recent log entries.'=>'顯示最近的 %d 筆記錄項目。','Invalid nonce.'=>'無效的 nonce。','Insufficient permissions.'=>'權限不足。','No component specified.'=>'未指定元件。','Debug Information'=>'除錯資訊','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'此標籤頁僅在啟用 WP_DEBUG 時顯示。請謹慎使用。','System Information'=>'系統資訊','WordPress Version'=>'WordPress 版本','Multisite'=>'多站網路','Yes'=>'是','No'=>'否','Language'=>'語言','PHP Version'=>'PHP 版本','PHP Extensions'=>'PHP 擴充功能','PHP Memory Limit'=>'PHP 記憶體限制','Database'=>'資料庫','Web Server'=>'網頁伺服器','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'路徑:','Size: %s'=>'大小:%s','View Log File'=>'檢視記錄檔','Log file is not web-accessible (outside wp-content)'=>'記錄檔無法透過網頁存取(位於 wp-content 外部)','Log file does not exist yet'=>'記錄檔尚不存在','Plugin Version'=>'外掛版本','Component Detection'=>'元件偵測','Version Detected'=>'已偵測到的版本','Analyzed'=>'已分析','Cache Status'=>'快取狀態','Configuration Summary'=>'設定摘要','Cache Duration'=>'快取持續時間','Log Retention'=>'記錄保留','Components Analyzed'=>'已分析的元件','Notification Email'=>'通知電子郵件','Slack Webhook'=>'Slack Webhook','Configured & Enabled'=>'已設定且已啟用','Configured (Disabled)'=>'已設定(已停用)','Not configured'=>'未設定','Teams Webhook'=>'Teams Webhook','Discord Webhook'=>'Discord Webhook','Telegram Bot'=>'Telegram 機器人','Cron Status'=>'Cron 狀態','Update Database'=>'更新資料庫','Next run: %s'=>'下次執行:%s','Not scheduled'=>'未排程','Send Notification'=>'傳送通知','Run Update Now'=>'立即執行更新','Run Notification Now'=>'立即執行通知','You do not have permission to run these actions.'=>'您沒有執行這些操作的權限。','API Testing'=>'API 測試','Test API connectivity for each component. Click a button to send a test request.'=>'測試每個元件的 API 連線能力。按一下按鈕以傳送測試要求。','Test %s'=>'測試 %s','Testing...'=>'測試中...','HTTP Code:'=>'HTTP 代碼:','Response Time:'=>'回應時間:','Response Preview'=>'回應預覽','Test'=>'測試','Error:'=>'錯誤:','AJAX request failed.'=>'AJAX 要求失敗。','You do not have permission to test API connectivity.'=>'您沒有測試 API 連線能力的權限。','Database Options Viewer'=>'資料庫選項檢視器','View the raw data stored in WordPress options.'=>'檢視儲存在 WordPress 選項中的原始資料。','Select an option...'=>'選取一個選項...','Option not found or empty.'=>'找不到選項或選項為空。','Quick Actions'=>'快速動作','Perform debugging actions. Use with caution.'=>'執行除錯動作。請謹慎使用。','Are you sure you want to clear all caches?'=>'確定要清除所有快取嗎?','Clear All Caches'=>'清除所有快取','Are you sure you want to reset signatures?'=>'確定要重設簽名嗎?','Reset Signatures'=>'重設簽名','Export Debug Info'=>'匯出除錯資訊','You do not have permission to perform these actions.'=>'您沒有執行這些動作的權限。','Settings saved.'=>'設定已儲存。','WPVulnerability cron events have been repaired across the network.'=>'已修復整個網路中的 WPVulnerability cron 事件。','You do not have permission to access this page.'=>'您沒有存取此頁面的權限。','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s 有一個已知漏洞,可能影響您安裝的版本。','Actively exploited'=>'正被積極利用','Public exploit'=>'公開的漏洞利用程式','Automatable'=>'可自動化','References:'=>'參考資料:','Invalid component specified.'=>'指定的元件無效。','Version not detected for this component.'=>'未偵測到此元件的版本。','API request successful.'=>'API 要求成功。','API returned HTTP code %d.'=>'API 傳回 HTTP 代碼 %d。','WPVulnerability Logs'=>'WPVulnerability 記錄','WPVulnerability Log'=>'WPVulnerability 記錄','Low'=>'低','Medium'=>'中','High'=>'高','Critical'=>'嚴重','WPVulnerability Shell Logs'=>'WPVulnerability Shell 記錄','WPVulnerability Shell Log'=>'WPVulnerability Shell 記錄','Every week'=>'每週','Every day'=>'每日','Invalid request.'=>'無效的要求。','You have unsubscribed from WPVulnerability notifications.'=>'你已取消訂閱 WPVulnerability 通知。','Learn more about the WordPress Vulnerability Database API at %2$s'=>'進一步了解 %2$s 的 WordPress Vulnerability Database API','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'如需停止接收這些通知,請取消訂閱或在 WPVulnerability 設定中將電子郵件接收通知週期變更為 [永不使用]。','No vulnerabilities found'=>'找不到網站漏洞','This is likely a test. The site does not have vulnerabilities.'=>'這是可能一項測試。這個網站沒有漏洞。','Core vulnerabilities'=>'核心程式漏洞','Plugins vulnerabilities'=>'外掛漏洞','Themes vulnerabilities'=>'佈景主題漏洞','PHP vulnerabilities'=>'PHP 漏洞','Apache HTTPD vulnerabilities'=>'Apache HTTPD 漏洞','Nginx vulnerabilities'=>'NGINX 漏洞','MariaDB vulnerabilities'=>'MariaDB 漏洞','MySQL vulnerabilities'=>'MySQL 漏洞','ImageMagick vulnerabilities'=>'ImageMagick 漏洞','curl vulnerabilities'=>'curl 漏洞','memcached vulnerabilities'=>'Memcached 漏洞','Redis vulnerabilities'=>'Redis 漏洞','SQLite vulnerabilities'=>'SQLite 漏洞','Vulnerability found: %s'=>'《%s》通知:網站漏洞已找到','Vulnerability found'=>'網站漏洞已找到','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s 有一個已知漏洞,可能影響您安裝的版本。','This plugin is closed. Please replace it with another.'=>'這個外掛已關閉,請改用其他外掛取代。','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'這個漏洞似乎尚未修補,請持續追蹤未來的外掛更新。','It hasn\'t been updated in over a year.'=>'這個外掛已超過 1 年未更新。','It may no longer be available (closed?).'=>'這個外掛已不再提供 (可能已關閉)。','Last updated on'=>'最後更新日期','Vulnerabilities (%d)'=>'漏洞 (%d)','%s running'=>'執行的 %s 版本','End of Life'=>'終止支援','End of life:'=>'終止支援:','Supported'=>'支援中','Plugin'=>'外掛','Theme'=>'佈景主題','End of life: %s'=>'終止支援:%s','EOL'=>'EOL','Network Settings'=>'多站網路設定','Vulnerabilities'=>'漏洞','Every 6 hours'=>'每 6 小時','Database updates'=>'資料庫更新','Log cleanup'=>'記錄清理','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'通知已排程,但目前設定已停用通知。請檢閱通知標籤頁。','This event should not be scheduled for this site.'=>'此事件不應為此網站排程。','Not expected for this site.'=>'此網站不需要此設定。','No instances found.'=>'找不到任何執行個體。','Scheduled with an unexpected interval.'=>'以非預期的間隔排程。','Multiple instances detected.'=>'偵測到多個執行個體。','Scheduled as expected.'=>'已按預期排程。','There aren\'t plugins vulnerabilities'=>'這個網站的外掛沒有發現漏洞','Shows possible vulnerabilities that exist in installed plugins.'=>'顯示已安裝的外掛中可能存在的漏洞。','There is %d plugin with vulnerabilities'=>'這個網站有 %d 個外掛發現漏洞','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'系統在已安裝的外掛中偵測到潛在的漏洞。請檢查這些外掛並更新至最新版本。','Update plugins'=>'更新外掛','There aren\'t themes vulnerabilities'=>'這個網站的佈景主題沒有發現漏洞','Shows possible vulnerabilities that exist in installed themes.'=>'顯示已安裝的佈景主題中可能存在的漏洞。','There is %d theme with vulnerabilities'=>'這個網站有 %d 個佈景主題發現漏洞','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'系統在已安裝的佈景主題中偵測到潛在的漏洞。請檢查這些佈景主題並更新至最新版本。','Update themes'=>'更新佈景主題','There aren\'t WordPress vulnerabilities'=>'這個網站的 WordPress 核心程式沒有發現漏洞','Shows possible vulnerabilities existing in the WordPress core.'=>'顯示 WordPress 核心程式中可能存在的漏洞。','There is %d core vulnerability'=>'這個網站有 %d 個核心程式漏洞','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'系統在 WordPress 核心程式中偵測到潛在的漏洞。請檢查核心程式並更新至最新版本。','Update WordPress'=>'更新 WordPress','Nginx'=>'NGINX','Invalid software type'=>'無效的軟體類型','Error'=>'錯誤','The specified software type is not valid.'=>'指定的軟體類型無效。','There aren\'t %s vulnerabilities'=>'這個網站的 %s 沒有發現漏洞','Shows possible vulnerabilities existing in %s.'=>'顯示 %s 中可能存在的漏洞。','There is %1$d %2$s vulnerability'=>'這個網站有 %1$d 個 %2$s 漏洞','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'系統已偵測到 %s 中的潛在漏洞。請檢查這些漏洞並安裝最新版本。','How to update PHP'=>'如何更新 PHP','WPVulnerability Core'=>'核心程式的 WPVulnerability 測試','WPVulnerability Themes'=>'佈景主題的 WPVulnerability 測試','WPVulnerability Plugins'=>'外掛的 WPVulnerability 測試','WPVulnerability PHP'=>'PHP 的 WPVulnerability 測試','WPVulnerability Apache HTTPD'=>'Apache HTTPD 的 WPVulnerability 測試','WPVulnerability Nginx'=>'NGINX 的 WPVulnerability 測試','WPVulnerability MariaDB'=>'MariaDB 的 WPVulnerability 測試','WPVulnerability MySQL'=>'MySQL 的 WPVulnerability 測試','WPVulnerability ImageMagick'=>'ImageMagick 的 WPVulnerability 測試','WPVulnerability curl'=>'curl 的 WPVulnerability 測試','WPVulnerability memcached'=>'Memcached 的 WPVulnerability 測試','WPVulnerability redis'=>'Redis 的 WPVulnerability 測試','WPVulnerability sqlite'=>'SQLite 的 WPVulnerability 測試','This theme is closed. Please replace it with another.'=>'這個佈景主題已關閉,請改用其他佈景主題取代。','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'這個漏洞似乎尚未修補,請持續追蹤未來的佈景主題更新。','This theme has known vulnerabilities that may be affecting your installed version.'=>'此佈景主題有已知漏洞,可能影響您安裝的版本。']]; \ No newline at end of file +return ['domain'=>'wpvulnerability','plural-forms'=>'nplurals=1; plural=0;','language'=>'zh_TW','project-id-version'=>'Plugins - WPVulnerability - Development (trunk)','pot-creation-date'=>'2026-05-27T16:32:22+00:00','po-revision-date'=>'2025-12-09 21:50:02+0000','x-generator'=>'GlotPress/4.0.3','messages'=>['WPVulnerability'=>'WPVulnerability','https://www.wpvulnerability.com/plugin/'=>'https://www.wpvulnerability.com/plugin/','Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API.'=>'從 WordPress Vulnerability Database API 接收 WordPress 網站可能存在的漏洞資訊。','ROBOTSTXT'=>'ROBOTSTXT','https://www.robotstxt.es/'=>'https://www.robotstxt.es/','This command requires a WordPress administrator. Run with --user=.'=>'此指令需要 WordPress 網站管理員身份。請以 --user= 執行。','No core vulnerabilities found.'=>'未發現核心程式漏洞。','No plugin vulnerabilities found.'=>'未發現外掛漏洞。','No theme vulnerabilities found.'=>'未發現佈景主題漏洞。','No %s vulnerabilities found.'=>'未發現 %s 漏洞。','Data from source has been reloaded.'=>'來源資料已重新載入。','You do not have permission to reload data.'=>'您沒有重新載入資料的權限。','Test email has been sent.'=>'測試用電子郵件已傳送。','Test email has failed. Please, check your email settings.'=>'測試用電子郵件傳送失敗。請檢查電子郵件設定。','You do not have permission to send test emails.'=>'您沒有傳送測試電子郵件的權限。','WPVulnerability cron events have been repaired.'=>'WPVulnerability cron 事件已修復。','You do not have permission to repair cron events.'=>'您沒有修復 cron 事件的權限。','All logs have been deleted.'=>'所有記錄已刪除。','You do not have permission to delete logs.'=>'您沒有刪除記錄的權限。','Uninstall preference saved.'=>'解除安裝偏好設定已儲存。','WPVulnerability has been reset to defaults and reloaded.'=>'WPVulnerability 已重設為預設值並重新載入。','You do not have permission to reset WPVulnerability.'=>'您沒有重設 WPVulnerability 的權限。','All caches have been cleared.'=>'所有快取已清除。','You do not have permission to clear caches.'=>'您沒有清除快取的權限。','Plugin and theme signatures have been reset.'=>'外掛和佈景主題的簽名已重設。','You do not have permission to reset signatures.'=>'您沒有重設簽名的權限。','You do not have permission to export debug information.'=>'您沒有匯出除錯資訊的權限。','Database update has been executed.'=>'資料庫更新已執行。','You do not have permission to run database updates.'=>'您沒有執行資料庫更新的權限。','Notification has been sent.'=>'通知已傳送。','Notification sending failed.'=>'通知傳送失敗。','You do not have permission to send notifications.'=>'您沒有傳送通知的權限。','Notifications'=>'通知','Analysis'=>'分析','Logs'=>'記錄','Security'=>'安全性','Tools'=>'工具','Debug'=>'除錯','About'=>'關於','Notification Settings'=>'通知設定','Configure how and when you want to receive vulnerability notifications.'=>'設定接收漏洞通知的方式和時間。','Stay informed about security vulnerabilities in your WordPress installation, plugins, themes, and server software.'=>'隨時掌握 WordPress 安裝、外掛、佈景主題及伺服器軟體的安全漏洞資訊。','Cache Expiration Time'=>'快取到期時間','FORCED'=>'強制','How long to cache vulnerability data before refreshing from the API.'=>'在從 API 重新整理之前,快取漏洞資料的時間長度。','%d hour'=>'%d 小時','You can force the cache time via wp-config.php constant. Learn more →'=>'您可以透過 wp-config.php 常數強制設定快取時間。了解更多 →','Notification Frequency'=>'通知頻率','Choose how often you want to receive vulnerability notifications.'=>'選擇接收漏洞通知的頻率。','Never - Disable automatic notifications'=>'永不 — 停用自動通知','Daily - Receive notifications every day'=>'每日 — 每天接收通知','Weekly - Receive notifications once a week'=>'每週 — 每週接收一次通知','Day:'=>'星期:','Monday'=>'星期一','Tuesday'=>'星期二','Wednesday'=>'星期三','Thursday'=>'星期四','Friday'=>'星期五','Saturday'=>'星期六','Sunday'=>'星期日','Time:'=>'時間:','(24-hour format, server timezone)'=>'(24 小時制,伺服器時區)','Notification Channels'=>'通知管道','Select where you want to receive notifications.'=>'選擇接收通知的管道。','Email'=>'電子郵件','Email Addresses (separated by commas):'=>'電子郵件地址(以逗號分隔):','Default:'=>'預設:','Slack'=>'Slack','Slack Webhook URL:'=>'Slack Webhook 網址:','Learn how to create a Slack incoming webhook →'=>'了解如何建立 Slack 傳入 webhook →','Microsoft Teams'=>'Microsoft Teams','Teams Webhook URL:'=>'Teams Webhook 網址:','Learn how to create a Teams incoming webhook →'=>'了解如何建立 Teams 傳入 webhook →','Discord'=>'Discord','Discord Webhook URL:'=>'Discord Webhook 網址:','Learn how to create a Discord webhook →'=>'了解如何建立 Discord webhook →','Telegram'=>'Telegram','Telegram Bot Token:'=>'Telegram 機器人權杖:','Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'格式:123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','Telegram Chat ID:'=>'Telegram 聊天 ID:','Learn how to create a Telegram bot and get Chat ID →'=>'了解如何建立 Telegram 機器人並取得聊天 ID →','Save Notification Settings'=>'儲存通知設定','WordPress Components'=>'WordPress 元件','WordPress Core'=>'WordPress 核心程式','Plugins'=>'外掛','Themes'=>'佈景主題','Software & Languages'=>'軟體與程式語言','PHP'=>'PHP','Web Servers'=>'網頁伺服器','Apache HTTPD'=>'Apache HTTPD','nginx'=>'NGINX','Databases'=>'資料庫','MariaDB'=>'MariaDB','MySQL'=>'MySQL','SQLite'=>'SQLite','Additional Tools'=>'其他工具','ImageMagick'=>'ImageMagick','curl'=>'curl','memcached'=>'Memcached','Redis'=>'Redis','Component Analysis Settings'=>'元件分析設定','Enable or disable vulnerability analysis for specific components.'=>'啟用或停用特定元件的漏洞分析。','Check the components you want to HIDE from vulnerability scans and reports. Unchecked components will be actively analyzed. Components with active analysis are shown in green, hidden components in red.'=>'勾選要從漏洞掃描和報告中隱藏的元件。未勾選的元件將被積極分析。啟用分析的元件以綠色顯示,隱藏的元件以紅色顯示。','Hidden (forced by constant)'=>'已隱藏(由常數強制)','🔴 Analysis disabled'=>'🔴 分析已停用','🟢 Analysis active'=>'🟢 分析進行中','Tip:'=>'提示:','You can force-disable components via wp-config.php constants. Learn more about force-hiding checks →'=>'您可以透過 wp-config.php 常數強制停用元件。進一步了解強制隱藏檢查 →','Save Analysis Settings'=>'儲存分析設定','« Previous'=>'« 上一頁','Next »'=>'下一頁 »','Log entry not found or has been removed.'=>'找不到條件相符的記錄項目或已移除。','Unable to load the requested log entry.'=>'無法載入要求的記錄項目。','Log Configuration'=>'記錄設定','Total Logs'=>'記錄總數','Retention Period'=>'保留期間','Disabled'=>'已停用','%d day'=>'%d 天','Log Retention Period'=>'記錄保留期間','None (Disabled)'=>'無(已停用)','This value is enforced by the WPVULNERABILITY_LOG_RETENTION_DAYS constant.'=>'這項設定會由 WPVULNERABILITY_LOG_RETENTION_DAYS 常數強制執行。','Choose how long WPVulnerability should keep API response logs. Older logs are automatically deleted.'=>'選擇 WPVulnerability 保留 API 回應記錄的時間長度。較舊的記錄將自動刪除。','Save Configuration'=>'儲存設定','Log retention is currently disabled.'=>'記錄保留目前已停用。','API responses are not being saved.'=>'API 回應目前未被儲存。','Log Details'=>'記錄詳細資料','Date'=>'日期','API Endpoint'=>'API 端點','API Response'=>'API 回應','Back to Logs'=>'返回記錄','No logs available'=>'沒有可用的記錄','API response logs will appear here once the vulnerability scanner runs.'=>'漏洞掃描器執行後,API 回應記錄將顯示在此處。','API Response Logs'=>'API 回應記錄','Show:'=>'顯示:','Apply'=>'套用','Showing %1$s–%2$s of %3$s'=>'顯示第 %1$s–%2$s 筆,共 %3$s 筆','Actions'=>'可用操作','View'=>'檢視','Danger Zone'=>'危險操作區','Permanently delete all API response logs. This action cannot be undone.'=>'永久刪除所有 API 回應記錄。此操作無法復原。','Are you sure you want to delete all logs? This action cannot be undone.'=>'確定要刪除所有記錄嗎?此操作無法復原。','Delete All Logs'=>'刪除所有記錄','Reload Data from API'=>'從 API 重新載入資料','Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information.'=>'直接從 API 重新載入所有核心程式、外掛、佈景主題和其他元件資訊以取得最新資料。這將清除快取並擷取最新的漏洞資訊。','Reload Data'=>'重新載入資料','Test Email Notifications'=>'測試電子郵件通知','Send a test email notification with current vulnerability data to verify your email configuration is working correctly.'=>'傳送含有目前漏洞資料的測試電子郵件通知,以驗證電子郵件設定是否正常運作。','From address (configured via constant):'=>'寄件者地址(透過常數設定):','From address (default):'=>'寄件者地址(預設):','Learn how to customize the email sender address →'=>'了解如何自訂電子郵件寄件者地址 →','Send Test Email'=>'傳送測試電子郵件','WP-Cron Status'=>'WP-Cron 狀態','View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly.'=>'檢視和管理 WP-Cron 排程事件。比較預期排程與實際 cron 任務,確保自動化任務正常執行。','No cron data available.'=>'沒有可用的 cron 資料。','Hook'=>'Hook','Expected'=>'預期','Found'=>'已找到','Next Run'=>'下次執行','Status'=>'狀態','Not expected'=>'非預期','None'=>'無','OK'=>'確定','⚠️ Unexpected WPVulnerability Events'=>'⚠️ 非預期的 WPVulnerability 事件','No interval'=>'無間隔','Next:'=>'下次:','Repair Cron Events'=>'修復 Cron 事件','Uninstall Data'=>'解除安裝資料','By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall.'=>'預設情況下,刪除 WPVulnerability 時,所有外掛資料都會保留。只有在您希望解除安裝時永久刪除所有選項、記錄和快取資料,才啟用下方的選項。','Delete all plugin data on uninstall'=>'解除安裝時刪除所有外掛資料','Default: unchecked (data preserved). Check only if you want a clean removal.'=>'預設:未勾選(保留資料)。只有在希望完全移除時才勾選。','Save preference'=>'儲存偏好設定','Reset WPVulnerability'=>'重設 WPVulnerability','Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API.'=>'刪除所有 WPVulnerability 設定、快取資料、記錄和排程事件,然後還原為預設值並從API 重新載入資料。','This action cannot be undone.'=>'此操作無法復原。','Are you sure you want to reset all WPVulnerability data? This action cannot be undone.'=>'確定要重設所有 WPVulnerability 資料嗎?此操作無法復原。','Reset Plugin'=>'重設外掛','Vulnerability Database Statistics'=>'漏洞資料庫統計資料','%s vulnerability'=>'%s 個漏洞','(%s product)'=>'(%s 個產品)','No data'=>'無資料','Database last updated: %s'=>'資料庫最後更新:%s','Intelligence Sources'=>'情報來源','Number of vulnerabilities contributed by each intelligence source.'=>'各情報來源提供的漏洞數量。','Source'=>'來源','Core'=>'核心程式','Sponsors'=>'贊助者','No sponsor data available.'=>'沒有可用的贊助者資料。','Contributors'=>'參與者','No contributor data available.'=>'沒有可用的參與者資料。','You do not have sufficient permissions to access this page.'=>'您沒有足夠的權限存取此頁面。','WPVulnerability settings'=>'WPVulnerability 設定','Configure and save these settings to receive notifications.'=>'請組態接收通知的相關設定並儲存設定。','Configure and save these settings to hide vulnerabilities.'=>'請在下方組態隱藏漏洞的相關設定並儲存設定。','Default administrator email'=>'預設網站管理員電子郵件地址','Read more if you want to force the cache time.'=>'進一步了解強制設定快取到期時間的方式','Never'=>'永不使用','Daily'=>'每日','Weekly'=>'每週','Day'=>'日','Hour'=>'小時','Minute'=>'分鐘','Read more about how to force the deactivation of an item.'=>'進一步了解強制停用漏洞項目來源的方式','Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com'=>'無效的 Slack webhook 網址。必須是來自 hooks.slack.com 的有效 HTTPS 網址。','Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com'=>'無效的 Microsoft Teams webhook 網址。必須是來自 office.com、office365.com 或 api.hooks.microsoft.com 的有效 HTTPS 網址。','Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com'=>'無效的 Discord webhook 網址。必須是來自 discord.com 或 discordapp.com 的有效 HTTPS 網址。','Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'=>'無效的 Telegram 機器人權杖格式。必須類似:123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11','All Clear'=>'一切正常','%d Critical Issue Found'=>'發現 %d 個嚴重問題','%d Issue Found'=>'發現 %d 個問題','Never checked'=>'從未檢查','%d minute ago'=>'%d 分鐘前','%d hour ago'=>'%d 小時前','Last checked: %s'=>'上次檢查:%s','Refresh Now'=>'立即重新整理','No vulnerabilities detected'=>'未偵測到漏洞','Your site is up to date and secure'=>'您的網站已是最新版本且安全無虞','Server Software'=>'伺服器軟體','Site Health'=>'網站狀態','Settings'=>'設定','WPVulnerability Status'=>'WPVulnerability 狀態','Receive vulnerability notifications'=>'接收漏洞通知','Cache expiration time'=>'快取到期時間','How often you want to receive notifications'=>'接收通知週期','Where do you want to receive notifications?'=>'接收通知的方式','Email addresses to notify (separated by commas)'=>'電子郵件通知對象 (使用逗號分隔)','Slack webhook URL'=>'Slack Webhook 網址','Teams webhook URL'=>'Microsoft Teams Webhook 網址','Vulnerabilities to hide'=>'要隱藏的漏洞','What do you want to hide?'=>'要隱藏的漏洞項目來源','Standard (Hybrid Detection)'=>'標準(混合偵測)','Strict (Extensions Only)'=>'嚴格(僅限擴充功能)','Disabled (No Detection)'=>'已停用(無偵測)','Security Status'=>'安全性狀態','Security Mode'=>'安全性模式','Shell Execution'=>'Shell 執行','Enabled'=>'已啟用','Audit Logging'=>'稽核記錄','Enabled (%d days)'=>'已啟用(%d 天)','Total Log Entries'=>'記錄項目總數','Last Shell Execution'=>'上次 Shell 執行','%s ago'=>'%s 前','Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST.'=>'透過 wp-config.php 常數設定安全性設定:WPVULNERABILITY_DISABLE_SHELL_EXEC、WPVULNERABILITY_SECURITY_MODE、WPVULNERABILITY_SHELL_EXEC_WHITELIST。','See security configuration documentation for details.'=>'請參閱安全性設定說明文件以了解詳細資訊。','Memcached'=>'Memcached','Imagick Extension'=>'Imagick 擴充功能','Redis Extension'=>'Redis 擴充功能','Memcached Extension'=>'Memcached 擴充功能','Memcache Extension'=>'Memcache 擴充功能','SQLite3 Extension'=>'SQLite3 擴充功能','PDO SQLite'=>'PDO SQLite','Shell Command'=>'Shell 指令','Binary Check'=>'二進位檔案檢查','Not Detected'=>'未偵測到','Software Detection Methods'=>'軟體偵測方法','Shows which detection method was used for each software component and the reliability score.'=>'顯示每個軟體元件所使用的偵測方法及可靠性分數。','Component'=>'元件','Version'=>'版本','Detection Method'=>'偵測方法','Reliability'=>'可靠性','Not detected'=>'未偵測到','Shell Execution Audit Logs'=>'Shell 執行稽核記錄','Complete audit trail of shell command executions for security monitoring.'=>'用於安全性監控的 Shell 指令執行完整稽核記錄。','No shell execution logs found.'=>'找不到 Shell 執行記錄。','Logs will appear here when shell commands are executed for software detection.'=>'執行 Shell 指令進行軟體偵測時,記錄將顯示在此處。','Time'=>'時間','Command'=>'指令','User'=>'使用者','Output'=>'輸出','Showing the %d most recent log entries.'=>'顯示最近的 %d 筆記錄項目。','Invalid nonce.'=>'無效的 nonce。','Insufficient permissions.'=>'權限不足。','No component specified.'=>'未指定元件。','Debug Information'=>'除錯資訊','This tab is only visible when WP_DEBUG is enabled. Use with caution.'=>'此標籤頁僅在啟用 WP_DEBUG 時顯示。請謹慎使用。','System Information'=>'系統資訊','WordPress Version'=>'WordPress 版本','Multisite'=>'多站網路','Yes'=>'是','No'=>'否','Language'=>'語言','PHP Version'=>'PHP 版本','PHP Extensions'=>'PHP 擴充功能','PHP Memory Limit'=>'PHP 記憶體限制','Database'=>'資料庫','Web Server'=>'網頁伺服器','WP_DEBUG'=>'WP_DEBUG','WP_DEBUG_LOG'=>'WP_DEBUG_LOG','Path:'=>'路徑:','Size: %s'=>'大小:%s','View Log File'=>'檢視記錄檔','Log file is not web-accessible (outside wp-content)'=>'記錄檔無法透過網頁存取(位於 wp-content 外部)','Log file does not exist yet'=>'記錄檔尚不存在','Plugin Version'=>'外掛版本','Component Detection'=>'元件偵測','Version Detected'=>'已偵測到的版本','Analyzed'=>'已分析','Cache Status'=>'快取狀態','Configuration Summary'=>'設定摘要','Cache Duration'=>'快取持續時間','Log Retention'=>'記錄保留','Components Analyzed'=>'已分析的元件','Notification Email'=>'通知電子郵件','Slack Webhook'=>'Slack Webhook','Configured & Enabled'=>'已設定且已啟用','Configured (Disabled)'=>'已設定(已停用)','Not configured'=>'未設定','Teams Webhook'=>'Teams Webhook','Discord Webhook'=>'Discord Webhook','Telegram Bot'=>'Telegram 機器人','Cron Status'=>'Cron 狀態','Update Database'=>'更新資料庫','Next run: %s'=>'下次執行:%s','Not scheduled'=>'未排程','Send Notification'=>'傳送通知','Run Update Now'=>'立即執行更新','Run Notification Now'=>'立即執行通知','You do not have permission to run these actions.'=>'您沒有執行這些操作的權限。','API Testing'=>'API 測試','Test API connectivity for each component. Click a button to send a test request.'=>'測試每個元件的 API 連線能力。按一下按鈕以傳送測試要求。','Test %s'=>'測試 %s','Testing...'=>'測試中...','HTTP Code:'=>'HTTP 代碼:','Response Time:'=>'回應時間:','Response Preview'=>'回應預覽','Test'=>'測試','Error:'=>'錯誤:','AJAX request failed.'=>'AJAX 要求失敗。','You do not have permission to test API connectivity.'=>'您沒有測試 API 連線能力的權限。','Database Options Viewer'=>'資料庫選項檢視器','View the raw data stored in WordPress options.'=>'檢視儲存在 WordPress 選項中的原始資料。','Select an option...'=>'選取一個選項...','Option not found or empty.'=>'找不到選項或選項為空。','Quick Actions'=>'快速動作','Perform debugging actions. Use with caution.'=>'執行除錯動作。請謹慎使用。','Are you sure you want to clear all caches?'=>'確定要清除所有快取嗎?','Clear All Caches'=>'清除所有快取','Are you sure you want to reset signatures?'=>'確定要重設簽名嗎?','Reset Signatures'=>'重設簽名','Export Debug Info'=>'匯出除錯資訊','You do not have permission to perform these actions.'=>'您沒有執行這些動作的權限。','Settings saved.'=>'設定已儲存。','WPVulnerability cron events have been repaired across the network.'=>'已修復整個網路中的 WPVulnerability cron 事件。','You do not have permission to access this page.'=>'您沒有存取此頁面的權限。','WordPress %1$s has a known vulnerability that may be affecting your installed version.'=>'WordPress %1$s 有一個已知漏洞,可能影響您安裝的版本。','Actively exploited'=>'正被積極利用','Public exploit'=>'公開的漏洞利用程式','Automatable'=>'可自動化','References:'=>'參考資料:','Invalid component specified.'=>'指定的元件無效。','Version not detected for this component.'=>'未偵測到此元件的版本。','API request successful.'=>'API 要求成功。','API returned HTTP code %d.'=>'API 傳回 HTTP 代碼 %d。','WPVulnerability Logs'=>'WPVulnerability 記錄','WPVulnerability Log'=>'WPVulnerability 記錄','Low'=>'低','Medium'=>'中','High'=>'高','Critical'=>'嚴重','WPVulnerability Shell Logs'=>'WPVulnerability Shell 記錄','WPVulnerability Shell Log'=>'WPVulnerability Shell 記錄','Every week'=>'每週','Every day'=>'每日','Invalid request.'=>'無效的要求。','You have unsubscribed from WPVulnerability notifications.'=>'你已取消訂閱 WPVulnerability 通知。','Learn more about the WordPress Vulnerability Database API at %2$s'=>'進一步了解 %2$s 的 WordPress Vulnerability Database API','Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings.'=>'如需停止接收這些通知,請取消訂閱或在 WPVulnerability 設定中將電子郵件接收通知週期變更為 [永不使用]。','No vulnerabilities found'=>'找不到網站漏洞','This is likely a test. The site does not have vulnerabilities.'=>'這是可能一項測試。這個網站沒有漏洞。','Core vulnerabilities'=>'核心程式漏洞','Plugins vulnerabilities'=>'外掛漏洞','Themes vulnerabilities'=>'佈景主題漏洞','PHP vulnerabilities'=>'PHP 漏洞','Apache HTTPD vulnerabilities'=>'Apache HTTPD 漏洞','Nginx vulnerabilities'=>'NGINX 漏洞','MariaDB vulnerabilities'=>'MariaDB 漏洞','MySQL vulnerabilities'=>'MySQL 漏洞','ImageMagick vulnerabilities'=>'ImageMagick 漏洞','curl vulnerabilities'=>'curl 漏洞','memcached vulnerabilities'=>'Memcached 漏洞','Redis vulnerabilities'=>'Redis 漏洞','SQLite vulnerabilities'=>'SQLite 漏洞','Vulnerability found: %s'=>'《%s》通知:網站漏洞已找到','Vulnerability found'=>'網站漏洞已找到','%1$s has a known vulnerability that may be affecting your installed version.'=>'%1$s 有一個已知漏洞,可能影響您安裝的版本。','This plugin is closed. Please replace it with another.'=>'這個外掛已關閉,請改用其他外掛取代。','This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates.'=>'這個漏洞似乎尚未修補,請持續追蹤未來的外掛更新。','It hasn\'t been updated in over a year.'=>'這個外掛已超過 1 年未更新。','It may no longer be available (closed?).'=>'這個外掛已不再提供 (可能已關閉)。','Last updated on'=>'最後更新日期','Vulnerabilities (%d)'=>'漏洞 (%d)','%s running'=>'執行的 %s 版本','End of Life'=>'終止支援','End of life:'=>'終止支援:','Supported'=>'支援中','Plugin'=>'外掛','Theme'=>'佈景主題','End of life: %s'=>'終止支援:%s','EOL'=>'EOL','Network Settings'=>'多站網路設定','Vulnerabilities'=>'漏洞','Every 6 hours'=>'每 6 小時','Database updates'=>'資料庫更新','Log cleanup'=>'記錄清理','Notifications are scheduled, but settings currently disable them. Please review the notifications tab.'=>'通知已排程,但目前設定已停用通知。請檢閱通知標籤頁。','This event should not be scheduled for this site.'=>'此事件不應為此網站排程。','Not expected for this site.'=>'此網站不需要此設定。','No instances found.'=>'找不到任何執行個體。','Scheduled with an unexpected interval.'=>'以非預期的間隔排程。','Multiple instances detected.'=>'偵測到多個執行個體。','Scheduled as expected.'=>'已按預期排程。','There aren\'t plugins vulnerabilities'=>'這個網站的外掛沒有發現漏洞','Shows possible vulnerabilities that exist in installed plugins.'=>'顯示已安裝的外掛中可能存在的漏洞。','There is %d plugin with vulnerabilities'=>'這個網站有 %d 個外掛發現漏洞','We\'ve detected potential vulnerabilities in installed plugins. Please check them and keep them updated.'=>'系統在已安裝的外掛中偵測到潛在的漏洞。請檢查這些外掛並更新至最新版本。','Update plugins'=>'更新外掛','There aren\'t themes vulnerabilities'=>'這個網站的佈景主題沒有發現漏洞','Shows possible vulnerabilities that exist in installed themes.'=>'顯示已安裝的佈景主題中可能存在的漏洞。','There is %d theme with vulnerabilities'=>'這個網站有 %d 個佈景主題發現漏洞','We\'ve detected potential vulnerabilities in installed themes. Please check them and keep them updated.'=>'系統在已安裝的佈景主題中偵測到潛在的漏洞。請檢查這些佈景主題並更新至最新版本。','Update themes'=>'更新佈景主題','There aren\'t WordPress vulnerabilities'=>'這個網站的 WordPress 核心程式沒有發現漏洞','Shows possible vulnerabilities existing in the WordPress core.'=>'顯示 WordPress 核心程式中可能存在的漏洞。','There is %d core vulnerability'=>'這個網站有 %d 個核心程式漏洞','We\'ve detected potential vulnerabilities in this WordPress installation. Please check them and keep your installation updated.'=>'系統在 WordPress 核心程式中偵測到潛在的漏洞。請檢查核心程式並更新至最新版本。','Update WordPress'=>'更新 WordPress','Nginx'=>'NGINX','Invalid software type'=>'無效的軟體類型','Error'=>'錯誤','The specified software type is not valid.'=>'指定的軟體類型無效。','There aren\'t %s vulnerabilities'=>'這個網站的 %s 沒有發現漏洞','Shows possible vulnerabilities existing in %s.'=>'顯示 %s 中可能存在的漏洞。','There is %1$d %2$s vulnerability'=>'這個網站有 %1$d 個 %2$s 漏洞','We\'ve detected potential vulnerabilities in %s. Please check them and keep your installation updated.'=>'系統已偵測到 %s 中的潛在漏洞。請檢查這些漏洞並安裝最新版本。','How to update PHP'=>'如何更新 PHP','WPVulnerability Core'=>'核心程式的 WPVulnerability 測試','WPVulnerability Themes'=>'佈景主題的 WPVulnerability 測試','WPVulnerability Plugins'=>'外掛的 WPVulnerability 測試','WPVulnerability PHP'=>'PHP 的 WPVulnerability 測試','WPVulnerability Apache HTTPD'=>'Apache HTTPD 的 WPVulnerability 測試','WPVulnerability Nginx'=>'NGINX 的 WPVulnerability 測試','WPVulnerability MariaDB'=>'MariaDB 的 WPVulnerability 測試','WPVulnerability MySQL'=>'MySQL 的 WPVulnerability 測試','WPVulnerability ImageMagick'=>'ImageMagick 的 WPVulnerability 測試','WPVulnerability curl'=>'curl 的 WPVulnerability 測試','WPVulnerability memcached'=>'Memcached 的 WPVulnerability 測試','WPVulnerability redis'=>'Redis 的 WPVulnerability 測試','WPVulnerability sqlite'=>'SQLite 的 WPVulnerability 測試','This theme is closed. Please replace it with another.'=>'這個佈景主題已關閉,請改用其他佈景主題取代。','This vulnerability appears to be unpatched. Stay tuned for upcoming theme updates.'=>'這個漏洞似乎尚未修補,請持續追蹤未來的佈景主題更新。','This theme has known vulnerabilities that may be affecting your installed version.'=>'此佈景主題有已知漏洞,可能影響您安裝的版本。']]; \ No newline at end of file diff --git a/languages/wpvulnerability.pot b/languages/wpvulnerability.pot index 6f4227b..10ae55d 100644 --- a/languages/wpvulnerability.pot +++ b/languages/wpvulnerability.pot @@ -2,24 +2,24 @@ # This file is distributed under the GPL-3.0-or-later. msgid "" msgstr "" -"Project-Id-Version: WPVulnerability 5.0.0\n" +"Project-Id-Version: WPVulnerability 5.1.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpvulnerability\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2026-05-27T16:32:22+00:00\n" +"POT-Creation-Date: 2026-07-08T16:23:21+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.12.0\n" "X-Domain: wpvulnerability\n" #. Plugin Name of the plugin #: wpvulnerability.php -#: wpvulnerability-admin.php:1782 #: wpvulnerability-admin.php:1783 -#: wpvulnerability-adminms.php:1945 -#: wpvulnerability-adminms.php:1946 +#: wpvulnerability-admin.php:1784 +#: wpvulnerability-adminms.php:1948 +#: wpvulnerability-adminms.php:1949 #: wpvulnerability-notifications.php:105 msgid "WPVulnerability" msgstr "" @@ -249,11 +249,11 @@ msgstr "" #. translators: %d: number of hours #: wpvulnerability-admin.php:453 -#: wpvulnerability-admin.php:1891 -#: wpvulnerability-admin.php:3631 +#: wpvulnerability-admin.php:1892 +#: wpvulnerability-admin.php:3638 #: wpvulnerability-adminms.php:726 -#: wpvulnerability-adminms.php:2039 -#: wpvulnerability-adminms.php:3825 +#: wpvulnerability-adminms.php:2042 +#: wpvulnerability-adminms.php:3834 #, php-format msgid "%d hour" msgid_plural "%d hours" @@ -268,9 +268,9 @@ msgid "You can force the cache time via wp-config.php constant. Learn how to msgstr "" #: wpvulnerability-admin.php:564 -#: wpvulnerability-admin.php:2021 +#: wpvulnerability-admin.php:2022 #: wpvulnerability-adminms.php:837 -#: wpvulnerability-adminms.php:2179 +#: wpvulnerability-adminms.php:2182 msgid "Microsoft Teams" msgstr "" @@ -473,42 +473,42 @@ msgid "Save Notification Settings" msgstr "" #: wpvulnerability-admin.php:700 -#: wpvulnerability-admin.php:2552 +#: wpvulnerability-admin.php:2553 #: wpvulnerability-adminms.php:973 -#: wpvulnerability-adminms.php:2459 +#: wpvulnerability-adminms.php:2462 msgid "WordPress Components" msgstr "" #: wpvulnerability-admin.php:703 -#: wpvulnerability-admin.php:2560 +#: wpvulnerability-admin.php:2561 #: wpvulnerability-adminms.php:976 -#: wpvulnerability-adminms.php:2467 +#: wpvulnerability-adminms.php:2470 msgid "WordPress Core" msgstr "" #: wpvulnerability-admin.php:707 -#: wpvulnerability-admin.php:1472 -#: wpvulnerability-admin.php:1573 -#: wpvulnerability-admin.php:2109 -#: wpvulnerability-admin.php:2571 +#: wpvulnerability-admin.php:1473 +#: wpvulnerability-admin.php:1574 +#: wpvulnerability-admin.php:2110 +#: wpvulnerability-admin.php:2572 #: wpvulnerability-adminms.php:980 -#: wpvulnerability-adminms.php:1744 -#: wpvulnerability-adminms.php:1843 -#: wpvulnerability-adminms.php:2266 -#: wpvulnerability-adminms.php:2478 +#: wpvulnerability-adminms.php:1745 +#: wpvulnerability-adminms.php:1846 +#: wpvulnerability-adminms.php:2269 +#: wpvulnerability-adminms.php:2481 msgid "Plugins" msgstr "" #: wpvulnerability-admin.php:711 -#: wpvulnerability-admin.php:1473 -#: wpvulnerability-admin.php:1574 -#: wpvulnerability-admin.php:2114 -#: wpvulnerability-admin.php:2587 +#: wpvulnerability-admin.php:1474 +#: wpvulnerability-admin.php:1575 +#: wpvulnerability-admin.php:2115 +#: wpvulnerability-admin.php:2588 #: wpvulnerability-adminms.php:984 -#: wpvulnerability-adminms.php:1745 -#: wpvulnerability-adminms.php:1844 -#: wpvulnerability-adminms.php:2271 -#: wpvulnerability-adminms.php:2494 +#: wpvulnerability-adminms.php:1746 +#: wpvulnerability-adminms.php:1847 +#: wpvulnerability-adminms.php:2274 +#: wpvulnerability-adminms.php:2497 msgid "Themes" msgstr "" @@ -518,11 +518,11 @@ msgid "Software & Languages" msgstr "" #: wpvulnerability-admin.php:720 -#: wpvulnerability-admin.php:1474 -#: wpvulnerability-admin.php:2119 +#: wpvulnerability-admin.php:1475 +#: wpvulnerability-admin.php:2120 #: wpvulnerability-adminms.php:993 -#: wpvulnerability-adminms.php:1746 -#: wpvulnerability-adminms.php:2276 +#: wpvulnerability-adminms.php:1747 +#: wpvulnerability-adminms.php:2279 #: wpvulnerability-sitehealth.php:178 msgid "PHP" msgstr "" @@ -533,21 +533,21 @@ msgid "Web Servers" msgstr "" #: wpvulnerability-admin.php:729 -#: wpvulnerability-admin.php:1475 -#: wpvulnerability-admin.php:2124 +#: wpvulnerability-admin.php:1476 +#: wpvulnerability-admin.php:2125 #: wpvulnerability-adminms.php:1002 -#: wpvulnerability-adminms.php:1747 -#: wpvulnerability-adminms.php:2281 +#: wpvulnerability-adminms.php:1748 +#: wpvulnerability-adminms.php:2284 #: wpvulnerability-sitehealth.php:179 msgid "Apache HTTPD" msgstr "" #: wpvulnerability-admin.php:733 -#: wpvulnerability-admin.php:1476 -#: wpvulnerability-admin.php:2129 +#: wpvulnerability-admin.php:1477 +#: wpvulnerability-admin.php:2130 #: wpvulnerability-adminms.php:1006 -#: wpvulnerability-adminms.php:1748 -#: wpvulnerability-adminms.php:2286 +#: wpvulnerability-adminms.php:1749 +#: wpvulnerability-adminms.php:2289 msgid "nginx" msgstr "" @@ -557,33 +557,33 @@ msgid "Databases" msgstr "" #: wpvulnerability-admin.php:742 -#: wpvulnerability-admin.php:1477 -#: wpvulnerability-admin.php:2134 +#: wpvulnerability-admin.php:1478 +#: wpvulnerability-admin.php:2135 #: wpvulnerability-adminms.php:1015 -#: wpvulnerability-adminms.php:1749 -#: wpvulnerability-adminms.php:2291 +#: wpvulnerability-adminms.php:1750 +#: wpvulnerability-adminms.php:2294 #: wpvulnerability-sitehealth.php:181 msgid "MariaDB" msgstr "" #: wpvulnerability-admin.php:746 -#: wpvulnerability-admin.php:1478 -#: wpvulnerability-admin.php:2139 +#: wpvulnerability-admin.php:1479 +#: wpvulnerability-admin.php:2140 #: wpvulnerability-adminms.php:1019 -#: wpvulnerability-adminms.php:1750 -#: wpvulnerability-adminms.php:2296 +#: wpvulnerability-adminms.php:1751 +#: wpvulnerability-adminms.php:2299 #: wpvulnerability-sitehealth.php:182 msgid "MySQL" msgstr "" #: wpvulnerability-admin.php:750 -#: wpvulnerability-admin.php:1483 -#: wpvulnerability-admin.php:2164 -#: wpvulnerability-admin.php:3104 +#: wpvulnerability-admin.php:1484 +#: wpvulnerability-admin.php:2165 +#: wpvulnerability-admin.php:3105 #: wpvulnerability-adminms.php:1023 -#: wpvulnerability-adminms.php:1755 -#: wpvulnerability-adminms.php:2321 -#: wpvulnerability-adminms.php:3281 +#: wpvulnerability-adminms.php:1756 +#: wpvulnerability-adminms.php:2324 +#: wpvulnerability-adminms.php:3284 msgid "SQLite" msgstr "" @@ -593,44 +593,44 @@ msgid "Additional Tools" msgstr "" #: wpvulnerability-admin.php:759 -#: wpvulnerability-admin.php:1479 -#: wpvulnerability-admin.php:2144 -#: wpvulnerability-admin.php:3101 +#: wpvulnerability-admin.php:1480 +#: wpvulnerability-admin.php:2145 +#: wpvulnerability-admin.php:3102 #: wpvulnerability-adminms.php:1032 -#: wpvulnerability-adminms.php:1751 -#: wpvulnerability-adminms.php:2301 -#: wpvulnerability-adminms.php:3278 +#: wpvulnerability-adminms.php:1752 +#: wpvulnerability-adminms.php:2304 +#: wpvulnerability-adminms.php:3281 #: wpvulnerability-sitehealth.php:183 msgid "ImageMagick" msgstr "" #: wpvulnerability-admin.php:763 -#: wpvulnerability-admin.php:1480 -#: wpvulnerability-admin.php:2149 +#: wpvulnerability-admin.php:1481 +#: wpvulnerability-admin.php:2150 #: wpvulnerability-adminms.php:1036 -#: wpvulnerability-adminms.php:1752 -#: wpvulnerability-adminms.php:2306 +#: wpvulnerability-adminms.php:1753 +#: wpvulnerability-adminms.php:2309 #: wpvulnerability-sitehealth.php:184 msgid "curl" msgstr "" #: wpvulnerability-admin.php:767 -#: wpvulnerability-admin.php:1481 -#: wpvulnerability-admin.php:2154 +#: wpvulnerability-admin.php:1482 +#: wpvulnerability-admin.php:2155 #: wpvulnerability-adminms.php:1040 -#: wpvulnerability-adminms.php:1753 -#: wpvulnerability-adminms.php:2311 +#: wpvulnerability-adminms.php:1754 +#: wpvulnerability-adminms.php:2314 msgid "memcached" msgstr "" #: wpvulnerability-admin.php:771 -#: wpvulnerability-admin.php:1482 -#: wpvulnerability-admin.php:2159 -#: wpvulnerability-admin.php:3102 +#: wpvulnerability-admin.php:1483 +#: wpvulnerability-admin.php:2160 +#: wpvulnerability-admin.php:3103 #: wpvulnerability-adminms.php:1044 -#: wpvulnerability-adminms.php:1754 -#: wpvulnerability-adminms.php:2316 -#: wpvulnerability-adminms.php:3279 +#: wpvulnerability-adminms.php:1755 +#: wpvulnerability-adminms.php:2319 +#: wpvulnerability-adminms.php:3282 msgid "Redis" msgstr "" @@ -717,28 +717,27 @@ msgid "Retention Period" msgstr "" #: wpvulnerability-admin.php:959 -#: wpvulnerability-admin.php:1301 -#: wpvulnerability-admin.php:3029 -#: wpvulnerability-admin.php:3043 -#: wpvulnerability-admin.php:3475 -#: wpvulnerability-admin.php:3483 +#: wpvulnerability-admin.php:1302 +#: wpvulnerability-admin.php:3030 +#: wpvulnerability-admin.php:3044 +#: wpvulnerability-admin.php:3482 +#: wpvulnerability-admin.php:3490 #: wpvulnerability-adminms.php:1232 -#: wpvulnerability-adminms.php:1574 -#: wpvulnerability-adminms.php:3206 -#: wpvulnerability-adminms.php:3220 -#: wpvulnerability-adminms.php:3669 -#: wpvulnerability-adminms.php:3677 +#: wpvulnerability-adminms.php:1575 +#: wpvulnerability-adminms.php:3209 +#: wpvulnerability-adminms.php:3223 +#: wpvulnerability-adminms.php:3678 +#: wpvulnerability-adminms.php:3686 msgid "Disabled" msgstr "" #. translators: %d: Number of days. -#. translators: %d: number of days #: wpvulnerability-admin.php:962 #: wpvulnerability-admin.php:984 -#: wpvulnerability-admin.php:3641 +#: wpvulnerability-admin.php:3648 #: wpvulnerability-adminms.php:1235 #: wpvulnerability-adminms.php:1257 -#: wpvulnerability-adminms.php:3835 +#: wpvulnerability-adminms.php:3844 #, php-format msgid "%d day" msgid_plural "%d days" @@ -847,9 +846,9 @@ msgid "Actions" msgstr "" #: wpvulnerability-admin.php:1133 -#: wpvulnerability-admin.php:3957 +#: wpvulnerability-admin.php:3964 #: wpvulnerability-adminms.php:1406 -#: wpvulnerability-adminms.php:4151 +#: wpvulnerability-adminms.php:4160 msgid "View" msgstr "" @@ -873,190 +872,190 @@ msgstr "" msgid "Delete All Logs" msgstr "" -#: wpvulnerability-admin.php:1201 -#: wpvulnerability-adminms.php:1474 +#: wpvulnerability-admin.php:1202 +#: wpvulnerability-adminms.php:1475 msgid "Reload Data from API" msgstr "" -#: wpvulnerability-admin.php:1204 -#: wpvulnerability-adminms.php:1477 +#: wpvulnerability-admin.php:1205 +#: wpvulnerability-adminms.php:1478 msgid "Reload all Core, Plugins, Themes and other components information directly from the API to have updated data. This will clear the cache and fetch fresh vulnerability information." msgstr "" -#: wpvulnerability-admin.php:1209 -#: wpvulnerability-adminms.php:1482 +#: wpvulnerability-admin.php:1210 +#: wpvulnerability-adminms.php:1483 msgid "Reload Data" msgstr "" -#: wpvulnerability-admin.php:1218 -#: wpvulnerability-adminms.php:1491 +#: wpvulnerability-admin.php:1219 +#: wpvulnerability-adminms.php:1492 msgid "Test Email Notifications" msgstr "" -#: wpvulnerability-admin.php:1221 -#: wpvulnerability-adminms.php:1494 +#: wpvulnerability-admin.php:1222 +#: wpvulnerability-adminms.php:1495 msgid "Send a test email notification with current vulnerability data to verify your email configuration is working correctly." msgstr "" -#: wpvulnerability-admin.php:1231 -#: wpvulnerability-adminms.php:1504 +#: wpvulnerability-admin.php:1232 +#: wpvulnerability-adminms.php:1505 msgid "From address (configured via constant):" msgstr "" -#: wpvulnerability-admin.php:1243 -#: wpvulnerability-adminms.php:1516 +#: wpvulnerability-admin.php:1244 +#: wpvulnerability-adminms.php:1517 msgid "From address (default):" msgstr "" -#: wpvulnerability-admin.php:1252 -#: wpvulnerability-adminms.php:1525 +#: wpvulnerability-admin.php:1253 +#: wpvulnerability-adminms.php:1526 msgid "Learn how to customize the email sender address →" msgstr "" -#: wpvulnerability-admin.php:1258 -#: wpvulnerability-adminms.php:1531 +#: wpvulnerability-admin.php:1259 +#: wpvulnerability-adminms.php:1532 msgid "Send Test Email" msgstr "" -#: wpvulnerability-admin.php:1267 -#: wpvulnerability-adminms.php:1540 +#: wpvulnerability-admin.php:1268 +#: wpvulnerability-adminms.php:1541 msgid "WP-Cron Status" msgstr "" -#: wpvulnerability-admin.php:1270 -#: wpvulnerability-adminms.php:1543 +#: wpvulnerability-admin.php:1271 +#: wpvulnerability-adminms.php:1544 msgid "View and manage WP-Cron scheduled events. Compare expected schedules with actual cron jobs to ensure automated tasks are running correctly." msgstr "" -#: wpvulnerability-admin.php:1275 -#: wpvulnerability-adminms.php:1548 +#: wpvulnerability-admin.php:1276 +#: wpvulnerability-adminms.php:1549 msgid "No cron data available." msgstr "" -#: wpvulnerability-admin.php:1281 -#: wpvulnerability-adminms.php:1554 -msgid "Hook" -msgstr "" - #: wpvulnerability-admin.php:1282 #: wpvulnerability-adminms.php:1555 -msgid "Expected" +msgid "Hook" msgstr "" #: wpvulnerability-admin.php:1283 #: wpvulnerability-adminms.php:1556 -msgid "Found" +msgid "Expected" msgstr "" #: wpvulnerability-admin.php:1284 #: wpvulnerability-adminms.php:1557 -msgid "Next Run" +msgid "Found" msgstr "" #: wpvulnerability-admin.php:1285 -#: wpvulnerability-admin.php:3236 -#: wpvulnerability-admin.php:3559 #: wpvulnerability-adminms.php:1558 -#: wpvulnerability-adminms.php:3413 -#: wpvulnerability-adminms.php:3753 +msgid "Next Run" +msgstr "" + +#: wpvulnerability-admin.php:1286 +#: wpvulnerability-admin.php:3243 +#: wpvulnerability-admin.php:3566 +#: wpvulnerability-adminms.php:1559 +#: wpvulnerability-adminms.php:3422 +#: wpvulnerability-adminms.php:3762 msgid "Status" msgstr "" -#: wpvulnerability-admin.php:1299 -#: wpvulnerability-adminms.php:1572 +#: wpvulnerability-admin.php:1300 +#: wpvulnerability-adminms.php:1573 msgid "Not expected" msgstr "" -#: wpvulnerability-admin.php:1321 -#: wpvulnerability-adminms.php:1594 -#: wpvulnerability-general.php:1871 -#: wpvulnerability-general.php:1872 +#: wpvulnerability-admin.php:1322 +#: wpvulnerability-adminms.php:1595 +#: wpvulnerability-general.php:1873 +#: wpvulnerability-general.php:1874 msgid "None" msgstr "" -#: wpvulnerability-admin.php:1356 -#: wpvulnerability-adminms.php:1629 +#: wpvulnerability-admin.php:1357 +#: wpvulnerability-adminms.php:1630 msgid "OK" msgstr "" -#: wpvulnerability-admin.php:1366 -#: wpvulnerability-adminms.php:1639 +#: wpvulnerability-admin.php:1367 +#: wpvulnerability-adminms.php:1640 msgid "⚠️ Unexpected WPVulnerability Events" msgstr "" -#: wpvulnerability-admin.php:1383 -#: wpvulnerability-adminms.php:1656 +#: wpvulnerability-admin.php:1384 +#: wpvulnerability-adminms.php:1657 msgid "No interval" msgstr "" -#: wpvulnerability-admin.php:1390 -#: wpvulnerability-adminms.php:1663 +#: wpvulnerability-admin.php:1391 +#: wpvulnerability-adminms.php:1664 msgid "Next:" msgstr "" -#: wpvulnerability-admin.php:1400 -#: wpvulnerability-adminms.php:1673 +#: wpvulnerability-admin.php:1401 +#: wpvulnerability-adminms.php:1674 msgid "Repair Cron Events" msgstr "" -#: wpvulnerability-admin.php:1408 -#: wpvulnerability-adminms.php:1681 +#: wpvulnerability-admin.php:1409 +#: wpvulnerability-adminms.php:1682 msgid "Uninstall Data" msgstr "" -#: wpvulnerability-admin.php:1410 -#: wpvulnerability-adminms.php:1683 +#: wpvulnerability-admin.php:1411 +#: wpvulnerability-adminms.php:1684 msgid "By default, all plugin data is preserved when WPVulnerability is deleted. Enable the option below only if you want all options, logs, and cached data permanently removed on uninstall." msgstr "" -#: wpvulnerability-admin.php:1420 -#: wpvulnerability-adminms.php:1693 +#: wpvulnerability-admin.php:1421 +#: wpvulnerability-adminms.php:1694 msgid "Delete all plugin data on uninstall" msgstr "" -#: wpvulnerability-admin.php:1423 -#: wpvulnerability-adminms.php:1696 +#: wpvulnerability-admin.php:1424 +#: wpvulnerability-adminms.php:1697 msgid "Default: unchecked (data preserved). Check only if you want a clean removal." msgstr "" -#: wpvulnerability-admin.php:1425 -#: wpvulnerability-adminms.php:1698 +#: wpvulnerability-admin.php:1426 +#: wpvulnerability-adminms.php:1699 msgid "Save preference" msgstr "" -#: wpvulnerability-admin.php:1432 -#: wpvulnerability-adminms.php:1705 +#: wpvulnerability-admin.php:1433 +#: wpvulnerability-adminms.php:1706 msgid "Reset WPVulnerability" msgstr "" -#: wpvulnerability-admin.php:1434 -#: wpvulnerability-adminms.php:1707 +#: wpvulnerability-admin.php:1435 +#: wpvulnerability-adminms.php:1708 msgid "Delete all WPVulnerability settings, cached data, logs, and scheduled events, then restore defaults and reload data from the API." msgstr "" -#: wpvulnerability-admin.php:1436 -#: wpvulnerability-adminms.php:1709 +#: wpvulnerability-admin.php:1437 +#: wpvulnerability-adminms.php:1710 msgid "This action cannot be undone." msgstr "" -#: wpvulnerability-admin.php:1438 -#: wpvulnerability-adminms.php:1711 +#: wpvulnerability-admin.php:1439 +#: wpvulnerability-adminms.php:1712 msgid "Are you sure you want to reset all WPVulnerability data? This action cannot be undone." msgstr "" -#: wpvulnerability-admin.php:1441 -#: wpvulnerability-adminms.php:1713 +#: wpvulnerability-admin.php:1442 +#: wpvulnerability-adminms.php:1714 msgid "Reset Plugin" msgstr "" -#: wpvulnerability-admin.php:1468 -#: wpvulnerability-adminms.php:1740 +#: wpvulnerability-admin.php:1469 +#: wpvulnerability-adminms.php:1741 msgid "Vulnerability Database Statistics" msgstr "" #. translators: number of vulnerabilities. -#: wpvulnerability-admin.php:1510 -#: wpvulnerability-adminms.php:1782 +#: wpvulnerability-admin.php:1511 +#: wpvulnerability-adminms.php:1783 #, php-format msgid "%s vulnerability" msgid_plural "%s vulnerabilities" @@ -1064,161 +1063,161 @@ msgstr[0] "" msgstr[1] "" #. translators: number of products. -#: wpvulnerability-admin.php:1520 -#: wpvulnerability-adminms.php:1792 +#: wpvulnerability-admin.php:1521 +#: wpvulnerability-adminms.php:1793 #, php-format msgid "(%s product)" msgid_plural "(%s products)" msgstr[0] "" msgstr[1] "" -#: wpvulnerability-admin.php:1527 -#: wpvulnerability-adminms.php:1799 +#: wpvulnerability-admin.php:1528 +#: wpvulnerability-adminms.php:1800 msgid "No data" msgstr "" #. translators: date of last update. -#: wpvulnerability-admin.php:1544 -#: wpvulnerability-adminms.php:1814 +#: wpvulnerability-admin.php:1545 +#: wpvulnerability-adminms.php:1817 #, php-format msgid "Database last updated: %s" msgstr "" -#: wpvulnerability-admin.php:1566 -#: wpvulnerability-adminms.php:1836 +#: wpvulnerability-admin.php:1567 +#: wpvulnerability-adminms.php:1839 msgid "Intelligence Sources" msgstr "" -#: wpvulnerability-admin.php:1567 -#: wpvulnerability-adminms.php:1837 +#: wpvulnerability-admin.php:1568 +#: wpvulnerability-adminms.php:1840 msgid "Number of vulnerabilities contributed by each intelligence source." msgstr "" -#: wpvulnerability-admin.php:1571 -#: wpvulnerability-adminms.php:1841 +#: wpvulnerability-admin.php:1572 +#: wpvulnerability-adminms.php:1844 msgid "Source" msgstr "" -#: wpvulnerability-admin.php:1572 -#: wpvulnerability-admin.php:2104 -#: wpvulnerability-adminms.php:1842 -#: wpvulnerability-adminms.php:2261 +#: wpvulnerability-admin.php:1573 +#: wpvulnerability-admin.php:2105 +#: wpvulnerability-adminms.php:1845 +#: wpvulnerability-adminms.php:2264 msgid "Core" msgstr "" -#: wpvulnerability-admin.php:1603 -#: wpvulnerability-adminms.php:1873 +#: wpvulnerability-admin.php:1604 +#: wpvulnerability-adminms.php:1876 msgid "Sponsors" msgstr "" -#: wpvulnerability-admin.php:1626 -#: wpvulnerability-adminms.php:1896 +#: wpvulnerability-admin.php:1627 +#: wpvulnerability-adminms.php:1899 msgid "No sponsor data available." msgstr "" -#: wpvulnerability-admin.php:1633 -#: wpvulnerability-adminms.php:1903 +#: wpvulnerability-admin.php:1634 +#: wpvulnerability-adminms.php:1906 msgid "Contributors" msgstr "" -#: wpvulnerability-admin.php:1656 -#: wpvulnerability-adminms.php:1926 +#: wpvulnerability-admin.php:1657 +#: wpvulnerability-adminms.php:1929 msgid "No contributor data available." msgstr "" -#: wpvulnerability-admin.php:1674 +#: wpvulnerability-admin.php:1675 #: wpvulnerability-adminms.php:432 msgid "You do not have sufficient permissions to access this page." msgstr "" -#: wpvulnerability-admin.php:1684 +#: wpvulnerability-admin.php:1685 #: wpvulnerability-adminms.php:441 msgid "WPVulnerability settings" msgstr "" -#: wpvulnerability-admin.php:1801 -#: wpvulnerability-adminms.php:1963 +#: wpvulnerability-admin.php:1802 +#: wpvulnerability-adminms.php:1966 msgid "Configure and save these settings to receive notifications." msgstr "" -#: wpvulnerability-admin.php:1814 -#: wpvulnerability-adminms.php:2071 +#: wpvulnerability-admin.php:1815 +#: wpvulnerability-adminms.php:2074 msgid "Configure and save these settings to hide vulnerabilities." msgstr "" -#: wpvulnerability-admin.php:1845 -#: wpvulnerability-adminms.php:1993 +#: wpvulnerability-admin.php:1846 +#: wpvulnerability-adminms.php:1996 msgid "Default administrator email" msgstr "" -#: wpvulnerability-admin.php:1909 -#: wpvulnerability-adminms.php:2057 +#: wpvulnerability-admin.php:1910 +#: wpvulnerability-adminms.php:2060 msgid "Read more if you want to force the cache time." msgstr "" -#: wpvulnerability-admin.php:1939 -#: wpvulnerability-adminms.php:2099 +#: wpvulnerability-admin.php:1940 +#: wpvulnerability-adminms.php:2102 msgid "Never" msgstr "" -#: wpvulnerability-admin.php:1944 -#: wpvulnerability-adminms.php:2104 +#: wpvulnerability-admin.php:1945 +#: wpvulnerability-adminms.php:2107 msgid "Daily" msgstr "" -#: wpvulnerability-admin.php:1949 -#: wpvulnerability-adminms.php:2109 +#: wpvulnerability-admin.php:1950 +#: wpvulnerability-adminms.php:2112 msgid "Weekly" msgstr "" -#: wpvulnerability-admin.php:1953 -#: wpvulnerability-adminms.php:2113 +#: wpvulnerability-admin.php:1954 +#: wpvulnerability-adminms.php:2116 msgid "Day" msgstr "" -#: wpvulnerability-admin.php:1966 -#: wpvulnerability-adminms.php:2126 +#: wpvulnerability-admin.php:1967 +#: wpvulnerability-adminms.php:2129 msgid "Hour" msgstr "" -#: wpvulnerability-admin.php:1968 -#: wpvulnerability-adminms.php:2128 +#: wpvulnerability-admin.php:1969 +#: wpvulnerability-adminms.php:2131 msgid "Minute" msgstr "" -#: wpvulnerability-admin.php:2166 -#: wpvulnerability-adminms.php:2323 +#: wpvulnerability-admin.php:2167 +#: wpvulnerability-adminms.php:2326 msgid "Read more about how to force the deactivation of an item." msgstr "" -#: wpvulnerability-admin.php:2292 -#: wpvulnerability-adminms.php:2870 +#: wpvulnerability-admin.php:2293 +#: wpvulnerability-adminms.php:2873 msgid "Invalid Slack webhook URL. Must be a valid HTTPS URL from hooks.slack.com" msgstr "" -#: wpvulnerability-admin.php:2315 -#: wpvulnerability-adminms.php:2893 +#: wpvulnerability-admin.php:2316 +#: wpvulnerability-adminms.php:2896 msgid "Invalid Microsoft Teams webhook URL. Must be a valid HTTPS URL from office.com, office365.com, or api.hooks.microsoft.com" msgstr "" -#: wpvulnerability-admin.php:2338 -#: wpvulnerability-adminms.php:2916 +#: wpvulnerability-admin.php:2339 +#: wpvulnerability-adminms.php:2919 msgid "Invalid Discord webhook URL. Must be a valid HTTPS URL from discord.com or discordapp.com" msgstr "" -#: wpvulnerability-admin.php:2357 -#: wpvulnerability-adminms.php:2935 +#: wpvulnerability-admin.php:2358 +#: wpvulnerability-adminms.php:2938 msgid "Invalid Telegram bot token format. Must be like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11" msgstr "" -#: wpvulnerability-admin.php:2493 -#: wpvulnerability-adminms.php:2400 +#: wpvulnerability-admin.php:2494 +#: wpvulnerability-adminms.php:2403 msgid "All Clear" msgstr "" #. translators: %d: number of vulnerabilities -#: wpvulnerability-admin.php:2503 -#: wpvulnerability-adminms.php:2410 +#: wpvulnerability-admin.php:2504 +#: wpvulnerability-adminms.php:2413 #, php-format msgid "%d Critical Issue Found" msgid_plural "%d Critical Issues Found" @@ -1226,22 +1225,22 @@ msgstr[0] "" msgstr[1] "" #. translators: %d: number of vulnerabilities -#: wpvulnerability-admin.php:2508 -#: wpvulnerability-adminms.php:2415 +#: wpvulnerability-admin.php:2509 +#: wpvulnerability-adminms.php:2418 #, php-format msgid "%d Issue Found" msgid_plural "%d Issues Found" msgstr[0] "" msgstr[1] "" -#: wpvulnerability-admin.php:2515 -#: wpvulnerability-adminms.php:2422 +#: wpvulnerability-admin.php:2516 +#: wpvulnerability-adminms.php:2425 msgid "Never checked" msgstr "" #. translators: %d: number of minutes -#: wpvulnerability-admin.php:2523 -#: wpvulnerability-adminms.php:2430 +#: wpvulnerability-admin.php:2524 +#: wpvulnerability-adminms.php:2433 #, php-format msgid "%d minute ago" msgid_plural "%d minutes ago" @@ -1249,8 +1248,8 @@ msgstr[0] "" msgstr[1] "" #. translators: %d: number of hours -#: wpvulnerability-admin.php:2527 -#: wpvulnerability-adminms.php:2434 +#: wpvulnerability-admin.php:2528 +#: wpvulnerability-adminms.php:2437 #, php-format msgid "%d hour ago" msgid_plural "%d hours ago" @@ -1258,697 +1257,697 @@ msgstr[0] "" msgstr[1] "" #. translators: %s: time since last check -#: wpvulnerability-admin.php:2539 -#: wpvulnerability-adminms.php:2446 +#: wpvulnerability-admin.php:2540 +#: wpvulnerability-adminms.php:2449 #, php-format msgid "Last checked: %s" msgstr "" -#: wpvulnerability-admin.php:2540 -#: wpvulnerability-adminms.php:2447 +#: wpvulnerability-admin.php:2541 +#: wpvulnerability-adminms.php:2450 msgid "Refresh Now" msgstr "" -#: wpvulnerability-admin.php:2547 -#: wpvulnerability-adminms.php:2454 +#: wpvulnerability-admin.php:2548 +#: wpvulnerability-adminms.php:2457 msgid "No vulnerabilities detected" msgstr "" -#: wpvulnerability-admin.php:2548 -#: wpvulnerability-adminms.php:2455 +#: wpvulnerability-admin.php:2549 +#: wpvulnerability-adminms.php:2458 msgid "Your site is up to date and secure" msgstr "" -#: wpvulnerability-admin.php:2616 -#: wpvulnerability-adminms.php:2523 +#: wpvulnerability-admin.php:2617 +#: wpvulnerability-adminms.php:2526 msgid "Server Software" msgstr "" -#: wpvulnerability-admin.php:2829 -#: wpvulnerability-adminms.php:2736 +#: wpvulnerability-admin.php:2830 +#: wpvulnerability-adminms.php:2739 msgid "Site Health" msgstr "" -#: wpvulnerability-admin.php:2831 -#: wpvulnerability-adminms.php:2738 +#: wpvulnerability-admin.php:2832 +#: wpvulnerability-adminms.php:2741 #: wpvulnerability-run.php:33 msgid "Settings" msgstr "" -#: wpvulnerability-admin.php:2846 -#: wpvulnerability-adminms.php:2754 +#: wpvulnerability-admin.php:2847 +#: wpvulnerability-adminms.php:2757 msgid "WPVulnerability Status" msgstr "" -#: wpvulnerability-admin.php:2878 -#: wpvulnerability-adminms.php:3052 +#: wpvulnerability-admin.php:2879 +#: wpvulnerability-adminms.php:3055 msgid "Receive vulnerability notifications" msgstr "" -#: wpvulnerability-admin.php:2886 -#: wpvulnerability-adminms.php:3060 +#: wpvulnerability-admin.php:2887 +#: wpvulnerability-adminms.php:3063 msgid "Cache expiration time" msgstr "" -#: wpvulnerability-admin.php:2895 -#: wpvulnerability-adminms.php:3069 +#: wpvulnerability-admin.php:2896 +#: wpvulnerability-adminms.php:3072 msgid "How often you want to receive notifications" msgstr "" -#: wpvulnerability-admin.php:2904 -#: wpvulnerability-adminms.php:3078 +#: wpvulnerability-admin.php:2905 +#: wpvulnerability-adminms.php:3081 msgid "Where do you want to receive notifications?" msgstr "" -#: wpvulnerability-admin.php:2913 -#: wpvulnerability-adminms.php:3087 +#: wpvulnerability-admin.php:2914 +#: wpvulnerability-adminms.php:3090 msgid "Email addresses to notify (separated by commas)" msgstr "" -#: wpvulnerability-admin.php:2922 -#: wpvulnerability-adminms.php:3096 +#: wpvulnerability-admin.php:2923 +#: wpvulnerability-adminms.php:3099 msgid "Slack webhook URL" msgstr "" -#: wpvulnerability-admin.php:2931 -#: wpvulnerability-adminms.php:3105 +#: wpvulnerability-admin.php:2932 +#: wpvulnerability-adminms.php:3108 msgid "Teams webhook URL" msgstr "" -#: wpvulnerability-admin.php:2950 -#: wpvulnerability-adminms.php:3126 +#: wpvulnerability-admin.php:2951 +#: wpvulnerability-adminms.php:3129 msgid "Vulnerabilities to hide" msgstr "" -#: wpvulnerability-admin.php:2958 -#: wpvulnerability-adminms.php:3134 +#: wpvulnerability-admin.php:2959 +#: wpvulnerability-adminms.php:3137 msgid "What do you want to hide?" msgstr "" -#: wpvulnerability-admin.php:3008 -#: wpvulnerability-adminms.php:3185 +#: wpvulnerability-admin.php:3009 +#: wpvulnerability-adminms.php:3188 msgid "Standard (Hybrid Detection)" msgstr "" -#: wpvulnerability-admin.php:3009 -#: wpvulnerability-adminms.php:3186 +#: wpvulnerability-admin.php:3010 +#: wpvulnerability-adminms.php:3189 msgid "Strict (Extensions Only)" msgstr "" -#: wpvulnerability-admin.php:3010 -#: wpvulnerability-adminms.php:3187 +#: wpvulnerability-admin.php:3011 +#: wpvulnerability-adminms.php:3190 msgid "Disabled (No Detection)" msgstr "" -#: wpvulnerability-admin.php:3016 -#: wpvulnerability-adminms.php:3193 +#: wpvulnerability-admin.php:3017 +#: wpvulnerability-adminms.php:3196 msgid "Security Status" msgstr "" -#: wpvulnerability-admin.php:3020 -#: wpvulnerability-adminms.php:3197 +#: wpvulnerability-admin.php:3021 +#: wpvulnerability-adminms.php:3200 msgid "Security Mode" msgstr "" -#: wpvulnerability-admin.php:3025 -#: wpvulnerability-adminms.php:3202 +#: wpvulnerability-admin.php:3026 +#: wpvulnerability-adminms.php:3205 msgid "Shell Execution" msgstr "" -#: wpvulnerability-admin.php:3027 -#: wpvulnerability-admin.php:3475 -#: wpvulnerability-admin.php:3483 -#: wpvulnerability-adminms.php:3204 -#: wpvulnerability-adminms.php:3669 -#: wpvulnerability-adminms.php:3677 +#: wpvulnerability-admin.php:3028 +#: wpvulnerability-admin.php:3482 +#: wpvulnerability-admin.php:3490 +#: wpvulnerability-adminms.php:3207 +#: wpvulnerability-adminms.php:3678 +#: wpvulnerability-adminms.php:3686 msgid "Enabled" msgstr "" -#: wpvulnerability-admin.php:3034 -#: wpvulnerability-adminms.php:3211 +#: wpvulnerability-admin.php:3035 +#: wpvulnerability-adminms.php:3214 msgid "Audit Logging" msgstr "" -#. translators: %d: number of days -#: wpvulnerability-admin.php:3039 -#: wpvulnerability-adminms.php:3216 +#. translators: %d: Number of days. +#: wpvulnerability-admin.php:3040 +#: wpvulnerability-adminms.php:3219 #, php-format msgid "Enabled (%d days)" msgstr "" -#: wpvulnerability-admin.php:3048 -#: wpvulnerability-adminms.php:3225 +#: wpvulnerability-admin.php:3049 +#: wpvulnerability-adminms.php:3228 msgid "Total Log Entries" msgstr "" -#: wpvulnerability-admin.php:3055 -#: wpvulnerability-adminms.php:3232 +#: wpvulnerability-admin.php:3056 +#: wpvulnerability-adminms.php:3235 msgid "Last Shell Execution" msgstr "" #. translators: %s: time ago -#: wpvulnerability-admin.php:3061 -#: wpvulnerability-admin.php:3266 -#: wpvulnerability-adminms.php:3238 -#: wpvulnerability-adminms.php:3441 +#: wpvulnerability-admin.php:3062 +#: wpvulnerability-admin.php:3273 +#: wpvulnerability-adminms.php:3241 +#: wpvulnerability-adminms.php:3450 #, php-format msgid "%s ago" msgstr "" -#: wpvulnerability-admin.php:3073 -#: wpvulnerability-adminms.php:3250 +#: wpvulnerability-admin.php:3074 +#: wpvulnerability-adminms.php:3253 msgid "Configure security settings via wp-config.php constants: WPVULNERABILITY_DISABLE_SHELL_EXEC, WPVULNERABILITY_SECURITY_MODE, WPVULNERABILITY_SHELL_EXEC_WHITELIST." msgstr "" #. translators: %s: URL to security documentation -#: wpvulnerability-admin.php:3079 -#: wpvulnerability-adminms.php:3256 +#: wpvulnerability-admin.php:3080 +#: wpvulnerability-adminms.php:3259 #, php-format msgid "See security configuration documentation for details." msgstr "" -#: wpvulnerability-admin.php:3103 -#: wpvulnerability-adminms.php:3280 +#: wpvulnerability-admin.php:3104 +#: wpvulnerability-adminms.php:3283 msgid "Memcached" msgstr "" -#: wpvulnerability-admin.php:3131 -#: wpvulnerability-adminms.php:3308 +#: wpvulnerability-admin.php:3138 +#: wpvulnerability-adminms.php:3317 msgid "Imagick Extension" msgstr "" -#: wpvulnerability-admin.php:3132 -#: wpvulnerability-adminms.php:3309 +#: wpvulnerability-admin.php:3139 +#: wpvulnerability-adminms.php:3318 msgid "Redis Extension" msgstr "" -#: wpvulnerability-admin.php:3133 -#: wpvulnerability-adminms.php:3310 +#: wpvulnerability-admin.php:3140 +#: wpvulnerability-adminms.php:3319 msgid "Memcached Extension" msgstr "" -#: wpvulnerability-admin.php:3134 -#: wpvulnerability-adminms.php:3311 +#: wpvulnerability-admin.php:3141 +#: wpvulnerability-adminms.php:3320 msgid "Memcache Extension" msgstr "" -#: wpvulnerability-admin.php:3135 -#: wpvulnerability-adminms.php:3312 +#: wpvulnerability-admin.php:3142 +#: wpvulnerability-adminms.php:3321 msgid "SQLite3 Extension" msgstr "" -#: wpvulnerability-admin.php:3136 -#: wpvulnerability-adminms.php:3313 +#: wpvulnerability-admin.php:3143 +#: wpvulnerability-adminms.php:3322 msgid "PDO SQLite" msgstr "" -#: wpvulnerability-admin.php:3137 -#: wpvulnerability-adminms.php:3314 +#: wpvulnerability-admin.php:3144 +#: wpvulnerability-adminms.php:3323 msgid "Shell Command" msgstr "" -#: wpvulnerability-admin.php:3138 -#: wpvulnerability-adminms.php:3315 +#: wpvulnerability-admin.php:3145 +#: wpvulnerability-adminms.php:3324 msgid "Binary Check" msgstr "" -#: wpvulnerability-admin.php:3139 -#: wpvulnerability-adminms.php:3316 +#: wpvulnerability-admin.php:3146 +#: wpvulnerability-adminms.php:3325 msgid "Not Detected" msgstr "" -#: wpvulnerability-admin.php:3143 -#: wpvulnerability-adminms.php:3320 +#: wpvulnerability-admin.php:3150 +#: wpvulnerability-adminms.php:3329 msgid "Software Detection Methods" msgstr "" -#: wpvulnerability-admin.php:3144 -#: wpvulnerability-adminms.php:3321 +#: wpvulnerability-admin.php:3151 +#: wpvulnerability-adminms.php:3330 msgid "Shows which detection method was used for each software component and the reliability score." msgstr "" -#: wpvulnerability-admin.php:3149 -#: wpvulnerability-admin.php:3234 -#: wpvulnerability-admin.php:3558 -#: wpvulnerability-adminms.php:3326 -#: wpvulnerability-adminms.php:3411 -#: wpvulnerability-adminms.php:3752 +#: wpvulnerability-admin.php:3156 +#: wpvulnerability-admin.php:3241 +#: wpvulnerability-admin.php:3565 +#: wpvulnerability-adminms.php:3335 +#: wpvulnerability-adminms.php:3420 +#: wpvulnerability-adminms.php:3761 msgid "Component" msgstr "" -#: wpvulnerability-admin.php:3150 -#: wpvulnerability-adminms.php:3327 +#: wpvulnerability-admin.php:3157 +#: wpvulnerability-adminms.php:3336 msgid "Version" msgstr "" -#: wpvulnerability-admin.php:3151 -#: wpvulnerability-adminms.php:3328 +#: wpvulnerability-admin.php:3158 +#: wpvulnerability-adminms.php:3337 msgid "Detection Method" msgstr "" -#: wpvulnerability-admin.php:3152 -#: wpvulnerability-adminms.php:3329 +#: wpvulnerability-admin.php:3159 +#: wpvulnerability-adminms.php:3338 msgid "Reliability" msgstr "" -#: wpvulnerability-admin.php:3164 -#: wpvulnerability-adminms.php:3341 +#: wpvulnerability-admin.php:3171 +#: wpvulnerability-adminms.php:3350 msgid "Not detected" msgstr "" -#: wpvulnerability-admin.php:3220 -#: wpvulnerability-adminms.php:3397 +#: wpvulnerability-admin.php:3227 +#: wpvulnerability-adminms.php:3406 msgid "Shell Execution Audit Logs" msgstr "" -#: wpvulnerability-admin.php:3221 -#: wpvulnerability-adminms.php:3398 +#: wpvulnerability-admin.php:3228 +#: wpvulnerability-adminms.php:3407 msgid "Complete audit trail of shell command executions for security monitoring." msgstr "" -#: wpvulnerability-admin.php:3226 -#: wpvulnerability-adminms.php:3403 +#: wpvulnerability-admin.php:3233 +#: wpvulnerability-adminms.php:3412 msgid "No shell execution logs found." msgstr "" -#: wpvulnerability-admin.php:3227 -#: wpvulnerability-adminms.php:3404 +#: wpvulnerability-admin.php:3234 +#: wpvulnerability-adminms.php:3413 msgid "Logs will appear here when shell commands are executed for software detection." msgstr "" -#: wpvulnerability-admin.php:3233 -#: wpvulnerability-adminms.php:3410 +#: wpvulnerability-admin.php:3240 +#: wpvulnerability-adminms.php:3419 msgid "Time" msgstr "" -#: wpvulnerability-admin.php:3235 -#: wpvulnerability-adminms.php:3412 +#: wpvulnerability-admin.php:3242 +#: wpvulnerability-adminms.php:3421 msgid "Command" msgstr "" -#: wpvulnerability-admin.php:3237 -#: wpvulnerability-adminms.php:3414 +#: wpvulnerability-admin.php:3244 +#: wpvulnerability-adminms.php:3423 msgid "User" msgstr "" -#: wpvulnerability-admin.php:3238 -#: wpvulnerability-adminms.php:3415 +#: wpvulnerability-admin.php:3245 +#: wpvulnerability-adminms.php:3424 msgid "Output" msgstr "" #. translators: %d: number of logs shown -#: wpvulnerability-admin.php:3302 -#: wpvulnerability-adminms.php:3477 +#: wpvulnerability-admin.php:3309 +#: wpvulnerability-adminms.php:3486 #, php-format msgid "Showing the %d most recent log entries." msgstr "" -#: wpvulnerability-admin.php:3320 -#: wpvulnerability-adminms.php:3565 +#: wpvulnerability-admin.php:3327 +#: wpvulnerability-adminms.php:3574 msgid "Invalid nonce." msgstr "" -#: wpvulnerability-admin.php:3325 -#: wpvulnerability-adminms.php:3570 +#: wpvulnerability-admin.php:3332 +#: wpvulnerability-adminms.php:3579 msgid "Insufficient permissions." msgstr "" -#: wpvulnerability-admin.php:3331 -#: wpvulnerability-adminms.php:3576 +#: wpvulnerability-admin.php:3338 +#: wpvulnerability-adminms.php:3585 msgid "No component specified." msgstr "" -#: wpvulnerability-admin.php:3366 -#: wpvulnerability-adminms.php:3524 +#: wpvulnerability-admin.php:3373 +#: wpvulnerability-adminms.php:3533 msgid "Debug Information" msgstr "" -#: wpvulnerability-admin.php:3368 -#: wpvulnerability-adminms.php:3526 +#: wpvulnerability-admin.php:3375 +#: wpvulnerability-adminms.php:3535 msgid "This tab is only visible when WP_DEBUG is enabled. Use with caution." msgstr "" -#: wpvulnerability-admin.php:3429 -#: wpvulnerability-adminms.php:3623 +#: wpvulnerability-admin.php:3436 +#: wpvulnerability-adminms.php:3632 msgid "System Information" msgstr "" -#: wpvulnerability-admin.php:3433 -#: wpvulnerability-adminms.php:3627 +#: wpvulnerability-admin.php:3440 +#: wpvulnerability-adminms.php:3636 msgid "WordPress Version" msgstr "" -#: wpvulnerability-admin.php:3437 -#: wpvulnerability-adminms.php:3631 +#: wpvulnerability-admin.php:3444 +#: wpvulnerability-adminms.php:3640 msgid "Multisite" msgstr "" -#: wpvulnerability-admin.php:3438 -#: wpvulnerability-admin.php:3584 -#: wpvulnerability-adminms.php:3632 -#: wpvulnerability-adminms.php:3778 +#: wpvulnerability-admin.php:3445 +#: wpvulnerability-admin.php:3591 +#: wpvulnerability-adminms.php:3641 +#: wpvulnerability-adminms.php:3787 msgid "Yes" msgstr "" -#: wpvulnerability-admin.php:3438 -#: wpvulnerability-admin.php:3584 -#: wpvulnerability-adminms.php:3632 -#: wpvulnerability-adminms.php:3778 +#: wpvulnerability-admin.php:3445 +#: wpvulnerability-admin.php:3591 +#: wpvulnerability-adminms.php:3641 +#: wpvulnerability-adminms.php:3787 msgid "No" msgstr "" -#: wpvulnerability-admin.php:3441 -#: wpvulnerability-adminms.php:3635 +#: wpvulnerability-admin.php:3448 +#: wpvulnerability-adminms.php:3644 msgid "Language" msgstr "" -#: wpvulnerability-admin.php:3445 -#: wpvulnerability-adminms.php:3639 +#: wpvulnerability-admin.php:3452 +#: wpvulnerability-adminms.php:3648 msgid "PHP Version" msgstr "" -#: wpvulnerability-admin.php:3449 -#: wpvulnerability-adminms.php:3643 +#: wpvulnerability-admin.php:3456 +#: wpvulnerability-adminms.php:3652 msgid "PHP Extensions" msgstr "" -#: wpvulnerability-admin.php:3460 -#: wpvulnerability-adminms.php:3654 +#: wpvulnerability-admin.php:3467 +#: wpvulnerability-adminms.php:3663 msgid "PHP Memory Limit" msgstr "" -#: wpvulnerability-admin.php:3464 -#: wpvulnerability-adminms.php:3658 +#: wpvulnerability-admin.php:3471 +#: wpvulnerability-adminms.php:3667 msgid "Database" msgstr "" -#: wpvulnerability-admin.php:3468 -#: wpvulnerability-adminms.php:3662 +#: wpvulnerability-admin.php:3475 +#: wpvulnerability-adminms.php:3671 msgid "Web Server" msgstr "" -#: wpvulnerability-admin.php:3472 -#: wpvulnerability-adminms.php:3666 +#: wpvulnerability-admin.php:3479 +#: wpvulnerability-adminms.php:3675 msgid "WP_DEBUG" msgstr "" -#: wpvulnerability-admin.php:3480 -#: wpvulnerability-adminms.php:3674 +#: wpvulnerability-admin.php:3487 +#: wpvulnerability-adminms.php:3683 msgid "WP_DEBUG_LOG" msgstr "" -#: wpvulnerability-admin.php:3490 -#: wpvulnerability-adminms.php:3684 +#: wpvulnerability-admin.php:3497 +#: wpvulnerability-adminms.php:3693 msgid "Path:" msgstr "" #. translators: %s: file size -#: wpvulnerability-admin.php:3499 -#: wpvulnerability-adminms.php:3698 +#: wpvulnerability-admin.php:3506 +#: wpvulnerability-adminms.php:3707 #, php-format msgid "Size: %s" msgstr "" -#: wpvulnerability-admin.php:3510 -#: wpvulnerability-adminms.php:3704 +#: wpvulnerability-admin.php:3517 +#: wpvulnerability-adminms.php:3713 msgid "View Log File" msgstr "" -#: wpvulnerability-admin.php:3516 -#: wpvulnerability-adminms.php:3710 +#: wpvulnerability-admin.php:3523 +#: wpvulnerability-adminms.php:3719 msgid "Log file is not web-accessible (outside wp-content)" msgstr "" -#: wpvulnerability-admin.php:3522 -#: wpvulnerability-adminms.php:3716 +#: wpvulnerability-admin.php:3529 +#: wpvulnerability-adminms.php:3725 msgid "Log file does not exist yet" msgstr "" -#: wpvulnerability-admin.php:3530 -#: wpvulnerability-adminms.php:3724 +#: wpvulnerability-admin.php:3537 +#: wpvulnerability-adminms.php:3733 msgid "Plugin Version" msgstr "" -#: wpvulnerability-admin.php:3554 -#: wpvulnerability-adminms.php:3748 +#: wpvulnerability-admin.php:3561 +#: wpvulnerability-adminms.php:3757 msgid "Component Detection" msgstr "" -#: wpvulnerability-admin.php:3560 -#: wpvulnerability-adminms.php:3754 +#: wpvulnerability-admin.php:3567 +#: wpvulnerability-adminms.php:3763 msgid "Version Detected" msgstr "" -#: wpvulnerability-admin.php:3561 -#: wpvulnerability-adminms.php:3755 +#: wpvulnerability-admin.php:3568 +#: wpvulnerability-adminms.php:3764 msgid "Analyzed" msgstr "" -#: wpvulnerability-admin.php:3562 -#: wpvulnerability-adminms.php:3756 +#: wpvulnerability-admin.php:3569 +#: wpvulnerability-adminms.php:3765 msgid "Cache Status" msgstr "" -#: wpvulnerability-admin.php:3622 -#: wpvulnerability-adminms.php:3816 +#: wpvulnerability-admin.php:3629 +#: wpvulnerability-adminms.php:3825 msgid "Configuration Summary" msgstr "" -#: wpvulnerability-admin.php:3626 -#: wpvulnerability-adminms.php:3820 +#: wpvulnerability-admin.php:3633 +#: wpvulnerability-adminms.php:3829 msgid "Cache Duration" msgstr "" -#: wpvulnerability-admin.php:3636 -#: wpvulnerability-adminms.php:3830 +#: wpvulnerability-admin.php:3643 +#: wpvulnerability-adminms.php:3839 msgid "Log Retention" msgstr "" -#: wpvulnerability-admin.php:3646 -#: wpvulnerability-adminms.php:3840 +#: wpvulnerability-admin.php:3653 +#: wpvulnerability-adminms.php:3849 msgid "Components Analyzed" msgstr "" -#: wpvulnerability-admin.php:3661 -#: wpvulnerability-adminms.php:3855 +#: wpvulnerability-admin.php:3668 +#: wpvulnerability-adminms.php:3864 msgid "Notification Email" msgstr "" -#: wpvulnerability-admin.php:3682 -#: wpvulnerability-adminms.php:3876 +#: wpvulnerability-admin.php:3689 +#: wpvulnerability-adminms.php:3885 msgid "Slack Webhook" msgstr "" -#: wpvulnerability-admin.php:3692 -#: wpvulnerability-admin.php:3712 -#: wpvulnerability-admin.php:3732 -#: wpvulnerability-admin.php:3752 -#: wpvulnerability-adminms.php:3886 -#: wpvulnerability-adminms.php:3906 -#: wpvulnerability-adminms.php:3926 -#: wpvulnerability-adminms.php:3946 +#: wpvulnerability-admin.php:3699 +#: wpvulnerability-admin.php:3719 +#: wpvulnerability-admin.php:3739 +#: wpvulnerability-admin.php:3759 +#: wpvulnerability-adminms.php:3895 +#: wpvulnerability-adminms.php:3915 +#: wpvulnerability-adminms.php:3935 +#: wpvulnerability-adminms.php:3955 msgid "Configured & Enabled" msgstr "" -#: wpvulnerability-admin.php:3694 -#: wpvulnerability-admin.php:3714 -#: wpvulnerability-admin.php:3734 -#: wpvulnerability-admin.php:3754 -#: wpvulnerability-adminms.php:3888 -#: wpvulnerability-adminms.php:3908 -#: wpvulnerability-adminms.php:3928 -#: wpvulnerability-adminms.php:3948 +#: wpvulnerability-admin.php:3701 +#: wpvulnerability-admin.php:3721 +#: wpvulnerability-admin.php:3741 +#: wpvulnerability-admin.php:3761 +#: wpvulnerability-adminms.php:3897 +#: wpvulnerability-adminms.php:3917 +#: wpvulnerability-adminms.php:3937 +#: wpvulnerability-adminms.php:3957 msgid "Configured (Disabled)" msgstr "" -#: wpvulnerability-admin.php:3696 -#: wpvulnerability-admin.php:3716 -#: wpvulnerability-admin.php:3736 -#: wpvulnerability-admin.php:3756 -#: wpvulnerability-adminms.php:3890 -#: wpvulnerability-adminms.php:3910 -#: wpvulnerability-adminms.php:3930 -#: wpvulnerability-adminms.php:3950 +#: wpvulnerability-admin.php:3703 +#: wpvulnerability-admin.php:3723 +#: wpvulnerability-admin.php:3743 +#: wpvulnerability-admin.php:3763 +#: wpvulnerability-adminms.php:3899 +#: wpvulnerability-adminms.php:3919 +#: wpvulnerability-adminms.php:3939 +#: wpvulnerability-adminms.php:3959 msgid "Not configured" msgstr "" -#: wpvulnerability-admin.php:3703 -#: wpvulnerability-adminms.php:3897 +#: wpvulnerability-admin.php:3710 +#: wpvulnerability-adminms.php:3906 msgid "Teams Webhook" msgstr "" -#: wpvulnerability-admin.php:3723 -#: wpvulnerability-adminms.php:3917 +#: wpvulnerability-admin.php:3730 +#: wpvulnerability-adminms.php:3926 msgid "Discord Webhook" msgstr "" -#: wpvulnerability-admin.php:3743 -#: wpvulnerability-adminms.php:3937 +#: wpvulnerability-admin.php:3750 +#: wpvulnerability-adminms.php:3946 msgid "Telegram Bot" msgstr "" -#: wpvulnerability-admin.php:3788 -#: wpvulnerability-adminms.php:3982 +#: wpvulnerability-admin.php:3795 +#: wpvulnerability-adminms.php:3991 msgid "Cron Status" msgstr "" -#: wpvulnerability-admin.php:3792 -#: wpvulnerability-adminms.php:3986 +#: wpvulnerability-admin.php:3799 +#: wpvulnerability-adminms.php:3995 msgid "Update Database" msgstr "" #. translators: %s: date and time -#: wpvulnerability-admin.php:3797 -#: wpvulnerability-admin.php:3810 -#: wpvulnerability-adminms.php:3991 -#: wpvulnerability-adminms.php:4004 +#: wpvulnerability-admin.php:3804 +#: wpvulnerability-admin.php:3817 +#: wpvulnerability-adminms.php:4000 +#: wpvulnerability-adminms.php:4013 #, php-format msgid "Next run: %s" msgstr "" -#: wpvulnerability-admin.php:3800 -#: wpvulnerability-admin.php:3813 -#: wpvulnerability-adminms.php:3994 -#: wpvulnerability-adminms.php:4007 +#: wpvulnerability-admin.php:3807 +#: wpvulnerability-admin.php:3820 +#: wpvulnerability-adminms.php:4003 +#: wpvulnerability-adminms.php:4016 msgid "Not scheduled" msgstr "" -#: wpvulnerability-admin.php:3805 -#: wpvulnerability-adminms.php:3999 +#: wpvulnerability-admin.php:3812 +#: wpvulnerability-adminms.php:4008 msgid "Send Notification" msgstr "" -#: wpvulnerability-admin.php:3826 -#: wpvulnerability-adminms.php:4020 +#: wpvulnerability-admin.php:3833 +#: wpvulnerability-adminms.php:4029 msgid "Run Update Now" msgstr "" -#: wpvulnerability-admin.php:3834 -#: wpvulnerability-adminms.php:4028 +#: wpvulnerability-admin.php:3841 +#: wpvulnerability-adminms.php:4037 msgid "Run Notification Now" msgstr "" -#: wpvulnerability-admin.php:3840 -#: wpvulnerability-adminms.php:4034 +#: wpvulnerability-admin.php:3847 +#: wpvulnerability-adminms.php:4043 msgid "You do not have permission to run these actions." msgstr "" -#: wpvulnerability-admin.php:3859 -#: wpvulnerability-adminms.php:4053 +#: wpvulnerability-admin.php:3866 +#: wpvulnerability-adminms.php:4062 msgid "API Testing" msgstr "" -#: wpvulnerability-admin.php:3862 -#: wpvulnerability-adminms.php:4056 +#: wpvulnerability-admin.php:3869 +#: wpvulnerability-adminms.php:4065 msgid "Test API connectivity for each component. Click a button to send a test request." msgstr "" #. translators: %s: component name -#: wpvulnerability-admin.php:3869 -#: wpvulnerability-adminms.php:4063 +#: wpvulnerability-admin.php:3876 +#: wpvulnerability-adminms.php:4072 #, php-format msgid "Test %s" msgstr "" -#: wpvulnerability-admin.php:3884 -#: wpvulnerability-adminms.php:4078 +#: wpvulnerability-admin.php:3891 +#: wpvulnerability-adminms.php:4087 msgid "Testing..." msgstr "" -#: wpvulnerability-admin.php:3900 -#: wpvulnerability-adminms.php:4094 +#: wpvulnerability-admin.php:3907 +#: wpvulnerability-adminms.php:4103 msgid "HTTP Code:" msgstr "" -#: wpvulnerability-admin.php:3901 -#: wpvulnerability-adminms.php:4095 +#: wpvulnerability-admin.php:3908 +#: wpvulnerability-adminms.php:4104 msgid "Response Time:" msgstr "" -#: wpvulnerability-admin.php:3903 -#: wpvulnerability-adminms.php:4097 +#: wpvulnerability-admin.php:3910 +#: wpvulnerability-adminms.php:4106 msgid "Response Preview" msgstr "" -#: wpvulnerability-admin.php:3910 -#: wpvulnerability-admin.php:3914 -#: wpvulnerability-adminms.php:4104 -#: wpvulnerability-adminms.php:4108 +#: wpvulnerability-admin.php:3917 +#: wpvulnerability-admin.php:3921 +#: wpvulnerability-adminms.php:4113 +#: wpvulnerability-adminms.php:4117 msgid "Test" msgstr "" -#: wpvulnerability-admin.php:3913 -#: wpvulnerability-adminms.php:4107 +#: wpvulnerability-admin.php:3920 +#: wpvulnerability-adminms.php:4116 msgid "Error:" msgstr "" -#: wpvulnerability-admin.php:3913 -#: wpvulnerability-adminms.php:4107 +#: wpvulnerability-admin.php:3920 +#: wpvulnerability-adminms.php:4116 msgid "AJAX request failed." msgstr "" -#: wpvulnerability-admin.php:3922 -#: wpvulnerability-adminms.php:4116 +#: wpvulnerability-admin.php:3929 +#: wpvulnerability-adminms.php:4125 msgid "You do not have permission to test API connectivity." msgstr "" -#: wpvulnerability-admin.php:3943 -#: wpvulnerability-adminms.php:4137 +#: wpvulnerability-admin.php:3950 +#: wpvulnerability-adminms.php:4146 msgid "Database Options Viewer" msgstr "" -#: wpvulnerability-admin.php:3944 -#: wpvulnerability-adminms.php:4138 +#: wpvulnerability-admin.php:3951 +#: wpvulnerability-adminms.php:4147 msgid "View the raw data stored in WordPress options." msgstr "" -#: wpvulnerability-admin.php:3950 -#: wpvulnerability-adminms.php:4144 +#: wpvulnerability-admin.php:3957 +#: wpvulnerability-adminms.php:4153 msgid "Select an option..." msgstr "" -#: wpvulnerability-admin.php:3969 -#: wpvulnerability-adminms.php:4163 +#: wpvulnerability-admin.php:3976 +#: wpvulnerability-adminms.php:4172 msgid "Option not found or empty." msgstr "" -#: wpvulnerability-admin.php:3987 -#: wpvulnerability-adminms.php:4182 +#: wpvulnerability-admin.php:3994 +#: wpvulnerability-adminms.php:4191 msgid "Quick Actions" msgstr "" -#: wpvulnerability-admin.php:3988 -#: wpvulnerability-adminms.php:4183 +#: wpvulnerability-admin.php:3995 +#: wpvulnerability-adminms.php:4192 msgid "Perform debugging actions. Use with caution." msgstr "" -#: wpvulnerability-admin.php:3992 -#: wpvulnerability-adminms.php:4187 +#: wpvulnerability-admin.php:3999 +#: wpvulnerability-adminms.php:4196 msgid "Are you sure you want to clear all caches?" msgstr "" -#: wpvulnerability-admin.php:3996 -#: wpvulnerability-adminms.php:4191 +#: wpvulnerability-admin.php:4003 +#: wpvulnerability-adminms.php:4200 msgid "Clear All Caches" msgstr "" -#: wpvulnerability-admin.php:4000 -#: wpvulnerability-adminms.php:4195 +#: wpvulnerability-admin.php:4007 +#: wpvulnerability-adminms.php:4204 msgid "Are you sure you want to reset signatures?" msgstr "" -#: wpvulnerability-admin.php:4004 -#: wpvulnerability-adminms.php:4199 +#: wpvulnerability-admin.php:4011 +#: wpvulnerability-adminms.php:4208 msgid "Reset Signatures" msgstr "" -#: wpvulnerability-admin.php:4012 -#: wpvulnerability-adminms.php:4207 +#: wpvulnerability-admin.php:4019 +#: wpvulnerability-adminms.php:4216 msgid "Export Debug Info" msgstr "" -#: wpvulnerability-admin.php:4018 -#: wpvulnerability-adminms.php:4213 +#: wpvulnerability-admin.php:4025 +#: wpvulnerability-adminms.php:4222 msgid "You do not have permission to perform these actions." msgstr "" @@ -1961,7 +1960,7 @@ msgstr "" msgid "WPVulnerability cron events have been repaired across the network." msgstr "" -#: wpvulnerability-adminms.php:3512 +#: wpvulnerability-adminms.php:3521 msgid "You do not have permission to access this page." msgstr "" @@ -1972,7 +1971,7 @@ msgid "WordPress %1$s has a known vulnerability that may be affecting your insta msgstr "" #: wpvulnerability-core.php:115 -#: wpvulnerability-plugins.php:207 +#: wpvulnerability-plugins.php:206 #: wpvulnerability-process.php:335 #: wpvulnerability-process.php:443 #: wpvulnerability-process.php:529 @@ -1982,7 +1981,7 @@ msgid "Actively exploited" msgstr "" #: wpvulnerability-core.php:122 -#: wpvulnerability-plugins.php:214 +#: wpvulnerability-plugins.php:213 #: wpvulnerability-process.php:342 #: wpvulnerability-process.php:450 #: wpvulnerability-themes.php:180 @@ -1991,7 +1990,7 @@ msgid "Public exploit" msgstr "" #: wpvulnerability-core.php:125 -#: wpvulnerability-plugins.php:217 +#: wpvulnerability-plugins.php:216 #: wpvulnerability-process.php:345 #: wpvulnerability-process.php:453 #: wpvulnerability-themes.php:183 @@ -2000,7 +1999,7 @@ msgid "Automatable" msgstr "" #: wpvulnerability-core.php:139 -#: wpvulnerability-plugins.php:245 +#: wpvulnerability-plugins.php:244 #: wpvulnerability-process.php:371 #: wpvulnerability-process.php:469 #: wpvulnerability-process.php:544 @@ -2009,20 +2008,20 @@ msgstr "" msgid "References:" msgstr "" -#: wpvulnerability-debug.php:399 +#: wpvulnerability-debug.php:402 msgid "Invalid component specified." msgstr "" -#: wpvulnerability-debug.php:423 +#: wpvulnerability-debug.php:426 msgid "Version not detected for this component." msgstr "" -#: wpvulnerability-debug.php:453 +#: wpvulnerability-debug.php:456 msgid "API request successful." msgstr "" #. translators: %d: HTTP status code -#: wpvulnerability-debug.php:469 +#: wpvulnerability-debug.php:473 #, php-format msgid "API returned HTTP code %d." msgstr "" @@ -2035,31 +2034,31 @@ msgstr "" msgid "WPVulnerability Log" msgstr "" -#: wpvulnerability-general.php:1873 -#: wpvulnerability-general.php:1874 -msgid "Low" -msgstr "" - #: wpvulnerability-general.php:1875 #: wpvulnerability-general.php:1876 -msgid "Medium" +msgid "Low" msgstr "" #: wpvulnerability-general.php:1877 #: wpvulnerability-general.php:1878 -msgid "High" +msgid "Medium" msgstr "" #: wpvulnerability-general.php:1879 #: wpvulnerability-general.php:1880 +msgid "High" +msgstr "" + +#: wpvulnerability-general.php:1881 +#: wpvulnerability-general.php:1882 msgid "Critical" msgstr "" -#: wpvulnerability-general.php:2684 +#: wpvulnerability-general.php:2681 msgid "WPVulnerability Shell Logs" msgstr "" -#: wpvulnerability-general.php:2685 +#: wpvulnerability-general.php:2682 msgid "WPVulnerability Shell Log" msgstr "" @@ -2091,109 +2090,108 @@ msgstr "" msgid "Want to stop receiving these alerts? Unsubscribe or change the email frequency to Never in the WPVulnerability settings." msgstr "" -#: wpvulnerability-notifications.php:595 +#: wpvulnerability-notifications.php:599 msgid "No vulnerabilities found" msgstr "" -#: wpvulnerability-notifications.php:596 +#: wpvulnerability-notifications.php:600 msgid "This is likely a test. The site does not have vulnerabilities." msgstr "" -#: wpvulnerability-notifications.php:601 +#: wpvulnerability-notifications.php:605 msgid "Core vulnerabilities" msgstr "" -#: wpvulnerability-notifications.php:607 +#: wpvulnerability-notifications.php:611 msgid "Plugins vulnerabilities" msgstr "" -#: wpvulnerability-notifications.php:613 +#: wpvulnerability-notifications.php:617 msgid "Themes vulnerabilities" msgstr "" -#: wpvulnerability-notifications.php:619 +#: wpvulnerability-notifications.php:623 msgid "PHP vulnerabilities" msgstr "" -#: wpvulnerability-notifications.php:625 +#: wpvulnerability-notifications.php:629 msgid "Apache HTTPD vulnerabilities" msgstr "" -#: wpvulnerability-notifications.php:631 +#: wpvulnerability-notifications.php:635 msgid "Nginx vulnerabilities" msgstr "" -#: wpvulnerability-notifications.php:637 +#: wpvulnerability-notifications.php:641 msgid "MariaDB vulnerabilities" msgstr "" -#: wpvulnerability-notifications.php:643 +#: wpvulnerability-notifications.php:647 msgid "MySQL vulnerabilities" msgstr "" -#: wpvulnerability-notifications.php:649 +#: wpvulnerability-notifications.php:653 msgid "ImageMagick vulnerabilities" msgstr "" -#: wpvulnerability-notifications.php:655 +#: wpvulnerability-notifications.php:659 msgid "curl vulnerabilities" msgstr "" -#: wpvulnerability-notifications.php:661 +#: wpvulnerability-notifications.php:665 msgid "memcached vulnerabilities" msgstr "" -#: wpvulnerability-notifications.php:667 +#: wpvulnerability-notifications.php:671 msgid "Redis vulnerabilities" msgstr "" -#: wpvulnerability-notifications.php:673 +#: wpvulnerability-notifications.php:677 msgid "SQLite vulnerabilities" msgstr "" #. translators: Site name. -#: wpvulnerability-notifications.php:696 +#: wpvulnerability-notifications.php:700 #, php-format msgid "Vulnerability found: %s" msgstr "" -#: wpvulnerability-notifications.php:700 +#: wpvulnerability-notifications.php:704 msgid "Vulnerability found" msgstr "" -#. translators: 1: Plugin name -#. translators: 1: theme name -#: wpvulnerability-plugins.php:116 +#. translators: 1: Plugin or theme name. +#: wpvulnerability-plugins.php:115 #: wpvulnerability-themes.php:82 #, php-format msgid "%1$s has a known vulnerability that may be affecting your installed version." msgstr "" -#: wpvulnerability-plugins.php:230 +#: wpvulnerability-plugins.php:229 #: wpvulnerability-process.php:358 msgid "This plugin is closed. Please replace it with another." msgstr "" -#: wpvulnerability-plugins.php:233 +#: wpvulnerability-plugins.php:232 #: wpvulnerability-process.php:361 msgid "This vulnerability appears to be unpatched. Stay tuned for upcoming plugin updates." msgstr "" -#: wpvulnerability-plugins.php:570 +#: wpvulnerability-plugins.php:569 msgid "It hasn't been updated in over a year." msgstr "" -#: wpvulnerability-plugins.php:576 +#: wpvulnerability-plugins.php:575 msgid "It may no longer be available (closed?)." msgstr "" -#: wpvulnerability-plugins.php:614 -#: wpvulnerability-plugins.php:621 +#: wpvulnerability-plugins.php:613 +#: wpvulnerability-plugins.php:620 msgid "Last updated on" msgstr "" #. translators: the number of vulnerabilities. -#: wpvulnerability-plugins.php:764 +#: wpvulnerability-plugins.php:763 #: wpvulnerability-themes.php:704 #, php-format msgid "Vulnerabilities (%d)" @@ -2241,10 +2239,10 @@ msgstr "" msgid "Network Settings" msgstr "" -#: wpvulnerability-run.php:731 -#: wpvulnerability-run.php:781 -#: wpvulnerability-run.php:791 -#: wpvulnerability-run.php:836 +#: wpvulnerability-run.php:737 +#: wpvulnerability-run.php:787 +#: wpvulnerability-run.php:797 +#: wpvulnerability-run.php:842 msgid "Vulnerabilities" msgstr "" diff --git a/readme.txt b/readme.txt index f315a69..cf3f792 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: javiercasares, davidperez, lbonomo, alexclassroom Tags: security, vulnerability, site-health Requires at least: 5.6 Tested up to: 7.1 -Stable tag: 5.0.1 +Stable tag: 5.1.0 Requires PHP: 7.0 -Version: 5.0.1 +Version: 5.1.0 License: GPL-3.0-or-later License URI: https://spdx.org/licenses/GPL-3.0-or-later.html @@ -201,6 +201,27 @@ First of all, peace of mind. Investigate what the vulnerability is and, above al == Changelog == += [5.1.0] - 2026-07-08 = + +**Security** + +* `wpvulnerability_validate_shell_command()` now uses exact `in_array()` match instead of `stripos()` substring matching for the shell-command allowlist (defense-in-depth). +* `wpvulnerability_detect_php()`, `wpvulnerability_detect_curl()`, and `wpvulnerability_detect_webserver()` now route through `wpvulnerability_safe_shell_exec()`, so every software-detection shell call is validated and recorded in the Shell Execution Audit Log. Previously these called `shell_exec()` directly, bypassing the wrapper and the audit log. As a side effect this also fixes nginx/angie version detection: `escapeshellcmd()` was escaping the `2>&1` redirect, so stderr (where nginx prints its version) was never captured. + +**Fixed** + +* Multisite uninstall fatal error: `Uncaught Error: Undefined constant "WPVULNERABILITY_PLUGIN_BASE"` when "Delete all plugin data on uninstall" was enabled. `uninstall.php` now defines the constant before loading `wpvulnerability-run.php`. +* `WPVULNERABILITY_HIDE_*` constants now stop `shell_exec` detection for hidden components during scheduled scans and in the admin "Software Detection Methods" panel. Previously they only hid the results from the UI, so the audit log kept filling with "command not found" entries for components the administrator had explicitly deactivated. +* `wpvulnerability_detect_webserver()` no longer shell-probes a hidden web server via the sibling path: `WPVULNERABILITY_HIDE_NGINX` and `WPVULNERABILITY_HIDE_APACHE` now fully isolate the hidden server. +* Multisite cron requests on non-main subsites no longer load all plugin module files. No WPVulnerability cron events are scheduled on subsites, so the extra loading was wasted work. +* LiteSpeed / OpenLiteSpeed / Caddy shell detection in the WP_DEBUG diagnostic panel now works: the commands no longer use `2>/dev/null` (which the shell-command validator rejected), `caddy` was added to the allowlist, and `which` output is validated as a real path so "command not found" messages are not mistaken for a detection. + +**Changed** + +* `Network: true` added to the plugin header to declare network-aware multisite behaviour. +* Removed the unused `$plugin_status` parameter from `wpvulnerability_plugin_info_after()`; the PHPCS suite now passes with zero warnings. +* Multisite network dashboard: the "Site Health" footer link pointed to `wp-admin/network/site-health.php`, which does not exist (Site Health is a per-site screen). It now links to the main site's `wp-admin/site-health.php`. + = [5.0.1] - 2026-06-02 = **Fixed** diff --git a/uninstall.php b/uninstall.php index a0d23bc..920c50b 100644 --- a/uninstall.php +++ b/uninstall.php @@ -28,9 +28,15 @@ if ( ! $wpvulnerability_delete_on_uninstall ) { } // User opted in: load the uninstall routine from the main plugin file. +// The main plugin file is not loaded during uninstall, so the constants that +// wpvulnerability-run.php references at the top level must be defined here first +// to avoid a fatal "Undefined constant" error (see wpvulnerability-run.php top-level add_filter). if ( ! defined( 'WPVULNERABILITY_PLUGIN_PATH' ) ) { define( 'WPVULNERABILITY_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); } +if ( ! defined( 'WPVULNERABILITY_PLUGIN_BASE' ) ) { + define( 'WPVULNERABILITY_PLUGIN_BASE', plugin_basename( WPVULNERABILITY_PLUGIN_PATH . 'wpvulnerability.php' ) ); +} require_once WPVULNERABILITY_PLUGIN_PATH . 'wpvulnerability-run.php'; diff --git a/wpvulnerability-admin.php b/wpvulnerability-admin.php index 54d562e..51e5852 100644 --- a/wpvulnerability-admin.php +++ b/wpvulnerability-admin.php @@ -3036,7 +3036,7 @@ function wpvulnerability_display_security_status() { 0 ) : ?> @@ -3110,6 +3110,12 @@ function wpvulnerability_display_detection_methods() { foreach ( array_keys( $components ) as $component ) { $detection = null; + // Do not run detection for components hidden via the analysis settings or + // a WPVULNERABILITY_HIDE_* constant: they must not trigger shell_exec. + if ( ! wpvulnerability_analyze_filter( $component ) ) { + continue; + } + switch ( $component ) { case 'imagemagick': $detection = wpvulnerability_detect_imagemagick(); @@ -3638,7 +3644,7 @@ function wpvulnerability_render_debug_section_config() { diff --git a/wpvulnerability-adminms.php b/wpvulnerability-adminms.php index a804a50..1867698 100644 --- a/wpvulnerability-adminms.php +++ b/wpvulnerability-adminms.php @@ -2736,7 +2736,7 @@ function wpvulnerability_admin_dashboard_content() { // Footer links. echo ''; @@ -3215,7 +3215,7 @@ function wpvulnerability_display_security_status() { 0 ) : ?> @@ -3289,6 +3289,12 @@ function wpvulnerability_display_detection_methods() { foreach ( array_keys( $components ) as $component ) { $detection = null; + // Do not run detection for components hidden via the analysis settings or + // a WPVULNERABILITY_HIDE_* constant: they must not trigger shell_exec. + if ( ! wpvulnerability_analyze_filter( $component ) ) { + continue; + } + switch ( $component ) { case 'imagemagick': $detection = wpvulnerability_detect_imagemagick(); @@ -3834,7 +3840,7 @@ function wpvulnerability_render_debug_section_config() { diff --git a/wpvulnerability-debug.php b/wpvulnerability-debug.php index 149c087..b7a9da4 100644 --- a/wpvulnerability-debug.php +++ b/wpvulnerability-debug.php @@ -173,20 +173,23 @@ function wpvulnerability_debug_detect_webserver() { // Try shell commands for additional detection if shell_exec is allowed. if ( 'Unknown' === $webserver['name'] && function_exists( 'wpvulnerability_safe_shell_exec' ) ) { - // Try LiteSpeed. - $litespeed_test = wpvulnerability_safe_shell_exec( 'apache', 'which litespeed 2>/dev/null' ); - if ( ! empty( $litespeed_test ) ) { + // Try LiteSpeed. `which` prints the binary path on success; on failure it + // prints a "which: no litespeed ..." message to stderr. The wrapper merges + // stderr into stdout (2>&1), so validate that the output is actually a path. + $litespeed_test = wpvulnerability_safe_shell_exec( 'apache', 'which litespeed' ); + if ( ! empty( $litespeed_test ) && 0 === strpos( trim( (string) $litespeed_test ), '/' ) ) { $webserver['name'] = 'LiteSpeed'; } // Try OpenLiteSpeed. - $openlitespeed_test = wpvulnerability_safe_shell_exec( 'apache', 'which openlitespeed 2>/dev/null' ); - if ( ! empty( $openlitespeed_test ) ) { + $openlitespeed_test = wpvulnerability_safe_shell_exec( 'apache', 'which openlitespeed' ); + if ( ! empty( $openlitespeed_test ) && 0 === strpos( trim( (string) $openlitespeed_test ), '/' ) ) { $webserver['name'] = 'OpenLiteSpeed'; } - // Try Caddy. - $caddy_version = wpvulnerability_safe_shell_exec( 'apache', 'caddy version 2>/dev/null' ); + // Try Caddy. The version regex guards against false positives: a "command + // not found" message does not match a version pattern. + $caddy_version = wpvulnerability_safe_shell_exec( 'apache', 'caddy version' ); if ( ! empty( $caddy_version ) && preg_match( '/v?(\d+\.\d+\.\d+)/', $caddy_version, $version_match ) ) { $webserver['name'] = 'Caddy'; $webserver['version'] = $version_match[1]; diff --git a/wpvulnerability-general.php b/wpvulnerability-general.php index be80c5c..9a21e43 100644 --- a/wpvulnerability-general.php +++ b/wpvulnerability-general.php @@ -1342,8 +1342,8 @@ function wpvulnerability_detect_php() { // Second method: use system commands if the first fails and shell_exec is available. if ( empty( $version ) && wpvulnerability_can_shell_exec() ) { - // Command to check PHP version. - $version_output = shell_exec( escapeshellcmd( 'php -v' ) ); // phpcs:ignore + // Command to check PHP version (routed through the safe wrapper for validation + audit logging). + $version_output = wpvulnerability_safe_shell_exec( 'php', 'php -v' ); if ( ! empty( $version_output ) && preg_match( '/PHP\s+(\d+\.\d+(?:\.\d+)?(?:-\d+)?)/i', $version_output, $matches ) ) { $version = $matches[1]; @@ -1377,8 +1377,8 @@ function wpvulnerability_detect_curl() { // Second method: use system commands if the first fails and shell_exec is available. if ( empty( $version ) && wpvulnerability_can_shell_exec() ) { - // Command to check cURL version. - $version_output = shell_exec( escapeshellcmd( 'curl --version' ) ); // phpcs:ignore + // Command to check cURL version (routed through the safe wrapper for validation + audit logging). + $version_output = wpvulnerability_safe_shell_exec( 'curl', 'curl --version' ); if ( ! empty( $version_output ) && preg_match( '/curl\s+(\d+\.\d+(?:\.\d+)?(?:-\d+)?)/i', $version_output, $matches ) ) { $version = $matches[1]; @@ -1642,10 +1642,10 @@ function wpvulnerability_detect_webserver() { // If the version is not detected, try to get it from the OS. if ( empty( $webserver['version'] ) && wpvulnerability_can_shell_exec() ) { - if ( 'apache' === $webserver['id'] ) { - $apache_version = shell_exec( escapeshellcmd( 'apache2 -v 2>&1' ) ); // phpcs:ignore + if ( 'apache' === $webserver['id'] && wpvulnerability_analyze_filter( 'apache' ) ) { + $apache_version = wpvulnerability_safe_shell_exec( 'apache', 'apache2 -v' ); if ( empty( $apache_version ) ) { - $apache_version = shell_exec( escapeshellcmd( 'httpd -v 2>&1' ) ); // phpcs:ignore + $apache_version = wpvulnerability_safe_shell_exec( 'apache', 'httpd -v' ); } if ( ! empty( $apache_version ) && preg_match( '/Apache\/([\d.]+)/', $apache_version, $version_matches ) ) { $webserver['version'] = $version_matches[1]; @@ -1654,8 +1654,8 @@ function wpvulnerability_detect_webserver() { $webserver['version'] = preg_replace( '/-(\d+)$/', '.' . $suffix_matches[1], $webserver['version'] ); } } - } elseif ( 'nginx' === $webserver['id'] ) { - $nginx_version = shell_exec( escapeshellcmd( 'nginx -v 2>&1' ) ); // phpcs:ignore + } elseif ( 'nginx' === $webserver['id'] && wpvulnerability_analyze_filter( 'nginx' ) ) { + $nginx_version = wpvulnerability_safe_shell_exec( 'nginx', 'nginx -v' ); if ( ! empty( $nginx_version ) && preg_match( '/nginx\/([\d.]+)/', $nginx_version, $version_matches ) ) { $webserver['version'] = $version_matches[1]; // Replace "-N" at the end with ".N" if present. @@ -1663,7 +1663,7 @@ function wpvulnerability_detect_webserver() { $webserver['version'] = preg_replace( '/-(\d+)$/', '.' . $suffix_matches[1], $webserver['version'] ); } } else { - $angie_version = shell_exec( escapeshellcmd( 'angie -v 2>&1' ) ); // phpcs:ignore + $angie_version = wpvulnerability_safe_shell_exec( 'nginx', 'angie -v' ); if ( ! empty( $angie_version ) && preg_match( '/angie\/([\d.]+)/', $angie_version, $version_matches ) ) { $webserver['version'] = $version_matches[1]; // Replace "-N" at the end with ".N" if present. @@ -2613,6 +2613,7 @@ function wpvulnerability_validate_shell_command( $command ) { 'httpd', 'nginx', 'angie', + 'caddy', 'php', 'curl', ); @@ -2621,14 +2622,8 @@ function wpvulnerability_validate_shell_command( $command ) { $parts = explode( ' ', $command ); $base_command = $parts[0]; - // Check if base command is in whitelist. - $command_allowed = false; - foreach ( $allowed_commands as $allowed ) { - if ( false !== stripos( $base_command, $allowed ) ) { - $command_allowed = true; - break; - } - } + // Check if the base command is in the allowlist (exact match, not substring). + $command_allowed = in_array( strtolower( $base_command ), $allowed_commands, true ); if ( ! $command_allowed ) { wpvulnerability_maybe_log( diff --git a/wpvulnerability-plugins.php b/wpvulnerability-plugins.php index 63639e5..d7c60f7 100644 --- a/wpvulnerability-plugins.php +++ b/wpvulnerability-plugins.php @@ -92,11 +92,10 @@ function wpvulnerability_plugins_get_current_signature() { * * @param string $plugin_file Main plugin folder/file name. * @param array $plugin_data Plugin data array containing information about the plugin. - * @param string $plugin_status Plugin status (active, inactive, etc.). * * @return void */ -function wpvulnerability_plugin_info_after( $plugin_file, $plugin_data, $plugin_status = '' ) { +function wpvulnerability_plugin_info_after( $plugin_file, $plugin_data ) { // Retrieve the vulnerabilities for all plugins from the options table and decode the JSON. $raw_plugins = is_multisite() ? get_site_option( 'wpvulnerability-plugins', '' ) : get_option( 'wpvulnerability-plugins', '' ); @@ -112,7 +111,7 @@ function wpvulnerability_plugin_info_after( $plugin_file, $plugin_data, $plugin_ // Generate the vulnerability notice message with the plugin name. $message = sprintf( - /* translators: 1: Plugin name */ + /* translators: 1: Plugin or theme name. */ __( '%1$s has a known vulnerability that may be affecting your installed version.', 'wpvulnerability' ), wp_kses( is_scalar( $plugin_data['Name'] ) ? (string) $plugin_data['Name'] : '', 'strip' ) ); @@ -649,7 +648,7 @@ function wpvulnerability_plugin_page() { if ( is_array( $plugin_data ) && isset( $plugin_data['vulnerable'] ) ) { $vulnerable_raw = $plugin_data['vulnerable']; if ( 1 === ( is_scalar( $vulnerable_raw ) ? intval( $vulnerable_raw ) : 0 ) ) { - add_action( 'after_plugin_row_' . $file_path, 'wpvulnerability_plugin_info_after', 10, 3 ); + add_action( 'after_plugin_row_' . $file_path, 'wpvulnerability_plugin_info_after', 10, 2 ); } } } diff --git a/wpvulnerability-software.php b/wpvulnerability-software.php index 269ac55..9242ca3 100644 --- a/wpvulnerability-software.php +++ b/wpvulnerability-software.php @@ -264,6 +264,14 @@ function wpvulnerability_software_get_vulnerabilities( $software ) { */ function wpvulnerability_get_vulnerabilities_clean( $software ) { + // Skip detection for components the administrator has hidden (either via the + // analysis settings or a WPVULNERABILITY_HIDE_* wp-config constant). This + // prevents shell_exec from running for components that are meant to be + // deactivated, matching the behaviour of the core/plugins/themes clean functions. + if ( ! wpvulnerability_analyze_filter( $software ) ) { + return; + } + // Update the installed software cache. wpvulnerability_get_installed( $software ); } diff --git a/wpvulnerability-themes.php b/wpvulnerability-themes.php index 4e443be..f3819d1 100644 --- a/wpvulnerability-themes.php +++ b/wpvulnerability-themes.php @@ -78,7 +78,7 @@ function wpvulnerability_theme_info_after( $theme_file, $theme_data ) { // Generate the vulnerability notice message with the theme name. $message = sprintf( - /* translators: 1: theme name */ + /* translators: 1: Plugin or theme name. */ __( '%1$s has a known vulnerability that may be affecting your installed version.', 'wpvulnerability' ), wp_kses( (string) $theme_data->get( 'Name' ), 'strip' ) ); diff --git a/wpvulnerability.php b/wpvulnerability.php index 18d9916..7a50f3f 100644 --- a/wpvulnerability.php +++ b/wpvulnerability.php @@ -5,17 +5,18 @@ * Description: Receive information about possible vulnerabilities in your WordPress from WordPress Vulnerability Database API. * Requires at least: 5.6 * Requires PHP: 7.0 - * Version: 5.0.1 + * Version: 5.1.0 * Author: ROBOTSTXT * Author URI: https://www.robotstxt.es/ * License: GPL-3.0-or-later * License URI: https://www.gnu.org/licenses/gpl-3.0.txt * Text Domain: wpvulnerability * Domain Path: /languages + * Network: true * * @package WPVulnerability * - * @version 5.0.1 + * @version 5.1.0 */ defined( 'ABSPATH' ) || die( 'No script kiddies please!' ); @@ -23,7 +24,7 @@ defined( 'ABSPATH' ) || die( 'No script kiddies please!' ); /** * Set some constants that I can change in future versions. */ -define( 'WPVULNERABILITY_PLUGIN_VERSION', '5.0.1' ); +define( 'WPVULNERABILITY_PLUGIN_VERSION', '5.1.0' ); define( 'WPVULNERABILITY_API_HOST', 'https://www.wpvulnerability.net/' ); /** @@ -119,7 +120,7 @@ if ( ( ! is_multisite() && is_admin() ) || ( is_multisite() && ( is_network_admin() || is_main_site() ) ) || ( defined( 'WP_CLI' ) && WP_CLI ) || // @phpstan-ignore booleanAnd.rightAlwaysFalse (WP_CLI is false in bootstrap but true at runtime) - wp_doing_cron() + ( wp_doing_cron() && ( ! is_multisite() || is_main_site() ) ) // Cron events only run on the main site (see wpvulnerability-schedule.php); skip full module loading on subsite cron. ) { require_once WPVULNERABILITY_PLUGIN_PATH . '/wpvulnerability-run.php';