diff --git a/webpush/locale/es/LC_MESSAGES/django.mo b/webpush/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 0000000..347b714 Binary files /dev/null and b/webpush/locale/es/LC_MESSAGES/django.mo differ diff --git a/webpush/locale/es/LC_MESSAGES/django.po b/webpush/locale/es/LC_MESSAGES/django.po new file mode 100644 index 0000000..16d957f --- /dev/null +++ b/webpush/locale/es/LC_MESSAGES/django.po @@ -0,0 +1,107 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-09-02 17:03-0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:16 +msgid "Hey" +msgstr "Hola" + +#: admin.py:16 +msgid "Hello World" +msgstr "Hola Mundo" + +#: admin.py:20 +msgid "Test sent successfully" +msgstr "Prueba enviada con éxito" + +#: admin.py:22 +msgid "Deprecated subscription deleted" +msgstr "Suscripción obsoleta eliminada" + +#: admin.py:23 +msgid "Send test message" +msgstr "Enviar mensaje de prueba" + +#: forms.py:8 models.py:14 models.py:38 +msgid "Group" +msgstr "Grupo" + +#: forms.py:10 +msgid "Subscribe" +msgstr "Suscribirse" + +#: forms.py:11 +msgid "Unsubscribe" +msgstr "Desuscribirse" + +#: forms.py:12 +msgid "Status Type" +msgstr "Tipo de estado" + +#: models.py:8 +msgid "Name" +msgstr "Nombre" + +#: models.py:15 +msgid "Groups" +msgstr "Grupos" + +#: models.py:20 +msgid "Browser" +msgstr "Navegador" + +#: models.py:21 +msgid "User Agent" +msgstr "Agente de usuario" + +#: models.py:22 +msgid "Endpoint" +msgstr "Endpoint" + +#: models.py:23 +msgid "Auth" +msgstr "Autenticación" + +#: models.py:24 +msgid "P256DH" +msgstr "P256DH" + +#: models.py:30 +msgid "Subscription Info" +msgstr "Información de suscripción" + +#: models.py:31 +msgid "Subscription Infos" +msgstr "Informaciones de suscripción" + +#: models.py:36 +msgid "User" +msgstr "Usuario" + +#: models.py:37 +msgid "Subscription" +msgstr "Suscripción" + +#: models.py:47 +msgid "At least user or group should be present" +msgstr "Debe haber al menos un usuario o grupo presente" + +#: models.py:56 models.py:57 +msgid "Push Information" +msgstr "Información de notificación" diff --git a/webpush/locale/es/LC_MESSAGES/djangojs.mo b/webpush/locale/es/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000..eab77fa Binary files /dev/null and b/webpush/locale/es/LC_MESSAGES/djangojs.mo differ diff --git a/webpush/locale/es/LC_MESSAGES/djangojs.po b/webpush/locale/es/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..8804a72 --- /dev/null +++ b/webpush/locale/es/LC_MESSAGES/djangojs.po @@ -0,0 +1,64 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-09-02 17:03-0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: static/webpush/webpush.js:10 static/webpush/webpush.js:172 +msgid "Subscribe to Push Messaging" +msgstr "Suscribirse a la mensajería push" + +#: static/webpush/webpush.js:33 +msgid "Service workers are not supported in your browser." +msgstr "Los service workers no son compatibles con tu navegador." + +#: static/webpush/webpush.js:41 +msgid "Showing notifications are not supported in your browser." +msgstr "Mostrar notificaciones no es compatible con tu navegador." + +#: static/webpush/webpush.js:51 +msgid "Push notifications are blocked by your browser." +msgstr "Las notificaciones push están bloqueadas por tu navegador." + +#: static/webpush/webpush.js:59 +msgid "Push notifications are not available in your browser." +msgstr "Las notificaciones push no están disponibles en tu navegador." + +#: static/webpush/webpush.js:72 static/webpush/webpush.js:119 +#: static/webpush/webpush.js:180 +msgid "Unsubscribe from Push Messaging" +msgstr "Darse de baja de la mensajería push" + +#: static/webpush/webpush.js:75 static/webpush/webpush.js:122 +msgid "Successfully subscribed to push notifications." +msgstr "Suscripción a notificaciones push exitosa." + +#: static/webpush/webpush.js:128 +msgid "Error while subscribing to push notifications." +msgstr "Error al suscribirse a las notificaciones push." + +#: static/webpush/webpush.js:160 +msgid "Subscription is not available." +msgstr "La suscripción no está disponible." + +#: static/webpush/webpush.js:173 +msgid "Successfully unsubscribed from push notifications." +msgstr "Baja de notificaciones push exitosa." + +#: static/webpush/webpush.js:181 +msgid "Error while unsubscribing from push notifications." +msgstr "Error al darse de baja de las notificaciones push."