Skip to content

Commit

Permalink
did: change in link-API and update locales
Browse files Browse the repository at this point in the history
  • Loading branch information
saemideluxe committed Apr 23, 2024
1 parent 01ac45d commit fa048f6
Show file tree
Hide file tree
Showing 17 changed files with 1,492 additions and 1,236 deletions.
8 changes: 4 additions & 4 deletions basxbread/contrib/customforms/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
browseview=breadviews.BrowseView._with(
columns=["__all__", "customformfields"],
rowactions=(
breadviews.BrowseView.editlink(),
breadviews.BrowseView.deletelink(),
breadviews.editlink(),
breadviews.deletelink(),
utils.Link(
href=utils.ModelHref(hg.C("row"), "use", return_to_current=False),
label=_("Add form entry"),
Expand All @@ -39,8 +39,8 @@
models.PDFImport,
browseview=breadviews.BrowseView._with(
rowactions=(
breadviews.BrowseView.editlink(),
breadviews.BrowseView.deletelink(),
breadviews.editlink(),
breadviews.deletelink(),
utils.Link(
href=utils.ModelHref(hg.C("row"), "use", return_to_current=False),
label=_("Import new PDF"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-22 04:21+0000\n"
"POT-Creation-Date: 2024-04-23 03:27+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -21,105 +21,105 @@ msgstr ""
msgid "Document templates"
msgstr "Dokumentvorlagen"

#: basxbread/contrib/document_templates/models.py:23
#: basxbread/contrib/document_templates/models.py:123
#: basxbread/contrib/document_templates/models.py:27
#: basxbread/contrib/document_templates/models.py:173
msgid "Name"
msgstr "Name"

#: basxbread/contrib/document_templates/models.py:27
#: basxbread/contrib/document_templates/models.py:31
msgid ""
"Must be a *.docx file, use '{{ variable-name }}' to insert variables from "
"below"
msgstr ""
"Muss eine *.docx Datei sein, '{{ variable-name }}' kann im Dokument "
"verwendet werden um die unten definierten Variablen einzufügen"

#: basxbread/contrib/document_templates/models.py:31
#: basxbread/contrib/document_templates/models.py:35
msgid "Model"
msgstr "Model"

#: basxbread/contrib/document_templates/models.py:36
#: basxbread/contrib/document_templates/models.py:40
msgid "Filename template"
msgstr "Dateinamen-Vorlage"

#: basxbread/contrib/document_templates/models.py:114
#: basxbread/contrib/document_templates/models.py:164
msgid "Document Template"
msgstr "Dokumentvorlage"

#: basxbread/contrib/document_templates/models.py:115
#: basxbread/contrib/document_templates/models.py:165
msgid "Document Templates"
msgstr "Dokumentvorlagen"

#: basxbread/contrib/document_templates/models.py:123
#: basxbread/contrib/document_templates/models.py:173
msgid "Name to use in the template document"
msgstr "Name welcher in der Dokumentvorlage verwendet werden soll"

#: basxbread/contrib/document_templates/models.py:126
#: basxbread/contrib/document_templates/models.py:176
msgid "Value"
msgstr "Wert"

#: basxbread/contrib/document_templates/models.py:128
#: basxbread/contrib/document_templates/models.py:178
msgid "Path to the desired value (see help)"
msgstr "Pfad zum gewünschten Wert (siehe Hilfe)"

#: basxbread/contrib/document_templates/models.py:132
#: basxbread/contrib/document_templates/models.py:182
msgid "Template"
msgstr "Vorlage"

#: basxbread/contrib/document_templates/models.py:134
#: basxbread/contrib/document_templates/models.py:184
msgid "Jinja template with 'value' in context"
msgstr "Jinja Vorlage mit 'value' im Kontext"

#: basxbread/contrib/document_templates/models.py:136
#: basxbread/contrib/document_templates/models.py:186
msgid "Raw value"
msgstr "Roher Wert"

#: basxbread/contrib/document_templates/models.py:139
#: basxbread/contrib/document_templates/models.py:189
msgid "Variable"
msgstr "Variable"

#: basxbread/contrib/document_templates/models.py:140
#: basxbread/contrib/document_templates/models.py:190
msgid "Variables"
msgstr "Variablen"

#: basxbread/contrib/document_templates/urls.py:20
#: basxbread/contrib/document_templates/urls.py:24
msgid "Delete"
msgstr "Löschen"

#: basxbread/contrib/document_templates/urls.py:24
#: basxbread/contrib/document_templates/urls.py:28
msgid "Copy"
msgstr "Kopieren"

#: basxbread/contrib/document_templates/views.py:21
#: basxbread/contrib/document_templates/views.py:17
msgid "Error"
msgstr "Fehler"

#: basxbread/contrib/document_templates/views.py:26
#: basxbread/contrib/document_templates/views.py:22
msgid "Field explorer"
msgstr "Feldexplorer"

#: basxbread/contrib/document_templates/views.py:36
#: basxbread/contrib/document_templates/views.py:32
msgid "Error in template: "
msgstr "Fehler in der Vorlage: "

#: basxbread/contrib/document_templates/views.py:48
#: basxbread/contrib/document_templates/views.py:44
msgid "Missing system fonts, used in the docx template: "
msgstr "Fehlende System-Fonts welche im docx-Template verwendet werden: "

#: basxbread/contrib/document_templates/views.py:56
#: basxbread/contrib/document_templates/views.py:52
msgid "Unable to detect document fonts: "
msgstr "Kann verwendete Fonts im Dokument nicht detektieren: "

#: basxbread/contrib/document_templates/views.py:63
#: basxbread/contrib/document_templates/views.py:59
msgid "Variables in document but not defined below: "
msgstr ""
"Variablen in der Dokumentvorlage verwendet aber nicht definiert unten: "

#: basxbread/contrib/document_templates/views.py:71
#: basxbread/contrib/document_templates/views.py:67
msgid "Variables defined below but not used in document: "
msgstr ""
"Variablen unten definiert aber nicht verwendet in der Dokumentvorlage: "

#: basxbread/contrib/document_templates/views.py:97
#: basxbread/contrib/document_templates/views.py:93
msgid "Help"
msgstr "Hilfe"
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: 2023-03-22 04:21+0000\n"
"POT-Creation-Date: 2024-04-23 03:27+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -22,101 +22,101 @@ msgstr ""
msgid "Document templates"
msgstr ""

#: basxbread/contrib/document_templates/models.py:23
#: basxbread/contrib/document_templates/models.py:123
#: basxbread/contrib/document_templates/models.py:27
#: basxbread/contrib/document_templates/models.py:173
msgid "Name"
msgstr ""

#: basxbread/contrib/document_templates/models.py:27
#: basxbread/contrib/document_templates/models.py:31
msgid ""
"Must be a *.docx file, use '{{ variable-name }}' to insert variables from "
"below"
msgstr ""

#: basxbread/contrib/document_templates/models.py:31
#: basxbread/contrib/document_templates/models.py:35
msgid "Model"
msgstr ""

#: basxbread/contrib/document_templates/models.py:36
#: basxbread/contrib/document_templates/models.py:40
msgid "Filename template"
msgstr ""

#: basxbread/contrib/document_templates/models.py:114
#: basxbread/contrib/document_templates/models.py:164
msgid "Document Template"
msgstr ""

#: basxbread/contrib/document_templates/models.py:115
#: basxbread/contrib/document_templates/models.py:165
msgid "Document Templates"
msgstr ""

#: basxbread/contrib/document_templates/models.py:123
#: basxbread/contrib/document_templates/models.py:173
msgid "Name to use in the template document"
msgstr ""

#: basxbread/contrib/document_templates/models.py:126
#: basxbread/contrib/document_templates/models.py:176
msgid "Value"
msgstr ""

#: basxbread/contrib/document_templates/models.py:128
#: basxbread/contrib/document_templates/models.py:178
msgid "Path to the desired value (see help)"
msgstr ""

#: basxbread/contrib/document_templates/models.py:132
#: basxbread/contrib/document_templates/models.py:182
msgid "Template"
msgstr ""

#: basxbread/contrib/document_templates/models.py:134
#: basxbread/contrib/document_templates/models.py:184
msgid "Jinja template with 'value' in context"
msgstr ""

#: basxbread/contrib/document_templates/models.py:136
#: basxbread/contrib/document_templates/models.py:186
msgid "Raw value"
msgstr ""

#: basxbread/contrib/document_templates/models.py:139
#: basxbread/contrib/document_templates/models.py:189
msgid "Variable"
msgstr ""

#: basxbread/contrib/document_templates/models.py:140
#: basxbread/contrib/document_templates/models.py:190
msgid "Variables"
msgstr ""

#: basxbread/contrib/document_templates/urls.py:20
#: basxbread/contrib/document_templates/urls.py:24
msgid "Delete"
msgstr ""

#: basxbread/contrib/document_templates/urls.py:24
#: basxbread/contrib/document_templates/urls.py:28
msgid "Copy"
msgstr ""

#: basxbread/contrib/document_templates/views.py:21
#: basxbread/contrib/document_templates/views.py:17
msgid "Error"
msgstr ""

#: basxbread/contrib/document_templates/views.py:26
#: basxbread/contrib/document_templates/views.py:22
msgid "Field explorer"
msgstr ""

#: basxbread/contrib/document_templates/views.py:36
#: basxbread/contrib/document_templates/views.py:32
msgid "Error in template: "
msgstr ""

#: basxbread/contrib/document_templates/views.py:48
#: basxbread/contrib/document_templates/views.py:44
msgid "Missing system fonts, used in the docx template: "
msgstr ""

#: basxbread/contrib/document_templates/views.py:56
#: basxbread/contrib/document_templates/views.py:52
msgid "Unable to detect document fonts: "
msgstr ""

#: basxbread/contrib/document_templates/views.py:63
#: basxbread/contrib/document_templates/views.py:59
msgid "Variables in document but not defined below: "
msgstr ""

#: basxbread/contrib/document_templates/views.py:71
#: basxbread/contrib/document_templates/views.py:67
msgid "Variables defined below but not used in document: "
msgstr ""

#: basxbread/contrib/document_templates/views.py:97
#: basxbread/contrib/document_templates/views.py:93
msgid "Help"
msgstr ""
Loading

0 comments on commit fa048f6

Please sign in to comment.