diff --git a/basxbread/contrib/document_templates/locale/de/LC_MESSAGES/django.po b/basxbread/contrib/document_templates/locale/de/LC_MESSAGES/django.po index 8ce1caf5..e80dd83a 100644 --- a/basxbread/contrib/document_templates/locale/de/LC_MESSAGES/django.po +++ b/basxbread/contrib/document_templates/locale/de/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-23 03:27+0000\n" +"POT-Creation-Date: 2024-06-26 05:33+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,7 +22,7 @@ msgid "Document templates" msgstr "Dokumentvorlagen" #: basxbread/contrib/document_templates/models.py:27 -#: basxbread/contrib/document_templates/models.py:173 +#: basxbread/contrib/document_templates/models.py:184 msgid "Name" msgstr "Name" @@ -42,43 +42,51 @@ msgstr "Model" msgid "Filename template" msgstr "Dateinamen-Vorlage" -#: basxbread/contrib/document_templates/models.py:164 +#: basxbread/contrib/document_templates/models.py:44 +msgid "PDF-Password" +msgstr "PDF Passwort" + +#: basxbread/contrib/document_templates/models.py:47 +msgid "An optional password that will be set on generated PDFs" +msgstr "Ein optionales Passwort welches für generierte PDFs gesetzt wird" + +#: basxbread/contrib/document_templates/models.py:175 msgid "Document Template" msgstr "Dokumentvorlage" -#: basxbread/contrib/document_templates/models.py:165 +#: basxbread/contrib/document_templates/models.py:176 msgid "Document Templates" msgstr "Dokumentvorlagen" -#: basxbread/contrib/document_templates/models.py:173 +#: basxbread/contrib/document_templates/models.py:184 msgid "Name to use in the template document" msgstr "Name welcher in der Dokumentvorlage verwendet werden soll" -#: basxbread/contrib/document_templates/models.py:176 +#: basxbread/contrib/document_templates/models.py:187 msgid "Value" msgstr "Wert" -#: basxbread/contrib/document_templates/models.py:178 +#: basxbread/contrib/document_templates/models.py:189 msgid "Path to the desired value (see help)" msgstr "Pfad zum gewünschten Wert (siehe Hilfe)" -#: basxbread/contrib/document_templates/models.py:182 +#: basxbread/contrib/document_templates/models.py:193 msgid "Template" msgstr "Vorlage" -#: basxbread/contrib/document_templates/models.py:184 +#: basxbread/contrib/document_templates/models.py:195 msgid "Jinja template with 'value' in context" msgstr "Jinja Vorlage mit 'value' im Kontext" -#: basxbread/contrib/document_templates/models.py:186 +#: basxbread/contrib/document_templates/models.py:197 msgid "Raw value" msgstr "Roher Wert" -#: basxbread/contrib/document_templates/models.py:189 +#: basxbread/contrib/document_templates/models.py:200 msgid "Variable" msgstr "Variable" -#: basxbread/contrib/document_templates/models.py:190 +#: basxbread/contrib/document_templates/models.py:201 msgid "Variables" msgstr "Variablen" diff --git a/basxbread/contrib/document_templates/locale/en/LC_MESSAGES/django.po b/basxbread/contrib/document_templates/locale/en/LC_MESSAGES/django.po index a53df038..bc2e6cf0 100644 --- a/basxbread/contrib/document_templates/locale/en/LC_MESSAGES/django.po +++ b/basxbread/contrib/document_templates/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-23 03:27+0000\n" +"POT-Creation-Date: 2024-06-26 05:33+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,7 +23,7 @@ msgid "Document templates" msgstr "" #: basxbread/contrib/document_templates/models.py:27 -#: basxbread/contrib/document_templates/models.py:173 +#: basxbread/contrib/document_templates/models.py:184 msgid "Name" msgstr "" @@ -41,43 +41,51 @@ msgstr "" msgid "Filename template" msgstr "" -#: basxbread/contrib/document_templates/models.py:164 +#: basxbread/contrib/document_templates/models.py:44 +msgid "PDF-Password" +msgstr "" + +#: basxbread/contrib/document_templates/models.py:47 +msgid "An optional password that will be set on generated PDFs" +msgstr "" + +#: basxbread/contrib/document_templates/models.py:175 msgid "Document Template" msgstr "" -#: basxbread/contrib/document_templates/models.py:165 +#: basxbread/contrib/document_templates/models.py:176 msgid "Document Templates" msgstr "" -#: basxbread/contrib/document_templates/models.py:173 +#: basxbread/contrib/document_templates/models.py:184 msgid "Name to use in the template document" msgstr "" -#: basxbread/contrib/document_templates/models.py:176 +#: basxbread/contrib/document_templates/models.py:187 msgid "Value" msgstr "" -#: basxbread/contrib/document_templates/models.py:178 +#: basxbread/contrib/document_templates/models.py:189 msgid "Path to the desired value (see help)" msgstr "" -#: basxbread/contrib/document_templates/models.py:182 +#: basxbread/contrib/document_templates/models.py:193 msgid "Template" msgstr "" -#: basxbread/contrib/document_templates/models.py:184 +#: basxbread/contrib/document_templates/models.py:195 msgid "Jinja template with 'value' in context" msgstr "" -#: basxbread/contrib/document_templates/models.py:186 +#: basxbread/contrib/document_templates/models.py:197 msgid "Raw value" msgstr "" -#: basxbread/contrib/document_templates/models.py:189 +#: basxbread/contrib/document_templates/models.py:200 msgid "Variable" msgstr "" -#: basxbread/contrib/document_templates/models.py:190 +#: basxbread/contrib/document_templates/models.py:201 msgid "Variables" msgstr "" diff --git a/basxbread/contrib/document_templates/locale/fr/LC_MESSAGES/django.po b/basxbread/contrib/document_templates/locale/fr/LC_MESSAGES/django.po index 208e2158..db2c5d41 100644 --- a/basxbread/contrib/document_templates/locale/fr/LC_MESSAGES/django.po +++ b/basxbread/contrib/document_templates/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-23 03:27+0000\n" +"POT-Creation-Date: 2024-06-26 05:33+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,7 +23,7 @@ msgid "Document templates" msgstr "" #: basxbread/contrib/document_templates/models.py:27 -#: basxbread/contrib/document_templates/models.py:173 +#: basxbread/contrib/document_templates/models.py:184 msgid "Name" msgstr "" @@ -41,43 +41,51 @@ msgstr "" msgid "Filename template" msgstr "" -#: basxbread/contrib/document_templates/models.py:164 +#: basxbread/contrib/document_templates/models.py:44 +msgid "PDF-Password" +msgstr "" + +#: basxbread/contrib/document_templates/models.py:47 +msgid "An optional password that will be set on generated PDFs" +msgstr "" + +#: basxbread/contrib/document_templates/models.py:175 msgid "Document Template" msgstr "" -#: basxbread/contrib/document_templates/models.py:165 +#: basxbread/contrib/document_templates/models.py:176 msgid "Document Templates" msgstr "" -#: basxbread/contrib/document_templates/models.py:173 +#: basxbread/contrib/document_templates/models.py:184 msgid "Name to use in the template document" msgstr "" -#: basxbread/contrib/document_templates/models.py:176 +#: basxbread/contrib/document_templates/models.py:187 msgid "Value" msgstr "" -#: basxbread/contrib/document_templates/models.py:178 +#: basxbread/contrib/document_templates/models.py:189 msgid "Path to the desired value (see help)" msgstr "" -#: basxbread/contrib/document_templates/models.py:182 +#: basxbread/contrib/document_templates/models.py:193 msgid "Template" msgstr "" -#: basxbread/contrib/document_templates/models.py:184 +#: basxbread/contrib/document_templates/models.py:195 msgid "Jinja template with 'value' in context" msgstr "" -#: basxbread/contrib/document_templates/models.py:186 +#: basxbread/contrib/document_templates/models.py:197 msgid "Raw value" msgstr "" -#: basxbread/contrib/document_templates/models.py:189 +#: basxbread/contrib/document_templates/models.py:200 msgid "Variable" msgstr "" -#: basxbread/contrib/document_templates/models.py:190 +#: basxbread/contrib/document_templates/models.py:201 msgid "Variables" msgstr "" diff --git a/basxbread/contrib/document_templates/locale/nb_NO/LC_MESSAGES/django.po b/basxbread/contrib/document_templates/locale/nb_NO/LC_MESSAGES/django.po index d41d6f55..768fecce 100644 --- a/basxbread/contrib/document_templates/locale/nb_NO/LC_MESSAGES/django.po +++ b/basxbread/contrib/document_templates/locale/nb_NO/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-23 03:27+0000\n" +"POT-Creation-Date: 2024-06-26 05:33+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,7 +22,7 @@ msgid "Document templates" msgstr "" #: basxbread/contrib/document_templates/models.py:27 -#: basxbread/contrib/document_templates/models.py:173 +#: basxbread/contrib/document_templates/models.py:184 msgid "Name" msgstr "" @@ -40,43 +40,51 @@ msgstr "" msgid "Filename template" msgstr "" -#: basxbread/contrib/document_templates/models.py:164 +#: basxbread/contrib/document_templates/models.py:44 +msgid "PDF-Password" +msgstr "" + +#: basxbread/contrib/document_templates/models.py:47 +msgid "An optional password that will be set on generated PDFs" +msgstr "" + +#: basxbread/contrib/document_templates/models.py:175 msgid "Document Template" msgstr "" -#: basxbread/contrib/document_templates/models.py:165 +#: basxbread/contrib/document_templates/models.py:176 msgid "Document Templates" msgstr "" -#: basxbread/contrib/document_templates/models.py:173 +#: basxbread/contrib/document_templates/models.py:184 msgid "Name to use in the template document" msgstr "" -#: basxbread/contrib/document_templates/models.py:176 +#: basxbread/contrib/document_templates/models.py:187 msgid "Value" msgstr "" -#: basxbread/contrib/document_templates/models.py:178 +#: basxbread/contrib/document_templates/models.py:189 msgid "Path to the desired value (see help)" msgstr "" -#: basxbread/contrib/document_templates/models.py:182 +#: basxbread/contrib/document_templates/models.py:193 msgid "Template" msgstr "" -#: basxbread/contrib/document_templates/models.py:184 +#: basxbread/contrib/document_templates/models.py:195 msgid "Jinja template with 'value' in context" msgstr "" -#: basxbread/contrib/document_templates/models.py:186 +#: basxbread/contrib/document_templates/models.py:197 msgid "Raw value" msgstr "" -#: basxbread/contrib/document_templates/models.py:189 +#: basxbread/contrib/document_templates/models.py:200 msgid "Variable" msgstr "" -#: basxbread/contrib/document_templates/models.py:190 +#: basxbread/contrib/document_templates/models.py:201 msgid "Variables" msgstr "" diff --git a/basxbread/contrib/document_templates/locale/pt/LC_MESSAGES/django.po b/basxbread/contrib/document_templates/locale/pt/LC_MESSAGES/django.po index a53df038..bc2e6cf0 100644 --- a/basxbread/contrib/document_templates/locale/pt/LC_MESSAGES/django.po +++ b/basxbread/contrib/document_templates/locale/pt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-23 03:27+0000\n" +"POT-Creation-Date: 2024-06-26 05:33+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,7 +23,7 @@ msgid "Document templates" msgstr "" #: basxbread/contrib/document_templates/models.py:27 -#: basxbread/contrib/document_templates/models.py:173 +#: basxbread/contrib/document_templates/models.py:184 msgid "Name" msgstr "" @@ -41,43 +41,51 @@ msgstr "" msgid "Filename template" msgstr "" -#: basxbread/contrib/document_templates/models.py:164 +#: basxbread/contrib/document_templates/models.py:44 +msgid "PDF-Password" +msgstr "" + +#: basxbread/contrib/document_templates/models.py:47 +msgid "An optional password that will be set on generated PDFs" +msgstr "" + +#: basxbread/contrib/document_templates/models.py:175 msgid "Document Template" msgstr "" -#: basxbread/contrib/document_templates/models.py:165 +#: basxbread/contrib/document_templates/models.py:176 msgid "Document Templates" msgstr "" -#: basxbread/contrib/document_templates/models.py:173 +#: basxbread/contrib/document_templates/models.py:184 msgid "Name to use in the template document" msgstr "" -#: basxbread/contrib/document_templates/models.py:176 +#: basxbread/contrib/document_templates/models.py:187 msgid "Value" msgstr "" -#: basxbread/contrib/document_templates/models.py:178 +#: basxbread/contrib/document_templates/models.py:189 msgid "Path to the desired value (see help)" msgstr "" -#: basxbread/contrib/document_templates/models.py:182 +#: basxbread/contrib/document_templates/models.py:193 msgid "Template" msgstr "" -#: basxbread/contrib/document_templates/models.py:184 +#: basxbread/contrib/document_templates/models.py:195 msgid "Jinja template with 'value' in context" msgstr "" -#: basxbread/contrib/document_templates/models.py:186 +#: basxbread/contrib/document_templates/models.py:197 msgid "Raw value" msgstr "" -#: basxbread/contrib/document_templates/models.py:189 +#: basxbread/contrib/document_templates/models.py:200 msgid "Variable" msgstr "" -#: basxbread/contrib/document_templates/models.py:190 +#: basxbread/contrib/document_templates/models.py:201 msgid "Variables" msgstr "" diff --git a/basxbread/contrib/document_templates/locale/th/LC_MESSAGES/django.po b/basxbread/contrib/document_templates/locale/th/LC_MESSAGES/django.po index 8af8fb20..e5b1cf5b 100644 --- a/basxbread/contrib/document_templates/locale/th/LC_MESSAGES/django.po +++ b/basxbread/contrib/document_templates/locale/th/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-23 03:27+0000\n" +"POT-Creation-Date: 2024-06-26 05:33+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,7 +23,7 @@ msgid "Document templates" msgstr "" #: basxbread/contrib/document_templates/models.py:27 -#: basxbread/contrib/document_templates/models.py:173 +#: basxbread/contrib/document_templates/models.py:184 msgid "Name" msgstr "" @@ -41,43 +41,51 @@ msgstr "" msgid "Filename template" msgstr "" -#: basxbread/contrib/document_templates/models.py:164 +#: basxbread/contrib/document_templates/models.py:44 +msgid "PDF-Password" +msgstr "" + +#: basxbread/contrib/document_templates/models.py:47 +msgid "An optional password that will be set on generated PDFs" +msgstr "" + +#: basxbread/contrib/document_templates/models.py:175 msgid "Document Template" msgstr "" -#: basxbread/contrib/document_templates/models.py:165 +#: basxbread/contrib/document_templates/models.py:176 msgid "Document Templates" msgstr "" -#: basxbread/contrib/document_templates/models.py:173 +#: basxbread/contrib/document_templates/models.py:184 msgid "Name to use in the template document" msgstr "" -#: basxbread/contrib/document_templates/models.py:176 +#: basxbread/contrib/document_templates/models.py:187 msgid "Value" msgstr "" -#: basxbread/contrib/document_templates/models.py:178 +#: basxbread/contrib/document_templates/models.py:189 msgid "Path to the desired value (see help)" msgstr "" -#: basxbread/contrib/document_templates/models.py:182 +#: basxbread/contrib/document_templates/models.py:193 msgid "Template" msgstr "" -#: basxbread/contrib/document_templates/models.py:184 +#: basxbread/contrib/document_templates/models.py:195 msgid "Jinja template with 'value' in context" msgstr "" -#: basxbread/contrib/document_templates/models.py:186 +#: basxbread/contrib/document_templates/models.py:197 msgid "Raw value" msgstr "" -#: basxbread/contrib/document_templates/models.py:189 +#: basxbread/contrib/document_templates/models.py:200 msgid "Variable" msgstr "" -#: basxbread/contrib/document_templates/models.py:190 +#: basxbread/contrib/document_templates/models.py:201 msgid "Variables" msgstr "" diff --git a/basxbread/contrib/document_templates/views.py b/basxbread/contrib/document_templates/views.py index d86c19c9..9fc90ae0 100644 --- a/basxbread/contrib/document_templates/views.py +++ b/basxbread/contrib/document_templates/views.py @@ -105,6 +105,7 @@ def get_layout(self): F("model"), F("file"), F("filename_template"), + F("pdf_password"), fieldstable, column_helper, layout.forms.helpers.Submit(), diff --git a/basxbread/locale/de/LC_MESSAGES/django.po b/basxbread/locale/de/LC_MESSAGES/django.po index acc3a6be..8cff86e0 100644 --- a/basxbread/locale/de/LC_MESSAGES/django.po +++ b/basxbread/locale/de/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-23 03:27+0000\n" +"POT-Creation-Date: 2024-06-26 05:33+0000\n" "PO-Revision-Date: 2023-04-05 02:46+0000\n" "Last-Translator: Sam \n" "Language-Team: German Falls das " "Problem weiterhin besteht, wenden Sie sich an den Serveradministrator." -#: basxbread/views/read.py:38 +#: basxbread/views/read.py:44 msgid "Value" msgstr "Wert" diff --git a/basxbread/locale/en/LC_MESSAGES/django.po b/basxbread/locale/en/LC_MESSAGES/django.po index 547f3c20..72a759a6 100644 --- a/basxbread/locale/en/LC_MESSAGES/django.po +++ b/basxbread/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-23 03:27+0000\n" +"POT-Creation-Date: 2024-06-26 05:33+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -30,8 +30,8 @@ msgstr "" #: basxbread/contrib/customforms/models.py:12 #: basxbread/contrib/email_templates/models.py:16 #: basxbread/contrib/reports/models.py:24 -#: basxbread/contrib/triggers/models.py:51 -#: basxbread/contrib/triggers/models.py:128 +#: basxbread/contrib/triggers/models.py:52 +#: basxbread/contrib/triggers/models.py:129 msgid "Model" msgstr "" @@ -195,7 +195,7 @@ msgid "Name" msgstr "" #: basxbread/contrib/email_templates/models.py:10 -#: basxbread/contrib/triggers/models.py:73 +#: basxbread/contrib/triggers/models.py:74 msgid "Subject" msgstr "" @@ -490,7 +490,7 @@ msgid "Reports" msgstr "" #: basxbread/contrib/reports/models.py:29 -#: basxbread/contrib/triggers/models.py:134 basxbread/views/browse.py:692 +#: basxbread/contrib/triggers/models.py:135 basxbread/views/browse.py:692 msgid "Filter" msgstr "" @@ -585,7 +585,7 @@ msgid "Copy" msgstr "" #: basxbread/contrib/reports/urls.py:38 basxbread/views/browse.py:401 -#: basxbread/views/read.py:61 basxbread/views/userprofile.py:119 +#: basxbread/views/read.py:67 basxbread/views/userprofile.py:119 #: basxbread/views/userprofile.py:147 basxbread/views/userprofile.py:179 #: basxbread/views/util.py:25 msgid "Edit" @@ -679,133 +679,133 @@ msgstr "" msgid "Triggered actions" msgstr "" -#: basxbread/contrib/triggers/models.py:42 +#: basxbread/contrib/triggers/models.py:43 #, python-format msgid "%(v)s is not an allowed field" msgstr "" -#: basxbread/contrib/triggers/models.py:66 +#: basxbread/contrib/triggers/models.py:67 msgid "Action" msgstr "" -#: basxbread/contrib/triggers/models.py:67 +#: basxbread/contrib/triggers/models.py:68 msgid "Actions" msgstr "" -#: basxbread/contrib/triggers/models.py:71 +#: basxbread/contrib/triggers/models.py:72 msgid "Email" msgstr "" -#: basxbread/contrib/triggers/models.py:76 -#: basxbread/contrib/triggers/models.py:82 +#: basxbread/contrib/triggers/models.py:77 +#: basxbread/contrib/triggers/models.py:83 msgid "" "Will be rendered as a Django template with the name 'object' in the context" msgstr "" -#: basxbread/contrib/triggers/models.py:80 +#: basxbread/contrib/triggers/models.py:81 msgid "Message" msgstr "" -#: basxbread/contrib/triggers/models.py:120 +#: basxbread/contrib/triggers/models.py:121 msgid "Send email action" msgstr "" -#: basxbread/contrib/triggers/models.py:121 +#: basxbread/contrib/triggers/models.py:122 msgid "Send email actions" msgstr "" -#: basxbread/contrib/triggers/models.py:152 +#: basxbread/contrib/triggers/models.py:153 msgid "Type" msgstr "" -#: basxbread/contrib/triggers/models.py:154 +#: basxbread/contrib/triggers/models.py:155 msgid "Added" msgstr "" -#: basxbread/contrib/triggers/models.py:155 +#: basxbread/contrib/triggers/models.py:156 msgid "Changed" msgstr "" -#: basxbread/contrib/triggers/models.py:156 +#: basxbread/contrib/triggers/models.py:157 msgid "Deleted" msgstr "" -#: basxbread/contrib/triggers/models.py:160 -#: basxbread/contrib/triggers/models.py:187 basxbread/views/read.py:35 +#: basxbread/contrib/triggers/models.py:161 +#: basxbread/contrib/triggers/models.py:188 basxbread/views/read.py:41 msgid "Field" msgstr "" -#: basxbread/contrib/triggers/models.py:164 +#: basxbread/contrib/triggers/models.py:165 msgid "" "Only trigger when a certain field has changed. Use comma to add multiple " "fields." msgstr "" -#: basxbread/contrib/triggers/models.py:170 +#: basxbread/contrib/triggers/models.py:171 msgid "Change trigger" msgstr "" -#: basxbread/contrib/triggers/models.py:171 +#: basxbread/contrib/triggers/models.py:172 msgid "Change triggers" msgstr "" -#: basxbread/contrib/triggers/models.py:175 +#: basxbread/contrib/triggers/models.py:176 msgid "Seconds" msgstr "" -#: basxbread/contrib/triggers/models.py:176 +#: basxbread/contrib/triggers/models.py:177 msgid "Minutes" msgstr "" -#: basxbread/contrib/triggers/models.py:177 +#: basxbread/contrib/triggers/models.py:178 msgid "Hours" msgstr "" -#: basxbread/contrib/triggers/models.py:178 +#: basxbread/contrib/triggers/models.py:179 msgid "Days" msgstr "" -#: basxbread/contrib/triggers/models.py:179 +#: basxbread/contrib/triggers/models.py:180 msgid "Weeks" msgstr "" -#: basxbread/contrib/triggers/models.py:180 +#: basxbread/contrib/triggers/models.py:181 msgid "Months" msgstr "" -#: basxbread/contrib/triggers/models.py:181 +#: basxbread/contrib/triggers/models.py:182 msgid "Years" msgstr "" -#: basxbread/contrib/triggers/models.py:189 +#: basxbread/contrib/triggers/models.py:190 msgid "The field of the selected model which should trigger an action" msgstr "" -#: basxbread/contrib/triggers/models.py:193 +#: basxbread/contrib/triggers/models.py:194 msgid "Offset type" msgstr "" -#: basxbread/contrib/triggers/models.py:199 +#: basxbread/contrib/triggers/models.py:200 msgid "Offset amount" msgstr "" -#: basxbread/contrib/triggers/models.py:200 +#: basxbread/contrib/triggers/models.py:201 msgid "Can be negative (before) or positive (after)" msgstr "" -#: basxbread/contrib/triggers/models.py:204 +#: basxbread/contrib/triggers/models.py:205 msgid "Ignore year" msgstr "" -#: basxbread/contrib/triggers/models.py:206 +#: basxbread/contrib/triggers/models.py:207 msgid "Check this in order to trigger every year" msgstr "" -#: basxbread/contrib/triggers/models.py:233 +#: basxbread/contrib/triggers/models.py:234 msgid "Date trigger" msgstr "" -#: basxbread/contrib/triggers/models.py:234 +#: basxbread/contrib/triggers/models.py:235 msgid "Date triggers" msgstr "" @@ -1341,7 +1341,7 @@ msgid "" "persists, please contact an administrator." msgstr "" -#: basxbread/views/read.py:38 +#: basxbread/views/read.py:44 msgid "Value" msgstr "" diff --git a/basxbread/locale/fr/LC_MESSAGES/django.po b/basxbread/locale/fr/LC_MESSAGES/django.po index 44cbdf5c..5cfb4dc8 100644 --- a/basxbread/locale/fr/LC_MESSAGES/django.po +++ b/basxbread/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-23 03:27+0000\n" +"POT-Creation-Date: 2024-06-26 05:33+0000\n" "PO-Revision-Date: 2021-06-23 11:32+0000\n" "Last-Translator: Nathan \n" "Language-Team: French Si le problème " "persiste, veuillez contacter un administrateur." -#: basxbread/views/read.py:38 +#: basxbread/views/read.py:44 msgid "Value" msgstr "Valeur" diff --git a/basxbread/locale/pt/LC_MESSAGES/django.po b/basxbread/locale/pt/LC_MESSAGES/django.po index b7e1a7bd..22e29a1c 100644 --- a/basxbread/locale/pt/LC_MESSAGES/django.po +++ b/basxbread/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-23 03:27+0000\n" +"POT-Creation-Date: 2024-06-26 05:33+0000\n" "PO-Revision-Date: 2021-05-08 20:32+0000\n" "Last-Translator: ssantos \n" "Language-Team: Portuguese \n" "Language-Team: Thai หากปัญหายังคงอยู่ โปรดติดต่อผู้ดูแลระบบ" -#: basxbread/views/read.py:38 +#: basxbread/views/read.py:44 msgid "Value" msgstr "ขนาด"