Skip to content
Merged
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/en/LC_MESSAGES/django.mo
Binary file not shown.
107 changes: 107 additions & 0 deletions webpush/locale/en/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 <LL@li.org>\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 ""

#: admin.py:16
msgid "Hello World"
msgstr ""

#: admin.py:20
msgid "Test sent successfully"
msgstr ""

#: admin.py:22
msgid "Deprecated subscription deleted"
msgstr ""

#: admin.py:23
msgid "Send test message"
msgstr ""

#: forms.py:8 models.py:14 models.py:38
msgid "Group"
msgstr ""

#: forms.py:10
msgid "Subscribe"
msgstr ""

#: forms.py:11
msgid "Unsubscribe"
msgstr ""

#: forms.py:12
msgid "Status Type"
msgstr ""

#: models.py:8
msgid "Name"
msgstr ""

#: models.py:15
msgid "Groups"
msgstr ""

#: models.py:20
msgid "Browser"
msgstr ""

#: models.py:21
msgid "User Agent"
msgstr ""

#: models.py:22
msgid "Endpoint"
msgstr ""

#: models.py:23
msgid "Auth"
msgstr ""

#: models.py:24
msgid "P256DH"
msgstr ""

#: models.py:30
msgid "Subscription Info"
msgstr ""

#: models.py:31
msgid "Subscription Infos"
msgstr ""

#: models.py:36
msgid "User"
msgstr ""

#: models.py:37
msgid "Subscription"
msgstr ""

#: models.py:47
msgid "At least user or group should be present"
msgstr ""

#: models.py:56 models.py:57
msgid "Push Information"
msgstr ""
30 changes: 15 additions & 15 deletions webpush/locale/en/LC_MESSAGES/djangojs.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-11-25 10:06-0500\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 <LL@li.org>\n"
Expand All @@ -18,47 +18,47 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: static/webpush/webpush.js:31
msgid "Service workers are not supported in your browser."
#: static/webpush/webpush.js:10 static/webpush/webpush.js:172
msgid "Subscribe to Push Messaging"
msgstr ""

#: static/webpush/webpush.js:40
msgid "Showing notifications are not supported in your browser."
#: static/webpush/webpush.js:33
msgid "Service workers are not supported in your browser."
msgstr ""

#: static/webpush/webpush.js:49 static/webpush/webpush.js:173
msgid "Subscribe to Push Messaging"
#: static/webpush/webpush.js:41
msgid "Showing notifications are not supported in your browser."
msgstr ""

#: static/webpush/webpush.js:51
msgid "Push notifications are blocked by your browser."
msgstr ""

#: static/webpush/webpush.js:60
#: static/webpush/webpush.js:59
msgid "Push notifications are not available in your browser."
msgstr ""

#: static/webpush/webpush.js:73 static/webpush/webpush.js:120
#: static/webpush/webpush.js:181
#: static/webpush/webpush.js:72 static/webpush/webpush.js:119
#: static/webpush/webpush.js:180
msgid "Unsubscribe from Push Messaging"
msgstr ""

#: static/webpush/webpush.js:76 static/webpush/webpush.js:123
#: static/webpush/webpush.js:75 static/webpush/webpush.js:122
msgid "Successfully subscribed to push notifications."
msgstr ""

#: static/webpush/webpush.js:129
#: static/webpush/webpush.js:128
msgid "Error while subscribing to push notifications."
msgstr ""

#: static/webpush/webpush.js:161
#: static/webpush/webpush.js:160
msgid "Subscription is not available."
msgstr ""

#: static/webpush/webpush.js:174
#: static/webpush/webpush.js:173
msgid "Successfully unsubscribed from push notifications."
msgstr ""

#: static/webpush/webpush.js:182
#: static/webpush/webpush.js:181
msgid "Error while unsubscribing from push notifications."
msgstr ""