From 37d832d165dcd42c730bc47862e38aa0caafe91b Mon Sep 17 00:00:00 2001 From: FedeG Date: Mon, 13 Jan 2025 12:06:50 -0300 Subject: [PATCH] Update en translation --- webpush/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 380 bytes webpush/locale/en/LC_MESSAGES/django.po | 107 ++++++++++++++++++++++ webpush/locale/en/LC_MESSAGES/djangojs.po | 30 +++--- 3 files changed, 122 insertions(+), 15 deletions(-) create mode 100644 webpush/locale/en/LC_MESSAGES/django.mo create mode 100644 webpush/locale/en/LC_MESSAGES/django.po diff --git a/webpush/locale/en/LC_MESSAGES/django.mo b/webpush/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..71cbdf3e9d8d54be31066ec4ad8628bc2c1f2845 GIT binary patch literal 380 zcmYL@K~KUk7=|%=+R?Lz&%}d9i{c3jGZa>EvE7z2Nc2{r&Y96JZ6W$Y{CoZuJ5A(G zp7i_Dx9RhJeDu}vIq;l#&OC>nD^HugXY4QU{MmN?lNtRkR}RH%w3NnHT4Bh@vF%H^(V-=Ii1iQ$Qo9Pt!I1Rhe%oml#`f^NEGFCKEL->Rc=KoQ6a?!10%_7(V7ey8`V`;n{war z20Z3;uifk31QV^CRQ|iq#``$=;jWunRB8aLH({)F;i8zL{=V00y-I_qTIqGAN(}v% i$^}`yHKImSZ8jEzYJOK6-VWez49^vuhS0kh1f3tbb!oc* literal 0 HcmV?d00001 diff --git a/webpush/locale/en/LC_MESSAGES/django.po b/webpush/locale/en/LC_MESSAGES/django.po new file mode 100644 index 0000000..4f21577 --- /dev/null +++ b/webpush/locale/en/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 "" + +#: 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 "" diff --git a/webpush/locale/en/LC_MESSAGES/djangojs.po b/webpush/locale/en/LC_MESSAGES/djangojs.po index c2b1c1d..5f8d5c9 100644 --- a/webpush/locale/en/LC_MESSAGES/djangojs.po +++ b/webpush/locale/en/LC_MESSAGES/djangojs.po @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -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 ""