mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Merge branch 'dev' of github.com:jonaswinkler/paperless-ng into dev
This commit is contained in:
commit
039d797dfc
@ -1983,7 +1983,7 @@
|
|||||||
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
|
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
|
||||||
<context context-type="linenumber">102</context>
|
<context context-type="linenumber">102</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<target state="needs-translation">Swedish</target>
|
<target state="translated">Swedish</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="4912706592792948707" datatype="html">
|
<trans-unit id="4912706592792948707" datatype="html">
|
||||||
<source>ISO 8601</source>
|
<source>ISO 8601</source>
|
||||||
|
@ -1983,7 +1983,7 @@
|
|||||||
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
|
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
|
||||||
<context context-type="linenumber">102</context>
|
<context context-type="linenumber">102</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<target state="needs-translation">Swedish</target>
|
<target state="translated">Zweeds</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="4912706592792948707" datatype="html">
|
<trans-unit id="4912706592792948707" datatype="html">
|
||||||
<source>ISO 8601</source>
|
<source>ISO 8601</source>
|
||||||
|
@ -1983,7 +1983,7 @@
|
|||||||
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
|
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
|
||||||
<context context-type="linenumber">102</context>
|
<context context-type="linenumber">102</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
<target state="needs-translation">Swedish</target>
|
<target state="translated">Svenska</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="4912706592792948707" datatype="html">
|
<trans-unit id="4912706592792948707" datatype="html">
|
||||||
<source>ISO 8601</source>
|
<source>ISO 8601</source>
|
||||||
|
30
src-ui/src/print.scss
Normal file
30
src-ui/src/print.scss
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
@media print {
|
||||||
|
#sidebarMenu, .btn-toolbar {
|
||||||
|
display: none !important
|
||||||
|
}
|
||||||
|
|
||||||
|
.sticky-top {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
main, main.ml-sm-auto, main.mx-sm-auto {
|
||||||
|
margin-left: 0 !important;
|
||||||
|
margin-right: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
main.col-lg-10 {
|
||||||
|
max-width: 100%;
|
||||||
|
flex-basis: 100%;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.d-none.d-lg-table-cell { // always display ASN on print
|
||||||
|
display: table-cell !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
app-document-list table {
|
||||||
|
thead th:first-child, tbody td:first-child { // hide checkboxes
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,5 +1,6 @@
|
|||||||
@import "theme";
|
@import "theme";
|
||||||
@import "theme_dark";
|
@import "theme_dark";
|
||||||
|
@import "print";
|
||||||
@import "node_modules/bootstrap/scss/bootstrap";
|
@import "node_modules/bootstrap/scss/bootstrap";
|
||||||
@import "~@ng-select/ng-select/themes/default.theme.css";
|
@import "~@ng-select/ng-select/themes/default.theme.css";
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: paperless-ng\n"
|
"Project-Id-Version: paperless-ng\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2021-05-04 15:00+0000\n"
|
"POT-Creation-Date: 2021-05-04 15:00+0000\n"
|
||||||
"PO-Revision-Date: 2021-05-04 21:51\n"
|
"PO-Revision-Date: 2021-05-05 21:40\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: English, United Kingdom\n"
|
"Language-Team: English, United Kingdom\n"
|
||||||
"Language: en_GB\n"
|
"Language: en_GB\n"
|
||||||
@ -462,7 +462,7 @@ msgstr "Polish"
|
|||||||
|
|
||||||
#: paperless/settings.py:312
|
#: paperless/settings.py:312
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr "Swedish"
|
||||||
|
|
||||||
#: paperless/urls.py:113
|
#: paperless/urls.py:113
|
||||||
msgid "Paperless-ng administration"
|
msgid "Paperless-ng administration"
|
||||||
|
@ -3,7 +3,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: paperless-ng\n"
|
"Project-Id-Version: paperless-ng\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2021-05-04 15:00+0000\n"
|
"POT-Creation-Date: 2021-05-04 15:00+0000\n"
|
||||||
"PO-Revision-Date: 2021-05-04 21:51\n"
|
"PO-Revision-Date: 2021-05-06 00:07\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Dutch\n"
|
"Language-Team: Dutch\n"
|
||||||
"Language: nl_NL\n"
|
"Language: nl_NL\n"
|
||||||
@ -462,7 +462,7 @@ msgstr "Pools"
|
|||||||
|
|
||||||
#: paperless/settings.py:312
|
#: paperless/settings.py:312
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr "Zweeds"
|
||||||
|
|
||||||
#: paperless/urls.py:113
|
#: paperless/urls.py:113
|
||||||
msgid "Paperless-ng administration"
|
msgid "Paperless-ng administration"
|
||||||
|
@ -3,7 +3,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: paperless-ng\n"
|
"Project-Id-Version: paperless-ng\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2021-05-04 15:00+0000\n"
|
"POT-Creation-Date: 2021-05-04 15:00+0000\n"
|
||||||
"PO-Revision-Date: 2021-05-04 21:52\n"
|
"PO-Revision-Date: 2021-05-10 13:35\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Swedish\n"
|
"Language-Team: Swedish\n"
|
||||||
"Language: sv_SE\n"
|
"Language: sv_SE\n"
|
||||||
@ -462,7 +462,7 @@ msgstr "Polska"
|
|||||||
|
|
||||||
#: paperless/settings.py:312
|
#: paperless/settings.py:312
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr "Svenska"
|
||||||
|
|
||||||
#: paperless/urls.py:113
|
#: paperless/urls.py:113
|
||||||
msgid "Paperless-ng administration"
|
msgid "Paperless-ng administration"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user