Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add es translations #149

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added webpush/locale/es/LC_MESSAGES/django.mo
Binary file not shown.
107 changes: 107 additions & 0 deletions webpush/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -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 <EMAIL@ADDRESS>, 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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\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"
Binary file added webpush/locale/es/LC_MESSAGES/djangojs.mo
Binary file not shown.
64 changes: 64 additions & 0 deletions webpush/locale/es/LC_MESSAGES/djangojs.po
Original file line number Diff line number Diff line change
@@ -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 <EMAIL@ADDRESS>, 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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\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."