msgid ""
msgstr ""
"Project-Id-Version: error_notifier 1.2.2\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2025-07-05T00:23:07+00:00\n"
"PO-Revision-Date: 2025-07-05T00:23:07+00:00\n"
"Language: es_ES\n"
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == 0) ? 1 : 2);\n"

#: packages/error_notifier/config/install.xml:3
msgid "Error Notifications"
msgstr ""

#: packages/error_notifier/controller.php:52
msgid "Error Notifier"
msgstr ""

#: packages/error_notifier/controller.php:62
msgid "Send errors and warnings to Slack and Telegram."
msgstr ""

#: packages/error_notifier/elements/dashboard/install_post.php:12
msgid "In order to use this package, please go to the %s dashboard page."
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:50
#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:22
msgid "The configuration is defined by some custom code: you can't change it here."
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:60
msgid "Please specify the minimum log level"
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:68
#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:149
#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:229
msgid "Please specify the Telegram token"
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:72
#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:153
#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:236
msgid "Please specify at least one Telegram recipient"
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:79
#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:179
#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:267
msgid "Please specify the Slack Bot User OAuth Token"
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:89
#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:183
#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:274
msgid "Please specify at least one Slack channel"
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:129
msgid "Sample emergency log entry"
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:132
msgid "An error has been written to the %s log"
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:135
msgid "Invalid parameters received."
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:161
msgid "Sample message to check if sending a message to Telegram works."
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:191
msgid "Sample message to check if sending a message to Slack works."
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:210
msgid "Debug"
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:211
msgid "Info"
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:212
msgid "Notice"
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:213
msgid "Warning"
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:214
msgid "Error"
msgstr "Error"

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:215
msgid "Critical"
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:216
msgid "Alert"
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:217
msgid "Emergency"
msgstr ""

#: packages/error_notifier/controllers/single_page/dashboard/system/environment/error_notifier.php:229
msgid "Sample uncaught exception."
msgstr ""

#: packages/error_notifier/src/Concrete/Notifier/Slack.php:93
#: packages/error_notifier/src/Concrete/Notifier/Telegram.php:90
msgid "Failed to encode data"
msgstr ""

#: packages/error_notifier/src/Concrete/Notifier/Slack.php:97
#: packages/error_notifier/src/Concrete/Notifier/Telegram.php:108
msgid "Server responded with a %s HTTP response code"
msgstr ""

#: packages/error_notifier/src/Concrete/Notifier/Slack.php:107
msgid "Failed to decode the response"
msgstr ""

#: packages/error_notifier/src/Concrete/Notifier/Slack.php:112
msgid "Failed to send the message to Slack"
msgstr ""

#: packages/error_notifier/src/Concrete/Notifier/Slack.php:115
msgid "The Bot User OAuth Token is wrong"
msgstr ""

#: packages/error_notifier/src/Concrete/Notifier/Slack.php:117
msgid "You need to add the Slack bot to the channel %s"
msgstr ""

#: packages/error_notifier/src/Concrete/Notifier/Telegram.php:97
msgid "The Telegram token is wrong"
msgstr ""

#: packages/error_notifier/src/Concrete/Notifier.php:118
msgid "Unknown HTTP client: %s"
msgstr ""

#: packages/error_notifier/src/Concrete/Service.php:102
msgid "Missing Telegram token"
msgstr ""

#: packages/error_notifier/src/Concrete/Service.php:106
msgid "Missing Telegram recipients"
msgstr ""

#: packages/error_notifier/src/Concrete/Service.php:126
msgid "Missing Slack token"
msgstr ""

#: packages/error_notifier/src/Concrete/Service.php:130
msgid "Missing Slack channels"
msgstr ""

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:25
msgid "Options"
msgstr "Opciones"

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:31
msgid "Send a notification when uncaught exceptions occur"
msgstr ""

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:35
msgid "Throw an uncaught exception now"
msgstr ""

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:41
msgid "Send a notification when an event is written to the %s log"
msgstr ""

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:44
msgid "Write to the %s log now"
msgstr ""

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:49
msgid "Minimum level of the %s log"
msgstr ""

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:56
#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:83
msgid "For detailed instructions %ssee here%s."
msgstr ""

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:61
#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:88
msgid "Enabled"
msgstr "Habilitado"

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:67
msgid "Token"
msgstr ""

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:71
msgid "Recipients"
msgstr ""

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:74
msgid "Separate multiple recipients with spaces or new lines."
msgstr ""

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:77
msgid "Try sending a Telegram message"
msgstr ""

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:94
msgid "Bot User OAuth Token"
msgstr ""

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:98
msgid "Channels"
msgstr ""

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:101
msgid "Separate multiple channels with spaces or new lines."
msgstr ""

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:104
msgid "Try sending a Slack message"
msgstr ""

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:110
msgid "Save"
msgstr "Guardar"

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:178
msgid "You need to save the settings before testing them."
msgstr ""

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:196
msgid "An error occurred while processing this request."
msgstr "Se produjo un error al procesar la solicitud."

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:198
msgid "The exception has been thrown"
msgstr ""

#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:251
#: packages/error_notifier/single_pages/dashboard/system/environment/error-notifier.php:289
msgid "The test message has been successfully sent"
msgstr ""
